@charset "UTF-8";
.adlp-footer {
  background-color: #AB6F1B;
  padding: min(calc(60 / 1080 * 100vw), 60px) 0 min(calc(172 / 1080 * 100vw), 172px);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .adlp-footer {
    padding: calc(80 / 750 * 100vw) 0 calc(192 / 750 * 100vw);
  }
}
.adlp-footer__menu__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  gap: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .adlp-footer__menu__wrapper {
    flex-direction: column;
    width: 100%;
    gap: calc(40 / 750 * 100vw);
  }
}
.adlp-footer__menu {
  text-align: center;
}
.adlp-footer__menu a {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  color: #fff;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .adlp-footer__menu a {
    font-size: calc(24 / 750 * 100vw);
  }
}
.adlp-footer__text {
  margin: min(calc(54 / 1080 * 100vw), 54px) auto 0;
  font-size: min(calc(15 / 1080 * 100vw), 15px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .adlp-footer__text {
    font-size: calc(20 / 750 * 100vw);
    margin: calc(72 / 750 * 100vw) auto 0;
  }
}

.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 {
  background: #fff;
}
.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(20 / 1080 * 100vw), 20px);
  height: min(calc(12 / 1080 * 100vw), 12px);
  right: min(calc(45 / 1080 * 100vw), 45px);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 11.5L0.47372 0.25L19.5263 0.250002L10 11.5Z' fill='%23012F83'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header::after {
    width: calc(28 / 750 * 100vw);
    height: calc(17 / 750 * 100vw);
    right: calc(35 / 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-btn__wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-btn__wrapper {
    flex-direction: column;
    align-items: center;
    gap: calc(30 / 750 * 100vw);
  }
}
.adlp-btn__text {
  text-align: center;
}
.adlp-btn {
  border-radius: 200px;
  height: min(calc(80 / 1080 * 100vw), 80px);
  width: min(calc(420 / 1080 * 100vw), 420px);
  transition: all 0.3s;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .adlp-btn {
    height: calc(98 / 750 * 100vw);
    width: calc(630 / 750 * 100vw);
  }
}
.adlp-btn p {
  text-align: center;
  z-index: 1;
  line-height: 120%;
}
.adlp-btn p span {
  line-height: 120%;
}
.adlp-btn p span.text01 {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .adlp-btn p span.text01 {
    font-size: calc(20 / 750 * 100vw);
  }
}
.adlp-btn p span.text02 {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-btn p span.text02 {
    font-size: calc(28 / 750 * 100vw);
  }
}
.adlp-btn.--free {
  padding-left: min(calc(9 / 1080 * 100vw), 9px);
}
.adlp-btn.--free::before {
  content: "無料";
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background: #fff;
  color: #1883EC;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  width: min(calc(70 / 1080 * 100vw), 70px);
  height: min(calc(70 / 1080 * 100vw), 70px);
  top: min(calc(5 / 1080 * 100vw), 5px);
  left: min(calc(5 / 1080 * 100vw), 5px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--free::before {
    width: calc(82 / 750 * 100vw);
    height: calc(82 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
    top: calc(8 / 750 * 100vw);
    left: calc(8 / 750 * 100vw);
  }
}
.adlp-btn.--btn01 {
  background: #1883EC;
  color: #fff;
}
.adlp-btn.--btn01::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='18' viewBox='0 0 13 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5 12.5L6.5 16.5L1.5 12.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.5 9.5L6.5 1.5' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  width: min(calc(13 / 1080 * 100vw), 13px);
  height: min(calc(18 / 1080 * 100vw), 18px);
  right: min(calc(33 / 1080 * 100vw), 33px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn01::after {
    width: calc(13 / 750 * 100vw);
    height: calc(18 / 750 * 100vw);
    right: calc(33 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.--btn01:hover {
    background: #5AB0FF;
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn01:active {
    background: #5AB0FF;
  }
}
.adlp-btn.--btn02-a {
  background: #fff;
  border: min(calc(4 / 1080 * 100vw), 4px) solid #f69809;
  color: #f69809;
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn02-a {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-btn.--btn02-a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='18' viewBox='0 0 10 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L9 9L1 17' stroke='%23F79809' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  width: min(calc(13 / 1080 * 100vw), 13px);
  height: min(calc(18 / 1080 * 100vw), 18px);
  right: min(calc(33 / 1080 * 100vw), 33px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn02-a::after {
    width: calc(13 / 750 * 100vw);
    height: calc(18 / 750 * 100vw);
    right: calc(33 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.--btn02-a:hover {
    background: #f69809;
    color: #fff;
  }
  .adlp-btn.--btn02-a:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='18' viewBox='0 0 10 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L9 9L1 17' stroke='%23FFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn02-a:active {
    background: #f69809;
    color: #fff;
  }
  .adlp-btn.--btn02-a:active::after {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='18' viewBox='0 0 10 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L9 9L1 17' stroke='%23FFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
}
.adlp-btn.--btn02-b {
  color: #fff;
  overflow: hidden;
  border: 1px solid transparent;
}
.adlp-btn.--btn02-b::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #FF98AC 0%, #FF6683 100%);
  opacity: 1;
  transition: all 0.3s;
}
.adlp-btn.--btn02-b::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='16' viewBox='0 0 8 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 16L-6.99382e-07 0L8 7.99999L0 16Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  width: min(calc(8 / 1080 * 100vw), 8px);
  height: min(calc(16 / 1080 * 100vw), 16px);
  right: min(calc(33 / 1080 * 100vw), 33px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn02-b::after {
    width: calc(8 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
    right: calc(33 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.--btn02-b:hover {
    color: #ff6683;
    border-color: #ff6683;
    background-color: #fff;
  }
  .adlp-btn.--btn02-b:hover::before {
    opacity: 0;
  }
  .adlp-btn.--btn02-b:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='16' viewBox='0 0 8 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 16L-6.99382e-07 0L8 7.99999L0 16Z' fill='%23FF6683'/%3E%3C/svg%3E%0A");
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn02-b:active {
    color: #ff6683;
    border-color: #ff6683;
    background-color: #fff;
  }
  .adlp-btn.--btn02-b:active::before {
    opacity: 0;
  }
  .adlp-btn.--btn02-b:active::after {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='16' viewBox='0 0 8 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 16L-6.99382e-07 0L8 7.99999L0 16Z' fill='%23FF6683'/%3E%3C/svg%3E%0A");
  }
}
.adlp-btn.--btn03 {
  color: #C80012;
  background: #fff;
  box-shadow: min(calc(4 / 1080 * 100vw), 4px) min(calc(6 / 1080 * 100vw), 6px) 0 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn03 {
    box-shadow: calc(4 / 750 * 100vw) calc(6 / 750 * 100vw) 0 0 rgba(0, 0, 0, 0.3);
  }
}
.adlp-btn.--btn03::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1.07324e-07L9 7.50412L1.78873e-07 15L2.47836 7.44633L0 1.07324e-07Z' fill='%23C80012'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  width: min(calc(8 / 1080 * 100vw), 8px);
  height: min(calc(16 / 1080 * 100vw), 16px);
  right: min(calc(33 / 1080 * 100vw), 33px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn03::after {
    width: calc(8 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
    right: calc(33 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.--btn03:hover {
    transform: translateY(min(calc(4 / 1080 * 100vw), 4px));
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .adlp-btn.--btn03:hover {
    transform: translateY(calc(4 / 750 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn03:active {
    transform: translateY(min(calc(4 / 1080 * 100vw), 4px));
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .adlp-btn.--btn03:active {
    transform: translateY(calc(4 / 750 * 100vw));
  }
}
.adlp-btn.--btn04 {
  color: #fff;
  background: #FFA800;
  box-shadow: 0 min(calc(14 / 1080 * 100vw), 14px) min(calc(24 / 1080 * 100vw), 24px) 0 rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn04 {
    box-shadow: 0 calc(14 / 750 * 100vw) calc(24 / 750 * 100vw) 0 rgba(0, 0, 0, 0.4);
  }
}
.adlp-btn.--btn04::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.16602L7 7.16602L1 13.166' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  width: min(calc(8 / 1080 * 100vw), 8px);
  height: min(calc(16 / 1080 * 100vw), 16px);
  right: min(calc(33 / 1080 * 100vw), 33px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn04::after {
    width: calc(8 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
    right: calc(33 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.--btn04:hover {
    background: #F48400;
  }
  .adlp-btn.--btn04:hover::after {
    transform: translate(min(calc(10 / 1080 * 100vw), 10px), -50%);
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn04:active {
    background: #F48400;
  }
  .adlp-btn.--btn04:active::after {
    transform: translate(min(calc(10 / 1080 * 100vw), 10px), -50%);
  }
}

.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-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 {
  /* ページネーションの余白 */
}
.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);
  }
}

.text-emphasis {
  color: #ab6f1b;
  font-weight: 700;
}

.cv-btn {
  display: block;
}
.cv-btn:hover {
  opacity: 0.8;
}
.cv-btn.--line {
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #00c300;
  text-decoration: none;
  width: min(calc(435 / 1080 * 100vw), 435px);
  padding: min(calc(18 / 1080 * 100vw), 18px) min(calc(65 / 1080 * 100vw), 65px) min(calc(18 / 1080 * 100vw), 18px) min(calc(123 / 1080 * 100vw), 123px);
  position: relative;
  gap: min(calc(15 / 1080 * 100vw), 15px);
  border-radius: min(calc(3 / 1080 * 100vw), 3px);
  background: #138329;
  box-shadow: 0 2.538px 5.077px 0 rgba(0, 0, 0, 0.24);
}
@media screen and (max-width: 767px) {
  .cv-btn.--line {
    width: calc(580 / 750 * 100vw);
    padding: calc(24 / 750 * 100vw) calc(40 / 750 * 100vw) calc(26 / 750 * 100vw) calc(120 / 750 * 100vw);
  }
}
.cv-btn.--line::before {
  content: "";
  display: block;
  width: min(calc(85 / 1080 * 100vw), 85px);
  height: 100%;
  background: #4cc764 url("../img/common/icon_line.svg") no-repeat center center/min(calc(40 / 1080 * 100vw), 40px);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .cv-btn.--line::before {
    width: calc(120 / 750 * 100vw);
    background-size: calc(50 / 750 * 100vw);
  }
}
.cv-btn.--line::after {
  content: "";
  display: block;
  width: min(calc(8 / 1080 * 100vw), 8px);
  aspect-ratio: 1/2;
  background: #fff;
  position: absolute;
  right: min(calc(24 / 1080 * 100vw), 24px);
  top: 50%;
  transform: translate(0, -50%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (max-width: 767px) {
  .cv-btn.--line::after {
    width: calc(12.5 / 750 * 100vw);
    right: calc(30 / 750 * 100vw);
  }
}
.cv-btn.--line .cv-btn-text {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(25.5 / 1080 * 100vw), 25.5px);
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(calc(39 / 1080 * 100vw), 39px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .cv-btn.--line .cv-btn-text {
    font-size: calc(34 / 750 * 100vw);
    gap: calc(40 / 750 * 100vw);
  }
}
.cv-btn.--line .cv-btn-text__emphasis {
  position: relative;
}
.cv-btn.--line .cv-btn-text__emphasis::after {
  content: "";
  position: absolute;
  top: 50%;
  right: max(calc(-18 / 1080 * 100vw), -18px);
  transform: translate(0, -50%);
  width: 1px;
  aspect-ratio: 1/43.5;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .cv-btn.--line .cv-btn-text__emphasis::after {
    right: calc(-20 / 750 * 100vw);
    width: 1px;
    height: calc(34 / 750 * 100vw);
    top: 50%;
    transform: translateY(-50%);
    aspect-ratio: auto;
  }
}
.cv-btn.--line .cv-btn-text__emphasis span {
  position: relative;
  display: inline-block;
}
.cv-btn.--line .cv-btn-text__emphasis span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(calc(4 / 1080 * 100vw), 4px);
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .cv-btn.--line .cv-btn-text__emphasis span::after {
    width: calc(6 / 750 * 100vw);
  }
}

.fv {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.fv__bg {
  position: relative;
  z-index: 1;
}
.fv__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.fv__inner {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  height: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0 min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .fv__inner {
    padding: 0;
  }
}
.fv__logo {
  width: min(calc(105 / 1080 * 100vw), 105px);
  margin: min(calc(30 / 1080 * 100vw), 30px) 0 0 min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .fv__logo {
    width: calc(141 / 750 * 100vw);
    margin: min(calc(30 / 1080 * 100vw), 30px);
  }
}
.fv__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #333;
  margin-top: min(calc(18 / 1080 * 100vw), 18px);
}
@media screen and (max-width: 767px) {
  .fv__title {
    margin-top: calc(56 / 750 * 100vw);
  }
}
.fv__title-sub {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  letter-spacing: 0.16em;
  line-height: 1.6;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .fv__title-sub {
    font-size: calc(32 / 750 * 100vw);
  }
}
.fv__title-sub span {
  font-size: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .fv__title-sub span {
    font-size: calc(40 / 750 * 100vw);
  }
}
.fv__title-sub strong {
  font-weight: 400;
  padding-bottom: min(calc(4 / 1080 * 100vw), 4px);
  border-bottom: 1px solid #fff;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .fv__title-sub strong {
    padding-bottom: 0;
  }
}
.fv__title-main {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: min(calc(45 / 1080 * 100vw), 45px);
  letter-spacing: 0.16em;
  line-height: 1.4;
  margin-top: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .fv__title-main {
    font-size: calc(60 / 750 * 100vw);
    letter-spacing: 0.16em;
    margin-top: calc(43 / 750 * 100vw);
    text-align: center;
  }
}
.fv__title-main strong {
  font-size: min(calc(50 / 1080 * 100vw), 50px);
  font-weight: 600;
  padding-bottom: min(calc(4 / 1080 * 100vw), 4px);
  display: inline-block;
  padding: min(calc(26 / 1080 * 100vw), 26px);
  position: relative;
  margin-right: min(calc(28 / 1080 * 100vw), 28px);
  line-height: 0.7;
}
@media screen and (max-width: 767px) {
  .fv__title-main strong {
    font-size: calc(66 / 750 * 100vw);
    padding: calc(22 / 750 * 100vw) calc(45 / 750 * 100vw);
  }
}
.fv__title-main strong::before, .fv__title-main strong::after {
  content: "";
  display: inline-block;
  width: min(calc(26 / 1080 * 100vw), 26px);
  height: min(calc(28 / 1080 * 100vw), 28px);
  border: 1px solid #3b3b4c;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .fv__title-main strong::before, .fv__title-main strong::after {
    width: calc(34 / 750 * 100vw);
    height: calc(36 / 750 * 100vw);
  }
}
.fv__title-main strong::before {
  top: 0;
  left: 0;
  border-bottom: none;
  border-right: none;
}
.fv__title-main strong::after {
  bottom: 0;
  right: 0;
  border-top: none;
  border-left: none;
}
.fv__title-main span {
  font-size: min(calc(38 / 1080 * 100vw), 38px);
}
@media screen and (max-width: 767px) {
  .fv__title-main span {
    font-size: calc(50 / 750 * 100vw);
  }
}
.fv__title-text {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-top: min(calc(30 / 1080 * 100vw), 30px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fv__title-text {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: 0.1em;
    margin-top: calc(40 / 750 * 100vw);
  }
}
.fv__bottom {
  display: flex;
  gap: min(calc(64 / 1080 * 100vw), 64px);
  margin: min(calc(337 / 1080 * 100vw), 337px) 0 0 min(calc(134 / 1080 * 100vw), 134px);
}
@media screen and (max-width: 767px) {
  .fv__bottom {
    flex-direction: column;
    gap: calc(77 / 750 * 100vw);
    margin: calc(454 / 750 * 100vw) 0 0;
  }
}
.fv__lead {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
  margin-top: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .fv__lead {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1.6;
    align-self: flex-start;
    margin-left: calc(264 / 750 * 100vw);
  }
}
.fv__lead .txt-emphasis {
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  color: #ab6f1b;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .fv__lead .txt-emphasis {
    font-size: calc(38 / 750 * 100vw);
  }
}
.fv__cv {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(15 / 1080 * 100vw), 15px);
}
@media screen and (max-width: 767px) {
  .fv__cv {
    gap: calc(20 / 750 * 100vw);
  }
}
.fv__cv-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .fv__cv-text {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: 0.1em;
  }
}

.adlp-sec01 {
  position: relative;
  padding-top: min(calc(70 / 1080 * 100vw), 70px);
  padding-bottom: min(calc(96 / 1080 * 100vw), 96px);
  background-color: #2478c3;
  background-image: url("../img/pc/sec01_bg01.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  color: #333;
}
@media screen and (max-width: 767px) {
  .adlp-sec01 {
    padding-top: calc(78 / 750 * 100vw);
    padding-bottom: calc(395 / 750 * 100vw);
    background-image: url("../img/sp/sec01_bg01.webp");
  }
}
.adlp-sec01__inner {
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin-left: auto;
  margin-right: auto;
  padding: 0 min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .adlp-sec01__inner {
    width: calc(680 / 750 * 100vw);
    padding: 0;
  }
}
.adlp-sec01__text {
  font-weight: 500;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
  padding-bottom: min(calc(20 / 1080 * 100vw), 20px);
  background: url("../img/common/sec01_illust_title_line.svg") no-repeat center bottom/contain;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .adlp-sec01__text {
    font-size: calc(30 / 750 * 100vw);
    padding: 0 calc(4 / 750 * 100vw) calc(20 / 750 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.1em;
    margin: 0 auto;
  }
}
.adlp-sec01__title {
  margin-top: min(calc(16 / 1080 * 100vw), 16px);
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .adlp-sec01__title {
    margin-top: calc(40 / 750 * 100vw);
    font-size: calc(50 / 750 * 100vw);
    line-height: 1.4;
    letter-spacing: 0.1em;
    text-align: center;
  }
}
.adlp-sec01__list {
  margin-top: min(calc(32 / 1080 * 100vw), 32px);
  display: flex;
  flex-direction: column;
  gap: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-sec01__list {
    margin-top: calc(40 / 750 * 100vw);
    gap: calc(20 / 750 * 100vw);
  }
}
.adlp-sec01__item {
  position: relative;
  padding-left: min(calc(35 / 1080 * 100vw), 35px);
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .adlp-sec01__item {
    padding-left: calc(43 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.8;
    letter-spacing: 0.12em;
  }
}
.adlp-sec01__item::before {
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0;
  width: min(calc(26 / 1080 * 100vw), 26px);
  height: min(calc(23 / 1080 * 100vw), 23px);
  background-image: url("../img/common/icon_check_brown.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .adlp-sec01__item::before {
    top: 0.2em;
    width: calc(32 / 750 * 100vw);
    height: calc(32 / 750 * 100vw);
  }
}

.sec02 {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: min(calc(20 / 1080 * 100vw), 20px);
  padding-bottom: min(calc(73 / 1080 * 100vw), 73px);
}
@media screen and (max-width: 767px) {
  .sec02 {
    padding-top: calc(26 / 750 * 100vw);
    padding-bottom: calc(125 / 750 * 100vw);
  }
}
.sec02::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--Rectangle-3301, #f5f1e9);
  clip-path: polygon(0 0, 100% 0, 100% 92%, 50% 100%, 0 92%, 0 100%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .sec02::before {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 50% 100%, 0 95%, 0 100%);
  }
}
.sec02__bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 0;
  pointer-events: none;
}
.sec02__bg > img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .sec02__bg {
    width: 100%;
  }
}
.sec02__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: min(calc(1200 / 1080 * 100vw), 1200px);
  margin: 0 auto;
  text-align: center;
  color: #3b3b4c;
}
@media screen and (max-width: 767px) {
  .sec02__inner {
    max-width: 100%;
    padding: 0;
  }
}
.sec02__heading-main {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  margin-bottom: min(calc(5 / 1080 * 100vw), 5px);
}
.sec02__heading-main strong {
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sec02__heading-main {
    font-size: calc(32 / 750 * 100vw);
    margin-bottom: calc(10 / 750 * 100vw);
  }
  .sec02__heading-main strong {
    font-size: calc(50 / 750 * 100vw);
  }
}
.sec02__heading-sub {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin-bottom: min(calc(17 / 1080 * 100vw), 17px);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec02__heading-sub {
    font-size: calc(32 / 750 * 100vw);
    margin-bottom: calc(20 / 750 * 100vw);
  }
}
.sec02__heading-text {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-bottom: min(calc(478 / 1080 * 100vw), 478px);
}
@media screen and (max-width: 767px) {
  .sec02__heading-text {
    font-size: calc(40 / 750 * 100vw);
    margin-bottom: calc(425 / 750 * 100vw);
  }
}
.sec02__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: min(calc(50 / 1080 * 100vw), 50px);
  line-height: 1.4;
  letter-spacing: 0.1em;
  width: fit-content;
  padding: 0 min(calc(30 / 1080 * 100vw), 30px);
  margin: min(calc(14 / 1080 * 100vw), 14px) auto 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec02__title {
    font-size: calc(66 / 750 * 100vw);
    padding: 0 calc(50 / 750 * 100vw);
    margin: calc(48 / 750 * 100vw) auto 0;
  }
}
.sec02__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: min(calc(26 / 1080 * 100vw), 26px);
  height: min(calc(26 / 1080 * 100vw), 26px);
  border-top: 1px solid #38384b;
  border-left: 1px solid #38384b;
}
@media screen and (max-width: 767px) {
  .sec02__title::before {
    width: calc(34 / 750 * 100vw);
    height: calc(34 / 750 * 100vw);
  }
}
.sec02__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: min(calc(26 / 1080 * 100vw), 26px);
  height: min(calc(26 / 1080 * 100vw), 26px);
  border-bottom: 1px solid #38384b;
  border-right: 1px solid #38384b;
}
@media screen and (max-width: 767px) {
  .sec02__title::after {
    width: calc(34 / 750 * 100vw);
    height: calc(34 / 750 * 100vw);
  }
}
.sec02__desc {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  display: block;
  font-size: min(calc(27 / 1080 * 100vw), 27px);
  line-height: 1.8;
}
.sec02__desc strong {
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  color: #ab6f1b;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sec02__desc {
    font-size: calc(36 / 750 * 100vw);
  }
  .sec02__desc strong {
    font-size: calc(40 / 750 * 100vw);
  }
}
.sec02__info {
  text-align: left;
  max-width: min(calc(920 / 1080 * 100vw), 920px);
  margin: 0 auto;
  padding: min(calc(32 / 1080 * 100vw), 32px) 0 min(calc(56 / 1080 * 100vw), 56px);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .sec02__info {
    max-width: 100%;
    width: calc(630 / 750 * 100vw);
    padding: calc(34 / 750 * 100vw) 0 calc(93 / 750 * 100vw);
  }
}
.sec02__info-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec02__info-title {
    font-size: calc(40 / 750 * 100vw);
    margin-bottom: calc(32 / 750 * 100vw);
  }
}
.sec02__info-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #3b3b4c;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  border-top: 1.5px solid rgba(153, 153, 153, 0.6);
  padding: min(calc(24 / 1080 * 100vw), 24px) min(calc(30 / 1080 * 100vw), 30px) 0;
}
@media screen and (max-width: 767px) {
  .sec02__info-text {
    font-size: calc(28 / 750 * 100vw);
    padding: calc(53 / 750 * 100vw) calc(40 / 750 * 100vw) 0;
  }
}
.sec02__info-text-top {
  display: block;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  line-height: 1.8;
  margin-bottom: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec02__info-text-top {
    font-size: calc(28 / 750 * 100vw);
    margin-bottom: calc(20 / 750 * 100vw);
  }
}
.sec02__info-text-bottom {
  display: block;
  font-size: min(calc(21 / 1080 * 100vw), 21px);
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .sec02__info-text-bottom {
    font-size: calc(28 / 750 * 100vw);
  }
}
.sec02__circle {
  width: min(calc(60 / 1080 * 100vw), 60px);
  height: min(calc(60 / 1080 * 100vw), 60px);
  background-color: #3b3b4c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(19.5 / 1080 * 100vw), 19.5px);
  font-weight: 400;
  letter-spacing: 0.08em;
  translate: 0 -50%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec02__circle {
    width: calc(80 / 750 * 100vw);
    height: calc(80 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
  }
}

.sec03 {
  padding-top: min(calc(48 / 1080 * 100vw), 48px);
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  color: #3b3b4c;
}
@media screen and (max-width: 767px) {
  .sec03 {
    padding-top: calc(60 / 750 * 100vw);
  }
}
.sec03__inner {
  width: 100%;
  max-width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec03__inner {
    max-width: 100%;
    padding: 0;
  }
}
.sec03__logo-area {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec03__logo-area {
    gap: calc(10 / 750 * 100vw);
  }
}
.sec03__logo-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .sec03__logo-title {
    font-size: calc(40 / 750 * 100vw);
  }
}
.sec03__logo-title-sub {
  font-size: min(calc(21 / 1080 * 100vw), 21px);
}
@media screen and (max-width: 767px) {
  .sec03__logo-title-sub {
    font-size: calc(28 / 750 * 100vw);
  }
}
.sec03__logo-title-brand {
  display: inline-flex;
  align-items: baseline;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec03__logo-title-brand {
    display: inline-block;
  }
}
.sec03__logo-title-brand-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(15 / 1080 * 100vw), 15px);
  font-weight: 500;
  margin-left: min(calc(5 / 1080 * 100vw), 5px);
  vertical-align: baseline;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -100%);
}
@media screen and (max-width: 767px) {
  .sec03__logo-title-brand-text {
    font-size: calc(20 / 750 * 100vw);
    margin-left: calc(3 / 750 * 100vw);
  }
}
.sec03__intro-logo {
  width: min(calc(121 / 1080 * 100vw), 121px);
  margin-right: min(calc(10 / 1080 * 100vw), 10px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec03__intro-logo {
    width: calc(161 / 750 * 100vw);
    margin-right: calc(8 / 750 * 100vw);
    display: inline-block;
  }
}
.sec03__intro-logo img {
  width: 100%;
  height: auto;
}
.sec03__intro {
  margin-top: min(calc(23 / 1080 * 100vw), 23px);
}
@media screen and (max-width: 767px) {
  .sec03__intro {
    margin-top: calc(50 / 750 * 100vw);
  }
}
.sec03__intro-head {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 0 min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .sec03__intro-head {
    padding: calc(4 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}
.sec03__intro-head::before, .sec03__intro-head::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: min(calc(16 / 1080 * 100vw), 16px);
  height: 100%;
  border: 1px solid #38384b;
}
@media screen and (max-width: 767px) {
  .sec03__intro-head::before, .sec03__intro-head::after {
    width: calc(24 / 750 * 100vw);
  }
}
.sec03__intro-head::before {
  left: 0;
  border-right: 0;
}
.sec03__intro-head::after {
  right: 0;
  border-left: 0;
}
.sec03__intro-text {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: min(calc(21 / 1080 * 100vw), 21px);
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec03__intro-text {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.6;
  }
}
.sec03__intro-text strong {
  font-size: min(calc(27 / 1080 * 100vw), 27px);
  font-weight: 400;
  border: 1px solid #38384b;
  padding: min(calc(4 / 1080 * 100vw), 4px) min(calc(10 / 1080 * 100vw), 10px);
  line-height: 1.8;
  margin-right: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .sec03__intro-text strong {
    font-size: calc(36 / 750 * 100vw);
    padding: calc(2 / 750 * 100vw) calc(20 / 750 * 100vw);
    margin-right: calc(6 / 750 * 100vw);
  }
}
.sec03__intro-lead {
  color: var(--Rectangle-3302, #ab6f1b);
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  display: block;
  margin-top: min(calc(14 / 1080 * 100vw), 14px);
}
@media screen and (max-width: 767px) {
  .sec03__intro-lead {
    font-size: calc(42 / 750 * 100vw);
    margin-top: calc(10 / 750 * 100vw);
  }
}
.sec03__intro-img {
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: max(calc(-74 / 1080 * 100vw), -74px) auto 0;
}
@media screen and (max-width: 767px) {
  .sec03__intro-img {
    width: 100%;
    margin: calc(-460 / 750 * 100vw) auto 0;
  }
}
.sec03__intro-img img {
  width: 100%;
  height: auto;
}
.sec03__intro-partners {
  width: min(calc(636 / 1080 * 100vw), 636px);
  margin: min(calc(32 / 1080 * 100vw), 32px) auto 0;
}
@media screen and (max-width: 767px) {
  .sec03__intro-partners {
    width: calc(660 / 750 * 100vw);
    margin: calc(10 / 750 * 100vw) auto 0;
  }
}
.sec03__intro-partners img {
  width: 100%;
  height: auto;
}
.sec03__intro-note {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 1.5;
  margin-top: min(calc(24 / 1080 * 100vw), 24px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec03__intro-note {
    font-size: calc(20 / 750 * 100vw);
    margin-top: calc(22 / 750 * 100vw);
  }
}
.sec03__main-message {
  position: relative;
  margin-top: min(calc(20 / 1080 * 100vw), 20px);
  display: flex;
  justify-content: center;
  gap: 8;
}
@media screen and (max-width: 767px) {
  .sec03__main-message {
    margin-top: calc(22 / 750 * 100vw);
    gap: calc(16 / 750 * 100vw);
  }
}
.sec03__main-message-title {
  font-weight: 600;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
  text-align: left;
  margin-top: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec03__main-message-title {
    font-size: calc(38 / 750 * 100vw);
    margin-top: calc(55 / 750 * 100vw);
  }
}
.sec03__main-message-title span {
  color: var(--Rectangle-3302, #ab6f1b);
  font-size: min(calc(42 / 1080 * 100vw), 42px);
}
@media screen and (max-width: 767px) {
  .sec03__main-message-title span {
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec03__main-message-img {
  width: min(calc(252 / 1080 * 100vw), 252px);
}
@media screen and (max-width: 767px) {
  .sec03__main-message-img {
    width: calc(335 / 750 * 100vw);
  }
}
.sec03__case {
  background: #f5f1e9;
  padding-top: min(calc(48 / 1080 * 100vw), 48px);
  padding-bottom: min(calc(58 / 1080 * 100vw), 58px);
}
@media screen and (max-width: 767px) {
  .sec03__case {
    padding-top: calc(80 / 750 * 100vw);
    padding-bottom: calc(40 / 750 * 100vw);
  }
}
.sec03__case-head {
  font-family: "Noto Serif JP";
  font-size: min(calc(34 / 1080 * 100vw), 34px);
  line-height: 1.4;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .sec03__case-head {
    font-size: calc(24 / 750 * 100vw);
    padding: 0 calc(20 / 750 * 100vw);
  }
}
.sec03__case .swiper-pagination-bullet {
  background: #cccccc;
  opacity: 1;
  width: min(calc(13 / 1080 * 100vw), 13px);
  height: min(calc(13 / 1080 * 100vw), 13px);
}
@media screen and (max-width: 767px) {
  .sec03__case .swiper-pagination-bullet {
    width: calc(17 / 750 * 100vw);
    height: calc(17 / 750 * 100vw);
  }
}
.sec03__case .swiper-pagination-bullet-active {
  background: #666;
}
.sec03__case .swiper-button-prev,
.sec03__case .swiper-button-next {
  background: url(../img/common/icon_arrow_sli.svg) center/contain no-repeat;
  width: min(calc(40 / 1080 * 100vw), 40px);
  height: min(calc(59 / 1080 * 100vw), 59px);
  top: 40%;
}
@media screen and (max-width: 767px) {
  .sec03__case .swiper-button-prev,
  .sec03__case .swiper-button-next {
    width: calc(40 / 750 * 100vw);
    height: calc(59 / 750 * 100vw);
  }
}
.sec03__case .swiper-button-prev:after,
.sec03__case .swiper-button-next:after {
  display: none;
}
.sec03__case .swiper-button-prev {
  left: 0;
}
.sec03__case .swiper-button-next {
  right: 0;
  scale: -1 1;
}
.sec03__case-slider {
  padding-bottom: min(calc(50 / 1080 * 100vw), 50px);
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: min(calc(20 / 1080 * 100vw), 20px) auto 0;
}
@media screen and (max-width: 767px) {
  .sec03__case-slider {
    width: 100%;
    margin: calc(20 / 750 * 100vw) auto 0;
    padding: 0 0 calc(80 / 750 * 100vw);
  }
}
.sec03__case-item {
  padding: min(calc(15 / 1080 * 100vw), 15px);
  height: auto;
}
@media screen and (max-width: 767px) {
  .sec03__case-item {
    width: 100%;
    padding: calc(10 / 750 * 100vw) calc(70 / 750 * 100vw);
  }
}
.sec03__case-card {
  background: var(--Rectangle-3301, #f5f1e9);
  filter: drop-shadow(0 0 min(calc(10 / 1080 * 100vw), 10px) rgba(0, 0, 0, 0.15));
  height: 100%;
}
@media screen and (max-width: 767px) {
  .sec03__case-card {
    filter: drop-shadow(0 0 calc(8 / 750 * 100vw) rgba(0, 0, 0, 0.15));
  }
}
.sec03__case-img {
  width: 100%;
  aspect-ratio: 415/276;
  background-color: #eee;
}
.sec03__case-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec03__case-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(21 / 1080 * 100vw), 21px);
  line-height: 1.8;
  text-align: left;
  padding: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec03__case-text {
    font-size: calc(28 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw) calc(32 / 750 * 100vw);
  }
}

.sec04 {
  position: relative;
  padding-bottom: min(calc(64 / 1080 * 100vw), 64px);
  overflow: hidden;
  background: linear-gradient(180deg, #ede8de 84.87%, #f5f1e9 89.41%);
}
@media screen and (max-width: 767px) {
  .sec04 {
    padding-bottom: calc(53 / 750 * 100vw);
  }
}
.sec04__inner {
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec04__inner {
    width: 100%;
    padding: 0;
  }
}
.sec04__header {
  text-align: center;
  background-image: url(../img/pc/sec04_bg.webp);
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: min(calc(48 / 1080 * 100vw), 48px);
  padding-bottom: min(calc(265 / 1080 * 100vw), 265px);
}
@media screen and (max-width: 767px) {
  .sec04__header {
    background-image: url(../img/sp/sec04_bg.webp);
    padding-top: calc(53 / 750 * 100vw);
    padding-bottom: calc(285 / 750 * 100vw);
    background-size: 100% auto;
  }
}
.sec04__header-sub {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(21 / 1080 * 100vw), 21px);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #fff;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding: 0 min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec04__header-sub {
    font-size: calc(28 / 750 * 100vw);
    padding: 0 calc(27 / 750 * 100vw);
  }
}
.sec04__header-sub::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 100%;
  aspect-ratio: 134/18;
  background: url(../img/common/sec04_illust_title_line.svg);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .sec04__header-sub::after {
    width: 100%;
  }
}
.sec04__header-lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(21 / 1080 * 100vw), 21px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #fff;
  margin-top: min(calc(50 / 1080 * 100vw), 50px);
}
@media screen and (max-width: 767px) {
  .sec04__header-lead {
    font-size: calc(28 / 750 * 100vw);
    margin-top: calc(66 / 750 * 100vw);
  }
}
.sec04__header-title {
  margin-top: min(calc(10 / 1080 * 100vw), 10px);
  display: flex;
  align-items: baseline;
  justify-content: center;
  position: relative;
  flex-wrap: wrap;
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec04__header-title {
    margin-top: calc(20 / 750 * 100vw);
    font-size: calc(60 / 750 * 100vw);
  }
}
.sec04__header-title span {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec04__header-title span {
    font-size: calc(34 / 750 * 100vw);
  }
}
.sec04__president {
  width: min(calc(476 / 1080 * 100vw), 476px);
  margin: 0 auto;
  background: #fff;
  padding: min(calc(48 / 1080 * 100vw), 48px) min(calc(29 / 1080 * 100vw), 29px);
  position: relative;
  margin-top: max(calc(-203 / 1080 * 100vw), -203px);
}
@media screen and (max-width: 767px) {
  .sec04__president {
    width: calc(630 / 750 * 100vw);
    padding: calc(65 / 750 * 100vw) calc(40 / 750 * 100vw) calc(88 / 750 * 100vw);
    margin-top: calc(-40 / 750 * 100vw);
  }
}
.sec04__president-prof {
  position: relative;
  width: 100%;
  flex-shrink: 0;
  gap: min(calc(32 / 1080 * 100vw), 32px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec04__president-prof {
    flex-direction: row;
    gap: calc(30 / 750 * 100vw);
  }
}
.sec04__president-img {
  width: min(calc(172 / 1080 * 100vw), 172px);
  height: auto;
}
@media screen and (max-width: 767px) {
  .sec04__president-img {
    width: calc(240 / 750 * 100vw);
  }
}
.sec04__president-badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--Rectangle-3302, #ab6f1b);
  padding: 0 min(calc(20 / 1080 * 100vw), 20px);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .sec04__president-badge {
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.sec04__president-badge span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec04__president-badge span {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec04__president-badge::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 80%);
  width: min(calc(20 / 1080 * 100vw), 20px);
  aspect-ratio: 1/1;
  background: #ab6f1b;
  clip-path: polygon(25% 0, 100% 0, 0 100%);
}
@media screen and (max-width: 767px) {
  .sec04__president-badge::after {
    width: calc(30 / 750 * 100vw);
  }
}
.sec04__president-content {
  width: min(calc(600 / 1080 * 100vw), 600px);
  padding-top: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec04__president-content {
    width: 100%;
    padding-top: 0;
    text-align: center;
  }
}
.sec04__president-position {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.8;
  margin-bottom: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec04__president-position {
    font-size: calc(24 / 750 * 100vw);
    margin-bottom: calc(15 / 750 * 100vw);
    text-align: left;
  }
}
.sec04__president-name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec04__president-name {
    font-size: calc(24 / 750 * 100vw);
    margin-bottom: 0;
    margin-right: -2em;
    text-align: left;
  }
}
.sec04__president-text {
  margin-top: min(calc(42 / 1080 * 100vw), 42px);
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 400;
  line-height: 1.6;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec04__president-text {
    margin-top: calc(56 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
  }
}
.sec04__qa {
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin-left: auto;
  margin-right: auto;
  margin-top: min(calc(40 / 1080 * 100vw), 40px);
  padding: 0 min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec04__qa {
    width: 100%;
    margin-top: calc(96 / 750 * 100vw);
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.sec04__qa-list {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .sec04__qa-list {
    gap: calc(40 / 750 * 100vw);
  }
}
.sec04__qa-item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec04__qa-item {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .sec04__qa-item:nth-child(odd) {
    align-items: flex-start;
  }
}
.sec04__qa-item:nth-child(even) {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .sec04__qa-item:nth-child(even) {
    flex-direction: column;
    align-items: flex-end;
  }
}
.sec04__qa-item:nth-child(2) {
  margin-top: min(calc(25 / 1080 * 100vw), 25px);
}
@media screen and (max-width: 767px) {
  .sec04__qa-item:nth-child(2) {
    margin-top: 0;
  }
}
.sec04__qa-item:nth-child(3) {
  margin-top: min(calc(122 / 1080 * 100vw), 122px);
}
@media screen and (max-width: 767px) {
  .sec04__qa-item:nth-child(3) {
    margin-top: 0;
  }
}
.sec04__qa-q {
  display: flex;
  align-items: center;
  gap: min(calc(12 / 1080 * 100vw), 12px);
  margin-bottom: min(calc(15 / 1080 * 100vw), 15px);
  background: #fff;
  width: fit-content;
  padding: min(calc(15 / 1080 * 100vw), 15px) min(calc(24 / 1080 * 100vw), 24px);
  border-radius: min(calc(7.5 / 1080 * 100vw), 7.5px);
  position: relative;
  z-index: 2;
  filter: drop-shadow(min(calc(3 / 1080 * 100vw), 3px) min(calc(3 / 1080 * 100vw), 3px) 0 rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 767px) {
  .sec04__qa-q {
    width: auto;
    max-width: 90%;
    padding: calc(20 / 750 * 100vw) calc(30 / 750 * 100vw);
    border-radius: calc(10 / 750 * 100vw);
    gap: calc(20 / 750 * 100vw);
    margin-bottom: 0;
    filter: drop-shadow(calc(3 / 750 * 100vw) calc(3 / 750 * 100vw) 0 rgba(0, 0, 0, 0.25));
  }
}
.sec04__qa-q-text {
  color: #ab6f1b;
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .sec04__qa-q-text {
    font-size: calc(34 / 750 * 100vw);
  }
}
.sec04__qa-q:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%);
  width: min(calc(27 / 1080 * 100vw), 27px);
  aspect-ratio: 27/16;
  background: #fff;
  z-index: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
@media screen and (max-width: 767px) {
  .sec04__qa-q:after {
    top: 50%;
    left: 0;
    transform: translate(-80%, -50%);
    width: calc(38 / 750 * 100vw);
  }
}
.sec04__qa-item:nth-child(even) .sec04__qa-q:after {
  left: auto;
  right: 0;
  transform: translate(100%, -50%) scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .sec04__qa-item:nth-child(even) .sec04__qa-q:after {
    left: auto;
    right: 0;
    transform: translate(80%, -50%) scale(-1, 1);
  }
}
.sec04__qa-icon {
  width: min(calc(34 / 1080 * 100vw), 34px);
  height: auto;
}
@media screen and (max-width: 767px) {
  .sec04__qa-icon {
    width: calc(45 / 750 * 100vw);
  }
}
.sec04__qa-a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(21 / 1080 * 100vw), 21px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
  padding-left: min(calc(55 / 1080 * 100vw), 55px);
  width: min(calc(410 / 1080 * 100vw), 410px);
  border-radius: 7.5px;
  background: rgba(250, 248, 245, 0.8);
  padding: min(calc(50 / 1080 * 100vw), 50px) min(calc(30 / 1080 * 100vw), 30px);
  position: absolute;
  top: min(calc(40 / 1080 * 100vw), 40px);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec04__qa-a {
    position: relative;
    width: calc(540 / 750 * 100vw);
    padding: calc(75 / 750 * 100vw) calc(45 / 750 * 100vw) calc(52 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
    border-radius: calc(10 / 750 * 100vw);
    background: rgba(250, 248, 245, 0.95);
    padding-left: calc(30 / 750 * 100vw);
    margin-top: calc(-70 / 750 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
    z-index: 1;
  }
}
.sec04__qa-item:nth-child(odd) .sec04__qa-a {
  left: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec04__qa-item:nth-child(odd) .sec04__qa-a {
    left: auto;
    margin-left: calc(30 / 750 * 100vw);
  }
}
.sec04__qa-item:nth-child(even) .sec04__qa-a {
  left: auto;
  right: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec04__qa-item:nth-child(even) .sec04__qa-a {
    right: auto;
    margin-right: calc(30 / 750 * 100vw);
  }
}
.sec04__cv {
  text-align: center;
  margin-top: min(calc(166 / 1080 * 100vw), 166px);
}
@media screen and (max-width: 767px) {
  .sec04__cv {
    margin-top: calc(124 / 750 * 100vw);
  }
}
.sec04__cv .cv-btn {
  margin-top: calc(9 / 750 * 100vw);
}
@media screen and (max-width: 767px) {
  .sec04__cv .cv-btn {
    margin-top: calc(21 / 750 * 100vw);
  }
}
.sec04__cv-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec04__cv-text {
    font-size: calc(26 / 750 * 100vw);
  }
}

.adlp-sec05 {
  position: relative;
  padding-top: min(calc(72 / 1080 * 100vw), 72px);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .adlp-sec05 {
    padding-top: calc(63 / 750 * 100vw);
  }
}
.adlp-sec05__inner {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .adlp-sec05__inner {
    width: 100%;
    padding-right: calc(20 / 750 * 100vw);
    padding-left: calc(20 / 750 * 100vw);
  }
}
.adlp-sec05__head {
  margin-bottom: min(calc(60 / 1080 * 100vw), 60px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .adlp-sec05__head {
    margin-bottom: calc(60 / 750 * 100vw);
  }
}
.adlp-sec05__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #333;
}
.adlp-sec05__title-sub {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .adlp-sec05__title-sub {
    margin-bottom: calc(15 / 750 * 100vw);
    font-size: calc(34 / 750 * 100vw);
  }
}
.adlp-sec05__title-main {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.08em;
  margin-top: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .adlp-sec05__title-main {
    font-size: calc(50 / 750 * 100vw);
    margin-top: 0;
  }
}
.adlp-sec05__table-wrap {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .adlp-sec05__table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.adlp-sec05__table {
  display: grid;
  grid-template-columns: repeat(5, min(calc(184 / 1080 * 100vw), 184px));
  grid-template-rows: repeat(5, auto);
  border-top: 1px solid #ccbfac;
  border-left: 1px solid #ccbfac;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .adlp-sec05__table {
    width: calc(700 / 750 * 100vw);
    grid-template-columns: calc(130 / 750 * 100vw) repeat(4, calc(142 / 750 * 100vw));
  }
}
.adlp-sec05__table-row {
  display: contents;
}
.adlp-sec05__table-th, .adlp-sec05__table-td {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(15 / 1080 * 100vw), 15px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
  border-right: 1px solid #ccbfac;
  border-bottom: 1px solid #ccbfac;
  background-color: #fff;
  min-height: min(calc(70 / 1080 * 100vw), 70px);
}
@media screen and (max-width: 767px) {
  .adlp-sec05__table-th, .adlp-sec05__table-td {
    padding: calc(15 / 750 * 100vw) 0;
    font-size: calc(20 / 750 * 100vw);
    min-height: calc(121 / 750 * 100vw);
  }
}
.adlp-sec05__table-th--highlight, .adlp-sec05__table-td--highlight {
  background-color: #fff;
  font-weight: 700;
  color: #ab6f1b;
}
.adlp-sec05__table-row:nth-child(1) .adlp-sec05__table-th, .adlp-sec05__table-row:nth-child(1) .adlp-sec05__table-td {
  min-height: min(calc(58 / 1080 * 100vw), 58px);
}
@media screen and (max-width: 767px) {
  .adlp-sec05__table-row:nth-child(1) .adlp-sec05__table-th, .adlp-sec05__table-row:nth-child(1) .adlp-sec05__table-td {
    min-height: calc(131 / 750 * 100vw);
    letter-spacing: 0.01em;
  }
}
.adlp-sec05__table-row:nth-child(4) .adlp-sec05__table-th, .adlp-sec05__table-row:nth-child(4) .adlp-sec05__table-td {
  padding: min(calc(19 / 1080 * 100vw), 19px);
}
@media screen and (max-width: 767px) {
  .adlp-sec05__table-row:nth-child(4) .adlp-sec05__table-th, .adlp-sec05__table-row:nth-child(4) .adlp-sec05__table-td {
    padding: calc(15 / 750 * 100vw);
  }
}
.adlp-sec05__table-th {
  font-weight: 700;
  background-color: #f9f7f2;
}
.adlp-sec05__table-th--highlight {
  background-color: #f9f7f2;
}
.adlp-sec05__note {
  margin-top: min(calc(20 / 1080 * 100vw), 20px);
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #666;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .adlp-sec05__note {
    margin: calc(20 / 750 * 100vw) auto 0;
    font-size: calc(20 / 750 * 100vw);
    text-align: left;
    width: calc(630 / 750 * 100vw);
  }
}
.adlp-sec05__content {
  margin-top: min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .adlp-sec05__content {
    margin-top: calc(60 / 750 * 100vw);
    text-align: center;
    align-items: center;
  }
}
.adlp-sec05__content-text {
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .adlp-sec05__content-text {
    text-align: center;
    width: 100%;
  }
}
.adlp-sec05__sub-title {
  margin-bottom: min(calc(20 / 1080 * 100vw), 20px);
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #333;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .adlp-sec05__sub-title {
    margin-bottom: calc(67 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
    padding: 0 calc(20 / 750 * 100vw) calc(10 / 750 * 100vw);
  }
}
.adlp-sec05__sub-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 200%);
  width: min(calc(220 / 1080 * 100vw), 220px);
  aspect-ratio: 220/14;
  background: url(../img/common/sec05_illust_title_line.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .adlp-sec05__sub-title::after {
    width: 100%;
    transform: translate(-50%, 100%);
  }
}
.adlp-sec05__desc {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-top: min(calc(103 / 1080 * 100vw), 103px);
  margin-left: min(calc(55 / 1080 * 100vw), 55px);
  padding-bottom: min(calc(101 / 1080 * 100vw), 101px);
}
@media screen and (max-width: 767px) {
  .adlp-sec05__desc {
    font-size: calc(42 / 750 * 100vw);
    margin-top: 0;
    margin-left: calc(67 / 750 * 100vw);
    padding-bottom: 0;
    text-align: left;
    padding-bottom: calc(99 / 750 * 100vw);
  }
}
.adlp-sec05__desc span {
  font-weight: 500;
  letter-spacing: 0.1em;
}
.adlp-sec05__img {
  width: min(calc(303 / 1080 * 100vw), 303px);
  flex-shrink: 0;
  position: absolute;
  bottom: 0;
  right: calc(-30 / 750 * 100vw);
  transform: translate(82%, 0);
}
@media screen and (max-width: 767px) {
  .adlp-sec05__img {
    transform: none;
    width: calc(365 / 750 * 100vw);
    margin: 0 auto;
  }
}
.adlp-sec05__img img {
  width: 100%;
  height: auto;
}

.adlp-sec06 {
  position: relative;
  padding-top: min(calc(72 / 1080 * 100vw), 72px);
  padding-bottom: min(calc(72 / 1080 * 100vw), 72px);
  background: var(--Rectangle-3301, #f5f1e9);
}
@media screen and (max-width: 767px) {
  .adlp-sec06 {
    padding-top: calc(96 / 750 * 100vw);
    padding-bottom: calc(56 / 750 * 100vw);
  }
}
.adlp-sec06::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: min(calc(66 / 1080 * 100vw), 66px);
  background-color: #3b3b4c;
}
@media screen and (max-width: 767px) {
  .adlp-sec06::after {
    height: calc(88 / 750 * 100vw);
  }
}
.adlp-sec06__inner {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .adlp-sec06__inner {
    width: 100%;
    margin: 0;
  }
}
.adlp-sec06__head {
  text-align: center;
}
.adlp-sec06__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #333;
}
.adlp-sec06__title-main {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(45 / 1080 * 100vw), 45px);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.08em;
  margin-top: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-sec06__title-main {
    font-size: calc(60 / 750 * 100vw);
    letter-spacing: 0.08em;
    line-height: 1.4;
  }
}
.adlp-sec06__title-main strong {
  font-size: min(calc(82 / 1080 * 100vw), 82px);
  font-family: "EB Garamond";
  line-height: 0.7;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .adlp-sec06__title-main strong {
    font-size: calc(110 / 750 * 100vw);
  }
}
.adlp-sec06__title-sub {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: min(calc(21 / 1080 * 100vw), 21px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  margin-top: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-sec06__title-sub {
    font-size: calc(28 / 750 * 100vw);
    margin-top: calc(20 / 750 * 100vw);
    line-height: 1.4;
    letter-spacing: 0.08em;
  }
}
.adlp-sec06__title-sub span {
  font-size: min(calc(27 / 1080 * 100vw), 27px);
}
@media screen and (max-width: 767px) {
  .adlp-sec06__title-sub span {
    font-size: calc(36 / 750 * 100vw);
  }
}
.adlp-sec06__list {
  display: flex;
  flex-direction: column;
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: min(calc(60 / 1080 * 100vw), 60px) auto 0;
  gap: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .adlp-sec06__list {
    gap: calc(80 / 750 * 100vw);
    margin: calc(80 / 750 * 100vw) auto 0;
    width: 100%;
  }
}
.adlp-sec06__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .adlp-sec06__item {
    gap: calc(80 / 750 * 100vw);
  }
}
.adlp-sec06__item-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .adlp-sec06__item-content {
    width: 100%;
  }
}
.adlp-sec06__item-img img {
  width: 100%;
  height: auto;
}
.adlp-sec06__item-main {
  background: #fff;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 min(calc(32 / 1080 * 100vw), 32px) min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .adlp-sec06__item-main {
    width: calc(690 / 750 * 100vw);
    margin-top: calc(-193 / 750 * 100vw);
    padding: 0 calc(48 / 750 * 100vw) min(calc(40 / 1080 * 100vw), 40px);
    filter: drop-shadow(0 0 36px rgba(0, 0, 0, 0.16));
  }
}
.adlp-sec06__point {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: min(calc(5 / 1080 * 100vw), 5px);
  font-family: "EB Garamond";
  color: var(--base01, #fff);
  background: #651111;
  width: min(calc(90 / 1080 * 100vw), 90px);
  height: min(calc(90 / 1080 * 100vw), 90px);
  translate: 0 -50%;
  margin-bottom: max(calc(-45 / 1080 * 100vw), -45px);
}
@media screen and (max-width: 767px) {
  .adlp-sec06__point {
    gap: calc(10 / 750 * 100vw);
    margin-bottom: calc(-60 / 750 * 100vw);
    width: calc(120 / 750 * 100vw);
    height: calc(120 / 750 * 100vw);
  }
}
.adlp-sec06__point-label {
  font-family: "EB Garamond", serif;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .adlp-sec06__point-label {
    font-size: calc(26 / 750 * 100vw);
  }
}
.adlp-sec06__point-number {
  font-family: "EB Garamond", serif;
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  line-height: 0.8;
}
@media screen and (max-width: 767px) {
  .adlp-sec06__point-number {
    font-size: calc(64 / 750 * 100vw);
  }
}
.adlp-sec06__item-title {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-top: min(calc(27 / 1080 * 100vw), 27px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .adlp-sec06__item-title {
    font-size: calc(50 / 750 * 100vw);
    line-height: 1.6;
    margin-top: calc(35 / 750 * 100vw);
  }
}
.adlp-sec06__check-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: min(calc(40 / 1080 * 100vw), 40px);
  gap: min(calc(6 / 1080 * 100vw), 6px);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .adlp-sec06__check-list {
    margin-top: calc(56 / 750 * 100vw);
    gap: calc(8 / 750 * 100vw);
  }
}
.adlp-sec06__check-list-item {
  padding: min(calc(18 / 1080 * 100vw), 18px);
  background: var(--Rectangle-3301, #f5f1e9);
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: min(calc(22 / 1080 * 100vw), 22px);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .adlp-sec06__check-list-item {
    padding: calc(24 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
  }
}
.adlp-sec06__check-list-item:before {
  content: "";
  display: block;
  width: min(calc(29 / 1080 * 100vw), 29px);
  height: min(calc(29 / 1080 * 100vw), 29px);
  background: url(../img/common/icon_check_brown.svg) center center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .adlp-sec06__check-list-item:before {
    width: calc(34 / 750 * 100vw);
    height: calc(34 / 750 * 100vw);
  }
}
.adlp-sec06__check-list-item > span {
  flex: 1;
}

.sec07 {
  background-image: url("../img/pc/sec07_bg.webp");
  background-size: 100% auto;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
.sec07 .sec07__outer {
  padding: min(calc(72 / 1080 * 100vw), 72px) 0;
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: auto;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__outer {
    padding: calc(70 / 750 * 100vw) 0 calc(32 / 750 * 100vw);
    width: calc(690 / 750 * 100vw);
  }
}
.sec07 .sec07__title {
  text-align: center;
}
.sec07 .sec07__title01 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  line-height: 160%;
  letter-spacing: 0.1em;
  color: #333333;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__title01 {
    font-size: calc(30 / 750 * 100vw);
  }
}
.sec07 .sec07__title01::after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='207' height='14' viewBox='0 0 207 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0.75L98.25 0.75' stroke='%23444444' stroke-width='1.5'/%3E%3Cpath d='M98.25 12.75L107.015 0.75H207' stroke='%23444444' stroke-width='1.5'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: min(calc(207 / 1080 * 100vw), 207px);
  height: min(calc(14 / 1080 * 100vw), 14px);
  margin: min(calc(8 / 1080 * 100vw), 8px) auto 0;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__title01::after {
    background-image: url("data:image/svg+xml,%3Csvg width='276' height='18' viewBox='0 0 276 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1L131 1' stroke='%23444444' stroke-width='2'/%3E%3Cpath d='M131 17L142.687 1H276' stroke='%23444444' stroke-width='2'/%3E%3C/svg%3E%0A");
    width: calc(276 / 750 * 100vw);
    height: calc(18 / 750 * 100vw);
    margin: calc(8 / 750 * 100vw) auto 0;
  }
}
.sec07 .sec07__title02 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: min(calc(39 / 1080 * 100vw), 39px);
  line-height: 150%;
  letter-spacing: 0.1em;
  color: #3b3b4c;
  margin: min(calc(6 / 1080 * 100vw), 6px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__title02 {
    font-size: calc(52 / 750 * 100vw);
    margin: calc(18 / 750 * 100vw) 0 0;
  }
}
.sec07 .sec07__list {
  margin: min(calc(48 / 1080 * 100vw), 48px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__list {
    margin: calc(64 / 750 * 100vw) auto 0;
    width: calc(630 / 750 * 100vw);
  }
}
.sec07 .sec07__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: min(calc(24 / 1080 * 100vw), 24px);
  margin: 0 0 min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__item {
    align-items: flex-start;
    gap: calc(38 / 750 * 100vw);
    margin: 0 0 calc(32 / 750 * 100vw);
  }
}
.sec07 .sec07__item:last-child {
  margin: 0;
}
.sec07 .sec07__icon {
  flex: 0 0 min(calc(111 / 1080 * 100vw), 111px);
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__icon {
    flex: 0 0 calc(148 / 750 * 100vw);
  }
}
.sec07 .sec07__text01 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  line-height: 140%;
  letter-spacing: 0.08em;
  color: #ab6f1b;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__text01 {
    font-size: calc(40 / 750 * 100vw);
  }
}
.sec07 .sec07__text02 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 140%;
  letter-spacing: 0.06em;
  color: #363952;
  margin: min(calc(2 / 1080 * 100vw), 2px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__text02 {
    font-size: calc(26 / 750 * 100vw);
    margin: calc(3 / 750 * 100vw) 0 0;
  }
}
.sec07 .sec07__bottom {
  position: relative;
  border: 1px solid #000;
  margin: min(calc(72 / 1080 * 100vw), 72px) auto 0;
  padding: min(calc(42 / 1080 * 100vw), 42px) 0;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__bottom {
    border: calc(2 / 750 * 100vw) solid #000;
    margin: calc(124 / 750 * 100vw) auto 0;
    padding: calc(70 / 750 * 100vw) calc(0 / 750 * 100vw) calc(54 / 750 * 100vw);
  }
}
.sec07 .sec07__text03 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: min(calc(27 / 1080 * 100vw), 27px);
  letter-spacing: 0.1em;
  color: #ffffff;
  position: absolute;
  width: fit-content;
  white-space: nowrap;
  height: min(calc(48 / 1080 * 100vw), 48px);
  top: max(calc(-24 / 1080 * 100vw), -24px);
  left: 50%;
  transform: translateX(-50%);
  background-color: #ab6f1b;
  padding: 0 min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__text03 {
    font-size: calc(36 / 750 * 100vw);
    height: calc(66 / 750 * 100vw);
    top: calc(-33 / 750 * 100vw);
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.sec07 .sec07__text03 .small {
  font-size: min(calc(21 / 1080 * 100vw), 21px);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__text03 .small {
    font-size: calc(28 / 750 * 100vw);
  }
}
.sec07 .sec07__text04 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  line-height: 180%;
  letter-spacing: 0.08em;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__text04 {
    font-size: calc(38 / 750 * 100vw);
  }
}
.sec07 .sec07__text04 strong {
  font-weight: 700;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  color: #ab6f1b;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__text04 strong {
    font-size: calc(38 / 750 * 100vw);
  }
}

.sec08 .sec08__outer {
  padding: min(calc(72 / 1080 * 100vw), 72px) 0;
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: auto;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__outer {
    padding: calc(56 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
    width: calc(590 / 750 * 100vw);
  }
}
.sec08 .sec08__title {
  text-align: center;
}
.sec08 .sec08__title01 {
  color: #333;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__title01 {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec08 .sec08__title02 {
  color: #333;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__title02 {
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec08 .sec08__content {
  margin: min(calc(48 / 1080 * 100vw), 48px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__content {
    margin: calc(66 / 750 * 100vw) 0 0;
  }
}
.sec08 .adlp-accordion__wrapper {
  gap: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec08 .adlp-accordion__wrapper {
    gap: calc(40 / 750 * 100vw);
  }
}
.sec08 .adlp-accordion {
  background-color: #f5f1e9;
  padding: min(calc(12 / 1080 * 100vw), 12px) 0;
}
@media screen and (max-width: 767px) {
  .sec08 .adlp-accordion {
    padding: calc(16 / 750 * 100vw) 0;
  }
}
.sec08 .adlp-accordion__header {
  padding: 0 min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec08 .adlp-accordion__header {
    padding: 0 calc(39 / 750 * 100vw);
  }
}
.sec08 .adlp-accordion__header::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='13' viewBox='0 0 19 13' fill='none'%3E%3Cpath d='M1.5 1.5L8.71913 10.5239C9.11946 11.0243 9.88054 11.0243 10.2809 10.5239L17.5 1.5' stroke='%23333333' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: min(calc(19 / 1080 * 100vw), 19px);
  height: min(calc(13 / 1080 * 100vw), 13px);
}
@media screen and (max-width: 767px) {
  .sec08 .adlp-accordion__header::after {
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='17' viewBox='0 0 26 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L11.4274 13.9985C12.2281 15.0176 13.7719 15.0176 14.5726 13.9985L24 2' stroke='%23333333' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    width: calc(26 / 750 * 100vw);
    height: calc(17 / 750 * 100vw);
  }
}
.sec08 .adlp-accordion__header__inner {
  padding: min(calc(18 / 1080 * 100vw), 18px) min(calc(30 / 1080 * 100vw), 30px) min(calc(18 / 1080 * 100vw), 18px) 0;
}
@media screen and (max-width: 767px) {
  .sec08 .adlp-accordion__header__inner {
    padding: calc(24 / 750 * 100vw) calc(30 / 750 * 100vw) calc(24 / 750 * 100vw) 0;
  }
}
.sec08 .adlp-accordion__header__inner .text {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(21 / 1080 * 100vw), 21px);
  font-weight: 700;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .sec08 .adlp-accordion__header__inner .text {
    font-size: calc(28 / 750 * 100vw);
  }
}
.sec08 .adlp-accordion__body {
  padding: 0 min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec08 .adlp-accordion__body {
    padding: 0 calc(39 / 750 * 100vw);
  }
}
.sec08 .adlp-accordion__body__inner {
  position: relative;
  padding: min(calc(18 / 1080 * 100vw), 18px) 0;
}
@media screen and (max-width: 767px) {
  .sec08 .adlp-accordion__body__inner {
    padding: calc(24 / 750 * 100vw) 0;
  }
}
.sec08 .adlp-accordion__body__inner::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='860' height='2' viewBox='0 0 860 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='0.75' y1='0.75' x2='859.25' y2='0.749925' stroke='%23666666' stroke-width='1.5' stroke-miterlimit='11.4737' stroke-linecap='round' stroke-dasharray='0.75 7.5'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: min(calc(860 / 1080 * 100vw), 860px);
  height: min(calc(2 / 1080 * 100vw), 2px);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .sec08 .adlp-accordion__body__inner::before {
    background-image: url("data:image/svg+xml,%3Csvg width='510' height='2' viewBox='0 0 510 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1' y1='1' x2='509' y2='0.999955' stroke='%23666666' stroke-width='2' stroke-miterlimit='11.4737' stroke-linecap='round' stroke-dasharray='1 10'/%3E%3C/svg%3E%0A");
    width: calc(520 / 750 * 100vw);
    height: calc(2 / 750 * 100vw);
  }
}
.sec08 .adlp-accordion__body__inner .text {
  color: #3b3b4c;
  text-align: justify;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .sec08 .adlp-accordion__body__inner .text {
    font-size: calc(26 / 750 * 100vw);
  }
}

.sec09__cv {
  text-align: center;
  padding-top: min(calc(40 / 1080 * 100vw), 40px);
  padding-bottom: min(calc(40 / 1080 * 100vw), 40px);
  background: #f5f1e9;
}
@media screen and (max-width: 767px) {
  .sec09__cv {
    padding-top: calc(47 / 750 * 100vw);
    padding-bottom: calc(47 / 750 * 100vw);
  }
}
.sec09__cv .cv-btn {
  margin-top: calc(9 / 750 * 100vw);
}
@media screen and (max-width: 767px) {
  .sec09__cv .cv-btn {
    margin-top: calc(21 / 750 * 100vw);
  }
}
.sec09__cv-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec09__cv-text {
    font-size: calc(26 / 750 * 100vw);
  }
}
/*# sourceMappingURL=lp.css.map */
