@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins:wght@400;700&family=Zen+Kaku+Gothic+New:wght@400;700&display=swap");

@keyframes anim-marquee {
  0% {
    mask-position: left 0 top 0;
  }

  100% {
    mask-position: left -2093px top 0;
  }
}

@keyframes anim-marquee-sp {
  0% {
    mask-position: left 0 top 0;
  }

  100% {
    mask-position: left -1047px top 0;
  }
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  cursor: default;
  overflow: auto;
  scroll-behavior: smooth;
}

body {
  background: #025ab4 url("../images/web-aio/page_bg.png") center top/180px auto repeat;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
}

@media (max-width: 640px) {
  body {
    background-size: 90px auto;
  }
}

b, strong {
  font-weight: inherit;
}

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

#web-aio {
  overflow: hidden;
  position: relative;
}

#web-aio::before {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  mix-blend-mode: lighten;
  opacity: 0.7;
  pointer-events: none;
  position: absolute;
  z-index: -1;
  aspect-ratio: 2852/1640;
  background-image: url("../images/web-aio/mainvisual_bg.png");
  background-size: 1426px auto;
  left: 0;
  top: 0;
  width: 100%;
}

@media (max-width: 1024px) {
  #web-aio::before {
    background-size: 100% auto;
  }
}

@media (max-width: 1024px) {
  #web-aio::before {
    aspect-ratio: 905/1281;
    background-image: url("../images/web-aio/mainvisual_bg-sp.png");
    background-size: 453px auto;
  }
}

.web-aio-header {
  padding: 24px 0;
}

@media (max-width: 640px) {
  .web-aio-header {
    padding: 12px 0;
  }
}

.web-aio-header__inner.common-inner {
  max-width: 1350px;
}

.web-aio-header-logo__link {
  display: block;
  line-height: 1;
  width: 128px;
}

.web-aio-footer {
  background-color: #fff;
  color: #959595;
  padding: 24px 0;
  text-align: center;
}

@media (max-width: 640px) {
  .web-aio-footer {
    padding: 12px 0;
  }
}

.web-aio-footer-copy {
  font-size: 12px;
  font-size: 0.75rem;
}

.for-pc {
  display: block;
}

@media (max-width: 1024px) {
  .for-pc {
    display: none;
  }
}

.for-pc-tb {
  display: block;
}

@media (max-width: 640px) {
  .for-pc-tb {
    display: none;
  }
}

.for-tb-sp {
  display: none;
}

@media (max-width: 1024px) {
  .for-tb-sp {
    display: block;
  }
}

.for-sp {
  display: none;
}

@media (max-width: 640px) {
  .for-sp {
    display: block;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.common-button-type01 {
  align-items: center;
  backdrop-filter: blur(4px);
  background-color: #f65a23;
  border-radius: 9999px;
  border: #f65a23 solid 1px;
  color: #fff;
  display: flex;
  gap: 0 12px;
  justify-content: center;
  min-height: 70px;
  padding: 4px 46px;
  position: relative;
  text-align: center;
  transition: background-color 0.2s, color 0.2s;
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
}

@media (max-width: 640px) {
  .common-button-type01 {
    min-height: 60px;
    font-size: 16px;
    font-size: 1rem;
  }
}

.common-button-type01::before {
  aspect-ratio: 10/16;
  background-color: currentColor;
  content: "";
  display: block;
  mask: url("../images/web-aio/icon-arrow-right.svg") center center/contain no-repeat;
  position: absolute;
  right: 24px;
  top: calc(50% - 8px);
  width: 10px;
}

@media (max-width: 640px) {
  .common-button-type01::before {
    top: calc(50% - 6px);
    width: 8px;
  }
}

.common-button-type01__icon {
  line-height: 1;
}

.common-button-type01__icon svg {
  fill: currentColor;
  width: 1em;
}

@media (hover: hover) {
  .common-button-type01:hover {
    background-color: #fff;
    color: #f65a23;
  }
}

.common-button-type01--typeA {
  background-color: #fff;
  border-color: #fff;
  color: #025ab4;
}

@media (hover: hover) {
  .common-button-type01--typeA:hover {
    background-color: transparent;
    color: #fff;
  }
}

.common-button-type01--typeB {
  background-color: transparent;
  border-color: #025ab4;
  color: #025ab4;
}

@media (hover: hover) {
  .common-button-type01--typeB:hover {
    background-color: #025ab4;
    color: #fff;
  }
}

.common-heading-type01 {
  align-content: flex-start;
  display: grid;
  gap: 24px;
  line-height: 1.4;
  margin-bottom: 48px;
  text-align: center;
}

@media (max-width: 640px) {
  .common-heading-type01 {
    gap: 12px;
    margin-bottom: 24px;
  }
}

.common-heading-type01__subtitle {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
}

@media (max-width: 640px) {
  .common-heading-type01__subtitle {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.common-heading-type01__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 36px;
  font-size: 2.25rem;
}

@media (max-width: 640px) {
  .common-heading-type01__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.common-heading-type01--typeA {
  text-align: left;
}

.common-heading-type01--typeB {
  display: flex;
  flex-flow: row-reverse;
  justify-content: center;
  letter-spacing: 0.25em;
  text-align: left;
}

.common-heading-type01--typeB .common-heading-type01__subtitle, .common-heading-type01--typeB .common-heading-type01__title {
  writing-mode: vertical-rl;
}

.common-heading-type02 {
  color: #000;
  line-height: 1.4;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}

.common-heading-type02 strong {
  color: #f65a23;
}

.common-inner {
  margin: 0 auto;
  max-width: 1088px;
  padding: 0 24px;
  width: 100%;
}

.common-marquee {
  animation: anim-marquee 30s linear infinite;
  height: 135px;
  mask: url("../images/web-aio/marquee.svg") left 0 top 0/2093px 135px repeat-x;
  position: relative;
  width: 100%;
}

@media (max-width: 640px) {
  .common-marquee {
    animation-name: anim-marquee-sp;
    height: 68px;
    mask-size: 1047px 68px;
  }
}

.common-section-type01 {
  padding: 120px 0;
}

@media (max-width: 1024px) {
  .common-section-type01 {
    padding: 80px 0;
  }
}

.mainvisual-container__inner {
  align-items: center;
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 320px;
}

@media (max-width: 1024px) {
  .mainvisual-container__inner {
    grid-template-columns: 100%;
  }
}

@media (max-width: 640px) {
  .mainvisual-container__inner {
    gap: 24px 0;
  }
}

.mainvisual-container-text {
  align-content: flex-start;
  display: grid;
  gap: 24px 0;
}

@media (max-width: 640px) {
  .mainvisual-container-text {
    display: contents;
  }
}

.mainvisual-container-text-label__unit {
  background-color: #fff;
  color: #025ab4;
  display: inline-block;
  padding: 4px 8px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
}

@media (max-width: 640px) {
  .mainvisual-container-text-label__unit {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.mainvisual-container-text-heading {
  line-height: 1.4;
  padding-bottom: 24px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 62px;
  font-size: 3.875rem;
}

@media (max-width: 1024px) {
  .mainvisual-container-text-heading {
    font-size: 48px;
    font-size: 3rem;
  }
}

@media (max-width: 640px) {
  .mainvisual-container-text-heading {
    font-size: 31px;
    font-size: 1.9375rem;
  }
}

.mainvisual-container-text-heading span {
  letter-spacing: -0.5em;
}

.mainvisual-container-text-heading strong {
  font-size: 80px;
  font-size: 5rem;
}

@media (max-width: 1024px) {
  .mainvisual-container-text-heading strong {
    font-size: 72px;
    font-size: 4.5rem;
  }
}

@media (max-width: 640px) {
  .mainvisual-container-text-heading strong {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.mainvisual-container-text-description {
  align-content: flex-start;
  display: grid;
  gap: 24px 0;
}

@media (max-width: 640px) {
  .mainvisual-container-text-description {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.mainvisual-container-text-description__catch {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 11px;
  font-size: 0.6875rem;
}

@media (max-width: 640px) {
  .mainvisual-container-text-description__catch {
    font-size: 8px;
    font-size: 0.5rem;
  }
}

.mainvisual-container-text-apply {
  padding-top: 72px;
}

@media (max-width: 640px) {
  .mainvisual-container-text-apply {
    order: 999;
    padding-top: 24px;
  }
}

.mainvisual-container-text-apply-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

@media (max-width: 1024px) {
  .mainvisual-container-text-apply-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .mainvisual-container-text-apply-list {
    grid-template-columns: 100%;
  }
}

.mainvisual-container-text-apply-list__item {
  width: 290px;
}

@media (max-width: 1024px) {
  .mainvisual-container-text-apply-list__item {
    width: 100%;
  }
}

.mainvisual-container-image {
  text-align: center;
}

.mainvisual-container-image img {
  max-width: 360px;
}

.stats {
  position: relative;
}

.stats::before {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  mix-blend-mode: lighten;
  opacity: 0.7;
  pointer-events: none;
  position: absolute;
  z-index: -1;
  aspect-ratio: 494/438;
  background-image: url("../images/web-aio/stats_bg.png");
  bottom: 0;
  right: calc(50% + 360px);
  width: 247px;
}

@media (max-width: 1024px) {
  .stats::before {
    bottom: 210px;
    left: calc(50% + 15px);
    right: unset;
    width: 185px;
  }
}

@media (max-width: 640px) {
  .stats::before {
    bottom: 150px;
    left: calc(50% + 60px);
    width: 124px;
  }
}

.stats-text {
  line-height: 1.4;
  opacity: 0;
  position: relative;
  top: 20px;
  transition: opacity 0.8s, top 0.8s;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 36px;
  font-size: 2.25rem;
}

@media (max-width: 640px) {
  .stats-text {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.stats-text--head {
  justify-self: flex-end;
}

@media (max-width: 1024px) {
  .stats-text--head {
    align-items: center;
    display: flex;
    letter-spacing: 0.1em;
    width: calc(100% - 360px);
    writing-mode: vertical-rl;
  }
}

@media (max-width: 640px) {
  .stats-text--head {
    width: calc(100% - 220px);
  }
}

@media (max-width: 1024px) {
  .stats-text--head span {
    padding-bottom: 0.1em;
    text-combine-upright: all;
  }
}

.stats-text--foot {
  justify-self: flex-start;
  text-indent: -0.5em;
  transition-delay: 1.6s;
}

@media (max-width: 1024px) {
  .stats-text--foot {
    margin-top: 48px;
  }
}

.stats-list {
  display: grid;
  gap: 24px 40px;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1024px) {
  .stats-list {
    display: block;
    margin: 0 auto;
    max-width: 640px;
  }
}

@media (max-width: 640px) {
  .stats-list {
    max-width: 400px;
  }
}

.stats-list__item {
  opacity: 0;
  position: relative;
  top: 20px;
  transition: opacity 0.8s, top 0.8s;
}

@media (max-width: 1024px) {
  .stats-list__item {
    max-width: 320px;
    width: 100%;
  }
}

@media (max-width: 640px) {
  .stats-list__item {
    max-width: 256px;
  }
}

.stats-list__item:nth-child(1) {
  align-self: flex-start;
  transition-delay: 0.4s;
}

@media (max-width: 1024px) {
  .stats-list__item:nth-child(1) {
    justify-self: flex-start;
    margin-top: -240px;
  }
}

@media (max-width: 640px) {
  .stats-list__item:nth-child(1) {
    margin-top: -120px;
    transform: translateX(-36px);
  }
}

.stats-list__item:nth-child(2) {
  align-self: center;
  padding: 72px 0;
  transition-delay: 0.8s;
}

@media (max-width: 1024px) {
  .stats-list__item:nth-child(2) {
    justify-self: flex-end;
    margin-top: -60px;
    padding: 0;
  }
}

@media (max-width: 640px) {
  .stats-list__item:nth-child(2) {
    margin-top: -24px;
    transform: translateX(36px);
  }
}

.stats-list__item:nth-child(3) {
  align-self: flex-end;
  transition-delay: 1.2s;
}

@media (max-width: 1024px) {
  .stats-list__item:nth-child(3) {
    justify-self: flex-start;
    margin-top: -60px;
  }
}

@media (max-width: 640px) {
  .stats-list__item:nth-child(3) {
    margin-top: -24px;
    transform: translateX(-36px);
  }
}

.stats-list-container {
  align-content: center;
  aspect-ratio: 1/1;
  background-color: #1f78d3;
  border-radius: 50%;
  border: #fff solid 1px;
  display: grid;
  gap: 12px 0;
  line-height: 1.4;
  text-align: center;
}

@media (max-width: 640px) {
  .stats-list-container {
    gap: 8px 0;
  }
}

.stats-list-container__label {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
}

@media (max-width: 640px) {
  .stats-list-container__label {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.stats-list-container__number {
  line-height: 1;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 36px;
  font-size: 2.25rem;
}

@media (max-width: 640px) {
  .stats-list-container__number {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.stats-list-container__number strong {
  font-size: 80px;
  font-size: 5rem;
}

@media (max-width: 640px) {
  .stats-list-container__number strong {
    font-size: 72px;
    font-size: 4.5rem;
  }
}

.stats-list-container__note {
  font-size: 14px;
  font-size: 0.875rem;
}

@media (max-width: 640px) {
  .stats-list-container__note {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.stats.is-shown .stats-text,
.stats.is-shown .stats-list__item {
  opacity: 1;
  top: 0;
}

.problem {
  padding-bottom: 231px;
  position: relative;
}

@media (max-width: 640px) {
  .problem {
    padding-bottom: 108px;
  }
}

.problem::before, .problem::after {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  mix-blend-mode: lighten;
  opacity: 0.7;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.problem::before {
  aspect-ratio: 441/357;
  background-image: url("../images/web-aio/problem_bg01.png");
  left: calc(50% + 340px);
  top: 400px;
  width: 221px;
}

@media (max-width: 1024px) {
  .problem::before {
    display: none;
  }
}

.problem::after {
  aspect-ratio: 237/231;
  background-image: url("../images/web-aio/problem_bg02.png");
  right: calc(50% + 406px);
  top: 920px;
  width: 119px;
}

@media (max-width: 1024px) {
  .problem::after {
    right: calc(50% + 160px);
    top: 300px;
    width: 89px;
  }
}

@media (max-width: 640px) {
  .problem::after {
    right: calc(50% + 80px);
    top: 200px;
    width: 60px;
  }
}

.problem .common-heading-type01 {
  opacity: 0;
  position: relative;
  top: 20px;
  transform: translateX(2.5%);
  transition: opacity 0.8s, top 0.8s;
}

@media (max-width: 640px) {
  .problem .common-heading-type01 {
    transform: translateX(4.5%);
  }
}

.problem-list {
  display: grid;
}

@media (max-width: 640px) {
  .problem-list {
    gap: 8px 0;
  }
}

.problem-list__item {
  color: #025ab4;
  display: grid;
  justify-self: center;
  max-width: 456px;
  min-height: 160px;
  opacity: 0;
  padding: 4px;
  place-items: center;
  position: relative;
  top: 20px;
  transition: opacity 0.8s, top 0.8s;
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
}

@media (max-width: 640px) {
  .problem-list__item {
    min-height: 96px;
    font-size: 16px;
    font-size: 1rem;
  }
}

.problem-list__item:nth-child(odd) {
  background-color: #fff;
  clip-path: polygon(28px 0, 100% 0, 100% 100%, 0 100%, 0 24px);
  transform: translateX(-96px) rotate(-3deg);
}

@media (max-width: 1024px) {
  .problem-list__item:nth-child(odd) {
    transform: translateX(-60px) rotate(-3deg);
  }
}

@media (max-width: 640px) {
  .problem-list__item:nth-child(odd) {
    clip-path: polygon(14px 0, 100% 0, 100% 100%, 0 100%, 0 12px);
    transform: translateX(-12px) rotate(-3deg);
  }
}

.problem-list__item:nth-child(even) {
  background-color: #fff5f1;
  clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 24px, 100% 100%, 0 100%);
  transform: translateX(96px) rotate(3deg);
}

@media (max-width: 1024px) {
  .problem-list__item:nth-child(even) {
    transform: translateX(60px) rotate(3deg);
  }
}

@media (max-width: 640px) {
  .problem-list__item:nth-child(even) {
    clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 12px, 100% 100%, 0 100%);
    transform: translateX(12px) rotate(3deg);
  }
}

.problem-list__item:nth-child(1) {
  transition-delay: 0.4s;
}

.problem-list__item:nth-child(2) {
  transition-delay: 0.8s;
}

.problem-list__item:nth-child(3) {
  transition-delay: 1.2s;
}

.problem-list__item:nth-child(4) {
  transition-delay: 1.6s;
}

.problem-marquee {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}

.problem-marquee .common-marquee {
  background-color: #fff5f1;
}

.problem.is-shown .common-heading-type01,
.problem.is-shown .problem-list__item {
  opacity: 1;
  top: 0;
}

.data {
  background: #fff5f1 url("../images/web-aio/data_bg.png") center top 200px/1615px auto no-repeat;
  color: #025ab4;
  position: relative;
}

@media (max-width: 640px) {
  .data {
    background-position: center top 160px;
    background-size: 1211px;
  }
}

.data::before {
  background: repeating-radial-gradient(#025ab4 0, #025ab4 2px, transparent 2px, transparent 12px) center center/12px 12px repeat-x;
  bottom: -2px;
  content: "";
  display: block;
  height: 4px;
  left: 50%;
  max-width: 1040px;
  position: absolute;
  transform: translateX(-50%);
  width: calc(100% - 48px);
}

.data .common-heading-type01 {
  opacity: 0;
  position: relative;
  top: 20px;
  transition: opacity 0.8s, top 0.8s;
}

.data .common-heading-type02 {
  opacity: 0;
  position: relative;
  top: 20px;
  transition: opacity 0.8s, top 0.8s;
  transition-delay: 0.4s;
  font-size: 24px;
  font-size: 1.5rem;
}

@media (max-width: 640px) {
  .data .common-heading-type02 {
    letter-spacing: 0;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.data-list {
  display: grid;
  gap: 24px 20px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 120px;
}

@media (max-width: 640px) {
  .data-list {
    grid-template-columns: 100%;
    margin-top: 48px;
  }
}

.data-list__item {
  opacity: 0;
  position: relative;
  top: 20px;
  transition: opacity 0.8s, top 0.8s;
}

.data-list__item:nth-child(1) {
  transition-delay: 0.8s;
}

.data-list__item:nth-child(2) {
  transition-delay: 1.2s;
}

.data-list-container {
  align-content: flex-start;
  display: grid;
  gap: 16px 0;
  text-align: center;
}

@media (max-width: 640px) {
  .data-list-container {
    gap: 8px 0;
  }
}

.data-list-container-image img {
  height: auto;
  max-width: 220px;
  width: 100%;
}

.data-list-container-text {
  align-content: flex-start;
  display: grid;
  gap: 16px 0;
}

@media (max-width: 640px) {
  .data-list-container-text {
    gap: 8px 0;
  }
}

.data-list-container-text__title {
  line-height: 1.4;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
}

@media (max-width: 640px) {
  .data-list-container-text__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.data-list-container-text__title strong {
  color: #f65a23;
}

.data-list-container-text__description {
  color: #000;
}

@media (max-width: 1024px) {
  .data-list-container-text__description {
    word-break: keep-all;
  }
}

.data.is-shown .common-heading-type01,
.data.is-shown .common-heading-type02,
.data.is-shown .data-list__item {
  opacity: 1;
  top: 0;
}

.casestudy {
  background-color: #fff5f1;
  color: #025ab4;
}

.casestudy .common-heading-type01 {
  opacity: 0;
  position: relative;
  top: 20px;
  transition: opacity 0.8s, top 0.8s;
}

.casestudy .common-heading-type02 {
  opacity: 0;
  position: relative;
  top: 20px;
  transition: opacity 0.8s, top 0.8s;
  transition-delay: 0.4s;
  font-size: 36px;
  font-size: 2.25rem;
}

@media (max-width: 640px) {
  .casestudy .common-heading-type02 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.casestudy .common-heading-type02 strong span {
  display: inline-block;
  position: relative;
}

@media (max-width: 640px) {
  .casestudy .common-heading-type02 strong span {
    padding-top: 0.25lh;
  }
}

.casestudy .common-heading-type02 strong span::before {
  aspect-ratio: 1/1;
  background-color: currentColor;
  border-radius: 50%;
  content: "";
  display: block;
  left: calc(50% - 3px);
  pointer-events: none;
  position: absolute;
  top: -3px;
  width: 6px;
}

@media (max-width: 640px) {
  .casestudy .common-heading-type02 strong span::before {
    top: 3px;
  }
}

.casestudy-image {
  margin-top: 60px;
  opacity: 0;
  position: relative;
  text-align: center;
  top: 20px;
  transition: opacity 0.8s, top 0.8s;
  transition-delay: 0.8s;
}

@media (max-width: 640px) {
  .casestudy-image {
    margin-top: 48px;
  }
}

.casestudy-image img {
  height: auto;
  max-width: 796px;
  width: 100%;
}

.casestudy.is-shown .common-heading-type01,
.casestudy.is-shown .common-heading-type02,
.casestudy.is-shown .casestudy-image {
  opacity: 1;
  top: 0;
}

.reason .common-heading-type01 {
  opacity: 0;
  position: relative;
  top: 20px;
  transition: opacity 0.8s, top 0.8s;
}

.reason-list {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 1024px) {
  .reason-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .reason-list {
    gap: 20px;
  }
}

.reason-list__item {
  opacity: 0;
  position: relative;
  top: 20px;
  transition: opacity 0.8s, top 0.8s;
}

.reason-list__item:nth-child(1) {
  transition-delay: 0.4s;
}

.reason-list__item:nth-child(2) {
  transition-delay: 0.8s;
}

.reason-list__item:nth-child(3) {
  transition-delay: 1.2s;
}

.reason-list__item:nth-child(4) {
  transition-delay: 1.6s;
}

.reason-list-container {
  align-content: flex-start;
  display: grid;
  gap: 24px 0;
}

@media (max-width: 640px) {
  .reason-list-container {
    gap: 12px 0;
  }
}

.reason-list-container-image {
  text-align: center;
}

.reason-list-container-image img {
  height: auto;
  max-width: 180px;
  width: 100%;
}

@media (max-width: 640px) {
  .reason-list-container-image img {
    max-width: 120px;
  }
}

.reason-list-container-text {
  align-content: flex-start;
  display: grid;
  gap: 24px 0;
}

@media (max-width: 640px) {
  .reason-list-container-text {
    gap: 12px 0;
  }
}

.reason-list-container-text__title {
  line-height: 1.4;
  text-align: center;
  word-break: keep-all;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
}

@media (max-width: 640px) {
  .reason-list-container-text__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.reason-list-container-text__description {
  font-size: 14px;
  font-size: 0.875rem;
}

.reason.is-shown .common-heading-type01,
.reason.is-shown .reason-list__item {
  opacity: 1;
  top: 0;
}

.what {
  background-color: rgba(31, 120, 211, 0.6);
  position: relative;
}

.what::before {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  mix-blend-mode: lighten;
  opacity: 0.7;
  pointer-events: none;
  position: absolute;
  z-index: -1;
  aspect-ratio: 667/703;
  background-image: url("../images/web-aio/what_bg.png");
  right: calc(50% + 15px);
  top: 120px;
  width: 334px;
  z-index: 0;
}

@media (max-width: 1024px) {
  .what::before {
    left: 50%;
    right: unset;
    top: -40px;
    width: 251px;
  }
}

@media (max-width: 640px) {
  .what::before {
    left: calc(50% - 45px);
    top: 20px;
    width: 167px;
  }
}

.what-container__inner {
  align-items: center;
  display: grid;
  gap: 60px 80px;
  grid-template-columns: 50% 1fr;
}

@media (max-width: 1024px) {
  .what-container__inner {
    grid-template-columns: 100%;
  }
}

@media (max-width: 640px) {
  .what-container__inner {
    gap: 48px 0;
  }
}

.what-container-text {
  align-content: flex-start;
  display: grid;
  gap: 60px 0;
}

@media (max-width: 640px) {
  .what-container-text {
    gap: 24px 0;
  }
}

.what-container-text .common-heading-type01 {
  margin-bottom: 0;
  opacity: 0;
  position: relative;
  top: 20px;
  transition: opacity 0.8s, top 0.8s;
}

.what-container-text__title {
  line-height: 1.4;
  opacity: 0;
  position: relative;
  top: 20px;
  transition: opacity 0.8s, top 0.8s;
  transition-delay: 0.4s;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 30px;
  font-size: 1.875rem;
}

@media (max-width: 640px) {
  .what-container-text__title {
    padding-bottom: 24px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.what-container-text__description {
  align-content: flex-start;
  display: grid;
  gap: 1lh 0;
  opacity: 0;
  position: relative;
  top: 20px;
  transition: opacity 0.8s, top 0.8s;
  transition-delay: 0.8s;
}

.what-container-image {
  opacity: 0;
  position: relative;
  top: 20px;
  transition: opacity 0.8s, top 0.8s;
  transition-delay: 1.2s;
}

.what.is-shown .common-heading-type01,
.what.is-shown .what-container-text__title,
.what.is-shown .what-container-text__description,
.what.is-shown .what-container-image {
  opacity: 1;
  top: 0;
}

.approach {
  position: relative;
}

.approach::before {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  mix-blend-mode: lighten;
  opacity: 0.7;
  pointer-events: none;
  position: absolute;
  z-index: -1;
  aspect-ratio: 431/326;
  background-image: url("../images/web-aio/approach_bg.png");
  left: 50%;
  top: 60px;
  width: 216px;
}

@media (max-width: 1024px) {
  .approach::before {
    left: calc(50% + 20px);
    width: 162px;
  }
}

@media (max-width: 640px) {
  .approach::before {
    left: calc(50% + 30px);
    top: 48px;
    width: 108px;
  }
}

.approach .common-heading-type01 {
  opacity: 0;
  position: relative;
  top: 20px;
  transition: opacity 0.8s, top 0.8s;
}

.approach-heading {
  opacity: 0;
  position: relative;
  text-align: center;
  top: 20px;
  transition: opacity 0.8s, top 0.8s;
  transition-delay: 0.4s;
}

.approach-list {
  display: grid;
  gap: 24px 40px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 60px;
}

@media (max-width: 1024px) {
  .approach-list {
    grid-template-columns: 100%;
  }
}

@media (max-width: 640px) {
  .approach-list {
    margin-top: 48px;
  }
}

.approach-list__item {
  opacity: 0;
  position: relative;
  top: 20px;
  transition: opacity 0.8s, top 0.8s;
}

.approach-list__item:nth-child(even) .approach-list-container {
  background-color: #fff5f1;
}

.approach-list__item:nth-child(1) {
  transition-delay: 0.8s;
}

.approach-list__item:nth-child(2) {
  transition-delay: 1.2s;
}

.approach-list__item:nth-child(3) {
  transition-delay: 1.6s;
}

.approach-list__item:nth-child(4) {
  transition-delay: 2s;
}

.approach-list-container {
  align-content: flex-start;
  background-color: #fff;
  color: #025ab4;
  display: grid;
  gap: 24px 0;
  height: 100%;
  overflow: hidden;
  padding: 40px 24px;
}

@media (max-width: 640px) {
  .approach-list-container {
    gap: 12px 0;
    padding: 24px;
  }
}

.approach-list-container__number {
  line-height: 1;
  text-align: center;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 37px;
  font-size: 2.3125rem;
}

.approach-list-container__number span {
  display: inline-block;
  padding: 0 12px;
  position: relative;
}

.approach-list-container__number span::before, .approach-list-container__number span::after {
  background-color: currentColor;
  content: "";
  display: block;
  height: 1px;
  pointer-events: none;
  position: absolute;
  top: 45%;
  width: 50vw;
}

.approach-list-container__number span::before {
  right: 100%;
}

.approach-list-container__number span::after {
  left: 100%;
}

.approach-list-container__title {
  line-height: 1.4;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
}

@media (max-width: 640px) {
  .approach-list-container__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.approach-list-container__description {
  margin: 0 auto;
  max-width: 360px;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
}

.approach.is-shown .common-heading-type01,
.approach.is-shown .approach-heading,
.approach.is-shown .approach-list__item {
  opacity: 1;
  top: 0;
}

.service {
  background-color: #fff5f1;
  color: #025ab4;
  padding-top: 0;
}

.service-marquee {
  padding: 80px 0;
}

@media (max-width: 640px) {
  .service-marquee {
    padding: 40px 0;
  }
}

.service-marquee .common-marquee {
  background-color: #025ab4;
}

.service-grid {
  border-color: #025ab4;
  border-style: solid;
  border-width: 1px 0;
}

.service-grid__inner {
  background-color: #025ab4;
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  padding: 0 1px;
}

@media (max-width: 640px) {
  .service-grid__inner {
    grid-template-columns: 100%;
  }
}

.service-grid-head {
  color: #fff;
  opacity: 0;
  transition: opacity 0.8s;
}

.service-grid-head__inner {
  align-content: flex-start;
  display: grid;
  grid-template-rows: 1fr max-content;
  height: 100%;
}

.service-grid-head-body {
  padding: 40px;
}

@media (max-width: 640px) {
  .service-grid-head-body {
    padding: 24px;
  }
}

.service-grid-head-foot {
  background-color: #fff;
  color: #025ab4;
  padding: 24px 40px;
}

@media (max-width: 640px) {
  .service-grid-head-foot {
    padding: 24px;
  }
}

.service-grid-head__description {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 11px;
  font-size: 0.6875rem;
}

@media (max-width: 640px) {
  .service-grid-head__description {
    font-size: 8px;
    font-size: 0.5rem;
  }
}

.service-grid-body {
  display: contents;
}

.service-list {
  display: contents;
}

.service-list__item {
  color: #fff;
  opacity: 0;
  transition: opacity 0.8s;
}

.service-list__item:nth-child(5) .service-list-container-head-heading__title {
  letter-spacing: -0.08em;
}

@media (max-width: 640px) {
  .service-list__item:nth-child(5) .service-list-container-head-heading__title {
    letter-spacing: unset;
  }
}

.service-list__item:nth-child(1) {
  transition-delay: 0.4s;
}

.service-list__item:nth-child(2) {
  transition-delay: 0.8s;
}

.service-list__item:nth-child(3) {
  transition-delay: 1.2s;
}

.service-list__item:nth-child(4) {
  transition-delay: 1.6s;
}

.service-list__item:nth-child(5) {
  transition-delay: 2s;
}

.service-list-container {
  background-color: #fff5f1;
  color: #025ab4;
  height: 100%;
  position: relative;
  padding: 40px 0;
}

@media (max-width: 640px) {
  .service-list-container {
    padding: 24px 0;
  }
}

.service-list-container__inner {
  align-content: flex-start;
  display: grid;
  gap: 12px 0;
  grid-template-rows: max-content 1fr max-content;
  height: 100%;
}

.service-list-container__number {
  background-color: #025ab4;
  color: #fff;
  left: 0;
  line-height: 56px;
  min-width: 56px;
  padding: 0 4px;
  position: absolute;
  text-align: center;
  top: 0;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 30px;
  font-size: 1.875rem;
}

@media (max-width: 640px) {
  .service-list-container__number {
    line-height: 48px;
    min-width: 48px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.service-list-container-head {
  align-content: flex-start;
  display: grid;
  gap: 24px 0;
  padding: 0 24px;
}

.service-list-container-head-image {
  text-align: center;
}

.service-list-container-head-image img {
  height: auto;
  max-width: 200px;
  width: 100%;
}

@media (max-width: 640px) {
  .service-list-container-head-image img {
    max-width: 160px;
  }
}

.service-list-container-head-heading {
  line-height: 1.4;
  min-height: 2lh;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 30px;
  font-size: 1.875rem;
}

@media (max-width: 640px) {
  .service-list-container-head-heading {
    min-height: unset;
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.service-list-container-head-heading__subtitle {
  letter-spacing: -0.1em;
  font-size: 18px;
  font-size: 1.125rem;
}

@media (max-width: 640px) {
  .service-list-container-head-heading__subtitle {
    letter-spacing: 0;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.service-list-container-body {
  padding: 0 40px;
}

@media (max-width: 640px) {
  .service-list-container-body {
    padding: 0 24px;
  }
}

@media (max-width: 640px) {
  .service-list-container-body-description {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.service-list-container-foot {
  padding: 12px 40px 0;
}

@media (max-width: 640px) {
  .service-list-container-foot {
    padding: 12px 24px 0;
  }
}

.service-list-container-foot-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.service-list-container-foot-tags__unit {
  background-color: #fff;
  border-radius: 9999px;
  border: #025ab4 solid 1px;
  padding: 0 12px 2px;
  font-size: 12px;
  font-size: 0.75rem;
}

.service-more {
  margin-top: 60px;
  opacity: 0;
  position: relative;
  top: 20px;
  transition: opacity 0.8s, top 0.8s;
  transition-delay: 2.4s;
}

@media (max-width: 640px) {
  .service-more {
    margin-top: 48px;
  }
}

.service-more__inner {
  margin: 0 auto;
  max-width: 290px;
  width: 100%;
}

@media (max-width: 640px) {
  .service-more__inner {
    max-width: 100%;
  }
}

.service.is-shown .service-grid-head,
.service.is-shown .service-list__item,
.service.is-shown .service-more {
  opacity: 1;
}

.why {
  position: relative;
}

.why::before {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  mix-blend-mode: lighten;
  opacity: 0.7;
  pointer-events: none;
  position: absolute;
  z-index: -1;
  aspect-ratio: 1005/894;
  background-image: url("../images/web-aio/why_bg.png");
  right: calc(50% + 155px);
  top: 360px;
  width: 503px;
}

@media (max-width: 1024px) {
  .why::before {
    left: 50%;
    right: unset;
    width: 377px;
  }
}

@media (max-width: 640px) {
  .why::before {
    left: calc(50% - 30px);
    top: 20px;
    width: 252px;
  }
}

.why-grid__inner {
  align-items: flex-end;
  display: grid;
  gap: 48px 80px;
  grid-template-columns: max-content 1fr;
}

@media (max-width: 1024px) {
  .why-grid__inner {
    grid-template-columns: 100%;
  }
}

@media (max-width: 640px) {
  .why-grid__inner {
    gap: 24px 0;
  }
}

.why-grid-head .common-heading-type01 {
  margin-bottom: 0;
  opacity: 0;
  position: relative;
  top: 20px;
  transition: opacity 0.8s, top 0.8s;
}

.why-grid-body {
  display: contents;
}

@media (max-width: 1024px) {
  .why-grid-body {
    display: block;
  }
}

.why-list {
  display: contents;
}

@media (max-width: 1024px) {
  .why-list {
    display: grid;
    gap: 24px 0;
  }
}

.why-list__item {
  grid-column: 2/-1;
  opacity: 0;
  position: relative;
  top: 20px;
  transition: opacity 0.8s, top 0.8s;
}

@media (max-width: 1024px) {
  .why-list__item {
    grid-column: unset;
  }
}

.why-list__item:nth-child(1) {
  transition-delay: 0.4s;
}

.why-list__item:nth-child(1) .why-list-container {
  transform: translateX(0px);
}

@media (max-width: 1024px) {
  .why-list__item:nth-child(1) .why-list-container {
    transform: unset;
  }
}

.why-list__item:nth-child(2) {
  transition-delay: 0.8s;
}

.why-list__item:nth-child(2) .why-list-container {
  transform: translateX(-60px);
}

@media (max-width: 1024px) {
  .why-list__item:nth-child(2) .why-list-container {
    transform: unset;
  }
}

.why-list__item:nth-child(3) {
  transition-delay: 1.2s;
}

.why-list__item:nth-child(3) .why-list-container {
  transform: translateX(-120px);
}

@media (max-width: 1024px) {
  .why-list__item:nth-child(3) .why-list-container {
    transform: unset;
  }
}

.why-list-container {
  background-color: #fff;
  color: #025ab4;
  display: grid;
  grid-template-columns: 190px 1fr;
  overflow: hidden;
}

@media (max-width: 640px) {
  .why-list-container {
    grid-template-columns: 100%;
  }
}

.why-list-container-image img {
  height: 100%;
  max-width: unset;
  object-fit: cover;
  width: 100%;
}

.why-list-container-text {
  align-content: center;
  display: grid;
  gap: 16px 0;
  padding: 40px 60px 40px 24px;
  position: relative;
}

@media (max-width: 640px) {
  .why-list-container-text {
    gap: 12px 0;
    padding: 24px;
  }
}

.why-list-container-text__number {
  color: #c1d8ef;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  right: 8px;
  text-align: right;
  top: 16px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 110px;
  font-size: 6.875rem;
}

@media (max-width: 640px) {
  .why-list-container-text__number {
    bottom: -4px;
    top: unset;
  }
}

.why-list-container-text__title {
  line-height: 1.4;
  position: relative;
  word-break: keep-all;
  z-index: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 30px;
  font-size: 1.875rem;
}

@media (max-width: 640px) {
  .why-list-container-text__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.why-list-container-text__description {
  position: relative;
  z-index: 1;
}

@media (max-width: 640px) {
  .why-list-container-text__description {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.why.is-shown .common-heading-type01,
.why.is-shown .why-list__item {
  opacity: 1;
  top: 0;
}

.results {
  background-color: #025ab4;
}

.results .common-heading-type01 {
  opacity: 0;
  position: relative;
  top: 20px;
  transition: opacity 0.8s, top 0.8s;
}

.results-heading {
  opacity: 0;
  position: relative;
  text-align: center;
  top: 20px;
  transition: opacity 0.8s, top 0.8s;
  transition-delay: 0.4s;
}

.results-list {
  display: grid;
  gap: 24px 40px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 60px;
}

@media (max-width: 1024px) {
  .results-list {
    grid-template-columns: 100%;
  }
}

@media (max-width: 640px) {
  .results-list {
    margin-top: 48px;
  }
}

.results-list__item {
  opacity: 0;
  position: relative;
  top: 20px;
  transition: opacity 0.8s, top 0.8s;
}

.results-list__item:nth-child(1) {
  transition-delay: 0.8s;
}

.results-list__item:nth-child(2) {
  transition-delay: 1.2s;
}

.results-list-container {
  background-color: #fff;
  color: #025ab4;
  height: 100%;
}

.results-list-container-text {
  align-content: flex-start;
  display: grid;
  gap: 16px 0;
  padding: 24px 40px;
}

@media (max-width: 640px) {
  .results-list-container-text {
    gap: 12px 0;
    padding: 24px;
  }
}

.results-list-container-text-head {
  align-content: flex-start;
  display: grid;
  gap: 4px 0;
  line-height: 1.4;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}

.results-list-container-text-head__subtitle {
  color: #000;
  font-size: 18px;
  font-size: 1.125rem;
}

@media (max-width: 640px) {
  .results-list-container-text-head__subtitle {
    font-size: 16px;
    font-size: 1rem;
  }
}

.results-list-container-text-head__title {
  min-height: 2lh;
  word-break: keep-all;
  font-size: 24px;
  font-size: 1.5rem;
}

@media (max-width: 640px) {
  .results-list-container-text-head__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.results-list-container-text-body {
  color: #f65a23;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 40px;
}

@media (max-width: 640px) {
  .results-list-container-text-body {
    display: grid;
    gap: 0 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.results-list-container-text-body-unit {
  align-content: flex-start;
  display: grid;
  gap: 8px 0;
  line-height: 1;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}

.results-list-container-text-body-unit__number {
  font-size: 22px;
  font-size: 1.375rem;
}

@media (max-width: 640px) {
  .results-list-container-text-body-unit__number {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.results-list-container-text-body-unit__number strong {
  font-size: 55px;
  font-size: 3.4375rem;
}

@media (max-width: 640px) {
  .results-list-container-text-body-unit__number strong {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

.results.is-shown .common-heading-type01,
.results.is-shown .results-heading,
.results.is-shown .results-list__item {
  opacity: 1;
  top: 0;
}

.flow {
  background-color: #fff5f1;
  color: #025ab4;
}

.flow-grid {
  margin: 0 auto;
  max-width: 760px;
  width: 100%;
}

.flow-grid__inner {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 48px 80px;
}

@media (max-width: 1024px) {
  .flow-grid__inner {
    grid-template-columns: 100%;
  }
}

.flow-grid-head {
  padding-top: 145px;
}

@media (max-width: 1024px) {
  .flow-grid-head {
    padding-top: 0;
  }
}

.flow-grid-head .common-heading-type01 {
  margin-bottom: 0;
  opacity: 0;
  position: relative;
  top: 20px;
  transition: opacity 0.8s, top 0.8s;
}

.flow-list {
  align-content: flex-start;
  display: grid;
  gap: 40px 0;
  position: relative;
}

@media (max-width: 640px) {
  .flow-list {
    gap: 24px 0;
  }
}

.flow-list::before {
  background-color: #025ab4;
  content: "";
  display: block;
  height: 100%;
  left: 72px;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 1px;
}

@media (max-width: 640px) {
  .flow-list::before {
    left: 48px;
  }
}

.flow-list__item {
  opacity: 0;
  position: relative;
  position: relative;
  top: 20px;
  transition: opacity 0.8s, top 0.8s;
  z-index: 1;
}

.flow-list__item:nth-child(1) {
  transition-delay: 0.4s;
}

.flow-list__item:nth-child(2) {
  transition-delay: 0.8s;
}

.flow-list__item:nth-child(3) {
  transition-delay: 1.2s;
}

.flow-list__item:nth-child(4) {
  transition-delay: 1.6s;
}

.flow-list__item:nth-child(5) {
  transition-delay: 2s;
}

.flow-list-container {
  align-items: center;
  display: grid;
  gap: 0 40px;
  grid-template-columns: 145px 1fr;
}

@media (max-width: 640px) {
  .flow-list-container {
    gap: 0 20px;
    grid-template-columns: 96px 1fr;
  }
}

.flow-list-container-text__number {
  color: #000;
  line-height: 1;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 32px;
  font-size: 2rem;
}

@media (max-width: 640px) {
  .flow-list-container-text__number {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.flow-list-container-text__title {
  line-height: 1.4;
  margin-bottom: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 30px;
  font-size: 1.875rem;
}

@media (max-width: 640px) {
  .flow-list-container-text__title {
    margin-bottom: 12px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media (max-width: 640px) {
  .flow-list-container-text__description {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.flow.is-shown .common-heading-type01,
.flow.is-shown .flow-list__item {
  opacity: 1;
  top: 0;
}

.faq .common-heading-type01 {
  opacity: 0;
  position: relative;
  top: 20px;
  transition: opacity 0.8s, top 0.8s;
}

.faq-list {
  align-content: flex-start;
  display: grid;
  gap: 24px 0;
}

.faq-list__item {
  opacity: 0;
  position: relative;
  top: 20px;
  transition: opacity 0.8s, top 0.8s;
}

.faq-list__item:nth-child(even) .faq-list-container {
  background-color: #fff5f1;
}

.faq-list__item:nth-child(1) {
  transition-delay: 0.4s;
}

.faq-list__item:nth-child(2) {
  transition-delay: 0.8s;
}

.faq-list__item:nth-child(3) {
  transition-delay: 1.2s;
}

.faq-list__item:nth-child(4) {
  transition-delay: 1.6s;
}

.faq-list__item:nth-child(5) {
  transition-delay: 2s;
}

.faq-list-container {
  background-color: #fff;
  color: #025ab4;
  padding: 40px;
}

@media (max-width: 640px) {
  .faq-list-container {
    padding: 24px;
  }
}

.faq-list-container__question {
  line-height: 1.4;
  padding-left: 48px;
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
}

@media (max-width: 640px) {
  .faq-list-container__question {
    padding-left: 36px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.faq-list-container__question::before {
  content: "Q";
  left: 0;
  line-height: 1.4;
  position: absolute;
  text-align: center;
  top: -0.08lh;
  width: 1em;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 30px;
  font-size: 1.875rem;
}

@media (max-width: 640px) {
  .faq-list-container__question::before {
    top: -0.12lh;
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.faq-list-container__answer {
  border-top: #025ab4 solid 1px;
  color: #000;
  margin-top: 16px;
  padding: 16px 0 0 48px;
  position: relative;
}

@media (max-width: 640px) {
  .faq-list-container__answer {
    margin-top: 12px;
    padding: 12px 0 0 36px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.faq-list-container__answer::before {
  color: #f65a23;
  content: "A";
  left: 0;
  line-height: 1.4;
  position: absolute;
  text-align: center;
  top: calc(16px - 0.15lh);
  width: 1em;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 30px;
  font-size: 1.875rem;
}

@media (max-width: 640px) {
  .faq-list-container__answer::before {
    top: calc(12px - 0.14lh);
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.faq.is-shown .common-heading-type01,
.faq.is-shown .faq-list__item {
  opacity: 1;
  top: 0;
}

.contact {
  background-color: #fff5f1;
  color: #025ab4;
}

.contact .common-heading-type01 {
  opacity: 0;
  position: relative;
  top: 20px;
  transition: opacity 0.8s, top 0.8s;
}

.contact-heading {
  opacity: 0;
  position: relative;
  text-align: center;
  top: 20px;
  transition: opacity 0.8s, top 0.8s;
  transition-delay: 0.4s;
}

.contact-container {
  margin-top: 60px;
  opacity: 0;
  position: relative;
  top: 20px;
  transition: opacity 0.8s, top 0.8s;
  transition-delay: 0.4s;
}

@media (max-width: 640px) {
  .contact-container {
    margin-top: 48px;
  }
}

.contact-container .form-list {
  display: grid;
  gap: 24px 40px;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 640px) {
  .contact-container .form-list {
    grid-template-columns: 100%;
  }
}

.contact-container .form-list__item:has([name=your-email]), .contact-container .form-list__item:has([name=your-type]), .contact-container .form-list__item:has([name=your-textarea]) {
  grid-column: 1/-1;
}

.contact-container .form-container {
  align-content: flex-start;
  display: grid;
  gap: 8px 0;
}

.contact-container .form-container-label {
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}

.contact-container .form-container-label__badge {
  background-color: #025ab4;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  padding: 0 8px;
  vertical-align: 0.1lh;
  font-size: 10px;
  font-size: 0.625rem;
}

.contact-container .form-container-label__badge--required {
  background-color: #e4007f;
}

.contact-container .form-container-field input, .contact-container .form-container-field select, .contact-container .form-container-field textarea {
  background-color: #f6f7fa;
  border-radius: 5px;
  border: #737375 solid 1px;
  color: #000;
  display: block;
  padding: 8px 24px;
  width: 100%;
}

.contact-container .form-container-field input:placeholder-shown, .contact-container .form-container-field select:placeholder-shown, .contact-container .form-container-field textarea:placeholder-shown {
  color: #b3b3b3;
}

.contact-container .form-container-field input::-webkit-input-placeholder, .contact-container .form-container-field select::-webkit-input-placeholder, .contact-container .form-container-field textarea::-webkit-input-placeholder {
  color: #b3b3b3;
}

.contact-container .form-container-field input:-moz-placeholder, .contact-container .form-container-field select:-moz-placeholder, .contact-container .form-container-field textarea:-moz-placeholder {
  color: #b3b3b3;
  opacity: 1;
}

.contact-container .form-container-field input::-moz-placeholder, .contact-container .form-container-field select::-moz-placeholder, .contact-container .form-container-field textarea::-moz-placeholder {
  color: #b3b3b3;
  opacity: 1;
}

.contact-container .form-container-field input:-ms-input-placeholder, .contact-container .form-container-field select:-ms-input-placeholder, .contact-container .form-container-field textarea:-ms-input-placeholder {
  color: #b3b3b3;
}

.contact-container .form-privacy {
  align-content: flex-start;
  display: grid;
  gap: 24px 0;
  margin-top: 60px;
}

@media (max-width: 640px) {
  .contact-container .form-privacy {
    margin-top: 48px;
  }
}

.contact-container .form-privacy-contents {
  background-color: #fff;
  border: #737375 solid 1px;
  color: #000;
  max-height: 200px;
  overflow: auto;
  padding: 24px;
  font-size: 14px;
  font-size: 0.875rem;
}

.contact-container .form-privacy-contents .section-form-privacy {
  align-content: flex-start;
  display: grid;
  gap: 2lh;
}

.contact-container .form-privacy-contents .section-form-privacy__cnt {
  align-content: flex-start;
  display: grid;
  gap: 0.5lh;
}

.contact-container .form-privacy-contents .section-form-privacy__cnt h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
}

.contact-container .form-privacy-contents .section-form-privacy__cnt h2:not(:first-child) {
  padding-top: 0.5lh;
}

.contact-container .form-privacy-contents .section-form-privacy__cnt h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
}

.contact-container .form-privacy-contents .section-form-privacy__cnt h3:not(:first-child) {
  padding-top: 0.5lh;
}

.contact-container .form-privacy-field {
  color: #000;
  text-align: center;
}

.contact-container .form-privacy-field label {
  cursor: pointer;
  display: inline-block;
}

.contact-container .form-privacy-field label [type=checkbox] {
  vertical-align: baseline;
}

.contact-container .form-submit {
  align-content: flex-start;
  display: grid;
  gap: 24px 0;
  margin-top: 60px;
}

@media (max-width: 640px) {
  .contact-container .form-submit {
    margin-top: 48px;
  }
}

.contact-container .form-submit .submit {
  align-items: center;
  backdrop-filter: blur(4px);
  background-color: #f65a23;
  border-radius: 9999px;
  border: #f65a23 solid 1px;
  color: #fff;
  display: flex;
  gap: 0 12px;
  justify-content: center;
  margin: 0 auto;
  max-width: 290px;
  min-height: 70px;
  padding: 4px 46px;
  position: relative;
  text-align: center;
  transition: background-color 0.2s, color 0.2s, opacity 0.2s;
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
}

@media (max-width: 640px) {
  .contact-container .form-submit .submit {
    min-height: 60px;
    max-width: 100%;
    font-size: 16px;
    font-size: 1rem;
  }
}

.contact-container .form-submit .submit:disabled {
  opacity: 0.4;
}

.contact-container .form-submit-description {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (max-width: 640px) {
  .contact-container .form-submit-description {
    text-align: left;
  }
}

.contact-container .form-submit-description a {
  text-decoration: underline;
}

@media (hover: hover) {
  .contact-container .form-submit-description a:hover {
    text-decoration: none;
  }
}

.contact.is-shown .common-heading-type01,
.contact.is-shown .contact-heading,
.contact.is-shown .contact-container {
  opacity: 1;
  top: 0;
}

.cta {
  background: url("../images/web-aio/cta_bg.jpg") center center/cover no-repeat;
}

.cta-heading {
  line-height: 1.4;
  margin-bottom: 40px;
  opacity: 0;
  position: relative;
  text-align: center;
  top: 20px;
  transition: opacity 0.8s, top 0.8s;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 48px;
  font-size: 3rem;
}

@media (max-width: 640px) {
  .cta-heading {
    margin-bottom: 24px;
    font-size: 32px;
    font-size: 2rem;
  }
}

.cta-heading__title {
  margin-bottom: 8px;
  font-size: 60px;
  font-size: 3.75rem;
}

@media (max-width: 640px) {
  .cta-heading__title {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

.cta-heading__title span {
  letter-spacing: -0.25em;
}

.cta-text {
  line-height: 1.4;
  margin-bottom: 40px;
  opacity: 0;
  position: relative;
  text-align: center;
  top: 20px;
  transition: opacity 0.8s, top 0.8s;
  transition-delay: 0.4s;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
}

@media (max-width: 640px) {
  .cta-text {
    margin-bottom: 24px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.cta-apply {
  opacity: 0;
  position: relative;
  top: 20px;
  transition: opacity 0.8s, top 0.8s;
  transition-delay: 0.8s;
}

.cta-apply-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

@media (max-width: 1024px) {
  .cta-apply-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .cta-apply-list {
    grid-template-columns: 100%;
  }
}

.cta-apply-list__item {
  width: 290px;
}

@media (max-width: 1024px) {
  .cta-apply-list__item {
    width: 100%;
  }
}

.cta.is-shown .cta-heading,
.cta.is-shown .cta-text,
.cta.is-shown .cta-apply {
  opacity: 1;
  top: 0;
}

.wpcf7-not-valid-tip {
	display: none;
}