@charset "UTF-8";
html {
  color: #000;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select,
button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  border-radius: 0;
  border: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: inherit;
}

input,
textarea,
select {
  font-size: 16px;
}

textarea {
  resize: vertical;
  display: block;
}

button {
  padding: 0;
  cursor: pointer;
}

legend {
  color: #000;
}

main {
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

svg {
  display: block;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;
}

/* base */
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #0E0E0F;
}

/* layout */
.header {
  height: 146px;
  padding: 10px 0 11px;
  background-image: url(../img/header-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width:1024px) {
  .header {
    height: 112px;
    background-image: url(../img/sp/header-bg.png);
  }
}

.header__inner {
  height: 100%;
  max-width: 1232px;
  margin-inline: auto;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__left {
  height: 100%;
  flex: 0 0 829px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:1240px) {
  .header__left {
    flex: 0 0 700px;
  }
}
@media screen and (max-width:1024px) {
  .header__left {
    flex: 0 0 236px;
  }
}
@media screen and (max-width:375px) {
  .header__left {
    flex: 0 0 200px;
  }
}
.header__left img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header__right {
  height: 100%;
  flex: 0 0 366px;
}
@media screen and (max-width:1240px) {
  .header__right {
    flex: 0 0 300px;
  }
}
@media screen and (max-width:1024px) {
  .header__right {
    flex: 0 0 138px;
  }
}
@media screen and (max-width:500px) {
  .header__right {
    position: absolute;
    top: 8px;
    right: 16px;
    width: 138px;
  }
}
@media screen and (max-width:375px) {
  .header__right {
    flex: 0 0 125px;
  }
}
.header__right img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer {
  padding: 26px 0;
  background: radial-gradient(89.36% 80.73% at -2.47% 0%, rgba(47, 135, 217, 0.24) 0%, rgba(47, 135, 217, 0) 100%), radial-gradient(56.15% 50% at 100% 100%, rgba(110, 181, 248, 0.08) 0%, rgba(110, 181, 248, 0) 100%), radial-gradient(113.75% 18.65% at 80.21% 33.51%, rgba(110, 181, 248, 0.16) 0%, rgba(110, 181, 248, 0) 100%), radial-gradient(252.63% 55.04% at 43.09% 100%, rgba(47, 135, 217, 0.05) 0%, rgba(47, 135, 217, 0) 100%), #FCFEFF;
}
@media screen and (max-width:768px) {
  .footer {
    padding: 16px 0;
  }
}

.footer__inner {
  max-width: 1232px;
  margin-inline: auto;
  padding: 0 16px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:768px) {
  .footer__inner {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
}

.footer__nav-list {
  display: flex;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
}

.footer__nav-link {
  display: block;
  color: #6E767E;
  font-size: 16px;
  letter-spacing: 1.6px;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width:768px) {
  .footer__nav-link {
    font-size: 13px;
    letter-spacing: 1.3px;
  }
}

.footer__copyright-text {
  font-family: "Alexandria", sans-serif;
  color: #2F87D9;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 1.2px;
}

/* component */
.cta-button {
  display: inline-flex;
  align-items: center;
  max-width: 480px;
  width: 100%;
  gap: 28px;
  padding: 34px 16px 34px 52px;
  border-radius: 8px;
  border: 4px solid #fff;
  background: linear-gradient(180deg, #54F897 10.17%, #06C755 47.97%);
  box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.16);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 2.4px;
  color: #fff;
  position: relative;
}
@media screen and (max-width:768px) {
  .cta-button {
    font-size: 18px;
    letter-spacing: 1.8px;
    max-width: 345px;
    padding: 26px 16px 26px 24px;
    gap: 14px;
  }
}
.cta-button.consult {
  justify-content: center;
  gap: 8px;
  padding: 26px 16px 26px 28px;
}
@media screen and (max-width:768px) {
  .cta-button.consult {
    padding: 25px 8px 26px 8px;
    gap: 4px;
  }
}
.cta-button.modal {
  font-size: 16px;
  justify-content: center;
}

.anime-zoom {
  animation: anime-zoom infinite;
  animation-duration: 2s;
  animation-timing-function: linear;
}

@keyframes anime-zoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.cta-button__pic {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  -o-object-fit: cover;
     object-fit: cover;
}
.cta-button__pic.--01 {
  width: 261px;
}
@media screen and (max-width:768px) {
  .cta-button__pic.--01 {
    width: 225px;
  }
}
.cta-button__pic.--02 {
  width: 272px;
}
@media screen and (max-width:768px) {
  .cta-button__pic.--02 {
    width: 217px;
  }
}
.cta-button__pic.--03 {
  width: 168px;
}
@media screen and (max-width:768px) {
  .cta-button__pic.--03 {
    width: 133px;
  }
}
.cta-button__pic.--04 {
  width: 242px;
}
@media screen and (max-width:768px) {
  .cta-button__pic.--04 {
    width: 192px;
  }
}
.cta-button__pic.--modal {
  width: 140px;
}

.cta-button__icon {
  flex: 0 0 13px;
  width: 13px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 追従CTA */
.floating-cta {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(14, 14, 15, 0.64);
  padding: 6px 12px 10px;
  text-align: center;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
@media (min-width: 768px) {
  .floating-cta {
    display: none;
  }
}
.floating-cta.is-visible {
  opacity: 1;
  visibility: visible;
}
.floating-cta .cta-button {
  margin-inline: auto;
  padding: 20px 16px 20px 24px;
}

/* モーダルCTA */
.modal-cta {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../img/sp/modal-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  max-width: 375px;
  border-radius: 16px;
  padding: 52px 24px 16px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 1001;
}
@media screen and (max-width:375px) {
  .modal-cta {
    width: 97%;
  }
}
.modal-cta.is-visible {
  opacity: 1;
  visibility: visible;
}

.modal-cta__tag {
  position: absolute;
  top: -48px;
  left: 12px;
  width: 124px;
  -o-object-fit: cover;
     object-fit: cover;
}

.modal-cta__close {
  position: absolute;
  top: -24px;
  right: 10px;
  width: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}

.modal-cta__message {
  text-align: center;
}
.modal-cta__message .lg {
  font-size: 32px;
  color: #9A6D33;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 3.2px;
  display: inline-block;
  margin-left: 4px;
}
.modal-cta__message .sm {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 2.4px;
}
.modal-cta__message .dot {
  /* 点の色とサイズ調整 */
  background-image: radial-gradient(circle at center, #FF9000 10%, transparent 10%);
  /* 点の位置 */
  background-position: top right;
  /* 横方向に繰り返し */
  background-repeat: repeat-x;
  /* 点の間隔とサイズ調整 */
  background-size: 1.2em 0.3em;
  /* 縦方向の位置調整 */
  padding-top: 0.2em;
}
.modal-cta__message .colored {
  display: inline-block;
  padding: 4px 4px;
  color: #fff;
  background-color: #FF9000;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2.4px;
}
.modal-cta__message .md {
  display: inline-block;
  margin-left: 2px;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 1.92px;
}

.modal-pic img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.modal__btn-wrap {
  margin: 32px auto 0;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(14, 14, 15, 0.64);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.modal-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

/* utility */
.u-lg-display {
  display: none;
}
@media screen and (max-width:1240px) {
  .u-lg-display {
    display: inline;
  }
}

.u-pc-display {
  display: none;
}
@media screen and (max-width:1024px) {
  .u-pc-display {
    display: inline;
  }
}

.u-tab-inline {
  display: none;
}
@media screen and (max-width:768px) {
  .u-tab-inline {
    display: inline;
  }
}

.u-br-tab {
  display: inline;
}
@media screen and (max-width:900px) {
  .u-br-tab {
    display: none;
  }
}

.u-br-sp {
  display: none;
}
@media screen and (max-width:900px) {
  .u-br-sp {
    display: inline;
  }
}

/* marker */
.u-marker-pink {
  display: inline-block;
  background: linear-gradient(to bottom, transparent 70%, #FFCBC1 70%, #FFCBC1 100%);
}

.u-marker-light-pink {
  display: inline-block;
  background: linear-gradient(to bottom, transparent 80%, #FFCBC1 80%, #F5DADA 100%);
}

.u-marker-skyblue {
  display: inline;
  background: linear-gradient(to bottom, transparent 70%, #D8EBFE 70%, #D8EBFE 100%);
}

/* FV */
.fv {
  height: 902px;
  background-image: url(../img/fv-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
@media screen and (max-width:900px) {
  .fv {
    height: 821px;
    background-image: none;
  }
}

.fv__down-arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 480px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width:1240px) {
  .fv__down-arrow {
    display: none;
  }
}

.fv__inner {
  max-width: 1400px;
  margin-inline: auto;
  padding: 0 15px;
  height: 100%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:768px) {
  .fv__inner {
    padding: 0;
  }
}

.fv__bg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width:900px) {
  .fv__bg {
    display: block;
  }
}

.fv__box {
  padding: 80px 0 0;
  position: relative;
}
@media screen and (max-width:1240px) {
  .fv__box {
    padding: 40px 0 0;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
@media screen and (max-width:768px) {
  .fv__box {
    padding: 20px 15px 0;
  }
}

.fv__limit-text {
  width: 516px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:900px) {
  .fv__limit-text {
    width: 343px;
  }
}
.fv__limit-text img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fv__title-main {
  position: relative;
  z-index: 2;
}
@media screen and (max-width:1240px) {
  .fv__title-main {
    margin-top: 5px;
  }
}
.fv__title-main .lg {
  display: inline-block;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.26;
  letter-spacing: 8px;
  background: radial-gradient(138.59% 100% at 0% -0.44%, #6EB5F8 0%, #2F87D9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width:1240px) {
  .fv__title-main .lg {
    font-size: 48px;
    letter-spacing: 1.92px;
    line-height: 1;
  }
}
.fv__title-main .sm {
  font-size: 40px;
  font-weight: 700;
  line-height: 72px;
  letter-spacing: 4px;
}
@media screen and (max-width:1240px) {
  .fv__title-main .sm {
    font-size: 32px;
    letter-spacing: 1.28px;
  }
}

.fv__title-sub {
  margin-top: 14px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:1240px) {
  .fv__title-sub {
    margin-top: 14px;
  }
}
.fv__title-sub .colored {
  display: inline-block;
  color: #fff;
  background-color: #FF9000;
  padding: 0 8px 4px;
}
.fv__title-sub .lg {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.26;
  letter-spacing: 8px;
}
@media screen and (max-width:1240px) {
  .fv__title-sub .lg {
    font-size: 26px;
  }
}
@media screen and (max-width:768px) {
  .fv__title-sub .lg {
    letter-spacing: 0.01em;
  }
}
.fv__title-sub .md {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 4px;
  line-height: 1.26;
}
@media screen and (max-width:1240px) {
  .fv__title-sub .md {
    font-size: 24px;
    letter-spacing: 2.4px;
  }
}
.fv__title-sub .sm {
  display: inline-block;
  margin-left: 8px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 4px;
}
@media screen and (max-width:1240px) {
  .fv__title-sub .sm.sp-md {
    font-size: 32px;
    letter-spacing: 3.2px;
    line-height: 1.5;
  }
}
@media screen and (max-width:1240px) {
  .fv__title-sub .sm {
    font-size: 20px;
  }
}
@media screen and (max-width:768px) {
  .fv__title-sub .sm {
    margin-left: 4px;
    letter-spacing: 0.01em;
  }
}

.fv__title-pic {
  margin-top: 53px;
  width: 726px;
}
@media screen and (max-width:1240px) {
  .fv__title-pic {
    width: 360px;
    margin-top: 0;
  }
}
@media screen and (max-width:768px) {
  .fv__title-pic {
    display: none;
  }
}
.fv__title-pic img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fv__title-pic-sp {
  width: 345px;
  display: none;
}
@media screen and (max-width:768px) {
  .fv__title-pic-sp {
    display: block;
  }
}
.fv__title-pic-sp img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fv__btn-wrap {
  margin-top: 87px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:1240px) {
  .fv__btn-wrap {
    margin-top: 32px;
  }
}
@media screen and (max-width:768px) {
  .fv__btn-wrap {
    text-align: center;
  }
}

.fv__down-arrow-sp {
  display: none;
}
@media screen and (max-width:1240px) {
  .fv__down-arrow-sp {
    margin-top: 24px;
    display: block;
    width: 240px;
    margin-inline: auto;
  }
}
.fv__down-arrow-sp img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fv__photo {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 675px;
}
@media screen and (max-width:1240px) {
  .fv__photo {
    display: none;
  }
}
@media screen and (max-width:900px) {
  .fv__photo {
    width: 379px;
  }
}
.fv__photo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fv__photo-sp {
  display: none;
}
@media screen and (max-width:1240px) {
  .fv__photo-sp {
    margin-top: 0;
    display: block;
    max-width: 560px;
  }
}
@media screen and (max-width:900px) {
  .fv__photo-sp {
    max-width: 360px;
  }
}
.fv__photo-sp img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* worry */
.worry {
  padding: 180px 0 120px;
  background-image: url(../img/worry-bg-pc.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
@media screen and (max-width:900px) {
  .worry {
    padding: 60px 0 60px;
    background-image: url(../img/sp/worry-bg.webp);
  }
}

.worry__inner {
  max-width: 850px;
  margin-inline: auto;
  padding: 0 16px;
}

.worry__title {
  position: absolute;
  top: -93px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 693px;
  z-index: 2;
}
@media screen and (max-width:900px) {
  .worry__title {
    top: -69px;
    width: 345px;
  }
}
.worry__title img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.worry__items {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width:900px) {
  .worry__items {
    gap: 29px;
    width: 75%;
    margin: 0 auto;
  }
}
@media screen and (max-width:600px) {
  .worry__items {
    width: 100%;
  }
}

/* sec02 */
.sec02 {
  padding: 120px 0 140px;
  background-image: url(../img/sec03-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 2;
  margin-top: -60px;
}
@media screen and (max-width:900px) {
  .sec02 {
    padding: 100px 0 90px;
    background-image: url(../img/sp/pink-wave-bg.png);
    margin-top: -35px;
  }
}
@media screen and (max-width:500px) {
  .sec02 {
    padding: 130px 0 70px;
  }
}

.sec02__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding: 0 16px;
}
@media screen and (max-width:500px) {
  .sec02__inner {
    position: relative;
    transform: translateY(-70px);
  }
}

.sec02__woman {
  width: 732px;
  margin-inline: auto;
}
@media screen and (max-width:900px) {
  .sec02__woman {
    width: 358px;
  }
}
.sec02__woman img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec2__box-text {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width:900px) {
  .sec2__box-text {
    margin-top: 24px;
  }
}
@media screen and (max-width:500px) {
  .sec2__box-text {
    margin-right: -4px;
    margin-left: -4px;
  }
}
.sec2__box-text .md {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 4px;
  text-shadow: 2px 2px 0 #fff;
}
@media screen and (max-width:900px) {
  .sec2__box-text .md {
    font-size: 16px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width:500px) {
  .sec2__box-text .md {
    font-size: 15px;
  }
}
.sec2__box-text .lg {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 5.6px;
  text-shadow: 2px 2px 0 #fff;
}
@media screen and (max-width:900px) {
  .sec2__box-text .lg {
    font-size: 20px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width:500px) {
  .sec2__box-text .lg {
    font-size: 19px;
  }
}

/* sec03 */
.sec03 {
  margin-top: -140px;
  padding: 40px 0 0;
  background-image: url(../img/sec04-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
@media screen and (max-width:900px) {
  .sec03 {
    margin-top: -50px;
    background-image: url(../img/sp/sec04-bg.jpg);
    padding: 24px 0 0;
  }
}
@media screen and (max-width:500px) {
  .sec03 {
    margin-top: -130px;
  }
}
.sec03::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 100%;
  height: 80px;
  background-image: url(../img/bottom-rect.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width:500px) {
  .sec03::after {
    height: 38px;
    background-image: url(../img/sp/bottom-rect.png);
  }
}

.sec03__title-pic {
  width: 629px;
  margin: 4px auto 0;
  position: relative;
  z-index: 3;
}
@media screen and (max-width:900px) {
  .sec03__title-pic {
    width: 358px;
  }
}
.sec03__title-pic img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec03__box {
  margin: 40px auto 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px 16px;
  position: relative;
}
@media screen and (max-width:900px) {
  .sec03__box {
    padding: 4px 0 3px 9px;
    margin: 21px auto 0;
  }
}
.sec03__box::before {
  content: "";
  position: absolute;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.sec03__box::before {
  background-image: url(../img/angle-quote-orange-left.webp);
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
}
@media screen and (max-width:900px) {
  .sec03__box::before {
    width: 16px;
    height: 16px;
  }
}

.sec03__message {
  text-align: center;
}
.sec03__message .colored {
  padding: 0 6px;
  font-size: 56px;
  color: #fff;
  background-color: #FF9000;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 5.6px;
}
@media screen and (max-width:900px) {
  .sec03__message .colored {
    font-size: 28px;
    letter-spacing: 2.8px;
  }
}
.sec03__message .sm {
  margin-left: 4px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 4px;
}
@media screen and (max-width:900px) {
  .sec03__message .sm {
    font-size: 20px;
    letter-spacing: 2px;
  }
}
.sec03__message .md {
  display: inline-block;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 5.6px;
  position: relative;
}
@media screen and (max-width:900px) {
  .sec03__message .md {
    font-size: 24px;
    letter-spacing: 2.4px;
  }
}
.sec03__message .md::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -40px;
  background-image: url(../img/angle-quote-orange-right.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: inline-block;
  width: 40px;
  height: 40px;
}
@media screen and (max-width:900px) {
  .sec03__message .md::after {
    bottom: 0;
    right: -8px;
    width: 16px;
    height: 16px;
  }
}

.sec03__box02 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 0;
  text-align: center;
  padding: 12px 140px 0;
  position: relative;
}
@media screen and (max-width:900px) {
  .sec03__box02 {
    margin: 11px auto 0;
    padding: 24px 24px 35px;
  }
}
@media screen and (max-width:500px) {
  .sec03__box02 {
    width: 100%;
    padding: 24px 15px 35px;
  }
}
.sec03__box02 .star {
  display: inline-block;
  position: absolute;
  width: 32px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width:900px) {
  .sec03__box02 .star {
    width: 24px;
  }
}
.sec03__box02 .star.star01 {
  top: 0;
  left: 68px;
}
@media screen and (max-width:900px) {
  .sec03__box02 .star.star01 {
    left: 24px;
  }
}
.sec03__box02 .star.star02 {
  left: 0;
  bottom: 0;
}
.sec03__box02 .star.star03 {
  right: 0;
  bottom: 53px;
}
@media screen and (max-width:900px) {
  .sec03__box02 .star.star03 {
    right: 0;
    bottom: 75px;
  }
}

.sec03__box02-title .pic {
  width: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width:900px) {
  .sec03__box02-title .pic {
    width: 304px;
  }
}
@media screen and (max-width:500px) {
  .sec03__box02-title .pic {
    width: 295px;
  }
}
.sec03__box02-title .wrap {
  display: inline-flex;
  align-items: center;
}
.sec03__box02-title .sm {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 4px;
}
@media screen and (max-width:900px) {
  .sec03__box02-title .sm {
    font-size: 20px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width:500px) {
  .sec03__box02-title .sm {
    font-size: 19px;
  }
}
.sec03__box02-title .colored {
  display: inline-block;
  margin-top: 14px;
  padding: 0 16px;
  border-radius: 8px;
  background: radial-gradient(138.59% 100% at 0% -0.44%, #6EB5F8 0%, #2F87D9 100%);
  color: #fff;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 5.6px;
}
@media screen and (max-width:900px) {
  .sec03__box02-title .colored {
    font-size: 24px;
    letter-spacing: 2.4px;
  }
}
@media screen and (max-width:500px) {
  .sec03__box02-title .colored {
    font-size: 23px;
    padding: 0 12px;
  }
}

.sec03__bottom {
  width: 760px;
  margin: 40px auto 0;
}
@media screen and (max-width:900px) {
  .sec03__bottom {
    margin: 8px auto 0;
    width: 358px;
  }
}
.sec03__bottom img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* sec04 40 64 */
.sec04 {
  padding: 40px 0 80px;
  background-image: url(../img/background05.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width:900px) {
  .sec04 {
    padding: 40px 0 64px;
    background-image: url(../img/sp/background05.webp);
  }
}

.sec04__inner {
  max-width: 1110px;
  margin-inline: auto;
  padding: 0 15px;
}

.sec04__heading-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sec04__heading-pic {
  width: 775px;
}
@media screen and (max-width:1024px) {
  .sec04__heading-pic {
    width: 358px;
  }
}
.sec04__heading-pic img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec04__heading {
  margin-top: 16px;
}
@media screen and (max-width:1024px) {
  .sec04__heading {
    margin-top: 0;
    text-align: center;
  }
}
.sec04__heading .md {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 4px;
}
@media screen and (max-width:1024px) {
  .sec04__heading .md {
    font-size: 24px;
    letter-spacing: 2.4px;
  }
}
.sec04__heading .colored {
  display: inline-block;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.008;
  letter-spacing: 5.6px;
  background: radial-gradient(138.59% 100% at 0% -0.44%, #6EB5F8 0%, #2F87D9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width:1024px) {
  .sec04__heading .colored {
    font-size: 32px;
    letter-spacing: 3.2px;
  }
}

.sec04__items {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media screen and (max-width:900px) {
  .sec04__items {
    margin: 24px auto 0;
    row-gap: 24px;
    width: 75%;
  }
}
@media screen and (max-width:600px) {
  .sec04__items {
    width: 100%;
  }
}

.sec04__item {
  position: relative;
  padding: 145px 0 0;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width:1024px) {
  .sec04__item {
    flex-direction: column;
    padding: 61px 0 0;
  }
}

.sec04__number {
  position: absolute;
  top: 33px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Mukta Malar", sans-serif;
  font-size: 88px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 3.52px;
  background: radial-gradient(138.59% 100% at 0% -0.44%, #6EB5F8 0%, #2F87D9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width:1024px) {
  .sec04__number {
    font-size: 64px;
    letter-spacing: 2.56px;
    top: 30px;
    left: 32px;
    transform: none;
  }
}
.sec04__number::before {
  content: "";
  position: absolute;
  top: -33px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 164px;
  height: 65px;
  background-image: url(../img/number-deco-blue.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width:1024px) {
  .sec04__number::before {
    width: 121px;
    height: 47px;
    top: -27px;
  }
}

.sec04__item-photo {
  flex: 0 0 514px;
}
@media screen and (max-width:1024px) {
  .sec04__item-photo {
    flex: initial;
  }
}
.sec04__item-photo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec04__item-body {
  flex: 1 1 auto;
  position: relative;
  z-index: 2;
  border-radius: 16px;
  background: #fff;
  box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.08);
  margin-left: -24px;
}
@media screen and (max-width:1024px) {
  .sec04__item-body {
    margin-left: 0;
    margin-top: -31px;
  }
}

.sec04__item-title {
  padding: 8px 16px 16px;
  background: linear-gradient(90deg, rgba(110, 181, 248, 0.08) 0%, rgba(110, 181, 248, 0.04) 100%);
}
.sec04__item-title .md {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 3.2px;
}
@media screen and (max-width:1024px) {
  .sec04__item-title .md {
    font-size: 20px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width:500px) {
  .sec04__item-title .md {
    font-size: 18px;
    letter-spacing: 1.8px;
  }
}
.sec04__item-title .colored {
  color: #2F87D9;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 4px;
}
@media screen and (max-width:1024px) {
  .sec04__item-title .colored {
    font-size: 24px;
    letter-spacing: 2.4px;
  }
}
@media screen and (max-width:1024px) {
  .sec04__item-title .colored {
    font-size: 23px;
    letter-spacing: 2.3px;
  }
}

.sec04__item-textarea {
  margin-top: 16px;
  padding: 0 16px 16px;
}
@media screen and (max-width:1024px) {
  .sec04__item-textarea {
    margin-top: 12px;
  }
}

.sec04__item-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 1.6px;
}

.sec04__bottom {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width:1024px) {
  .sec04__bottom {
    margin-top: 24px;
  }
}

.sec04__bottom-message .colored {
  color: #2F87D9;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 5.6px;
}
@media screen and (max-width:1024px) {
  .sec04__bottom-message .colored {
    font-size: 24px;
    letter-spacing: 2.4px;
  }
}
.sec04__bottom-message .dot {
  /* 点の色とサイズ調整 */
  background-image: radial-gradient(circle at center, #2F87D9 10%, transparent 10%);
  /* 点の位置 */
  background-position: top right;
  /* 横方向に繰り返し */
  background-repeat: repeat-x;
  /* 点の間隔とサイズ調整 */
  background-size: 1.2em 0.3em;
  /* 縦方向の位置調整 */
  padding-top: 0.2em;
}
.sec04__bottom-message .md {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 4px;
}
@media screen and (max-width:1024px) {
  .sec04__bottom-message .md {
    font-size: 20px;
    letter-spacing: 2px;
  }
}
.sec04__bottom-message .md.ml {
  display: inline-block;
  margin-left: -10px;
}

.sec04__bottom-triangle {
  width: 280px;
  margin: 40px auto 0;
}
@media screen and (max-width:900px) {
  .sec04__bottom-triangle {
    width: 240px;
    margin: 24px auto 0;
  }
}
.sec04__bottom-triangle img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec04__btn-wrap {
  margin: 60px auto 0;
  text-align: center;
}
@media screen and (max-width:1024px) {
  .sec04__btn-wrap {
    margin: 24px auto 0;
  }
}

/* sec05 */
.sec05 {
  padding: 40px 0 97px;
  background-image: url(../img/result-orange-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
@media screen and (max-width:900px) {
  .sec05 {
    padding: 64px 0 56px;
    background-image: url(../img/sp/result-orange-bg.webp);
  }
}
.sec05::before {
  content: "";
  position: absolute;
  top: -42px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../img/down-arrow-double-blue.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: block;
  width: 264px;
  height: 74px;
}
@media screen and (max-width:900px) {
  .sec05::before {
    background-image: url(../img/sp/down-arrow-double-blue.webp);
    width: 238px;
    height: 70px;
    top: -21px;
  }
}
.sec05::after {
  content: "";
  position: absolute;
  bottom: -58px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../img/triple-orange-triangle.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: inline-block;
  width: 40px;
  height: 116px;
}
@media screen and (max-width:900px) {
  .sec05::after {
    width: 32px;
    height: 98px;
    bottom: -65px;
  }
}

.sec05__inner {
  max-width: 1142px;
  margin-inline: auto;
  padding: 0 15px;
}

.sec05__heading {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-bottom: 2px;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 5.6px;
  position: relative;
}
@media screen and (max-width:900px) {
  .sec05__heading {
    font-size: 32px;
    letter-spacing: 3.2px;
  }
}
.sec05__heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  background-image: url(../img/title-underline-orange.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width:900px) {
  .sec05__heading::after {
    height: 6px;
  }
}

.sec05__items {
  margin-top: 40px;
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width:900px) {
  .sec05__items {
    margin: 24px auto 0;
    grid-template-columns: 1fr;
    width: 75%;
  }
}
@media screen and (max-width:600px) {
  .sec05__items {
    width: 100%;
  }
}

.sec05__item {
  padding: 16px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.08);
}
.sec05__item.item01 .sec05__item-body {
  margin-top: 12px;
}
.sec05__item.item02 .sec05__item-body {
  margin-top: 16px;
}
.sec05__item.item03 .sec05__item-body {
  margin-top: 16px;
}

.sec05__item01-pic {
  width: 157px;
  margin: 8px auto 0;
}
@media screen and (max-width:900px) {
  .sec05__item01-pic {
    width: 172px;
    margin: 3px auto 0;
  }
}
.sec05__item01-pic img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec05__item02-pic {
  width: 100%;
  margin: 16px auto 0;
}
.sec05__item02-pic img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec05__item01-text {
  width: 234px;
  margin: 0 auto;
}
@media screen and (max-width:900px) {
  .sec05__item01-text {
    width: 259px;
  }
}
.sec05__item01-text img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec05__item03-text01 {
  width: 100%;
  margin: 12px auto 0;
}
.sec05__item03-text01 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec05__item03-pic01 {
  width: 207px;
  margin: 0 auto;
}
@media screen and (max-width:900px) {
  .sec05__item03-pic01 {
    width: 191px;
  }
}
.sec05__item03-pic01 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec05__item03-pic02 {
  width: 280px;
  margin: 0 auto;
}
@media screen and (max-width:900px) {
  .sec05__item03-pic02 {
    width: 264px;
  }
}
.sec05__item03-pic02 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec05__item-title {
  text-align: center;
  color: #FF9000;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 3.2px;
}
@media screen and (max-width:768px) {
  .sec05__item-title {
    font-size: 24px;
    letter-spacing: 2.4px;
  }
}

/* sec06 */
.sec06 {
  padding: 130px 0 40px;
  margin-top: -50px;
  background-image: url(../img/background07.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width:900px) {
  .sec06 {
    padding: 80px 0 60px;
    background-image: url(../img/sp/background07_sp.webp);
  }
}
@media screen and (max-width:500px) {
  .sec06 {
    padding: 80px 0 40px;
  }
}

.sec06__inner {
  max-width: 1252px;
  margin-inline: auto;
  padding: 0 16px;
}

.sec06__heading-block {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 64px 80px 0;
  position: relative;
}
@media screen and (max-width:900px) {
  .sec06__heading-block {
    padding: 70px 0 0;
  }
}
.sec06__heading-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-image: url(../img/icon-success.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 70px;
  height: 144px;
}
@media screen and (max-width:900px) {
  .sec06__heading-block::before {
    width: 40px;
    height: 92px;
  }
}

.sec06__heading {
  text-align: center;
}
.sec06__heading .colored {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 4px;
  padding: 0 8px;
  background-color: #2F87D9;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width:900px) {
  .sec06__heading .colored {
    font-size: 24px;
    letter-spacing: 2.4px;
  }
}
.sec06__heading .md {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 4px;
}
@media screen and (max-width:900px) {
  .sec06__heading .md {
    font-size: 24px;
    letter-spacing: 2.4px;
  }
}
.sec06__heading .deco {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 5.6px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width:900px) {
  .sec06__heading .deco {
    font-size: 32px;
    letter-spacing: 3.2px;
  }
}
.sec06__heading .deco::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 11px;
  background-image: url(../img/wave-underline.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width:900px) {
  .sec06__heading .deco::after {
    height: 7px;
  }
}

.sec06__slide-wrap {
  margin-top: 68px;
}
@media screen and (max-width:900px) {
  .sec06__slide-wrap {
    margin: 45px auto 0;
    width: 75%;
  }
}
@media screen and (max-width:600px) {
  .sec06__slide-wrap {
    width: 100%;
    margin: 24px auto 0;
  }
}

.sec06__card {
  margin-top: 28px;
  height: 100%;
  position: relative;
  background-color: #fff;
  border-radius: 16px 16px 16px 16px;
  box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.08);
}

.sec06__card-title {
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  border-radius: 22px;
  background: radial-gradient(138.59% 100% at 0% -0.44%, #6EB5F8 0%, #2F87D9 100%);
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 0 16px 0 40px;
}
@media screen and (max-width:900px) {
  .sec06__card-title {
    font-size: 18px;
    letter-spacing: 1.8px;
  }
}
@media screen and (max-width:500px) {
  .sec06__card-title {
    font-size: 15px;
  }
}
.sec06__card-title.offsetX {
  left: 51%;
}
@media screen and (max-width:768px) {
  .sec06__card-title.offsetX {
    left: 53%;
  }
}
.sec06__card-title .badge {
  position: absolute;
  left: -22px;
  top: -6px;
  display: inline-block;
  width: 55px;
  height: 55px;
  padding: 14px 0 4px;
  text-align: center;
  border-radius: 50%;
  background: linear-gradient(166deg, #F1C249 9.58%, #FFE6A8 24.43%, #F1C249 51.04%, #AF851A 90.42%);
  border: 2px solid #F1C045;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.8px;
  z-index: 2;
}
@media screen and (max-width:900px) {
  .sec06__card-title .badge {
    font-size: 16px;
  }
}
.sec06__card-title .badge-icon {
  position: absolute;
  left: -12px;
  bottom: -23px;
  display: inline-block;
  background-image: url(../img/badge-icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: inline-block;
  width: 37px;
  height: 36px;
}
@media screen and (max-width:900px) {
  .sec06__card-title .badge-icon {
    width: 32px;
    height: 31px;
    bottom: -24px;
    left: -10px;
  }
}

.sec06__card-photo img {
  border-radius: 16px 16px 0 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec06__card-body {
  padding: 16px 16px;
  background-color: #fff;
  border-radius: 0 0 16px 16px;
}

.sec06__tags {
  display: flex;
  align-items: center;
  gap: 8px;
}

.sec06__tag {
  padding: 0 4px;
  border-radius: 4px;
  border: 1px solid #2F87D9;
  color: #2F87D9;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 1.2px;
  text-align: center;
}

.sec06__textarea {
  margin-top: 8px;
}
@media screen and (max-width:900px) {
  .sec06__textarea {
    margin-top: 4px;
  }
}

.sec06__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 1.6px;
}
@media screen and (max-width:900px) {
  .sec06__text {
    font-size: 13px;
    letter-spacing: 1.3px;
  }
}

.recruit-slide__container {
  position: relative;
  overflow: hidden;
  padding-bottom: 140px;
}
@media screen and (max-width:900px) {
  .recruit-slide__container {
    padding-bottom: 60px;
  }
}
.recruit-slide__container .swiper {
  overflow: visible;
}
.recruit-slide__container .swiper-pagination {
  display: none;
}
@media screen and (max-width:900px) {
  .recruit-slide__container .swiper-pagination {
    display: block;
  }
}
.recruit-slide__container .swiper-horizontal > .swiper-pagination-bullets, .recruit-slide__container .swiper-pagination-bullets.swiper-pagination-horizontal, .recruit-slide__container .swiper-pagination-custom, .recruit-slide__container .swiper-pagination-fraction {
  bottom: -60px;
}
.recruit-slide__container .swiper-slide {
  width: 368px;
  height: 513px;
}
@media screen and (max-width:900px) {
  .recruit-slide__container .swiper-slide {
    height: 550px;
    width: 100%;
  }
}
@media screen and (max-width:500px) {
  .recruit-slide__container .swiper-slide {
    height: 457px;
  }
}
@media screen and (max-width:400px) {
  .recruit-slide__container .swiper-slide {
    height: 430px;
  }
}
.recruit-slide__container .swiper-pagination-sec06 {
  display: none;
}
@media screen and (max-width:900px) {
  .recruit-slide__container .swiper-pagination-sec06 {
    display: block;
    text-align: center;
    margin-top: 24px;
  }
}
.recruit-slide__container .swiper-button-next,
.recruit-slide__container .swiper-button-prev {
  flex: 0 0 64px;
  width: 64px;
}
.recruit-slide__container .swiper-button-next img,
.recruit-slide__container .swiper-button-prev img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: drop-shadow(2px 2px 10px rgba(110, 181, 248, 0.44));
}
.recruit-slide__container .swiper-button-prev::after,
.recruit-slide__container .swiper-button-next::after {
  content: none;
}
.recruit-slide__container .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .recruit-slide__container .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
  width: 10px;
  height: 10px;
}
.recruit-slide__container .swiper-pagination-bullet {
  opacity: 1;
  background: #ECECEC;
}
.recruit-slide__container .swiper-pagination-bullet-active {
  background: #2F87D9;
}

.recruit-slide__btn-wrap {
  position: absolute;
  width: 160px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width:900px) {
  .recruit-slide__btn-wrap {
    display: none;
  }
}

/* sec07 */
/* 800 / 950 */
.sec07 {
  padding: 40px 0;
  position: relative;
}
.sec07::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 800px;
  height: 950px;
  background-image: url(../img/Supporter9-r.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width:900px) {
  .sec07 {
    display: none;
  }
}

.sec07__inner {
  max-width: 1335px;
  margin-right: auto;
  padding-right: 15px;
}

.sec07__content {
  display: flex;
  -moz-column-gap: 58px;
       column-gap: 58px;
  position: relative;
  z-index: 2;
}

.sec07__left {
  flex: 0 0 628px;
}
@media screen and (max-width:1240px) {
  .sec07__left {
    flex: 0 0 500px;
  }
}
@media screen and (max-width:1024px) {
  .sec07__left {
    flex: 0 0 400px;
  }
}

.sec07__heading img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec07__right {
  flex: 1 1 auto;
}

.sec07__items {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}

.sec07__item {
  border-radius: 16px;
  border: 1px solid #2F87D9;
  background: #fff;
  box-shadow: 0px 0px 8px 0px rgba(110, 181, 248, 0.4);
  padding: 16px 16px;
}

.sec07__supporter {
  font-family: "Alexandria", sans-serif;
  color: #2F87D9;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 1.2px;
}

.sec07__item-title {
  color: #2F87D9;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 2.4px;
}

.sec07__item-text {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 1.6px;
}

.sec07-sp {
  display: none;
}
@media screen and (max-width:900px) {
  .sec07-sp {
    display: block;
    padding: 280px 0 40px;
    position: relative;
  }
  .sec07-sp::before {
    content: "";
    position: absolute;
    top: 26px;
    left: 0;
    background-image: url(../img/Supporter9.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: block;
    width: 100%;
    max-width: 390px;
    height: 400px;
  }
  .sec07-sp::after {
    content: "";
    background-image: url(../img/sp/support-top-icon.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: 80px;
    height: 40px;
  }
}
@media screen and (max-width:900px) and (max-width:375px) {
  .sec07-sp::after {
    top: -11px;
  }
}
@media screen and (max-width:900px) and (max-width: 372px) {
  .sec07-sp::after {
    top: -31px;
  }
}
@media screen and (max-width:900px) and (max-width: 369px) {
  .sec07-sp::after {
    top: -36px;
  }
}

.sec07-sp__inner {
  margin-inline: auto;
  padding: 0 16px;
  position: relative;
  z-index: 2;
}

.sec07-sp__slide-wrap {
  max-width: 390px;
  margin: 0 auto;
  position: relative;
}

.sec07-sp__slide-title {
  width: 298px;
  position: absolute;
  top: -60px;
  left: -16px;
}
.sec07-sp__slide-title img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec07-sp__slide-container {
  position: relative;
  overflow: hidden;
}
.sec07-sp__slide-container .swiper {
  overflow: visible;
}
.sec07-sp__slide-container .swiper-horizontal > .swiper-pagination-bullets, .sec07-sp__slide-container .swiper-pagination-bullets.swiper-pagination-horizontal, .sec07-sp__slide-container .swiper-pagination-custom, .sec07-sp__slide-container .swiper-pagination-fraction {
  bottom: -30px;
}
.sec07-sp__slide-container .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .sec07-sp__slide-container .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
  width: 10px;
}
.sec07-sp__slide-container .swiper-pagination-bullet {
  opacity: 1;
  background: #ECECEC;
}
.sec07-sp__slide-container .swiper-pagination-bullet-active {
  background: #2F87D9;
}

.support-slider {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.support-slider__card {
  padding: 16px 16px;
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid #2F87D9;
  box-shadow: 0px 0px 8px 0px rgba(110, 181, 248, 0.4);
}
.support-slider__card:not(:first-of-type) .support-slider__desc {
  display: none;
}

.support-slider__term {
  cursor: pointer;
}
.support-slider__term.is-open .supporter-slider__title .button::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.support-slider__desc {
  padding-top: 8px;
  margin-top: 8px;
  border-top: 2px solid #6EB5F8;
}

.supporter-slider__number {
  color: #2F87D9;
  font-family: "Alexandria", sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 1px;
}

.supporter-slider__title {
  margin-top: 8px;
  color: #2F87D9;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 1.8px;
  padding-right: 38px;
  position: relative;
}
.supporter-slider__title .button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 16px;
  background-color: #E2F1FF;
}
.supporter-slider__title .button::before, .supporter-slider__title .button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 16px;
  height: 2px;
  background-color: #2F87D9;
  transition: transform 0.3s ease;
}

.supporter-slider__text {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 1.3px;
}

/* sec08 */
.sec08 {
  padding: 40px 0 30px;
  background-image: url(../img/background8.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width:900px) {
  .sec08 {
    background-image: url(../img/sp/background8_sp.webp);
  }
}

.sec08__inner {
  max-width: 1374px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.sec08__heading {
  width: 728px;
  margin: 0 auto;
}
@media screen and (max-width:900px) {
  .sec08__heading {
    width: 358px;
  }
}
@media screen and (max-width:500px) {
  .sec08__heading {
    padding: 0 16px;
  }
}
.sec08__heading img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec08__slider-wrap {
  margin-top: 40px;
}
@media screen and (max-width:900px) {
  .sec08__slider-wrap {
    max-width: 386px;
    width: 100%;
    margin: 40px auto 0;
  }
}
@media screen and (max-width:500px) {
  .sec08__slider-wrap {
    margin: 0 auto;
  }
}

.sec08__slider-container {
  position: relative;
  padding-bottom: 105px;
}
@media screen and (max-width:900px) {
  .sec08__slider-container {
    padding-bottom: 0;
  }
}
.sec08__slider-container .swiper-slide {
  width: 401px;
}
@media screen and (max-width:900px) {
  .sec08__slider-container .swiper-slide {
    width: 100%;
  }
}
.sec08__slider-container .supporter-slide__btn-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  width: 140px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:900px) {
  .sec08__slider-container .supporter-slide__btn-wrap {
    display: contents;
  }
}
.sec08__slider-container .swiper-button-prev,
.sec08__slider-container .swiper-button-next {
  flex: 0 0 64px;
  width: 64px;
}
@media screen and (max-width:900px) {
  .sec08__slider-container .swiper-button-prev,
  .sec08__slider-container .swiper-button-next {
    top: 80%;
    flex: 0 0 56px;
    width: 56px;
  }
}
@media screen and (max-width:500px) {
  .sec08__slider-container .swiper-button-prev,
  .sec08__slider-container .swiper-button-next {
    top: 70%;
    width: 56px;
  }
}
.sec08__slider-container .swiper-button-prev img,
.sec08__slider-container .swiper-button-next img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: drop-shadow(2px 2px 12px rgba(110, 181, 248, 0.44));
}
.sec08__slider-container .swiper-button-prev::after,
.sec08__slider-container .swiper-button-next::after {
  content: none;
}
.sec08__slider-container .swiper-button-prev {
  left: 0;
}
.sec08__slider-container .swiper-button-next {
  right: 0;
}

.supporter-slider__card {
  position: relative;
}
@media screen and (max-width:500px) {
  .supporter-slider__card {
    width: 65%;
    margin: 0 auto;
  }
}

.supporter-slider__message {
  position: absolute;
  top: 0;
  right: 24px;
  display: flex;
  flex-direction: row-reverse;
  gap: 8px;
  z-index: 2;
}
@media screen and (max-width:900px) {
  .supporter-slider__message {
    right: 0;
  }
}
@media screen and (max-width:500px) {
  .supporter-slider__message {
    right: -50px;
    gap: 0;
  }
}
.supporter-slider__message span {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 4px 8px;
  writing-mode: vertical-rl;
  background-color: #2F87D9;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 4px;
}
@media screen and (max-width:500px) {
  .supporter-slider__message span {
    font-size: 26px;
    letter-spacing: 2.6px;
  }
  .supporter-slider__message span:nth-of-type(2) {
    display: inline-block;
    margin-right: -1px;
  }
}

.supporter-slider__card-photo {
  width: 307px;
  padding-top: 52px;
  border-radius: 16px;
  position: relative;
}
@media screen and (max-width:500px) {
  .supporter-slider__card-photo {
    width: 210px;
    padding-top: 30px;
  }
}
.supporter-slider__card-photo img {
  border-radius: 16px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.supporter-slider__deco-name {
  position: absolute;
  display: block;
  bottom: 23px;
  left: 50%;
  transform: translateX(-50%) rotate(-8deg);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width:500px) {
  .supporter-slider__deco-name {
    bottom: 16px;
  }
}
.supporter-slider__deco-name.--01 {
  width: 228px;
}
@media screen and (max-width:900px) {
  .supporter-slider__deco-name.--01 {
    width: 143px;
  }
}
.supporter-slider__deco-name.--02 {
  width: 140px;
  bottom: 20px;
}
@media screen and (max-width:900px) {
  .supporter-slider__deco-name.--02 {
    width: 98px;
    bottom: 12px;
  }
}
.supporter-slider__deco-name.--03 {
  width: 228px;
}
@media screen and (max-width:900px) {
  .supporter-slider__deco-name.--03 {
    width: 143px;
  }
}
.supporter-slider__deco-name.--04 {
  width: 228px;
}
@media screen and (max-width:900px) {
  .supporter-slider__deco-name.--04 {
    width: 133px;
  }
}
.supporter-slider__deco-name.--05 {
  width: 165px;
}
@media screen and (max-width:900px) {
  .supporter-slider__deco-name.--05 {
    width: 123px;
  }
}
.supporter-slider__deco-name.--06 {
  width: 183px;
}
@media screen and (max-width:900px) {
  .supporter-slider__deco-name.--06 {
    width: 133px;
  }
}
.supporter-slider__deco-name.--07 {
  width: 183px;
}
@media screen and (max-width:900px) {
  .supporter-slider__deco-name.--07 {
    width: 133px;
  }
}

.supporter-slider__card-body {
  margin-top: 18px;
}
@media screen and (max-width:500px) {
  .supporter-slider__card-body {
    margin-top: 6px;
  }
}

.supporter-slider__card-name {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 1.8px;
}

.supporter-slider__card-position {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
@media screen and (max-width:500px) {
  .supporter-slider__card-position {
    justify-content: space-between;
  }
}
.supporter-slider__card-position .span {
  flex: 1 1 auto;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 1.2px;
  color: #9BA8B5;
}
@media screen and (max-width:500px) {
  .supporter-slider__card-position .text {
    font-size: 12px;
  }
}
.supporter-slider__card-position .before,
.supporter-slider__card-position .after {
  display: inline-block;
  width: 165px;
  height: 1px;
  background-color: #9BA8B5;
}
@media screen and (max-width:500px) {
  .supporter-slider__card-position .before,
  .supporter-slider__card-position .after {
    width: 150px;
    width: 85px;
  }
}

.supporter-slider__profile-list {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  min-height: 20px;
}

.supporter-slider__profile-item {
  font-size: 12px;
  color: #2F87D9;
  background-color: transparent;
  text-align: center;
  padding: 0 4px 0 6px;
  border: 1px solid #2F87D9;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.2px;
  border-radius: 4px;
}

.supporter-slider__tags {
  margin-top: 4px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 8px;
       column-gap: 8px;
  row-gap: 4px;
  white-space: nowrap;
}

.supporter-slider__tag {
  background-color: #6EB5F8;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 1.2px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 4px;
  border-radius: 4px;
}
@media screen and (max-width:400px) {
  .supporter-slider__tag {
    font-size: 11px;
    letter-spacing: 1.1px;
  }
}

/* sec09 */
.sec09 {
  padding: 40px 0;
  background-image: url(../img/background9.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width:900px) {
  .sec09 {
    background-image: url(../img/background9.webp);
  }
}

.sec09__inner {
  max-width: 1137px;
  margin-inline: auto;
  padding: 0 16px;
}

@media screen and (max-width:900px) {
  .sec09__heading {
    width: 75%;
    margin: 0 auto;
  }
}
@media screen and (max-width:600px) {
  .sec09__heading {
    width: 100%;
  }
}
.sec09__heading img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec09__lead {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width:900px) {
  .sec09__lead {
    margin-top: 24px;
  }
}

.sec09__lead-text .md {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 2.4px;
}
@media screen and (max-width:900px) {
  .sec09__lead-text .md {
    font-size: 15px;
    letter-spacing: 1.5px;
  }
}
.sec09__lead-text .lg {
  color: #F1C249;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 4px;
}
@media screen and (max-width:900px) {
  .sec09__lead-text .lg {
    font-size: 20px;
    letter-spacing: 2px;
  }
}

.sec09__present {
  margin: 40px auto 0;
  max-width: 645px;
}
@media screen and (max-width:900px) {
  .sec09__present {
    margin: 24px auto 0;
    width: 75%;
  }
}
@media screen and (max-width:600px) {
  .sec09__present {
    width: 100%;
  }
}
.sec09__present img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec09__content {
  padding: 40px 0 0;
  background-color: #fff;
  border-radius: 16px;
}
@media screen and (max-width:900px) {
  .sec09__content {
    padding: 16px 0 0;
  }
}

.sec09__items {
  max-width: 808px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media screen and (max-width:900px) {
  .sec09__items {
    width: 75%;
    margin: 0 auto;
    padding: 0 16px;
  }
}
@media screen and (max-width:600px) {
  .sec09__items {
    width: 100%;
  }
}

.sec09__item-title-block {
  position: relative;
}
.sec09__item-title-block::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 100%;
  height: 12px;
  background: linear-gradient(90deg, #FFC32D 0.04%, #FFE6A8 18.39%, #FFC32D 51.28%, #AF851A 99.96%);
}

.sec09__item-title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  width: 80px;
  position: relative;
  z-index: 2;
}
.sec09__item-title img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec09__item-container {
  margin-top: 24px;
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media screen and (max-width:900px) {
  .sec09__item-container {
    margin-top: 8px;
    flex-direction: column;
  }
}

.sec09__item-photo {
  flex: 0 0 240px;
}
@media screen and (max-width:900px) {
  .sec09__item-photo {
    flex: initial;
  }
}
.sec09__item-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec09__item-body {
  flex: 1 1 auto;
  margin-top: 8px;
}
@media screen and (max-width:900px) {
  .sec09__item-body {
    flex: initial;
    text-align: center;
  }
}

.sec09__item-lead-text {
  color: #BD2020;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 1.8px;
}
@media screen and (max-width:900px) {
  .sec09__item-lead-text {
    font-size: 16px;
    letter-spacing: 1.6px;
  }
}

.sec09__item-main-text {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 2.4px;
}
@media screen and (max-width:900px) {
  .sec09__item-main-text {
    font-size: 18px;
    letter-spacing: 1.8px;
  }
}

.sec09__item-textarea {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 1.6px;
}
@media screen and (max-width:900px) {
  .sec09__item-textarea {
    font-size: 13px;
  }
}

.sec09__item-bottom {
  margin-top: 104px;
  position: relative;
}
@media screen and (max-width:900px) {
  .sec09__item-bottom {
    width: 75%;
    margin: 78px auto 0;
  }
}
@media screen and (max-width:600px) {
  .sec09__item-bottom {
    width: 100%;
  }
}
.sec09__item-bottom img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec09__item-bottom .more-tag {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -64px;
  width: 185px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width:900px) {
  .sec09__item-bottom .more-tag {
    width: 114px;
    top: -38px;
  }
}

.sec09__item-bottom-header {
  border-top: 6px solid #F1C249;
  border-bottom: 6px solid #F1C249;
  background: linear-gradient(90deg, #F1C249 0.08%, #FFF5DC 48%, #F1C249 99.92%);
  text-align: center;
  padding: 8px 0;
}
.sec09__item-bottom-header .title .lg {
  color: #49370A;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 5.6px;
}
@media screen and (max-width:900px) {
  .sec09__item-bottom-header .title .lg {
    font-size: 32px;
    letter-spacing: 3.2px;
  }
}
@media (max-width: 400px) {
  .sec09__item-bottom-header .title .lg {
    font-size: 30px;
    letter-spacing: 3px;
  }
}
.sec09__item-bottom-header .title .color {
  display: inline-block;
  margin-left: 10px;
  padding: 0 8px;
  background-color: #49370A;
}
@media (max-width: 400px) {
  .sec09__item-bottom-header .title .color {
    margin-left: 4px;
  }
}
.sec09__item-bottom-header .title .text-color {
  background: linear-gradient(93deg, #FFE6A8 15.23%, #F1C249 99.33%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 4.8px;
}
@media screen and (max-width:900px) {
  .sec09__item-bottom-header .title .text-color {
    font-size: 26px;
    letter-spacing: 2.6px;
  }
}
@media (max-width: 400px) {
  .sec09__item-bottom-header .title .text-color {
    font-size: 24px;
  }
}

.sec09__item-bottom-body {
  border-radius: 0 0 16px 16px;
  padding: 0 22px 24px;
  background-image: url(../img/present7.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  gap: 24px;
}
@media screen and (max-width:900px) {
  .sec09__item-bottom-body {
    background-image: url(../img/tokuten-banner-bg.webp);
    flex-direction: column;
    gap: 15px;
    padding: 8px 22px 16px;
  }
}
@media (max-width: 400px) {
  .sec09__item-bottom-body {
    padding: 8px 16px 16px;
  }
}
.sec09__item-bottom-body .thumbnail {
  margin-top: -8px;
  flex: 0 0 305px;
}
@media screen and (max-width:900px) {
  .sec09__item-bottom-body .thumbnail {
    margin-top: 0;
    flex: initial;
  }
}
.sec09__item-bottom-body .thumbnail img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec09__item-bottom-body .body {
  flex: 1 1 auto;
  padding-top: 24px;
}
@media screen and (max-width:900px) {
  .sec09__item-bottom-body .body {
    flex: initial;
    padding-top: 0;
  }
}
@media screen and (max-width:768px) {
  .sec09__item-bottom-body .body {
    margin-right: -10px;
    margin-left: -10px;
  }
}
.sec09__item-bottom-body .title {
  color: #F6D685;
  text-align: left;
  text-shadow: 2px 2px 0px #0E0E0F;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 4px;
}
@media screen and (max-width:1240px) {
  .sec09__item-bottom-body .title {
    font-size: 46px;
    letter-spacing: 4.6px;
  }
}
@media screen and (max-width:1024px) {
  .sec09__item-bottom-body .title {
    font-size: 37px;
    letter-spacing: 3.7px;
  }
}
@media screen and (max-width:900px) {
  .sec09__item-bottom-body .title {
    font-size: 24px;
    letter-spacing: 2.4px;
    text-align: center;
  }
}
@media screen and (max-width:768px) {
  .sec09__item-bottom-body .title {
    font-size: 21px;
    letter-spacing: 2px;
  }
}
.sec09__item-bottom-body .textarea {
  padding-left: 14px;
}
@media screen and (max-width:900px) {
  .sec09__item-bottom-body .textarea {
    padding-left: 0;
  }
}
.sec09__item-bottom-body .text {
  color: #fff;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 1.6px;
}
@media screen and (max-width:900px) {
  .sec09__item-bottom-body .text {
    font-size: 13px;
    letter-spacing: 1.3px;
    text-align: center;
  }
}

.sec09__down-arrow {
  width: 280px;
  margin: 40px auto 0;
}
@media screen and (max-width:900px) {
  .sec09__down-arrow {
    width: 240px;
    margin: 24px auto 0;
  }
}
.sec09__down-arrow img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec09__btn-wrap {
  text-align: center;
  margin: 60px auto 0;
}
@media screen and (max-width:900px) {
  .sec09__btn-wrap {
    margin: 40px auto 0;
  }
}

/* sec10 */
.sec10 {
  padding: 40px 0;
  background-color: #F0F7FD;
}
@media screen and (max-width:900px) {
  .sec10 {
    padding: 24px 0 40px;
  }
}

.sec10__heading {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 4px;
}
@media screen and (max-width:900px) {
  .sec10__heading {
    font-size: 24px;
    letter-spacing: 2.4px;
  }
}

.sec10__inner {
  max-width: 1232px;
  margin-inline: auto;
  padding: 0 16px;
}

.sec10__items {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media screen and (max-width:900px) {
  .sec10__items {
    margin-top: 24px;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 28px;
  }
}

/* sec11 */
.sec11 {
  padding: 40px 0;
}

.sec11__heading {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 4px;
}
@media screen and (max-width:900px) {
  .sec11__heading {
    font-size: 24px;
    letter-spacing: 2.4px;
  }
}

.sec11__inner {
  max-width: 800px;
  margin-inline: auto;
  padding: 0 16px;
}

.sec11__list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media screen and (max-width:900px) {
  .sec11__list {
    margin-top: 24px;
    row-gap: 24px;
  }
}

.sec11__list-item:nth-of-type(1) .sec11__desc {
  display: block;
}

.sec11__term {
  border-radius: 16px;
  background: #E2F1FF;
  box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.08);
  display: flex;
  gap: 8px;
  padding: 16px 64px 16px 16px;
  cursor: pointer;
  position: relative;
}
.sec11__term::before, .sec11__term::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  width: 16px;
  height: 2px;
  background-color: #2F87D9;
  transition: transform 0.4s ease;
}
.sec11__term.is-open::after {
  transform: translateY(-50%) rotate(90deg);
}

.sec11__q {
  flex: 0 0 40px;
  height: 40px;
  border-radius: 16px;
  background-color: #fff;
  display: grid;
  place-items: center;
  font-family: "Alexandria", sans-serif;
  color: #2F87D9;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width:900px) {
  .sec11__q {
    flex: 0 0 36px;
    height: 36px;
    font-size: 20px;
  }
}

.sec11__q-text {
  display: inline-block;
  margin-top: 7px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 1.6px;
}
@media screen and (max-width:900px) {
  .sec11__q-text {
    font-size: 13px;
    letter-spacing: 1.3px;
  }
}

.sec11__desc {
  padding: 16px 16px;
  background-color: #fff;
  display: none;
}

.sec11__desc-inner {
  display: flex;
  gap: 8px;
}

.sec11__a {
  flex: 0 0 40px;
  height: 40px;
  border-radius: 16px;
  background-color: #E2F1FF;
  color: #2F87D9;
  font-family: "Alexandria", sans-serif;
  font-size: 24px;
  font-weight: 600;
  display: grid;
  place-items: center;
}
@media screen and (max-width:900px) {
  .sec11__a {
    flex: 0 0 36px;
    height: 36px;
    font-size: 20px;
  }
}

.sec11__a-text {
  display: inline-block;
  margin-top: 7px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 1.6px;
}
@media screen and (max-width:900px) {
  .sec11__a-text {
    font-size: 13px;
    letter-spacing: 1.3px;
  }
}

/* sec12 */
.sec12 {
  padding: 40px 0 0;
  background-image: url(../img/sec12-rect.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
@media screen and (max-width:900px) {
  .sec12 {
    padding: 20px 0 80px;
    background-image: url(../img/sp/sec12-bg.png);
  }
}

.sec12__heading {
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width:900px) {
  .sec12__heading {
    width: 248px;
  }
}
.sec12__heading img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec12__inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 16px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width:900px) {
  .sec12__inner {
    padding: 0 30px;
  }
}

.sec12__box {
  margin-top: 40px;
  border-radius: 16px;
  border: 6px solid #2F87D9;
  background: #fff;
  padding: 40px 40px;
}
@media screen and (max-width:900px) {
  .sec12__box {
    margin-top: 24px;
    padding: 16px 16px;
  }
}

.sec12__box-list {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.sec12__box-list-item {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width:900px) {
  .sec12__box-list-item {
    gap: 8px;
  }
}

.sec12__box-icon {
  flex: 0 0 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width:900px) {
  .sec12__box-icon {
    flex: 0 0 36px;
    height: 36px;
  }
}

.sec12__box-text {
  flex: 1 1 auto;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 2.4px;
}
@media screen and (max-width:900px) {
  .sec12__box-text {
    font-size: 18px;
    letter-spacing: 1.8px;
  }
}

.sec12__bottom {
  margin: 40px auto 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width:900px) {
  .sec12__bottom {
    margin: 24px auto 0;
  }
}

.sec12__bottom-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width:900px) {
  .sec12__bottom-text {
    gap: 4px;
  }
}
.sec12__bottom-text .colored {
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  background-color: #C79C64;
  padding: 0 8px;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 4px;
  text-align: center;
}
@media screen and (max-width:900px) {
  .sec12__bottom-text .colored {
    font-size: 24px;
    letter-spacing: 2.4px;
  }
}
@media screen and (max-width:900px) {
  .sec12__bottom-text.pc {
    display: none;
  }
}
.sec12__bottom-text.sp {
  display: none;
}
@media screen and (max-width:900px) {
  .sec12__bottom-text.sp {
    display: flex;
  }
}

/* sec13 */
.sec13 {
  padding: 80px 0 80px;
  position: relative;
}
.sec13::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 80px;
  background-color: #F0F7FD;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%, 0 0);
          clip-path: polygon(0 0, 100% 0, 50% 100%, 0 0);
  z-index: 1;
}
@media screen and (max-width:768px) {
  .sec13::before {
    content: none;
  }
}
@media screen and (max-width:900px) {
  .sec13 {
    padding: 0 0 40px;
  }
}

.sec13__container {
  max-width: 1342px;
  margin-inline: auto;
  padding: 0 16px;
  position: relative;
}
.sec13__container::after {
  content: "";
  position: absolute;
  bottom: -80px;
  right: 0;
  background-image: url(../img/supporter10-r.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: block;
  width: 340px;
  height: 570px;
}
@media screen and (max-width:1240px) {
  .sec13__container::after {
    content: none;
  }
}

.sec13__inner {
  max-width: 762px;
  margin-inline: auto;
}

@media screen and (max-width:900px) {
  .sec13__heading-block {
    width: 75%;
    margin: 0 auto;
  }
}
@media screen and (max-width:600px) {
  .sec13__heading-block {
    width: 100%;
  }
}
.sec13__heading-block img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec13__down-arrow {
  width: 480px;
  margin: 40px auto 0;
}
@media screen and (max-width:900px) {
  .sec13__down-arrow {
    width: 240px;
    margin: 24px auto 0;
  }
}
.sec13__down-arrow img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec13__btn-wrap {
  margin: 60px auto 0;
  text-align: center;
}
@media screen and (max-width:768px) {
  .sec13__btn-wrap {
    margin: 40px auto 0;
  }
}/*# sourceMappingURL=style.css.map */