:root {
  --color-black: #040306;
  --color-gray: #454545;
  --color-light-gray: #F2F2F2;
  --color-white: #FFFFFF;
  --color-light-navy: #426887;
  --color-navy: #002E53;
  --color-light-blue: #DDF0F9;
  --color-blue: #289BE6;
  --color-deep-blue: #1F89E0;
  --color-accent: #F10034;
}

/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html, body {
  height: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

#root, #__next {
  isolation: isolate;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 40px;
}

body {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
  line-height: 1.5;
  font-size: 16px;
  color: var(--color-black);
  overflow-x: clip;
}

*::-webkit-scrollbar {
  display: none;
}

button {
  cursor: pointer;
}

button:disabled {
  cursor: auto;
}

@media all and (-ms-high-contrast: none) {
  * {
    min-height: 0;
  }
}
a {
  text-decoration: none;
  color: inherit;
}

p {
  margin: 0;
}

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

button {
  color: inherit;
  background-color: inherit;
}

ul, ol {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

picture {
  max-width: none;
}

img {
  width: 100%;
  object-fit: cover;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
  image-rendering: -webkit-optimize-contrast;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

button {
  border: none;
  padding: 0;
}

input {
  border: none;
}

body {
  -webkit-text-size-adjust: 100%;
}

*:focus {
  outline: none;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

.site-wrapper {
  overflow-x: clip;
}

.home .main {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .home .main {
    margin-top: 0;
  }
}

.u-hidden {
  display: none !important;
}

.u-visible {
  display: block !important;
}

@media screen and (min-width: 400px) {
  .u-hidden-xs-up {
    display: none !important;
  }
}

@media screen and (max-width: 399px) {
  .u-hidden-xs-down {
    display: none !important;
  }
}

.u-visible-xs-up {
  display: none !important;
}
@media screen and (min-width: 400px) {
  .u-visible-xs-up {
    display: block !important;
  }
}

.u-visible-xs-down {
  display: none !important;
}
@media screen and (max-width: 399px) {
  .u-visible-xs-down {
    display: block !important;
  }
}

@media screen and (min-width: 576px) {
  .u-hidden-sm-up {
    display: none !important;
  }
}

@media screen and (max-width: 575px) {
  .u-hidden-sm-down {
    display: none !important;
  }
}

.u-visible-sm-up {
  display: none !important;
}
@media screen and (min-width: 576px) {
  .u-visible-sm-up {
    display: block !important;
  }
}

.u-visible-sm-down {
  display: none !important;
}
@media screen and (max-width: 575px) {
  .u-visible-sm-down {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  .u-hidden-md-up {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .u-hidden-md-down {
    display: none !important;
  }
}

.u-visible-md-up {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .u-visible-md-up {
    display: block !important;
  }
}

.u-visible-md-down {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-visible-md-down {
    display: block !important;
  }
}

@media screen and (min-width: 992px) {
  .u-hidden-lg-up {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  .u-hidden-lg-down {
    display: none !important;
  }
}

.u-visible-lg-up {
  display: none !important;
}
@media screen and (min-width: 992px) {
  .u-visible-lg-up {
    display: block !important;
  }
}

.u-visible-lg-down {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .u-visible-lg-down {
    display: block !important;
  }
}

@media screen and (min-width: 1200px) {
  .u-hidden-xl-up {
    display: none !important;
  }
}

@media screen and (max-width: 1199px) {
  .u-hidden-xl-down {
    display: none !important;
  }
}

.u-visible-xl-up {
  display: none !important;
}
@media screen and (min-width: 1200px) {
  .u-visible-xl-up {
    display: block !important;
  }
}

.u-visible-xl-down {
  display: none !important;
}
@media screen and (max-width: 1199px) {
  .u-visible-xl-down {
    display: block !important;
  }
}

@media screen and (min-width: 1440px) {
  .u-hidden-xxl-up {
    display: none !important;
  }
}

@media screen and (max-width: 1439px) {
  .u-hidden-xxl-down {
    display: none !important;
  }
}

.u-visible-xxl-up {
  display: none !important;
}
@media screen and (min-width: 1440px) {
  .u-visible-xxl-up {
    display: block !important;
  }
}

.u-visible-xxl-down {
  display: none !important;
}
@media screen and (max-width: 1439px) {
  .u-visible-xxl-down {
    display: block !important;
  }
}

.u-display-inline-block {
  display: inline-block !important;
}

.u-display-block {
  display: block !important;
}

.u-text-left {
  text-align: left !important;
}

.u-text-center {
  text-align: center !important;
}

.u-text-right {
  text-align: right !important;
}

.u-text-lowercase {
  text-transform: lowercase !important;
}

.u-text-uppercase {
  text-transform: uppercase !important;
}

.u-text-capitalize {
  text-transform: capitalize !important;
}

.u-font-weight-normal {
  font-weight: 400 !important;
}

.u-font-weight-bold {
  font-weight: 700 !important;
}

.u-font-italic {
  font-style: italic !important;
}

.u-position-relative {
  position: relative !important;
}

.u-position-absolute {
  position: absolute !important;
}

.u-position-fixed {
  position: fixed !important;
}

.u-position-sticky {
  position: sticky !important;
  position: -webkit-sticky !important;
}

.u-m-0 {
  margin: 0 !important;
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mr-0 {
  margin-right: 0 !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-ml-0 {
  margin-left: 0 !important;
}

.u-mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.u-my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.u-p-0 {
  padding: 0 !important;
}

.u-pt-0 {
  padding-top: 0 !important;
}

.u-pr-0 {
  padding-right: 0 !important;
}

.u-pb-0 {
  padding-bottom: 0 !important;
}

.u-pl-0 {
  padding-left: 0 !important;
}

.u-px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.u-py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.header {
  position: fixed;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: min(100% - 30px, 1080px);
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(5.67px);
  -webkit-backdrop-filter: blur(5.67px);
  border-radius: 10px;
  filter: drop-shadow(0 4px 8px rgba(118, 170, 201, 0.58));
  display: block;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .header {
    width: min(100% - 60px, 1080px);
  }
}
.header__inner {
  padding: 0 16px;
  height: 54px;
  display: grid;
  grid-template-columns: 100px 1fr;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding: 0 min(48px, calc(48 / 1200 * 100vw));
    height: 82px;
    grid-template-columns: 204px 1fr;
  }
}
.header__button-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .header__button-wrapper {
    gap: 14px;
  }
}
.header__button {
  display: grid;
  place-items: center;
  padding: 0 13px;
  height: 36px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-white);
  transition: color 0.3s ease, background-color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .header__button {
    height: 50px;
    padding: 0 24px;
    font-size: 18px;
  }
}
.header__button--consultation {
  background-color: var(--color-accent);
  color: var(--color-white);
  outline: 2px solid var(--color-accent);
  outline-offset: -2px;
}
@media (hover: hover) {
  .header__button--consultation:hover {
    background-color: var(--color-white);
    color: var(--color-accent);
  }
}
.header__button--download {
  background-color: #3181B5;
  color: var(--color-white);
  grid-template-columns: auto 12px;
  align-items: center;
  gap: 5px;
  outline: 2px solid #3181B5;
  outline-offset: -2px;
}
@media (hover: hover) {
  .header__button--download:hover {
    background-color: var(--color-white);
    color: #3181B5;
  }
}
@media screen and (min-width: 768px) {
  .header__button--download {
    grid-template-columns: auto;
  }
}
@media screen and (min-width: 768px) {
  .header__button--sp {
    display: none;
  }
}
.header__button--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__button--pc {
    display: grid;
  }
}
.header__button-pic {
  height: 100%;
}
.header__button-image {
  width: auto;
  height: 100%;
}

.footer {
  background-color: var(--color-gray);
}
.footer__inner {
  padding: 40px 0;
}
.footer__links {
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .footer__links {
    grid-template-columns: repeat(2, auto);
    justify-content: center;
    gap: 80px;
  }
}
.footer__link {
  font-size: 16px;
  text-align: center;
  color: var(--color-white);
}
.footer__copyright {
  margin-top: 40px;
  font-size: 12px;
  text-align: center;
  color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    margin-top: 80px;
  }
}

.container {
  margin: 0 auto;
  width: calc(100% - 30px);
}
@media screen and (min-width: 768px) {
  .container {
    width: min(100% - 60px, 1080px);
  }
}

.section-title {
  text-align: center;
}
.section-title__subtitle {
  font-size: 80px;
  font-weight: 700;
  color: var(--color-white);
  font-family: "Noto Serif JP", serif;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .section-title__subtitle {
    font-size: 140px;
  }
}
.section-title__subtitle--light-blue {
  color: var(--color-light-blue);
}
.section-title__subtitle--navy {
  color: #4089B9;
}
.section-title__subtitle--white {
  color: var(--color-white);
}
.section-title__title {
  margin-top: -32px;
  font-size: 32px;
  font-weight: 700;
  color: var(--color-navy);
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .section-title__title {
    margin-top: -47px;
    font-size: 40px;
  }
}
.section-title__title--white {
  color: var(--color-white);
}

.kv {
  position: relative;
  height: 667px;
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  .kv {
    height: 814px;
  }
}
.kv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.kv__bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kv__main {
  position: absolute;
  top: 41px;
  left: 50%;
  transform: translateX(calc(-50% - 10px));
  width: 376px;
}
@media screen and (min-width: 768px) {
  .kv__main {
    top: 42px;
    transform: translateX(calc(-50% - 19px));
    width: 658px;
  }
}
.kv__message-pic {
  position: absolute;
  top: 240px;
  left: 50%;
  transform: translateX(-50%);
  width: min(100%, 345px);
}
@media screen and (min-width: 768px) {
  .kv__message-pic {
    top: auto;
    bottom: 148px;
    width: min(90%, 1004px);
  }
}
.kv__button-wrapper {
  padding: 26px 16px;
  position: absolute;
  top: 538px;
  left: 50%;
  transform: translateX(-50%);
  width: min(100%, 345px);
  background-color: var(--color-white);
  border: 4px solid var(--color-accent);
  border-radius: 10px;
  display: grid;
  gap: 16px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .kv__button-wrapper {
    padding: 30px min(48px, calc(48 / 1200 * 100vw));
    top: 731px;
    width: min(90%, 1017px);
    border: 6px solid var(--color-accent);
    border-radius: 16px;
    grid-template-columns: repeat(2, auto);
  }
}
@media (hover: hover) {
  .kv__button:hover .kv__button-inner {
    transform: translateY(6px);
    filter: drop-shadow(0 0px 1px #D9D9D9);
  }
  .kv__button:hover .kv__button-inner--consultation {
    background-color: #FF4D74;
  }
  .kv__button:hover .kv__button-inner--download {
    background-color: #5BA3D3;
  }
}
.kv__button-inner {
  display: grid;
  place-items: center;
  gap: 6px;
  border-radius: 5px;
  font-size: 21px;
  font-weight: 700;
  height: 56px;
  filter: drop-shadow(0 6px 3px #D9D9D9);
  transition: background-color 0.3s ease, transform 0.3s ease, filter 0.3s ease;
}
@media screen and (min-width: 768px) {
  .kv__button-inner {
    font-size: min(32px, calc(32 / 1200 * 100vw));
    height: 86px;
    filter: drop-shadow(0 10px 4px #D9D9D9);
  }
}
.kv__button-inner--consultation {
  background-color: var(--color-accent);
  color: var(--color-white);
}
.kv__button-inner--download {
  background-color: var(--color-deep-blue);
  color: var(--color-white);
  grid-template-columns: 16px auto;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .kv__button-inner--download {
    grid-template-columns: 24px auto;
  }
}

.worries {
  position: relative;
  overflow-x: clip;
  padding: 80px 0 40px;
}
@media screen and (min-width: 768px) {
  .worries {
    padding: 120px 0 80px;
  }
}
.worries__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.worries__bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.worries__list {
  margin-top: 40px;
  display: grid;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .worries__list {
    margin-top: 80px;
    grid-template-columns: repeat(3, 1fr);
    gap: min(60px, calc(60 / 1200 * 100vw));
  }
}
.worries__item-text {
  margin-top: 16px;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .worries__item-text {
    font-size: min(20px, calc(20 / 1200 * 100vw));
  }
}
.worries__border {
  margin: 24px auto 0;
  width: 2px;
  height: 80px;
  background-color: var(--color-navy);
}
@media screen and (min-width: 768px) {
  .worries__border {
    margin-top: 46px;
  }
}
.worries__result {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .worries__result {
    margin-top: 40px;
  }
}
.worries__result-subtext {
  font-size: 32px;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
  color: var(--color-navy);
}
@media screen and (min-width: 768px) {
  .worries__result-subtext {
    font-size: 40px;
  }
}
.worries__result-subtext--small {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .worries__result-subtext--small {
    font-size: 32px;
  }
}
.worries__result-text {
  margin: 8px auto 0;
  width: min(100%, 400px);
  height: 60px;
  display: grid;
  place-items: center;
  font-size: 24px;
  font-weight: 700;
  color: var(--color-white);
  background-color: var(--color-light-navy);
}
@media screen and (min-width: 768px) {
  .worries__result-text {
    margin-top: 16px;
    width: 690px;
    height: 80px;
    font-size: 40px;
  }
}
.worries__result-image-wrapper {
  margin-top: 40px;
}

.reviews {
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .reviews {
    padding: 40px 0 80px;
  }
}
.reviews__list {
  margin-top: 40px;
  display: grid;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .reviews__list {
    margin-top: 80px;
    grid-template-columns: repeat(2, 1fr);
    gap: min(40px, calc(40 / 1200 * 100vw));
  }
}
.reviews__item-image-wrapper {
  position: relative;
}
.reviews__item-image-caption {
  display: inline-block;
  padding: 10px 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--color-white);
  color: var(--color-navy);
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .reviews__item-image-caption {
    padding: 16px 24px;
    font-size: 20px;
  }
}
.reviews__item-text {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .reviews__item-text {
    margin-top: 16px;
    font-size: 20px;
  }
}

.cta {
  position: relative;
  overflow-x: clip;
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .cta {
    padding: 80px 0;
  }
}
.cta__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.cta__bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cta__inner {
  margin: 0 auto;
  max-width: 960px;
  display: grid;
  place-items: center;
  gap: 6px;
  border: 2px solid var(--color-accent);
  background-color: var(--color-white);
  border-radius: 5px;
  padding: 14px 0;
  filter: drop-shadow(0 5px 10px #C1D0DA);
}
@media screen and (min-width: 768px) {
  .cta__inner {
    padding: 40px 0;
    border-width: 6px;
    filter: drop-shadow(0 15px 30px #C1D0DA);
    gap: 16px;
    border-radius: 16px;
  }
}
.cta__accent {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .cta__accent {
    font-size: 28px;
  }
}
@media (hover: hover) {
  .cta__button:hover .cta__button-inner {
    transform: translateY(6px);
    filter: drop-shadow(0 0 4px #D9D9D9);
    background-color: #FF4D74;
  }
  .cta__button:hover .cta__button-arrow {
    fill: var(--color-accent);
    transition: fill 0.3s ease;
  }
}
.cta__button-arrow {
  fill: #040306;
  transition: fill 0.3s ease;
}
.cta__button-inner {
  padding: 0 24px;
  height: 56px;
  display: grid;
  place-items: center;
  grid-template-columns: repeat(2, auto);
  gap: 8px;
  background-color: var(--color-accent);
  color: var(--color-white);
  border-radius: 1000px;
  filter: drop-shadow(0 4px 2px #D9D9D9);
  transition: background-color 0.3s ease, transform 0.3s ease, filter 0.3s ease;
}
@media screen and (min-width: 768px) {
  .cta__button-inner {
    padding: 0 60px;
    height: 104px;
    gap: 24px;
    filter: drop-shadow(0 10px 4px #D9D9D9);
  }
}
.cta__button-text {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .cta__button-text {
    font-size: 40px;
  }
}
.cta__button-icon {
  width: 25px;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .cta__button-icon {
    width: 72px;
  }
}
.cta__button-icon svg {
  width: 100%;
  height: 100%;
}

.strong {
  position: relative;
  overflow-x: clip;
  padding: 24px 0 32px;
}
@media screen and (min-width: 768px) {
  .strong {
    padding: 120px 0 80px;
  }
}
.strong__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.strong__bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.strong__list {
  margin-top: 40px;
  display: grid;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .strong__list {
    margin-top: 80px;
    gap: 32px;
  }
}
.strong__item {
  position: relative;
  padding: 11px 16px 11px 48px;
  background-image: url("../images/strong_item_bg_sp.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .strong__item {
    padding: 38px 30px 38px 30px;
    width: calc(100% - min(120px, calc(120 / 1440 * 100vw)));
  }
}
@media screen and (min-width: 992px) {
  .strong__item {
    background-image: url("../images/strong_item_bg.png");
  }
}
.strong__item:nth-of-type(1) .strong__item-icon-wrapper {
  width: 32px;
}
@media screen and (min-width: 768px) {
  .strong__item:nth-of-type(1) .strong__item-icon-wrapper {
    width: 74px;
  }
}
@media screen and (min-width: 768px) {
  .strong__item:nth-of-type(2) {
    margin-left: min(40px, calc(40 / 1440 * 100vw));
  }
}
.strong__item:nth-of-type(2) .strong__item-icon-wrapper {
  width: 45px;
}
@media screen and (min-width: 768px) {
  .strong__item:nth-of-type(2) .strong__item-icon-wrapper {
    width: 104px;
  }
}
@media screen and (min-width: 768px) {
  .strong__item:nth-of-type(3) {
    margin-left: min(80px, calc(80 / 1440 * 100vw));
  }
}
.strong__item:nth-of-type(3) .strong__item-icon-wrapper {
  width: 28px;
}
@media screen and (min-width: 768px) {
  .strong__item:nth-of-type(3) .strong__item-icon-wrapper {
    width: 64px;
  }
}
@media screen and (min-width: 768px) {
  .strong__item:nth-of-type(4) {
    margin-left: auto;
  }
}
.strong__item:nth-of-type(4) .strong__item-icon-wrapper {
  width: 22px;
}
@media screen and (min-width: 768px) {
  .strong__item:nth-of-type(4) .strong__item-icon-wrapper {
    width: 50px;
  }
}
.strong__num {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
  color: var(--color-light-blue);
}
@media screen and (min-width: 768px) {
  .strong__num {
    left: 40px;
    font-size: 160px;
  }
}
.strong__item-text-wrapper {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .strong__item-text-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 40px;
  }
}
.strong__item-title-wrapper {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
@media screen and (min-width: 768px) {
  .strong__item-title-wrapper {
    gap: 16px;
  }
}
.strong__item-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-navy);
  line-height: 1.3;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .strong__item-title {
    font-size: 24px;
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .strong__item-title {
    font-size: 32px;
  }
}
.strong__item-text {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.3;
  color: var(--color-navy);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .strong__item-text {
    font-size: 20px;
  }
}
@media screen and (min-width: 992px) {
  .strong__item-text {
    margin-top: 0;
    text-align: left;
  }
}
.strong__item-text--bold {
  font-weight: 700;
}
.strong__item-text--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .strong__item-text--pc {
    display: inline;
  }
}

.service {
  position: relative;
  overflow-x: clip;
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .service {
    padding: 40px 0 80px;
  }
}
.service__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.service__bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service__list {
  margin-top: 40px;
  display: grid;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .service__list {
    margin-top: 80px;
    grid-template-columns: repeat(3, 1fr);
    gap: min(60px, calc(60 / 1440 * 100vw));
  }
}
.service__item {
  padding: 24px 24px 38px;
  background-color: #3181B5;
  border-radius: 2px solid var(--color-white);
}
.service__item-icon-wrapper {
  margin: 0 auto;
  width: 98px;
}
.service__item-title {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 700;
  color: var(--color-white);
  line-height: 1.3;
  text-align: center;
}
.service__item-text {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.6;
  color: var(--color-white);
  text-align: center;
}

.faq {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .faq {
    padding-top: 80px;
  }
}
.faq__list {
  margin: 40px auto 0;
  max-width: 690px;
  display: grid;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .faq__list {
    margin-top: 80px;
  }
}
.faq__question {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-navy);
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .faq__question {
    font-size: 24px;
  }
}
.faq__question::before {
  content: "Q";
  font-size: 40px;
  font-family: "Noto Serif JP", serif;
}
.faq__answer {
  margin-top: 24px;
  font-size: 20px;
  line-height: 1.6;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .faq__answer {
    margin-top: 32px;
  }
}
.faq__answer::before {
  content: "A";
  font-size: 40px;
  font-family: "Noto Serif JP", serif;
  color: var(--color-accent);
  font-weight: 700;
}
.faq__answer-contents-01 {
  margin-top: 24px;
  display: grid;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .faq__answer-contents-01 {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
.faq__answer-item-01 {
  background-color: var(--color-light-blue);
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .faq__answer-item-01 {
    padding: 24px 32px;
  }
}
.faq__answer-item-title-01 {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-navy);
  text-align: center;
}
.faq__answer-item-text-01 {
  font-size: 16px;
  line-height: 1.6;
}
.faq__answer-contents-02 {
  margin-top: 24px;
  display: grid;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .faq__answer-contents-02 {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}
.faq__answer-item-02 {
  background-color: var(--color-light-navy);
  padding: 20px 16px;
}
@media screen and (min-width: 768px) {
  .faq__answer-item-02 {
    height: 120px;
    display: grid;
    place-items: center;
  }
}
.faq__answer-item-text-02 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  color: var(--color-white);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .faq__answer-item-text-02 {
    font-size: 14px;
  }
}

.contact {
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .contact {
    padding: 80px 0;
  }
}
.contact__inner {
  border: 1px solid #426887;
}
.contact__title {
  background-color: var(--color-light-navy);
  padding: 24px 20px;
  color: var(--color-white);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
.contact__contents {
  padding: 24px 15px 40px;
  background-color: var(--color-light-blue);
}
@media screen and (min-width: 768px) {
  .contact__contents {
    padding: 48px 20px 48px;
  }
}
.contact__message {
  color: var(--color-navy);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact__message {
    font-size: 48px;
  }
}
.contact__form {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .contact__form {
    margin-top: 48px;
  }
}
.contact__form-wrapper {
  margin: 24px auto 0;
  max-width: 540px;
}
@media screen and (min-width: 768px) {
  .contact__form-wrapper {
    margin-top: 48px;
  }
}
.contact__form-items {
  display: grid;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .contact__form-items {
    margin: 0 auto;
    max-width: 540px;
  }
}
.contact__form-item {
  display: grid;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .contact__form-item {
    grid-template-columns: 80px 1fr;
    gap: 0;
    align-items: center;
  }
}
.contact__form-label {
  font-size: 16px;
  display: block;
  line-height: 1;
}
.contact__form-input {
  width: 100%;
  background-color: var(--color-white);
  border-radius: 8px;
  padding: 12px;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .contact__form-input {
    padding: 24px;
  }
}
.contact__form-lead {
  margin-top: 24px;
  text-align: center;
  font-size: 14px;
  color: var(--color-navy);
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .contact__form-lead {
    margin-top: 48px;
    font-size: 24px;
  }
}
.contact__form-button-wrapper {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .contact__form-button-wrapper {
    margin: 16px auto 0;
    max-width: 638px;
  }
}
@media (hover: hover) {
  .contact__form-button:hover .contact__form-button-inner {
    transform: translateY(6px);
    filter: drop-shadow(0 0 4px #D9D9D9);
    background-color: #5BA3D3;
  }
  .contact__form-button:hover .contact__form-button-arrow-path {
    fill: #3181B5;
    stroke: #3181B5;
    transition: fill 0.3s ease, stroke 0.3s ease;
  }
}
.contact__form-button-arrow-path {
  fill: #040306;
  stroke: #040306;
  transition: fill 0.3s ease, stroke 0.3s ease;
}
.contact__form-button-inner {
  display: grid;
  place-items: center;
  grid-template-columns: 22px auto 25px;
  gap: 8px;
  width: 100%;
  background-color: #3181B5;
  color: var(--color-white);
  padding: 16px;
  font-weight: 700;
  border-radius: 9999px;
  filter: drop-shadow(0 6px 10px #BDCED7);
  transition: background-color 0.3s ease, transform 0.3s ease, filter 0.3s ease;
}
@media screen and (min-width: 768px) {
  .contact__form-button-inner {
    padding: 16px 16px 16px 32px;
    grid-template-columns: 38px auto 72px;
    font-size: 32px;
  }
}
.contact__form-privacy {
  margin-top: 24px;
  text-align: center;
}
.contact__form-privacy-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.contact__form-privacy-text {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-navy);
}
.contact__form-privacy-link {
  color: #3181B5;
  text-decoration: underline;
  transition: text-decoration 0.3s ease;
}
@media (hover: hover) {
  .contact__form-privacy-link:hover {
    text-decoration: none;
  }
}

.hs-form .hs-form-field {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .hs-form .hs-form-field {
    display: grid;
    grid-template-columns: 120px 1fr;
    align-items: center;
    gap: 16px;
  }
}
.hs-form label {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-navy);
  margin-bottom: 8px;
  display: block;
}
@media screen and (min-width: 768px) {
  .hs-form label {
    margin-bottom: 0;
  }
}
.hs-form .hs-form-required {
  color: #FF4D74;
  margin-left: 4px;
}
.hs-form input[type=text],
.hs-form input[type=email],
.hs-form input[type=tel],
.hs-form input[type=number],
.hs-form textarea,
.hs-form select {
  width: 100%;
  background-color: var(--color-white);
  border: 1px solid #C5D7DA;
  border-radius: 8px;
  padding: 12px;
  font-size: 16px;
  transition: border-color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .hs-form input[type=text],
  .hs-form input[type=email],
  .hs-form input[type=tel],
  .hs-form input[type=number],
  .hs-form textarea,
  .hs-form select {
    padding: 16px;
  }
}
.hs-form input[type=text]:focus,
.hs-form input[type=email]:focus,
.hs-form input[type=tel]:focus,
.hs-form input[type=number]:focus,
.hs-form textarea:focus,
.hs-form select:focus {
  outline: none;
  border-color: #3181B5;
}
.hs-form textarea {
  min-height: 120px;
  resize: vertical;
}
.hs-form .hs-error-msgs {
  margin-top: 8px;
}
.hs-form .hs-error-msgs label {
  color: #FF4D74;
  font-size: 14px;
  font-weight: 500;
}
.hs-form .hs-submit {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .hs-form .hs-submit {
    margin-top: 48px;
  }
}
.hs-form .hs-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  background-color: #3181B5;
  color: var(--color-white);
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 700;
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  filter: drop-shadow(0 6px 10px #BDCED7);
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .hs-form .hs-button {
    padding: 20px 48px;
    font-size: 24px;
  }
}
@media (hover: hover) {
  .hs-form .hs-button:hover {
    transform: translateY(4px);
    filter: drop-shadow(0 2px 4px #BDCED7);
    background-color: #5BA3D3;
  }
}
.hs-form .hs-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.hs-form input[type=checkbox],
.hs-form input[type=radio] {
  margin-right: 8px;
}
.hs-form .hs-form-checkbox-display,
.hs-form .hs-form-radio-display {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.hs-form .hs-form-checkbox-display label,
.hs-form .hs-form-radio-display label {
  margin-bottom: 0;
  font-weight: 500;
}
.hs-form .legal-consent-container {
  margin-top: 24px;
  padding: 16px;
  background-color: #F5F9FC;
  border-radius: 8px;
}
.hs-form .legal-consent-container .hs-richtext {
  font-size: 14px;
  line-height: 1.6;
  color: var(--color-navy);
}
.hs-form .legal-consent-container .hs-richtext a {
  color: #3181B5;
  text-decoration: underline;
}
@media (hover: hover) {
  .hs-form .legal-consent-container .hs-richtext a:hover {
    text-decoration: none;
  }
}
.hs-form .hs-loader {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: var(--color-white);
  animation: hs-spinner 0.6s linear infinite;
}
@keyframes hs-spinner {
  to {
    transform: rotate(360deg);
  }
}
.hs-form .submitted-message {
  padding: 24px;
  background-color: #E8F5E9;
  border: 2px solid #4CAF50;
  border-radius: 8px;
  color: #2E7D32;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .hs-form .submitted-message {
    padding: 32px;
    font-size: 20px;
  }
}

.hbspt-form {
  width: 100%;
}
/*# sourceMappingURL=style.css.map */
