@charset "UTF-8";
/*!
 * Bootstrap Reboot v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

p {
  margin: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

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

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

dt {
  font-weight: 700;
}

dd {
  margin: 0;
  padding: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin: 0;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding: 0;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin: 0;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

:root {
  --color-main: rgba(0, 66, 204, 1);
  --color-main-09: rgba(0, 66, 204, .9);
  --color-main-08: rgba(0, 66, 204, .8);
  --color-main-07: rgba(0, 66, 204, .7);
  --color-main-06: rgba(0, 66, 204, .6);
  --color-main-05: rgba(0, 66, 204, .5);
  --color-main-04: rgba(0, 66, 204, .4);
  --color-main-03: rgba(0, 66, 204, .3);
  --color-main-02: rgba(0, 66, 204, .2);
  --color-main-01: rgba(0, 66, 204, .1);
  --color-sub: rgba(238, 231, 96, 1);
  --color-sub-09: rgba(238, 231, 96,.9);
  --color-sub-08: rgba(238, 231, 96,.8);
  --color-sub-07: rgba(238, 231, 96,.7);
  --color-sub-06: rgba(238, 231, 96,.6);
  --color-sub-05: rgba(238, 231, 96,.5);
  --color-sub-04: rgba(238, 231, 96,.4);
  --color-sub-03: rgba(238, 231, 96,.3);
  --color-sub-02: rgba(238, 231, 96,.2);
  --color-sub-01: rgba(238, 231, 96,.1);
  --color-emphasis: rgb(200, 0, 0, 1);
  --color-emphasis-09: rgb(200, 0, 0, .9);
  --color-emphasis-08: rgb(200, 0, 0, .8);
  --color-emphasis-07: rgb(200, 0, 0, .7);
  --color-emphasis-06: rgb(200, 0, 0, .6);
  --color-emphasis-05: rgb(200, 0, 0, .5);
  --color-emphasis-04: rgb(200, 0, 0, .4);
  --color-emphasis-03: rgb(200, 0, 0, .3);
  --color-emphasis-02: rgb(200, 0, 0, .2);
  --color-emphasis-01: rgb(200, 0, 0, .1);
  --color-border: #dadada;
  --color-background: #EBF0F6;
  --color-fff: rgba(255, 255, 255, 1);
  --color-fff-09: rgba(255, 255, 255, .9);
  --color-fff-08: rgba(255, 255, 255, .8);
  --color-fff-07: rgba(255, 255, 255, .7);
  --color-fff-06: rgba(255, 255, 255, .6);
  --color-fff-05: rgba(255, 255, 255, .5);
  --color-fff-04: rgba(255, 255, 255, .4);
  --color-fff-03: rgba(255, 255, 255, .3);
  --color-fff-02: rgba(255, 255, 255, .2);
  --color-fff-01: rgba(255, 255, 255, .1);
  --color-000: rgba(0, 0, 0, 1);
  --color-000-09: rgba(0, 0, 0, .9);
  --color-000-08: rgba(0, 0, 0, .8);
  --color-000-07: rgba(0, 0, 0, .7);
  --color-000-06: rgba(0, 0, 0, .6);
  --color-000-05: rgba(0, 0, 0, .5);
  --color-000-04: rgba(0, 0, 0, .4);
  --color-000-03: rgba(0, 0, 0, .3);
  --color-000-02: rgba(0, 0, 0, .2);
  --color-000-01: rgba(0, 0, 0, .1);
  --font-size-base: clamp( 16px, calc( 12px + 0.3125vw ), 18px );
  --font-family-base: "LINE Seed JP", sans-serif;
  --side-padding: 5.5vw;
  --side-padding-md: 3.5vw;
  --side-padding-sm: 1.5vw;
}

html, body {
  font-size: var(--font-size-base);
  font-family: var(--font-family-base);
  color: var(--color-000);
  font-optical-sizing: auto;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-feature-settings: "palt" 1;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

a {
  color: var(--color-000);
  transition: 0.4s opacity;
}
a:hover {
  color: var(--color-000);
  opacity: 0.6;
  text-decoration: none;
}

.heading-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 1em;
  font-size: 4rem;
  font-family: var(--font-family-en);
  text-align: center;
  line-height: 1.25;
}
@media (max-width: 768px) {
  .heading-section {
    font-size: 3.25rem;
  }
}
@media (max-width: 640px) {
  .heading-section {
    font-size: 2.75rem;
  }
}
.heading-section span {
  position: relative;
  display: inline-block;
  padding-left: 2.5em;
  padding-right: 2.5em;
  font-size: 1.35rem;
  font-weight: 700;
  font-family: var(--font-family-base);
}
@media (max-width: 768px) {
  .heading-section span {
    font-size: 1.15rem;
  }
}
@media (max-width: 768px) {
  .heading-section span {
    font-size: 1rem;
  }
}
.heading-section span::before, .heading-section span::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: calc(50% - 1px);
  display: block;
  width: 1.5em;
  height: 2px;
  background-color: currentColor;
}
.heading-section span::before {
  left: 0;
}
.heading-section span::after {
  right: 0;
}
.heading-lg {
  margin-bottom: 0.5em;
  font-size: 2.5rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .heading-lg {
    font-size: 2rem;
  }
}
.heading-lg span {
  display: inline;
  color: var(--color-main);
}
.heading-md {
  margin-bottom: 0.5em;
  font-size: 1.75rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .heading-md {
    font-size: 1.5rem;
  }
}
.heading-sm {
  margin-bottom: 0.5em;
  font-size: 1.25rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .heading-sm {
    font-size: 1.5rem;
  }
}

.list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.list-item {
  width: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--color-border);
}
.list-item_head {
  margin-bottom: 0.35em;
  font-size: 0.9rem;
  opacity: 0.6;
}
.list-item_contents {
  font-size: 1rem;
}
.list.col-x2 {
  gap: 0 24px;
}
.list.col-x2 .list-item {
  width: calc(50% - 12px);
}
@media (max-width: 768px) {
  .list.col-x2 .list-item {
    width: 100%;
  }
}

.btn a {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: auto;
  min-width: 12rem;
  margin: 0;
  padding: 0.75em 0.75em 0.75em 1.5em;
  font-weight: 400;
  color: var(--color-fff);
  border-radius: 0.4em;
  background-color: var(--color-000);
}
.btn a i {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 1em;
  border-radius: 999px;
  background-color: currentColor;
  overflow: hidden;
}
.btn a i::before, .btn a i::after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 1em;
  -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.99974 13.0001L1.9996 11.0002L18.1715 11.0002L14.2218 7.05044L15.636 5.63623L22 12.0002L15.636 18.3642L14.2218 16.9499L18.1716 13.0002L1.99974 13.0001Z"/></svg>');
          mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.99974 13.0001L1.9996 11.0002L18.1715 11.0002L14.2218 7.05044L15.636 5.63623L22 12.0002L15.636 18.3642L14.2218 16.9499L18.1716 13.0002L1.99974 13.0001Z"/></svg>');
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  transition: transform 0.3s;
  background-color: var(--color-000);
}
.btn a i::before {
  left: -2em;
}
.btn a i::after {
  left: 0;
}
.btn a:hover i::before, .btn a:hover i::after {
  transform: translateX(100%);
}

.cta-contact {
  position: relative;
  width: 100%;
  margin: 0;
  padding-top: 96px;
  padding-bottom: 96px;
  background-image: url(../image/common/cta-background.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
  .cta-contact {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
.cta-contact::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--color-000-07);
}
.cta-contactWrap {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
  color: var(--color-fff);
}
.cta-contactWrap h2 {
  font-size: 2rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .cta-contactWrap h2 {
    font-size: 1.75rem;
  }
}
@media (max-width: 640px) {
  .cta-contactWrap h2 {
    font-size: 1.5rem;
  }
}
.cta-contactWrap p {
  margin-bottom: 2.5rem;
  font-size: 1rem;
  line-height: 2;
}
.cta-recruit {
  position: relative;
  min-height: 600px;
  padding-top: 120px;
  padding-bottom: 120px;
  color: var(--color-fff);
  background-image: url(../image/common/recruit-background.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
  .cta-recruit {
    min-height: inherit;
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
.cta-recruit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  mix-blend-mode: screen;
  background-image: url(../image/common/vector-line-001.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
}
@media (max-width: 768px) {
  .cta-recruit::before {
    background-size: cover;
    background-position: right;
  }
}
.cta-recruit .grid {
  position: relative;
  z-index: 1;
}
.cta-recruit h3 {
  margin-bottom: 0.5em;
  font-size: 1.75rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .cta-recruit h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 640px) {
  .cta-recruit h3 {
    font-size: 1.35rem;
  }
}
.cta-recruit p {
  line-height: 2;
}
.cta-recruit .button {
  margin-top: 4rem;
}
.cta-recruit .button a {
  color: var(--color-fff);
}
.cta-recruit .button a span::before {
  background-color: var(--color-main);
}

main {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: var(--color-background);
}

section {
  width: 100%;
  margin: 0;
  padding: 0 var(--side-padding);
}
@media (max-width: 1280px) {
  section {
    padding: 0 var(--side-padding-md);
  }
}
@media (max-width: 600px) {
  section {
    padding: 0 0.5rem;
  }
}
section .section-heading {
  width: 100%;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.2;
}
@media (max-width: 1280px) {
  section .section-heading {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  section .section-heading {
    font-size: 2.2rem;
  }
}
section .section-heading span {
  display: block;
  width: 100%;
  margin-top: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
}
@media (max-width: 1280px) {
  section .section-heading span {
    font-size: 0.9rem;
  }
}
@media (max-width: 600px) {
  section .section-heading span {
    font-size: 0.8rem;
  }
}
section .section-heading.--md {
  margin-bottom: 1em;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 1280px) {
  section .section-heading.--md {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  section .section-heading.--md {
    font-size: 1.8rem;
  }
}
@media (max-width: 600px) {
  section .section-heading.--md {
    font-size: 1.6rem;
  }
}
section .section-heading.--sm {
  margin-bottom: 1em;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 1280px) {
  section .section-heading.--sm {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  section .section-heading.--sm {
    font-size: 1.35rem;
  }
}
section .section-container {
  padding-left: 6.5vw;
  padding-right: 6.5vw;
}
section .page-heading {
  width: 100%;
  margin-bottom: 5rem;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 1280px) {
  section .page-heading {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  section .page-heading {
    font-size: 2.2rem;
  }
}
section .page-heading span {
  display: block;
  width: 100%;
  margin-top: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
}
@media (max-width: 1280px) {
  section .page-heading span {
    font-size: 0.9rem;
  }
}
@media (max-width: 600px) {
  section .page-heading span {
    font-size: 0.8rem;
  }
}
section .page-heading.--md {
  margin-bottom: 1em;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 1280px) {
  section .page-heading.--md {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  section .page-heading.--md {
    font-size: 1.8rem;
  }
}
@media (max-width: 600px) {
  section .page-heading.--md {
    font-size: 1.6rem;
  }
}
section .page-heading.--sm {
  margin-bottom: 1em;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 1280px) {
  section .page-heading.--sm {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  section .page-heading.--sm {
    font-size: 1.35rem;
  }
}
section .page-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 var(--side-padding);
}
@media (max-width: 768px) {
  section .page-container {
    padding: 0 var(--side-padding-md);
  }
}
section .page-container > .news-container_list {
  padding: 0;
}

br.--hide-lg {
  display: block;
}
@media (max-width: 980px) {
  br.--hide-lg {
    display: none;
  }
}

br.--hide-md {
  display: block;
}
@media (max-width: 768px) {
  br.--hide-md {
    display: none;
  }
}

br.--hide-sm {
  display: block;
}
@media (max-width: 600px) {
  br.--hide-sm {
    display: none;
  }
}

br.--dsp-lg {
  display: none;
}
@media (max-width: 980px) {
  br.--dsp-lg {
    display: block;
  }
}

br.--dsp-md {
  display: none;
}
@media (max-width: 768px) {
  br.--dsp-md {
    display: block;
  }
}

br.--dsp-sm {
  display: none;
}
@media (max-width: 600px) {
  br.--dsp-sm {
    display: block;
  }
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 1rem 2rem 1rem 3rem;
  border-bottom: 2px solid var(--color-fff);
  background-color: var(--color-background);
}
@media (max-width: 768px) {
  .header {
    padding-left: var(--side-padding);
    padding-right: var(--side-padding);
  }
}
.header.header-inner {
  display: flex !important;
}
.header h1 {
  width: 100%;
  max-width: 90px;
}
@media (max-width: 768px) {
  .header h1 {
    max-width: 70px;
  }
}
.header_button a {
  display: inline-block;
  margin: 0;
  padding: 0.25rem 0.5rem;
  font-size: 0.7rem;
  border-radius: 0.25rem;
  border: 1px solid var(--color-border);
  background-color: var(--color-fff);
}

.footer {
  width: 100%;
  background-color: var(--color-000);
}
.footer-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.footer-logo {
  width: 100%;
  max-width: 300px;
}
.footer-logo.newLogo {
  width: calc(100vw * 160 / 1366);
  max-width: 160px;
}
@media (max-width: 980px) {
  .footer-logo {
    max-width: 260px;
  }
  .footer-logo.newLogo {
    width: calc(100vw * 160 / 1366);
    max-width: 160px;
  }
}
@media (max-width: 768px) {
  .footer-logo {
    max-width: 240px;
  }
  .footer-logo.newLogo {
    width: calc(100vw * 160 / 375);
    max-width: 160px;
  }
}
.footer-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.footer-social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 100%;
}
.footer-social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 3px;
  line-height: 1;
}
.footer-social a img {
  width: 100%;
}
.footer .copyrights {
  width: 100%;
  margin: 0;
  padding: 0.75rem;
  font-size: 0.85rem;
  color: var(--color-fff);
  text-align: center;
}
@media (max-width: 980px) {
  .footer .copyrights {
    font-size: 0.8rem;
  }
}
@media (max-width: 768px) {
  .footer .copyrights {
    font-size: 0.75rem;
  }
}

.contact-form_item {
  margin: 0;
}
.contact-form_item:not(:first-of-type) {
  padding-top: 1.5rem;
}
.contact-form_item--head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  width: 100%;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
}
@media (max-width: 980px) {
  .contact-form_item--head {
    gap: 0.5rem;
    font-size: 0.9rem;
  }
}
@media (max-width: 768px) {
  .contact-form_item--head {
    font-size: 0.85rem;
  }
}
.contact-form_item--head.--required::before {
  content: "必須";
  margin: 0;
  padding: 0.2rem 0.75rem 0.15rem 0.75rem;
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1;
  border-radius: 999px;
  border: 1px solid var(--color-border);
  background-color: var(--color-sub);
}
.contact-form_item--head.--any::before {
  content: "任意";
  margin: 0;
  padding: 0.2rem 0.75rem 0.15rem 0.75rem;
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1;
  border-radius: 999px;
  border: 1px solid var(--color-border);
  background-color: var(--color-fff);
}
.contact-form_item--input {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 2rem;
}
.contact-form_item--input input[type=text],
.contact-form_item--input input[type=email],
.contact-form_item--input input[type=tel],
.contact-form_item--input textarea {
  width: 100%;
  margin: 0;
  padding: 0.5em;
  font-size: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  border-radius: 6px;
  background-color: var(--color-fff);
}
.contact-form_item--input input[type=text].wpcf7-not-valid,
.contact-form_item--input input[type=email].wpcf7-not-valid,
.contact-form_item--input input[type=tel].wpcf7-not-valid,
.contact-form_item--input textarea.wpcf7-not-valid {
  background-color: var(--color-emphasis-01);
}
.contact-form_item--input p, .contact-form_item--input .wpcf7-form-control-wrap {
  width: 100%;
}
.contact-form_item--input.--confirm {
  padding: 1rem;
  border-radius: 6px;
  background-color: var(--color-fff);
}
.contact-form_item-turnstile {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-form_send {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  width: 100%;
  margin-top: 2rem;
}
.contact-form_send > p {
  width: 100%;
}
.contact-form_send input[type=submit] {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0.75em 1.5em;
  font-size: 1.1rem;
  color: var(--color-fff);
  font-weight: 700;
  text-align: left;
  transition: 0.4s opacity;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  border-radius: 0.4rem;
  background-image: url(../image/common/icon-arrow.svg);
  background-size: 1em;
  background-repeat: no-repeat;
  background-position: right 1em center;
  background-color: var(--color-main);
}
@media (max-width: 980px) {
  .contact-form_send input[type=submit] {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .contact-form_send input[type=submit] {
    font-size: 0.9rem;
  }
}
.contact-form_send input[type=submit]:disabled {
  background-color: var(--color-000-03);
}
.contact-form_send input[type=submit]:hover {
  cursor: pointer;
  opacity: 0.7;
}
.contact-form_send input[type=submit].--back {
  width: auto;
  color: var(--color-000-05);
  text-decoration: underline;
  text-align: center;
  background-image: none;
  background-color: transparent;
}
.contact-form_send .wpcf7-spinner {
  display: none;
}

.wpcf7cp-btns button:hover {
  cursor: pointer;
  opacity: 0.7;
}

section.contact .wpcf7-not-valid-tip {
  font-size: 0.8rem;
  color: var(--color-emphasis);
}
section.contact .wpcf7 form .wpcf7-response-output {
  margin: 36px 0 0 0;
  padding: 2rem;
  border: 1px solid transparent;
}
section.contact .wpcf7 form.sent .wpcf7-response-output {
  color: var(--color-main);
  background-color: var(--color-main-01);
  border: 1px solid transparent;
}
section.contact .wpcf7 form.invalid .wpcf7-response-output, section.contact .wpcf7 form.unaccepted .wpcf7-response-output, section.contact .wpcf7 form.payment-required .wpcf7-response-output {
  color: var(--color-emphasis);
  background-color: var(--color-emphasis-01);
  border: 1px solid transparent;
}

section.confirm,
section.thanks {
  padding-top: 7.5vw;
  padding-bottom: 7.5vw;
}
@media (max-width: 1280px) {
  section.confirm,
  section.thanks {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
section.confirm .contact-form,
section.thanks .contact-form {
  margin-left: auto;
  margin-right: auto;
}

.article {
  margin: 0;
  padding: 2rem;
  border-radius: 1rem;
  background-color: var(--color-fff);
}
@media (max-width: 768px) {
  .article {
    padding: 1.5rem;
  }
}
.article h1, .article h2, .article h3, .article h4, .article h5 {
  margin-bottom: 1em;
}
.article p {
  margin-bottom: 1.5em;
}
@media (max-width: 768px) {
  .article p {
    font-size: 0.9rem;
  }
}
.article_date {
  margin-bottom: 1rem;
  font-size: 0.9rem;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .article_date {
    margin-bottom: 0.5rem;
    font-size: 0.8rem;
  }
}
.article_title {
  display: block;
  margin-bottom: 1.5em;
  padding-bottom: 1.5rem;
  font-size: 1.35rem;
  font-weight: 700;
  border-bottom: 1px solid var(--color-border);
}
@media (max-width: 768px) {
  .article_title {
    font-size: 1.15rem;
  }
}
.article_button {
  margin-top: 4rem;
  text-align: center;
}

.news:has(.article) {
  padding-top: 3rem;
}

.mv {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0 var(--side-padding);
  background-color: var(--color-fff);
}
@media (max-width: 980px) {
  .mv {
    padding: 0;
  }
}
.mv-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.5vw;
  width: 100%;
  min-height: 100lvh;
  margin: 0;
  padding: 5vw 0;
}
@media (max-width: 980px) {
  .mv-container {
    flex-direction: column;
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .mv-container {
    min-height: auto;
    gap: 2rem;
  }
}
.mv-container_head {
  width: 30vw;
  padding-left: 7.5vw;
}
.mv-container_head.newLogo {
  width: calc(100vw * 460 / 1366);
}
@media (max-width: 1280px) {
  .mv-container_head {
    padding-left: 5vw;
  }
}
@media (max-width: 980px) {
  .mv-container_head,
  .mv-container_head.newLogo {
    width: 100%;
    max-width: 260px;
    padding: 0;
  }
}
.mv-container_head h1 {
  width: 100%;
  margin-left: auto;
}
.mv-container_head img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 2vw;
}
@media (max-width: 768px) {
  .mv-container_head img {
    max-width: 210px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
  }
}
.mv-container_head--sub {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.25em;
}
@media (max-width: 768px) {
  .mv-container_head--sub {
    justify-content: center;
    gap: 0.15rem;
  }
}
.mv-container_head--sub span {
  display: inline-block;
  padding: 0.2em 0.7em;
  font-size: 1.75vw;
  color: var(--color-fff);
  line-height: 1.25;
  background-color: var(--color-main);
}
@media (max-width: 980px) {
  .mv-container_head--sub span {
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  .mv-container_head--sub span {
    font-size: 1.1rem;
  }
}
.mv-container_visual {
  flex: 5;
  position: relative;
  aspect-ratio: 103/63;
}
@media (max-width: 980px) {
  .mv-container_visual {
    flex: none;
    width: 100%;
    max-width: 90%;
  }
}
.mv-container_visual span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: 1.2s;
  transition-timing-function: cubic-bezier(0.17, 0.84, 0.44, 1);
}
.mv-container_visual span img {
  display: block;
  width: 100%;
  height: auto;
}
.mv-container_visual span img.hovering {
  animation-name: hovering;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: 1.5s ease-in-out;
}
.mv-container_visual span img.hovering.--d-01 {
  animation-delay: 0.5s;
}
.mv-container_visual span img.hovering.--d-02 {
  animation-delay: 1s;
}
.mv-container_visual span img.hovering.--d-03 {
  animation-delay: 1.5s;
}
.mv-container_side {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 5.5vw;
  height: 100%;
  margin: 0;
  padding-top: 3.5vw;
  border-right: 1px solid var(--color-border);
}
@media (max-width: 980px) {
  .mv-container_side {
    position: static;
    flex-direction: row;
    width: 100%;
    height: auto;
    padding: 1rem;
    border-right: none;
    border-bottom: 1px solid var(--color-border);
  }
}
@media (max-width: 600px) {
  .mv-container_side {
    padding: 0.75rem 0.5rem;
  }
}
.mv-container_side p {
  display: inline-block;
  font-size: 1.25vw;
  font-weight: 700;
  writing-mode: vertical-rl;
}
@media (max-width: 980px) {
  .mv-container_side p {
    display: block;
    width: 100%;
    font-size: 1rem;
    text-align: center;
    writing-mode: horizontal-tb;
  }
}
@media (max-width: 600px) {
  .mv-container_side p {
    font-size: 0.8rem;
  }
}
.mv-scroll {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 2.5vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: var(--side-padding);
  margin: 0;
}
@media (max-width: 600px) {
  .mv-scroll {
    display: none;
  }
}
.mv-scroll:hover {
  cursor: pointer;
}
.mv-scroll span {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--color-main);
  writing-mode: vertical-rl;
}
.mv-scroll .i-arrow-down {
  position: relative;
  display: inline-block;
  width: 1.2rem;
  height: 2.4rem;
  border-radius: 999px;
  background-color: var(--color-main);
  overflow: hidden;
}
.mv-scroll .i-arrow-down::before, .mv-scroll .i-arrow-down::after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2.4rem;
  animation-name: mv-scroll;
  animation-duration: 2.4s;
  animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  animation-iteration-count: infinite;
  -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.0001 1.99974L11.0002 1.9996L11.0002 18.1715L7.05044 14.2218L5.63623 15.636L12.0002 22L18.3642 15.636L16.9499 14.2218L13.0002 18.1716L13.0001 1.99974Z"/></svg>');
          mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.0001 1.99974L11.0002 1.9996L11.0002 18.1715L7.05044 14.2218L5.63623 15.636L12.0002 22L18.3642 15.636L16.9499 14.2218L13.0002 18.1716L13.0001 1.99974Z"/></svg>');
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--color-fff);
}
.mv-scroll .i-arrow-down::before {
  top: 0;
}
.mv-scroll .i-arrow-down::after {
  top: 2.4rem;
}

@keyframes mv-scroll {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes hovering {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -0.4rem);
  }
  100% {
    transform: translate(0, 0);
  }
}
.about {
  padding-top: 7.5vw;
  padding-bottom: 7.5vw;
  background-color: var(--color-main);
}
@media (max-width: 1280px) {
  .about {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.about-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 2rem;
  color: var(--color-fff);
}
.about-container_message--heading {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.25rem;
  margin-bottom: 3rem;
  font-size: 1.5rem;
}
@media (max-width: 600px) {
  .about-container_message--heading {
    gap: 0;
    font-size: 1.25rem;
  }
}
.about-container_message--heading span {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  white-space: nowrap;
}
@media (max-width: 375px) {
  .about-container_message--heading span {
    white-space: wrap;
  }
}
.about-container_message--heading span small {
  margin-bottom: 0.5em;
  font-size: 0.9rem;
}
@media (max-width: 600px) {
  .about-container_message--heading span small {
    font-size: 0.8rem;
  }
}
.about-container_message--heading span small .trim {
  font-style: normal;
}
.about-container_message--heading span small .trim:first-child {
  margin-left: -1em;
}
.about-container_message--heading span small .trim:last-child {
  margin-right: -0.5em;
}
.about-container_message--heading span u {
  text-decoration-color: var(--color-sub);
  text-underline-offset: 0.2em;
  text-decoration-thickness: 0.15em;
}
.about-container_message--heading::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 20%;
  height: auto;
  aspect-ratio: 1/1;
  transform: translateY(80%);
  background-image: url(../image/index/illust_about-001.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 0;
}
@media (max-width: 600px) {
  .about-container_message--heading::after {
    transform: translateY(30%);
  }
}
.about-container_message p {
  line-height: 2.25;
}
@media (max-width: 600px) {
  .about-container_message p {
    font-size: 0.9rem;
  }
}
.about-container_message p:not(:last-of-type) {
  margin-bottom: 2.5rem;
}

.news {
  padding-top: 7.5vw;
  padding-bottom: 7.5vw;
}
@media (max-width: 1280px) {
  .news {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.news-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 2rem;
}
@media (max-width: 1280px) {
  .news-container {
    flex-direction: column;
  }
}
.news-container_list {
  flex: 1;
  width: 100%;
  padding-left: 5vw;
}
@media (max-width: 1280px) {
  .news-container_list {
    padding-left: 0;
  }
}
.news-container_listItem {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 2rem;
  width: 100%;
}
@media (max-width: 600px) {
  .news-container_listItem {
    flex-direction: column;
    gap: 1rem;
  }
}
.news-container_listItem:not(:last-child) {
  margin-bottom: 2rem;
}
.news-container_listItem--image {
  width: 35%;
}
@media (max-width: 600px) {
  .news-container_listItem--image {
    width: 100%;
  }
}
.news-container_listItem--text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.news-container_listItem--text h3 {
  width: 100%;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .news-container_listItem--text h3 {
    font-size: 0.9rem;
  }
}
.news-container_listItem--date {
  width: 100%;
  margin-top: auto;
  padding-bottom: 0.5em;
  font-size: 0.85rem;
  font-weight: 400;
  text-align: right;
  border-bottom: 1px solid var(--color-fff);
}
@media (max-width: 600px) {
  .news-container_listItem--date {
    margin-top: 1rem;
    font-size: 0.75rem;
  }
}
.news-container_listItem--date span {
  opacity: 0.5;
}
.news-container_more {
  position: absolute;
  left: 6.5vw;
  bottom: 0;
}
@media (max-width: 1280px) {
  .news-container_more {
    position: static;
  }
}
@media (max-width: 600px) {
  .news-container_more {
    width: 100%;
  }
  .news-container_more a {
    width: 100%;
  }
}

.program {
  padding-bottom: 7.5vw;
}
@media (max-width: 1280px) {
  .program {
    padding-bottom: 6rem;
  }
}
.program-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 0;
  padding-left: 0;
  padding-right: 0;
  background-color: var(--color-fff);
}
.program-container_item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2vw;
  width: 50%;
  margin: 0;
  padding: 3.5vw;
  border: 1px solid var(--color-background);
}
@media (max-width: 768px) {
  .program-container_item {
    width: 100%;
    padding: 3rem 6.5vw 2rem 6.5vw;
  }
}
.program-container_item:has(.program-container_item--heading) {
  background-image: url(../image/index/illust_program-head.webp);
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: right 3.5vw top 25%;
}
@media (max-width: 768px) {
  .program-container_item:has(.program-container_item--heading) {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
    padding-bottom: 1.5rem;
    background-size: 6rem;
    background-position: right 3.5vw top 15%;
  }
}
.program-container_item--heading {
  width: 100%;
}
.program-container_item--heading img {
  display: block;
  width: auto;
  height: 7.5vw;
}
.program-container_item--heading.newLogo img {
  height: calc(100vw * 140 / 1366);
  max-height: 160px;
}
@media (max-width: 768px) {
  .program-container_item--heading img {
    height: 5rem;
  }
  .program-container_item--heading.newLogo img {
    height: calc(100vw * 90 / 375);
  }
}
.program-container_item--heading span {
  display: block;
  width: 100%;
  margin-top: 0.5em;
  font-size: 2rem;
  line-height: 1.5;
}
@media (max-width: 1280px) {
  .program-container_item--heading span {
    font-size: 1.75rem;
  }
}
@media (max-width: 980px) {
  .program-container_item--heading span {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .program-container_item--heading span {
    font-size: 1.35rem;
  }
}
.program-container_item--image {
  width: 100%;
}
.program-container_item--image img {
  display: block;
  width: auto;
  height: 20vw;
  max-height: 300px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .program-container_item--image img {
    height: 10rem;
  }
}
.program-container_item--text h3 {
  margin-bottom: 0.5em;
  font-size: 1.5rem;
}
@media (max-width: 1280px) {
  .program-container_item--text h3 {
    font-size: 1.35rem;
  }
}
@media (max-width: 980px) {
  .program-container_item--text h3 {
    font-size: 1.15rem;
  }
}
.program-container_item--text p {
  font-size: 1rem;
}
@media (max-width: 980px) {
  .program-container_item--text p {
    font-size: 0.9rem;
  }
}
@media (max-width: 600px) {
  .program-container_item--text p {
    font-size: 0.85rem;
  }
}
.donate {
  padding-top: 5vw;
  padding-bottom: 7.5vw;
  background-color: var(--color-main);
}
@media (max-width: 1280px) {
  .donate {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
}
.donate .section-heading.--md {
  padding-top: 6rem;
  color: var(--color-fff);
  background-image: url(../image/index/illust_donate-head.webp);
  background-size: 5rem;
  background-repeat: no-repeat;
  background-position: center top;
}
@media (max-width: 768px) {
  .donate .section-heading.--md {
    padding-top: 5rem;
    background-size: 4rem;
  }
}
.donate .section-heading.--md + p {
  color: var(--color-fff);
  text-align: center;
}
@media (max-width: 980px) {
  .donate .section-heading.--md + p {
    font-size: 0.9rem;
  }
}
@media (max-width: 768px) {
  .donate .section-heading.--md + p {
    padding-left: 6.5vw;
    padding-right: 6.5vw;
    text-align: left;
  }
}
@media (max-width: 600px) {
  .donate .section-heading.--md + p {
    font-size: 0.85rem;
  }
}
.donate-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  margin-top: 3vw;
  padding-top: 3vw;
  padding-left: 2vw;
  padding-right: 2vw;
  padding-bottom: 2vw;
  background-color: var(--color-fff);
}
@media (max-width: 1280px) {
  .donate-container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .donate-container {
    flex-direction: column;
    margin-top: 2rem;
    padding-left: 6.5vw;
    padding-right: 6.5vw;
  }
}
.donate-container::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 3vw;
  bottom: -3vw;
  display: block;
  width: 10vw;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url(../image/index/illust_donate-001.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media (max-width: 768px) {
  .donate-container::after {
    width: 15vw;
  }
}
@media (max-width: 600px) {
  .donate-container::after {
    width: 20vw;
  }
}
.donate-container_message {
  flex: 4;
  padding-left: 5.5vw;
}
@media (max-width: 1280px) {
  .donate-container_message {
    padding-left: 3.5vw;
  }
}
@media (max-width: 768px) {
  .donate-container_message {
    padding-left: 0;
  }
}
.donate-container_message h3 {
  display: block;
  margin-bottom: 0.3em;
  font-size: 1.75rem;
  color: var(--color-main);
}
@media (max-width: 1280px) {
  .donate-container_message h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .donate-container_message h3 {
    margin-bottom: 0.5em;
    font-size: 1.35rem;
  }
}
@media (max-width: 980px) {
  .donate-container_message p {
    font-size: 0.9rem;
  }
}
.donate-container_illust {
  flex: 5;
}
.donate-container_illust img {
  width: 100%;
  max-width: 785px;
  margin-left: auto;
}
.donate-detail {
  display: none;
  padding: 3vw 7.5vw;
  border-top: 1px solid var(--color-border);
  background-color: var(--color-fff);
}
@media (max-width: 1280px) {
  .donate-detail {
    padding: 2rem 3.5vw;
  }
}
.donate-detail--heading {
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-size: 3.5rem;
  background-repeat: no-repeat;
  background-position: center top;
  border-right: 1px solid var(--color-border);
}
.donate-detail--heading p {
  display: block;
  width: 100%;
  margin-bottom: 0.2em;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 980px) {
  .donate-detail--heading p {
    font-size: 1rem;
  }
}
.donate-detail--heading.--angel {
  background-image: url(../image/index/icon_donate-001.webp);
}
.donate-detail--heading.--education {
  background-image: url(../image/index/icon_donate-002.webp);
}
.donate-detail--heading.--bronze {
  background-image: url(../image/index/icon_donate-003.webp);
}
.donate-detail--heading.--silver {
  background-image: url(../image/index/icon_donate-004.webp);
}
.donate-detail--heading.--gold {
  background-image: url(../image/index/icon_donate-005.webp);
}
.donate-detail--heading.--platinum {
  background-image: url(../image/index/icon_donate-006.webp);
}
.donate-detail--tag {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.donate-detail--tag span {
  display: inline-block;
  margin: 0;
  padding: 0.2em 1em;
  font-size: 0.8rem;
  line-height: 1;
  border-radius: 999px;
  border: 1px solid var(--color-border);
}
.donate-detail--price {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0.1rem;
  margin-top: 0.75rem;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 980px) {
  .donate-detail--price {
    font-size: 1.2rem;
  }
}
.donate-detail--price small {
  display: inline-block;
  margin-bottom: 0.1em;
  font-size: 0.9rem;
}
@media (max-width: 980px) {
  .donate-detail--price small {
    margin-bottom: 0;
    font-size: 0.8rem;
  }
}
.donate-detail_table {
  position: relative;
  width: 100%;
  overflow: auto;
}
@media (max-width: 768px) {
  .donate-detail_table {
    padding-top: 1rem;
    border: 1px solid var(--color-border);
  }
}
.donate-detail_table--scroll {
  display: none;
  justify-content: flex-end;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .donate-detail_table--scroll {
    display: flex;
  }
}
.donate-detail_table--scroll span {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--color-main);
}
.donate-detail_table--scroll .i-arrow-scroll {
  position: relative;
  display: inline-block;
  width: 2rem;
  height: 1rem;
  border-radius: 999px;
  background-color: var(--color-main);
  overflow: hidden;
}
.donate-detail_table--scroll .i-arrow-scroll::before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0.5 12L5.44975 7.05029L6.86396 8.46451L4.32843 11H10V13H4.32843L6.86148 15.5331L5.44727 16.9473L0.5 12ZM14 13H19.6708L17.1358 15.535L18.55 16.9493L23.5 11.9996L18.5503 7.0498L17.136 8.46402L19.6721 11H14V13Z"/></svg>');
          mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0.5 12L5.44975 7.05029L6.86396 8.46451L4.32843 11H10V13H4.32843L6.86148 15.5331L5.44727 16.9473L0.5 12ZM14 13H19.6708L17.1358 15.535L18.55 16.9493L23.5 11.9996L18.5503 7.0498L17.136 8.46402L19.6721 11H14V13Z"/></svg>');
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--color-fff);
}
.donate-detail_table--scroll .i-arrow-scroll::before {
  top: 0;
}
.donate-detail_table table {
  width: 100%;
  min-width: 840px;
  font-size: 0.9rem;
}
@media (max-width: 768px) {
  .donate-detail_table table {
    font-size: 0.85rem;
  }
}
.donate-detail_table table tr {
  border-bottom: 1px solid var(--color-border);
}
@media (max-width: 768px) {
  .donate-detail_table table tr:last-child {
    border-bottom: none;
  }
}
.donate-detail_table table tr th {
  padding: 0 1.5rem 0.75rem 1.5rem;
  color: var(--color-main);
}
.donate-detail_table table tr th:first-of-type {
  min-width: 15rem;
}
@media (max-width: 980px) {
  .donate-detail_table table tr th:first-of-type {
    min-width: 12rem;
  }
}
.donate-detail_table table tr th:last-of-type {
  min-width: 15rem;
}
.donate-detail_table table tr td {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.donate-detail_table table tr td:not(:first-of-type) {
  padding-left: 1.5rem;
}
.donate-detail_table table tr td ul, .donate-detail_table table tr td ol {
  margin-left: 1.25em;
}
.donate-howto {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  margin-top: 3vw;
}
@media (max-width: 1280px) {
  .donate-howto {
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 4rem;
  }
}
.donate-howto h4 {
  flex: 1;
  display: block;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 1280px) {
  .donate-howto h4 {
    font-size: 1.35rem;
  }
  .donate-howto h4 br {
    display: none;
  }
}
.donate-howto_list {
  position: relative;
  flex: 4;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1280px) {
  .donate-howto_list {
    flex: 1;
    width: 100%;
  }
}
.donate-howto_list::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 0;
  display: block;
  width: 70%;
  height: auto;
  aspect-ratio: 215/8;
  transform: translateY(-50%);
  background-image: url(../image/index/howto-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right 5px;
}
.donate-howto_listItem {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  width: 30%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 999px;
  border: 3px solid var(--color-fff);
  background-color: var(--color-background);
}
@media (max-width: 768px) {
  .donate-howto_listItem {
    flex-direction: row;
    gap: 1.5rem;
    width: 100%;
    padding: 1rem;
    aspect-ratio: auto;
    border-radius: 0.4rem;
  }
}
.donate-howto_listItem img {
  display: block;
  width: auto;
  max-width: 65%;
  max-height: 140px;
}
@media (max-width: 768px) {
  .donate-howto_listItem img {
    max-height: 120px;
  }
}
@media (max-width: 425px) {
  .donate-howto_listItem img {
    max-height: 90px;
  }
}
.donate-howto_listItem p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 2.7em;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}
@media (max-width: 768px) {
  .donate-howto_listItem p {
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
  }
}
.donate-toggle {
  width: 100%;
  border-top: 1px solid var(--color-border);
  background-color: var(--color-background);
}
.donate-toggle button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-main);
  transition: 0.4s opacity;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  background-color: transparent;
}
.donate-toggle button:hover {
  opacity: 0.7;
  cursor: pointer;
}
.donate-toggle button span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
}
.donate-toggle button span::before {
  content: "";
  display: block;
  width: 1.5em;
  height: 1.5em;
  -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 11V5H13V11H19V13H13V19H11V13H5V11H11Z"/></svg>');
          mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 11V5H13V11H19V13H13V19H11V13H5V11H11Z"/></svg>');
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: currentColor;
}
.donate-toggle button span::after {
  content: "詳しくはこちら";
}
.donate-toggle.--open {
  background-color: var(--color-fff);
}
.donate-toggle.--open span::before {
  transform: rotate(45deg);
}
.donate-toggle.--open span::after {
  content: "閉じる";
}
.donate-apply {
  width: 100%;
  margin-top: 6vw;
}
@media (max-width: 768px) {
  .donate-apply {
    margin-top: 4rem;
  }
}
.donate-apply--head {
  margin-bottom: 2rem;
  font-size: 1.35rem;
  color: var(--color-fff);
  text-align: center;
}
@media (max-width: 768px) {
  .donate-apply--head {
    font-size: 1.1rem;
  }
}
.donate-apply--head span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 768px) {
  .donate-apply--head span {
    gap: 0.75rem;
  }
}
.donate-apply--head span::before, .donate-apply--head span::after {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 1px;
  background-color: var(--color-fff);
}
@media (max-width: 768px) {
  .donate-apply--head span::before, .donate-apply--head span::after {
    width: 1.2rem;
  }
}
.donate-applyList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 980px) {
  .donate-applyList {
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .donate-applyList {
    gap: 10px;
    padding-left: 6.5vw;
    padding-right: 6.5vw;
  }
}
.donate-applyList_item {
  width: calc(25% - 25px);
  border-radius: 0.4rem;
  border: 1px solid var(--color-border);
  background-color: var(--color-fff);
  overflow: hidden;
}
@media (max-width: 768px) {
  .donate-applyList_item {
    width: calc(33.333% - 10px);
  }
}
@media (max-width: 600px) {
  .donate-applyList_item {
    width: calc(50% - 5px);
    border-radius: 0.2rem;
  }
}
.donate-applyList_item a {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 1rem;
}
.donate-applyList_item a::after {
  content: "";
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.0037 9.41421L7.39712 18.0208L5.98291 16.6066L14.5895 8H7.00373V6H18.0037V17H16.0037V9.41421Z"/></svg>');
          mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.0037 9.41421L7.39712 18.0208L5.98291 16.6066L14.5895 8H7.00373V6H18.0037V17H16.0037V9.41421Z"/></svg>');
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--color-main);
}
.donate-applyList_item img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.contact {
  padding-top: 5.5vw;
  padding-bottom: 5.5vw;
  border-bottom: 1px solid var(--color-border);
}
@media (max-width: 1280px) {
  .contact {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.contact-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
  width: 100%;
}
@media (max-width: 768px) {
  .contact-container {
    flex-direction: column;
    padding-right: 6.5vw;
    padding-left: 6.5vw;
  }
}
.contact-head {
  width: calc((100% - 680px) / 2);
}
@media (max-width: 1280px) {
  .contact-head {
    width: 15rem;
  }
}
@media (max-width: 768px) {
  .contact-head {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
  }
}
.contact-head::after {
  content: "";
  position: relative;
  left: 50%;
  display: block;
  width: 70%;
  max-width: 190px;
  height: auto;
  aspect-ratio: 1/1;
  transform: translateX(-50%);
  background-image: url(../image/index/illust_contact-001.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
  .contact-head::after {
    left: auto;
    max-width: 150px;
    transform: translateX(0);
  }
}
.contact-form {
  width: 680px;
}
@media (max-width: 768px) {
  .contact-form {
    width: 100%;
  }
}

.participants {
  padding-top: 7.5vw;
  padding-bottom: 7.5vw;
}
@media (max-width: 1280px) {
  .participants {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.participants-heading {
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 1280px) {
  .participants-heading {
    font-size: 1.1rem;
  }
}
.participants-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 20px;
  width: 100%;
}
@media (max-width: 980px) {
  .participants-list {
    gap: 15px;
  }
}
@media (max-width: 600px) {
  .participants-list {
    gap: 10px;
  }
}
.participants-list.--centering {
  justify-content: center;
}
@media (max-width: 600px) {
  .participants-list.--centering {
    justify-content: flex-start;
  }
}
.participants-list_item {
  width: calc(20% - 16px);
  border-radius: 0.4rem;
  border: 1px solid var(--color-border);
  overflow: hidden;
}
@media (max-width: 980px) {
  .participants-list_item {
    width: calc(33.333% - 10px);
  }
}
@media (max-width: 600px) {
  .participants-list_item {
    width: calc(50% - 5px);
    border-radius: 0.2rem;
  }
}
.participants-list_item img {
  display: block;
  width: 100%;
  height: auto;
}