@charset "UTF-8";
*,
*:before,
*:after {
  box-sizing: border-box;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
  display: block;
}
img {
  border: none;
  vertical-align: bottom;
}
a {
  cursor: pointer;
  text-decoration: none;
}
html {
  font-size: 100%;
}
@media screen and (max-width: 1010px) {
  html {
    font-size: 1.584vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media screen and (max-width: 375px) {
  html {
    font-size: 4.267vw;
  }
}
body {
  color: var(--main-black, #000);
  font-family:
    Noto Sans JP,
    Hiragino Kaku Gothic ProN,
    Hiragino Sans,
    meiryo,
    sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1rem;
  }
}
a {
  color: inherit;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.8;
  }
}
img {
  max-width: 100%;
  height: auto;
}
.is-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
.is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}
.u-fv-main-xl {
  font-size: 3.4375rem;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .u-fv-main-xl {
    font-size: 2rem;
  }
}
.u-fv-main-lg {
  font-size: 2.1875rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .u-fv-main-lg {
    font-size: 1.375rem;
  }
}
.u-fv-text {
  font-size: 1.5625rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .u-fv-text {
    font-size: 0.9375rem;
  }
}
.u-heading {
  font-size: 2.1875rem;
  font-weight: 700;
  line-height: 1.35;
}
@media screen and (max-width: 767px) {
  .u-heading {
    font-size: 1.5rem;
  }
}
.u-heading-lg {
  font-size: 2.8125rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .u-heading-lg {
    font-size: 1.5rem;
  }
}
.u-en-caption {
  font-family:
    Didact Gothic,
    sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .u-en-caption {
    font-size: 0.6875rem;
  }
}
.l-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.l-main {
  flex: 1;
}
.l-inner,
.container {
  box-sizing: border-box;
  width: 100%;
  max-width: 68.75rem;
  margin-inline: auto;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-inner,
  .container {
    padding-inline: 1rem;
  }
}
.l-inner--wide {
  max-width: 80rem;
}
.l-inner--narrow {
  max-width: 62.5rem;
}
.l-inner--full {
  max-width: none;
}
#page {
  position: relative;
}
.site-header {
  position: relative;
  z-index: 30;
  width: 100%;
  transition: box-shadow 0.25s ease;
}
.site-header.is-past-fv {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0.125rem 0.75rem #00000014;
}
.site-header.is-menu-open {
  z-index: 50;
}
.site-header__ribbon {
  margin: 0;
  padding: 0.75rem 1rem;
  font-family:
    Noto Sans JP,
    Hiragino Kaku Gothic ProN,
    Hiragino Sans,
    meiryo,
    sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
  background-color: #0071bc;
}
@media screen and (max-width: 767px) {
  .site-header__ribbon {
    font-size: 1rem;
    padding-block: 0.625rem;
    padding-inline: 1.5rem;
  }
}
.site-header__bar {
  background-color: transparent;
  transition:
    background-color 0.25s ease,
    border-color 0.25s ease;
}
.site-header.is-past-fv .site-header__bar {
  background-color: #fff;
  border-bottom: 1px solid #e8eef2;
}
.site-header__bar-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1.25rem;
  padding-block: 0.75rem 0.875rem;
  padding-right: 7.3125rem;
  max-width: 120rem;
}
@media screen and (max-width: 767px) {
  .site-header__bar-inner {
    padding-block: 0.25rem;
    padding-left: 0;
    padding-right: 0.625rem;
  }
}
.site-header__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  line-height: 0;
  text-decoration: none;
}
.site-header__logo:focus-visible {
  outline: 2px solid #0071bc;
  outline-offset: 4px;
}
.site-header__logo-img {
  display: block;
  width: 11.0625rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .site-header__logo-img {
    height: 2.125rem;
  }
}
.site-header__nav {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .site-header__nav {
    justify-content: flex-end;
  }
}
.site-header__nav-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .site-header__nav-list {
    display: none;
  }
}
.site-header__nav-item {
  display: flex;
  align-items: center;
}
.site-header__nav-item + .site-header__nav-item {
  margin-left: 0.75rem;
  padding-left: 0.75rem;
  border-left: 1px solid #0071bc;
}
@media screen and (max-width: 767px) {
  .site-header__nav-item {
    margin-left: 0 !important;
    padding-left: 0 !important;
    border-left: none !important;
  }
}
.site-header__nav-link {
  font-family:
    Noto Sans JP,
    Hiragino Kaku Gothic ProN,
    Hiragino Sans,
    meiryo,
    sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-decoration: none;
  color: #0071bc;
  transition: color 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .site-header__nav-link:hover {
    color: #005a99;
  }
}
.site-header__nav-link:focus-visible {
  outline: 2px solid #0071bc;
  outline-offset: 4px;
}
.site-header__aside {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem 1rem;
  margin-left: 2.5rem;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .site-header__aside {
    margin-left: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .site-header__aside {
    display: none;
  }
}
.site-header__tel {
  display: inline-flex;
  align-items: flex-start;
  text-decoration: none;
  color: #0071bc;
  transition: opacity 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .site-header__tel:hover {
    opacity: 0.88;
  }
}
@media screen and (max-width: 767px) {
  .site-header__tel {
    display: none;
  }
}
.site-header__tel-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.0625rem;
  height: 1.0625rem;
  border-radius: 50%;
}
.site-header__tel-icon img {
  display: block;
  width: 100%;
}
.site-header__tel-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.125rem;
}
.site-header__tel-main {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
}
.site-header__tel-num {
  font-family:
    Noto Sans JP,
    Hiragino Kaku Gothic ProN,
    Hiragino Sans,
    meiryo,
    sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.1;
}
.site-header__tel-hours {
  font-family:
    Noto Sans JP,
    Hiragino Kaku Gothic ProN,
    Hiragino Sans,
    meiryo,
    sans-serif;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.site-header__cv {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .site-header__cv {
    display: flex;
    flex-direction: row;
    position: fixed;
    z-index: 20;
    right: 0;
    bottom: 0;
    left: 0;
    top: auto;
    width: 100%;
    transform: translateY(100%);
    opacity: 0;
    pointer-events: none;
    transition:
      transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
      opacity 0.25s ease;
  }
}
@media screen and (max-width: 767px) {
  html.is-past-fv .site-header__cv.c-cv-stack,
  html.is-menu-open .site-header__cv.c-cv-stack {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
}
.site-header__menu-toggle {
  display: none;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .site-header__menu-toggle {
    display: inline-flex;
  }
}
.menu-toggle {
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3125rem;
  width: 2.75rem;
  height: 2.75rem;
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .menu-toggle:hover {
    background-color: #ffffff1f;
  }
  .site-header.is-past-fv .menu-toggle:hover {
    background-color: #e3f1fb;
  }
}
.menu-toggle:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.site-header.is-past-fv .menu-toggle:focus-visible {
  outline-color: #0071bc;
}
.menu-toggle__bar {
  display: block;
  width: 1.375rem;
  height: 0.125rem;
  background-color: #0071bc;
  border-radius: 1px;
  transform-origin: center;
  transition:
    transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.25s ease,
    background-color 0.2s ease;
}
.site-header.is-menu-open .menu-toggle__bar:nth-child(1) {
  transform: translateY(0.4375rem) rotate(45deg);
}
.site-header.is-menu-open .menu-toggle__bar:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.site-header.is-menu-open .menu-toggle__bar:nth-child(3) {
  transform: translateY(-0.4375rem) rotate(-45deg);
}
.site-nav-backdrop {
  display: none;
}
@media screen and (max-width: 767px) {
  .site-nav-backdrop {
    display: block;
    position: fixed;
    z-index: 40;
    top: var(--site-header-h, 0);
    right: 0;
    bottom: 3.5rem;
    left: 0;
    margin: 0;
    padding: 0;
    background-color: #0f233773;
    border: none;
    cursor: pointer;
    transition:
      opacity 0.28s ease,
      visibility 0.28s ease;
  }
}
.site-nav-backdrop[hidden] {
  display: none !important;
}
html.is-menu-open {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .site-header__bar-inner {
    justify-content: space-between;
    padding-right: 1rem;
  }
  .site-header__nav.is-open {
    position: fixed;
    z-index: 41;
    top: var(--site-header-h, 0);
    right: 0;
    bottom: 3.5rem;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    max-height: calc(100vh - var(--site-header-h, 0px) - 3.5rem);
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0.5rem 2rem #0000001f;
  }
  .site-header__nav.is-open .site-header__nav-list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0;
    flex: 1 1 auto;
    min-height: 0;
    margin: 0;
    padding: 1.25rem 2rem;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    list-style: none;
    background-color: #fff;
  }
  .site-header__nav.is-open .site-header__nav-item {
    border-bottom: 1px solid #e8eef2;
  }
  .site-header__nav.is-open .site-header__nav-item:last-child {
    border-bottom: none;
  }
  .site-header__nav.is-open .site-header__nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 1.125rem 0;
    font-family:
      Zen Kaku Gothic New,
      Noto Sans JP,
      sans-serif;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: #000;
    transition: color 0.2s ease;
    width: 100%;
  }
  .site-header__nav.is-open .site-header__nav-link:after {
    content: "";
    flex-shrink: 0;
    width: 0.375rem;
    height: 0.375rem;
    margin-right: 0.125rem;
    border-top: 1.5px solid #0071bc;
    border-right: 1.5px solid #0071bc;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
  }
}
@media screen and (max-width: 767px) and (hover: hover) and (pointer: fine) {
  .site-header__nav.is-open .site-header__nav-link:hover {
    color: #0071bc;
  }
  .site-header__nav.is-open .site-header__nav-link:hover:after {
    transform: rotate(45deg) translate(0.125rem);
  }
}
@media screen and (max-width: 767px) {
  .site-header__nav.is-open .site-header__nav-link:focus-visible {
    outline: 2px solid #0071bc;
    outline-offset: -2px;
  }
  .site-header__nav.is-open .site-header__drawer-extra {
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    gap: 1rem;
    margin: 0;
    padding: 0.75rem;
    background: linear-gradient(180deg, #f5f9fc, #fff 40%);
    border-top: 1px solid #e8eef2;
    box-shadow: 0 -0.25rem 1rem #0071bc0f;
  }
  .site-header__nav.is-open .site-header__tel--drawer {
    display: flex;
    align-items: flex-start;
    padding: 0.875rem 1rem;
    color: #0071bc;
    background-color: #fff;
    border: 1px solid #e0eaf2;
    border-radius: 0.75rem;
  }
  .site-header__cv.c-cv-stack {
    width: 100%;
    max-width: 100%;
  }
  .site-header__cv .c-cv-stack__item {
    flex: 1 1 50%;
    width: 50%;
    max-width: 50%;
    height: 3.5rem;
    min-height: 3.5rem;
    border-radius: 0;
    box-shadow: none;
  }
}
.site-header__drawer-extra,
.site-header__tel--drawer {
  display: none;
}
.l-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background-color: #fff;
  border-bottom: 1px solid #e5e7eb;
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 1rem;
}
.site-content {
  padding-top: 0;
}
html.is-past-fv .site-content {
  padding-top: var(--site-header-h, 0px);
}
@media screen and (max-width: 767px) {
  .site-content {
    padding-bottom: 0;
    transition: padding-bottom 0.25s ease;
  }
  html.is-past-fv .site-content,
  html.is-menu-open .site-content {
    padding-bottom: 3.5rem;
  }
}
.l-footer {
  background-color: #fff;
  padding-block: 3rem 2rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-bottom: 5.5rem;
  }
}
.l-footer__inner {
  box-sizing: border-box;
}
.l-footer__main {
  display: grid;
  grid-template-columns: minmax(0, 18.75rem) repeat(4, minmax(0, 1fr));
  gap: 2.5rem 1.75rem;
  align-items: start;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__main {
    grid-template-columns: 1fr;
    gap: 2.25rem;
    margin-bottom: 2rem;
  }
}
.l-footer__brand {
  min-width: 0;
  margin-top: -1.25rem;
}
.l-footer__logo-link {
  display: inline-block;
  line-height: 0;
}
.l-footer__logo {
  display: block;
  width: 18.75rem;
  max-width: 100%;
  height: auto;
}
.l-footer__company {
  margin: 1rem 0 0;
  font-family:
    Noto Sans JP,
    Hiragino Kaku Gothic ProN,
    Hiragino Sans,
    meiryo,
    sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  color: #0071bc;
}
.l-footer__address {
  margin: 0.5rem 0 0;
  font-family:
    Noto Sans JP,
    Hiragino Kaku Gothic ProN,
    Hiragino Sans,
    meiryo,
    sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  color: #000;
}
.l-footer__nav-col {
  min-width: 0;
}
.l-footer__nav-heading {
  margin: 0 0 0.75rem;
  font-family:
    Noto Sans JP,
    Hiragino Kaku Gothic ProN,
    Hiragino Sans,
    meiryo,
    sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  color: #0071bc;
}
.l-footer__nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.l-footer__nav-list li {
  margin: 0 0 0.5rem;
  line-height: 1;
}
.l-footer__nav-list li:last-child {
  margin-bottom: 0;
}
.l-footer__nav-list a {
  font-family:
    Noto Sans JP,
    Hiragino Kaku Gothic ProN,
    Hiragino Sans,
    meiryo,
    sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #000;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__nav-list a:hover {
    opacity: 0.75;
  }
}
.l-footer__copyright {
  margin: 0;
  padding-top: 1.5rem;
  font-family:
    Noto Sans JP,
    Hiragino Kaku Gothic ProN,
    Hiragino Sans,
    meiryo,
    sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    font-size: 0.6875rem;
    padding-top: 1.25rem;
  }
}
.c-fv__center {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
  text-align: center;
}
.c-fv__title {
  margin: 0;
}
.c-fv__title-box {
  display: inline-block;
  padding: 0rem 0.625rem 0.3125rem 3.125rem;
  background-color: #fff;
  box-shadow:
    0.125rem 0.125rem 0.625rem #0071bc99,
    -0.125rem 0.125rem 0.625rem #0071bc99,
    0.125rem -0.125rem 0.625rem #0071bc99,
    -0.125rem -0.125rem 0.625rem #0071bc99;
}
@media screen and (max-width: 767px) {
  .c-fv__title-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.625rem;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
  }
}
@media screen and (max-width: 767px) {
  .c-fv__title-line {
    display: block;
    width: fit-content;
    max-width: 100%;
    padding: 0.125rem 1rem 0.25rem;
    background-color: #fff;
    box-shadow:
      0.125rem 0.125rem 0.625rem #0071bc99,
      -0.125rem 0.125rem 0.625rem #0071bc99,
      0.125rem -0.125rem 0.625rem #0071bc99,
      -0.125rem -0.125rem 0.625rem #0071bc99;
  }
  .c-fv__title-line:last-child {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-fv__title-bridge {
    display: none;
  }
}
.c-fv__title-main {
  font-family:
    Noto Sans JP,
    Hiragino Kaku Gothic ProN,
    Hiragino Sans,
    meiryo,
    sans-serif;
  font-size: 3.4375rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
  color: #0071bc;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .c-fv__title-main {
    font-size: 2rem;
  }
}
.c-fv__title-particle {
  font-size: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .c-fv__title-particle {
    font-size: 1.375rem;
  }
}
.c-fv__sub {
  margin: 1.75rem 0 0;
  font-family:
    Noto Sans JP,
    Hiragino Kaku Gothic ProN,
    Hiragino Sans,
    meiryo,
    sans-serif;
  font-size: 1.5625rem;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.04em;
  color: #fff;
}
.c-fv__sub p {
  margin: 0 0 0.4em;
  text-shadow:
    0.125rem 0.125rem 0.875rem rgba(0, 113, 188, 0.9),
    -0.125rem 0.125rem 0.875rem rgba(0, 113, 188, 0.9),
    0.125rem -0.125rem 0.875rem rgba(0, 113, 188, 0.9),
    -0.125rem -0.125rem 0.875rem rgba(0, 113, 188, 0.9);
}
.c-fv__sub p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-fv__sub {
    margin-top: 1.25rem;
    font-size: 0.9375rem;
  }
}
.c-fv__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem 1.25rem;
  margin-top: 2.25rem;
}
.c-fv__actions .c-btn {
  width: 18rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .c-fv__actions {
    flex-direction: column;
    width: 100%;
    margin-top: 1.75rem;
  }
  .c-fv__actions .c-btn {
    width: 100%;
    max-width: 20rem;
  }
}
.c-fv-news {
  --c-fv-news-play-triangle: 2.875rem;
  --c-fv-news-play-circle: 2.5rem;
  display: flex;
  align-items: center;
  gap: 0;
  margin-top: auto;
  padding: 0.75rem 2.125rem 0.75rem 2.5rem;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(90deg, #0071bceb, #009ce9e6);
  border: 0.125rem solid rgba(255, 255, 255, 0.9);
  border-radius: 62.4375rem;
  box-shadow: 0 0.25rem 1rem #00000026;
  transition: opacity 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .c-fv-news:hover {
    opacity: 0.94;
  }
}
.c-fv-news:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.c-fv-news {
  align-self: stretch;
  width: 100%;
  max-width: 40rem;
  margin-inline-start: auto;
}
@media screen and (max-width: 767px) {
  .c-fv-news {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    align-items: start;
    column-gap: 0.625rem;
    row-gap: 0.5rem;
    align-self: stretch;
    width: 100%;
    max-width: 100%;
    padding: 0.75rem 0.875rem;
    border-width: 0.125rem;
    border-radius: 0.875rem;
    --c-fv-news-play-triangle: 1.375rem;
    --c-fv-news-play-circle: 2.125rem;
  }
}
.c-fv-news__track {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  min-height: 3.25rem;
}
@media screen and (max-width: 767px) {
  .c-fv-news__track {
    grid-column: 1/-1;
    grid-row: 1/3;
    z-index: 1;
    min-height: 0;
    align-self: stretch;
  }
}
.c-fv-news__slide {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  transform: translateY(100%);
  z-index: 0;
  pointer-events: none;
  transition: transform 0.7s cubic-bezier(0.32, 0.72, 0, 1);
}
.c-fv-news__slide.is-active {
  transform: translateY(0);
  z-index: 2;
  pointer-events: auto;
}
.c-fv-news__slide.is-out-up {
  transform: translateY(-100%);
  z-index: 1;
  pointer-events: none;
}
.c-fv-news__slide.is-no-trans {
  transition: none;
}
@media screen and (max-width: 767px) {
  .c-fv-news__slide.is-active {
    position: relative;
    inset: auto;
  }
  .c-fv-news__slide:not(.is-active) {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .c-fv-news__slide {
    align-items: stretch;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    grid-template-areas: "date date" "body .";
    column-gap: 0.625rem;
    row-gap: 0.5rem;
  }
  .c-fv-news__slide .c-fv-news__date {
    grid-area: date;
    justify-content: flex-start;
    align-self: start;
    gap: 0.375rem;
    padding: 0 0 0.5rem;
    margin: 0;
    font-size: 0.875rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  }
  .c-fv-news__slide .c-fv-news__divider {
    display: none;
  }
  .c-fv-news__slide .c-fv-news__body {
    grid-area: body;
    padding: 0;
    padding-inline-end: calc(var(--c-fv-news-play-circle) + 0.5rem);
    min-width: 0;
    width: 100%;
    align-self: center;
  }
  .c-fv-news__slide .c-fv-news__label {
    max-width: 100%;
    font-size: 0.625rem;
  }
  .c-fv-news__slide .c-fv-news__label img {
    width: 0.875rem;
  }
  .c-fv-news__slide .c-fv-news__text {
    font-size: 0.8125rem;
    line-height: 1.4;
  }
}
@media (prefers-reduced-motion: reduce) {
  .c-fv-news__slide {
    transition: none;
  }
}
@media screen and (max-width: 767px) {
  .c-fv-news__icon {
    grid-column: 2;
    grid-row: 2;
    align-self: center;
    z-index: 2;
    margin-left: 0;
  }
}
.c-fv-news__date {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.75rem;
  padding-right: 1.125rem;
  font-family:
    Didact Gothic,
    sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
  white-space: nowrap;
  color: #fff;
}
.c-fv-news__dow {
  text-transform: lowercase;
}
.c-fv-news__divider {
  flex: 0 0 auto;
  width: 1px;
  align-self: stretch;
  min-height: 2.75rem;
  margin-block: 0.125rem;
  background-color: #ffffffd9;
}
.c-fv-news__body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0rem;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  padding-inline: 1.125rem 0.875rem;
}
.c-fv-news__label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  max-width: 100%;
  min-width: 0;
  font-family:
    Noto Sans JP,
    Hiragino Kaku Gothic ProN,
    Hiragino Sans,
    meiryo,
    sans-serif;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #fffffff2;
}
.c-fv-news__label img {
  flex-shrink: 0;
  display: block;
  width: 1rem;
  height: auto;
}
.c-fv-news__label > span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.c-fv-news__text {
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family:
    Noto Sans JP,
    Hiragino Kaku Gothic ProN,
    Hiragino Sans,
    meiryo,
    sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.03em;
  color: #fff;
}
.c-fv-news__icon {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--c-fv-news-play-circle);
  height: var(--c-fv-news-play-circle);
  margin-left: 0.25rem;
  background-color: #fff;
  border-radius: 50%;
}
.c-fv-news__icon svg {
  display: block;
  width: var(--c-fv-news-play-triangle);
  height: var(--c-fv-news-play-triangle);
}
.c-fv-news__icon circle {
  display: none;
}
.c-fv-news__icon path {
  fill: #0071bc;
}
.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  box-sizing: border-box;
  min-height: 2rem;
  padding: 0.625rem 1.5625rem;
  font-family:
    Zen Kaku Gothic New,
    Noto Sans JP,
    sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-decoration: none;
  color: #0071bc;
  background-color: #fff;
  border: 1px solid #0071bc;
  border-radius: 62.4375rem;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    opacity 0.2s ease;
}
@media screen and (max-width: 767px) {
  .c-btn {
    font-size: 1rem;
    min-height: 3rem;
    padding: 0.75rem 1.75rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-btn:hover {
    background-color: #e3f1fb;
  }
}
.c-btn:focus-visible {
  outline: 2px solid #0071bc;
  outline-offset: 2px;
}
.c-btn--accent {
  color: #fff;
  font-weight: 700;
  background-color: #0071bc;
  border-color: #0071bc;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn--accent:hover {
    background-color: #005a99;
    border-color: #005a99;
  }
}
.c-btn--cta {
  color: #fff;
  font-weight: 700;
  background-color: #f7931e;
  background-image: linear-gradient(45deg, #f7931e, #ebaf30, #f1c131);
  border: 1px solid transparent;
  border-color: #f7931e;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn--cta:hover {
    opacity: 0.92;
  }
}
.c-btn--cta-solid {
  color: #fff;
  font-weight: 700;
  background-color: #fbb03b;
  border-color: #fbb03b;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn--cta-solid:hover {
    background-color: #e89420;
    border-color: #e89420;
  }
}
.c-btn--recruit {
  color: #fff;
  font-weight: 700;
  background-color: #63ae48;
  background-image: linear-gradient(45deg, #63ae48, #80b846, #9ac243);
  border: 1px solid transparent;
  border-color: #63ae48;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn--recruit:hover {
    opacity: 0.92;
  }
}
.c-btn--soft {
  color: #0071bc;
  font-weight: 500;
  background-color: #e3f1fb;
  border: 1px solid #d0e8f6;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn--soft:hover {
    background-color: #d4ebf9;
    border-color: #b8d9f0;
  }
}
.c-btn--ghost-blue {
  color: #000;
  font-weight: 700;
  background-color: #e3f1fb;
  border-color: #b8d7f0;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn--ghost-blue:hover {
    opacity: 0.92;
  }
}
.c-btn--fv {
  box-shadow:
    0.125rem 0.125rem 0.625rem #0071bc99,
    -0.125rem 0.125rem 0.625rem #0071bc99,
    0.125rem -0.125rem 0.625rem #0071bc99,
    -0.125rem -0.125rem 0.625rem #0071bc99;
  font-size: 1.5625rem;
  min-height: 3.5rem;
  padding-block: 0.625rem;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    opacity 0.2s ease;
}
@media screen and (max-width: 767px) {
  .c-btn--fv {
    font-size: 1.125rem;
    min-height: 3.25rem;
    box-shadow:
      0.125rem 0.125rem 0.625rem #0071bc38,
      -0.125rem 0.125rem 0.625rem #0071bc38,
      0.125rem -0.125rem 0.625rem #0071bc38,
      -0.125rem -0.125rem 0.625rem #0071bc38;
  }
}
.c-btn--header {
  min-height: 2.25rem;
  padding: 0.5rem 1.125rem;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .c-btn--header {
    min-height: 2.75rem;
    font-size: 1rem;
  }
}
.c-cv-stack {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 5.5rem;
}
@media screen and (max-width: 767px) {
  .c-cv-stack {
    flex-direction: row;
  }
}
.c-cv-stack__item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  padding: 1rem 0.625rem 1.125rem;
  text-decoration: none;
  color: #fff;
  transition: opacity 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .c-cv-stack__item:hover {
    opacity: 0.92;
  }
}
.c-cv-stack__item:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -3px;
}
@media screen and (max-width: 767px) {
  .c-cv-stack__item {
    gap: 0.375rem;
  }
}
.c-cv-stack__item--contact {
  background-color: #fbb03b;
  background-image: linear-gradient(45deg, #f7931e, #ebaf30, #f1c131);
  height: var(--site-header-h, auto);
  min-height: var(--site-header-h, 4.5rem);
}
.c-cv-stack__item--recruit {
  background-color: #63ae48;
  background-image: linear-gradient(45deg, #63ae48, #80b846, #9ac243);
  height: var(--site-header-h, auto);
  min-height: var(--site-header-h, 4.5rem);
  border-bottom-left-radius: 1.75rem;
}
.c-cv-stack__item--support {
  background-color: #63ae48;
  background-image: linear-gradient(45deg, #63ae48, #80b846, #9ac243);
  height: var(--site-header-h, auto);
  min-height: var(--site-header-h, 4.5rem);
  border-bottom-left-radius: 1.75rem;
}
.c-cv-stack__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.875rem;
  height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-cv-stack__icon {
    width: 1.375rem;
    height: 1.375rem;
  }
}
.c-cv-stack__icon img {
  display: block;
  width: 100%;
  height: auto;
}
.c-cv-stack__label {
  font-family:
    Noto Sans JP,
    Hiragino Kaku Gothic ProN,
    Hiragino Sans,
    meiryo,
    sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
}
.c-section-title {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  max-width: 28.75rem;
  margin-inline: auto;
}
.c-section-title__en {
  display: inline-block;
  align-self: flex-start;
  margin: 0 0 0.625rem;
  padding-bottom: 0.1875rem;
  font-family:
    Didact Gothic,
    sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.12em;
  color: #0071bc;
  text-transform: uppercase;
  border-bottom: 1px solid #0071bc;
}
@media screen and (max-width: 767px) {
  .c-section-title__en {
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
    padding-bottom: 0.3125rem;
  }
}
.c-section-title__ja {
  width: 100%;
  margin: 0 0 1rem;
  padding: 0;
  font-family:
    Noto Sans JP,
    Hiragino Kaku Gothic ProN,
    Hiragino Sans,
    meiryo,
    sans-serif;
  font-size: 2.1875rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.04em;
  color: #0071bc;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-section-title__ja {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }
}
.c-section-title__line {
  display: block;
  width: 100%;
  height: 0.25rem;
  margin: 0;
  padding: 0;
  background-color: #0071bc;
  border: none;
}
@media screen and (max-width: 767px) {
  .c-section-title__line {
    height: 0.125rem;
  }
}
.c-section-title--no-en {
  max-width: none;
}
.c-section-title--no-en .c-section-title__line {
  width: 100%;
  margin-inline: auto;
}
.c-card-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3rem 2rem;
  margin: 3rem 0 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .c-card-list {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    margin-top: 2rem;
  }
}
.c-card__media {
  margin: 0 0 1rem;
  overflow: hidden;
  aspect-ratio: 4/3;
  background-color: #f1f5f9;
}
.c-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-card__title {
  margin: 0 0 0.75rem;
  padding-left: 0.75rem;
  border-left: 2px solid #0071bc;
  font-family:
    Noto Sans JP,
    Hiragino Kaku Gothic ProN,
    Hiragino Sans,
    meiryo,
    sans-serif;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.15;
  color: #0071bc;
}
@media screen and (max-width: 767px) {
  .c-card__title {
    font-size: 1.125rem;
  }
}
.c-card__title:last-child {
  margin-bottom: 0;
}
.c-card__text {
  margin: 0;
  font-family:
    Noto Sans JP,
    Hiragino Kaku Gothic ProN,
    Hiragino Sans,
    meiryo,
    sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  color: #000;
}
@media screen and (max-width: 767px) {
  .c-card__text {
    font-size: 0.875rem;
  }
}
.c-step-flow {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.375rem 0.25rem;
  margin: 3rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-step-flow {
    flex-direction: column;
    gap: 0;
    margin-top: 2rem;
  }
}
.c-step-flow__card {
  --c-step-flow-icon-w: 4.875rem;
  --c-step-flow-icon-w-sp: 4.875rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  flex: 1 1 0;
  width: auto;
  min-height: 12.5rem;
  padding: 1.25rem 0.25rem;
  text-align: center;
  background-color: #e3f1fb;
  border-radius: 0.25rem;
}
@media screen and (max-width: 767px) {
  .c-step-flow__card {
    width: 100%;
    max-width: none;
    min-height: 11.25rem;
  }
}
.c-step-flow__card:nth-of-type(1) {
  --c-step-flow-icon-w: 4.875rem;
  --c-step-flow-icon-w-sp: 4.875rem;
}
.c-step-flow__card:nth-of-type(2) {
  --c-step-flow-icon-w: 5.1875rem;
  --c-step-flow-icon-w-sp: 5.1875rem;
}
.c-step-flow__card:nth-of-type(3) {
  --c-step-flow-icon-w: 4.5625rem;
  --c-step-flow-icon-w-sp: 4.5625rem;
}
.c-step-flow__card:nth-of-type(4) {
  --c-step-flow-icon-w: 6.0625rem;
  --c-step-flow-icon-w-sp: 6.0625rem;
}
.c-step-flow__card:nth-of-type(5) {
  --c-step-flow-icon-w: 5.875rem;
  --c-step-flow-icon-w-sp: 5.875rem;
}
.c-step-flow__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 4.5rem;
  margin: 0 0 0.75rem;
}
.c-step-flow__icon img {
  display: block;
  width: var(--c-step-flow-icon-w);
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-step-flow__icon img {
    width: var(--c-step-flow-icon-w-sp);
    height: auto;
  }
}
.c-step-flow__badge {
  margin: 0 0 0.625rem;
}
.c-step-flow__badge-inner {
  display: inline-block;
  padding: 0.125rem 1.5rem 0.25rem;
  border: 1px solid #0071bc;
  border-radius: 0.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
  color: #0071bc;
  background-color: #fff;
}
.c-step-flow__title {
  margin: 0;
  font-family:
    Noto Sans JP,
    Hiragino Kaku Gothic ProN,
    Hiragino Sans,
    meiryo,
    sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0;
  color: #0071bc;
}
@media screen and (max-width: 767px) {
  .c-step-flow__title {
    font-size: 0.875rem;
  }
}
.c-step-flow__arrow {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  font-family:
    Didact Gothic,
    sans-serif,
    sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1;
  color: #0071bc;
}
@media screen and (max-width: 767px) {
  .c-step-flow__arrow {
    width: 100%;
    padding: 0.25rem 0 0.5rem;
    font-size: 1.375rem;
    transform: rotate(90deg);
  }
}
.c-worry-list {
  margin: 2rem auto 0;
  max-width: 100%;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .c-worry-list {
    margin-top: 1.5rem;
  }
}
.c-worry-list__item {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  margin: 0 0 2rem;
}
.c-worry-list__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-worry-list__item {
    gap: 0.625rem;
    margin-bottom: 1.375rem;
  }
}
.c-worry-list__icon {
  flex-shrink: 0;
  width: 2.625rem;
  height: 2.625rem;
  margin-top: 0.125rem;
}
.c-worry-list__icon img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-worry-list__icon {
    width: 2rem;
    height: 2rem;
    margin-top: 0.0625rem;
  }
}
.c-worry-list__text {
  flex: 1;
  margin: 0;
  font-family:
    Noto Sans JP,
    Hiragino Kaku Gothic ProN,
    Hiragino Sans,
    meiryo,
    sans-serif;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.65;
  color: #0071bc;
}
@media screen and (max-width: 767px) {
  .c-worry-list__text {
    font-size: 1.125rem;
    line-height: 1.55;
  }
}
.c-reason-list {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin: 3rem 0 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .c-reason-list {
    gap: 3rem;
    margin-top: 2rem;
  }
}
.c-reason-row {
  --c-reason-num-img-w: 3.75rem;
  --c-reason-num-img-max-w: 3.875rem;
  --c-reason-num-img-h-sp: 4rem;
  --c-reason-num-img-max-w-sp: 3.375rem;
  display: flex;
  gap: 2.5rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-reason-row {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.c-reason-list > .c-reason-row:nth-child(1) {
  --c-reason-num-img-w: 3.75rem;
  --c-reason-num-img-max-w: 4.6875rem;
  --c-reason-num-img-h-sp: 4rem;
  --c-reason-num-img-max-w-sp: 3.375rem;
}
.c-reason-list > .c-reason-row:nth-child(2) {
  --c-reason-num-img-w: 4.5625rem;
  --c-reason-num-img-max-w: 4.5625rem;
  --c-reason-num-img-h-sp: 4rem;
  --c-reason-num-img-max-w-sp: 3.375rem;
}
.c-reason-list > .c-reason-row:nth-child(3) {
  --c-reason-num-img-w: 4.5625rem;
  --c-reason-num-img-max-w: 4.5625rem;
  --c-reason-num-img-h-sp: 4rem;
  --c-reason-num-img-max-w-sp: 3.375rem;
}
.c-reason-row__media {
  flex: 0 0 40%;
  max-width: 40%;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4/3;
  background-color: #f1f5f9;
}
@media screen and (max-width: 767px) {
  .c-reason-row__media {
    flex: none;
    max-width: 100%;
    width: 100%;
  }
}
.c-reason-row__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-reason-row__content {
  flex: 1;
  min-width: 0;
  padding-top: 0.25rem;
}
@media screen and (max-width: 767px) {
  .c-reason-row__content {
    padding-top: 0;
  }
}
.c-reason-row__head {
  display: flex;
  gap: 1.25rem;
  align-items: center;
  margin: 0 0 1.5625rem;
}
@media screen and (max-width: 767px) {
  .c-reason-row__head {
    gap: 1rem;
    margin-bottom: 1rem;
  }
}
.c-reason-row__num {
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.25rem;
  min-height: 5rem;
}
.c-reason-row__num:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: -0.625rem;
  top: -1rem;
  width: 7.3125rem;
  height: 6.25rem;
  background: #e3f1fbf2;
  clip-path: polygon(100% 0, 0 0, 0 100%);
  pointer-events: none;
}
.c-reason-row__num img {
  position: relative;
  z-index: 1;
  display: block;
  width: var(--c-reason-num-img-w);
  max-width: var(--c-reason-num-img-max-w);
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-reason-row__num {
    width: 5.5rem;
    min-height: 4.5rem;
  }
  .c-reason-row__num:before {
    width: 4.25rem;
    height: 4.25rem;
  }
  .c-reason-row__num img {
    width: auto;
    height: var(--c-reason-num-img-h-sp);
    max-width: var(--c-reason-num-img-max-w-sp);
  }
}
.c-reason-row__title {
  flex: 1;
  margin: 0;
  font-family:
    Noto Sans JP,
    Hiragino Kaku Gothic ProN,
    Hiragino Sans,
    meiryo,
    sans-serif;
  font-size: 2.8125rem;
  font-weight: 700;
  line-height: 1.3;
  color: #0071bc;
}
@media screen and (max-width: 767px) {
  .c-reason-row__title {
    font-size: 1.5rem;
  }
}
.c-reason-row__text {
  margin: 0;
  font-family:
    Noto Sans JP,
    Hiragino Kaku Gothic ProN,
    Hiragino Sans,
    meiryo,
    sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.75;
  color: #000;
}
@media screen and (max-width: 767px) {
  .c-reason-row__text {
    font-size: 1rem;
  }
}
.c-home-lead__head {
  margin: 0 0 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-home-lead__head {
    margin-bottom: 1.5rem;
  }
}
.c-home-lead__head--left,
.c-home-lead__head--left .c-home-lead__heading-inner {
  text-align: left;
}
.c-home-lead__heading-inner {
  display: inline-block;
  text-align: center;
}
.c-home-lead__title {
  margin: 0 0 0.75rem;
  padding: 0;
  font-family:
    Noto Sans JP,
    Hiragino Kaku Gothic ProN,
    Hiragino Sans,
    meiryo,
    sans-serif;
  font-size: 2.8125rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.04em;
  color: #0071bc;
}
@media screen and (max-width: 767px) {
  .c-home-lead__title {
    font-size: 1.5rem;
    margin-bottom: 0.625rem;
  }
}
.c-home-lead__line {
  display: block;
  width: 100%;
  height: 0.1875rem;
  margin: 0;
  padding: 0;
  background-color: #0071bc;
  border: none;
}
@media screen and (max-width: 767px) {
  .c-home-lead__line {
    height: 0.125rem;
  }
}
.c-home-lead__intro {
  max-width: 100%;
  margin: 0 auto 3rem;
}
@media screen and (max-width: 767px) {
  .c-home-lead__intro {
    margin-bottom: 2rem;
  }
}
.c-home-lead__intro p {
  margin: 0 0 1.25em;
  font-family:
    Noto Sans JP,
    Hiragino Kaku Gothic ProN,
    Hiragino Sans,
    meiryo,
    sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.85;
  color: #000;
  text-align: left;
}
.c-home-lead__intro p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-home-lead__intro p {
    font-size: 1rem;
  }
}
.c-remote-support {
  position: relative;
  z-index: 1;
}
.c-remote-support__heading {
  position: relative;
  margin: 0 0 2.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-remote-support__heading {
    margin-bottom: 1.75rem;
  }
}
.c-remote-support__heading:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 0;
  height: 1px;
  margin-top: -0.5px;
  background-color: #0071bc;
}
.c-remote-support__title {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0;
  padding: 0 1.25rem;
  font-family:
    Noto Sans JP,
    Hiragino Kaku Gothic ProN,
    Hiragino Sans,
    meiryo,
    sans-serif;
  font-size: 2.1875rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.04em;
  color: #0071bc;
  background-color: #e3f1fb;
}
@media screen and (max-width: 767px) {
  .c-remote-support__title {
    font-size: 1.5rem;
    padding-inline: 0.75rem;
  }
}
.c-remote-support__grid {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 2rem 3rem;
  align-items: start;
  justify-content: start;
}
@media screen and (max-width: 767px) {
  .c-remote-support__grid {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }
}
.c-remote-support__illust {
  margin: 0;
  width: fit-content;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .c-remote-support__illust {
    margin-inline: auto;
  }
}
.c-remote-support__illust img {
  display: block;
  width: 14.0625rem;
  max-width: 100%;
  height: auto;
}
.c-remote-support__lead {
  margin: 0 0 1.25rem;
  font-family:
    Noto Sans JP,
    Hiragino Kaku Gothic ProN,
    Hiragino Sans,
    meiryo,
    sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0;
  color: #000;
}
@media screen and (max-width: 767px) {
  .c-remote-support__lead {
    font-size: 1rem;
  }
}
.c-remote-support__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-remote-support__list li {
  position: relative;
  margin: 0 0 0.75rem;
  padding-left: 2rem;
  font-family:
    Noto Sans JP,
    Hiragino Kaku Gothic ProN,
    Hiragino Sans,
    meiryo,
    sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0;
  color: #000;
}
.c-remote-support__list li:last-child {
  margin-bottom: 0;
}
.c-remote-support__list li:before {
  content: "◆";
  position: absolute;
  top: 0.35em;
  left: 0;
  font-size: 1.375rem;
  line-height: 1;
  color: #0071bc;
}
@media screen and (max-width: 767px) {
  .c-remote-support__list li {
    font-size: 1rem;
  }
}
.c-remote-support__actions {
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-remote-support__actions {
    margin-top: 2rem;
  }
}
.c-remote-support__action-note {
  margin: 0.75rem 0 0;
  font-family:
    Noto Sans JP,
    Hiragino Kaku Gothic ProN,
    Hiragino Sans,
    meiryo,
    sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.6;
  color: #000;
  text-align: center;
}
.c-remote-support__action-note-br {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-remote-support__action-note-br {
    display: block;
  }
}
.c-recruit__inner {
  display: grid;
  grid-template-columns: minmax(0, 6.5fr) minmax(0, 3.5fr);
  gap: 2.5rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-recruit__inner {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}
.c-recruit__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.75rem;
}
@media screen and (max-width: 767px) {
  .c-recruit__content {
    display: contents;
  }
}
.c-recruit__content .c-btn {
  align-self: center;
}
@media screen and (max-width: 767px) {
  .c-recruit__content .c-btn {
    order: 4;
  }
}
.c-recruit__title {
  margin: 0;
  font-family:
    Noto Sans JP,
    Hiragino Kaku Gothic ProN,
    Hiragino Sans,
    meiryo,
    sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .c-recruit__title {
    order: 1;
  }
}
.c-recruit__title-line {
  display: block;
  font-size: 2.8125rem;
  font-weight: 700;
  line-height: 1.35;
  color: #0071bc;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  border-bottom: 2px solid #0071bc;
}
@media screen and (max-width: 767px) {
  .c-recruit__title-line {
    font-size: 1.5rem;
  }
  .c-recruit__title-line:first-child {
    padding-bottom: 0.625rem;
    margin-bottom: 0.625rem;
  }
}
.c-recruit__text {
  margin: 0;
  font-family:
    Noto Sans JP,
    Hiragino Kaku Gothic ProN,
    Hiragino Sans,
    meiryo,
    sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.85;
  color: #000;
}
@media screen and (max-width: 767px) {
  .c-recruit__text {
    order: 3;
    font-size: 1rem;
  }
}
.c-recruit__figure {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-recruit__figure {
    order: 2;
  }
}
.c-recruit__img {
  display: block;
  width: 100%;
  max-width: 35rem;
  height: auto;
  margin-inline: auto 0;
  border-radius: 0.25rem;
}
@media screen and (max-width: 767px) {
  .c-recruit__img {
    max-width: 100%;
    margin-inline: auto;
  }
}
.c-cta__head {
  margin: 0 0 2.5rem;
  padding-block: 1.5rem;
  text-align: center;
  border-top: 2px solid #0071bc;
  border-bottom: 2px solid #0071bc;
}
@media screen and (max-width: 767px) {
  .c-cta__head {
    margin-bottom: 1.75rem;
    padding-block: 1.25rem;
  }
}
.c-cta__title {
  margin: 0;
  font-family:
    Noto Sans JP,
    Hiragino Kaku Gothic ProN,
    Hiragino Sans,
    meiryo,
    sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.04em;
  color: #0071bc;
}
@media screen and (max-width: 767px) {
  .c-cta__title {
    font-size: 1.5rem;
  }
}
.c-cta__grid {
  display: grid;
  grid-template-columns: 0.6fr 0.4fr;
  gap: 0;
  min-height: 20rem;
}
@media screen and (max-width: 767px) {
  .c-cta__grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }
}
.c-cta__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 20rem;
  padding: 2.5rem 1.5rem;
  overflow: hidden;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .c-cta__card {
    min-height: 17.5rem;
    padding: 2rem 1.25rem;
  }
}
.c-cta__card--tel {
  color: #fff;
}
.c-cta__card--tel:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: url(../assets/img/bg-cta01.webp) no-repeat center/cover;
}
.c-cta__card--tel:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #0071bcad;
}
.c-cta__tel-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-decoration: none;
  color: inherit;
}
@media (hover: hover) and (pointer: fine) {
  .c-cta__tel-block:hover .c-cta__tel-num {
    opacity: 0.92;
  }
}
.c-cta__tel-block:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 0.25rem;
  border-radius: 0.25rem;
}
.c-cta__tel-cta {
  width: 100%;
  max-width: 20rem;
  margin-top: 0.25rem;
  text-align: center;
}
.c-cta__tel-cta:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 0.1875rem;
}
.c-cta__card--mail {
  color: #0071bc;
}
.c-cta__card--mail:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: url(../assets/img/bg-cta02.webp) no-repeat center/cover;
}
.c-cta__card--mail:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(135deg, #ffffffeb, #e3f1fbad);
}
.c-cta__card-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  max-width: 25rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-cta__card-inner {
    gap: 0.75rem;
  }
}
.c-cta__icon-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.5rem;
  height: 4.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  border-radius: 50%;
}
.c-cta__icon-circle--accent {
  background-color: #0071bc;
}
.c-cta__icon-circle img {
  display: block;
  width: 2.25rem;
  height: auto;
}
.c-cta__icon-circle--light img {
  width: 4.5rem;
}
.c-cta__tel-num {
  margin: 0;
  font-family:
    Noto Sans JP,
    Hiragino Kaku Gothic ProN,
    Hiragino Sans,
    meiryo,
    sans-serif;
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.06em;
  color: inherit;
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 767px) {
  .c-cta__tel-num {
    font-size: 2rem;
  }
}
.c-cta__tel-hours {
  margin: 0;
  font-family:
    Noto Sans JP,
    Hiragino Kaku Gothic ProN,
    Hiragino Sans,
    meiryo,
    sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: inherit;
  opacity: 0.95;
}
@media screen and (min-width: 768px) {
  .c-cta__tel-hours {
    font-size: 1.125rem;
  }
}
.c-cta__contact-en {
  margin: 0;
  font-family:
    Didact Gothic,
    sans-serif;
  font-size: clamp(2.25rem, 5vw, 3.25rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #0071bc;
  text-transform: uppercase;
}
.c-cta__card--mail .c-btn {
  margin-top: 0.25rem;
}
.p-components {
  padding-block: 3rem 5rem;
  background-color: #fff;
}
.p-components__header {
  margin-bottom: 3rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e5e7eb;
}
.p-components__title {
  font-family:
    Didact Gothic,
    sans-serif;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.08em;
}
.p-components__lead {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #444;
}
.p-spec {
  margin-bottom: 3.5rem;
}
.p-spec__heading {
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  border-bottom: 2px solid #0071bc;
}
.p-spec__table-wrap {
  overflow-x: auto;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  background-color: #fff;
}
.p-spec__table {
  width: 100%;
  min-width: 32.5rem;
  border-collapse: collapse;
  font-size: 0.875rem;
}
.p-spec__table th,
.p-spec__table td {
  padding: 0.75rem 1rem;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #eee;
}
.p-spec__table th {
  width: 28%;
  font-weight: 600;
  background-color: #f8fafc;
}
.p-spec__table tr:last-child th,
.p-spec__table tr:last-child td {
  border-bottom: none;
}
.p-spec__table code {
  font-size: 0.92em;
  word-break: break-all;
}
.p-spec__swatches {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(12.5rem, 1fr));
}
.p-spec__swatch {
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  background-color: #fff;
}
.p-spec__swatch-color {
  height: 4.5rem;
  border-bottom: 1px solid #eee;
}
.p-spec__swatch-meta {
  padding: 0.75rem;
  font-size: 0.8125rem;
  line-height: 1.5;
}
.p-spec__swatch-meta strong {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
}
.p-spec__typo-sample {
  margin: 0;
  padding: 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  background-color: #fff;
}
.p-spec__typo-label {
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  color: #666;
}
.p-demo {
  margin-top: 1.25rem;
  padding: 1.5rem;
  border: 1px dashed #cbd5e1;
  border-radius: 0.5rem;
  background-color: #fff;
}
.p-demo__label {
  margin-bottom: 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #64748b;
}
.p-demo__inner-preview {
  outline: 2px dashed #0071bc;
  outline-offset: 0.25rem;
  background-color: #fff;
}
.p-demo__btn-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.75rem;
}
.p-demo__btn-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.p-demo__btn-sample {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.75rem 1.25rem;
  padding: 0.875rem 0;
  border-bottom: 1px solid rgba(0, 113, 188, 0.12);
}
.p-demo__btn-sample:first-child {
  padding-top: 0;
}
.p-demo__btn-sample:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.p-demo__btn-sample-name {
  flex: 0 0 min(100%, 12.5rem);
  max-width: 100%;
  padding-top: 0.125rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.75rem;
  line-height: 1.4;
  color: #475569;
  word-break: break-all;
}
.p-demo__btn-sample-body {
  flex: 1 1 auto;
  min-width: 0;
}
:root {
  --fv-pad-top: 4.75rem;
  --fv-pad-bottom: 4.75rem;
  --fv-inner-h: calc(
    100vh - var(--site-top-h, 0px) - var(--fv-pad-top) - var(--fv-pad-bottom)
  );
}
@media screen and (max-width: 767px) {
  :root {
    --fv-pad-top: 2.5rem;
    --fv-pad-bottom: 2rem;
  }
}
.p-home-fv__hero {
  position: relative;
  min-height: calc(100vh - var(--site-top-h, 0px));
  padding-block: var(--fv-pad-top) var(--fv-pad-bottom);
  background: #0071bc url(../assets/img/fv.webp) no-repeat center/cover;
}
.p-home-fv__hero:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(to bottom, #0071bc94, #0071bc94, #0071bc00);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-home-fv__hero {
    min-height: calc(100vh - var(--site-top-h, 0px));
    padding-block: var(--fv-pad-top) var(--fv-pad-bottom);
  }
}
.p-home-fv__hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: var(--fv-inner-h);
  min-height: var(--fv-inner-h);
  align-items: stretch;
  gap: 4.75rem;
  max-width: 120rem;
}
@media screen and (max-width: 767px) {
  .p-home-fv__hero-inner {
    gap: 1.25rem;
  }
}
.p-home-lead {
  padding-block: 5rem 3.75rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-home-lead {
    padding-block: 3.5rem 2.5rem;
  }
}
.p-home-services {
  padding-block: 5rem 6.25rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-home-services {
    padding-block: 3.5rem 4.5rem;
  }
}
.p-home-flow {
  padding-block: 5rem 6.25rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-home-flow {
    padding-block: 3.5rem 4.5rem;
  }
}
.p-home-recruit {
  padding-block: 5rem 0;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-home-recruit {
    padding-block: 3.5rem 0;
  }
}
.p-home-recruit > .container {
  padding-bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-home-recruit > .container {
    padding-bottom: 3rem;
  }
}
.p-home-recruit__marquee {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  padding-bottom: 1rem;
  overflow: hidden;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-home-recruit__marquee {
    gap: 0.25rem;
    padding-bottom: 0.75rem;
  }
}
.p-home-recruit__marquee-row {
  overflow: hidden;
}
.p-home-recruit__marquee-inner {
  display: flex;
  align-items: flex-end;
  min-height: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-home-recruit__marquee-inner {
    min-height: 2.5rem;
  }
}
.p-home-recruit__marquee-track {
  display: flex;
  width: max-content;
}
.p-home-recruit__marquee-track--forward {
  animation: p-home-recruit-marquee-forward 50s linear infinite;
}
.p-home-recruit__marquee-track--reverse {
  animation: p-home-recruit-marquee-reverse 50s linear infinite;
}
.p-home-recruit__marquee-text {
  flex-shrink: 0;
  padding-right: 23.5rem;
  font-family:
    Didact Gothic,
    sans-serif;
  font-size: clamp(2rem, 7.5vw, 4.25rem);
  font-weight: 700;
  font-style: italic;
  line-height: 1.05;
  letter-spacing: 0.02em;
  color: #0071bc24;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-home-recruit__marquee-text {
    font-size: clamp(1.625rem, 6.2vw, 2.5rem);
    padding-right: 2.5rem;
  }
}
@keyframes p-home-recruit-marquee-forward {
  0% {
    transform: translate(0);
  }
  to {
    transform: translate(-50%);
  }
}
@keyframes p-home-recruit-marquee-reverse {
  0% {
    transform: translate(-50%);
  }
  to {
    transform: translate(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-home-recruit__marquee-track {
    animation: none;
    transform: none;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
    row-gap: 0.5rem;
  }
  .p-home-recruit__marquee-text {
    white-space: normal;
    text-align: center;
    padding-right: 0;
  }
  .p-home-recruit__marquee-text:last-of-type {
    display: none;
  }
}
.p-home-cta {
  padding-block: 5rem 6.25rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-home-cta {
    padding-block: 3.5rem 4.5rem;
  }
}
.p-home-worry {
  padding-block: 5rem 6.25rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-home-worry {
    padding-block: 3.5rem 4.5rem;
  }
}
.p-home-reason {
  padding-block: 5rem 6.25rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-home-reason {
    padding-block: 3.5rem 4.5rem;
  }
}
.p-home-remote {
  position: relative;
  overflow: hidden;
  padding-block: 2.5rem;
  background-color: #e3f1fb;
}
@media screen and (max-width: 767px) {
  .p-home-remote {
    padding-block: 3.5rem 4.5rem;
  }
}
.p-home-remote__side-label {
  position: absolute;
  z-index: 0;
  top: 0;
  left: -0.75rem;
  margin: 0;
  font-family:
    Didact Gothic,
    sans-serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.18em;
  color: #fff;
  white-space: nowrap;
  pointer-events: none;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
@media screen and (max-width: 767px) {
  .p-home-remote__side-label {
    font-size: 2.5rem;
    left: -1.25rem;
    opacity: 0.22;
  }
}
.p-home-worry__panel {
  position: relative;
  overflow: hidden;
  border: 2px solid #0071bc;
  border-radius: 0.125rem;
}
.p-home-worry__panel .c-section-title__line {
  height: 2px;
}
@media screen and (max-width: 767px) {
  .p-home-worry__panel .c-section-title__line {
    height: 1px;
  }
}
.p-home-worry__panel:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: url(../assets/img/bg-worry.webp) no-repeat right center/cover;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-home-worry__panel:before {
    background: url(../assets/img/bg-worry.webp) no-repeat right -100px
      center/cover;
  }
}
.p-home-worry__panel:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(135deg, #e3f1fbe0, #e3f1fbbf 100%, #0071bc24);
  pointer-events: none;
}
.p-home-worry__inner {
  position: relative;
  z-index: 2;
  padding: 2.5rem 3.4375rem 2.75rem;
}
@media screen and (max-width: 767px) {
  .p-home-worry__inner {
    padding: 1.75rem 0.75rem 2rem;
  }
}


.contact-form {
  max-width: 900px;
  margin: 0 auto;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", meiryo, sans-serif;
}

.contact-form__row {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 24px;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid #e5edf3;
}

.contact-form__row:first-child {
  border-top: 1px solid #e5edf3;
}

.contact-form__row--textarea {
  align-items: flex-start;
}

.contact-form__label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 700;
  color: #1f2933;
}

.contact-form__required,
.contact-form__optional {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.contact-form__required {
  background-color: #0071bc;
  color: #fff;
}

.contact-form__optional {
  background-color: #eef4f8;
  color: #607080;
}

.contact-form__field input,
.contact-form__field textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #d6e0e8;
  border-radius: 6px;
  background-color: #fff;
  font-size: 15px;
  line-height: 1.6;
  color: #1f2933;
  box-sizing: border-box;
}

.contact-form__field textarea {
  min-height: 180px;
  resize: vertical;
}

.contact-form__field input::placeholder,
.contact-form__field textarea::placeholder {
  color: #a0a9b2;
}

.contact-form__field input:focus,
.contact-form__field textarea:focus {
  outline: none;
  border-color: #0071bc;
  box-shadow: 0 0 0 3px rgba(0, 113, 188, .12);
}

.contact-form__submit {
  margin-top: 40px;
  text-align: center;
}

.contact-form__submit input[type="submit"] {
  min-width: 260px;
  padding: 16px 40px;
  border: none;
  border-radius: 999px;
  background-color: #0071bc;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .08em;
  cursor: pointer;
  transition: opacity .3s ease, transform .3s ease;
}

.contact-form__submit input[type="submit"]:hover {
  opacity: .85;
  transform: translateY(-2px);
}

.wpcf7-spinner {
  display: block;
  margin: 16px auto 0;
}

.wpcf7-not-valid-tip {
  margin-top: 8px;
  font-size: 13px;
}

.wpcf7-response-output {
  margin: 32px 0 0 !important;
  padding: 16px 20px !important;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .contact-form__row {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 20px 0;
  }

  .contact-form__label {
    font-size: 14px;
  }

  .contact-form__field input,
  .contact-form__field textarea {
    padding: 13px 14px;
    font-size: 14px;
  }

  .contact-form__submit {
    margin-top: 32px;
  }

  .contact-form__submit input[type="submit"] {
    width: 100%;
    min-width: auto;
  }
}
