@charset "UTF-8";
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: #000;
  }
}
/* Base */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}

a:link {
  color: #080058;
}

a:visited {
  color: #080058;
}

a:hover {
  color: #fc3d3d;
}

a:active {
  color: #fc3d3d;
}

a, a:hover {
  transition: 0.4s;
  text-decoration: none;
}

a img:hover {
  filter: alpha(opacity=75);
  opacity: 0.75;
}

body {
  font: 14px/1.8 "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  color: #000;
  background-color: #fff;
}
body img {
  vertical-align: bottom;
}

h1, h2, h3, h4, h5 {
  font-weight: bold;
  line-height: 100%;
}

.small {
  font-size: 10px;
}

/******* Main *******/
section {
  width: 100%;
  padding: 0;
  margin-bottom: 0;
  text-align: center;
  clear: both;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  overflow: hidden;
}
.container img {
  max-width: 100%;
}
.container.telbr {
  padding-top: 50px;
}
@media (max-width: 600px) {
  .container.telbr {
    padding-top: 20px;
  }
}

.container-w {
  max-width: 1234px;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  overflow: hidden;
}
.container-w img {
  max-width: 100%;
}

.visible-xs {
  display: none !important;
}

.mgntop {
  padding-top: 40px;
}

@media only screen and (max-width: 800px) {
  .container {
    padding: 0 14px;
  }
  .hidden-sm {
    display: none !important;
  }
}
@media only screen and (max-width: 600px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
  .mgntop {
    padding-top: 2px;
  }
}
@media only screen and (min-width: 801px) {
  #Maincontent {
    position: absolute;
    z-index: 600;
    top: 85vh;
    height: 100vh;
    width: 100vw;
  }
}
/******* Header *******/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 0;
  background: #fc3d3d;
  box-shadow: 0 1px 1px rgba(196, 194, 202, 0.23);
}
header .container {
  max-width: 1200px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .logo {
  max-width: 300px;
  padding: 15px;
}
@media (max-width: 600px) {
  header .logo {
    width: 50%;
    padding: 6px;
  }
}
header .tel {
  position: absolute;
  text-align: right;
  z-index: 1005;
  top: 0;
  right: 0;
  padding: 0;
  margin: 0 0 0 54px;
}
@media (max-width: 600px) {
  header .tel {
    display: none;
  }
}
header .tel img {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.rela {
  position: relative;
  overflow: visible;
}

/******* Hero *******/
#hero {
  z-index: 10;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
  background: url("../images/index_topimg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 600px) {
  #hero {
    background: none;
    background-color: #93f9fd;
  }
}
#hero .container-hero {
  width: 96%;
  max-width: 1362px;
  margin: 0 auto;
  height: calc(100vh - 290px);
  margin-top: 7vw;
  background: url("../images/index_topcar.png") no-repeat;
  background-size: contain;
  background-position: center center;
}
@media only screen and (max-width: 992px) {
  #hero .container-hero {
    height: calc(100vh - 310px);
    margin-top: 100px;
  }
}
@media (max-width: 600px) {
  #hero .container-hero {
    width: 100%;
    height: auto;
    background: none;
    background-color: #93f9fd;
    margin-top: 52px;
  }
}
#hero .text-block {
  height: 100%;
}
#hero .text-block h1 {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
  text-align: center;
  font-size: 10px;
  margin: 0 auto;
  z-index: 2;
  display: none;
}
@media (max-width: 600px) {
  #hero .text-block h1 {
    display: block;
  }
}
#hero .text-block h1 img {
  max-width: 100%;
}

/***** PC *****/
@media only screen and (min-width: 801px) {
  #hero {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 98vh;
    width: 100vw;
  }
}
/*** Tel-Area ***/
.telArea {
  width: 100%;
  overflow: hidden;
  padding: 0;
  background-color: #fff100;
  position: relative;
  z-index: 95;
}

.telArea-top {
  position: fixed;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 800px) {
  .telArea-top {
    position: relative;
    bottom: auto;
    left: auto;
  }
}

.telArea-box {
  width: 100%;
  background-color: #fff100;
}
.telArea-box .content {
  overflow: hidden;
}
.telArea-box .flexbox {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 600px) {
  .telArea-box .flexbox {
    flex-direction: column;
  }
}
.telArea-box.static {
  position: static;
}
.telArea-box .tel-title {
  text-align: center;
  display: flex;
  align-items: center;
  align-items: center;
  margin: 20px 0;
  font-size: 20px;
  font-weight: bold;
  background-color: #fc3d3d;
  letter-spacing: 1px;
  padding: 10px 30px;
  color: #fff;
}
@media (max-width: 600px) {
  .telArea-box .tel-title {
    font-size: 18px;
    display: block;
  }
}
.telArea-box .tel-info {
  padding: 8px;
  margin: 8px 0;
  text-align: center;
}
.telArea-box .tel-info .phone {
  font-weight: bold;
  margin-bottom: 6px;
  letter-spacing: 1px;
  line-height: 1.2;
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  .telArea-box .tel-info .phone {
    flex-direction: column;
  }
}
.telArea-box .tel-info .phone.txt-b {
  color: #114994;
}
.telArea-box .tel-info .phone.txt-b a {
  color: #114994;
}
.telArea-box .tel-info .phone.txt-b2 {
  color: #20843B;
}
.telArea-box .tel-info .phone.txt-b2 a {
  color: #20843B;
}
.telArea-box .tel-info .name {
  font-size: 18px;
  padding: 6px;
}
.telArea-box .tel-info .number {
  font-size: 36px;
  font-family: Arial, Helvetica, sans-serif;
  vertical-align: middle;
  padding-left: 5px;
}
.telArea-box .tel-info .time {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 4px;
  line-height: 1.3;
}
@media (max-width: 600px) {
  .telArea-box .tel-info .time {
    line-height: 1.4;
  }
}
.telArea-box .tel-info p {
  font-size: 12px;
  margin-bottom: 4px;
}
.telArea-box .tel-info .nglist {
  font-size: 11px;
}
.telArea-box .tel-info i {
  padding-right: 4px;
}

.ttl2 {
  width: 100%;
  padding: 20px 10px 10px;
  margin-bottom: 40px;
  text-align: center;
  clear: both;
  background-color: #080058;
}
.ttl2 h1, .ttl2 h2 {
  font-size: 48px;
  line-height: 1.4;
  color: #fff;
}
@media (max-width: 600px) {
  .ttl2 h1, .ttl2 h2 {
    font-size: 24px;
  }
}

.point {
  padding-bottom: 40px;
  background-color: #fffdf8;
  background-image: url("../images/point_bg.jpg");
}
.point p {
  text-align: center;
  margin-bottom: 20px;
}
.point p.kome {
  text-align: right;
}
.point ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .point ul {
    flex-direction: column;
  }
}
.point ul li {
  width: calc(50% - 40px);
  margin: 0 auto 10px;
  display: inline;
}
@media (max-width: 600px) {
  .point ul li {
    width: 100%;
    margin-bottom: 10px;
  }
}
.point ul li p {
  font-size: 11px;
  line-height: 1.2;
  text-align: right;
}
.point ul li img {
  margin: 0 auto 5px;
}
@media (max-width: 600px) {
  .point ul li.sp_b {
    margin-bottom: 30px;
  }
}
.point ul li.pc_w {
  width: calc(100% - 40px);
  margin-top: 30px;
}
@media (max-width: 600px) {
  .point ul li.pc_w {
    display: none;
  }
}
.point ul li.sp_w {
  display: none;
}
@media (max-width: 600px) {
  .point ul li.sp_w {
    display: block;
    width: 100%;
  }
}

.service {
  padding-bottom: 50px;
  background: #fff;
}
.service .flexbox {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media (max-width: 600px) {
  .service .flexbox {
    flex-direction: column;
  }
}
.service .flexbox .boxout {
  width: calc(33.3333333333% - 30px);
  margin: 0 15px 15px;
  border: 1px solid #ddd;
}
@media (max-width: 600px) {
  .service .flexbox .boxout {
    width: 100%;
    margin: 0 auto 20px;
  }
}
.service .flexbox .boxout img {
  width: 100%;
}
.service .flexbox .boxout aside {
  padding: 20px;
}
.service .flexbox .boxout h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
.service .flexbox .boxout p {
  font-weight: 700;
}

.btn1 h4 {
  font-size: 1.4rem;
  margin-bottom: 20px;
  text-align: center;
  color: #fd6834;
}
.btn1 ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .btn1 ul {
    flex-wrap: wrap;
  }
}
.btn1 ul li {
  width: 20%;
  text-align: center;
}
@media (max-width: 600px) {
  .btn1 ul li {
    width: 49%;
  }
}
.btn1 ul li a {
  width: 90%;
  margin: 10px auto;
  display: block;
  padding: 10px;
  color: #ff1b1b;
  font-size: 1rem;
  font-weight: bold;
  background-color: #fbfb2f;
  border-radius: 10px;
  box-shadow: 4px 4px 3px 0px rgba(0, 0, 0, 0.4);
}
.btn1 ul li a:hover {
  background-color: #ecd644;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.4);
}

.btn2 a {
  width: 98%;
  margin: 10px auto;
  display: block;
  padding: 10px;
  color: #fbfb2f;
  font-size: 1.1rem;
  font-weight: bold;
  background-color: #ff1b1b;
  border-radius: 10px;
  box-shadow: 4px 4px 3px 0px rgba(0, 0, 0, 0.4);
}
.btn2 a:hover {
  background-color: #f33939;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.4);
}

.btn3 {
  display: none;
}
@media (max-width: 900px) {
  .btn3 {
    display: block;
    margin-top: 30px;
  }
}

#footer {
  background-color: #f2f2f2;
  padding-top: 40px;
}
@media (max-width: 600px) {
  #footer {
    padding-top: 30px;
  }
}
#footer .row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 40px;
}
@media (max-width: 600px) {
  #footer .row {
    display: block;
  }
}
#footer .row .f_company {
  width: 200px;
  text-align: left;
}
@media (max-width: 600px) {
  #footer .row .f_company {
    width: 100%;
    text-align: center;
  }
}
#footer .row .f_company h2 {
  margin-bottom: 10px;
}
#footer .row .f_company p a {
  color: #000;
}
#footer .row .f_company i {
  margin-right: 4px;
}
#footer .row .f_mark {
  width: 300px;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  padding: 10px;
  margin: 0 4vw 0 0;
}
@media (max-width: 600px) {
  #footer .row .f_mark {
    width: 100%;
    text-align: center;
    margin: 0 auto 30px;
  }
}
#footer .row .f_mark p {
  font-size: 0.7rem;
}
#footer .row .f_menu {
  height: auto;
  position: relative;
}
#footer .row .f_menu ul {
  text-align: left;
  padding-right: 3vw;
}
@media (max-width: 600px) {
  #footer .row .f_menu ul {
    text-align: center;
  }
}

.copyl {
  background-color: #fc3d3d;
  padding: 10px;
}
.copyl p {
  text-align: center;
  color: #fff;
}

.btnFile1 {
  width: 154px;
  height: 52px;
  position: fixed;
  left: 0;
  bottom: 110px;
  z-index: 88;
}
@media (max-width: 900px) {
  .btnFile1 {
    display: none !important;
  }
}

.btnFile2 {
  width: 154px;
  height: 52px;
  position: fixed;
  left: 0;
  bottom: 60px;
  z-index: 89;
}
@media (max-width: 900px) {
  .btnFile2 {
    display: none !important;
  }
}
/*# sourceMappingURL=style.css.map */