@charset "UTF-8";
.adlp-footer {
  padding: min(calc(40 / 1080 * 100vw), 40px) 0 min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-footer {
    padding: calc(80 / 750 * 100vw) 0 calc(40 / 750 * 100vw);
  }
}
.adlp-footer__menu__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  gap: min(calc(36 / 1080 * 100vw), 36px);
}
@media screen and (max-width: 767px) {
  .adlp-footer__menu__wrapper {
    flex-direction: column;
    width: 100%;
    gap: calc(48 / 750 * 100vw);
  }
}
.adlp-footer__menu {
  text-align: center;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  color: #333;
  text-align: center;
  font-weight: 400;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .adlp-footer__menu {
    font-size: calc(26 / 750 * 100vw);
  }
}
.adlp-footer__logo {
  width: min(calc(221 / 1080 * 100vw), 221px);
  margin: min(calc(60 / 1080 * 100vw), 60px) auto 0;
}
@media screen and (max-width: 767px) {
  .adlp-footer__logo {
    width: calc(312 / 750 * 100vw);
    margin: calc(80 / 750 * 100vw) auto 0;
  }
}
.adlp-footer__text {
  margin: min(calc(20 / 1080 * 100vw), 20px) 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(26 / 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;
  padding: min(calc(12 / 1080 * 100vw), 12px) 0;
  border-radius: min(calc(7 / 1080 * 100vw), 7px);
}
@media screen and (max-width: 767px) {
  .adlp-accordion {
    padding: calc(12 / 750 * 100vw) 0;
    border-radius: calc(10 / 750 * 100vw);
  }
}
.adlp-accordion__header {
  position: relative;
  cursor: pointer;
}
.adlp-accordion__header__inner {
  display: flex;
  align-items: center;
  padding: min(calc(18 / 1080 * 100vw), 18px) min(calc(74 / 1080 * 100vw), 74px) min(calc(18 / 1080 * 100vw), 18px) min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header__inner {
    padding: calc(24 / 750 * 100vw) calc(98 / 750 * 100vw) calc(24 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}
.adlp-accordion__header__inner .text {
  color: #007533;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  line-height: 170%;
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header__inner .text {
    font-size: calc(30 / 750 * 100vw);
  }
}
.adlp-accordion__header::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: min(calc(23 / 1080 * 100vw), 23px);
  height: min(calc(15 / 1080 * 100vw), 15px);
  right: min(calc(45 / 1080 * 100vw), 45px);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='15' viewBox='0 0 23 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 1.5L11.25 12L1.5 1.5' stroke='%23007533' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header::after {
    width: calc(28 / 750 * 100vw);
    height: calc(17 / 750 * 100vw);
    right: calc(40 / 750 * 100vw);
  }
}
.adlp-accordion__header.--open::after {
  transform: translateY(-50%) rotate(180deg);
}
.adlp-accordion__header.--open::before {
  opacity: 0;
}
.adlp-accordion__body {
  display: none;
}
.adlp-accordion__body__inner {
  display: flex;
  align-items: flex-start;
  padding: 0 min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__body__inner {
    padding: 0 calc(40 / 750 * 100vw);
  }
}
.adlp-accordion__body__inner .inner {
  border-top: 2px solid #007533;
  padding: min(calc(18 / 1080 * 100vw), 18px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-accordion__body__inner .inner {
    padding: calc(24 / 750 * 100vw) 0;
  }
}
.adlp-accordion__body__inner .text {
  color: #333;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 400;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .adlp-accordion__body__inner .text {
    font-size: calc(26 / 750 * 100vw);
  }
}
.adlp-accordion__body__inner .note {
  margin-top: min(calc(12 / 1080 * 100vw), 12px);
  color: #666;
}
@media screen and (max-width: 767px) {
  .adlp-accordion__body__inner .note {
    margin-top: calc(24 / 750 * 100vw);
  }
}

.js-toggle {
  cursor: pointer;
}
.js-toggle + * {
  display: none;
}

.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;
  }
}
.adlp-card {
  display: flex;
  flex-direction: column;
  background: #f1f1f1;
  padding: min(calc(20 / 1080 * 100vw), 20px);
  gap: min(calc(20 / 1080 * 100vw), 20px);
}
@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__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);
  }
}
.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: #f1f1f1;
}
@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__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);
  }
}
.adlp-flow {
  display: flex;
  grid-gap: min(calc(47 / 1080 * 100vw), 47px);
  align-items: center;
  z-index: 1;
}
@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__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);
  }
}
.adlp-flow02 {
  gap: min(calc(10 / 1080 * 100vw), 10px);
  display: flex;
  align-items: center;
  z-index: 1;
}
@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;
  margin: 0 0 min(calc(38 / 1080 * 100vw), 38px);
}
@media screen and (max-width: 767px) {
  .adlp-head {
    margin-bottom: calc(28 / 750 * 100vw);
  }
}
.adlp-head .text01 {
  color: #FFF;
  text-align: center;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  line-height: 60%;
  font-size: min(calc(90 / 1080 * 100vw), 90px);
}
@media screen and (max-width: 767px) {
  .adlp-head .text01 {
    font-size: calc(120 / 750 * 100vw);
  }
}
.adlp-head .text02 {
  display: block;
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  color: #007533;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .adlp-head .text02 {
    font-size: calc(40 / 750 * 100vw);
  }
}
.adlp-head .text03 {
  display: block;
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  color: #007533;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .adlp-head .text03 {
    font-size: calc(64 / 750 * 100vw);
  }
}

.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);
  }
}
.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);
}
@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__wrapper {
  display: flex;
  width: min(calc(4592 / 1080 * 100vw), 4592px);
}
@media screen and (max-width: 767px) {
  .adlp-logo__wrapper {
    width: calc(4592 / 750 * 100vw);
  }
}
.adlp-logo {
  animation: infinity-scroll-left 35s infinite linear 0.5s both;
  width: min(calc(2296 / 1080 * 100vw), 2296px);
}
@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 {
  /* ページネーションの余白 */
}
.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__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);
  }
}
.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: #f1f1f1;
}
@media screen and (max-width: 767px) {
  .adlp-tab__head {
    padding: calc(10 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}
.adlp-tab__head.--active {
  background: #E75B18;
  color: #fff;
}
.adlp-tab__content {
  display: none;
  border: min(calc(3 / 1080 * 100vw), 3px) solid #f1f1f1;
  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: #333;
}
.adlp-text__label.--txt::after {
  background: #333;
}
.adlp-text__label.--white {
  color: #fff;
  background: #fff;
}
.adlp-text__label.--white::after {
  background: #fff;
}
.adlp-text__label.--silver {
  color: #fff;
  background: #f1f1f1;
}
.adlp-text__label.--silver::after {
  background: #f1f1f1;
}
.adlp-text__label.--accent {
  color: #fff;
  background: #E75B18;
}
.adlp-text__label.--accent::after {
  background: #E75B18;
}

.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: #333;
}
.adlp-text__label__para.--white {
  color: #fff;
}
.adlp-text__label__para.--white::after {
  background: #fff;
}
.adlp-text__label__para.--silver {
  color: #fff;
}
.adlp-text__label__para.--silver::after {
  background: #f1f1f1;
}
.adlp-text__label__para.--accent {
  color: #fff;
}
.adlp-text__label__para.--accent::after {
  background: #E75B18;
}

.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: #E75B18;
}
.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;
  }
}

.adlp-ba-slider {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
}
.adlp-ba-slider__inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
}
.adlp-ba-slider__before, .adlp-ba-slider__after {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
}
.adlp-ba-slider__after {
  margin-left: -100%;
  overflow: hidden;
  clip-path: inset(0 100% 0 0);
  transition: none;
}
.adlp-ba-slider__divider {
  position: absolute;
  top: 0;
  left: 0%;
  width: 4px;
  height: 100%;
  background: white;
  transform: translateX(-2px);
  z-index: 10;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: none;
  cursor: ew-resize;
  pointer-events: none;
}
.adlp-ba-slider__divider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.adlp-ba-slider__divider::after {
  content: "↔";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: #333;
  font-weight: bold;
  z-index: 1;
}
.adlp-ba-slider__handle {
  position: absolute;
  top: 0;
  left: -20px;
  width: 44px;
  height: 100%;
  z-index: 11;
  cursor: ew-resize;
  pointer-events: auto;
}

.sec02 {
  position: relative;
  padding-top: min(calc(52 / 1080 * 100vw), 52px);
  padding-bottom: min(calc(50 / 1080 * 100vw), 50px);
  background-color: #008D36;
  background-color: #F2F2F2;
  background-image: url("../img/pc/sec02_bg.webp");
  background-size: 100% auto;
  background-position: 50% 0;
  background-repeat: no-repeat;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .sec02 {
    padding-top: calc(60 / 750 * 100vw);
    padding-bottom: calc(44 / 750 * 100vw);
    background-image: url("../img/sp/sec02_bg.webp");
  }
}
.sec02 .sec02__inner {
  max-width: min(calc(920 / 1080 * 100vw), 920px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__inner {
    max-width: calc(690 / 750 * 100vw);
  }
}
.sec02 .sec02__header {
  text-align: center;
  margin-bottom: min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__header {
    margin-bottom: calc(64 / 750 * 100vw);
  }
}
.sec02 .sec02__main-title {
  font-weight: 700;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  line-height: 1.25;
  letter-spacing: 0.08em;
  color: #FFFFFF;
  text-shadow: 0 0 min(calc(10 / 1080 * 100vw), 10px) rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__main-title {
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec02 .sec02__main-title strong {
  font-size: min(calc(48 / 1080 * 100vw), 48px);
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__main-title strong {
    font-size: calc(72 / 750 * 100vw);
  }
}
.sec02 .sec02__cards {
  display: flex;
  flex-direction: column;
  gap: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__cards {
    gap: calc(42 / 750 * 100vw);
  }
}
.sec02 .sec02__card {
  background-color: #FFFFFF;
  box-shadow: 0 min(calc(10 / 1080 * 100vw), 10px) min(calc(30 / 1080 * 100vw), 30px) rgba(0, 0, 0, 0.1);
}
.sec02 .sec02__card-title {
  border: min(calc(3 / 1080 * 100vw), 3px) solid #FFFFFF;
  background-color: #E8F4E8;
  color: #007533;
  font-weight: 700;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
  padding: min(calc(22 / 1080 * 100vw), 22px) 0;
}
.sec02 .sec02__card-title span {
  background: linear-gradient(90deg, #38A367 0%, #007533 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__card-title {
    border-width: calc(4 / 750 * 100vw);
    font-size: calc(48 / 750 * 100vw);
    padding-top: calc(23 / 750 * 100vw);
    padding-bottom: calc(23 / 750 * 100vw);
  }
}
.sec02 .sec02__card-wrapper {
  padding: min(calc(30 / 1080 * 100vw), 30px) min(calc(40 / 1080 * 100vw), 40px) min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__card-wrapper {
    padding: calc(40 / 750 * 100vw) calc(50 / 750 * 100vw) calc(60 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .sec02 .sec02__card-wrapper.--pt {
    padding-top: min(calc(64 / 1080 * 100vw), 64px);
  }
}
.sec02 .sec02__card-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__card-content {
    flex-direction: column;
    gap: calc(32 / 750 * 100vw);
    margin-bottom: calc(30 / 750 * 100vw);
  }
}
.sec02 .sec02__card-info {
  flex: 1 0 auto;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__card-info {
    width: 100%;
  }
}
.sec02 .sec02__card-badge {
  position: absolute;
  top: max(calc(-40 / 1080 * 100vw), -40px);
  left: min(calc(50% / 1080 * 100vw), 50%px);
  transform: translateX(-50%);
  width: min(calc(120 / 1080 * 100vw), 120px);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__card-badge {
    width: calc(150 / 750 * 100vw);
    top: calc(-60 / 750 * 100vw);
  }
}
.sec02 .sec02__card-badge img {
  width: 100%;
  height: auto;
}
.sec02 .sec02__card-description {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__card-description {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec02 .sec02__card-description-bold {
  font-weight: 700;
  color: #FF6A00;
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__card-description-bold {
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec02 .sec02__card-description-bold02 {
  font-weight: 700;
  color: #FF6A00;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__card-description-bold02 {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec02 .sec02__card-data {
  flex: 1 1 auto;
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__card-data {
    width: 100%;
    margin-left: 0;
  }
}
.sec02 .sec02__card-data.sec02__card-data--01 {
  flex: 0 0 min(calc(489 / 1080 * 100vw), 489px);
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__card-data.sec02__card-data--01 {
    flex: 0 0 auto;
  }
}
.sec02 .sec02__card-data.sec02__card-data--02 {
  flex: 0 0 min(calc(489 / 1080 * 100vw), 489px);
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__card-data.sec02__card-data--02 {
    flex: 0 0 auto;
  }
}
.sec02 .sec02__card-data.sec02__card-data--03 {
  flex: 0 0 min(calc(426 / 1080 * 100vw), 426px);
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__card-data.sec02__card-data--03 {
    flex: 0 0 auto;
  }
}
.sec02 .sec02__table {
  width: 100%;
  border-collapse: collapse;
  font-size: min(calc(21 / 1080 * 100vw), 21px);
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__table {
    font-size: calc(28 / 750 * 100vw);
  }
}
.sec02 .sec02__table th,
.sec02 .sec02__table td {
  border: 1px solid #999;
  padding: min(calc(11 / 1080 * 100vw), 11px);
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__table th,
  .sec02 .sec02__table td {
    padding: calc(15 / 750 * 100vw);
  }
}
.sec02 .sec02__table th {
  background-color: #FFFFFF;
  font-weight: 700;
  color: #007533;
}
.sec02 .sec02__table-th-city, .sec02 .sec02__table-th-rate {
  background-color: #FFF2E2 !important;
}
.sec02 .sec02__table-rank {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(calc(30 / 1080 * 100vw), 30px);
  background-color: #eee;
  font-weight: 700;
  font-size: min(calc(19 / 1080 * 100vw), 19px);
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__table-rank {
    width: calc(40 / 750 * 100vw);
    height: calc(40 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
  }
}
.sec02 .sec02__table .sec02__table-rankwrapper {
  background-color: #eee;
}
.sec02 .sec02__table-tr--rank1 {
  background-color: #FFF3D4;
}
.sec02 .sec02__table-tr--rank1 .sec02__table-rankwrapper {
  background-color: #F8901F;
  vertical-align: middle;
  padding-top: max(calc(0 / 1080 * 100vw), 0px);
  padding-bottom: max(calc(0 / 1080 * 100vw), 0px);
  height: min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__table-tr--rank1 .sec02__table-rankwrapper {
    height: calc(60 / 750 * 100vw);
  }
}
.sec02 .sec02__table-tr--rank1 .sec02__table-rank {
  background-color: #F8901F;
  color: #FFFFFF;
  width: 100%;
  font-weight: 700;
}
.sec02 .sec02__table-tr--rank1 .sec02__table-td-city {
  color: #FF8400;
  font-weight: 700;
  font-size: min(calc(31 / 1080 * 100vw), 31px);
  padding-top: max(calc(0 / 1080 * 100vw), 0px);
  padding-bottom: max(calc(0 / 1080 * 100vw), 0px);
  width: min(calc(199 / 1080 * 100vw), 199px);
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__table-tr--rank1 .sec02__table-td-city {
    width: calc(245 / 750 * 100vw);
    font-size: calc(42 / 750 * 100vw);
  }
}
.sec02 .sec02__table-tr--rank1 .sec02__table-td-rate {
  color: #FF8400;
  width: min(calc(199 / 1080 * 100vw), 199px);
  font-weight: 700;
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  padding-top: max(calc(0 / 1080 * 100vw), 0px);
  padding-bottom: max(calc(0 / 1080 * 100vw), 0px);
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__table-tr--rank1 .sec02__table-td-rate {
    width: calc(245 / 750 * 100vw);
    font-size: calc(42 / 750 * 100vw);
  }
}
.sec02 .sec02__table-tr--rank2 {
  background-color: #FFF3D4;
}
.sec02 .sec02__table-tr--rank2 .sec02__table-td-city {
  position: relative;
  color: #FF8400;
  font-weight: 700;
  font-size: min(calc(31 / 1080 * 100vw), 31px);
  padding-top: max(calc(0 / 1080 * 100vw), 0px);
  padding-bottom: max(calc(0 / 1080 * 100vw), 0px);
  width: 50%;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__table-tr--rank2 .sec02__table-td-city {
    width: calc(295 / 750 * 100vw);
    font-size: calc(42 / 750 * 100vw);
  }
}
.sec02 .sec02__table-tr--rank2 .sec02__fukidashi {
  position: absolute;
  width: min(calc(106 / 1080 * 100vw), 106px);
  top: max(calc(-34 / 1080 * 100vw), -34px);
  left: max(calc(-46 / 1080 * 100vw), -46px);
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__table-tr--rank2 .sec02__fukidashi {
    width: calc(142 / 750 * 100vw);
    left: calc(-70 / 750 * 100vw);
    top: calc(-50 / 750 * 100vw);
  }
}
.sec02 .sec02__table-tr--rank2 .sec02__table-td-rate {
  color: #FF8400;
  width: 50%;
  font-weight: 700;
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  padding-top: min(calc(12 / 1080 * 100vw), 12px);
  padding-bottom: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 110%;
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__table-tr--rank2 .sec02__table-td-rate {
    width: calc(295 / 750 * 100vw);
    font-size: calc(42 / 750 * 100vw);
    padding-top: calc(16 / 750 * 100vw);
    padding-bottom: calc(16 / 750 * 100vw);
  }
}
.sec02 .sec02__table-tr--rank2 .sec02__table-td-rate .sec02__table-sub {
  display: block;
  color: #333;
  font-size: min(calc(17 / 1080 * 100vw), 17px);
  font-weight: 700;
  line-height: 100%;
  margin: 0 0 min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__table-tr--rank2 .sec02__table-td-rate .sec02__table-sub {
    font-size: calc(22 / 750 * 100vw);
    margin: 0 0 calc(12 / 750 * 100vw);
  }
}
.sec02 .sec02__card-footer .orange {
  color: #FF6A00;
}
.sec02 .sec02__card-footer {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #333333;
  margin-bottom: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__card-footer {
    font-size: calc(28 / 750 * 100vw);
    margin-bottom: calc(10 / 750 * 100vw);
  }
}
.sec02 .sec02__card-source {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 1.5;
  color: #666666;
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__card-source {
    font-size: calc(20 / 750 * 100vw);
  }
}
.sec02 .sec02__chart {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
}

.sec03 {
  background-image: url("../img/pc/sec03_bg.webp");
  background-size: contain;
  background-position: 50% 0;
  background-repeat: no-repeat;
  padding-top: min(calc(80 / 1080 * 100vw), 80px);
  padding-bottom: min(calc(80 / 1080 * 100vw), 80px);
  color: #333;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec03 {
    background-image: url("../img/sp/sec03_bg.webp");
    padding-top: calc(103 / 750 * 100vw);
    padding-bottom: calc(63 / 750 * 100vw);
  }
}
.sec03 .sec03__inner {
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__inner {
    width: calc(750 / 750 * 100vw);
  }
}
.sec03 .sec03__head {
  text-align: center;
  color: #fff;
}
.sec03 .sec03__label {
  position: absolute;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: min(calc(48 / 1080 * 100vw), 48px);
  top: max(calc(-24 / 1080 * 100vw), -24px);
  transform: translateX(-50%);
  border: min(calc(2 / 1080 * 100vw), 2px) solid #007533;
  background-color: #fff;
  color: #007533;
  padding: 0 min(calc(24 / 1080 * 100vw), 24px);
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__label {
    top: calc(-32 / 750 * 100vw);
    border: calc(2 / 750 * 100vw) solid #007533;
    height: calc(64 / 750 * 100vw);
    padding: 0 calc(32 / 750 * 100vw) calc(2 / 750 * 100vw);
    font-size: calc(40 / 750 * 100vw);
    line-height: 1;
  }
}
.sec03 .sec03__title {
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: min(calc(67 / 1080 * 100vw), 67px);
  margin-bottom: min(calc(54 / 1080 * 100vw), 54px);
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__title {
    font-size: calc(64 / 750 * 100vw);
    line-height: calc(90 / 750 * 100vw);
    margin-bottom: calc(79 / 750 * 100vw);
  }
}
.sec03 .sec03__map-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: max(calc(-37 / 1080 * 100vw), -37px);
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__map-wrap {
    width: calc(750 / 750 * 100vw);
    margin-bottom: calc(-40 / 750 * 100vw);
  }
}
.sec03 .sec03__map-img {
  width: 100%;
  height: auto;
}
.sec03 .sec03__main {
  position: relative;
  z-index: 2;
  width: min(calc(860 / 1080 * 100vw), 860px);
  margin: 0 auto;
  padding: 0 0 min(calc(75 / 1080 * 100vw), 75px);
  overflow: hidden;
  filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__main {
    width: 100%;
    width: calc(690 / 750 * 100vw);
    padding: 0 0 calc(100 / 750 * 100vw);
  }
}
.sec03 .sec03__main-head {
  background: #ff8c00;
  border: min(calc(3 / 1080 * 100vw), 3px) solid #fff;
  color: #fff;
  text-align: center;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: min(calc(14 / 1080 * 100vw), 14px) 0;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__main-head {
    border: calc(3 / 750 * 100vw) solid #fff;
    font-size: calc(32 / 750 * 100vw);
    padding: calc(21 / 750 * 100vw) 0;
  }
}
.sec03 .sec03__main-head::after {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='38' height='30' viewBox='0 0 38 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 29.25L12 0.000634758L37.5 0L0 29.25Z' fill='%23FF8400'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  left: 53%;
  transform: translateX(-50%);
  width: min(calc(38 / 1080 * 100vw), 38px);
  height: min(calc(30 / 1080 * 100vw), 30px);
  bottom: max(calc(-22 / 1080 * 100vw), -22px);
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__main-head::after {
    background-image: url("data:image/svg+xml,%3Csvg width='50' height='39' viewBox='0 0 50 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 39L16 0.000846344L50 0L0 39Z' fill='%23FF8400'/%3E%3C/svg%3E%0A");
    width: calc(50 / 750 * 100vw);
    height: calc(39 / 750 * 100vw);
    bottom: calc(-29 / 750 * 100vw);
  }
}
.sec03 .sec03__main-body {
  background: #fff;
  padding: min(calc(40 / 1080 * 100vw), 40px) min(calc(40 / 1080 * 100vw), 40px) min(calc(40 / 1080 * 100vw), 40px);
  text-align: center;
  position: relative;
  width: min(calc(860 / 1080 * 100vw), 860px);
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__main-body {
    width: 100%;
    padding: calc(50 / 750 * 100vw) 0 calc(56 / 750 * 100vw);
  }
}
.sec03 .sec03__main-body::after {
  content: "";
  position: absolute;
  bottom: max(calc(-74 / 1080 * 100vw), -74px);
  width: min(calc(872 / 1080 * 100vw), 872px);
  height: min(calc(75 / 1080 * 100vw), 75px);
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__main-body::after {
    bottom: calc(-99 / 750 * 100vw);
    height: calc(100 / 750 * 100vw);
    width: calc(697 / 750 * 100vw);
  }
}
.sec03 .sec03__main-logo {
  width: min(calc(430 / 1080 * 100vw), 430px);
  margin: 0 auto min(calc(35 / 1080 * 100vw), 35px);
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__main-logo {
    width: calc(590 / 750 * 100vw);
    margin-bottom: calc(42 / 750 * 100vw);
  }
}
.sec03 .sec03__main-logo img {
  width: 100%;
  height: auto;
}
.sec03 .sec03__main-desc {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  line-height: 1.8;
  text-align: justify;
  margin-bottom: min(calc(44 / 1080 * 100vw), 44px);
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__main-desc {
    font-size: calc(28 / 750 * 100vw);
    margin: 0 calc(50 / 750 * 100vw) calc(56 / 750 * 100vw);
  }
}
.sec03 .sec03__main-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__main-flex {
    flex-direction: column;
    align-items: center;
  }
}
.sec03 .sec03__main-map-detail {
  width: min(calc(418 / 1080 * 100vw), 418px);
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__main-map-detail {
    width: 100%;
    padding: 0 calc(4 / 750 * 100vw);
    margin: 0 0 calc(72 / 750 * 100vw);
  }
}
.sec03 .sec03__main-map-detail img {
  width: 100%;
  height: auto;
}
.sec03 .sec03__main-table-wrap {
  width: min(calc(345 / 1080 * 100vw), 345px);
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__main-table-wrap {
    width: 100%;
  }
}
.sec03 .sec03__main-table-title {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  line-height: 1;
  color: #00873c;
  margin-bottom: min(calc(21 / 1080 * 100vw), 21px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__main-table-title {
    font-size: calc(32 / 750 * 100vw);
    margin-bottom: calc(24 / 750 * 100vw);
  }
}
.sec03 .sec03__main-table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__main-table {
    width: calc(590 / 750 * 100vw);
    margin: auto;
  }
}
.sec03 .sec03__main-table tr:nth-child(1) th,
.sec03 .sec03__main-table tr:nth-child(1) td {
  border-top: none;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__main-table tr:nth-child(1) th,
  .sec03 .sec03__main-table tr:nth-child(1) td {
    border-top: none;
  }
}
.sec03 .sec03__main-table th,
.sec03 .sec03__main-table td {
  border: 3px solid #fff;
  padding: min(calc(4 / 1080 * 100vw), 4px) min(calc(10 / 1080 * 100vw), 10px) min(calc(10 / 1080 * 100vw), 10px);
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__main-table th,
  .sec03 .sec03__main-table td {
    border-width: calc(4 / 750 * 100vw);
    padding: calc(6 / 750 * 100vw) calc(10 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
  }
}
.sec03 .sec03__main-table th {
  border-left: none;
  background: #FFE9D0;
  font-weight: 700;
  width: min(calc(124 / 1080 * 100vw), 124px);
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__main-table th {
    width: calc(240 / 750 * 100vw);
  }
}
.sec03 .sec03__main-table td {
  background: #F5F5F5;
  text-align: center;
  font-weight: 700;
}
.sec03 .sec03__main-table td span {
  color: #FF6A00;
  font-weight: 700;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__main-table td span {
    font-size: calc(40 / 750 * 100vw);
  }
}
.sec03 .sec03__foot {
  text-align: center;
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  font-weight: 400;
  line-height: 1.6;
  margin: min(calc(24 / 1080 * 100vw), 24px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__foot {
    font-size: calc(40 / 750 * 100vw);
    margin: calc(24 / 750 * 100vw) 0 0;
  }
}
.sec03 .sec03__foot .emphasis {
  font-weight: 700;
  color: #FF6A00;
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  background: linear-gradient(transparent 70%, rgba(255, 225, 0, 0.6) 70%);
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__foot .emphasis {
    font-size: calc(48 / 750 * 100vw);
  }
}

.sec04 {
  background-color: rgba(0, 117, 51, 0.2);
  padding-top: min(calc(173 / 1080 * 100vw), 173px);
  padding-bottom: min(calc(80 / 1080 * 100vw), 80px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec04 {
    padding-top: calc(253 / 750 * 100vw);
    padding-bottom: calc(80 / 750 * 100vw);
  }
}
.sec04 .sec04__inner {
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__inner {
    width: calc(690 / 750 * 100vw);
  }
}
.sec04 .sec04__header {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: max(calc(-20 / 1080 * 100vw), -20px);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__header {
    top: calc(-30 / 750 * 100vw);
  }
}
.sec04 .sec04__main {
  background-color: #FFFFFF;
  padding-top: min(calc(34 / 1080 * 100vw), 34px);
  padding-bottom: min(calc(40 / 1080 * 100vw), 40px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__main {
    padding-top: calc(50 / 750 * 100vw);
    padding-bottom: calc(70 / 750 * 100vw);
  }
}
.sec04 .sec04__graph {
  display: flex;
  justify-content: center;
  width: min(calc(800 / 1080 * 100vw), 800px);
  margin: auto;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__graph {
    width: calc(690 / 750 * 100vw);
  }
  .sec04 .sec04__graph img {
    width: 100%;
  }
}
.sec04 .sec04__graph img {
  width: 100%;
  height: auto;
  display: block;
}
.sec04 .sec04__note {
  font-weight: 400;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: right;
  color: #333333;
  width: min(calc(800 / 1080 * 100vw), 800px);
  margin: min(calc(12 / 1080 * 100vw), 12px) auto 0;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__note {
    width: calc(590 / 750 * 100vw);
    margin-top: calc(0 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
  }
}
.sec04 .sec04__footer {
  margin-top: min(calc(10 / 1080 * 100vw), 10px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__footer {
    margin-top: calc(56 / 750 * 100vw);
  }
}
.sec04 .sec04__bracket-text {
  display: inline-block;
  position: relative;
  padding-left: min(calc(40 / 1080 * 100vw), 40px);
  padding-right: min(calc(40 / 1080 * 100vw), 40px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__bracket-text {
    display: block;
    width: calc(590 / 750 * 100vw);
    margin: auto;
    padding-left: calc(40 / 750 * 100vw);
    padding-right: calc(40 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
    line-height: 1.6;
  }
}
.sec04 .sec04__bracket-text::before, .sec04 .sec04__bracket-text::after {
  content: "";
  position: absolute;
  top: 0;
  width: min(calc(15 / 1080 * 100vw), 15px);
  height: 100%;
  border-top: min(calc(2 / 1080 * 100vw), 2px) solid #333333;
  border-bottom: min(calc(2 / 1080 * 100vw), 2px) solid #333333;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__bracket-text::before, .sec04 .sec04__bracket-text::after {
    width: calc(20 / 750 * 100vw);
    border-top-width: calc(2 / 750 * 100vw);
    border-bottom-width: calc(2 / 750 * 100vw);
  }
}
.sec04 .sec04__bracket-text::before {
  left: 0;
  border-left: min(calc(2 / 1080 * 100vw), 2px) solid #333333;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__bracket-text::before {
    border-left-width: calc(2 / 750 * 100vw);
  }
}
.sec04 .sec04__bracket-text::after {
  right: 0;
  border-right: min(calc(2 / 1080 * 100vw), 2px) solid #333333;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__bracket-text::after {
    border-right-width: calc(2 / 750 * 100vw);
  }
}
.sec04 .sec04__accent {
  color: #FF6A00;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  margin: 0 min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__accent {
    font-size: calc(48 / 750 * 100vw);
    margin: 0 calc(4 / 750 * 100vw);
  }
}
.sec04 .sec04__final-text {
  margin-top: min(calc(20 / 1080 * 100vw), 20px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__final-text {
    margin-top: calc(24 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.8;
  }
}

.sec05 {
  position: relative;
  background-color: #D8E5DD;
  background-image: url(../img/pc/sec05_img01.webp);
  background-size: contain;
  background-position: 50% 0;
  background-repeat: no-repeat;
  padding-top: min(calc(80 / 1080 * 100vw), 80px);
  padding-bottom: max(calc(0 / 1080 * 100vw), 0px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec05 {
    background-color: #fff;
    background-image: url(../img/sp/sec05_img01.webp);
    padding-top: calc(69 / 750 * 100vw);
    padding-bottom: calc(207 / 750 * 100vw);
  }
}
.sec05 .sec05__outer {
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__outer {
    width: calc(690 / 750 * 100vw);
  }
}
.sec05 .sec05__box {
  border: min(calc(2 / 1080 * 100vw), 2px) solid rgba(255, 255, 255, 0.85);
  padding: min(calc(5 / 1080 * 100vw), 5px);
  width: min(calc(850 / 1080 * 100vw), 850px);
  margin: auto;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__box {
    border: calc(2 / 750 * 100vw) solid rgba(255, 255, 255, 0.85);
    padding: calc(8 / 750 * 100vw);
    width: calc(690 / 750 * 100vw);
  }
}
.sec05 .sec05__boxInner {
  background-color: rgba(255, 255, 255, 0.85);
  padding-top: min(calc(40 / 1080 * 100vw), 40px);
  padding-bottom: min(calc(10 / 1080 * 100vw), 10px);
  text-align: center;
  color: #1a1a1a;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__boxInner {
    padding-top: calc(45 / 750 * 100vw);
    padding-bottom: calc(10 / 750 * 100vw);
  }
}
.sec05 .sec05__top-lead {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  letter-spacing: min(calc(2 / 1080 * 100vw), 2px);
  margin-bottom: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__top-lead {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(3.2 / 750 * 100vw);
    margin-bottom: calc(6 / 750 * 100vw);
  }
}
.sec05 .sec05__title {
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-weight: 400;
  margin-bottom: min(calc(20 / 1080 * 100vw), 20px);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__title {
    font-size: calc(32 / 750 * 100vw);
    align-items: baseline;
    gap: calc(2 / 750 * 100vw);
    margin-bottom: calc(24 / 750 * 100vw);
  }
}
.sec05 .sec05__title-highlight {
  font-weight: 700;
  background: linear-gradient(90deg, #38A367 0%, #007533 100%);
  color: #fff;
  padding: min(calc(5 / 1080 * 100vw), 5px) min(calc(15 / 1080 * 100vw), 15px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__title-highlight {
    line-height: 1;
    display: inline-block;
    font-size: calc(38 / 750 * 100vw);
    padding: calc(4 / 750 * 100vw) calc(16 / 750 * 100vw) calc(8 / 750 * 100vw);
  }
}
.sec05 .sec05__sub-title {
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__sub-title {
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec05 .sec05__brand {
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 500;
  margin-bottom: min(calc(5 / 1080 * 100vw), 5px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__brand {
    font-size: calc(48 / 750 * 100vw);
    margin-bottom: calc(24 / 750 * 100vw);
  }
}
.sec05 .sec05__brand-name {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(56 / 1080 * 100vw), 56px);
  font-weight: 700;
  background: var(--main-accent-1-main, linear-gradient(90deg, #38A367 0%, #007533 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: min(calc(15 / 1080 * 100vw), 15px);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__brand-name {
    font-size: calc(86 / 750 * 100vw);
    display: block;
    margin-right: 0;
    line-height: 0.9;
    margin-bottom: calc(3 / 750 * 100vw);
  }
}
.sec05 .sec05__lead {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 1.6;
  margin-bottom: min(calc(14 / 1080 * 100vw), 14px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__lead {
    font-size: calc(28 / 750 * 100vw);
    margin: 0 auto calc(14 / 750 * 100vw);
  }
}
.sec05 .sec05__badges {
  display: flex;
  justify-content: center;
  gap: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__badges {
    gap: calc(20 / 750 * 100vw);
  }
}
.sec05 .sec05__badge {
  width: min(calc(407 / 1080 * 100vw), 407px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__badge {
    width: calc(542 / 750 * 100vw);
  }
}
.sec05 .sec05__bottom {
  width: min(calc(700 / 1080 * 100vw), 700px);
  margin: min(calc(50 / 1080 * 100vw), 50px) auto 0;
  background: linear-gradient(90deg, #38A367 0%, #007533 100%);
  padding: min(calc(30 / 1080 * 100vw), 30px) min(calc(40 / 1080 * 100vw), 40px) min(calc(67 / 1080 * 100vw), 67px);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__bottom {
    width: calc(690 / 750 * 100vw);
    flex-direction: column;
    margin-top: calc(90 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw) calc(40 / 750 * 100vw) calc(40 / 750 * 100vw);
    position: relative;
  }
}
.sec05 .sec05__bottom-top {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__bottom-top {
    text-align: center;
    margin-bottom: calc(60 / 750 * 100vw);
  }
}
.sec05 .sec05__bottom-title {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: min(calc(10 / 1080 * 100vw), 10px);
  margin-bottom: max(calc(-10 / 1080 * 100vw), -10px);
  color: var(--base-white, #FFF);
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__bottom-title {
    gap: calc(10 / 750 * 100vw);
    margin-bottom: calc(5 / 750 * 100vw);
    font-size: calc(60 / 750 * 100vw);
    margin-bottom: calc(0 / 750 * 100vw);
  }
}
.sec05 .sec05__bottom-title .small {
  font-size: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__bottom-title .small {
    font-size: calc(40 / 750 * 100vw);
  }
}
.sec05 .sec05__bottom-num {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(90 / 1080 * 100vw), 90px);
  font-weight: 700;
  line-height: 0.9;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__bottom-num {
    font-size: calc(126 / 750 * 100vw);
  }
}
.sec05 .sec05__bottom-lead {
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__bottom-lead {
    font-size: calc(40 / 750 * 100vw);
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__points {
    position: absolute;
    width: calc(750 / 750 * 100vw);
    bottom: calc(-210 / 750 * 100vw);
  }
}

.sec06 {
  background-color: #D8E5DD;
  padding-top: min(calc(37 / 1080 * 100vw), 37px);
  padding-bottom: min(calc(55 / 1080 * 100vw), 55px);
}
@media screen and (max-width: 767px) {
  .sec06 {
    padding-top: calc(136 / 750 * 100vw);
    padding-bottom: calc(50 / 750 * 100vw);
  }
}
.sec06 .sec06__inner {
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__inner {
    width: calc(690 / 750 * 100vw);
  }
}
.sec06 .sec06__list {
  display: flex;
  justify-content: space-between;
  gap: min(calc(16 / 1080 * 100vw), 16px);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__list {
    flex-direction: column;
    gap: calc(130 / 750 * 100vw);
  }
}
.sec06 .sec06__item {
  background: #fff;
  flex: 0 0 min(calc(296 / 1080 * 100vw), 296px);
  position: relative;
  padding: 0 min(calc(23 / 1080 * 100vw), 23px) min(calc(22 / 1080 * 100vw), 22px);
  filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__item {
    flex: 0 0 auto;
    width: 100%;
    padding: 0 calc(50 / 750 * 100vw) calc(54 / 750 * 100vw);
  }
}
.sec06 .sec06__img-box {
  width: 100%;
  margin-top: max(calc(-70 / 1080 * 100vw), -70px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__img-box {
    margin-top: calc(-90 / 750 * 100vw);
  }
}
.sec06 .sec06__img-box img {
  width: 100%;
  height: auto;
}
.sec06 .sec06__content {
  padding: min(calc(12 / 1080 * 100vw), 12px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__content {
    padding: calc(24 / 750 * 100vw) calc(0 / 750 * 100vw) 0;
  }
}
.sec06 .sec06__subtitle {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: min(calc(12 / 1080 * 100vw), 12px);
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__subtitle {
    font-size: calc(40 / 750 * 100vw);
    margin-bottom: calc(16 / 750 * 100vw);
  }
}
.sec06 .sec06__subtitle--orange {
  color: #FF6A00;
}
.sec06 .sec06__subtitle--green {
  color: #007533;
}
.sec06 .sec06__desc {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.8;
  color: #333;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__desc {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.6;
  }
}
.sec06 .sec06__note {
  margin-top: min(calc(30 / 1080 * 100vw), 30px);
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 1.5;
  color: #666;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__note {
    margin-top: calc(16 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
    width: 100%;
  }
}

.sec07 {
  background: #fff;
  color: #333;
  top: -1px;
  position: relative;
}
.sec07 .sec07__outer {
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__outer {
    width: calc(690 / 750 * 100vw);
  }
}
.sec07 .sec07__intro {
  padding: min(calc(30 / 1080 * 100vw), 30px) 0 min(calc(30 / 1080 * 100vw), 30px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__intro {
    padding: min(calc(22 / 1080 * 100vw), 22px) 0 calc(66 / 750 * 100vw);
  }
}
.sec07 .sec07__intro-text {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__intro-text {
    font-size: calc(34 / 750 * 100vw);
  }
}
.sec07 .sec07__intro-text--bold {
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 700;
  color: #1a8a4f;
  background: linear-gradient(transparent 70%, rgba(255, 225, 0, 0.6) 70%, rgba(255, 225, 0, 0.6) 90%, transparent 90%);
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__intro-text--bold {
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec07 .sec07__outer02 {
  background-color: #D8E5DD;
}
.sec07 .sec07__outer02Inner {
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: auto;
  padding: min(calc(40 / 1080 * 100vw), 40px) 0 min(calc(84 / 1080 * 100vw), 84px);
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__outer02Inner {
    width: calc(690 / 750 * 100vw);
    padding: calc(64 / 750 * 100vw) 0 calc(62 / 750 * 100vw);
  }
}
.sec07 .sec07__solution {
  text-align: center;
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__solution {
    margin-bottom: calc(56 / 750 * 100vw);
  }
}
.sec07 .sec07__solution-title {
  font-size: min(calc(42 / 1080 * 100vw), 42px);
  font-weight: 700;
  margin-bottom: min(calc(15 / 1080 * 100vw), 15px);
  letter-spacing: 0.08em;
  background: linear-gradient(90deg, #38A367 0%, #007533 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__solution-title {
    font-size: calc(56 / 750 * 100vw);
    margin-bottom: calc(12 / 750 * 100vw);
  }
}
.sec07 .sec07__solution-subtitle {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__solution-subtitle {
    font-size: calc(28 / 750 * 100vw);
  }
}
.sec07 .sec07__comparison {
  display: flex;
  flex-direction: column;
  gap: min(calc(48 / 1080 * 100vw), 48px);
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__comparison {
    gap: calc(40 / 750 * 100vw);
  }
}
.sec07 .sec07__card {
  background: #fff;
  overflow: hidden;
  box-shadow: 0 min(calc(10 / 1080 * 100vw), 10px) min(calc(30 / 1080 * 100vw), 30px) rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__card {
    box-shadow: 0 calc(10 / 750 * 100vw) calc(30 / 750 * 100vw) rgba(0, 0, 0, 0.05);
  }
}
.sec07 .sec07__card-header {
  padding: min(calc(10 / 1080 * 100vw), 10px);
  margin: min(calc(3 / 1080 * 100vw), 3px);
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__card-header {
    margin: calc(4 / 750 * 100vw);
    padding: calc(18 / 750 * 100vw);
  }
}
.sec07 .sec07__card-title {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__card-title {
    font-size: calc(28 / 750 * 100vw);
  }
}
.sec07 .sec07__card-body {
  padding: min(calc(44 / 1080 * 100vw), 44px) min(calc(22 / 1080 * 100vw), 22px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__card-body {
    padding: calc(60 / 750 * 100vw) calc(50 / 750 * 100vw);
    flex-direction: column;
    gap: calc(40 / 750 * 100vw);
  }
}
.sec07 .sec07__card-visual {
  width: min(calc(440 / 1080 * 100vw), 440px);
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__card-visual {
    width: 100%;
  }
}
.sec07 .sec07__card-visual img {
  width: 100%;
  height: auto;
}
.sec07 .sec07__card-box {
  background: #fff;
  border: 1px solid #ccc;
  padding: min(calc(16 / 1080 * 100vw), 16px) min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__card-box {
    width: 100%;
    border-width: calc(2 / 750 * 100vw);
    padding: calc(16 / 750 * 100vw);
  }
}
.sec07 .sec07__card-box-text {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__card-box-text {
    font-size: calc(28 / 750 * 100vw);
    text-align: center;
  }
}
.sec07 .sec07__card-box-text--highlight {
  color: #ff7e00;
  font-weight: 700;
}
.sec07 .sec07__card-box--orange {
  border-color: #ff7e00;
  border-width: min(calc(2 / 1080 * 100vw), 2px);
  margin-top: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__card-box--orange {
    border-width: calc(2 / 750 * 100vw);
    margin-top: calc(42 / 750 * 100vw);
  }
}
.sec07 .sec07__card--gray .sec07__card-header {
  background: #666;
}
.sec07 .sec07__card--gray {
  background: linear-gradient(180deg, #EFEFEF 0%, #FFF 100%);
}
.sec07 .sec07__card--green {
  background: #fff;
}
.sec07 .sec07__card--green .sec07__card-header {
  background: #1a8a4f;
  padding: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__card--green .sec07__card-header {
    padding: calc(32 / 750 * 100vw) 0;
  }
}
.sec07 .sec07__card--green .sec07__card-title {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__card--green .sec07__card-title {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec07 .sec07__card--green .sec07__card-body {
  flex-direction: row;
  flex-wrap: wrap;
  gap: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__card--green .sec07__card-body {
    padding-top: calc(20 / 750 * 100vw);
    flex-direction: column;
  }
}
.sec07 .sec07__card--green .sec07__card-bodyInner {
  width: min(calc(391 / 1080 * 100vw), 391px);
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__card--green .sec07__card-bodyInner {
    width: 100%;
  }
}
.sec07 .sec07__card--green .sec07__card-visual {
  width: min(calc(409 / 1080 * 100vw), 409px);
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__card--green .sec07__card-visual {
    width: 100%;
  }
}
.sec07 .sec07__list {
  display: flex;
  flex-direction: column;
  gap: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__list {
    width: 100%;
    align-items: flex-start;
  }
}
.sec07 .sec07__list-item {
  display: flex;
  align-items: center;
  gap: min(calc(10 / 1080 * 100vw), 10px);
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__list-item {
    justify-content: flex-start;
    font-size: calc(28 / 750 * 100vw);
  }
  .sec07 .sec07__list-item span {
    flex: 1 1 auto;
  }
}
.sec07 .sec07__list-icon {
  width: min(calc(32 / 1080 * 100vw), 32px);
  height: auto;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__list-icon {
    width: calc(40 / 750 * 100vw);
  }
}

.sec08 {
  padding-top: min(calc(30 / 1080 * 100vw), 30px);
  padding-bottom: min(calc(54 / 1080 * 100vw), 54px);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .sec08 {
    padding-top: calc(33 / 750 * 100vw);
    padding-bottom: calc(80 / 750 * 100vw);
  }
}
.sec08 .sec08__outer {
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: auto;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__outer {
    width: calc(630 / 750 * 100vw);
  }
}
.sec08 .sec08__title {
  text-align: center;
  font-size: min(calc(42 / 1080 * 100vw), 42px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #00873c;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__title {
    font-size: calc(56 / 750 * 100vw);
    line-height: 1.4;
  }
}
.sec08 .sec08__title .orange {
  color: #FF6A00;
}
.sec08 .sec08__title .num {
  font-size: min(calc(72 / 1080 * 100vw), 72px);
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__title .num {
    font-size: calc(96 / 750 * 100vw);
  }
}
.sec08 .sec08__lead {
  margin-top: min(calc(40 / 1080 * 100vw), 40px);
  font-size: min(calc(21 / 1080 * 100vw), 21px);
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #333;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__lead {
    margin-top: calc(50 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.8;
    text-align: left;
  }
}
.sec08 .sec08__content {
  margin-top: min(calc(60 / 1080 * 100vw), 60px);
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__content {
    display: block;
    margin-top: calc(90 / 750 * 100vw);
  }
}
.sec08 .sec08__chart {
  flex: 0 0 min(calc(472 / 1080 * 100vw), 472px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__chart {
    width: 100%;
  }
}
.sec08 .sec08__chart img {
  width: 100%;
  height: auto;
}
.sec08 .sec08__desc {
  border: min(calc(2 / 1080 * 100vw), 2px) solid #007533;
  margin: 0 0 min(calc(5 / 1080 * 100vw), 5px);
  max-width: min(calc(383 / 1080 * 100vw), 383px);
  height: min(calc(248 / 1080 * 100vw), 248px);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  text-align: left;
  padding: min(calc(24 / 1080 * 100vw), 24px) min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__desc {
    height: auto;
    border: calc(2 / 750 * 100vw) solid #007533;
    margin-top: calc(60 / 750 * 100vw);
    width: 100%;
    padding: calc(32 / 750 * 100vw) calc(40 / 750 * 100vw);
    max-width: 100%;
  }
}
.sec08 .sec08__desc-text {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #333;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__desc-text {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.8;
  }
}
.sec08 .sec08__desc-highlight {
  font-weight: 700;
  color: #007533;
}
.sec08 .sec08__note {
  margin-top: min(calc(40 / 1080 * 100vw), 40px);
  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) {
  .sec08 .sec08__note {
    margin-top: calc(25 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
    text-align: left;
  }
}

.sec09 {
  background-color: #dae7df;
  padding-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec09 {
    padding-bottom: calc(80 / 750 * 100vw);
  }
}
.sec09 .sec09__outer {
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__outer {
    width: calc(690 / 750 * 100vw);
  }
}
.sec09 .sec09__list {
  display: flex;
  flex-direction: column;
  gap: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__list {
    gap: calc(40 / 750 * 100vw);
  }
}
.sec09 .sec09__card {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  gap: min(calc(32 / 1080 * 100vw), 32px);
  padding: min(calc(30 / 1080 * 100vw), 30px) min(calc(30 / 1080 * 100vw), 30px);
}
.sec09 .sec09__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: min(calc(50 / 1080 * 100vw), 50px) min(calc(50 / 1080 * 100vw), 50px) 0 0;
  border-color: #038234 transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__card {
    display: block;
    padding: calc(24 / 750 * 100vw) calc(30 / 750 * 100vw) calc(94 / 750 * 100vw);
    gap: calc(24 / 750 * 100vw);
  }
  .sec09 .sec09__card::before {
    border-width: calc(40 / 750 * 100vw) calc(40 / 750 * 100vw) 0 0;
  }
}
.sec09 .sec09__header {
  flex: 0 0 min(calc(317 / 1080 * 100vw), 317px);
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__header {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.sec09 .sec09__catch {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  white-space: nowrap;
  margin-right: -0.5em;
  background: var(--main-accent-1-main, linear-gradient(90deg, #38A367 0%, #007533 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__catch {
    width: 100%;
    font-size: calc(38 / 750 * 100vw);
    text-align: center;
    margin-bottom: calc(24 / 750 * 100vw);
  }
}
.sec09 .sec09__img-wrap {
  margin: min(calc(18 / 1080 * 100vw), 18px) 0 0;
}
.sec09 .sec09__img-wrap img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__img-wrap {
    flex: 0 0 calc(316 / 750 * 100vw);
    margin: 0 calc(34 / 750 * 100vw) 0 0;
  }
}
.sec09 .sec09__profile {
  margin: min(calc(24 / 1080 * 100vw), 24px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__profile {
    flex: 0 0 calc(280 / 750 * 100vw);
    margin: 0;
  }
}
.sec09 .sec09__name {
  display: block;
  background: linear-gradient(90deg, #38A367 0%, #007533 100%);
  color: #fff;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 600;
  padding: min(calc(4 / 1080 * 100vw), 4px) min(calc(15 / 1080 * 100vw), 15px) max(calc(0 / 1080 * 100vw), 0px);
  letter-spacing: 0.08em;
  margin-bottom: min(calc(15 / 1080 * 100vw), 15px);
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__name {
    font-size: calc(30 / 750 * 100vw);
    padding: calc(5 / 750 * 100vw) calc(15 / 750 * 100vw);
    margin-bottom: 0;
    white-space: nowrap;
  }
}
.sec09 .sec09__name .large {
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__name .large {
    font-size: calc(30 / 750 * 100vw);
  }
}
.sec09 .sec09__info {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #333;
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__info {
    font-size: calc(26 / 750 * 100vw);
    width: auto;
  }
}
.sec09 .sec09__toggle-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__toggle-btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(24 / 750 * 100vw);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: calc(20 / 750 * 100vw);
    width: calc(210 / 750 * 100vw);
    height: calc(46 / 750 * 100vw);
    border: calc(2 / 750 * 100vw) solid #038234;
    border-radius: calc(30 / 750 * 100vw);
    background-color: #fff;
    cursor: pointer;
  }
  .sec09 .sec09__toggle-btn .is-open {
    display: none;
  }
  .sec09 .sec09__toggle-btn.--open::after {
    transform: rotate(180deg);
  }
  .sec09 .sec09__toggle-btn.--open .is-open {
    display: block;
  }
  .sec09 .sec09__toggle-btn.--open .is-close {
    display: none;
  }
  .sec09 .sec09__toggle-btn::after {
    content: "";
    display: block;
    width: calc(16 / 750 * 100vw);
    height: calc(11 / 750 * 100vw);
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='11' viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 1L8 9L1 0.999999' stroke='url(%23paint0_linear_4647_143294)' stroke-width='2' stroke-linecap='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_4647_143294' x1='7.99999' y1='1' x2='7.99999' y2='9' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2338A367'/%3E%3Cstop offset='1' stop-color='%23007533'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .sec09 .sec09__toggle-btn span {
    font-size: calc(24 / 750 * 100vw);
    font-weight: 500;
    color: #038234;
  }
}
@media screen and (min-width: 768px) {
  .sec09 .sec09__body {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__body {
    padding: calc(24 / 750 * 100vw) 0 calc(0 / 750 * 100vw);
    margin-top: 0;
    display: none;
  }
}
.sec09 .sec09__bodyOuter {
  display: flex;
  flex-direction: column;
  gap: min(calc(18 / 1080 * 100vw), 18px);
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__bodyOuter {
    gap: calc(24 / 750 * 100vw);
  }
}
.sec09 .sec09__item-title {
  display: inline-block;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #038234;
  margin-bottom: min(calc(10 / 1080 * 100vw), 10px);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(calc(15 / 1080 * 100vw), 15px);
  background: linear-gradient(90deg, #38A367 0%, #007533 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__item-title {
    margin-bottom: 0;
    font-size: calc(30 / 750 * 100vw);
    gap: calc(20 / 750 * 100vw);
  }
}
.sec09 .sec09__item-title::before, .sec09 .sec09__item-title::after {
  content: "";
  display: block;
  flex: 1 1 auto;
  height: min(calc(2 / 1080 * 100vw), 2px);
  border-radius: 99px;
  background: linear-gradient(90deg, #38A367 0%, #007533 100%);
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__item-title::before, .sec09 .sec09__item-title::after {
    height: calc(3 / 750 * 100vw);
  }
}
.sec09 .sec09__item-text {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #333;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__item-text {
    font-size: calc(26 / 750 * 100vw);
    margin-top: calc(20 / 750 * 100vw);
  }
}
.sec09 .sec09__close-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__close-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(200 / 750 * 100vw);
    height: calc(60 / 750 * 100vw);
    border: 1px solid #999;
    border-radius: calc(30 / 750 * 100vw);
    background-color: #fff;
    margin: calc(40 / 750 * 100vw) auto 0;
    cursor: pointer;
  }
  .sec09 .sec09__close-btn span {
    font-size: calc(24 / 750 * 100vw);
    font-weight: 500;
    color: #666;
  }
  .sec09 .sec09__close-btn span::after {
    content: "";
    display: inline-block;
    width: calc(12 / 750 * 100vw);
    height: calc(12 / 750 * 100vw);
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    transform: rotate(-135deg);
    margin-left: calc(10 / 750 * 100vw);
    margin-top: calc(5 / 750 * 100vw);
  }
}

.sec10 {
  overflow: hidden;
  background-color: #DAE7DF;
  padding-bottom: min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .sec10 {
    padding-bottom: calc(80 / 750 * 100vw);
  }
}
.sec10 .sec10__inner {
  width: min(calc(860 / 1080 * 100vw), 860px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .sec10 .sec10__inner {
    width: calc(630 / 750 * 100vw);
  }
}
.sec10 .sec10__title-block {
  text-align: center;
  margin-bottom: min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .sec10 .sec10__title-block {
    margin-bottom: calc(80 / 750 * 100vw);
  }
}
/*# sourceMappingURL=lp.css.map */
