@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

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

a {
  text-decoration: none;
}

img {
  border: none;
  vertical-align: bottom;
}

address {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

body {
  font-size: 16px;
  color: #1a1a1a;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: var(--header-height);
  }
}

section[id] {
  scroll-margin-top: 6.875rem;
}
@media screen and (max-width: 768px) {
  section[id] {
    scroll-margin-top: var(--header-height);
  }
}

html {
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 499px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}
@media screen and (min-width: 500px) and (max-width: 768px) {
  html {
    font-size: calc(16 / 375 * 500 * 1px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1379px) {
  html {
    font-size: calc(16 / 1380 * 100vw);
  }
}
@media screen and (min-width: 1380px) {
  html {
    font-size: 16px;
  }
}

button {
  color: #000;
  background: none;
  border: none;
  cursor: pointer;
}

body.is-scroll {
  overflow: hidden;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 103;
  padding: 3rem 3.75rem;
}
@media screen and (max-width: 768px) {
  .header {
    position: fixed;
    background-color: #fff;
    padding: 0;
  }
}

.header__inner {
  max-width: 80.375rem;
  margin-inline: auto;
  background-color: #fff;
  border-radius: 3.125rem;
  height: 3.875rem;
  overflow: visible;
  padding: 0 1.875rem 0 0.625rem;
  -webkit-box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .header__inner {
    background-color: transparent;
    border-radius: 0;
    height: auto;
    padding: 0.125rem 1.25rem 0 0.125rem;
  }
}

.header__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

@media (any-hover: hover) {
  .header__logo:hover {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
}
.header__logo-mark {
  display: block;
  width: 7.875rem;
  height: auto;
  margin-left: -2.75rem;
}
@media screen and (max-width: 768px) {
  .header__logo-mark {
    width: 3.5rem;
    margin-left: 0;
  }
}

.header__logo-name {
  display: block;
  width: 19.4375rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .header__logo-name {
    display: none;
  }
}

.header__logo-name-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__logo-name-sp {
    display: block;
    width: 12rem;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .header__nav {
    display: none;
  }
}

.header__nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}

.header__nav-link {
  padding: 1.25rem 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  color: #1a1a1a;
  font-size: 1rem;
  font-weight: 400;
  white-space: nowrap;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media (any-hover: hover) {
  .header__nav-link:hover {
    color: #2e7799;
  }
}
.header__nav-link::before {
  content: "";
  display: block;
  width: 0.375rem;
  height: 0.625rem;
  background: url(../img/common/header-arrow.svg) no-repeat center center/contain;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.drawer__icon {
  display: none;
}
@media screen and (max-width: 768px) {
  .drawer__icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    z-index: 102;
    width: 1.5rem;
    height: 1.25rem;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .drawer__icon--bar {
    display: block;
    width: 100%;
    height: 2px;
    background: #005982;
    -webkit-transition: rotate 0.3s ease, translate 0.3s ease, opacity 0.3s ease;
    transition: rotate 0.3s ease, translate 0.3s ease, opacity 0.3s ease;
    border-radius: 999px;
  }
}

.drawer__icon.js-show .drawer__icon--bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 0.5625rem;
}
.drawer__icon.js-show .drawer__icon--bar:nth-of-type(2) {
  opacity: 0;
}
.drawer__icon.js-show .drawer__icon--bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -0.5625rem;
}

.drawer {
  display: none;
}
@media screen and (max-width: 768px) {
  .drawer {
    display: block;
    position: fixed;
    z-index: 101;
    top: var(--header-height, 0px);
    left: 0;
    right: 0;
    bottom: 0;
    background: #005982;
    overflow-y: scroll;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}

@media screen and (max-width: 768px) {
  .drawer.js-show {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media screen and (max-width: 768px) {
  .drawer__body {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .drawer__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .drawer__list li {
    border-bottom: 1px solid #2e7799;
  }
}

@media screen and (max-width: 768px) {
  .drawer__list li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
    padding: 1.25rem 1.5rem;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    line-height: normal;
  }
}

@media screen and (max-width: 768px) {
  .drawer__list li a::before {
    content: "";
    display: block;
    width: 0.375rem;
    height: 0.625rem;
    background: url("../img/common/arrow.svg") no-repeat center/contain;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}

.footer {
  position: relative;
  overflow: hidden;
}

.footer__inner {
  position: relative;
  padding: 2.75rem 0 3.75rem;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    padding: 3.125rem 1.25rem 1.25rem;
  }
}

/* 上部のボーダーライン */
.footer__inner::before {
  content: "";
  width: 70rem;
  height: 1px;
  background-color: #b3b3b3;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .footer__inner::before {
    width: calc(100% - 2.75rem);
    margin-bottom: 1.75rem;
  }
}

.footer__hawk {
  position: absolute;
  bottom: -0.375rem;
  right: -0.75rem;
  width: 14.5rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .footer__hawk {
    display: none;
  }
}

.footer__logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.125rem;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    gap: 1rem;
  }
}

@media (any-hover: hover) {
  .footer__logo:hover {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
}
.footer__logo-mark {
  display: block;
  width: 10.75rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .footer__logo-mark {
    width: 7.8125rem;
  }
}

.footer__logo-name {
  display: block;
  width: 20.3125rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .footer__logo-name {
    width: 20.1875rem;
  }
}

.footer__nav {
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .footer__nav {
    margin-top: 1.375rem;
  }
}

.footer__nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .footer__nav-list {
    display: grid;
    grid-template-columns: auto auto;
    -webkit-column-gap: 3.5rem;
       -moz-column-gap: 3.5rem;
            column-gap: 3.5rem;
  }
}

@media screen and (max-width: 768px) {
  .footer__nav-item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media screen and (max-width: 768px) {
  .footer__nav-item:last-child:nth-child(odd) {
    width: 100%;
  }
}

.footer__nav-link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: #1a1a1a;
  font-size: 1rem;
  line-height: 1.1875;
  font-weight: 500;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .footer__nav-link {
    padding: 0.5rem 0;
    font-size: 1rem;
  }
}

@media (any-hover: hover) {
  .footer__nav-link:hover {
    color: #2e7799;
  }
}
.footer__nav-link::before {
  content: "";
  display: block;
  width: 0.375rem;
  height: 0.625rem;
  background: url("../img/common/header-arrow.svg") no-repeat center/contain;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.footer__bar {
  background-color: #005982;
  text-align: center;
  padding: 1rem 0 0.75rem 0;
}
@media screen and (max-width: 768px) {
  .footer__bar {
    padding: 0.75rem 0 0.875rem 0;
  }
}

.footer__small {
  display: block;
  color: #fff;
  font-size: 0.875rem;
}

.top-fv {
  position: relative;
}

.top-fv__pic {
  display: block;
}
.top-fv__pic img {
  display: block;
  width: 100%;
  height: auto;
}

.top-fv__catch {
  position: absolute;
  top: 14.7826086957vw;
  left: 9.2753623188vw;
}
@media screen and (max-width: 768px) {
  .top-fv__catch {
    top: 2.1875rem;
    left: 1.5625rem;
  }
}

.top-fv__catch-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  color: #005982;
  font-size: 2.0289855072vw;
  font-weight: 900;
  padding: 0 1.1594202899vw 0 1.7391304348vw;
  line-height: 1.8571428571;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .top-fv__catch-text {
    font-size: 1rem;
    line-height: 1.75;
    padding: 0 0.5rem 0 0.75rem;
    white-space: nowrap;
    letter-spacing: normal;
  }
}

.top-fv__catch-text.second {
  margin: 0.7246376812vw 0 0 2.4637681159vw;
}
@media screen and (max-width: 768px) {
  .top-fv__catch-text.second {
    margin: 0.375rem 0 0 1.125rem;
  }
}

.top-fv__hawk {
  width: 25.625rem;
  position: absolute;
  bottom: -9.375rem;
  left: 0;
}
@media screen and (max-width: 768px) {
  .top-fv__hawk {
    width: 8.875rem;
    bottom: -3.625rem;
  }
}
.top-fv__hawk img {
  display: block;
  width: 100%;
  height: auto;
}

.top-about {
  padding: 3.125rem 0 6.25rem;
}
@media screen and (max-width: 768px) {
  .top-about {
    padding: 3.125rem 0 2.5rem;
  }
}

.top-about__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3.6875rem;
}
@media screen and (max-width: 768px) {
  .top-about__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.75rem;
    margin-top: 3.125rem;
  }
}

.top-about__body {
  width: 36.5rem;
}
@media screen and (max-width: 768px) {
  .top-about__body {
    width: 100%;
  }
}

.top-about__text {
  font-size: 1rem;
  line-height: 1.75;
  color: #1a1a1a;
}

.top-about__quote {
  margin-top: 0.75rem;
  font-size: 1.125rem;
  font-weight: bold;
  color: #005982;
  line-height: 1.7777777778;
}
@media screen and (max-width: 768px) {
  .top-about__quote {
    font-size: 1.125rem;
    margin-top: 0.625rem;
  }
}

.top-about__text--last {
  margin-top: 0.25rem;
}

.top-about__img-wrap {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 30.5rem;
}
@media screen and (max-width: 768px) {
  .top-about__img-wrap {
    width: 100%;
  }
}

.top-about__img {
  display: block;
  width: 100%;
  height: auto;
}

.top-about__btn-wrap {
  width: 20.5rem;
  margin: 4.25rem auto 0;
}
@media screen and (max-width: 768px) {
  .top-about__btn-wrap {
    width: 15.1875rem;
    margin: 2.375rem auto 0;
  }
}

.top-activities {
  position: relative;
  padding: 6.25rem 0 5rem;
}
@media screen and (max-width: 768px) {
  .top-activities {
    padding: 2.5rem 0 4.375rem;
  }
}

.top-activities__hawk {
  position: absolute;
  top: 0;
  right: 0;
  width: 26.25rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .top-activities__hawk {
    width: 13.875rem;
    top: 5rem;
  }
}

.top-activities__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.25rem 4.875rem;
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .top-activities__list {
    grid-template-columns: 9.0625rem 9.0625rem;
    gap: 2.125rem 1.75rem;
    margin-top: 4.375rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.top-activities__item {
  width: 20.125rem;
}
@media screen and (max-width: 768px) {
  .top-activities__item {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.top-activities__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .top-activities__img {
    aspect-ratio: 145/120;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}

.top-activities__name {
  margin-top: 1.75rem;
  color: #005982;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .top-activities__name {
    margin-top: 1rem;
    font-size: 1rem;
    white-space: nowrap;
  }
}

.top-activities__text {
  margin-top: 1.125rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75;
  color: #1a1a1a;
}
@media screen and (max-width: 768px) {
  .top-activities__text {
    font-size: 0.875rem;
    line-height: 1.5714285714;
    margin-top: 0.875rem;
  }
}

.top-activities__btn-wrap {
  width: 20.5rem;
  margin: 4.75rem auto 0;
}
@media screen and (max-width: 768px) {
  .top-activities__btn-wrap {
    width: 15.1875rem;
    margin-top: 2.5rem;
  }
}

.top-instagram {
  position: relative;
  padding: 5rem 0 3.125rem;
}
@media screen and (max-width: 768px) {
  .top-instagram {
    padding: 4.375rem 0 1.875rem;
  }
}

.top-instagram__hawk {
  position: absolute;
  top: -1.25rem;
  left: 0;
  width: 22.9375rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .top-instagram__hawk {
    width: 12.6875rem;
    top: -2.375rem;
  }
}

.top-instagram__lead {
  margin-top: 1.875rem;
  font-size: 1rem;
  color: #1a1a1a;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-instagram__lead {
    display: none;
  }
}

.top-instagram__feeds {
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .top-instagram__feeds {
    margin-top: 1.875rem;
  }
}

.top-instagram__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.25rem;
}
@media screen and (max-width: 768px) {
  .top-instagram__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.0625rem;
  }
}

/* SP では5件目以降を非表示（WP実装時はプラグイン側で件数制御） */
@media screen and (max-width: 768px) {
  .top-instagram__item:nth-child(n+5) {
    display: none;
  }
}

.top-instagram__item {
  position: relative;
}

.top-instagram__link {
  display: block;
  position: relative;
}

.top-instagram__placeholder {
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #d9d9d9;
}

.top-instagram__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-instagram__overlay-text {
  color: #c1272d;
  font-size: 0.8125rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.8461538462;
}

.top-youtube__item {
  width: 100%;
}

.top-youtube {
  padding: 5rem 0 4.375rem;
}
@media screen and (max-width: 768px) {
  .top-youtube {
    padding: 2.5rem 0 2.5rem;
  }
}

.top-youtube__lead {
  margin-top: 1.875rem;
  font-size: 1rem;
  line-height: 1.75;
  color: #1a1a1a;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-youtube__lead {
    display: none;
  }
}

.top-youtube__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.75rem;
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .top-youtube__list {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    margin-top: 2.875rem;
  }
}

.top-youtube__video-wrap {
  position: relative;
}

.top-youtube__thumb {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-youtube__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 89, 130, 0.45);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-youtube__overlay-text {
  color: #c1272d;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 0.375rem 1rem;
  border-radius: 0.25rem;
}

.top-youtube__title {
  margin-top: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.7222222222;
  font-weight: 500;
  color: #1a1a1a;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-youtube__title {
    font-size: 1.125rem;
    margin-top: 0.75rem;
  }
}

.top-youtube__btn-wrap {
  width: 20.5rem;
  margin: 3.75rem auto 0;
}
@media screen and (max-width: 768px) {
  .top-youtube__btn-wrap {
    width: 15.1875rem;
    margin-top: 3.625rem;
  }
}

.top-cta {
  padding: 4.375rem 0 8.75rem;
}
@media screen and (max-width: 768px) {
  .top-cta {
    padding: 2.5rem 0 5.625rem;
  }
}

.top-cta__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.125rem;
}
@media screen and (max-width: 768px) {
  .top-cta__list {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

.top-cta__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #005982;
  overflow: hidden;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

@media (any-hover: hover) {
  .top-cta__link:hover {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
  }
}
.top-cta__img {
  display: block;
  width: 100%;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.inner-large {
  width: 100%;
  height: 100%;
  max-width: 75rem;
  padding-inline: 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .inner-large {
    max-width: 500px;
    padding-inline: 1.375rem;
  }
}

.inner-medium {
  width: 100%;
  height: 100%;
  max-width: 66.875rem;
  padding-inline: 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .inner-medium {
    padding-inline: 1.25rem;
  }
}

.sp-br {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-br {
    display: block;
  }
}

.pc-br {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc-br {
    display: none;
  }
}

.btn {
  position: relative;
  display: block;
  width: 100%;
  background-color: #005982;
  border: 0.125rem solid #005982;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  padding: 1.625rem 1.25rem;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .btn {
    padding: 1rem 1.25rem;
  }
}

.btn::before {
  content: "";
  position: absolute;
  left: 1.625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.375rem;
  height: 0.625rem;
  background: url(../img/common/arrow.svg) no-repeat center center/contain;
}

@media (any-hover: hover) {
  .btn:hover {
    background-color: #fff;
    color: #005982;
  }
  .btn:hover::before {
    background-image: url(../img/common/header-arrow.svg);
  }
}
.sub-title {
  position: relative;
  font-size: 1.875rem;
  font-weight: 500;
  color: #005982;
  text-align: center;
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .sub-title {
    font-size: 1.375rem;
    line-height: 1.4;
    padding-bottom: 0.875rem;
  }
}

.sub-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) skewX(-45deg);
          transform: translateX(-50%) skewX(-45deg);
  width: 7.6875rem;
  height: 0.1875rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #005982), color-stop(50%, #c1272d));
  background: -webkit-linear-gradient(left, #005982 50%, #c1272d 50%);
  background: linear-gradient(to right, #005982 50%, #c1272d 50%);
}

.sub-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #005982;
}
@media screen and (max-width: 768px) {
  .sub-heading {
    font-size: 1rem;
    gap: 0.5rem;
  }
}

.sub-heading::before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  border: 0.125rem solid #005982;
  border-radius: 50%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .sub-heading::before {
    width: 1rem;
    height: 1rem;
  }
}

.section-title {
  text-align: center;
}

.section-title__en {
  color: #005982;
  font-size: 3.8125rem;
  font-weight: 300;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .section-title__en {
    font-size: 2.1875rem;
  }
}

.section-title__en-accent {
  color: #c1272d;
}

.section-title__ja {
  color: #1a1a1a;
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .section-title__ja {
    font-size: 1rem;
    margin-top: 0.875rem;
  }
}

.sub-fv {
  position: relative;
  aspect-ratio: 1380/300;
  background: url(../img/about/about-fv.jpg) no-repeat center center/cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 11.5rem;
}
@media screen and (max-width: 768px) {
  .sub-fv {
    aspect-ratio: 375/160;
    padding-top: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.sub-fv__title {
  color: #fff;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sub-fv__title {
    font-size: 1.375rem;
  }
}

.about-message {
  padding: 5.625rem 0 5.875rem;
}
@media screen and (max-width: 768px) {
  .about-message {
    padding: 3.125rem 0 2.5rem;
  }
}

.about-message__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .about-message__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.25rem;
    margin-top: 2.75rem;
  }
}

.about-message__body {
  width: 36.5rem;
}
@media screen and (max-width: 768px) {
  .about-message__body {
    width: 100%;
  }
}

.about-message__text {
  font-size: 1rem;
  line-height: 1.75;
  color: #1a1a1a;
}

.about-message__sign {
  margin-top: 1.5rem;
  font-size: 1rem;
  line-height: 1.75;
  color: #1a1a1a;
}
@media screen and (max-width: 768px) {
  .about-message__sign {
    margin-top: 1.25rem;
  }
}

.about-message__img-wrap {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 30.5rem;
}
@media screen and (max-width: 768px) {
  .about-message__img-wrap {
    width: 100%;
  }
}

.about-purpose {
  position: relative;
  z-index: 1;
  background-color: #005982;
  color: #1a1a1a;
  padding: 5rem 0 5.625rem;
}
@media screen and (max-width: 768px) {
  .about-purpose {
    padding: 2.5rem 0 3.75rem;
  }
}

.about-purpose::before {
  content: "";
  position: absolute;
  top: 1.25rem;
  left: 0;
  z-index: 3;
  width: 24.25rem;
  aspect-ratio: 388/172;
  background: url(../img/about/about-hawk.png) no-repeat center center/cover, #005982;
  background-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  .about-purpose::before {
    width: 10rem;
    top: 3.75rem;
  }
}

.about-purpose__section-title .section-title__en {
  color: #fff;
  position: relative;
  z-index: 4;
}

.about-purpose__section-title .section-title__ja {
  color: #fff;
  position: relative;
  z-index: 4;
}

.about-purpose__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  margin-top: 3.5rem;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .about-purpose__list {
    gap: 0.75rem;
    margin-top: 2.25rem;
  }
}

.about-purpose__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5625rem;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, calc(100% - 1rem) 0, 100% 100%, 1rem 100%);
          clip-path: polygon(0 0, calc(100% - 1rem) 0, 100% 100%, 1rem 100%);
  padding: 0.6875rem 1.5625rem 0.6875rem 2.125rem;
}
@media screen and (max-width: 768px) {
  .about-purpose__item {
    gap: 1rem;
    padding: 0.875rem 1.25rem 0.875rem 1.25rem;
  }
}

.about-purpose__num {
  display: block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 2.5625rem;
  height: 2.5625rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .about-purpose__num {
    width: 2.375rem;
    height: 2.375rem;
  }
}

.about-purpose__num--01 {
  background-image: url(../img/about/about-purpose-number01.png);
}

.about-purpose__num--02 {
  background-image: url(../img/about/about-purpose-number02.png);
}

.about-purpose__num--03 {
  background-image: url(../img/about/about-purpose-number03.png);
}

.about-purpose__num--04 {
  background-image: url(../img/about/about-purpose-number04.png);
}

.about-purpose__num--05 {
  background-image: url(../img/about/about-purpose-number05.png);
}

.about-purpose__num--06 {
  background-image: url(../img/about/about-purpose-number06.png);
}

.about-purpose__text {
  font-size: 1.1875rem;
  line-height: 1.7368421053;
  color: #005982;
}
@media screen and (max-width: 768px) {
  .about-purpose__text {
    font-size: 0.875rem;
    line-height: 1.5714285714;
  }
}

.about-content {
  padding: 6.25rem 0 9.375rem;
}
@media screen and (max-width: 768px) {
  .about-content {
    padding: 3.125rem 0 3.75rem;
  }
}

.about-content__list {
  margin-top: 5.625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5.375rem;
}
@media screen and (max-width: 768px) {
  .about-content__list {
    margin-top: 3.125rem;
    gap: 3.125rem;
  }
}

.about-content__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  .about-content__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .about-content__item--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.about-content__body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.about-content__title {
  font-size: 1.5625rem;
  font-weight: bold;
  color: #005982;
  padding-bottom: 0.625rem;
  border-bottom: 2px solid #005982;
}
@media screen and (max-width: 768px) {
  .about-content__title {
    font-size: 1.125rem;
    padding-bottom: 0.625rem;
  }
}

.about-content__text {
  margin-top: 1.75rem;
  font-size: 1rem;
  line-height: 1.75;
  color: #1a1a1a;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 768px) {
  .about-content__text {
    margin-top: 1rem;
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
}

.about-content__img-wrap {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 31.25rem;
}
@media screen and (max-width: 768px) {
  .about-content__img-wrap {
    width: 100%;
  }
}

.about-policy {
  position: relative;
  background-image: url(../img/about/about-policy-bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 5rem 0 5rem;
}
@media screen and (max-width: 768px) {
  .about-policy {
    padding: 3.125rem 0 3.75rem;
  }
}

.about-policy__inner {
  position: relative;
  z-index: 1;
  max-width: 70rem;
  padding: 3.75rem 1.875rem 6.25rem;
  margin-inline: auto;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 768px) {
  .about-policy__inner {
    padding-inline: 1.375rem;
  }
}

.about-policy__lead {
  margin-top: 2.5rem;
  font-size: 1rem;
  line-height: 1.75;
  color: #1a1a1a;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about-policy__lead {
    margin-top: 1.75rem;
    font-size: 0.875rem;
    text-align: left;
  }
}

.about-policy__list {
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .about-policy__list {
    margin-top: 1.5rem;
    gap: 0.75rem;
  }
}

.about-policy__item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.625rem 2.75rem;
  background-color: #005982;
}
@media screen and (max-width: 768px) {
  .about-policy__item {
    width: 100%;
    padding: 0.75rem 0.625rem;
  }
}

.about-policy__text {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.75;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .about-policy__text {
    position: relative;
    padding-left: 1.25rem;
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}

.about-policy__num {
  margin-right: 0.125rem;
  color: #f5d777;
}
@media screen and (max-width: 768px) {
  .about-policy__num {
    position: absolute;
    left: 0;
    top: 0;
    margin-right: 0;
  }
}

.about-advisor {
  padding: 6rem 0 7.5rem;
}
@media screen and (max-width: 768px) {
  .about-advisor {
    padding: 3.125rem 0 3.75rem;
  }
}

.about-advisor__title {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 500;
  color: #005982;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #005982;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about-advisor__title {
    font-size: 1.125rem;
  }
}

.about-advisor .inner-large {
  text-align: center;
}

.about-advisor__lead {
  margin-top: 2.25rem;
  font-size: 1rem;
  line-height: 1.75;
  color: #1a1a1a;
}
@media screen and (max-width: 768px) {
  .about-advisor__lead {
    margin-top: 1.5rem;
    font-size: 0.875rem;
  }
}

.about-advisor__list {
  margin-top: 1.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.125rem;
}
@media screen and (max-width: 768px) {
  .about-advisor__list {
    margin-top: 1rem;
    gap: 0.375rem;
  }
}

.about-advisor__item {
  font-size: 1rem;
  line-height: 1.75;
  color: #1a1a1a;
}
@media screen and (max-width: 768px) {
  .about-advisor__item {
    font-size: 0.875rem;
  }
}

.about-advisor__date {
  margin-top: 1.875rem;
  font-size: 1rem;
  line-height: 1.75;
  color: #1a1a1a;
}
@media screen and (max-width: 768px) {
  .about-advisor__date {
    margin-top: 1rem;
    font-size: 0.8125rem;
  }
}

.contact-section {
  padding: 5.625rem 0 7.5rem;
}
@media screen and (max-width: 768px) {
  .contact-section {
    padding: 3.125rem 0 3.75rem;
  }
}

.contact-section__head {
  width: 68.75rem;
  margin-inline: auto;
  text-align: center;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #005982;
}
@media screen and (max-width: 768px) {
  .contact-section__head {
    width: 100%;
    padding-bottom: 1.125rem;
    margin-bottom: 1.75rem;
  }
}

.contact-section__title {
  color: #005982;
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .contact-section__title {
    font-size: 1.25rem;
  }
}

.contact-section__lead {
  width: 62.5rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75;
  color: #1a1a1a;
  margin: 3.375rem auto 0;
}
@media screen and (max-width: 768px) {
  .contact-section__lead {
    width: 100%;
    font-size: 0.8125rem;
    line-height: 1.8461538462;
    margin-bottom: 2.25rem;
  }
}

.contact-form {
  width: 62.5rem;
  margin-inline: auto;
  margin-top: 4.375rem;
}
@media screen and (max-width: 768px) {
  .contact-form {
    margin-top: 2.25rem;
    width: 100%;
  }
}

.wpcf7-form {
  width: 100%;
}

.contact-form .wpcf7-form-control-wrap,
.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.contact-form__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #b3b3b3;
  padding: 1.875rem 0;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .contact-form__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 1rem 0;
    gap: 0.625rem;
  }
}

.contact-form__row--textarea {
  border-bottom: none;
}

.contact-form__row--radio,
.contact-form__row--textarea {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.contact-form__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 11.25rem;
}
@media screen and (max-width: 768px) {
  .contact-form__label {
    width: auto;
  }
}

.contact-form__label-text {
  font-size: 0.9375rem;
  color: #1a1a1a;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .contact-form__label-text {
    font-size: 0.8125rem;
  }
}

.contact-form__required {
  display: inline-block;
  background-color: #eebfca;
  border-radius: 0.1875rem;
  color: #d43353;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.2307692308;
  padding: 0 0.375rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .contact-form__required {
    font-size: 0.5625rem;
    padding: 0.1875rem 0.3125rem;
  }
}

.contact-form__field {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}

.contact-form__input,
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel],
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel] {
  display: block;
  width: 42.1875rem;
  border: 1px solid #b3b3b3;
  border-radius: 0.1875rem;
  padding: 0.5625rem 0.625rem;
  font-size: 0.8125rem;
  line-height: 1.6923076923;
  color: #1a1a1a;
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
}
@media screen and (max-width: 768px) {
  .contact-form__input,
  .contact-form input[type=text],
  .contact-form input[type=email],
  .contact-form input[type=tel],
  .wpcf7-form input[type=text],
  .wpcf7-form input[type=email],
  .wpcf7-form input[type=tel] {
    width: 100%;
    font-size: 0.8125rem;
    padding: 0.625rem 0.75rem;
  }
}

.contact-form__input:focus,
.contact-form input[type=text]:focus,
.contact-form input[type=email]:focus,
.contact-form input[type=tel]:focus,
.wpcf7-form input[type=text]:focus,
.wpcf7-form input[type=email]:focus,
.wpcf7-form input[type=tel]:focus {
  border-color: #005982;
}

.contact-form__textarea,
.contact-form textarea,
.wpcf7-form textarea {
  display: block;
  width: 100%;
  height: 18.375rem;
  border: 1px solid #b3b3b3;
  padding: 0.75rem 0.875rem;
  font-size: 0.875rem;
  color: #1a1a1a;
  background-color: #fff;
  resize: vertical;
  outline: none;
  font-family: inherit;
  line-height: 1.7142857143;
}
@media screen and (max-width: 768px) {
  .contact-form__textarea,
  .contact-form textarea,
  .wpcf7-form textarea {
    font-size: 0.8125rem;
    height: 10rem;
    padding: 0.625rem 0.75rem;
  }
}

.contact-form__textarea:focus,
.contact-form textarea:focus,
.wpcf7-form textarea:focus {
  border-color: #005982;
}

.contact-form__radio-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.875rem;
  padding-top: 0.25rem;
}
@media screen and (max-width: 768px) {
  .contact-form__radio-group {
    gap: 0.75rem;
    padding-top: 0;
  }
}

.wpcf7-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.875rem;
  padding-top: 0.25rem;
}
@media screen and (max-width: 768px) {
  .wpcf7-radio {
    gap: 0.75rem;
    padding-top: 0;
  }
}

.wpcf7-list-item {
  margin: 0;
}

.contact-form__radio-label,
.wpcf7-list-item label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  font-size: 0.875rem;
  color: #1a1a1a;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .contact-form__radio-label,
  .wpcf7-list-item label {
    font-size: 0.8125rem;
    gap: 0.5rem;
  }
}

.contact-form__radio,
.wpcf7-radio input[type=radio] {
  width: 1.5rem;
  height: 1.5rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  accent-color: #005982;
  cursor: pointer;
}

.contact-form__privacy {
  margin-top: 4.375rem;
}
@media screen and (max-width: 768px) {
  .contact-form__privacy {
    margin-top: 2rem;
  }
}

.contact-form__privacy-box {
  border: 1px solid #b3b3b3;
  height: 16.9375rem;
  overflow-y: scroll;
  padding: 2rem 1.875rem;
  background-color: #fff;
}
.contact-form__privacy-box h4 {
  font-weight: bold;
  font-size: 16px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .contact-form__privacy-box {
    height: 10rem;
    padding: 1rem 1rem;
  }
}

.contact-form__privacy-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  color: #1a1a1a;
}
@media screen and (max-width: 768px) {
  .contact-form__privacy-title {
    font-size: 0.875rem;
    margin-bottom: 0.625rem;
  }
}

.contact-form__privacy-text {
  font-size: 0.8125rem;
  line-height: 1.6923076923;
  color: #1a1a1a;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .contact-form__privacy-text {
    font-size: 0.75rem;
    line-height: 1.6666666667;
    margin-top: 0.75rem;
  }
}

.contact-form__privacy-list {
  font-size: 0.8125rem;
  line-height: 1.6923076923;
  color: #1a1a1a;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .contact-form__privacy-list {
    font-size: 0.75rem;
    line-height: 1.6666666667;
    margin-top: 0.75rem;
  }
}

.contact-form__privacy-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
}

.contact-form__privacy-item::before {
  content: "・";
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.contact-form__submit {
  width: 20.5rem;
  margin: 4.125rem auto 0;
}
@media screen and (max-width: 768px) {
  .contact-form__submit {
    width: 15.1875rem;
    margin-top: 2rem;
  }
}

.contact-form__submit input[type=submit],
.contact-form__submit .wpcf7-submit {
  display: block;
  width: 100%;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  padding: 1.625rem 1.25rem;
  background-color: #005982;
}
@media screen and (max-width: 768px) {
  .contact-form__submit input[type=submit],
  .contact-form__submit .wpcf7-submit {
    padding: 1rem 1.25rem;
  }
}

.wpcf7-not-valid-tip {
  display: block;
  font-size: 0.75rem;
  color: #c1272d;
  margin-top: 0.25rem;
}

.wpcf7-response-output {
  font-size: 0.875rem;
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  border: 1px solid #b3b3b3;
}

.support-contents {
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  .support-contents {
    padding-bottom: 3.75rem;
  }
}

.support-nav {
  padding: 3.125rem 0;
}
@media screen and (max-width: 768px) {
  .support-nav {
    padding: 1.75rem 0;
  }
}

.support-nav__inner {
  margin: 0 auto;
  padding: 0 1.25rem;
}
@media screen and (max-width: 768px) {
  .support-nav__inner {
    padding: 0 1rem;
  }
}

.support-nav__list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #005982;
}
@media screen and (max-width: 768px) {
  .support-nav__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.support-nav__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-right: 1px solid #005982;
}
@media screen and (max-width: 768px) {
  .support-nav__item {
    border-right: 1px solid #005982;
    border-bottom: 1px solid #005982;
  }
}

.support-nav__item:last-child {
  border-right: none;
}

@media screen and (max-width: 768px) {
  .support-nav__item:nth-child(even) {
    border-right: none;
  }
}

@media screen and (max-width: 768px) {
  .support-nav__item:nth-last-child(-n+2) {
    border-bottom: none;
  }
}

.support-nav__link {
  width: 11.5625rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  padding: 1.4375rem 0.75rem;
  color: #1a1a1a;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .support-nav__link {
    width: 100%;
    font-size: 0.8125rem;
    padding: 1rem 1rem;
    gap: 0.375rem;
    white-space: normal;
    text-align: center;
    line-height: 1.5384615385;
  }
}

.support-nav__link-text {
  overflow: hidden;
  color: transparent;
  text-shadow: 0 -1.5em 0 #1a1a1a, 0 0 0 #1a1a1a;
  -webkit-transition: text-shadow 0.3s;
  transition: text-shadow 0.3s;
}

@media (any-hover: hover) {
  .support-nav__link:hover .support-nav__link-text {
    text-shadow: 0 0 0 #1a1a1a, 0 1.5em 0 #1a1a1a;
  }
}
.support-nav__link::before {
  content: "";
  display: block;
  width: 0.375rem;
  height: 0.625rem;
  background: url(../img/common/header-arrow.svg) no-repeat center center/contain;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .support-nav__link::before {
    width: 0.3125rem;
    height: 0.5625rem;
  }
}

.support-member {
  padding: 3.125rem 0 6.375rem;
}
@media screen and (max-width: 768px) {
  .support-member {
    padding: 3.125rem 0 3.75rem;
  }
}

@media screen and (max-width: 768px) {
  .support-member__inner {
    max-width: none;
  }
}

.support-member__content {
  margin-top: 3.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.75rem;
}
@media screen and (max-width: 768px) {
  .support-member__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    margin-top: 2.25rem;
  }
}

.support-member__body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .support-member__body {
    max-width: 500px;
    margin-inline: auto;
    gap: 1.25rem;
  }
}

.support-member__text {
  font-size: 1rem;
  line-height: 1.75;
  color: #1a1a1a;
}
@media screen and (max-width: 768px) {
  .support-member__text {
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}

.support-member__img-wrap {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 30.5rem;
}
@media screen and (max-width: 768px) {
  .support-member__img-wrap {
    max-width: 500px;
    margin-inline: auto;
    width: 100%;
  }
}

.support-member__img {
  display: block;
  width: 100%;
  height: auto;
}

.support-member__table-section {
  margin-top: 2.375rem;
}
@media screen and (max-width: 768px) {
  .support-member__table-section {
    margin-top: 2.5rem;
  }
}

.support-member__table-wrap {
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .support-member__table-wrap {
    margin-top: 1rem;
    overflow-x: auto;
  }
}

.support-member__grid {
  display: grid;
  grid-template-columns: 2fr 2fr 1.5fr 1.5fr;
  border-top: 1px solid #b3b3b3;
  border-left: 1px solid #b3b3b3;
}
@media screen and (max-width: 768px) {
  .support-member__grid {
    min-width: 30rem;
  }
}

.support-member__grid-cell {
  border-right: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  padding: 0.8125rem 1.25rem;
  font-size: 1rem;
  color: #1a1a1a;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .support-member__grid-cell {
    padding: 0.75rem 0.875rem;
    font-size: 0.8125rem;
  }
}

.support-member__grid-cell--header {
  background-color: #ececec;
  font-weight: 500;
  padding: 0.9375rem 1.25rem;
}
@media screen and (max-width: 768px) {
  .support-member__grid-cell--header {
    padding: 0.875rem 0.875rem;
  }
}

.support-member__grid-name {
  font-size: 1rem;
  font-weight: 400;
  color: #1a1a1a;
}
@media screen and (max-width: 768px) {
  .support-member__grid-name {
    font-size: 0.8125rem;
  }
}

.support-member__btn-wrap {
  width: 20.5rem;
  margin: 3.875rem auto 0;
}
@media screen and (max-width: 768px) {
  .support-member__btn-wrap {
    width: 15.1875rem;
    margin-top: 2.5rem;
  }
}

.support-supporter {
  background-color: #e2ecf0;
  padding: 3.75rem 0;
}
@media screen and (max-width: 768px) {
  .support-supporter {
    padding: 1.5rem 0;
  }
}

.support-supporter__body {
  width: 76.25rem;
  background-color: #fff;
  max-width: 86.25rem;
  margin: 0 auto;
  padding: 6.25rem 4.625rem;
}
@media screen and (max-width: 768px) {
  .support-supporter__body {
    max-width: 500px;
    margin-inline: auto;
    width: 100%;
    padding: 3.125rem 0.75rem 3.75rem;
  }
}

.support-supporter__intro {
  margin-top: 3.375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .support-supporter__intro {
    margin-top: 2.25rem;
    gap: 1rem;
  }
}

.support-supporter__intro-text {
  font-size: 1rem;
  line-height: 1.75;
  color: #1a1a1a;
}
@media screen and (max-width: 768px) {
  .support-supporter__intro-text {
    font-size: 0.875rem;
    line-height: 1.7142857143;
    text-align: left;
  }
}

.support-supporter__intro-note {
  font-size: 1rem;
  line-height: 1.7142857143;
  color: #1a1a1a;
}
@media screen and (max-width: 768px) {
  .support-supporter__intro-note {
    font-size: 0.75rem;
    line-height: 1.6666666667;
    text-align: left;
  }
}

.support-supporter__logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .support-supporter__logos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2.75rem;
  }
}

.support-supporter__logo-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.0625rem 3.75rem;
}
@media screen and (max-width: 768px) {
  .support-supporter__logo-item {
    padding: 2.25rem 1.25rem;
    border-bottom: 1px solid #c3c3c3;
  }
}

.support-supporter__logo-item:first-child,
.support-supporter__logo-item:nth-child(2) {
  border-right: 1px solid #c3c3c3;
}
@media screen and (max-width: 768px) {
  .support-supporter__logo-item:first-child,
  .support-supporter__logo-item:nth-child(2) {
    border-right: none;
  }
}

.support-supporter__logo-img {
  display: block;
  max-width: 12.5rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .support-supporter__logo-img {
    max-width: 10rem;
  }
}

.support-supporter__logo-text {
  margin-top: 1.25rem;
  font-size: 1rem;
  line-height: 1.75;
  color: #1a1a1a;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .support-supporter__logo-text {
    margin-top: 1.25rem;
    font-size: 0.8125rem;
    line-height: 1.6923076923;
  }
}

.support-supporter__list {
  margin-top: 2.875rem;
}
@media screen and (max-width: 768px) {
  .support-supporter__list {
    margin-top: 2.5rem;
  }
}

.support-supporter__list-item {
  display: grid;
  grid-template-columns: 19.4375rem 1fr;
}
@media screen and (max-width: 768px) {
  .support-supporter__list-item {
    grid-template-columns: 1fr;
    padding: 1.25rem 0;
    border-bottom: 1px solid #c3c3c3;
  }
}

.support-supporter__list-name {
  font-size: 1rem;
  font-weight: 700;
  color: #1a1a1a;
  border-bottom: 1px solid #005982;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5625rem 0;
}
@media screen and (max-width: 768px) {
  .support-supporter__list-name {
    font-size: 0.875rem;
    border-bottom: none;
    padding: 0;
  }
}

.support-supporter__list-desc {
  font-size: 1rem;
  line-height: 1.75;
  color: #1a1a1a;
  padding: 0.625rem 0 0.625rem 1.625rem;
  border-bottom: 1px solid #b3b3b3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .support-supporter__list-desc {
    font-size: 0.875rem;
    line-height: 1.7142857143;
    padding: 0;
    margin-top: 0.5rem;
    border-bottom: none;
  }
}

.support-supporter__npo {
  margin-top: 9.375rem;
}
@media screen and (max-width: 768px) {
  .support-supporter__npo {
    margin-top: 3.125rem;
  }
}

.support-supporter__npo-intro {
  margin-top: 3.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .support-supporter__npo-intro {
    margin-top: 2.25rem;
    text-align: left;
  }
}

.support-supporter__npo-intro-text {
  font-size: 1rem;
  line-height: 1.75;
  color: #1a1a1a;
}
@media screen and (max-width: 768px) {
  .support-supporter__npo-intro-text {
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}

.support-supporter__npo-list {
  display: grid;
  grid-template-columns: auto auto auto;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  margin-top: 2.25rem;
}
@media screen and (max-width: 768px) {
  .support-supporter__npo-list {
    grid-template-columns: 1fr;
    margin-top: 2.25rem;
  }
}

.support-supporter__npo-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  padding: 0.8125rem 0.375rem 0.875rem 0;
  border-bottom: 1px solid #c3c3c3;
  font-size: 1rem;
  color: #1a1a1a;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .support-supporter__npo-list-item {
    font-size: 0.875rem;
    padding: 0.75rem 0;
    gap: 0.5rem;
  }
}

.support-supporter__npo-list-item::before {
  content: "";
  display: block;
  width: 0.6875rem;
  height: 0.6875rem;
  border-radius: 50%;
  background-color: #005982;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .support-supporter__npo-list-item::before {
    width: 0.5rem;
    height: 0.5rem;
  }
}

.support-supporter__npo-note {
  margin-top: 1.25rem;
  text-align: right;
  font-size: 1rem;
  color: #1a1a1a;
}
@media screen and (max-width: 768px) {
  .support-supporter__npo-note {
    font-size: 0.75rem;
    margin-top: 1rem;
  }
}

.support-request {
  padding: 6.25rem 0 5.875rem;
}
@media screen and (max-width: 768px) {
  .support-request {
    padding: 3.125rem 0 3.75rem;
  }
}

.support-request__content {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.75rem;
}
@media screen and (max-width: 768px) {
  .support-request__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    margin-top: 2.25rem;
  }
}

.support-request__body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .support-request__body {
    gap: 1.25rem;
  }
}

.support-request__text {
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #1a1a1a;
}
@media screen and (max-width: 768px) {
  .support-request__text {
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}

.support-request__bank {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .support-request__bank {
    margin-top: 0.5rem;
    line-height: 1.4;
  }
}

.support-request__bank-list {
  margin-top: 1.25rem;
  border-top: 1px solid #b3b3b3;
  border-left: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3;
}
@media screen and (max-width: 768px) {
  .support-request__bank-list {
    margin-top: 1rem;
  }
}

.support-request__bank-item {
  display: grid;
  grid-template-columns: 13.125rem 1fr;
  border-bottom: 1px solid #b3b3b3;
}
@media screen and (max-width: 768px) {
  .support-request__bank-item {
    grid-template-columns: 6.25rem 1fr;
  }
}

.support-request__bank-term {
  background-color: #ececec;
  font-size: 1rem;
  font-weight: 500;
  color: #1a1a1a;
  padding: 0.9375rem 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 1px solid #b2b2b3;
}
@media screen and (max-width: 768px) {
  .support-request__bank-term {
    font-size: 0.875rem;
    padding: 0.75rem 0.75rem;
  }
}

.support-request__bank-desc {
  font-size: 1rem;
  color: #1a1a1a;
  padding: 0.9375rem 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .support-request__bank-desc {
    font-size: 0.875rem;
    padding: 0.75rem 0.875rem;
  }
}

.support-request__img-wrap {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 20.8125rem;
}
@media screen and (max-width: 768px) {
  .support-request__img-wrap {
    width: 100%;
  }
}

.support-donation {
  background-color: #e2ecf0;
  padding: 6.25rem 0;
}
@media screen and (max-width: 768px) {
  .support-donation {
    padding: 3.125rem 0 3.75rem;
  }
}

.support-donation__content {
  margin-top: 3.125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.75rem;
}
@media screen and (max-width: 768px) {
  .support-donation__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    margin-top: 2.25rem;
  }
}

.support-donation__body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  .support-donation__body {
    gap: 1.25rem;
  }
}

.support-donation__text {
  font-size: 1rem;
  line-height: 1.75;
  color: #1a1a1a;
}
@media screen and (max-width: 768px) {
  .support-donation__text {
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}

.support-donation__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .support-donation__list {
    gap: 0.375rem;
  }
}

.support-donation__list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  font-size: 1rem;
  line-height: 1.75;
  color: #1a1a1a;
}
@media screen and (max-width: 768px) {
  .support-donation__list-item {
    font-size: 0.875rem;
    line-height: 1.7142857143;
    gap: 0.5rem;
  }
}

.support-donation__list-item::before {
  content: "";
  display: block;
  width: 0.6875rem;
  height: 0.6875rem;
  border-radius: 50%;
  background-color: #005982;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .support-donation__list-item::before {
    width: 0.5rem;
    height: 0.5rem;
  }
}

.support-donation__bank {
  margin-top: 0.75rem;
}
@media screen and (max-width: 768px) {
  .support-donation__bank {
    margin-top: 0.5rem;
  }
}

.support-donation__bank-list {
  margin-top: 1.25rem;
  border-top: 1px solid #b3b3b3;
  border-left: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3;
}
@media screen and (max-width: 768px) {
  .support-donation__bank-list {
    margin-top: 1rem;
  }
}

.support-donation__bank-item {
  display: grid;
  grid-template-columns: 13.125rem 1fr;
  border-bottom: 1px solid #b3b3b3;
}
@media screen and (max-width: 768px) {
  .support-donation__bank-item {
    grid-template-columns: 6.25rem 1fr;
  }
}

.support-donation__bank-term {
  background-color: #ececec;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #1a1a1a;
  padding: 0.9375rem 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 1px solid #b3b3b3;
}
@media screen and (max-width: 768px) {
  .support-donation__bank-term {
    font-size: 0.8125rem;
    padding: 0.75rem 0.75rem;
  }
}

.support-donation__bank-desc {
  background-color: #fff;
  font-size: 0.9375rem;
  color: #1a1a1a;
  padding: 0.9375rem 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .support-donation__bank-desc {
    font-size: 0.8125rem;
    padding: 0.75rem 0.875rem;
  }
}

.support-donation__img-wrap {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 20.8125rem;
}
@media screen and (max-width: 768px) {
  .support-donation__img-wrap {
    width: 100%;
  }
}