@charset "utf-8";
/* CSS Document */

@import url("reset.css");

/*--Link------------------------------------------------------------*/
a, a:link { color: #20a7cf; text-decoration: none; }
a:visited { color: #20a7cf; }
a:hover, a:active { text-decoration: none; }
a:focus { outline: none; }

/*-- #contents----------------------------------------------------------*/
body {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;;
}

.contents-inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

/*--header----------------------------------------------------------*/
header {
  width: 100%;
  padding: 20px 110px 20px 10px;
}

header .contents-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-logo img {
  width: 100%;
}

/* .tel-area */
.tel-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tel-box {
  margin-right: 20px;
}

.tel-box h2 {
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-size: 1.2rem;
  font-weight: 700;
  border-bottom: #2ebbe6 1px solid;
}

.tel-box p {
  margin-top: 5px;
  font-size: 1.15rem;
  font-weight: 700;
}

.list-tel li:last-of-type {
  margin-top: 5px;
  font-size: 1.45rem;
  font-weight: 700;
}

/* #gnav */
nav {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(243,151,0,0.9);
  left: 0;
  z-index: 100;
}

#gnav-list {
  width: 80%;
  position: relative;
  top: 90px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  font-size: 1.1em;
  border-top: #fff 1px solid;
}

#gnav-list li {
  text-align: center;
  line-height: 1.1;
  font-size: 1.0em;
  border-bottom: #fff 1px solid;
}
#gnav-list li a {
  padding: 20px 0;
  display: block;
  color: #fff;
  font-weight: 700;
}
#gnav-list li a:hover {
  color: #f39700;
  background-color: #fff;
}

/* #nav-toggle */
#nav-toggle {
  display: block;
  width: 80px;
  height: 80px;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 200;
  background-color: #f39700;
  border-radius: 10px;
}
#nav-toggle div { position: relative; }
#nav-toggle span {
  display: block;
  width: 40px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 20px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#nav-toggle span:nth-child(1){ top: 20px; }
#nav-toggle span:nth-child(2){ top: 32px; }
#nav-toggle span:nth-child(3){ top: 44px; width: 20px; }
#nav-toggle p {
  color: #fff;
  font-size: 0.9rem;
  text-align: center;  font-weight: 700;
  position: relative;
  top: 58px;
}

.open #nav-toggle {
  background-color: #fff;
}

.open #nav-toggle span:nth-child(1) {
  width: 60px;
  top: 30px;
  left: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
  background-color: #f39700;
}
.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
  background-color: #f39700;
}
.open #nav-toggle span:nth-child(3) {
  width: 60px;
  top: 30px;
  left: 10px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg);
  background-color: #f39700;
}

.open #nav-toggle p {
  color: #f39700;
}

#foot-tel { display: none; }


/*--Retina------------------------------------------------------------*/
@media screen and (max-width: 1280px) {
  .contents-inner { width: 94%; }
}

@media screen and (max-width: 920px) {
  .main-logo img,
  .tel-area img { zoom: 0.8; }
  .tel-area h2 { font-size: 1rem; }
  .tel-area p { font-size: 0.8rem; }
  .list-tel li:last-of-type { font-size: 1.2rem; }
}

@media screen and (max-width: 640px) {
  header { padding: 10px 0 10px 0; }
  .main-logo img { zoom: 0.5; }
  header .tel-wrap { display: none; }

  #foot-tel {
    position: fixed;
    bottom:  0;
    z-index: 10;
    opacity: 0;
    transform: translateY(130px);
    display: block;
    width: 100%;
  }
  #foot-tel .tel-wrap {
    padding: 10px 3% 20px;
    background-color: #cdeaf8;
    transition: all 0.3s;
  }
  #foot-tel .btn-mail a { font-size: 0.8rem; margin-top: 5px; }
  #foot-tel .tel-box { margin-right: 10px; }
  #foot-tel .tel-area img { zoom: 0.5; }
  #foot-tel .tel-area h2 { font-size: 0.8rem; }
  main #foot-tel .contents-inner .tel-area p { font-size: 0.7rem; margin-top: 2px; }
  #foot-tel .list-tel { margin-top: 5px; }
  #foot-tel .list-tel li:last-of-type { font-size: 0.8rem; }
  #foot-tel.UpMove { animation: UpAnime 0.5s forwards; }
  #foot-tel.DownMove{ animation: DownAnime 0.5s forwards; }

  #gnav-list { top: 70px; }
  #nav-toggle {
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
    border-radius: 5px;
  }
  #nav-toggle span {
    width: 28px;
    height: 1px;
    left: 6px;
  }
  #nav-toggle span:nth-child(1){ top: 8px; }
  #nav-toggle span:nth-child(2){ top: 14px; }
  #nav-toggle span:nth-child(3){ top: 20px; width: 14px; }

  .open #nav-toggle span:nth-child(1) {
    width: 20px;
    top: 14px;
    left: 10px;
  }
  .open #nav-toggle span:nth-child(3) {
    width: 20px;
    top: 14px;
    left: 10px;
  }
  #nav-toggle p {
    font-size: 0.6rem;
    top: 26px;
    font-weight: normal;
  }
}

/*　上に上がる動き　*/
@keyframes UpAnime{
  from {
    opacity: 0;
    transform: translateY(130px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*　下に下がる動き　*/
@keyframes DownAnime{
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(130px);
  }
}


/*--footer----------------------------------------------------------*/
footer {
  width: 100%;
  padding: 40px 0 30px;
  text-align: center;
  background-color: #eeeeee; 
}

footer .contents-inner {
  max-width: 680px;
  width: 80%;
  margin: 0 auto;
}

footer h3 {
  margin-top: 10px;
  line-height: 1.2;
  font-size: 1.63rem;
  font-weight: 700;
}

.list-address {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  border-top: 2px solid #0497dd;
  padding-top: 15px;
}

.list-address li {
  width: 50%;
  padding: 5px 0;
}

.list-address li:first-of-type { padding-right: 2%; }
.list-address li:last-of-type {
  border-left: 1px solid #0497dd;
  padding-left: 2%;
}

footer p {
  margin-top: 10px;
  font-size: 1.1rem;
  font-weight: 700;
}

.btn-mail a {
  margin-top: 20px;
  display: block;
  padding: 15px;
  background-color: #2ebbe6;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  font-weight: 700;
}

.copyrights {
  font-weight: normal;
}

/*--Retina------------------------------------------------------------*/
@media screen and (max-width: 640px) {
  footer { padding: 20px 0 15px; }
  footer h2 img { zoom: 0.6; }
  footer h3 { font-size: 1.2rem; }
  .list-address { padding-top: 15px; }
  .list-address li img { width: 100%; height: auto; }
  footer p { font-size: 1rem; }
  .btn-mail a { padding: 10px; font-size: 1.1rem; }
}

/*--section----------------------------------------------------------*/
main .contents-inner p {
  line-height: 1.2;
  font-size: 1.63rem;
}

main img {
  max-width: 100%;
}

/* .sec-ttl */
.sec-ttl {
  text-align: center;
  position: relative;
  margin-top: -60px;
}

.sec-ttl:before {
  position: absolute;
  left: calc(50% - 1px);
  width: 2px;
  top: -70px;
  height: 160px;
  content: '';
  background-color: #0fb6e0;
  z-index: -1;
}

.sec-ttl img {
  padding: 10px 40px;
  background-color: #fff;
}

/* .sec-ttl02 */
.sec-ttl02 {
  text-align: center;
  position: relative;
}
.sec-ttl02:before {
  position: absolute;
  top: -140px;
  left: calc(50% - 1px);
  width: 1px;
  height: 140px;
  content: '';
  background-color: #000;
}

.sec-ttl02 span {
  display: block;
  font-size: 3.1rem;
  margin-top: 20px;
  font-weight: 700;
}

/* .sec-ttl03 */
.sec-ttl03 {
  text-align: center;
  position: relative;
  margin-top: 200px;
}

.sec-ttl03:before {
  position: absolute;
  left: calc(50% - 1px);
  width: 2px;
  top: -160px;
  height: 160px;
  content: '';
  background-color: #0fb6e0;
}

.sec-ttl03:after {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-color: #0fb6e0;
  z-index: -1;
}

.sec-ttl03 img {
  padding: 10px 40px;
  background-color: #fff;
}

.sec-ttl03 span {
  margin-top: 20px;
  display: inline-block;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.2;
}

/* .bg-yellow */
.bg-yellow {
  margin: 60px auto 0;
  padding-top: 50px;
  background-color: #fff7d0;
  max-width: 1720px;
  width: 90%;
}
.bg-yellow .contents-inner {
  padding: 40px 0;
  width: 100%;
}

/* .note */
.note {
  max-width: 1280px;
  width: 100%;
  margin: 10px auto 0;
}
.note ul {
  font-size: 1.2rem;
}
.note ul li{
  position: relative;
  line-height: 1.4;
  padding-left: 1.5rem;
}
.note ul li:before{
  content: "※";
  position: absolute;
  left: 0;
}

@media screen and (max-width: 1340px) {
  .bg-yellow .contents-inner { padding: 40px 5%; }
  .note { padding: 0 5%; }
}

@media screen and (max-width: 640px) {
  main .contents-inner p { font-size: 1.1rem; }
  .sec-ttl { margin-top: -20px; }
  .sec-ttl:before { top: -25px; height: 80px; }
  .sec-ttl img { zoom: 0.7; padding: 5px 20px; }

  .sec-ttl02:before { top: -70px; height: 70px; }
  .sec-ttl02 img { zoom: 0.7; }
  .sec-ttl02 span { font-size: 2rem; }

  .sec-ttl03 { margin-top: 100px; }
  .sec-ttl03:before { top: -80px; height: 80px; }
  .sec-ttl03:after { top: 20px; height: 5px; }
  .sec-ttl03 img { zoom: 0.7; padding: 5px 20px; }
  .sec-ttl03 span { margin-top: 10px; font-size: 2.5rem; }

  .bg-yellow { margin: 50px auto 0; padding-top: 30px; }
  .bg-yellow .contents-inner { padding: 0 5% 20px; }

  .note ul { font-size: 0.9rem; }
}


/*-- contact-area --*/
.contact-area {
  padding: 30vh 0 10vh;
  background: url(../images/contact_bg.png) no-repeat center bottom;
  background-size: cover;
  border-bottom: 10px solid #0497dd;
  position: relative;
}

.contact-area h2,
.contact-area p {
  display: none;
}

.contact-btn {
  display: flex;
}

@media screen and (max-width: 1280px) {
  .contact-area { padding: 25vh 0 5vh; }
}

@media screen and (max-width: 920px) {
  .contact-area { padding: 20vh 0 5vh; }
}

@media screen and (max-width: 640px) {
  .contact-area { padding: 10vh 0 3vh; border-bottom: 5px solid #0497dd; }
}


/*--#main-img----------------------------------------------------------*/
#main-img {
  background: url("../images/main_img_bg.webp") repeat;
}

main #main-img .contents-inner {
  padding: 0;
  max-width: 1530px;
  position: relative;
}

#main-img h2 {
  width: 100%;
  position: relative;
}

#main-img h2 img { max-width: 100%; }


/*--#sec01----------------------------------------------------*/
#sec01 {
  padding-top: 160px;
}

#sec01 .sec-wrap {
  width: 96%;
  max-width: 1280px;
  margin: 0 auto;
  border: 10px solid #0fb6e0;
  position: relative;
}

#sec01 .contents-inner {
  width: 92%;
  margin: 50px auto;
  padding: 50px 0;
  box-sizing: border-box;
  background: url("../images/sec01_bg.webp") no-repeat right bottom;
  background-size: contain;
  position: relative;
}

#sec01 .contents-inner p {
  margin-top: 40px;
  width: 40%;
}

@media screen and (max-width: 1320px) {
  #sec01 .contents-inner { margin: 20px auto; padding: 20px 0; background-position: 170% top; background-size: 80% auto; }
}

@media screen and (max-width: 640px) {
  #sec01 { padding-top: 50px; }
  #sec01 .contents-inner { margin: 20px auto; padding: 20px 0; background-position: 170% top; background-size: 80% auto; }
  #sec01 h3 img { max-width: 60%; }
  #sec01 .contents-inner p { margin-top: 60px; width: 100%; font-size: 1.1rem; }
}


/*--#sec02,#sec03 ----------------------------------------------------*/
#sec02 .bg-yellow { margin-top: 150px; }

.bg-yellow .t-center {
  margin-top: 40px;
}

.list-img {
  display: flex;
  justify-content: space-between;
}
.list-img li {
  width: 32%;
  margin-top: 40px;
}
.list-img li p {
  margin-top: 20px;
  font-size: 1.4rem;
}

/*--#sec04--*/
#sec04 .sec-ttl02 span {
  font-size: 2.8rem;
}

#sec04 .list-img li {
  width: 49%;
}

.list-img li h3 {
  margin-top: 20px;
  font-size: 1.9rem;
  font-weight: 700;
}
.list-img li h3 + p {
  margin-top: 10px;
}


@media screen and (max-width: 640px) {
  #sec02 .bg-yellow { margin-top: 70px; }
  .bg-yellow .t-center { margin-top: 20px; }
  .list-img { flex-wrap: wrap; }
  .list-img li { width: 48%; margin-top: 20px; }
  .list-img li p { margin-top: 10px; font-size: 1rem; }

  #sec04 .sec-ttl02 span { font-size: 1.8rem; }
  #sec04 .list-img li { width: 100%; }
  .list-img li h3 { font-size: 1.5rem; }
}


/*--#sec05----------------------------------------------------*/
#sec05 .contents-inner {
  margin-top: 80px;
}
#sec05 .contents-inner:first-of-type { margin-top: 0; }

#sec05 .sec-ttl03 span {
  border-bottom: 3px solid #000;
}

.sec-subttl {
  color: #0497dd;
  text-align: center;
  font-size: 3.1rem;
  margin-top: 50px;
  padding-bottom: 40px;
  font-weight: 700;
  position: relative;
}

.sec-subttl:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 25px 0 25px;
  content: "";
  border-color: #ffe206 transparent transparent transparent;
  position: absolute;
  left: calc(50% - 25px);
  bottom: 0;
}

.list-tb {
  border-collapse: separate;
  border-spacing: 5px;
  width: 100%;
  margin-top: 20px;
}

.list-tb th,
.list-tb td {
  text-align: center;
  padding: 40px 0;
  border: solid 1px #0497dd;
  font-weight: 500;
}

.list-tb th {
  background-color: #87c3de;
  color: #fff;
  font-size: 1.9rem;
}
.list-tb th:first-of-type { background-color: #0497dd; }
.list-tb th:nth-of-type(2) { width: 25%; }
#sec05 .contents-inner:nth-of-type(4) .list-tb th:nth-of-type(2) { width: 50%; }

.list-tb td { font-size: 1.6rem; }

@media screen and (max-width: 640px) {
  #sec05 .contents-inner { margin-top: 30px; }

  .sec-subttl { font-size: 2rem; margin-top: 20px; padding-bottom: 20px; }
  .sec-subttl:after { border-width: 15px 16px 0 16px; left: calc(50% - 16px); }

  .list-tb { border-spacing: 2px; margin-top: 10px; }
  .list-tb th,
  .list-tb td { padding: 20px 0; }
  .list-tb th { font-size: 1.1rem; }
  .list-tb td { font-size: 1rem; }
}


/*--#sec06----------------------------------------------------*/
.box-flow {
  margin: 80px 0 120px;
  padding: 50px 0 40px;
  border: #dcdcdc solid 10px;
  position: relative;
}

.box-flow:before {
  width: 90px;
  height: 90px;
  top: -60px;
  left: calc(50% - 45px);
  content: " ";
  background: no-repeat left top;
  background-size: contain;
  position: absolute;
  display: block;
}
.box-flow:nth-of-type(1):before { background-image: url("../images/sec06_flow01.png"); }
.box-flow:nth-of-type(2):before { background-image: url("../images/sec06_flow02.png"); }
.box-flow:nth-of-type(3):before { background-image: url("../images/sec06_flow03.png"); }
.box-flow:nth-of-type(4):before { background-image: url("../images/sec06_flow04.png"); }
.box-flow:nth-of-type(5):before { background-image: url("../images/sec06_flow05.png"); }

.box-flow:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 50px;
  content: "";
  border-color: #ffe306 transparent transparent transparent;
  position: absolute;
  left: calc(50% - 50px);
  bottom: -70px;
}
.box-flow:last-of-type:after { display: none; }

.box-flow h3 {
  padding-top: 110px;
  color: #0497dd;
  font-size: 2.9rem;
  font-weight: 700;
  text-align: center;
  position: relative;
}
.box-flow h3:before {
  width: 122px;
  height: 94px;
  top: 0;
  left: calc(50% - 61px);
  content: " ";
  background: no-repeat left top;
  background-size: contain;
  position: absolute;
  display: block;
}
.box-flow:nth-of-type(1) h3:before { background-image: url("../images/sec06_icon01.png"); }
.box-flow:nth-of-type(2) h3:before { background-image: url("../images/sec06_icon02.png"); }
.box-flow:nth-of-type(3) h3:before { background-image: url("../images/sec06_icon03.png"); }
.box-flow:nth-of-type(4) h3:before { background-image: url("../images/sec06_icon04.png"); }
.box-flow:nth-of-type(5) h3:before { background-image: url("../images/sec06_icon05.png"); }

.box-flow p {
  width: 80%;
  margin: 40px auto 0;
}

@media screen and (max-width: 640px) {
  .box-flow { margin: 40px 0 60px; padding: 25px 0 20px; border: #dcdcdc solid 5px; }
  .box-flow:before { width: 45px; height: 45px; top: -30px; left: calc(50% - 22px); }
  .box-flow:after { border-width: 25px 25px 0 25px; left: calc(50% - 25px); bottom: -35px; }

  .box-flow h3 { padding-top: 55px; font-size: 2.2rem; }
  .box-flow h3:before { width: 61px; height: 47px; left: calc(50% - 30px); }
  .box-flow p { margin: 20px auto 0; }
}


/*--#sec07----------------------------------------------------*/
.list-dl {
  width: 100%;
  margin: 60px auto 100px;
  font-size: 1.63rem;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #dcdcdc;
}

.list-dl dt,
.list-dl dd {
  font-weight: normal;
  border-top: 1px solid #dcdcdc;
}
.list-dl dt {
  color: #0497dd;
  width: 35%;
  padding: 30px 5%;
}
.list-dl dd {
  width: 65%;
  padding: 30px 0;
}

@media screen and (max-width: 640px) {
  .list-dl { margin: 30px auto 50px; font-size: 1.1rem; }
}



/*=====================================================================*/
@media (min-width: 751px) {
  a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  }
}

.pc { display: block; }	
.sp { display: none; }

.t-center { text-align: center; }


/*--Retina------------------------------------------------------------*/
@media screen and (max-width: 640px) {
  .pc { display: none; }	
  .sp { display: block; }
}
