@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  outline: none;
  color: #444;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.pc {display: block;}
.sp {display: none;}
@media screen and (max-width:780px) {
  .pc {display: none;}
  .sp {display: block;}
}

.img_w {
  width: 100%;
  height: auto;
}

#contents {
  overflow: hidden;
}
#wrapper {
    position: relative;
    width: 1366px;
    margin: auto;
    background: #FAF6F5;
}
@media screen and (max-width:780px) {
    #wrapper {
      width: 100%;
      padding-top: 60px;
    }
}

.cont09 {
    position: relative;
    width: 100%;
    height: 343px;
    margin-top: 50px;
    background: url(../images/cont09_back.png) #FAF6F5;
}
.cont09 p {
    position: relative;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
    font-size: 12px;
    letter-spacing: 0.05em;
    font-weight: 500;
    text-align: center;
}
@media screen and (max-width:780px) {
   .cont09 {
     position: relative;
     width: 100%;
     height: 262px;
     background-size:cover;
   }
}

.cont11 {
    margin-top: -70px;
    text-align: center;
}
.cont11 p {
    display: inline-block;
    padding: 20px;
    font-size: 26px;
    line-height: 43px;
    letter-spacing: 0.06em;
    font-weight: 500;
    color: #fff;
    background: #43A777;
    border-radius: 20px;
}
@media screen and (max-width:780px) {
    .cont11 {
        margin-top: -30px;
    }
    .cont11 p {
        padding: 10px 20px;
        font-size: 16px;
        line-height: 30px;
    }
}

.cont12 {
    width: 685px;
    margin: 70px auto 0;
}
.cont12 p:nth-of-type(1) {
    font-size: 17px;
    letter-spacing: 0.2em;
    color: #25AD6C;
    font-family: 'Montserrat', sans-serif;
}
.cont12 p:nth-of-type(2) {
    margin-top: 20px;
    font-size: 18px;
    letter-spacing: 0.06em;
    font-weight: 500;
}
.cont12 p:nth-of-type(3) {
    margin-top: 20px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.06em;
    font-weight: 500;
    text-align: justify;
}
@media screen and (max-width:780px) {
    .cont12 {
        width: 85%;
        margin: 50px auto 0;
    }
}

.cont13 {
    width: 685px;
    margin: 50px auto 0;
}
.cont13 hr {
    width: 310px;
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #43A777;
}
.cont13.blue hr {
    border-top: 1px solid #2BB1C0;
}
.cont13 p:nth-of-type(1) {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.05em;
    font-weight: 600;
    color: #43A777;
    text-align: justify;
}
.cont13.blue p:nth-of-type(1) {
    color: #2BB1C0;
}
.cont13 p:nth-of-type(2) {
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
}
@media screen and (max-width:780px) {
    .cont13 {
        width: 85%;
        margin: 50px auto 0;
    }
    .cont13 hr {
        width: 100%;
    }
}

.cont14 {
    width: 685px;
    margin: 30px auto 0;
}
@media screen and (max-width:780px) {
    .cont14 {
        width: 85%;
        margin: 40px auto 0;
    }
}

.cont15 {
    width: 645px;
    margin: 30px auto 0;
    padding: 40px 20px;
    background: #fff;
    border-radius: 20px;
}
.cont15 p {
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
}
@media screen and (max-width:780px) {
    .cont15 {
        width: calc(90% - 40px);
        margin: 40px auto 0;
        padding: 30px 20px;
    }
}

.ret_btn {
    position: relative;
    opacity: 1;
    transition: 0.2s;
    text-align: center;
  }
  @media (hover: hover) and (pointer: fine) {
    .ret_btn:hover {
      opacity: 0.7;
    }
  }
  .ret_btn a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
  }
  .ret_btn p {
    position: relative;
    width: 327px;
    margin: 50px auto 0;
    padding: 8px 0 10px;
    font-size: 15px !important;
    line-height: 35px !important;
    letter-spacing: 0.05em !important;
    font-weight: 500;
    color: #fff;
    background: #25AD6C;
    border-radius: 35px;
  }
  .ret_btn p:after {
    content: "\e5c8";
    position:relative;
    top: 3px;
    left: 5px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    font-family: 'Material Symbols Outlined';
  }
  @media screen and (max-width:780px) {
    .ret_btn p {
    width: 180px;
    }
  }

  .hover_btn {
    position: fixed;
    right: calc((100% - 1300px) / 2);
    bottom: 75px;
    text-align: center;
  }
  .hover_btn a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
  }
  .hover_btn p {
    position: relative;
    width: 220px;
    margin: 50px auto 0;
    padding: 8px 0 10px;
    font-size: 15px !important;
    line-height: 35px !important;
    letter-spacing: 0.05em !important;
    font-weight: 500;
    color: #25AD6C;
    background: #fff;
    border-radius: 35px;
    box-shadow: 0px 3px 6px #00000029;
  }
  .hover_btn p:after {
    content: "\e5c8";
    position:relative;
    top: 3px;
    left: 5px;
    font-size: 18px;
    font-weight: 600;
    color: 25AD6Cff;
    font-family: 'Material Symbols Outlined';
  }
  @media screen and (max-width:1366px) {
    .hover_btn {
        right: 30px;
        bottom: 75px;
    }
  }
  @media screen and (max-width:780px) {
    .hover_btn {
        display: none;
        right: 20px;
        bottom: 30px;
    }
    .hover_btn p {
        width: 147px;
      }
  }

.cont16 {
    width: 590px;
    margin: auto;
}
.cont16_headline {
    display: flex;
    align-items: center;
}
.cont16_headline p:nth-of-type(1) {
    font-size: 17px;
    letter-spacing: 0.2em;
    font-weight: 700;
    color: #25AD6C;
    font-family: 'Montserrat', sans-serif;
}
.cont16_headline p:nth-of-type(2) {
    margin: 20px;
    font-size: 16px;
    letter-spacing: 0.06em;
    font-weight: 600;
}
.cont16_main {
    margin-left: 30px;
    padding: 0 0 50px 30px;
    border-left: 3px solid #25AD6C;
}
.cont16_main p {
    font-size: 15px;
    line-height: 26px;
    text-align: justify;
}
.cont16_main .text_img {
    display: flex;
}
.cont16_main .text_img.small {
    align-items: center;
}
.cont16_main .text_img p {
    width: 230px;
}
.schedule_img {
    width: 312px;
    margin-left: 50px;
}
.schedule_mt {
    margin-top: 20px;
}
@media screen and (max-width:780px) {
    .cont16 {
        width: 80%;
    }
    .cont16_main .text_img {
        flex-direction: column;
    }
    .schedule_img {
        width: 100%;
        margin: 30px 0 0;
    }
}

/* efect ----------------------- */

.fadein {
	opacity : 0.1;
	transform : translate(0, 100px);
	transition : all 1500ms;
}

.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}

.effect2 {
	-moz-transition-delay:150ms;
	-webkit-transition-delay:150ms;
	-o-transition-delay:150ms;
	-ms-transition-delay:150ms;
}

.effect3 {
	-moz-transition-delay:300ms;
	-webkit-transition-delay:300ms;
	-o-transition-delay:300ms;
	-ms-transition-delay:300ms;
}


.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #FAF6F5;
    z-index: 9000;
  }
  .header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .logo_sp {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
  }
  .header_inner_left h1 {
    margin-left: 90px;
    font-size: 10px;
    line-height: 16px;
    color: #727272;
  }
  .header_inner_right {
    display: flex;
  }
  .header_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 60px;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 0.17em;
    font-weight: 500;
    color: #fff;
    background: #43A777;
  }
  .header_btn a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .icon_menu {
    width: 60px;
  }

/* menu -------------------*/

.menu_sp {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100vh;
    background: #FAF6F5;
    z-index: 9999;
    transition: all 0.3s;
  }
  .menu_sp.open {
    right: 0;
  }
  .menu_close {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
  }
  .menu_sp ul {
    position: relative;
    width: 185px;
    margin: 100px auto 0;
    z-index: 10;
  }
  .menu_sp ul li {
    position: relative;
    padding: 15px 0;
    font-size: 18px;
    font-weight: 700;
    color: #444;
    list-style: none;
  }
  .menu_sp ul li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .menu_back {
    position: absolute;
    bottom: 0;
    z-index: 1;
  }