@charset "UTF-8";
/* breakpoint
=============================================== */
/* common style
----------------------------------------------------------------------*/
body {
  margin: 0 auto;
  max-width: 2000px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  color: #2B2B2B;
  line-height: 1.5;
}

img {
  width: 100%;
  height: auto;
}

.fsz-14 {
  font-size: 1.4em;
}

.fsz-16 {
  font-size: 1.6em;
}

.fsz-18 {
  font-size: 1.8em;
}

.fsz-20 {
  font-size: 2em;
}

/* colors
----------------------------------------------------------------------*/
.mv {
  overflow: hidden;
}
.mv__top {
  height: 768px;
  background: url("../img/mv_bg.webp") no-repeat center left/cover;
}
@media screen and (max-width: 1200px) {
  .mv__top {
    height: 720px;
  }
}
@media screen and (max-width: 1000px) {
  .mv__top {
    height: 620px;
    background-position: 20% center;
  }
}
@media screen and (max-width: 800px) {
  .mv__top {
    width: 100%;
    height: auto;
    aspect-ratio: 360/550;
    background: url("../img/mv_bg--sp.webp") no-repeat top left/cover;
  }
}
.mv__top-inner {
  position: relative;
  padding: 48px 40px;
}
@media screen and (max-width: 800px) {
  .mv__top-inner {
    padding: 5vw 16px;
  }
}
.mv__title {
  position: relative;
  z-index: 3;
  margin-inline: auto;
  max-width: 880px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (max-width: 1200px) {
  .mv__title {
    max-width: 700px;
  }
}
@media screen and (max-width: 1000px) {
  .mv__title {
    max-width: 580px;
  }
}
@media screen and (max-width: 800px) {
  .mv__title {
    max-width: 100%;
    gap: 5vw;
  }
}
.mv__title-sub {
  width: 100%;
}
.mv__title-catch {
  color: white;
  font-size: 24px;
  text-align: center;
  padding: 15px 40px;
  background-color: #005D96;
  border-radius: 40px;
}
@media screen and (max-width: 1200px) {
  .mv__title-catch {
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .mv__title-catch {
    font-size: 18px;
  }
}
@media screen and (max-width: 800px) {
  .mv__title-catch {
    padding: 0.5em 2em;
    font-size: 3.8vw;
    white-space: nowrap;
  }
}
.mv__title-main {
  width: 90%;
  max-width: 648px;
}
@media screen and (max-width: 1200px) {
  .mv__title-main {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .mv__title-main {
    padding-top: 10vw;
  }
}
.mv__catch {
  position: absolute;
  z-index: 1;
  top: 180px;
  left: 50%;
  -webkit-transform: translate(270px, 0);
          transform: translate(270px, 0);
  background: url("../img/mv_catch-bg.webp") no-repeat center center/100% 100%;
  width: 300px;
  aspect-ratio: 6/5;
}
@media screen and (max-width: 1200px) {
  .mv__catch {
    width: 250px;
    -webkit-transform: translate(250px, 0);
            transform: translate(250px, 0);
  }
}
@media screen and (max-width: 1000px) {
  .mv__catch {
    width: 200px;
    -webkit-transform: translate(210px, 0);
            transform: translate(210px, 0);
  }
}
@media screen and (max-width: 800px) {
  .mv__catch {
    width: 40%;
    aspect-ratio: 1;
    top: 32%;
    left: auto;
    right: 16px;
    -webkit-transform: none;
            transform: none;
    background-image: none;
    background-color: #FFFA76;
    border-radius: 50%;
  }
}
.mv__catch-text {
  position: absolute;
  top: 15%;
  left: 11%;
  color: #E05600;
  font-size: 24px;
  text-align: center;
  line-height: 1.3;
  white-space: nowrap;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
@media screen and (max-width: 1200px) {
  .mv__catch-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .mv__catch-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 800px) {
  .mv__catch-text {
    font-size: 3.4vw;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-47%, -60%) rotate(15deg);
            transform: translate(-47%, -60%) rotate(15deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
}
.mv__catch-shamisen {
  position: absolute;
  width: 60%;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(18%, 24%);
          transform: translate(18%, 24%);
}
@media screen and (max-width: 800px) {
  .mv__catch-shamisen {
    width: 50%;
    bottom: auto;
    right: auto;
    top: 0;
    left: 0;
    -webkit-transform: translate(-9%, -25%) rotate(15deg);
            transform: translate(-9%, -25%) rotate(15deg);
  }
}
.mv__bottom {
  position: relative;
  background-color: #FEF4D7;
  padding: 20px 0 40px;
}
@media screen and (max-width: 1200px) {
  .mv__bottom {
    padding: 10px 0 20px;
  }
}
@media screen and (max-width: 800px) {
  .mv__bottom {
    padding: 2vw 0 15vw;
  }
}
.mv__bottom-text {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .mv__bottom-text {
    font-size: 24px;
  }
}
@media screen and (max-width: 800px) {
  .mv__bottom-text {
    font-size: 3.6vw;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: auto;
  }
}
.mv__bottom-text span.is-blue {
  color: #005D96;
}
@media screen and (max-width: 800px) {
  .mv__bottom-text span.is-blue {
    font-size: 1.1em;
  }
}
.mv__bottom::before {
  position: absolute;
  content: "";
  width: 100%;
  aspect-ratio: 140/9;
  background: url("../img/mv_bottom-bg.webp") no-repeat center center/cover;
  bottom: 100%;
  left: 0;
}
.mv__bottom-img01 {
  position: absolute;
  width: 200px;
  height: auto;
  bottom: 0;
  right: 50%;
  -webkit-transform: translateX(-400px);
          transform: translateX(-400px);
}
@media screen and (max-width: 1200px) {
  .mv__bottom-img01 {
    width: 150px;
    -webkit-transform: translateX(-300px);
            transform: translateX(-300px);
  }
}
@media screen and (max-width: 800px) {
  .mv__bottom-img01 {
    width: 16%;
    right: auto;
    left: 16px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.mv__bottom-img02 {
  position: absolute;
  width: 218px;
  height: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(400px);
          transform: translateX(400px);
}
@media screen and (max-width: 1200px) {
  .mv__bottom-img02 {
    width: 160px;
    -webkit-transform: translateX(300px);
            transform: translateX(300px);
  }
}
@media screen and (max-width: 800px) {
  .mv__bottom-img02 {
    width: 25%;
    left: auto;
    right: 16px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.chance {
  position: relative;
  background: url("../img/chance_bg.webp") no-repeat center center/cover;
  padding: 32px 0 64px;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .chance {
    padding: 16px 0 80px;
  }
}
.chance__title {
  font-size: 40px;
  color: white;
  text-align: center;
}
.chance__title span.is-yellow {
  color: #FFF60B;
}
@media screen and (max-width: 800px) {
  .chance__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 600px) {
  .chance__title {
    font-size: 24px;
  }
}
.chance__content {
  margin-top: 32px;
  margin-inline: auto;
  width: 90%;
  max-width: 647px;
  border: 6px solid white;
  border-radius: 12px;
  padding: 42px 20px;
  position: relative;
}
@media screen and (max-width: 800px) {
  .chance__content {
    border: 3px solid white;
    border-radius: 6px;
    max-width: 500px;
  }
}
@media screen and (max-width: 600px) {
  .chance__content {
    padding: 32px 16px;
  }
}
.chance__content-deco {
  position: absolute;
  width: 380px;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(60%, 30%);
          transform: translate(60%, 30%);
}
@media screen and (max-width: 1200px) {
  .chance__content-deco {
    width: 300px;
    -webkit-transform: translate(50%, 30%);
            transform: translate(50%, 30%);
  }
}
@media screen and (max-width: 1000px) {
  .chance__content-deco {
    width: 250px;
    -webkit-transform: translate(30%, 50%);
            transform: translate(30%, 50%);
  }
}
@media screen and (max-width: 800px) {
  .chance__content-deco {
    width: 180px;
    -webkit-transform: translate(20%, 60%);
            transform: translate(20%, 60%);
  }
}
@media screen and (max-width: 600px) {
  .chance__content-deco {
    width: 150px;
    -webkit-transform: translate(10%, 70%);
            transform: translate(10%, 70%);
  }
}
.chance__list {
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.chance__item {
  color: white;
  font-size: 24px;
  padding-left: 1.5em;
  position: relative;
}
@media screen and (max-width: 800px) {
  .chance__item {
    font-size: 20px;
  }
}
.chance__item::before {
  position: absolute;
  content: "";
  width: 1.2em;
  aspect-ratio: 1;
  background: url("../img/icon-checkbox.webp") no-repeat center center/contain;
  top: 5px;
  left: 0;
}
.chance__img {
  position: absolute;
  max-width: 412px;
  width: 30%;
  height: auto;
  left: 0;
  bottom: 0;
}

.cta {
  padding: 75px 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFDF8D), color-stop(50%, #EFD288), to(#FFD771));
  background-image: linear-gradient(#FFDF8D 0%, #EFD288 50%, #FFD771 100%);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .cta {
    padding: 50px 20px;
  }
}
@media screen and (max-width: 600px) {
  .cta {
    padding: 50px 16px;
  }
}
.cta::before, .cta::after {
  position: absolute;
  content: "";
  width: 200px;
  aspect-ratio: 1;
  background: url("../img/cta_flower.webp") no-repeat center center/contain;
}
@media screen and (max-width: 1000px) {
  .cta::before, .cta::after {
    width: 150px;
  }
}
@media screen and (max-width: 600px) {
  .cta::before, .cta::after {
    width: 100px;
  }
}
.cta::before {
  top: 0;
  right: 0;
  -webkit-transform: translate(26%, -31%);
          transform: translate(26%, -31%);
}
.cta::after {
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-25%, 19%);
          transform: translate(-25%, 19%);
}
.cta__content {
  margin-inline: auto;
  max-width: 1700px;
  background-color: white;
  border-radius: 16px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  padding: 50px 80px;
}
@media screen and (max-width: 800px) {
  .cta__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (max-width: 600px) {
  .cta__content {
    padding: 32px 16px;
    gap: 20px;
  }
}
.cta__text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1000px) {
  .cta__text-wrap {
    gap: 10px;
  }
}
.cta__limited {
  position: relative;
  display: inline-block;
  color: #FF2424;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 1000px) {
  .cta__limited {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .cta__limited {
    font-size: 20px;
  }
}
.cta__limited::before {
  position: absolute;
  content: "＼";
  font-size: 1.1em;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-150%, 0) rotate(25deg);
          transform: translate(-150%, 0) rotate(25deg);
}
.cta__limited::after {
  position: absolute;
  content: "／";
  font-size: 1.1em;
  top: 0;
  right: 0;
  -webkit-transform: translate(150%, 0) rotate(-25deg);
          transform: translate(150%, 0) rotate(-25deg);
}
.cta__button-wrap {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.cta__button-wrap::before {
  position: absolute;
  content: "";
  width: 15%;
  aspect-ratio: 1;
  background: url("../img/cta_shisa.webp") no-repeat center bottom/contain;
  top: 0;
  left: 0;
  -webkit-transform: translate(10%, -70%);
          transform: translate(10%, -70%);
  z-index: 2;
}
.cta__button-wrap::after {
  position: absolute;
  content: "";
  width: 15%;
  aspect-ratio: 1;
  background: url("../img/cta_shisa.webp") no-repeat center bottom/contain;
  top: 0;
  right: 0;
  -webkit-transform: translate(-10%, -70%) scale(-1, 1);
          transform: translate(-10%, -70%) scale(-1, 1);
  z-index: 2;
}
.cta__button {
  position: relative;
  display: block;
  width: 660px;
  aspect-ratio: 6/1;
  border-radius: 55px;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5BABB2), color-stop(50%, #45A3C3), color-stop(80%, #5186B3), to(#507AB4));
  background-image: linear-gradient(#5BABB2 0%, #45A3C3 50%, #5186B3 80%, #507AB4 100%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  color: white;
  font-size: 28px;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 1200px) {
  .cta__button {
    width: 550px;
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
  .cta__button {
    width: 450px;
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .cta__button {
    width: 320px;
    font-size: 16px;
  }
}
.cta__button-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 55px;
  top: 0;
  left: 0;
}
.cta__button-inner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(-45deg, transparent 50%, rgba(255, 255, 255, 0.2) 55%, transparent 60%);
  background-size: 600% 100%;
  -webkit-animation: shine 20s infinite;
          animation: shine 20s infinite;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.cta__button-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
  white-space: nowrap;
}
.cta__button-text .is-sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .cta__button-text .is-sp {
    display: inline;
  }
}
.cta__button::before {
  position: absolute;
  content: "▶︎";
  font-size: 1em;
  top: 50%;
  right: 32px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.cta__button::after {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, from(#E23B3B), color-stop(50%, #E6457D), color-stop(80%, #EF2599), to(#FF2F2F));
  background-image: linear-gradient(#E23B3B 0%, #E6457D 50%, #EF2599 80%, #FF2F2F 100%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cta__button:hover {
  background-image: transparent;
}
.cta__button:hover::after {
  opacity: 1;
}
.cta__note {
  font-size: 16px;
  font-weight: 300;
}
@media screen and (max-width: 800px) {
  .cta__note {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .cta__note {
    font-size: 13px;
  }
}
.cta__img {
  width: 40%;
  max-width: 450px;
}
.cta__img2 {
width: 20%;
max-width: 450px;
}
@media screen and (max-width: 800px) {
  .cta__img {
    width: 80%;
  }
	  .cta__img2 {
    width: 80%;
  }
}

@-webkit-keyframes shine {
  0% {
    background-position-x: 400%;
  }
  50% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: -400%;
  }
}

@keyframes shine {
  0% {
    background-position-x: 400%;
  }
  50% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: -400%;
  }
}
.worries__head {
  background: url("../img/worries_ttl-bg.webp") no-repeat center center/cover;
  padding: 50px 16px;
}
@media screen and (max-width: 1000px) {
  .worries__head {
    padding: 40px 16px;
  }
}
@media screen and (max-width: 600px) {
  .worries__head {
    padding: 20px 16px;
  }
}
.worries__title {
  font-size: 32px;
  color: white;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2em;
}
.worries__title .is-sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .worries__title .is-sp {
    display: inline;
  }
}
@media screen and (max-width: 1000px) {
  .worries__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 800px) {
  .worries__title {
    font-size: 20px;
  }
}
.worries__body {
  padding: 80px 40px;
  background: url("../img/worries_bg.webp") no-repeat 30% 0/cover;
}
.worries__body-inner {
  max-width: 1300px;
  margin-inline: auto;
}
@media screen and (max-width: 1000px) {
  .worries__body {
    padding: 50px 16px;
  }
}
@media screen and (max-width: 600px) {
  .worries__body {
    padding: 32px 16px;
  }
}
.worries__list {
  margin-left: auto;
  width: 695px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 1200px) {
  .worries__list {
    width: 600px;
  }
}
@media screen and (max-width: 1000px) {
  .worries__list {
    width: 460px;
  }
}
@media screen and (max-width: 800px) {
  .worries__list {
    width: 100%;
    gap: 10px;
  }
}
.worries__item {
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.worries__item .is-sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .worries__item .is-sp {
    display: inline;
  }
}
@media screen and (max-width: 1200px) {
  .worries__item {
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .worries__item {
    font-size: 16px;
    padding: 16px;
  }
}

.catch__head {
  background-color: #FEF4D7;
  padding: 56px 16px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1200px) {
  .catch__head {
    padding: 40px 16px 80px;
  }
}
@media screen and (max-width: 1000px) {
  .catch__head {
    padding: 40px 16px;
  }
}
@media screen and (max-width: 800px) {
  .catch__head {
    padding: 32px 16px;
  }
}
@media screen and (max-width: 600px) {
  .catch__head {
    padding: 24px 16px 40px;
  }
}
.catch__head-text {
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  position: relative;
}
@media screen and (max-width: 800px) {
  .catch__head-text {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .catch__head-text {
    font-size: 5.4vw;
  }
}
.catch__head-text .is-tab-lg {
  display: none;
}
@media screen and (max-width: 1000px) {
  .catch__head-text .is-tab-lg {
    display: inline;
  }
}
.catch__head-text .is-highlight {
  color: #005D96;
  position: relative;
  display: inline-block;
}
.catch__head-text .is-highlight::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 45%;
  background-color: #FFF60B;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.catch__head-text:last-child {
  margin-top: 0.4em;
}
@media screen and (max-width: 600px) {
  .catch__head-text:last-child {
    margin-inline: auto 0;
  }
}
.catch__head-text:last-child::before {
  position: absolute;
  content: "";
  width: 60px;
  aspect-ratio: 1;
  background: url("../img/catch_head-img02.webp") no-repeat center center/contain;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(150%, 20%);
          transform: translate(150%, 20%);
}
@media screen and (max-width: 600px) {
  .catch__head-text:last-child::before {
    width: 40px;
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
}
.catch__head::before {
  position: absolute;
  content: "";
  width: 200px;
  aspect-ratio: 1;
  background: url("../img/catch_head-img01.webp") no-repeat center bottom/contain;
  bottom: 0;
  right: 50%;
  -webkit-transform: translate(-420px, 0);
          transform: translate(-420px, 0);
}
@media screen and (max-width: 1200px) {
  .catch__head::before {
    width: 150px;
    -webkit-transform: translate(-360px, 0);
            transform: translate(-360px, 0);
  }
}
@media screen and (max-width: 1000px) {
  .catch__head::before {
    width: 200px;
    -webkit-transform: none;
            transform: none;
    right: auto;
    left: 0;
  }
}
@media screen and (max-width: 800px) {
  .catch__head::before {
    width: 150px;
  }
}
@media screen and (max-width: 600px) {
  .catch__head::before {
    width: 34vw;
    -webkit-transform: translate(-20%, 0);
            transform: translate(-20%, 0);
  }
}
.catch__head::after {
  position: absolute;
  content: "";
  width: 10%;
  min-width: 120px;
  aspect-ratio: 4;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #FEF4D7;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -1px);
          transform: translate(-50%, -1px);
}
.catch__body {
  padding: 90px 0 70px;
  position: relative;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  .catch__body {
    padding: 50px 0;
    gap: 32px;
  }
}
@media screen and (max-width: 800px) {
  .catch__body {
    padding: 50px 0 140px;
  }
}
@media screen and (max-width: 600px) {
  .catch__body {
    gap: 20px;
  }
}
.catch__body::before, .catch__body::after {
  position: absolute;
  content: "";
  height: 100%;
  aspect-ratio: 1;
}
@media screen and (max-width: 1200px) {
  .catch__body::before, .catch__body::after {
    height: 70%;
  }
}
@media screen and (max-width: 800px) {
  .catch__body::before, .catch__body::after {
    height: 50%;
  }
}
.catch__body::before {
  background: url("../img/catch_flower01.webp") no-repeat left bottom/contain;
  bottom: 0;
  left: 0;
}
.catch__body::after {
  background: url("../img/catch_flower02.webp") no-repeat right bottom/contain;
  bottom: 0;
  right: 0;
}
.catch__body-icon {
  width: 62px;
  aspect-ratio: 1;
}
@media screen and (max-width: 1000px) {
  .catch__body-icon {
    width: 50px;
  }
}
@media screen and (max-width: 600px) {
  .catch__body-icon {
    width: 45px;
  }
}
.catch__body-text {
  color: #005D96;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
.catch__body-text .is-tab {
  display: none;
}
@media screen and (max-width: 800px) {
  .catch__body-text .is-tab {
    display: inline;
  }
}
@media screen and (max-width: 1000px) {
  .catch__body-text {
    font-size: 24px;
  }
}

.flow__head {
  background-color: #005D96;
  height: 168px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
}
.flow__head::before {
  position: absolute;
  content: "";
  background: url("../img/icon-ig--white.webp") no-repeat center center/contain;
  width: 94px;
  aspect-ratio: 1;
  top: 50px;
  right: 50%;
  -webkit-transform: translate(-270px, 0);
          transform: translate(-270px, 0);
}
@media screen and (max-width: 1000px) {
  .flow__head::before {
    width: 80px;
  }
}
@media screen and (max-width: 800px) {
  .flow__head::before {
    top: 20px;
    -webkit-transform: translate(-190px, 0);
            transform: translate(-190px, 0);
  }
}
@media screen and (max-width: 600px) {
  .flow__head::before {
    width: 60px;
    top: 10px;
    -webkit-transform: translate(-110px, 0);
            transform: translate(-110px, 0);
  }
}
.flow__head::after {
  position: absolute;
  content: "";
  background: url("../img/flow_head-img.webp") no-repeat center bottom/contain;
  width: 165px;
  aspect-ratio: 1;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(270px, 0);
          transform: translate(270px, 0);
}
@media screen and (max-width: 1000px) {
  .flow__head::after {
    width: 140px;
  }
}
@media screen and (max-width: 800px) {
  .flow__head::after {
    width: 120px;
    -webkit-transform: translate(180px, 0);
            transform: translate(180px, 0);
  }
}
@media screen and (max-width: 600px) {
  .flow__head::after {
    width: 25%;
    left: auto;
    right: 0;
    -webkit-transform: none;
            transform: none;
  }
}
.flow__title {
  color: white;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 36px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 600px) {
  .flow__title {
    font-size: 20px;
    line-height: 30px;
  }
}
.flow__title .is-tab {
  display: none;
}
@media screen and (max-width: 800px) {
  .flow__title .is-tab {
    display: inline;
  }
}
.flow__title .is-sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .flow__title .is-sp {
    display: inline;
  }
}
.flow__title span.is-yellow {
  color: #FFF60B;
}
.flow__body {
  padding: 80px 16px;
  background: url("../img/flow_body-bg.webp") no-repeat center center/cover;
}
@media screen and (max-width: 800px) {
  .flow__body {
    padding: 50px 16px;
  }
}
.flow__list {
  margin-inline: auto;
  width: 100%;
  max-width: 894px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 75px;
}
@media screen and (max-width: 800px) {
  .flow__list {
    gap: 50px;
  }
}
.flow__item {
  width: 100%;
  height: 148px;
  color: white;
  font-size: 24px;
  font-weight: bold;
  background-color: #699EB9;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .flow__item {
    font-size: 20px;
  }
}
@media screen and (max-width: 800px) {
  .flow__item {
    height: 120px;
  }
}
@media screen and (max-width: 600px) {
  .flow__item {
    height: auto;
    padding: 32px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
  }
}
.flow__item-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.flow__item-text .is-tab {
  display: none;
}
@media screen and (max-width: 800px) {
  .flow__item-text .is-tab {
    display: inline;
  }
}
.flow__item-img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 600px) {
  .flow__item-img {
    width: 100%;
    height: auto;
  }
}
.flow__item-deco {
  width: 50px;
}
@media screen and (max-width: 800px) {
  .flow__item-deco {
    width: 32px;
  }
}
.flow__item:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 116px;
  aspect-ratio: 4/1;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #005D96;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 26px);
          transform: translate(-50%, 26px);
}
@media screen and (max-width: 800px) {
  .flow__item:not(:last-child)::after {
    width: 80px;
    -webkit-transform: translate(-50%, 16px);
            transform: translate(-50%, 16px);
  }
}

.content {
  overflow: hidden;
}
.content__head {
  background-color: #005D96;
  height: 168px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.content__head::before {
  position: absolute;
  content: "";
  background: url("../img/content_head-img.webp") no-repeat center center/contain;
  width: 120px;
  aspect-ratio: 2/3;
  top: 30%;
  left: 50%;
  -webkit-transform: translate(500px, 0%);
          transform: translate(500px, 0%);
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .content__head::before {
    width: 100px;
    -webkit-transform: translate(360px, 0%);
            transform: translate(360px, 0%);
  }
}
@media screen and (max-width: 1000px) {
  .content__head::before {
    -webkit-transform: translate(270px, 0%);
            transform: translate(270px, 0%);
  }
}
@media screen and (max-width: 800px) {
  .content__head::before {
    width: 80px;
    -webkit-transform: translate(190px, 0%);
            transform: translate(190px, 0%);
  }
}
@media screen and (max-width: 600px) {
  .content__head::before {
    width: 60px;
    -webkit-transform: translate(120px, 80%);
            transform: translate(120px, 80%);
  }
}
.content__head::after {
  position: absolute;
  content: "";
  width: 80%;
  aspect-ratio: 27/1;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #005D96;
  top: 100%;
  left: 10%;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  z-index: 1;
}
.content__title {
  padding-top: 0.4em;
  color: white;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
}
.content__title .display-tab-lg {
  display: none;
}
@media screen and (max-width: 1000px) {
  .content__title .display-tab-lg {
    display: inline;
  }
}
@media screen and (max-width: 1000px) {
  .content__title .hidden-tab-lg {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .content__title {
    font-size: 24px;
  }
  .content__title .is-main {
    margin-top: 0.4em;
    display: inline-block;
    font-size: 1.2em;
  }
}
@media screen and (max-width: 800px) {
  .content__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .content__title {
    font-size: 16px;
  }
}
.content__body {
  padding: 160px 40px 80px;
  background: url("../img/content_body-bg.webp") no-repeat center center/cover;
}
@media screen and (max-width: 1200px) {
  .content__body {
    padding: 120px 40px 80px;
  }
}
@media screen and (max-width: 1000px) {
  .content__body {
    padding: 80px 16px 80px;
  }
}
@media screen and (max-width: 600px) {
  .content__body {
    padding: 60px 16px 40px;
  }
}
.content__list {
  display: grid;
  grid-template-rows: repeat(4, minmax(150px, auto));
  grid-auto-flow: column;
  gap: 50px 40px;
}
@media screen and (max-width: 1200px) {
  .content__list {
    grid-template-rows: repeat(8, minmax(150px, auto));
    gap: 40px;
  }
}
@media screen and (max-width: 800px) {
  .content__list {
    grid-template-rows: repeat(8, minmax(120px, auto));
    gap: 40px;
  }
}
@media screen and (max-width: 600px) {
  .content__list {
    grid-template-rows: repeat(8, minmax(100px, auto));
    gap: 20px;
  }
}
.content__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 10px 20px;
  border-radius: 16px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1000px) {
  .content__item {
    border-radius: 6px;
    padding: 10px 10px 10px 20px;
  }
}
@media screen and (max-width: 600px) {
  .content__item {
    border-radius: 6px;
    padding: 5px 10px 5px 20px;
  }
}
.content__item:nth-child(odd) {
  background-image: linear-gradient(175deg, #8E29C4 0%, #F123C8 100%);
}
.content__item:nth-child(even) {
  background-image: -webkit-gradient(linear, left top, right top, from(#FF2963), color-stop(50%, #FFAD1C), to(#FE3347));
  background-image: linear-gradient(90ddeg, #FF2963 0%, #FFAD1C 50%, #FE3347 100%);
}
.content__item-num {
  margin-inline: 15px;
  -ms-flex-item-align: center;
      align-self: center;
  color: white;
  font-size: 60px;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .content__item-num {
    font-size: 40px;
    margin-left: 0;
  }
}
@media screen and (max-width: 800px) {
  .content__item-num {
    font-size: 32px;
  }
}
@media screen and (max-width: 600px) {
  .content__item-num {
    font-size: 24px;
  }
}
.content__item-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1em;
  background-color: white;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  .content__item-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 800px) {
  .content__item-text {
    font-size: 16px;
  }
}

.future {
  padding: 70px 40px 80px;
  background: url("../img/future_bg.webp") no-repeat center center/cover;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .future {
    padding: 40px 16px 50px;
  }
}
.future__head {
  padding: 0 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 1000px) {
  .future__head {
    padding: 0 16px;
    gap: 20px;
  }
}
@media screen and (max-width: 800px) {
  .future__head {
    gap: 0;
  }
}
.future__head-img {
  width: 170px;
}
@media screen and (max-width: 1000px) {
  .future__head-img {
    width: 130px;
  }
}
@media screen and (max-width: 800px) {
  .future__head-img {
    width: 100px;
  }
}
.future__title {
  max-width: 800px;
  color: white;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  padding: 0.6em 1em;
  border-radius: 10px;
  background-color: #1584C9;
  position: relative;
}
.future__title .display-sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .future__title .display-sp {
    display: inline;
  }
}
@media screen and (max-width: 1200px) {
  .future__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 800px) {
  .future__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .future__title {
    font-size: 16px;
  }
}
.future__title::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 20px;
  background-color: #1584C9;
  -webkit-clip-path: polygon(0 0, 80% 0, 70% 100%);
          clip-path: polygon(0 0, 80% 0, 70% 100%);
  top: 99%;
  right: 0;
}
.future__list {
  margin-inline: auto;
  max-width: 970px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 32px;
}
@media screen and (max-width: 1000px) {
  .future__list {
    grid-template-columns: repeat(auto-fill, minmax(370px, 1fr));
    gap: 20px 10px;
  }
}
@media screen and (max-width: 600px) {
  .future__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.future__item {
  position: relative;
}
.future__item:last-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.future__item:last-of-type > img {
  width: 70%;
}
.future__item-text {
  position: absolute;
  width: 100%;
  bottom: 10%;
  left: 0;
  background-color: white;
  padding: 1em;
  color: #005D96;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .future__item-text {
    font-size: 16px;
  }
}

.profile {
  padding: 40px;
  background: url("../img/profile_bg.webp") no-repeat center center/cover;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .profile {
    padding: 40px 16px;
  }
}
.profile__wrapper {
  margin-inline: auto;
  max-width: 1300px;
  padding: 80px 100px;
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
}
@media screen and (max-width: 800px) {
  .profile__wrapper {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 600px) {
  .profile__wrapper {
    padding: 40px 16px;
  }
}
.profile__wrapper::after {
  position: absolute;
  content: "";
  width: 174px;
  aspect-ratio: 2;
  background: url("../img/profile_kani.webp") no-repeat left bottom/contain;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 800px) {
  .profile__wrapper::after {
    width: 100px;
  }
}
.profile__title {
  margin-inline: auto;
  width: 260px;
  position: relative;
}
@media screen and (max-width: 800px) {
  .profile__title {
    width: 200px;
  }
}
@media screen and (max-width: 600px) {
  .profile__title {
    width: 160px;
  }
}
.profile__title .ja {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 35%);
          transform: translate(-50%, 35%);
  color: #005D96;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 800px) {
  .profile__title .ja {
    font-size: 32px;
  }
}
@media screen and (max-width: 600px) {
  .profile__title .ja {
    font-size: 28px;
  }
}
.profile__title::before, .profile__title::after {
  position: absolute;
  content: "";
  width: 105px;
  aspect-ratio: 5/3;
}
@media screen and (max-width: 800px) {
  .profile__title::before, .profile__title::after {
    width: 80px;
  }
}
@media screen and (max-width: 600px) {
  .profile__title::before, .profile__title::after {
    width: 60px;
  }
}
.profile__title::before {
  background: url("../img/profile_ttl-left.webp") no-repeat center center/contain;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-120%, 20%);
          transform: translate(-120%, 20%);
}
.profile__title::after {
  background: url("../img/profile_ttl-right.webp") no-repeat center center/contain;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(120%, 20%);
          transform: translate(120%, 20%);
}
.profile__body {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media screen and (max-width: 1000px) {
  .profile__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 800px) {
  .profile__body {
    margin-top: 50px;
    gap: 0;
  }
}
@media screen and (max-width: 600px) {
  .profile__body {
    margin-top: 40px;
  }
}
.profile__img {
  width: 280px;
}
@media screen and (max-width: 1200px) {
  .profile__img {
    width: 200px;
  }
}
@media screen and (max-width: 1000px) {
  .profile__img {
    width: 280px;
  }
}
@media screen and (max-width: 800px) {
  .profile__img {
    width: 200px;
  }
}
@media screen and (max-width: 600px) {
  .profile__img {
    width: 160px;
  }
}
.profile__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.profile__text .name {
  font-size: 40px;
  font-weight: bold;
  padding-left: 1em;
}
@media screen and (max-width: 800px) {
  .profile__text .name {
    font-size: 32px;
  }
}
@media screen and (max-width: 600px) {
  .profile__text .name {
    font-size: 28px;
  }
}
.profile__text .message {
  position: relative;
  padding: 2em;
  background-color: white;
  border-radius: 12px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  font-size: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 800px) {
  .profile__text .message {
    font-size: 16px;
  }
}
.profile__text .message::before {
  position: absolute;
  content: "";
  width: 25%;
  aspect-ratio: 1;
  background: url("../img/profile_flower.webp") no-repeat center center/contain;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.profile__text .message::after {
  position: absolute;
  content: "";
  width: 15%;
  aspect-ratio: 1/2;
  background: url("../img/profile_goggles.webp") no-repeat center center/contain;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(10%, 36%);
          transform: translate(10%, 36%);
}/*# sourceMappingURL=style.css.map */