@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;}

  #anchor1,
  #anchor2,
  #anchor5 {
    margin-top: -60px;
    padding-top: 60px;
  }
}


.img_w {
  width: 100%;
  height: auto;
}

#contents {
  overflow: hidden;
}
#wrapper {
  position: relative;
  width: 1366px;
  margin: auto;
}
@media screen and (max-width:780px) {
  #wrapper {
    width: 100%;
    padding-top: 60px;
  }
}

.menu_pc {
  position: fixed;
  top: 30px;
  width: 200px;
  margin-left: 30px;
  text-align: center;
  z-index: 9000;
  
}
.menu_pc h1 {
  margin-top: 20px;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #727272;
}
.menu_pc ul {
  width: 180px;
  margin: 40px auto 0;
  list-style: none;
  text-align: left;
}
.menu_pc ul li {
  margin-top: 20px;
}
.menu_pc ul li a {
  font-size: 16px;
  letter-spacing: 0.03em;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .menu_pc ul li a:hover {
    color: #25AD6C;
  }
}
.memu_btn {
  position: relative;
  opacity: 1;
  transition: 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .memu_btn:hover {
    opacity: 0.7;
  }
}
.memu_btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.memu_btn p {
  position: relative;
  width: 180px;
  margin: 30px auto 0;
  padding: 8px 0 10px;
  font-size: 15px;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #fff;
  background: #25AD6C;
  border-radius: 35px;
}
.memu_btn p:after {
  content: "\e5c8";
  position:relative;
  top: 3px;
  left: 5px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  font-family: 'Material Symbols Outlined';
}

.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;
}

.cont01 {
  position: relative;
  height: 100vh;
  margin-bottom: 100px;
}
.cont01_inner {
  position:absolute;
  left: 260px;  
  width: calc(100% - 260px);
  height: 100%;
  background: url(../images/top_img_pc.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 0 0 100px;
}
.top_txt p {
  position: absolute;
  left: 50px;
  bottom: 100px;
  padding: 5px 25px 7px;
  font-size: 29px;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #fff;
  background: #25AD6C;
  border-radius: 100px 100px 0 100px;
}
.top_txt p:nth-of-type(2) {
  left: 130px;
  bottom: 46px;
}
.top_btn {
  position: absolute;
  right: 40px;
  bottom: 70px;
  width: 180px;
  transition: 0.2s;
  cursor: pointer;
}
.top_btn2 {
  position: absolute;
  right: 40px;
  bottom: 275px;
  width: 180px;
  transition: 0.2s;
  cursor: pointer;
}
@media screen and (max-width:780px) {
  .cont01 {
    height: calc(100vh - 120px);
    margin-bottom: 50px;
  }
  .cont01_inner {
    position:absolute;
    left: 0;  
    width: 100%;
    height: clac(100% - 60px);
    background: url(../images/top_img_sp.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .top_btn {
    top: 20px;
    right: 20px;
    bottom: inherit;
    width: 126px;
  }
  .top_btn2 {
    top: 20px;
    right: 162px;
    bottom: inherit;
    width: 126px;
  }
  .top_txt p {
    left: 20px;
    bottom: 100px;
    padding: 5px 15px 7px;
    font-size: 25px;
  }
  .top_txt p:nth-of-type(2) {
    left: 90px;
    bottom: 52px;
  }
}

.cont_title {
  position: relative;
  left: 260px;
  z-index: 50;
}
.cont_title p:nth-of-type(1) {
  font-size: 50px;
  letter-spacing: 0.11em;
  color: #25AD6C;
  font-family: 'Montserrat', sans-serif;
}
.cont_title p:nth-of-type(2) {
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media screen and (max-width:780px) {
  .cont_title {
    left: 20px;
  }
  .cont_title p:nth-of-type(1) {
    font-size: 28px;
    letter-spacing: 0.12em;
  }
}

.cont02 {
  position: relative;
  width: 100%;
  margin-top: 0px;
  padding: 100px 0 50px;
  background: #FAF6F5;
  border-radius: 0 100px 0 0;
}
.cont02_inner {
  position: relative;
  left: 260px;
  width: calc(100% - 260px);
  margin-top: 80px;
  z-index: 10;
}
.cont02_inner p:nth-of-type(1) {
  font-size: 26px;
  line-height: 49px;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.cont02_inner p:nth-of-type(2) {
  width: 727px;
  margin-top: 50px;
  font-size: 19px;
  line-height: 41px;
  text-align: justify;
}
.cont02_img {
  position: absolute;
  top: 70px;
  left: 850px;
  width: 376px;
  z-index: 1;
}
@media screen and (max-width:780px) {
  .cont02 {
    margin-top: 0;
    padding: 50px 0 0;
  }
  .cont02_inner {
    position: relative;
    left: 0;
    width: calc(100% - 40px);
    margin-top: 30px;
    padding:  0 20px 240px;
  }
  .cont02_inner p:nth-of-type(1) {
    font-size: 21px;
    line-height: 36px;
  }
  .cont02_inner p:nth-of-type(2) {
    width: 100%;
    margin-top: 30px;
    font-size: 17px;
    line-height: 36px;
  }
  .cont02_img {
    position: absolute;
    top: inherit;
    left: inherit;
    right: 0;
    bottom: 0;
    width: 262px;
    z-index: 1;
  }
}

.cont03 {
  position: relative;
  width: 100%;
  padding: 100px 0;
  background: #FAF6F5;
}
.cont03_inner {
  position: relative;
  left: 260px;
  width: calc(100% - 260px);
  margin-top: 40px;
  z-index: 10;
}
.cont03_main {
  display: flex;
  justify-content: space-between;
  width: 850px;
  margin-top: 50px;
}
.cont03_main_bottom {
  margin-left: 100px;
}
.cont03_box {
  position: relative;
  width: 379px;
}
.cont03_box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.cont03_box p {
  margin-top: 20px;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.05em;
  font-weight: 600;
  text-align: justify;
}
.cont03_btn {
  position: relative;
  width: 137px;
  margin: 10px 0 0 auto;
  padding: 5px 0 8px;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #43A777;
  border: 1px solid #43A777;
  border-radius: 50px;
  text-align: center;
  transition: 0.2s;
}
.cont03_btn:after {
  content: "\e5c8";
  position:relative;
  top: 3px;
  left: 5px;
  font-size: 18px;
  font-weight: 600;
  color: #43A777 !important;
  font-family: 'Material Symbols Outlined';
  transition: 0.2s;
}
.cont03_box:hover img,
.cont03_box:hover p {
  opacity: 1;
  transition: 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .cont03_box:hover .cont03_btn {
    color: #fff !important;
    background: #43A777;
  }
  .cont03_box:hover .cont03_btn:after,
  .cont05_text .cont03_btn:hover:after {
    color: #fff !important;
  }
  .cont03_box:hover img,
  .cont03_box:hover p {
    opacity: 0.7;
  }
}
.cont03_back {
  position: absolute;
  left: 110px;
  bottom: 60px;
  width: 332px;
  z-index: 1;
}
@media screen and (max-width:780px) {
  .cont03 {
    margin-top: 0;
    padding: 50px 0 0;
  }
  .cont03_inner {
    position: relative;
    left: 0;
    width: calc(100% - 40px);
    margin-top: 30px;
    padding:  0 20px 100px;
  }
  .cont03_main {
    flex-direction: column;
    width: 100%;
    margin-top: 50px;
  }
  .cont03_box {
    width: 80%; 
    margin: auto;
  }
  .cont03_box:last-child {
    margin-top: 50px;
  }
  .cont03_main_bottom {
    margin-left: 0;
  }
  .cont03_btn {
    margin: 30px 0 0 auto;
  }
  .cont03_back {
    position: absolute;
    left: -90px;
    bottom: -70px;
    width: 288px;
    z-index: 1;
  }
}

.cont04 {
  position: relative;
  width: 100%;
  padding: 100px 0;
  background: #E8F3E9;
  z-index: 50;
}
.cont04_inner {
  position: relative;
  left: 260px;
  width: calc(100% - 260px);
  margin-top: 40px;
  z-index: 10;
}
.cont04_info {
  font-size: 20px;
  line-height: 35px;
  font-weight: 500;
}
.cont04_movie {
  width: 648px;
  margin: 60px 0 0 175px;
}
.movie_text {
  margin-top: 20px;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
}
@media screen and (max-width:780px) {
  .cont04 {
    margin-top: 50px;
    padding: 50px 0 0;
  }
  .cont04_inner {
    position: relative;
    left: 0;
    width: calc(100% - 40px);
    margin-top: 30px;
    padding:  0 20px 100px;
  }
  .cont04_info {
    font-size: 16px;
    line-height: 29px;
    text-align: justify;
  }
  .cont04_movie {
    width: 100vw;
    margin: 30px 0 0 -20px;
  }
  .movie_text {
    width: 90%;
    margin: 20px auto 0;
    font-size: 14px;
  }
}
/* standard_movie1 */
.standard_movie1 {
  width: 90%;
  max-width: 980px;
  margin: 30px auto 0;
}
.standard_movie1_inner_main {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.standard_movie1_inner_main iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width:750px) {
  .standard_movie1 {
    margin: 100px auto 0;
  }
}

.cont04_main_info {
  width: 350px;
  margin: 100px auto 0;
  padding: 10px 0;
  font-size: 20px;
  font-weight: 600;
  color: #43A777;
  text-align: center;
  background: #fff;
  border-radius: 50px;
}
.slider {
  display: flex;
  justify-content: space-between;
  width: 974px;
  margin: 130px auto 0;
  list-style: none;
}
.slider li {
  position: relative;
  width: 285px;
  z-index: 50;
}
.slider_back {
  position: absolute;
  top: -70px;
  width: 280px;
  height: 280px;
  border-radius: 300px;
  background: #FAF6F5;
  z-index: -1;
}
.slider li p:nth-of-type(1) {
  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #43A777;
  text-align: center;
}
.slider li p:nth-of-type(2) {
  margin-top: 20px;
 font-size: 16px;
 line-height: 28px;
 text-align: justify;
}
.slick-dots li button{
  margin-top: 30px;
  font-size: initial !important;
  font-weight: 600;
  color: #98A6B5 !important;
  background: initial !important;
}
.slick-dots li {
  background: inherit !important;
}
.slick-dots li button:before{
  content: none !important;
}
.slick-dots li.slick-active button{
  color:#43A777 !important;
}
.slide-arrow {
  position: absolute;
  bottom: -70px;
}
.prev-arrow{
  left: 10px;
  z-index: 500;
  cursor: pointer;
}
.next-arrow{
  right: 10px;
  z-index: 500;
  cursor: pointer;
}
@media screen and (max-width:780px) {
  .cont04_main_info {
    width: 300px;
    margin: 50px auto 0;
    padding: 10px 0;
    font-size: 18px;
  }
  .slider {
    width: inherit;
    margin: 50px auto 0;
    list-style: none;
  }
  .slider li {
    position: relative;
    width: 308px;
    height: 308px;
  }
  .slider_back {
    top: 0;
    left: 0;
    right: 0;
    width: 308px;
    height: 308px;
    margin: auto;
  }
  .slider li p:nth-of-type(1) {
    margin-top: 80px;
    font-size: 20px;
    letter-spacing: 0.05em;
    font-weight: 600;
    color: #43A777;
    text-align: center;
  }
  .slider li p:nth-of-type(2) {
    width: 308px;
    margin: 20px auto 0;
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
  }
}

.cont05 {
  position: relative;
  width: 100%;
  padding: 100px 0;
  background: #FAF6F5;
  border-radius: 0 100px 100px 0;
}
.cont05:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background: #E8F3E9;
  z-index: -1;
}
.cont05:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 100px;
  background: #E8F3E9;
  z-index: -1;
}
.cont05_inner {
  position: relative;
  left: 260px;
  width: calc(100% - 260px);
  margin-top: 40px;
  z-index: 10;
}
.cont05_main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 916px;
}
.cont05_main div {
  position: relative;
}
.ccont05_img {
  width: 496px;
}
.cont05_text {
  width: 369px;
  font-size: 20px;
  line-height: 36px;
  font-weight: 500;
  text-align: justify;
}
.cont05 .cont03_btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
@media (hover: hover) and (pointer: fine) {
  .cont05 .cont03_btn:hover {
    color: #fff;
    background: #43A777;
  }
  .cont05 .cont03_btn:after {
    color: #fff;
  }
}
@media screen and (max-width:780px) {
  .cont05 {
    padding: 100px 0 0;
  }
  .cont05_inner {
    position: relative;
    left: 0;
    width: calc(100% - 40px);
    margin-top: 30px;
    padding:  0 20px 100px;
  }
  .cont05_main {
    flex-direction: column;
    width: 100%;
  }
  .ccont05_img {
    width: 100vw;
  }
  .cont05_text {
    width: 100%;
    margin-top: 20px;
    font-size: 16px;
    line-height: 29px;
  }
  .cont05_main {
    flex-direction: column;
    width: 100%;
  }
  .cont05_main div {
    position: relative;
  }
  .ccont05_img {
    width: 100vw;
  }
  .cont05_text {
    width: 100%;
    font-size: 16px;
    line-height: 29px;
  }
  .cont05_text .cont03_btn {
    margin: 20px 0 0 auto;
  }
}

.cont06 {
  position: relative;
  width: 100%;
  padding: 100px 0;
  background: #E8F3E9;
  z-index: 50;
}
.cont06_inner {
  position: relative;
  left: 260px;
  width: calc(100% - 260px);
  margin-top: 40px;
  z-index: 10;
}
@media screen and (max-width:780px) {
  .cont06 {
    margin-top: 0;
    padding: 50px 0 0;
  }
  .cont06_inner {
    position: relative;
    left: 0;
    width: calc(100% - 40px);
    margin-top: 30px;
    padding:  0 20px 100px;
  }
}

.cont06_main {
  display: flex;
  justify-content: space-between;
  width: 980px;
}
@media screen and (max-width:780px) {
  .cont06_main {
    flex-direction: column;
    width: 100%;
  }
  .cont06_info {
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
  }
}

.slider2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 610px;
  margin-top: 30px;
  list-style: none;
}
.slider2 li {
  width: 255px;
  margin-top: 20px;
  padding: 20px;
  background: #FAF6F5;
  border-radius: 20px;
  text-align: center;
}
.slider2 li p:nth-of-type(1) {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #43A777;
}
.slider2 li p:nth-of-type(2) {
  margin-top: 20px;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
}
@media screen and (max-width:780px) {
  .slider2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 350px;
    margin: 30px auto 0;
    list-style: none;
  }
  .slider2 li img {
    display: inline;
  }
}

.slider3 {
  width: 350px;
  margin: 50px auto 0;
}
@media screen and (max-width:780px) {
  .slider3_text {
    margin-top: 120px;
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
  }
  .slider3 {
    width: 100%;
    max-width: 350px;
    margin-top: 30px;
  }
}

.cont07 {
  position: relative;
  width: 100%;
  padding: 100px 0;
  background: #fff;
  border-radius: 0 100px 100px 0;
}
.cont07_inner {
  position: relative;
  left: 260px;
  width: calc(100% - 260px);
  z-index: 50;
}
.cont07_main {
  width: 840px;
  margin-left: 60px;
  text-align: center;
}
.cont07_main p:nth-of-type(1) {
  font-size: 26px;
  line-height: 49px;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.cont07_main p:nth-of-type(2) {
  margin-top: 50px;
  font-size: 20px;
  line-height: 40px;
}
.cont07_btn {
  position: relative;
  opacity: 1;
  transition: 0.2s;
  text-align: center;
}
.cont07_back1 {
  position: absolute;
  top: -50px;
  left: 1100px;
  z-index: 1;
}
.cont07_back2 {
  position: absolute;
  left: 300px;
  bottom: 0;
  z-index: 1;
}
@media (hover: hover) and (pointer: fine) {
  .cont07_btn:hover {
    opacity: 0.7;
  }
}
.cont07_btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.cont07_btn p {
  position: relative;
  width: 327px;
  margin: 40px 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;
}
.cont07_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) {
  .cont07 {
    padding: 0;
  }
  .cont07_inner {
    position: relative;
    left: 0;
    width: calc(100% - 40px);
    margin-top: 30px;
    padding:  50px 20px;
  }
  .cont07_main {
    width: 100%;
    margin-left: 0;
  }
  .cont07_main p:nth-of-type(1) {
    font-size: 20px;
    line-height: 37px;
  }
  .cont07_main p:nth-of-type(2) {
    margin-top: 50px;
    font-size: 16px;
    line-height: 29px;
  }
  .cont07_btn p {
    width: 180px;
  }
  .cont07_back1 {
    top: -150px;
    left: inherit;
    right: -50px;
  }
  .cont07_back2 {
    left: 0;
    bottom: 0;
  }
}

.cont08 {
  position: relative;
  width: 100%;
  padding: 100px 0;
  background: #FAF6F5;
  z-index: 50;
  border-radius: 0 100px 0 0;
}
.cont08_inner {
  position: relative;
  left: 260px;
  width: calc(100% - 260px);
  margin-top: 40px;
  z-index: 10;
}
.cont08_main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 788px;
  margin-left: 170px;
}
.cont08_box {
  position: relative;
  width: 170px;
  height: 170px;
  text-align: center;
}
.cont08_box_img {
  padding-top: 40px;
}
.cont08_box p {
  margin-top: 0px;
  font-size: 21px;
  list-style: 26px;
  font-weight: 700;
  color: #43A777;
}
.cont08_box_back {
  position: absolute;
  top: 0;
  width: 170px;
  height: 170px;
  background: #fff;
  border-radius: 100px;
  z-index: -1;
}
.cont08_arrow {
  position: relative;
}
.cont08_arrow:after {
  content: "\e5cc";
  position:absolute;
  top: 50%;
  right: -30px;
  font-size: 24px;
  font-weight: 600;
  color: #000;
  transform: translateY(-50%);
  font-family: 'Material Symbols Outlined';
}
.cont08_text {
  margin-top: 120px;
}
.cont08_text p:nth-of-type(1) {
  font-size: 23px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.cont08_text p:nth-of-type(2) {
  margin-top: 10px;
  font-size: 16px;
  line-height: 29px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width:780px) {
  .cont08 {
    margin-top: 0px;
    padding: 50px 0 0;
  }
  .cont08_inner {
    position: relative;
    left: 0;
    width: calc(100% - 40px);
    margin-top: 30px;
    padding:  0 20px 50px;
  }
  .cont08_main {
    display: flex;
    justify-content:start;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
  .cont08_box {
    width: 140px;
    height: 140px;
  }
  .cont08_box:nth-of-type(2) {
    margin-left: 20px;
  }
  .cont08_box:nth-of-type(n+3) {
    margin: 30px 0 0 20px;
  }
  .cont08_arrow:after {
    right: -23px;
  }
  .cont08_box_back {
    width: 140px;
    height: 140px;
  }
  .cont08_text {
    width: 80%;
    margin: 50px auto 0;
  }
}

@media (750px <= width <= 780px ) {
  .cont08_box:nth-of-type(n+3) {
    margin: 0 0 0 20px;
  }
  .cont08_main {
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}

.cont09 {
  position: relative;
  width: 100%;
  height: 343px;
  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;
  }
}

/* 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;
}

/* popup -------------------*/

.cont01_popu {
  width: 385px !important;
  padding: 30px 20px;
  background: #FAF6F5;
  border: 2px solid #25AD6C;
  border-radius: 20px;
  z-index: 8000;
  text-align: center;
}
.popup_close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.cont01_popu p:nth-of-type(1) {
  font-size: 18px;
  letter-spacing: 0.21em;
  color: #25AD6C;
  font-family: 'Montserrat', sans-serif;
}
.cont01_popu p:nth-of-type(2) {
  margin-top: 20px;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.cont01_popu p:nth-of-type(3) {
  margin-top: 20px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  text-align: justify;
}
.cont01_popu p:nth-of-type(4) {
  margin-top: 20px;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #25AD6C;
}
.cont01_popu p:nth-of-type(5) {
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.cont01_popu p:nth-of-type(6) {
  margin-top: 20px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  text-align: justify;
}
.remodal-overlay {
  background: rgba(255,255,255,0.1) !important;
  backdrop-filter: blur(12px) !important;
}
@media screen and (max-width:780px) {
  .cont01_popu {
    width: 95% !important;
    max-width: 385px !important;
    padding: 20px 10px;
  }
  .cont01_popu p:nth-of-type(1) {
    font-size: 20px;
    letter-spacing: 0.21em;
    color: #25AD6C;
    font-family: 'Montserrat', sans-serif;
  }
  .cont01_popu p:nth-of-type(2) {
    margin-top: 10px;
    font-size: 16px;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
  .cont01_popu p:nth-of-type(3) {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-align: justify;
  }
  .cont01_popu p:nth-of-type(4) {
    margin-top: 15px;
    font-size: 20px;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: #25AD6C;
  }
  .cont01_popu p:nth-of-type(5) {
    font-size: 12px;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
  .cont01_popu p:nth-of-type(6) {
    margin-top: 15px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-align: justify;
  }
}

/* efect ----------------------- */

.fadein {
	opacity : 0.1;
	transform : translate(0, 100px);
	transition : all 1500ms;
}

.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}

/* cont08_main br ----------------------- */
@media screen and (max-width:780px) {
.sp_none {
  display: none;
}
}