 @charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  outline: none;
  color: #212121;
  font-family: 'Noto Sans JP', sans-serif;
}

.pc {display: block;}
.sp {display: none;}
@media screen and (max-width:780px) {
  .pc {display: none;}
  .sp {display: block;}
}

#wrapper {
  background: #F4F1E9;
  overflow: hidden;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  user-select: none;
  z-index: 9000;
}

.header img {
  position: relative;
  width: 188px;
  height: auto;
  box-shadow: 2px 2px 10px -4px #aaa;
  z-index: 9100;
}
.icon_menu {
  position: relative;
  width: 114px;
  height: 114px;
  background: url(../images/icon_menu_pc.png);
  box-shadow: -2px 2px 10px -4px #aaa;
  cursor: pointer;
  z-index: 9300;
}
.icon_menu.open {
  background: url(../images/icon_close_pc.png);
}
@media screen and (max-width:780px) {
  .header img {
    width: 168px;
    transition: 0.2s;
  }
  .header.small img {
    width: 117px;
  }
  .icon_menu {
    width: 82px;
    height: 82px;
    background: url(../images/icon_menu_sp.png);
    background-size: cover;
  }
  .icon_menu.open {
    background: url(../images/icon_close_sp.png);
    background-size: cover;
  }
}

.cont01 {
  position: relative;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
  padding: 65px 0 100px;
}
.cont01_slider {
  position: relative;
  width: 100%;
  height: 454px;
  background: url(../images/top_slider_pc.png);
  animation:infinitescroll1 30s linear infinite;
  z-index: 50;
}
@keyframes infinitescroll1 {
  0% {background-position: 0 0 ;}
  100% {background-position: -2210px; }
}
.cont01_text {
  position: absolute;
  top: 400px;
  left: 470px;
  font-size: 45px;
  font-weight: 900;
  letter-spacing: 0.06em;
  z-index: 100;
}
.cont01_text div {
  margin-bottom: 20px;
}
.cont01_text p {
  display: inline;
  padding: 0 10px 7px 10px;
  background: #fff;
}
.cont01_text div:nth-of-type(2) {
  margin-left: 40px;
}
.cont01_subtext {
  position: relative;
  left: 50%;
  display: flex;
  align-items: center;
  margin-top: 50px;
  z-index: 50;
}
.cont01_subtext p {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.28em;
  color: #1EB08D;
  font-family: 'Outfit', sans-serif;
}
.cont01_subtext p span {
  color: #36AFE8;
  font-family: 'Outfit', sans-serif;
}
.cont01_subtext hr {
  width: 70%;
  margin-left: 1em;
  border: 0;
  border-top: 1px solid #36AFE8;
}
.cont01_back_square {
  position: absolute;
  top: 0;
  left: 1294px;
  width: 626px;
  height: 533px;
  background: #EBE5D5;
  z-index: 1;
}
@media screen and (max-width:780px) {
  .cont01 {
    width: 100%;
    left: 0;
    margin-left: 0;
    padding: 65px 0 100px;
  }
  .cont01_text {
    top: 490px;
    left: 50%;
    font-size: 30px;
    letter-spacing: 0.04em;
    transform: translateX(-50%);
  }
  .cont01_text div {
    margin-bottom: 20px;
  }
  .cont01_text p {
    padding: 0 10px 7px 10px;
    white-space: nowrap;
  }
  .cont01_subtext {
    left: 50%;
    margin: 50px 0 0 -130px;
  }
  .cont01_subtext p {
    margin-top: 50px;
    font-size: 13px;
    white-space: nowrap;
  }
  .cont01_subtext hr {
    margin: 50px 0 0 1em;
  }
  .cont01_back_square {
    position: absolute;
    top: 0;
    left: 50%;
    width: 626px;
    height: 100vh;
    background: #EBE5D5;
  }
}
.cont_title {
  text-align: center;
}
.cont_title h2:nth-of-type(1) {
  margin-bottom: 5px;
  font-size: 15px;
  letter-spacing: 0.28em;
  font-weight: 500;
  color: #1EB08D;
  font-family: 'Outfit', sans-serif;
}
.cont_title h2:nth-of-type(2) {
  font-size: 33px;
  letter-spacing: 0.21em;
  font-weight: 700;
}
@media screen and (max-width:780px) {
  .cont_title h2:nth-of-type(1) {
    margin-bottom: 5px;
    font-size: 13px;
    font-family: 'Outfit', sans-serif;
  }
  .cont_title h2:nth-of-type(2) {
    font-size: 28px;
  }
}

.cont02 {
  position: relative;
  width: 1366px;
  margin: auto;
  padding: 70px 0 100px;
  background: url(../images/grid.png);
  z-index: 100;
}
.cont02_search {
  display: flex;
  justify-content: space-between;
  width: 642px;
  margin: 50px auto 0;
}

.cont02_search_left,
.cont02_search_right {
  background: #fff;
}
.cont02_search_left form .group1 {
  display: flex;
}
.cont02_search_left select {
  appearance: none;
  width: 251px;
  padding: 13px 1em 16px;
  font-size: 16px;
  letter-spacing: 0.1em;
  border: 1px solid #000;
  border-radius: 0;
  background: #fff;
}
.cont02_search_left .submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  background: rgb(78,206,176);
  background: linear-gradient(270deg, rgba(78,206,176,1) 0%, rgba(29,171,137,1) 85%, rgba(30,176,141,1) 100%);
  cursor: pointer;
  opacity: 1;
  transition: 0.3s;
}
.cont02_search_left .submit:hover {
  opacity: 0.7;
}
.cont02_search_left .submit span {
  font-size: 30px;
  color: #fff;
}
.cont02_search_right {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 306px;
  background: rgb(78,206,176);
  background: linear-gradient(270deg, rgba(78,206,176,1) 0%, rgba(29,171,137,1) 85%, rgba(30,176,141,1) 100%);
  opacity: 1;
  transition: 0.3s;
}
.cont02_search_right:hover {
  opacity: 0.7;
}
.cont02_search_right a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cont02_search_right p {
  margin-left: 1em;
  font-size: 16px;
  letter-spacing: 0.19em;
  font-weight: 700;
  color: #fff;
}
.cont02_search_right p:before {
  position: relative;
  top: 0px;
  left: -4px;
  content: "\e5cc";
  color: #1EB08D;
  z-index: 50;
  font-family: 'Material Symbols Outlined';
}
.cont02_search_right p:after {
  content: "";
  position: absolute;
  top: 49%;
  margin-left: -195px;
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
@media screen and (max-width:780px) {
  .cont02 {
    left: 0;
    width: 100%;
    padding: 70px 0 100px;
  }
  .cont02_search {
    flex-direction: column;
    width: 80%;
    margin: 50px auto 0;
  }
  .cont02_search_left .group2 {
    width: calc(100% - 55px);
  }
  .cont02_search_left select {
    width: 100%;
  }
  .cont02_search_left .submit {
    width: 55px;
    height: 55px;
    margin: 0 0 0 auto;
  }
  .cont02_search_right {
    width: 100%;
    height: 55px;
    margin-top: 30px;
  }
}

.cont03 {
  position: relative;
}
.cont03_inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: auto;
  padding: 140px 0 280px;
  z-index: 50;
}
.cont03_inner_left {
  width: 497px;
}
.cont03_inner_left p:nth-of-type(1) {
  position: relative;
  font-size: 20px;
  letter-spacing: 0.28em;
  font-weight: 500;
  color: #1EB08D;
  font-family: 'Outfit', sans-serif;
}
.cont03_inner_left p:nth-of-type(1):after {
  content: "";
  position: absolute;
  top: 50%;
  width: 114px;
  height: 1px;
  margin-left: 10px;
  transform: translateY(-50%);
  background: #1EB08D;
}
.cont03_inner_left p:nth-of-type(2) {
  margin-top: 20px;
  font-size: 18px;
  line-height: 34px;
  text-align: justify;
}

.cont03_box_right {
  width: 547px;
}
.cont03_healine {
  font-size: 25px;
  letter-spacing: 0.21em;
  font-weight: 600;
  color: #1EB08D;
}
.cont03_box {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.cont03_box_left {
  padding: 0 10px;
  font-size: 55px;
  letter-spacing: 0.1em;
  color: #1EB08D;
  font-family: 'Outfit', sans-serif;
}
.cont03_box_left.fs {
  padding: 0 20px 0 10px;
}
.cont03_box_right {
  padding-left: 20px;
  border-left: 2px solid #1EB08D;
}
.cont03_box_right p:nth-of-type(1) {
  font-size: 25px;
  letter-spacing: 0.21em;
  font-weight: 600;
}
.cont03_box_right p:nth-of-type(2) {
  margin-top: 3px;
  font-size: 18px;
  text-align: justify;
}
.cont03_back {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1137px;
  height: 356px;
  background: url(../images/cont03_back_pc.png);
  z-index: 10;
}
@media screen and (max-width:780px) {
  .cont03_inner {
    flex-direction: column;
    width: 100%;
    margin: auto;
    padding: 100px 0 200px;
  }
  .cont03_inner_left {
    width: 90%;
    margin: auto;
  }
  .cont03_inner_right {
    width: 90%;
    margin: 50px auto 0;
  }
  .cont03_box_right {
    width: inherit;
  }
  .cont03_box_left {
    padding: 0 10px;
    font-size: 36px;
  }
  .cont03_box_left.fs {
    padding: 0 17px 0 10px;
  }
  .cont03_box_right p:nth-of-type(1) {
    font-size: 18px;
    letter-spacing: 0.21em;
    font-weight: 600;
  }
  .cont03_box_right p:nth-of-type(2) {
    margin-top: 3px;
    font-size: 16px;
    line-height: 27px;
  }
  .cont03_back {
    width: 100vw;
    height: 66vw;
    background: url(../images/cont03_back_sp.png);
    background-size: cover;
  }
}

.cont04 {
  position: relative;
  padding: 100px 0 50px;
}
.cont04_info {
  margin-top: 10px;
  text-align: center;
}
.cont04_main {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 50px auto 0;
}
.cont04_box {
  position: relative;
  width: 580px;
}
.cont04_box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: 0.2s;
  z-index: 100;
}
@media (hover: hover) and (pointer: fine) {
  .cont04_box a:hover {
    opacity: 0.3;
  }
}
.cont04_box_text {
  position: relative;
  padding: 30px 0 65px;
  background: url(../images/grid.png);
}
.cont04_box_text p:nth-of-type(1) {
  margin-left: 20px;
  font-size: 16px;
  letter-spacing: 0.13em;
  font-weight: 600;
}
.cont04_box_text p:nth-of-type(2) {
  margin: 20px 0 0 20px;
  font-size: 23px;
  line-height: 37px;
  letter-spacing: 0.13em;
  font-weight: 600;
}
.cont04_box_number {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 55px;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #EBE5D5;
  font-family: 'Outfit', sans-serif;
}
.cont04_box_link {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 13px;
  letter-spacing: 0.28em;
  font-weight: 500;
  color: #1EB08D;
  font-family: 'Outfit', sans-serif;
  text-decoration: none;
}
.cont04_box_link:before {
  content: "";
  position: absolute;
  top: 0;
  width: 18px;
  height: 18px;
  margin-left: -25px;
  background: url(../images/icon_arrow.png);
}
@media screen and (max-width:780px) {
  .cont04_main {
    flex-direction: column;
    width: 100%;
    margin: 50px auto 0;
  }
  .cont04_box {
    width: 90%;
    margin: auto;
  }
  .cont04_box:first-of-type {
    margin-bottom: 30px;
  }
  .cont04_box_img img {
    width: 100%;
    height: auto;
  }
  .cont04_box_text {
    padding: 20px 0 65px;
  }
  .cont04_box_text p:nth-of-type(1) {
    font-size: 15px;
  }
  .cont04_box_text p:nth-of-type(2) {
    font-size: 20px;
    line-height: 32px;
  }
}

.cont04_movie {
  position: relative;
  width: 780px;
  margin: 100px auto 0;
  z-index: 10;
}
.cont04_movie_top {
  display: flex;
  justify-content: space-between;
}
.cont04_movite_title {
  display: flex;
  align-items: center;
  width: 100%;
}
.cont04_movite_title p {
  font-size: 20px;
  letter-spacing: 0.28em;
  font-weight: 500;
  color: #1EB08D;
  font-family: 'Outfit', sans-serif;
}
.cont04_movite_title hr {
  border: 0;
  width: 75%;
  margin: auto;
  border-bottom: 1px solid #1EB08D;
}
.cont04_movie_text {
  font-size: 16px;
  letter-spacing: 0.13em;
  font-weight: 600;
  white-space: nowrap;
}
.cont04_movie_bottom {
  margin-top: 20px;
}
.cont04_movie_bottom {
  width: 100%;
  max-width: 780px;
  margin: 30px auto 0;
}
.cont04_movie_bottom_inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.cont04_movie_bottom_inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.cont04_back {
  position: absolute;
  bottom: 0;
  width: 100vw;
  height: 247px;
  background: #EBE5D5;
  z-index: 1;
}
@media screen and (max-width:780px) {
  .cont04_movie {
    width: 90%;
    margin: 100px auto 0;
  }
  .cont04_movie_top {
    flex-direction: column;
  }
  .cont04_movite_title hr {
    width: 70%;
  }
  .cont04_movie_text {
    margin-top: 15px;
    font-size: 15px;
    text-align: center;
  }
  .cont04_back {
    height: 100px;
  }
}

.cont05 {
  padding: 100px 0 0;
}
.cont05_inner {
  display: flex;
  width: 1200px;
  margin: 50px auto 0;
}
.cont05_box {
  position: relative;
  width: 600px;
}
.cont05_box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: 0.2s;
  z-index: 100;
}
@media (hover: hover) and (pointer: fine) {
  .cont05_box a:hover {
    opacity: 0.3;
  }
}
.cont05_box_bottom {
  position: relative;
  padding: 30px 0 20px;
  text-align: center;
}
.cont05_box_bottom.green {background: #1EB08D;}
.cont05_box_bottom.blue {background: #36AFE8;}
.cont05_title {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  font-size: 55px;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-family: 'Outfit', sans-serif;
}
.green .cont05_title {color: #6CCEB7;}
.blue .cont05_title {color: #76CFF9;}
.cont05_text {
  margin-bottom: 10px;
  font-size: 23px;
  letter-spacing: 0.13em;
  font-weight: 600;
  color: #fff;
}
.cont05_link {
  position: relative;
  font-size: 13px;
  letter-spacing: 0.28em;
  color: #fff;
  text-decoration: none;
}
.cont05_link:before {
  position: relative;
  top: 4px;
  left: -2px;
  font-size: 18px;
  content: "\e5cc";
  color: #1EB08D;
  z-index: 50;
  font-family: 'Material Symbols Outlined';
}
.blue .cont05_link:before {color: #36AFE8;}
.cont05_link:after {
  content: "";
  position: absolute;
  top: 7px;
  margin-left: -125px;
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 50%;
  z-index: 10;
}
@media screen and (max-width:780px) {
  .cont05_inner {
    display: flex;
    width: 100%;
    margin: 50px auto 0;
  }
  .cont05_box {
    width: 50%;
  }
  .cont05_box_top img {
    width: 100%;
    height: auto;
  }
  .cont05_text {
    font-size: 18px;
  }
}

.cont06 {
  position: relative;
  padding: 100px 0 0;
}
.cont06_inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 75px auto 0;
  z-index: 50;
}
.cont06_box {
  width: 316px;
  padding: 20px 30px;
  text-align: center;
  border: 3px solid #1EB08D;
}
.cont06_box.blue {border: 3px solid #36AFE8;}
.cont06_box p:nth-of-type(1) {
  font-size: 35px;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #1EB08D;
  font-family: 'Outfit', sans-serif; 
}
.cont06_box.blue p:nth-of-type(1) {color: #36AFE8;}
.cont06_box p:nth-of-type(2) {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 600;
}
.cont06_box p:nth-of-type(3) {
  margin-top: 20px;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
}
.cont06_back {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100vw;
  min-height: 130px;
  background: #EBE5D5;
  z-index: 10;
}
@media screen and (max-width:780px) {
  .cont06 {
    padding: 100px 0;
  }
  .cont06_inner {
    flex-direction: column;
    width: 90%;
    margin: 75px auto 0;
  }
  .cont06_box {
    width: calc(100% - 60px);
    padding: 20px 30px;
  }
  .cont06_box:not(:first-of-type) {
    margin-top: 20px;
  }
  .cont06_box p:nth-of-type(2) {
    margin-top: 20px;
    font-size: 20px;
  }
  .cont06_box p:nth-of-type(3) {
    margin-top: 20px;
  }
}

.cont07 {
  width: 100%;
  padding: 50px 0 100px;
  background: #EBE5D5;
}
.cont07_inner {
  width: 890px;
  margin: auto;
  padding: 75px;
  background: url(../images/grid.png);
}
.cont07_inner_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cont07_inner_top_right {
  width: 460px;
}
.cont07_inner_top_right img {
  width: 100%;
  height: auto;
}
.cont07_inner_top_left {
  width: 400px;
}
.cont07_inner_top_left p:nth-of-type(1) {
  font-size: 15px;
  letter-spacing: 0.28em;
  font-weight: 500;
  color: #1EB08D;
  font-family: 'Outfit', sans-serif; 
}
.cont07_inner_top_left p:nth-of-type(2) {
  font-size: 27px;
  letter-spacing: 0.15em;
  font-weight: 600;
}
.cont07_inner_top_left .cont07_hush {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 0 -10px;
}
.cont07_inner_top_left .cont07_hush p {
  display: inline-block;
  margin: 10px 0 0 10px;
  padding: 10px;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #fff;
  background: transparent linear-gradient(270deg, #4ECEB0 0%, #1DAB89 78%, #1EB08D 100%) 0% 0% no-repeat padding-box;
  border-radius: 5px;
}
@media screen and (max-width:780px) {
  .cont07 {
    padding: 0;
  }
  .cont07_inner {
    width: calc(100% - 40px);
    padding: 75px 20px;
  } 
  .cont07_inner_top {
    flex-direction: column;
  }
  .cont07_inner_top_left {
    width: 100%;
    margin: auto;
    text-align: center;
  }
  .cont07_inner_top_left img {
    width: 100%;
    height: auto;
    margin-top: 30px;
  }
  .cont07_inner_top_left p:nth-of-type(1) {
    font-size: 13px;
  }
  .cont07_inner_top_left p:nth-of-type(2) {
    font-size: 25px;
    letter-spacing: 0.12em;
  }
  .cont07_inner_top_left .cont07_hush {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px 0 0 -10px;
  }
  .cont07_inner_top_left .cont07_hush p {
    font-size: 13px;
  }
}

.cont07_inner_bottom {
  margin-top: 100px;
}
.cont07_inner_bottom_main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
.cont07_inner_bottom_box {
  position: relative;
  width: 376px;
  margin-top: 30px;
  padding: 40px 25px;
  background: #F4F1E9;
  border-radius: 5px;
  text-align: center;
}
.cont07_inner_bottom_box p {
  position: relative;
  z-index: 50;
}
.cont07_inner_bottom_box p:nth-of-type(1) {
  font-size: 17px;
  letter-spacing: 0.07em;
  font-weight: 600;
  color: #1EB08D;
}
.cont07_inner_bottom_box p:nth-of-type(2) {
  margin-top: 10px;
  font-size: 14px;
  line-height: 27px;
  letter-spacing: 0.02em;
  text-align: justify;
}
.cont07_inner_bottom_box img {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
}
@media screen and (max-width:780px) {
  .cont07_inner_bottom {
    margin-top: 50px;
  }
  .cont07_inner_bottom_box {
    position: relative;
    width: calc(100% - 50px);
    margin: 30px auto 0;
    padding: 40px 25px;
    background: #F4F1E9;
    border-radius: 5px;
    text-align: center;
  }
}

.cont08 {
  position: relative;
  padding: 100px 0;
}
.cont08_info {
  width: 980px;
  margin: 50px auto 0;
}
.cont08_info li {
  display: flex;
  padding: 15px 50px;
  font-size: 16px;
  letter-spacing: 0.15em;
}
.cont08_info li:nth-child(2n-0){
	background-color: #FAF8F2;
}
.cont08_info li div:nth-of-type(1){
	width:25%;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #1EB08D;
}
.cont08_info li div:nth-of-type(2){
	width:75%;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 600;
  text-align: justify;
}
@media screen and (max-width:780px) {
  .cont08_info {
    width: 95%;
    margin: 50px auto 0;
  }
  .cont08_info li {
    padding: 15px 20px;
  }
  .cont08_info li div:nth-of-type(1){
  	width:30%;
    font-size: 12px;
  }
  .cont08_info li div:nth-of-type(2){
  	width:70%;
    font-size: 12px;
    line-height: 16px;
  }
}

.cont08_map {
  position: relative;
  width: 980px;
  height: 269px;
  margin: 50px auto 0;
  /* padding-bottom: 33.25%; */
  overflow: hidden;
}
.cont08_map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media screen and (max-width:780px) {
  .cont08_map {
    width: 100vw;
    height: 200px;
    margin: 50px auto 0;
  }
}

.cont08_btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 369px;
  padding: 10px 0;
  margin: 100px auto 0;
  background: linear-gradient(270deg, rgba(78,206,176,1) 0%, rgba(29,171,137,1) 85%, rgba(30,176,141,1) 100%);
  opacity: 1;
  transition: 0.3s;
  z-index: 50;
}
.cont08_btn:hover {
  opacity: 0.7;
}
.cont08_btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cont08_btn p {
  margin-left: 1em;
  font-size: 16px;
  letter-spacing: 0.19em;
  font-weight: 700;
  color: #fff;
}
.cont08_btn p:before {
  position: relative;
  top: 2px;
  left: -4px;
  content: "\e5cc";
  color: #1EB08D;
  z-index: 50;
  font-family: 'Material Symbols Outlined';
}
.cont08_btn p:after {
  content: "";
  position: absolute;
  top: 53%;
  margin-left: -195px;
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
@media screen and (max-width:780px) {
  .cont08_btn {
    width: 90%;
    padding: 20px 0;
    margin: 50px auto 0;
  }
}

.cont09 {
  position: relative;
  padding: 35px 0;
  border-top: 1px solid #BFBAAC;
  text-align: center;
  z-index: 50;
}
.cont09 p {
  font-size: 12px;
  letter-spacing: 0.05em;
}

.menu {
  position: fixed;
  top: 0;
  right: -373px;
  width: 373px;
  height: 100vh;
  background: #fff;
  z-index: 9200;
  transition: all 0.3s;
}
.menu.open {
  right: 0;
}
.menu ul {
  width: 90%;
  margin: 120px auto 0;
}
.menu ul li {
  position: relative;
  padding: 20px 0;
  font-size: 18px;
  letter-spacing: 0.28em;
  font-weight: 600;
  color: #212121;
  list-style: none;
  text-align: center;
  border-bottom: 1px solid #212121;
  transition: 0.2s;
}
.menu ul li:hover {
  background: #eee;
}
.menu ul li:first-of-type {
  font-size: 21px;
  letter-spacing: 0.28em;
  font-weight: 600;
}
.menu ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width:780px) {
  .menu {
    position: fixed;
    top: 0;
    right: -326px;
    width: 326px;
    height: 100vh;
    background: #fff;
    transition: all 0.3s;
  }
  .menu ul {
    width: 100%;
    margin: 80px auto 0;
  }
}

#page-top {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: 55px;
  padding: 10px 0;
  border-radius: 5px 0 0 5px;
  background: #fff;
  z-index: 5000;
  transition: 0.3s;
}
@media screen and (max-width:780px) {
  #page-top {
    margin-bottom: 10px;
  }
}
#page-top a {
  position: relative;
  padding: 10px 40px;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(270deg, rgba(78,206,176,1) 0%, rgba(29,171,137,1) 85%, rgba(30,176,141,1) 100%);
  border-radius: 5px 0 0 5px;
  opacity: 1;
  transition: 0.3s;
}
#page-top a:hover {
  opacity: 0.8;
}
#page-top a:before {
  position: relative;
  top: 2px;
  left: -5px;
  content: "\e5cc";
  color: #1EB08D;
  z-index: 50;
  font-family: 'Material Symbols Outlined';
}
#page-top a:after {
  content: "";
  position: absolute;
  top: 52%;
  margin-left: -165px;
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.top-hidden,
.is-hidden {
  visibility: hidden;
  opacity: 0;
}