@charset "UTF-8";
.adlp-footer {
  padding: min(calc(26 / 1080 * 100vw), 26px) 0;
  background: var(--618-aa-6, #618aa6);
}
@media screen and (max-width: 767px) {
  .adlp-footer {
    padding: calc(35 / 750 * 100vw) 0;
  }
}
.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__text {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .adlp-footer__text {
    font-size: calc(20 / 750 * 100vw);
    margin: calc(40 / 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-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;
}
.adlp-head::after {
  content: "";
  display: block;
  width: min(calc(50 / 1080 * 100vw), 50px);
  height: min(calc(5 / 1080 * 100vw), 5px);
  background: #E75B18;
  margin: min(calc(10 / 1080 * 100vw), 10px) auto 0;
}
.adlp-head .text01 {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-head .text01 {
    font-size: calc(30 / 750 * 100vw);
  }
}
.adlp-head .text02 {
  font-size: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-head .text02 {
    font-size: calc(46 / 750 * 100vw);
  }
}

.adlp-list__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;
}

.adlp-video-slider {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .adlp-video-slider {
    padding: calc(70 / 750 * 100vw) 0;
  }
}
.adlp-video-slider .video-swiper {
  overflow: visible;
}
.adlp-video-slider .video-swiper .swiper-wrapper .swiper-slide .video-container {
  width: 100%;
  border-radius: 8%;
  overflow: hidden;
  scale: 0.85;
  opacity: 0.3;
  transition: scale 0.4s ease-in-out;
}
.adlp-video-slider .video-swiper .swiper-wrapper .swiper-slide .video-container video {
  width: 100%;
  display: block;
  scale: 0.9;
}
.adlp-video-slider .video-swiper .swiper-wrapper .swiper-slide-active .video-container {
  scale: 1;
  opacity: 1;
}
.adlp-video-slider .video-swiper .swiper-button-prev,
.adlp-video-slider .video-swiper .swiper-button-next {
  width: min(calc(70 / 1080 * 100vw), 70px);
  height: min(calc(70 / 1080 * 100vw), 70px);
  background: url("data:image/svg+xml,%3Csvg width='70' height='70' viewBox='0 0 70 70' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='35' cy='35' r='35' transform='matrix(-1 0 0 1 70 0)' fill='%230491FE'/%3E%3Cpath d='M39 24L27 35.5238L39 46' stroke='white' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") 0 0/100% no-repeat;
}
@media screen and (max-width: 767px) {
  .adlp-video-slider .video-swiper .swiper-button-prev,
  .adlp-video-slider .video-swiper .swiper-button-next {
    width: calc(70 / 750 * 100vw);
    height: calc(70 / 750 * 100vw);
  }
}
.adlp-video-slider .video-swiper .swiper-button-prev::after,
.adlp-video-slider .video-swiper .swiper-button-next::after {
  content: none;
}
@media screen and (max-width: 767px) {
  .adlp-video-slider .video-swiper .swiper-button-prev {
    left: 0;
  }
}
.adlp-video-slider .video-swiper .swiper-button-next {
  transform: scale(-1, 1);
}
.adlp-video-slider .video-swiper .swiper-pagination {
  bottom: max(calc(-70 / 1080 * 100vw), -70px);
}
@media screen and (max-width: 767px) {
  .adlp-video-slider .video-swiper .swiper-pagination {
    bottom: calc(-70 / 750 * 100vw);
  }
}
.adlp-video-slider .video-swiper .swiper-pagination .swiper-pagination-bullet {
  width: min(calc(180 / 1080 * 100vw), 180px);
  height: min(calc(10 / 1080 * 100vw), 10px);
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
  background: #fff;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .adlp-video-slider .video-swiper .swiper-pagination .swiper-pagination-bullet {
    width: calc(180 / 750 * 100vw);
    height: calc(10 / 750 * 100vw);
    border-radius: calc(8 / 750 * 100vw);
  }
}
.adlp-video-slider .video-swiper .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}

.sec01 {
  padding: min(calc(60 / 1080 * 100vw), 60px) 0 min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .sec01 {
    padding: calc(50 / 750 * 100vw) 0 calc(70 / 750 * 100vw);
  }
}
.sec01 .sec01__title {
  color: #2E7CFF;
  text-align: center;
}
.sec01 .sec01__title01 {
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__title01 {
    font-size: calc(42 / 750 * 100vw);
  }
}
.sec01 .sec01__title02 {
  font-size: min(calc(44 / 1080 * 100vw), 44px);
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__title02 {
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec01 .sec01__content {
  margin: min(calc(32 / 1080 * 100vw), 32px) auto 0;
  width: min(calc(1080 / 1080 * 100vw), 1080px);
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__content {
    margin: calc(40 / 750 * 100vw) auto 0;
    width: calc(750 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .sec01 .adlp-logo__wrapper {
    display: flex;
    width: calc(2700 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .sec01 .adlp-logo {
    animation: infinity-scroll-left 45s infinite linear 0.5s both;
    width: calc(1350 / 750 * 100vw);
  }
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.sec02 {
  background-color: #F1F3F5;
  padding-top: min(calc(60 / 1080 * 100vw), 60px);
  padding-bottom: max(calc(0 / 1080 * 100vw), 0px);
}
@media screen and (max-width: 767px) {
  .sec02 {
    padding-top: calc(80 / 750 * 100vw);
    padding-bottom: calc(80 / 750 * 100vw);
  }
  .sec02 .adlp-section.wrap1080 {
    padding-left: 0;
    padding-right: 0;
  }
}

.sec02__heading {
  text-align: center;
  margin-bottom: min(calc(50 / 1080 * 100vw), 50px);
}
@media screen and (max-width: 767px) {
  .sec02__heading {
    margin-bottom: calc(100 / 750 * 100vw);
  }
}
.sec02__heading-problem {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 700;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  color: #7296b1;
  letter-spacing: 0.1em;
  margin-bottom: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec02__heading-problem {
    font-size: calc(24 / 750 * 100vw);
    margin-bottom: calc(30 / 750 * 100vw);
  }
}
.sec02__heading-title {
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  line-height: 1.6;
  color: #555;
  font-weight: normal;
  margin-bottom: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec02__heading-title {
    font-size: calc(32 / 750 * 100vw);
    margin-bottom: calc(60 / 750 * 100vw);
  }
}
.sec02__heading-title .dot {
  font-weight: bold;
  position: relative;
}
.sec02__heading-title .dot::before {
  content: "";
  display: block;
  position: absolute;
  width: min(calc(3 / 1080 * 100vw), 3px);
  height: min(calc(3 / 1080 * 100vw), 3px);
  left: 50%;
  transform: translateX(-50%);
  top: max(calc(-8 / 1080 * 100vw), -8px);
  background-color: #618AA6;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .sec02__heading-title .dot::before {
    width: calc(3 / 750 * 100vw);
    height: calc(3 / 750 * 100vw);
    top: calc(-8 / 750 * 100vw);
  }
}
.sec02__heading-subtitle {
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 700;
  color: #333;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .sec02__heading-subtitle {
    font-size: calc(40 / 750 * 100vw);
  }
}
.sec02__heading-subtitleInner {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.sec02__heading-num {
  font-size: min(calc(60 / 1080 * 100vw), 60px);
  color: #2b7fff;
  margin-right: min(calc(5 / 1080 * 100vw), 5px);
  vertical-align: sub;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec02__heading-num {
    font-size: calc(70 / 750 * 100vw);
    margin-right: calc(5 / 750 * 100vw);
  }
}
.sec02__heading-sub {
  font-size: min(calc(44 / 1080 * 100vw), 44px);
  font-weight: 700;
  color: #333;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .sec02__heading-sub {
    font-size: calc(56 / 750 * 100vw);
  }
}

.sec02__contents {
  display: flex;
  justify-content: space-between;
  margin-bottom: min(calc(56 / 1080 * 100vw), 56px);
}
@media screen and (max-width: 767px) {
  .sec02__contents {
    flex-direction: column;
    align-items: center;
    gap: calc(50 / 750 * 100vw);
    margin-bottom: calc(90 / 750 * 100vw);
  }
}

.sec02__card {
  width: min(calc(340 / 1080 * 100vw), 340px);
  background: #fff;
  border-radius: min(calc(15 / 1080 * 100vw), 15px);
  padding: min(calc(30 / 1080 * 100vw), 30px) min(calc(25 / 1080 * 100vw), 25px) min(calc(30 / 1080 * 100vw), 30px);
  box-shadow: 0 min(calc(10 / 1080 * 100vw), 10px) min(calc(30 / 1080 * 100vw), 30px) rgba(0, 0, 0, 0.05);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec02__card {
    width: 100%;
    max-width: calc(700 / 750 * 100vw);
    padding: calc(60 / 750 * 100vw) calc(50 / 750 * 100vw);
    border-radius: calc(20 / 750 * 100vw) 0 0 calc(20 / 750 * 100vw);
    margin-left: auto;
  }
  .sec02__card:nth-child(even) {
    margin-left: 0;
    margin-right: auto;
    border-radius: 0 calc(20 / 750 * 100vw) calc(20 / 750 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .sec02__card-head {
    display: flex;
    margin-bottom: calc(40 / 750 * 100vw);
    gap: calc(25 / 750 * 100vw);
  }
}
.sec02__card-num {
  font-size: min(calc(58 / 1080 * 100vw), 58px);
  font-family: "Roboto Flex", sans-serif;
  font-weight: 700;
  color: #2b7fff;
  margin-bottom: min(calc(10 / 1080 * 100vw), 10px);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec02__card-num {
    font-size: calc(70 / 750 * 100vw);
    margin-bottom: 0;
  }
}
.sec02__card-title {
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  font-weight: 700;
  color: #2b7fff;
  margin-bottom: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec02__card-title {
    font-size: calc(48 / 750 * 100vw);
    line-height: 1.4;
    margin-bottom: calc(0 / 750 * 100vw);
  }
}
.sec02__card-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto min(calc(30 / 1080 * 100vw), 30px);
  width: min(calc(280 / 1080 * 100vw), 280px);
}
@media screen and (max-width: 767px) {
  .sec02__card-img {
    width: calc(440 / 750 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
    height: auto;
  }
}
.sec02__card-img img {
  max-height: 100%;
  width: auto;
}
.sec02__card-list {
  text-align: justify;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.8;
  color: #3D3C3A;
}
@media screen and (max-width: 767px) {
  .sec02__card-list {
    font-size: calc(24 / 750 * 100vw);
  }
}
.sec02__card-list li {
  text-align: justify;
}
.sec02__card-text {
  text-align: justify;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  line-height: 1.8;
  color: #666;
}
@media screen and (max-width: 767px) {
  .sec02__card-text {
    font-size: calc(24 / 750 * 100vw);
  }
}

.sec02__foot {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec02__foot-box {
  position: relative;
  width: min(calc(554 / 1080 * 100vw), 554px);
  margin: auto;
}
@media screen and (max-width: 767px) {
  .sec02__foot-box {
    width: calc(600 / 750 * 100vw);
  }
}
.sec02__foot-text {
  position: absolute;
  z-index: 2;
  text-align: center;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 2;
  color: #3D3C3A;
  width: min(calc(340 / 1080 * 100vw), 340px);
  height: min(calc(164 / 1080 * 100vw), 164px);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec02__foot-text {
    font-size: calc(32 / 750 * 100vw);
    width: calc(600 / 750 * 100vw);
    height: calc(250 / 750 * 100vw);
    padding: 0 calc(40 / 750 * 100vw);
  }
}
.sec02__foot-img {
  position: relative;
  z-index: 1;
}
.sec02__foot-caption {
  margin-top: min(calc(40 / 1080 * 100vw), 40px);
  text-align: center;
  font-weight: 700;
  line-height: 1.6;
  color: #3D3C3A;
  text-align: center;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  line-height: 160%;
}
.sec02__foot-caption strong {
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  color: #7F8891;
}
@media screen and (max-width: 767px) {
  .sec02__foot-caption {
    font-size: calc(36 / 750 * 100vw);
    margin-top: calc(50 / 750 * 100vw);
  }
  .sec02__foot-caption strong {
    font-size: calc(42 / 750 * 100vw);
  }
}

.sec03 .sec03__top {
  background-image: url(../img/pc/sec03_bg01.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: min(calc(1920 / 1080 * 100vw), 1920px) min(calc(120 / 1080 * 100vw), 120px);
  padding: min(calc(60 / 1080 * 100vw), 60px) 0 min(calc(100 / 1080 * 100vw), 100px);
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__top {
    background-image: url(../img/sp/sec03_bg01.webp);
    background-size: calc(750 / 750 * 100vw) calc(100 / 750 * 100vw);
    padding: calc(20 / 750 * 100vw) 0 calc(140 / 750 * 100vw);
  }
}
.sec03 .sec03__top-heading {
  margin-bottom: min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__top-heading {
    margin-bottom: calc(56 / 750 * 100vw);
  }
}
.sec03 .sec03__top-heading-circle {
  background-color: #2E7CFF;
  width: min(calc(100 / 1080 * 100vw), 100px);
  height: min(calc(100 / 1080 * 100vw), 100px);
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ffffff, #FFF);
  text-align: center;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__top-heading-circle {
    width: calc(120 / 750 * 100vw);
    height: calc(120 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.sec03 .sec03__top-heading-sub {
  color: var(--3-d-3-c-3-a, #3D3C3A);
  text-align: center;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  display: block;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__top-heading-sub {
    font-size: calc(38 / 750 * 100vw);
  }
}
.sec03 .sec03__top-heading-main {
  color: var(--3-d-3-c-3-a, #3D3C3A);
  text-align: center;
  font-size: min(calc(44 / 1080 * 100vw), 44px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  display: block;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__top-heading-main {
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec03 .sec03__top-heading-logo {
  width: min(calc(272 / 1080 * 100vw), 272px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__top-heading-logo {
    width: calc(336 / 750 * 100vw);
  }
}
.sec03 .sec03__slider {
  width: min(calc(600 / 1080 * 100vw), 600px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__slider {
    width: 100%;
  }
}
.sec03 .sec03__slider-img {
  width: min(calc(560 / 1080 * 100vw), 560px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__slider-img {
    width: calc(630 / 750 * 100vw);
  }
}
.sec03 .sec03__slider-text {
  color: var(--2-e-7-cff, #2E7CFF);
  text-align: center;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__slider-text {
    font-size: calc(32 / 750 * 100vw);
    margin-bottom: calc(24 / 750 * 100vw);
  }
}
.sec03 .swiper-sec03 {
  padding: 0 min(calc(20 / 1080 * 100vw), 20px) min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec03 .swiper-sec03 {
    padding: 0 calc(0 / 750 * 100vw) calc(80 / 750 * 100vw);
  }
}
.sec03 .swiper-sec03 .swiper-button-prev::after,
.sec03 .swiper-sec03 .swiper-button-next::after {
  display: none;
}
.sec03 .swiper-sec03 .swiper-button-prev,
.sec03 .swiper-sec03 .swiper-button-next {
  border-radius: 50%;
  width: min(calc(40 / 1080 * 100vw), 40px);
  height: min(calc(40 / 1080 * 100vw), 40px);
  top: min(calc(220 / 1080 * 100vw), 220px);
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='30' transform='rotate(-180 30 30)' fill='white'/%3E%3Cpath d='M35 41L24 29.4762L35 19' stroke='%232E7CFF' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") 0 0/100% no-repeat;
  box-shadow: 0 0 min(calc(10 / 1080 * 100vw), 10px) 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .sec03 .swiper-sec03 .swiper-button-prev,
  .sec03 .swiper-sec03 .swiper-button-next {
    width: calc(60 / 750 * 100vw);
    height: calc(60 / 750 * 100vw);
    top: calc(270 / 750 * 100vw);
    box-shadow: 0 0 calc(10 / 750 * 100vw) 0 rgba(0, 0, 0, 0.2);
  }
}
.sec03 .swiper-sec03 .swiper-button-prev {
  left: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec03 .swiper-sec03 .swiper-button-prev {
    left: calc(30 / 750 * 100vw);
  }
}
.sec03 .swiper-sec03 .swiper-button-next {
  transform: scale(-1, 1);
  right: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec03 .swiper-sec03 .swiper-button-next {
    right: calc(30 / 750 * 100vw);
  }
}
.sec03 .swiper-sec03 .swiper-pagination-bullet {
  width: min(calc(8 / 1080 * 100vw), 8px);
  height: min(calc(8 / 1080 * 100vw), 8px);
  margin: 0 min(calc(8 / 1080 * 100vw), 8px);
  opacity: 1;
  background-color: #F1F3F5;
}
@media screen and (max-width: 767px) {
  .sec03 .swiper-sec03 .swiper-pagination-bullet {
    width: calc(16 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
    margin: 0 calc(8 / 750 * 100vw);
  }
}
.sec03 .swiper-sec03 .swiper-pagination-bullet-active {
  background-color: #2E7CFF;
}
.sec03 .sec03__bottom {
  background-image: url(../img/pc/sec03_bg02.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 0 0 min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__bottom {
    background-image: url(../img/sp/sec03_bg02.webp);
    padding: 0 0 calc(80 / 750 * 100vw);
  }
}
.sec03 .sec03__heading {
  text-align: center;
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__heading {
    margin-bottom: calc(60 / 750 * 100vw);
  }
}
.sec03 .sec03__heading-en {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 700;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  color: #618AA6;
  letter-spacing: min(calc(1.6 / 1080 * 100vw), 1.6px);
  line-height: 1.2;
  margin-bottom: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__heading-en {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: calc(2.08 / 750 * 100vw);
    margin-bottom: calc(20 / 750 * 100vw);
  }
}
.sec03 .sec03__heading-title .num {
  font-size: min(calc(44 / 1080 * 100vw), 44px);
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__heading-title .num {
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec03 .sec03__heading-title .t1 {
  font-size: min(calc(36 / 1080 * 100vw), 36px);
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__heading-title .t1 {
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec03 .sec03__heading-title .t2 {
  font-size: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__heading-title .t2 {
    font-size: calc(42 / 750 * 100vw);
  }
}
.sec03 .sec03__heading-title-main {
  display: block;
  color: #2E7CFF;
  font-weight: 700;
  line-height: 1.4;
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  letter-spacing: min(calc(3.52 / 1080 * 100vw), 3.52px);
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__heading-title-main {
    font-size: calc(56 / 750 * 100vw);
    letter-spacing: calc(4.48 / 750 * 100vw);
  }
}
.sec03 .sec03__balloon {
  border-radius: min(calc(20 / 1080 * 100vw), 20px);
  background: var(--ffffff, #FFF);
  box-shadow: 0 min(calc(4 / 1080 * 100vw), 4px) min(calc(10 / 1080 * 100vw), 10px) 0 rgba(0, 0, 0, 0.1);
  padding: min(calc(30 / 1080 * 100vw), 30px);
  color: var(--2-e-7-cff, #2E7CFF);
  text-align: center;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  width: fit-content;
  margin: 0 auto max(calc(0 / 1080 * 100vw), 0px);
  position: relative;
  top: max(calc(-80 / 1080 * 100vw), -80px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__balloon {
    border-radius: calc(20 / 750 * 100vw);
    box-shadow: 0 calc(4 / 750 * 100vw) calc(10 / 750 * 100vw) 0 rgba(0, 0, 0, 0.1);
    padding: calc(40 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(2.56 / 750 * 100vw);
    top: calc(-70 / 750 * 100vw);
  }
}
.sec03 .sec03__balloon:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: max(calc(-26 / 1080 * 100vw), -26px);
  transform: translateX(-50%);
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 32L0 0H32L16 32Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: min(calc(32 / 1080 * 100vw), 32px);
  height: min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__balloon:after {
    width: calc(40 / 750 * 100vw);
    height: calc(40 / 750 * 100vw);
    bottom: calc(-30 / 750 * 100vw);
  }
}
.sec03 .sec03__lead {
  color: var(--3-d-3-c-3-a, #3D3C3A);
  text-align: center;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  margin: max(calc(-30 / 1080 * 100vw), -30px) 0 min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__lead {
    font-size: calc(32 / 750 * 100vw);
    margin: calc(0 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
  }
}
.sec03 .sec03__lead span {
  font-weight: 500;
}
.sec03 .sec03__list {
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: 0 auto;
  display: flex;
  gap: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__list {
    width: calc(650 / 750 * 100vw);
    flex-direction: column;
    gap: calc(50 / 750 * 100vw);
  }
}
.sec03 .sec03__item {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  border-radius: min(calc(20 / 1080 * 100vw), 20px);
  background: #fff;
  box-shadow: 0 min(calc(4 / 1080 * 100vw), 4px) min(calc(10 / 1080 * 100vw), 10px) rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__item {
    border-radius: calc(20 / 750 * 100vw);
    box-shadow: 0 calc(4 / 750 * 100vw) calc(10 / 750 * 100vw) rgba(0, 0, 0, 0.1);
    overflow: visible;
  }
}
.sec03 .sec03__item-header {
  background-color: #2E7CFF;
  padding: min(calc(16 / 1080 * 100vw), 16px) min(calc(10 / 1080 * 100vw), 10px) min(calc(16 / 1080 * 100vw), 16px);
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__item-header {
    padding: calc(16 / 750 * 100vw) calc(10 / 750 * 100vw);
    border-radius: calc(20 / 750 * 100vw) calc(20 / 750 * 100vw) 0 0;
  }
}
.sec03 .sec03__item-header-label {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  letter-spacing: min(calc(1.28 / 1080 * 100vw), 1.28px);
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__item-header-label {
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: calc(2.08 / 750 * 100vw);
  }
}
.sec03 .sec03__item-header-label span {
  font-family: "Roboto Flex", sans-serif;
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  font-weight: 600;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__item-header-label span {
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec03 .sec03__item-content {
  padding: min(calc(40 / 1080 * 100vw), 40px) min(calc(30 / 1080 * 100vw), 30px) min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__item-content {
    padding: calc(60 / 750 * 100vw) calc(55 / 750 * 100vw) calc(70 / 750 * 100vw);
  }
}
.sec03 .sec03__item-icon {
  margin: 0 auto min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__item-icon {
    margin: 0 auto calc(30 / 750 * 100vw);
  }
}
.sec03 .sec03__item-icon.icon1 {
  width: min(calc(147 / 1080 * 100vw), 147px);
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__item-icon.icon1 {
    width: calc(147 / 750 * 100vw);
  }
}
.sec03 .sec03__item-icon.icon2 {
  width: min(calc(87 / 1080 * 100vw), 87px);
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__item-icon.icon2 {
    width: calc(120 / 750 * 100vw);
  }
}
.sec03 .sec03__item-icon.icon3 {
  width: min(calc(59 / 1080 * 100vw), 59px);
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__item-icon.icon3 {
    width: calc(94 / 750 * 100vw);
  }
}
.sec03 .sec03__item-text01 {
  color: var(--3-d-3-c-3-a, #3D3C3A);
  text-align: center;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* vw(39.2) */
  letter-spacing: min(calc(2.24 / 1080 * 100vw), 2.24px);
  margin-bottom: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__item-text01 {
    font-size: calc(38 / 750 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
    letter-spacing: 0.01em;
  }
}
.sec03 .sec03__item-text02 {
  color: var(--3-d-3-c-3-a, #3D3C3A);
  text-align: justify;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: min(calc(1.28 / 1080 * 100vw), 1.28px);
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__item-text02 {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: calc(2.08 / 750 * 100vw);
  }
}

.sec04 {
  background-color: #F1F3F5;
  padding: min(calc(60 / 1080 * 100vw), 60px) 0 min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec04 {
    padding: calc(80 / 750 * 100vw) 0 calc(40 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .sec04 .wrap1080 {
    padding: 0 calc(50 / 750 * 100vw);
  }
}

.sec04__heading {
  text-align: center;
  margin-bottom: min(calc(56 / 1080 * 100vw), 56px);
}
@media screen and (max-width: 767px) {
  .sec04__heading {
    margin-bottom: calc(65 / 750 * 100vw);
  }
}
.sec04__heading-en {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 700;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  color: #618AA6;
  letter-spacing: min(calc(1.6 / 1080 * 100vw), 1.6px);
  line-height: 1.2;
  margin-bottom: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec04__heading-en {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: calc(2.08 / 750 * 100vw);
    margin-bottom: calc(20 / 750 * 100vw);
  }
}
.sec04__heading-title {
  color: #3D3C3A;
  font-weight: 700;
  line-height: 1.4;
  font-feature-settings: "palt";
}
.sec04__heading-title-sub {
  display: block;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  letter-spacing: min(calc(2.24 / 1080 * 100vw), 2.24px);
}
@media screen and (max-width: 767px) {
  .sec04__heading-title-sub {
    font-size: calc(38 / 750 * 100vw);
    letter-spacing: calc(3.04 / 750 * 100vw);
  }
}
.sec04__heading-title-main {
  display: block;
  font-size: min(calc(44 / 1080 * 100vw), 44px);
  letter-spacing: min(calc(3.52 / 1080 * 100vw), 3.52px);
}
@media screen and (max-width: 767px) {
  .sec04__heading-title-main {
    font-size: calc(56 / 750 * 100vw);
    letter-spacing: calc(4.48 / 750 * 100vw);
  }
}

.sec04__list {
  display: flex;
  gap: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec04__list {
    flex-direction: column;
    gap: calc(50 / 750 * 100vw);
  }
}

.sec04__item {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  border-radius: min(calc(20 / 1080 * 100vw), 20px);
  background: #fff;
  box-shadow: 0 min(calc(4 / 1080 * 100vw), 4px) min(calc(10 / 1080 * 100vw), 10px) rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec04__item {
    border-radius: calc(20 / 750 * 100vw);
    box-shadow: 0 calc(4 / 750 * 100vw) calc(10 / 750 * 100vw) rgba(0, 0, 0, 0.1);
    overflow: visible;
  }
}
.sec04__item-header {
  background-color: #2E7CFF;
  padding: min(calc(16 / 1080 * 100vw), 16px) min(calc(10 / 1080 * 100vw), 10px) min(calc(3 / 1080 * 100vw), 3px);
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec04__item-header {
    position: absolute;
    right: calc(55 / 750 * 100vw);
    top: calc(130 / 750 * 100vw);
    width: calc(220 / 750 * 100vw);
    height: calc(220 / 750 * 100vw);
    border-radius: 50%;
    background-color: #2E7CFF;
    padding: calc(35 / 750 * 100vw) calc(20 / 750 * 100vw);
    justify-content: center;
    gap: calc(4 / 750 * 100vw);
    z-index: 1;
  }
}
.sec04__item-header-label {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 700;
  letter-spacing: min(calc(1.28 / 1080 * 100vw), 1.28px);
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .sec04__item-header-label {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: calc(2.08 / 750 * 100vw);
  }
}
.sec04__item-header-num {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.sec04__item-header-num-sign {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 400;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec04__item-header-num-sign {
    font-weight: 600;
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec04__item-header-num-value {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 600;
  font-size: min(calc(42 / 1080 * 100vw), 42px);
  line-height: 1.4;
  letter-spacing: min(calc(5.12 / 1080 * 100vw), 5.12px);
}
@media screen and (max-width: 767px) {
  .sec04__item-header-num-value {
    font-size: calc(56 / 750 * 100vw);
    letter-spacing: calc(5.12 / 750 * 100vw);
  }
}
.sec04__item-header-num-unit {
  font-weight: 700;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec04__item-header-num-unit {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec04__item-header-num-note {
  font-weight: 400;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  letter-spacing: min(calc(0.48 / 1080 * 100vw), 0.48px);
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sec04__item-header-num-note {
    position: absolute;
    bottom: calc(10 / 750 * 100vw);
    left: 50%;
    transform: translateX(-50%);
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: calc(0.8 / 750 * 100vw);
  }
}
.sec04__item-graph {
  width: min(calc(241 / 1080 * 100vw), 241px);
  margin: 0 auto;
  padding: min(calc(34 / 1080 * 100vw), 34px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec04__item-graph {
    width: calc(330 / 750 * 100vw);
    margin: 0 0 0 calc(50 / 750 * 100vw);
    padding: calc(66 / 750 * 100vw) calc(0 / 750 * 100vw) 0 calc(0 / 750 * 100vw);
  }
}
.sec04__item-text {
  padding: min(calc(25 / 1080 * 100vw), 25px) min(calc(30 / 1080 * 100vw), 30px) min(calc(70 / 1080 * 100vw), 70px);
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 500;
  color: #3D3C3A;
  letter-spacing: min(calc(1.28 / 1080 * 100vw), 1.28px);
  line-height: 1.8;
  font-feature-settings: "palt";
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec04__item-text {
    padding: calc(20 / 750 * 100vw) calc(55 / 750 * 100vw) calc(50 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: calc(2.08 / 750 * 100vw);
  }
}

.sec04__note {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  color: #7F8891;
  letter-spacing: min(calc(0.48 / 1080 * 100vw), 0.48px);
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
  font-feature-settings: "palt";
  margin-top: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec04__note {
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: calc(0.8 / 750 * 100vw);
    text-align: left;
    margin-top: calc(30 / 750 * 100vw);
  }
}

.sec05 {
  background-color: #fff;
  padding: min(calc(60 / 1080 * 100vw), 60px) 0;
}
@media screen and (max-width: 767px) {
  .sec05 {
    padding: calc(80 / 750 * 100vw) calc(25 / 750 * 100vw);
  }
}

.sec05__heading {
  text-align: center;
  margin: 0 auto min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .sec05__heading {
    margin-bottom: calc(60 / 750 * 100vw);
  }
}
.sec05__heading-en {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 700;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  color: #618AA6;
  letter-spacing: min(calc(1.6 / 1080 * 100vw), 1.6px);
  line-height: 1.2;
  margin-bottom: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec05__heading-en {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: calc(2.08 / 750 * 100vw);
    margin-bottom: calc(20 / 750 * 100vw);
  }
}
.sec05__heading-title {
  font-weight: 700;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  color: #3D3C3A;
  letter-spacing: min(calc(2.24 / 1080 * 100vw), 2.24px);
  line-height: 1.4;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 767px) {
  .sec05__heading-title {
    font-size: calc(38 / 750 * 100vw);
    letter-spacing: calc(3.04 / 750 * 100vw);
  }
}
.sec05__heading-title-large {
  display: block;
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  letter-spacing: min(calc(2.88 / 1080 * 100vw), 2.88px);
}
@media screen and (max-width: 767px) {
  .sec05__heading-title-large {
    font-size: calc(48 / 750 * 100vw);
    letter-spacing: calc(3.84 / 750 * 100vw);
  }
}

.sec05__body {
  position: relative;
}

.swiper-sec05 {
  max-width: min(calc(1120 / 1080 * 100vw), 1120px);
  margin: 0 auto;
  padding: 0 min(calc(20 / 1080 * 100vw), 20px);
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .swiper-sec05 {
    max-width: 100%;
  }
}
.swiper-sec05 .swiper-button-prev,
.swiper-sec05 .swiper-button-next {
  display: none;
}
.swiper-sec05 .swiper-button-prev::after,
.swiper-sec05 .swiper-button-next::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .swiper-sec05 .swiper-button-prev,
  .swiper-sec05 .swiper-button-next {
    display: block;
    border-radius: 50%;
    width: calc(60 / 750 * 100vw);
    height: calc(60 / 750 * 100vw);
    top: calc(240 / 750 * 100vw);
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='30' transform='rotate(-180 30 30)' fill='white'/%3E%3Cpath d='M35 41L24 29.4762L35 19' stroke='%232E7CFF' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") 0 0/100% no-repeat;
    box-shadow: 0 0 calc(10 / 750 * 100vw) 0 rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 767px) {
  .swiper-sec05 .swiper-button-prev {
    left: calc(40 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .swiper-sec05 .swiper-button-next {
    right: calc(40 / 750 * 100vw);
    transform: scale(-1, 1);
  }
}
.swiper-sec05 .swiper-pagination {
  display: none;
}
@media screen and (max-width: 767px) {
  .swiper-sec05 .swiper-pagination {
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: calc(50 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .swiper-sec05 .swiper-pagination-bullet {
    width: calc(16 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
    margin: 0 calc(8 / 750 * 100vw);
  }
}
.swiper-sec05 .swiper-pagination-bullet-active {
  background-color: #2E7CFF;
}

.sec05__card {
  background-color: #F1F3F5;
  border-radius: min(calc(20 / 1080 * 100vw), 20px);
  box-shadow: 0 min(calc(4 / 1080 * 100vw), 4px) min(calc(10 / 1080 * 100vw), 10px) rgba(0, 0, 0, 0.1);
  padding: min(calc(40 / 1080 * 100vw), 40px) min(calc(30 / 1080 * 100vw), 30px) min(calc(50 / 1080 * 100vw), 50px);
}
@media screen and (max-width: 767px) {
  .sec05__card {
    border-radius: calc(20 / 750 * 100vw);
    box-shadow: 0 calc(4 / 750 * 100vw) calc(10 / 750 * 100vw) rgba(0, 0, 0, 0.1);
    padding: calc(40 / 750 * 100vw) calc(49 / 750 * 100vw) calc(50 / 750 * 100vw);
  }
}
.sec05__card-img {
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec05__card-img {
    margin-bottom: calc(40 / 750 * 100vw);
    border-radius: calc(8 / 750 * 100vw);
  }
}
.sec05__card-img picture, .sec05__card-img img {
  display: block;
  width: 100%;
}
.sec05__card-content {
  display: flex;
  flex-direction: column;
  gap: min(calc(50 / 1080 * 100vw), 50px);
}
@media screen and (max-width: 767px) {
  .sec05__card-content {
    gap: calc(50 / 750 * 100vw);
  }
}
.sec05__card-title {
  font-weight: 700;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  color: #3D3C3A;
  letter-spacing: min(calc(1.76 / 1080 * 100vw), 1.76px);
  line-height: 1.6;
  text-align: center;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 767px) {
  .sec05__card-title {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(2.56 / 750 * 100vw);
  }
}
.sec05__card-desc {
  background-color: #fff;
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
  padding: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec05__card-desc {
    border-radius: calc(8 / 750 * 100vw);
    padding: calc(30 / 750 * 100vw);
  }
}
.sec05__card-company {
  font-weight: 700;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  color: #618AA6;
  letter-spacing: min(calc(1.44 / 1080 * 100vw), 1.44px);
  line-height: 1.8;
  margin-bottom: min(calc(10 / 1080 * 100vw), 10px);
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 767px) {
  .sec05__card-company {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: calc(2.08 / 750 * 100vw);
    margin-bottom: calc(10 / 750 * 100vw);
  }
}
.sec05__card-text {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  color: #3D3C3A;
  letter-spacing: min(calc(1.28 / 1080 * 100vw), 1.28px);
  line-height: 1.8;
  text-align: justify;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 767px) {
  .sec05__card-text {
    font-size: calc(24 / 750 * 100vw);
    letter-spacing: calc(1.92 / 750 * 100vw);
  }
}
.sec05__card-text p {
  margin-bottom: 0;
}
.sec05__card-text strong {
  font-weight: 700;
}

.sec05__note {
  font-weight: 400;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  color: #7F8891;
  letter-spacing: min(calc(0.48 / 1080 * 100vw), 0.48px);
  line-height: 1.5;
  text-align: center;
  max-width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: min(calc(24 / 1080 * 100vw), 24px) auto 0;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 767px) {
  .sec05__note {
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: calc(0.8 / 750 * 100vw);
    text-align: left;
    max-width: 100%;
    margin-top: calc(30 / 750 * 100vw);
  }
}

.sec06 {
  background: url(../img/pc/sec06.webp) 50% 0/100% no-repeat #F1F3F5;
  padding-bottom: min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .sec06 {
    background: url(../img/sp/sec06.webp) 50% 0/100% no-repeat #F1F3F5;
    padding-bottom: calc(80 / 750 * 100vw);
  }
}

.sec06__title {
  text-align: center;
  font-weight: 700;
  color: #3D3C3A;
  font-feature-settings: "palt" 1;
  padding: min(calc(80 / 1080 * 100vw), 80px) 0 min(calc(110 / 1080 * 100vw), 110px);
}
@media screen and (max-width: 767px) {
  .sec06__title {
    padding: calc(120 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
  }
}
.sec06__title-sub {
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  letter-spacing: min(calc(2.24 / 1080 * 100vw), 2.24px);
  line-height: 1.4;
  margin-bottom: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec06__title-sub {
    font-size: calc(38 / 750 * 100vw);
    letter-spacing: calc(3.04 / 750 * 100vw);
    margin-bottom: calc(10 / 750 * 100vw);
  }
}
.sec06__title-main {
  font-size: min(calc(44 / 1080 * 100vw), 44px);
  letter-spacing: min(calc(3.52 / 1080 * 100vw), 3.52px);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec06__title-main {
    font-size: calc(56 / 750 * 100vw);
    letter-spacing: calc(4.48 / 750 * 100vw);
  }
}
.sec06__title-main br {
  display: none;
}
@media screen and (max-width: 767px) {
  .sec06__title-main br {
    display: block;
  }
}

.sec06__contents {
  max-width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .sec06__contents {
    max-width: 100%;
    padding: 0 calc(25 / 750 * 100vw);
    gap: calc(80 / 750 * 100vw);
  }
}

.sec06__block {
  display: flex;
  flex-direction: column;
  gap: min(calc(80 / 1080 * 100vw), 80px);
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec06__block {
    gap: calc(60 / 750 * 100vw);
  }
}
.sec06__block-top {
  display: flex;
  align-items: center;
  gap: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec06__block-top {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.sec06__block-img {
  width: min(calc(250 / 1080 * 100vw), 250px);
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .sec06__block-img {
    width: calc(397 / 750 * 100vw);
    justify-self: center;
    margin-bottom: calc(60 / 750 * 100vw);
  }
}
.sec06__block-img picture, .sec06__block-img img {
  display: block;
  width: 100%;
}
.sec06__block-heading {
  font-weight: 700;
  color: #618AA6;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 767px) {
  .sec06__block-heading {
    display: contents;
    text-align: center;
  }
}
.sec06__block-heading-caption {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  letter-spacing: min(calc(1.92 / 1080 * 100vw), 1.92px);
  line-height: 1.6;
  margin-bottom: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec06__block-heading-caption {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(2.56 / 750 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
    order: -1;
  }
}
.sec06__block-heading-sub {
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  letter-spacing: min(calc(1.76 / 1080 * 100vw), 1.76px);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec06__block-heading-sub {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(2.56 / 750 * 100vw);
  }
}
.sec06__block-heading-main {
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  letter-spacing: min(calc(2.88 / 1080 * 100vw), 2.88px);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec06__block-heading-main {
    font-size: calc(48 / 750 * 100vw);
    letter-spacing: calc(3.84 / 750 * 100vw);
  }
}

.sec06__cards {
  display: flex;
  gap: min(calc(30 / 1080 * 100vw), 30px);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec06__cards {
    flex-direction: column;
    gap: calc(70 / 750 * 100vw);
  }
}

.sec06__card {
  background-color: #fff;
  border-radius: min(calc(20 / 1080 * 100vw), 20px);
  padding: min(calc(56 / 1080 * 100vw), 56px) min(calc(30 / 1080 * 100vw), 30px) min(calc(40 / 1080 * 100vw), 40px);
  width: min(calc(340 / 1080 * 100vw), 340px);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec06__card {
    border-radius: calc(20 / 750 * 100vw);
    padding: calc(50 / 750 * 100vw) calc(40 / 750 * 100vw) calc(50 / 750 * 100vw);
    width: 100%;
    gap: calc(40 / 750 * 100vw);
  }
}
.sec06__card.--has-staff {
  padding-top: min(calc(56 / 1080 * 100vw), 56px);
}
@media screen and (max-width: 767px) {
  .sec06__card.--has-staff {
    padding-top: calc(50 / 750 * 100vw);
  }
}
.sec06__card-staff {
  position: absolute;
  top: max(calc(-40 / 1080 * 100vw), -40px);
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(80 / 1080 * 100vw), 80px);
  height: min(calc(80 / 1080 * 100vw), 80px);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .sec06__card-staff {
    top: calc(50 / 750 * 100vw);
    right: calc(30 / 750 * 100vw);
    left: auto;
    transform: none;
    width: calc(150 / 750 * 100vw);
    height: calc(150 / 750 * 100vw);
  }
}
.sec06__card-label {
  font-weight: 700;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  color: #E93A77;
  letter-spacing: min(calc(0.6 / 1080 * 100vw), 0.6px);
  line-height: 1.6;
  text-align: center;
  border: 1px solid #E93A77;
  background-color: #fff;
  padding: 0;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 767px) {
  .sec06__card-label {
    width: fit-content;
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(2.56 / 750 * 100vw);
    border-width: calc(2 / 750 * 100vw);
    padding: 0 calc(24 / 750 * 100vw);
  }
}
.sec06__card-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sec06__card-item {
  display: flex;
  align-items: center;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  padding: min(calc(16 / 1080 * 100vw), 16px) 0;
  border-bottom: 1px dashed #618AA6;
}
@media screen and (max-width: 767px) {
  .sec06__card-item {
    gap: calc(15 / 750 * 100vw);
    padding: calc(17 / 750 * 100vw) 0 calc(10 / 750 * 100vw);
  }
}
.sec06__card-item.--last {
  border-bottom: none;
  padding-bottom: 0;
}
.sec06__card-item p {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  color: #3D3C3A;
  letter-spacing: min(calc(1.28 / 1080 * 100vw), 1.28px);
  line-height: 1.8;
  text-align: justify;
  font-feature-settings: "palt" 1;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .sec06__card-item p {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: calc(2.08 / 750 * 100vw);
  }
}
.sec06__card-item:first-child {
  padding-top: 0;
}
.sec06__card-icon {
  width: min(calc(16 / 1080 * 100vw), 16px);
  height: min(calc(16 / 1080 * 100vw), 16px);
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .sec06__card-icon {
    width: calc(24 / 750 * 100vw);
    height: calc(24 / 750 * 100vw);
  }
}
.sec06__card-conclusion {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec06__card-conclusion {
    gap: calc(32 / 750 * 100vw);
  }
}
.sec06__card-conclusion-balloon {
  position: relative;
  font-weight: 700;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  color: #3D3C3A;
  letter-spacing: min(calc(1.12 / 1080 * 100vw), 1.12px);
  line-height: 1.8;
  text-align: center;
  padding: min(calc(4 / 1080 * 100vw), 4px) min(calc(30 / 1080 * 100vw), 30px);
  background: #F1F3F5;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 767px) {
  .sec06__card-conclusion-balloon {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: calc(2.08 / 750 * 100vw);
    padding: calc(4 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}
.sec06__card-conclusion-balloon::after {
  content: "";
  position: absolute;
  bottom: max(calc(-8 / 1080 * 100vw), -8px);
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: min(calc(8 / 1080 * 100vw), 8px) solid transparent;
  border-right: min(calc(8 / 1080 * 100vw), 8px) solid transparent;
  border-top: min(calc(8 / 1080 * 100vw), 8px) solid #F1F3F5;
}
@media screen and (max-width: 767px) {
  .sec06__card-conclusion-balloon::after {
    bottom: calc(-12 / 750 * 100vw);
    border-left: calc(12 / 750 * 100vw) solid transparent;
    border-right: calc(12 / 750 * 100vw) solid transparent;
    border-top: calc(12 / 750 * 100vw) solid #F1F3F5;
  }
}
.sec06__card-conclusion-text {
  font-weight: 700;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  color: #3D3C3A;
  letter-spacing: min(calc(1.44 / 1080 * 100vw), 1.44px);
  line-height: 1.6;
  text-align: center;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 767px) {
  .sec06__card-conclusion-text {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(2.56 / 750 * 100vw);
  }
}

.sec07 {
  background-color: #ffffff;
  padding: min(calc(60 / 1080 * 100vw), 60px) 0;
}
@media screen and (max-width: 767px) {
  .sec07 {
    padding: calc(80 / 750 * 100vw) 0;
  }
}

.sec07__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
  color: #3d3c3a;
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec07__title {
    font-size: calc(42 / 750 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
  }
}

.sec07__body {
  position: relative;
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec07__body {
    width: 100%;
  }
}

.sec07__sli {
  display: flex;
  justify-content: center;
  gap: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec07__sli {
    display: block;
    padding-bottom: calc(44 / 750 * 100vw);
  }
}
.sec07__sli .swiper-wrapper {
  display: flex;
  gap: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec07__sli .swiper-wrapper {
    display: flex;
    gap: 0;
  }
}

.sec07__sli-item {
  width: min(calc(340 / 1080 * 100vw), 340px);
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .sec07__sli-item {
    width: 100%;
    padding: 0 calc(25 / 750 * 100vw);
  }
}

.sec07__sli-item-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(20 / 1080 * 100vw), 20px);
  padding: 0 min(calc(30 / 1080 * 100vw), 30px) min(calc(30 / 1080 * 100vw), 30px);
  background-color: #f1f3f5;
  border-radius: min(calc(20 / 1080 * 100vw), 20px);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .sec07__sli-item-inner {
    gap: calc(40 / 750 * 100vw);
    padding: 0 calc(50 / 750 * 100vw) calc(60 / 750 * 100vw);
    border-radius: calc(20 / 750 * 100vw);
  }
}

.sec07__sli-label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(calc(180 / 1080 * 100vw), 180px);
  padding: min(calc(4 / 1080 * 100vw), 4px) 0;
  background-color: #2e7cff;
  border-radius: 0 0 min(calc(16 / 1080 * 100vw), 16px) min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec07__sli-label {
    width: auto;
    padding: 0 calc(140 / 750 * 100vw);
    height: calc(67 / 750 * 100vw);
    border-radius: 0 0 calc(20 / 750 * 100vw) calc(20 / 750 * 100vw);
  }
}

.sec07__sli-label-text {
  font-family: "Roboto Flex";
  font-weight: 700;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .sec07__sli-label-text {
    font-size: calc(36 / 750 * 100vw);
  }
}
.sec07__sli-label-text span {
  font-size: 1.3em;
}

.sec07__sli-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
  color: #3d3c3a;
}
@media screen and (max-width: 767px) {
  .sec07__sli-title {
    font-size: calc(38 / 750 * 100vw);
  }
}

.sec07__sli-img {
  width: min(calc(280 / 1080 * 100vw), 280px);
  height: min(calc(184 / 1080 * 100vw), 184px);
}
@media screen and (max-width: 767px) {
  .sec07__sli-img {
    width: calc(600 / 750 * 100vw);
    height: calc(400 / 750 * 100vw);
  }
}
.sec07__sli-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sec07__sli-desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec07__sli-desc {
    gap: calc(20 / 750 * 100vw);
  }
}

.sec07__sli-lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
  color: #3d3c3a;
}
@media screen and (max-width: 767px) {
  .sec07__sli-lead {
    font-size: calc(32 / 750 * 100vw);
    text-align: left;
    letter-spacing: 0.02em;
  }
}

.sec07__sli-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: justify;
  color: #3d3c3a;
}
@media screen and (max-width: 767px) {
  .sec07__sli-text {
    font-size: calc(28 / 750 * 100vw);
  }
}

.sec07__sli-arrow {
  display: none;
}
@media screen and (max-width: 767px) {
  .sec07__sli-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: calc(486 / 750 * 100vw);
    width: calc(60 / 750 * 100vw);
    height: calc(60 / 750 * 100vw);
    border-radius: 50%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    z-index: 10;
    cursor: pointer;
  }
  .sec07__sli-arrow::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sec07__sli-arrow.swiper-button-prev {
    left: calc(40 / 750 * 100vw);
    background-image: url("../img/common/sec07__sli-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .sec07__sli-arrow.swiper-button-next {
    right: calc(40 / 750 * 100vw);
    background-image: url("../img/common/sec07__sli-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: rotate(180deg);
  }
}

.sec07__sli .swiper-pagination {
  display: none;
}
@media screen and (max-width: 767px) {
  .sec07__sli .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: calc(16 / 750 * 100vw);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.sec07__sli .swiper-pagination .swiper-pagination-bullet {
  width: calc(16 / 750 * 100vw);
  height: calc(16 / 750 * 100vw);
  background-color: #f1f3f5;
  opacity: 1;
}
.sec07__sli .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2e7cff;
}

.sec08 {
  background-color: #fff;
  padding: min(calc(60 / 1080 * 100vw), 60px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec08 {
    padding: calc(70 / 750 * 100vw) 0;
  }
}

.sec08__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(44 / 1080 * 100vw), 44px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
  color: #3d3c3a;
  margin-bottom: min(calc(70 / 1080 * 100vw), 70px);
}
@media screen and (max-width: 767px) {
  .sec08__title {
    font-size: calc(56 / 750 * 100vw);
    margin-bottom: calc(60 / 750 * 100vw);
    text-align: left;
    padding: 0 calc(65 / 750 * 100vw);
  }
}

.sec08__body {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: min(calc(47 / 1080 * 100vw), 47px);
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec08__body {
    flex-direction: column;
    width: 100%;
    gap: 0;
    padding: 0;
  }
}

.sec08__img01 {
  width: min(calc(508 / 1080 * 100vw), 508px);
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .sec08__img01 {
    width: calc(714 / 750 * 100vw);
    margin: 0 auto;
  }
}
.sec08__img01 img {
  width: 100%;
  height: auto;
}

.sec08__desc {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  justify-content: flex-start;
  gap: min(calc(48 / 1080 * 100vw), 48px);
}
@media screen and (max-width: 767px) {
  .sec08__desc {
    flex-direction: column;
    padding: 0 calc(40 / 750 * 100vw);
    align-items: center;
    gap: calc(70 / 750 * 100vw);
    margin-top: calc(-140 / 750 * 100vw);
  }
}

.sec08__logo {
  width: min(calc(278 / 1080 * 100vw), 278px);
}
@media screen and (max-width: 767px) {
  .sec08__logo {
    width: calc(278 / 750 * 100vw);
  }
}
.sec08__logo img {
  width: 100%;
  height: auto;
}

.sec08__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #3d3c3a;
}
@media screen and (max-width: 767px) {
  .sec08__text {
    font-size: calc(26 / 750 * 100vw);
  }
}

.sec09 {
  position: relative;
  background-color: #f1f3f5;
  padding: min(calc(80 / 1080 * 100vw), 80px) 0 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec09 {
    padding: calc(120 / 750 * 100vw) 0;
  }
}

.sec09__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: min(calc(300 / 1080 * 100vw), 300px);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .sec09__bg {
    height: calc(444 / 750 * 100vw);
  }
}
.sec09__bg picture,
.sec09__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.sec09__bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(180deg, rgba(241, 243, 245, 0) 0%, #f1f3f5 100%);
}

.sec09__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
  color: #3d3c3a;
  order: 2;
}
@media screen and (max-width: 767px) {
  .sec09__title {
    font-size: calc(42 / 750 * 100vw);
    line-height: 1.3;
    letter-spacing: 0.04em;
    order: 0;
    margin-bottom: calc(30 / 750 * 100vw);
  }
}
.sec09__title span {
  font-size: 1.57142857em;
}
@media screen and (max-width: 767px) {
  .sec09__title span {
    font-size: 1.4em;
  }
}
.sec09__title span > span {
  font-size: 0.7em;
}

.sec09__body {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: min(calc(60 / 1080 * 100vw), 60px);
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec09__body {
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 0;
    padding: 0 calc(25 / 750 * 100vw);
  }
}

.sec09__img01 {
  width: min(calc(295 / 1080 * 100vw), 295px);
  flex-shrink: 0;
  order: 1;
}
@media screen and (max-width: 767px) {
  .sec09__img01 {
    width: calc(383 / 750 * 100vw);
    order: 1;
  }
}
.sec09__img01 img {
  width: 100%;
  height: auto;
}

.sec09__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
  color: #618aa6;
  order: 3;
  margin-top: min(calc(103 / 1080 * 100vw), 103px);
}
@media screen and (max-width: 767px) {
  .sec09__lead {
    font-size: calc(48 / 750 * 100vw);
    order: 2;
    margin-top: 0;
  }
}
.sec09__lead span {
  font-size: 0.61111111em;
}

.sec10 {
  background-color: #ffffff;
  padding: min(calc(60 / 1080 * 100vw), 60px) 0;
}
@media screen and (max-width: 767px) {
  .sec10 {
    padding: calc(80 / 750 * 100vw) calc(80 / 750 * 100vw);
  }
}

.sec10__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(56 / 1080 * 100vw), 56px);
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec10__inner {
    width: 100%;
    gap: calc(60 / 750 * 100vw);
  }
}

.sec10__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec10__head {
    gap: calc(16 / 750 * 100vw);
  }
}

.sec10__eyebrow {
  font-family: "Roboto Flex";
  font-weight: 700;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
  color: #3d3c3a;
}
@media screen and (max-width: 767px) {
  .sec10__eyebrow {
    font-size: calc(32 / 750 * 100vw);
  }
}

.sec10__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
  color: #3d3c3a;
}
@media screen and (max-width: 767px) {
  .sec10__title {
    font-size: calc(48 / 750 * 100vw);
  }
}

.sec10 .adlp-accordion__wrapper {
  width: 100%;
  gap: min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .sec10 .adlp-accordion__wrapper {
    gap: calc(40 / 750 * 100vw);
  }
}
.sec10 .adlp-accordion {
  background-color: #f1f3f5;
  border-radius: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec10 .adlp-accordion {
    border-radius: calc(16 / 750 * 100vw);
  }
}
.sec10 .adlp-accordion__header__inner {
  padding: min(calc(24 / 1080 * 100vw), 24px) min(calc(120 / 1080 * 100vw), 120px) min(calc(24 / 1080 * 100vw), 24px) min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec10 .adlp-accordion__header__inner {
    padding: calc(40 / 750 * 100vw) calc(120 / 750 * 100vw) calc(24 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}
.sec10 .adlp-accordion__header__inner .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #3d3c3a;
}
@media screen and (max-width: 767px) {
  .sec10 .adlp-accordion__header__inner .text {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
}
.sec10 .adlp-accordion__header::after {
  width: min(calc(16 / 1080 * 100vw), 16px);
  aspect-ratio: 16/12;
  right: min(calc(60 / 1080 * 100vw), 60px);
  background-image: url("../img/common/icon_acc_arrow.svg");
}
@media screen and (max-width: 767px) {
  .sec10 .adlp-accordion__header::after {
    width: calc(27 / 750 * 100vw);
    right: calc(70 / 750 * 100vw);
  }
}
.sec10 .adlp-accordion__body__inner {
  padding: 0 0 min(calc(40 / 1080 * 100vw), 40px);
  border-top: 2px dashed #7f8891;
  margin: 0 min(calc(40 / 1080 * 100vw), 40px);
  padding-top: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec10 .adlp-accordion__body__inner {
    padding: 0 0 calc(40 / 750 * 100vw);
    margin: 0 calc(40 / 750 * 100vw);
    padding-top: calc(24 / 750 * 100vw);
  }
}
.sec10 .adlp-accordion__body__inner .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #3d3c3a;
}
@media screen and (max-width: 767px) {
  .sec10 .adlp-accordion__body__inner .text {
    font-size: calc(28 / 750 * 100vw);
  }
}

.sec11 {
  background-color: #ffffff;
  overflow-x: auto;
  padding: 0 0 100px;
}

.sec11__iframe {
  display: block;
  width: 100%;
  max-width: min(calc(1000 / 1080 * 100vw), 1000px);
  padding: 0 min(calc(40 / 1080 * 100vw), 40px);
  height: 820px;
  border: 0;
  margin: 0 auto;
  padding: min(calc(60 / 1080 * 100vw), 60px) 0;
}
@media screen and (max-width: 828px) {
  .sec11__iframe {
    padding: 0;
    height: 620px;
  }
}
/*# sourceMappingURL=lp.css.map */
