@charset "UTF-8";
/* ---------------------------------------------------
  Setting
--------------------------------------------------- */
/* ---------------------------------------------------
  Mixin
--------------------------------------------------- */
/* ---------------------------------------------------
  Functions
--------------------------------------------------- */
/* ---------------------------------------------------
  Reset
--------------------------------------------------- */
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html, body {
  height: 100%;
}

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

img {
  image-rendering: -webkit-optimize-contrast;
}

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

input,
button,
select,
textarea {
  font: inherit;
  text-transform: none;
}

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

ol,
ul {
  list-style: none;
  padding: 0;
}

table,
thead th,
thead td,
tbody th,
tbody td,
tfoot th,
tfoot td {
  color: inherit;
  background: transparent;
  border: none;
}

#root, #__next {
  isolation: isolate;
}

/* ---------------------------------------------------
  Base
--------------------------------------------------- */
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W0);
  font-weight: 100;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W1);
  font-weight: 200;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W2);
  font-weight: 300;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W3);
  font-weight: 400;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W4);
  font-weight: 500;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W5);
  font-weight: 600;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W6);
  font-weight: 700;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W7);
  font-weight: 800;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W8);
  font-weight: 900;
}
@font-face {
  font-family: "Hiragino Sans W9";
  src: local(HiraginoSans-W9);
  font-weight: 900;
}
@media print, screen and (max-width: 1023px) {
  :root {
    --header-height: 13rem;
  }
}
@media print, screen and (min-width: 1024px) {
  :root {
    --header-height: 11rem;
  }
}

html {
  width: 100%;
  min-width: 320px;
  opacity: 0;
  filter: blur(10px);
  transition: 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-property: opacity, filter;
}
@media print, screen and (max-width: 1023px) {
  html {
    font-size: clamp(4px, 1.3333333333vw, 5px);
  }
}
@media print, screen and (min-width: 1024px) {
  html {
    font-size: clamp(7px, 0.5208333333vw, 10px);
  }
}
html.is-scroll-prevent {
  height: unset;
  overflow: hidden;
}
html.is-domloaded {
  opacity: 1;
  filter: blur(0px);
  height: auto;
}
html[lang=ja] [lang=en],
html[lang=ja] [lang=vi] {
  display: none;
}
html[lang=en] [lang=ja],
html[lang=en] [lang=vi] {
  display: none;
}
html[lang=vi] [lang=ja],
html[lang=vi] [lang=en] {
  display: none;
}
html[lang=en] body, html[lang=vi] body {
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Segoe UI", sans-serif;
}

body {
  width: 100%;
  max-width: 100vw;
  color: #000;
  font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.0125em;
  background: #fff;
  overflow-y: auto;
  overflow-x: hidden;
  scroll-padding: calc(var(--header-height) * 1.2);
}
@media print, screen and (max-width: 1023px) {
  body {
    font-size: 3rem;
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 1024px) {
  body {
    font-size: 2.2rem;
    line-height: 1.8;
  }
}
body:not(.home) {
  padding-block-start: var(--header-height);
}

header,
footer {
  min-width: 320px;
}

a,
button {
  color: #000;
  text-decoration: none;
  transition: 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-property: color, background-color, opacity, filter, -webkit-text-decoration;
  transition-property: color, background-color, opacity, filter, text-decoration;
  transition-property: color, background-color, opacity, filter, text-decoration, -webkit-text-decoration;
}
@media (hover: hover) and (pointer: fine) {
  a:hover,
  button:hover {
    text-decoration: none;
  }
}
a:active,
button:active {
  text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
  a[href^=tel] {
    pointer-events: none;
  }
}

input {
  accent-color: #71a4ff;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

input,
textarea {
  position: relative;
  transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}

input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #fff inset;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

::-webkit-calendar-picker-indicator,
::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

:-moz-placeholder {
  color: #C1C1C1;
}

::-moz-placeholder {
  color: #C1C1C1;
}

::-webkit-input-placeholder {
  color: #C1C1C1;
}

sup,
sub {
  display: inline flow-root;
  margin: 0 clamp(0.1rem, 0.1em, 0.2rem);
  font-size: clamp(1rem, 0.7em, 1.4rem);
  line-height: 1;
}

:focus-visible {
  outline: #FFA01F 2px solid;
  outline-offset: -2px;
}

::-moz-selection {
  background: rgba(0, 161, 233, 0.25);
}

::selection {
  background: rgba(0, 161, 233, 0.25);
}

/* 印刷用 */
@media print {
  html {
    width: 100%;
    min-width: 1200px;
  }
  body {
    width: 100%;
    max-width: 1200px;
    -webkit-print-color-adjust: exact;
  }
}
/* ---------------------------------------------------
  ヘッダー
--------------------------------------------------- */
.l-header {
  display: block flex;
  align-items: center;
  position: fixed;
  inset: 0;
  width: 100%;
  background: transparent;
  height: var(--header-height);
  transition: 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-property: background;
  z-index: 9900;
}
.l-header::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #014099;
  opacity: 0;
  transition: 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) opacity;
}
.l-header.is-scrolly::before {
  opacity: 1;
}

@media screen and (min-width: 783px) {
  body.admin-bar .l-header {
    inset-block-start: 32px;
  }
}
body:not(.home) .l-header::before {
  opacity: 1;
}
body.is-drawer .l-header__ttl-txt {
  color: #fff !important;
}
@media (hover: hover) and (pointer: fine) {
  body.is-drawer .l-header__drawer-btn:hover .l-header__drawer-btn-line {
    translate: 0 0;
  }
}
body.is-drawer .l-header__drawer-btn-line:nth-child(1), body.is-drawer .l-header__drawer-btn-line:nth-child(3) {
  inset-block-start: 3.7rem;
  inset-inline-start: 0.6rem;
  width: 7rem;
}
body.is-drawer .l-header__drawer-btn-line:nth-child(1) {
  rotate: 330deg;
}
body.is-drawer .l-header__drawer-btn-line:nth-child(2) {
  scale: 0 1;
}
body.is-drawer .l-header__drawer-btn-line:nth-child(3) {
  rotate: -330deg;
}
body.is-drawer .l-header__drawer {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

@media print {
  .l-header {
    position: absolute;
  }
}
.l-header__inr {
  position: relative;
  display: block flex;
  align-items: center;
  width: 100%;
  z-index: 9900;
}
@media print, screen and (max-width: 1023px) {
  .l-header__inr {
    padding-inline: 5rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .l-header__inr {
    padding-inline: clamp(5rem, 5.2083333333vw, 10rem);
  }
}

/* タイトル */
@media print, screen and (max-width: 1023px) {
  .l-header__logo img {
    width: 15.8rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .l-header__logo img {
    width: 13.4rem;
  }
}

/* EXPRESS21 */
@media print, screen and (max-width: 1023px) {
  .l-header__express21 {
    margin-inline-start: 4.8rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .l-header__express21 {
    margin-inline-start: 4.2rem;
  }
}
@media print, screen and (max-width: 1023px) {
  .l-header__express21 img {
    width: 12.8rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .l-header__express21 img {
    width: 10.8rem;
  }
}

/* PCナビ */
@media print, screen and (max-width: 1023px) {
  .l-header__pc-nav {
    display: none;
  }
}
@media print, screen and (min-width: 1024px) {
  .l-header__pc-nav {
    margin-inline-start: auto;
  }
}

.l-header__pc-nav-list {
  display: block flex;
  gap: 0 4rem;
}

.l-header__pc-nav-list__item {
  position: relative;
}
.l-header__pc-nav-list__item > a {
  position: relative;
  display: block flow;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}
@media (hover: hover) and (pointer: fine) {
  .l-header__pc-nav-list__item > a:hover::after {
    scale: 1 1;
    transform-origin: left center;
  }
}
.l-header__pc-nav-list__item > a::after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  inset-block-end: -6px;
  width: 100%;
  height: 2px;
  background: currentColor;
  scale: 0 1;
  transform-origin: right center;
  transition: 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) scale;
}

[lang=vi] .l-header__pc-nav-list {
  gap: 0 3rem;
}
[lang=vi] .l-header__pc-nav-list__item > a {
  font-size: 1.5rem;
  line-height: 1;
}

/* PC言語 */
@media print, screen and (max-width: 1023px) {
  .l-header__pc-lang {
    display: none;
  }
}
@media print, screen and (min-width: 1024px) {
  .l-header__pc-lang {
    display: block flex;
    align-items: center;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1;
    font-family: "Helvetica Neue", "Helvetica", "Roboto", "Segoe UI", sans-serif;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    margin-inline-start: 4rem;
  }
}

.l-header__pc-lang-icon {
  width: 2rem;
  margin-inline-end: 0.8rem;
}

.l-header__pc-lang-item {
  position: relative;
  display: block flow;
  color: currentColor;
}
@media (hover: hover) and (pointer: fine) {
  .l-header__pc-lang-item:hover::after {
    scale: 1 1;
    transform-origin: left center;
  }
}
.l-header__pc-lang-item::after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  inset-block-end: -6px;
  width: 100%;
  height: 2px;
  background: currentColor;
  scale: 0 1;
  transform-origin: right center;
  transition: 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) scale;
}

@media print, screen and (min-width: 1024px) {
  [lang=vi] .l-header__pc-lang {
    font-size: 1.5rem;
    line-height: 1;
    margin-inline-start: 3rem;
  }
}

/* ハンバーガー */
.l-header__drawer-btn {
  position: fixed;
  inset-block-start: 2.2rem;
  inset-inline-end: 4.3rem;
  width: 8rem;
  height: 8rem;
  background: transparent;
  padding: 0;
  border: none;
  transition: 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) background;
  z-index: 9910;
}
@media print, screen and (min-width: 1024px) {
  .l-header__drawer-btn {
    display: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-header__drawer-btn:hover .l-header__drawer-btn-line:nth-child(1) {
    translate: 0 0.2rem;
  }
  .l-header__drawer-btn:hover .l-header__drawer-btn-line:nth-child(3) {
    translate: 0 -0.2rem;
  }
}

.l-header__drawer-btn-line {
  position: absolute;
  inset-inline-start: 0.8rem;
  width: 6.6rem;
  height: 2px;
  background: #fff;
  transition: 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-property: top width rotate scale translate;
}
.l-header__drawer-btn-line:nth-child(1) {
  inset-block-start: 2.3rem;
}
.l-header__drawer-btn-line:nth-child(2) {
  inset-block-start: 3.7rem;
}
.l-header__drawer-btn-line:nth-child(3) {
  inset-block-start: 5.1rem;
}

/* ハンバーガー中身 */
.l-header__drawer {
  position: fixed;
  inset-block-start: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100dvh;
  background: rgba(1, 64, 153, 0.8);
  z-index: 9889;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform-origin: center top;
  transition: 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-property: opacity, visibility;
}
@media print, screen and (min-width: 1024px) {
  .l-header__drawer {
    display: none;
  }
}

.l-header__drawer-inr {
  width: 100%;
  height: 100%;
  max-height: 100%;
  margin: auto;
  overflow: auto;
}

.l-header__drawer-scroll {
  display: block flex;
  flex-direction: column;
  min-height: 100%;
  padding-block: calc(1.5 * var(--header-height)) calc(0.5 * var(--header-height) + 22.667vh);
  padding-inline: clamp(1rem, 1.3333333333vw, 2rem);
  background: center bottom 2.4rem/calc(100% - 4.8rem) auto url(../img/common/bg-logo.svg) no-repeat;
}

/* SPナビ */
.l-header__sp-nav {
  width: 100%;
  max-width: 50rem;
  margin-inline: auto;
}

.l-header__sp-nav-list {
  display: block flex;
  flex-direction: column;
  gap: 5.2rem 0;
  width: 100%;
}

.l-header__sp-nav-list__item {
  position: relative;
  width: 100%;
}
.l-header__sp-nav-list__item > a {
  position: relative;
  display: inline flex;
  color: #fff;
  font-size: 3.7rem;
  line-height: 1;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}
@media (hover: hover) and (pointer: fine) {
  .l-header__sp-nav-list__item > a:hover::after {
    scale: 1 1;
    transform-origin: left center;
  }
}
.l-header__sp-nav-list__item > a::after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  inset-block-end: -6px;
  width: 100%;
  height: 2px;
  background: currentColor;
  scale: 0 1;
  transform-origin: right center;
  transition: 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) scale;
}
.l-header__sp-nav-list__item > a img {
  display: block flow;
  width: 1em;
  margin-inline-start: 0.5em;
}

/* SP言語 */
.l-header__sp-lang {
  display: block flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3.2rem;
  width: 100%;
  max-width: 50rem;
  margin-inline: auto;
  color: #fff;
  font-size: 3.7rem;
  line-height: 1;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Segoe UI", sans-serif;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  margin-block-start: 6rem;
}

.l-header__sp-lang-item {
  position: relative;
  display: inline flex;
  align-items: center;
  color: currentColor;
}
@media (hover: hover) and (pointer: fine) {
  .l-header__sp-lang-item:hover::after {
    scale: 1 1;
    transform-origin: left center;
  }
}
.l-header__sp-lang-item::after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  inset-block-end: -6px;
  width: 100%;
  height: 2px;
  background: currentColor;
  scale: 0 1;
  transform-origin: right center;
  transition: 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) scale;
}
.l-header__sp-lang-item img {
  width: 3.7rem;
  margin-inline-end: 1rem;
}

/* ---------------------------------------------------
  フッター
--------------------------------------------------- */
.l-footer {
  position: relative;
  z-index: 1001;
  color: #fff;
  background: #014099 url(../img/common/bg-logo.svg) no-repeat;
}
@media print, screen and (max-width: 1023px) {
  .l-footer {
    padding-block: 3rem calc(13rem + 22.667vw);
    background-size: calc(100% - 4.8rem) auto;
    background-position: center bottom 2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .l-footer {
    padding-block: 3.2rem calc(24.6rem + 22.604vw);
    background-size: calc(100% - 12.8rem) auto;
    background-position: center bottom 5rem;
  }
}
.l-footer::before {
  content: "";
  position: absolute;
  display: block flow;
  width: 100%;
  background: #014099;
}
@media print, screen and (max-width: 1023px) {
  .l-footer::before {
    inset-block-start: -2.4rem;
    height: calc(2.4rem + 1px);
    border-radius: 2.4rem 2.4rem 0 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .l-footer::before {
    inset-block-start: -6.4rem;
    height: calc(6.4rem + 1px);
    border-radius: 6.4rem 6.4rem 0 0;
  }
}

.l-footer__inr {
  position: relative;
  display: flex;
  z-index: 1;
}
@media print, screen and (max-width: 1023px) {
  .l-footer__inr {
    padding-inline: 5rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .l-footer__inr {
    padding-inline: clamp(5rem, 5.2083333333vw, 10rem);
  }
}

/* タイトル */
.l-footer__data {
  display: flex;
  flex-direction: column;
  color: #fff;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.l-footer__data-logo {
  display: block flow;
  width: 19.6rem;
}
.l-footer__data-logo img {
  width: 100%;
}

.l-footer__data-name {
  margin-block-start: 2.4rem;
}
@media print, screen and (max-width: 1023px) {
  .l-footer__data-name {
    font-size: 3rem;
    line-height: 1;
  }
}
@media print, screen and (min-width: 1024px) {
  .l-footer__data-name {
    font-size: 2.8rem;
    line-height: 1;
  }
}

.l-footer__data-address {
  margin-block-start: 0.8rem;
}
@media print, screen and (max-width: 1023px) {
  .l-footer__data-address {
    font-size: 2.6rem;
    line-height: 1.2307692308;
  }
}
@media print, screen and (min-width: 1024px) {
  .l-footer__data-address {
    font-size: 2rem;
    line-height: 1.4;
  }
}
@media print, screen and (max-width: 1023px) {
  .l-footer__data-address span {
    font-size: 2.2rem;
    line-height: 1.1818181818;
  }
}
@media print, screen and (min-width: 1024px) {
  .l-footer__data-address span {
    font-size: 1.8rem;
    line-height: 1.3333333333;
  }
}

@media print, screen and (max-width: 1023px) {
  .l-footer__data-copyright {
    font-size: 1.8rem;
    line-height: 1;
    margin-block-start: 3.6rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .l-footer__data-copyright {
    font-size: 1.4rem;
    line-height: 1;
    margin-block-start: 3.2rem;
  }
}

/* ナビ */
@media print, screen and (max-width: 1023px) {
  .l-footer__nav {
    display: none;
  }
}
@media print, screen and (min-width: 1024px) {
  .l-footer__nav {
    display: block flex;
    flex-wrap: wrap;
    gap: 7rem;
    margin-inline-start: auto;
  }
}

.l-footer__nav-list {
  display: block flex;
  flex-direction: column;
  gap: 3rem;
}

.l-footer__nav-list-item {
  position: relative;
}
.l-footer__nav-list-item > a {
  position: relative;
  display: inline flex;
  color: #fff;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__nav-list-item > a:hover::after {
    scale: 1 1;
    transform-origin: left center;
  }
}
.l-footer__nav-list-item > a::after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  inset-block-end: -6px;
  width: 100%;
  height: 2px;
  background: currentColor;
  scale: 0 1;
  transform-origin: right center;
  transition: 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) scale;
}
.l-footer__nav-list-item > a img {
  display: block flow;
  width: 1em;
  margin-inline-start: 0.5em;
}

/* ---------------------------------------------------
  矢印
--------------------------------------------------- */
.c-arrow {
  position: relative;
  display: block;
  width: 4.8rem;
  height: 1px;
  background: #000;
  transition: 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) transform;
}
.c-arrow:before {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-inline-end: 0;
  width: 1.5rem;
  height: 1px;
  background: #000;
  rotate: 30deg;
  transform-origin: right top;
}
.c-arrow.m-white {
  background: #fff;
}
.c-arrow.m-white:before {
  background: #fff;
}

.c-circle-arrow {
  position: relative;
  border: 1px solid #000;
  border-radius: 50%;
  overflow: hidden;
  transition: 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) transform;
}
@media print, screen and (max-width: 1023px) {
  .c-circle-arrow {
    width: 4.2rem;
    height: 4.2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-circle-arrow {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.c-circle-arrow::before, .c-circle-arrow::after {
  content: "";
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  translate: -50% -50%;
  background: center/100% auto no-repeat url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNSAxMC40MSI+CjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBkPSJNMTQuMTEgNS4ySC41TTkuNjkuNWw0LjgxIDQuNy00LjgxIDQuNzEiLz4KPC9zdmc+");
  transform-origin: center;
  transition: 0.4s cubic-bezier(0.42, 0, 0.58, 1) translate;
  z-index: 1;
}
@media print, screen and (max-width: 1023px) {
  .c-circle-arrow::before, .c-circle-arrow::after {
    width: 1.6rem;
    height: 1.2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-circle-arrow::before, .c-circle-arrow::after {
    width: 1.4rem;
    height: 1rem;
  }
}
.c-circle-arrow::before {
  transition-delay: 0.2s;
}
.c-circle-arrow::after {
  translate: calc(-50% - 5.4rem) -50%;
}

@media (hover: hover) and (pointer: fine) {
  a:hover .c-arrow {
    transform: translateX(1rem);
  }
  a:hover .c-circle-arrow {
    transform: translateX(0.5rem);
  }
  a:hover .c-circle-arrow::before, a:hover .c-circle-arrow::after {
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  a:hover .c-circle-arrow::before {
    translate: calc(-50% + 5.4rem) -50%;
    transition-delay: 0s;
  }
  a:hover .c-circle-arrow::after {
    translate: -50% -50%;
    transition-delay: 0.2s;
  }
}

.c-btn {
  position: relative;
  display: block flex;
  align-items: center;
  gap: 0 0.5em;
  width: -moz-fit-content;
  width: fit-content;
}

.c-btn__txt {
  position: relative;
  letter-spacing: 0.025em;
  margin-inline-end: auto;
  z-index: 2;
}
@media print, screen and (max-width: 1023px) {
  .c-btn__txt {
    font-size: 2.8rem;
    line-height: 1;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-btn__txt {
    font-size: 2rem;
    line-height: 1;
  }
}

/* ---------------------------------------------------
  フローアニメ
--------------------------------------------------- */
.c-txt-spring {
  display: block flex;
  flex-wrap: wrap;
}
.c-txt-spring > span {
  display: block flex;
  overflow: hidden;
  height: 1lh;
}
.c-txt-spring > span span {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 0.25em;
  translate: 0 100%;
}
.c-txt-spring > span span:empty {
  min-width: 0.25em;
}

.is-active .c-txt-spring > span span {
  translate: 0 0;
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) translate;
}
@media print, screen and (max-width: 1023px) {
  .is-active .c-txt-spring > span span {
    transition-delay: calc(0.05s * var(--char-index-sp));
  }
}
@media print, screen and (min-width: 1024px) {
  .is-active .c-txt-spring > span span {
    transition-delay: calc(0.05s * var(--char-index-pc));
  }
}
@media print, screen and (max-width: 1023px) {
  .is-active .c-txt-spring.m-hs > span span {
    transition-delay: calc(0.03s * var(--char-index-sp));
  }
}
@media print, screen and (min-width: 1024px) {
  .is-active .c-txt-spring.m-hs > span span {
    transition-delay: calc(0.03s * var(--char-index-pc));
  }
}

.c-txt-fade {
  display: block flex;
  flex-wrap: wrap;
}
.c-txt-fade > span {
  display: block flex;
}
.c-txt-fade > span span {
  min-width: 0.25em;
  opacity: 0;
}
.c-txt-fade > span span:empty {
  min-width: 0.25em;
}

.is-active .c-txt-fade > span span {
  opacity: 1;
  transition: 1s cubic-bezier(0.77, 0, 0.275, 1) opacity;
}
@media print, screen and (max-width: 1023px) {
  .is-active .c-txt-fade > span span {
    transition-delay: calc(0.05s * var(--char-index-sp));
  }
}
@media print, screen and (min-width: 1024px) {
  .is-active .c-txt-fade > span span {
    transition-delay: calc(0.05s * var(--char-index-pc));
  }
}
@media print, screen and (max-width: 1023px) {
  .is-active .c-txt-fade.m-hs > span span {
    transition-delay: calc(0.03s * var(--char-index-sp));
  }
}
@media print, screen and (min-width: 1024px) {
  .is-active .c-txt-fade.m-hs > span span {
    transition-delay: calc(0.03s * var(--char-index-pc));
  }
}

/* ---------------------------------------------------
  パンくず
--------------------------------------------------- */
.c-breadcrumb {
  position: absolute;
  width: 100%;
  color: #fff;
  z-index: 3;
}
@media print, screen and (max-width: 1023px) {
  .c-breadcrumb {
    inset-block-start: 5rem;
    padding-inline: 5rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-breadcrumb {
    inset-block-start: 6.4rem;
    padding-inline: clamp(5rem, 5.2083333333vw, 10rem);
  }
}
.c-breadcrumb.m-black {
  color: #000;
}

.c-breadcrumb__list {
  display: block flex;
  align-items: center;
  gap: 0 0.5em;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
@media print, screen and (max-width: 1023px) {
  .c-breadcrumb__list {
    font-size: 2.4rem;
    line-height: 1;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-breadcrumb__list {
    font-size: 1.8rem;
    line-height: 1;
  }
}

.c-breadcrumb__item {
  position: relative;
  display: block flex;
  align-items: center;
}
.c-breadcrumb__item:not(:first-child)::before {
  content: "";
  display: block flow;
  position: relative;
  inset-block-start: calc(0.05em + 1px);
  inset-inline-start: 0.05em;
  width: 0.5em;
  height: 0.5em;
  margin-inline-end: 0.5em;
  border-block-start: 1px solid currentColor;
  border-inline-end: 1px solid currentColor;
  rotate: 45deg;
  transform-origin: center top;
}
.c-breadcrumb__item span {
  display: block flow;
}
.c-breadcrumb__item a {
  color: currentColor;
}

/* ---------------------------------------------------
  ページタイトル
--------------------------------------------------- */
.c-page-ttl {
  position: relative;
  overflow: hidden;
}
@media print, screen and (max-width: 1023px) {
  .c-page-ttl {
    height: 72.8rem;
    padding-block-start: 12rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-page-ttl {
    display: block grid;
    place-items: center;
    height: 60rem;
  }
}
.c-page-ttl.m-no-filter::before {
  display: none;
}
.c-page-ttl.m-blue {
  background: #014099;
  border-block-start: 1px solid #fff;
}
@media print, screen and (max-width: 1023px) {
  .c-page-ttl.m-blue {
    height: 36.8rem;
  }
}
.c-page-ttl::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.c-page-ttl__txt {
  position: relative;
  color: #fff;
  z-index: 3;
}
.c-page-ttl__txt.m-black {
  color: #000;
}

.c-headline__txt-en {
  font-family: "Oswald", "Helvetica Neue", "Helvetica", "Segoe UI", sans-serif;
  font-size: 7.2rem;
  line-height: 1;
  font-weight: 700;
}

.c-headline__txt-ja {
  font-size: 2.5rem;
  line-height: 1;
  margin-block-start: 1.2rem;
}

.c-page-ttl__photo {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.c-page-ttl__photo.m-group {
  background: linear-gradient(to bottom, #fff -220%, #6AABFF -100%, #fff 125%);
}
.c-page-ttl__photo.m-group img {
  position: absolute;
  inset-inline-start: 50%;
  translate: -50% 0;
  height: auto;
}
@media print, screen and (max-width: 1023px) {
  .c-page-ttl__photo.m-group img {
    inset-block-start: 18.2rem;
    width: 131.4666666667vw;
    max-width: unset;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-page-ttl__photo.m-group img {
    inset-block-start: -13.6rem;
    width: 195rem;
  }
}
.c-page-ttl__photo img {
  position: relative;
  z-index: 1;
}

/* ---------------------------------------------------
  リンクリスト
--------------------------------------------------- */
.c-link-list {
  display: block flex;
  flex-wrap: wrap;
}
@media print, screen and (max-width: 1023px) {
  .c-link-list {
    margin-block: 10.8rem 14.2rem;
    gap: 3.2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-link-list {
    margin-block: 14.8rem 27.2rem;
    gap: 6rem;
  }
}

.c-link-list__item {
  display: block flow;
  position: relative;
  overflow: hidden;
}
@media print, screen and (max-width: 1023px) {
  .c-link-list__item {
    width: 100%;
    height: 27.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-link-list__item {
    width: calc((100% - 3.2rem) / 2);
  }
}
@media print, screen and (min-width: 1024px) {
  .c-link-list__item {
    width: calc((100% - 6rem) / 2);
    height: 27.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-link-list__item:hover::before {
    opacity: 0;
  }
  .c-link-list__item:hover::after {
    opacity: 1;
  }
  .c-link-list__item:hover .c-link-list__item-photo {
    scale: 1.025;
  }
}
.c-link-list__item::before, .c-link-list__item::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  transition: 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) opacity;
}
.c-link-list__item::before {
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.c-link-list__item::after {
  background: rgba(1, 64, 153, 0.7);
  opacity: 0;
}

.c-link-list__item-txt {
  position: relative;
  color: #fff;
  z-index: 3;
}
@media print, screen and (max-width: 1023px) {
  .c-link-list__item-txt {
    padding-block: 3.2rem;
    padding-inline: clamp(2rem, 5.3333333333vw, 4rem);
  }
}
@media print, screen and (min-width: 1024px) {
  .c-link-list__item-txt {
    padding-block: 4.2rem;
    padding-inline: 5.6rem;
  }
}

.c-link-list__item-txt-en {
  font-family: "Oswald", "Helvetica Neue", "Helvetica", "Segoe UI", sans-serif;
  font-weight: 700;
}
@media print, screen and (max-width: 1023px) {
  .c-link-list__item-txt-en {
    font-size: 5.8rem;
    line-height: 1;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-link-list__item-txt-en {
    font-size: 5.4rem;
    line-height: 1;
  }
}
.c-link-list__item-txt-en img {
  display: inline flow-root;
  width: 0.625em;
  margin-inline-start: 0.2em;
}

.c-link-list__item-txt-ja {
  margin-block-start: 1rem;
}
@media print, screen and (max-width: 1023px) {
  .c-link-list__item-txt-ja {
    font-size: 2.4rem;
    line-height: 1;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-link-list__item-txt-ja {
    font-size: 2rem;
    line-height: 1;
  }
}

.c-link-list__item-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) scale;
}
.c-link-list__item-photo.m-group {
  background: linear-gradient(to bottom, #fff -220%, #6AABFF -100%, #fff 125%);
}
.c-link-list__item-photo.m-group img {
  position: absolute;
  inset-inline-start: 50%;
  translate: -50% 0;
  height: auto;
}
@media print, screen and (max-width: 1023px) {
  .c-link-list__item-photo.m-group img {
    inset-block-start: -6.4rem;
    width: 112.5333333333vw;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-link-list__item-photo.m-group img {
    inset-block-start: -7rem;
    width: 71.4rem;
  }
}

/* ---------------------------------------------------
  ページャー
--------------------------------------------------- */
@media print, screen and (max-width: 1023px) {
  .c-pager {
    font-size: 3.2rem;
    line-height: 1;
    margin-block-start: 6rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-pager {
    font-size: 2rem;
    line-height: 1;
    margin-block-start: 9rem;
  }
}
.c-pager .c-pager__inr {
  display: block flex;
  justify-content: center;
  align-items: center;
  gap: 1rem 2rem;
}
.c-pager a.page-numbers:hover {
  color: #014099;
  text-decoration-color: currentColor;
}
.c-pager a.page-numbers:hover.prev, .c-pager a.page-numbers:hover.next {
  background: #014099;
}
.c-pager a.page-numbers:hover.prev::before, .c-pager a.page-numbers:hover.next::before {
  border-color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .c-pager a.page-numbers:hover {
    color: #014099;
    text-decoration-color: currentColor;
  }
  .c-pager a.page-numbers:hover.prev, .c-pager a.page-numbers:hover.next {
    background: #014099;
  }
  .c-pager a.page-numbers:hover.prev::before, .c-pager a.page-numbers:hover.next::before {
    border-color: #fff;
  }
}
.c-pager .page-numbers {
  display: block grid;
  place-items: center;
  font-family: "Oswald", "Helvetica Neue", "Helvetica", "Segoe UI", sans-serif;
  text-align: center;
  min-width: 2em;
  height: 2em;
  -webkit-text-decoration: underline transparent;
  text-decoration: underline transparent;
  margin: 0;
  padding: 0;
  background: transparent;
  transition: 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) text-decoration-color;
}
.c-pager .page-numbers.current {
  color: #014099;
  text-decoration-color: currentColor;
}
.c-pager .page-numbers.prev, .c-pager .page-numbers.next {
  position: relative;
  min-width: 3em;
  height: 3em;
  background: rgba(1, 64, 153, 0.05);
  transition: 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) background;
}
.c-pager .page-numbers.prev::before, .c-pager .page-numbers.next::before {
  content: "";
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  border-block-end: 2px solid;
  border-inline-end: 2px solid;
  border-color: #014099;
  transition: 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) border-color;
}
.c-pager .page-numbers.prev {
  margin-inline-end: 2rem;
}
.c-pager .page-numbers.prev::before {
  rotate: 135deg;
  translate: 2px 0;
}
.c-pager .page-numbers.next {
  margin-inline-start: 2rem;
}
.c-pager .page-numbers.next::before {
  rotate: 315deg;
  translate: -2px 0;
}

/* ---------------------------------------------------
  ページTOP
--------------------------------------------------- */
.c-scr-top {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #014099;
  border: 1px solid #014099;
  border-radius: 100%;
  translate: 0 200%;
  transition-property: translate, background;
  z-index: 1000;
}
@media (hover: hover) and (pointer: fine) {
  .c-scr-top:hover {
    background: #fff;
  }
  .c-scr-top:hover line,
  .c-scr-top:hover path {
    stroke: #014099;
  }
}
@media print, screen and (max-width: 1023px) {
  .c-scr-top {
    bottom: 4rem;
    right: 4rem;
    width: 10rem;
    height: 10rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-scr-top {
    bottom: 4rem;
    right: 5.6rem;
    width: 7.6rem;
    height: 7.6rem;
  }
}
.c-scr-top.is-active {
  translate: 0 0;
}

.c-scr-top__icon {
  fill: none;
}
@media print, screen and (max-width: 1023px) {
  .c-scr-top__icon {
    width: 2.8rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-scr-top__icon {
    width: 2.2rem;
  }
}
.c-scr-top__icon line,
.c-scr-top__icon path {
  fill: transparent;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3px;
  transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) stroke;
}

/* ---------------------------------------------------
  フォーム
--------------------------------------------------- */
.c-input[type=text],
.c-input[type=email],
.c-input[type=time],
.c-input[type=date],
.c-input[type=datetime-local],
.c-input[type=week],
.c-input[type=month],
.c-input[type=number],
.c-input[type=password],
.c-input[type=search],
.c-input[type=tel],
.c-input[type=url],
.c-textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border: 1px solid #afafaf;
}
@media print, screen and (max-width: 1023px) {
  .c-input[type=text],
  .c-input[type=email],
  .c-input[type=time],
  .c-input[type=date],
  .c-input[type=datetime-local],
  .c-input[type=week],
  .c-input[type=month],
  .c-input[type=number],
  .c-input[type=password],
  .c-input[type=search],
  .c-input[type=tel],
  .c-input[type=url],
  .c-textarea {
    padding: 2rem 3rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-input[type=text],
  .c-input[type=email],
  .c-input[type=time],
  .c-input[type=date],
  .c-input[type=datetime-local],
  .c-input[type=week],
  .c-input[type=month],
  .c-input[type=number],
  .c-input[type=password],
  .c-input[type=search],
  .c-input[type=tel],
  .c-input[type=url],
  .c-textarea {
    padding: 1.6rem 2.8rem;
  }
}
.c-input[type=text]::-ms-expand,
.c-input[type=email]::-ms-expand,
.c-input[type=time]::-ms-expand,
.c-input[type=date]::-ms-expand,
.c-input[type=datetime-local]::-ms-expand,
.c-input[type=week]::-ms-expand,
.c-input[type=month]::-ms-expand,
.c-input[type=number]::-ms-expand,
.c-input[type=password]::-ms-expand,
.c-input[type=search]::-ms-expand,
.c-input[type=tel]::-ms-expand,
.c-input[type=url]::-ms-expand,
.c-textarea::-ms-expand {
  display: none;
}
.c-input[type=text]:-webkit-autofill, .c-input[type=email]:-webkit-autofill, .c-input[type=time]:-webkit-autofill, .c-input[type=date]:-webkit-autofill, .c-input[type=datetime-local]:-webkit-autofill, .c-input[type=week]:-webkit-autofill, .c-input[type=month]:-webkit-autofill, .c-input[type=number]:-webkit-autofill, .c-input[type=password]:-webkit-autofill, .c-input[type=search]:-webkit-autofill, .c-input[type=tel]:-webkit-autofill, .c-input[type=url]:-webkit-autofill, .c-textarea:-webkit-autofill {
  box-shadow: 0 0 0 10000px #dfecff inset;
}
.c-input[type=text]:-webkit-autofill, .c-input[type=text]:focus:-webkit-autofill, .c-input[type=text]:focus-visible, .c-input[type=text]:autofill,
.c-input[type=email]:-webkit-autofill,
.c-input[type=email]:focus:-webkit-autofill,
.c-input[type=email]:focus-visible,
.c-input[type=email]:autofill,
.c-input[type=time]:-webkit-autofill,
.c-input[type=time]:focus:-webkit-autofill,
.c-input[type=time]:focus-visible,
.c-input[type=time]:autofill,
.c-input[type=date]:-webkit-autofill,
.c-input[type=date]:focus:-webkit-autofill,
.c-input[type=date]:focus-visible,
.c-input[type=date]:autofill,
.c-input[type=datetime-local]:-webkit-autofill,
.c-input[type=datetime-local]:focus:-webkit-autofill,
.c-input[type=datetime-local]:focus-visible,
.c-input[type=datetime-local]:autofill,
.c-input[type=week]:-webkit-autofill,
.c-input[type=week]:focus:-webkit-autofill,
.c-input[type=week]:focus-visible,
.c-input[type=week]:autofill,
.c-input[type=month]:-webkit-autofill,
.c-input[type=month]:focus:-webkit-autofill,
.c-input[type=month]:focus-visible,
.c-input[type=month]:autofill,
.c-input[type=number]:-webkit-autofill,
.c-input[type=number]:focus:-webkit-autofill,
.c-input[type=number]:focus-visible,
.c-input[type=number]:autofill,
.c-input[type=password]:-webkit-autofill,
.c-input[type=password]:focus:-webkit-autofill,
.c-input[type=password]:focus-visible,
.c-input[type=password]:autofill,
.c-input[type=search]:-webkit-autofill,
.c-input[type=search]:focus:-webkit-autofill,
.c-input[type=search]:focus-visible,
.c-input[type=search]:autofill,
.c-input[type=tel]:-webkit-autofill,
.c-input[type=tel]:focus:-webkit-autofill,
.c-input[type=tel]:focus-visible,
.c-input[type=tel]:autofill,
.c-input[type=url]:-webkit-autofill,
.c-input[type=url]:focus:-webkit-autofill,
.c-input[type=url]:focus-visible,
.c-input[type=url]:autofill,
.c-textarea:-webkit-autofill,
.c-textarea:focus:-webkit-autofill,
.c-textarea:focus-visible,
.c-textarea:autofill {
  box-shadow: 0 0 0 10000px #dfecff inset;
}
.c-input[type=text]:disabled,
.c-input[type=email]:disabled,
.c-input[type=time]:disabled,
.c-input[type=date]:disabled,
.c-input[type=datetime-local]:disabled,
.c-input[type=week]:disabled,
.c-input[type=month]:disabled,
.c-input[type=number]:disabled,
.c-input[type=password]:disabled,
.c-input[type=search]:disabled,
.c-input[type=tel]:disabled,
.c-input[type=url]:disabled,
.c-textarea:disabled {
  opacity: 0.5;
}
@media print, screen and (max-width: 1023px) {
  .c-input[type=text].m-half,
  .c-input[type=email].m-half,
  .c-input[type=time].m-half,
  .c-input[type=date].m-half,
  .c-input[type=datetime-local].m-half,
  .c-input[type=week].m-half,
  .c-input[type=month].m-half,
  .c-input[type=number].m-half,
  .c-input[type=password].m-half,
  .c-input[type=search].m-half,
  .c-input[type=tel].m-half,
  .c-input[type=url].m-half,
  .c-textarea.m-half {
    width: 100%;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-input[type=text].m-half,
  .c-input[type=email].m-half,
  .c-input[type=time].m-half,
  .c-input[type=date].m-half,
  .c-input[type=datetime-local].m-half,
  .c-input[type=week].m-half,
  .c-input[type=month].m-half,
  .c-input[type=number].m-half,
  .c-input[type=password].m-half,
  .c-input[type=search].m-half,
  .c-input[type=tel].m-half,
  .c-input[type=url].m-half,
  .c-textarea.m-half {
    width: calc((100% - 2.5rem) / 2);
  }
}
.c-input[type=text].m-birth,
.c-input[type=email].m-birth,
.c-input[type=time].m-birth,
.c-input[type=date].m-birth,
.c-input[type=datetime-local].m-birth,
.c-input[type=week].m-birth,
.c-input[type=month].m-birth,
.c-input[type=number].m-birth,
.c-input[type=password].m-birth,
.c-input[type=search].m-birth,
.c-input[type=tel].m-birth,
.c-input[type=url].m-birth,
.c-textarea.m-birth {
  background-position: top 50% right 1rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDIyIDI0LjkiPgogIDxyZWN0IGZpbGw9IiNiZmJmYmYiIHg9IjMuNSIgd2lkdGg9IjIuMyIgaGVpZ2h0PSI0LjMiIHJ4PSIxLjEiIHJ5PSIxLjEiLz4KICA8cGF0aCBmaWxsPSIjYmZiZmJmIiBkPSJNMjAuMywyLjJoLTEuMXYxLjFjMCwxLS44LDEuNy0xLjcsMS43aC0uMmMtMSwwLTEuNy0uOC0xLjctMS43di0xLjFINi41djEuMWMwLDEtLjgsMS43LTEuNywxLjdoLS4yYy0xLDAtMS43LS44LTEuNy0xLjd2LTEuMWgtMS4xYy0xLDAtMS43LjgtMS43LDEuN3YxOS4yYzAsMSwuOCwxLjcsMS43LDEuN2gxOC42YzEsMCwxLjctLjgsMS43LTEuN1YzLjljMC0xLS44LTEuNy0xLjctMS43Wk0xOS43LDIyYzAsLjItLjIuNC0uNC40SDIuN2MtLjIsMC0uNC0uMi0uNC0uNFY4YzAtLjIuMi0uNC40LS40aDE2LjVjLjIsMCwuNC4yLjQuNHYxNC4xWiIvPgogIDxyZWN0IGZpbGw9IiNiZmJmYmYiIHg9IjE2LjIiIHdpZHRoPSIyLjMiIGhlaWdodD0iNC4zIiByeD0iMS4xIiByeT0iMS4xIi8+Cjwvc3ZnPg==");
  background-repeat: no-repeat;
}
@media print, screen and (max-width: 1023px) {
  .c-input[type=text].m-birth,
  .c-input[type=email].m-birth,
  .c-input[type=time].m-birth,
  .c-input[type=date].m-birth,
  .c-input[type=datetime-local].m-birth,
  .c-input[type=week].m-birth,
  .c-input[type=month].m-birth,
  .c-input[type=number].m-birth,
  .c-input[type=password].m-birth,
  .c-input[type=search].m-birth,
  .c-input[type=tel].m-birth,
  .c-input[type=url].m-birth,
  .c-textarea.m-birth {
    width: 12.4rem;
    background-size: 1.65rem 1.8675rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-input[type=text].m-birth,
  .c-input[type=email].m-birth,
  .c-input[type=time].m-birth,
  .c-input[type=date].m-birth,
  .c-input[type=datetime-local].m-birth,
  .c-input[type=week].m-birth,
  .c-input[type=month].m-birth,
  .c-input[type=number].m-birth,
  .c-input[type=password].m-birth,
  .c-input[type=search].m-birth,
  .c-input[type=tel].m-birth,
  .c-input[type=url].m-birth,
  .c-textarea.m-birth {
    width: 18.8rem;
    background-size: 2.2rem 2.49rem;
  }
}
.c-input[type=text].m-num,
.c-input[type=email].m-num,
.c-input[type=time].m-num,
.c-input[type=date].m-num,
.c-input[type=datetime-local].m-num,
.c-input[type=week].m-num,
.c-input[type=month].m-num,
.c-input[type=number].m-num,
.c-input[type=password].m-num,
.c-input[type=search].m-num,
.c-input[type=tel].m-num,
.c-input[type=url].m-num,
.c-textarea.m-num {
  text-align: center;
}
@media print, screen and (max-width: 1023px) {
  .c-input[type=text].m-num,
  .c-input[type=email].m-num,
  .c-input[type=time].m-num,
  .c-input[type=date].m-num,
  .c-input[type=datetime-local].m-num,
  .c-input[type=week].m-num,
  .c-input[type=month].m-num,
  .c-input[type=number].m-num,
  .c-input[type=password].m-num,
  .c-input[type=search].m-num,
  .c-input[type=tel].m-num,
  .c-input[type=url].m-num,
  .c-textarea.m-num {
    width: calc(4em + 5.6rem);
  }
}
@media print, screen and (min-width: 1024px) {
  .c-input[type=text].m-num,
  .c-input[type=email].m-num,
  .c-input[type=time].m-num,
  .c-input[type=date].m-num,
  .c-input[type=datetime-local].m-num,
  .c-input[type=week].m-num,
  .c-input[type=month].m-num,
  .c-input[type=number].m-num,
  .c-input[type=password].m-num,
  .c-input[type=search].m-num,
  .c-input[type=tel].m-num,
  .c-input[type=url].m-num,
  .c-textarea.m-num {
    width: calc(4em + 5.6rem);
  }
}
.c-input[type=text].m-no-spin[type=number]::-webkit-outer-spin-button, .c-input[type=text].m-no-spin[type=number]::-webkit-inner-spin-button,
.c-input[type=email].m-no-spin[type=number]::-webkit-outer-spin-button,
.c-input[type=email].m-no-spin[type=number]::-webkit-inner-spin-button,
.c-input[type=time].m-no-spin[type=number]::-webkit-outer-spin-button,
.c-input[type=time].m-no-spin[type=number]::-webkit-inner-spin-button,
.c-input[type=date].m-no-spin[type=number]::-webkit-outer-spin-button,
.c-input[type=date].m-no-spin[type=number]::-webkit-inner-spin-button,
.c-input[type=datetime-local].m-no-spin[type=number]::-webkit-outer-spin-button,
.c-input[type=datetime-local].m-no-spin[type=number]::-webkit-inner-spin-button,
.c-input[type=week].m-no-spin[type=number]::-webkit-outer-spin-button,
.c-input[type=week].m-no-spin[type=number]::-webkit-inner-spin-button,
.c-input[type=month].m-no-spin[type=number]::-webkit-outer-spin-button,
.c-input[type=month].m-no-spin[type=number]::-webkit-inner-spin-button,
.c-input[type=number].m-no-spin[type=number]::-webkit-outer-spin-button,
.c-input[type=number].m-no-spin[type=number]::-webkit-inner-spin-button,
.c-input[type=password].m-no-spin[type=number]::-webkit-outer-spin-button,
.c-input[type=password].m-no-spin[type=number]::-webkit-inner-spin-button,
.c-input[type=search].m-no-spin[type=number]::-webkit-outer-spin-button,
.c-input[type=search].m-no-spin[type=number]::-webkit-inner-spin-button,
.c-input[type=tel].m-no-spin[type=number]::-webkit-outer-spin-button,
.c-input[type=tel].m-no-spin[type=number]::-webkit-inner-spin-button,
.c-input[type=url].m-no-spin[type=number]::-webkit-outer-spin-button,
.c-input[type=url].m-no-spin[type=number]::-webkit-inner-spin-button,
.c-textarea.m-no-spin[type=number]::-webkit-outer-spin-button,
.c-textarea.m-no-spin[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

.c-textarea {
  display: block;
  height: 28rem;
  resize: vertical;
}

.c-select {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.c-select:before {
  content: "▼";
  display: block;
  position: absolute;
  top: 1.2rem;
  font-size: 0.75em;
  pointer-events: none;
  z-index: 2;
}
@media print, screen and (max-width: 1023px) {
  .c-select:before {
    top: 1rem;
    right: 1rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-select:before {
    top: 1.2rem;
    right: 1.2rem;
  }
}
.c-select select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f2f2f2;
  border: 1px solid #d0d0d0;
  width: 100%;
  cursor: pointer;
  z-index: 1;
}
@media print, screen and (max-width: 1023px) {
  .c-select select {
    padding: 0.6rem 2.5rem 0.6rem 0.75rem;
    border-radius: 2px;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-select select {
    padding: 0.8rem 3.5rem 0.8rem 1rem;
    border-radius: 3px;
  }
}
.c-select select::-ms-expand {
  display: none;
}
.c-select select:-webkit-autofill {
  box-shadow: 0 0 0 10000px #dfecff inset;
}
.c-select select:-webkit-autofill, .c-select select:focus:-webkit-autofill, .c-select select:focus-visible, .c-select select:autofill {
  box-shadow: 0 0 0 10000px #dfecff inset;
}
.c-select select:disabled {
  opacity: 0.5;
}
.c-select select:invalid {
  color: #AEAEAE;
  font-weight: normal;
}
.c-select select option:empty {
  color: #AEAEAE;
}

.c-select__wrap {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.c-select__wrap.m-year::after {
  content: "年";
}
.c-select__wrap.m-month::after {
  content: "月";
}
.c-select__wrap.m-day::after {
  content: "日";
}

.c-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem 2rem;
  font-weight: 500;
}

.c-checkbox__item {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem 2rem;
}
.c-checkbox__item:has(input[type=checkbox]:focus-visible) {
  outline: #f17916 2px solid;
  outline-offset: -2px;
}
.c-checkbox__item input[type=checkbox] {
  position: absolute;
  z-index: -1;
}
.c-checkbox__item input[type=checkbox]:checked + .c-checkbox__item-name::after {
  opacity: 1;
}

.c-checkbox__item-name {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 0.5em;
}
.c-checkbox__item-name::before, .c-checkbox__item-name::after {
  content: "";
  display: block;
}
.c-checkbox__item-name::before {
  position: relative;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #d0d0d0;
  z-index: 1;
}
@media print, screen and (max-width: 1023px) {
  .c-checkbox__item-name::before {
    width: 5.6rem;
    height: 5.6rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-checkbox__item-name::before {
    width: 2.8rem;
    height: 2.8rem;
  }
}
.c-checkbox__item-name::after {
  position: absolute;
  border: solid #014099;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  opacity: 0;
  border-width: 3px;
  transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) opacity;
  z-index: 2;
}
@media print, screen and (max-width: 1023px) {
  .c-checkbox__item-name::after {
    inset-block-start: calc(50% - 1rem);
    inset-inline-start: 1.2rem;
    min-width: 3.2rem;
    height: 1.6rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-checkbox__item-name::after {
    inset-block-start: calc(50% - 0.5rem);
    inset-inline-start: 0.6rem;
    min-width: 1.6rem;
    height: 0.8rem;
  }
}
.c-checkbox__item-name a {
  color: #014099;
  -webkit-text-decoration: underline currentColor;
  text-decoration: underline currentColor;
}
@media (hover: hover) and (pointer: fine) {
  .c-checkbox__item-name a:hover {
    -webkit-text-decoration: underline transparent;
    text-decoration: underline transparent;
  }
}

.c-checkbox-other {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  width: 100%;
}
@media print, screen and (max-width: 1023px) {
  .c-checkbox-other .c-input {
    width: 100%;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-checkbox-other .c-input {
    width: calc(100% - 9rem);
  }
}

.c-radiobox {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 2rem;
  font-weight: 500;
}
.c-radiobox.m-vertical {
  flex-direction: column;
  align-items: flex-start;
}

.c-radiobox__item {
  display: flex;
  align-items: center;
  gap: 1.2rem 1rem;
}
.c-radiobox__item:has(input[type=radio]:focus-visible) {
  outline: #f17916 2px solid;
  outline-offset: -2px;
}
.c-radiobox__item input[type=radio] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.c-radiobox__item input[type=radio]:checked + .c-radiobox__item-name::before {
  border-color: #014099;
}
.c-radiobox__item input[type=radio]:checked + .c-radiobox__item-name::after {
  opacity: 1;
}

.c-radiobox__item-name {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 0.5em;
}
.c-radiobox__item-name::before, .c-radiobox__item-name::after {
  content: "";
  display: block;
  border-radius: 50%;
}
.c-radiobox__item-name::before {
  position: relative;
  width: 1.6em;
  height: 1.6em;
  background: #fff;
  border: 1px solid #afafaf;
  transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) border;
}
.c-radiobox__item-name::after {
  position: absolute;
  top: 0.3em;
  left: 0.3em;
  width: 1em;
  height: 1em;
  background: #014099;
  opacity: 0;
  transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) opacity;
}
.c-radiobox__item-name a {
  color: #014099;
  -webkit-text-decoration: underline currentColor;
  text-decoration: underline currentColor;
}
@media (hover: hover) and (pointer: fine) {
  .c-radiobox__item-name a:hover {
    -webkit-text-decoration: underline transparent;
    text-decoration: underline transparent;
  }
}

.c-form-input__item {
  display: flex;
}
@media print, screen and (max-width: 1023px) {
  .c-form-input__item {
    font-size: 2.8rem;
    line-height: 1.3571428571;
    flex-direction: column;
    gap: 0.75em;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-form-input__item {
    font-size: 2rem;
    line-height: 1.4;
    align-items: center;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-form-input__item.m-vt {
    align-items: flex-start;
  }
  .c-form-input__item.m-vt > dt {
    padding-block-start: 1.6rem;
  }
}
@media print, screen and (max-width: 1023px) {
  .c-form-input__item:not(:first-child) {
    margin-block-start: 4rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-form-input__item:not(:first-child) {
    margin-block-start: 4rem;
  }
}
.c-form-input__item > dt {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25em 1em;
  font-weight: 700;
}
@media print, screen and (min-width: 1024px) {
  .c-form-input__item > dt {
    width: 34rem;
  }
}
.c-form-input__item > dt small {
  width: 100%;
  height: 100%;
}
.c-form-input__item > dd {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media print, screen and (min-width: 1024px) {
  .c-form-input__item > dd {
    width: calc(100% - 34rem);
  }
}
.c-form-input__item > dd.m-row {
  flex-direction: row;
  flex-wrap: wrap;
}
@media print, screen and (max-width: 1023px) {
  .c-form-input__item > dd.m-row {
    gap: 0.5rem 1.5rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-form-input__item > dd.m-row {
    gap: 1rem 2.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-form-input__item > dd.m-row .c-form-input__wrap {
    width: calc((100% - 1.5rem) / 2);
  }
}
@media print, screen and (min-width: 1024px) {
  .c-form-input__item > dd.m-row .c-form-input__wrap {
    width: calc((100% - 2.5rem) / 2);
  }
}
.c-form-input__item > dd.m-row .c-form-input__wrap.m-width-auto {
  width: auto;
}
.c-form-input__item > dd:has(.c-form-input__sub-item) {
  gap: 2rem 1rem;
}

.c-form-input__required {
  color: #fff;
  font-size: 0.7em;
  background: #F20E0E;
  padding: 0.1em 0.5em;
}

.c-form-input__sub-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.c-form-input__sub-item dt {
  font-size: 0.9em;
  font-weight: 700;
}

.c-form-input__notice {
  font-size: 0.8em;
}

.c-form-input__wrap {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  width: 100%;
}

.c-form-input__address-link {
  vertical-align: baseline;
}
.c-form-input__address-link svg {
  display: inline-block;
  width: 1em;
}

.c-form-input__zip {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (max-width: 1023px) {
  .c-form-input__zip {
    gap: 0.5rem 1.2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-form-input__zip {
    gap: 0.5rem 2.6rem;
  }
}

.c-form-input__zip-wrap {
  display: flex;
  align-items: center;
}
@media print, screen and (max-width: 1023px) {
  .c-form-input__zip-wrap {
    gap: 0.5rem 0.4rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-form-input__zip-wrap {
    gap: 0.5rem 1.6rem;
  }
}

.c-form-input__zip-btn {
  color: #fff;
  font-weight: 700;
  text-align: center;
  background: #000;
  border: 1px solid #000;
  border-radius: 3rem;
}
@media print, screen and (max-width: 1023px) {
  .c-form-input__zip-btn {
    width: 12rem;
    padding: 0.6rem 1rem;
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-form-input__zip-btn {
    width: 16.8rem;
    padding: 0.8rem 1.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-form-input__zip-btn:hover {
    background: color-mix(in srgb, #000, #fff 25%);
  }
}

.c-form-input__file {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}

.c-form-input__file-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #fff;
  background: #014099;
  border: 1px solid color-mix(in srgb, #014099, #000 25%);
  transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) background;
}
@media print, screen and (max-width: 1023px) {
  .c-form-input__file-btn {
    gap: 0.25em;
    padding: 0.6rem 1rem;
    border-radius: 2px;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-form-input__file-btn {
    gap: 0.5em;
    padding: 0.8rem 2.5rem;
    border-radius: 3px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-form-input__file-btn:hover {
    background: color-mix(in srgb, #014099, #fff 25%);
  }
}

.c-form-input__file-btn-plus {
  position: relative;
  width: 1.3em;
  height: 1.3em;
  border: 1px solid #fff;
  border-radius: 50%;
}
.c-form-input__file-btn-plus::before, .c-form-input__file-btn-plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 0.6em;
  height: 1px;
  background: #fff;
}
.c-form-input__file-btn-plus::after {
  rotate: 90deg;
}

.c-form-input__policy {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media print, screen and (max-width: 1023px) {
  .c-form-input__policy {
    margin-block-start: 6rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-form-input__policy {
    margin-block-start: 8rem;
  }
}

.c-form-input__policy-ttl {
  color: #014099;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-align: center;
  background: rgba(1, 64, 153, 0.1);
}
@media print, screen and (max-width: 1023px) {
  .c-form-input__policy-ttl {
    font-size: 3.2rem;
    line-height: 1.4375;
    padding: 2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-form-input__policy-ttl {
    font-size: 2.5rem;
    line-height: 1.28;
    padding: 1.75rem;
  }
}

.c-form-input__policy-txt {
  border: 2px solid rgba(1, 64, 153, 0.1);
  overflow-y: scroll;
}
@media print, screen and (max-width: 1023px) {
  .c-form-input__policy-txt {
    height: 40rem;
    font-size: 2.6rem;
    line-height: 1.6923076923;
    padding: 4rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-form-input__policy-txt {
    font-size: 1.8rem;
    line-height: 1.5555555556;
    padding: 3rem 4rem;
  }
}

.c-form-input__policy-txt-ttl {
  font-size: 1.4em;
}

.c-form-input__policy-txt-par:not(:first-child) {
  margin-block-start: 1em;
}

.c-form-input__policy-txt-list:not(:first-child) {
  margin-block-start: 1em;
}
.c-form-input__policy-txt-list > li + li {
  margin-block-start: 0.5em;
}

.c-form-input__policy-check {
  margin-inline: auto;
}
@media print, screen and (max-width: 1023px) {
  .c-form-input__policy-check {
    margin-block-start: 2.7rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-form-input__policy-check {
    margin-block-start: 5.4rem;
  }
}

.c-form-confirm__item {
  display: flex;
}
@media print, screen and (max-width: 1023px) {
  .c-form-confirm__item {
    flex-direction: column;
    padding-block: 3rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-form-confirm__item {
    padding-block: 4rem;
  }
}
.c-form-confirm__item:first-of-type {
  padding-block-start: 0;
}
.c-form-confirm__item:last-of-type {
  padding-block-end: 0;
}
.c-form-confirm__item:not(:first-of-type) {
  border-block-start: 1px solid #afafaf;
}
.c-form-confirm__item dt {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0.25em 0.5em;
  font-weight: 700;
}
@media print, screen and (min-width: 1024px) {
  .c-form-confirm__item dt {
    width: 34rem;
  }
}
.c-form-confirm__item dt small {
  width: 100%;
  height: 100%;
}
.c-form-confirm__item dd {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
@media print, screen and (min-width: 1024px) {
  .c-form-confirm__item dd {
    width: calc(100% - 34rem);
  }
}
.c-form-confirm__item dd.m-row {
  flex-direction: row;
  flex-wrap: wrap;
}
@media print, screen and (max-width: 1023px) {
  .c-form-confirm__item dd.m-row {
    gap: 0.5rem 0.75rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-form-confirm__item dd.m-row {
    gap: 1rem 1.25rem;
  }
}

.c-form-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}
@media print, screen and (max-width: 1023px) {
  .c-form-submit {
    flex-direction: column;
    margin-block-start: 6rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-form-submit {
    margin-block-start: 8.6rem;
  }
}

.c-form-submit__btn {
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 1.1em;
  text-align: center;
  background: #014099;
  border: 1px solid #014099;
}
@media print, screen and (max-width: 1023px) {
  .c-form-submit__btn {
    width: 48.2rem;
    padding-block: 2.75rem;
    border-radius: 6rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-form-submit__btn {
    width: 40.8rem;
    padding-block: 2.5rem;
    border-radius: 5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-form-submit__btn:hover {
    background: rgba(1, 64, 153, 0.9);
  }
  .c-form-submit__btn:hover span::before {
    translate: 2px -50%;
  }
}
.c-form-submit__btn[inert] {
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.c-form-submit__btn.m-back {
  background: rgba(1, 64, 153, 0.5);
}
@media (hover: hover) and (pointer: fine) {
  .c-form-submit__btn.m-back:hover {
    background: rgba(1, 64, 153, 0.4);
  }
  .c-form-submit__btn.m-back:hover span::before {
    translate: -2px -50%;
  }
}
.c-form-submit__btn.m-back span {
  position: relative;
}
.c-form-submit__btn.m-back span::before {
  inset-inline-start: -1em;
  rotate: 135deg;
  translate: 2px -50%;
}
.c-form-submit__btn span {
  position: relative;
}
.c-form-submit__btn span::before {
  content: "";
  position: absolute;
  inset-block-start: 50%;
  inset-inline-end: -1em;
  width: 0.5em;
  height: 0.5em;
  border-block-end: 2px solid;
  border-inline-end: 2px solid;
  border-color: #fff;
  rotate: 315deg;
  translate: -2px -50%;
  transition: 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) translate;
}

.c-form-submit__failed-msg {
  color: #F20E0E;
  font-weight: 700;
  text-align: center;
}
@media print, screen and (max-width: 1023px) {
  .c-form-submit__failed-msg {
    margin-block-start: 3.6rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-form-submit__failed-msg {
    margin-block-start: 3.6rem;
  }
}

/* ---------------------------------------------------
  Post Content
--------------------------------------------------- */
.c-post-content {
  display: block flow-root;
}
.c-post-content > * {
  margin-block-end: 0;
}
.c-post-content > *:not(:first-child) {
  margin-block-start: 0.75em;
}
.c-post-content :is(.wp-block-details, .wp-block-quote, .wp-block-column, .wp-block-media-text__content, .wp-block-cover__inner-container, .wp-block-group__inner-container) > :not(:first-child) {
  margin-block-end: 0;
  margin-block-start: 0.75em;
}
.c-post-content p a,
.c-post-content h1 a,
.c-post-content h2 a,
.c-post-content h3 a,
.c-post-content h4 a,
.c-post-content h5 a,
.c-post-content h6 a,
.c-post-content ul a,
.c-post-content ol a,
.c-post-content table a {
  color: #2B91D1;
  -webkit-text-decoration: underline currentColor;
  text-decoration: underline currentColor;
}
@media (hover: hover) and (pointer: fine) {
  .c-post-content p a:hover,
  .c-post-content h1 a:hover,
  .c-post-content h2 a:hover,
  .c-post-content h3 a:hover,
  .c-post-content h4 a:hover,
  .c-post-content h5 a:hover,
  .c-post-content h6 a:hover,
  .c-post-content ul a:hover,
  .c-post-content ol a:hover,
  .c-post-content table a:hover {
    text-decoration-color: transparent;
  }
}
.c-post-content ul {
  padding-inline-start: 1.5em;
}
.c-post-content ul li {
  list-style-type: disc;
}
.c-post-content ol {
  padding-inline-start: 1.5em;
}
.c-post-content ol li {
  list-style-type: decimal;
}
.c-post-content img, .c-post-content video, .c-post-content canvas, .c-post-content svg {
  display: inline flow;
  width: -moz-fit-content;
  width: fit-content;
}
.c-post-content .wp-block-table {
  border-color: #ededed;
}
.c-post-content .wp-block-table td:last-child,
.c-post-content .wp-block-table th:last-child {
  border-right: 1px solid #ededed;
}
.c-post-content .wp-block-table thead td,
.c-post-content .wp-block-table thead th {
  color: #fff;
}
.c-post-content .wp-block-table tr:first-child th,
.c-post-content .wp-block-table tr:first-child td {
  border-top: 1px solid #ededed;
}
.c-post-content .wp-block-table.is-style-regular td,
.c-post-content .wp-block-table.is-style-regular th {
  border: 1px solid #ededed;
}
@media print, screen and (max-width: 1023px) {
  .c-post-content .wp-block-table.is-style-regular .wp-element-caption {
    margin-block-start: 0.6rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-post-content .wp-block-table.is-style-regular .wp-element-caption {
    margin-block-start: 1.2rem;
  }
}
.c-post-content .wp-block-table.is-style-stripes tbody tr:nth-child(odd) td {
  background: #f0f0f0;
}
.c-post-content .wp-block-table.is-style-stripes td:last-child,
.c-post-content .wp-block-table.is-style-stripes th:last-child {
  border-right: none;
}
.c-post-content .wp-block-table.is-style-stripes tr:first-child th,
.c-post-content .wp-block-table.is-style-stripes tr:first-child td {
  border-top: none;
}
@media print, screen and (max-width: 1023px) {
  .c-post-content .wp-block-table.is-style-stripes .wp-element-caption {
    padding-block: 0.6rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-post-content .wp-block-table.is-style-stripes .wp-element-caption {
    padding-block: 1.2rem;
  }
}
.c-post-content .wp-block-button__link {
  text-decoration: none;
}
.c-post-content .wp-element-caption {
  font-size: 0.75em;
}
.c-post-content .wp-block-media-text__media img,
.c-post-content .wp-block-media-text__media video {
  max-width: 100%;
}

/* ---------------------------------------------------
  TOP
--------------------------------------------------- */
.p-top {
  overflow-x: clip;
}

/** ---------------------------------------------------
 *
 * メインビジュアル
 *
 --------------------------------------------------- */
.p-top__mv {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow-x: clip;
  overflow-y: visible;
  z-index: 1;
}

.is-domloaded .p-top__mv-video,
.is-domloaded .p-top__mv-img {
  opacity: 1;
  filter: blur(0px);
}

.p-top__mv-txt {
  position: absolute;
  inset: 0;
  display: block grid;
  place-content: center;
  place-items: center;
  color: #fff;
  z-index: 3;
}

.p-top__mv-txt-catch {
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Segoe UI", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.0325em;
}
@media print, screen and (max-width: 1023px) {
  .p-top__mv-txt-catch {
    display: flex;
    flex-direction: column;
    gap: 0.75em;
    font-size: clamp(4rem, 10.6666666667vw, 8rem);
  }
}
@media print, screen and (min-width: 1024px) {
  .p-top__mv-txt-catch {
    font-size: clamp(5.3rem, 5.5208333333vw, 10.6rem);
  }
}

@media print, screen and (max-width: 1023px) {
  .p-top__mv-txt-catch__wrap {
    display: flex;
    justify-content: space-between;
  }
}
@media print, screen and (max-width: 1023px) {
  .p-top__mv-txt-catch__wrap span {
    min-width: 0.375em;
  }
}

@media print, screen and (max-width: 1023px) {
  .p-top__mv-txt-lang {
    display: none;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-top__mv-txt-lang {
    display: block flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 3rem;
    line-height: 1;
    font-family: "Helvetica Neue", "Helvetica", "Roboto", "Segoe UI", sans-serif;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    margin-block-start: 3.2rem;
  }
}

.p-top__mv-txt-lang__icon {
  width: 3rem;
  margin-inline-end: 1rem;
}

.p-top__mv-txt-lang__item {
  position: relative;
  display: block flow;
  color: currentColor;
}
@media (hover: hover) and (pointer: fine) {
  .p-top__mv-txt-lang__item:hover::after {
    scale: 1 1;
    transform-origin: left center;
  }
}
.p-top__mv-txt-lang__item::after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  inset-block-end: -6px;
  width: 100%;
  height: 2px;
  background: currentColor;
  scale: 0 1;
  transform-origin: right center;
  transition: 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) scale;
}

.p-top__mv-scr {
  position: absolute;
  inset-inline-start: 50%;
  translate: -50% 0;
  z-index: 3;
}
@media print, screen and (max-width: 1023px) {
  .p-top__mv-scr {
    inset-block-end: 2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-top__mv-scr {
    inset-block-end: 5rem;
  }
}
.p-top__mv-scr::before {
  content: "SCROLL";
  display: block flow;
  color: #fff;
  font-family: "Oswald", "Helvetica Neue", "Helvetica", "Segoe UI", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
@media print, screen and (max-width: 1023px) {
  .p-top__mv-scr::before {
    font-size: 2rem;
    line-height: 1;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-top__mv-scr::before {
    font-size: 1.6rem;
    line-height: 1;
  }
}

.p-top__mv-scr-arrow {
  margin-block-start: 0.8rem;
  overflow: hidden;
}
@media print, screen and (max-width: 1023px) {
  .p-top__mv-scr-arrow {
    height: 12rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-top__mv-scr-arrow {
    height: 9rem;
  }
}

.p-top__mv-scr-arrow__line {
  display: block flow;
  width: 1px;
  height: 100%;
  background: #fff;
  margin-inline: auto;
  animation: arrowMove 2.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s forwards infinite;
}
.p-top__mv-scr-arrow__line:before {
  content: "";
  position: absolute;
  inset-block-end: 0;
  inset-inline-start: -2rem;
  width: 2rem;
  height: 1px;
  background: #fff;
  rotate: 60deg;
  transform-origin: right bottom;
}

@keyframes arrowMove {
  0% {
    translate: 0 -100%;
  }
  90% {
    translate: 0 100%;
  }
  100% {
    translate: 0 100%;
  }
}
.p-top__mv-video,
.p-top__mv-img {
  position: absolute;
  width: 100%;
  height: 100%;
  filter: blur(5px);
  transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.25s;
  transition-property: opacity, filter;
  /*&::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba($color: #000, $alpha: .3);
    z-index: 2;
  }*/
}

.p-top__mv-video {
  z-index: 2;
}

.p-top__mv-img {
  z-index: 1;
}

/** ---------------------------------------------------
 *
 * リンク
 *
 --------------------------------------------------- */
@media print, screen and (max-width: 1023px) {
  .p-top__links {
    margin-block: 5rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-top__links {
    margin-block: 7.5rem;
  }
}

.p-top__links-inr {
  display: flex;
}
@media print, screen and (max-width: 1023px) {
  .p-top__links-inr {
    flex-direction: column;
    gap: 2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-top__links-inr {
    gap: 7rem;
  }
}

.p-top__links-item {
  position: relative;
  border: solid #014099;
  overflow: hidden;
}
@media print, screen and (max-width: 1023px) {
  .p-top__links-item {
    width: 100%;
    border-width: 3px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-top__links-item {
    width: calc((100% - 7rem) / 2);
    border-width: 6px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-top__links-item:hover::before {
    opacity: 1;
  }
  .p-top__links-item:hover .p-top__links-item-photo {
    scale: 1.025;
  }
}
.p-top__links-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(1, 64, 153, 0.7);
  opacity: 0;
  z-index: 2;
  transition: 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) opacity;
}

.p-top__links-item-txt {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  color: #014099;
  font-family: "Oswald", "Helvetica Neue", "Helvetica", "Segoe UI", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  filter: drop-shadow(0 0 0.75rem #fff) drop-shadow(0 0 1rem #fff) drop-shadow(0 0 1.5rem #fff);
  z-index: 3;
}
@media print, screen and (max-width: 1023px) {
  .p-top__links-item-txt {
    font-size: 5.4rem;
    line-height: 1;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-top__links-item-txt {
    font-size: 4.8rem;
    line-height: 1;
  }
}

.p-top__links-item-photo {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) scale;
}

/** ---------------------------------------------------
 *
 * お知らせ
 *
 --------------------------------------------------- */
.p-top__news {
  position: relative;
  padding-block: 12.8rem;
}

.p-top__news-inr {
  position: relative;
  background: #fff;
  margin-inline: auto;
  border-radius: 5rem;
  z-index: 2;
}
@media print, screen and (max-width: 1023px) {
  .p-top__news-inr {
    width: calc(100% - clamp(5rem, 13.3333333333vw, 10rem));
    padding-block: 4.8rem;
    padding-inline: 5rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-top__news-inr {
    display: flex;
    width: calc(100% - 10rem);
    max-width: 162rem;
    min-height: 30rem;
    padding-block: 4rem;
    padding-inline: 10rem;
  }
}

@media print, screen and (max-width: 1023px) {
  .p-top__news-ttl {
    text-align: center;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-top__news-ttl {
    margin-block-start: 2rem;
  }
}

.p-top__news-ttl-en {
  font-family: "Oswald", "Helvetica Neue", "Helvetica", "Segoe UI", sans-serif;
  font-size: 7.2rem;
  line-height: 1;
  font-weight: 700;
}

.p-top__news-ttl-ja {
  font-size: 2.5rem;
  line-height: 1;
  margin-block-start: 1rem;
}

@media print, screen and (min-width: 1024px) {
  .p-top__news-list {
    width: calc(100% - 36rem);
    margin-inline-start: auto;
  }
}

.p-top__news-list-item:not(:last-child) {
  border-block-end: 1px solid #afafaf;
}
.p-top__news-list-item a {
  position: relative;
  display: block flow;
  padding-block: 2.5rem;
  transition: 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-property: background, padding;
}
@media (hover: hover) and (pointer: fine) {
  .p-top__news-list-item a:hover {
    background: rgba(1, 64, 153, 0.1);
    padding-inline-start: 2rem;
  }
}

.p-top__news-list-item__date {
  font-family: "Oswald", "Helvetica Neue", "Helvetica", "Segoe UI", sans-serif;
}
@media print, screen and (max-width: 1023px) {
  .p-top__news-list-item__date {
    font-size: 2.6rem;
    line-height: 1.3076923077;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-top__news-list-item__date {
    font-size: 1.8rem;
    line-height: 1.3333333333;
  }
}

.p-top__news-list-item__ttl {
  display: flex;
  align-items: center;
}
@media print, screen and (max-width: 1023px) {
  .p-top__news-list-item__ttl {
    margin-block-start: 0.5rem;
  }
}
@media print, screen and (max-width: 1023px) {
  .p-top__news-list-item__ttl span {
    font-size: 2.8rem;
    line-height: 1.3571428571;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-top__news-list-item__ttl span {
    font-size: 2rem;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

.p-top__news-list-item__icon {
  margin-inline: 2rem;
}
@media print, screen and (max-width: 1023px) {
  .p-top__news-list-item__icon {
    width: 5.2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-top__news-list-item__icon {
    width: 3.3rem;
  }
}

.p-top__news-list-item__arrow {
  position: absolute;
  inset-inline-end: 0;
}
@media print, screen and (max-width: 1023px) {
  .p-top__news-list-item__arrow {
    inset-block-end: 2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-top__news-list-item__arrow {
    inset-block-start: calc(50% + 1px);
    translate: 0 -50%;
  }
}

.p-top__news-not {
  padding-block: 2.5rem;
}
@media print, screen and (min-width: 1024px) {
  .p-top__news-not {
    width: calc(100% - 36rem);
    margin-inline-start: auto;
  }
}

@media print, screen and (max-width: 1023px) {
  .p-top__news-more {
    margin-inline: auto;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-top__news-more {
    position: absolute;
    inset-block-end: 6.5rem;
    inset-inline-start: 10rem;
  }
}

.p-top__news-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

/** ---------------------------------------------------
 *
 * 会社概要
 *
 --------------------------------------------------- */
.p-top__about {
  position: relative;
}

.p-top__about-ttl {
  position: absolute;
  inset-block-start: -0.5em;
  inset-inline-start: 50%;
  translate: -50% 0;
  color: #fff;
  font-family: "Oswald", "Helvetica Neue", "Helvetica", "Segoe UI", sans-serif;
  font-size: 7.2rem;
  line-height: 1;
  font-weight: 700;
  z-index: 4;
}

@media print, screen and (min-width: 1024px) {
  .p-top__about-list {
    display: grid;
    grid-template-columns: 42% 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 0 0;
    grid-template-areas: "company business" "company history";
    height: 80rem;
  }
}

.p-top__about-list-item {
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 1024px) {
  .p-top__about-list-item.m-company {
    grid-area: company;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-top__about-list-item.m-company .p-top__about-list-item__txt {
    inset-block-start: min(6.1197916667vw, 11.75rem);
  }
}
@media print, screen and (min-width: 1024px) {
  .p-top__about-list-item.m-business {
    grid-area: business;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-top__about-list-item.m-history {
    grid-area: history;
  }
}
@media print, screen and (min-width: 1024px){
  .p-top__about-list-item.m-company {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .p-top__about-list-item.m-business {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-top__about-list-item.m-history {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-top__about-list-item.m-business .p-top__about-list-item__txt, .p-top__about-list-item.m-history .p-top__about-list-item__txt {
    inset-block-start: 50%;
    inset-inline-start: 0;
    translate: 0 -50%;
  }
}
.p-top__about-list-item a {
  position: relative;
  display: block flow;
  width: 100%;
  height: 100%;
}
@media print, screen and (max-width: 1023px) {
  .p-top__about-list-item a {
    display: grid;
    place-items: center;
  }
}
@media print, screen and (max-width: 1023px) {
  .p-top__about-list-item a {
    min-height: 54rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-top__about-list-item a:hover::before {
    opacity: 0;
  }
  .p-top__about-list-item a:hover::after {
    opacity: 1;
  }
  .p-top__about-list-item a:hover .p-top__about-list-item__photo {
    scale: 1.025;
  }
}
.p-top__about-list-item a::before, .p-top__about-list-item a::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  transition: 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) opacity;
}
.p-top__about-list-item a::before {
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.p-top__about-list-item a::after {
  background: rgba(1, 64, 153, 0.7);
  opacity: 0;
}

.p-top__about-list-item__txt {
  position: relative;
  color: #fff;
  width: 100%;
  z-index: 3;
}
@media print, screen and (max-width: 1023px) {
  .p-top__about-list-item__txt {
    padding-inline: clamp(2.5rem, 6.6666666667vw, 5rem);
  }
}
@media print, screen and (min-width: 1024px) {
  .p-top__about-list-item__txt {
    padding-inline: 9rem;
  }
}

.p-top__about-list-item__txt-ttl-en {
  font-family: "Oswald", "Helvetica Neue", "Helvetica", "Segoe UI", sans-serif;
  font-weight: 700;
}
@media print, screen and (max-width: 1023px) {
  .p-top__about-list-item__txt-ttl-en {
    font-size: 6.4rem;
    line-height: 1;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-top__about-list-item__txt-ttl-en {
    font-size: 5.4rem;
    line-height: 1;
  }
}

.p-top__about-list-item__txt-ttl-ja {
  margin-block-start: 1rem;
}
@media print, screen and (max-width: 1023px) {
  .p-top__about-list-item__txt-ttl-ja {
    font-size: 2.2rem;
    line-height: 1;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-top__about-list-item__txt-ttl-ja {
    font-size: 2rem;
    line-height: 1;
  }
}

@media print, screen and (max-width: 1023px) {
  .p-top__about-list-item__txt-par {
    font-size: 2.7rem;
    line-height: 1.5555555556;
    margin-block-start: 3rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-top__about-list-item__txt-par {
    font-size: 2.2rem;
    line-height: 1.6363636364;
    margin-block-start: 2.5rem;
  }
}

.p-top__about-list-item__photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) scale;
}

/** ---------------------------------------------------
 *
 * グループ
 *
 --------------------------------------------------- */
.p-top__group {
  position: relative;
  background: linear-gradient(to bottom, #fff, #6AABFF 25%, #fff 100%);
  overflow: hidden;
}
@media print, screen and (max-width: 1023px) {
  .p-top__group {
    padding-block: 6rem 9.8rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-top__group {
    padding-block: 10.5rem 30.5rem;
  }
}

.p-top__group-inr {
  position: relative;
  margin-inline: auto;
  z-index: 2;
}
@media print, screen and (max-width: 1023px) {
  .p-top__group-inr {
    max-width: calc(100% - clamp(5rem, 13.3333333333vw, 10rem));
  }
}
@media print, screen and (min-width: 1024px) {
  .p-top__group-inr {
    width: calc(100% - 10rem);
    max-width: 162rem;
  }
}

@media print, screen and (max-width: 1023px) {
  .p-top__group-ttl {
    text-align: center;
  }
}

.p-top__group-ttl-en {
  font-family: "Oswald", "Helvetica Neue", "Helvetica", "Segoe UI", sans-serif;
  font-size: 7.2rem;
  line-height: 1;
  font-weight: 700;
}

.p-top__group-ttl-ja {
  font-size: 2.5rem;
  line-height: 1;
  margin-block-start: 1rem;
}

.p-top__group-corps {
  display: flex;
}
@media print, screen and (max-width: 1023px) {
  .p-top__group-corps {
    flex-direction: column;
    gap: 6rem;
    margin-block-start: 5rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-top__group-corps {
    gap: 7rem;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline-start: auto;
  }
}

.p-top__group-corp-dt {
  font-weight: 700;
}
@media print, screen and (max-width: 1023px) {
  .p-top__group-corp-dt {
    font-size: 3.2rem;
    line-height: 1;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-top__group-corp-dt {
    font-size: 2.6rem;
    line-height: 1;
  }
}
@media print, screen and (max-width: 1023px) {
  .p-top__group-corp-dt + * {
    margin-block-start: 1.2em;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-top__group-corp-dt + * {
    margin-block-start: 1.5em;
  }
}

@media print, screen and (max-width: 1023px) {
  .p-top__group-corp-dd:not(:first-of-type) {
    margin-block-start: 1em;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-top__group-corp-dd:not(:first-of-type) {
    margin-block-start: 1.2em;
  }
}
@media print, screen and (max-width: 1023px) {
  .p-top__group-corp-dd {
    font-size: 2.8rem;
    line-height: 1;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-top__group-corp-dd {
    font-size: 2.2rem;
    line-height: 1;
  }
}
.p-top__group-corp-dd a {
  display: block flex;
  align-items: center;
  gap: 1em;
}

.p-top__group-corp-arrow {
  margin-inline-start: auto;
}

@media print, screen and (max-width: 1023px) {
  .p-top__group-more {
    margin-block-start: 1em;
    margin-inline-start: auto;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-top__group-more {
    position: absolute;
    inset-block-start: 3.75rem;
    inset-inline-end: 0;
  }
}

.p-top__group-express21 {
  position: relative;
  display: flex;
  width: 100%;
  margin-inline: auto;
  background: #fff;
  overflow: hidden;
  z-index: 2;
}
@media print, screen and (max-width: 1023px) {
  .p-top__group-express21 {
    flex-direction: column;
    max-width: calc(100% - clamp(5rem, 13.3333333333vw, 10rem));
    margin-block-start: 7.2rem;
    border-radius: 2.5rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-top__group-express21 {
    align-items: center;
    width: calc(100% - 10rem);
    max-width: 162rem;
    margin-block-start: 15rem;
    border-radius: 5rem;
  }
}

@media print, screen and (max-width: 1023px) {
  .p-top__group-express21-txt {
    padding-block: 4rem;
    padding-inline: 4rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-top__group-express21-txt {
    width: 58.333%;
    padding-block: 8rem;
    padding-inline: 9rem;
  }
}

.p-top__group-express21-txt__ttl {
  font-family: "Oswald", "Helvetica Neue", "Helvetica", "Segoe UI", sans-serif;
  font-weight: 700;
}
@media print, screen and (max-width: 1023px) {
  .p-top__group-express21-txt__ttl {
    font-size: 5rem;
    line-height: 1;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-top__group-express21-txt__ttl {
    font-size: 6rem;
    line-height: 1;
  }
}

@media print, screen and (max-width: 1023px) {
  .p-top__group-express21-txt__par {
    font-size: 2.8rem;
    line-height: 1.6428571429;
    margin-block-start: 2.4rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-top__group-express21-txt__par {
    font-size: 2rem;
    line-height: 1.6;
    margin-block-start: 4.2rem;
  }
}

.p-top__group-express21-txt__more {
  margin-inline-start: auto;
}
@media print, screen and (max-width: 1023px) {
  .p-top__group-express21-txt__more {
    margin-block-start: 1.8rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-top__group-express21-txt__more {
    margin-block-start: 1.6rem;
  }
}

@media print, screen and (max-width: 1023px) {
  .p-top__group-express21-photo {
    width: 100%;
    border-radius: 2.5rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-top__group-express21-photo {
    width: 41.667%;
    height: 48rem;
    border-top-left-radius: 13rem 50%;
    border-bottom-left-radius: 13rem 50%;
  }
}

.p-top__group-bg {
  position: absolute;
  inset-inline-start: 50%;
  translate: -50% 0;
  pointer-events: none;
  z-index: 1;
}
@media print, screen and (max-width: 1023px) {
  .p-top__group-bg {
    inset-block-start: -0.8rem;
    width: 112.5333333333vw;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-top__group-bg {
    inset-block-start: -5.6rem;
    width: 217.2rem;
  }
}

/* ---------------------------------------------------
  会社概要
--------------------------------------------------- */
.p-company {
  position: relative;
  overflow-x: clip;
}

@media print, screen and (max-width: 1023px) {
  .p-company__profile {
    margin-block-start: 8rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-company__profile {
    margin-block-start: 12rem;
  }
}

.p-company__profile-table {
  border-spacing: 0.4rem;
}
@media print, screen and (max-width: 1023px) {
  .p-company__profile-table tr th,
  .p-company__profile-table tr td {
    display: block;
    font-size: 2.8rem;
    line-height: 1.6428571429;
    padding-block: 0.75em;
    padding-inline: 1em;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-company__profile-table tr th,
  .p-company__profile-table tr td {
    font-size: 2rem;
    line-height: 1.6;
    padding-block: 1.5em;
    padding-inline: 1.5em;
  }
}
.p-company__profile-table tr th {
  color: #014099;
  font-weight: 700;
  background: rgba(1, 64, 153, 0.1);
}
@media print, screen and (max-width: 1023px) {
  .p-company__profile-table tr th {
    text-align: left;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-company__profile-table tr th {
    min-width: 8em;
  }
}

.p-company__profile-list {
  display: flex;
  flex-direction: column;
}

.p-company__profile-list-item dt:not(:first-child) {
  margin-block-start: 0.25em;
}
.p-company__profile-list-item dd {
  padding-inline-start: 1em;
}

.p-company__profile-executive {
  display: flex;
}
@media print, screen and (max-width: 1023px) {
  .p-company__profile-executive {
    flex-direction: column;
  }
}
@media print, screen and (max-width: 1023px) {
  .p-company__profile-executive:not(:first-child) {
    margin-block-start: 0.5em;
  }
}
@media print, screen and (max-width: 1023px) {
  .p-company__profile-executive dt {
    font-size: 0.8em;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-company__profile-executive dt {
    min-width: 21em;
  }
}

.p-company__profile-office:not(:first-child) {
  margin-block-start: 0.5em;
}
.p-company__profile-office dt + * {
  margin-block-start: 0.125em;
}

.p-company__profile-office-map {
  position: relative;
  display: inline flow-root;
  vertical-align: baseline;
  padding-inline-end: 1.25em;
}
.p-company__profile-office-map::after {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-inline-end: 0;
  display: block flow;
  width: 1em;
  height: 1.4em;
  background: center/auto 100% url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAzNC4zMiI+CiAgPHBhdGggZD0iTTIyLjEyLDUuNTVjLTEuMS0xLjczLTIuNjQtMy4xNi00LjQ0LTQuMTItMS43NC0uOTMtMy43MS0xLjQzLTUuNjgtMS40My0yLjI4LDAtNC41MS42NS02LjQ1LDEuODgtMS4zNi44Ny0yLjUyLDEuOTgtMy40MywzLjMxLS44OCwxLjI4LTEuNSwyLjctMS44Myw0LjIyLS4zNCwxLjUyLS4zOCwzLjA3LS4xMiw0LjYuMjcsMS41OS44NSwzLjA4LDEuNzIsNC40NWwxMC4xMiwxNS44NiwxMC4xMi0xNS44N2MxLjIxLTEuOSwxLjg1LTQuMDksMS44OC02LjM1LjAyLTIuMzItLjYzLTQuNTktMS44OC02LjU1Wk0xOC4wNiwxNS44NmwtLjMxLjM3Yy0yLjk5LDMuNi04LjUzLDMuNi0xMS41MS0uMDFsLS4zLS4zNmMtMi41Ni00LjAxLS42My05LjYxLDQuNDgtMTAuOSwyLjA2LS41Miw0LjI0LS4wNSw1LjkxLDEuMjcsMy4yMiwyLjU2LDMuNTksNi42OSwxLjcyLDkuNjJaIi8+Cjwvc3ZnPg==") no-repeat;
}

.p-company__profile-area:not(:first-child) {
  margin-block-start: 1em;
}

.p-company__profile-area-dt {
  color: #014099;
  font-weight: 700;
}
.p-company__profile-area-dt + * {
  margin-block-start: 0.25em;
}

@media print, screen and (max-width: 1023px) {
  .p-company__message {
    margin-block-start: 12rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-company__message {
    margin-block-start: 18rem;
  }
}

.p-company__message-ttl {
  font-weight: 700;
  letter-spacing: 0.025em;
}
@media print, screen and (max-width: 1023px) {
  .p-company__message-ttl {
    font-size: 5.6rem;
    line-height: 1;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-company__message-ttl {
    font-size: 4.8rem;
    line-height: 1;
  }
}

.p-company__message-photo {
  width: 100%;
}
@media print, screen and (max-width: 1023px) {
  .p-company__message-photo {
    min-height: 38rem;
    margin-block-start: 3.6rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-company__message-photo {
    height: 78rem;
    margin-block-start: 4.2rem;
  }
}

@media print, screen and (max-width: 1023px) {
  .p-company__message-txt {
    margin-block-start: 4.8rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-company__message-txt {
    margin-block-start: 10rem;
  }
}

.p-company__message-txt-par {
  text-indent: 1em;
}
@media print, screen and (max-width: 1023px) {
  .p-company__message-txt-par {
    font-size: 2.8rem;
    line-height: 1.6428571429;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-company__message-txt-par {
    font-size: 2.2rem;
    line-height: 1.7272727273;
  }
}
.p-company__message-txt-par + *:not(:first-child) {
  margin-block-start: 1em;
}

.p-company__message-txt-sign {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline-start: auto;
}
@media print, screen and (max-width: 1023px) {
  .p-company__message-txt-sign {
    font-size: 2.6rem;
    line-height: 1;
    margin-block-start: 2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-company__message-txt-sign {
    font-size: 2rem;
    line-height: 1;
    margin-block-start: 2.8rem;
  }
}
@media print, screen and (max-width: 1023px) {
  .p-company__message-txt-sign.m-en img {
    width: 26.7rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-company__message-txt-sign.m-en img {
    width: 17.8rem;
  }
}
.p-company__message-txt-sign span {
  margin-inline-start: 0.5em;
}
@media print, screen and (max-width: 1023px) {
  .p-company__message-txt-sign span {
    font-size: 4.4rem;
    line-height: 1;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-company__message-txt-sign span {
    font-size: 3.6rem;
    line-height: 1;
  }
}
@media print, screen and (max-width: 1023px) {
  .p-company__message-txt-sign img {
    width: 52rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-company__message-txt-sign img {
    width: 37.5rem;
  }
}

/* ---------------------------------------------------
  事業内容
--------------------------------------------------- */
.p-business {
  position: relative;
  overflow-x: clip;
}

@media print, screen and (max-width: 1023px) {
  .p-business__sec {
    margin-block-start: 8rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-business__sec {
    margin-block-start: 12rem;
  }
}

.p-business__sec-ttl {
  color: #014099;
  font-weight: 700;
  letter-spacing: 0.025em;
}
@media print, screen and (max-width: 1023px) {
  .p-business__sec-ttl {
    font-size: 5.4rem;
    line-height: 1;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-business__sec-ttl {
    font-size: 4.8rem;
    line-height: 1;
  }
}
.p-business__sec-ttl + * {
  margin-block-start: 4rem;
}

.p-business__sub-sec {
  display: block flex;
}
@media print, screen and (max-width: 1023px) {
  .p-business__sub-sec {
    flex-direction: column;
    gap: 4rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-business__sub-sec {
    flex-direction: row-reverse;
    gap: 5rem;
  }
}
@media print, screen and (max-width: 1023px) {
  .p-business__sub-sec + .p-business__sub-sec {
    margin-block-start: 6rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-business__sub-sec + .p-business__sub-sec {
    margin-block-start: 6rem;
  }
}

@media print, screen and (max-width: 1023px) {
  .p-business__sub-sec-photo {
    width: 100%;
    max-height: 60rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-business__sub-sec-photo {
    width: 54rem;
    height: 30rem;
  }
}

.p-business__sub-sec-txt {
  display: block flex;
  flex-direction: column;
}
@media print, screen and (min-width: 1024px) {
  .p-business__sub-sec-txt {
    width: calc(100% - 5rem - 52rem);
  }
}

.p-business__sub-sec-txt__ttl {
  font-weight: 700;
  letter-spacing: 0.025em;
}
@media print, screen and (max-width: 1023px) {
  .p-business__sub-sec-txt__ttl {
    font-size: 4.6rem;
    line-height: 1;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-business__sub-sec-txt__ttl {
    font-size: 3.8rem;
    line-height: 1;
  }
}

@media print, screen and (max-width: 1023px) {
  .p-business__sub-sec-txt__par {
    font-size: 2.8rem;
    line-height: 1.6428571429;
    margin-block-start: 2.5rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-business__sub-sec-txt__par {
    font-size: 2rem;
    line-height: 1.6;
    margin-block-start: 2rem;
  }
}

.p-business__sub-sec-txt-more {
  margin-inline-start: auto;
}
@media print, screen and (max-width: 1023px) {
  .p-business__sub-sec-txt-more {
    margin-block-start: 1.75rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-business__sub-sec-txt-more {
    margin-block-start: auto;
  }
}

.p-business__project {
  display: block flex;
  flex-wrap: wrap;
  gap: 4.8rem 4rem;
}
@media print, screen and (max-width: 1023px) {
  .p-business__project {
    margin-block-start: 10rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-business__project {
    gap: 4.2rem 6rem;
    margin-block-start: 10rem;
  }
}

.p-business__project-ttl {
  width: 100%;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-indent: 0.025em;
  text-align: center;
}
@media print, screen and (max-width: 1023px) {
  .p-business__project-ttl {
    font-size: 4.6rem;
    line-height: 1;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-business__project-ttl {
    font-size: 3.8rem;
    line-height: 1;
  }
}

@media print, screen and (max-width: 1023px) {
  .p-business__project-block {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .p-business__project-block {
    width: calc((100% - 4rem) / 2);
  }
}
@media print, screen and (min-width: 1024px) {
  .p-business__project-block {
    width: calc((100% - 6rem) / 2);
  }
}

.p-business__project-block-ttl {
  position: relative;
  display: block flex;
  justify-content: center;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-indent: 0.025em;
  text-align: center;
}
@media print, screen and (max-width: 1023px) {
  .p-business__project-block-ttl {
    font-size: 3.8rem;
    line-height: 1;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-business__project-block-ttl {
    font-size: 3rem;
    line-height: 1;
  }
}
.p-business__project-block-ttl::before {
  content: "";
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: 0;
  translate: 0 -50%;
  width: 100%;
  height: 1px;
  background: #000;
  z-index: 1;
}
.p-business__project-block-ttl span {
  position: relative;
  background: #fff;
  padding-inline: 0.375em;
  z-index: 2;
}

.p-business__project-block-figures {
  display: block flex;
  flex-wrap: wrap;
}
@media print, screen and (max-width: 1023px) {
  .p-business__project-block-figures {
    gap: 3rem;
    margin-block-start: 3.6rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-business__project-block-figures {
    gap: 3rem;
    margin-block-start: 3.2rem;
  }
}

@media print, screen and (max-width: 1023px) {
  .p-business__project-block-figure {
    width: 100%;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-business__project-block-figure {
    width: calc((100% - 3rem) / 2);
  }
}

.p-business__project-block-figure__photo {
  width: 100%;
}

.p-business__project-block-figure__caption {
  text-align: center;
  letter-spacing: -0.05em;
}
@media print, screen and (max-width: 1023px) {
  .p-business__project-block-figure__caption {
    font-size: 2.4rem;
    line-height: 1.4166666667;
    margin-block-start: 1.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-business__project-block-figure__caption {
    min-height: 7.2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-business__project-block-figure__caption {
    font-size: 1.5rem;
    line-height: 1.4666666667;
    margin-block-start: 1.2rem;
  }
}

[lang=en] .p-business__project-block-figure__caption {
  letter-spacing: 0;
}

[lang=vi] .p-business__project-block-figure__caption {
  letter-spacing: -0.0125em;
}

/* ---------------------------------------------------
  グループ企業
--------------------------------------------------- */
.p-group {
  position: relative;
  overflow-x: clip;
}

.p-group__list {
  display: block flex;
  flex-direction: column;
}
@media print, screen and (max-width: 1023px) {
  .p-group__list {
    gap: 5.2rem;
    margin-block-start: 8rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-group__list {
    gap: 4.8rem;
    margin-block-start: 12rem;
  }
}

.p-group__list-item-inr {
  position: relative;
  display: block flex;
}
@media print, screen and (max-width: 1023px) {
  .p-group__list-item-inr {
    flex-direction: column;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-group__list-item-inr {
    flex-direction: row-reverse;
    gap: 5rem;
    padding-block: 5.2rem;
    padding-inline: 5.6rem;
  }
}
.p-group__list-item-inr::before, .p-group__list-item-inr::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  transition: 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) opacity;
}
.p-group__list-item-inr::before {
  background: rgba(1, 64, 153, 0.05);
  opacity: 1;
}
.p-group__list-item-inr::after {
  background: rgba(1, 64, 153, 0.1);
  opacity: 0;
}

@media (hover: hover) and (pointer: fine) {
  a.p-group__list-item-inr:hover::before {
    opacity: 0;
  }
  a.p-group__list-item-inr:hover::after {
    opacity: 1;
  }
  a.p-group__list-item-inr:hover .p-group__list-item-photo img {
    scale: 1.025;
  }
}

.p-group__list-item-photo {
  position: relative;
  z-index: 2;
}
@media print, screen and (max-width: 1023px) {
  .p-group__list-item-photo {
    width: 100%;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-group__list-item-photo {
    width: 50rem;
    height: 32rem;
  }
}
.p-group__list-item-photo img {
  position: relative;
  z-index: 1;
  transition: 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) scale;
}

.p-group__list-item-txt {
  position: relative;
  display: block flex;
  flex-direction: column;
  z-index: 2;
}
@media print, screen and (max-width: 1023px) {
  .p-group__list-item-txt {
    padding-block: 3.6rem;
    padding-inline: 3.6rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-group__list-item-txt {
    width: calc(100% - 5rem - 50rem);
  }
}

.p-group__list-item-txt__ttl {
  color: #014099;
  font-weight: 700;
}
@media print, screen and (max-width: 1023px) {
  .p-group__list-item-txt__ttl {
    font-size: 4.2rem;
    line-height: 1;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-group__list-item-txt__ttl {
    font-size: 3.8rem;
    line-height: 1;
  }
}

.p-group__list-item-txt__desc {
  margin-block-end: auto;
}
@media print, screen and (max-width: 1023px) {
  .p-group__list-item-txt__desc {
    font-size: 2.8rem;
    line-height: 1.6428571429;
    margin-block-start: 2.5rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-group__list-item-txt__desc {
    font-size: 2rem;
    line-height: 1.6;
    margin-block-start: 3rem;
  }
}

@media print, screen and (max-width: 1023px) {
  .p-group__list-item-txt__data {
    margin-block-start: 3rem;
    padding-inline-end: 5rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-group__list-item-txt__data {
    margin-block-start: 2rem;
    padding-inline-end: 5rem;
  }
}

.p-group__list-item-txt__data-time {
  display: flex;
  gap: 1em;
}
@media print, screen and (max-width: 1023px) {
  .p-group__list-item-txt__data-time {
    font-size: 2.5rem;
    line-height: 1.6;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-group__list-item-txt__data-time {
    font-size: 1.8rem;
    line-height: 1.7777777778;
  }
}
@media print, screen and (max-width: 1023px) {
  .p-group__list-item-txt__data-time dt {
    min-width: 4.5em;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-group__list-item-txt__data-time dt {
    min-width: 7.5em;
  }
}

@media print, screen and (max-width: 1023px) {
  [lang=vi] .p-group__list-item-txt__data-time dt {
    min-width: 9.6em;
  }
}
@media print, screen and (min-width: 1024px) {
  [lang=vi] .p-group__list-item-txt__data-time dt {
    min-width: 9.6em;
  }
}

.p-group__list-item-txt__arrow {
  position: absolute;
}
@media print, screen and (max-width: 1023px) {
  .p-group__list-item-txt__arrow {
    inset-block-end: 3.6rem;
    inset-inline-end: 3.6rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-group__list-item-txt__arrow {
    inset-block-end: 0;
    inset-inline-end: 0;
  }
}

/* ---------------------------------------------------
  沿革
--------------------------------------------------- */
.p-history {
  position: relative;
  overflow-x: clip;
}

.p-history__table {
  border-spacing: 0.4rem;
}
@media print, screen and (max-width: 1023px) {
  .p-history__table {
    margin-block-start: 8rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-history__table {
    margin-block-start: 12rem;
  }
}
@media print, screen and (max-width: 1023px) {
  .p-history__table tr th,
  .p-history__table tr td {
    display: block;
    font-size: 2.8rem;
    line-height: 1.6428571429;
    padding-block: 0.75em;
    padding-inline: 1em;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-history__table tr th,
  .p-history__table tr td {
    font-size: 2rem;
    line-height: 1.6;
    padding-block: 1.5em;
    padding-inline: 1.5em;
  }
}
.p-history__table tr th {
  color: #014099;
  font-weight: 700;
  background: rgba(1, 64, 153, 0.1);
}
@media print, screen and (max-width: 1023px) {
  .p-history__table tr th {
    text-align: left;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-history__table tr th {
    min-width: 8em;
  }
}

/* ---------------------------------------------------
  お知らせ
--------------------------------------------------- */
.p-news {
  position: relative;
  overflow-x: clip;
}

@media print, screen and (max-width: 1023px) {
  .p-news__archive {
    margin-block: 6rem 10rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-news__archive {
    margin-block: 10rem 19rem;
  }
}

.p-news__archive-list-item {
  border-block-end: 1px solid #afafaf;
}
.p-news__archive-list-item:first-child {
  border-block-start: 1px solid #afafaf;
}
.p-news__archive-list-item a {
  position: relative;
  display: block flow;
  transition: 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-property: background, padding;
}
@media print, screen and (max-width: 1023px) {
  .p-news__archive-list-item a {
    padding-block: 3rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-news__archive-list-item a {
    padding-block: 4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-news__archive-list-item a:hover {
    background: rgba(1, 64, 153, 0.1);
    padding-inline-start: 2rem;
  }
}

.p-news__archive-list-item__txt {
  display: flex;
}
@media print, screen and (max-width: 1023px) {
  .p-news__archive-list-item__txt {
    flex-direction: column;
    gap: 2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-news__archive-list-item__txt {
    align-items: center;
    gap: 4rem;
  }
}

.p-news__archive-list-item__txt-date {
  font-family: "Oswald", "Helvetica Neue", "Helvetica", "Segoe UI", sans-serif;
}
@media print, screen and (max-width: 1023px) {
  .p-news__archive-list-item__txt-date {
    font-size: 2.6rem;
    line-height: 1.3076923077;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-news__archive-list-item__txt-date {
    font-size: 1.8rem;
    line-height: 1.3333333333;
  }
}

.p-news__archive-list-item__txt-ttl {
  display: flex;
  align-items: center;
}
@media print, screen and (max-width: 1023px) {
  .p-news__archive-list-item__txt-ttl span {
    font-size: 2.8rem;
    line-height: 1.3571428571;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-news__archive-list-item__txt-ttl span {
    font-size: 2rem;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

.p-news__archive-list-item__txt-icon {
  margin-inline: 2rem;
}
@media print, screen and (max-width: 1023px) {
  .p-news__archive-list-item__txt-icon {
    width: 5.2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-news__archive-list-item__txt-icon {
    width: 3.3rem;
  }
}

@media print, screen and (max-width: 1023px) {
  .p-news__single {
    margin-block-end: 10rem;
    padding-block-start: 13.2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-news__single {
    margin-block-end: 19rem;
    padding-block-start: 20.4rem;
  }
}

.p-news__single-head-date {
  font-size: 2.5rem;
  line-height: 1;
  font-family: "Oswald", "Helvetica Neue", "Helvetica", "Segoe UI", sans-serif;
}

.p-news__single-head-ttl {
  font-weight: 700;
}
@media print, screen and (max-width: 1023px) {
  .p-news__single-head-ttl {
    font-size: 5.4rem;
    line-height: 1.3333333333;
    margin-block-start: 0.6rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-news__single-head-ttl {
    font-size: 5.4rem;
    line-height: 1.3333333333;
    margin-block-start: 1.2rem;
  }
}

.p-news__single-contents {
  background: rgba(1, 64, 153, 0.05);
}
@media print, screen and (max-width: 1023px) {
  .p-news__single-contents {
    margin-block-start: 5.2rem;
    padding-block: 5rem;
    padding-inline: 5rem;
    border-radius: 3rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-news__single-contents {
    margin-block-start: 10rem;
    padding-block: 10rem;
    padding-inline: 10rem;
    border-radius: 6rem;
  }
}

.p-news__single-link {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (max-width: 1023px) {
  .p-news__single-link {
    flex-direction: column;
    gap: 3rem;
    font-size: 2.8rem;
    line-height: 1.3571428571;
    margin-block-start: 6rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-news__single-link {
    font-size: 2rem;
    line-height: 1.8;
    margin-block-start: 9rem;
  }
}

@media print, screen and (min-width: 1024px) {
  .p-news__single-link-item.m-back {
    width: 12em;
    padding-inline: 3em;
    border-inline-start: 1px solid #afafaf;
    border-inline-end: 1px solid #afafaf;
  }
}
.p-news__single-link-item.m-back a {
  margin-inline: auto;
}
@media print, screen and (max-width: 1023px) {
  .p-news__single-link-item.m-prev, .p-news__single-link-item.m-next {
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-news__single-link-item.m-prev, .p-news__single-link-item.m-next {
    width: calc((100% - 12em) / 2);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.p-news__single-link-item.m-prev a, .p-news__single-link-item.m-next a {
  position: relative;
}
.p-news__single-link-item.m-prev a::before, .p-news__single-link-item.m-next a::before {
  content: "";
  position: absolute;
  inset-block-start: 50%;
  width: 0.5em;
  height: 0.5em;
  border-block-end: 2px solid;
  border-inline-end: 2px solid;
  border-color: #014099;
}
.p-news__single-link-item.m-prev {
  padding-inline-end: 3em;
}
.p-news__single-link-item.m-prev a {
  padding-inline-start: 1em;
}
@media print, screen and (max-width: 1023px) {
  .p-news__single-link-item.m-prev a {
    margin-inline-end: auto;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-news__single-link-item.m-prev a {
    margin-inline-start: auto;
  }
}
.p-news__single-link-item.m-prev a::before {
  inset-inline-start: 0;
  rotate: 135deg;
  translate: 2px -50%;
}
.p-news__single-link-item.m-next {
  padding-inline-start: 3em;
}
.p-news__single-link-item.m-next a {
  padding-inline-end: 1em;
}
@media print, screen and (max-width: 1023px) {
  .p-news__single-link-item.m-next a {
    margin-inline-start: auto;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-news__single-link-item.m-next a {
    margin-inline-end: auto;
  }
}
.p-news__single-link-item.m-next a::before {
  inset-inline-end: 0;
  rotate: 315deg;
  translate: -2px -50%;
}
.p-news__single-link-item a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
@media (hover: hover) and (pointer: fine) {
  .p-news__single-link-item a:hover {
    color: #014099;
  }
}

/* ---------------------------------------------------
  お問い合わせ
--------------------------------------------------- */
.p-contact {
  position: relative;
  overflow-x: clip;
}
.p-contact[state=input] .is-confirm-step,
.p-contact[state=input] .is-comp-step {
  display: none;
}
.p-contact[state=confirm] .is-input-step,
.p-contact[state=confirm] .is-comp-step {
  display: none;
}
.p-contact[state=comp] .is-input-step,
.p-contact[state=comp] .is-confirm-step {
  display: none;
}

@media print, screen and (max-width: 1023px) {
  .p-contact__input,
  .p-contact__confirm,
  .p-contact__comp {
    font-size: 2.8rem;
    line-height: 1.6428571429;
    margin-block: 6rem 10rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-contact__input,
  .p-contact__confirm,
  .p-contact__comp {
    font-size: 2rem;
    line-height: 1.6;
    margin-block: 10rem 19rem;
  }
}

@media print, screen and (max-width: 1023px) {
  .p-contact__input-notice {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-block-start: 4rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-contact__input-notice {
    margin-block-start: 7rem;
  }
}

.p-contact__confirm-intro {
  text-align: center;
}
@media print, screen and (max-width: 1023px) {
  .p-contact__confirm-intro + * {
    margin-block-start: 5rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-contact__confirm-intro + * {
    margin-block-start: 10rem;
  }
}

.p-contact__comp {
  display: grid;
  place-items: center;
}

.p-contact__comp-ttl {
  color: #014099;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-align: center;
}
@media print, screen and (max-width: 1023px) {
  .p-contact__comp-ttl {
    font-size: 4.2rem;
    line-height: 1;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-contact__comp-ttl {
    font-size: 3.8rem;
    line-height: 1;
  }
}
@media print, screen and (max-width: 1023px) {
  .p-contact__comp-ttl + * {
    margin-block-start: 5rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-contact__comp-ttl + * {
    margin-block-start: 6rem;
  }
}

.p-contact__comp-txt {
  text-align: center;
}
.p-contact__comp-txt:not(:first-of-type) {
  margin-block-start: 1lh;
}

.p-contact__comp-link {
  margin-inline: auto;
}
@media print, screen and (max-width: 1023px) {
  .p-contact__comp-link {
    width: 48.2rem;
    margin-block-start: 4rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-contact__comp-link {
    width: 40.8rem;
    margin-block-start: 6rem;
  }
}

/* ---------------------------------------------------
  プライバシーポリシー
--------------------------------------------------- */
.p-policy {
  position: relative;
  overflow-x: clip;
}

@media print, screen and (max-width: 1023px) {
  .p-policy__wrap {
    margin-block: 8rem 14.2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-policy__wrap {
    margin-block: 12rem 27.2rem;
  }
}

@media print, screen and (max-width: 1023px) {
  .p-policy__sec * {
    font-size: 2.8rem;
    line-height: 1.6428571429;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-policy__sec * {
    font-size: 2rem;
    line-height: 1.6;
  }
}
@media print, screen and (max-width: 1023px) {
  .p-policy__sec + .p-policy__sec {
    margin-block-start: 4rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-policy__sec + .p-policy__sec {
    margin-block-start: 6rem;
  }
}

.p-policy__sec-ttl {
  color: #014099;
  font-weight: 700;
  letter-spacing: 0.025em;
}
@media print, screen and (max-width: 1023px) {
  .p-policy__sec-ttl {
    font-size: 4.2rem;
    line-height: 1.2857142857;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-policy__sec-ttl {
    font-size: 3.8rem;
    line-height: 1.2631578947;
  }
}
.p-policy__sec-ttl:not(:first-child) {
  margin-block-start: 1lh;
}

.p-policy__par:not(:first-child) {
  margin-block-start: 1lh;
}

.p-policy__list:not(:first-child) {
  margin-block-start: 1lh;
}
.p-policy__list > li + li {
  margin-block-start: 0.5lh;
}

/* ---------------------------------------------------
  プライバシーポリシー
--------------------------------------------------- */
.p-terms {
  overflow-x: clip;
}

@media print, screen and (max-width: 1023px) {
  .c-page-ttl__bg.m-terms {
    left: -68%;
    width: 240%;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-page-ttl__bg.m-terms {
    left: -28%;
  }
}

@media print, screen and (max-width: 1023px) {
  .p-terms__wrap {
    margin-block: 4.5rem 7.2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-terms__wrap {
    display: block flex;
    gap: 5rem;
    margin-block: 8rem 10rem;
  }
}

@media print, screen and (min-width: 1024px) {
  .p-terms__side {
    width: 25rem;
  }
}

.p-terms__nav-wrap {
  inset-inline-start: 0;
  border: 1px solid #000;
}
@media print, screen and (max-width: 1023px) {
  .p-terms__nav-wrap {
    position: fixed;
    inset-block-end: 0;
    width: 100%;
    border-inline: none;
    border-block-end: none;
    z-index: 10;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-terms__nav-wrap {
    position: sticky;
    inset-block-start: calc(var(--header-height) + 2rem);
    border-radius: 1rem;
  }
}

.p-terms__nav-btn {
  width: 100%;
  background: #ECF0F7;
  border: none;
}
@media print, screen and (min-width: 1024px) {
  .p-terms__nav-btn {
    border-radius: 1rem 1rem 0 0;
    pointer-events: none;
  }
}
@media print, screen and (max-width: 1023px) {
  .p-terms__nav-btn {
    font-size: 1.5rem;
    line-height: 1.3333333333;
    padding-block: 1.8rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-terms__nav-btn {
    font-size: 1.5rem;
    line-height: 1.6;
    padding-block: 1rem;
  }
}

.p-terms__nav-panel {
  display: block grid;
  background: #fff;
  border-radius: 0 0 1rem 1rem;
  transition: 0.4s ease grid-template-rows;
}
@media print, screen and (max-width: 1023px) {
  .p-terms__nav-panel {
    grid-template-rows: 0fr;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-terms__nav-panel {
    grid-template-rows: 1fr;
  }
}
.p-terms__nav-panel[aria-hidden=false] {
  grid-template-rows: 1fr;
}

@media print, screen and (max-width: 1023px) {
  .p-terms__nav-panel-inr {
    overflow: hidden;
  }
}

.p-terms__nav {
  display: block flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8rem;
  padding-block: 1.5rem;
  padding-inline: 2rem;
}

.p-terms__nav-item {
  font-size: 1.4rem;
  line-height: 1.4285714286;
}
.p-terms__nav-item.is-active {
  background: #ECF0F7;
  outline: 0.5rem solid #ECF0F7;
  border-radius: 0.25rem;
}

@media print, screen and (min-width: 1024px) {
  .p-terms__contents {
    width: calc(100% - 5rem - 25rem);
  }
}

@media print, screen and (max-width: 1023px) {
  .p-terms__sec:not(:first-child) {
    margin-block-start: 5.6rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-terms__sec:not(:first-child) {
    margin-block-start: 10rem;
  }
}
@media print, screen and (max-width: 1023px) {
  .p-terms__sec * {
    font-size: 1.3rem;
    line-height: 1.8461538462;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-terms__sec * {
    font-size: 1.5rem;
    line-height: 2;
  }
}

@media print, screen and (max-width: 1023px) {
  .p-terms__subsec {
    margin-block-start: 3.4rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-terms__subsec {
    margin-block-start: 6rem;
  }
}

.p-terms__sec-ttl {
  font-weight: 400;
  text-align: center;
  text-indent: 0.03em;
  letter-spacing: -0.03em;
}
@media print, screen and (max-width: 1023px) {
  .p-terms__sec-ttl {
    font-size: 2.1rem;
    line-height: 1.2857142857;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-terms__sec-ttl {
    font-size: 2.8rem;
    line-height: 1.2857142857;
  }
}
@media print, screen and (max-width: 1023px) {
  .p-terms__sec-ttl + * {
    margin-block-start: 2.8rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-terms__sec-ttl + * {
    margin-block-start: 5rem;
  }
}

.p-terms__subsec-ttl {
  font-weight: 400;
  letter-spacing: -0.03em;
}
@media print, screen and (max-width: 1023px) {
  .p-terms__subsec-ttl {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-terms__subsec-ttl {
    font-size: 2rem;
    line-height: 1.4;
  }
}
@media print, screen and (max-width: 1023px) {
  .p-terms__subsec-ttl + * {
    margin-block-start: 1.2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-terms__subsec-ttl + * {
    margin-block-start: 2rem;
  }
}

@media print, screen and (max-width: 1023px) {
  .p-terms__par:not(:first-child),
  .p-terms__u-list:not(:first-child),
  .p-terms__o-list:not(:first-child) {
    margin-block-start: 1.2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-terms__par:not(:first-child),
  .p-terms__u-list:not(:first-child),
  .p-terms__o-list:not(:first-child) {
    margin-block-start: 2rem;
  }
}

.p-terms__u-list > li {
  text-indent: -1em;
  padding-inline-start: 1em;
}
@media print, screen and (max-width: 1023px) {
  .p-terms__u-list > li:not(:first-child) {
    margin-block-start: 1.2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-terms__u-list > li:not(:first-child) {
    margin-block-start: 2rem;
  }
}
.p-terms__u-list > li *:not(:first-child) {
  text-indent: 0;
}

.p-terms__o-list.m-small > li {
  text-indent: -2em;
  padding-inline-start: 2em;
}
@media print, screen and (max-width: 1023px) {
  .p-terms__o-list.m-small > li:not(:first-child) {
    margin-block-start: 1.2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-terms__o-list.m-small > li:not(:first-child) {
    margin-block-start: 2rem;
  }
}
.p-terms__o-list > li {
  text-indent: -3em;
  padding-inline-start: 3em;
}
.p-terms__o-list > li > *:not(:first-child) {
  text-indent: 0;
}
.p-terms__o-list > li > *:nth-child(1), .p-terms__o-list > li > *:nth-child(2) {
  margin-block-start: 0;
}

@media print, screen and (max-width: 1023px) {
  .p-terms__def:not(:first-child) {
    margin-block-start: 1.2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-terms__def:not(:first-child) {
    margin-block-start: 2rem;
  }
}

.p-terms__service-revel {
  background: #fff;
  border: 1px solid #000;
  border-radius: 1rem;
}
@media print, screen and (max-width: 1023px) {
  .p-terms__service-revel {
    padding-block: 1.5rem;
    padding-inline: 1.2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-terms__service-revel {
    padding-block: 2rem;
    padding-inline: 2rem;
  }
}
@media print, screen and (max-width: 1023px) {
  .p-terms__service-revel:not(:first-child) {
    margin-block-start: 1.2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-terms__service-revel:not(:first-child) {
    margin-block-start: 2rem;
  }
}

.p-terms__service-revel-table th,
.p-terms__service-revel-table td {
  vertical-align: middle;
  white-space: nowrap;
}
@media print, screen and (max-width: 1023px) {
  .p-terms__service-revel-table th,
  .p-terms__service-revel-table td {
    font-size: 0.8rem;
    line-height: 1.75;
    padding-block: 0 !important;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-terms__service-revel-table th,
  .p-terms__service-revel-table td {
    font-size: 1.2rem;
    line-height: 1.6666666667;
    padding-block: 0.4rem !important;
  }
}
.p-terms__service-revel-table th {
  font-weight: 400;
  -moz-text-align-last: justify;
  text-align-last: justify;
  padding-inline: 0 1em !important;
}
@media print, screen and (max-width: 1023px) {
  .p-terms__service-revel-table th {
    width: 3.5em;
    padding-inline: 0 0.5em !important;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-terms__service-revel-table th {
    width: 4em;
    padding-inline: 0 1em !important;
  }
}
.p-terms__service-revel-table td {
  text-align: center;
  border: 1px solid #000;
}
@media print, screen and (max-width: 1023px) {
  .p-terms__service-revel-table td {
    width: calc((100% - 4em) / 24);
    padding-inline: 0.3em !important;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-terms__service-revel-table td {
    width: calc((100% - 5em) / 24);
    padding-inline: 0.5em !important;
  }
}
.p-terms__service-revel-table td.m-blue {
  background: #ECF0F7;
}
.p-terms__service-revel-table td.m-lightblue {
  background: #F6F7FB;
}

.p-terms__service-revel-day {
  display: block flex;
  flex-direction: column;
  gap: 0.8rem;
}
@media print, screen and (max-width: 1023px) {
  .p-terms__service-revel-day {
    margin-block-start: 1.2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-terms__service-revel-day {
    margin-block-start: 1.6rem;
  }
}

.p-terms__service-revel-day__item {
  display: block flex;
  flex-wrap: wrap;
  align-items: center;
}
@media print, screen and (max-width: 1023px) {
  .p-terms__service-revel-day__item {
    gap: 0.4rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-terms__service-revel-day__item {
    gap: 0.6rem;
  }
}
.p-terms__service-revel-day__item * {
  font-size: 1.2rem;
  line-height: 1.6666666667;
}
.p-terms__service-revel-day__item dt {
  background: #000;
  padding-block: 0.2rem;
  padding-inline: 1.2rem;
  border-radius: 1.2rem;
}

/* ---------------------------------------------------
  404
--------------------------------------------------- */
.p-404 {
  display: grid;
  place-content: center;
  min-height: calc(100vh - var(--header-height));
  overflow-x: clip;
}
@media print, screen and (max-width: 1023px) {
  .p-404 {
    padding-block: 9.6rem 12.8rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-404 {
    padding-block: 14.8rem 21.6rem;
  }
}

.p-404__ttl {
  color: #014099;
  font-family: "Oswald", "Helvetica Neue", "Helvetica", "Segoe UI", sans-serif;
  text-align: center;
}

.p-404__ttl-num {
  display: block flex;
  justify-content: center;
  align-items: center;
}
.p-404__ttl-num span {
  font-size: 29.6rem;
  line-height: 1;
  font-weight: 700;
}
.p-404__ttl-num span:nth-child(even) {
  color: #8DA9D1;
  margin-inline: 0.125em;
}
@media print, screen and (max-width: 1023px) {
  .p-404__ttl-num span:nth-child(even) {
    scale: 1.25;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-404__ttl-num span:nth-child(even) {
    scale: 1.35;
  }
}

.p-404__ttl-txt {
  display: block flow;
  letter-spacing: 0.025em;
  text-indent: 0.025em;
}
@media print, screen and (max-width: 1023px) {
  .p-404__ttl-txt {
    font-size: 9.2rem;
    line-height: 1;
    margin-block-start: 4.2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-404__ttl-txt {
    font-size: 8.6rem;
    line-height: 1;
    margin-block-start: 5.6rem;
  }
}

.p-404__txt {
  text-align: center;
  letter-spacing: 0.025em;
  text-indent: 0.025em;
}
@media print, screen and (max-width: 1023px) {
  .p-404__txt {
    margin-block-start: 9.2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-404__txt {
    margin-block-start: 9.6rem;
  }
}

.p-404__txt-catch {
  color: #014099;
  font-size: 3.8rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-indent: 0.025em;
}

.p-404__txt-par {
  font-size: 2.8rem;
  line-height: 1.5;
}
@media print, screen and (max-width: 1023px) {
  .p-404__txt-par {
    margin-block-start: 2.4rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-404__txt-par {
    margin-block-start: 3rem;
  }
}

/* ---------------------------------------------------
  Utility
--------------------------------------------------- */
.u-container {
  position: relative;
  width: 100%;
  margin-inline: auto;
}
@media print, screen and (max-width: 1023px) {
  .u-container {
    padding-inline: clamp(2.5rem, 6.6666666667vw, 5rem);
  }
}
@media print, screen and (min-width: 1024px) {
  .u-container {
    max-width: 172rem;
    padding-inline: 5rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .u-container.m-small {
    max-width: 150rem;
  }
}

.u-none {
  display: none;
}

@media print, screen and (max-width: 1023px) {
  .u-only-pc {
    display: none;
  }
}

@media print, screen and (min-width: 1024px) {
  .u-only-sp {
    display: none;
  }
}

.u-ta-just {
  -moz-text-align-last: left;
  text-align-last: left; /* Chrome・Firefox用 */
  text-align: justify; /* IE・Edge用 */
}

.u-ta-c {
  text-align: center;
}

.u-ta-r {
  text-align: right;
}

.u-listindent li {
  padding-inline-start: 1em;
  text-indent: -1em;
}

.u-cant-click {
  pointer-events: none;
}

.u-hover-fade {
  position: relative;
  display: block flow;
  background: #fff;
  overflow: hidden;
  z-index: 1;
}
.u-hover-fade:before {
  content: "";
  display: block flow;
  position: absolute;
  inset: 0;
  background: #222;
  opacity: 0;
  transition: 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) opacity;
  z-index: 2;
}
@media (hover: hover) and (pointer: fine) {
  .u-hover-fade:hover:before {
    opacity: 0.2;
  }
  .u-hover-fade:hover img {
    opacity: 1;
  }
}

.u-hover-lighten {
  transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-property: opacity;
}
@media (hover: hover) and (pointer: fine) {
  .u-hover-lighten:hover {
    opacity: 0.7;
  }
}

.u-hover-line {
  -webkit-text-decoration: underline currentcolor;
  text-decoration: underline currentcolor;
}
@media (hover: hover) and (pointer: fine) {
  .u-hover-line:hover {
    -webkit-text-decoration: underline transparent;
    text-decoration: underline transparent;
  }
}

.u-hover-zoom img {
  transition: 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) scale;
  transform-origin: center;
}
@media (hover: hover) and (pointer: fine) {
  .u-hover-zoom:hover img {
    scale: 1.2;
  }
}

.u-of {
  overflow: hidden;
}
.u-of img,
.u-of video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50%;
  object-position: 50%;
}

.u-img-auto {
  width: auto;
  max-width: 100%;
  margin-inline: auto;
}

.u-noimg {
  display: block flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 1;
}
.u-noimg img {
  position: relative;
  height: auto;
  z-index: 2;
}
@media print, screen and (max-width: 1023px) {
  .u-noimg img {
    width: 2.1rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .u-noimg img {
    width: 4.3rem;
  }
}

.u-validation {
  color: #F20E0E;
}
@media print, screen and (max-width: 1023px) {
  .u-validation {
    font-size: 2.6rem;
    line-height: 1.3846153846;
  }
}
@media print, screen and (min-width: 1024px) {
  .u-validation {
    font-size: 1.8rem;
    line-height: 1.5555555556;
  }
}
.u-validation:empty {
  display: none;
}

.u-firstletter::first-letter {
  font-size: 2em;
  font-weight: 700;
}

.u-overlay {
  position: fixed;
  inset: 0;
  z-index: 8999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.u-f-palt {
  font-feature-settings: "palt";
}

.u-fw-thin {
  font-weight: 100;
}

.u-fw-extraLight {
  font-weight: 200;
}

.u-fw-light {
  font-weight: 300;
}

.u-fw-nomarl {
  font-weight: 400;
}

.u-fw-medium {
  font-weight: 500;
}

.u-fw-semibold {
  font-weight: 600;
}

.u-fw-bold {
  font-weight: 700;
}

.u-fw-extraBold {
  font-weight: 800;
}

.u-fw-black {
  font-weight: 900;
}

.u-ls-50 {
  letter-spacing: 0.05em;
}

.u-ls-75 {
  letter-spacing: 0.075em;
}

.u-ls-100 {
  letter-spacing: 0.1em;
}

.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: 0.3s ease !important;
  inset-inline-start: 0 !important;
  z-index: 1000;
}

.grecaptcha-badge:hover {
  width: 256px !important;
}

/* ---------------------------------------------------
  JavaScript
--------------------------------------------------- */
/**
 * アコーディオン
 */
.js-acc > .js-acc-toggle {
  cursor: pointer;
}
.js-acc > .js-acc-submenu {
  display: none;
}
.js-acc > .js-acc-submenu.is-acc-open {
  display: block flow;
}

/**
 * テーブルスクロール
 */
.js-scrollable:not(:first-child) {
  margin-block: 2em 0;
}
.js-scrollable .c-table {
  min-width: min(200%, 126.6rem);
}

/**
 * ブラー
 */
.js-blur {
  opacity: 0;
  transform: translateY(0.5rem);
  filter: blur(4px);
  transition: 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-property: opacity, transform, filter;
}
.js-blur.is-active {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
/*# sourceMappingURL=map/style.css.map */