@charset "UTF-8";
.adlp-footer {
  background-color: #0c375f;
  padding: min(calc(60 / 1080 * 100vw), 60px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-footer {
    padding: calc(70 / 750 * 100vw) 0 calc(40 / 750 * 100vw);
  }
}
.adlp-footer__menu {
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1em;
}
.adlp-footer__menu__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  gap: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .adlp-footer__menu__wrapper {
    flex-direction: column;
    width: 100%;
    gap: calc(30 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-footer__menu {
    font-size: calc(28 / 750 * 100vw);
  }
}
.adlp-footer__menu a {
  color: #fff;
}
.adlp-footer__text {
  margin: min(calc(40 / 1080 * 100vw), 40px) auto 0;
  font-size: min(calc(15 / 1080 * 100vw), 15px);
  line-height: 150%;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .adlp-footer__text {
    font-size: calc(20 / 750 * 100vw);
    margin: calc(60 / 750 * 100vw) auto 0;
  }
}

.adlp-accordion {
  background: #fff;
  border-radius: min(calc(20 / 1080 * 100vw), 20px);
}
.adlp-accordion__wrapper {
  display: flex;
  flex-direction: column;
  gap: min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__wrapper {
    gap: calc(41 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-accordion {
    border-radius: calc(30 / 750 * 100vw);
  }
}
.adlp-accordion__header {
  position: relative;
  cursor: pointer;
}
.adlp-accordion__header__inner {
  display: flex;
  align-items: center;
  padding: min(calc(32 / 1080 * 100vw), 32px) min(calc(71 / 1080 * 100vw), 71px) min(calc(32 / 1080 * 100vw), 32px) min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header__inner {
    padding: calc(40 / 750 * 100vw) calc(90 / 750 * 100vw) calc(40 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}
.adlp-accordion__header__inner .lead {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  line-height: 100%;
  letter-spacing: 0.08em;
  color: #ffffff;
  width: min(calc(38 / 1080 * 100vw), 38px);
  height: min(calc(38 / 1080 * 100vw), 38px);
  padding-bottom: min(calc(2 / 1080 * 100vw), 2px);
  background-color: #02acce;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: min(calc(13 / 1080 * 100vw), 13px);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header__inner .lead {
    font-size: calc(36 / 750 * 100vw);
    width: calc(50 / 750 * 100vw);
    height: calc(50 / 750 * 100vw);
    margin-right: calc(16 / 750 * 100vw);
  }
}
.adlp-accordion__header__inner .text {
  font-weight: 700;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  line-height: 160%;
  letter-spacing: 0.08em;
  color: #02acce;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header__inner .text {
    font-size: calc(34 / 750 * 100vw);
  }
}
.adlp-accordion__header::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: min(calc(23 / 1080 * 100vw), 23px);
  height: min(calc(15 / 1080 * 100vw), 15px);
  right: min(calc(32 / 1080 * 100vw), 32px);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='15' viewBox='0 0 23 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.9395 1.53516L11.4994 12.3618L1.05941 1.53516' stroke='%2302ACCE' stroke-width='3.09334'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header::after {
    width: calc(30 / 750 * 100vw);
    height: calc(22 / 750 * 100vw);
    right: calc(30 / 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;
  padding: 0 min(calc(32 / 1080 * 100vw), 32px) min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__body {
    padding: 0 calc(40 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}
.adlp-accordion__body__inner {
  border-top: solid 1px #cccccc;
  display: flex;
  align-items: flex-start;
  padding: min(calc(32 / 1080 * 100vw), 32px) 0 0;
}
@media screen and (max-width: 767px) {
  .adlp-accordion__body__inner {
    padding: calc(32 / 750 * 100vw) 0 0;
  }
}
.adlp-accordion__body__inner .lead {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  line-height: 100%;
  letter-spacing: 0.08em;
  color: #ffffff;
  width: min(calc(38 / 1080 * 100vw), 38px);
  height: min(calc(38 / 1080 * 100vw), 38px);
  padding-bottom: min(calc(2 / 1080 * 100vw), 2px);
  background-color: #ed901e;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: min(calc(13 / 1080 * 100vw), 13px);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__body__inner .lead {
    font-size: calc(36 / 750 * 100vw);
    width: calc(50 / 750 * 100vw);
    height: calc(50 / 750 * 100vw);
    margin-right: calc(16 / 750 * 100vw);
  }
}
.adlp-accordion__body__inner .text {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 180%;
  letter-spacing: 0.08em;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .adlp-accordion__body__inner .text {
    font-size: calc(26 / 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 {
  font-weight: 700;
  text-align: center;
}
.adlp-head .text01 {
  font-family: "Roboto", sans-serif;
  font-size: min(calc(54 / 1080 * 100vw), 54px);
  line-height: 76%;
  letter-spacing: 0.16em;
  color: #ffffff;
  display: block;
  margin-bottom: min(calc(6 / 1080 * 100vw), 6px);
}
@media screen and (max-width: 767px) {
  .adlp-head .text01 {
    font-size: calc(70 / 750 * 100vw);
    margin-bottom: calc(8 / 750 * 100vw);
  }
}
.adlp-head .text02 {
  font-size: min(calc(43 / 1080 * 100vw), 43px);
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #324353;
  display: block;
}
@media screen and (max-width: 767px) {
  .adlp-head .text02 {
    font-size: calc(56 / 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);
}
@media screen and (max-width: 767px) {
  .adlp-swiper .swiper-slide {
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-swiper .swiper-button-next,
.adlp-swiper .swiper-button-prev {
  width: min(calc(54 / 1080 * 100vw), 54px);
  height: min(calc(55 / 1080 * 100vw), 55px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .adlp-swiper .swiper-button-next,
  .adlp-swiper .swiper-button-prev {
    width: calc(70 / 750 * 100vw);
    height: calc(70 / 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: min(calc(13 / 1080 * 100vw), 13px);
}
@media screen and (max-width: 767px) {
  .adlp-swiper .swiper-button-prev {
    left: calc(10 / 750 * 100vw);
  }
}
.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: min(calc(13 / 1080 * 100vw), 13px);
}
@media screen and (max-width: 767px) {
  .adlp-swiper .swiper-button-next {
    right: calc(10 / 750 * 100vw);
  }
}
.adlp-swiper .swiper-horizontal > .swiper-pagination-bullets,
.adlp-swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.adlp-swiper .swiper-pagination-custom,
.adlp-swiper .swiper-pagination-fraction {
  bottom: min(calc(2 / 1080 * 100vw), 2px);
}
.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(12 / 1080 * 100vw), 12px);
  width: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .adlp-swiper .swiper-pagination-bullet {
    width: calc(16 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
  }
}
.adlp-swiper .swiper-pagination-bullet-active {
  background-color: #e0bf23;
}
.adlp-swiper__wrapper {
  padding-bottom: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-swiper__wrapper {
    width: 100%;
    padding-bottom: calc(60 / 750 * 100vw);
  }
}

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

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

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

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

.sec01 {
  background-color: #ffffff;
  background-image: url(../img/nr2_pc/sec01_bg.webp);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  padding: min(calc(76 / 1080 * 100vw), 76px) 0 min(calc(38 / 1080 * 100vw), 38px);
}
@media screen and (max-width: 767px) {
  .sec01 {
    background-image: url(../img/nr2_sp/sec01_bg.webp);
    padding: calc(71 / 750 * 100vw) 0 0;
  }
}

.sec01__title {
  font-weight: 700;
  text-align: center;
  color: #324353;
  margin-bottom: min(calc(25 / 1080 * 100vw), 25px);
}
@media screen and (max-width: 767px) {
  .sec01__title {
    margin-bottom: calc(39 / 750 * 100vw);
  }
}
.sec01__title .text01 {
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  line-height: 160%;
  letter-spacing: 0.08em;
  display: block;
  margin-bottom: min(calc(39 / 1080 * 100vw), 39px);
}
@media screen and (max-width: 767px) {
  .sec01__title .text01 {
    font-size: calc(34 / 750 * 100vw);
    margin-bottom: calc(29 / 750 * 100vw);
  }
}
.sec01__title .text02 {
  font-weight: 700;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  line-height: 140%;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec01__title .text02 {
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec01__title .text02 .dot {
  font-weight: 700;
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #02acce;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec01__title .text02 .dot {
    font-size: calc(64 / 750 * 100vw);
  }
}
.sec01__title .text02 .dot::before {
  content: "";
  background-color: #ed901e;
  width: min(calc(8 / 1080 * 100vw), 8px);
  height: min(calc(8 / 1080 * 100vw), 8px);
  border-radius: 50%;
  position: absolute;
  top: max(calc(-12 / 1080 * 100vw), -12px);
  left: 50%;
  transform: translateX(-50%);
  display: block;
}
@media screen and (max-width: 767px) {
  .sec01__title .text02 .dot::before {
    width: calc(13 / 750 * 100vw);
    height: calc(13 / 750 * 100vw);
    top: calc(-10 / 750 * 100vw);
  }
}

.sec01__row {
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  padding-left: min(calc(49 / 1080 * 100vw), 49px);
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 767px) {
  .sec01__row {
    flex-direction: column;
    padding-left: 0;
  }
}

.sec01__col {
  width: min(calc(283 / 1080 * 100vw), 283px);
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (max-width: 767px) {
  .sec01__col {
    width: 100%;
    flex-direction: row-reverse;
  }
}
.sec01__col.--col02 {
  width: min(calc(297 / 1080 * 100vw), 297px);
  margin-left: min(calc(40 / 1080 * 100vw), 40px);
  margin-right: min(calc(33 / 1080 * 100vw), 33px);
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .sec01__col.--col02 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: calc(-70 / 750 * 100vw);
    margin-bottom: calc(-68 / 750 * 100vw);
    flex-direction: row;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .sec01__img.--img01 {
    width: calc(325 / 750 * 100vw);
  }
  .sec01__img.--img02 {
    width: calc(359 / 750 * 100vw);
  }
  .sec01__img.--img03 {
    width: calc(366 / 750 * 100vw);
    margin-right: calc(48 / 750 * 100vw);
  }
}

.sec01__text {
  font-weight: 700;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 140%;
  letter-spacing: 0.08em;
  color: #324353;
  width: fit-content;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec01__text {
    font-size: calc(28 / 750 * 100vw);
    line-height: 140%;
  }
}
.sec01__text .orange {
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  line-height: 160%;
  letter-spacing: 0.08em;
  color: #ed901e;
}
@media screen and (max-width: 767px) {
  .sec01__text .orange {
    font-size: calc(34 / 750 * 100vw);
  }
}
.sec01__text::before {
  content: "";
  background: url(../img/nr2/icon_shine.svg) no-repeat left top;
  background-size: 100% 100%;
  width: min(calc(70 / 1080 * 100vw), 70px);
  height: min(calc(32 / 1080 * 100vw), 32px);
  display: block;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .sec01__text::before {
    width: calc(91 / 750 * 100vw);
    height: calc(42 / 750 * 100vw);
  }
}
.sec01__text.--text01 {
  margin-top: min(calc(15 / 1080 * 100vw), 15px);
  margin-left: min(calc(41 / 1080 * 100vw), 41px);
  margin-bottom: min(calc(27 / 1080 * 100vw), 27px);
  margin-right: max(calc(-20 / 1080 * 100vw), -20px);
}
@media screen and (max-width: 767px) {
  .sec01__text.--text01 {
    margin-top: calc(43 / 750 * 100vw);
    margin-left: calc(40 / 750 * 100vw);
    margin-bottom: 0;
    margin-right: auto;
  }
}
.sec01__text.--text01::before {
  top: max(calc(-21 / 1080 * 100vw), -21px);
  right: max(calc(-9 / 1080 * 100vw), -9px);
}
@media screen and (max-width: 767px) {
  .sec01__text.--text01::before {
    top: calc(-5 / 750 * 100vw);
    right: calc(-6 / 750 * 100vw);
  }
}
.sec01__text.--text02 {
  margin-top: min(calc(16 / 1080 * 100vw), 16px);
  margin-left: min(calc(28 / 1080 * 100vw), 28px);
}
@media screen and (max-width: 767px) {
  .sec01__text.--text02 {
    margin-top: calc(100 / 750 * 100vw);
    margin-left: calc(19 / 750 * 100vw);
    margin-right: auto;
  }
}
.sec01__text.--text02::before {
  top: min(calc(16 / 1080 * 100vw), 16px);
  right: min(calc(21 / 1080 * 100vw), 21px);
}
@media screen and (max-width: 767px) {
  .sec01__text.--text02::before {
    top: calc(30 / 750 * 100vw);
    right: calc(6 / 750 * 100vw);
  }
}
.sec01__text.--text03 {
  margin-top: min(calc(67 / 1080 * 100vw), 67px);
  margin-left: min(calc(50 / 1080 * 100vw), 50px);
  margin-bottom: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec01__text.--text03 {
    line-height: 180%;
    margin-top: calc(121 / 750 * 100vw);
    margin-left: calc(80 / 750 * 100vw);
    margin-right: auto;
    margin-bottom: 0;
  }
}
.sec01__text.--text03::before {
  top: max(calc(-44 / 1080 * 100vw), -44px);
  right: max(calc(-8 / 1080 * 100vw), -8px);
}
@media screen and (max-width: 767px) {
  .sec01__text.--text03::before {
    top: calc(-45 / 750 * 100vw);
    right: calc(-18 / 750 * 100vw);
  }
}

.sec02 {
  padding-bottom: min(calc(50 / 1080 * 100vw), 50px);
}
@media screen and (max-width: 767px) {
  .sec02 {
    padding-bottom: calc(59 / 750 * 100vw);
  }
}

.sec02__img {
  width: min(calc(1191 / 1080 * 100vw), 1191px);
  margin: 0 auto min(calc(40 / 1080 * 100vw), 40px);
  transform: translateX(max(calc(-35 / 1080 * 100vw), -35px));
}
@media screen and (max-width: 767px) {
  .sec02__img {
    width: calc(750 / 750 * 100vw);
    margin: 0 auto;
    transform: none;
  }
}

.sec02__unit {
  width: min(calc(518 / 1080 * 100vw), 518px);
  margin: 0 auto;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec02__unit {
    width: calc(670 / 750 * 100vw);
    padding-top: 1px;
  }
}
.sec02__unit::before, .sec02__unit::after {
  content: "";
  width: min(calc(47 / 1080 * 100vw), 47px);
  height: min(calc(157 / 1080 * 100vw), 157px);
  display: block;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 767px) {
  .sec02__unit::before, .sec02__unit::after {
    width: calc(60 / 750 * 100vw);
    height: calc(204 / 750 * 100vw);
  }
}
.sec02__unit::before {
  background: url(../img/nr2/icon_laurel_l.svg) no-repeat left top;
  background-size: 100% 100%;
  left: 0;
}
.sec02__unit::after {
  background: url(../img/nr2/icon_laurel_r.svg) no-repeat left top;
  background-size: 100% 100%;
  right: 0;
}
.sec02__unit .text01 {
  font-weight: 700;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #02acce;
}
@media screen and (max-width: 767px) {
  .sec02__unit .text01 {
    font-size: calc(42 / 750 * 100vw);
    margin-top: calc(-8 / 750 * 100vw);
    margin-bottom: calc(-13 / 750 * 100vw);
  }
}
.sec02__unit .text02 {
  font-weight: 700;
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #324353;
}
@media screen and (max-width: 767px) {
  .sec02__unit .text02 {
    font-size: calc(64 / 750 * 100vw);
  }
}
.sec02__unit .text02 .large {
  font-family: "Roboto", sans-serif;
  font-size: min(calc(80 / 1080 * 100vw), 80px);
  line-height: 120%;
  letter-spacing: -0.02em;
  margin-right: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec02__unit .text02 .large {
    font-size: calc(110 / 750 * 100vw);
    line-height: 140%;
    margin-right: calc(8 / 750 * 100vw);
  }
}
.sec02__unit .note {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 150%;
  letter-spacing: 0.04em;
  color: #666666;
}
@media screen and (max-width: 767px) {
  .sec02__unit .note {
    font-size: calc(20 / 750 * 100vw);
    margin-top: calc(-19 / 750 * 100vw);
  }
}

.sec03 {
  background-color: #e7eff4;
  background-image: linear-gradient(to right, #dbe3e8 1px, transparent 1px), linear-gradient(to bottom, #dbe3e8 1px, transparent 1px);
  background-size: min(calc(24 / 1080 * 100vw), 24px) min(calc(24 / 1080 * 100vw), 24px);
  padding: min(calc(60 / 1080 * 100vw), 60px) 0 min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .sec03 {
    background-size: calc(24 / 750 * 100vw) calc(24 / 750 * 100vw);
    padding: calc(103 / 750 * 100vw) 0 calc(105 / 750 * 100vw);
  }
}

.sec03__box {
  background-color: #ffffff;
  border-radius: min(calc(24 / 1080 * 100vw), 24px);
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  padding-top: 1px;
  padding-bottom: min(calc(60 / 1080 * 100vw), 60px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec03__box {
    border-radius: calc(30 / 750 * 100vw);
    width: calc(670 / 750 * 100vw);
    padding: 1px calc(30 / 750 * 100vw) calc(28 / 750 * 100vw);
  }
}

.sec03__title {
  font-weight: 700;
  text-align: center;
  margin: max(calc(-30 / 1080 * 100vw), -30px) auto min(calc(33 / 1080 * 100vw), 33px);
}
@media screen and (max-width: 767px) {
  .sec03__title {
    margin: calc(-43 / 750 * 100vw) auto calc(49 / 750 * 100vw);
  }
}
.sec03__title .text01 {
  background-color: #02acce;
  border-radius: min(calc(999 / 1080 * 100vw), 999px);
  color: #ffffff;
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  line-height: 140%;
  letter-spacing: 0.04em;
  width: fit-content;
  padding: min(calc(8 / 1080 * 100vw), 8px) min(calc(32 / 1080 * 100vw), 32px);
  margin: 0 auto min(calc(24 / 1080 * 100vw), 24px);
  display: block;
}
@media screen and (max-width: 767px) {
  .sec03__title .text01 {
    font-size: calc(48 / 750 * 100vw);
    padding: calc(10 / 750 * 100vw) calc(40 / 750 * 100vw);
    margin: 0 auto calc(29 / 750 * 100vw);
  }
}
.sec03__title .text02 {
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #324353;
  display: block;
}
@media screen and (max-width: 767px) {
  .sec03__title .text02 {
    font-size: calc(48 / 750 * 100vw);
  }
}

.sec03__balloon {
  background-color: #f4efe0;
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
  width: min(calc(471 / 1080 * 100vw), 471px);
  padding: min(calc(25 / 1080 * 100vw), 25px) 0 min(calc(38 / 1080 * 100vw), 38px) min(calc(23 / 1080 * 100vw), 23px);
  margin: 0 auto min(calc(75 / 1080 * 100vw), 75px);
  font-weight: 700;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 160%;
  letter-spacing: 0.08em;
  color: #324353;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec03__balloon {
    border-radius: calc(10 / 750 * 100vw);
    width: calc(610 / 750 * 100vw);
    padding: calc(24 / 750 * 100vw) 0 calc(58 / 750 * 100vw) calc(40 / 750 * 100vw);
    margin: 0 auto calc(65 / 750 * 100vw);
    font-size: calc(34 / 750 * 100vw);
  }
}
.sec03__balloon::before {
  content: "";
  background-image: url(../img/nr2/sec03_img.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center top;
  width: min(calc(236 / 1080 * 100vw), 236px);
  height: min(calc(219 / 1080 * 100vw), 219px);
  display: block;
  position: absolute;
  top: max(calc(-17 / 1080 * 100vw), -17px);
  right: 0;
}
@media screen and (max-width: 767px) {
  .sec03__balloon::before {
    width: calc(305 / 750 * 100vw);
    height: calc(284 / 750 * 100vw);
    top: calc(-22 / 750 * 100vw);
  }
}
.sec03__balloon::after {
  content: "";
  background-color: #f4efe0;
  width: min(calc(62 / 1080 * 100vw), 62px);
  height: min(calc(36 / 1080 * 100vw), 36px);
  display: block;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: max(calc(-35 / 1080 * 100vw), -35px);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .sec03__balloon::after {
    width: calc(80 / 750 * 100vw);
    height: calc(46 / 750 * 100vw);
    bottom: calc(-45 / 750 * 100vw);
  }
}
.sec03__balloon .blue {
  color: #02acce;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  line-height: 140%;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec03__balloon .blue {
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec03__balloon .large {
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  line-height: 140%;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec03__balloon .large {
    font-size: calc(64 / 750 * 100vw);
  }
}

.sec03__list {
  display: flex;
  justify-content: center;
  gap: min(calc(15 / 1080 * 100vw), 15px);
}
@media screen and (max-width: 767px) {
  .sec03__list {
    flex-direction: column;
    gap: calc(6 / 750 * 100vw);
  }
}

.sec03__item {
  background-color: #e7eff4;
  border-radius: min(calc(16 / 1080 * 100vw), 16px);
  width: min(calc(188 / 1080 * 100vw), 188px);
  padding: min(calc(40 / 1080 * 100vw), 40px) min(calc(24 / 1080 * 100vw), 24px) min(calc(24 / 1080 * 100vw), 24px);
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 150%;
  letter-spacing: 0.08em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec03__item {
    border-radius: 0;
    width: 100%;
    min-height: calc(148 / 750 * 100vw);
    padding: calc(24 / 750 * 100vw) calc(40 / 750 * 100vw) calc(30 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
    display: flex;
    align-items: center;
  }
  .sec03__item:first-child {
    border-radius: calc(20 / 750 * 100vw) calc(20 / 750 * 100vw) 0 0;
  }
  .sec03__item:last-child {
    border-radius: 0 0 calc(20 / 750 * 100vw) calc(20 / 750 * 100vw);
  }
}
.sec03__item::before {
  content: "";
  background-image: url(../img/nr2/icon_check.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center top;
  display: block;
  width: min(calc(40 / 1080 * 100vw), 40px);
  height: min(calc(36 / 1080 * 100vw), 36px);
  position: absolute;
  top: max(calc(-20 / 1080 * 100vw), -20px);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .sec03__item::before {
    width: calc(59 / 750 * 100vw);
    height: calc(52 / 750 * 100vw);
    top: calc(-25 / 750 * 100vw);
    left: initial;
    right: calc(11 / 750 * 100vw);
    transform: none;
  }
}
.sec03__item .blue {
  font-weight: 700;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 150%;
  letter-spacing: 0.08em;
  color: #02acce;
}
@media screen and (max-width: 767px) {
  .sec03__item .blue {
    font-size: calc(34 / 750 * 100vw);
  }
}

.sec04 {
  padding-bottom: min(calc(76 / 1080 * 100vw), 76px);
}
@media screen and (max-width: 767px) {
  .sec04 {
    padding-bottom: calc(128 / 750 * 100vw);
  }
}

.sec04__top {
  background-color: #dbe5eb;
  background-image: url(../img/nr2_pc/sec04_bg02.webp);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top min(calc(271 / 1080 * 100vw), 271px);
  padding: min(calc(62 / 1080 * 100vw), 62px) 0 min(calc(16 / 1080 * 100vw), 16px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec04__top {
    background-image: url(../img/nr2_sp/sec04_bg02.webp);
    background-position: center top calc(350 / 750 * 100vw);
    padding: calc(80 / 750 * 100vw) 0 0;
  }
}
.sec04__top::after {
  content: "";
  background-image: url(../img/nr2_pc/sec04_bg01.webp);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  width: min(calc(1920 / 1080 * 100vw), 1920px);
  height: min(calc(78 / 1080 * 100vw), 78px);
  display: block;
  position: absolute;
  bottom: max(calc(-77 / 1080 * 100vw), -77px);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .sec04__top::after {
    background-image: url(../img/nr2_sp/sec04_bg01.webp);
    background-size: 100% auto;
    width: calc(750 / 750 * 100vw);
    height: calc(113 / 750 * 100vw);
    bottom: calc(-112 / 750 * 100vw);
  }
}

.sec04__title {
  font-weight: 700;
  text-align: center;
}
.sec04__title .text01 {
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  line-height: 140%;
  letter-spacing: 0em;
  color: #02acce;
  display: block;
  margin-bottom: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .sec04__title .text01 {
    font-size: calc(40 / 750 * 100vw);
    margin-bottom: calc(10 / 750 * 100vw);
  }
}
.sec04__title .text02 {
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #324353;
  display: block;
}
@media screen and (max-width: 767px) {
  .sec04__title .text02 {
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec04__title .large {
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #02acce;
}
@media screen and (max-width: 767px) {
  .sec04__title .large {
    font-size: calc(64 / 750 * 100vw);
  }
}
.sec04__title::after {
  content: "";
  background-image: url(../img/nr2/icon_arw.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center top;
  width: min(calc(60 / 1080 * 100vw), 60px);
  height: min(calc(35 / 1080 * 100vw), 35px);
  display: block;
  margin: min(calc(30 / 1080 * 100vw), 30px) auto min(calc(18 / 1080 * 100vw), 18px);
}
@media screen and (max-width: 767px) {
  .sec04__title::after {
    width: calc(80 / 750 * 100vw);
    height: calc(45 / 750 * 100vw);
    margin: calc(31 / 750 * 100vw) auto calc(24 / 750 * 100vw);
  }
}

.sec04__text {
  font-weight: 700;
  text-align: center;
}
.sec04__text .text01 {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 160%;
  letter-spacing: 0.08em;
  color: #324353;
  display: block;
}
@media screen and (max-width: 767px) {
  .sec04__text .text01 {
    font-size: calc(34 / 750 * 100vw);
  }
}
.sec04__text .text02 {
  width: min(calc(301 / 1080 * 100vw), 301px);
  display: block;
  margin: min(calc(13 / 1080 * 100vw), 13px) auto 0;
}
@media screen and (max-width: 767px) {
  .sec04__text .text02 {
    width: calc(421 / 750 * 100vw);
    margin: calc(13 / 750 * 100vw) auto 0;
  }
}

.sec04__list {
  display: flex;
  justify-content: center;
  gap: min(calc(16 / 1080 * 100vw), 16px);
  width: fit-content;
  margin: min(calc(29 / 1080 * 100vw), 29px) auto min(calc(33 / 1080 * 100vw), 33px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec04__list {
    gap: calc(17 / 750 * 100vw);
    margin: calc(36 / 750 * 100vw) auto calc(307 / 750 * 100vw);
  }
}
.sec04__list::before, .sec04__list::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
}
.sec04__list::before {
  content: "";
  background: url(../img/nr2_pc/sec04_img01.webp) no-repeat left top;
  background-size: 100% 100%;
  width: min(calc(151 / 1080 * 100vw), 151px);
  height: min(calc(266 / 1080 * 100vw), 266px);
  left: max(calc(-170 / 1080 * 100vw), -170px);
}
@media screen and (max-width: 767px) {
  .sec04__list::before {
    background: url(../img/nr2_sp/sec04_img01.webp) no-repeat left top;
    background-size: 100% 100%;
    width: calc(347 / 750 * 100vw);
    height: calc(354 / 750 * 100vw);
    bottom: calc(-286 / 750 * 100vw);
    left: calc(153 / 750 * 100vw);
  }
}
.sec04__list::after {
  content: "";
  background: url(../img/nr2_pc/sec04_img02.webp) no-repeat left top;
  background-size: 100% 100%;
  width: min(calc(151 / 1080 * 100vw), 151px);
  height: min(calc(273 / 1080 * 100vw), 273px);
  right: max(calc(-176 / 1080 * 100vw), -176px);
}
@media screen and (max-width: 767px) {
  .sec04__list::after {
    content: none;
  }
}

.sec04__item {
  background-color: #ffffff;
  border-radius: 50%;
  width: min(calc(140 / 1080 * 100vw), 140px);
  height: min(calc(140 / 1080 * 100vw), 140px);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 700;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  line-height: 160%;
  letter-spacing: 0.08em;
  text-align: center;
  color: #666666;
}
@media screen and (max-width: 767px) {
  .sec04__item {
    width: calc(180 / 750 * 100vw);
    height: calc(180 / 750 * 100vw);
    font-size: calc(34 / 750 * 100vw);
  }
  .sec04__item:nth-child(1), .sec04__item:nth-child(4) {
    position: relative;
    bottom: calc(-132 / 750 * 100vw);
  }
  .sec04__item:nth-child(1) {
    margin-right: calc(-54 / 750 * 100vw);
  }
  .sec04__item:nth-child(4) {
    margin-left: calc(-54 / 750 * 100vw);
  }
}

.sec04__text02 {
  font-weight: 700;
  text-align: center;
  color: #324353;
}
.sec04__text02 .text01 {
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  line-height: 160%;
  letter-spacing: 0.08em;
  display: block;
}
@media screen and (max-width: 767px) {
  .sec04__text02 .text01 {
    font-size: calc(34 / 750 * 100vw);
  }
}
.sec04__text02 .text02 {
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  line-height: 160%;
  letter-spacing: 0.08em;
  display: block;
}
@media screen and (max-width: 767px) {
  .sec04__text02 .text02 {
    font-size: calc(48 / 750 * 100vw);
    line-height: 140%;
    letter-spacing: 0.04em;
  }
}

.sec04__box {
  background-color: #f4efe0;
  border-radius: min(calc(23 / 1080 * 100vw), 23px);
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  padding: min(calc(124 / 1080 * 100vw), 124px) 0 min(calc(23 / 1080 * 100vw), 23px);
  margin: 0 auto min(calc(44 / 1080 * 100vw), 44px);
}
@media screen and (max-width: 767px) {
  .sec04__box {
    border-radius: calc(30 / 750 * 100vw);
    width: calc(670 / 750 * 100vw);
    padding: calc(150 / 750 * 100vw) 0 calc(43 / 750 * 100vw);
    margin: 0 auto calc(31 / 750 * 100vw);
  }
}
.sec04__box .sec04__row {
  display: flex;
  justify-content: center;
  gap: min(calc(29 / 1080 * 100vw), 29px);
}
@media screen and (max-width: 767px) {
  .sec04__box .sec04__row {
    justify-content: space-between;
    gap: 0;
  }
}
.sec04__box .sec04__col__l {
  width: fit-content;
  margin-top: min(calc(17 / 1080 * 100vw), 17px);
}
@media screen and (max-width: 767px) {
  .sec04__box .sec04__col__l {
    margin-top: calc(36 / 750 * 100vw);
    margin-left: calc(45 / 750 * 100vw);
  }
}
.sec04__box .sec04__col__r {
  width: min(calc(270 / 1080 * 100vw), 270px);
}
@media screen and (max-width: 767px) {
  .sec04__box .sec04__col__r {
    width: calc(350 / 750 * 100vw);
    margin-top: calc(34 / 750 * 100vw);
    margin-right: calc(-15 / 750 * 100vw);
  }
}

.sec04__balloon {
  background-color: #ffffff;
  border-radius: min(calc(99 / 1080 * 100vw), 99px);
  width: fit-content;
  padding: min(calc(4 / 1080 * 100vw), 4px) min(calc(38 / 1080 * 100vw), 38px) min(calc(6 / 1080 * 100vw), 6px);
  font-weight: 700;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  line-height: 140%;
  letter-spacing: 0.04em;
  text-align: center;
  color: #324353;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec04__balloon {
    padding: calc(4 / 750 * 100vw) calc(44 / 750 * 100vw) calc(6 / 750 * 100vw);
    font-size: calc(42 / 750 * 100vw);
  }
}
.sec04__balloon .orange {
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #ed901e;
}
@media screen and (max-width: 767px) {
  .sec04__balloon .orange {
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec04__balloon::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='27' height='27' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 26.9502L8.48571 0.950195H27L0 26.9502Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  width: min(calc(27 / 1080 * 100vw), 27px);
  height: min(calc(27 / 1080 * 100vw), 27px);
  display: block;
  position: absolute;
  bottom: max(calc(-26 / 1080 * 100vw), -26px);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .sec04__balloon::after {
    width: calc(35 / 750 * 100vw);
    height: calc(35 / 750 * 100vw);
    bottom: calc(-28 / 750 * 100vw);
  }
}

.sec04__text03 {
  font-weight: 700;
}
.sec04__text03 .inr {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(calc(9 / 1080 * 100vw), 9px);
}
@media screen and (max-width: 767px) {
  .sec04__text03 .inr {
    flex-direction: column;
    gap: 0;
  }
}
.sec04__text03 .text01 {
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #324353;
}
@media screen and (max-width: 767px) {
  .sec04__text03 .text01 {
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec04__text03 .text02 {
  font-weight: 700;
  font-size: min(calc(108 / 1080 * 100vw), 108px);
  line-height: 100%;
  letter-spacing: 0.08em;
  color: #02acce;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(calc(3 / 1080 * 100vw), 3px);
  position: relative;
  top: max(calc(-5 / 1080 * 100vw), -5px);
}
@media screen and (max-width: 767px) {
  .sec04__text03 .text02 {
    font-size: calc(140 / 750 * 100vw);
    top: calc(-7 / 750 * 100vw);
    margin-top: calc(-10 / 750 * 100vw);
    margin-bottom: calc(-10 / 750 * 100vw);
  }
}
.sec04__text03 .text02 .num {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: min(calc(154 / 1080 * 100vw), 154px);
  line-height: 100%;
  letter-spacing: 0em;
  color: #02acce;
  position: relative;
  top: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .sec04__text03 .text02 .num {
    font-size: calc(200 / 750 * 100vw);
    top: calc(6 / 750 * 100vw);
  }
}
.sec04__text03 .text03 {
  font-weight: 700;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  line-height: 140%;
  letter-spacing: 0.04em;
  text-align: center;
  color: #333333;
  display: block;
}
@media screen and (max-width: 767px) {
  .sec04__text03 .text03 {
    font-size: calc(42 / 750 * 100vw);
    position: relative;
  }
}
.sec04__text03 .min {
  font-weight: 400;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 150%;
  letter-spacing: 0.04em;
  color: #324353;
  position: relative;
  top: min(calc(6 / 1080 * 100vw), 6px);
}
@media screen and (max-width: 767px) {
  .sec04__text03 .min {
    font-size: calc(20 / 750 * 100vw);
    position: absolute;
    top: calc(6 / 750 * 100vw);
    right: calc(-30 / 750 * 100vw);
  }
}

.sec04__copy {
  font-weight: 700;
  text-align: center;
}
.sec04__copy .text01 {
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  line-height: 160%;
  letter-spacing: 0.08em;
  color: #02acce;
  display: block;
  margin-bottom: min(calc(6 / 1080 * 100vw), 6px);
}
@media screen and (max-width: 767px) {
  .sec04__copy .text01 {
    font-size: calc(34 / 750 * 100vw);
    margin-bottom: calc(8 / 750 * 100vw);
  }
}
.sec04__copy .text01 .min {
  font-weight: 400;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 160%;
  letter-spacing: 0.08em;
  position: relative;
  top: max(calc(-3 / 1080 * 100vw), -3px);
}
@media screen and (max-width: 767px) {
  .sec04__copy .text01 .min {
    font-size: calc(20 / 750 * 100vw);
    top: calc(-11 / 750 * 100vw);
  }
}
.sec04__copy .text02 {
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #324353;
  display: block;
}
@media screen and (max-width: 767px) {
  .sec04__copy .text02 {
    font-size: calc(42 / 750 * 100vw);
  }
}
.sec04__copy .text02 .orange {
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #ed901e;
}
@media screen and (max-width: 767px) {
  .sec04__copy .text02 .orange {
    font-size: calc(64 / 750 * 100vw);
  }
}

.sec04__note {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 150%;
  letter-spacing: 0.04em;
  color: #666666;
  width: min(calc(800 / 1080 * 100vw), 800px);
  margin: min(calc(27 / 1080 * 100vw), 27px) auto min(calc(50 / 1080 * 100vw), 50px);
}
@media screen and (max-width: 767px) {
  .sec04__note {
    font-size: calc(20 / 750 * 100vw);
    width: calc(630 / 750 * 100vw);
    margin: calc(28 / 750 * 100vw) auto calc(106 / 750 * 100vw);
  }
}

.sec04__box02 {
  background-color: #e7eff4;
  border-radius: min(calc(23 / 1080 * 100vw), 23px);
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  padding: min(calc(22 / 1080 * 100vw), 22px) min(calc(80 / 1080 * 100vw), 80px) min(calc(80 / 1080 * 100vw), 80px);
  margin: 0 auto min(calc(23 / 1080 * 100vw), 23px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec04__box02 {
    border-radius: calc(30 / 750 * 100vw);
    width: calc(670 / 750 * 100vw);
    padding: calc(20 / 750 * 100vw) calc(30 / 750 * 100vw) calc(40 / 750 * 100vw);
    margin: 0 auto calc(20 / 750 * 100vw);
  }
}
.sec04__box02 .sec04__circle {
  background-color: #02acce;
  border-radius: 50%;
  width: min(calc(100 / 1080 * 100vw), 100px);
  height: min(calc(100 / 1080 * 100vw), 100px);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #ffffff;
  position: absolute;
  top: max(calc(-50 / 1080 * 100vw), -50px);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .sec04__box02 .sec04__circle {
    width: calc(140 / 750 * 100vw);
    height: calc(140 / 750 * 100vw);
    font-size: calc(38 / 750 * 100vw);
    top: calc(-70 / 750 * 100vw);
  }
}
.sec04__box02 .sec04__head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(calc(37 / 1080 * 100vw), 37px);
  margin-bottom: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec04__box02 .sec04__head {
    gap: calc(20 / 750 * 100vw);
  }
}
.sec04__box02 .sec04__text04 {
  font-weight: 700;
  color: #324353;
  width: fit-content;
  margin-bottom: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec04__box02 .sec04__text04 {
    margin: 0 auto calc(32 / 750 * 100vw);
  }
}
.sec04__box02 .sec04__text04 .text01 {
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  line-height: 160%;
  letter-spacing: 0.08em;
  display: block;
}
@media screen and (max-width: 767px) {
  .sec04__box02 .sec04__text04 .text01 {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec04__box02 .sec04__illust {
  width: min(calc(200 / 1080 * 100vw), 200px);
}
@media screen and (max-width: 767px) {
  .sec04__box02 .sec04__illust {
    width: calc(280 / 750 * 100vw);
  }
}
.sec04__box02 .sec04__flow {
  display: flex;
  align-items: center;
  gap: min(calc(12 / 1080 * 100vw), 12px);
  width: fit-content;
  margin: 0 auto min(calc(60 / 1080 * 100vw), 60px) min(calc(82 / 1080 * 100vw), 82px);
}
@media screen and (max-width: 767px) {
  .sec04__box02 .sec04__flow {
    flex-direction: column;
    gap: calc(0 / 750 * 100vw);
    width: 100%;
    margin: 0 auto calc(79 / 750 * 100vw);
  }
}
.sec04__box02 .sec04__flow__item {
  background-color: #ffffff;
  border-radius: min(calc(4 / 1080 * 100vw), 4px);
  padding: min(calc(10 / 1080 * 100vw), 10px);
  width: fit-content;
  text-align: center;
  position: relative;
  padding: min(calc(16 / 1080 * 100vw), 16px) min(calc(50 / 1080 * 100vw), 50px);
}
@media screen and (max-width: 767px) {
  .sec04__box02 .sec04__flow__item {
    border-radius: calc(8 / 750 * 100vw);
    padding: calc(10 / 750 * 100vw);
    width: 100%;
  }
}
.sec04__box02 .sec04__flow__item .text {
  font-weight: 700;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.2;
  letter-spacing: 0.08em;
  color: #324353;
}
@media screen and (max-width: 767px) {
  .sec04__box02 .sec04__flow__item .text {
    font-size: calc(32 / 750 * 100vw);
    line-height: 140%;
    letter-spacing: 0.04em;
  }
}
.sec04__box02 .sec04__flow__item.--i02 {
  padding: min(calc(14 / 1080 * 100vw), 14px) min(calc(35 / 1080 * 100vw), 35px);
}
.sec04__box02 .sec04__flow__item.--i02 .text {
  font-size: min(calc(28 / 1080 * 100vw), 28px);
}
@media screen and (max-width: 767px) {
  .sec04__box02 .sec04__flow__item.--i02 .text {
    font-size: calc(42 / 750 * 100vw);
  }
}
.sec04__box02 .sec04__flow__item.--i03 {
  background: none;
  padding: 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .sec04__box02 .sec04__flow__item.--i03 {
    text-align: center;
  }
}
.sec04__box02 .sec04__flow__item.--i03 .text {
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 4px; /* 11.111% */
  text-underline-offset: 30%; /* 10.8px */
  text-underline-position: from-font;
  display: inline-block;
  padding-bottom: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec04__box02 .sec04__flow__item.--i03 .text {
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec04__box02 .sec04__flow__item.--i03 .text:last-child {
  text-decoration: none;
  font-size: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec04__box02 .sec04__flow__item.--i03 .text:last-child {
    font-size: calc(42 / 750 * 100vw);
  }
}
.sec04__box02 .sec04__badge {
  font-size: 0;
  text-indent: -9999px;
  width: min(calc(112 / 1080 * 100vw), 112px);
  aspect-ratio: 112/100.8;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-70%, -40%);
  background: url(../img/nr2/sec04__badge.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .sec04__box02 .sec04__badge {
    width: calc(160 / 750 * 100vw);
    top: 50%;
    transform: translate(10%, -55%);
  }
}
.sec04__box02 .sec04__flow__equal {
  font-weight: 400;
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  line-height: 160%;
  letter-spacing: 0.08em;
  color: #324353;
}
@media screen and (max-width: 767px) {
  .sec04__box02 .sec04__flow__equal {
    font-size: calc(40 / 750 * 100vw);
    rotate: -90deg;
    line-height: 1.2;
  }
}
.sec04__box02 .sec04__chart {
  width: min(calc(858 / 1080 * 100vw), 858px);
  display: block;
  margin: 0 auto min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec04__box02 .sec04__chart {
    width: 100%;
    margin: 0 auto calc(40 / 750 * 100vw);
  }
}
.sec04__box02 .sec04__text05 {
  font-weight: 700;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #fff;
  background: var(--0-c-375-f, #0c375f);
  text-align: center;
  margin: 0 auto min(calc(30 / 1080 * 100vw), 30px);
  padding: min(calc(4 / 1080 * 100vw), 4px) min(calc(40 / 1080 * 100vw), 40px) min(calc(6 / 1080 * 100vw), 6px);
  width: fit-content;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec04__box02 .sec04__text05 {
    font-size: calc(28 / 750 * 100vw);
    margin: 0 auto calc(27 / 750 * 100vw);
    padding: calc(10 / 750 * 100vw) calc(42 / 750 * 100vw) calc(14 / 750 * 100vw);
  }
}
.sec04__box02 .sec04__text05::before {
  content: "";
  display: block;
  width: min(calc(28 / 1080 * 100vw), 28px);
  aspect-ratio: 28/17.5;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: var(--0-c-375-f, #0c375f);
  transform: translate(-50%, 80%);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media screen and (max-width: 767px) {
  .sec04__box02 .sec04__text05::before {
    width: calc(40 / 750 * 100vw);
  }
}
.sec04__box02 .sec04__note02 {
  font-weight: 400;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 150%;
  letter-spacing: 0.04em;
  text-align: center;
  color: #666666;
}
@media screen and (max-width: 767px) {
  .sec04__box02 .sec04__note02 {
    font-size: calc(20 / 750 * 100vw);
    text-align: left;
    width: 100%;
    margin: calc(20 / 750 * 100vw) auto 0;
  }
}
.sec04__box02 .sec04__note02 .orange {
  color: #f83d3d;
}

.sec05__head {
  background-color: #02acce;
  padding: min(calc(72 / 1080 * 100vw), 72px) 0 min(calc(89 / 1080 * 100vw), 89px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec05__head {
    padding: calc(93 / 750 * 100vw) 0 calc(105 / 750 * 100vw);
  }
}

.sec05__circle {
  background-color: #fff;
  border: solid min(calc(2 / 1080 * 100vw), 2px) #02acce;
  border-radius: min(calc(773 / 1080 * 100vw), 773px);
  width: min(calc(220 / 1080 * 100vw), 220px);
  height: min(calc(70 / 1080 * 100vw), 70px);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #02acce;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .sec05__circle {
    border: solid calc(3 / 750 * 100vw) #02acce;
    width: calc(245 / 750 * 100vw);
    height: calc(100 / 750 * 100vw);
    font-size: calc(38 / 750 * 100vw);
  }
}

.sec05__title {
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
.sec05__title .text01 {
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  line-height: 160%;
  letter-spacing: 0.08em;
  display: block;
  margin-bottom: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .sec05__title .text01 {
    font-size: calc(34 / 750 * 100vw);
    margin-bottom: calc(3 / 750 * 100vw);
  }
}
.sec05__title .text02 {
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  line-height: 140%;
  letter-spacing: 0.04em;
  display: block;
}
@media screen and (max-width: 767px) {
  .sec05__title .text02 {
    font-size: calc(42 / 750 * 100vw);
  }
}
.sec05__title .text03 {
  width: min(calc(270 / 1080 * 100vw), 270px);
  display: block;
  margin: min(calc(8 / 1080 * 100vw), 8px) auto 0;
}
@media screen and (max-width: 767px) {
  .sec05__title .text03 {
    width: calc(380 / 750 * 100vw);
    margin: calc(11 / 750 * 100vw) auto 0;
  }
}

.sec05__body {
  background-color: #f4efe0;
  padding: 1px 0 min(calc(34 / 1080 * 100vw), 34px);
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .sec05__body {
    padding: 1px 0 0;
  }
}
.sec05__body::after {
  content: "";
  background-color: #f4efe0;
  width: 100%;
  height: min(calc(78 / 1080 * 100vw), 78px);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  display: block;
  position: absolute;
  bottom: max(calc(-77 / 1080 * 100vw), -77px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .sec05__body::after {
    width: 100%;
    height: calc(100 / 750 * 100vw);
    bottom: calc(-99 / 750 * 100vw);
  }
}

.sec05__row {
  display: flex;
  justify-content: center;
  gap: min(calc(12 / 1080 * 100vw), 12px);
  margin-top: max(calc(-40 / 1080 * 100vw), -40px);
}
@media screen and (max-width: 767px) {
  .sec05__row {
    gap: calc(10 / 750 * 100vw);
    margin-top: calc(-50 / 750 * 100vw);
  }
}

.sec05__col {
  background-color: #ffffff;
  border-radius: min(calc(15 / 1080 * 100vw), 15px);
  width: min(calc(394 / 1080 * 100vw), 394px);
  height: min(calc(460 / 1080 * 100vw), 460px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec05__col {
    border-radius: calc(20 / 750 * 100vw);
    width: calc(330 / 750 * 100vw);
    height: calc(594 / 750 * 100vw);
  }
}
.sec05__col .text01 {
  background-color: #e7eff4;
  border-radius: min(calc(15 / 1080 * 100vw), 15px) min(calc(15 / 1080 * 100vw), 15px) 0 max(calc(0 / 1080 * 100vw), 0px);
  padding: min(calc(11 / 1080 * 100vw), 11px) 0 min(calc(15 / 1080 * 100vw), 15px);
  font-weight: 700;
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  line-height: 140%;
  letter-spacing: 0.04em;
  text-align: center;
  color: #02acce;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec05__col .text01 {
    font-size: calc(38 / 750 * 100vw);
    padding: calc(14 / 750 * 100vw) 0 calc(19 / 750 * 100vw);
  }
}
.sec05__col .text01 .large {
  font-size: min(calc(37 / 1080 * 100vw), 37px);
  line-height: 140%;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec05__col .text01 .large {
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec05__col .text01::after {
  content: "";
  background-color: #e7eff4;
  width: min(calc(48 / 1080 * 100vw), 48px);
  height: min(calc(19 / 1080 * 100vw), 19px);
  display: block;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: max(calc(-15 / 1080 * 100vw), -15px);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .sec05__col .text01::after {
    width: calc(40 / 750 * 100vw);
    height: calc(25 / 750 * 100vw);
    bottom: calc(-20 / 750 * 100vw);
  }
}
.sec05__col .text02 {
  font-weight: 700;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  line-height: 140%;
  letter-spacing: 0.04em;
  text-align: center;
  color: #324353;
  width: fit-content;
  margin: min(calc(20 / 1080 * 100vw), 20px) auto max(calc(-4 / 1080 * 100vw), -4px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec05__col .text02 {
    font-size: calc(38 / 750 * 100vw);
    margin: calc(26 / 750 * 100vw) auto calc(-6 / 750 * 100vw);
  }
}
.sec05__col .text02 .large {
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  line-height: 140%;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec05__col .text02 .large {
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec05__col .text02 .min {
  font-weight: 400;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 150%;
  letter-spacing: 0.04em;
  color: #324353;
  position: absolute;
  top: min(calc(17 / 1080 * 100vw), 17px);
  right: max(calc(-24 / 1080 * 100vw), -24px);
}
@media screen and (max-width: 767px) {
  .sec05__col .text02 .min {
    font-size: calc(20 / 750 * 100vw);
    top: 0;
    right: 0;
  }
}
.sec05__col .text03 {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 140%;
  letter-spacing: 0.08em;
  color: #324353;
}
@media screen and (max-width: 767px) {
  .sec05__col .text03 {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec05__col .text03 .inr {
  width: fit-content;
  display: block;
  text-align: center;
}
.sec05__col .text03 .bold {
  font-weight: 700;
}
.sec05__col.--col-l .text03 {
  background-image: url(../img/nr2_pc/sec05_img01.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center top;
  width: min(calc(322 / 1080 * 100vw), 322px);
  height: min(calc(304 / 1080 * 100vw), 304px);
  padding: min(calc(69 / 1080 * 100vw), 69px) 0 0 min(calc(61 / 1080 * 100vw), 61px);
  position: absolute;
  right: min(calc(23 / 1080 * 100vw), 23px);
  bottom: max(calc(-25 / 1080 * 100vw), -25px);
}
@media screen and (max-width: 767px) {
  .sec05__col.--col-l .text03 {
    background-image: url(../img/nr2_sp/sec05_img01.webp);
    background-size: 100% 100%;
    width: calc(302 / 750 * 100vw);
    height: calc(394 / 750 * 100vw);
    padding: calc(87 / 750 * 100vw) 0 0 calc(43 / 750 * 100vw);
    right: calc(21 / 750 * 100vw);
    bottom: calc(-38 / 750 * 100vw);
  }
}
.sec05__col.--col-r .text03 {
  background-image: url(../img/nr2_pc/sec05_img02.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center top;
  width: min(calc(269 / 1080 * 100vw), 269px);
  height: min(calc(303 / 1080 * 100vw), 303px);
  padding: min(calc(65 / 1080 * 100vw), 65px) 0 0 min(calc(116 / 1080 * 100vw), 116px);
  position: absolute;
  left: min(calc(49 / 1080 * 100vw), 49px);
  bottom: max(calc(-29 / 1080 * 100vw), -29px);
}
@media screen and (max-width: 767px) {
  .sec05__col.--col-r .text03 {
    background-image: url(../img/nr2_sp/sec05_img02.webp);
    background-size: 100% 100%;
    width: calc(310 / 750 * 100vw);
    height: calc(370 / 750 * 100vw);
    padding: calc(63 / 750 * 100vw) 0 0 calc(55 / 750 * 100vw);
    right: calc(22 / 750 * 100vw);
    bottom: calc(-38 / 750 * 100vw);
  }
}

.sec05__note {
  font-weight: 400;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 150%;
  letter-spacing: 0.04em;
  width: min(calc(800 / 1080 * 100vw), 800px);
  margin: min(calc(40 / 1080 * 100vw), 40px) auto 0;
}
@media screen and (max-width: 767px) {
  .sec05__note {
    font-size: calc(20 / 750 * 100vw);
    width: calc(670 / 750 * 100vw);
    margin: calc(51 / 750 * 100vw) auto 0;
  }
}
.sec05__note .orange {
  color: #f83d3d;
}

.sec05__unit {
  width: fit-content;
  margin: min(calc(35 / 1080 * 100vw), 35px) auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec05__unit {
    margin: calc(74 / 750 * 100vw) auto calc(-28 / 750 * 100vw);
  }
}
.sec05__unit::after {
  content: "";
  background: url(../img/nr2/sec05_img03.webp) no-repeat left top;
  background-size: 100% 100%;
  width: min(calc(522 / 1080 * 100vw), 522px);
  height: min(calc(392 / 1080 * 100vw), 392px);
  display: block;
  margin: max(calc(-46 / 1080 * 100vw), -46px) auto 0;
}
@media screen and (max-width: 767px) {
  .sec05__unit::after {
    width: calc(676 / 750 * 100vw);
    height: calc(510 / 750 * 100vw);
    margin: calc(-60 / 750 * 100vw) auto 0;
  }
}

.sec05__text01 {
  display: flex;
  justify-content: center;
  gap: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec05__text01 {
    gap: calc(10 / 750 * 100vw);
  }
}
.sec05__text01 .tag {
  width: fit-content;
  background-color: #02acce;
  border-radius: min(calc(3 / 1080 * 100vw), 3px);
  padding: 0 min(calc(15 / 1080 * 100vw), 15px) min(calc(3 / 1080 * 100vw), 3px);
  display: block;
  font-weight: 700;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec05__text01 .tag {
    border-radius: calc(4 / 750 * 100vw);
    padding: 0 calc(20 / 750 * 100vw) calc(4 / 750 * 100vw);
    font-size: calc(42 / 750 * 100vw);
  }
}

.sec05__text02 {
  font-weight: 700;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #02acce;
  margin: min(calc(6 / 1080 * 100vw), 6px) auto min(calc(27 / 1080 * 100vw), 27px);
}
@media screen and (max-width: 767px) {
  .sec05__text02 {
    font-size: calc(38 / 750 * 100vw);
    margin: calc(8 / 750 * 100vw) auto calc(27 / 750 * 100vw);
  }
}

.sec05__text03 {
  font-weight: 700;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #324353;
}
@media screen and (max-width: 767px) {
  .sec05__text03 {
    font-size: calc(42 / 750 * 100vw);
  }
}
.sec05__text03 .dot {
  font-size: min(calc(49 / 1080 * 100vw), 49px);
  line-height: 140%;
  letter-spacing: 0.04em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec05__text03 .dot {
    font-size: calc(64 / 750 * 100vw);
  }
}
.sec05__text03 .dot::before {
  content: "";
  background-color: #02acce;
  width: min(calc(8 / 1080 * 100vw), 8px);
  height: min(calc(8 / 1080 * 100vw), 8px);
  border-radius: 50%;
  position: absolute;
  top: max(calc(-3 / 1080 * 100vw), -3px);
  left: 50%;
  transform: translateX(-50%);
  display: block;
}
@media screen and (max-width: 767px) {
  .sec05__text03 .dot::before {
    width: calc(12 / 750 * 100vw);
    height: calc(12 / 750 * 100vw);
    top: calc(-5 / 750 * 100vw);
  }
}

.sec05__text04 {
  font-weight: 700;
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #324353;
}
@media screen and (max-width: 767px) {
  .sec05__text04 {
    font-size: calc(48 / 750 * 100vw);
  }
}

.sec05__foot {
  padding: min(calc(82 / 1080 * 100vw), 82px) 0 min(calc(44 / 1080 * 100vw), 44px);
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .sec05__foot {
    padding: calc(196 / 750 * 100vw) 0 0;
  }
}

.sec05__box {
  background-image: url(../img/nr2_pc/sec05_bg.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center top;
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  height: min(calc(405 / 1080 * 100vw), 405px);
  padding-top: min(calc(49 / 1080 * 100vw), 49px);
  margin: max(calc(-25 / 1080 * 100vw), -25px) auto 0;
}
@media screen and (max-width: 767px) {
  .sec05__box {
    background-image: url(../img/nr2_sp/sec05_bg.webp);
    width: calc(750 / 750 * 100vw);
    height: calc(868 / 750 * 100vw);
    padding-top: 1px;
    margin: 0;
  }
}
.sec05__box .text01 {
  background-color: #02acce;
  border-radius: min(calc(773 / 1080 * 100vw), 773px);
  font-weight: 700;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #ffffff;
  width: fit-content;
  padding: min(calc(5 / 1080 * 100vw), 5px) min(calc(31 / 1080 * 100vw), 31px) min(calc(8 / 1080 * 100vw), 8px);
  display: block;
  margin: 0 auto min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec05__box .text01 {
    font-size: calc(38 / 750 * 100vw);
    padding: calc(6 / 750 * 100vw) calc(40 / 750 * 100vw) calc(10 / 750 * 100vw);
    margin: calc(-36 / 750 * 100vw) auto calc(30 / 750 * 100vw);
  }
}
.sec05__box .text02 {
  display: flex;
  justify-content: center;
  margin-bottom: min(calc(15 / 1080 * 100vw), 15px);
}
@media screen and (max-width: 767px) {
  .sec05__box .text02 {
    margin-bottom: calc(223 / 750 * 100vw);
  }
}
.sec05__box .text02 .char {
  border: min(calc(2 / 1080 * 100vw), 2px) solid #0c375f;
  border-right: none;
  font-weight: 700;
  font-size: min(calc(34 / 1080 * 100vw), 34px);
  line-height: 120%;
  letter-spacing: 0.1em;
  color: #0c375f;
  width: min(calc(44 / 1080 * 100vw), 44px);
  height: min(calc(44 / 1080 * 100vw), 44px);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec05__box .text02 .char {
    border: calc(2 / 750 * 100vw) solid #0c375f;
    border-right: none;
    font-size: calc(45 / 750 * 100vw);
    width: calc(58 / 750 * 100vw);
    height: calc(58 / 750 * 100vw);
  }
}
.sec05__box .text02 .char:last-child {
  border-right: 2px solid #0c375f;
}
@media screen and (max-width: 767px) {
  .sec05__box .text02 .char:last-child {
    border-right: calc(2 / 750 * 100vw) solid #0c375f;
  }
}
.sec05__box .text03 {
  display: flex;
  gap: min(calc(20 / 1080 * 100vw), 20px);
  margin-left: min(calc(240 / 1080 * 100vw), 240px);
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .sec05__box .text03 {
    flex-direction: column;
    gap: 0;
    margin-left: calc(109 / 750 * 100vw);
  }
}
.sec05__box .text03 .circle {
  background-color: #ffffff;
  border-radius: 50%;
  width: min(calc(76 / 1080 * 100vw), 76px);
  height: min(calc(76 / 1080 * 100vw), 76px);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #0c375f;
  margin-top: min(calc(25 / 1080 * 100vw), 25px);
}
@media screen and (max-width: 767px) {
  .sec05__box .text03 .circle {
    width: calc(99 / 750 * 100vw);
    height: calc(99 / 750 * 100vw);
    font-size: calc(34 / 750 * 100vw);
    margin: 0 0 0 calc(80 / 750 * 100vw);
  }
}
.sec05__box .text03 .inner {
  flex: 1;
}
.sec05__box .text03 .row01 {
  display: flex;
  align-items: flex-end;
  gap: min(calc(5 / 1080 * 100vw), 5px);
  margin-bottom: min(calc(3 / 1080 * 100vw), 3px);
  color: #02acce;
}
@media screen and (max-width: 767px) {
  .sec05__box .text03 .row01 {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
.sec05__box .text03 .text03-01 {
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  line-height: 140%;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec05__box .text03 .text03-01 {
    font-weight: 400;
    font-size: calc(50 / 750 * 100vw);
  }
}
.sec05__box .text03 .text03-02 {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 160%;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .sec05__box .text03 .text03-02 {
    font-size: calc(30 / 750 * 100vw);
    margin-top: calc(-5 / 750 * 100vw);
  }
}
.sec05__box .text03 .row02 {
  display: flex;
  align-items: center;
  gap: min(calc(5 / 1080 * 100vw), 5px);
  color: #0c375f;
}
@media screen and (max-width: 767px) {
  .sec05__box .text03 .row02 {
    align-items: flex-end;
    gap: 0;
  }
}
.sec05__box .text03 .text03-03 {
  font-size: min(calc(52 / 1080 * 100vw), 52px);
  line-height: 110%;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec05__box .text03 .text03-03 {
    font-weight: 400;
    font-size: calc(68 / 750 * 100vw);
  }
}
.sec05__box .text03 .text03-03 .large {
  font-size: min(calc(60 / 1080 * 100vw), 60px);
  line-height: 110%;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec05__box .text03 .text03-03 .large {
    font-weight: 400;
    font-size: calc(80 / 750 * 100vw);
  }
}
.sec05__box .text03 .text03-04 {
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  line-height: 120%;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec05__box .text03 .text03-04 {
    font-size: calc(34 / 750 * 100vw);
    margin-left: calc(-120 / 750 * 100vw);
  }
}

.sec06 {
  background: #e7eff4;
}

.sec06__copy {
  text-align: center;
  margin: min(calc(59 / 1080 * 100vw), 59px) auto min(calc(115 / 1080 * 100vw), 115px);
}
@media screen and (max-width: 767px) {
  .sec06__copy {
    margin: calc(74 / 750 * 100vw) auto calc(562 / 750 * 100vw);
  }
}
.sec06__copy .text01 {
  background-color: #02acce;
  border-radius: min(calc(77 / 1080 * 100vw), 77px);
  font-weight: 700;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  line-height: 160%;
  letter-spacing: 0.08em;
  color: #ffffff;
  width: fit-content;
  padding: min(calc(3 / 1080 * 100vw), 3px) min(calc(27 / 1080 * 100vw), 27px) min(calc(4 / 1080 * 100vw), 4px);
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .sec06__copy .text01 {
    border-radius: calc(100 / 750 * 100vw);
    font-size: calc(34 / 750 * 100vw);
    padding: calc(3 / 750 * 100vw) calc(32 / 750 * 100vw) calc(5 / 750 * 100vw);
  }
}
.sec06__copy .text02 {
  border-bottom: solid min(calc(3 / 1080 * 100vw), 3px) #ed901e;
  font-weight: 700;
  font-size: min(calc(37 / 1080 * 100vw), 37px);
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #ed901e;
  width: fit-content;
  padding-bottom: min(calc(5 / 1080 * 100vw), 5px);
  margin: min(calc(15 / 1080 * 100vw), 15px) auto min(calc(10 / 1080 * 100vw), 10px);
  display: block;
}
@media screen and (max-width: 767px) {
  .sec06__copy .text02 {
    border-bottom: solid calc(5 / 750 * 100vw) #ed901e;
    font-size: calc(48 / 750 * 100vw);
    padding-bottom: calc(8 / 750 * 100vw);
    margin: calc(19 / 750 * 100vw) auto calc(20 / 750 * 100vw);
  }
}
.sec06__copy .text03 {
  font-weight: 700;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #324353;
  display: block;
}
@media screen and (max-width: 767px) {
  .sec06__copy .text03 {
    font-size: calc(42 / 750 * 100vw);
  }
}
.sec06__copy .text04 {
  font-weight: 700;
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #324353;
  display: block;
}
@media screen and (max-width: 767px) {
  .sec06__copy .text04 {
    font-size: calc(48 / 750 * 100vw);
  }
}

.sec06__foot {
  background: linear-gradient(270deg, #16aae3 0%, #18c2cd 100%);
  padding: 1px 0 min(calc(64 / 1080 * 100vw), 64px);
}
@media screen and (max-width: 767px) {
  .sec06__foot {
    padding: 1px 0 calc(78 / 750 * 100vw);
  }
}

.sec06__row {
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec06__row {
    flex-direction: column;
    width: 100%;
  }
}
.sec06__row.--row01 {
  gap: min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .sec06__row.--row01 {
    gap: calc(50 / 750 * 100vw);
  }
}
.sec06__row.--row02 {
  gap: min(calc(26 / 1080 * 100vw), 26px);
}
@media screen and (max-width: 767px) {
  .sec06__row.--row02 {
    gap: calc(50 / 750 * 100vw);
  }
}

.sec06__col.--col01 {
  width: min(calc(468 / 1080 * 100vw), 468px);
  margin-top: min(calc(151 / 1080 * 100vw), 151px);
}
@media screen and (max-width: 767px) {
  .sec06__col.--col01 {
    width: calc(670 / 750 * 100vw);
    margin: calc(53 / 750 * 100vw) auto 0;
  }
}
.sec06__col.--col01 .text01 {
  font-weight: 700;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  line-height: 160%;
  letter-spacing: 0.08em;
  color: #0c375f;
  margin-left: min(calc(11 / 1080 * 100vw), 11px);
  margin-bottom: min(calc(59 / 1080 * 100vw), 59px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec06__col.--col01 .text01 {
    font-size: calc(34 / 750 * 100vw);
    margin-left: calc(14 / 750 * 100vw);
    margin-bottom: calc(73 / 750 * 100vw);
  }
}
.sec06__col.--col01 .text01 .large {
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #02acce;
}
@media screen and (max-width: 767px) {
  .sec06__col.--col01 .text01 .large {
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec06__col.--col01 .text01::after {
  content: "";
  background: url(../img/nr2/sec06_img01.webp) no-repeat left top;
  background-size: 100% 100%;
  width: min(calc(130 / 1080 * 100vw), 130px);
  height: min(calc(165 / 1080 * 100vw), 165px);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .sec06__col.--col01 .text01::after {
    width: calc(219 / 750 * 100vw);
    height: calc(279 / 750 * 100vw);
    top: calc(-14 / 750 * 100vw);
  }
}
.sec06__col.--col01 .box {
  background-color: #ffffff;
  border-radius: min(calc(23 / 1080 * 100vw), 23px);
  padding: min(calc(40 / 1080 * 100vw), 40px) 0 min(calc(34 / 1080 * 100vw), 34px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec06__col.--col01 .box {
    border-radius: calc(30 / 750 * 100vw);
    padding: calc(51 / 750 * 100vw) 0 calc(37 / 750 * 100vw);
  }
}
.sec06__col.--col01 .text02 {
  background-color: #02acce;
  border-radius: min(calc(773 / 1080 * 100vw), 773px);
  font-weight: 700;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #ffffff;
  width: fit-content;
  padding: min(calc(5 / 1080 * 100vw), 5px) min(calc(31 / 1080 * 100vw), 31px) min(calc(8 / 1080 * 100vw), 8px);
  position: absolute;
  top: max(calc(-28 / 1080 * 100vw), -28px);
  left: min(calc(187 / 1080 * 100vw), 187px);
}
@media screen and (max-width: 767px) {
  .sec06__col.--col01 .text02 {
    border-radius: calc(999 / 750 * 100vw);
    font-size: calc(38 / 750 * 100vw);
    padding: calc(7 / 750 * 100vw) calc(40 / 750 * 100vw) calc(10 / 750 * 100vw);
    top: calc(-37 / 750 * 100vw);
    left: 50%;
    transform: translateX(-50%);
  }
}
.sec06__col.--col01 .text03 {
  font-weight: 700;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  line-height: 140%;
  letter-spacing: 0.04em;
  text-align: center;
  color: #324353;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec06__col.--col01 .text03 {
    font-size: calc(38 / 750 * 100vw);
  }
}
.sec06__col.--col01 .text03 .large {
  font-size: min(calc(42 / 1080 * 100vw), 42px);
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #02acce;
}
@media screen and (max-width: 767px) {
  .sec06__col.--col01 .text03 .large {
    font-size: calc(56 / 750 * 100vw);
    line-height: 150%;
  }
}
.sec06__col.--col02 {
  background-color: #ffffff;
  width: min(calc(580 / 1080 * 100vw), 580px);
}
@media screen and (max-width: 767px) {
  .sec06__col.--col02 {
    width: 100%;
  }
}
.sec06__col.--col02 .head {
  background-color: #02acce;
  text-align: center;
  padding: min(calc(24 / 1080 * 100vw), 24px) 0 min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .sec06__col.--col02 .head {
    padding: calc(32 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
  }
}
.sec06__col.--col02 .text01 {
  font-weight: 700;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  line-height: 160%;
  letter-spacing: 0.08em;
  color: #ffffff;
  margin-bottom: min(calc(7 / 1080 * 100vw), 7px);
}
@media screen and (max-width: 767px) {
  .sec06__col.--col02 .text01 {
    font-size: calc(34 / 750 * 100vw);
    margin-bottom: calc(8 / 750 * 100vw);
  }
}
.sec06__col.--col02 .text02 {
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .sec06__col.--col02 .text02 {
    font-size: calc(38 / 750 * 100vw);
  }
}
.sec06__col.--col02 .text02 .large {
  font-size: min(calc(42 / 1080 * 100vw), 42px);
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #ffe600;
}
@media screen and (max-width: 767px) {
  .sec06__col.--col02 .text02 .large {
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec06__col.--col02 .body {
  padding: 0 min(calc(31 / 1080 * 100vw), 31px) min(calc(38 / 1080 * 100vw), 38px);
}
@media screen and (max-width: 767px) {
  .sec06__col.--col02 .body {
    padding: 0 calc(40 / 750 * 100vw) calc(80 / 750 * 100vw);
  }
}
.sec06__col.--col02 .image {
  width: min(calc(478 / 1080 * 100vw), 478px);
  margin: max(calc(-45 / 1080 * 100vw), -45px) auto min(calc(15 / 1080 * 100vw), 15px);
}
@media screen and (max-width: 767px) {
  .sec06__col.--col02 .image {
    width: calc(620 / 750 * 100vw);
    margin: calc(-63 / 750 * 100vw) auto calc(17 / 750 * 100vw);
  }
}
.sec06__col.--col02 .row {
  width: min(calc(478 / 1080 * 100vw), 478px);
  margin: 0 auto min(calc(35 / 1080 * 100vw), 35px);
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec06__col.--col02 .row {
    width: calc(620 / 750 * 100vw);
    margin: 0 auto calc(44 / 750 * 100vw);
  }
}
.sec06__col.--col02 .row .col {
  font-weight: 700;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 140%;
  letter-spacing: 0.08em;
  color: #324353;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec06__col.--col02 .row .col {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec06__col.--col02 .row .col:nth-child(1) {
  width: min(calc(201 / 1080 * 100vw), 201px);
}
@media screen and (max-width: 767px) {
  .sec06__col.--col02 .row .col:nth-child(1) {
    width: calc(260 / 750 * 100vw);
  }
}
.sec06__col.--col02 .row .col:nth-child(2) {
  width: min(calc(216 / 1080 * 100vw), 216px);
}
@media screen and (max-width: 767px) {
  .sec06__col.--col02 .row .col:nth-child(2) {
    width: calc(280 / 750 * 100vw);
  }
}
.sec06__col.--col02 .row .col .large {
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  line-height: 140%;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec06__col.--col02 .row .col .large {
    font-size: calc(34 / 750 * 100vw);
  }
}
.sec06__col.--col02 .row .col .orange {
  color: #ed901e;
}
.sec06__col.--col02 .text03 {
  border: solid min(calc(2 / 1080 * 100vw), 2px) #02acce;
  border-radius: min(calc(23 / 1080 * 100vw), 23px);
  padding: min(calc(28 / 1080 * 100vw), 28px) min(calc(38 / 1080 * 100vw), 38px) min(calc(30 / 1080 * 100vw), 30px);
  font-weight: 400;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 180%;
  letter-spacing: 0.08em;
  color: #324353;
}
@media screen and (max-width: 767px) {
  .sec06__col.--col02 .text03 {
    border: solid calc(3 / 750 * 100vw) #02acce;
    border-radius: calc(30 / 750 * 100vw);
    padding: calc(30 / 750 * 100vw) calc(47 / 750 * 100vw) calc(34 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
  }
}
.sec06__col.--col02 .text03 .blue {
  font-weight: 700;
  color: #02acce;
}
.sec06__col.--col03 {
  background-image: url(../img/nr2/sec06_img03.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center top;
  width: min(calc(580 / 1080 * 100vw), 580px);
  height: min(calc(508 / 1080 * 100vw), 508px);
  padding-top: min(calc(177 / 1080 * 100vw), 177px);
  margin-top: max(calc(-82 / 1080 * 100vw), -82px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec06__col.--col03 {
    width: calc(750 / 750 * 100vw);
    height: calc(656 / 750 * 100vw);
    padding-top: calc(227 / 750 * 100vw);
    margin-top: calc(-575 / 750 * 100vw);
  }
}
.sec06__col.--col03 .text01 {
  font-weight: 700;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 130%;
  letter-spacing: 0.08em;
  color: #324353;
}
@media screen and (max-width: 767px) {
  .sec06__col.--col03 .text01 {
    font-size: calc(28 / 750 * 100vw);
  }
}
.sec06__col.--col03 .text02 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #02acce;
  width: fit-content;
  margin: min(calc(18 / 1080 * 100vw), 18px) auto 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec06__col.--col03 .text02 {
    font-size: calc(60 / 750 * 100vw);
    margin: calc(18 / 750 * 100vw) auto 0;
  }
}
.sec06__col.--col03 .text02 .large {
  font-size: min(calc(92 / 1080 * 100vw), 92px);
  line-height: 140%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .sec06__col.--col03 .text02 .large {
    font-size: calc(120 / 750 * 100vw);
  }
}
.sec06__col.--col03 .text02 .min {
  font-weight: 400;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 150%;
  letter-spacing: 0.04em;
  color: #000000;
  position: absolute;
  top: min(calc(57 / 1080 * 100vw), 57px);
  right: max(calc(-13 / 1080 * 100vw), -13px);
}
@media screen and (max-width: 767px) {
  .sec06__col.--col03 .text02 .min {
    font-size: calc(20 / 750 * 100vw);
    top: calc(71 / 750 * 100vw);
    right: calc(-20 / 750 * 100vw);
  }
}
.sec06__col.--col03 .note {
  font-weight: 400;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 150%;
  letter-spacing: 0.04em;
  margin-top: min(calc(69 / 1080 * 100vw), 69px);
  color: #666;
}
@media screen and (max-width: 767px) {
  .sec06__col.--col03 .note {
    font-size: calc(20 / 750 * 100vw);
    margin-top: calc(89 / 750 * 100vw);
  }
}
.sec06__col.--col04 {
  padding-top: min(calc(132 / 1080 * 100vw), 132px);
}
@media screen and (max-width: 767px) {
  .sec06__col.--col04 {
    padding-top: calc(0 / 750 * 100vw);
    text-align: center;
  }
}
.sec06__col.--col04 .text01 {
  font-weight: 700;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  line-height: 160%;
  letter-spacing: 0.08em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .sec06__col.--col04 .text01 {
    font-size: calc(34 / 750 * 100vw);
  }
}
.sec06__col.--col04 .text02 {
  font-weight: 700;
  font-size: min(calc(60 / 1080 * 100vw), 60px);
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #ffe600;
  margin-top: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec06__col.--col04 .text02 {
    font-size: calc(80 / 750 * 100vw);
    margin-top: calc(7 / 750 * 100vw);
  }
}

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

.sec07__title {
  font-weight: 700;
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #324353;
  text-align: center;
  margin-bottom: min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .sec07__title {
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec07__title .orange {
  color: #ed901e;
}

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

.sec07__box {
  background-color: #ffffff;
  border-radius: min(calc(23 / 1080 * 100vw), 23px);
  width: min(calc(518 / 1080 * 100vw), 518px);
}
@media screen and (max-width: 767px) {
  .sec07__box {
    border-radius: calc(30 / 750 * 100vw);
    width: calc(670 / 750 * 100vw);
    margin: 0 auto;
  }
}

.sec07__box__head {
  background: linear-gradient(270deg, #16aae3 0%, #18c2cd 100%);
  border-radius: min(calc(23 / 1080 * 100vw), 23px) min(calc(23 / 1080 * 100vw), 23px) 0 0;
  color: #fff;
  font-weight: 700;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  line-height: 140%;
  letter-spacing: 0.04em;
  text-align: center;
  padding: min(calc(14 / 1080 * 100vw), 14px) 0 min(calc(17 / 1080 * 100vw), 17px);
}
@media screen and (max-width: 767px) {
  .sec07__box__head {
    font-size: calc(38 / 750 * 100vw);
    padding: calc(17 / 750 * 100vw) 0 calc(20 / 750 * 100vw);
  }
}
.sec07__box__head .min {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .sec07__box__head .min {
    font-size: calc(24 / 750 * 100vw);
    line-height: 160%;
  }
}

.sec07__box__body:has(.--img01) {
  padding-top: min(calc(23 / 1080 * 100vw), 23px);
  padding-left: min(calc(23 / 1080 * 100vw), 23px);
  padding-bottom: min(calc(33 / 1080 * 100vw), 33px);
}
@media screen and (max-width: 767px) {
  .sec07__box__body:has(.--img01) {
    padding-top: calc(30 / 750 * 100vw);
    padding-left: calc(29 / 750 * 100vw);
    padding-bottom: calc(42 / 750 * 100vw);
  }
}
.sec07__box__body:has(.--img02) {
  padding-top: min(calc(45 / 1080 * 100vw), 45px);
  padding-left: min(calc(15 / 1080 * 100vw), 15px);
  padding-bottom: min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .sec07__box__body:has(.--img02) {
    padding-top: calc(60 / 750 * 100vw);
    padding-left: calc(19 / 750 * 100vw);
    padding-bottom: calc(100 / 750 * 100vw);
  }
}

.sec07__img.--img01 {
  width: min(calc(466 / 1080 * 100vw), 466px);
}
@media screen and (max-width: 767px) {
  .sec07__img.--img01 {
    width: calc(603 / 750 * 100vw);
  }
}
.sec07__img.--img02 {
  width: min(calc(480 / 1080 * 100vw), 480px);
}
@media screen and (max-width: 767px) {
  .sec07__img.--img02 {
    width: calc(620 / 750 * 100vw);
  }
}

.sec07__note {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 150%;
  letter-spacing: 0.04em;
  text-align: center;
  color: #666666;
  margin-top: min(calc(43 / 1080 * 100vw), 43px);
}
@media screen and (max-width: 767px) {
  .sec07__note {
    font-size: calc(20 / 750 * 100vw);
    text-align: left;
    width: calc(670 / 750 * 100vw);
    margin: calc(40 / 750 * 100vw) auto 0;
  }
}

.sec08 {
  padding: min(calc(80 / 1080 * 100vw), 80px) 0 min(calc(124 / 1080 * 100vw), 124px);
}
@media screen and (max-width: 767px) {
  .sec08 {
    padding: calc(72 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
  }
}
.sec08 .adlp-head {
  margin-bottom: min(calc(92 / 1080 * 100vw), 92px);
}
@media screen and (max-width: 767px) {
  .sec08 .adlp-head {
    margin-bottom: calc(105 / 750 * 100vw);
  }
}
.sec08 .adlp-head .text01 {
  color: rgba(2, 172, 206, 0.2);
}
.sec08 .adlp-head .text02 {
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  line-height: 140%;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec08 .adlp-head .text02 {
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec08 .adlp-head .text03 {
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  line-height: 160%;
  letter-spacing: 0.08em;
  color: #02acce;
  margin-top: min(calc(6 / 1080 * 100vw), 6px);
}
@media screen and (max-width: 767px) {
  .sec08 .adlp-head .text03 {
    font-size: calc(34 / 750 * 100vw);
    margin-top: calc(8 / 750 * 100vw);
  }
}
.sec08 .sec08__box {
  background-color: #e7eff4;
  border-radius: min(calc(20 / 1080 * 100vw), 20px);
  padding: 1px min(calc(60 / 1080 * 100vw), 60px) min(calc(20 / 1080 * 100vw), 20px);
  height: min(calc(495 / 1080 * 100vw), 495px);
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__box {
    border-radius: calc(30 / 750 * 100vw);
    padding: 1px calc(80 / 750 * 100vw) calc(20 / 750 * 100vw);
    height: calc(684 / 750 * 100vw);
  }
}
.sec08 .sec08__image {
  width: min(calc(232 / 1080 * 100vw), 232px);
  margin: max(calc(-58 / 1080 * 100vw), -58px) auto min(calc(26 / 1080 * 100vw), 26px);
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__image {
    width: calc(300 / 750 * 100vw);
    margin: calc(-50 / 750 * 100vw) auto calc(24 / 750 * 100vw);
  }
}
.sec08 .sec08__name {
  font-weight: 700;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  line-height: 140%;
  letter-spacing: 0.04em;
  text-align: center;
  color: #324353;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__name {
    font-size: calc(38 / 750 * 100vw);
  }
}
.sec08 .sec08__text {
  font-weight: 400;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 180%;
  letter-spacing: 0.08em;
  color: #324353;
  margin-top: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__text {
    font-size: calc(26 / 750 * 100vw);
    margin-top: calc(15 / 750 * 100vw);
  }
}
.sec08 .sec08__text .text__accent {
  font-weight: 700;
}
.sec08 .adlp-swiper .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='54' height='55' viewBox='0 0 54 55' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='54.0664' y='55.0156' width='54.1335' height='54.1335' rx='27.0667' transform='rotate(180 54.0664 55.0156)' fill='%2302ACCE'/%3E%3Cpath d='M18.2763 27.9496L31.0357 15.1902L32.6306 16.7851L21.4663 27.9495L32.6309 39.1141L31.0359 40.709L18.2763 27.9496Z' fill='white'/%3E%3C/svg%3E%0A");
}
.sec08 .adlp-swiper .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg width='54' height='55' viewBox='0 0 54 55' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_32_26046)'%3E%3Crect width='54.1335' height='54.1335' rx='27.0667' transform='matrix(1 0 0 -1 -0.0664062 55.0156)' fill='%2302ACCE'/%3E%3Cpath d='M35.7237 27.9496L22.9643 15.1902L21.3694 16.7851L32.5337 27.9495L21.3691 39.1141L22.9641 40.709L35.7237 27.9496Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_32_26046'%3E%3Crect width='54' height='54' fill='white' transform='matrix(-1 0 0 -1 54 54.9492)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.sec08 .adlp-swiper .swiper-pagination-bullet {
  background-color: #02acce;
}

.sec09 {
  background-color: #e9dfc3;
  padding: 0 0 min(calc(102 / 1080 * 100vw), 102px);
}
@media screen and (max-width: 767px) {
  .sec09 {
    padding: 0 0 calc(85 / 750 * 100vw);
  }
}
.sec09 .sec09__header {
  background-color: #e3ce93;
  padding: min(calc(40 / 1080 * 100vw), 40px) 0;
  margin-bottom: min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__header {
    padding: calc(60 / 750 * 100vw) 0 calc(65 / 750 * 100vw);
    margin-bottom: calc(50 / 750 * 100vw);
  }
}
.sec09 .adlp-head {
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.sec09 .adlp-head .text01 {
  color: rgba(255, 255, 255, 0.4);
}
.sec09 .adlp-head .text02 {
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  line-height: 140%;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec09 .adlp-head .text02 {
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec09 .adlp-head::before, .sec09 .adlp-head::after {
  content: "";
  display: block;
  position: absolute;
}
.sec09 .adlp-head::before {
  content: "";
  background: url(../img/nr2/sec09_deco01.svg) no-repeat left top;
  background-size: 100% 100%;
  width: min(calc(85 / 1080 * 100vw), 85px);
  height: min(calc(66 / 1080 * 100vw), 66px);
  display: block;
  position: absolute;
  top: max(calc(-28 / 1080 * 100vw), -28px);
  left: max(calc(-43 / 1080 * 100vw), -43px);
}
@media screen and (max-width: 767px) {
  .sec09 .adlp-head::before {
    width: calc(110 / 750 * 100vw);
    height: calc(86 / 750 * 100vw);
    top: calc(-22 / 750 * 100vw);
    left: calc(-102 / 750 * 100vw);
  }
}
.sec09 .adlp-head::after {
  content: "";
  background: url(../img/nr2/sec09_deco02.webp) no-repeat left top;
  background-size: 100% 100%;
  width: min(calc(100 / 1080 * 100vw), 100px);
  height: min(calc(127 / 1080 * 100vw), 127px);
  display: block;
  position: absolute;
  bottom: max(calc(-63 / 1080 * 100vw), -63px);
  right: max(calc(-115 / 1080 * 100vw), -115px);
}
@media screen and (max-width: 767px) {
  .sec09 .adlp-head::after {
    width: calc(131 / 750 * 100vw);
    height: calc(166 / 750 * 100vw);
    bottom: calc(-108 / 750 * 100vw);
    right: calc(-109 / 750 * 100vw);
  }
}
.sec09 .sec09__box {
  background-color: #fff;
  border-radius: min(calc(20 / 1080 * 100vw), 20px);
  padding: 0 0 min(calc(20 / 1080 * 100vw), 20px);
  height: min(calc(706 / 1080 * 100vw), 706px);
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__box {
    border-radius: calc(30 / 750 * 100vw);
    padding: 0 0 calc(20 / 750 * 100vw);
    height: calc(1104 / 750 * 100vw);
  }
}
.sec09 .sec09__copy {
  background-color: #f4efe0;
  border-radius: min(calc(20 / 1080 * 100vw), 20px) min(calc(20 / 1080 * 100vw), 20px) 0 max(calc(0 / 1080 * 100vw), 0px);
  font-weight: 700;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  line-height: 160%;
  letter-spacing: 0.08em;
  text-align: center;
  color: #324353;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: min(calc(148 / 1080 * 100vw), 148px);
  padding: min(calc(32 / 1080 * 100vw), 32px);
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__copy {
    border-radius: calc(30 / 750 * 100vw) calc(30 / 750 * 100vw) 0 0;
    font-size: calc(34 / 750 * 100vw);
    text-align: left;
    justify-content: flex-start;
    padding: calc(40 / 750 * 100vw) calc(60 / 750 * 100vw);
    margin-bottom: calc(32 / 750 * 100vw);
  }
}
.sec09 .sec09__row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__row {
    justify-content: flex-start;
    gap: calc(32 / 750 * 100vw);
    padding-left: calc(80 / 750 * 100vw);
  }
}
.sec09 .sec09__image {
  width: min(calc(150 / 1080 * 100vw), 150px);
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__image {
    width: calc(200 / 750 * 100vw);
  }
}
.sec09 .sec09__prof {
  font-weight: 700;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 180%;
  letter-spacing: 0.08em;
  color: #324353;
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__prof {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec09 .sec09__text {
  font-weight: 400;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 180%;
  letter-spacing: 0.08em;
  color: #324353;
  width: min(calc(570 / 1080 * 100vw), 570px);
  margin: min(calc(40 / 1080 * 100vw), 40px) auto 0;
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__text {
    font-size: calc(26 / 750 * 100vw);
    width: calc(510 / 750 * 100vw);
    margin: calc(32 / 750 * 100vw) auto 0;
  }
}
.sec09 .sec09__text .orange {
  font-weight: 700;
  color: #ed901e;
}
.sec09 .adlp-swiper .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='54' height='55' viewBox='0 0 54 55' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='54.0664' y='55.0156' width='54.1335' height='54.1335' rx='27.0667' transform='rotate(180 54.0664 55.0156)' fill='%23F4EFE0'/%3E%3Cpath d='M18.2763 27.9496L31.0357 15.1902L32.6306 16.7851L21.4663 27.9495L32.6309 39.1141L31.0359 40.709L18.2763 27.9496Z' fill='%23324353'/%3E%3C/svg%3E%0A");
}
@media screen and (max-width: 767px) {
  .sec09 .adlp-swiper .swiper-button-prev {
    top: calc(402 / 750 * 100vw);
    left: calc(-5 / 750 * 100vw);
    transform: none;
  }
}
.sec09 .adlp-swiper .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg width='54' height='55' viewBox='0 0 54 55' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='54.1335' height='54.1335' rx='27.0667' transform='matrix(1 0 0 -1 -0.0664062 55.0156)' fill='%23F4EFE0'/%3E%3Cpath d='M35.7237 27.9496L22.9643 15.1902L21.3694 16.7851L32.5337 27.9495L21.3691 39.1141L22.9641 40.709L35.7237 27.9496Z' fill='%23324353'/%3E%3C/svg%3E%0A");
}
@media screen and (max-width: 767px) {
  .sec09 .adlp-swiper .swiper-button-next {
    top: calc(402 / 750 * 100vw);
    right: calc(-5 / 750 * 100vw);
    transform: none;
  }
}
.sec09 .adlp-swiper .swiper-pagination-bullet {
  background-color: #ed901e;
}

.sec10 {
  padding: min(calc(62 / 1080 * 100vw), 62px) 0 min(calc(47 / 1080 * 100vw), 47px);
}
@media screen and (max-width: 767px) {
  .sec10 {
    padding: calc(80 / 750 * 100vw) 0;
  }
}
.sec10 .adlp-head {
  margin-bottom: min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .sec10 .adlp-head {
    margin-bottom: calc(77 / 750 * 100vw);
  }
}
.sec10 .adlp-head .text01 {
  color: #f4efe0;
}

.sec10__box {
  border: solid min(calc(6 / 1080 * 100vw), 6px) #f4efe0;
  border-radius: min(calc(20 / 1080 * 100vw), 20px);
  padding: 0 0 min(calc(21 / 1080 * 100vw), 21px);
}
@media screen and (max-width: 767px) {
  .sec10__box {
    border: solid calc(10 / 750 * 100vw) #f4efe0;
    border-radius: calc(30 / 750 * 100vw);
    padding: 0;
  }
}

.sec10__row {
  display: flex;
  justify-content: center;
  gap: min(calc(60 / 1080 * 100vw), 60px);
  margin-top: max(calc(-31 / 1080 * 100vw), -31px);
}
@media screen and (max-width: 767px) {
  .sec10__row {
    display: block;
    margin: 0;
  }
}

.sec10__col {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  gap: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec10__col {
    gap: calc(30 / 750 * 100vw);
  }
  .sec10__col + .sec10__col {
    flex-direction: row;
  }
}

.sec10__img.--img01 {
  width: min(calc(193 / 1080 * 100vw), 193px);
}
@media screen and (max-width: 767px) {
  .sec10__img.--img01 {
    width: calc(250 / 750 * 100vw);
    margin-top: calc(-55 / 750 * 100vw);
  }
}
.sec10__img.--img02 {
  width: min(calc(185 / 1080 * 100vw), 185px);
}
@media screen and (max-width: 767px) {
  .sec10__img.--img02 {
    width: calc(240 / 750 * 100vw);
    margin-bottom: calc(-46 / 750 * 100vw);
  }
}

.sec10__unit.--unit01 {
  text-align: right;
}

.sec10__name {
  font-weight: 700;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 150%;
  letter-spacing: 0.08em;
  color: #324353;
}
@media screen and (max-width: 767px) {
  .sec10__name {
    font-size: calc(26 / 750 * 100vw);
  }
}

.sec10__text {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 150%;
  letter-spacing: 0.08em;
  color: #324353;
  margin-top: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec10__text {
    font-size: calc(24 / 750 * 100vw);
    margin-top: calc(8 / 750 * 100vw);
  }
}
.sec10__text .min {
  font-size: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec10__text .min {
    font-size: calc(14 / 750 * 100vw);
  }
}

.sec10__note {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 150%;
  letter-spacing: 0.04em;
  text-align: center;
  color: #666666;
  margin-top: min(calc(17 / 1080 * 100vw), 17px);
}
@media screen and (max-width: 767px) {
  .sec10__note {
    font-size: calc(20 / 750 * 100vw);
    margin-top: calc(76 / 750 * 100vw);
  }
}

.sec11 {
  background-color: #e7eff4;
  padding: min(calc(60 / 1080 * 100vw), 60px) 0;
}
@media screen and (max-width: 767px) {
  .sec11 {
    padding: calc(80 / 750 * 100vw) 0;
  }
}
.sec11 .adlp-head {
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec11 .adlp-head {
    margin-bottom: calc(52 / 750 * 100vw);
  }
}

.sec12 {
  text-align: center;
  padding: min(calc(67 / 1080 * 100vw), 67px) 0 min(calc(45 / 1080 * 100vw), 45px);
}
@media screen and (max-width: 767px) {
  .sec12 {
    padding: calc(80 / 750 * 100vw) 0 calc(45 / 750 * 100vw);
  }
}

.sec12__box {
  background-image: url(../img/nr2_pc/sec12_bg.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center top;
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  height: min(calc(376 / 1080 * 100vw), 376px);
  padding-top: min(calc(4 / 1080 * 100vw), 4px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec12__box {
    background-image: url(../img/nr2_sp/sec12_bg.webp);
    width: calc(731 / 750 * 100vw);
    height: calc(828 / 750 * 100vw);
    padding-top: 1px;
    margin: 0;
  }
}

.sec12__title .text01 {
  background-color: #02acce;
  border-radius: min(calc(773 / 1080 * 100vw), 773px);
  font-weight: 700;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #ffffff;
  width: fit-content;
  padding: min(calc(5 / 1080 * 100vw), 5px) min(calc(31 / 1080 * 100vw), 31px) min(calc(8 / 1080 * 100vw), 8px);
  display: block;
  margin: 0 auto min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec12__title .text01 {
    font-size: calc(38 / 750 * 100vw);
    padding: calc(6 / 750 * 100vw) calc(40 / 750 * 100vw) calc(10 / 750 * 100vw);
    margin: calc(-36 / 750 * 100vw) auto calc(30 / 750 * 100vw);
  }
}
.sec12__title .text02 {
  display: flex;
  justify-content: center;
}
.sec12__title .text02 .char {
  border: min(calc(2 / 1080 * 100vw), 2px) solid #0c375f;
  border-right: none;
  font-weight: 700;
  font-size: min(calc(34 / 1080 * 100vw), 34px);
  line-height: 120%;
  letter-spacing: 0.1em;
  color: #0c375f;
  width: min(calc(44 / 1080 * 100vw), 44px);
  height: min(calc(44 / 1080 * 100vw), 44px);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec12__title .text02 .char {
    border: calc(2 / 750 * 100vw) solid #0c375f;
    border-right: none;
    font-size: calc(45 / 750 * 100vw);
    width: calc(58 / 750 * 100vw);
    height: calc(58 / 750 * 100vw);
  }
}
.sec12__title .text02 .char:last-child {
  border-right: 2px solid #0c375f;
}
@media screen and (max-width: 767px) {
  .sec12__title .text02 .char:last-child {
    border-right: calc(2 / 750 * 100vw) solid #0c375f;
  }
}
.sec12__title .text03 {
  margin: min(calc(19 / 1080 * 100vw), 19px) auto max(calc(-7 / 1080 * 100vw), -7px);
  display: block;
}
@media screen and (max-width: 767px) {
  .sec12__title .text03 {
    margin: calc(401 / 750 * 100vw) auto calc(-10 / 750 * 100vw);
  }
}
.sec12__title .text03 .dot {
  font-weight: 900;
  font-size: min(calc(86 / 1080 * 100vw), 86px);
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #0c375f;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec12__title .text03 .dot {
    font-weight: 400;
    font-size: calc(112 / 750 * 100vw);
  }
}
.sec12__title .text03 .dot::before {
  content: "";
  background-color: #02acce;
  width: min(calc(12 / 1080 * 100vw), 12px);
  height: min(calc(12 / 1080 * 100vw), 12px);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}
@media screen and (max-width: 767px) {
  .sec12__title .text03 .dot::before {
    width: calc(18 / 750 * 100vw);
    height: calc(18 / 750 * 100vw);
    top: calc(-5 / 750 * 100vw);
  }
}
.sec12__title .text04 {
  font-weight: 900;
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #0c375f;
  display: block;
}
@media screen and (max-width: 767px) {
  .sec12__title .text04 {
    font-weight: 400;
    font-size: calc(64 / 750 * 100vw);
  }
}

.sec12__note {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 150%;
  letter-spacing: 0.04em;
  text-align: center;
  color: #666666;
  margin-top: max(calc(-6 / 1080 * 100vw), -6px);
}
@media screen and (max-width: 767px) {
  .sec12__note {
    font-size: calc(20 / 750 * 100vw);
    text-align: left;
    width: calc(610 / 750 * 100vw);
    margin: calc(13 / 750 * 100vw) auto 0;
  }
}

.sec13 {
  background-color: #02acce;
  padding: min(calc(80 / 1080 * 100vw), 80px) 0;
}
@media screen and (max-width: 767px) {
  .sec13 {
    padding: calc(80 / 750 * 100vw) 0 calc(120 / 750 * 100vw);
  }
}
.sec13 .adlp-head {
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec13 .adlp-head {
    margin-bottom: calc(60 / 750 * 100vw);
  }
}
.sec13 .adlp-head .text01 {
  color: rgba(255, 255, 255, 0.4);
}
.sec13 .adlp-head .text02 {
  color: #ffffff;
}
.sec13 .sec13__box01 {
  background-color: #ffffff;
  border-radius: min(calc(20 / 1080 * 100vw), 20px);
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  padding: min(calc(16 / 1080 * 100vw), 16px);
  margin: 0 auto min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .sec13 .sec13__box01 {
    border-radius: calc(30 / 750 * 100vw);
    padding: calc(10 / 750 * 100vw) calc(10 / 750 * 100vw) calc(48 / 750 * 100vw);
    width: calc(670 / 750 * 100vw);
  }
}
.sec13 .sec13__row {
  display: flex;
  justify-content: center;
  gap: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec13 .sec13__row {
    flex-direction: column;
    gap: calc(32 / 750 * 100vw);
  }
}
.sec13 .sec13__col .head {
  background: linear-gradient(270deg, #16aae3 0%, #18c2cd 100%);
  border-radius: min(calc(20 / 1080 * 100vw), 20px) min(calc(20 / 1080 * 100vw), 20px) 0px 0px;
  width: min(calc(516 / 1080 * 100vw), 516px);
  padding: min(calc(8 / 1080 * 100vw), 8px) 0;
  font-weight: 700;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 160%;
  letter-spacing: 0.08em;
  color: #ffffff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec13 .sec13__col .head {
    border-radius: calc(20 / 750 * 100vw) calc(20 / 750 * 100vw) 0px 0px;
    width: calc(650 / 750 * 100vw);
    padding: calc(8 / 750 * 100vw) 0;
    font-size: calc(32 / 750 * 100vw);
    margin-bottom: calc(16 / 750 * 100vw);
  }
}
.sec13 .sec13__col .head .num {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  line-height: 140%;
  letter-spacing: 0em;
  color: #ffffff;
  margin-left: min(calc(6 / 1080 * 100vw), 6px);
}
.sec13 .sec13__col .body {
  text-align: center;
}
.sec13 .sec13__col .text01 {
  font-weight: 700;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  line-height: 160%;
  letter-spacing: 0.08em;
  color: #ed901e;
}
@media screen and (max-width: 767px) {
  .sec13 .sec13__col .text01 {
    font-size: calc(34 / 750 * 100vw);
  }
}
.sec13 .sec13__col .text02 {
  font-weight: 700;
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  line-height: 160%;
  letter-spacing: 0.08em;
  color: #324353;
}
@media screen and (max-width: 767px) {
  .sec13 .sec13__col .text02 {
    font-size: calc(40 / 750 * 100vw);
  }
}
.sec13 .sec13__col .text02 .large {
  font-size: min(calc(43 / 1080 * 100vw), 43px);
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #02acce;
}
@media screen and (max-width: 767px) {
  .sec13 .sec13__col .text02 .large {
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec13 .sec13__col .text02 .large02 {
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #02acce;
}
@media screen and (max-width: 767px) {
  .sec13 .sec13__col .text02 .large02 {
    font-size: calc(64 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .sec13 .sec13__col + .sec13__col .head {
    border-radius: 0;
  }
}
.sec13 .sec13__box02 {
  background-color: #ffffff;
  border-radius: min(calc(20 / 1080 * 100vw), 20px);
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: 0 auto 0;
}

.sec13 .sec13__box02 + .sec13__box02 {
  margin-top: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec13 .sec13__box02 + .sec13__box02 {
    margin-top: calc(100 / 750 * 100vw);
  }
}
.date_head {
  background-color: #e7eff4;
  border-radius: min(calc(20 / 1080 * 100vw), 20px) min(calc(20 / 1080 * 100vw), 20px) 0 0;
  padding: min(calc(16 / 1080 * 100vw), 16px) min(calc(40 / 1080 * 100vw), 40px);
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .date_head {
    border-radius: calc(30 / 750 * 100vw) calc(30 / 750 * 100vw) 0 0;
    padding: calc(15 / 750 * 100vw) calc(40 / 750 * 100vw) calc(19 / 750 * 100vw);
    display: block;
  }
}
.date_head p {
  font-weight: 700;
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #02acce;
}
@media screen and (max-width: 767px) {
  .date_head p {
    font-size: calc(40 / 750 * 100vw)!important;
    padding: 0;
  }
}
.date_head .sanka {
  font-weight: 600;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 160%;
  letter-spacing: 0.04em;
  color: #ee5f00;
}
@media screen and (max-width: 767px) {
  .date_head .sanka {
    font-size: calc(30 / 750 * 100vw);
  }
}
.sec13 .sec13__box02__body {
  padding: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec13 .sec13__box02__body {
    padding: calc(20 / 750 * 100vw);
  }
}
.sec13 .sec13__box02__body .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec13 .sec13__box02__body .list {
    justify-content: flex-start;
    gap: calc(10 / 750 * 100vw);
  }
}
.sec13 .sec13__box02__body .item {
  background-color: #dddddd;
  border-radius: min(calc(15 / 1080 * 100vw), 15px);
  width: min(calc(328 / 1080 * 100vw), 328px);
  padding: min(calc(12 / 1080 * 100vw), 12px) 0 min(calc(30 / 1080 * 100vw), 30px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec13 .sec13__box02__body .item {
    width: calc(310 / 750 * 100vw);
    padding: calc(10 / 750 * 100vw) 0 calc(20 / 750 * 100vw);
  }
}
.sec13 .sec13__box02__body .item .time {
  font-weight: 600;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 160%;
  letter-spacing: 0.04em;
  color: #444444;
}
@media screen and (max-width: 767px) {
  .sec13 .sec13__box02__body .item .time {
    font-size: calc(28 / 750 * 100vw);
  }
}
.sec13 .sec13__box02__body .item .btn {
  background-color: #eeeeee;
  border-radius: min(calc(773 / 1080 * 100vw), 773px);
  width: min(calc(182 / 1080 * 100vw), 182px);
  height: min(calc(70 / 1080 * 100vw), 70px);
  padding-top: min(calc(15 / 1080 * 100vw), 15px);
  margin: min(calc(12 / 1080 * 100vw), 12px) auto 0;
  font-weight: 700;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  line-height: 140%;
  letter-spacing: 0.04em;
  text-align: center;
  cursor: pointer;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .sec13 .sec13__box02__body .item .btn {
    width: calc(235 / 750 * 100vw);
    height: calc(90 / 750 * 100vw);
    padding-top: calc(18 / 750 * 100vw);
    margin: calc(10 / 750 * 100vw) auto 0;
    font-size: calc(36 / 750 * 100vw);
  }
}
.sec13 .sec13__box02__body .item.--state01 {
  background-color: #f4efe0;
}
.sec13 .sec13__box02__body .item.--state01 .btn {
  background-color: #ee5f00;
  color: #ffffff;
  box-shadow: 0px min(calc(6 / 1080 * 100vw), 6px) 0px #c14d00;
}
@media screen and (max-width: 767px) {
  .sec13 .sec13__box02__body .item.--state01 .btn {
    box-shadow: 0px calc(8 / 750 * 100vw) 0px #c14d00;
  }
}
.sec13 .sec13__box02__body .item.--state01 .btn:active {
  box-shadow: none;
  transform: translateY(min(calc(6 / 1080 * 100vw), 6px));
}
@media screen and (max-width: 767px) {
  .sec13 .sec13__box02__body .item.--state01 .btn:active {
    transform: translateY(calc(8 / 750 * 100vw));
  }
}
.sec13 .sec13__box02__body .item.--state02 {
  background-color: #f4efe0;
}
.sec13 .sec13__box02__body .item.--state02 .btn {
  background-color: #ffd400;
  color: #324353;
  box-shadow: 0px min(calc(6 / 1080 * 100vw), 6px) 0px #c0a355;
}
@media screen and (max-width: 767px) {
  .sec13 .sec13__box02__body .item.--state02 .btn {
    box-shadow: 0px calc(8 / 750 * 100vw) 0px #c0a355;
  }
}
.sec13 .sec13__box02__body .item.--state02 .btn:active {
  box-shadow: none;
  transform: translateY(min(calc(6 / 1080 * 100vw), 6px));
}
@media screen and (max-width: 767px) {
  .sec13 .sec13__box02__body .item.--state02 .btn:active {
    transform: translateY(calc(8 / 750 * 100vw));
  }
}
.sec13 .sec13__box02__body .item.--state03 {
  background-color: #ddd;
}
.sec13 .sec13__box02__body .item.--state03 .btn {
  background-color: #eee;
  color: #999;
  cursor: none;
}

.sec14 {
  padding: min(calc(60 / 1080 * 100vw), 60px) 0;
}
@media screen and (max-width: 767px) {
  .sec14 {
    padding: calc(60 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
  }
}
.sec14 .adlp-head {
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec14 .adlp-head {
    margin-bottom: calc(60 / 750 * 100vw);
  }
}
.sec14 .adlp-head .text01 {
  color: rgba(2, 172, 206, 0.2);
}


.sec14__form .form-group + .form-group {
  margin-top: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec14__form .form-group + .form-group {
    margin-top: calc(53 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .sec14__form .form-label .required {
    font-size: calc(32 / 750 * 100vw);
    padding: calc(2 / 750 * 100vw) calc(14 / 750 * 100vw) calc(4 / 750 * 100vw);
    margin-left: calc(20 / 750 * 100vw);
  }
}
.sec14__form .form-field {
  margin-top: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec14__form .form-field {
    margin-top: calc(26 / 750 * 100vw);
  }
}


.sec14__form .form-privacy-policy dt {
  margin-bottom: min(calc(15 / 1080 * 100vw), 15px);
}
@media screen and (max-width: 767px) {
  .sec14__form .form-privacy-policy dt {
    margin-bottom: calc(20 / 750 * 100vw);
  }
}



.sec14__form .form-note li + li {
  margin-top: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec14__form .form-note li + li {
    margin-top: calc(20 / 750 * 100vw);
  }
}

.sec15 {
  background: #e7eff4;
  padding: min(calc(60 / 1080 * 100vw), 60px) 0;
}
@media screen and (max-width: 767px) {
  .sec15 {
    padding: calc(60 / 750 * 100vw) 0 calc(70 / 750 * 100vw);
  }
}
.sec15 .adlp-head::after {
  content: "";
  background: url(../img/nr2/icon_puggy.svg) no-repeat left top;
  background-size: 100% 100%;
  width: min(calc(123 / 1080 * 100vw), 123px);
  height: min(calc(105 / 1080 * 100vw), 105px);
  margin: min(calc(40 / 1080 * 100vw), 40px) auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .sec15 .adlp-head::after {
    width: calc(160 / 750 * 100vw);
    height: calc(135 / 750 * 100vw);
    margin: calc(60 / 750 * 100vw) auto;
  }
}

.sec15__table {
  border-collapse: collapse;
  width: 100%;
}
.sec15__table caption {
  background-color: #0c375f;
  color: #fff;
  font-weight: 700;
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  line-height: 140%;
  letter-spacing: 0.04em;
  padding: min(calc(8 / 1080 * 100vw), 8px) 0 min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec15__table caption {
    font-size: calc(38 / 750 * 100vw);
    padding: calc(10 / 750 * 100vw) 0 calc(14 / 750 * 100vw);
  }
}
.sec15__table th {
  background-color: rgba(255, 255, 255, 0.6);
  border-bottom: solid 1px #333333;
  width: min(calc(168 / 1080 * 100vw), 168px);
  font-weight: 600;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 140%;
  letter-spacing: 0.08em;
  text-align: center;
  vertical-align: middle;
  padding: min(calc(25 / 1080 * 100vw), 25px) min(calc(5 / 1080 * 100vw), 5px);
}
@media screen and (max-width: 767px) {
  .sec15__table th {
    width: calc(215 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
    padding: calc(31 / 750 * 100vw) calc(5 / 750 * 100vw);
  }
}
.sec15__table td {
  border-bottom: solid 1px #333333;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 140%;
  letter-spacing: 0.08em;
  vertical-align: middle;
  padding: min(calc(25 / 1080 * 100vw), 25px) min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .sec15__table td {
    font-size: calc(26 / 750 * 100vw);
    padding: calc(17 / 750 * 100vw) calc(38 / 750 * 100vw);
  }
}

.sec15__text {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 140%;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec15__text {
    font-size: calc(26 / 750 * 100vw);
    margin-top: calc(40 / 750 * 100vw);
  }
}
/*# sourceMappingURL=lp.css.map */

#outputHTML {
width:min(calc(1080 / 1080 * 100vw), 1080px);
padding:min(calc(16 / 1080 * 100vw), 16px);
margin:0 auto min(calc(60 / 1080 * 100vw), 60px);
}

@media screen and (max-width: 767px) {
  #outputHTML {
    border-radius: calc(30 / 750 * 100vw);
    width: calc(670 / 750 * 100vw);
    margin: 0 auto;
    padding: 0;
    filter: drop-shadow(0px calc(10 / 750 * 100vw) calc(20 / 750 * 100vw) rgba(0, 0, 0, 0.2));
  }
}

#outputHTML ul {
background: #fff;
border-radius:0 0 min(calc(20 / 1080 * 100vw), 20px) min(calc(20 / 1080 * 100vw), 20px);
}

#outputHTML ul li {
letter-spacing:0;
background: #f3efe1;
}

.date_head p {
background:#e7f0f3;
color: #22a6c4;
font-size: 1.6em;
border-radius:min(calc(20 / 1080 * 100vw), 20px) min(calc(20 / 1080 * 100vw), 20px) 0 0;
}

.sanka {
color: #e75f20;
font-weight: bold;
}

#SMP_STYLE {
width: min(calc(1080 / 1080 * 100vw), 1080px);
}

#SMP_STYLE dt.title {
font-size: min(calc(25 / 1080 * 100vw), 25px);
}

#SMP_STYLE .need {
font-size: min(calc(22 / 1080 * 100vw), 22px);
background-color: #ed901e;
padding: min(calc(2 / 1080 * 100vw), 2px) min(calc(11 / 1080 * 100vw), 11px) min(calc(3 / 1080 * 100vw), 3px);
}

@media screen and (max-width: 767px) {
#outputHTML li p {
   font-size: 1.1em;
}

a.order,
a.order1 {
font-size: 1.1em;
}

}#SMP_STYLE {
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #SMP_STYLE {
    width: calc(650 / 750 * 100vw)!important;
  }
}
.smp-card-list th {
  font-weight: 700;
  font-size: min(calc(31 / 1080 * 100vw), 31px);
  line-height: 140%;
  letter-spacing: 0.04em;
  text-align: center;
  color: #324353;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  margin: 15px 0;
  padding: 10px 100px 0 100px;
}
@media screen and (max-width: 767px) {
  .smp-card-list th {
    font-size: calc(40 / 750 * 100vw);
    margin: 10px auto;
  padding: 10px;
  }
}
.smp-card-list th::before, .smp-card-list th::after {
  content: "";
  display: block;
  width: 100%;
  height: min(calc(1.55 / 1080 * 100vw), 1.55px);
  background-color: #324353;
  flex: 1;
}
.smp-card-list th::before {
  margin-right: min(calc(23 / 1080 * 100vw), 23px);
}
@media screen and (max-width: 767px) {
.smp-card-list th::before {
    margin-right: calc(30 / 750 * 100vw);
  }
}
.smp-card-list th::after {
  margin-left: min(calc(23 / 1080 * 100vw), 23px);
}
@media screen and (max-width: 767px) {
  .smp-card-list th::after {
    margin-left: calc(30 / 750 * 100vw);
  }
}

#SMP_STYLE dt.title {
  font-weight: 700;
  font-size: min(calc(25 / 1080 * 100vw), 25px);
  line-height: 160%;
  letter-spacing: 0.04em;
  color: #324353;
}

@media screen and (max-width: 767px) {
  #SMP_STYLE dt.title {
    font-size: calc(32 / 750 * 100vw)!important;
  }
}

#SMP_STYLE dt.title .need {
  background-color: #ed901e;
  padding: min(calc(2 / 1080 * 100vw), 2px) min(calc(11 / 1080 * 100vw), 11px) min(calc(3 / 1080 * 100vw), 3px);
  font-weight: 400;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  line-height: 160%;
  letter-spacing: 0.04em;
  color: #ffffff;
  margin-left: min(calc(15 / 1080 * 100vw), 15px);
}

#SMP_STYLE select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
  background-color: #ffffff;
  border: solid 1px #dddddd;
  border-radius: min(calc(2 / 1080 * 100vw), 2px);
  width: 100%;
  /*padding: min(calc(17 / 1080 * 100vw), 17px) min(calc(23 / 1080 * 100vw), 23px) min(calc(25 / 1080 * 100vw), 25px);*/
padding: 10px;
  font-weight: 400;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  line-height: 160%;
  letter-spacing: 0.04em;
  color: #6d6d6d;
}

#SMP_STYLE .input {
font-size:min(calc(22 / 1080 * 100vw), 22px);
padding: 10px;
}

@media screen and (max-width: 767px) {
  #SMP_STYLE select {
padding: 10px;
    font-size: calc(28 / 750 * 100vw);
background: #eee;
  }

  #SMP_STYLE .input {
padding: 10px;
    font-size: calc(28 / 750 * 100vw);
  }
}
#SMP_STYLE .half select {
  width: 50%;
}

@media screen and (max-width: 767px) {
  #SMP_STYLE .half select {
    width: 100%;
  }
}

#privacy {
  border: solid 1px #dddddd;
  width: min(calc(800 / 1080 * 100vw), 800px);
  height: min(calc(232 / 1080 * 100vw), 232px);
  padding: min(calc(28 / 1080 * 100vw), 28px) min(calc(23 / 1080 * 100vw), 23px) min(calc(37 / 1080 * 100vw), 37px);
  margin: min(calc(62 / 1080 * 100vw), 62px) auto;
  overflow-y: scroll;
  font-weight: 400;
  font-size: min(calc(18.5600414276 / 1080 * 100vw), 18.5600414276px);
  line-height: 160%;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
#privacy {
    width: calc(650 / 750 * 100vw);
    height: calc(300 / 750 * 100vw);
    padding: calc(36 / 750 * 100vw) calc(30 / 750 * 100vw) calc(40 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
    margin: calc(80 / 750 * 100vw) auto;
  }
}

#SMP_STYLE input.submit {
  background-color: #02acce;
  border-radius: min(calc(999 / 1080 * 100vw), 999px);
  width: min(calc(518 / 1080 * 100vw), 518px);
  height: min(calc(108 / 1080 * 100vw), 108px);
  margin: 0 auto min(calc(62 / 1080 * 100vw), 62px);
  font-weight: 700;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  #SMP_STYLE input.submit {
    width: calc(670 / 750 * 100vw);
    height: calc(140 / 750 * 100vw);
    font-size: calc(36 / 750 * 100vw);
    margin-bottom: calc(80 / 750 * 100vw);
    box-shadow: 0px calc(11 / 750 * 100vw) calc(22 / 750 * 100vw) rgba(0, 0, 0, 0.24);
  }
}

#SMP_STYLE input.submit::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10.9492' r='10' fill='white'/%3E%3Cpath d='M8.90519 15.4513L13.0781 11.2784L8.90519 7.10547' stroke='%2302ACCE' stroke-width='1.54667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center top;
  display: block;
  width: min(calc(20 / 1080 * 100vw), 20px);
  height: min(calc(21 / 1080 * 100vw), 21px);
  border-radius: min(calc(999 / 1080 * 100vw), 999px);
  position: absolute;
  right: min(calc(24 / 1080 * 100vw), 24px);
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  #SMP_STYLE input.submit::after {
    width: calc(26 / 750 * 100vw);
    height: calc(26 / 750 * 100vw);
    right: calc(30 / 750 * 100vw);
  }
}

#SMP_STYLE input.submit:hover {
  filter: brightness(130%);
  transform: scale(1);
}
.note {
  font-weight: 700;
  font-size: min(calc(15 / 1080 * 100vw), 15px);
  line-height: 160%;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .note {
    font-size: calc(28 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pc-only { display: block; }	
  .sp-only { display: none; }
  .ctr-txt01 { display: block; width: 400px; margin: 10px auto; }
  .seminar-gift { font-size: 16px; font-weight: bold; text-align: center; position: relative; margin-top: 5px;margin-bottom: 10px; line-height: 1.3;}
  .seminar-gift .modal-trigger { color: #c60b0b; text-decoration: underline; cursor: pointer;margin-top: 5px; line-height:1.3;}
/*-------------------------------- modal -------------------------------- */
  .modal-mask { position: fixed; z-index: 100; background: #0c375f; width: 100%; height: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%); display: none; }
  .modal { display: none; }
  .modal-inner { text-align:left!important;z-index: 200; position: fixed; border-radius:min(calc(30 / 1080 * 100vw), 30px) 0 0 min(calc(30 / 1080 * 100vw), 30px); top: 50%; left: 50%; transform: translate(-50%, -50%); width: 850px; height: 80vh; background: #fff; padding: 60px 20px; text-align: center; overflow-y: scroll; }
  .modal-close { width: 17px; height: 17px; position: absolute; top: 20px; left: 20px; transform: rotate(-45deg); cursor: pointer; }
  .modal-close span:nth-child(1) { width: 17px; height: 3px; background: #95979c; position: absolute; top: 7px; left: 0; }
  .modal-close span:nth-child(2) { width: 3px; height: 17px; background: #95979c; position: absolute; top: 0; left: 7px; }
  .modal-txt { font-size: 16px; line-height: 2; letter-spacing: .03em; }
  .modal-btn { width: 110px; margin: 40px auto 0; padding: 15px 0; font-size: 18px; font-weight: 700; letter-spacing: 0.07em; color: #fff; background: #e57373; text-align: center; cursor: pointer; }

  .modal-trigger { color: #fff;text-decoration: underline; cursor: pointer; }
}

.modal_title {
background: #e7eff4;
font-weight:700;
line-height:140%;
text-align: center;
color:#02acce;
padding: min(calc(10 / 1080 * 100vw), 10px);
font-size: 1.5em;
margin-bottom: 10px;
}


.lead {
font-size: 1.3em;
font-weight:700;
line-height:160%;
letter-spacing: 0.08em;
color:#02acce;
}

.modal_list li{
list-style: disc;
margin-left: 20px;
}

.modal_list li.none {
list-style: none;
font-weight: bold;
margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .pc-only { display: none!important; }
  .sp-only { display: block; }
  .ctr-txt01 { display: block; width: 90%; margin: 10px auto; }
  .seminar-gift { font-size: 16px; font-weight: 700; text-align: center; position: relative;  margin-top: 5px;margin-bottom: 10px; line-height: 1.3;}
  .seminar-gift .modal-trigger { color: #c60b0b; text-decoration: underline; cursor: pointer; margin-top: 5px;line-height:1.3;}
 /*-------------------------------- modal -------------------------------- */
  .modal-mask { position: fixed; z-index: 1000; background: rgba(43, 46, 56, 0.9); width: 100%; height: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%); display: none; }
  .modal { display: none; }
  .modal-inner { z-index: 1001; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 90%; height: 90%; padding: 2rem 1rem; background: #fff; overflow-y: scroll;}
  .modal-close { width: 1rem; height: 1.5rem; position: absolute; top: 1rem; left: 0.5rem; transform: rotate(-45deg); cursor: pointer; }
  .modal-close span:nth-child(1) { width: 1.5rem; height: 0.2rem; background: #95979c; position: absolute; top: 1rem; left: 0rem; }
  .modal-close span:nth-child(2) { width: 0.15rem; height: 1.5rem; background: #95979c; position: absolute; top: 0.3rem; left: 0.6rem; }
  .modal-txt { font-size: 1rem; line-height: 1.5; letter-spacing: -.03em; }
  .modal-btn { width: 5rem; margin: 0.5rem auto 0; padding: 0.5rem 0; color: #fff; background: #e57373; font-size: 1rem; text-align: center; }

  .modal-trigger { color: #fff;text-decoration: underline; cursor: pointer; }
}