@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
/* reset CSS */
*,
::after,
::before {
  box-sizing: border-box;
}

section,
header,
footer,
nav,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
pre,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea {
  font-size: 100%;
  vertical-align: middle;
}

body,
div,
p,
address,
dl,
dt,
dd,
ul,
ol,
li {
  margin: 0;
  padding: 0;
}

img {
  display: inline-block;
  border: none;
  max-width: 100%;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
  word-break: break-all;
}

input {
  line-height: 100%;
}

ol,
ul {
  list-style-type: none;
}

label {
  cursor: pointer;
}

address {
  font-style: normal;
}

article,
aside,
header,
hgroup,
footer,
nav,
section,
dialog,
figure {
  display: block;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  max-width: 100%;
}

canvas,
img,
svg,
video {
  height: auto;
}

audio {
  width: 100%;
}

svg {
  overflow: hidden;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

@keyframes fadeInText {
  0% {
    -webkit-transform: translateY(8px) rotate(3deg);
    transform: translateY(8px) rotate(3deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(-3px) rotate(-3deg);
    transform: translateY(-3px) rotate(-3deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
    opacity: 1;
  }
}
:root {
  --font-ja: "Noto Sans JP", sans-serif;
  --font-en: "Inter", sans-serif;
  --font-light: 300;
  --font-regular: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --font-bold: 700;
  --font-black: 900;
  --ease: 0.6s cubic-bezier(0.09, 0.43, 0.1, 0.79);
  --transition-hover: 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  --regular: 400;
  --medium: 500;
  --semibold: 600;
  --bold: 700;
  --white: #fff;
  --black: #000;
  --blue: #a0d8e9;
  --blue2: #6289c6;
  --blue3: #225a95;
  --red: #cc2525;
  --yellow: #faee00;
  --shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
  --bdrs: 0.4rem;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-break: normal;
  overflow-wrap: break-word;
  text-underline-offset: 0.125em;
}

html {
  font-size: 0.725vw;
}

html {
  font-size: 62.5%;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 2.2vw;
  }
}
body {
  position: relative;
  font-family: YakuHanJP_Narrow, "Inter", var(--font-ja);
  font-weight: var(--font-regular);
  font-style: normal;
  font-kerning: none;
  font-size: clamp(1.4rem, 1.267rem + 0.174vw, 1.6rem);
  color: var(--black);
  letter-spacing: 0.05rem;
  line-height: 1.8;
}

section figure,
header figure,
footer figure,
div figure {
  margin: 0;
}

a,
button,
input,
select,
textarea {
  transition: all var(--transition-hover);
}

a {
  color: var(--black);
  text-decoration: none;
  word-wrap: break-word;
}

@media screen and (min-width: 821px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    opacity: 1;
  }
}
@media screen and (min-width: 821px) {
  .lg-hide {
    display: none !important;
  }
  .lg-visible {
    display: inherit !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 820px) {
  .md-hide {
    display: none !important;
  }
  .md-visible {
    display: inherit !important;
  }
}
@media screen and (max-width: 767px) {
  .sm-hide {
    display: none !important;
  }
  .sm-visible {
    display: inherit !important;
  }
}
.red {
  color: var(--red) !important;
}

.black {
  color: var(--black) !important;
}

.pt0 {
  padding-top: 0 !important;
}

.container {
  position: relative;
  margin-inline: auto;
  padding-right: clamp(2rem, -10rem + 15.625vw, 20rem);
  padding-left: clamp(2rem, -10rem + 15.625vw, 20rem);
}
.container-sm {
  position: relative;
  margin-inline: auto;
  padding-right: clamp(4rem, -20rem + 31.25vw, 40rem);
  padding-left: clamp(4rem, -20rem + 31.25vw, 40rem);
}

:root {
  --contentWidthSp: 89.3333333333vw;
  --contentWidthPc: min(120rem, 90vw);
}

.logo {
  position: absolute;
  z-index: 2;
}
.logo img {
  width: 18rem;
  height: 3.5rem;
}
@media screen and (max-width: 767px) {
  .logo {
    top: 2rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) {
  .logo {
    top: 5rem;
    left: 5rem;
  }
  .logo img {
    width: 23.2rem;
    height: 4.5rem;
  }
}

.sec {
  position: relative;
  width: var(--contentWidthPc);
  margin-inline: auto;
  margin-top: clamp(5rem, 1.667rem + 4.34vw, 10rem);
  padding: clamp(2rem, -3.333rem + 6.944vw, 10rem);
  background-color: var(--white);
  border-radius: 2rem;
}
.sec0 {
  width: 100%;
  padding-top: clamp(8rem, 6.667rem + 1.736vw, 10rem);
  background-color: var(--blue);
}
.sec0 p {
  text-align: center;
}
.sec0 p span {
  padding: 1rem 3rem;
  background-color: var(--white);
  font-size: clamp(1.8rem, 1.267rem + 0.694vw, 2.6rem);
  font-weight: var(--semibold);
  letter-spacing: 0.5rem;
}
.sec0-inner {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: var(--contentWidthPc);
  margin-inline: auto;
  padding-top: clamp(2rem, 0rem + 2.604vw, 5rem);
}
@media screen and (max-width: 767px) {
  .sec0-inner {
    display: grid;
    grid-template-columns: 1fr 60% 1fr;
  }
}
.sec0-inner .sec0-left {
  order: 1;
}
.sec0-inner .sec0-center {
  order: 2;
  padding-bottom: clamp(2rem, 0rem + 2.604vw, 5rem);
}
.sec0-inner .sec0-right {
  order: 3;
}
.sec1 {
  padding-top: 0;
}
.sec1-title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .sec1-title {
    flex-direction: column;
    align-items: center;
  }
}
.sec1-title h2 {
  position: relative;
  font-size: clamp(3rem, -2.333rem + 6.944vw, 6rem);
  font-weight: var(--semibold);
  text-align: right;
  line-height: 1.4;
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 767px) {
  .sec1-title h2 {
    order: 2;
  }
}
.sec1-title-up {
  position: absolute;
  left: 4vw;
  bottom: -4vw;
}
@media screen and (min-width: 768px) {
  .sec1-title-up {
    left: -2vw;
    bottom: -2vw;
  }
}
@media screen and (max-width: 767px) {
  .sec1-title-up img {
    width: 22vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .sec1-title-up img {
    width: 15vw;
  }
}
.sec1-title-photo {
  position: relative;
}
.sec1-title-photo img {
  top: -2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec1-title-photo {
    order: 1;
    width: 50%;
  }
}
.sec1-lead {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding-top: 2rem;
  font-size: clamp(1.8rem, 1.533rem + 0.347vw, 2.2rem);
  font-weight: var(--semibold);
  text-align: center;
  line-height: 1.4;
}
.sec1-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: clamp(2rem, 0rem + 2.604vw, 5rem);
  margin-top: clamp(3rem, 1rem + 2.604vw, 6rem);
}
@media screen and (max-width: 767px) {
  .sec1-item {
    flex-direction: column;
  }
}
.sec1-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--blue);
}
@media screen and (min-width: 768px) {
  .sec1-item::before {
    width: clamp(0.5rem, 0.167rem + 0.434vw, 1rem);
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sec1-item-text {
    order: 2;
  }
}
@media screen and (min-width: 768px) {
  .sec1-item-text {
    width: 60%;
    padding-left: clamp(2rem, 0rem + 2.604vw, 5rem);
  }
}
@media screen and (max-width: 767px) {
  .sec1-item-photo {
    order: 1;
  }
}
@media screen and (min-width: 768px) {
  .sec1-item-photo {
    flex: 1 0 0;
  }
}
.sec1-item-photo img {
  border-radius: 1rem;
}
.sec1-item-head {
  display: flex;
  align-items: center;
  gap: clamp(1.5rem, 0.5rem + 1.302vw, 3rem);
  padding-bottom: clamp(1rem, -0.333rem + 1.736vw, 3rem);
}
.sec1-item-head-number {
  font-size: clamp(5rem, 1.667rem + 4.34vw, 10rem);
  font-family: var(--font-en);
  font-weight: var(--semibold);
  color: var(--yellow);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
  line-height: 1;
}
.sec1-item-head-title {
  font-size: clamp(2rem, 1.067rem + 1.215vw, 3.4rem);
  font-weight: var(--semibold);
}
@media screen and (max-width: 767px) {
  .sec2 {
    padding-bottom: 4rem;
  }
}
.sec2-title {
  text-align: center;
}
.sec2-title-inner {
  display: inline-flex;
  flex-direction: column;
}
.sec2-title strong {
  display: block;
  font-size: clamp(2rem, 1.333rem + 0.868vw, 3rem);
  text-align: center;
}
.sec2-title h2 {
  font-size: clamp(2.8rem, 1.333rem + 1.91vw, 5rem);
  font-weight: var(--semibold);
  line-height: 1.4;
  text-align: center;
}
.sec2-title h2 sup {
  font-size: clamp(1rem, 0.867rem + 0.174vw, 1.2rem);
}
.sec2-title h2 span {
  position: relative;
}
.sec2-title h2 span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../img/up.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 7rem;
  height: 5.4rem;
}
@media screen and (min-width: 768px) {
  .sec2-title h2 span::before {
    width: 10rem;
    height: 7.7rem;
  }
}
.sec2-title h2 em {
  position: relative;
  font-style: normal;
  font-weight: var(--bold);
}
.sec2-title-caption {
  font-size: clamp(1rem, 0.867rem + 0.174vw, 1.2rem);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sec2-title-caption {
    text-align: right;
  }
}
.sec2-title-caption span {
  font-weight: var(--semibold);
}
.sec2-title-lead {
  font-size: clamp(1.8rem, 1.4rem + 0.521vw, 2.4rem);
}
@media screen and (min-width: 768px) {
  .sec2-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(3rem, 1rem + 2.604vw, 6rem);
  }
}
.sec2-items-lead {
  font-size: clamp(1.6rem, 1.333rem + 0.347vw, 2rem);
  padding-block: clamp(3rem, 1.667rem + 1.736vw, 5rem);
  text-align: center;
}
.sec2-items-lead span {
  border-bottom: 1px solid var(--black);
}
.sec2-item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec2-item:nth-child(n+2) {
    margin-top: 4rem;
  }
}
.sec2-item-balloon {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .sec2-item-balloon {
    top: -2rem;
  }
}
.sec2-item-head {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1.5rem, 0.5rem + 1.302vw, 3rem);
  aspect-ratio: 1;
  background-color: var(--yellow);
  border-radius: 9999rem;
  text-align: center;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .sec2-item-head {
    width: 80%;
  }
}
@media screen and (min-width: 768px) {
  .sec2-item-head {
    height: clamp(20rem, 13.333rem + 8.681vw, 30rem);
  }
}
.sec2-item-head-title {
  font-size: clamp(2rem, 1.6rem + 0.521vw, 2.6rem);
  font-weight: var(--bold);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec2-item-head-title {
    font-size: 2.6rem;
  }
}
.sec2-item-subtitle {
  padding-block: clamp(1.5rem, 0.5rem + 1.302vw, 3rem);
  font-size: clamp(1.8rem, 1.667rem + 0.174vw, 2rem);
  font-weight: var(--semibold);
  line-height: 1.4;
  text-align: center;
}
.sec2-item ol {
  counter-reset: circle 0;
}
.sec2-item ol li {
  position: relative;
  padding-left: 2.4rem;
}
.sec2-item ol li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "(" counter(circle) ")";
  counter-increment: circle 1;
}
.sec2-flow {
  display: flex;
  align-items: stretch;
  gap: clamp(2rem, 0rem + 2.604vw, 5rem);
  margin-top: clamp(3rem, 2.333rem + 0.868vw, 4rem);
}
@media screen and (min-width: 768px) {
  .sec2-flow {
    align-items: center;
  }
}
.sec2-flow:not(:last-child) {
  margin-bottom: 3rem;
  padding-bottom: 5rem;
  border-bottom: 1px dashed #000;
}
.sec2-flow-title {
  margin-top: clamp(3rem, 1rem + 2.604vw, 6rem);
  font-size: clamp(2.2rem, 1.267rem + 1.215vw, 3.6rem);
  font-weight: var(--semibold);
  text-align: center;
}
.sec2-flow-title span {
  position: relative;
}
.sec2-flow-title span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../img/up.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 10rem;
  height: 7.68rem;
}
.sec2-flow-title span em {
  position: relative;
  font-style: normal;
}
.sec2-flow-head {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 5rem;
  padding: 2rem 1rem 1rem;
  font-size: clamp(2rem, 1.6rem + 0.521vw, 2.6rem);
  font-weight: var(--semibold);
  color: var(--white);
  text-align: center;
  border-radius: 1rem 1rem 0 0;
}
@media screen and (min-width: 768px) {
  .sec2-flow-head {
    width: 12rem;
  }
}
.sec2-flow-head::after {
  content: "";
  bottom: -2rem;
  left: 0;
  position: absolute;
  display: block;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  width: 100%;
  height: 2rem;
}
@media screen and (min-width: 768px) {
  .sec2-flow-head::after {
    bottom: -3.5rem;
    height: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec2-flow-head p {
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}
@media screen and (max-width: 767px) {
  .sec2-flow-head strong {
    display: none;
  }
}
.sec2-flow:nth-child(1) .sec2-flow-head {
  background-color: #89c997;
}
.sec2-flow:nth-child(1) .sec2-flow-head::after {
  background-color: #89c997;
}
.sec2-flow:nth-child(2) .sec2-flow-head {
  background-color: #5dc2d0;
}
.sec2-flow:nth-child(2) .sec2-flow-head::after {
  background-color: #5dc2d0;
}
.sec2-flow:nth-child(3) .sec2-flow-head {
  background-color: #65aadd;
}
.sec2-flow:nth-child(3) .sec2-flow-head::after {
  background-color: #65aadd;
}
.sec2-flow:nth-child(4) .sec2-flow-head {
  background-color: #5185c5;
}
.sec2-flow:nth-child(4) .sec2-flow-head::after {
  background-color: #5185c5;
}
@media screen and (max-width: 767px) {
  .sec2-flow-icon {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sec2-flow-icon-sp {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .sec2-flow-icon-sp {
    display: none;
  }
}
.sec2-flow-icon-sp img {
  width: 15vw;
}
.sec2-flow-icon-sp strong {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .sec2-flow-text {
    flex: 1 0 0;
  }
}
.sec2-flow ul {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .sec2-flow ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2rem;
    row-gap: 1rem;
  }
}
.sec3 {
  position: relative;
  text-align: center;
}
.sec3-inner {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .sec3-photo {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .sec3-title {
    flex: 1 0 0;
  }
}
.sec3-title h2 {
  text-align: center;
  font-size: clamp(2.6rem, 0.333rem + 2.951vw, 6rem);
  font-weight: var(--semibold);
  line-height: 1.4;
}
.sec3-subtitle {
  text-align: center;
  font-size: clamp(1.8rem, 1rem + 1.042vw, 3rem);
  font-weight: var(--semibold);
}
.sec3-titlenote {
  display: block;
  font-size: clamp(1.2rem, 1.067rem + 0.174vw, 1.4rem);
  text-align: center;
}
.sec3-lead {
  padding-bottom: 2rem;
  font-size: clamp(1.6rem, 1.333rem + 0.347vw, 2rem);
  text-align: center;
}
.sec3-ranking img {
  max-width: inherit;
  width: 600px;
}
@media screen and (min-width: 768px) {
  .sec3-ranking img {
    width: 100%;
  }
}
.sec3 .note {
  padding-top: 1rem;
  font-size: clamp(1rem, 0.867rem + 0.174vw, 1.2rem);
  text-align: right;
}
.sec4-ill {
  position: absolute;
  bottom: -5rem;
  right: -2rem;
}
.sec4-title h2 {
  text-align: center;
  font-size: clamp(2.2rem, -0.333rem + 3.299vw, 6rem);
  font-weight: var(--semibold);
}
.sec4-subtitle {
  text-align: center;
  font-size: clamp(2.2rem, 1.667rem + 0.694vw, 3rem);
  font-weight: var(--semibold);
}
.sec4-lead {
  text-align: center;
  font-size: clamp(1.6rem, 1.333rem + 0.347vw, 2rem);
}
.sec4-reson {
  margin-top: clamp(1rem, 0.333rem + 0.868vw, 2rem);
}
@media screen and (min-width: 768px) {
  .sec4-reson {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(2rem, 0rem + 2.604vw, 5rem);
  }
}
.sec4-reson-item {
  padding-block: clamp(2rem, 1.333rem + 0.868vw, 3rem);
  background-color: #f2f2f2;
  border-radius: 1rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec4-reson-item:nth-child(n+2) {
    margin-top: 2rem;
  }
}
.sec4-reson-number {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.sec4-reson-number span {
  font-size: clamp(1.6rem, 1.333rem + 0.347vw, 2rem);
  font-weight: var(--semibold);
}
.sec4-reson-number em {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--black);
  font-size: clamp(2.2rem, 1.667rem + 0.694vw, 3rem);
  font-weight: var(--semibold);
  font-style: normal;
  color: var(--white);
  width: 4rem;
  height: 4rem;
  border-radius: 9999rem;
}
@media screen and (min-width: 768px) {
  .sec4-reson-number em {
    width: 5rem;
    height: 5rem;
  }
}
.sec4-reson-text {
  padding-top: 1rem;
  font-size: clamp(1.6rem, 1.333rem + 0.347vw, 2rem);
}
.sec4-successful {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .sec4-successful {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
.sec4-successful-title {
  margin-top: clamp(3rem, 1rem + 2.604vw, 6rem);
}
.sec4-successful-title h3 {
  text-align: center;
  font-size: clamp(2.2rem, 1rem + 1.563vw, 4rem);
  font-weight: var(--semibold);
}
.sec4-successful-subtitle {
  text-align: center;
  font-size: clamp(1.8rem, 1rem + 1.042vw, 3rem);
  font-weight: var(--semibold);
}
.sec4-successful-update {
  font-size: clamp(1.2rem, 1.067rem + 0.174vw, 1.4rem);
  text-align: right;
}
.sec4-successful li {
  margin-top: 2rem;
  padding: 2rem;
  background-color: var(--blue);
  border-radius: 1rem;
  text-align: center;
}
.sec4-successful-head h4 {
  font-size: clamp(1.8rem, 1.533rem + 0.347vw, 2.2rem);
  font-weight: var(--semibold);
}
.sec4-successful-head span {
  padding: 0.25rem 1rem;
  background-color: var(--white);
  border: 1px solid var(--black);
}
.sec4-successful-total {
  padding-block: clamp(1rem, 0.333rem + 0.868vw, 2rem);
}
.sec4-successful-total strong {
  font-size: clamp(6rem, 2rem + 5.208vw, 12rem);
  font-family: var(--font-en);
  font-weight: var(--semibold);
  line-height: 1;
}
.sec4-successful-total span {
  font-size: clamp(1.8rem, 1.533rem + 0.347vw, 2.2rem);
  font-weight: var(--semibold);
}
.sec5 {
  padding-bottom: 0;
}
.sec5::before, .sec5::after {
  content: "";
  position: absolute;
  top: -2rem;
  width: 12vw;
  height: 12.4rem;
}
@media screen and (min-width: 768px) {
  .sec5::before, .sec5::after {
    display: none;
  }
}
.sec5::before {
  left: 2rem;
  background: url(../img/sec5-lead1.svg) no-repeat 0 0/contain;
}
.sec5::after {
  right: 2rem;
  background: url(../img/sec5-lead2.svg) no-repeat 0 0/contain;
}
.sec5-title {
  font-weight: var(--semibold);
  text-align: center;
}
.sec5-title p {
  font-size: clamp(2rem, 1.333rem + 0.868vw, 3rem);
}
.sec5-title h2 {
  font-size: clamp(3rem, 1rem + 2.604vw, 6rem);
  line-height: 1.4;
}
.sec5-subtitle {
  display: flex;
  align-items: center;
  margin-top: clamp(3rem, 1.667rem + 1.736vw, 5rem);
  margin-bottom: clamp(1.5rem, 0.5rem + 1.302vw, 3rem);
  font-size: clamp(2rem, 1.2rem + 1.042vw, 3.2rem);
  font-weight: var(--semibold);
}
.sec5-subtitle::before, .sec5-subtitle::after {
  content: "";
  background-color: var(--blue);
  flex-grow: 1;
  height: clamp(0.2rem, 0rem + 0.26vw, 0.5rem);
}
.sec5-subtitle::before {
  margin-right: 2rem;
}
.sec5-subtitle::after {
  margin-left: 2rem;
}
.sec5-lead {
  display: flex;
  gap: 5rem;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec5-lead {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec5-lead figure {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sec5-data-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6rem;
  }
}
.sec5-data-items img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec5-data-item:nth-child(n+2) {
    margin-top: 4rem;
  }
}
.sec5-data-head {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sec5-data-head {
    padding-bottom: 1rem;
  }
}
.sec5-data-head span {
  font-size: clamp(1.2rem, 1.067rem + 0.174vw, 1.4rem);
}
.sec5-data-head h4 {
  font-size: clamp(1.6rem, 1.333rem + 0.347vw, 2rem);
  font-weight: var(--semibold);
}
.sec5-copy {
  display: flex;
  gap: 5rem;
  justify-content: center;
  margin-top: clamp(5rem, 1.667rem + 4.34vw, 10rem);
  text-align: center;
}
.sec5-copy-text p {
  font-size: clamp(1.8rem, 1.533rem + 0.347vw, 2.2rem);
}
.sec5-copy-text strong {
  font-size: clamp(3rem, 1.4rem + 2.083vw, 5.4rem);
  font-weight: var(--bold);
}
@media screen and (max-width: 767px) {
  .sec5-copy figure {
    display: none;
  }
}
.sec5-copy-sp {
  display: flex;
  gap: 5rem;
  justify-content: center;
  width: 70%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .sec5-copy-sp {
    display: none;
  }
}
.sec6 {
  padding-top: 0;
  background-color: #fff3c3;
}
.sec6-photo {
  position: absolute;
  top: -2rem;
  right: 2rem;
  border: 1px solid var(--black);
  border-radius: 9999rem;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .sec6-photo {
    width: 10rem;
    height: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .sec6-photo {
    display: none;
  }
}
.sec6-photo-sp {
  position: absolute;
  top: -2rem;
  right: -0.5rem;
  border: 1px solid var(--black);
  border-radius: 9999rem;
  width: 16vw;
}
@media screen and (min-width: 768px) {
  .sec6-photo-sp {
    display: none;
  }
}
.sec6-text {
  padding-block: clamp(2rem, 0.667rem + 1.736vw, 4rem);
  font-size: clamp(1.8rem, 1.533rem + 0.347vw, 2.2rem);
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .sec6-dream {
    display: flex;
    align-items: center;
    gap: 2rem;
  }
}
@media screen and (max-width: 999px) {
  .sec6-dream p {
    padding-top: 1rem;
  }
}
.sec6-dream-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .sec6-dream-list {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .sec6-dream-list {
    gap: 2rem;
  }
}
.sec6-dream-list span {
  padding: 1rem 2rem;
  background-color: var(--white);
  border: 1px solid var(--black);
  border-radius: 9999rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .sec6-dream-list span {
    padding: 1rem 3rem;
  }
}
.sec6-support {
  position: relative;
  padding: clamp(2rem, 0rem + 2.604vw, 5rem);
  background-color: var(--white);
  border-radius: 2rem;
}
@media screen and (min-width: 768px) {
  .sec6-support {
    display: grid;
    grid-template-columns: 30% 1fr;
    gap: clamp(2rem, 0rem + 2.604vw, 5rem);
  }
}
.sec6-support-head {
  position: relative;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .sec6-support-head {
    text-align: center;
  }
}
.sec6-support-head p {
  font-size: clamp(2.2rem, 1.533rem + 0.868vw, 3.2rem);
  font-weight: var(--semibold);
  line-height: 1.4;
}
.sec6-support-title {
  font-size: clamp(3rem, 1.667rem + 1.736vw, 5rem);
  font-weight: var(--semibold);
  line-height: 1.4;
}
.sec6-support-list li {
  display: flex;
  column-gap: 0.4em;
  align-items: center;
  padding-block: 1rem;
  border-bottom: 1px dashed var(--black);
}
@media screen and (max-width: 767px) {
  .sec6-support-list li {
    line-height: 1.4;
  }
}
.sec6-support-list li::before {
  content: "";
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 0.5em;
  height: 0.5em;
  background-color: var(--blue);
  border-radius: 100%;
}
.sec7 {
  width: min(160rem, 90vw);
  margin-inline: auto;
  margin-top: clamp(5rem, 1.667rem + 4.34vw, 10rem);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .sec7 {
    grid-template-columns: repeat(4, 1fr);
    gap: 4rem;
  }
}
.sec7 a {
  background-color: #fff;
  overflow: hidden;
  border-radius: 1rem;
}
.sec7 a:hover {
  opacity: 0.8;
}

.main {
  position: relative;
  display: block;
  width: 100%;
  overflow-x: hidden;
  background: repeating-linear-gradient(-45deg, #a0d8e9, #a0d8e9 10px, #e0f1f7 0, #e0f1f7 20px);
}

.footer {
  padding-top: clamp(5rem, -2.5rem + 9.766vw, 10rem);
  padding-bottom: clamp(5rem, -2.5rem + 9.766vw, 10rem);
}
.footer-copyright {
  font-weight: var(--font-light);
  font-family: var(--font-ja-fot70);
  font-size: clamp(1rem, 0.7rem + 0.391vw, 1.2rem);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer-copyright {
    letter-spacing: 0;
  }
}

.scroll-hint-icon-blue {
  background-color: var(--blue);
}

u {
  text-underline-offset: 0.25em;
}

@page {
  margin: 0mm 5mm;
  size: A4 portrait;
}
.js-text span {
  opacity: 0;
  display: inline-block;
  -webkit-transform: translateY(60%);
  transform: translateY(60%);
}

.js-text.act span:nth-child(1) {
  animation: fadeInText 0.3s ease-out 0.3s forwards;
}

.js-text.act span:nth-child(2) {
  animation: fadeInText 0.3s ease-out 0.4s forwards;
}

.js-text.act span:nth-child(3) {
  animation: fadeInText 0.3s ease-out 0.5s forwards;
}

.js-text.act span:nth-child(4) {
  animation: fadeInText 0.3s ease-out 0.6s forwards;
}

.js-text.act span:nth-child(5) {
  animation: fadeInText 0.3s ease-out 0.7s forwards;
}

.js-text.act span:nth-child(6) {
  animation: fadeInText 0.3s ease-out 0.8s forwards;
}

.js-text.act span:nth-child(7) {
  animation: fadeInText 0.3s ease-out 0.9s forwards;
}

.js-text.act span:nth-child(8) {
  animation: fadeInText 0.3s ease-out 1s forwards;
}

.js-text.act span:nth-child(9) {
  animation: fadeInText 0.3s ease-out 1.1s forwards;
}

.js-text.act span:nth-child(10) {
  animation: fadeInText 0.3s ease-out 1.2s forwards;
}

.js-text.act span:nth-child(11) {
  animation: fadeInText 0.3s ease-out 1.3s forwards;
}

.js-text.act span:nth-child(12) {
  animation: fadeInText 0.3s ease-out 1.4s forwards;
}

.js-text.act span:nth-child(13) {
  animation: fadeInText 0.3s ease-out 1.5s forwards;
}

.js-text.act span:nth-child(14) {
  animation: fadeInText 0.3s ease-out 1.6s forwards;
}

.js-text.act span:nth-child(15) {
  animation: fadeInText 0.3s ease-out 1.7s forwards;
}

.js-text.act span:nth-child(16) {
  animation: fadeInText 0.3s ease-out 1.8s forwards;
}

.js-text.act span:nth-child(17) {
  animation: fadeInText 0.3s ease-out 1.9s forwards;
}

.js-text.act span:nth-child(18) {
  animation: fadeInText 0.3s ease-out 2s forwards;
}

.js-text.act span:nth-child(19) {
  animation: fadeInText 0.3s ease-out 2.1s forwards;
}

.js-text.act span:nth-child(20) {
  animation: fadeInText 0.3s ease-out 2.2s forwards;
}

.js-scrollable {
  margin-bottom: 1rem;
}

.note {
  font-size: clamp(1.2rem, 1.133rem + 0.087vw, 1.3rem);
}/*# sourceMappingURL=style.css.map */