@charset "UTF-8";
.sec_mv {
  position: relative;
}

.swiper_id {
  position: relative;
  overflow: hidden;
  margin: 0;
  min-height: 850px;
}
@media screen and (max-width: 768px) {
  .swiper_id {
    min-height: inherit;
  }
}
.swiper_id .swiper-wrapper {
  width: 100%;
  height: 100vh;
  min-height: 850px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .swiper_id .swiper-wrapper {
    min-height: 810px;
  }
}
.swiper_id .swiper-wrapper .main_txt_box {
  position: absolute;
  left: 20%;
  top: 50%;
  transform: translatey(-50%);
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .swiper_id .swiper-wrapper .main_txt_box {
    width: 90%;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(0);
  }
}
.swiper_id .swiper-wrapper .main_txt_box .main_txt_01_box {
  position: relative;
}
@media screen and (max-width: 768px) {
  .swiper_id .swiper-wrapper .main_txt_box .main_txt_01_box {
    margin: 110px 0 0;
  }
}
.swiper_id .swiper-wrapper .main_txt_box .main_txt_01_box::before {
  content: "";
  background: url(../images/top/main_txt_bg.png) center center;
  background-size: cover;
  width: 1208px;
  height: 700px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .swiper_id .swiper-wrapper .main_txt_box .main_txt_01_box::before {
    background: url(../images/top/main_txt_bg_sp.png) center center;
    background-size: cover;
    width: 110%;
    height: 470px;
  }
}
@media screen and (max-width: 440px) {
  .swiper_id .swiper-wrapper .main_txt_box .main_txt_01_box::before {
    width: 210%;
  }
}
.swiper_id .swiper-wrapper .main_txt_box .main_txt_01_box .main_txt_01 {
  color: #222;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 7.7rem;
  letter-spacing: 0.45rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .swiper_id .swiper-wrapper .main_txt_box .main_txt_01_box .main_txt_01 {
    font-size: 5.866vw;
    line-height: 1.8;
    letter-spacing: 0.1rem;
  }
}
.swiper_id .swiper-wrapper .main_txt_box .main_txt_01_box .main_txt_01 .span {
  color: #775117;
}
.swiper_id .swiper-wrapper .main_txt_box .main_txt_01_box .main_txt_02 {
  color: #222;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 2.7rem;
  letter-spacing: 0.315rem;
  position: relative;
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .swiper_id .swiper-wrapper .main_txt_box .main_txt_01_box .main_txt_02 {
    font-size: 4vw;
    line-height: 1.4;
    letter-spacing: 0.1rem;
  }
}
.swiper_id .swiper-wrapper .main_txt_box .main_txt_01_box .main_txt_02 .span_01 {
  color: #4E3620;
  padding: 0 0 0 20px;
  font-size: 2.1rem;
}
@media screen and (max-width: 768px) {
  .swiper_id .swiper-wrapper .main_txt_box .main_txt_01_box .main_txt_02 .span_01 {
    font-size: 4vw;
    line-height: 1.4;
  }
}
.swiper_id .swiper-wrapper .main_txt_box .main_txt_01_box .main_txt_02 .span_02 {
  color: #4E3620;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .swiper_id .swiper-wrapper .main_txt_box .main_txt_01_box .main_txt_02 .span_02 {
    font-size: 5.88vw;
    line-height: 1.4;
  }
}
.swiper_id .swiper-wrapper .main_txt_box .main_txt_02_box {
  margin: 160px 0 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .swiper_id .swiper-wrapper .main_txt_box .main_txt_02_box {
    position: absolute;
    bottom: 36px;
    width: 100%;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.swiper_id .swiper-wrapper .main_txt_box .main_txt_02_box .sub {
  position: absolute;
  left: -80px;
  top: -120px;
  width: 153px;
  height: 153px;
  background: url(../images/top/sub_bk.png) no-repeat;
  background-size: cover;
  border-radius: 50%;
  filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 768px) {
  .swiper_id .swiper-wrapper .main_txt_box .main_txt_02_box .sub {
    width: 102px;
    height: 102px;
    left: -5%;
    top: -75px;
  }
}
.swiper_id .swiper-wrapper .main_txt_box .main_txt_02_box .sub .span {
  width: 153px;
  height: 153px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  font-family: "Sorts Mill Goudy", serif;
  font-size: 1.6rem;
  letter-spacing: 0.24rem;
  padding: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .swiper_id .swiper-wrapper .main_txt_box .main_txt_02_box .sub .span {
    width: 102px;
    height: 102px;
    font-size: 1rem;
    letter-spacing: 0.16rem;
  }
}
.swiper_id .swiper-wrapper .main_txt_box .main_txt_02_box .main_txt_02_ul {
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
  z-index: 2;
  counter-reset: num;
}
@media screen and (max-width: 768px) {
  .swiper_id .swiper-wrapper .main_txt_box .main_txt_02_box .main_txt_02_ul {
    gap: 10px;
  }
}
.swiper_id .swiper-wrapper .main_txt_box .main_txt_02_box .main_txt_02_ul li {
  border-radius: 0px 50px 50px 0px;
  background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.75) 100%);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  width: 800px;
  height: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .swiper_id .swiper-wrapper .main_txt_box .main_txt_02_box .main_txt_02_ul li {
    height: auto;
    width: 100%;
    padding: 0;
    border-radius: 0px;
  }
}
.swiper_id .swiper-wrapper .main_txt_box .main_txt_02_box .main_txt_02_ul li::before {
  content: "";
  background: linear-gradient(34deg, #BFA768 26.17%, #D9C183 37.54%, #F1D898 52.05%, #D0B97C 66.32%, #C2A866 74.54%);
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .swiper_id .swiper-wrapper .main_txt_box .main_txt_02_box .main_txt_02_ul li::before {
    width: 11px;
    height: 11px;
  }
}
.swiper_id .swiper-wrapper .main_txt_box .main_txt_02_box .main_txt_02_ul li .txt_box {
  position: relative;
  min-height: 50px;
  display: flex;
  align-items: center;
  padding: 2px 0 2px 115px;
}
@media screen and (max-width: 768px) {
  .swiper_id .swiper-wrapper .main_txt_box .main_txt_02_box .main_txt_02_ul li .txt_box {
    padding: 2px 0 2px 70px;
  }
}
.swiper_id .swiper-wrapper .main_txt_box .main_txt_02_box .main_txt_02_ul li .txt_box::before {
  counter-increment: num;
  content: counter(num, decimal-leading-zero);
  position: absolute;
  left: 29px;
  top: 50%;
  transform: translateY(-50%);
  color: #BEA667;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 3.5rem;
  line-height: 3rem;
  letter-spacing: 0.35rem;
  padding: 0 0 5px;
}
@media screen and (max-width: 768px) {
  .swiper_id .swiper-wrapper .main_txt_box .main_txt_02_box .main_txt_02_ul li .txt_box::before {
    font-size: 2.8rem;
    letter-spacing: 0.28rem;
    left: 13px;
    line-height: 1;
  }
}
.swiper_id .swiper-wrapper .main_txt_box .main_txt_02_box .main_txt_02_ul li .txt_box::after {
  content: "";
  width: 30px;
  height: 1.5px;
  border-top: 1.5px dotted #BEA667;
  position: absolute;
  left: 74px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .swiper_id .swiper-wrapper .main_txt_box .main_txt_02_box .main_txt_02_ul li .txt_box::after {
    width: 15px;
    left: 45px;
  }
}
.swiper_id .swiper-wrapper .main_txt_box .main_txt_02_box .main_txt_02_ul li .txt_box .txt_p {
  color: #222;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 768px) {
  .swiper_id .swiper-wrapper .main_txt_box .main_txt_02_box .main_txt_02_ul li .txt_box .txt_p {
    font-size: 4vw;
    line-height: 1.25;
    letter-spacing: 0.06rem;
  }
}
.swiper_id .swiper-wrapper .main_txt_box .main_txt_02_box .main_txt_02_ul li .txt_box .txt_p .span {
  color: #775117;
}
.swiper_id .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
}
.swiper_id .swiper-wrapper .swiper-slide.slide_01 {
  background: url(../images/top/slide_01.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .swiper_id .swiper-wrapper .swiper-slide.slide_01 {
    background: url(../images/top/slide_01_sp.jpg) no-repeat center top;
    background-size: cover;
  }
}
.swiper_id .swiper-button-prev, .swiper_id .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4E3620;
  background: rgba(52, 56, 58, 0.8);
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.swiper_id .swiper-button-prev.swiper-button-disabled, .swiper_id .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
  cursor: auto;
  pointer-events: all;
}
.swiper_id .swiper-button-prev {
  padding: 0 0 0 4px;
  left: 0px;
}
.swiper_id .swiper-button-prev::after {
  content: "";
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(-135deg);
  width: 12px;
  height: 12px;
  left: 25px;
  border-left: none;
  border-bottom: none;
}
.swiper_id .swiper-button-next {
  padding: 0 4px 0 0;
  right: 0px;
}
.swiper_id .swiper-button-next::after {
  content: "";
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  width: 12px;
  height: 12px;
  right: 25px;
  border-left: none;
  border-bottom: none;
}
.swiper_id .swiper-pagination-fraction, .swiper_id .swiper-pagination-custom, .swiper_id .swiper-horizontal > .swiper-pagination-bullets, .swiper_id .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 25px;
  right: inherit;
  left: inherit;
  width: auto;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}
.swiper_id .swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper_id .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper_id .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper_id .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #BEA667;
  opacity: 0.4;
  padding: 3px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .swiper_id .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 5px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 5px));
  }
}
.swiper_id .swiper-pagination-bullet-active {
  opacity: 1;
}

.sec_contact {
  padding: 157px 0 0;
  background: #F3F3F3;
}
@media screen and (max-width: 768px) {
  .sec_contact {
    padding: 80px 0 0;
  }
}
.sec_contact.bk_01 {
  background: linear-gradient(90deg, #F4EFE2 2.83%, #FBF6EA 57.14%, #D9D3C4 98.11%);
}
.sec_contact.bk_02 {
  background: #AFA9A3;
}
.sec_contact.bk_02 .contact_conts {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
.sec_contact.bk_02 .contact_conts h2::before {
  color: #fff;
}
.sec_contact.bk_03 {
  background: linear-gradient(90deg, #F4EFE2 2.83%, #FBF6EA 57.14%, #D9D3C4 98.11%);
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.contact_conts {
  margin: 0 auto;
  width: 1120px;
  border-radius: 50px 50px 0px 0px;
  border-top: 1px solid #D8D1CB;
  border-right: 1px solid #D8D1CB;
  border-left: 1px solid #D8D1CB;
  padding: 22px 77px 105px;
}
@media screen and (max-width: 768px) {
  .contact_conts {
    width: 92%;
    padding: 16px 8% 47px;
  }
}
.contact_conts h2 {
  color: #585858;
  text-align: center;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.7rem;
  letter-spacing: 0.3rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact_conts h2 {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.868rem;
    letter-spacing: 0.24rem;
  }
}
.contact_conts h2::before {
  content: "CONTACT";
  color: #D8D1CB;
  text-align: center;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 7rem;
  line-height: 8rem;
  letter-spacing: 0.7rem;
  position: absolute;
  top: -79px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .contact_conts h2::before {
    top: -54px;
    font-size: 4rem;
    line-height: 5.5349rem;
    letter-spacing: 0.4rem;
  }
}
.contact_conts .contact_box {
  margin: 30px auto 0;
  display: flex;
  gap: 18px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .contact_conts .contact_box {
    gap: 15px;
    flex-direction: column;
  }
}
.contact_conts .contact_box .contact_item {
  width: calc((100% - 36px) / 3);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .contact_conts .contact_box .contact_item {
    width: 100%;
  }
}
.contact_conts .contact_box .contact_item::after {
  content: "";
  width: 15px;
  height: 15px;
  -webkit-clip-path: polygon(100% 100%, 100% 0%, 0% 100%);
          clip-path: polygon(100% 100%, 100% 0%, 0% 100%);
  position: absolute;
  bottom: 7px;
  right: 7px;
}
@media screen and (max-width: 768px) {
  .contact_conts .contact_box .contact_item::after {
    width: 13px;
    height: 13px;
  }
}
.contact_conts .contact_box .contact_item.item_01::after {
  background: rgba(255, 255, 255, 0.6);
}
.contact_conts .contact_box .contact_item.item_01 a {
  background: #4E3620;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .contact_conts .contact_box .contact_item.item_01 a {
    pointer-events: all;
  }
}
.contact_conts .contact_box .contact_item.item_01 a .txt_01 {
  font-size: 2.6rem;
  letter-spacing: 0.39rem;
  letter-spacing: 0.315rem;
}
@media screen and (max-width: 768px) {
  .contact_conts .contact_box .contact_item.item_01 a .txt_01 {
    font-size: 1.9rem;
    line-height: 2.2371rem;
    letter-spacing: 0.285rem;
    padding: 0 0 0 33px;
  }
}
.contact_conts .contact_box .contact_item.item_01 a .txt_01::before {
  content: "";
  background: url(../images/top/icon_tel.svg);
  background-size: cover;
  width: 36px;
  height: 36px;
  top: -40px;
}
@media screen and (max-width: 768px) {
  .contact_conts .contact_box .contact_item.item_01 a .txt_01::before {
    width: 27px;
    height: 28px;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
  }
}
.contact_conts .contact_box .contact_item.item_02::after {
  background: rgba(255, 255, 255, 0.6);
}
.contact_conts .contact_box .contact_item.item_02::before {
  content: "";
  /*絶対配置でキラッと光るの位置を決める*/
  position: absolute;
  top: 0;
  left: -75%;
  /*キラッと光る形状*/
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
@media screen and (min-width: 769px) {
  .contact_conts .contact_box .contact_item.item_02:hover::before {
    -webkit-animation: shine 0.7s;
            animation: shine 0.7s;
  }
}
.contact_conts .contact_box .contact_item.item_02 a {
  background: #81663F;
}
@media screen and (max-width: 768px) {
  .contact_conts .contact_box .contact_item.item_02 a .txt_01 {
    padding: 0 0 0 35px;
    font-size: 1.7rem;
    line-height: 2.2371rem;
    letter-spacing: 0.255rem;
  }
}
.contact_conts .contact_box .contact_item.item_02 a .txt_01::before {
  content: "";
  background: url(../images/top/icon_web.svg);
  background-size: cover;
  width: 35px;
  height: 30px;
  top: -35px;
}
@media screen and (max-width: 768px) {
  .contact_conts .contact_box .contact_item.item_02 a .txt_01::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
    width: 24px;
    height: 21px;
  }
}
.contact_conts .contact_box .contact_item.item_03::after {
  background: #4E3620;
}
.contact_conts .contact_box .contact_item.item_03::before {
  content: "";
  /*絶対配置でキラッと光るの位置を決める*/
  position: absolute;
  top: 0;
  left: -75%;
  /*キラッと光る形状*/
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(129, 102, 63, 0) 0%, rgba(129, 102, 63, 0.3) 100%);
  transform: skewX(-25deg);
}
@media screen and (min-width: 769px) {
  .contact_conts .contact_box .contact_item.item_03:hover::before {
    -webkit-animation: shine 0.7s;
            animation: shine 0.7s;
  }
}
.contact_conts .contact_box .contact_item.item_03 a {
  background: #fff;
}
.contact_conts .contact_box .contact_item.item_03 a .txt_01 {
  color: #4E3620;
}
@media screen and (max-width: 768px) {
  .contact_conts .contact_box .contact_item.item_03 a .txt_01 {
    padding: 0 0 0 33px;
    font-size: 1.7rem;
    line-height: 2.2371rem;
    letter-spacing: 0.255rem;
  }
}
.contact_conts .contact_box .contact_item.item_03 a .txt_01::before {
  content: "";
  width: 35px;
  height: 35px;
  top: -40px;
  -webkit-mask-image: url(../images/top/icon_monshin.svg);
  mask-image: url(../images/top/icon_monshin.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #4E3620;
}
@media screen and (max-width: 768px) {
  .contact_conts .contact_box .contact_item.item_03 a .txt_01::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
    width: 26px;
    height: 26px;
  }
}
.contact_conts .contact_box .contact_item.item_03 a .txt_02 {
  color: #4E3620;
}
.contact_conts .contact_box .contact_item a {
  width: 100%;
  border-radius: 5px;
  height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .contact_conts .contact_box .contact_item a {
    height: auto;
    justify-content: center;
    padding: 15px 0;
  }
}
.contact_conts .contact_box .contact_item a .txt_01 {
  color: #fff;
  text-align: center;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 2.7rem;
  letter-spacing: 0.315rem;
  position: relative;
}
.contact_conts .contact_box .contact_item a .txt_01::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.contact_conts .contact_box .contact_item a .txt_02 {
  color: #fff;
  text-align: center;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.7rem;
  letter-spacing: 0.225rem;
  padding: 10px 0 19px;
}
@media screen and (max-width: 768px) {
  .contact_conts .contact_box .contact_item a .txt_02 {
    font-size: 1.3rem;
    line-height: 2.2371rem;
    letter-spacing: 0.195rem;
    padding: 5px 0 0;
  }
}

.sec01 {
  background: url(../images/top/sec01_bk.jpg) no-repeat center center;
  background-size: cover;
  padding: 130px 0 0;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec01 {
    background: url(../images/top/sec01_bk_sp.jpg) no-repeat center top;
    background-size: 100%;
    padding: 67px 0 0;
  }
}
.sec01 .contents_full .h2_box {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .sec01 .contents_full .h2_box {
    width: 100%;
    padding: 0 0 0 8%;
  }
}
.sec01 .contents_full .h2_box .sub {
  color: #D6D2CA;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 8.5rem;
  line-height: 9.5rem;
  letter-spacing: 0.425rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec01 .contents_full .h2_box .sub {
    font-size: 3.9rem;
    line-height: 5rem;
    letter-spacing: 0.195rem;
  }
}
.sec01 .contents_full .h2_box .sub::before {
  content: "";
  background: #D6D2CA;
  width: 735px;
  height: 2px;
  position: absolute;
  bottom: 26px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .sec01 .contents_full .h2_box .sub::before {
    width: 92%;
    height: 2px;
    bottom: 14px;
    left: 0;
  }
}
.sec01 .contents_full .h2_box .sub::after {
  content: "";
  background: #D6D2CA;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 26px;
  left: -100%;
}
@media screen and (max-width: 768px) {
  .sec01 .contents_full .h2_box .sub::after {
    bottom: 14px;
  }
}
.sec01 .contents_full .h2_box h2 {
  color: #585858;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.7rem;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 768px) {
  .sec01 .contents_full .h2_box h2 {
    font-size: 1.6rem;
    line-height: 1.5625rem;
    letter-spacing: 0.24rem;
  }
}
.sec01 .contents_full .contents {
  width: 1120px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec01 .contents_full .contents {
    width: 100%;
    padding: 0 4%;
  }
}
.sec01 .contents_full .contents.contents_02 {
  padding: 0 0 315px;
}
@media screen and (max-width: 768px) {
  .sec01 .contents_full .contents.contents_02 {
    width: 100%;
    padding: 0;
  }
}

.sec01_conts {
  width: 780px;
  margin: 100px 0 0;
  border-radius: 10px;
  padding: 70px 35px 50px;
  background: #FFF;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec01_conts {
    margin: 80px 0 0;
    width: 100%;
    padding: 40px 8% 30px;
  }
}
.sec01_conts h3 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 50px;
  background: #735C48;
  padding: 17px 80px;
  color: #fff;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 2.7rem;
  letter-spacing: 0.375rem;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .sec01_conts h3 {
    width: 100%;
    padding: 12px 0;
    text-align: center;
    font-size: 1.7rem;
    line-height: 1.5625rem;
    letter-spacing: 0.255rem;
  }
}
.sec01_conts h3::before {
  content: "";
  background: #735C48;
  width: 50px;
  height: 17px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  position: absolute;
  bottom: -17px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .sec01_conts h3::before {
    width: 40px;
    height: 14px;
    bottom: -13px;
  }
}
.sec01_conts .sec01_conts_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px 40px;
}
@media screen and (max-width: 768px) {
  .sec01_conts .sec01_conts_ul {
    flex-direction: column;
    gap: 12px;
  }
}
.sec01_conts .sec01_conts_ul li {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.19rem;
  padding: 0 0 0 35px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec01_conts .sec01_conts_ul li {
    padding: 0 0 0 30px;
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: 0.15rem;
  }
}
.sec01_conts .sec01_conts_ul li:nth-child(odd) {
  width: 360px;
}
.sec01_conts .sec01_conts_ul li:nth-child(even) {
  width: 310px;
}
.sec01_conts .sec01_conts_ul li::before {
  content: "";
  background: url(../images/top/icon_check.svg);
  background-size: cover;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
}
@media screen and (max-width: 768px) {
  .sec01_conts .sec01_conts_ul li::before {
    width: 20px;
    height: 20px;
  }
}

.sec01_conts_txt {
  width: 820px;
  padding: 50px 0 0 50px;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  line-height: 2.7rem;
  letter-spacing: 0.15rem;
}
@media screen and (max-width: 768px) {
  .sec01_conts_txt {
    width: 94%;
    margin: 0 auto;
    padding: 40px 0;
    font-size: 1.5rem;
    line-height: 3rem;
    letter-spacing: 0.15rem;
  }
}

.sec01_conts_02 {
  counter-reset: num;
  padding: 35px 170px 35px 0;
  display: flex;
  justify-content: flex-end;
  border-radius: 0px 100px 0px 0px;
  width: 970px;
  gap: 45px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to right, #f8f3e6 0%, #dad3c4 100%);
}
@media screen and (max-width: 768px) {
  .sec01_conts_02 {
    padding: 30px 0;
    position: relative;
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0 15px;
  }
}
.sec01_conts_02::before {
  content: "";
  background: linear-gradient(to right, #F4EFE2 0%, #f8f3e6 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100%;
  top: 50%;
  transform: translatey(-50%);
}
@media screen and (max-width: 768px) {
  .sec01_conts_02::before {
    content: none;
  }
}
.sec01_conts_02 .item {
  width: 200px;
  height: 200px;
  background: url(../images/top/sec01_point.svg) no-repeat;
  background-size: cover;
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.1));
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  flex-direction: column;
  padding: 30px 0 0;
}
@media screen and (max-width: 768px) {
  .sec01_conts_02 .item {
    padding: 25px 0 0;
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 330px) {
  .sec01_conts_02 .item {
    padding: 15px 0 0;
    width: 130px;
    height: 130px;
  }
}
.sec01_conts_02 .item .num {
  color: #BEA667;
  text-align: center;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0.14rem;
  position: relative;
  padding: 0 0 24px;
}
@media screen and (max-width: 768px) {
  .sec01_conts_02 .item .num {
    font-size: 1rem;
    letter-spacing: 0.06rem;
    line-height: 1;
  }
}
.sec01_conts_02 .item .num::before {
  counter-increment: num;
  content: counter(num, decimal-leading-zero);
  color: #BEA667;
  text-align: center;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 3.5rem;
  line-height: 2.7rem;
  letter-spacing: 0.35rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .sec01_conts_02 .item .num::before {
    font-size: 2.7rem;
    line-height: 1;
    letter-spacing: 0.06rem;
  }
}
.sec01_conts_02 .item .txt {
  padding: 10px 0 0;
  text-align: center;
  font-size: 1.9rem;
  font-weight: 500;
  letter-spacing: 0.19rem;
}
@media screen and (max-width: 768px) {
  .sec01_conts_02 .item .txt {
    font-size: 1.5rem;
    padding: 0;
    letter-spacing: 0.06rem;
  }
}

.sec02 {
  padding: 140px 0 0;
  background: #FFFCF8;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sec02 {
    padding: 80px 0 0;
  }
}
.sec02_conts {
  margin: 0 auto;
  width: 1120px;
  border-radius: 50px 50px 0px 0px;
  border-top: 1px solid #C9BCB0;
  border-right: 1px solid #C9BCB0;
  border-left: 1px solid #C9BCB0;
  padding: 22px 70px 60px;
}
@media screen and (max-width: 768px) {
  .sec02_conts {
    width: 92%;
    padding: 16px 4% 47px;
  }
}
.sec02_conts h2 {
  color: #585858;
  text-align: center;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.7rem;
  letter-spacing: 0.3rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec02_conts h2 {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.24rem;
    line-height: 1.5;
  }
}
.sec02_conts h2::before {
  content: "REASON";
  color: #C9BCB0;
  text-align: center;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 7rem;
  line-height: 8rem;
  letter-spacing: 0.7rem;
  position: absolute;
  top: -79px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .sec02_conts h2::before {
    top: -54px;
    font-size: 4rem;
    line-height: 5.5349rem;
    letter-spacing: 0.4rem;
  }
}

.sec02_box {
  margin: 65px 0 0;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 90px 70px 50px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 65px 45px;
}
@media screen and (max-width: 768px) {
  .sec02_box {
    margin: 30px auto 0;
    padding: 80px 6% 20px;
    flex-direction: column;
  }
}
.sec02_box::before {
  content: "";
  width: 105px;
  height: 65px;
  position: absolute;
  bottom: -105px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-mask-image: url(../images/top/arrow.svg);
  mask-image: url(../images/top/arrow.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #735C48;
}
@media screen and (max-width: 768px) {
  .sec02_box::before {
    width: 70px;
    height: 43px;
    bottom: -70px;
  }
}
.sec02_box > h3 {
  width: 510px;
  padding: 15px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px 0px 10px 0;
  background: #735C48;
  color: #fff;
  text-align: center;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 2.7rem;
  letter-spacing: 0.315rem;
}
@media screen and (max-width: 768px) {
  .sec02_box > h3 {
    padding: 10px 0 9px;
    width: 225px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2rem;
    letter-spacing: 0.24rem;
    border-radius: 0 0 10px 10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
.sec02_box > h3 .span {
  font-size: 1.8rem;
  padding: 0 0 0 12px;
}
@media screen and (max-width: 768px) {
  .sec02_box > h3 .span {
    display: block;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2rem;
    letter-spacing: 0.21rem;
  }
}

.sec02_item_01 {
  width: 100%;
  border-radius: 10px;
  border: 1.5px solid #C9BCB0;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .sec02_item_01 {
    padding: 15px 12px;
    overflow: hidden;
    overflow-x: scroll;
  }
}
.sec02_item_01 .scroll {
  display: none;
}
@media screen and (max-width: 768px) {
  .sec02_item_01 .scroll {
    display: block;
    width: 153px;
    margin: 0 auto;
  }
}
.sec02_item_01 table {
  width: 100%;
  border-spacing: 0 15px;
}
@media screen and (max-width: 768px) {
  .sec02_item_01 table {
    border-spacing: 0 10px;
    width: 320px;
    overflow-x: scroll;
  }
}
.sec02_item_01 table tr th {
  padding: 13px 0;
  background: #F6F6F6;
  color: #4E3620;
  text-align: center;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: 0.21rem;
}
@media screen and (max-width: 768px) {
  .sec02_item_01 table tr th {
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: 0.15rem;
  }
}
.sec02_item_01 table tr th:first-child {
  font-size: 1.9rem;
  border-radius: 5px 0 0 5px;
  padding: 0 15px 0 0;
}
@media screen and (max-width: 768px) {
  .sec02_item_01 table tr th:first-child {
    font-size: 1.5rem;
    line-height: 2.4rem;
    letter-spacing: 0.15rem;
    background: none;
  }
}
@media screen and (max-width: 768px) {
  .sec02_item_01 table tr th:first-child .span_03 {
    background: #F6F6F6;
    padding: 13px 0;
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sec02_item_01 table tr th:nth-child(2) {
    border-radius: 5px 0 0 5px;
  }
}
.sec02_item_01 table tr th:last-child {
  border-radius: 0 5px 5px 0;
}
.sec02_item_01 table tr td {
  color: #222;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: 0.18rem;
  border-bottom: 1px solid #E0E0E0;
  padding: 13px 0;
}
@media screen and (max-width: 768px) {
  .sec02_item_01 table tr td {
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: 0.15rem;
  }
}
.sec02_item_01 table tr td .span {
  color: #A08746;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: 0.25rem;
  position: relative;
  background: linear-gradient(transparent 60%, rgba(190, 166, 103, 0.2) 30%);
  padding: 0 5px;
}
@media screen and (max-width: 768px) {
  .sec02_item_01 table tr td .span {
    font-size: 1.4rem;
    line-height: 2.4rem;
    letter-spacing: 0.15rem;
  }
}
.sec02_item_01 table tr td:first-child {
  padding: 0 15px 0 0;
  border-bottom: none;
}
.sec02_item_01 table tr td:first-child .span_02 {
  padding: 13px 0;
}
.sec02_item_01 table tr td.bk01 .span_02 {
  display: block;
  border-radius: 5px;
  background: #E7EAFB;
}
.sec02_item_01 table tr td.bk02 .span_02 {
  display: block;
  border-radius: 5px;
  background: #EDF1FA;
}
.sec02_item_01 table tr td.bk03 .span_02 {
  display: block;
  border-radius: 5px;
  background: #FBF0F9;
}

.sec02_item_02 {
  width: 285px;
  border-radius: 10px;
  border: 1.5px solid #C9BCB0;
  background: rgb(255, 255, 255);
  position: relative;
  padding: 50px 30px 25px;
}
@media screen and (max-width: 768px) {
  .sec02_item_02 {
    width: 100%;
    padding: 50px 12px 15px;
  }
}
.sec02_item_02.item_01 h3 {
  background: #EDF1FA;
}
.sec02_item_02.item_02 h3 {
  background: #FBF0F9;
}
.sec02_item_02 > h3 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #222;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: 0.17rem;
  border-radius: 50px;
  padding: 12px 25px;
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .sec02_item_02 > h3 {
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: 0.16rem;
  }
}
.sec02_item_02 dl {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 25px;
  align-items: center;
}
.sec02_item_02 dl dt {
  padding: 3px 30px;
  border-radius: 2px;
  background: #F6F6F6;
  color: #222;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: 0.17rem;
}
.sec02_item_02 dl dd {
  color: #222;
  font-size: 1.7rem;
  line-height: 2.4rem;
  letter-spacing: 0.17rem;
}
.sec02_item_02 dl dd .span {
  color: #A08746;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: 0.21rem;
  background: linear-gradient(transparent 60%, rgba(190, 166, 103, 0.2) 30%);
  padding: 0 5px;
}
@media screen and (max-width: 768px) {
  .sec02_item_02 dl dd .span {
    font-size: 2rem;
    line-height: 2.4rem;
    letter-spacing: 0.2rem;
  }
}
.sec02_item_02 .img_box {
  width: 210px;
  margin: 25px auto 0;
}
@media screen and (max-width: 768px) {
  .sec02_item_02 .img_box {
    width: 90%;
    margin: 21px auto 0;
  }
}

.sec02_box_02 {
  width: 840px;
  margin: 135px auto 0;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  background: #4E3620;
  padding: 50px 60px 70px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec02_box_02 {
    width: 100%;
    margin: 95px auto 0;
    padding: 35px 4% 60px;
  }
}
.sec02_box_02::before {
  content: "";
  background: #D6D2CA;
  background-size: cover;
  width: 17px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 0;
}
.sec02_box_02::after {
  content: "";
  background: #D6D2CA;
  background-size: cover;
  width: 17px;
  height: 17px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.sec02_box_02 h3 {
  color: #fff;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 3.9rem;
  position: relative;
  padding: 0 0 15px;
}
@media screen and (max-width: 768px) {
  .sec02_box_02 h3 {
    font-size: min(4.8vw, 1.8rem);
    line-height: 1.5;
    letter-spacing: 0.06rem;
  }
}
.sec02_box_02 h3::before {
  content: "";
  background: linear-gradient(90deg, #F4EFE2 2.83%, #FBF6EA 57.14%, #D9D3C4 98.11%);
  width: 440px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .sec02_box_02 h3::before {
    width: 100%;
  }
}
.sec02_box_02 h3 .span {
  color: #FEEEC3;
  display: block;
}
.sec02_box_02 .txt {
  margin: 26px auto 0;
  color: #fff;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  line-height: 2.7rem;
  letter-spacing: 0.15rem;
}

.sec03 {
  background: url(../images/top/sec03_bk.jpg) no-repeat;
  background-size: cover;
  padding: 140px 0 0;
}
@media screen and (max-width: 768px) {
  .sec03 {
    padding: 80px 0 0;
    background: url(../images/top/sec03_bk_sp.jpg) no-repeat;
    background-size: cover;
  }
}
.sec03 .contents h2 {
  width: 1120px;
  margin: 0 auto;
  text-align: left;
  color: #222;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.56rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec03 .contents h2 {
    width: 100%;
    font-size: 1.8rem;
    line-height: 1.7586rem;
    letter-spacing: 0.36rem;
    text-align: center;
  }
}
.sec03 .contents h2::before {
  content: "";
  background: rgba(160, 120, 72, 0.1);
  border-radius: 50%;
  width: 170px;
  height: 170px;
  position: absolute;
  left: 120px;
  top: 50%;
  transform: translatey(-50%);
}
@media screen and (max-width: 768px) {
  .sec03 .contents h2::before {
    width: 110px;
    height: 110px;
    left: 45%;
    transform: translate(-50%, -50%);
  }
}
.sec03 .contents h2 .span {
  font-size: 3.5rem;
  color: #775117;
}
@media screen and (max-width: 768px) {
  .sec03 .contents h2 .span {
    font-size: 2.3rem;
  }
}

.sec03_ul {
  width: 720px;
  margin: 40px auto 0;
  display: flex;
  flex-direction: column;
  gap: 23px;
}
@media screen and (max-width: 768px) {
  .sec03_ul {
    width: 100%;
    gap: 15px;
    margin: 30px auto 0;
  }
}
.sec03_ul li {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: 0.2rem;
  border-radius: 0px 20px;
  background: linear-gradient(90deg, #B3B3B3 0%, #6B6B6B 100%);
  position: relative;
  height: 55px;
  display: flex;
  align-items: center;
  padding: 0 0 0 160px;
}
@media screen and (max-width: 768px) {
  .sec03_ul li {
    padding: 0 10px 0 48px;
    font-size: 1.6rem;
    line-height: 2rem;
    letter-spacing: 0.16rem;
    border-radius: 0px 15px;
    height: 61px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
}
.sec03_ul li::before {
  content: "";
  background: url(../images/top/icon_check_02.svg);
  background-size: cover;
  width: 26px;
  height: 26px;
  position: absolute;
  left: 116px;
  top: 50%;
  transform: translatey(-50%);
}
@media screen and (max-width: 768px) {
  .sec03_ul li::before {
    width: 20px;
    height: 20px;
    left: 16px;
  }
}
.sec03_ul li::after {
  content: "";
  background: linear-gradient(90deg, #F4EFE2 2.83%, #FBF6EA 57.14%, #D9D3C4 98.11%);
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .sec03_ul li::after {
    width: 12px;
    height: 12px;
  }
}

.sec03_conts {
  width: 1000px;
  margin: 70px auto 0;
  display: flex;
  gap: 50px;
  border-radius: 10px 10px 0px 0px;
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .sec03_conts {
    width: 100%;
    margin: 45px auto 0;
    flex-direction: column;
    border-radius: 6px 6px 0px 0px;
    gap: 35px;
    padding: 30px 0;
  }
}
.sec03_conts .sec03_conts_l {
  padding: 60px 0 35px 75px;
}
@media screen and (max-width: 768px) {
  .sec03_conts .sec03_conts_l {
    padding: 0 8%;
  }
}
.sec03_conts .sec03_conts_l .txt_01 {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.22rem;
  position: relative;
  padding: 0 0 25px;
}
@media screen and (max-width: 768px) {
  .sec03_conts .sec03_conts_l .txt_01 {
    font-size: 1.7rem;
    line-height: 1.5;
    letter-spacing: 0.17rem;
  }
}
.sec03_conts .sec03_conts_l .txt_01::before {
  content: "";
  background: url(../images/top/sec03_line.svg);
  background-size: cover;
  width: 468px;
  height: 11px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .sec03_conts .sec03_conts_l .txt_01::before {
    width: 100%;
  }
}
.sec03_conts .sec03_conts_l .txt_01 .span {
  color: #A08746;
}
.sec03_conts .sec03_conts_l .txt_02 {
  width: 450px;
  margin: 40px 0 0;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.15rem;
}
@media screen and (max-width: 768px) {
  .sec03_conts .sec03_conts_l .txt_02 {
    width: 100%;
    margin: 20px 0 0;
    line-height: 1.75;
  }
}
.sec03_conts .sec03_conts_r {
  padding: 0 40px 35px 0;
}
@media screen and (max-width: 768px) {
  .sec03_conts .sec03_conts_r {
    padding: 0 0 0 8%;
  }
}

.sec04 {
  padding: 130px 0 200px;
  counter-reset: sec04_num;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sec04 {
    padding: 50px 0;
  }
}
.sec04 .content_01 {
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec04 .content_01 {
    padding: 0;
  }
}
.sec04 .content_01::before {
  content: "";
  background: linear-gradient(to right, #b79e61 0%, #fce7b6 25%, #b79e61 50%, #b79e61 100%);
  border-radius: 100px;
  width: 1000px;
  height: 1053px;
  position: absolute;
  right: -860px;
  top: 0;
}
@media screen and (max-width: 768px) {
  .sec04 .content_01::before {
    right: -120px;
    width: 246px;
    height: 1010px;
    top: 20px;
    border-radius: 70px;
  }
}
.sec04 .content_01::after {
  content: "";
  background: linear-gradient(to right, #fbf9f3 0%, #fcfbf6 25%, #efede6 50%, #efede6 100%);
  border-radius: 99px;
  width: 996px;
  height: 1049px;
  position: absolute;
  right: -858px;
  top: 2px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec04 .content_01::after {
    right: -118px;
    width: 242px;
    height: 1006px;
    top: 22px;
    border-radius: 69px;
  }
}
.sec04 .content_02 {
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec04 .content_02 {
    padding: 0;
  }
}
.sec04 .content_02::before {
  content: "";
  background: linear-gradient(to left, #b79e61 0%, #fce7b6 25%, #b79e61 50%, #b79e61 100%);
  border-radius: 100px;
  width: 1000px;
  height: 1053px;
  position: absolute;
  left: -840px;
  top: 740px;
}
@media screen and (max-width: 768px) {
  .sec04 .content_02::before {
    width: 246px;
    height: 943px;
    left: -130px;
    top: 1300px;
    border-radius: 70px;
  }
}
.sec04 .content_02::after {
  content: "";
  background: linear-gradient(to left, #fbf9f3 0%, #fcfbf6 25%, #efede6 50%, #efede6 100%);
  border-radius: 99px;
  width: 996px;
  height: 1049px;
  position: absolute;
  left: -838px;
  top: 742px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec04 .content_02::after {
    width: 242px;
    height: 939px;
    left: -128px;
    top: 1302px;
    border-radius: 69px;
  }
}
.sec04 .content_03 {
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec04 .content_03 {
    padding: 0;
  }
}
.sec04 .content_03::before {
  content: "";
  background: linear-gradient(to bottom, #b79e61 0%, #fce7b6 25%, #b79e61 50%, #b79e61 100%);
  border-radius: 100px;
  width: 3000px;
  height: 910px;
  position: absolute;
  left: -183px;
  bottom: -650px;
}
@media screen and (max-width: 768px) {
  .sec04 .content_03::before {
    width: 664px;
    height: 968px;
    border-radius: 70px;
    left: inherit;
    right: -330px;
    bottom: -130px;
  }
}
.sec04 .content_03::after {
  content: "";
  background: linear-gradient(to bottom, #fbf9f3 0%, #fcfbf6 25%, #efede6 50%, #efede6 100%);
  border-radius: 99px;
  width: 3000px;
  height: 910px;
  position: absolute;
  left: -181px;
  bottom: -652px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec04 .content_03::after {
    width: 660px;
    height: 964px;
    border-radius: 69px;
    left: inherit;
    right: -328px;
    bottom: -128px;
  }
}
.sec04 .contents_full .h2_box {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .sec04 .contents_full .h2_box {
    width: 100%;
    padding: 0 4%;
  }
}
.sec04 .contents_full .h2_box .sub {
  color: #D6D2CA;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 8.5rem;
  line-height: 9.5rem;
  letter-spacing: 0.425rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec04 .contents_full .h2_box .sub {
    font-size: 3.9rem;
    line-height: 5rem;
    letter-spacing: 0.195rem;
  }
}
.sec04 .contents_full .h2_box .sub::before {
  content: "";
  background: #D6D2CA;
  width: 490px;
  height: 1px;
  position: absolute;
  bottom: 26px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .sec04 .contents_full .h2_box .sub::before {
    width: 80%;
    bottom: 15px;
    left: -15%;
  }
}
.sec04 .contents_full .h2_box .sub::after {
  content: "";
  background: #D6D2CA;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 26px;
  left: -100%;
}
@media screen and (max-width: 768px) {
  .sec04 .contents_full .h2_box .sub::after {
    content: none;
  }
}
.sec04 .contents_full .h2_box h2 {
  color: #585858;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.7rem;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 768px) {
  .sec04 .contents_full .h2_box h2 {
    font-size: 1.6rem;
    line-height: 1.5625rem;
    letter-spacing: 0.24rem;
  }
}

.sec04_conts_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
  margin: 85px auto 0;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .sec04_conts_box {
    gap: 30px;
    flex-direction: column;
    margin: 40px auto 0;
    width: 90%;
  }
}
.sec04_conts_box.box_s {
  gap: 60px 30px;
  margin: 25px auto 0;
}
@media screen and (max-width: 768px) {
  .sec04_conts_box.box_s {
    gap: 30px;
    margin: 30px auto 0;
  }
}
.sec04_conts_box.box_s .sec04_item {
  width: 380px;
}
@media screen and (max-width: 768px) {
  .sec04_conts_box.box_s .sec04_item {
    width: 100%;
  }
}
.sec04_conts_box.box_s .sec04_item::before {
  font-size: 4.5rem;
  letter-spacing: 0.225rem;
  top: 0;
  left: 20px;
}
@media screen and (max-width: 768px) {
  .sec04_conts_box.box_s .sec04_item::before {
    font-size: 4.4rem;
    top: -5px;
    left: 13px;
  }
}
.sec04_conts_box.box_s .sec04_item::after {
  width: 25px;
}
@media screen and (max-width: 768px) {
  .sec04_conts_box.box_s .sec04_item::after {
    width: 26px;
  }
}
.sec04_conts_box.box_s .sec04_item .item_bk {
  padding: 0 0 80px;
}
@media screen and (max-width: 768px) {
  .sec04_conts_box.box_s .sec04_item .item_bk {
    padding: 0 0 50px;
  }
}
.sec04_conts_box.box_s .sec04_item .item_bk::before {
  width: 95px;
  height: 75px;
}
@media screen and (max-width: 768px) {
  .sec04_conts_box.box_s .sec04_item .item_bk::before {
    width: 78px;
    height: 63px;
  }
}
.sec04_conts_box.box_s .sec04_item .item_bk .img_box {
  width: 345px;
  height: 400px;
}
@media screen and (max-width: 768px) {
  .sec04_conts_box.box_s .sec04_item .item_bk .img_box {
    width: 100%;
    height: auto;
  }
}
.sec04_conts_box.box_s .sec04_item .item_bk .txt_box {
  width: 360px;
}
@media screen and (max-width: 768px) {
  .sec04_conts_box.box_s .sec04_item .item_bk .txt_box {
    width: 85%;
  }
}
.sec04_conts_box.box_s .sec04_item .item_bk .txt_box .txt {
  font-size: 1.9rem;
}
@media screen and (max-width: 768px) {
  .sec04_conts_box.box_s .sec04_item .item_bk .txt_box .txt {
    font-size: 1.6rem;
  }
}
.sec04_conts_box .sec04_item {
  width: 546px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec04_conts_box .sec04_item {
    width: 100%;
  }
}
.sec04_conts_box .sec04_item::before {
  counter-increment: sec04_num;
  content: counter(sec04_num, decimal-leading-zero);
  color: #BEA667;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 6rem;
  letter-spacing: 0.3rem;
  position: absolute;
  top: -10px;
  left: 20px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec04_conts_box .sec04_item::before {
    font-size: 4.4rem;
    top: -5px;
    left: 13px;
  }
}
.sec04_conts_box .sec04_item::after {
  content: "";
  background: #BEA667;
  width: 35px;
  height: 1.5px;
  position: absolute;
  top: 62px;
  left: 28px;
}
@media screen and (max-width: 768px) {
  .sec04_conts_box .sec04_item::after {
    width: 26px;
    height: 1px;
    top: 50px;
    left: 21px;
  }
}
.sec04_conts_box .sec04_item.up01 {
  margin: 55px 0 0;
}
@media screen and (max-width: 768px) {
  .sec04_conts_box .sec04_item.up01 {
    margin: 0;
  }
}
.sec04_conts_box .sec04_item.up02 {
  top: 50px;
}
@media screen and (max-width: 768px) {
  .sec04_conts_box .sec04_item.up02 {
    top: inherit;
  }
}
.sec04_conts_box .sec04_item.up03 {
  top: 110px;
}
@media screen and (max-width: 768px) {
  .sec04_conts_box .sec04_item.up03 {
    top: inherit;
  }
}
.sec04_conts_box .sec04_item .item_bk {
  padding: 0 0 70px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec04_conts_box .sec04_item .item_bk {
    padding: 0 0 50px;
  }
}
.sec04_conts_box .sec04_item .item_bk::before {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  width: 105px;
  height: 85px;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .sec04_conts_box .sec04_item .item_bk::before {
    width: 78px;
    height: 63px;
  }
}
.sec04_conts_box .sec04_item .item_bk .img_box {
  width: 510px;
  height: 430px;
}
@media screen and (max-width: 768px) {
  .sec04_conts_box .sec04_item .item_bk .img_box {
    width: 100%;
    height: auto;
  }
}
.sec04_conts_box .sec04_item .item_bk .img_box img {
  border-radius: 5px;
}
.sec04_conts_box .sec04_item .item_bk .txt_box {
  width: 435px;
  height: 115px;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 50px 0px 0px 0px;
  background: #FBF9F4;
  box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .sec04_conts_box .sec04_item .item_bk .txt_box {
    width: 85%;
    height: auto;
    justify-content: flex-start;
    padding: 13px 0 13px 40px;
  }
}
.sec04_conts_box .sec04_item .item_bk .txt_box::before {
  content: "";
  background: linear-gradient(34deg, #BFA768 26.17%, #D9C183 37.54%, #F1D898 52.05%, #D0B97C 66.32%, #C2A866 74.54%);
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .sec04_conts_box .sec04_item .item_bk .txt_box::before {
    width: 14px;
    height: 14px;
  }
}
.sec04_conts_box .sec04_item .item_bk .txt_box .txt {
  font-size: 2.3rem;
  font-weight: 500;
  letter-spacing: 0.23rem;
}
@media screen and (max-width: 768px) {
  .sec04_conts_box .sec04_item .item_bk .txt_box .txt {
    text-align: left;
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.4;
    letter-spacing: 0.06rem;
  }
}
.sec04_conts_box .sec04_item .item_bk .txt_box .txt .span {
  color: #A08746;
}

.sec05 {
  padding: 100px 0 110px;
  background: #FFFCF8;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sec05 {
    padding: 80px 0 40px;
  }
}

.youtube_wrap {
  width: 800px;
  margin: 0 auto 120px;
}
@media screen and (max-width: 768px) {
  .youtube_wrap {
    width: 100%;
    margin: 0 auto 80px;
  }
}

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.tabs {
  width: 100%;
  margin: 50px auto 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .tabs {
    width: 100%;
    margin: 40px auto 0;
  }
}

.tab_btn_wrap {
  display: flex;
  justify-content: center;
  gap: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .tab_btn_wrap {
    gap: 8px;
    border-bottom: 1px solid #735C48;
    margin: 0 auto;
  }
}
.tab_btn_wrap::before {
  content: "";
  background: #735C48;
  width: 950px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .tab_btn_wrap::before {
    content: none;
  }
}
.tab_btn_wrap .tab_item {
  cursor: pointer;
  width: 370px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: all 0.3s;
  color: #735C48;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.42;
  position: relative;
  padding: 0 0 0 37px;
  border-radius: 15px 15px 0px 0px;
  border-top: 2px solid #735C48;
  border-left: 2px solid #735C48;
  border-right: 2px solid #735C48;
}
@media screen and (max-width: 768px) {
  .tab_btn_wrap .tab_item {
    width: calc((100% - 8px) / 2);
    height: 55px;
    font-size: 1.4rem;
    padding: 0 0 0 20px;
    border-top: 1px solid #735C48;
    border-left: 1px solid #735C48;
    border-right: 1px solid #735C48;
    flex-direction: column;
    text-align: left;
  }
}
.tab_btn_wrap .tab_item .span {
  position: relative;
}
.tab_btn_wrap .tab_item .span::before {
  content: "";
  width: 23px;
  height: 25px;
  position: absolute;
  left: -38px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-mask-image: url(../images/top/icon_tab_01.svg);
  mask-image: url(../images/top/icon_tab_01.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #735C48;
}
@media screen and (max-width: 768px) {
  .tab_btn_wrap .tab_item .span::before {
    width: 16px;
    height: 17px;
    left: -24px;
  }
}
.tab_btn_wrap .tab_item.tab_item02 .span::before {
  content: "";
  width: 33px;
  height: 33px;
  left: -48px;
  -webkit-mask-image: url(../images/top/icon_tab_02.svg);
  mask-image: url(../images/top/icon_tab_02.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #735C48;
}
@media screen and (max-width: 768px) {
  .tab_btn_wrap .tab_item.tab_item02 .span::before {
    width: 22px;
    height: 22px;
    left: -32px;
  }
}

@media screen and (min-width: 769px) {
  .tab_item:hover {
    background: #735C48;
    color: #fff;
  }
  .tab_item:hover .span::before {
    background-color: #fff !important;
  }
}

input[name=tab_item] {
  display: none;
}

.tab_btn_wrap:has(#tab01:checked) ~ #tab01_content,
.tab_btn_wrap:has(#tab02:checked) ~ #tab02_content {
  display: block;
}

.tabs input:checked + .tab_item {
  background: #735C48;
  color: #fff;
}
.tabs input:checked + .tab_item .span::before {
  background-color: #fff;
}
.tabs input:checked + .tab_item::after {
  content: "";
  background: #735C48;
  width: 46px;
  height: 15px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .tabs input:checked + .tab_item::after {
    width: 24px;
    height: 8px;
    bottom: -8px;
  }
}

.tab_content {
  display: none;
  padding: 70px 0 0;
}
@media screen and (max-width: 768px) {
  .tab_content {
    padding: 35px 0 0;
  }
}
.tab_content .tab_content_bk {
  position: relative;
}
.tab_content .tab_content_bk::before {
  content: "";
  width: 900px;
  height: 935px;
  border-radius: 20px;
  background: rgba(201, 188, 176, 0.2);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .tab_content .tab_content_bk::before {
    content: none;
  }
}

.sec05_conts {
  margin: 0 auto;
  width: 1120px;
  height: 1230px;
  border-radius: 50px;
  border: 1px solid #C9BCB0;
  padding: 22px 0 105px 30px;
}
@media screen and (max-width: 768px) {
  .sec05_conts {
    width: 100%;
    height: 740px;
    border-radius: 35px;
    padding: 20px 15px 30px;
  }
}
.sec05_conts h2 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #585858;
  text-align: left;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.7rem;
  letter-spacing: 0.3rem;
  position: relative;
  padding: 0 0 0 110px;
}
@media screen and (max-width: 768px) {
  .sec05_conts h2 {
    width: 100%;
    font-size: 1.6rem;
    line-height: 2.7rem;
    letter-spacing: 0.24rem;
    text-align: center;
    padding: 0;
  }
}
.sec05_conts h2::before {
  content: "FLOW";
  color: #C9BCB0;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 7rem;
  line-height: 8rem;
  letter-spacing: 0.7rem;
  position: absolute;
  top: -79px;
  left: 110px;
}
@media screen and (max-width: 768px) {
  .sec05_conts h2::before {
    font-size: 3.9rem;
    line-height: 8rem;
    letter-spacing: 0.39rem;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.swiper_id_02, .swiper_id_03 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  padding: 45px 0 0;
  /* 直線長方形のプログレスバー */
}
@media screen and (max-width: 768px) {
  .swiper_id_02, .swiper_id_03 {
    margin: 0;
    min-height: inherit;
    width: 100%;
    padding: 0 0 0;
    padding: 20px 0 0;
  }
}
.swiper_id_02 .swiper-wrapper, .swiper_id_03 .swiper-wrapper {
  width: 100%;
  height: 890px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .swiper_id_02 .swiper-wrapper, .swiper_id_03 .swiper-wrapper {
    height: 510px;
    padding: 0 20px 0 0;
  }
}
.swiper_id_02 .swiper-wrapper .swiper-slide, .swiper_id_03 .swiper-wrapper .swiper-slide {
  width: 760px;
  height: auto;
  position: relative;
  margin: 0 auto 120px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .swiper_id_02 .swiper-wrapper .swiper-slide, .swiper_id_03 .swiper-wrapper .swiper-slide {
    width: 100%;
    height: auto;
    padding: 0 0 0 30px;
    margin: 0 auto 90px;
  }
}
.swiper_id_02 .swiper-wrapper .swiper-slide::before, .swiper_id_03 .swiper-wrapper .swiper-slide::before {
  content: "";
  background: url(../images/top/sec05_next_sp.svg);
  background-size: cover;
  width: 63px;
  height: 30px;
  right: inherit;
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .swiper_id_02 .swiper-wrapper .swiper-slide::before, .swiper_id_03 .swiper-wrapper .swiper-slide::before {
    width: 50px;
    height: 25px;
    bottom: -55px;
  }
}
.swiper_id_02 .swiper-wrapper .slide_last, .swiper_id_03 .swiper-wrapper .slide_last {
  margin: 0 auto 70px;
}
.swiper_id_02 .swiper-wrapper .slide_last::before, .swiper_id_03 .swiper-wrapper .slide_last::before {
  content: none;
}
.swiper_id_02 .slide_box, .swiper_id_03 .slide_box {
  width: 100%;
  height: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .swiper_id_02 .slide_box, .swiper_id_03 .slide_box {
    width: 100%;
    height: 100%;
  }
}
.swiper_id_02 .slide_box .slide_box_bk, .swiper_id_03 .slide_box .slide_box_bk {
  background: #FFF;
  width: 100%;
  height: auto;
  position: relative;
  padding: 70px 60px 60px;
  box-shadow: 10px 10px 20px 0px rgba(115, 92, 72, 0.15);
}
@media screen and (max-width: 768px) {
  .swiper_id_02 .slide_box .slide_box_bk, .swiper_id_03 .slide_box .slide_box_bk {
    box-shadow: 0px 0px 10px 0px rgba(115, 92, 72, 0.15);
    width: calc(100% - 10px);
    height: auto;
    padding: 23px 15px 20px;
  }
}
.swiper_id_02 .slide_box .slide_box_bk::before, .swiper_id_03 .slide_box .slide_box_bk::before {
  content: "";
  background: #4E3620;
  width: 17px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .swiper_id_02 .slide_box .slide_box_bk::before, .swiper_id_03 .slide_box .slide_box_bk::before {
    left: inherit;
    right: 0;
  }
}
.swiper_id_02 .slide_box .slide_box_bk .num, .swiper_id_03 .slide_box .slide_box_bk .num {
  position: absolute;
  left: 55px;
  top: -20px;
  color: #4E3620;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 8rem;
  line-height: 3.1rem;
  letter-spacing: 0.4rem;
}
@media screen and (max-width: 768px) {
  .swiper_id_02 .slide_box .slide_box_bk .num, .swiper_id_03 .slide_box .slide_box_bk .num {
    font-size: 4.5rem;
    left: 38px;
    top: -17px;
  }
}
.swiper_id_02 .slide_box .slide_box_bk .img_box, .swiper_id_03 .slide_box .slide_box_bk .img_box {
  width: 100%;
  height: auto;
}
.swiper_id_02 .slide_box .slide_box_bk .img_box img, .swiper_id_03 .slide_box .slide_box_bk .img_box img {
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .swiper_id_02 .slide_box .slide_box_bk .img_box img, .swiper_id_03 .slide_box .slide_box_bk .img_box img {
    border-radius: 0;
  }
}
.swiper_id_02 .slide_box .slide_box_bk .txt_tit, .swiper_id_03 .slide_box .slide_box_bk .txt_tit {
  color: #4E3620;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.63;
  letter-spacing: 0.33rem;
  border-bottom: 1px solid #4E3620;
  padding: 0 0 11px;
  margin: 20px 0 16px;
}
@media screen and (max-width: 768px) {
  .swiper_id_02 .slide_box .slide_box_bk .txt_tit, .swiper_id_03 .slide_box .slide_box_bk .txt_tit {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 3.6rem;
    letter-spacing: 0.27rem;
    border-bottom: none;
    background: #4E3620;
    border-radius: 3px;
    padding: 0;
    text-align: center;
    color: #fff;
  }
}
.swiper_id_02 .slide_box .slide_box_bk .txt_box .txt_01, .swiper_id_03 .slide_box .slide_box_bk .txt_box .txt_01 {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.66;
  letter-spacing: 0.15rem;
}
.swiper_id_02 .slide_box .slide_box_bk .txt_box .txt_01 + .txt_01, .swiper_id_03 .slide_box .slide_box_bk .txt_box .txt_01 + .txt_01 {
  padding: 1.5em 0 0;
}
@media screen and (max-width: 768px) {
  .swiper_id_02 .slide_box .slide_box_bk .txt_box .txt_01 + .txt_01, .swiper_id_03 .slide_box .slide_box_bk .txt_box .txt_01 + .txt_01 {
    padding: 1.3em 0 0;
  }
}
.swiper_id_02 .slide_box .slide_box_bk .txt_box .txt_01 + .txt_ul, .swiper_id_03 .slide_box .slide_box_bk .txt_box .txt_01 + .txt_ul {
  padding: 1.5em 0 0;
}
@media screen and (max-width: 768px) {
  .swiper_id_02 .slide_box .slide_box_bk .txt_box .txt_01 + .txt_ul, .swiper_id_03 .slide_box .slide_box_bk .txt_box .txt_01 + .txt_ul {
    padding: 1.3em 0 0;
  }
}
.swiper_id_02 .slide_box .slide_box_bk .txt_box .txt_01 .span_01, .swiper_id_03 .slide_box .slide_box_bk .txt_box .txt_01 .span_01 {
  color: #735C48;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.15rem;
}
.swiper_id_02 .slide_box .slide_box_bk .txt_box .txt_ul + .txt_01, .swiper_id_03 .slide_box .slide_box_bk .txt_box .txt_ul + .txt_01 {
  padding: 1.5em 0 0;
}
@media screen and (max-width: 768px) {
  .swiper_id_02 .slide_box .slide_box_bk .txt_box .txt_ul + .txt_01, .swiper_id_03 .slide_box .slide_box_bk .txt_box .txt_ul + .txt_01 {
    padding: 1.3em 0 0;
  }
}
.swiper_id_02 .slide_box .slide_box_bk .txt_box .txt_ul li, .swiper_id_03 .slide_box .slide_box_bk .txt_box .txt_ul li {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.66;
  letter-spacing: 0.15rem;
  padding: 0 0 0 1em;
  text-indent: -1em;
}
.swiper_id_02 .swiper-pagination, .swiper_id_03 .swiper-pagination {
  position: absolute;
  left: 15px;
  bottom: inherit !important;
  right: inherit !important;
  top: 115px !important;
  transform: inherit !important;
}
@media screen and (max-width: 768px) {
  .swiper_id_02 .swiper-pagination, .swiper_id_03 .swiper-pagination {
    left: 9px;
    top: 185px !important;
  }
}
.swiper_id_02 .swiper-pagination::before, .swiper_id_03 .swiper-pagination::before {
  content: "Scroll";
  color: #4E3620;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 1.5rem;
  line-height: 2.5rem;
  letter-spacing: 0.3rem;
  position: absolute;
  left: -13px;
  top: -70px;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .swiper_id_02 .swiper-pagination::before, .swiper_id_03 .swiper-pagination::before {
    font-size: 1.3rem;
    left: -13px;
    top: -50px;
  }
}
.swiper_id_02 .swiper-pagination-bullet, .swiper_id_03 .swiper-pagination-bullet {
  position: relative;
  width: 2px;
  height: 50px;
  border-radius: 0;
  background-color: #4E3620;
  opacity: 1;
  margin: 11px 0 !important;
}
@media screen and (max-width: 768px) {
  .swiper_id_02 .swiper-pagination-bullet, .swiper_id_03 .swiper-pagination-bullet {
    width: 1px;
    height: 25px;
  }
}
.swiper_id_02 .swiper-pagination-bullet::before, .swiper_id_03 .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #c8ad6d;
}
.swiper_id_02 .swiper-pagination-bullet-active::before, .swiper_id_03 .swiper-pagination-bullet-active::before {
  width: 100%;
  opacity: 1;
}

.sec06 {
  background: url(../images/top/sec06_bk.jpg) no-repeat;
  background-size: cover;
  position: relative;
  padding: 200px 0 150px;
}
@media screen and (max-width: 768px) {
  .sec06 {
    background: url(../images/top/sec06_bk_sp.jpg) no-repeat;
    background-size: cover;
    padding: 105px 0 45px;
  }
}
.sec06 h2 {
  margin: 0 auto;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.7rem;
  letter-spacing: 0.3rem;
  position: relative;
  border-top: 1px solid #D6D2CA;
  padding: 24px 0 0;
}
@media screen and (max-width: 768px) {
  .sec06 h2 {
    padding: 10px 0 0;
    font-size: 1.6rem;
    letter-spacing: 0.24rem;
  }
}
.sec06 h2::before {
  display: block;
  content: "PRICE";
  color: #D6D2CA;
  text-align: center;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 8.5rem;
  line-height: 9.5rem;
  letter-spacing: 0.425rem;
  position: absolute;
  top: -69px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .sec06 h2::before {
    font-size: 3.9rem;
    line-height: 9.5rem;
    letter-spacing: 0.195rem;
  }
}

.sec06_conts table {
  width: 960px;
  margin: 70px auto 0;
  border-radius: 10px;
  border: 1px solid #000;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .sec06_conts table {
    width: 100%;
    margin: 30px auto 0;
  }
}
.sec06_conts table tr th {
  background: #735C48;
  color: #fff;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 2.5rem;
  letter-spacing: 0.19rem;
  padding: 20px 0;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .sec06_conts table tr th {
    font-size: 1.7rem;
    padding: 14px 0;
    border-radius: 9px 9px 0 0;
  }
}
.sec06_conts table tr th:first-child {
  border-radius: 8px 0 0 0;
}
@media screen and (max-width: 768px) {
  .sec06_conts table tr th:first-child {
    border-radius: 9px 9px 0 0;
  }
}
.sec06_conts table tr th:last-child {
  border-radius: 0 8px 0 0;
  padding: 20px 0;
  width: 260px;
}
@media screen and (max-width: 768px) {
  .sec06_conts table tr th:last-child {
    padding: 14px 0;
    border-radius: 9px 9px 0 0;
  }
}
.sec06_conts table tr td {
  text-align: center;
  vertical-align: middle;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 2.7rem;
  letter-spacing: 0.25rem;
  padding: 10px 0 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec06_conts table tr td {
    font-size: 1.7rem;
    padding: 5px 0;
  }
}
.sec06_conts table tr td::before {
  content: "";
  background: #000;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translatey(-50%);
}
.sec06_conts table tr td .span {
  font-size: 3.3rem;
}
@media screen and (max-width: 768px) {
  .sec06_conts table tr td .span {
    font-size: 2.2rem;
  }
}
.sec06_conts table tr td:first-child {
  width: 220px;
}
@media screen and (max-width: 768px) {
  .sec06_conts table tr td:first-child {
    width: auto;
  }
}
.sec06_conts table tr td:first-child .span {
  margin: 0 auto;
  text-align: center;
  display: block;
  width: 175px;
  padding: 10px 0px;
  background: #735C48;
  border-radius: 50px;
  color: #FFF;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 768px) {
  .sec06_conts table tr td:first-child .span {
    font-size: 1.6rem;
    width: 110px;
    padding: 7px 0px;
  }
}
.sec06_conts table tr td:first-child .span.span_02 {
  background: #A68A61;
}
.sec06_conts table tr td:first-child .span.span_03 {
  background: #B7A798;
}
.sec06_conts table tr td:last-child::before {
  content: none;
}
.sec06_conts table tr.tdmd_01 td {
  padding: 30px 0 10px;
}
@media screen and (max-width: 768px) {
  .sec06_conts table tr.tdmd_01 td {
    padding: 15px 0 5px;
  }
}
.sec06_conts table tr.tdmd_01 td::before {
  content: "";
  background: #000;
  width: 1px;
  height: 60px;
  position: absolute;
  right: 0;
  top: inherit;
  bottom: 0;
  transform: none;
}
@media screen and (max-width: 768px) {
  .sec06_conts table tr.tdmd_01 td::before {
    height: 45px;
  }
}
.sec06_conts table tr.tdmd_01 td:last-child::before {
  content: none;
}
.sec06_conts table tr.tdmd_02 td {
  padding: 5px 0 40px;
}
@media screen and (max-width: 768px) {
  .sec06_conts table tr.tdmd_02 td {
    padding: 5px 0 15px;
  }
}
.sec06_conts table tr.tdmd_02 td::before {
  content: "";
  background: #000;
  width: 1px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  transform: none;
}
@media screen and (max-width: 768px) {
  .sec06_conts table tr.tdmd_02 td::before {
    height: 45px;
  }
}
.sec06_conts table tr.tdmd_02 td:last-child::before {
  content: none;
}

.sec07 {
  padding: 180px 0 115px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sec07 {
    padding: 94px 0 40px;
  }
}
.sec07 .contents {
  width: 1000px;
}
@media screen and (max-width: 768px) {
  .sec07 .contents {
    width: 100%;
    padding-left: 0 4%;
  }
}
.sec07 .contents h2 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: left;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.7rem;
  letter-spacing: 0.3rem;
  position: relative;
  border-top: 1px solid #D6D2CA;
  padding: 24px 70px 0 24px;
}
@media screen and (max-width: 768px) {
  .sec07 .contents h2 {
    font-size: 1.6rem;
    text-align: center;
    padding: 10px 10px 0;
    margin: 0 auto;
  }
}
.sec07 .contents h2::before {
  content: "FAQ";
  color: #D6D2CA;
  text-align: center;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 8.5rem;
  line-height: 9.5rem;
  letter-spacing: 0.425rem;
  position: absolute;
  top: -69px;
  left: 24px;
}
@media screen and (max-width: 768px) {
  .sec07 .contents h2::before {
    font-size: 3.9rem;
    top: -58px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.sec07 .contents h2::after {
  content: "";
  background: #D6D2CA;
  width: 1000px;
  height: 1px;
  position: absolute;
  left: -1000px;
  top: -1px;
}

.qa_box_wrap {
  width: 1000px;
  margin: 45px auto 0;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media screen and (max-width: 768px) {
  .qa_box_wrap {
    width: 100%;
    margin: 30px auto 0;
    gap: 15px;
  }
}

.qa_box {
  border-radius: 5px;
  background: #F3F5FF;
}
.qa_box .qa_tit {
  position: relative;
  padding: 15px 0 16px 116px;
  pointer-events: all;
  background: #FFFCF8;
  border-radius: 5px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .qa_box .qa_tit {
    padding: 15px 0 16px 47px;
  }
}
.qa_box .qa_tit::before {
  content: "Q";
  color: #4E3620;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 3.2rem;
  line-height: 3.9rem;
  letter-spacing: 0.32rem;
  position: absolute;
  left: 41px;
  top: 50%;
  transform: translatey(-50%);
}
@media screen and (max-width: 768px) {
  .qa_box .qa_tit::before {
    font-size: 2.2rem;
    left: 15px;
  }
}
.qa_box .qa_tit .close {
  position: relative;
  color: #4E3620;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3.9rem;
  letter-spacing: 0.2rem;
  padding: 0 60px 0 0;
}
@media screen and (max-width: 768px) {
  .qa_box .qa_tit .close {
    font-size: 1.5rem;
    padding: 0 45px 0 0;
    line-height: 1.6;
  }
}
.qa_box .qa_tit .close::before {
  content: "";
  width: 26px;
  height: 13px;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translatey(-50%);
  transition: all 0.3s;
  -webkit-mask-image: url(../images/top/close.svg);
  mask-image: url(../images/top/close.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #4E3620;
}
@media screen and (max-width: 768px) {
  .qa_box .qa_tit .close::before {
    width: 16px;
    height: 8px;
    right: 15px;
  }
}
.qa_box .qa_tit .close.open::before {
  -webkit-mask-image: url(../images/top/open.svg);
  mask-image: url(../images/top/open.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #4E3620;
}
.qa_box .qa_txt {
  display: none;
  position: relative;
  padding: 10px 60px 40px 116px;
  border-radius: 0px 0px 5px 5px;
  background: #FFFCF8;
}
@media screen and (max-width: 768px) {
  .qa_box .qa_txt {
    padding: 10px 20px 30px 50px;
  }
}
.qa_box .qa_txt::before {
  content: "A";
  color: #A08746;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 3.5rem;
  line-height: 3.9rem;
  letter-spacing: 0.35rem;
  position: absolute;
  left: 41px;
  top: 10px;
}
@media screen and (max-width: 768px) {
  .qa_box .qa_txt::before {
    font-size: 2.5rem;
    left: 15px;
    top: 5px;
  }
}
.qa_box .qa_txt .qa_txt_01 {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  line-height: 3.2rem;
  letter-spacing: 0.18rem;
}
@media screen and (max-width: 768px) {
  .qa_box .qa_txt .qa_txt_01 {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

.sec08 {
  padding: 200px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sec08 {
    padding: 110px 0 0;
  }
}
.sec08 .contents_full_01 {
  padding: 0 0 125px;
}
@media screen and (max-width: 768px) {
  .sec08 .contents_full_01 {
    padding: 0;
  }
}
.sec08 .contents_full_02 {
  padding: 0 0 105px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec08 .contents_full_02 {
    padding: 0 0 64px;
  }
}
.sec08 .contents_full_02::before {
  content: "";
  background: #F3F5FF;
  width: 100%;
  height: 85%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sec08 .h2_box {
  width: 1160px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec08 .h2_box {
    width: 100%;
    padding: 0 4%;
  }
}
.sec08 .h2_box h2 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: left;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.7rem;
  letter-spacing: 0.3rem;
  position: relative;
  border-top: 1px solid #D6D2CA;
  padding: 24px 470px 0 120px;
}
@media screen and (max-width: 768px) {
  .sec08 .h2_box h2 {
    font-size: 1.6rem;
    text-align: center;
    padding: 10px 100px 0;
    margin: 0 auto;
  }
}
.sec08 .h2_box h2::before {
  content: "GREETING";
  color: #D6D2CA;
  text-align: center;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 8.5rem;
  line-height: 9.5rem;
  letter-spacing: 0.425rem;
  position: absolute;
  top: -69px;
  left: 120px;
}
@media screen and (max-width: 768px) {
  .sec08 .h2_box h2::before {
    font-size: 3.9rem;
    top: -58px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.sec08 .h2_box h2::after {
  content: "";
  background: #D6D2CA;
  width: 1000px;
  height: 1px;
  position: absolute;
  left: -1000px;
  top: -1px;
}

.sec08_conts {
  width: 1160px;
  margin: 75px auto 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec08_conts {
    margin: 30px auto 0;
    width: 100%;
  }
}
.sec08_conts::before {
  content: "";
  background: linear-gradient(to right, #b79f60 0%, #FFECBA 50%, #b79e5a 100%);
  width: calc(100% + 3px);
  height: calc(100% + 3px);
  border-radius: 90px 0px 0px 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .sec08_conts::before {
    width: calc(90% + 3px);
    height: calc(100% + 3px);
  }
}
.sec08_conts .sec08_conts_bk {
  background: #fff;
  width: 1160px;
  border-radius: 89px 0px 0px 0px;
  padding: 100px 85px 100px 140px;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec08_conts .sec08_conts_bk {
    width: 90%;
    padding: 0 0 120px;
    margin: 0 auto;
  }
}
.sec08_conts .box_01 {
  position: relative;
  width: 100%;
}
.sec08_conts .box_01 h3 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 3.4rem;
  letter-spacing: 0.24rem;
  padding: 0 0 25px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec08_conts .box_01 h3 {
    font-size: 1.7rem;
    line-height: 1.4;
    text-align: center;
    margin: 35px auto 0;
    width: 85%;
  }
}
.sec08_conts .box_01 h3::before {
  content: "";
  background: url(../images/top/sec08_line.svg);
  background-size: 100%;
  width: 100%;
  height: 12px;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .sec08_conts .box_01 h3::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
.sec08_conts .box_01 h3 .span {
  color: #4E3620;
}
.sec08_conts .box_01 .doctor_box {
  box-shadow: 5px 4px 20px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  width: 500px;
  height: 480px;
  top: -35px;
  right: -130px;
}
@media screen and (max-width: 768px) {
  .sec08_conts .box_01 .doctor_box {
    position: relative;
    width: 100%;
    height: auto;
    top: inherit;
    right: -10%;
    margin: 30px 0 0;
  }
}
.sec08_conts .box_01 .doctor_box .prof_box {
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0px 20px 0px 0px;
  background: #fff;
  width: 260px;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .sec08_conts .box_01 .doctor_box .prof_box {
    width: 190px;
    height: 58px;
    border-radius: 0px 15px 0px 0px;
  }
}
.sec08_conts .box_01 .doctor_box .prof_box::before {
  content: "";
  background: linear-gradient(34deg, #BFA768 26.17%, #D9C183 37.54%, #F1D898 52.05%, #D0B97C 66.32%, #C2A866 74.54%);
  width: 13px;
  height: 13px;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .sec08_conts .box_01 .doctor_box .prof_box::before {
    width: 9px;
    height: 9px;
  }
}
.sec08_conts .box_01 .doctor_box .prof_box .txt_01 {
  color: #BEA667;
  text-align: center;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 0.08rem;
  padding: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .sec08_conts .box_01 .doctor_box .prof_box .txt_01 {
    padding: 0 0 5px;
    font-size: 1.2rem;
    line-height: 1.452rem;
    letter-spacing: 0.06rem;
  }
}
.sec08_conts .box_01 .doctor_box .prof_box .txt_02 {
  text-align: center;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: 0.19rem;
}
@media screen and (max-width: 768px) {
  .sec08_conts .box_01 .doctor_box .prof_box .txt_02 {
    font-size: 1.5rem;
    line-height: 1.452rem;
    letter-spacing: 0.15rem;
  }
}
.sec08_conts .box_01 .txt_box {
  width: 495px;
  padding: 50px 0 0;
}
@media screen and (max-width: 768px) {
  .sec08_conts .box_01 .txt_box {
    width: 85%;
    padding: 38px 0 0;
    margin: 0 auto;
  }
}
.sec08_conts .box_01 .txt_box p {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  line-height: 3rem;
  letter-spacing: 0.15rem;
}
@media screen and (max-width: 768px) {
  .sec08_conts .box_01 .txt_box p {
    font-size: 1.5rem;
    line-height: 2.8rem;
    letter-spacing: 0.15rem;
  }
}
.sec08_conts .box_01 .txt_box p + p {
  padding: 1.5em 0 0;
}
.sec08_conts .img_box_02 {
  position: absolute;
  width: 625px;
  height: 520px;
  bottom: -50px;
  left: -130px;
  filter: drop-shadow(4px 4px 20px rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 768px) {
  .sec08_conts .img_box_02 {
    position: relative;
    width: 100%;
    height: auto;
    bottom: inherit;
    left: -10%;
    margin: 30px 0 0;
  }
}
.sec08_conts .box_02 {
  width: 505px;
  margin: 200px 0 0 auto;
}
@media screen and (max-width: 768px) {
  .sec08_conts .box_02 {
    width: 85%;
    padding: 40px 0 0;
    margin: 0 auto;
  }
}
.sec08_conts .box_02 .txt_box p {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  line-height: 3rem;
  letter-spacing: 0.15rem;
}
@media screen and (max-width: 768px) {
  .sec08_conts .box_02 .txt_box p {
    font-size: 1.5rem;
    line-height: 2.8rem;
    letter-spacing: 0.15rem;
  }
}
.sec08_conts .box_02 .txt_box p + p {
  padding: 1.5em 0 0;
}

.sec08_img_box_03 {
  display: none;
}
@media screen and (max-width: 768px) {
  .sec08_img_box_03 {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    bottom: inherit;
    right: -10%;
    margin: -100px 0 0;
    filter: drop-shadow(4px 4px 20px rgba(0, 0, 0, 0.1));
  }
}

.sec08_conts_02 {
  width: 1050px;
  margin: 45px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 50px;
}
@media screen and (max-width: 768px) {
  .sec08_conts_02 {
    width: 85%;
    margin: 65px auto 0;
    flex-direction: column;
    gap: 30px;
  }
}
.sec08_conts_02 .sec08_item {
  width: 500px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  background: #4E3620;
  padding: 28px 35px 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec08_conts_02 .sec08_item {
    padding: 15px 20px 33px;
    width: 100%;
  }
}
.sec08_conts_02 .sec08_item::before {
  content: "";
  background: #D6D2CA;
  width: 17px;
  height: 17px;
  position: absolute;
  left: -1px;
  top: -1px;
}
.sec08_conts_02 .sec08_item::after {
  content: "";
  background: #D6D2CA;
  width: 17px;
  height: 17px;
  position: absolute;
  right: -1px;
  bottom: 0;
}
.sec08_conts_02 .sec08_item h3 {
  margin: 0 auto;
  padding: 0 0 10px;
  color: #fff;
  text-align: center;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 4.1rem;
  letter-spacing: 0.315rem;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .sec08_conts_02 .sec08_item h3 {
    font-size: 1.8rem;
    line-height: 4.1rem;
    letter-spacing: 0.27rem;
  }
}
.sec08_conts_02 .sec08_item .sec08_item_dl {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  justify-content: flex-start;
  width: 320px;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .sec08_conts_02 .sec08_item .sec08_item_dl {
    width: 85%;
    margin: 20px auto 0;
    flex-direction: column;
    gap: 0;
  }
}
.sec08_conts_02 .sec08_item .sec08_item_dl dt {
  width: 100px;
  color: #fff;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.2rem;
  letter-spacing: 0.15rem;
}
@media screen and (max-width: 768px) {
  .sec08_conts_02 .sec08_item .sec08_item_dl dt {
    font-size: 1.4rem;
    letter-spacing: 0.14rem;
    width: 100%;
  }
}
.sec08_conts_02 .sec08_item .sec08_item_dl dd {
  color: #fff;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  line-height: 2.2rem;
  letter-spacing: 0.15rem;
}
@media screen and (max-width: 768px) {
  .sec08_conts_02 .sec08_item .sec08_item_dl dd {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0 0 10px;
    margin: 0 0 10px;
    font-size: 1.4rem;
    line-height: 1.7rem;
    letter-spacing: 0.14rem;
  }
}
.sec08_conts_02 .sec08_item .sec08_item_ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 30px auto 0;
  padding: 0 0 0 20px;
}
.sec08_conts_02 .sec08_item .sec08_item_ul li {
  padding: 0 0 0 17px;
  color: #fff;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  line-height: 2.2rem;
  letter-spacing: 0.15rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec08_conts_02 .sec08_item .sec08_item_ul li {
    font-size: 1.4rem;
    line-height: 1.9rem;
    letter-spacing: 0.14rem;
  }
}
.sec08_conts_02 .sec08_item .sec08_item_ul li::before {
  content: "";
  background: #D6D2CA;
  background-size: cover;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
}
.sec08_conts_02 .sec08_item.item_l {
  width: 100%;
  background: #867761;
}
.sec08_conts_02 .sec08_item.item_l h3 {
  width: 725px;
}
@media screen and (max-width: 768px) {
  .sec08_conts_02 .sec08_item.item_l h3 {
    width: 100%;
  }
}
.sec08_conts_02 .sec08_item.item_l .sec08_item_ul {
  width: 700px;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 0;
}
@media screen and (max-width: 768px) {
  .sec08_conts_02 .sec08_item.item_l .sec08_item_ul {
    width: 85%;
    margin: 20px auto 0;
    flex-direction: column;
    gap: 10px;
  }
}
.sec08_conts_02 .sec08_item.item_l .sec08_item_ul li {
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  .sec08_conts_02 .sec08_item.item_l .sec08_item_ul li {
    width: 100%;
  }
}

@-webkit-keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.loopSlide {
  width: 100%;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  overflow: hidden;
  background: #F3F5FF;
  padding: 0 0 85px;
}
@media screen and (max-width: 768px) {
  .loopSlide {
    padding: 0 0 40px;
  }
}
.loopSlide ul {
  padding: 0;
  width: auto;
  height: 465px;
  display: flex;
  flex-shrink: 0;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .loopSlide ul {
    height: 240px;
  }
}
.loopSlide ul:first-child {
  -webkit-animation: slide1 120s -60s linear infinite;
          animation: slide1 120s -60s linear infinite;
}
.loopSlide ul:last-child {
  -webkit-animation: slide2 120s linear infinite;
          animation: slide2 120s linear infinite;
}
.loopSlide ul li {
  display: inline-block;
  text-align: center;
}
.loopSlide ul li img {
  display: block;
  width: auto;
  height: 465px;
}
@media screen and (max-width: 768px) {
  .loopSlide ul li img {
    height: 240px;
    border-radius: 5px;
  }
}
/*# sourceMappingURL=top.css.map */