@charset "UTF-8";
.adlp-footer {
  width: 100%;
  background: #0F7583;
  padding: min(calc(60 / 1080 * 100vw), 60px) 0 min(calc(150 / 1080 * 100vw), 150px);
}
@media screen and (max-width: 767px) {
  .adlp-footer {
    padding: calc(80 / 750 * 100vw) 0 calc(190 / 750 * 100vw);
  }
}
.adlp-footer .adlp-footer__inner {
  max-width: min(calc(920 / 1080 * 100vw), 920px);
  margin: auto;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .adlp-footer .adlp-footer__inner {
    max-width: calc(690 / 750 * 100vw);
  }
}
.adlp-footer h2 {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 180%;
  margin: 0 0 min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .adlp-footer h2 {
    font-size: calc(28 / 750 * 100vw);
    margin: 0 0 calc(80 / 750 * 100vw);
  }
}
.adlp-footer p {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  line-height: 180%;
  margin: 0 0 min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .adlp-footer p {
    font-size: calc(24 / 750 * 100vw);
    margin: 0 0 min(calc(26 / 1080 * 100vw), 26px);
  }
}
.adlp-footer small {
  display: block;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 180%;
  margin: min(calc(40 / 1080 * 100vw), 40px) 0 0;
}
@media screen and (max-width: 767px) {
  .adlp-footer small {
    font-size: calc(20 / 750 * 100vw);
    margin: calc(80 / 750 * 100vw) 0 0;
  }
}

.adlp-accordion {
  background: #fff;
}
.adlp-accordion__wrapper {
  display: flex;
  flex-direction: column;
  gap: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__wrapper {
    gap: calc(30 / 750 * 100vw);
  }
}
.adlp-accordion__header {
  position: relative;
  cursor: pointer;
}
.adlp-accordion__header__inner {
  display: flex;
  align-items: center;
  padding: min(calc(20 / 1080 * 100vw), 20px) min(calc(80 / 1080 * 100vw), 80px) min(calc(20 / 1080 * 100vw), 20px) min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header__inner {
    padding: calc(40 / 750 * 100vw) calc(112 / 750 * 100vw) calc(40 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}
.adlp-accordion__header__inner .lead {
  line-height: 1;
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  margin-right: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header__inner .lead {
    font-size: calc(48 / 750 * 100vw);
    margin-right: calc(20 / 750 * 100vw);
  }
}
.adlp-accordion__header::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: min(calc(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 {
  display: flex;
  flex-direction: column;
  background: #f1f1f1;
  padding: min(calc(20 / 1080 * 100vw), 20px);
  gap: min(calc(20 / 1080 * 100vw), 20px);
}
.adlp-card__wrapper {
  display: flex;
  justify-content: center;
  gap: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-card__wrapper {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .adlp-card {
    max-width: min(calc(350 / 1080 * 100vw), 350px);
  }
}
@media screen and (max-width: 767px) {
  .adlp-card {
    width: 100%;
  }
}
.adlp-card__head {
  display: flex;
  align-items: center;
  gap: min(calc(20 / 1080 * 100vw), 20px);
}
.adlp-card__no {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(calc(80 / 1080 * 100vw), 80px);
  height: min(calc(80 / 1080 * 100vw), 80px);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .adlp-card__no {
    width: calc(80 / 750 * 100vw);
    height: calc(80 / 750 * 100vw);
  }
}
.adlp-card__no .text01 {
  text-align: center;
  line-height: 1;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-card__no .text01 {
    font-size: calc(20 / 750 * 100vw);
  }
}
.adlp-card__no .text02 {
  text-align: center;
  line-height: 1;
  font-size: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-card__no .text02 {
    font-size: calc(32 / 750 * 100vw);
  }
}
.adlp-card__title {
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  background: #fff;
  flex: 1;
  padding: 0 min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-card__title {
    font-size: calc(38 / 750 * 100vw);
    padding: 0 calc(20 / 750 * 100vw);
  }
}
.adlp-card__body {
  display: flex;
  align-items: flex-start;
  gap: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-card__body {
    gap: calc(20 / 750 * 100vw);
  }
}
.adlp-card__text {
  flex: 1;
  background: #fff;
  padding: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-card__text {
    padding: calc(20 / 750 * 100vw);
  }
}
.adlp-card__img {
  width: min(calc(50 / 1080 * 100vw), 50px);
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .adlp-card__img {
    width: calc(80 / 750 * 100vw);
  }
}

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

.adlp-fadein {
  opacity: 0;
}

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

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

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

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

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

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

.adlp-tab__head,
.adlp-tab02__head,
.adlp-tab03__head {
  transition: 0.5s;
  cursor: pointer;
}
.adlp-tab__head__wrapper,
.adlp-tab02__head__wrapper,
.adlp-tab03__head__wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.adlp-tab__content,
.adlp-tab02__content,
.adlp-tab03__content {
  display: none;
}
.adlp-tab__content.--active,
.adlp-tab02__content.--active,
.adlp-tab03__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.--green {
  color: #fff;
  background: #0F7583;
}
.adlp-text__label.--green::after {
  background: #0F7583;
}
.adlp-text__label.--pink {
  color: #fff;
  background: #FF7699;
}
.adlp-text__label.--pink::after {
  background: #FF7699;
}

.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-text__label__para.--green {
  color: #fff;
}
.adlp-text__label__para.--green::after {
  background: #0F7583;
}
.adlp-text__label__para.--pink {
  color: #fff;
}
.adlp-text__label__para.--pink::after {
  background: #FF7699;
}

.adlp-stroke {
  position: relative;
  line-height: inherit;
}
.adlp-stroke .text01 {
  z-index: 10;
  position: relative;
  color: #fff;
}
.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(4 / 1080 * 100vw), 4px) #FF7699;
}
@media screen and (max-width: 767px) {
  .adlp-stroke::after {
    -webkit-text-stroke: calc(6 / 750 * 100vw) #FF7699;
  }
}
.adlp-stroke.--green::after {
  -webkit-text-stroke: min(calc(4 / 1080 * 100vw), 4px) #0F7583;
}
@media screen and (max-width: 767px) {
  .adlp-stroke.--green::after {
    -webkit-text-stroke: calc(6 / 750 * 100vw) #0F7583;
  }
}

.sec01 {
  position: relative;
  overflow: hidden;
  padding: 0 0 min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec01 {
    padding: 0 0 calc(68 / 750 * 100vw);
  }
}
.sec01 .sec01__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.sec01 .sec01__title {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__title {
    padding-top: calc(80 / 750 * 100vw);
  }
}
.sec01 .sec01__title-text {
  color: #fff;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  letter-spacing: min(calc(1.92 / 1080 * 100vw), 1.92px);
  line-height: 1.6;
  margin-bottom: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__title-text {
    font-size: calc(34 / 750 * 100vw);
    letter-spacing: calc(2.72 / 750 * 100vw);
    margin-bottom: calc(13 / 750 * 100vw);
  }
}
.sec01 .sec01__title-line {
  width: min(calc(316 / 1080 * 100vw), 316px);
  height: min(calc(22 / 1080 * 100vw), 22px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='316' height='22' viewBox='0 0 316 22' fill='none'%3E%3Cpath d='M1 1H150.169V19L166.577 1H315' stroke='white' stroke-width='2' stroke-linecap='round' stroke-dasharray='6 6'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__title-line {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='449' height='31' viewBox='0 0 449 31' fill='none'%3E%3Cpath d='M1.5 1.5H213.376V26.5L236.683 1.5H447.5' stroke='white' stroke-width='3' stroke-linecap='round' stroke-dasharray='6 6'/%3E%3C/svg%3E");
    width: calc(449 / 750 * 100vw);
    height: calc(31 / 750 * 100vw);
  }
}
.sec01 .sec01__img01-img {
  position: relative;
  z-index: 2;
  width: min(calc(478 / 1080 * 100vw), 478px);
  margin: max(calc(0 / 1080 * 100vw), 0px) auto min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__img01-img {
    width: calc(750 / 750 * 100vw);
    gap: calc(30 / 750 * 100vw);
    margin-top: calc(4 / 750 * 100vw);
    margin-bottom: calc(34 / 750 * 100vw);
  }
}
.sec01 .sec01__text01-img {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sec02 {
  position: relative;
  overflow: hidden;
  background-color: #E9F3E9;
  padding-top: min(calc(60 / 1080 * 100vw), 60px);
  padding-bottom: min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .sec02 {
    padding-top: calc(80 / 750 * 100vw);
    padding-bottom: calc(80 / 750 * 100vw);
  }
}
.sec02 .sec02__title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: max(calc(0 / 1080 * 100vw), 0px);
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__title {
    margin-bottom: calc(2 / 750 * 100vw);
  }
}
.sec02 .adlp-section.wrap900 {
  width: min(calc(920 / 1080 * 100vw), 920px);
  max-width: min(calc(920 / 1080 * 100vw), 920px);
}
@media screen and (max-width: 767px) {
  .sec02 .adlp-section.wrap900 {
    width: calc(690 / 750 * 100vw);
    max-width: calc(690 / 750 * 100vw);
    padding: 0;
  }
}
.sec02 .sec02__title-text {
  color: #333;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  letter-spacing: min(calc(1.76 / 1080 * 100vw), 1.76px);
  line-height: 1.6;
  text-align: center;
  margin-bottom: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__title-text {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(2.56 / 750 * 100vw);
    margin-bottom: calc(4 / 750 * 100vw);
  }
}
.sec02 .sec02__title-line {
  width: min(calc(305 / 1080 * 100vw), 305px);
  height: min(calc(21 / 1080 * 100vw), 21px);
  background-image: url("data:image/svg+xml,%3Csvg width='305' height='21' viewBox='0 0 305 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1H144.943V18L160.777 1H304' stroke='%230F7583' stroke-width='2' stroke-linecap='round' stroke-dasharray='6 6'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__title-line {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='449' height='31' viewBox='0 0 449 31' fill='none'%3E%3Cpath d='M1.5 1.5H213.376V26.5L236.683 1.5H447.5' stroke='%230F7583' stroke-width='3' stroke-linecap='round' stroke-dasharray='6 6'/%3E%3C/svg%3E");
    width: calc(449 / 750 * 100vw);
    height: calc(31 / 750 * 100vw);
  }
}
.sec02 .sec02__merit-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(calc(6 / 1080 * 100vw), 6px);
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__merit-heading {
    align-items: baseline;
    gap: calc(6 / 750 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.sec02 .sec02__merit-number {
  color: #0F7583;
  font-size: min(calc(70 / 1080 * 100vw), 70px);
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  letter-spacing: min(calc(5.6 / 1080 * 100vw), 5.6px);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__merit-number {
    position: relative;
    top: 0.076em;
    line-height: 1.4;
    font-size: calc(76 / 750 * 100vw);
    letter-spacing: calc(6.08 / 750 * 100vw);
  }
}
.sec02 .sec02__merit-text {
  color: #0F7583;
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  font-weight: 700;
  letter-spacing: min(calc(3.84 / 1080 * 100vw), 3.84px);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__merit-text {
    line-height: 1.4;
    font-size: calc(63 / 750 * 100vw);
    letter-spacing: calc(5.04 / 750 * 100vw);
  }
}
.sec02 .sec02__merit {
  background-color: #fff;
  border-radius: min(calc(20 / 1080 * 100vw), 20px);
  padding: min(calc(40 / 1080 * 100vw), 40px);
  margin-bottom: min(calc(60 / 1080 * 100vw), 60px);
  box-shadow: min(calc(10 / 1080 * 100vw), 10px) min(calc(10 / 1080 * 100vw), 10px) 0 0 rgba(61, 161, 157, 0.3);
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__merit {
    border-radius: calc(30 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw) calc(30 / 750 * 100vw);
    margin-bottom: calc(60 / 750 * 100vw);
    box-shadow: calc(10 / 750 * 100vw) calc(10 / 750 * 100vw) 0 0 rgba(61, 161, 157, 0.3);
  }
  .sec02 .sec02__merit:last-of-type {
    margin-bottom: 0;
  }
}
.sec02 .sec02__merit:last-of-type {
  margin-bottom: 0;
}
.sec02 .sec02__merit-header {
  display: flex;
  align-items: flex-end;
  gap: min(calc(20 / 1080 * 100vw), 20px);
  margin-bottom: min(calc(22 / 1080 * 100vw), 22px);
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__merit-header {
    gap: calc(20 / 750 * 100vw);
    margin-bottom: calc(42 / 750 * 100vw);
  }
}
.sec02 .sec02__merit-label {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec02 .sec02__merit-num {
  color: #fff;
  font-size: min(calc(62 / 1080 * 100vw), 62px);
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  letter-spacing: max(calc(-2.48 / 1080 * 100vw), -2.48px);
  line-height: 0.9;
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__merit-num {
    font-size: calc(100 / 750 * 100vw);
    letter-spacing: calc(-4 / 750 * 100vw);
  }
}
.sec02 .sec02__merit-tag {
  color: #F57D87;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  letter-spacing: min(calc(0.64 / 1080 * 100vw), 0.64px);
  line-height: 1;
  margin-top: max(calc(-10 / 1080 * 100vw), -10px);
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__merit-tag {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: calc(1.04 / 750 * 100vw);
    margin-top: calc(-15 / 750 * 100vw);
  }
}
.sec02 .sec02__merit-title {
  color: #0F7583;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-weight: 700;
  letter-spacing: min(calc(2.08 / 1080 * 100vw), 2.08px);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__merit-title {
    font-size: calc(38 / 750 * 100vw);
    letter-spacing: calc(3.04 / 750 * 100vw);
  }
}
.sec02 .sec02__merit-title .--black {
  color: #333;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__merit-title .--black {
    font-size: calc(28 / 750 * 100vw);
  }
}
.sec02 .sec02__merit01-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: min(calc(40 / 1080 * 100vw), 40px) min(calc(60 / 1080 * 100vw), 60px);
  border-top: 1px solid #0F7583;
  border-bottom: 1px solid #0F7583;
  margin: 0 0 min(calc(22 / 1080 * 100vw), 22px);
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__merit01-wrapper {
    display: block;
    padding: calc(40 / 750 * 100vw) 0;
    margin: 0 0 calc(40 / 750 * 100vw);
    border-bottom: calc(2 / 750 * 100vw) solid #0F7583;
  }
}
.sec02 .sec02__merit01-box {
  background-color: #EEEEEE;
  border-radius: min(calc(4 / 1080 * 100vw), 4px);
  padding: min(calc(10 / 1080 * 100vw), 10px) min(calc(20 / 1080 * 100vw), 20px);
  flex: 0 0 min(calc(367 / 1080 * 100vw), 367px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__merit01-box {
    border-radius: calc(8 / 750 * 100vw);
    padding: calc(10 / 750 * 100vw) calc(48 / 750 * 100vw);
    width: calc(630 / 750 * 100vw);
  }
}
.sec02 .sec02__merit01-text {
  color: #333;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 700;
  letter-spacing: min(calc(1.28 / 1080 * 100vw), 1.28px);
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__merit01-text {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: calc(2.08 / 750 * 100vw);
  }
}
.sec02 .sec02__merit01-graph {
  width: 100%;
  max-width: min(calc(274 / 1080 * 100vw), 274px);
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__merit01-graph {
    width: calc(472 / 750 * 100vw);
    margin: calc(43 / 750 * 100vw) auto 0;
    max-width: 100%;
  }
}
.sec02 .sec02__merit01-note {
  color: #333;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  letter-spacing: min(calc(0.48 / 1080 * 100vw), 0.48px);
  line-height: 1.6;
  text-align: justify;
  margin: min(calc(22 / 1080 * 100vw), 22px) auto 0;
  width: min(calc(740 / 1080 * 100vw), 740px);
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__merit01-note {
    width: auto;
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: calc(0.8 / 750 * 100vw);
    margin: calc(42 / 750 * 100vw) auto 0;
  }
}
.sec02 .sec02__merit01-table {
  display: flex;
  width: min(calc(740 / 1080 * 100vw), 740px);
  margin: auto;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__merit01-table {
    width: calc(630 / 750 * 100vw);
  }
}
.sec02 .sec02__table-col {
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__table-col {
    width: 100%;
  }
}
.sec02 .sec02__table-col:first-child {
  max-width: min(calc(180 / 1080 * 100vw), 180px);
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__table-col:first-child {
    max-width: calc(140 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__table-col:nth-child(2) {
    max-width: calc(180 / 750 * 100vw);
  }
}
.sec02 .sec02__table-col:last-child {
  border-right: min(calc(1 / 1080 * 100vw), 1px) solid #666;
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__table-col:last-child {
    border-width: calc(2 / 750 * 100vw);
  }
}
.sec02 .sec02__table-header {
  background-color: #EEEEEE;
  padding: min(calc(10 / 1080 * 100vw), 10px);
  height: min(calc(45 / 1080 * 100vw), 45px);
  display: flex;
  align-items: center;
  justify-content: center;
  border: min(calc(1 / 1080 * 100vw), 1px) solid #666;
  border-right: none;
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__table-header {
    padding: calc(10 / 750 * 100vw);
    height: calc(48 / 750 * 100vw);
    border: calc(2 / 750 * 100vw) solid #666;
    border-bottom: none;
    border-right: none;
  }
}
.sec02 .sec02__table-header.--green {
  background-color: #0F7583;
}
.sec02 .sec02__table-header.--pink {
  background-color: #F57D87;
}
.sec02 .sec02__table-title {
  color: #333;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  letter-spacing: min(calc(1.12 / 1080 * 100vw), 1.12px);
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__table-title {
    font-size: calc(24 / 750 * 100vw);
    letter-spacing: calc(1.92 / 750 * 100vw);
  }
}
.sec02 .sec02__table-title.--white {
  color: #fff;
  font-weight: 700;
}
.sec02 .sec02__table-cell {
  padding: min(calc(10 / 1080 * 100vw), 10px);
  height: min(calc(110 / 1080 * 100vw), 110px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: min(calc(1 / 1080 * 100vw), 1px) solid #666;
  border-top: none;
  border-right: none;
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__table-cell {
    padding: calc(10 / 750 * 100vw);
    height: calc(148 / 750 * 100vw);
    border: calc(2 / 750 * 100vw) solid #666;
    border-bottom: none;
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__table-cell:last-child {
    border-bottom: calc(2 / 750 * 100vw) solid #666;
  }
}
.sec02 .sec02__table-cell.--blue {
  background-color: #F2FDFF;
}
.sec02 .sec02__table-cell.--pink-light {
  background-color: #FDF1F3;
}
.sec02 .sec02__table-text {
  color: #333;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  letter-spacing: min(calc(1.12 / 1080 * 100vw), 1.12px);
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__table-text {
    font-size: calc(24 / 750 * 100vw);
    letter-spacing: calc(1.92 / 750 * 100vw);
  }
}
.sec02 .sec02__table-text.--triangle {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  margin-bottom: min(calc(5 / 1080 * 100vw), 5px);
  line-height: 0.9;
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__table-text.--triangle {
    font-size: calc(24 / 750 * 100vw);
    margin-bottom: calc(10 / 750 * 100vw);
  }
}
.sec02 .sec02__table-text.--triangle.--green {
  color: #0F7583;
}
.sec02 .sec02__table-text.--triangle.--pink {
  color: #F57D87;
}
.sec02 .sec02__table-icon {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__table-icon {
    font-size: calc(24 / 750 * 100vw);
  }
}
.sec02 .sec02__table-icon.--green {
  color: #0F7583;
}
.sec02 .sec02__table-icon.--pink {
  color: #F57D87;
}
.sec02 .sec02__table-subtext {
  color: #333;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  letter-spacing: min(calc(0.48 / 1080 * 100vw), 0.48px);
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__table-subtext {
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: calc(0.8 / 750 * 100vw);
  }
}
.sec02 .sec02__merit02 {
  background-color: #fff;
  border-radius: min(calc(30 / 1080 * 100vw), 30px);
  padding: min(calc(40 / 1080 * 100vw), 40px);
  box-shadow: min(calc(10 / 1080 * 100vw), 10px) min(calc(10 / 1080 * 100vw), 10px) 0 0 rgba(61, 161, 157, 0.3);
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__merit02 {
    border-radius: calc(30 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw);
    box-shadow: calc(10 / 750 * 100vw) calc(10 / 750 * 100vw) 0 0 rgba(61, 161, 157, 0.3);
  }
}
.sec02 .sec02__merit02-content {
  display: flex;
  justify-content: center;
  gap: min(calc(70 / 1080 * 100vw), 70px);
  margin: min(calc(42 / 1080 * 100vw), 42px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__merit02-content {
    gap: calc(20 / 750 * 100vw);
    margin: calc(50 / 750 * 100vw) 0 0;
  }
}
.sec02 .sec02__merit02-item {
  flex: 0 0 min(calc(313 / 1080 * 100vw), 313px);
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__merit02-item {
    flex: 0 0 calc(310 / 750 * 100vw);
  }
}
.sec02 .sec02__merit02-item.--type02 {
  flex: 0 0 min(calc(299 / 1080 * 100vw), 299px);
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__merit02-item.--type02 {
    flex: 0 0 calc(310 / 750 * 100vw);
  }
}
.sec02 .sec02__merit02-case {
  position: relative;
  margin-bottom: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__merit02-case {
    margin-bottom: calc(15 / 750 * 100vw);
  }
}
.sec02 .sec02__merit02-case-label {
  padding: min(calc(10 / 1080 * 100vw), 10px);
  border-radius: min(calc(4 / 1080 * 100vw), 4px);
  color: #fff;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 700;
  letter-spacing: min(calc(1.28 / 1080 * 100vw), 1.28px);
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__merit02-case-label {
    padding: calc(10 / 750 * 100vw);
    border-radius: calc(8 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: calc(2.08 / 750 * 100vw);
  }
}
.sec02 .sec02__merit02-case-label.--blue {
  background-color: #6FA2A8;
}
.sec02 .sec02__merit02-case-label.--pink {
  background-color: #F57D87;
}
.sec02 .sec02__merit02-case-label::after {
  content: "";
  position: absolute;
  bottom: max(calc(-14 / 1080 * 100vw), -14px);
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(20 / 1080 * 100vw), 20px);
  height: min(calc(17 / 1080 * 100vw), 17px);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__merit02-case-label::after {
    bottom: calc(-20 / 750 * 100vw);
    width: calc(40 / 750 * 100vw);
    height: calc(32 / 750 * 100vw);
  }
}
.sec02 .sec02__merit02-case-label.--blue::after {
  background-color: #6FA2A8;
}
.sec02 .sec02__merit02-case-label.--pink::after {
  background-color: #F57D87;
}
.sec02 .sec02__merit02-text {
  color: #333;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 500;
  letter-spacing: min(calc(1.6 / 1080 * 100vw), 1.6px);
  line-height: 1.6;
  text-align: center;
  margin-bottom: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__merit02-text {
    font-size: calc(30 / 750 * 100vw);
    letter-spacing: calc(2.4 / 750 * 100vw);
    margin-bottom: calc(30 / 750 * 100vw);
  }
}
.sec02 .sec02__merit02-text.--pink {
  color: #F57D87;
  font-weight: 700;
}
.sec02 .sec02__merit02-img {
  width: 100%;
  max-width: min(calc(310 / 1080 * 100vw), 310px);
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__merit02-img {
    max-width: calc(310 / 750 * 100vw);
  }
}

.sec03 {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec03 {
    padding: 0 0 0;
  }
}
.sec03 .sec03__outer {
  position: relative;
  height: min(calc(493 / 1080 * 100vw), 493px);
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__outer {
    height: calc(719 / 750 * 100vw);
  }
}
.sec03 .sec03__bg {
  position: absolute;
  height: min(calc(165 / 1080 * 100vw), 165px);
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__bg {
    height: calc(241 / 750 * 100vw);
  }
}
.sec03 .sec03__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0F7583;
}
.sec03 .sec03__inner {
  position: relative;
  z-index: 2;
  padding: min(calc(40 / 1080 * 100vw), 40px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__inner {
    padding: calc(70 / 750 * 100vw) 0 0;
  }
}
.sec03 .sec03__lead {
  color: #333;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  line-height: 160%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__lead {
    font-size: calc(34 / 750 * 100vw);
  }
}
.sec03 .sec03__img01-img {
  margin: min(calc(20 / 1080 * 100vw), 20px) auto min(calc(30 / 1080 * 100vw), 30px);
  width: min(calc(530 / 1080 * 100vw), 530px);
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__img01-img {
    margin: calc(32 / 750 * 100vw) auto calc(30 / 750 * 100vw);
    width: calc(750 / 750 * 100vw);
  }
}
.sec03 .sec03__outer02 {
  position: relative;
}
.sec03 .sec03__bgImg {
  position: relative;
  z-index: 1;
}
.sec03 .sec03__content {
  padding: min(calc(80 / 1080 * 100vw), 80px) 0 min(calc(60 / 1080 * 100vw), 60px);
  position: absolute;
  z-index: 2;
  width: min(calc(920 / 1080 * 100vw), 920px);
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__content {
    width: calc(630 / 750 * 100vw);
    padding: calc(92 / 750 * 100vw) 0 0;
  }
}
.sec03 .sec03__text02-img {
  width: min(calc(589 / 1080 * 100vw), 589px);
  margin: 0 min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__text02-img {
    width: calc(388 / 750 * 100vw);
    margin: 0 0;
  }
}
.sec03 .sec03__main-text {
  text-align: center;
  width: fit-content;
  border-radius: min(calc(4 / 1080 * 100vw), 4px);
  border: min(calc(2 / 1080 * 100vw), 2px) solid #0F7583;
  background: #FFF;
  padding: 0 min(calc(20 / 1080 * 100vw), 20px);
  height: min(calc(36 / 1080 * 100vw), 36px);
  top: max(calc(-18 / 1080 * 100vw), -18px);
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__main-text {
    border-radius: calc(4 / 750 * 100vw);
    border: calc(2 / 750 * 100vw) solid #0F7583;
    padding: 0 calc(40 / 750 * 100vw);
    height: calc(58 / 750 * 100vw);
    display: flex;
    justify-content: center;
    align-items: center;
    top: calc(-29 / 750 * 100vw);
  }
}
.sec03 .sec03__text {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__text {
    font-size: calc(22 / 750 * 100vw);
  }
}

.sec04 {
  position: relative;
  overflow: hidden;
  padding-top: min(calc(40 / 1080 * 100vw), 40px);
  padding-bottom: min(calc(60 / 1080 * 100vw), 60px);
  background-color: #FFF;
}
@media screen and (max-width: 767px) {
  .sec04 {
    padding-top: calc(80 / 750 * 100vw);
    padding-bottom: calc(80 / 750 * 100vw);
  }
}
.sec04 .sec04__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__header {
    margin-bottom: calc(50 / 750 * 100vw);
  }
}
.sec04 .sec04__header::after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='922' height='2' viewBox='0 0 922 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L921 1.00008' stroke='%230F7583' stroke-width='2' stroke-linecap='round' stroke-dasharray='10 10'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: min(calc(922 / 1080 * 100vw), 922px);
  height: min(calc(2 / 1080 * 100vw), 2px);
  margin: min(calc(50 / 1080 * 100vw), 50px) auto 0;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__header::after {
    background-image: url("data:image/svg+xml,%3Csvg width='633' height='3' viewBox='0 0 633 3' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 1.5H631.5' stroke='%230F7583' stroke-width='3' stroke-linecap='round' stroke-dasharray='10 10'/%3E%3C/svg%3E%0A");
    width: calc(633 / 750 * 100vw);
    height: calc(3 / 750 * 100vw);
    margin: calc(60 / 750 * 100vw) auto 0;
  }
}
.sec04 .sec04__header-text {
  color: #333;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  letter-spacing: min(calc(1.44 / 1080 * 100vw), 1.44px);
  line-height: 1.8;
  margin-bottom: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__header-text {
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: calc(2.24 / 750 * 100vw);
    margin-bottom: calc(24 / 750 * 100vw);
  }
}
.sec04 .sec04__title-bg {
  position: relative;
  z-index: 1;
}
.sec04 .sec04__logo {
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(279 / 1080 * 100vw), 279px);
  top: min(calc(75 / 1080 * 100vw), 75px);
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__logo {
    width: calc(419 / 750 * 100vw);
    margin-bottom: calc(60 / 750 * 100vw);
    top: calc(90 / 750 * 100vw);
  }
}
.sec04 .sec04__main-title {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-bottom: min(calc(50 / 1080 * 100vw), 50px);
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__main-title {
    display: block;
    margin-bottom: calc(70 / 750 * 100vw);
  }
}
.sec04 .sec04__main-title-text {
  color: #0F7583;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 700;
  letter-spacing: min(calc(2.56 / 1080 * 100vw), 2.56px);
  line-height: 1.4;
  text-align: center;
  margin-bottom: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__main-title-text {
    font-size: calc(42 / 750 * 100vw);
    letter-spacing: calc(3.36 / 750 * 100vw);
    margin-bottom: calc(8 / 750 * 100vw);
  }
}
.sec04 .sec04__subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__subtitle {
    margin-bottom: calc(15 / 750 * 100vw);
  }
}
.sec04 .sec04__subtitle-num {
  color: #FF768F;
  font-family: "Roboto", sans-serif;
  font-size: min(calc(62 / 1080 * 100vw), 62px);
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__subtitle-num {
    font-size: calc(82 / 750 * 100vw);
  }
}
.sec04 .sec04__subtitle-text {
  color: #0F7583;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 700;
  letter-spacing: min(calc(3.36 / 1080 * 100vw), 3.36px);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__subtitle-text {
    font-size: calc(42 / 750 * 100vw);
    letter-spacing: calc(3.36 / 750 * 100vw);
  }
}
.sec04 .sec04__subtitle-text .text__pink {
  font-size: min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__subtitle-text .text__pink {
    font-size: calc(42 / 750 * 100vw);
  }
}
.sec04 .sec04__subtitle-line {
  position: relative;
}
.sec04 .sec04__subtitle-line::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: min(calc(12 / 1080 * 100vw), 12px);
  bottom: 0;
  background-color: #EEFF98;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__subtitle-line::after {
    height: calc(21 / 750 * 100vw);
    bottom: calc(10 / 750 * 100vw);
  }
}
.sec04 .sec04__subtitle-line span {
  position: relative;
  z-index: 2;
}
.sec04 .sec04__points {
  display: flex;
  justify-content: center;
  gap: min(calc(19 / 1080 * 100vw), 19px);
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__points {
    display: block;
    gap: calc(60 / 750 * 100vw);
  }
}
.sec04 .sec04__point-card {
  background-color: #FDF1F3;
  border-radius: min(calc(20 / 1080 * 100vw), 20px);
  padding: min(calc(30 / 1080 * 100vw), 30px) min(calc(20 / 1080 * 100vw), 20px);
  flex: 0 0 min(calc(294 / 1080 * 100vw), 294px);
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__point-card {
    border-radius: calc(30 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw) calc(30 / 750 * 100vw);
    margin: 0 0 calc(60 / 750 * 100vw);
  }
  .sec04 .sec04__point-card:last-child {
    margin: 0;
  }
}
.sec04 .sec04__point-header {
  margin-bottom: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__point-header {
    display: flex;
    align-items: center;
    gap: calc(24 / 750 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.sec04 .sec04__point-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__point-label {
    margin: 0;
  }
}
.sec04 .sec04__point-num {
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: min(calc(62 / 1080 * 100vw), 62px);
  font-weight: 700;
  letter-spacing: max(calc(-2.48 / 1080 * 100vw), -2.48px);
  line-height: 1.6;
  line-height: 0.9;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__point-num {
    font-size: calc(100 / 750 * 100vw);
    letter-spacing: calc(-4 / 750 * 100vw);
  }
}
.sec04 .sec04__point-tag {
  color: #0F7583;
  font-family: "Roboto", sans-serif;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 500;
  letter-spacing: min(calc(0.64 / 1080 * 100vw), 0.64px);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__point-tag {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: calc(1.04 / 750 * 100vw);
  }
}
.sec04 .sec04__point-title {
  color: #0F7583;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-weight: 700;
  letter-spacing: min(calc(2.08 / 1080 * 100vw), 2.08px);
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__point-title {
    font-size: calc(38 / 750 * 100vw);
    text-align: left;
    letter-spacing: calc(3.04 / 750 * 100vw);
  }
}
.sec04 .sec04__point-title .--pink {
  color: #FD7D87;
}
.sec04 .sec04__point-img {
  display: block;
  width: 100%;
  border-radius: min(calc(10 / 1080 * 100vw), 10px);
  overflow: hidden;
  margin-bottom: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__point-img {
    border-radius: calc(18 / 750 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.sec04 .sec04__point-text {
  color: #333;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  letter-spacing: min(calc(1.28 / 1080 * 100vw), 1.28px);
  line-height: 1.8;
  margin-bottom: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__point-text {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: calc(2.08 / 750 * 100vw);
    margin-bottom: calc(15 / 750 * 100vw);
  }
}
.sec04 .sec04__point-text .--green {
  color: #0F7583;
  font-weight: 700;
}
.sec04 .sec04__point-text .kome {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
}
.sec04 .sec04__point-notes {
  margin-top: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__point-notes {
    margin-top: calc(30 / 750 * 100vw);
  }
}
.sec04 .sec04__point-note {
  color: #333;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  letter-spacing: min(calc(0.48 / 1080 * 100vw), 0.48px);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__point-note {
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: calc(0.8 / 750 * 100vw);
  }
}

.sec05 {
  position: relative;
  overflow: hidden;
}
.sec05 .sec05__bg {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}
.sec05 .sec05__content {
  width: min(calc(920 / 1080 * 100vw), 920px);
  z-index: 2;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: min(calc(50 / 1080 * 100vw), 50px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__content {
    width: calc(690 / 750 * 100vw);
    padding: calc(93 / 750 * 100vw) 0 0;
  }
}
.sec05 .sec05__mask-group {
  width: min(calc(479 / 1080 * 100vw), 479px);
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__mask-group {
    width: calc(631 / 750 * 100vw);
    margin: 0 auto;
  }
}
.sec05 .sec05__bottom-area {
  position: relative;
  margin-top: min(calc(50 / 1080 * 100vw), 50px);
  padding: min(calc(38 / 1080 * 100vw), 38px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__bottom-area {
    margin-top: calc(55 / 750 * 100vw);
    padding: calc(73 / 750 * 100vw) 0 0;
  }
}
.sec05 .sec05__bottom-content {
  position: relative;
}
.sec05 .sec05__logo {
  display: block;
  width: min(calc(258 / 1080 * 100vw), 258px);
  margin: 0 auto min(calc(38 / 1080 * 100vw), 38px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__logo {
    width: calc(410 / 750 * 100vw);
    margin: 0 auto calc(96 / 750 * 100vw);
  }
}
.sec05 .sec05__bottom-text {
  text-align: center;
  color: #FFF;
  text-align: center;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__bottom-text {
    font-size: calc(28 / 750 * 100vw);
  }
}
.sec05 .sec05__bottom-text::before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='632' height='2' viewBox='0 0 632 2' fill='none'%3E%3Cpath d='M1 1H631' stroke='white' stroke-width='2' stroke-linecap='round' stroke-dasharray='10 10'/%3E%3C/svg%3E");
  width: min(calc(632 / 1080 * 100vw), 632px);
  height: min(calc(2 / 1080 * 100vw), 2px);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin: 0 auto min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__bottom-text::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='633' height='3' viewBox='0 0 633 3' fill='none'%3E%3Cpath d='M1.5 1.5H631.5' stroke='white' stroke-width='3' stroke-linecap='round' stroke-dasharray='10 10'/%3E%3C/svg%3E");
    width: calc(633 / 750 * 100vw);
    height: calc(3 / 750 * 100vw);
    margin: 0 auto calc(40 / 750 * 100vw);
  }
}

.sec06 {
  position: relative;
  overflow: hidden;
  padding-top: min(calc(60 / 1080 * 100vw), 60px);
  background-color: #FFF;
}
@media screen and (max-width: 767px) {
  .sec06 {
    padding-top: calc(80 / 750 * 100vw);
  }
}
.sec06 .sec06__content {
  position: relative;
  width: 100%;
  max-width: min(calc(920 / 1080 * 100vw), 920px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__content {
    max-width: 100%;
    padding: 0 0;
  }
}
.sec06 .sec06__text01-img {
  display: block;
  width: min(calc(700 / 1080 * 100vw), 700px);
  margin: 0 auto min(calc(50 / 1080 * 100vw), 50px);
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__text01-img {
    width: calc(652 / 750 * 100vw);
    margin-bottom: calc(60 / 750 * 100vw);
  }
}
.sec06 .sec06__points {
  display: flex;
  flex-wrap: wrap;
  gap: min(calc(20 / 1080 * 100vw), 20px);
  margin-bottom: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__points {
    width: calc(690 / 750 * 100vw);
    margin: auto;
    gap: calc(60 / 750 * 100vw);
    margin-bottom: calc(60 / 750 * 100vw);
  }
}
.sec06 .sec06__point-card {
  flex: 0 0 min(calc(450 / 1080 * 100vw), 450px);
  background-color: #E9F3E9;
  border-radius: min(calc(20 / 1080 * 100vw), 20px);
}
.sec06 .sec06__point-card.--wide {
  flex: 0 0 100%;
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__point-card {
    flex: 0 0 100%;
    border-radius: calc(30 / 750 * 100vw);
  }
}
.sec06 .sec06__point-card-wrapper {
  padding: min(calc(40 / 1080 * 100vw), 40px) min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__point-card-wrapper {
    padding: calc(40 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}
.sec06 .sec06__point-header {
  display: flex;
  gap: min(calc(20 / 1080 * 100vw), 20px);
  margin-bottom: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (min-width: 768px) {
  .sec06 .sec06__point-header.--macthHeight {
    height: min(calc(98 / 1080 * 100vw), 98px);
  }
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__point-header {
    align-items: center;
    gap: calc(20 / 750 * 100vw);
    margin-bottom: calc(30 / 750 * 100vw);
  }
}
.sec06 .sec06__point-label {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec06 .sec06__point-num {
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: min(calc(62 / 1080 * 100vw), 62px);
  font-weight: 700;
  letter-spacing: max(calc(-2.48 / 1080 * 100vw), -2.48px);
  line-height: 0.9;
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__point-num {
    font-size: calc(100 / 750 * 100vw);
    letter-spacing: calc(-4 / 750 * 100vw);
  }
}
.sec06 .sec06__point-title {
  color: #333;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  letter-spacing: min(calc(2.08 / 1080 * 100vw), 2.08px);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__point-title {
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: calc(3.04 / 750 * 100vw);
  }
}
.sec06 .sec06__point-title .--pink {
  color: #FD7D87;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__point-title .--pink {
    font-size: calc(38 / 750 * 100vw);
    letter-spacing: calc(3.04 / 750 * 100vw);
  }
}
.sec06 .sec06__point-text {
  color: #333;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  letter-spacing: min(calc(1.28 / 1080 * 100vw), 1.28px);
  line-height: 1.8;
  margin-bottom: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__point-text {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: calc(2.08 / 750 * 100vw);
    margin-bottom: calc(30 / 750 * 100vw);
  }
}
.sec06 .sec06__point-example {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__point-example {
    gap: calc(10 / 750 * 100vw);
  }
}
.sec06 .sec06__example-label {
  background-color: #F57D87;
  border-radius: min(calc(100 / 1080 * 100vw), 100px);
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(calc(60 / 1080 * 100vw), 60px);
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__example-label {
    width: calc(90 / 750 * 100vw);
    border-radius: calc(300 / 750 * 100vw);
  }
}
.sec06 .sec06__example-label span {
  color: #FFF;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 700;
  letter-spacing: min(calc(1.12 / 1080 * 100vw), 1.12px);
  line-height: 1.6;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__example-label span {
    font-size: calc(24 / 750 * 100vw);
    letter-spacing: calc(1.76 / 750 * 100vw);
  }
}
.sec06 .sec06__example-text {
  color: #333;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  letter-spacing: min(calc(1.44 / 1080 * 100vw), 1.44px);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__example-text {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(2.24 / 750 * 100vw);
  }
}
.sec06 .sec06__point-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  width: min(calc(450 / 1080 * 100vw), 450px);
  height: min(calc(79 / 1080 * 100vw), 79px);
  margin: 0 auto min(calc(40 / 1080 * 100vw), 40px);
  background-color: #fff;
  border-radius: 60px;
  border: 2px solid #0F7583;
  box-shadow: 0 min(calc(6 / 1080 * 100vw), 6px) min(calc(10 / 1080 * 100vw), 10px) 0 rgba(0, 0, 0, 0.25);
  transition: 300ms;
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__point-btn {
    margin: 0 auto calc(40 / 750 * 100vw);
    width: calc(580 / 750 * 100vw);
    height: calc(102 / 750 * 100vw);
    margin-top: calc(30 / 750 * 100vw);
    border: calc(4 / 750 * 100vw) solid #0F7583;
  }
}
@media screen and (min-width: 768px) {
  .sec06 .sec06__point-btn:hover {
    opacity: 0.8;
  }
}
.sec06 .sec06__point-btn p {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__point-btn p {
    font-size: calc(28 / 750 * 100vw);
  }
}
.sec06 .sec06__point-btn.--open::after {
  transform: translateY(-50%) rotate(180deg);
}
.sec06 .sec06__point-btn::after {
  transition: 300ms;
  content: "";
  display: block;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='11' viewBox='0 0 18 11' fill='none'%3E%3Cpath d='M16.4136 1.41357L8.91357 9.41357L1.41357 1.41357' stroke='%230F7583' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: min(calc(18 / 1080 * 100vw), 18px);
  height: min(calc(11 / 1080 * 100vw), 11px);
  top: 50%;
  transform: translateY(-50%);
  right: min(calc(36 / 1080 * 100vw), 36px);
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__point-btn::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='13' viewBox='0 0 20 13' fill='none'%3E%3Cpath d='M17.1201 2.12012L9.62012 10.1201L2.12012 2.12012' stroke='%230F7583' stroke-width='3' stroke-linecap='square'/%3E%3C/svg%3E");
    width: calc(20 / 750 * 100vw);
    height: calc(13 / 750 * 100vw);
    right: calc(36 / 750 * 100vw);
  }
}
.sec06 .sec06__point-acdnWrapper {
  margin: max(calc(-30 / 1080 * 100vw), -30px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__point-acdnWrapper {
    margin: calc(-50 / 750 * 100vw) 0 0;
  }
}
.sec06 .sec06__point-acdnWrapper02 {
  background-color: #fff;
}
.sec06 .sec06__point-acdnWrapper03 {
  background-color: #e9f3e9;
  padding: max(calc(0 / 1080 * 100vw), 0px) min(calc(30 / 1080 * 100vw), 30px) min(calc(40 / 1080 * 100vw), 40px);
  border-radius: 0 0 min(calc(20 / 1080 * 100vw), 20px) min(calc(20 / 1080 * 100vw), 20px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__point-acdnWrapper03 {
    padding: calc(0 / 750 * 100vw) calc(50 / 750 * 100vw) calc(40 / 750 * 100vw);
    border-radius: 0 0 calc(0 / 750 * 100vw) calc(20 / 750 * 100vw);
  }
}
.sec06 .sec06__point-acdnWrapper03::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='41' viewBox='0 0 80 41' fill='none'%3E%3Cpath d='M38.1177 39.8949C38.8939 40.6494 40.1295 40.6494 40.9058 39.8949L78.4142 3.4341C79.7016 2.1826 78.8156 0 77.0201 0L2.00328 0C0.207786 0 -0.678216 2.1826 0.609245 3.4341L38.1177 39.8949Z' fill='%23E9F3E9'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: min(calc(80 / 1080 * 100vw), 80px);
  height: min(calc(41 / 1080 * 100vw), 41px);
  left: 50%;
  transform: translateX(-50%);
  bottom: max(calc(-28 / 1080 * 100vw), -28px);
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__point-acdnWrapper03::after {
    background-image: url("data:image/svg+xml,%3Csvg width='113' height='57' viewBox='0 0 113 57' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M55.0099 56.3919C55.7864 57.1478 57.0236 57.1478 57.8001 56.3919L112.201 3.43309C113.487 2.18114 112.601 0 110.806 0L2.00396 0C0.209167 0 -0.677175 2.18113 0.608869 3.43308L55.0099 56.3919Z' fill='%23E9F3E9'/%3E%3C/svg%3E%0A");
    width: calc(113 / 750 * 100vw);
    height: calc(57 / 750 * 100vw);
    bottom: calc(-46 / 750 * 100vw);
  }
}
.sec06 .sec06__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__list {
    gap: calc(40 / 750 * 100vw);
  }
}
.sec06 .sec06__item {
  flex: 0 0 min(calc(414 / 1080 * 100vw), 414px);
  border-radius: min(calc(20 / 1080 * 100vw), 20px);
  overflow: hidden;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__item {
    flex: 0 0 calc(590 / 750 * 100vw);
    border-radius: calc(30 / 750 * 100vw);
  }
}
.sec06 .sec06__item-text {
  text-align: center;
  background-color: #0f7583;
  padding: min(calc(20 / 1080 * 100vw), 20px) 0;
  color: #fff;
  text-align: center;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__item-text {
    padding: calc(20 / 750 * 100vw) 0;
    font-size: calc(28 / 750 * 100vw);
  }
}
.sec06 .sec06__item-inner {
  padding: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__item-inner {
    padding: calc(40 / 750 * 100vw) calc(30 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__item-img {
    width: calc(448 / 750 * 100vw);
    margin: auto;
  }
}
.sec06 .sec06__item-text02 {
  color: #333;
  text-align: justify;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  margin: min(calc(15 / 1080 * 100vw), 15px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__item-text02 {
    font-size: calc(28 / 750 * 100vw);
    margin: calc(22 / 750 * 100vw) 0 0;
  }
}
.sec06 .sec06__point-copy {
  width: min(calc(276 / 1080 * 100vw), 276px);
  margin: 0 auto 0;
  padding: min(calc(40 / 1080 * 100vw), 40px) 0 min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__point-copy {
    width: calc(690 / 750 * 100vw);
    padding: calc(68 / 750 * 100vw) 0 calc(32 / 750 * 100vw);
  }
}
.sec06 .sec06__message {
  position: relative;
  margin: 0 0 min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__message {
    margin: 0 0 calc(60 / 750 * 100vw);
  }
}
.sec06 .sec06__outer02 {
  position: relative;
}
.sec06 .sec06__bg {
  position: relative;
}
.sec06 .sec06__content02 {
  position: absolute;
  width: min(calc(920 / 1080 * 100vw), 920px);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: min(calc(60 / 1080 * 100vw), 60px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__content02 {
    width: calc(750 / 750 * 100vw);
    padding: calc(60 / 750 * 100vw) 0 0;
  }
}
.sec06 .sec06__text03-img {
  display: block;
  width: min(calc(603 / 1080 * 100vw), 603px);
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__text03-img {
    width: calc(362 / 750 * 100vw);
    margin-left: calc(55 / 750 * 100vw);
  }
}
.sec06 .sec06__footer {
  padding: min(calc(120 / 1080 * 100vw), 120px) 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__footer {
    padding: calc(89 / 750 * 100vw) calc(20 / 750 * 100vw) 0;
  }
}
.sec06 .sec06__footer p {
  color: #FFF;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  letter-spacing: min(calc(1.28 / 1080 * 100vw), 1.28px);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__footer p {
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: calc(2.24 / 750 * 100vw);
  }
}

.sec07 {
  position: relative;
  overflow: hidden;
  padding-top: min(calc(60 / 1080 * 100vw), 60px);
  padding-bottom: min(calc(60 / 1080 * 100vw), 60px);
  background-color: #FFF;
}
@media screen and (max-width: 767px) {
  .sec07 {
    padding-top: calc(80 / 750 * 100vw);
    padding-bottom: calc(80 / 750 * 100vw);
  }
}
.sec07 .sec07__content {
  position: relative;
  width: 100%;
  max-width: min(calc(900 / 1080 * 100vw), 900px);
  margin: 0 auto;
  padding: 0 0 min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__content {
    max-width: 100%;
    padding: 0 calc(0 / 750 * 100vw) min(calc(40 / 1080 * 100vw), 40px);
  }
}
.sec07 .sec07__title-area {
  text-align: center;
}
.sec07 .sec07__title {
  color: #333;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  letter-spacing: min(calc(1.76 / 1080 * 100vw), 1.76px);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__title {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(2.56 / 750 * 100vw);
    margin-bottom: calc(4 / 750 * 100vw);
  }
}
.sec07 .sec07__title-line {
  width: min(calc(346 / 1080 * 100vw), 346px);
  height: min(calc(21 / 1080 * 100vw), 21px);
  background-image: url("data:image/svg+xml,%3Csvg width='346' height='21' viewBox='0 0 346 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1H165.438V18L181.282 1H345' stroke='%230F7583' stroke-width='2' stroke-linecap='round' stroke-dasharray='6 6'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin: min(calc(10 / 1080 * 100vw), 10px) auto 0;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__title-line {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='509' height='31' viewBox='0 0 509 31' fill='none'%3E%3Cpath d='M1.5 1.5H243.376V26.5L266.683 1.5H507.5' stroke='%230F7583' stroke-width='3' stroke-linecap='round' stroke-dasharray='6 6'/%3E%3C/svg%3E");
    width: calc(509 / 750 * 100vw);
    height: calc(31 / 750 * 100vw);
  }
}
.sec07 .sec07__outer {
  background-color: #3DA19D;
  padding: min(calc(40 / 1080 * 100vw), 40px) 0;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__outer {
    padding: calc(40 / 750 * 100vw) 0;
  }
}
.sec07 .sec07__inner {
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: auto;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__inner {
    width: calc(690 / 750 * 100vw);
  }
}
.sec07 .sec07__simulation-box {
  text-align: center;
}
.sec07 .sec07__simulation-title {
  color: #FF7D87;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 700;
  letter-spacing: min(calc(3.36 / 1080 * 100vw), 3.36px);
  line-height: 1.4;
  margin-bottom: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__simulation-title {
    font-size: calc(42 / 750 * 100vw);
    letter-spacing: calc(3.36 / 750 * 100vw);
    margin-bottom: calc(15 / 750 * 100vw);
  }
}
.sec07 .sec07__simulation-title .num {
  line-height: 1;
  font-size: min(calc(54 / 1080 * 100vw), 54px);
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__simulation-title .num {
    font-size: calc(64 / 750 * 100vw);
  }
}
.sec07 .sec07__simulation-line {
  margin: 0 auto min(calc(40 / 1080 * 100vw), 40px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__simulation-line {
    margin: 0 auto calc(40 / 750 * 100vw);
  }
}
.sec07 .sec07__simulation-line span {
  position: relative;
  z-index: 2;
}
.sec07 .sec07__simulation-line::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #EEFF98;
  width: 100%;
  height: min(calc(10 / 1080 * 100vw), 10px);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__simulation-line::after {
    height: calc(18 / 750 * 100vw);
  }
}
.sec07 .sec07__simulation-content {
  max-width: min(calc(920 / 1080 * 100vw), 920px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__simulation-content {
    max-width: calc(690 / 750 * 100vw);
  }
}
.sec07 .sec07__simulation-text {
  color: #fff;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  letter-spacing: min(calc(1.76 / 1080 * 100vw), 1.76px);
  line-height: 1.6;
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__simulation-text {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(2.56 / 750 * 100vw);
    margin-bottom: calc(60 / 750 * 100vw);
  }
}
.sec07 .sec07__form-area {
  background-color: #fff;
  border-radius: min(calc(20 / 1080 * 100vw), 20px);
  padding: min(calc(30 / 1080 * 100vw), 30px) min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__form-area {
    border-radius: calc(30 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw) calc(50 / 750 * 100vw);
  }
}
.sec07 .sec07__form-header {
  background-color: #3DA19D;
  color: #FFF;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 400;
  letter-spacing: min(calc(0.9 / 1080 * 100vw), 0.9px);
  line-height: 1.4;
  text-align: center;
  padding: min(calc(8 / 1080 * 100vw), 8px) 0;
  margin-bottom: min(calc(10 / 1080 * 100vw), 10px);
  border-radius: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__form-header {
    border-radius: calc(8 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: calc(1.4 / 750 * 100vw);
    padding: calc(10 / 750 * 100vw) 0;
    margin-bottom: calc(10 / 750 * 100vw);
  }
}
.sec07 .sec07__select-box {
  display: block;
}
.sec07 .sec07__select-box + .sec07__select-box {
  margin-top: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__select-box + .sec07__select-box {
    margin-top: calc(15 / 750 * 100vw);
  }
}
.sec07 .sec07__select-box select {
  cursor: pointer;
  display: block;
  width: min(calc(840 / 1080 * 100vw), 840px);
  background-color: #FFF;
  border: min(calc(2 / 1080 * 100vw), 2px) solid #3DA19D;
  border-radius: min(calc(2 / 1080 * 100vw), 2px);
  padding: min(calc(15 / 1080 * 100vw), 15px) min(calc(20 / 1080 * 100vw), 20px);
  color: #999;
  height: min(calc(70 / 1080 * 100vw), 70px);
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 400;
  letter-spacing: min(calc(1.44 / 1080 * 100vw), 1.44px);
  line-height: 1.8;
  background-image: url("../img/common/icon-arrow.webp");
  background-size: min(calc(14 / 1080 * 100vw), 14px) auto;
  background-position: 96% 50%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__select-box select {
    width: calc(590 / 750 * 100vw);
    height: calc(83 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: calc(2.24 / 750 * 100vw);
    border-width: calc(2 / 750 * 100vw);
    border-radius: calc(8 / 750 * 100vw);
    padding: calc(0 / 750 * 100vw) calc(60 / 750 * 100vw) calc(0 / 750 * 100vw) calc(30 / 750 * 100vw);
    background-size: calc(18 / 750 * 100vw) auto;
    background-position: 95% 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.sec07 .sec07__select-box select option {
  color: #999;
}
.sec07 .sec07__result-wrapper {
  position: relative;
}
.sec07 .result_content-inner {
  transition: all 300ms;
  opacity: 0;
  transition-delay: 0;
}
.sec07 .sec07__result-spacer {
  opacity: 0;
}
.sec07 .result_content {
  position: absolute;
  left: 0;
  top: min(calc(40 / 1080 * 100vw), 40px);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec07 .result_content {
    top: calc(40 / 750 * 100vw);
  }
}
.sec07 .is-a_10 .a_10,
.sec07 .is-a_15 .a_15,
.sec07 .is-a_20 .a_20,
.sec07 .is-b_10 .b_10,
.sec07 .is-b_15 .b_15,
.sec07 .is-b_20 .b_20,
.sec07 .is-c_10 .c_10,
.sec07 .is-c_15 .c_15,
.sec07 .is-c_20 .c_20,
.sec07 .is-d_10 .d_10,
.sec07 .is-d_15 .d_15,
.sec07 .is-d_20 .d_20,
.sec07 .is-e_10 .e_10,
.sec07 .is-e_15 .e_15,
.sec07 .is-e_20 .e_20 {
  display: block;
}
.sec07 .is-a_10 .a_10 .result_content-inner,
.sec07 .is-a_15 .a_15 .result_content-inner,
.sec07 .is-a_20 .a_20 .result_content-inner,
.sec07 .is-b_10 .b_10 .result_content-inner,
.sec07 .is-b_15 .b_15 .result_content-inner,
.sec07 .is-b_20 .b_20 .result_content-inner,
.sec07 .is-c_10 .c_10 .result_content-inner,
.sec07 .is-c_15 .c_15 .result_content-inner,
.sec07 .is-c_20 .c_20 .result_content-inner,
.sec07 .is-d_10 .d_10 .result_content-inner,
.sec07 .is-d_15 .d_15 .result_content-inner,
.sec07 .is-d_20 .d_20 .result_content-inner,
.sec07 .is-e_10 .e_10 .result_content-inner,
.sec07 .is-e_15 .e_15 .result_content-inner,
.sec07 .is-e_20 .e_20 .result_content-inner {
  transition: 0;
  transition-delay: 300ms;
  opacity: 1;
}
.sec07 .sec07__result-wrapper {
  padding: min(calc(40 / 1080 * 100vw), 40px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__result-wrapper {
    padding: calc(40 / 750 * 100vw) 0 0;
  }
}
.sec07 .sec07__outer02 {
  padding: min(calc(62 / 1080 * 100vw), 62px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__outer02 {
    padding: calc(62 / 750 * 100vw) 0 0;
  }
}
.sec07 .sec07__steps {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: min(calc(40 / 1080 * 100vw), 40px);
  margin-bottom: min(calc(46 / 1080 * 100vw), 46px);
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__steps {
    width: calc(690 / 750 * 100vw);
    margin: auto;
    gap: calc(62 / 750 * 100vw);
    flex-direction: column;
    align-items: center;
    margin-bottom: calc(80 / 750 * 100vw);
  }
}
.sec07 .sec07__step-item {
  background-color: #3DA19D;
  border-radius: min(calc(20 / 1080 * 100vw), 20px);
  width: min(calc(280 / 1080 * 100vw), 280px);
  padding: min(calc(20 / 1080 * 100vw), 20px) min(calc(20 / 1080 * 100vw), 20px) min(calc(30 / 1080 * 100vw), 30px);
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__step-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-radius: calc(30 / 750 * 100vw);
    padding: calc(10 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}
.sec07 .sec07__step-item::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='27' height='51' viewBox='0 0 27 51' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_3883_31634' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='27' height='51'%3E%3Crect width='27' height='51' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_3883_31634)'%3E%3Cpath d='M25.7278 26.7938C26.4443 26.0255 26.4443 24.8339 25.7278 24.0656L4.21261 0.996549C2.97428 -0.331214 0.749997 0.545046 0.749998 2.36065L0.75 48.4987C0.75 50.3143 2.97429 51.1906 4.21261 49.8628L25.7278 26.7938Z' fill='%233DA19D'/%3E%3C/g%3E%3C/svg%3E%0A");
  width: min(calc(27 / 1080 * 100vw), 27px);
  height: min(calc(51 / 1080 * 100vw), 51px);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  right: max(calc(-20 / 1080 * 100vw), -20px);
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__step-item::after {
    background-image: url("data:image/svg+xml,%3Csvg width='73' height='33' viewBox='0 0 73 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_3889_35864' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='73' height='33'%3E%3Crect width='72.1875' height='33' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_3889_35864)'%3E%3Cpath d='M34.2135 28.613C34.9839 29.3393 36.1869 29.3393 36.9573 28.613L68.0209 -0.669689C69.3382 -1.91152 68.4594 -4.125 66.649 -4.125L4.52182 -4.125C2.71142 -4.125 1.83259 -1.91151 3.14994 -0.669685L34.2135 28.613Z' fill='%233DA19D'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: calc(73 / 750 * 100vw);
    height: calc(33 / 750 * 100vw);
    right: auto;
    bottom: calc(-32 / 750 * 100vw);
    left: 50%;
    transform: translateX(-50%);
    top: auto;
  }
}
.sec07 .sec07__step-item:last-child::after {
  content: none;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__step-item:last-child {
    margin: 0;
  }
}
.sec07 .sec07__step-header {
  margin-bottom: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__step-header {
    margin-bottom: 0;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    gap: calc(29 / 750 * 100vw);
  }
}
.sec07 .sec07__step-label {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: min(calc(16 / 1080 * 100vw), 16px);
  gap: min(calc(5 / 1080 * 100vw), 5px);
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__step-label {
    margin-bottom: 0;
    gap: calc(0 / 750 * 100vw);
    flex-direction: column;
  }
}
.sec07 .sec07__step-text {
  color: #EEFF98;
  font-family: "Roboto", sans-serif;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 500;
  letter-spacing: min(calc(0.64 / 1080 * 100vw), 0.64px);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__step-text {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: calc(1.04 / 750 * 100vw);
  }
}
.sec07 .sec07__step-num {
  color: #EEFF98;
  font-family: "Roboto", sans-serif;
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__step-num {
    line-height: 0.9;
    font-size: calc(62 / 750 * 100vw);
  }
}
.sec07 .sec07__step-title {
  color: #FFF;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  letter-spacing: min(calc(1.76 / 1080 * 100vw), 1.76px);
  line-height: 1.6;
  height: min(calc(72 / 1080 * 100vw), 72px);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__step-title {
    text-align: left;
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(2.56 / 750 * 100vw);
  }
}
.sec07 .sec07__step-icon {
  width: min(calc(100 / 1080 * 100vw), 100px);
  height: min(calc(100 / 1080 * 100vw), 100px);
  background-color: #FFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__step-icon {
    width: calc(130 / 750 * 100vw);
    height: calc(130 / 750 * 100vw);
  }
}
.sec07 .sec07__step-icon img {
  width: min(calc(60 / 1080 * 100vw), 60px);
  height: auto;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__step-icon img {
    width: calc(80 / 750 * 100vw);
  }
}
.sec07 .sec07__register-area {
  margin-bottom: min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__register-area {
    margin-bottom: calc(80 / 750 * 100vw);
  }
}
.sec07 .sec07__register-title-area {
  text-align: center;
  margin-bottom: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__register-title-area {
    margin-bottom: calc(8 / 750 * 100vw);
  }
}
.sec07 .sec07__register-title {
  color: #333;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  letter-spacing: min(calc(1.76 / 1080 * 100vw), 1.76px);
  line-height: 1.6;
  margin-bottom: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__register-title {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(2.56 / 750 * 100vw);
    margin-bottom: calc(4 / 750 * 100vw);
  }
}
.sec07 .sec07__register-title-line {
  width: min(calc(238 / 1080 * 100vw), 238px);
  height: min(calc(21 / 1080 * 100vw), 21px);
  margin: min(calc(10 / 1080 * 100vw), 10px) auto 0;
  background-image: url("data:image/svg+xml,%3Csvg width='238' height='21' viewBox='0 0 238 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1H111.413V18L127.31 1H237' stroke='%230F7583' stroke-width='2' stroke-linecap='round' stroke-dasharray='6 6'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__register-title-line {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='349' height='31' viewBox='0 0 349 31' fill='none'%3E%3Cpath d='M1.5 1.5H163.376V26.5L186.683 1.5H347.5' stroke='%230F7583' stroke-width='3' stroke-linecap='round' stroke-dasharray='6 6'/%3E%3C/svg%3E");
    width: calc(349 / 750 * 100vw);
    height: calc(31 / 750 * 100vw);
  }
}
.sec07 .sec07__register-content {
  text-align: center;
}
.sec07 .sec07__register-subtitle {
  color: #FF7D87;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 700;
  letter-spacing: min(calc(2.56 / 1080 * 100vw), 2.56px);
  line-height: 1.4;
  margin-bottom: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__register-subtitle {
    font-size: calc(42 / 750 * 100vw);
    letter-spacing: calc(3.36 / 750 * 100vw);
  }
}
.sec07 .sec07__register-line {
  display: inline-block;
  position: relative;
}
.sec07 .sec07__register-line span {
  position: relative;
  z-index: 2;
}
.sec07 .sec07__register-line::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #EEFF98;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: min(calc(10 / 1080 * 100vw), 10px);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__register-line::after {
    height: calc(18 / 750 * 100vw);
  }
}
.sec07 .sec07__cta {
  text-align: center;
}
.sec07 .sec07__cta-text {
  color: #333;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  letter-spacing: min(calc(1.44 / 1080 * 100vw), 1.44px);
  line-height: 1.6;
  margin-bottom: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__cta-text {
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: calc(2.24 / 750 * 100vw);
    margin-bottom: calc(15 / 750 * 100vw);
  }
}
.sec07 .sec07__cta-btn {
  width: fit-content;
  margin: 0 auto;
}

.sec08 {
  position: relative;
  overflow: hidden;
  padding-top: min(calc(60 / 1080 * 100vw), 60px);
  padding-bottom: min(calc(80 / 1080 * 100vw), 80px);
  background-color: #FCF2F3;
}
@media screen and (max-width: 767px) {
  .sec08 {
    padding-top: calc(80 / 750 * 100vw);
    padding-bottom: calc(80 / 750 * 100vw);
  }
}
.sec08 .sec08__content {
  position: relative;
  width: 100%;
  max-width: min(calc(920 / 1080 * 100vw), 920px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__content {
    max-width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.sec08 .sec08__title {
  color: #0F758A;
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  font-weight: 700;
  letter-spacing: min(calc(3.2 / 1080 * 100vw), 3.2px);
  line-height: 1.4;
  text-align: center;
  margin-bottom: min(calc(34 / 1080 * 100vw), 34px);
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__title {
    font-size: calc(56 / 750 * 100vw);
    letter-spacing: calc(2.72 / 750 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.sec08 .sec08__box01, .sec08 .sec08__box02 {
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__box01, .sec08 .sec08__box02 {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.sec08 .sec08__img-area {
  position: relative;
  display: flex;
  justify-content: center;
}
.sec08 .sec08__img01-img, .sec08 .sec08__img02-img {
  width: min(calc(552 / 1080 * 100vw), 552px);
  height: auto;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__img01-img, .sec08 .sec08__img02-img {
    width: calc(692 / 750 * 100vw);
    margin: 0 calc(-1 / 750 * 100vw);
  }
}
.sec08 .sec08__data-box {
  background-color: #FFF;
  padding: min(calc(40 / 1080 * 100vw), 40px) min(calc(30 / 1080 * 100vw), 30px);
  border-top: min(calc(12 / 1080 * 100vw), 12px) solid #F57D87;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__data-box {
    border-top: calc(20 / 750 * 100vw) solid #F57D87;
    padding: calc(40 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}
.sec08 .sec08__data-header {
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__data-header {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.sec08 .sec08__text01 {
  color: #0F7583;
  text-align: center;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__text01 {
    font-size: calc(34 / 750 * 100vw);
  }
}
.sec08 .sec08__text02 {
  color: #333;
  text-align: center;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 400;
  line-height: 180%;
  margin: min(calc(6 / 1080 * 100vw), 6px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__text02 {
    font-size: calc(28 / 750 * 100vw);
    margin: calc(12 / 750 * 100vw) 0 0;
  }
}
.sec08 .sec08__text02 .kome {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__text02 .kome {
    font-size: calc(20 / 750 * 100vw);
  }
}
.sec08 .sec08__data-note {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  color: #333;
  line-height: 160%;
  margin: min(calc(40 / 1080 * 100vw), 40px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__data-note {
    margin: calc(40 / 750 * 100vw) 0 0;
    font-size: calc(20 / 750 * 100vw);
  }
}
.sec08 .sec08__data-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__data-content {
    display: block;
  }
}
.sec08 .sec08__data-line-dashed {
  width: min(calc(862 / 1080 * 100vw), 862px);
  height: min(calc(2 / 1080 * 100vw), 2px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='862' height='2' viewBox='0 0 862 2' fill='none'%3E%3Cpath d='M1 1H861' stroke='%230F7583' stroke-width='2' stroke-linecap='round' stroke-dasharray='6 6'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin: min(calc(40 / 1080 * 100vw), 40px) max(calc(-1 / 1080 * 100vw), -1px);
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__data-line-dashed {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='633' height='3' viewBox='0 0 633 3' fill='none'%3E%3Cpath d='M1.5 1.5H631.5' stroke='%230F7583' stroke-width='3' stroke-linecap='round' stroke-dasharray='6 6'/%3E%3C/svg%3E");
    width: calc(634 / 750 * 100vw);
    height: calc(3 / 750 * 100vw);
    margin: calc(40 / 750 * 100vw) calc(-2 / 750 * 100vw);
  }
}
.sec08 .sec08__data-content01 {
  flex: 0 0 min(calc(480 / 1080 * 100vw), 480px);
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__data-content01 {
    margin: 0 0 calc(40 / 750 * 100vw);
  }
}
.sec08 .sec08__data-result {
  flex: 0 0 min(calc(340 / 1080 * 100vw), 340px);
}
.sec08 .sec08__graph01-img, .sec08 .sec08__graph02-img {
  width: 100%;
  max-width: min(calc(544 / 1080 * 100vw), 544px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__graph01-img, .sec08 .sec08__graph02-img {
    max-width: calc(630 / 750 * 100vw);
  }
}
.sec08 .sec08__note {
  position: relative;
  padding: 0 0 0 1em;
  color: #333;
  text-align: justify;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__note {
    font-size: calc(20 / 750 * 100vw);
  }
}
.sec08 .sec08__note::before {
  content: "・";
  display: block;
  position: absolute;
  width: 1em;
  height: 1em;
  left: 0;
  top: 0;
}

.sec09 {
  background-color: #fff;
}
.sec09 .sec09__outer {
  padding: min(calc(52 / 1080 * 100vw), 52px) 0 min(calc(40 / 1080 * 100vw), 40px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__outer {
    padding: calc(80 / 750 * 100vw) 0;
  }
}
.sec09 .sec09__outer::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 1;
  height: calc(100% - min(calc(266 / 1080 * 100vw), 266px));
  background-color: #E9F3E9;
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__outer::after {
    height: calc(100% - calc(365 / 750 * 100vw));
  }
}
.sec09 .sec09__content {
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__content {
    width: calc(690 / 750 * 100vw);
  }
}
.sec09 .sec09__title {
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  font-weight: 700;
  text-align: center;
  color: #0F7583;
  letter-spacing: 0.08em;
  margin-bottom: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__title {
    font-size: calc(56 / 750 * 100vw);
    margin-bottom: calc(60 / 750 * 100vw);
  }
}
.sec09 .sec09__info-box {
  border-radius: min(calc(4 / 1080 * 100vw), 4px);
  border: min(calc(2 / 1080 * 100vw), 2px) solid #0F7583;
  background: #FFF;
  margin: 0 auto min(calc(45 / 1080 * 100vw), 45px);
  padding: min(calc(20 / 1080 * 100vw), 20px) min(calc(30 / 1080 * 100vw), 30px);
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__info-box {
    border-radius: calc(8 / 750 * 100vw);
    border: calc(4 / 750 * 100vw) solid #0F7583;
    background: #FFF;
    margin: 0 auto calc(50 / 750 * 100vw);
    padding: calc(20 / 750 * 100vw) calc(0 / 750 * 100vw);
    width: auto;
    margin-bottom: calc(50 / 750 * 100vw);
  }
}
.sec09 .sec09__info-box-title {
  color: #333;
  text-align: center;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  line-height: 160%;
  margin: 0 0 min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__info-box-title {
    font-size: calc(32 / 750 * 100vw);
    margin: 0 0 calc(22 / 750 * 100vw);
  }
}
.sec09 .sec09__info-itemwrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec09 .sec09__info-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #EEE;
  border-radius: min(calc(4 / 1080 * 100vw), 4px);
  width: min(calc(240 / 1080 * 100vw), 240px);
  height: min(calc(122 / 1080 * 100vw), 122px);
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__info-item {
    border-radius: calc(4 / 750 * 100vw);
    width: calc(288 / 750 * 100vw);
    height: calc(146 / 750 * 100vw);
    border-radius: calc(8 / 750 * 100vw);
  }
}
.sec09 .sec09__info-plus {
  position: relative;
  width: min(calc(20 / 1080 * 100vw), 20px);
  height: min(calc(20 / 1080 * 100vw), 20px);
  margin: 0 min(calc(12 / 1080 * 100vw), 12px);
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='8.18164' width='20' height='3.63636' fill='%230F7583'/%3E%3Crect x='8.18164' y='20' width='20' height='3.63636' transform='rotate(-90 8.18164 20)' fill='%230F7583'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__info-plus {
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='12.2734' width='30' height='5.45455' fill='%230F7583'/%3E%3Crect x='12.2725' y='30' width='30' height='5.45455' transform='rotate(-90 12.2725 30)' fill='%230F7583'/%3E%3C/svg%3E%0A");
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: calc(30 / 750 * 100vw);
    height: calc(30 / 750 * 100vw);
    margin: 0 calc(12 / 750 * 100vw) 0;
  }
}
.sec09 .sec09__info-label {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 400;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__info-label {
    font-size: calc(28 / 750 * 100vw);
    margin-bottom: calc(0 / 750 * 100vw);
  }
}
.sec09 .sec09__info-value {
  display: flex;
  align-items: baseline;
}
.sec09 .sec09__info-num {
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  font-weight: 700;
  color: #0F7583;
  font-family: "Roboto", sans-serif;
  line-height: 0.9;
  letter-spacing: -0.04em;
}
.sec09 .sec09__info-num.large {
  font-size: min(calc(54 / 1080 * 100vw), 54px);
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__info-num {
    font-size: calc(58 / 750 * 100vw);
  }
  .sec09 .sec09__info-num.large {
    font-size: calc(64 / 750 * 100vw);
  }
}
.sec09 .sec09__info-unit {
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  color: #0F7583;
  margin-left: min(calc(5 / 1080 * 100vw), 5px);
  margin-bottom: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__info-unit {
    font-size: calc(32 / 750 * 100vw);
    margin-left: calc(4 / 750 * 100vw);
    margin-bottom: calc(6 / 750 * 100vw);
  }
}
.sec09 .adlp-tab__wrapper .adlp-tab__head__wrapper {
  gap: min(calc(10 / 1080 * 100vw), 10px);
  margin: 0 0 min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec09 .adlp-tab__wrapper .adlp-tab__head__wrapper {
    gap: calc(10 / 750 * 100vw);
    margin: 0 0 calc(40 / 750 * 100vw);
  }
}
.sec09 .adlp-tab__wrapper .adlp-tab__head.--active .sec09__btn {
  background-color: #0F7583;
}
.sec09 .sec09__btn {
  width: min(calc(232 / 1080 * 100vw), 232px);
  height: min(calc(76 / 1080 * 100vw), 76px);
  border-radius: min(calc(100 / 1080 * 100vw), 100px);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #93A9AA;
  cursor: pointer;
  box-shadow: 0 min(calc(6 / 1080 * 100vw), 6px) min(calc(10 / 1080 * 100vw), 10px) rgba(0, 0, 0, 0.25);
  transition: background-color 0.3s;
  color: #fff;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__btn {
    font-size: calc(28 / 750 * 100vw);
    width: calc(310 / 750 * 100vw);
    height: calc(102 / 750 * 100vw);
    border-radius: calc(100 / 750 * 100vw);
    box-shadow: 0 calc(4 / 750 * 100vw) calc(8 / 750 * 100vw) rgba(0, 0, 0, 0.25);
  }
}
.sec09 .adlp-tab02__head__wrapper,
.sec09 .adlp-tab03__head__wrapper {
  display: flex;
  width: min(calc(584 / 1080 * 100vw), 584px);
  height: min(calc(71 / 1080 * 100vw), 71px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .sec09 .adlp-tab02__head__wrapper,
  .sec09 .adlp-tab03__head__wrapper {
    width: calc(690 / 750 * 100vw);
    height: calc(89 / 750 * 100vw);
    width: 100%;
  }
}
.sec09 .adlp-tab02__head.--active .sec09__btn02,
.sec09 .adlp-tab03__head.--active .sec09__btn02 {
  height: min(calc(71 / 1080 * 100vw), 71px);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec09 .adlp-tab02__head.--active .sec09__btn02,
  .sec09 .adlp-tab03__head.--active .sec09__btn02 {
    height: calc(89 / 750 * 100vw);
  }
}
.sec09 .adlp-tab02__head.--active .sec09__btn02.--green,
.sec09 .adlp-tab03__head.--active .sec09__btn02.--green {
  background-color: #3DA19D;
}
.sec09 .adlp-tab02__head.--active .sec09__btn02.--pink,
.sec09 .adlp-tab03__head.--active .sec09__btn02.--pink {
  background-color: #F57D87;
}
.sec09 .sec09__btn02 {
  border-radius: min(calc(10 / 1080 * 100vw), 10px) min(calc(10 / 1080 * 100vw), 10px) 0 0;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  color: #EEE;
  text-align: center;
  width: min(calc(292 / 1080 * 100vw), 292px);
  height: min(calc(50 / 1080 * 100vw), 50px);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 300ms;
}
.sec09 .sec09__btn02.--green {
  background-color: #8DB2B1;
}
.sec09 .sec09__btn02.--pink {
  background-color: #D4AEB1;
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__btn02 {
    width: calc(344 / 750 * 100vw);
    height: calc(62 / 750 * 100vw);
    padding: calc(8 / 750 * 100vw) calc(12 / 750 * 100vw);
    border-radius: calc(20 / 750 * 100vw) calc(20 / 750 * 100vw) 0 0;
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec09 .sec09__table {
  width: min(calc(584 / 1080 * 100vw), 584px);
  margin: auto;
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__table {
    width: calc(690 / 750 * 100vw);
  }
}
.sec09 .sec09__outer02-inner {
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: auto;
  padding: min(calc(30 / 1080 * 100vw), 30px) 0 min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__outer02-inner {
    width: calc(690 / 750 * 100vw);
    padding: calc(60 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
  }
}
.sec09 .sec09__note {
  display: flex;
  margin-bottom: min(calc(14 / 1080 * 100vw), 14px);
}
.sec09 .sec09__note:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__note {
    margin-bottom: calc(30 / 750 * 100vw);
  }
}
.sec09 .sec09__note-tag {
  flex: 0 0 auto;
  padding: 0 min(calc(16 / 1080 * 100vw), 16px);
  border-radius: min(calc(4 / 1080 * 100vw), 4px);
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 700;
  color: #fff;
  margin-right: min(calc(16 / 1080 * 100vw), 16px);
  display: flex;
  justify-content: center;
  align-items: center;
  height: min(calc(42 / 1080 * 100vw), 42px);
}
.sec09 .sec09__note-tag.--green {
  background-color: #3DA19D;
}
.sec09 .sec09__note-tag.--pink {
  background-color: #F57D87;
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__note-tag {
    height: calc(67 / 750 * 100vw);
    padding: calc(5 / 750 * 100vw) calc(22 / 750 * 100vw);
    border-radius: calc(8 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
    margin-right: calc(19 / 750 * 100vw);
  }
}
.sec09 .sec09__note-text {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  padding: min(calc(6 / 1080 * 100vw), 6px) 0 0;
  color: #333;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__note-text {
    padding: 0;
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec09 .sec09__note02 {
  color: var(--black-333, #333);
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__note02 {
    font-size: calc(20 / 750 * 100vw);
  }
}

.sec11 {
  position: relative;
}
.sec11 .sec11__bg {
  position: relative;
  z-index: 1;
}
.sec11 .sec11__inner {
  position: absolute;
  width: min(calc(920 / 1080 * 100vw), 920px);
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  padding: min(calc(62 / 1080 * 100vw), 62px) 0 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec11 .sec11__inner {
    width: calc(750 / 750 * 100vw);
    padding: calc(127 / 750 * 100vw) 0 0;
  }
}
.sec11 .sec11__title {
  width: min(calc(653 / 1080 * 100vw), 653px);
}
@media screen and (max-width: 767px) {
  .sec11 .sec11__title {
    width: calc(750 / 750 * 100vw);
    margin-left: 0;
  }
}
.sec11 .sec11__logo {
  margin: min(calc(126 / 1080 * 100vw), 126px) auto 0;
  width: min(calc(258 / 1080 * 100vw), 258px);
}
@media screen and (max-width: 767px) {
  .sec11 .sec11__logo {
    margin: calc(126 / 750 * 100vw) auto 0;
    width: calc(366 / 750 * 100vw);
  }
}

.sec12 {
  position: relative;
  overflow: hidden;
  padding-top: min(calc(60 / 1080 * 100vw), 60px);
  padding-bottom: min(calc(60 / 1080 * 100vw), 60px);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .sec12 {
    padding-top: calc(60 / 750 * 100vw);
    padding-bottom: calc(60 / 750 * 100vw);
  }
}
.sec12 .sec12__content {
  position: relative;
  width: 100%;
  max-width: min(calc(920 / 1080 * 100vw), 920px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__content {
    max-width: 100%;
    padding: 0 calc(60 / 750 * 100vw);
  }
}
.sec12 .sec12__title-wrapper {
  text-align: center;
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__title-wrapper {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.sec12 .sec12__title-label {
  color: #0F7583;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  letter-spacing: min(calc(1.92 / 1080 * 100vw), 1.92px);
  margin-bottom: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__title-label {
    font-size: calc(34 / 750 * 100vw);
    letter-spacing: calc(1.92 / 750 * 100vw);
    margin-bottom: calc(16 / 750 * 100vw);
  }
}
.sec12 .sec12__title {
  color: #0F7583;
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  font-weight: 700;
  letter-spacing: min(calc(3.2 / 1080 * 100vw), 3.2px);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__title {
    font-size: calc(56 / 750 * 100vw);
    letter-spacing: calc(2.56 / 750 * 100vw);
  }
}
.sec12 .sec12__accordion-wrapper .adlp-accordion__wrapper {
  display: flex;
  flex-direction: column;
  gap: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__accordion-wrapper .adlp-accordion__wrapper {
    gap: calc(60 / 750 * 100vw);
  }
}
.sec12 .sec12__accordion-wrapper .adlp-accordion {
  overflow: hidden;
  border-radius: 0;
}
.sec12 .sec12__accordion-wrapper .adlp-accordion__header {
  position: relative;
  border-top: min(calc(3 / 1080 * 100vw), 3px) solid #F57D87;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__accordion-wrapper .adlp-accordion__header {
    border-top-width: calc(6 / 750 * 100vw);
  }
}
.sec12 .sec12__accordion-wrapper .adlp-accordion__header::after {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.41406 1.41406L6.41406 6.41406L11.4141 1.41406' stroke='%230F7583' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: min(calc(13 / 1080 * 100vw), 13px);
  height: min(calc(8 / 1080 * 100vw), 8px);
  right: 0;
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__accordion-wrapper .adlp-accordion__header::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='13' viewBox='0 0 20 13' fill='none'%3E%3Cpath d='M2.12012 2.12109L9.62012 10.1211L17.1201 2.12109' stroke='%230F7583' stroke-width='3' stroke-linecap='square'/%3E%3C/svg%3E");
    width: calc(20 / 750 * 100vw);
    height: calc(13 / 750 * 100vw);
  }
}
.sec12 .sec12__accordion-wrapper .adlp-accordion__header__inner {
  padding: min(calc(10 / 1080 * 100vw), 10px) min(calc(60 / 1080 * 100vw), 60px) min(calc(10 / 1080 * 100vw), 10px) max(calc(0 / 1080 * 100vw), 0px);
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__accordion-wrapper .adlp-accordion__header__inner {
    padding: calc(12 / 750 * 100vw) calc(35 / 750 * 100vw) calc(20 / 750 * 100vw) calc(0 / 750 * 100vw);
  }
}
.sec12 .sec12__accordion-wrapper .adlp-accordion__header__inner .text {
  color: #0F7583;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  letter-spacing: min(calc(1.44 / 1080 * 100vw), 1.44px);
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__accordion-wrapper .adlp-accordion__header__inner .text {
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: calc(1.28 / 750 * 100vw);
  }
}
.sec12 .sec12__accordion-wrapper .adlp-accordion__body {
  background-color: #E9F3E9;
}
.sec12 .sec12__accordion-wrapper .adlp-accordion__body__inner {
  padding: min(calc(20 / 1080 * 100vw), 20px) min(calc(30 / 1080 * 100vw), 30px);
  display: block;
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__accordion-wrapper .adlp-accordion__body__inner {
    padding: calc(26 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}
.sec12 .sec12__accordion-wrapper .adlp-accordion__body__inner .text {
  color: #333;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  letter-spacing: min(calc(1.28 / 1080 * 100vw), 1.28px);
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__accordion-wrapper .adlp-accordion__body__inner .text {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: calc(1.12 / 750 * 100vw);
  }
}
.sec12 .sec12__accordion-wrapper .adlp-accordion__body__inner .text:last-child {
  margin-bottom: 0;
}
.sec12 .sec12__accordion-wrapper .adlp-accordion__body__inner .text .--small {
  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) {
  .sec12 .sec12__accordion-wrapper .adlp-accordion__body__inner .text .--small {
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: calc(0.4 / 750 * 100vw);
  }
}
.sec12 .sec12__accordion-wrapper .adlp-accordion__body__inner .text.--small {
  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) {
  .sec12 .sec12__accordion-wrapper .adlp-accordion__body__inner .text.--small {
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: calc(0.4 / 750 * 100vw);
  }
}
.sec12 .sec12__accordion-wrapper .adlp-accordion__body__inner ol li {
  color: #333;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  letter-spacing: min(calc(1.28 / 1080 * 100vw), 1.28px);
  line-height: 1.8;
  padding: 0 0 0 1.5em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__accordion-wrapper .adlp-accordion__body__inner ol li {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: calc(1.12 / 750 * 100vw);
  }
}
.sec12 .sec12__accordion-wrapper .adlp-accordion__body__inner ol li .num {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.sec12 .sec12__accordion-wrapper .adlp-accordion__body__inner ol li:last-child {
  margin-bottom: 0;
}

.sec13 {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.sec13 .line {
  text-decoration: underline;
}
.sec13 .sec13__outer {
  background-color: #EEE;
  padding-top: min(calc(40 / 1080 * 100vw), 40px);
  padding-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec13 .sec13__outer {
    padding-top: calc(60 / 750 * 100vw);
    padding-bottom: calc(60 / 750 * 100vw);
  }
}
.sec13 .sec13__outer02 {
  padding-top: min(calc(40 / 1080 * 100vw), 40px);
  padding-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec13 .sec13__outer02 {
    padding-top: calc(60 / 750 * 100vw);
    padding-bottom: calc(60 / 750 * 100vw);
  }
}
.sec13 .sec13__content {
  position: relative;
  width: 100%;
  max-width: min(calc(920 / 1080 * 100vw), 920px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec13 .sec13__content {
    max-width: 100%;
    padding: 0 calc(60 / 750 * 100vw);
  }
}
.sec13 .sec13__table {
  width: 100%;
}
.sec13 .sec13__table-row {
  display: flex;
  gap: min(calc(20 / 1080 * 100vw), 20px);
  margin: 0 0 min(calc(10 / 1080 * 100vw), 10px);
}
.sec13 .sec13__table-row:last-child {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .sec13 .sec13__table-row {
    display: block;
    gap: calc(20 / 750 * 100vw);
    margin: 0 0 calc(16 / 750 * 100vw);
  }
}
.sec13 .sec13__table-cell {
  display: flex;
}
@media screen and (max-width: 767px) {
  .sec13 .sec13__table-cell {
    display: block;
  }
}
.sec13 .sec13__table-cell.--header {
  width: min(calc(300 / 1080 * 100vw), 300px);
  font-weight: 700;
  color: #333;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .sec13 .sec13__table-cell.--header {
    width: auto;
    margin: 0 0 calc(8 / 750 * 100vw);
  }
}
.sec13 .sec13__table-text {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  color: #444;
  letter-spacing: min(calc(1.12 / 1080 * 100vw), 1.12px);
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .sec13 .sec13__table-text {
    font-size: calc(24 / 750 * 100vw);
    letter-spacing: calc(1.12 / 750 * 100vw);
  }
}
.sec13 .small {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .sec13 .small {
    font-size: calc(20 / 750 * 100vw);
  }
}
.sec13 .sec13__section {
  margin-bottom: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec13 .sec13__section {
    margin-bottom: calc(60 / 750 * 100vw);
  }
}
.sec13 .sec13__outer02 h2 {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 700;
  color: #0F7583;
  letter-spacing: min(calc(1.28 / 1080 * 100vw), 1.28px);
  line-height: 1.8;
  border: 1px solid #0F7583;
  text-align: center;
  border-radius: min(calc(4 / 1080 * 100vw), 4px);
  padding: min(calc(10 / 1080 * 100vw), 10px);
  margin-bottom: min(calc(30 / 1080 * 100vw), 30px);
  margin-top: min(calc(30 / 1080 * 100vw), 30px);
}
.sec13 .sec13__outer02 h2.mt0 {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .sec13 .sec13__outer02 h2 {
    border-radius: calc(8 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: calc(1.28 / 750 * 100vw);
    padding: calc(10 / 750 * 100vw) calc(28 / 750 * 100vw);
    border-width: calc(2 / 750 * 100vw);
    margin-top: calc(60 / 750 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
  }
  .sec13 .sec13__outer02 h2.mt0 {
    margin-top: 0;
  }
}
.sec13 .sec13__outer02 ul {
  position: relative;
  margin-top: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec13 .sec13__outer02 ul {
    margin-top: calc(20 / 750 * 100vw);
  }
}
.sec13 .sec13__outer02 li {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  color: #333;
  letter-spacing: min(calc(0.48 / 1080 * 100vw), 0.48px);
  line-height: 1.6;
  margin-bottom: min(calc(10 / 1080 * 100vw), 10px);
  padding: 0 0 0 1em;
  position: relative;
}
.sec13 .sec13__outer02 li::before {
  content: "・";
  display: block;
  position: absolute;
  width: 1em;
  height: 1em;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .sec13 .sec13__outer02 li {
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: calc(0.48 / 750 * 100vw);
    margin-bottom: calc(20 / 750 * 100vw);
  }
}
.sec13 .sec13__outer02 .sec13__text-block {
  margin-bottom: min(calc(20 / 1080 * 100vw), 20px);
}
.sec13 .sec13__outer02 .sec13__text-block:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .sec13 .sec13__outer02 .sec13__text-block {
    margin-bottom: calc(20 / 750 * 100vw);
  }
}
.sec13 .sec13__outer02 h3 {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  color: #444;
  letter-spacing: min(calc(0.48 / 1080 * 100vw), 0.48px);
  line-height: 1.8;
  font-weight: 700;
  margin-bottom: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec13 .sec13__outer02 h3 {
    font-size: calc(24 / 750 * 100vw);
    letter-spacing: calc(0.48 / 750 * 100vw);
    margin-bottom: calc(8 / 750 * 100vw);
  }
}
.sec13 .sec13__outer02 p {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  color: #333;
  letter-spacing: min(calc(0.48 / 1080 * 100vw), 0.48px);
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .sec13 .sec13__outer02 p {
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: calc(0.48 / 750 * 100vw);
  }
}
.sec13 .sec13__outer02 p + p {
  margin-top: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec13 .sec13__outer02 p + p {
    margin-top: calc(20 / 750 * 100vw);
  }
}
.sec13 .sec13__outer02 h2.type02 {
  border-radius: 0;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 700;
  color: #fff;
  letter-spacing: min(calc(1.28 / 1080 * 100vw), 1.28px);
  text-align: center;
  color: var(--green, #0F7583);
  text-align: center;
  border-left: none;
  border-right: none;
  border-bottom: none;
  /* body/normal (bold) */
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 700;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .sec13 .sec13__outer02 h2.type02 {
    border-radius: 0;
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: calc(1.28 / 750 * 100vw);
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-width: calc(2 / 750 * 100vw);
    padding-bottom: 0;
  }
}
.sec13 .sec13__outer02 .sec13__box-footer {
  border-top: 1px solid #0F7583;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  color: #0F7583;
  letter-spacing: min(calc(0.48 / 1080 * 100vw), 0.48px);
  line-height: 1.8;
  margin: min(calc(16 / 1080 * 100vw), 16px) 0 0;
  padding: min(calc(20 / 1080 * 100vw), 20px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec13 .sec13__outer02 .sec13__box-footer {
    border-width: calc(2 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: calc(0.48 / 750 * 100vw);
    padding: calc(20 / 750 * 100vw) 0 0;
  }
}
.sec13 .sec13__outer02 .sec13__tag-wrapper {
  margin-bottom: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec13 .sec13__outer02 .sec13__tag-wrapper {
    margin-bottom: calc(8 / 750 * 100vw);
  }
}
.sec13 .sec13__outer02 .sec13__tag {
  display: inline-block;
  background-color: #EEEEEE;
  padding: min(calc(4 / 1080 * 100vw), 4px) min(calc(10 / 1080 * 100vw), 10px);
  border-radius: min(calc(4 / 1080 * 100vw), 4px);
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  color: #333;
  letter-spacing: min(calc(0.48 / 1080 * 100vw), 0.48px);
}
@media screen and (max-width: 767px) {
  .sec13 .sec13__outer02 .sec13__tag {
    padding: calc(4 / 750 * 100vw) calc(10 / 750 * 100vw);
    border-radius: calc(4 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: calc(0.48 / 750 * 100vw);
  }
}
/*# sourceMappingURL=lp.css.map */
