@charset "UTF-8";
.--sans {
  font-family: "Noto Sans JP", sans-serif;
}

.--en {
  font-family: "Roboto Condensed", sans-serif;
}

.adlp-footer {
  background-color: #DDD5CF;
  padding: min(calc(40 / 1080 * 100vw), 40px) 0 min(calc(120 / 1080 * 100vw), 120px);
}
@media screen and (max-width: 767px) {
  .adlp-footer {
    padding: calc(40 / 750 * 100vw) 0 calc(152 / 750 * 100vw);
  }
}
.adlp-footer__menu {
  text-align: center;
}
.adlp-footer__menu__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  gap: min(calc(56 / 1080 * 100vw), 56px);
  font-size: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .adlp-footer__menu__wrapper {
    font-size: calc(24 / 750 * 100vw);
    flex-direction: column;
    width: 100%;
    gap: calc(40 / 750 * 100vw);
  }
}
.adlp-footer__text {
  margin: min(calc(24 / 1080 * 100vw), 24px) auto 0;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .adlp-footer__text {
    font-size: calc(20 / 750 * 100vw);
    margin: calc(40 / 750 * 100vw) auto 0;
  }
}

.adlp-accordion {
  background: #fff;
}
.adlp-accordion__wrapper {
  display: flex;
  flex-direction: column;
  gap: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__wrapper {
    gap: calc(30 / 750 * 100vw);
  }
}
.adlp-accordion__header {
  position: relative;
  cursor: pointer;
}
.adlp-accordion__header__inner {
  display: flex;
  align-items: center;
  padding: min(calc(20 / 1080 * 100vw), 20px) min(calc(80 / 1080 * 100vw), 80px) min(calc(20 / 1080 * 100vw), 20px) min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header__inner {
    padding: calc(40 / 750 * 100vw) calc(112 / 750 * 100vw) calc(40 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}
.adlp-accordion__header__inner .lead {
  line-height: 1;
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  margin-right: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header__inner .lead {
    font-size: calc(48 / 750 * 100vw);
    margin-right: calc(20 / 750 * 100vw);
  }
}
.adlp-accordion__header::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: min(calc(16 / 1080 * 100vw), 16px);
  height: min(calc(14 / 1080 * 100vw), 14px);
  right: min(calc(45 / 1080 * 100vw), 45px);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='14' viewBox='0 0 16 14' fill='none'%3E%3Cpath d='M8 13.5L14.9282 3.75L1.0718 3.75L8 13.5Z' fill='%233B3B41'/%3E%3C/svg%3E");
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='15' viewBox='0 0 20 15' fill='none'%3E%3Cpath d='M10 14.5L19.5263 0.250002L0.473721 0.250002L10 14.5Z' fill='%233B3B41'/%3E%3C/svg%3E");
    width: calc(20 / 750 * 100vw);
    height: calc(17 / 750 * 100vw);
    right: calc(38 / 750 * 100vw);
  }
}
.adlp-accordion__header.--open::after {
  transform: translateY(-50%) rotate(180deg);
}
.adlp-accordion__header.--open::before {
  opacity: 0;
}
.adlp-accordion__header.--img::after {
  display: none;
}
.adlp-accordion__header.--img > span:last-child {
  display: none;
}
.adlp-accordion__header.--img.--open > span:first-child {
  display: none;
}
.adlp-accordion__header.--img.--open > span:last-child {
  display: block;
}
.adlp-accordion__header.--plus::before {
  content: "";
  display: block;
  background-image: none;
  background: #012F83;
  position: absolute;
  height: min(calc(20 / 1080 * 100vw), 20px);
  width: min(calc(2 / 1080 * 100vw), 2px);
  right: min(calc(49 / 1080 * 100vw), 49px);
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header.--plus::before {
    height: calc(20 / 750 * 100vw);
    width: calc(2 / 750 * 100vw);
    right: calc(49 / 750 * 100vw);
  }
}
.adlp-accordion__header.--plus::after {
  width: min(calc(20 / 1080 * 100vw), 20px);
  height: min(calc(2 / 1080 * 100vw), 2px);
  right: min(calc(40 / 1080 * 100vw), 40px);
  background-image: none;
  background: #012F83;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header.--plus::after {
    width: calc(20 / 750 * 100vw);
    height: calc(2 / 750 * 100vw);
    right: calc(40 / 750 * 100vw);
  }
}
.adlp-accordion__body {
  display: none;
}
.adlp-accordion__body__inner {
  display: flex;
  align-items: flex-start;
  padding: min(calc(20 / 1080 * 100vw), 20px) min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__body__inner {
    padding: 0 calc(40 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}
.adlp-accordion__body__inner .lead {
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  margin-right: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__body__inner .lead {
    margin-right: calc(20 / 750 * 100vw);
  }
}
.js-toggle {
  cursor: pointer;
}
.js-toggle + * {
  display: none;
}

.adlp-card {
  display: flex;
  flex-direction: column;
  background: #C97B45;
  padding: min(calc(20 / 1080 * 100vw), 20px);
  gap: min(calc(20 / 1080 * 100vw), 20px);
}
.adlp-card__wrapper {
  display: flex;
  justify-content: center;
  gap: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-card__wrapper {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .adlp-card {
    max-width: min(calc(350 / 1080 * 100vw), 350px);
  }
}
@media screen and (max-width: 767px) {
  .adlp-card {
    width: 100%;
  }
}
.adlp-card__head {
  display: flex;
  align-items: center;
  gap: min(calc(20 / 1080 * 100vw), 20px);
}
.adlp-card__no {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(calc(80 / 1080 * 100vw), 80px);
  height: min(calc(80 / 1080 * 100vw), 80px);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .adlp-card__no {
    width: calc(80 / 750 * 100vw);
    height: calc(80 / 750 * 100vw);
  }
}
.adlp-card__no .text01 {
  text-align: center;
  line-height: 1;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-card__no .text01 {
    font-size: calc(20 / 750 * 100vw);
  }
}
.adlp-card__no .text02 {
  text-align: center;
  line-height: 1;
  font-size: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-card__no .text02 {
    font-size: calc(32 / 750 * 100vw);
  }
}
.adlp-card__title {
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  background: #fff;
  flex: 1;
  padding: 0 min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-card__title {
    font-size: calc(38 / 750 * 100vw);
    padding: 0 calc(20 / 750 * 100vw);
  }
}
.adlp-card__body {
  display: flex;
  align-items: flex-start;
  gap: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-card__body {
    gap: calc(20 / 750 * 100vw);
  }
}
.adlp-card__text {
  flex: 1;
  background: #fff;
  padding: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-card__text {
    padding: calc(20 / 750 * 100vw);
  }
}
.adlp-card__img {
  width: min(calc(50 / 1080 * 100vw), 50px);
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .adlp-card__img {
    width: calc(80 / 750 * 100vw);
  }
}

.adlp-circle {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(calc(150 / 1080 * 100vw), 150px);
  height: min(calc(150 / 1080 * 100vw), 150px);
  background: #C97B45;
}
.adlp-circle__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .adlp-circle__wrapper {
    width: 100%;
    gap: calc(10 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-circle {
    width: calc(150 / 750 * 100vw);
    height: calc(150 / 750 * 100vw);
  }
}
.adlp-circle__text {
  text-align: center;
}
.adlp-circle__text .text01 {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .adlp-circle__text .text01 {
    font-size: calc(32 / 750 * 100vw);
  }
}
.adlp-circle__text .text02 {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
}
@media screen and (max-width: 767px) {
  .adlp-circle__text .text02 {
    font-size: calc(20 / 750 * 100vw);
  }
}

.adlp-fadein {
  opacity: 0;
}

.fadeInUp {
  opacity: 0;
  animation-name: fadein-up;
  animation-duration: 0.7s;
  animation-delay: 0.3s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 767px) {
  .fadeInUp {
    animation-name: fadein-up-sp;
  }
}

@keyframes fadein-up {
  0% {
    opacity: 0;
    transform: translateY(min(calc(60 / 1080 * 100vw), 60px));
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadein-up-sp {
  0% {
    opacity: 0;
    transform: translateY(calc(60 / 750 * 100vw));
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.adlp-flow {
  display: flex;
  grid-gap: min(calc(47 / 1080 * 100vw), 47px);
  align-items: center;
  z-index: 1;
}
.adlp-flow__wrapper {
  display: flex;
  flex-direction: column;
  background: #fff;
  margin: 0 auto;
  grid-gap: min(calc(20 / 1080 * 100vw), 20px);
  padding: min(calc(40 / 1080 * 100vw), 40px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .adlp-flow__wrapper {
    width: calc(690 / 750 * 100vw);
    margin: calc(70 / 750 * 100vw) auto 0;
    grid-gap: calc(50 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}
.adlp-flow__wrapper::after {
  content: "";
  display: block;
  width: min(calc(4 / 1080 * 100vw), 4px);
  height: calc(100% - min(calc(80 / 1080 * 100vw), 80px));
  position: absolute;
  top: min(calc(40 / 1080 * 100vw), 40px);
  left: min(calc(132 / 1080 * 100vw), 132px);
  background: #95B6CE;
}
@media screen and (max-width: 767px) {
  .adlp-flow__wrapper::after {
    width: calc(5 / 750 * 100vw);
    height: calc(100% - calc(90 / 750 * 100vw));
    top: calc(40 / 750 * 100vw);
    left: calc(125 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-flow {
    grid-gap: calc(30 / 750 * 100vw);
  }
}
.adlp-flow__img {
  width: min(calc(185 / 1080 * 100vw), 185px);
}
@media screen and (max-width: 767px) {
  .adlp-flow__img {
    width: calc(190 / 750 * 100vw);
  }
}
.adlp-flow__body {
  width: min(calc(528 / 1080 * 100vw), 528px);
}
@media screen and (max-width: 767px) {
  .adlp-flow__body {
    width: calc(410 / 750 * 100vw);
  }
}
.adlp-flow__head {
  display: flex;
  align-items: center;
  font-weight: 700;
}
.adlp-flow__head .--no {
  font-size: min(calc(42 / 1080 * 100vw), 42px);
  margin-right: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .adlp-flow__head .--no {
    font-size: calc(50 / 750 * 100vw);
    margin-right: calc(12 / 750 * 100vw);
  }
}
.adlp-flow__head .--title {
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .adlp-flow__head .--title {
    font-size: calc(32 / 750 * 100vw);
  }
}

.adlp-flow02 {
  gap: min(calc(10 / 1080 * 100vw), 10px);
  display: flex;
  align-items: center;
  z-index: 1;
}
.adlp-flow02__wrapper {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  gap: min(calc(80 / 1080 * 100vw), 80px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .adlp-flow02__wrapper {
    flex-direction: column;
    width: calc(690 / 750 * 100vw);
    margin: calc(20 / 750 * 100vw) auto 0;
    gap: calc(50 / 750 * 100vw);
  }
}
.adlp-flow02__wrapper::after {
  content: "";
  display: block;
  height: min(calc(4 / 1080 * 100vw), 4px);
  width: 100%;
  position: absolute;
  top: min(calc(70 / 1080 * 100vw), 70px);
  left: 50%;
  transform: translateX(-50%);
  background: #95B6CE;
}
@media screen and (max-width: 767px) {
  .adlp-flow02__wrapper::after {
    width: calc(5 / 750 * 100vw);
    height: calc(100% - calc(90 / 750 * 100vw));
    top: calc(40 / 750 * 100vw);
    left: calc(125 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-flow02 {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .adlp-flow02 {
    grid-gap: calc(30 / 750 * 100vw);
  }
}
.adlp-flow02__img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .adlp-flow02__img {
    width: calc(240 / 750 * 100vw);
  }
}
.adlp-flow02__body {
  width: min(calc(140 / 1080 * 100vw), 140px);
}
@media screen and (max-width: 767px) {
  .adlp-flow02__body {
    flex: 1;
  }
}
.adlp-flow02__head {
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .adlp-flow02__head {
    font-size: calc(30 / 750 * 100vw);
    text-align: left;
  }
}
.adlp-flow02__text {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
}
@media screen and (max-width: 767px) {
  .adlp-flow02__text {
    font-size: calc(24 / 750 * 100vw);
  }
}

.adlp-head {
  text-align: center;
}
.adlp-head::after {
  content: "";
  display: block;
  width: min(calc(50 / 1080 * 100vw), 50px);
  height: min(calc(5 / 1080 * 100vw), 5px);
  background: #C97B45;
  margin: min(calc(10 / 1080 * 100vw), 10px) auto 0;
}
.adlp-head .text01 {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-head .text01 {
    font-size: calc(30 / 750 * 100vw);
  }
}
.adlp-head .text02 {
  font-size: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-head .text02 {
    font-size: calc(46 / 750 * 100vw);
  }
}

.adlp-list {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25 12.5C25 19.4036 19.4036 25 12.5 25C5.59644 25 0 19.4036 0 12.5C0 5.59644 5.59644 0 12.5 0C19.4036 0 25 5.59644 25 12.5ZM7.02857 10.1124L11.5604 14.6443L17.9714 8.23335L20.4948 10.7567L14.0839 17.1677L11.5604 19.6911L9.03705 17.1677L4.50519 12.6359L7.02857 10.1124Z' fill='orange'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: min(calc(20 / 1080 * 100vw), 20px) min(calc(20 / 1080 * 100vw), 20px);
  background-position: left top min(calc(4 / 1080 * 100vw), 4px);
  padding-left: min(calc(30 / 1080 * 100vw), 30px);
}
.adlp-list__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .adlp-list__wrapper {
    gap: calc(10 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-list {
    padding-left: calc(40 / 750 * 100vw);
    background-size: calc(30 / 750 * 100vw) calc(30 / 750 * 100vw);
    background-position: left top calc(8 / 750 * 100vw);
  }
}
.adlp-list.--check {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.891075 2.52926C1.08634 2.334 1.40292 2.334 1.59818 2.52926L3.36595 4.29703L6.90148 0.761492C7.09674 0.56623 7.41333 0.56623 7.60859 0.761492C7.80385 0.956754 7.80385 1.27334 7.60859 1.4686L3.7195 5.35769C3.52424 5.55295 3.20766 5.55295 3.0124 5.35769L0.891075 3.23637C0.695813 3.0411 0.695813 2.72452 0.891075 2.52926Z' fill='black'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: min(calc(16 / 1080 * 100vw), 16px) min(calc(16 / 1080 * 100vw), 16px);
  background-position: left min(calc(5 / 1080 * 100vw), 5px) top min(calc(8 / 1080 * 100vw), 8px);
  padding-left: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-list.--check {
    padding-left: calc(40 / 750 * 100vw);
    background-size: calc(30 / 750 * 100vw) calc(30 / 750 * 100vw);
    background-position: left top calc(8 / 750 * 100vw);
  }
}

.adlp-logo {
  animation: infinity-scroll-left 35s infinite linear 0.5s both;
  width: min(calc(2296 / 1080 * 100vw), 2296px);
}
.adlp-logo__wrapper {
  display: flex;
  width: min(calc(4592 / 1080 * 100vw), 4592px);
}
@media screen and (max-width: 767px) {
  .adlp-logo__wrapper {
    width: calc(4592 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-logo {
    width: calc(2296 / 750 * 100vw);
  }
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.adlp-swiper {
  position: relative;
  padding-bottom: min(calc(50 / 1080 * 100vw), 50px);
  width: 100%;
  /* ページネーションの余白 */
}
@media screen and (max-width: 767px) {
  .adlp-swiper {
    padding-bottom: calc(80 / 750 * 100vw);
  }
}
.adlp-swiper.--hide {
  overflow: hidden;
}
.adlp-swiper .swiper-slide {
  padding: 0 min(calc(40 / 1080 * 100vw), 40px);
}
.adlp-swiper .swiper-button-next,
.adlp-swiper .swiper-button-prev {
  width: min(calc(24 / 1080 * 100vw), 24px);
  height: min(calc(84 / 1080 * 100vw), 84px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .adlp-swiper .swiper-button-next,
  .adlp-swiper .swiper-button-prev {
    width: calc(30 / 750 * 100vw);
  }
}
.adlp-swiper .swiper-button-next::after,
.adlp-swiper .swiper-button-prev::after {
  display: none;
}
.adlp-swiper .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='84' viewBox='0 0 24 84' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='84' fill='%234A453B'/%3E%3Cpath d='M18 51L8 42L18 33' stroke='white' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  left: 0;
}
.adlp-swiper .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='84' viewBox='0 0 24 84' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='84' fill='%234A453B'/%3E%3Cpath d='M8 33L18 42L8 51' stroke='white' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  right: 0;
}
.adlp-swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.adlp-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .adlp-swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .adlp-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 calc(8 / 750 * 100vw);
  }
}
.adlp-swiper .swiper-pagination-bullet {
  height: min(calc(10 / 1080 * 100vw), 10px);
  width: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .adlp-swiper .swiper-pagination-bullet {
    width: calc(16 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
  }
}
.adlp-swiper .swiper-pagination-bullet-active {
  background-color: #E0BF23;
}
.adlp-swiper__wrapper {
  padding-bottom: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-swiper__wrapper {
    width: 100%;
    padding-bottom: calc(60 / 750 * 100vw);
  }
}

.adlp-tab__head {
  transition: 0.5s;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: min(calc(10 / 1080 * 100vw), 10px) min(calc(30 / 1080 * 100vw), 30px);
  background: #C97B45;
}
.adlp-tab__head__wrapper {
  display: flex;
  align-items: flex-end;
  gap: min(calc(5 / 1080 * 100vw), 5px);
}
@media screen and (max-width: 767px) {
  .adlp-tab__head__wrapper {
    gap: calc(5 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-tab__head {
    padding: calc(10 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}
.adlp-tab__head.--active {
  background: #C97B45;
  color: #fff;
}
.adlp-tab__content {
  display: none;
  border: min(calc(3 / 1080 * 100vw), 3px) solid #C97B45;
  padding: min(calc(30 / 1080 * 100vw), 30px);
}
.adlp-tab__content.--active {
  display: block;
}

.adlp-text__label {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  padding: min(calc(10 / 1080 * 100vw), 10px) min(calc(30 / 1080 * 100vw), 30px);
  background: #fff;
  width: fit-content;
  margin: 0 auto min(calc(30 / 1080 * 100vw), 30px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .adlp-text__label {
    font-size: calc(24 / 750 * 100vw);
    padding: calc(10 / 750 * 100vw) calc(30 / 750 * 100vw);
    margin: 0 auto calc(30 / 750 * 100vw);
  }
}
.adlp-text__label::after {
  content: "";
  display: block;
  width: min(calc(35 / 1080 * 100vw), 35px);
  height: min(calc(20 / 1080 * 100vw), 20px);
  clip-path: polygon(50% 100%, 0 0, 100% 0%);
  background: #fff;
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translate(-50%, 100%);
}
@media screen and (max-width: 767px) {
  .adlp-text__label::after {
    width: calc(50 / 750 * 100vw);
    height: calc(20 / 750 * 100vw);
  }
}
.adlp-text__label.--top::after {
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  bottom: auto;
  top: 1px;
  transform: translate(-50%, -100%);
}
.adlp-text__label.--round {
  border-radius: 1000px;
}
.adlp-text__label.--txt {
  color: #fff;
  background: #3B3B41;
}
.adlp-text__label.--txt::after {
  background: #3B3B41;
}
.adlp-text__label.--white {
  color: #fff;
  background: #fff;
}
.adlp-text__label.--white::after {
  background: #fff;
}
.adlp-text__label.--bg {
  color: #fff;
  background: #FBF5EE;
}
.adlp-text__label.--bg::after {
  background: #FBF5EE;
}
.adlp-text__label.--bg02 {
  color: #fff;
  background: #DDD5CF;
}
.adlp-text__label.--bg02::after {
  background: #DDD5CF;
}
.adlp-text__label.--accent {
  color: #fff;
  background: #C97B45;
}
.adlp-text__label.--accent::after {
  background: #C97B45;
}
.adlp-text__label.--silver {
  color: #fff;
  background: #C97B45;
}
.adlp-text__label.--silver::after {
  background: #C97B45;
}

.adlp-text__label__para {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  padding: min(calc(10 / 1080 * 100vw), 10px) min(calc(30 / 1080 * 100vw), 30px);
  min-width: min(calc(200 / 1080 * 100vw), 200px);
  margin: 0 auto min(calc(30 / 1080 * 100vw), 30px);
  width: fit-content;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .adlp-text__label__para {
    font-size: calc(24 / 750 * 100vw);
    padding: calc(10 / 750 * 100vw) calc(30 / 750 * 100vw);
    margin: 0 auto calc(30 / 750 * 100vw);
    min-width: calc(200 / 750 * 100vw);
  }
}
.adlp-text__label__para .text01 {
  z-index: 1;
  position: relative;
}
.adlp-text__label__para::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transform: skew(-15deg);
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.adlp-text__label__para.--txt {
  color: #fff;
}
.adlp-text__label__para.--txt::after {
  background: #3B3B41;
}
.adlp-text__label__para.--white {
  color: #fff;
}
.adlp-text__label__para.--white::after {
  background: #fff;
}
.adlp-text__label__para.--bg {
  color: #fff;
}
.adlp-text__label__para.--bg::after {
  background: #FBF5EE;
}
.adlp-text__label__para.--bg02 {
  color: #fff;
}
.adlp-text__label__para.--bg02::after {
  background: #DDD5CF;
}
.adlp-text__label__para.--accent {
  color: #fff;
}
.adlp-text__label__para.--accent::after {
  background: #C97B45;
}
.adlp-text__label__para.--silver {
  color: #fff;
}
.adlp-text__label__para.--silver::after {
  background: #C97B45;
}

.adlp-stroke {
  position: relative;
  font-size: min(calc(110 / 1080 * 100vw), 110px);
  font-weight: 700;
  filter: drop-shadow(0px min(calc(5 / 1080 * 100vw), 5px) min(calc(10 / 1080 * 100vw), 10px) rgba(0, 0, 0, 0.15));
}
@media screen and (max-width: 767px) {
  .adlp-stroke {
    font-size: calc(110 / 750 * 100vw);
    filter: drop-shadow(0px calc(5 / 750 * 100vw) calc(10 / 750 * 100vw) rgba(0, 0, 0, 0.15));
  }
}
.adlp-stroke .text01 {
  z-index: 10;
  position: relative;
  color: #C97B45;
}
.adlp-stroke::after {
  content: attr(data-text);
  position: absolute;
  z-index: 5;
  white-space: nowrap;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: min(calc(10 / 1080 * 100vw), 10px) #fff;
}
@media screen and (max-width: 767px) {
  .adlp-stroke::after {
    -webkit-text-stroke: calc(10 / 750 * 100vw) #fff;
  }
}

.sec01 {
  position: relative;
  padding: min(calc(80 / 1080 * 100vw), 80px) 0;
}
@media screen and (max-width: 767px) {
  .sec01 {
    padding: calc(100 / 750 * 100vw) 0;
  }
}
.sec01::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: min(calc(80 / 1080 * 100vw), 80px);
  left: 50%;
  transform: translateX(-50%);
  bottom: max(calc(-40 / 1080 * 100vw), -40px);
  background-color: #3B3B41;
}
@media screen and (max-width: 767px) {
  .sec01::after {
    width: calc(2 / 750 * 100vw);
    height: calc(80 / 750 * 100vw);
    bottom: calc(-40 / 750 * 100vw);
  }
}
.sec01 .sec01__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.sec01 .sec01__bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.sec01 .sec01__content {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
  padding: min(calc(40 / 1080 * 100vw), 40px) 0;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__content {
    width: calc(630 / 750 * 100vw);
    padding: calc(80 / 750 * 100vw) calc(30 / 750 * 100vw) calc(80 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}
.sec01 .sec01__title {
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 600;
  text-align: center;
  letter-spacing: min(calc(3.8 / 1080 * 100vw), 3.8px);
  line-height: 1.4;
  margin-bottom: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__title {
    font-size: calc(42 / 750 * 100vw);
    letter-spacing: calc(5 / 750 * 100vw);
    margin-bottom: calc(48 / 750 * 100vw);
    padding: 0 calc(10 / 750 * 100vw) 0 0;
  }
}
.sec01 .sec01__items {
  width: 100%;
  gap: min(calc(40 / 1080 * 100vw), 40px);
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__items {
    flex-direction: column;
    gap: calc(28 / 750 * 100vw);
  }
}
.sec01 .sec01__item {
  display: flex;
  align-items: flex-start;
  flex: 0 0 min(calc(286 / 1080 * 100vw), 286px);
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__item {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
.sec01 .sec01__item:last-child {
  margin-bottom: 0;
}
.sec01 .sec01__item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(20 / 1080 * 100vw), 20px);
  height: min(calc(32 / 1080 * 100vw), 32px);
  margin-right: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__item-icon {
    width: calc(30 / 750 * 100vw);
    height: calc(54 / 750 * 100vw);
    margin-right: calc(14 / 750 * 100vw);
  }
}
.sec01 .sec01__check {
  position: relative;
  width: min(calc(20 / 1080 * 100vw), 20px);
  height: min(calc(20 / 1080 * 100vw), 20px);
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 0.75C15.1086 0.75 19.25 4.89137 19.25 10C19.25 15.1086 15.1086 19.25 10 19.25C4.89137 19.25 0.75 15.1086 0.75 10C0.75 4.89137 4.89137 0.75 10 0.75Z' stroke='%233B3B41' stroke-width='1.5'/%3E%3Cpath d='M8.7484 13.6843C8.55547 13.6843 8.37065 13.6113 8.23366 13.4821L5.47511 10.8653C5.19059 10.5954 5.19059 10.1586 5.47511 9.88949C5.75964 9.61959 6.22008 9.61959 6.50379 9.88949L8.74759 12.018L14.546 6.51835C14.8305 6.24844 15.2909 6.24844 15.5746 6.51835C15.8592 6.78749 15.8592 7.22503 15.5746 7.49417L9.26233 13.4821C9.12615 13.6113 8.94052 13.6843 8.74759 13.6843H8.7484Z' fill='%233B3B41'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__check {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='54' viewBox='0 0 30 54' fill='none'%3E%3Cpath d='M15 13C22.732 13 29 19.268 29 27C29 34.732 22.732 41 15 41C7.26801 41 1 34.732 1 27C1 19.268 7.26801 13 15 13Z' stroke='%233B3B41' stroke-width='2'/%3E%3Cpath d='M13.1246 32.5263C12.8352 32.5263 12.5579 32.4167 12.3524 32.2229L8.21463 28.2977C7.78783 27.8929 7.78783 27.2377 8.21463 26.834C8.64142 26.4291 9.33207 26.4291 9.75764 26.834L13.1233 30.0267L21.8209 21.7773C22.2477 21.3724 22.9383 21.3724 23.3639 21.7773C23.7907 22.181 23.7907 22.8373 23.3639 23.241L13.8955 32.2229C13.6912 32.4167 13.4127 32.5263 13.1233 32.5263H13.1246Z' fill='%233B3B41'/%3E%3C/svg%3E");
    width: calc(30 / 750 * 100vw);
    height: calc(54 / 750 * 100vw);
  }
}
.sec01 .sec01__text {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: min(calc(1.8 / 1080 * 100vw), 1.8px);
  flex: 1;
  padding-top: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__text {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.8;
    letter-spacing: calc(2.8 / 750 * 100vw);
    padding-top: 0;
  }
}

.sec02 {
  position: relative;
  padding: min(calc(120 / 1080 * 100vw), 120px) 0;
}
@media screen and (max-width: 767px) {
  .sec02 {
    padding: calc(90 / 750 * 100vw) 0 calc(170 / 750 * 100vw);
  }
}
.sec02::before {
  content: "";
  display: block;
  position: absolute;
  width: min(calc(1240 / 1080 * 100vw), 1240px);
  height: min(calc(538 / 1080 * 100vw), 538px);
  z-index: 1;
  background-color: #FBF5EE;
  left: 0;
  bottom: min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .sec02::before {
    width: calc(555 / 750 * 100vw);
    height: calc(940 / 750 * 100vw);
    bottom: calc(99 / 750 * 100vw);
  }
}
.sec02 .sec02__outer {
  position: relative;
  z-index: 2;
}
.sec02 .sec02__content {
  max-width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__content {
    max-width: calc(750 / 750 * 100vw);
  }
}
.sec02 .sec02__title {
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 600;
  text-align: center;
  letter-spacing: min(calc(3.8 / 1080 * 100vw), 3.8px);
  line-height: 1.4;
  margin-bottom: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__title {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(3.2 / 750 * 100vw);
    margin-bottom: calc(48 / 750 * 100vw);
  }
}
.sec02 .sec02__wrapper {
  margin: min(calc(40 / 1080 * 100vw), 40px) 0;
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__wrapper {
    margin: calc(72 / 750 * 100vw) 0;
  }
}
.sec02 .sec02__text-wrap {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  position: relative;
  height: min(calc(536 / 1080 * 100vw), 536px);
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__text-wrap {
    width: calc(750 / 750 * 100vw);
    height: calc(886 / 750 * 100vw);
  }
}
.sec02 .sec02__text-wrap .--item01,
.sec02 .sec02__text-wrap .--item02,
.sec02 .sec02__text-wrap .--item03,
.sec02 .sec02__text-wrap .--item04 {
  position: absolute;
}
.sec02 .sec02__text-wrap .--item01 {
  top: 0;
  left: 0;
}
.sec02 .sec02__text-wrap .--item02 {
  left: 0;
  bottom: 0;
}
.sec02 .sec02__text-wrap .--item03 {
  top: 0;
  right: 0;
}
.sec02 .sec02__text-wrap .--item04 {
  bottom: 0;
  right: 0;
}
.sec02 .sec02__text {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: min(calc(1.8 / 1080 * 100vw), 1.8px);
}
.sec02 .sec02__text.--item04 {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__text {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.8;
    letter-spacing: calc(2.6 / 750 * 100vw);
    margin-left: calc(30 / 750 * 100vw);
  }
  .sec02 .sec02__text.--item04 {
    margin-left: auto;
    margin-right: calc(30 / 750 * 100vw);
  }
}
.sec02 .sec02__image {
  width: min(calc(480 / 1080 * 100vw), 480px);
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__image {
    width: calc(360 / 750 * 100vw);
  }
}
.sec02 .sec02__bottom {
  width: 100%;
  text-align: center;
}
.sec02 .sec02__bottom-text {
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__bottom-text {
    font-size: calc(38 / 750 * 100vw);
    line-height: 1.8;
  }
}
.sec02 .sec02__bottom-accent {
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  color: #C97B45;
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__bottom-accent {
    font-size: calc(38 / 750 * 100vw);
    line-height: 1.8;
    letter-spacing: calc(2.8 / 750 * 100vw);
  }
}

.sec03 {
  position: relative;
  padding: min(calc(80 / 1080 * 100vw), 80px) 0;
  background-color: #DDD5CF;
}
@media screen and (max-width: 767px) {
  .sec03 {
    padding: calc(96 / 750 * 100vw) 0;
  }
}
.sec03 .sec03__box {
  background-image: url("../img/pc/sec03_img01.webp");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: min(calc(300 / 1080 * 100vw), 300px);
  margin-bottom: min(calc(24 / 1080 * 100vw), 24px);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__box {
    background-image: url("../img/sp/sec03_img01.webp");
    height: calc(300 / 750 * 100vw);
    margin-bottom: calc(48 / 750 * 100vw);
  }
}
.sec03 .sec03__content {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__content {
    width: calc(630 / 750 * 100vw);
  }
}
.sec03 .sec03__title-wrap {
  width: fit-content;
  margin: 0 auto;
}
.sec03 .sec03__subtitle {
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 600;
  color: #fff;
  letter-spacing: min(calc(2.2 / 1080 * 100vw), 2.2px);
  line-height: 1.6;
  padding-bottom: min(calc(8 / 1080 * 100vw), 8px);
  border-bottom: min(calc(2 / 1080 * 100vw), 2px) solid #fff;
  margin-bottom: min(calc(8 / 1080 * 100vw), 8px);
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__subtitle {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(3.2 / 750 * 100vw);
    padding-bottom: calc(16 / 750 * 100vw);
    border-bottom: calc(2 / 750 * 100vw) solid #fff;
    margin-bottom: calc(16 / 750 * 100vw);
  }
}
.sec03 .sec03__title {
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 600;
  color: #fff;
  letter-spacing: min(calc(3.84 / 1080 * 100vw), 3.84px);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__title {
    font-size: calc(42 / 750 * 100vw);
    letter-spacing: calc(5.04 / 750 * 100vw);
  }
}
.sec03 .sec03__text {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  color: #3B3B41;
  letter-spacing: min(calc(1.6 / 1080 * 100vw), 1.6px);
  line-height: 1.8;
  text-align: justify;
  width: fit-content;
  margin: min(calc(23 / 1080 * 100vw), 23px) auto 0;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__text {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: calc(2.6 / 750 * 100vw);
  }
}
.sec03 .sec03__text .--bold {
  font-weight: 600;
}

.sec04 {
  position: relative;
  padding: min(calc(80 / 1080 * 100vw), 80px) 0;
  background-image: url("../img/pc/sec04_bg.webp");
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .sec04 {
    background-image: url("../img/sp/sec04_bg.webp");
    padding: calc(96 / 750 * 100vw) 0;
  }
}
.sec04 .sec04__content {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__content {
    width: calc(750 / 750 * 100vw);
  }
}
.sec04 .sec04__header {
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: 0 auto min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__header {
    width: calc(750 / 750 * 100vw);
    padding: 0 0 0 min(calc(60 / 1080 * 100vw), 60px);
    margin-bottom: calc(80 / 750 * 100vw);
  }
}
.sec04 .sec04__subtitle {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 600;
  letter-spacing: min(calc(2.2 / 1080 * 100vw), 2.2px);
  margin-bottom: min(calc(8 / 1080 * 100vw), 8px);
  position: relative;
  display: inline-block;
  padding-bottom: min(calc(8 / 1080 * 100vw), 8px);
  border-bottom: min(calc(2 / 1080 * 100vw), 2px) solid #3B3B41;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__subtitle {
    font-size: calc(34 / 750 * 100vw);
    letter-spacing: calc(2.8 / 750 * 100vw);
    margin-bottom: calc(16 / 750 * 100vw);
    padding-bottom: calc(16 / 750 * 100vw);
    border-bottom: calc(2 / 750 * 100vw) solid #3B3B41;
  }
}
.sec04 .sec04__title {
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  font-weight: 600;
  letter-spacing: min(calc(3.8 / 1080 * 100vw), 3.8px);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__title {
    font-size: calc(48 / 750 * 100vw);
    letter-spacing: calc(5.7 / 750 * 100vw);
  }
}
.sec04 .sec04__items {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__items {
    gap: calc(80 / 750 * 100vw);
  }
}
.sec04 .sec04__item {
  flex: 0 0 min(calc(480 / 1080 * 100vw), 480px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__item {
    flex: 0 0 100%;
  }
}
.sec04 .sec04__item-head {
  display: flex;
  align-items: center;
  gap: min(calc(22 / 1080 * 100vw), 22px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__item-head {
    gap: calc(30 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__item-head.--spReverse {
    flex-direction: row-reverse;
  }
  .sec04 .sec04__item-head.--spReverse::after {
    left: 0;
    right: auto;
  }
}
.sec04 .sec04__item-head::after {
  content: "";
  display: block;
  position: absolute;
  background: rgba(244, 233, 220, 0.8);
  width: min(calc(433 / 1080 * 100vw), 433px);
  height: min(calc(156 / 1080 * 100vw), 156px);
  top: min(calc(35 / 1080 * 100vw), 35px);
  left: min(calc(47 / 1080 * 100vw), 47px);
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__item-head::after {
    width: calc(500 / 750 * 100vw);
    height: calc(260 / 750 * 100vw);
    top: calc(53 / 750 * 100vw);
    left: auto;
    right: 0;
  }
}
.sec04 .sec04__item-img {
  flex: 0 0 min(calc(240 / 1080 * 100vw), 240px);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__item-img {
    flex: 0 0 calc(360 / 750 * 100vw);
  }
}
.sec04 .sec04__item-content {
  flex: 1 1 auto;
  position: relative;
  z-index: 2;
  padding: 0 min(calc(24 / 1080 * 100vw), 24px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__item-content {
    flex: 0 0 auto;
    padding: 0;
  }
}
.sec04 .sec04__item-label {
  display: inline-block;
  background-color: #3B3B41;
  padding: min(calc(1 / 1080 * 100vw), 1px) min(calc(10 / 1080 * 100vw), 10px);
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
  margin-bottom: min(calc(8 / 1080 * 100vw), 8px);
  align-self: flex-start;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__item-label {
    padding: calc(4 / 750 * 100vw) calc(20 / 750 * 100vw);
    border-radius: calc(8 / 750 * 100vw);
    margin-bottom: calc(16 / 750 * 100vw);
  }
}
.sec04 .sec04__item-label-text {
  color: #fff;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 400;
  letter-spacing: min(calc(1.8 / 1080 * 100vw), 1.8px);
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__item-label-text {
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: calc(2.8 / 750 * 100vw);
  }
}
.sec04 .sec04__item-title {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 600;
  letter-spacing: min(calc(2.88 / 1080 * 100vw), 2.88px);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__item-title {
    font-size: calc(34 / 750 * 100vw);
    letter-spacing: calc(4.08 / 750 * 100vw);
  }
}
.sec04 .sec04__item-text {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.8;
  letter-spacing: min(calc(1.6 / 1080 * 100vw), 1.6px);
  position: relative;
  z-index: 2;
  margin: min(calc(16 / 1080 * 100vw), 16px) min(calc(24 / 1080 * 100vw), 24px) 0;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__item-text {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: calc(2.6 / 750 * 100vw);
    margin: calc(32 / 750 * 100vw) calc(60 / 750 * 100vw) 0;
  }
}
.sec04 .sec04__team-wrap {
  margin-top: min(calc(64 / 1080 * 100vw), 64px);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__team-wrap {
    margin-top: calc(80 / 750 * 100vw);
  }
}
.sec04 .sec04__team-box {
  border: min(calc(2 / 1080 * 100vw), 2px) solid #C7D3DF;
  background: rgba(255, 255, 255, 0.8);
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
  padding: min(calc(56 / 1080 * 100vw), 56px) min(calc(10 / 1080 * 100vw), 10px) min(calc(60 / 1080 * 100vw), 60px);
  text-align: center;
  position: relative;
  z-index: 1;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__team-box {
    width: calc(690 / 750 * 100vw);
    border: calc(4 / 750 * 100vw) solid #C7D3DF;
    border-radius: calc(16 / 750 * 100vw);
    padding: calc(80 / 750 * 100vw) calc(10 / 750 * 100vw) calc(100 / 750 * 100vw);
    margin: 0 auto calc(-30 / 750 * 100vw);
  }
}
.sec04 .sec04__team-text {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 600;
  letter-spacing: min(calc(1.8 / 1080 * 100vw), 1.8px);
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__team-text {
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: calc(2.6 / 750 * 100vw);
  }
}
.sec04 .sec04__team-members {
  display: flex;
  justify-content: center;
  gap: min(calc(40 / 1080 * 100vw), 40px);
  position: relative;
  z-index: 2;
  margin: max(calc(-40 / 1080 * 100vw), -40px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__team-members {
    gap: calc(20 / 750 * 100vw);
    margin: calc(-67 / 750 * 100vw) 0 0;
  }
}
.sec04 .sec04__team-member {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(calc(148 / 1080 * 100vw), 148px);
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__team-member {
    width: calc(200 / 750 * 100vw);
  }
}
.sec04 .sec04__team-member-img {
  width: min(calc(140 / 1080 * 100vw), 140px);
  margin-bottom: max(calc(-30 / 1080 * 100vw), -30px);
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__team-member-img {
    width: calc(200 / 750 * 100vw);
    margin-bottom: calc(-30 / 750 * 100vw);
  }
}
.sec04 .sec04__team-member-info {
  text-align: center;
  width: 100%;
}
.sec04 .sec04__team-member-role {
  background-color: #C97B45;
  color: #fff;
  border-radius: min(calc(100 / 1080 * 100vw), 100px);
  padding: min(calc(2 / 1080 * 100vw), 2px);
  margin-bottom: min(calc(4 / 1080 * 100vw), 4px);
  width: 100%;
}
.sec04 .sec04__team-member-role p {
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 600;
  letter-spacing: min(calc(3.2 / 1080 * 100vw), 3.2px);
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__team-member-role p {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(3.2 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__team-member-role {
    width: fit-content;
    margin: 0 auto;
    border-radius: calc(100 / 750 * 100vw);
    padding: calc(2 / 750 * 100vw) calc(40 / 750 * 100vw);
    margin-bottom: calc(8 / 750 * 100vw);
  }
}
.sec04 .sec04__team-member-title {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  letter-spacing: min(calc(1.4 / 1080 * 100vw), 1.4px);
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__team-member-title {
    font-size: calc(24 / 750 * 100vw);
    letter-spacing: calc(2.4 / 750 * 100vw);
  }
}

.sec05 {
  background-image: url("../img/pc/sec05_bg.webp");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .sec05 {
    background-image: url("../img/sp/sec05_bg.webp");
  }
}

.sec06 {
  position: relative;
}
.sec06 .sec06__title {
  background-color: #4F4847;
  padding: min(calc(60 / 1080 * 100vw), 60px) 0 min(calc(120 / 1080 * 100vw), 120px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__title {
    padding: calc(96 / 750 * 100vw) 0 calc(150 / 750 * 100vw);
  }
}
.sec06 .sec06__title h2 {
  color: #fff;
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  font-weight: 600;
  letter-spacing: min(calc(5.76 / 1080 * 100vw), 5.76px);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__title h2 {
    font-size: calc(48 / 750 * 100vw);
    letter-spacing: calc(5.76 / 750 * 100vw);
  }
}
.sec06 .sec06__title h2 .small {
  line-height: 1.4;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__title h2 .small {
    font-size: calc(38 / 750 * 100vw);
  }
}
.sec06 .sec06__content {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
  margin-top: max(calc(-80 / 1080 * 100vw), -80px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__content {
    width: 100%;
    margin-top: calc(-80 / 750 * 100vw);
    padding: 0;
  }
}
.sec06 .sec06__slider {
  position: relative;
}
.sec06 .sec06__slider .swiper-slide {
  padding: 0;
}
.sec06 .sec06__slider .swiper-slideInner {
  width: min(calc(952 / 1080 * 100vw), 952px);
  margin: auto;
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__slider .swiper-slideInner {
    width: calc(690 / 750 * 100vw);
  }
}
.sec06 .sec06__slider .swiper-pagination {
  bottom: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__slider .swiper-pagination {
    bottom: calc(30 / 750 * 100vw);
  }
}
.sec06 .sec06__slider .swiper-pagination-bullet {
  width: min(calc(64 / 1080 * 100vw), 64px);
  height: min(calc(2 / 1080 * 100vw), 2px);
  border-radius: 0;
  background-color: #E6DCD0;
  opacity: 1;
}
.sec06 .sec06__slider .swiper-pagination-bullet-active {
  background-color: #7B5E57;
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__slider .swiper-pagination-bullet {
    margin: 0;
    width: calc(53 / 750 * 100vw);
    height: calc(4 / 750 * 100vw);
  }
}
.sec06 .sec06__slider .swiper-button-next,
.sec06 .sec06__slider .swiper-button-prev {
  width: min(calc(48 / 1080 * 100vw), 48px);
  height: min(calc(48 / 1080 * 100vw), 48px);
  border-radius: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__slider .swiper-button-next,
  .sec06 .sec06__slider .swiper-button-prev {
    width: calc(48 / 750 * 100vw);
    height: calc(48 / 750 * 100vw);
  }
}
.sec06 .sec06__slider .swiper-button-prev {
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='47' height='47' fill='white' fill-opacity='0.9' stroke='%233B3B41'/%3E%3Cpath d='M28 34L18 24L28 14' stroke='%233B3B41' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E%0A");
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__slider .swiper-button-prev {
    left: 0;
  }
}
.sec06 .sec06__slider .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='-0.5' y='0.5' width='47' height='47' transform='matrix(-1 0 0 1 47 0)' fill='white' fill-opacity='0.9' stroke='%233B3B41'/%3E%3Cpath d='M19 34L29 24L19 14' stroke='%233B3B41' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E%0A");
  right: 0;
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__slider .swiper-button-next {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec06 .swiper-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: calc(690 / 750 * 100vw);
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .sec06 .adlp-swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .sec06 .adlp-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
  }
}
.sec06 .sec06__info {
  text-align: center;
  padding: max(calc(0 / 1080 * 100vw), 0px) 0 min(calc(72 / 1080 * 100vw), 72px);
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__info {
    padding: calc(0 / 750 * 100vw) calc(30 / 750 * 100vw) calc(72 / 750 * 100vw);
  }
}
.sec06 .sec06__info-text {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 600;
  letter-spacing: min(calc(1.8 / 1080 * 100vw), 1.8px);
  line-height: 1.8;
  color: #3B3B41;
  margin-bottom: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__info-text {
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: calc(2.8 / 750 * 100vw);
    margin-bottom: calc(56 / 750 * 100vw);
  }
}
.sec06 .sec06__info-note {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  letter-spacing: min(calc(0.48 / 1080 * 100vw), 0.48px);
  color: #666666;
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__info-note {
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: calc(0.8 / 750 * 100vw);
  }
}

.sec07 {
  position: relative;
  padding: min(calc(80 / 1080 * 100vw), 80px) 0;
}
@media screen and (max-width: 767px) {
  .sec07 {
    padding: calc(120 / 750 * 100vw) 0;
  }
}
.sec07 .sec07__bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.sec07 .sec07__bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec07 .sec07__container {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__container {
    width: calc(630 / 750 * 100vw);
    padding: 0;
  }
}
.sec07 .sec07__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec07 .sec07__title {
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 600;
  text-align: center;
  letter-spacing: min(calc(3.8 / 1080 * 100vw), 3.8px);
  line-height: 1.4;
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
  color: #3B3B41;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__title {
    font-size: calc(42 / 750 * 100vw);
    letter-spacing: calc(5 / 750 * 100vw);
    margin-bottom: calc(64 / 750 * 100vw);
  }
}
.sec07 .sec07__title .--accent {
  color: #C97B45;
}
.sec07 .sec07__inner {
  width: 100%;
}
.sec07 .sec07__qa-box {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: min(calc(4 / 1080 * 100vw), 4px);
  padding: min(calc(40 / 1080 * 100vw), 40px) min(calc(56 / 1080 * 100vw), 56px);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__qa-box {
    border-radius: calc(8 / 750 * 100vw);
    padding: calc(48 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}
.sec07 .sec07__qa-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__qa-header {
    justify-content: flex-start;
    margin-bottom: calc(24 / 750 * 100vw);
  }
}
.sec07 .sec07__qa-icon {
  margin-right: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__qa-icon {
    margin-right: calc(12 / 750 * 100vw);
  }
}
.sec07 .sec07__qa-circle {
  width: min(calc(32 / 1080 * 100vw), 32px);
  height: min(calc(32 / 1080 * 100vw), 32px);
  border-radius: 50%;
  border: min(calc(2 / 1080 * 100vw), 2px) solid #3B3B41;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__qa-circle {
    width: calc(47 / 750 * 100vw);
    height: calc(47 / 750 * 100vw);
    border-width: calc(2 / 750 * 100vw);
  }
}
.sec07 .sec07__qa-question {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 600;
  color: #3B3B41;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__qa-question {
    font-size: calc(24 / 750 * 100vw);
  }
}
.sec07 .sec07__qa-title {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 600;
  letter-spacing: min(calc(2.8 / 1080 * 100vw), 2.8px);
  line-height: 1.6;
  color: #3B3B41;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__qa-title {
    font-size: calc(34 / 750 * 100vw);
    letter-spacing: calc(4.08 / 750 * 100vw);
  }
}
.sec07 .sec07__qa-title .--accent {
  color: #C97B45;
}
.sec07 .sec07__qa-text {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.8;
  letter-spacing: min(calc(1.6 / 1080 * 100vw), 1.6px);
  color: #3B3B41;
}
.sec07 .sec07__qa-text strong {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__qa-text {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: calc(2.6 / 750 * 100vw);
  }
}

.sec08 {
  position: relative;
  padding: min(calc(80 / 1080 * 100vw), 80px) 0 min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .sec08 {
    padding: calc(94 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
  }
}
.sec08 .sec08__bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: min(calc(414 / 1080 * 100vw), 414px);
  z-index: 0;
}
.sec08 .sec08__bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__bg-img {
    height: calc(891 / 750 * 100vw);
  }
}
.sec08 .sec08__container {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__container {
    width: calc(750 / 750 * 100vw);
  }
}
.sec08 .sec08__title {
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  font-weight: 600;
  letter-spacing: min(calc(4.56 / 1080 * 100vw), 4.56px);
  line-height: 1.4;
  margin-bottom: min(calc(56 / 1080 * 100vw), 56px);
  color: #3B3B41;
  width: fit-content;
  margin: 0 min(calc(40 / 1080 * 100vw), 40px);
  padding: 0 0 min(calc(16 / 1080 * 100vw), 16px);
  border-bottom: min(calc(2 / 1080 * 100vw), 2px) solid #3B3B41;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__title {
    font-size: calc(48 / 750 * 100vw);
    letter-spacing: calc(5.76 / 750 * 100vw);
    margin: 0 calc(30 / 750 * 100vw) calc(64 / 750 * 100vw);
    padding: 0 0 calc(40 / 750 * 100vw);
    border-bottom: calc(2 / 750 * 100vw) solid #3B3B41;
  }
}
.sec08 .sec08__title .--accent {
  color: #C97B45;
}
.sec08 .sec08__items {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: min(calc(80 / 1080 * 100vw), 80px);
  margin: min(calc(56 / 1080 * 100vw), 56px) 0 min(calc(56 / 1080 * 100vw), 56px);
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__items {
    gap: calc(96 / 750 * 100vw);
    margin: calc(82 / 750 * 100vw) 0 calc(82 / 750 * 100vw);
  }
}
.sec08 .sec08__item {
  width: 100%;
  padding: min(calc(16 / 1080 * 100vw), 16px) 0 min(calc(40 / 1080 * 100vw), 40px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__item {
    padding: calc(40 / 750 * 100vw) 0 calc(44 / 750 * 100vw);
    min-height: calc(932 / 750 * 100vw);
  }
  .sec08 .sec08__item.--item01 {
    padding-bottom: 0;
  }
}
.sec08 .sec08__item::before, .sec08 .sec08__item::after {
  content: "";
  display: block;
  position: absolute;
}
.sec08 .sec08__item::before {
  right: max(calc(-183 / 1080 * 100vw), -183px);
  top: 0;
  z-index: 2;
  width: min(calc(1643 / 1080 * 100vw), 1643px);
  height: calc(100% - min(calc(135 / 1080 * 100vw), 135px));
  background: var(--cpeers-base_light-beige, #FBF5EE);
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__item::before {
    right: auto;
    left: 0;
    width: calc(570 / 750 * 100vw);
    height: calc(800 / 750 * 100vw);
  }
}
.sec08 .sec08__item::after {
  z-index: 1;
  left: min(calc(140 / 1080 * 100vw), 140px);
  bottom: 0;
  width: min(calc(1320 / 1080 * 100vw), 1320px);
  height: calc(100% - min(calc(72 / 1080 * 100vw), 72px));
  background-image: url("../img/pc/sec08_itembg.webp");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__item::after {
    left: auto;
    right: 0;
    bottom: auto;
    top: calc(135 / 750 * 100vw);
    background-image: url("../img/sp/sec08_itembg.webp");
    width: calc(570 / 750 * 100vw);
    height: calc(800 / 750 * 100vw);
  }
}
.sec08 .sec08__item-num {
  position: absolute;
  z-index: 3;
  top: min(calc(16 / 1080 * 100vw), 16px);
  right: max(calc(0 / 1080 * 100vw), 0px);
  width: min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__item-num {
    top: calc(40 / 750 * 100vw);
    right: calc(30 / 750 * 100vw);
    width: calc(120 / 750 * 100vw);
  }
}
.sec08 .sec08__item-content {
  width: 100%;
  position: relative;
  z-index: 4;
}
.sec08 .sec08__item-title {
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 600;
  letter-spacing: min(calc(3.36 / 1080 * 100vw), 3.36px);
  line-height: 1.4;
  height: min(calc(90 / 1080 * 100vw), 90px);
  display: flex;
  align-items: center;
  margin-bottom: min(calc(24 / 1080 * 100vw), 24px);
  color: #3B3B41;
}
.sec08 .sec08__item-title span {
  letter-spacing: min(calc(3.36 / 1080 * 100vw), 3.36px);
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__item-title {
    height: auto;
    font-size: calc(38 / 750 * 100vw);
    letter-spacing: calc(4.56 / 750 * 100vw);
    margin-bottom: calc(56 / 750 * 100vw);
    padding: 0 calc(30 / 750 * 100vw);
  }
  .sec08 .sec08__item-title span {
    letter-spacing: calc(4.56 / 750 * 100vw);
  }
}
.sec08 .sec08__item-detail {
  display: flex;
  align-items: center;
  gap: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__item-detail {
    flex-direction: column;
    gap: calc(40 / 750 * 100vw);
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.sec08 .sec08__item-img {
  width: min(calc(480 / 1080 * 100vw), 480px);
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__item-img {
    width: 100%;
  }
}
.sec08 .sec08__item-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__item-text {
    gap: calc(24 / 750 * 100vw);
  }
}
.sec08 .sec08__item-desc {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.8;
  letter-spacing: min(calc(1.6 / 1080 * 100vw), 1.6px);
  color: #3B3B41;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__item-desc {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: calc(2.6 / 750 * 100vw);
  }
}
.sec08 .sec08__item-features {
  display: flex;
  flex-direction: column;
  gap: min(calc(16 / 1080 * 100vw), 16px);
  padding: min(calc(16 / 1080 * 100vw), 16px) min(calc(24 / 1080 * 100vw), 24px);
  background-color: rgba(255, 255, 255, 0.6);
  border: min(calc(2 / 1080 * 100vw), 2px) solid #DDD;
  border-radius: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__item-features {
    gap: calc(16 / 750 * 100vw);
    padding: calc(28 / 750 * 100vw) calc(30 / 750 * 100vw);
    border-width: calc(2 / 750 * 100vw);
    border-radius: calc(2 / 750 * 100vw);
  }
}
.sec08 .sec08__feature {
  display: flex;
  align-items: center;
  gap: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__feature {
    gap: calc(24 / 750 * 100vw);
  }
}
.sec08 .sec08__feature-icon {
  width: min(calc(48 / 1080 * 100vw), 48px);
  height: min(calc(48 / 1080 * 100vw), 48px);
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__feature-icon {
    width: calc(80 / 750 * 100vw);
    height: calc(80 / 750 * 100vw);
  }
}
.sec08 .sec08__feature-text {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: min(calc(1.6 / 1080 * 100vw), 1.6px);
  color: #3B3B41;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__feature-text {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: calc(2.6 / 750 * 100vw);
  }
}
.sec08 .sec08__bottom-text {
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 600;
  text-align: center;
  letter-spacing: min(calc(3.36 / 1080 * 100vw), 3.36px);
  line-height: 1.4;
  color: #3B3B41;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__bottom-text {
    font-size: calc(38 / 750 * 100vw);
    letter-spacing: calc(4.56 / 750 * 100vw);
  }
}
.sec08 .sec08__bottom-text .--accent {
  color: #C97B45;
}

.sec09 {
  position: relative;
  background-color: #fff;
}
.sec09 .sec09__title-bg {
  position: relative;
  width: 100%;
  height: min(calc(330 / 1080 * 100vw), 330px);
  overflow: hidden;
}
.sec09 .sec09__title-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__title-bg {
    height: calc(310 / 750 * 100vw);
  }
}
.sec09 .sec09__title-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec09 .sec09__title {
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 600;
  text-align: center;
  letter-spacing: min(calc(3.8 / 1080 * 100vw), 3.8px);
  line-height: 1.4;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__title {
    font-size: calc(42 / 750 * 100vw);
    letter-spacing: calc(5 / 750 * 100vw);
  }
}
.sec09 .sec09__container {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: max(calc(-80 / 1080 * 100vw), -80px) auto 0;
  position: relative;
  z-index: 2;
  gap: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__container {
    margin: calc(-40 / 750 * 100vw) auto 0;
    width: calc(690 / 750 * 100vw);
    gap: calc(40 / 750 * 100vw);
  }
}
.sec09 .sec09__profile {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__profile {
    gap: calc(20 / 750 * 100vw);
  }
}
.sec09 .sec09__profile-img {
  width: min(calc(180 / 1080 * 100vw), 180px);
  flex: 0 0 min(calc(180 / 1080 * 100vw), 180px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__profile-img {
    width: calc(210 / 750 * 100vw);
    flex: 0 0 calc(210 / 750 * 100vw);
    padding: 0 0 calc(30 / 750 * 100vw);
  }
}
.sec09 .sec09__profile-info {
  flex: 0 0 auto;
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__profile-info {
    flex: 1 1 auto;
  }
}
.sec09 .sec09__profile-name {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 600;
  letter-spacing: min(calc(1.8 / 1080 * 100vw), 1.8px);
  line-height: 1.8;
  margin-bottom: min(calc(8 / 1080 * 100vw), 8px);
  border-bottom: min(calc(1 / 1080 * 100vw), 1px) solid #3B3B41;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__profile-name {
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: calc(2.8 / 750 * 100vw);
    padding-bottom: calc(4 / 750 * 100vw);
    margin-bottom: calc(8 / 750 * 100vw);
    border-bottom: calc(2 / 750 * 100vw) solid #3B3B41;
  }
}
.sec09 .sec09__profile-position {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  letter-spacing: min(calc(1.4 / 1080 * 100vw), 1.4px);
  line-height: 1.8;
  margin-bottom: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__profile-position {
    font-size: calc(24 / 750 * 100vw);
    letter-spacing: calc(2.4 / 750 * 100vw);
    margin-bottom: 0;
  }
}
.sec09 .sec09__profile-note {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  letter-spacing: min(calc(0.48 / 1080 * 100vw), 0.48px);
  line-height: 1.5;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__profile-note {
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: calc(0.8 / 750 * 100vw);
  }
}
.sec09 .sec09__content {
  display: flex;
  gap: min(calc(40 / 1080 * 100vw), 40px);
  margin: min(calc(40 / 1080 * 100vw), 40px) 0 min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__content {
    flex-direction: column;
    gap: calc(40 / 750 * 100vw);
    margin: calc(60 / 750 * 100vw) 0 calc(96 / 750 * 100vw);
  }
}
.sec09 .sec09__item {
  flex: 0 0 min(calc(480 / 1080 * 100vw), 480px);
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__item {
    width: 100%;
  }
}
.sec09 .sec09__item-inner {
  background-color: #FBF5EE;
  padding: min(calc(24 / 1080 * 100vw), 24px) min(calc(40 / 1080 * 100vw), 40px);
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__item-inner {
    padding: calc(30 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}
.sec09 .sec09__item-title {
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 600;
  letter-spacing: min(calc(2.2 / 1080 * 100vw), 2.2px);
  line-height: 1.6;
  margin-bottom: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__item-title {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(3.2 / 750 * 100vw);
    margin-bottom: calc(24 / 750 * 100vw);
  }
}
.sec09 .sec09__item-line {
  width: 100%;
  height: min(calc(1 / 1080 * 100vw), 1px);
  background-color: #C97B45;
  margin-bottom: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__item-line {
    height: calc(1 / 750 * 100vw);
    margin-bottom: calc(24 / 750 * 100vw);
  }
}
.sec09 .sec09__item-text {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  letter-spacing: min(calc(1.6 / 1080 * 100vw), 1.6px);
  line-height: 1.8;
  text-align: justify;
}
.sec09 .sec09__item-text span {
  letter-spacing: min(calc(1.6 / 1080 * 100vw), 1.6px);
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__item-text {
    font-size: calc(26 / 750 * 100vw);
  }
  .sec09 .sec09__item-text span {
    letter-spacing: calc(2.6 / 750 * 100vw);
  }
}
.sec09 .sec09__item-text .--accent {
  font-weight: 600;
  color: #C97B45;
}

.sec10 {
  position: relative;
  background-image: url("../img/pc/sec10_bg01.webp"), url("../img/pc/sec10_bg02.webp");
  background-size: min(calc(1920 / 1080 * 100vw), 1920px) auto, min(calc(1920 / 1080 * 100vw), 1920px) auto;
  background-position: 50% 0, 50% 100%;
  background-repeat: no-repeat, no-repeat;
  padding: min(calc(80 / 1080 * 100vw), 80px) 0;
}
@media screen and (max-width: 767px) {
  .sec10 {
    padding: calc(80 / 750 * 100vw) 0 calc(120 / 750 * 100vw);
    background-image: url("../img/sp/sec10_bg01.webp"), url("../img/sp/sec10_bg02.webp");
    background-size: calc(750 / 750 * 100vw) auto, calc(750 / 750 * 100vw) auto;
  }
}
.sec10 .sec10__inner {
  max-width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec10 .sec10__inner {
    max-width: 100%;
  }
}
.sec10 .sec10__header {
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: 0 auto min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .sec10 .sec10__header {
    width: calc(750 / 750 * 100vw);
    margin: 0 0 calc(50 / 750 * 100vw) calc(60 / 750 * 100vw);
  }
}
.sec10 .sec10__header-title {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 600;
  letter-spacing: min(calc(1.8 / 1080 * 100vw), 1.8px);
  line-height: 1.4;
  color: #C97B45;
  margin-bottom: min(calc(16 / 1080 * 100vw), 16px);
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #3B3B41;
  padding: min(calc(8 / 1080 * 100vw), 8px) 0;
}
@media screen and (max-width: 767px) {
  .sec10 .sec10__header-title {
    font-size: calc(34 / 750 * 100vw);
    letter-spacing: calc(2.8 / 750 * 100vw);
    margin-bottom: calc(20 / 750 * 100vw);
    padding: calc(16 / 750 * 100vw) 0;
    border-bottom: calc(2 / 750 * 100vw) solid #3B3B41;
  }
}
.sec10 .sec10__header-subtitle {
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  font-weight: 600;
  letter-spacing: min(calc(3.2 / 1080 * 100vw), 3.2px);
  line-height: 1.4;
  color: #3B3B41;
}
@media screen and (max-width: 767px) {
  .sec10 .sec10__header-subtitle {
    font-size: calc(48 / 750 * 100vw);
    letter-spacing: calc(4.2 / 750 * 100vw);
  }
}
.sec10 .sec10__container {
  display: flex;
  flex-direction: column;
  gap: min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .sec10 .sec10__container {
    flex-direction: column;
    gap: calc(50 / 750 * 100vw);
  }
}
.sec10 .sec10__item {
  position: relative;
  width: 100%;
  padding: min(calc(227 / 1080 * 100vw), 227px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec10 .sec10__item {
    padding: calc(287 / 750 * 100vw) 0 0;
  }
}
.sec10 .sec10__item-bg {
  width: 100%;
  height: min(calc(300 / 1080 * 100vw), 300px);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec10 .sec10__item-bg {
    height: calc(460 / 750 * 100vw);
  }
}
.sec10 .sec10__item-content {
  position: relative;
  z-index: 2;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: auto;
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
  padding: min(calc(56 / 1080 * 100vw), 56px) min(calc(40 / 1080 * 100vw), 40px) min(calc(40 / 1080 * 100vw), 40px);
  box-shadow: 0 min(calc(4 / 1080 * 100vw), 4px) min(calc(10 / 1080 * 100vw), 10px) rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .sec10 .sec10__item-content {
    padding: calc(100 / 750 * 100vw) calc(40 / 750 * 100vw) calc(70 / 750 * 100vw);
    width: calc(690 / 750 * 100vw);
    border-radius: 0;
    box-shadow: 0 calc(4 / 750 * 100vw) calc(10 / 750 * 100vw) rgba(0, 0, 0, 0.1);
  }
}
.sec10 .sec10__item-icon {
  width: min(calc(142 / 1080 * 100vw), 142px);
  top: max(calc(-86 / 1080 * 100vw), -86px);
  position: absolute;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .sec10 .sec10__item-icon {
    width: calc(690 / 750 * 100vw);
    top: calc(-128 / 750 * 100vw);
  }
}
.sec10 .sec10__item-title {
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 600;
  line-height: 1.4;
  color: #7B5E57;
  text-align: center;
  margin-bottom: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec10 .sec10__item-title {
    font-size: calc(42 / 750 * 100vw);
    letter-spacing: calc(5.04 / 750 * 100vw);
    margin-bottom: calc(32 / 750 * 100vw);
  }
}
.sec10 .sec10__item-info {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  letter-spacing: min(calc(1.4 / 1080 * 100vw), 1.4px);
  line-height: 1.4;
  color: #C97B45;
  text-align: center;
  margin-bottom: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec10 .sec10__item-info {
    font-size: calc(24 / 750 * 100vw);
    letter-spacing: calc(2.4 / 750 * 100vw);
    margin-bottom: calc(32 / 750 * 100vw);
  }
}
.sec10 .sec10__item-text {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  letter-spacing: min(calc(1.6 / 1080 * 100vw), 1.6px);
  line-height: 1.8;
  color: #3B3B41;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec10 .sec10__item-text {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: calc(2.6 / 750 * 100vw);
  }
}
.sec10 .sec10__note {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  letter-spacing: min(calc(1.2 / 1080 * 100vw), 1.2px);
  line-height: 1.4;
  color: #3B3B41;
  text-align: right;
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: min(calc(40 / 1080 * 100vw), 40px) auto 0;
}
@media screen and (max-width: 767px) {
  .sec10 .sec10__note {
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: calc(2 / 750 * 100vw);
    margin-top: calc(48 / 750 * 100vw);
  }
}

.sec11 {
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec11 {
    background-image: url("../img/sp/sec11_bg.webp");
    background-size: calc(750 / 750 * 100vw) auto;
    background-position: 50% 0;
  }
}
.sec11 .sec11__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .sec11 .sec11__headWrapper {
    background-image: url("../img/pc/sec11_bg01.webp");
    background-size: min(calc(1920 / 1080 * 100vw), 1920px) 100%;
    background-position: 50% 0;
    background-repeat: no-repeat;
  }
}
.sec11 .sec11__head {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
  padding: min(calc(80 / 1080 * 100vw), 80px) 0 min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec11 .sec11__head {
    width: calc(690 / 750 * 100vw);
    padding: calc(80 / 750 * 100vw) 0 calc(40 / 750 * 100vw);
  }
}
.sec11 .sec11__headIll {
  width: min(calc(188 / 1080 * 100vw), 188px);
  margin: 0 auto min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec11 .sec11__headIll {
    width: calc(294 / 750 * 100vw);
    margin: 0 auto calc(48 / 750 * 100vw);
  }
}
.sec11 .sec11__title {
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  font-weight: 600;
  text-align: center;
  letter-spacing: min(calc(3.8 / 1080 * 100vw), 3.8px);
  line-height: 1.4;
  margin-bottom: min(calc(16 / 1080 * 100vw), 16px);
  color: #3B3B41;
}
@media screen and (max-width: 767px) {
  .sec11 .sec11__title {
    font-size: calc(48 / 750 * 100vw);
    letter-spacing: calc(4.8 / 750 * 100vw);
    margin-bottom: calc(24 / 750 * 100vw);
  }
}
.sec11 .sec11__title .--accent {
  color: #C97B45;
}
.sec11 .sec11__title::after {
  content: "";
  display: block;
  width: min(calc(160 / 1080 * 100vw), 160px);
  background-color: #3B3B41;
  height: 1px;
  margin: min(calc(16 / 1080 * 100vw), 16px) auto 0;
}
@media screen and (max-width: 767px) {
  .sec11 .sec11__title::after {
    width: calc(260 / 750 * 100vw);
    height: calc(2 / 750 * 100vw);
    margin: calc(32 / 750 * 100vw) auto 0;
  }
}
.sec11 .sec11__subtitle {
  text-align: center;
  margin-bottom: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec11 .sec11__subtitle {
    margin-bottom: calc(48 / 750 * 100vw);
  }
}
.sec11 .sec11__subtitle p {
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 600;
  letter-spacing: min(calc(2.8 / 1080 * 100vw), 2.8px);
  line-height: 1.4;
  color: #3B3B41;
}
@media screen and (max-width: 767px) {
  .sec11 .sec11__subtitle p {
    font-size: calc(38 / 750 * 100vw);
    letter-spacing: calc(4.56 / 750 * 100vw);
  }
}
.sec11 .sec11__period {
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 600;
  letter-spacing: min(calc(2.8 / 1080 * 100vw), 2.8px);
  line-height: 1.4;
  color: #3B3B41;
}
@media screen and (max-width: 767px) {
  .sec11 .sec11__period {
    font-size: calc(36 / 750 * 100vw);
    letter-spacing: calc(3.6 / 750 * 100vw);
  }
}
.sec11 .sec11__description {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.8;
  letter-spacing: min(calc(1.6 / 1080 * 100vw), 1.6px);
  color: #3B3B41;
}
@media screen and (max-width: 767px) {
  .sec11 .sec11__description {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: calc(2.6 / 750 * 100vw);
    max-width: 100%;
    text-align: justify;
  }
}
.sec11 .sec11__flow-container {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .sec11 .sec11__flow-container {
    gap: calc(60 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .sec11 .sec11__flow-wrapper {
    background-size: min(calc(1920 / 1080 * 100vw), 1920px) 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding: 0 0 min(calc(56 / 1080 * 100vw), 56px);
  }
  .sec11 .sec11__flow-wrapper.--item01 {
    background-image: url("../img/pc/sec11_bg02.webp");
  }
  .sec11 .sec11__flow-wrapper.--item02 {
    background-image: url("../img/pc/sec11_bg03.webp");
  }
  .sec11 .sec11__flow-wrapper.--item03 {
    background-image: url("../img/pc/sec11_bg04.webp");
  }
}
.sec11 .sec11__flow-box {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
  padding: min(calc(40 / 1080 * 100vw), 40px) min(calc(38 / 1080 * 100vw), 38px);
  border-width: min(calc(2 / 1080 * 100vw), 2px);
  border-style: solid;
}
@media screen and (max-width: 767px) {
  .sec11 .sec11__flow-box {
    width: calc(690 / 750 * 100vw);
    border-radius: calc(16 / 750 * 100vw);
    border-width: calc(4 / 750 * 100vw);
    padding: calc(60 / 750 * 100vw) calc(26 / 750 * 100vw);
  }
}
.sec11 .sec11__flow-box.--item01 {
  border-color: #E6DCD0;
}
.sec11 .sec11__flow-box.--item01 .sec11__flow-period {
  background-color: #E6DCD0;
  color: #3B3B41;
}
@media screen and (min-width: 768px) {
  .sec11 .sec11__flow-box.--item01 .sec11__flow-item-title {
    display: flex;
    align-items: center;
    justify-content: start;
    height: min(calc(58 / 1080 * 100vw), 58px);
  }
}
.sec11 .sec11__flow-box.--item02 {
  border-color: #7B5E57;
}
@media screen and (min-width: 768px) {
  .sec11 .sec11__flow-box.--item02 .sec11__flow-item {
    flex: 0 0 min(calc(440 / 1080 * 100vw), 440px);
  }
}
.sec11 .sec11__flow-box.--item02 .sec11__flow-period {
  background-color: #7B5E57;
  color: #fff;
}
.sec11 .sec11__flow-box.--item03 {
  border-color: #C97B45;
}
.sec11 .sec11__flow-box.--item03 .sec11__flow-period {
  background-color: #C97B45;
  color: #fff;
}
.sec11 .sec11__flow-header {
  text-align: center;
  margin-bottom: min(calc(42 / 1080 * 100vw), 42px);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec11 .sec11__flow-header {
    margin-bottom: calc(60 / 750 * 100vw);
    gap: calc(16 / 750 * 100vw);
  }
}
.sec11 .sec11__flow-period {
  display: inline-block;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 600;
  padding: min(calc(6 / 1080 * 100vw), 6px) min(calc(10 / 1080 * 100vw), 10px);
  border-radius: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec11 .sec11__flow-period {
    font-size: calc(28 / 750 * 100vw);
    padding: calc(0 / 750 * 100vw) calc(10 / 750 * 100vw);
    border-radius: calc(10 / 750 * 100vw);
  }
}
.sec11 .sec11__flow-title {
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 600;
  letter-spacing: min(calc(2.8 / 1080 * 100vw), 2.8px);
  line-height: 1.4;
  color: #3B3B41;
}
@media screen and (max-width: 767px) {
  .sec11 .sec11__flow-title {
    font-size: calc(38 / 750 * 100vw);
    letter-spacing: calc(4.56 / 750 * 100vw);
  }
}
.sec11 .sec11__flow-items {
  display: flex;
  flex-wrap: wrap;
  gap: min(calc(50 / 1080 * 100vw), 50px) min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec11 .sec11__flow-items {
    flex-direction: column;
    gap: calc(50 / 750 * 100vw);
  }
}
.sec11 .sec11__flow-item {
  flex: 0 0 min(calc(280 / 1080 * 100vw), 280px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec11 .sec11__flow-item {
    flex: 1 1 auto;
    min-width: 100%;
  }
}
.sec11 .sec11__flow-num {
  position: absolute;
  z-index: 2;
  text-align: center;
  left: min(calc(12 / 1080 * 100vw), 12px);
  top: max(calc(-10 / 1080 * 100vw), -10px);
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
  background: #3B3B41;
  font-family: "Roboto Condensed", sans-serif;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  color: #fff;
  line-height: 1;
  width: min(calc(56 / 1080 * 100vw), 56px);
  height: min(calc(56 / 1080 * 100vw), 56px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec11 .sec11__flow-num * {
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec11 .sec11__flow-num {
    font-size: calc(20 / 750 * 100vw);
    margin-bottom: calc(16 / 750 * 100vw);
    left: calc(10 / 750 * 100vw);
    top: calc(-10 / 750 * 100vw);
    border-radius: calc(8 / 750 * 100vw);
    width: calc(80 / 750 * 100vw);
    height: calc(80 / 750 * 100vw);
  }
}
.sec11 .sec11__flow-num-large {
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec11 .sec11__flow-num-large {
    font-size: calc(48 / 750 * 100vw);
    line-height: 0.9;
  }
}
.sec11 .sec11__flow-img {
  width: 100%;
  margin-bottom: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec11 .sec11__flow-img {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.sec11 .sec11__flow-item-title {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 600;
  border-left: min(calc(4 / 1080 * 100vw), 4px) solid #3B3B41;
  padding: 0 0 0 min(calc(14 / 1080 * 100vw), 14px);
  line-height: 1.4;
  margin-bottom: min(calc(16 / 1080 * 100vw), 16px);
  color: #3B3B41;
}
@media screen and (max-width: 767px) {
  .sec11 .sec11__flow-item-title {
    border-left: calc(10 / 750 * 100vw) solid #3B3B41;
    padding: 0 0 0 calc(20 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(2.8 / 750 * 100vw);
    margin-bottom: calc(12 / 750 * 100vw);
  }
}
.sec11 .sec11__flow-item-text {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.8;
  letter-spacing: min(calc(1.4 / 1080 * 100vw), 1.4px);
  color: #3B3B41;
}
@media screen and (max-width: 767px) {
  .sec11 .sec11__flow-item-text {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: calc(2.4 / 750 * 100vw);
  }
}
.sec11 .sec11__footer {
  width: 100%;
  text-align: center;
  position: relative;
  padding: min(calc(40 / 1080 * 100vw), 40px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec11 .sec11__footer {
    padding: calc(90 / 750 * 100vw) 0 0;
  }
}
.sec11 .sec11__footer .sec11__footerImg {
  position: relative;
  z-index: 1;
}
.sec11 .sec11__footer .sec11__footerTxt {
  top: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  color: #3B3B41;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 600;
  line-height: 140%;
  z-index: 2;
}
.sec11 .sec11__footer .sec11__footerTxt::before {
  content: "";
  display: block;
  background-color: #3B3B41;
  width: min(calc(1 / 1080 * 100vw), 1px);
  height: min(calc(80 / 1080 * 100vw), 80px);
  margin: 0 auto min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec11 .sec11__footer .sec11__footerTxt::before {
    width: calc(2 / 750 * 100vw);
    height: calc(80 / 750 * 100vw);
    margin: 0 auto calc(40 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .sec11 .sec11__footer .sec11__footerTxt {
    top: calc(45 / 750 * 100vw);
    font-size: calc(38 / 750 * 100vw);
  }
}

.sec12 {
  padding: min(calc(80 / 1080 * 100vw), 80px) 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .sec12 {
    padding: calc(105 / 750 * 100vw) 0 calc(120 / 750 * 100vw);
  }
}
.sec12 .sec12__container {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__container {
    width: calc(630 / 750 * 100vw);
  }
}
.sec12 .sec12__title {
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  font-weight: 600;
  text-align: center;
  letter-spacing: min(calc(4.5 / 1080 * 100vw), 4.5px);
  line-height: 1.4;
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
  color: #3B3B41;
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__title {
    font-size: calc(48 / 750 * 100vw);
    letter-spacing: calc(5.7 / 750 * 100vw);
    margin-bottom: calc(64 / 750 * 100vw);
  }
}
.sec12 .sec12__accordion-wrapper {
  display: flex;
  flex-direction: column;
  gap: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__accordion-wrapper {
    gap: calc(48 / 750 * 100vw);
  }
}
.sec12 .adlp-accordion {
  background-color: #FBF5EE;
  border-radius: min(calc(14 / 1080 * 100vw), 14px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec12 .adlp-accordion {
    border-radius: calc(14 / 750 * 100vw);
  }
}
.sec12 .adlp-accordion__header {
  position: relative;
  cursor: pointer;
  padding: 0;
  padding: min(calc(16 / 1080 * 100vw), 16px) min(calc(40 / 1080 * 100vw), 40px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec12 .adlp-accordion__header {
    padding: calc(40 / 750 * 100vw) calc(92 / 750 * 100vw) calc(40 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}
.sec12 .adlp-accordion__header__inner {
  display: flex;
  align-items: center;
  gap: min(calc(16 / 1080 * 100vw), 16px);
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec12 .adlp-accordion__header__inner {
    align-items: flex-start;
    gap: calc(24 / 750 * 100vw);
  }
}
.sec12 .adlp-accordion__qa {
  width: min(calc(40 / 1080 * 100vw), 40px);
  height: min(calc(40 / 1080 * 100vw), 40px);
  background-color: #3B3B41;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .sec12 .adlp-accordion__qa {
    width: calc(74 / 750 * 100vw);
    height: calc(74 / 750 * 100vw);
  }
}
.sec12 .adlp-accordion__qa.--answer {
  background-color: #C97B45;
}
.sec12 .adlp-accordion__qa-text {
  color: #fff;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 600;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: min(calc(1.9 / 1080 * 100vw), 1.9px);
}
@media screen and (max-width: 767px) {
  .sec12 .adlp-accordion__qa-text {
    font-size: calc(56 / 750 * 100vw);
    letter-spacing: calc(4.4 / 750 * 100vw);
  }
}
.sec12 .adlp-accordion__text {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 600;
  letter-spacing: min(calc(1.8 / 1080 * 100vw), 1.8px);
  line-height: 1.6;
  color: #3B3B41;
}
@media screen and (max-width: 767px) {
  .sec12 .adlp-accordion__text {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(3.2 / 750 * 100vw);
  }
}
.sec12 .adlp-accordion__body {
  display: none;
  padding: 0;
}
.sec12 .adlp-accordion__body__inner {
  padding: min(calc(16 / 1080 * 100vw), 16px) min(calc(40 / 1080 * 100vw), 40px) min(calc(16 / 1080 * 100vw), 16px) min(calc(40 / 1080 * 100vw), 40px);
  display: flex;
  align-items: flex-start;
  gap: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec12 .adlp-accordion__body__inner {
    padding: calc(0 / 750 * 100vw) calc(40 / 750 * 100vw) calc(40 / 750 * 100vw) calc(40 / 750 * 100vw);
    gap: calc(24 / 750 * 100vw);
  }
}
.sec12 .adlp-accordion__content {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  letter-spacing: min(calc(2.4 / 1080 * 100vw), 2.4px);
  line-height: 1.8;
  color: #3B3B41;
}
@media screen and (max-width: 767px) {
  .sec12 .adlp-accordion__content {
    font-size: calc(24 / 750 * 100vw);
    letter-spacing: calc(2.4 / 750 * 100vw);
  }
}
.sec12 .adlp-accordion__content p {
  margin-bottom: min(calc(14 / 1080 * 100vw), 14px);
}
@media screen and (max-width: 767px) {
  .sec12 .adlp-accordion__content p {
    margin-bottom: calc(24 / 750 * 100vw);
  }
}
.sec12 .adlp-accordion__content p + p {
  margin-top: 1em;
}
.sec12 .adlp-accordion__content p:last-child {
  margin-bottom: 0;
}

.sec13 {
  background-image: url("../img/pc/sec13_bg.webp");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .sec13 {
    background-image: url("../img/sp/sec13_bg.webp");
  }
}
/*# sourceMappingURL=lp.css.map */
