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

.header {
  display: none;
}

.fixd-contact {
  display: block;
  position: fixed;
  right: 0;
  top: 0;
  width: 125px;
  z-index: 100;
  transition: 0.3s;
  transition-timing-function: ease-out;
}

.fixd-contact:hover {
  opacity: 0.5;
}

.fixd-contactsp {
  display: none;
}

.fixd-contact picture {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
}

.top__nav {
  z-index: 100;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  max-width: 1920px;
}

.top__nav__ul {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  width: 200px;
  padding: 55px 30px;
  background: #FAF1D8;
  border-radius: 20px;
  font-size: 1.4rem;
  font-weight: 700;
}

.top__nav__ul__li__a {
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s;
  transition-timing-function: ease-out;
}

.top__nav__ul__li__a:hover {
  color: #368926;
}

.top__nav__ul__li__a span {
  display: block;
  width: 10px;
  height: 1px;
  background: #368926;
}


@media (max-width: 1440px) {
  .fixd-contact {
    width: 100px;
  }
}


@media (max-width: 1023px) {

  .header {
    display: block;
  }

  .fixd-contact {
    display: none;
  }

  .top__nav {
    display: none;
  }

  .fixd-contactsp {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: url(../images/common/contact-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .fixd-contactsp img {
    width: 30px;
  }

  .fixd-contactsp p {
    font-weight: 700;
    font-size: 1.8rem;
    letter-spacing: 0.4rem;
    color: #FFFFFF;
  }
}

.pc__top {
  margin-top: 50px !important;
}

@media (max-width: 1024px) {
  .pc__top {
    display: none;
  }
}



.sec1 {
  position: relative;
  z-index: 10;
  width: 90%;
  max-width: 1920px;
  margin: 0 auto;
}

.sec1__wapper {
  margin-left: calc(200px + 2.5%);
  display: flex;
  gap: 2.5%;
}

.sec1__wapper__left {
  width: 50%;
}

.sec1__wapper__left__image {
  margin-bottom: 45px;
}

.sec1__wapper__left__image img {
  border-radius: 5px 5px 100px 5px;
}

.sec1__wapper__left__title {
  width: 80%;
  margin-bottom: 10px;
}

.sec1__wapper__left__text {
  width: 50%;
  /*  margin-bottom: 30px; */
}

.sec1__wapper__left__text2 {
  width: 75%;
  display: none;
}

.sec1__wapper__right {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sec1__wapper__right__textarea {
  writing-mode: vertical-rl;
  font-size: 3.6rem;
  letter-spacing: 0.8rem;
  line-height: 2;
  font-weight: 700;
  z-index: 1;
}

.sec1__wapper__right__image {
  margin-top: -120px;
}

.sec1__wapper__right__image img {
  border-radius: 5px 5px 5px 100px;
}

.sec1__sp {
  display: none;
}


@media (max-width: 1440px) {
  .sec1__wapper__right__textarea {
    font-size: 3.2rem;
  }
}


@media (max-width: 1023px) {
  .sec1__wapper {
    margin: 0;
  }
}


@media (max-width: 767px) {

  .sec1 {
    margin-top: 75px;
  }

  .sec1__pc {
    display: none;
  }

  .sec1__sp {
    display: block;
  }

  .sec1__wapper__left__image {
    width: 85%;
    border-radius: 2px 2px 50px 2px;
    margin-bottom: 20px;
  }

  .sec1__wapper__left__image img {
    border-radius: 2px 2px 50px 2px;
    height: 200px;
    object-fit: cover;
    object-position: center;
  }

  .sec1__wapper__center {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 30px;
  }

  .sec1__wapper__right__image {
    margin-top: 0;
    width: 85%;
  }

  .sec1__wapper__right__image img {
    border-radius: 2px 2px 2px 50px;
    height: 200px;
    object-fit: cover;
    object-position: center;
  }

  .sec1__wapper__right__textarea {
    font-size: 1.6rem;
    letter-spacing: 0.4rem;
    margin-top: 0;
    margin-right: -4%;
    margin-left: 5%;
  }

}




.sec2 {
  position: relative;
  z-index: 10;
}

.sec2__bottom {
  position: absolute;
  bottom: -250px;
  left: 0;
  width: 100%;
  height: 100px;
  background: #ECE4CC;
  border-radius: 50% 50% 0 0;
}

.sec2__wapper {
  width: 90%;
  max-width: 1920px;
  margin: 0 auto;
}

.sec2__wapper__contents {
  margin-left: calc(200px + 2.5%);
  display: flex;
  align-items: flex-end;
}

.sec2__wapper__contents__left {
  transform: translateY(-100px);
  width: 50%;
}

.sec2__wapper__contents__left__title {
  font-size: 3.6rem;
  letter-spacing: 0.8rem;
  line-height: 1.8;
  font-weight: 700;
  margin-bottom: 50px;
}

.sec2__wapper__contents__left__text {
  line-height: 2;
  letter-spacing: 0.25rem;
  font-weight: 400;
  padding-bottom: 100px;
}

.sec2__wapper__contents__right {
  width: 50%;
  max-width: 800px;
  margin-top: 50px;
  margin-left: -5%;
  margin-bottom: -200px;
}


@media (max-width: 1440px) {
  .sec2__wapper__contents__left__title {
    font-size: 3rem;
  }

  .sec2__wapper__contents__left {
    transform: translateY(-50px);
  }

  .sec2__wapper__contents__right {
    position: sticky;
    bottom: 0;
    z-index: -1;
    margin-left: 0;
    margin-bottom: 0px;
  }

  .sec2__bottom {
    bottom: -75px;
  }
}


@media (max-width: 1023px) {
  .sec2__wapper__contents {
    margin: 0;
  }
}

@media (max-width: 767px) {

  .sec2 {
    padding-top: 100px;
  }

  .sec2__wapper__contents {
    flex-direction: column;
    gap: 50px;
  }

  .sec2__wapper__contents__left {
    transform: none;
    width: 100%;
  }

  .sec2__wapper__contents__right {
    position: static;
    width: 75%;
    margin: 0 auto;
  }

  .sec2__wapper__contents__left__title {
    font-size: 2.2rem;
  }

  .sec2__wapper__contents__left__text {
    font-size: 1.4rem;
    padding: 0;
  }

  .sec2__pc {
    display: none;
  }
}




.sec3 {
  position: relative;
  z-index: 10;
  background: #ECE4CC;
  margin-top: 250px;
  padding: 100px 0 150px;
  margin-bottom: 250px;
}

.sec3__wapper {
  width: 90%;
  max-width: 1920px;
  margin: 0 auto;
}

.sec3__wapper__contents {
  margin-left: calc(200px + 2.5%);
}

.sec3__wapper__contents__icon {
  width: 25px;
  margin: 0 auto 10px;
}

.sec3__wapper__contents__title {
  text-align: center;
  font-size: 3.6rem;
  letter-spacing: 0.5rem;
  line-height: 1.8;
  font-weight: 700;
  margin-bottom: 50px;
}

.sec3__map {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 150px;
}

.sec3__map__image {
  display: block;
  width: 700px;
  margin: 0 auto;
}

.sec3__map__ul__li__a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.1rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  width: 130px;
  height: 50px;
  background: #FFFFFF;
  position: relative;
  border-radius: 8px;
}

.sec3__map__ul {
  position: absolute;
}

.sec3__map__ul a {
  transition: 0.3s;
  transition-timing-function: ease-out;
}

.hokkaidou {
  top: 15%;
  left: 70%;
  padding: 5px;
  border-radius: 5px;
  background: #FFCB1C;
}

.hokkaidou :hover {
  background: #FFCB1C;
  color: #FFFFFF;
}



.touhoku {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  width: 412px;
  top: 42%;
  left: 70%;
  padding: 5px;
  border-radius: 5px;
  background: #5ECBB6;
}

.touhoku a:hover {
  background: #5ECBB6;
  color: #FFFFFF;
}

.kanto {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  width: 412px;
  top: 58%;
  left: 70%;
  padding: 5px;
  border-radius: 5px 5px 5px 0;
  background: #AE81D5;
}

.kanto a:hover {
  background: #AE81D5;
  color: #FFFFFF;
}

.kanto li:last-child {
  position: absolute;
  bottom: -55px;
  left: 0;
  padding: 5px;
  border-radius: 0 0 5px 5px;
  background: #AE81D5;
}

.toukai {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  top: 80%;
  left: 55%;
  width: 276px;
  padding: 5px;
  border-radius: 5px;
  background: #74BDD8;
}

.toukai a:hover {
  background: #74BDD8;
  color: #FFFFFF;
}

.cyubu {
  display: flex;
  flex-direction: column;
  gap: 6px;
  top: 15%;
  left: 43%;
  padding: 5px;
  border-radius: 5px;
  background: #74BDD8;
}

.cyubu a:hover {
  background: #74BDD8;
  color: #FFFFFF;
}

.kinki {
  display: flex;
  flex-direction: column;
  gap: 6px;
  top: 1.9%;
  left: 30%;
  padding: 5px;
  border-radius: 5px;
  background: #EA6A6A;
}

.kinki a:hover {
  background: #EA6A6A;
  color: #FFFFFF;
}

.cyugoku {
  display: flex;
  flex-direction: column;
  gap: 6px;
  top: 21.5%;
  left: 17%;
  padding: 5px;
  border-radius: 5px;
  background: #BDD874;
}

.cyugoku a:hover {
  background: #BDD874;
  color: #FFFFFF;
}

.shikoku {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  width: 276px;
  top: 86.5%;
  right: 50%;
  padding: 5px;
  border-radius: 5px;
  background: #BDD874;
}

.shikoku a:hover {
  background: #BDD874;
  color: #FFFFFF;
}

.kyusyu {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  width: 276px;
  top: 58%;
  left: 0;
  padding: 5px;
  border-radius: 5px;
  background: #634D9F;
}

.kyusyu a:hover {
  background: #634D9F;
  color: #FFFFFF;
}

.kyusyu li:last-child {
  position: absolute;
  bottom: -55px;
  left: 0;
  padding: 5px;
  border-radius: 0 0 5px 5px;
  background: #634D9F;
}

.okinawa {
  bottom: -60px;
  left: 17%;
  padding: 5px;
  border-radius: 5px;
  background: #FF9D79;
}

.okinawa a:hover {
  background: #FF9D79;
  color: #FFFFFF;
}

.mapbutton {
  display: none;
}

.closebutton {
  display: none;
}


@media (max-width: 1600px) {
  .sec3__map__ul__li__a {
    width: 100px;
    height: 40px;
    font-size: 1.8rem;
  }

  .touhoku,
  .kanto {
    width: 322px;
  }

  .toukai,
  .shikoku,
  .kyusyu {
    width: 216px;
  }

  .kinki {
    top: 36px;
  }

  .cyugoku {
    top: 173px;
  }

  .kyusyu li:last-child,
  .kanto li:last-child {
    bottom: -45px;
  }
}


@media (max-width: 1440px) {

  .sec3 {
    margin-top: 75px;
  }

  .sec3__map__ul__li__a {
    width: 75px;
    height: 40px;
    font-size: 1.5rem;
  }

  .touhoku,
  .kanto {
    width: 247px;
  }

  .toukai,
  .shikoku,
  .kyusyu {
    width: 166px;
  }

}


@media (max-width: 1023px) {
  .sec3__wapper__contents {
    margin: 0;
  }

  .touhoku,
  .kanto {
    width: 166px;
    right: 0;
    left: auto;
  }

  .touhoku {
    top: 38%;
  }

  .kanto {
    top: 56.5%;
  }
}


@media (max-width: 767px) {

  .sec3 {
    padding: 100px 0 100px;
    margin-bottom: 100px;
  }

  .sec3__map {
    padding-top: 0;
  }

  .mapbutton {
    position: absolute;
    display: block;
    padding: 3px;
    border-radius: 5px;
  }

  .hokkaidou__button {
    top: -20px;
    right: 0;
    background: #FFCB1C;
  }

  .touhoku__button {
    top: 30%;
    right: 2.5%;
    background: #5ECBB6;
  }

  .kanto__button {
    top: 55%;
    right: 2.5%;
    background: #AE81D5;
  }

  .toukai__button {
    top: 70%;
    right: 20%;
    background: #91C6D4;
  }

  .kinki__button {
    top: 30%;
    left: 40%;
    background: #91C6D4;
  }

  .kansai__button {
    top: 84%;
    left: 47.5%;
    background: #EA6A6A;
  }

  .cyugoku__button {
    top: 45%;
    left: 20%;
    background: #BDD874;
  }

  .shikoku__button {
    top: 84%;
    left: 20%;
    background: #BDD874;
  }

  .kyusyu__button {
    top: 60%;
    left: 0;
    background: #634D9F;
  }

  .okinawa__button {
    top: 100%;
    left: 0;
    background: #FA9D79;
  }

  .mapbutton span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.2rem;
    width: 80px;
    height: 30px;
    background: #FFFFFF;
    position: relative;
    border-radius: 5px;
  }

  .map__wapper {
    z-index: 10000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100lvh;
    background: rgba(0, 0, 0, 0.5);
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .map__wapper.active {
    visibility: initial;
    opacity: 1;
  }

  .closebutton {
    display: block;
    position: absolute;
    top: 10px;
    right: 5%;
  }

  .map__wapper__contents {
    position: relative;
    padding: 50px 0 40px;
    width: 90%;
    background: #FFFFFF;
  }

  .map__wapper__contentsBottom {
    padding-bottom: 100px;
  }

  .sec3__map__ul {
    position: static;
    margin: 0 5%;
    width: 90%;
    flex-wrap: wrap;
    flex-direction: row;
  }

  .sec3__map__ul__li {
    width: calc(100% / 3 - 4px);
  }

  .sec3__map__ul__li__a {
    width: 100%;
  }

  .hokkaidou,
  .okinawa {
    width: calc(100% / 3);
  }

  .hokkaidou .sec3__map__ul__li,
  .okinawa .sec3__map__ul__li {
    width: 100%;
  }

  .sec3__map__ul__li__a {
    width: 100%;
  }

  .sec3__wapper__contents__title {
    font-size: 2.4rem;
  }

  .sec3__map__image {
    width: 90%;
  }

  .kanto li:last-child {
    bottom: 50px;
    left: 5%;
    width: calc(100% / 3 - 3%);
  }

  .toukai {
    border-radius: 5px 5px 5px 0;
  }

  .toukai li:last-child {
    position: absolute;
    bottom: 53px;
    left: 5%;
    width: calc(100% / 3 - 3%);
    padding: 5px;
    border-radius: 0 0 5px 5px;
    background: #74BDD8;
  }

  .cyubu {
    border-radius: 5px 5px 5px 0;
  }

  .cyubu li:nth-child(4) {
    position: absolute;
    bottom: 53px;
    left: 5%;
    width: calc(100% / 3 - 3%);
    padding: 5px;
    border-radius: 0 0 0 5px;
    background: #74BDD8;
  }

  .cyubu li:nth-child(5) {
    position: absolute;
    bottom: 53px;
    left: 35%;
    width: calc(100% / 3 - 3%);
    padding: 5px;
    border-radius: 0 0 5px 0;
    background: #74BDD8;
  }

  .kinki {
    border-radius: 5px 5px 5px 0;
  }

  .kinki li:last-child {
    position: absolute;
    bottom: 53px;
    left: 5%;
    width: calc(100% / 3 - 3%);
    padding: 5px;
    border-radius: 0 0 5px 5px;
    background: #EA6A6A;
  }

  .cyugoku {
    border-radius: 5px 5px 5px 0;
  }

  .cyugoku li:nth-child(4) {
    position: absolute;
    bottom: 53px;
    left: 5%;
    width: calc(100% / 3 - 3%);
    padding: 5px;
    border-radius: 0 0 0 5px;
    background: #BDD874;
  }

  .cyugoku li:nth-child(5) {
    position: absolute;
    bottom: 53px;
    left: 35%;
    width: calc(100% / 3 - 3%);
    padding: 5px;
    border-radius: 0 0 5px 0;
    background: #BDD874;
  }

  .shikoku {
    border-radius: 5px 5px 5px 0;
  }

  .shikoku li:last-child {
    position: absolute;
    bottom: 53px;
    left: 5%;
    width: calc(100% / 3 - 3%);
    padding: 5px;
    border-radius: 0 0 5px 5px;
    background: #BDD874;
  }

  .kyusyu {
    border-radius: 5px 5px 5px 0;
  }

  .kyusyu li:last-child {
    position: absolute;
    bottom: 53px;
    left: 5%;
    width: calc(100% / 3 - 3%);
    padding: 5px;
    border-radius: 0 0 5px 5px;
    background: #634D9F;
  }

}




.sec4 {
  position: relative;
  width: 90%;
  padding: 50px 0 200px;
  max-width: 1920px;
  margin: 0 auto;
}

.sec4__wapper {
  margin-left: calc(200px + 2.5%);
}

.sec4__wapper__icon {
  width: 25px;
  margin: 0 auto 10px;
}

.sec4__wapper__title {
  text-align: center;
  font-size: 3.6rem;
  letter-spacing: 0.5rem;
  line-height: 1.8;
  font-weight: 700;
}

.sec4__wapper__en {
  display: block;
  width: 55px;
  margin: 0 auto 75px;
}

.sec4__wapper__ul {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.sec4__wapper__ul__li {
  width: calc(100% / 3 - 7.5px);
  margin-bottom: 60px;
}

.sec4__wapper__ul__li:nth-child(1),
.sec4__wapper__ul__li:nth-child(2) {
  width: calc(100% / 2 - 5px);
}

.sec4__wapper__ul__li__a__image {
  overflow: hidden;
  margin-bottom: 20px;
}

.sec4__wapper__ul__li__a__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  transition: 0.3s;
  transition-timing-function: ease-out;
}

.sec4__wapper__ul__li__a:hover img {
  scale: 1.1;
}

.sec4__wapper__ul__li__a__title {
  font-size: 2rem;
  font-weight: 500;
}

.sec4__wapper__ul__li__a__text {
  font-weight: 500;
  margin-bottom: 15px;
}

.sec4__wapper__ul__li__a__tag {
  width: fit-content;
  padding: 2px 15px;
  font-size: 1.1rem;
  font-weight: 400;
  border: solid 1px #333333;
}

.sec4__wapper__button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 300px;
  height: 80px;
  margin: 0 auto;
  background: #442712;
  border-radius: 100px;
}

.sec4__wapper__button img {
  display: block;
  width: 80px;
}

.sec4__wapper__button span {
  display: block;
  position: relative;
  width: 70px;
  height: 1px;
  background: #908565;
  transition: 0.3s;
  transition-timing-function: ease-out;
}

.sec4__wapper__button:hover span {
  transform: translateX(25px);
}

.sec4__wapper__button span::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: -3.5px;
  rotate: 20deg;
  width: 20px;
  height: 1px;
  background: #908565;
}


@media (max-width: 1023px) {
  .sec4__wapper {
    margin: 0;
  }
}


@media (max-width: 767px) {
  .sec4 {
    padding: 100px 0 100px;
  }

  .sec4__wapper__title {
    font-size: 2.4rem;
  }

  .sec4__wapper__en {
    width: 40px;
    margin-bottom: 50px;
  }

  .sec4__wapper__ul__li {
    width: calc(100% / 2 - 5px);
  }

  .sec4__wapper__ul__li:nth-child(1),
  .sec4__wapper__ul__li:nth-child(2) {
    width: 100%;
  }

  .sec4__wapper__ul__li__a__title {
    font-size: 1.6rem;
  }

  .sec4__wapper__ul__li__a__text {
    font-size: 1.4rem;
  }
}




.sec5 {
  position: relative;
  z-index: 10;
  width: 90%;
  max-width: 1920px;
  margin: 0 auto;
}

.sec5__wapper {
  position: relative;
  padding: 180px 0;
  border-radius: 20px;
  background: #EBE4D3;
  display: flex;
  align-items: center;
  margin-left: calc(200px + 2.5%);
}

.sec5__wapper__title {
  position: absolute;
  top: -20px;
  left: 5%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  gap: 20px;
}

.sec5__wapper__title img {
  width: 30px;
}

.sec5__wapper__title h2 {
  font-size: 4.2rem;
  letter-spacing: 0.2rem;
  line-height: 1.8;
  font-weight: 700;
  line-height: 1;
}

.sec5__wapper__left {
  width: 45%;
  padding: 0 5%;
}

.sec5__wapper__left h3 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 50px;
  line-height: 1.75;
}

.sec5__wapper__left p {
  font-weight: 400;
  line-height: 2;
}

.sec5__wapper__right {
  position: relative;
  width: 55%;
}

.sec5__wapper__right__main {
  display: block;
  width: 55%;
  margin-left: auto;
  z-index: 1;
  position: relative;
}

.sec5__wapper__right__sub {
  position: absolute;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}

.sec5list1 {
  top: -100%;
  right: 2%;
}

.sec5list2 {
  top: -55%;
  right: 50%;
}

.sec5list3 {
  top: 55%;
  right: 50%;
}

.sec5list4 {
  top: 95%;
  right: 2%;
}

.sec5__wapper__right__sub__top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  margin-top: -5%;
}

.sec5__wapper__right__sub__top img {
  width: 44px;
}

.sec5__wapper__right__sub__top span {
  display: block;
  width: 10px;
  height: 1px;
  background: #5A9F4D;
}

.sec5__wapper__right__sub__title {
  width: fit-content;
  font-size: 2.4rem;
  line-height: 3.5rem;
  font-weight: 700;
  margin: 0 auto 20px;
  text-align: center;
}

.sec5__wapper__right__sub__title span {
  color: #5A9F4D;
}

.sec5__wapper__right__sub__text {
  width: 75%;
  max-width: 300px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2;
}


@media (max-width: 1440px) {
  .sec5__wapper {
    padding: 100px 0;
    flex-direction: column;
    gap: 50px;
  }

  .sec5__wapper__left {
    width: 100%;
  }

  .sec5__wapper__right {
    width: 100%;
    padding: 0 5%;
    display: flex;
    gap: 5%;
    flex-wrap: wrap;
  }

  .sec5__wapper__right__sub {
    position: static;
    width: 47.5%;
  }

  .sec5__wapper__right__sub:nth-of-type(1) {
    order: 1;
  }

  .sec5__wapper__right__sub:nth-of-type(2) {
    order: 2;
  }

  .sec5__wapper__right__sub:nth-of-type(3) {
    order: 4;
  }

  .sec5__wapper__right__sub:nth-of-type(4) {
    order: 5;
  }


  .sec5__wapper__right__main {
    width: 55%;
    margin: 0 auto;
    order: 3;
  }

  .sec5__wapper__right__sub__top {
    margin-top: 0;
    margin-bottom: 0;
  }

}


@media (max-width: 1023px) {
  .sec5__wapper {
    margin: 0;
  }
}


@media (max-width: 767px) {
  .sec5__wapper__title {
    width: 90%;
    position: static;
    justify-content: center;
    align-items: unset;
  }

  .sec5__wapper {
    padding: 100px 0 100px;
  }

  .sec5__wapper__title h2 {
    font-size: 2.4rem;
  }

  .sec5__wapper__title img {
    width: 20px;
  }

  .sec5__wapper__left h3 {
    font-size: 2rem;
    margin-bottom: 30px;
  }

  .sec5__wapper__left p {
    font-size: 1.4rem;
  }

  .sec5__wapper__right {
    flex-direction: column;
    gap: 20px;
  }

  .sec5__wapper__right__main {
    order: 1;
  }

  .sec5__wapper__right__sub {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    border-radius: 30px;
  }

  .sec5__wapper__right__sub__top img {
    width: 38px;
  }

  .sec5__wapper__right__sub__title {
    font-size: 2rem;
  }
}




.background {
  margin-top: -25%;
}

@media (max-width: 767px) {
  .background {
    margin-top: 50px;
  }
}




.sec6 {
  position: relative;
  z-index: 10;
  background: #5A9F4D;
  padding: 100px 0 150px;
  color: #FFFFFF;
}

.sec6__wapper {
  width: 90%;
  max-width: 1920px;
  margin: 0 auto;
}

.sec6__wapper__contents {
  margin-left: calc(200px + 2.5%);
}

.sec6__wapper__contents__title {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
  margin-bottom: 50px;
}

.sec6__wapper__contents__title img {
  display: block;
  margin-top: 0.5%;
  width: 25px;
}

.sec6__wapper__contents__title h2 {
  font-size: 4.5rem;
  font-weight: 700;
  letter-spacing: 0.5rem;
}

.sec6__wapper__contents__content {
  display: flex;
  align-items: flex-start;
  gap: 5%;
}

.sec6__wapper__contents__content__left {
  width: 35%;
}

.sec6__wapper__contents__content__left p {
  line-height: 2;
  font-weight: 400;
}

.sec6__wapper__contents__content__ul {
  width: 60%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}

.sec6__wapper__contents__content__ul__li {
  width: calc(100% / 3 - 17.5px);
  padding: 0 2.5%;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.2);
}

.sec6__wapper__contents__content__ul__li__img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30%;
}

.sec6__wapper__contents__content__ul__li__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sec6__wapper__contents__content__ul__li h3 {
  font-size: 1.8rem;
}


@media (max-width: 1440px) {
  .sec6__wapper__contents__content__ul__li {
    width: calc(100% / 2 - 10px);
  }

  .sec6__wapper__contents__content__ul__li h3 {
    font-size: 1.6rem;
  }
}


@media (max-width: 1023px) {
  .sec6__wapper__contents {
    margin: 0;
  }
}


@media (max-width: 767px) {

  .sec6 {
    padding: 100px 0 100px;
  }

  .sec6__wapper__contents__title h2 {
    font-size: 2.4rem;
  }

  .sec6__wapper__contents__content {
    flex-direction: column;
    gap: 40px;
  }

  .sec6__wapper__contents__content__left {
    width: 100%;
  }

  .sec6__wapper__contents__content__left p {
    font-size: 1.4rem;
  }

  .sec6__wapper__contents__content__ul {
    width: 100%;
  }
}




.sec7 {
  position: relative;
  z-index: 10;
  background: #EBE4D3;
  padding: 100px 0 150px;
}

.sec7__wapper {
  width: 90%;
  max-width: 1920px;
  margin: 0 auto;
}

.sec7__wapper__contents {
  margin-left: calc(200px + 2.5%);
  display: flex;
  align-items: flex-start;
}

.sec7__wapper__contents__left {
  width: 30%;
  min-width: 300px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.sec7__wapper__contents__left img {
  width: 15px;
}

.sec7__wapper__contents__left h2 {
  font-size: 3.6rem;
  letter-spacing: 0.5rem;
  line-height: 1.8;
  font-weight: 700;
}

.sec7__wapper__contents__right {
  flex: 1;
  display: flex;
  gap: 5%;
}

.sec7__wapper__contents__right ul {
  width: 47.5%;
}

.sec7__wapper__contents__right ul li {
  display: flex;
  padding: 20px 0;
  border-bottom: solid 1px #D6CFB9;
}

.sec7__wapper__contents__right ul li h3 {
  width: 100px;
}

.sec7__wapper__contents__right ul li p,
.sec7__wapper__contents__right ul li address {
  flex: 1;
}

.sec7__wapper__contents__right ul li:last-child {
  border: none;
}


@media (max-width: 1440px) {
  .sec7__wapper__contents__right {
    flex-direction: column;
  }

  .sec7__wapper__contents__right ul {
    width: 100%;
  }

  .sec7__wapper__contents__left {
    position: sticky;
    top: 45%;
    left: 0;
  }
}


@media (max-width: 1023px) {
  .sec7__wapper__contents {
    margin: 0;
  }
}


@media (max-width: 767px) {
  .sec7 {
    padding: 100px 0 100px;
  }

  .sec7__wapper__contents {
    flex-direction: column;
  }

  .sec7__wapper__contents__left {
    position: static;
    justify-content: center;
    width: fit-content;
    margin: 0 auto 40px;
    gap: 15px;
  }

  .sec7__wapper__contents__left h2 {
    font-size: 2.4rem;
  }

  .sec7__wapper__contents__left img {
    width: 12px;
  }

  .sec7__wapper__contents__right ul li h3 {
    width: 125px;
  }
}




.sec8 {
  max-width: 1920px;
}

.sec8__wapper {
  margin-left: calc(200px + 2.5%);
}

@media (max-width: 1023px) {
  .sec8__wapper {
    margin: 0;
  }
}

.footer__wapper__contents {
  max-width: none !important;
  margin-left: calc(200px + 2.5%);
}








.sec3__map__ul__li__a.hidden {
  color: #D6CFB9 !important;
  background: #FFFFFF !important;
  opacity: 0.8;
}

.sec3__map__ul__li__a.hidden:hover {
  color: #D6CFB9 !important;
  background: #FFFFFF !important;
}