@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

html {
  -webkit-text-size-adjust: none;
}

body,
html {
  width: 100%;
  font-size: 14px;
  color: #3d3d3d;
  line-height: 1.6;
  font-weight: 400;
}

body {
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

a {
  color: #3d3d3d;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

a:hover {
  text-decoration: underline;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

* {
  box-sizing: border-box;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

html,
body {
  font-size: 15px;
}

@media all and (max-width: 680px) {
  html,
  body {
    font-size: 3.7328vw;
  }
}
html {
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.75;
  color: #231815;
  background-color: #fff;
}
body.nav-open {
  overflow: hidden;
}
body figure {
  margin: 0;
}

a {
  color: var(--main-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}

.serif {
  font-family: "Noto Serif JP", serif;
}

:placeholder-shown {
  color: #C4C4C4;
}

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

.anim {
  backface-visibility: hidden;
  will-change: transform;
}

.anim--slow {
  animation-duration: 1.5s !important;
}

.anim--delay {
  animation-delay: 0.5s !important;
}

@media all and (min-width: 681px) {
  .anim--delay-pc {
    animation-delay: 0.5s !important;
  }
}

.anim--delay2 {
  animation-delay: 1s !important;
}

@media all and (min-width: 681px) {
  .anim--delay2-pc {
    animation-delay: 1s !important;
  }
}

.anim-hide {
  opacity: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.anim-fadeIn {
  opacity: 0;
}
.anim-fadeIn.onAnim {
  animation: fadeIn 1.15s ease 0s 1 alternate forwards;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.anim-fadeUp {
  opacity: 0;
}
.anim-fadeUp.onAnim {
  animation: fadeUp 1.15s ease 0s 1 alternate forwards;
}

@keyframes fadeLeft {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.anim-fadeLeft.onAnim {
  animation: fadeLeft 1.15s ease 0s 1 alternate forwards;
}

@keyframes fadeRight {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.anim-fadeRight.onAnim {
  animation: fadeRight 1.15s ease 0s 1 alternate forwards;
}

@keyframes blurIn {
  0% {
    opacity: 0;
    filter: blur(2rem);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
.anim-blurIn {
  opacity: 0;
}
.anim-blurIn.onAnim {
  animation: blurIn 1.15s ease 0s 1 alternate forwards;
}

.hidden-box {
  overflow: hidden;
}

.ls-0 {
  letter-spacing: 0;
}

.ls-05 {
  letter-spacing: 0.05em;
}

.ls-1 {
  letter-spacing: 0.1em;
}

@media all and (min-width: 681px) {
  br.br-sp {
    display: none;
  }
}

.mr-10 {
  margin-right: 0.625rem;
}

.mt-0 {
  margin-top: 0rem;
}

.mt-10 {
  margin-top: 0.625rem;
}

.mt-15 {
  margin-top: 0.9375rem;
}

.mt-20 {
  margin-top: 1.25rem;
}

.mt-30 {
  margin-top: 1.875rem;
}

.mt-40 {
  margin-top: 2.5rem;
}

.mt-50 {
  margin-top: 3.125rem;
}

.mt-60 {
  margin-top: 3.75rem;
}

.mt-70 {
  margin-top: 4.375rem;
}

.mt-80 {
  margin-top: 5rem;
}

.mt-90 {
  margin-top: 5.625rem;
}

.mt-100 {
  margin-top: 6.25rem;
}

.mb-0 {
  margin-bottom: 0rem;
}

.mb-10 {
  margin-bottom: 0.625rem;
}

.mb-15 {
  margin-bottom: 0.9375rem;
}

.mb-20 {
  margin-bottom: 1.25rem;
}

.mb-30 {
  margin-bottom: 1.875rem;
}

.mb-40 {
  margin-bottom: 2.5rem;
}

.mb-50 {
  margin-bottom: 3.125rem;
}

.mb-60 {
  margin-bottom: 3.75rem;
}

.mb-70 {
  margin-bottom: 4.375rem;
}

.mb-80 {
  margin-bottom: 5rem;
}

.mb-90 {
  margin-bottom: 5.625rem;
}

.mb-100 {
  margin-bottom: 6.25rem;
}

.mb-120 {
  margin-bottom: 7.5rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.pt-0 {
  padding-top: 0rem;
}

.pt-10 {
  padding-top: 0.625rem;
}

.pt-20 {
  padding-top: 1.25rem;
}

.pt-30 {
  padding-top: 1.875rem;
}

.pt-40 {
  padding-top: 2.5rem;
}

.pt-50 {
  padding-top: 3.125rem;
}

.pt-60 {
  padding-top: 3.75rem;
}

.pt-70 {
  padding-top: 4.375rem;
}

.pt-80 {
  padding-top: 5rem;
}

.pt-90 {
  padding-top: 5.625rem;
}

.pt-100 {
  padding-top: 6.25rem;
}

.pt-110 {
  padding-top: 6.875rem;
}

.pt-120 {
  padding-top: 7.5rem;
}

.pt-130 {
  padding-top: 8.125rem;
}

.pt-140 {
  padding-top: 8.75rem;
}

.pt-150 {
  padding-top: 9.375rem;
}

.pb-0 {
  padding-bottom: 0rem;
}

.pb-10 {
  padding-bottom: 0.625rem;
}

.pb-20 {
  padding-bottom: 1.25rem;
}

.pb-30 {
  padding-bottom: 1.875rem;
}

.pb-40 {
  padding-bottom: 2.5rem;
}

.pb-50 {
  padding-bottom: 3.125rem;
}

.pb-60 {
  padding-bottom: 3.75rem;
}

.pb-70 {
  padding-bottom: 4.375rem;
}

.pb-80 {
  padding-bottom: 5rem;
}

.pb-90 {
  padding-bottom: 5.625rem;
}

.pb-100 {
  padding-bottom: 6.25rem;
}

.pb-110 {
  padding-bottom: 6.875rem;
}

.pb-120 {
  padding-bottom: 7.5rem;
}

.pb-130 {
  padding-bottom: 8.125rem;
}

.pb-140 {
  padding-bottom: 8.75rem;
}

.pl-0 {
  padding-left: 0rem;
}

.pl-10 {
  padding-left: 0.625rem;
}

.pl-20 {
  padding-left: 1.25rem;
}

.pl-30 {
  padding-left: 1.875rem;
}

.pl-40 {
  padding-left: 2.5rem;
}

.pl-50 {
  padding-left: 3.125rem;
}

.pl-60 {
  padding-left: 3.75rem;
}

.pl-70 {
  padding-left: 4.375rem;
}

.pl-80 {
  padding-left: 5rem;
}

.pl-90 {
  padding-left: 5.625rem;
}

.pl-100 {
  padding-left: 6.25rem;
}

@media all and (max-width: 680px) {
  .pl-0-sp {
    padding-left: 0rem;
  }
}

.ml-0 {
  margin-left: 0rem;
}

.ml-10 {
  margin-left: 0.625rem;
}

.ml-15 {
  margin-left: 0.9375rem;
}

.ml-20 {
  margin-left: 1.25rem;
}

.ml-30 {
  margin-left: 1.875rem;
}

.ml-40 {
  margin-left: 2.5rem;
}

.ml-50 {
  margin-left: 3.125rem;
}

.ml-60 {
  margin-left: 3.75rem;
}

.ml-70 {
  margin-left: 4.375rem;
}

.ml-80 {
  margin-left: 5rem;
}

.ml-90 {
  margin-left: 5.625rem;
}

.ml-100 {
  margin-left: 6.25rem;
}

@media all and (max-width: 680px) {
  .ml-0-sp {
    margin-left: 0rem;
  }
}

.pr-0 {
  padding-right: 0rem;
}

.pr-10 {
  padding-right: 0.625rem;
}

.pr-20 {
  padding-right: 1.25rem;
}

.pr-30 {
  padding-right: 1.875rem;
}

.pr-40 {
  padding-right: 2.5rem;
}

.pr-50 {
  padding-right: 3.125rem;
}

.pr-60 {
  padding-right: 3.75rem;
}

.pr-70 {
  padding-right: 4.375rem;
}

.pr-80 {
  padding-right: 5rem;
}

.pr-90 {
  padding-right: 5.625rem;
}

.pr-100 {
  padding-right: 6.25rem;
}

.px-0 {
  padding-left: 0rem;
  padding-right: 0rem;
}

.px-10 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-20 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-30 {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.px-40 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-50 {
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}

.px-60 {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.px-70 {
  padding-left: 4.375rem;
  padding-right: 4.375rem;
}

.px-80 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.px-90 {
  padding-left: 5.625rem;
  padding-right: 5.625rem;
}

.px-100 {
  padding-left: 6.25rem;
  padding-right: 6.25rem;
}

.p-10 {
  padding: 0.625rem;
}

.p-20 {
  padding: 1.25rem;
}

.p-30 {
  padding: 1.875rem;
}

.p-40 {
  padding: 2.5rem;
}

.p-50 {
  padding: 3.125rem;
}

.p-60 {
  padding: 3.75rem;
}

.p-100 {
  padding: 6.25rem;
}

@media all and (max-width: 680px) {
  .p-10-sp {
    padding: 0.625rem;
  }
}

@media all and (max-width: 680px) {
  .p-20-sp {
    padding: 1.25rem;
  }
}

@media all and (max-width: 680px) {
  .p-30-sp {
    padding: 1.875rem;
  }
}

@media all and (max-width: 680px) {
  .p-40-sp {
    padding: 2.5rem;
  }
}

@media all and (max-width: 680px) {
  .p-50-sp {
    padding: 3.125rem;
  }
}

@media all and (max-width: 680px) {
  .p-60-sp {
    padding: 3.75rem;
  }
}

@media all and (max-width: 680px) {
  .p-100-sp {
    padding: 6.25rem;
  }
}

.py-0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.py-10 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-20 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-30 {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.py-40 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-50 {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.py-60 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.py-70 {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}

.py-80 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-90 {
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
}

.py-100 {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.my-0 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.my-10 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.my-20 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-30 {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.my-40 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-50 {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

.my-60 {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.my-70 {
  margin-top: 4.375rem;
  margin-bottom: 4.375rem;
}

.my-80 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.my-90 {
  margin-top: 5.625rem;
  margin-bottom: 5.625rem;
}

.my-100 {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}

.align-center {
  align-items: center !important;
}

.align-baseline {
  align-items: baseline !important;
}

@media all and (max-width: 680px) {
  .mt-0-sp {
    margin-top: 0rem;
  }
  .mt-10-sp {
    margin-top: 0.625rem;
  }
  .mt-20-sp {
    margin-top: 1.25rem;
  }
  .mt-30-sp {
    margin-top: 1.875rem;
  }
  .mt-40-sp {
    margin-top: 2.5rem;
  }
  .mt-50-sp {
    margin-top: 3.125rem;
  }
  .mt-60-sp {
    margin-top: 3.75rem;
  }
  .mt-70-sp {
    margin-top: 4.375rem;
  }
  .mt-80-sp {
    margin-top: 5rem;
  }
  .mt-90-sp {
    margin-top: 5.625rem;
  }
  .mt-100-sp {
    margin-top: 6.25rem;
  }
  .mb-0-sp {
    margin-bottom: 0rem;
  }
  .mb-10-sp {
    margin-bottom: 0.625rem;
  }
  .mb-20-sp {
    margin-bottom: 1.25rem;
  }
  .mb-30-sp {
    margin-bottom: 1.875rem;
  }
  .mb-40-sp {
    margin-bottom: 2.5rem;
  }
  .mb-50-sp {
    margin-bottom: 3.125rem;
  }
  .mb-60-sp {
    margin-bottom: 3.75rem;
  }
  .mb-70-sp {
    margin-bottom: 4.375rem;
  }
  .mb-80-sp {
    margin-bottom: 5rem;
  }
  .mb-90-sp {
    margin-bottom: 5.625rem;
  }
  .mb-100-sp {
    margin-bottom: 6.25rem;
  }
  .pt-0-sp {
    padding-top: 0rem;
  }
  .pt-10-sp {
    padding-top: 0.625rem;
  }
  .pt-20-sp {
    padding-top: 1.25rem;
  }
  .pt-30-sp {
    padding-top: 1.875rem;
  }
  .pt-40-sp {
    padding-top: 2.5rem;
  }
  .pt-50-sp {
    padding-top: 3.125rem;
  }
  .pt-60-sp {
    padding-top: 3.75rem;
  }
  .pt-70-sp {
    padding-top: 4.375rem;
  }
  .pt-80-sp {
    padding-top: 5rem;
  }
  .pt-90-sp {
    padding-top: 5.625rem;
  }
  .pt-100-sp {
    padding-top: 6.25rem;
  }
  .pb-0-sp {
    padding-bottom: 0rem;
  }
  .pb-10-sp {
    padding-bottom: 0.625rem;
  }
  .pb-20-sp {
    padding-bottom: 1.25rem;
  }
  .pb-30-sp {
    padding-bottom: 1.875rem;
  }
  .pb-40-sp {
    padding-bottom: 2.5rem;
  }
  .pb-50-sp {
    padding-bottom: 3.125rem;
  }
  .pb-60-sp {
    padding-bottom: 3.75rem;
  }
  .pb-70-sp {
    padding-bottom: 4.375rem;
  }
  .pb-80-sp {
    padding-bottom: 5rem;
  }
  .pb-90-sp {
    padding-bottom: 5.625rem;
  }
  .pb-100-sp {
    padding-bottom: 6.25rem;
  }
  .py-0-sp {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .py-10-sp {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .py-20-sp {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .py-30-sp {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .py-40-sp {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .py-50-sp {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  .py-60-sp {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .py-70-sp {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
  .py-80-sp {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .py-90-sp {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
  .py-100-sp {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  .px-0-sp {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .px-10-sp {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .px-20-sp {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .px-30-sp {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .px-40-sp {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .px-50-sp {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
  .px-60-sp {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
  .px-70-sp {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }
  .px-80-sp {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .px-90-sp {
    padding-left: 5.625rem;
    padding-right: 5.625rem;
  }
  .px-100-sp {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
  .my-0-sp {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
  .my-10-sp {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .my-20-sp {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .my-30-sp {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
  .my-40-sp {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .my-50-sp {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }
  .my-60-sp {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
  .my-70-sp {
    margin-top: 4.375rem;
    margin-bottom: 4.375rem;
  }
  .my-80-sp {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .my-90-sp {
    margin-top: 5.625rem;
    margin-bottom: 5.625rem;
  }
  .my-100-sp {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
  .align-center-sp {
    align-items: center !important;
  }
}
.fw-300 {
  font-weight: 300;
}

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

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

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

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

.fz10 {
  font-size: 0.625rem;
}

.fz11 {
  font-size: 0.6875rem;
}

.fz12 {
  font-size: 0.75rem;
}

.fz13 {
  font-size: 0.8125rem;
}

.fz14 {
  font-size: 0.875rem;
}

.fz15 {
  font-size: 0.9375rem;
}

.fz16 {
  font-size: 1rem;
}

.fz17 {
  font-size: 1.0625rem;
}

.fz18 {
  font-size: 1.125rem;
}

.fz19 {
  font-size: 1.1875rem;
}

.fz20 {
  font-size: 1.25rem;
}

.fz21 {
  font-size: 1.3125rem;
}

.fz22 {
  font-size: 1.375rem;
}

.fz23 {
  font-size: 1.4375rem;
}

.fz24 {
  font-size: 1.5rem;
}

.fz25 {
  font-size: 1.5625rem;
}

.fz26 {
  font-size: 1.625rem;
}

.fz27 {
  font-size: 1.6875rem;
}

.fz28 {
  font-size: 1.75rem;
}

.fz29 {
  font-size: 1.8125rem;
}

.fz30 {
  font-size: 1.875rem;
}

.fz31 {
  font-size: 1.9375rem;
}

.fz32 {
  font-size: 2rem;
}

.fz33 {
  font-size: 2.0625rem;
}

.fz34 {
  font-size: 2.125rem;
}

.fz35 {
  font-size: 2.1875rem;
}

.fz36 {
  font-size: 2.25rem;
}

.fz37 {
  font-size: 2.3125rem;
}

.fz38 {
  font-size: 2.375rem;
}

.fz39 {
  font-size: 2.4375rem;
}

.fz40 {
  font-size: 2.5rem;
}

.fz60 {
  font-size: 3.75rem;
}

@media all and (max-width: 1080px) {
  .fz10-tab {
    font-size: 0.625rem;
  }
}

@media all and (max-width: 1080px) {
  .fz11-tab {
    font-size: 0.6875rem;
  }
}

@media all and (max-width: 1080px) {
  .fz12-tab {
    font-size: 0.75rem;
  }
}

@media all and (max-width: 1080px) {
  .fz13-tab {
    font-size: 0.8125rem;
  }
}

@media all and (max-width: 1080px) {
  .fz14-tab {
    font-size: 0.875rem;
  }
}

@media all and (max-width: 1080px) {
  .fz15-tab {
    font-size: 0.9375rem;
  }
}

@media all and (max-width: 1080px) {
  .fz16-tab {
    font-size: 1rem;
  }
}

@media all and (max-width: 1080px) {
  .fz17-tab {
    font-size: 1.0625rem;
  }
}

@media all and (max-width: 1080px) {
  .fz18-tab {
    font-size: 1.125rem;
  }
}

@media all and (max-width: 1080px) {
  .fz19-tab {
    font-size: 1.1875rem;
  }
}

@media all and (max-width: 1080px) {
  .fz20-tab {
    font-size: 1.25rem;
  }
}

@media all and (max-width: 1080px) {
  .fz21-tab {
    font-size: 1.3125rem;
  }
}

@media all and (max-width: 1080px) {
  .fz22-tab {
    font-size: 1.375rem;
  }
}

@media all and (max-width: 1080px) {
  .fz23-tab {
    font-size: 1.4375rem;
  }
}

@media all and (max-width: 1080px) {
  .fz24-tab {
    font-size: 1.5rem;
  }
}

@media all and (max-width: 1080px) {
  .fz25-tab {
    font-size: 1.5625rem;
  }
}

@media all and (max-width: 1080px) {
  .fz26-tab {
    font-size: 1.625rem;
  }
}

@media all and (max-width: 1080px) {
  .fz27-tab {
    font-size: 1.6875rem;
  }
}

@media all and (max-width: 1080px) {
  .fz28-tab {
    font-size: 1.75rem;
  }
}

@media all and (max-width: 1080px) {
  .fz29-tab {
    font-size: 1.8125rem;
  }
}

@media all and (max-width: 1080px) {
  .fz30-tab {
    font-size: 1.875rem;
  }
}

@media all and (max-width: 1080px) {
  .fz31-tab {
    font-size: 1.9375rem;
  }
}

@media all and (max-width: 1080px) {
  .fz32-tab {
    font-size: 2rem;
  }
}

@media all and (max-width: 1080px) {
  .fz33-tab {
    font-size: 2.0625rem;
  }
}

@media all and (max-width: 1080px) {
  .fz34-tab {
    font-size: 2.125rem;
  }
}

@media all and (max-width: 1080px) {
  .fz35-tab {
    font-size: 2.1875rem;
  }
}

@media all and (max-width: 1080px) {
  .fz36-tab {
    font-size: 2.25rem;
  }
}

@media all and (max-width: 1080px) {
  .fz37-tab {
    font-size: 2.3125rem;
  }
}

@media all and (max-width: 1080px) {
  .fz38-tab {
    font-size: 2.375rem;
  }
}

@media all and (max-width: 1080px) {
  .fz39-tab {
    font-size: 2.4375rem;
  }
}

@media all and (max-width: 1080px) {
  .fz40-tab {
    font-size: 2.5rem;
  }
}

@media all and (max-width: 680px) {
  .fz10-sp {
    font-size: 0.625rem;
  }
}

@media all and (max-width: 680px) {
  .fz11-sp {
    font-size: 0.6875rem;
  }
}

@media all and (max-width: 680px) {
  .fz12-sp {
    font-size: 0.75rem;
  }
}

@media all and (max-width: 680px) {
  .fz13-sp {
    font-size: 0.8125rem;
  }
}

@media all and (max-width: 680px) {
  .fz14-sp {
    font-size: 0.875rem;
  }
}

@media all and (max-width: 680px) {
  .fz15-sp {
    font-size: 0.9375rem;
  }
}

@media all and (max-width: 680px) {
  .fz16-sp {
    font-size: 1rem;
  }
}

@media all and (max-width: 680px) {
  .fz17-sp {
    font-size: 1.0625rem;
  }
}

@media all and (max-width: 680px) {
  .fz18-sp {
    font-size: 1.125rem;
  }
}

@media all and (max-width: 680px) {
  .fz19-sp {
    font-size: 1.1875rem;
  }
}

@media all and (max-width: 680px) {
  .fz20-sp {
    font-size: 1.25rem;
  }
}

@media all and (max-width: 680px) {
  .fz21-sp {
    font-size: 1.3125rem;
  }
}

@media all and (max-width: 680px) {
  .fz22-sp {
    font-size: 1.375rem;
  }
}

@media all and (max-width: 680px) {
  .fz23-sp {
    font-size: 1.4375rem;
  }
}

@media all and (max-width: 680px) {
  .fz24-sp {
    font-size: 1.5rem;
  }
}

@media all and (max-width: 680px) {
  .fz25-sp {
    font-size: 1.5625rem;
  }
}

@media all and (max-width: 680px) {
  .fz26-sp {
    font-size: 1.625rem;
  }
}

@media all and (max-width: 680px) {
  .fz27-sp {
    font-size: 1.6875rem;
  }
}

@media all and (max-width: 680px) {
  .fz28-sp {
    font-size: 1.75rem;
  }
}

@media all and (max-width: 680px) {
  .fz29-sp {
    font-size: 1.8125rem;
  }
}

@media all and (max-width: 680px) {
  .fz30-sp {
    font-size: 1.875rem;
  }
}

@media all and (max-width: 680px) {
  .fz31-sp {
    font-size: 1.9375rem;
  }
}

@media all and (max-width: 680px) {
  .fz32-sp {
    font-size: 2rem;
  }
}

@media all and (max-width: 680px) {
  .fz33-sp {
    font-size: 2.0625rem;
  }
}

@media all and (max-width: 680px) {
  .fz34-sp {
    font-size: 2.125rem;
  }
}

@media all and (max-width: 680px) {
  .fz35-sp {
    font-size: 2.1875rem;
  }
}

@media all and (max-width: 680px) {
  .fz36-sp {
    font-size: 2.25rem;
  }
}

@media all and (max-width: 680px) {
  .fz37-sp {
    font-size: 2.3125rem;
  }
}

@media all and (max-width: 680px) {
  .fz38-sp {
    font-size: 2.375rem;
  }
}

@media all and (max-width: 680px) {
  .fz39-sp {
    font-size: 2.4375rem;
  }
}

@media all and (max-width: 680px) {
  .fz40-sp {
    font-size: 2.5rem;
  }
}

.fz0_5em {
  font-size: 0.5em;
}

.fz0_6em {
  font-size: 0.6em;
}

.fz0_7em {
  font-size: 0.7em;
}

.fz0_8em {
  font-size: 0.8em;
}

.fz0_9em {
  font-size: 0.9em;
}

.fz1_0em {
  font-size: 1em;
}

.fz1_1em {
  font-size: 1.1em;
}

.fz1_2em {
  font-size: 1.2em;
}

.fz1_3em {
  font-size: 1.3em;
}

.fz1_4em {
  font-size: 1.4em;
}

.fz1_5em {
  font-size: 1.5em;
}

.fz1_6em {
  font-size: 1.6em;
}

.fz1_7em {
  font-size: 1.7em;
}

.fz1_8em {
  font-size: 1.8em;
}

.fz1_9em {
  font-size: 1.9em;
}

.fz2_0em {
  font-size: 2em;
}

.fz2_1em {
  font-size: 2.1em;
}

.fz2_2em {
  font-size: 2.2em;
}

.fz2_3em {
  font-size: 2.3em;
}

.fz2_4em {
  font-size: 2.4em;
}

.fz2_5em {
  font-size: 2.5em;
}

.fz2_6em {
  font-size: 2.6em;
}

.fz2_7em {
  font-size: 2.7em;
}

.fz2_8em {
  font-size: 2.8em;
}

.fz2_9em {
  font-size: 2.9em;
}

.fz3_0em {
  font-size: 3em;
}

@media all and (max-width: 680px) {
  .fz0_5em-sp {
    font-size: 0.5em;
  }
}

@media all and (max-width: 680px) {
  .fz0_6em-sp {
    font-size: 0.6em;
  }
}

@media all and (max-width: 680px) {
  .fz0_7em-sp {
    font-size: 0.7em;
  }
}

@media all and (max-width: 680px) {
  .fz0_8em-sp {
    font-size: 0.8em;
  }
}

@media all and (max-width: 680px) {
  .fz0_9em-sp {
    font-size: 0.9em;
  }
}

@media all and (max-width: 680px) {
  .fz1_0em-sp {
    font-size: 1em;
  }
}

@media all and (max-width: 680px) {
  .fz1_1em-sp {
    font-size: 1.1em;
  }
}

@media all and (max-width: 680px) {
  .fz1_2em-sp {
    font-size: 1.2em;
  }
}

@media all and (max-width: 680px) {
  .fz1_3em-sp {
    font-size: 1.3em;
  }
}

@media all and (max-width: 680px) {
  .fz1_4em-sp {
    font-size: 1.4em;
  }
}

@media all and (max-width: 680px) {
  .fz1_5em-sp {
    font-size: 1.5em;
  }
}

@media all and (max-width: 680px) {
  .fz1_6em-sp {
    font-size: 1.6em;
  }
}

@media all and (max-width: 680px) {
  .fz1_7em-sp {
    font-size: 1.7em;
  }
}

@media all and (max-width: 680px) {
  .fz1_8em-sp {
    font-size: 1.8em;
  }
}

@media all and (max-width: 680px) {
  .fz1_9em-sp {
    font-size: 1.9em;
  }
}

@media all and (max-width: 680px) {
  .fz2_0em-sp {
    font-size: 2em;
  }
}

@media all and (max-width: 680px) {
  .fz2_1em-sp {
    font-size: 2.1em;
  }
}

@media all and (max-width: 680px) {
  .fz2_2em-sp {
    font-size: 2.2em;
  }
}

@media all and (max-width: 680px) {
  .fz2_3em-sp {
    font-size: 2.3em;
  }
}

@media all and (max-width: 680px) {
  .fz2_4em-sp {
    font-size: 2.4em;
  }
}

@media all and (max-width: 680px) {
  .fz2_5em-sp {
    font-size: 2.5em;
  }
}

@media all and (max-width: 680px) {
  .fz2_6em-sp {
    font-size: 2.6em;
  }
}

@media all and (max-width: 680px) {
  .fz2_7em-sp {
    font-size: 2.7em;
  }
}

@media all and (max-width: 680px) {
  .fz2_8em-sp {
    font-size: 2.8em;
  }
}

@media all and (max-width: 680px) {
  .fz2_9em-sp {
    font-size: 2.9em;
  }
}

@media all and (max-width: 680px) {
  .fz3_0em-sp {
    font-size: 3em;
  }
}

.lh-1_0 {
  line-height: 1;
}

.lh-1_1 {
  line-height: 1.1;
}

.lh-1_2 {
  line-height: 1.2;
}

.lh-1_4 {
  line-height: 1.4;
}

.lh-1_6 {
  line-height: 1.6;
}

.lh-1_8 {
  line-height: 1.8;
}

.lh-2_0 {
  line-height: 2;
}

.lh-2_2 {
  line-height: 2.2;
}

.lh-2_5 {
  line-height: 2.5;
}

[class*=items-].items-start {
  align-items: flex-start;
}

[class*=items-].items-center {
  align-items: center;
}

[class*=items-].items-end {
  align-items: flex-end;
}

[class*=items-].items-baseline {
  align-items: baseline;
}

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

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

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

.pos-sticky {
  position: sticky !important;
}

.pos-static {
  position: static !important;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.z-4 {
  z-index: 4;
}

.z-5 {
  z-index: 5;
}

.z-10 {
  z-index: 10;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

@media all and (min-width: 681px) {
  .pc-text-center {
    text-align: center;
  }
}

@media all and (max-width: 680px) {
  .sp-text-center {
    text-align: center;
  }
}

.w-8 {
  width: 0.5rem;
}

.w-9 {
  width: 0.5625rem;
}

.w-10 {
  width: 0.625rem;
}

.w-11 {
  width: 0.6875rem;
}

.w-12 {
  width: 0.75rem;
}

.w-13 {
  width: 0.8125rem;
}

.w-14 {
  width: 0.875rem;
}

.w-15 {
  width: 0.9375rem;
}

.w-16 {
  width: 1rem;
}

.w-17 {
  width: 1.0625rem;
}

.w-18 {
  width: 1.125rem;
}

.w-19 {
  width: 1.1875rem;
}

.w-20 {
  width: 1.25rem;
}

.w-25p {
  width: 25%;
}

.w-50p {
  width: 50%;
}

.w-75p {
  width: 75%;
}

.w-100p {
  width: 100%;
}

.w-em-1 {
  width: 1em;
}

.w-em-1_2 {
  width: 1.2em;
}

.w-em-1_4 {
  width: 1.4em;
}

.w-em-1_6 {
  width: 1.6em;
}

.w-em-1_8 {
  width: 1.8em;
}

.w-em-2 {
  width: 2em;
}

.reset-svg {
  width: 100%;
  display: block;
}

.flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

@media all and (max-width: 680px) {
  .sp-flex-column {
    flex-direction: column;
  }
}

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

@media all and (max-width: 680px) {
  .justify-start-sp {
    justify-content: flex-start;
  }
}

@media all and (max-width: 680px) {
  .justify-center-sp {
    justify-content: center;
  }
}

@media all and (max-width: 680px) {
  .justify-end-sp {
    justify-content: flex-end;
  }
}

.flex-1 {
  flex: 1;
}

.flex-06 {
  flex: 0.6;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-shrink-0_5 {
  flex-shrink: 0.5;
}

.gap-5 {
  gap: 0.3125rem;
}

.gap-10 {
  gap: 0.625rem;
}

.gap-15 {
  gap: 0.9375rem;
}

.gap-20 {
  gap: 1.25rem;
}

.gap-25 {
  gap: 1.5625rem;
}

.gap-30 {
  gap: 1.875rem;
}

.gap-40 {
  gap: 2.5rem;
}

.gap-50 {
  gap: 3.125rem;
}

.gap-60 {
  gap: 3.75rem;
}

.gap-70 {
  gap: 4.375rem;
}

.gap-80 {
  gap: 5rem;
}

.gap-90 {
  gap: 5.625rem;
}

.gap-100 {
  gap: 6.25rem;
}

.gap-x-10 {
  gap: 0 0.625rem;
}

.gap-x-20 {
  gap: 0 0.625rem;
}

@media all and (max-width: 680px) {
  .gap-0-sp {
    gap: 0;
  }
}

@media all and (max-width: 680px) {
  .gap-10-sp {
    gap: 0.625rem;
  }
}

@media all and (max-width: 680px) {
  .gap-15-sp {
    gap: 0.9375rem;
  }
}

@media all and (max-width: 680px) {
  .gap-20-sp {
    gap: 1.25rem;
  }
}

@media all and (max-width: 680px) {
  .gap-25-sp {
    gap: 1.5625rem;
  }
}

@media all and (max-width: 680px) {
  .gap-30-sp {
    gap: 1.875rem;
  }
}

@media all and (max-width: 680px) {
  .gap-40-sp {
    gap: 2.5rem;
  }
}

@media all and (max-width: 680px) {
  .gap-50-sp {
    gap: 3.125rem;
  }
}

@media all and (max-width: 680px) {
  .gap-60-sp {
    gap: 3.75rem;
  }
}

@media all and (max-width: 680px) {
  .gap-70-sp {
    gap: 4.375rem;
  }
}

@media all and (max-width: 680px) {
  .gap-80-sp {
    gap: 5rem;
  }
}

@media all and (max-width: 680px) {
  .gap-90-sp {
    gap: 5.625rem;
  }
}

@media all and (max-width: 680px) {
  .gap-100-sp {
    gap: 6.25rem;
  }
}

.sup {
  position: relative;
  top: -0.8em;
}

.color-key {
  color: #005993;
}

.color-key2 {
  color: #00719d;
}

.color-key3 {
  color: #0062b1;
}

.color-key4 {
  color: #04551e;
}

.color-key5 {
  color: #006837;
}

.color-key6 {
  color: #644887;
}

.color-key7 {
  color: #40a631;
}

.color-key8 {
  color: #8c6239;
}

.color-main {
  color: #231815;
}

.color-white {
  color: #fff;
}

.color-gray {
  color: #afafaf;
}

.color-red {
  color: #bf0000;
}

.bg-key {
  background-color: #005993;
}

.bg-key2 {
  background-color: #00719d;
}

.bg-key3 {
  background-color: #0062b1;
}

.bg-key4 {
  background-color: #04551e;
}

.bg-key5 {
  background-color: #006837;
}

.bg-l-blue {
  background-color: #dfedf3 !important;
}

.bg-l-blue2 {
  background-color: #e8f0f5 !important;
}

.bg-white {
  background-color: #fff;
}

html[data-theme=dark] .dark-invert-white {
  filter: brightness(0) invert(1);
}

.u-hide-pc {
  display: none !important;
}

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

.u-hide-sp-inline {
  display: inline !important;
}

@media all and (max-width: 1080px) {
  .u-hide-tab {
    display: none !important;
  }
}
@media all and (max-width: 680px) {
  .u-hide-pc {
    display: block !important;
  }
  .u-hide-sp {
    display: none !important;
  }
  .u-hide-sp-inline {
    display: inline !important;
  }
}
.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

@media all and (min-width: 681px) {
  .d-flex-pc {
    display: flex;
  }
}

@media all and (min-width: 681px) {
  .d-block-pc {
    display: block;
  }
}

@media all and (min-width: 681px) {
  .d-none-pc {
    display: none;
  }
}

@media all and (min-width: 681px) {
  .d-inline-pc {
    display: inline;
  }
}

@media all and (min-width: 681px) {
  .d-iblock-pc {
    display: inline-block;
  }
}

@media all and (max-width: 680px) {
  .d-flex-sp {
    display: flex;
  }
}

@media all and (max-width: 680px) {
  .d-block-sp {
    display: block;
  }
}

@media all and (max-width: 680px) {
  .d-none-sp {
    display: none;
  }
}

@media all and (max-width: 680px) {
  .d-inline-sp {
    display: inline;
  }
}

@media all and (max-width: 680px) {
  .d-iblock-sp {
    display: inline-block;
  }
}

.maxw-400 {
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto;
}

.maxw-460 {
  max-width: 28.75rem;
  margin-left: auto;
  margin-right: auto;
}

.maxw-520 {
  max-width: 32.5rem;
  margin-left: auto;
  margin-right: auto;
}

.maxw-580 {
  max-width: 36.25rem;
  margin-left: auto;
  margin-right: auto;
}

.maxw-640 {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.maxw-680 {
  max-width: 42.5rem;
  margin-left: auto;
  margin-right: auto;
}

.maxw-720 {
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
}

.maxw-740 {
  max-width: 46.25rem;
  margin-left: auto;
  margin-right: auto;
}

.maxw-760 {
  max-width: 47.5rem;
  margin-left: auto;
  margin-right: auto;
}

.maxw-800 {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.maxw-968 {
  max-width: 60.5rem;
  margin-left: auto;
  margin-right: auto;
}

.maxw-1024 {
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.maxw-1280 {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.h-auto {
  height: auto;
}

@media all and (max-width: 680px) {
  .sp-w90 {
    width: calc(100% + 1.25rem);
    position: relative;
    left: -0.625rem;
  }
}

@media all and (max-width: 680px) {
  .sp-w100 {
    width: calc(100% + 2.5rem);
    position: relative;
    left: -1.25rem;
  }
}

.grid {
  display: grid;
}

.gtc-1 {
  grid-template-columns: 1fr;
}

.gtc-2 {
  grid-template-columns: 1fr 1fr;
}

.gtc-2-auto {
  grid-template-columns: auto 1fr;
}

.gtc-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-40-100 {
  grid-template-columns: 0.4fr 1fr;
}

.grid-50-100 {
  grid-template-columns: 0.5fr 1fr;
}

.grid-60-100 {
  grid-template-columns: 0.6fr 1fr;
}

.grid-80-100 {
  grid-template-columns: 0.8fr 1fr;
}

.grid-100-40 {
  grid-template-columns: 1fr 0.4fr;
}

.grid-100-50 {
  grid-template-columns: 1fr 0.5fr;
}

.grid-100-60 {
  grid-template-columns: 1fr 0.6fr;
}

.grid-100-80 {
  grid-template-columns: 1fr 0.8fr;
}

.grid-60-100 {
  grid-template-columns: 0.6fr 1fr;
}

.grid-100-100 {
  grid-template-columns: 1fr 1fr;
}

.grid-80-100 {
  grid-template-columns: 0.8fr 1fr;
}

.grid-100-60 {
  grid-template-columns: 1fr 0.6fr;
}

.grid-100-80 {
  grid-template-columns: 1fr 0.8fr;
}

@media all and (max-width: 680px) {
  .gtc-2-sp {
    grid-template-columns: 1fr 1fr;
  }
}

@media all and (max-width: 680px) {
  .gtc-1-sp {
    grid-template-columns: 1fr;
  }
}

@media all and (max-width: 1080px) {
  .gtc-1-tab {
    grid-template-columns: 1fr;
  }
}

@media all and (max-width: 968px) {
  .gtc-1-tab2 {
    grid-template-columns: 1fr;
  }
}

@media all and (max-width: 680px) {
  .grid-40-100-sp {
    grid-template-columns: 0.4fr 1fr;
  }
}

@media all and (max-width: 680px) {
  .grid-60-100-sp {
    grid-template-columns: 0.6fr 1fr;
  }
}

@media all and (max-width: 680px) {
  .grid-80-100-sp {
    grid-template-columns: 0.8fr 1fr;
  }
}

@media all and (max-width: 680px) {
  .grid-100-40-sp {
    grid-template-columns: 1fr 0.4fr;
  }
}

@media all and (max-width: 680px) {
  .grid-100-60-sp {
    grid-template-columns: 1fr 0.6fr;
  }
}

@media all and (max-width: 680px) {
  .grid-100-80-sp {
    grid-template-columns: 1fr 0.8fr;
  }
}

.grid-auto-fit-col2 {
  grid-template-columns: repeat(auto-fill, minmax(var(--min-width, 12.5rem), 1fr));
}
@media all and (max-width: 680px) {
  .grid-auto-fit-col2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media all and (min-width: 681px) {
  .gtc-2-pc {
    grid-template-columns: 1fr 1fr;
  }
}

@media all and (min-width: 681px) {
  .grid-40-100-pc {
    grid-template-columns: 0.4fr 1fr;
  }
}

@media all and (min-width: 681px) {
  .grid-60-100-pc {
    grid-template-columns: 0.6fr 1fr;
  }
}

@media all and (min-width: 681px) {
  .grid-80-100-pc {
    grid-template-columns: 0.8fr 1fr;
  }
}

@media all and (min-width: 681px) {
  .grid-100-40-pc {
    grid-template-columns: 1fr 0.4fr;
  }
}

@media all and (min-width: 681px) {
  .grid-100-60-pc {
    grid-template-columns: 1fr 0.6fr;
  }
}

@media all and (min-width: 681px) {
  .grid-100-80-pc {
    grid-template-columns: 1fr 0.8fr;
  }
}

.dot-list > li {
  display: flex;
}
.dot-list > li:before {
  content: "・";
  flex-shrink: 0;
}

.list-none {
  list-style: none;
}

.list-disc {
  list-style: disc;
}

.list-circle {
  list-style: circle;
}

.list-square {
  list-style: square;
}

.list-decimal {
  list-style: decimal;
}

.list-lower-alpha {
  list-style: lower-alpha;
}

.list-upper-alpha {
  list-style: upper-alpha;
}

.list-lower-roman {
  list-style: lower-roman;
}

.list-upper-roman {
  list-style: upper-roman;
}

.list-inside {
  list-style-position: inside;
}

.list-outside {
  list-style-position: outside;
  padding-left: 1.25em;
}

.list-marker-gap-10 > li {
  padding-left: 0.625rem;
}

.list-marker-gap-15 > li {
  padding-left: 0.9375rem;
}

.list-marker-gap-20 > li {
  padding-left: 1.25rem;
}

.list-marker-gap-25 > li {
  padding-left: 1.5625rem;
}

.list-marker-gap-30 > li {
  padding-left: 1.875rem;
}

.list-marker-gap-35 > li {
  padding-left: 2.1875rem;
}

.list-marker-gap-40 > li {
  padding-left: 2.5rem;
}

.list-marker-gap-50 > li {
  padding-left: 3.125rem;
}

.list-gap-10 > li {
  margin-bottom: 0.625rem;
}

.list-gap-15 > li {
  margin-bottom: 0.9375rem;
}

.list-gap-20 > li {
  margin-bottom: 1.25rem;
}

.list-gap-30 > li {
  margin-bottom: 1.875rem;
}

.list-no-last-margin > li:last-child {
  margin-bottom: 0;
}

.nowrap {
  white-space: nowrap;
}

.inner {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  backface-visibility: hidden;
}
@media all and (max-width: 680px) {
  .inner {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
}

.inner-box-hg {
  max-width: 90.625rem;
  margin-left: auto;
  margin-right: auto;
}

.inner-box-xl {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.inner-box-l {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.inner-box-m {
  max-width: 65rem;
  margin-left: auto;
  margin-right: auto;
}

.inner-box-s {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

body {
  overflow-x: hidden;
  /* 横スクロールを無効化 */
}

.box-shadow {
  background-color: #fff;
  box-shadow: 0 0.625rem 0.625rem #bcd8e5;
}

.box-shadow-inset {
  background-color: #fff;
  box-shadow: inset 0 -0.625rem 0.625rem #bcd8e5;
}

.box-shadow-inset2 {
  background-color: #fff;
  box-shadow: inset 0 -0.3125rem 0.3125rem rgba(188, 216, 229, 0.3);
}

.box-shadow-gray {
  box-shadow: 0 0.625rem 0.625rem rgba(51, 51, 51, 0.1);
}

@media all and (min-width: 681px) {
  .box-shadow-pc {
    background-color: #fff;
    box-shadow: 0 0.625rem 0.625rem #bcd8e5;
  }
}

@media all and (max-width: 680px) {
  .box-shadow-sp {
    background-color: #fff;
    box-shadow: 0 0.625rem 0.625rem #bcd8e5;
  }
}

.bd-all {
  border: 0.0625rem solid var(--bd-color, #005993) !important;
}

.bd-bb {
  border-bottom: 0.0625rem solid #0062b1;
}

.bd-bt {
  border-top: 0.0625rem solid #0062b1;
}

.bd-bb-blue {
  border-bottom: 0.0625rem solid #0d92b6;
}

.cmn-arrow {
  width: 1.45em;
  flex-shrink: 0;
  display: flex;
}
.cmn-arrow img {
  width: 100%;
}

.prev-link {
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  outline: none;
  box-shadow: none;
  line-height: 1.4;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.5em;
  color: #005993;
  line-height: 1.2;
  font-size: 1.25rem;
  font-weight: 500;
  position: relative;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
}
.prev-link:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .prev-link:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.prev-link:active {
  opacity: 0.7;
  text-decoration: none;
}
.prev-link .cmn-arrow {
  scale: -1 1;
}

.small-btn {
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  outline: none;
  box-shadow: none;
  line-height: 1.4;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.5em;
  color: #005993;
  line-height: 1.2;
  font-size: 1.125rem;
  font-weight: 500;
  position: relative;
  padding: 0.5em 1em;
  border-radius: 0.625rem;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
}
.small-btn:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .small-btn:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.small-btn:active {
  opacity: 0.7;
  text-decoration: none;
}

.cmn-btn {
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  outline: none;
  box-shadow: none;
  line-height: 1.4;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 29.375rem;
  gap: 0.5em;
  width: 100%;
  border-radius: 0.3125rem;
  background-color: #005993;
  padding: 0.65em 1em;
  line-height: 1.2;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  position: relative;
  transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.cmn-btn:hover {
  text-decoration: none;
}
.cmn-btn:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .cmn-btn:hover {
    filter: brightness(1.1);
  }
}
.cmn-btn:active {
  filter: brightness(1.1);
}
.cmn-btn--white {
  background-color: #fff;
  color: #005993;
  border: 0.0625rem solid #005993;
  transition: all 0.2s ease 0s;
}
.cmn-btn--white:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .cmn-btn--white:hover {
    filter: brightness(0.95);
  }
}
.cmn-btn--white:active {
  filter: brightness(0.95);
}
.cmn-btn__search {
  width: 1.2em;
  aspect-ratio: 1/1;
  background-color: #fff;
  mask-image: url(../images/common/icon_search.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url(../images/common/icon_search.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.cmn-btn .cmn-arrow {
  filter: brightness(0) invert(1);
}

.bg-key {
  background-color: #005993;
}

.bg-white {
  background-color: #fff;
}

.rad-10 {
  border-radius: 0.625rem;
  overflow: hidden;
  position: relative;
}

.page-heading {
  margin-top: 5rem;
  position: relative;
  min-height: 34rem;
  padding: 1.875rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 1220px) {
  .page-heading {
    min-height: 22.5rem;
  }
}
@media all and (max-width: 1080px) {
  .page-heading {
    min-height: 18.75rem;
  }
}
@media all and (max-width: 968px) {
  .page-heading {
    margin-top: 3.375rem;
  }
}
@media all and (max-width: 680px) {
  .page-heading {
    min-height: 12.5rem;
  }
}
.page-heading__text {
  position: absolute;
  z-index: 10;
  font-size: 2.625rem;
  font-weight: 500;
  color: #fff;
  padding: 0 0.3em 0.2em;
  border-bottom: 0.0625rem solid #fff;
  min-width: 6em;
  text-align: center;
}
@media all and (max-width: 680px) {
  .page-heading__text {
    font-size: 1.75rem;
  }
}
.page-heading__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-heading__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-heading__caption {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1980px;
  width: 100%;
  z-index: 10;
  padding: 1.25rem;
  color: #fff;
  font-size: 0.75rem;
  z-index: 5;
  text-align: right;
}
@media all and (max-width: 680px) {
  .page-heading__caption {
    font-size: 0.5rem;
    padding: 0.625rem;
  }
}

.page-nav-2col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
@media all and (max-width: 968px) {
  .page-nav-2col {
    gap: 0.625rem;
  }
}
.page-nav-2col__item {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.625rem;
  font-size: min(2em, 1.75vw);
  border: 0.0625rem solid #005993;
  font-weight: 600;
  color: #005993;
  padding: 0.625rem 1.25rem;
  box-shadow: 0.625rem 0.625rem 0 #dfedf3;
  transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.page-nav-2col__item:hover {
  text-decoration: none;
}
@media all and (max-width: 968px) {
  .page-nav-2col__item {
    font-size: min(1.5em, 4vw);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.3125rem;
    padding: 0.625rem 0.625rem;
    box-shadow: 0.3125rem 0.3125rem 0 #dfedf3;
  }
}
.page-nav-2col__item:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .page-nav-2col__item:hover {
    background-color: rgba(0, 89, 147, 0.1);
  }
}
.page-nav-2col__item:active {
  background-color: rgba(0, 89, 147, 0.1);
}

.bar-heading {
  display: flex;
  justify-content: center;
  font-size: 1.875rem;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
.bar-heading--sans-serif {
  font-family: "Noto Sans JP", sans-serif;
}
@media all and (max-width: 680px) {
  .bar-heading {
    font-size: 1.5rem;
  }
}
.bar-heading__text {
  padding-bottom: 0.3em;
  min-width: 9em;
  border-bottom: 0.375rem solid var(--bd-color);
}

.left-bar-heading {
  border-left: 0.3em solid currentColor;
  padding-left: 0.5em;
}

.bg-heading {
  background-color: var(--bg-color, #005993);
  color: var(--color, #fff);
  padding: 0.15em 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.4;
}

.border-top {
  border-top: 0.0625rem solid var(--bd-color, #005993);
}

.border-bottom {
  border-bottom: 0.0625rem solid var(--bd-color, #005993);
}

.border-left {
  border-left: 0.0625rem solid var(--bd-color, #005993);
}

.border-right {
  border-right: 0.0625rem solid var(--bd-color, #005993);
}

.border-bottom-dashed {
  border-bottom: 0.0625rem dashed var(--bd-color, #005993);
}

@media all and (max-width: 680px) {
  .border-sp-none {
    border: none;
  }
}

.accordion-box .accordion-toggle {
  display: inline-block;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  text-align: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1.4;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.4;
  border: 0.0625rem solid #0062b1;
  color: #0062b1;
  padding: 0.75em 1em;
  background-color: #fff;
  width: 100%;
  cursor: pointer;
}
.accordion-box .accordion-toggle--q {
  font-size: 1.375rem;
  border-radius: 0.625rem;
}
.accordion-box .accordion-toggle--q:before {
  content: "Q";
  color: #66a1d0;
}
.accordion-box .accordion-toggle--q span {
  margin-right: auto;
}
.accordion-box .accordion-toggle--small {
  font-size: 1.375rem;
  border-radius: 0.5rem;
}
@media all and (max-width: 680px) {
  .accordion-box .accordion-toggle {
    font-size: 1.375rem;
  }
  .accordion-box .accordion-toggle--q {
    font-size: 1.125rem;
  }
  .accordion-box .accordion-toggle--small {
    font-size: 1.125rem;
  }
}
.accordion-box .accordion-toggle:after {
  content: "";
  transition: all 0.2s ease 0s;
  width: 0.6em;
  height: 0.6em;
  border: 0.125rem solid currentColor;
  border-left: none;
  border-bottom: none;
  transform: translateY(-20%) rotate(135deg);
  transition: transform 0.3s;
  flex-shrink: 0;
}
.accordion-box .accordion-toggle:after:hover {
  text-decoration: none;
}
.accordion-box .accordion-toggle.is-active:after {
  transform: translateY(20%) rotate(-45deg);
}
.accordion-box .accordion-content {
  display: none;
  background-color: #fff;
  padding: 1.875rem;
  border-radius: 0.9375rem;
}
.accordion-box .accordion-content--bd {
  border: 0.0625rem solid #0062b1;
  margin-top: 0.625rem;
  position: relative;
  overflow: hidden;
}
.accordion-box .accordion-content--bd:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.625rem;
  height: 100%;
  background-color: #e0edf3;
}
@media all and (max-width: 680px) {
  .accordion-box .accordion-content {
    padding: 1.25rem;
  }
}
.accordion-box .accordion-content .answer {
  max-width: 75rem;
  margin: 0 auto;
  display: flex;
  gap: 1em;
}
.accordion-box .accordion-content .answer:before {
  content: "A";
  font-size: 1.2em;
  margin-top: -0.2em;
}

.border-gray-box {
  border: 0.0625rem solid #aaa;
}

.videoWrap {
  width: 100%;
  aspect-ratio: 16/9;
}
.videoWrap iframe {
  width: 100%;
  height: 100%;
}

.text-underline {
  text-decoration: underline;
}

.link-bb {
  text-decoration: underline;
  transition: all 0.2s ease 0s;
}
.link-bb:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .link-bb:hover {
    text-decoration: none;
  }
}
.link-bb:active {
  text-decoration: none;
}

.link-external:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: #a49c99;
  margin-left: 0.4em;
  vertical-align: middle;
  mask: url(../images/common/icon_blank.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask: url(../images/common/icon_blank.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.link-external2 {
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
}
.link-external2:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .link-external2:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.link-external2:active {
  opacity: 0.7;
  text-decoration: none;
}
.link-external2 span {
  padding-bottom: 0.2em;
  border-bottom: 0.0625rem solid var(--color);
}
.link-external2:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: var(--color);
  margin-left: 0.4em;
  vertical-align: middle;
  mask: url(../images/common/icon_blank.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask: url(../images/common/icon_blank.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.link-color {
  color: #005993;
  text-decoration: underline;
  transition: all 0.2s ease 0s;
}
.link-color:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .link-color:hover {
    text-decoration: none;
  }
}
.link-color:active {
  text-decoration: none;
}

.breadcrumb {
  padding: 0.625rem 0;
}
@media all and (max-width: 680px) {
  .breadcrumb {
    font-size: 0.8125rem;
  }
}
.breadcrumb__list {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  flex-wrap: wrap;
  color: #666;
}
.breadcrumb__item {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.breadcrumb__item:not(:first-child)::before {
  content: ">";
}

.faq-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1.875rem;
}
@media all and (max-width: 680px) {
  .faq-list {
    gap: 1.25rem;
  }
}
.faq-list__item {
  box-shadow: 0 0.3125rem 0.9375rem rgba(0, 89, 147, 0.25);
  background-color: #fff;
  width: calc(50% - 0.9375rem);
}
@media all and (max-width: 968px) {
  .faq-list__item {
    width: 100%;
  }
}
.faq-list__toggle {
  display: inline-block;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  text-align: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1.4;
  box-sizing: border-box;
  width: 100%;
  padding: 0.625rem 1.25rem;
  font-weight: 500;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  line-height: 1.4;
  cursor: pointer;
  transition: all 0.2s ease 0s;
}
.faq-list__toggle:hover {
  text-decoration: none;
}
.faq-list__toggle:hover {
  background-color: rgba(0, 89, 147, 0.1);
}
.faq-list__toggle:before {
  content: "Q";
  color: #005993;
}
@media all and (max-width: 680px) {
  .faq-list__toggle {
    font-size: 1rem;
    min-height: 3.75rem;
  }
}
.faq-list__answer {
  padding: 1.25rem 1.25rem;
  border-top: 0.0625rem solid #ccc;
  display: none;
}

.cmn-tbl-wrap {
  overflow-x: auto;
  padding-bottom: 0.625rem;
}
@media all and (max-width: 1080px) {
  .cmn-tbl-wrap {
    width: calc(100% + 3.125rem);
    margin-left: -1.5625rem;
    margin-right: -1.5625rem;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

.cmn-tbl {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0.125rem;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media all and (max-width: 680px) {
  .cmn-tbl {
    width: 180%;
    font-size: 1rem;
  }
}
.cmn-tbl thead {
  background-color: #dcf1ec;
}
.cmn-tbl thead th {
  text-align: center;
  padding: 0.625rem 0.3125rem;
  vertical-align: middle;
}
.cmn-tbl thead th.small {
  padding: 0.3125rem;
  font-size: 0.8em;
  line-height: 1.2;
}
.cmn-tbl tbody td {
  background-color: #eff9f6;
  padding: 0.9375rem 1.25rem;
  vertical-align: middle;
  text-align: center;
  position: relative;
}

.projectdesign-target {
  font-weight: 500;
  font-size: 1.25rem;
}
@media all and (min-width: 681px) {
  .projectdesign-target {
    column-count: 2;
  }
}
@media all and (max-width: 680px) {
  .projectdesign-target {
    font-size: 1.25rem;
  }
}
.projectdesign-target li {
  display: flex;
  align-items: center;
  gap: 0.3em;
}
.projectdesign-target li:before {
  content: "";
  flex-shrink: 0;
  width: 1em;
  aspect-ratio: 1/1;
  border: 0.0625rem solid #231815;
  border-radius: 50%;
}

.projectdesign-image {
  width: 105.8125rem;
  margin-top: -6.25rem;
}
@media (max-width: 106.25rem) {
  .projectdesign-image {
    margin-top: -5%;
    width: 115%;
  }
}

.sitemap__section:not(:first-child) {
  margin-top: 3.125rem;
}
@media all and (max-width: 680px) {
  .sitemap__section:not(:first-child) {
    margin-top: 2.5rem;
  }
}
.sitemap__heading {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  border-bottom: 0.125rem solid #005993;
  padding-bottom: 0.625rem;
}
@media all and (max-width: 680px) {
  .sitemap__heading {
    font-size: 1.25rem;
    margin-bottom: 0.9375rem;
    padding-bottom: 0.5rem;
  }
}
.sitemap__heading a {
  color: #005993;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.sitemap__heading a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .sitemap__heading a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.sitemap__heading a:active {
  opacity: 0.7;
  text-decoration: none;
}
.sitemap__heading a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .sitemap__heading a:hover {
    opacity: 0.8;
  }
}
.sitemap__heading a:active {
  opacity: 0.8;
}
.sitemap__columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
@media all and (max-width: 680px) {
  .sitemap__columns {
    grid-template-columns: 1fr;
    gap: 0.9375rem;
  }
}
.sitemap__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
@media all and (max-width: 680px) {
  .sitemap__list {
    gap: 0.5rem;
  }
}
.sitemap__item {
  font-size: 1.125rem;
  line-height: 1.6;
}
@media all and (max-width: 680px) {
  .sitemap__item {
    font-size: 1rem;
  }
}
.sitemap__item a {
  color: var(--main-color, #333);
  display: inline-block;
  padding: 0.3125rem 0;
  padding-left: 0.9375rem;
  position: relative;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.sitemap__item a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .sitemap__item a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.sitemap__item a:active {
  opacity: 0.7;
  text-decoration: none;
}
@media all and (max-width: 680px) {
  .sitemap__item a {
    padding-left: 0.75rem;
  }
}
.sitemap__item a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.375rem;
  height: 0.375rem;
  background-color: #005993;
  border-radius: 50%;
  transition: all 0.2s ease 0s;
}
.sitemap__item a:before:hover {
  text-decoration: none;
}
.sitemap__item a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .sitemap__item a:hover {
    color: #005993;
    padding-left: 1.25rem;
  }
}
@media (hover: hover) and (max-width: 680px) {
  .sitemap__item a:hover {
    padding-left: 1rem;
  }
}
@media (hover: hover) {
  .sitemap__item a:hover:before {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.sitemap__item a:active {
  color: #005993;
  padding-left: 1.25rem;
}
@media all and (max-width: 680px) {
  .sitemap__item a:active {
    padding-left: 1rem;
  }
}
.sitemap__item a:active:before {
  width: 0.5rem;
  height: 0.5rem;
}
.sitemap__item a[target=_blank]:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-left: 0.4em;
  vertical-align: middle;
  mask: url(../images/common/icon_blank.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask: url(../images/common/icon_blank.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.mainHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 950;
  padding: 0 1.875rem;
}
@media (max-width: 1370px) {
  .mainHeader {
    padding: 0 1.25rem;
  }
}
.mainHeader__common {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s;
  max-width: 105rem;
  margin: 0 auto;
  padding: 0.75rem 0 0;
  gap: 1.875rem;
  height: 5rem;
}
@media all and (max-width: 968px) {
  .mainHeader__common {
    padding: 0.3125rem 0;
    height: 3.375rem;
  }
}
.mainHeader__common__logo {
  max-width: 23rem;
}
@media (max-width: 1600px) {
  .mainHeader__common__logo {
    max-width: 18.75rem;
  }
}
@media (max-width: 1370px) {
  .mainHeader__common__logo {
    max-width: 12.5rem;
  }
}
.mainHeader__common__logo a {
  display: block;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
}
.mainHeader__common__logo a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .mainHeader__common__logo a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.mainHeader__common__logo a:active {
  opacity: 0.7;
  text-decoration: none;
}
.mainHeader__common__nav {
  display: flex;
  flex-direction: column-reverse;
  gap: 0.625rem;
  align-items: flex-end;
  line-height: 1.4;
}
@media all and (max-width: 968px) {
  .mainHeader__common__nav {
    display: none;
    height: calc(100vh - 3.375rem);
    height: calc(100dvh - 3.375rem);
    top: 3.375rem;
    position: fixed;
    right: 0;
    padding: 1.875rem 0;
    z-index: 999;
    width: 100%;
    background-color: #00719d;
    overflow-y: auto;
  }
}
.mainHeader__common__subList {
  display: flex;
  gap: 1em;
  align-items: center;
  font-size: 1.25rem;
}
@media (max-width: 1600px) {
  .mainHeader__common__subList {
    font-size: 1rem;
  }
}
@media (max-width: 1370px) {
  .mainHeader__common__subList {
    font-size: 0.875rem;
  }
}
@media all and (max-width: 968px) {
  .mainHeader__common__subList {
    flex-direction: column;
    align-items: normal;
    padding: 1.875rem 1.875rem 0;
    font-size: 1.25rem;
    font-weight: 500;
    gap: 0.5em;
  }
}
.mainHeader__common__subList a {
  color: #545454;
}
@media all and (max-width: 968px) {
  .mainHeader__common__subList a {
    color: #fff;
  }
}
.mainHeader__common__subList .search {
  display: flex;
}
@media all and (max-width: 968px) {
  .mainHeader__common__subList .search {
    gap: 0.5em;
    margin-top: 0.5em;
  }
}
.mainHeader__common__subList .search .icon {
  width: 1.2em;
  aspect-ratio: 1/1;
  background-color: #575757;
  mask-image: url(../images/common/icon_search.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url(../images/common/icon_search.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
@media all and (max-width: 968px) {
  .mainHeader__common__subList .search .icon {
    background-color: #fff;
  }
}
@media all and (min-width: 969px) {
  .mainHeader__common__subList .search .text {
    display: none;
  }
}
.mainHeader__common__list {
  display: flex;
  gap: 2.5rem;
}
@media (max-width: 1370px) {
  .mainHeader__common__list {
    gap: 1.25rem;
  }
}
@media all and (max-width: 968px) {
  .mainHeader__common__list {
    gap: 0;
    flex-direction: column;
  }
}
.mainHeader__common__list-item {
  position: relative;
  font-size: 1.375rem;
}
@media all and (min-width: 969px) {
  .mainHeader__common__list-item:not(.no-child):hover {
    text-decoration: none;
  }
  .mainHeader__common__list-item:not(.no-child):hover::after {
    content: "";
    background: #3fa531;
    width: 0.75em;
    aspect-ratio: 3/2;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
}
@media (max-width: 1600px) {
  .mainHeader__common__list-item {
    font-size: 1.125rem;
  }
}
@media (max-width: 1370px) {
  .mainHeader__common__list-item {
    font-size: 1rem;
  }
}
@media (max-width: 1140px) {
  .mainHeader__common__list-item {
    font-size: 0.875rem;
  }
}
@media all and (max-width: 968px) {
  .mainHeader__common__list-item {
    font-size: 1.25rem;
    border-bottom: 0.125rem solid #0062b1;
  }
  .mainHeader__common__list-item:first-child {
    border-top: 0.125rem solid #0062b1;
  }
  .mainHeader__common__list-item:not(.no-child) .mainHeader__common__list-link:after {
    content: "";
    width: 0.8em;
    height: 0.8em;
    border: 0.0625rem solid transparent;
    border-bottom-color: currentColor;
    border-right-color: currentColor;
    transform: rotate(45deg);
    transition: all 0.2s ease 0s;
  }
  .mainHeader__common__list-item:not(.no-child) .mainHeader__common__list-link:after:hover {
    text-decoration: none;
  }
  .mainHeader__common__list-item:not(.no-child) .mainHeader__common__list-link.active:after {
    transform: rotate(225deg) translate(-40%, -40%);
  }
}
.mainHeader__common__list-link {
  display: flex;
  font-weight: 500;
  position: relative;
}
@media all and (min-width: 969px) {
  .mainHeader__common__list-link {
    padding-bottom: 1.25rem;
  }
}
.mainHeader__common__list-link:hover {
  text-decoration: none;
}
@media all and (max-width: 968px) {
  .mainHeader__common__list-link {
    justify-content: space-between;
    padding: 0.9375rem 1.875rem;
    color: #fff;
  }
}
.mainHeader__common__list__child {
  display: none;
}
@media all and (min-width: 969px) {
  .mainHeader__common__list__child {
    position: absolute;
    bottom: 0;
    left: 0;
    translate: 0 99.9%;
    white-space: nowrap;
    background-color: #005993;
    padding: 1.5625rem 1.25rem;
    min-width: 13.75rem;
  }
  .mainHeader__common__list__child.last {
    left: auto;
    right: 0;
  }
  .mainHeader__common__list__child.center {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media all and (max-width: 968px) {
  .mainHeader__common__list__child {
    position: static;
    padding-bottom: 1.25rem;
  }
}
.mainHeader__common__list__child-list {
  display: flex;
  flex-direction: column;
}
@media all and (min-width: 969px) {
  .mainHeader__common__list__child-list-item.pt-large {
    padding-top: 0.625rem;
    margin-top: 0.625rem;
    border-top: 0.0625rem solid #6e98b4;
  }
}
.mainHeader__common__list__child-list-item > a {
  display: flex;
  align-items: center;
  padding: 0.3125rem 0;
  color: #fff;
  gap: 0.3125rem;
  flex-wrap: nowrap;
  transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.mainHeader__common__list__child-list-item > a:hover {
  text-decoration: none;
}
@media all and (max-width: 968px) {
  .mainHeader__common__list__child-list-item > a {
    padding: 0.3125rem 1.875rem 0.3125rem 2.8125rem;
  }
}
.mainHeader__common__list__child-list-item > a:before {
  content: "";
  width: 0.4375rem;
  height: 0.5rem;
  background-color: #4f82a4;
  clip-path: polygon(0 0, 100% 50%, 0% 100%);
  transition: all 0.2s ease 0s;
}
.mainHeader__common__list__child-list-item > a:before:hover {
  text-decoration: none;
}
@media all and (max-width: 968px) {
  .mainHeader__common__list__child-list-item > a:before {
    width: 0.75rem;
    height: 0.875rem;
  }
}
.mainHeader__common__list__child-list-item > a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .mainHeader__common__list__child-list-item > a:hover:before {
    background-color: #8cc63f;
  }
}
.mainHeader__common__list__child-list-item > a:active:before {
  background-color: #8cc63f;
}
.mainHeader__common__list__child-list-item > a.has-blank {
  flex-direction: column;
  align-items: flex-start;
  transition: all 0.2s ease 0s;
}
.mainHeader__common__list__child-list-item > a.has-blank:before {
  display: none;
}
.mainHeader__common__list__child-list-item > a.has-blank .main-text {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
}
.mainHeader__common__list__child-list-item > a.has-blank .main-text:before {
  content: "";
  width: 0.4375rem;
  height: 0.5rem;
  background-color: #4f82a4;
  clip-path: polygon(0 0, 100% 50%, 0% 100%);
  transition: all 0.2s ease 0s;
}
.mainHeader__common__list__child-list-item > a.has-blank .main-text:before:hover {
  text-decoration: none;
}
.mainHeader__common__list__child-list-item > a.has-blank .small-text {
  font-size: 0.75em;
}
.mainHeader__common__list__child-list-item > a.has-blank .blank_icon {
  width: 1em;
  aspect-ratio: 1/1;
  background-color: #6aa9c6;
  mask-image: url(../images/common/icon_blank.svg);
  -webkit-mask-image: url(../images/common/icon_blank.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: contain;
  -webkit-mask-size: contain;
  transition: all 0.2s ease 0s;
}
.mainHeader__common__list__child-list-item > a.has-blank .blank_icon:hover {
  text-decoration: none;
}
@media all and (max-width: 968px) {
  .mainHeader__common__list__child-list-item > a.has-blank .blank_icon {
    margin-left: 0.5em;
  }
}
.mainHeader__common__list__child-list-item > a.has-blank:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .mainHeader__common__list__child-list-item > a.has-blank:hover .blank_icon {
    background-color: #8cc63f;
  }
  .mainHeader__common__list__child-list-item > a.has-blank:hover .main-text:before {
    background-color: #8cc63f;
  }
}
.mainHeader__common__list__child-list-item > a.has-blank:active .blank_icon {
  background-color: #8cc63f;
}
.mainHeader__common__list__child-list-item > a.has-blank:active .main-text:before {
  background-color: #8cc63f;
}
.mainHeader__common__list__child-list-place {
  display: flex;
  flex-direction: column;
  margin-top: 0.3125rem;
  font-size: 0.95em;
  padding-left: 1em;
}
@media all and (max-width: 968px) {
  .mainHeader__common__list__child-list-place {
    padding-left: 3.375rem;
    flex-direction: row;
    gap: 0.2em 1em;
    flex-wrap: wrap;
    padding-right: 1.875rem;
  }
}
.mainHeader__common__list__child-list-place a {
  display: block;
  padding: 0.1875rem 0;
  color: #fff;
  transition: all 0.2s ease 0s;
}
.mainHeader__common__list__child-list-place a:before {
  content: "・";
}
.mainHeader__common__list__child-list-place a:hover {
  text-decoration: none;
}
.mainHeader__common__list__org-list {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}
.mainHeader__common__list__org-list-item {
  position: relative;
}
@media all and (min-width: 969px) {
  .mainHeader__common__list__org-list-item {
    padding-left: 0.875rem;
  }
  .mainHeader__common__list__org-list-item:first-child {
    padding-right: 5rem;
  }
  .mainHeader__common__list__org-list-item:first-child:before {
    content: "";
    background-color: #7bc171;
    height: 100%;
    width: 0.25rem;
    position: absolute;
    left: 0;
    top: 0;
  }
}
.mainHeader__common__list__org-list-item .org-upper {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
@media all and (max-width: 968px) {
  .mainHeader__common__list__org-list-item .org-upper {
    flex-wrap: wrap;
    padding: 0 1.875rem 0 3.375rem;
  }
}
.mainHeader__common__list__org-list-item .org-upper .org-icon-heading1 {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  color: #fff;
  font-weight: 500;
  font-size: 1.3125rem;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
}
.mainHeader__common__list__org-list-item .org-upper .org-icon-heading1:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .mainHeader__common__list__org-list-item .org-upper .org-icon-heading1:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.mainHeader__common__list__org-list-item .org-upper .org-icon-heading1:active {
  opacity: 0.7;
  text-decoration: none;
}
@media (max-width: 1370px) {
  .mainHeader__common__list__org-list-item .org-upper .org-icon-heading1 {
    font-size: 1.125rem;
  }
}
.mainHeader__common__list__org-list-item .org-upper .org-icon-heading1 .icon {
  width: 3.125rem;
  aspect-ratio: 5/2;
}
@media all and (max-width: 968px) {
  .mainHeader__common__list__org-list-item .org-upper .org-icon-heading1 .icon {
    display: none;
  }
}
@media all and (max-width: 968px) {
  .mainHeader__common__list__org-list-item .org-upper .org-icon-heading1 {
    flex-wrap: wrap;
  }
  .mainHeader__common__list__org-list-item .org-upper .org-icon-heading1:before {
    content: "";
    width: 0.75rem;
    height: 0.875rem;
    background-color: #4f82a4;
    clip-path: polygon(0 0, 100% 50%, 0% 100%);
    transition: all 0.2s ease 0s;
  }
  .mainHeader__common__list__org-list-item .org-upper .org-icon-heading1:before:hover {
    text-decoration: none;
  }
}
.mainHeader__common__list__org-list-item .org-upper .org-icon-heading2 {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  color: #fff;
  font-weight: 500;
  font-size: 1.3125rem;
  padding-left: 1.125rem;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
}
.mainHeader__common__list__org-list-item .org-upper .org-icon-heading2:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .mainHeader__common__list__org-list-item .org-upper .org-icon-heading2:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.mainHeader__common__list__org-list-item .org-upper .org-icon-heading2:active {
  opacity: 0.7;
  text-decoration: none;
}
@media (max-width: 1370px) {
  .mainHeader__common__list__org-list-item .org-upper .org-icon-heading2 {
    font-size: 1.125rem;
  }
}
@media all and (max-width: 968px) {
  .mainHeader__common__list__org-list-item .org-upper .org-icon-heading2 {
    flex-wrap: wrap;
    padding-left: 0;
  }
  .mainHeader__common__list__org-list-item .org-upper .org-icon-heading2:before {
    content: "";
    width: 0.75rem;
    height: 0.875rem;
    background-color: #4f82a4;
    clip-path: polygon(0 0, 100% 50%, 0% 100%);
    transition: all 0.2s ease 0s;
  }
  .mainHeader__common__list__org-list-item .org-upper .org-icon-heading2:before:hover {
    text-decoration: none;
  }
}
.mainHeader__common__list__org-list-item .org-upper .org-icon-heading2 .icon {
  width: 1.9375rem;
  aspect-ratio: 31/34;
}
@media all and (max-width: 968px) {
  .mainHeader__common__list__org-list-item .org-upper .org-icon-heading2 .icon {
    display: none;
  }
}
.mainHeader__common__list__org-list-item .org-upper .org-icon-heading2 .blank_icon {
  width: 1em;
  aspect-ratio: 1/1;
  background-color: #6aa9c6;
  mask-image: url(../images/common/icon_blank.svg);
  -webkit-mask-image: url(../images/common/icon_blank.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: contain;
  -webkit-mask-size: contain;
  transition: all 0.2s ease 0s;
}
.mainHeader__common__list__org-list-item .org-upper .org-icon-heading2 .blank_icon:hover {
  text-decoration: none;
}
@media all and (max-width: 968px) {
  .mainHeader__common__list__org-list-item .org-upper .org-icon-heading2 .blank_icon {
    margin-left: 0.5em;
  }
}
@media all and (max-width: 968px) {
  .mainHeader__common__list__org-list-item .org-upper .org-icon-heading2 + .org-place {
    order: 3;
  }
}
.mainHeader__common__list__org-list-item .org-upper .org-arrow-heading {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  color: #fff;
  font-weight: 500;
  font-size: 1.3125rem;
  padding-left: 2.75rem;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
@media (max-width: 1370px) {
  .mainHeader__common__list__org-list-item .org-upper .org-arrow-heading {
    font-size: 1.125rem;
  }
}
@media all and (max-width: 968px) {
  .mainHeader__common__list__org-list-item .org-upper .org-arrow-heading {
    padding-left: 0;
  }
}
.mainHeader__common__list__org-list-item .org-upper .org-arrow-heading:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .mainHeader__common__list__org-list-item .org-upper .org-arrow-heading:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.mainHeader__common__list__org-list-item .org-upper .org-arrow-heading:active {
  opacity: 0.7;
  text-decoration: none;
}
.mainHeader__common__list__org-list-item .org-upper .org-arrow-heading .arrow {
  width: 0.4375rem;
  height: 0.5rem;
  background-color: #4f82a4;
  clip-path: polygon(0 0, 100% 50%, 0% 100%);
  transition: all 0.2s ease 0s;
}
.mainHeader__common__list__org-list-item .org-upper .org-arrow-heading .arrow:hover {
  text-decoration: none;
}
@media all and (max-width: 968px) {
  .mainHeader__common__list__org-list-item .org-upper .org-arrow-heading .arrow {
    width: 0.75rem;
    height: 0.875rem;
  }
}
.mainHeader__common__list__org-list-item .org-upper .org-arrow-heading:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .mainHeader__common__list__org-list-item .org-upper .org-arrow-heading:hover .arrow {
    background-color: #8cc63f;
  }
}
.mainHeader__common__list__org-list-item .org-upper .org-arrow-heading:active .arrow {
  background-color: #8cc63f;
}
.mainHeader__common__list__org-list-item .org-upper .blank_icon {
  width: 1em;
  aspect-ratio: 1/1;
  background-color: #6aa9c6;
  mask-image: url(../images/common/icon_blank.svg);
  -webkit-mask-image: url(../images/common/icon_blank.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: contain;
  -webkit-mask-size: contain;
  transition: all 0.2s ease 0s;
}
.mainHeader__common__list__org-list-item .org-upper .blank_icon:hover {
  text-decoration: none;
}
.mainHeader__common__list__org-list-item .org-place {
  display: flex;
  gap: 0.3125rem;
  font-size: 1.0625rem;
  font-weight: 500;
  align-items: center;
}
@media all and (max-width: 968px) {
  .mainHeader__common__list__org-list-item .org-place {
    width: 100%;
  }
}
.mainHeader__common__list__org-list-item .org-place a {
  display: block;
  padding: 0 0.25rem;
  min-width: 3.5em;
  text-align: center;
  color: #fff;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
}
.mainHeader__common__list__org-list-item .org-place a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .mainHeader__common__list__org-list-item .org-place a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.mainHeader__common__list__org-list-item .org-place a:active {
  opacity: 0.7;
  text-decoration: none;
}
@media all and (min-width: 969px) {
  .mainHeader__common__list__org-list-item .org-place a {
    background-color: #fff;
    color: #005993;
  }
}
.mainHeader__common__list__org-list-item .org-lower {
  display: flex;
  gap: 0.2em 1em;
  font-size: 0.9375rem;
  margin-top: 0.5em;
  font-weight: 500;
  flex-wrap: wrap;
  margin-left: 3.875rem;
}
@media all and (max-width: 968px) {
  .mainHeader__common__list__org-list-item .org-lower {
    margin-left: 4.625rem;
    flex-direction: column;
    font-size: 1.0625rem;
    gap: 0.4em;
  }
}
.mainHeader__common__list__org-list-item .org-lower a {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0.2em;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
}
.mainHeader__common__list__org-list-item .org-lower a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .mainHeader__common__list__org-list-item .org-lower a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.mainHeader__common__list__org-list-item .org-lower a:active {
  opacity: 0.7;
  text-decoration: none;
}
.mainHeader__common__list__org-list-item .org-lower a:before {
  content: "";
  width: 0.8em;
  height: 0.0625rem;
  background-color: #fff;
}
.mainHeader__common__nav-btn {
  display: inline-block;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  text-align: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1.4;
  box-sizing: border-box;
  width: 2.5rem;
  aspect-ratio: 1/1;
  position: relative;
}
@media all and (min-width: 969px) {
  .mainHeader__common__nav-btn {
    display: none;
  }
}
.mainHeader__common__nav-btn .line {
  display: block;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 0.125rem;
  background-color: #000;
  transition: all 0.2s ease 0s;
}
.mainHeader__common__nav-btn .line:hover {
  text-decoration: none;
}
.mainHeader__common__nav-btn .line:nth-child(1) {
  margin-top: -0.625rem;
}
.mainHeader__common__nav-btn .line:nth-child(3) {
  margin-top: 0.625rem;
}
.mainHeader__common__nav-btn.active .line:nth-child(1) {
  margin-top: 0;
  transform: translate(-50%, -50%) rotate(35deg);
}
.mainHeader__common__nav-btn.active .line:nth-child(2) {
  scale: 0 1;
}
.mainHeader__common__nav-btn.active .line:nth-child(3) {
  margin-top: 0;
  transform: translate(-50%, -50%) rotate(-35deg);
}

.mainFooter {
  padding-top: 2.5rem;
  background-color: #e6f0f5;
}
@media all and (max-width: 680px) {
  .mainFooter__inner {
    display: flex;
    flex-direction: column;
  }
}
.mainFooter__title {
  font-size: 1.25rem;
  font-weight: 700;
  display: block;
  margin-bottom: 1.5em;
}
.mainFooter__nav {
  display: flex;
  gap: 2.5rem;
  font-weight: 300;
  font-size: 1rem;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
}
@media all and (max-width: 680px) {
  .mainFooter__nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}
.mainFooter__nav__col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
.mainFooter__nav__link {
  font-size: 1.125em;
}
.mainFooter__nav__column {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}
@media all and (max-width: 680px) {
  .mainFooter__nav__column:first-child {
    grid-column: 1/3;
  }
}
@media all and (max-width: 680px) {
  .mainFooter__nav__column--last {
    grid-column: 1/3;
    align-items: center;
    padding: 0.9375rem 0;
    border-top: 0.0625rem solid #aaa;
    border-bottom: 0.0625rem solid #aaa;
  }
  .mainFooter__nav__column--last .search {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    font-size: 1.25rem;
  }
  .mainFooter__nav__column--last .search:before {
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    background-color: #00719d;
    mask-image: url(../images/common/icon_search.svg);
    -webkit-mask-image: url(../images/common/icon_search.svg);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    mask-size: contain;
    -webkit-mask-size: contain;
  }
}
.mainFooter__snsWrap {
  display: flex;
  justify-content: flex-end;
  gap: 2.5rem;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
  margin-top: -0.625rem;
}
@media all and (max-width: 1080px) {
  .mainFooter__snsWrap {
    margin-top: 1.25rem;
  }
}
@media all and (max-width: 680px) {
  .mainFooter__snsWrap {
    order: 990;
    flex-direction: column;
  }
}
.mainFooter__sns {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  position: relative;
  z-index: 10;
}
.mainFooter__sns__title {
  display: flex;
  flex-direction: column;
  font-size: 0.75rem;
  font-weight: 300;
}
@media all and (max-width: 680px) {
  .mainFooter__sns__title {
    font-size: 0.875rem;
  }
}
.mainFooter__sns__title .main {
  font-weight: 500;
}
.mainFooter__sns ul {
  display: flex;
  gap: 0.625rem;
}
.mainFooter__sns ul li a {
  display: block;
  width: 2.125rem;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
}
.mainFooter__sns ul li a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .mainFooter__sns ul li a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.mainFooter__sns ul li a:active {
  opacity: 0.7;
  text-decoration: none;
}
@media all and (max-width: 680px) {
  .mainFooter__sns ul li a {
    width: 2.5rem;
  }
}
.mainFooter__sns ul li a img {
  width: 100%;
}
.mainFooter__magazine {
  display: flex;
  align-items: center;
  gap: 1.875rem;
}
.mainFooter__magazine a {
  display: block;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
}
.mainFooter__magazine a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .mainFooter__magazine a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.mainFooter__magazine a:active {
  opacity: 0.7;
  text-decoration: none;
}
.mainFooter__external {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.25rem 3.125rem;
  margin-top: 3.125rem;
}
@media all and (max-width: 680px) {
  .mainFooter__external {
    order: 900;
    flex-direction: column;
    margin-top: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 0.0625rem solid #ccc;
  }
}
.mainFooter__external a {
  display: block;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
}
.mainFooter__external a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .mainFooter__external a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.mainFooter__external a:active {
  opacity: 0.7;
  text-decoration: none;
}
@media all and (max-width: 680px) {
  .mainFooter__external a:nth-child(1) {
    height: 3.9375rem;
  }
  .mainFooter__external a:nth-child(2) {
    height: 2.125rem;
    padding: 0.1875rem 0;
  }
  .mainFooter__external a:nth-child(3) {
    height: 2.625rem;
  }
  .mainFooter__external a img {
    width: auto;
    height: 100%;
  }
}
.mainFooter__lower {
  margin-top: 1.25rem;
  padding: 0.625rem 0;
  border-top: 0.0625rem solid #ccc;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.25rem;
}
@media all and (max-width: 680px) {
  .mainFooter__lower {
    order: 999;
  }
}
.mainFooter__lower__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-weight: 300;
  gap: 0.625rem 1.25rem;
}
.mainFooter__lower__copyright {
  font-weight: 300;
  font-size: 0.75rem;
}
@media all and (max-width: 680px) {
  .mainFooter__lower__copyright {
    width: 100%;
    display: block;
    padding-top: 0.625rem;
    border-top: 0.0625rem solid #ccc;
    text-align: center;
  }
}

.fixed-nav {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 30;
  display: flex;
  flex-direction: column;
  background-color: #0099e2;
  font-size: 1.25rem;
  width: 6.6em;
  overflow: hidden;
  border: 0.125rem solid #fff;
  border-radius: 0.625rem 0rem 0rem 0.625rem;
  transition: all 0.5s;
}
@media all and (max-width: 1080px) {
  .fixed-nav {
    font-size: 1.125rem;
  }
}
@media all and (max-width: 968px) {
  .fixed-nav {
    font-size: 1rem;
  }
}
@media all and (min-width: 681px) {
  .fixed-nav {
    border-right: none;
  }
  .fixed-nav.hidden {
    transform: translateY(-50%) translateX(100%);
  }
}
@media all and (max-width: 680px) {
  .fixed-nav {
    border: 0.0625rem solid #fff;
    right: 0.9375rem;
    top: auto;
    width: calc(100% - 1.875rem);
    transform: none;
    bottom: 0;
    gap: 0;
    display: grid;
    font-size: 0.875rem;
    grid-template-columns: repeat(4, 1fr);
    border-radius: 0.625rem 0.625rem 0rem 0rem;
    border-bottom: none;
  }
  .fixed-nav.hidden {
    transform: translateY(100%);
  }
}
.fixed-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-weight: 500;
  padding: 0.4em 0;
  color: #fff;
  line-height: 1.2;
  min-height: 3.8em;
  transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.fixed-nav a:hover {
  text-decoration: none;
}
.fixed-nav a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .fixed-nav a:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
.fixed-nav a:active {
  background-color: rgba(255, 255, 255, 0.1);
}
@media all and (min-width: 681px) {
  .fixed-nav a {
    border-bottom: 0.125rem solid #fff;
  }
}
@media all and (max-width: 680px) {
  .fixed-nav a {
    border-right: 0.0625rem solid #fff;
    min-height: 2.6em;
  }
}
.fixed-nav a:last-child {
  border-bottom: none;
  border-right: none;
}

.top-fv {
  position: relative;
}
@media all and (max-width: 680px) {
  .top-fv {
    height: 100vh;
  }
}
.top-fv__main {
  aspect-ratio: 1920/1180;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/top/fv-pc.webp);
  position: relative;
  padding: 5%;
  width: 100%;
}
@media all and (max-width: 680px) {
  .top-fv__main {
    aspect-ratio: auto;
    height: 100svh;
    background-image: url(../images/top/fv-sp.webp);
  }
}
.top-fv__content {
  position: absolute;
  top: 24%;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3.125rem;
}
.top-fv__title {
  font-weight: 700;
  font-size: 3vw;
  letter-spacing: 0.15em;
  color: #fff;
  width: 100%;
  text-align: center;
}
@media all and (max-width: 680px) {
  .top-fv__title {
    font-size: 1.75rem;
    padding-left: 6%;
  }
}
.top-fv__movie {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}
.top-fv__movie__title {
  font-weight: 700;
  font-size: min(2.5vw, 1.25rem);
  color: #fff;
  width: 100%;
  text-align: center;
  text-shadow: 0 0 0.625rem #005993;
}
@media all and (max-width: 680px) {
  .top-fv__movie__title {
    font-size: 0.9375rem;
  }
}
.top-fv__movie__wrap {
  width: 30rem;
  aspect-ratio: 16/9;
  position: relative;
}
.top-fv__movie__wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 1080px) {
  .top-fv__movie__wrap {
    width: 80%;
  }
}
@media all and (max-width: 680px) {
  .top-fv__movie__wrap {
    width: 100%;
  }
}

.top-what {
  padding-top: 1.25rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}
@media all and (min-width: 969px) {
  .top-what {
    padding-bottom: 2.5rem;
    background-image: url(../images/top/what_bg-pc.webp);
  }
}
@media all and (max-width: 968px) {
  .top-what {
    padding-left: 0;
    padding-right: 0;
  }
}
.top-what__header {
  margin-bottom: 1.875rem;
}
@media all and (max-width: 968px) {
  .top-what__header {
    margin-bottom: 0;
    background-size: cover;
    background-position: center top;
    background-image: url(../images/top/what_bg-sp.webp);
    position: relative;
    padding: 1.25rem 1.875rem 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media all and (max-width: 680px) {
  .top-what__header {
    padding: 1.25rem 1.125rem 1.875rem;
  }
}
@media all and (max-width: 680px) {
  .top-what__caption {
    color: #fff;
  }
}
.top-what__subtitle {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 7.5%;
  line-height: 1.6;
  transform: translate(0%, -80%);
}
@media (max-width: 1980px) {
  .top-what__subtitle {
    transform: translate(0%, 0%);
    top: 16%;
  }
}
@media all and (max-width: 968px) {
  .top-what__subtitle {
    position: static;
    margin-left: auto;
    display: inline-block;
    margin-right: 20%;
    margin-top: 2.5rem;
  }
}
@media all and (max-width: 680px) {
  .top-what__subtitle {
    line-height: 1.4;
    margin-right: 0;
    font-size: 1.25rem;
  }
}
.top-what__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 65%;
  font-size: 2.25rem;
  gap: 1.875rem;
  font-weight: 700;
}
@media all and (max-width: 1080px) {
  .top-what__title {
    font-size: 1.875rem;
  }
}
@media all and (min-width: 969px) {
  .top-what__title br {
    display: none;
  }
}
@media all and (max-width: 968px) {
  .top-what__title {
    color: #fff;
    max-width: 100%;
    gap: 5rem;
  }
  .top-what__title .en {
    filter: brightness(0) invert(1);
  }
}
@media all and (max-width: 680px) {
  .top-what__title {
    font-size: 1.25rem;
    gap: 3.75rem;
  }
  .top-what__title .en {
    width: 45%;
  }
}
.top-what__content {
  font-size: 1.375rem;
  max-width: 60%;
}
@media screen and (max-width: 1380px) {
  .top-what__content .text br.pc {
    display: none;
  }
}
@media all and (max-width: 1080px) {
  .top-what__content {
    font-size: 1.125rem;
  }
}
@media all and (max-width: 968px) {
  .top-what__content {
    max-width: 100%;
    background-color: #7e844f;
    margin-top: -0.25rem;
    padding: 1.25rem 1.125rem 1.875rem;
    color: #fff;
  }
}
@media all and (max-width: 680px) {
  .top-what__content {
    font-size: 1rem;
  }
}
.top-what__content .target {
  max-width: 40rem;
  margin-bottom: 2.5rem;
}
@media all and (max-width: 968px) {
  .top-what__content .target {
    display: none;
  }
}
.top-what__content .target__title {
  color: #006837;
  font-weight: 500;
}
.top-what__content .target ul {
  column-count: 2;
}
.top-what__content .target ul li {
  display: flex;
  align-items: center;
  gap: 0.3em;
}
.top-what__content .target ul li:before {
  content: "";
  flex-shrink: 0;
  width: 1em;
  aspect-ratio: 1/1;
  border: 0.0625rem solid #231815;
  border-radius: 50%;
}
.top-what__link {
  display: flex;
  justify-content: flex-start;
}
@media all and (max-width: 968px) {
  .top-what__link {
    justify-content: center;
  }
}
.top-what__link a {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
  font-size: 0.9em;
  font-weight: 500;
  color: #005993;
  font-feature-settings: "palt";
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
}
.top-what__link a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .top-what__link a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.top-what__link a:active {
  opacity: 0.7;
  text-decoration: none;
}
@media all and (max-width: 968px) {
  .top-what__link a {
    font-size: 1.125rem;
    background-color: #fff;
    padding: 0.3em 1em;
    border-radius: calc(infinity * 1px);
  }
}
.top-what__nav {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url(../images/top/what_nav_bg-pc.webp);
}
@media all and (max-width: 968px) {
  .top-what__nav {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
}
@media all and (max-width: 680px) {
  .top-what__nav {
    background-image: url(../images/top/what_nav_bg-sp.webp);
  }
}
.top-what__nav__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
@media all and (max-width: 680px) {
  .top-what__nav__list {
    display: flex;
    flex-direction: column-reverse;
    gap: 1.875rem;
  }
}
.top-what__nav__list a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.9375rem;
  height: 100%;
  background: linear-gradient(90deg, #fff 0%, #d5dad5 100%);
  gap: 0.625rem;
  transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.top-what__nav__list a:hover {
  text-decoration: none;
}
.top-what__nav__list a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .top-what__nav__list a:hover {
    filter: brightness(0.9);
  }
}
.top-what__nav__list a:active {
  filter: brightness(0.9);
}
@media all and (max-width: 680px) {
  .top-what__nav__list a {
    flex-direction: row;
    position: relative;
    padding: 1.25rem 0.9375rem;
    gap: 1.5625rem;
    box-shadow: 0.25rem 0.25rem 0.625rem rgba(0, 0, 0, 0.8);
  }
}
.top-what__nav__list .heading {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.3125rem;
}
@media all and (max-width: 680px) {
  .top-what__nav__list .heading {
    flex-shrink: 0;
    width: 35%;
  }
}
.top-what__nav__list .heading .icon {
  width: 2.5625rem;
  height: 2.5625rem;
}
@media all and (max-width: 680px) {
  .top-what__nav__list .heading .icon {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.top-what__nav__list .heading .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.top-what__nav__list .heading .text {
  font-size: 1.875rem;
  font-weight: 600;
}
@media all and (max-width: 680px) {
  .top-what__nav__list .heading .text {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 680px) {
  .top-what__nav__list .description {
    flex: 1;
    text-align: left;
  }
}
.top-what__nav__list .bt {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
  font-size: 1.125rem;
  font-weight: 500;
  color: #005993;
}
@media all and (max-width: 680px) {
  .top-what__nav__list .bt {
    position: absolute;
    right: 0.3125rem;
    bottom: 0.3125rem;
  }
  .top-what__nav__list .bt .bt-text {
    display: none;
  }
}

@media all and (max-width: 680px) {
  .top-message {
    padding-left: 0;
    padding-right: 0;
  }
}
.top-message__box {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media all and (max-width: 680px) {
  .top-message__box {
    grid-template-columns: 1fr;
  }
}
.top-message__header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.25rem;
  background: linear-gradient(90deg, #a9ddee 0%, #fff 100%);
  padding: 3.125rem;
}
@media all and (max-width: 968px) {
  .top-message__header {
    padding: 1.875rem;
  }
}
.top-message__title {
  transform: translate(-1.25rem, -1.25rem);
}
@media all and (max-width: 680px) {
  .top-message__title {
    transform: translate(-0.9375rem, -0.9375rem);
    width: 5.625rem;
  }
}
.top-message__lead {
  font-size: 1.875rem;
  font-weight: 600;
  margin-top: -0.2em;
  line-height: 1.4;
}
@media all and (max-width: 968px) {
  .top-message__lead {
    font-size: 1.5rem;
    margin-top: -1em;
  }
}
@media all and (max-width: 680px) {
  .top-message__lead {
    display: flex;
    justify-content: center;
  }
}
@media all and (min-width: 681px) {
  .top-message__image {
    min-height: 20.8125rem;
  }
}
.top-message__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.top-message__link {
  display: flex;
  justify-content: flex-start;
}
@media all and (max-width: 680px) {
  .top-message__link {
    justify-content: flex-end;
  }
}
.top-message__link a {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
  font-size: 1rem;
  font-weight: 500;
  color: #005993;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
}
.top-message__link a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .top-message__link a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.top-message__link a:active {
  opacity: 0.7;
  text-decoration: none;
}

@media all and (max-width: 680px) {
  .top-masters {
    padding-top: 2.5rem;
  }
}
@media all and (min-width: 681px) {
  .top-masters__main {
    padding-top: 6.25rem;
    padding-bottom: 12.5rem;
    background-image: url(../images/top/masters_bg-pc.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
}
@media all and (min-width: 681px) {
  .top-masters__title {
    color: #fff;
  }
}
@media all and (max-width: 680px) {
  .top-masters .inner {
    padding: 0;
  }
}
.top-masters__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
@media all and (max-width: 1080px) {
  .top-masters__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media all and (max-width: 680px) {
  .top-masters__list {
    padding: 3.75rem 1.125rem 5rem;
    background-image: url(../images/top/masters_bg-sp.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
}
.top-masters__list a {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  background-color: #fff;
  padding: 1.875rem;
  height: 100%;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease 0s;
  font-size: 1.125rem;
  transition: all 0.2s ease 0s;
}
.top-masters__list a:hover {
  text-decoration: none;
}
.top-masters__list a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .top-masters__list a:hover {
    filter: brightness(0.9);
  }
}
.top-masters__list a:active {
  filter: brightness(0.9);
}
@media all and (max-width: 1220px) {
  .top-masters__list a {
    font-size: 0.875rem;
  }
}
@media all and (max-width: 680px) {
  .top-masters__list a {
    box-shadow: 0.5rem 0.5rem 0.625rem rgba(0, 0, 0, 0.8);
    padding: 0 0.9375rem 0.9375rem;
    justify-content: space-between;
  }
}
.top-masters__list .icon {
  width: 3.875rem;
  height: 3.875rem;
}
@media all and (min-width: 681px) {
  .top-masters__list .icon {
    order: -1;
  }
}
@media all and (max-width: 680px) {
  .top-masters__list .icon {
    width: 3.375rem;
    height: 3.375rem;
  }
}
.top-masters__list .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.top-masters__list .category {
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3125rem 3.125rem;
  background-color: #005993;
  color: #fff;
  line-height: 1.2;
  font-size: 1.5em;
}
@media all and (max-width: 680px) {
  .top-masters__list .category {
    width: 90%;
    padding: 0.3125rem 1.875rem;
    margin: 0 auto;
    font-size: 1.125rem;
  }
}
.top-masters__list .title {
  text-align: center;
  font-size: 1.75em;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.5em;
}
@media all and (min-width: 681px) {
  .top-masters__list .title {
    width: 100%;
  }
}
@media all and (max-width: 680px) {
  .top-masters__list .title {
    font-size: 1.125rem;
    width: calc(100% - 3.375rem);
    padding-left: 1em;
  }
}
.top-masters__list .description {
  max-width: 38.75rem;
}
@media all and (max-width: 680px) {
  .top-masters__list .description {
    order: 10;
    font-size: 1rem;
    line-height: 1.5;
  }
}
.top-masters__list .bt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3125rem;
  font-weight: 500;
  color: #005993;
  width: 100%;
}
@media all and (max-width: 680px) {
  .top-masters__list .bt {
    order: 2;
    width: auto;
  }
  .top-masters__list .bt .text {
    display: none;
  }
}

.top-houjin__lead {
  text-align: center;
}
@media (max-width: 1360px) {
  .top-houjin__lead {
    text-align: left;
    padding-right: 19.375rem;
  }
}
@media all and (max-width: 680px) {
  .top-houjin__lead {
    padding-right: 0;
  }
}
.top-houjin__main {
  position: relative;
  padding: 5rem 0 10rem;
}
@media all and (max-width: 680px) {
  .top-houjin__main {
    padding: 0 0 1.25rem;
    background-color: #bbd7e5;
  }
}
.top-houjin__main .inner {
  position: relative;
  z-index: 5;
}
.top-houjin__main .inner-box-hg {
  position: relative;
}
.top-houjin__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-houjin__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media all and (max-width: 680px) {
  .top-houjin__image {
    position: static;
  }
}
.top-houjin__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
@media all and (max-width: 1080px) {
  .top-houjin__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 680px) {
  .top-houjin__list {
    grid-template-columns: repeat(1, 1fr);
    position: relative;
    z-index: 5;
    margin-top: -3.125rem;
  }
}
.top-houjin__list a {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  background-color: #fff;
  padding: 1.25rem 1.25rem 1.25rem;
  transition: all 0.2s ease 0s;
}
.top-houjin__list a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .top-houjin__list a:hover {
    filter: brightness(0.9);
  }
}
.top-houjin__list a:active {
  filter: brightness(0.9);
}
@media all and (max-width: 680px) {
  .top-houjin__list a {
    box-shadow: 0.5rem 0.5rem 0.625rem rgba(0, 0, 0, 0.3);
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.top-houjin__list .icon {
  width: 4.25rem;
  height: 4.25rem;
  margin-bottom: 0.9375rem;
}
@media all and (max-width: 680px) {
  .top-houjin__list .icon {
    width: 3.125rem;
    height: 3.125rem;
  }
}
.top-houjin__list .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.top-houjin__list .title {
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.3em;
  text-align: center;
}
@media all and (min-width: 681px) {
  .top-houjin__list .title {
    min-height: 2.4em;
    margin-bottom: 0;
  }
}
.top-houjin__list .description {
  line-height: 1.5;
  margin-bottom: 0.9375rem;
}
@media all and (max-width: 680px) {
  .top-houjin__list .description {
    order: 99;
  }
}
.top-houjin__list .bt {
  font-size: 1.125rem;
  font-weight: 500;
  color: #005993;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  gap: 0.3125rem;
}
@media all and (min-width: 681px) {
  .top-houjin__list .bt {
    margin-top: auto;
  }
}
@media all and (max-width: 680px) {
  .top-houjin__list .bt .text {
    display: none;
  }
}
.top-houjin__caption {
  position: absolute;
  z-index: 5;
  top: -9em;
  right: -4em;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 1.5rem;
  gap: 0.3125rem;
}
@media (max-width: 1650px) {
  .top-houjin__caption {
    right: 0;
  }
}
@media all and (max-width: 680px) {
  .top-houjin__caption {
    position: static;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.top-houjin__caption__text {
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  background-color: #fff;
  padding: 1em 1em 1.5em;
  border-radius: 50%;
  border: 0.1875rem solid #005993;
  color: #005993;
}
.top-houjin__caption__text .sup {
  font-size: 0.6em;
  position: relative;
  top: -0.4em;
}
.top-houjin__caption__caption {
  font-size: 0.6em;
  color: #fff;
}
@media all and (max-width: 680px) {
  .top-houjin__caption__caption {
    color: #005993;
  }
}

.top-achievement__tab-nav {
  margin: 0 auto 1.875rem;
  max-width: 35.5rem;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.top-achievement__tab-nav button {
  display: inline-block;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  text-align: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1.4;
  box-sizing: border-box;
  font-size: 1.375rem;
  margin: 0;
  font-weight: 500;
  color: #00719d;
  background-color: #fff;
  padding: 0.625rem 1.25rem;
  width: 100%;
  text-align: center;
  border: 0.0625rem solid #005993;
  background-color: #e1eef4;
  color: #005993;
  transition: all 0.2s ease 0s;
}
.top-achievement__tab-nav button:hover {
  text-decoration: none;
}
.top-achievement__tab-nav button[aria-selected=true] {
  background-color: #005993;
  color: #fff;
}
.top-achievement__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(16.875rem, 1fr));
  gap: 3.125rem 0.625rem;
}
.top-achievement__list__item a {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
}
.top-achievement__list__item a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .top-achievement__list__item a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.top-achievement__list__item a:active {
  opacity: 0.7;
  text-decoration: none;
}
.top-achievement__list__heading {
  font-size: 1.0625rem;
  line-height: 1.2;
  color: #005993;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.top-achievement__list__box {
  display: flex;
  position: relative;
}
.top-achievement__list__box .place {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.875rem;
  color: #707070;
  z-index: 5;
}
.top-achievement__list__box .image {
  aspect-ratio: 5/4;
  width: 58%;
}
.top-achievement__list__box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-achievement__list__box .content {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0.625rem 0.3125rem;
  background-color: rgba(63, 165, 49, 0.18);
  gap: 0.625rem;
  flex-shrink: 0;
}
.top-achievement__list__box .content .person {
  width: 80%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
.top-achievement__list__box .content .person img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-achievement__list__box .content .cat {
  font-size: 0.6875rem;
  font-weight: 700;
  color: #fff;
  background-color: #819098;
  padding: 0.3125rem 0.125rem;
  line-height: 1.1;
  border-radius: 0.3125rem;
  text-align: center;
  width: 90%;
}
.top-achievement__list .place {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
  padding: 0.1em 0.5em;
}
.top-achievement__list .place:before {
  content: "";
  width: 4em;
  height: 2.5em;
  background-color: #3fa531;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.top-achievement__list .place span {
  position: relative;
  z-index: 5;
}
.top-achievement__houjin-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(21.25rem, 1fr));
  gap: 1.25rem 2.5rem;
}
.top-achievement__houjin-list__item a {
  display: block;
  border: 0.0625rem solid #3fa531;
  background-color: #fff;
  padding: 0.9375rem;
  height: 100%;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
}
.top-achievement__houjin-list__item a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .top-achievement__houjin-list__item a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.top-achievement__houjin-list__item a:active {
  opacity: 0.7;
  text-decoration: none;
}
.top-achievement__houjin-list__company-name {
  color: #3fa531;
  font-weight: 500;
  line-height: 1.4;
  font-size: 1.0625rem;
  margin-bottom: 0.75em;
}
.top-achievement__houjin-list__box {
  display: grid;
  grid-template-columns: 0.6fr 1fr;
  gap: 1.25rem;
}
.top-achievement__houjin-list__box .image {
  aspect-ratio: 1/1;
}
.top-achievement__houjin-list__box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-achievement__houjin-list__box .content {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  font-size: 0.8125rem;
}
.top-achievement__houjin-list__box .content .name {
  font-weight: 500;
  font-size: 1.35em;
}
.top-achievement__houjin-list__box .content .position {
  padding-top: 1em;
  border-top: 0.0625rem solid #aaa;
}
.top-achievement__link .cmn-btn {
  max-width: 37.5rem;
}

.top-teacher {
  background-color: #e6f0f5;
}

.top-guest__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media all and (max-width: 968px) {
  .top-guest__box {
    flex-direction: column;
  }
}
.top-guest__box__left {
  width: 35%;
  padding: 1.25rem 1.25rem 1.25rem 2.5rem;
  position: relative;
}
@media (max-width: 1340px) {
  .top-guest__box__left {
    width: 45%;
  }
}
@media all and (max-width: 968px) {
  .top-guest__box__left {
    width: 100%;
    padding: 2.5rem 0.625rem;
    display: contents;
  }
}
.top-guest__box__left:before {
  content: "";
  display: block;
  width: 160%;
  height: 150%;
  background-color: #feffda;
  position: absolute;
  top: -30%;
  left: 0;
  z-index: 1;
}
@media (max-width: 1340px) {
  .top-guest__box__left:before {
    height: 120%;
    width: 130%;
    top: -10%;
    left: 0;
  }
}
@media all and (max-width: 968px) {
  .top-guest__box__left:before {
    width: 90%;
    height: calc(100% - 13.75rem);
    top: 1.875rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
}
@media all and (max-width: 680px) {
  .top-guest__box__left:before {
    width: calc(100% - 2.5rem);
    height: calc(100% - 11.25rem);
  }
}
.top-guest__box__content {
  width: 34.375rem;
  position: relative;
  z-index: 5;
}
@media (max-width: 1324px) {
  .top-guest__box__content {
    width: 100%;
  }
}
@media all and (max-width: 968px) {
  .top-guest__box__content {
    display: contents;
  }
}
@media all and (max-width: 680px) {
  .top-guest__box__text {
    padding: 0 1.25rem;
  }
}
.top-guest__box__right {
  position: relative;
  z-index: 4;
  width: 65%;
}
@media (max-width: 1340px) {
  .top-guest__box__right {
    width: 55%;
  }
}
@media all and (max-width: 968px) {
  .top-guest__box__right {
    width: 100%;
    margin-top: 1.25rem;
  }
}
@media all and (max-width: 680px) {
  .top-guest__box__right {
    margin-bottom: 1.875rem;
  }
}
.top-guest__box__right img {
  width: 100%;
}
@media all and (max-width: 968px) {
  .top-guest__box__link {
    order: 99;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

.top-admissions__main {
  padding-top: 1.25rem;
  padding-bottom: 0rem;
}
@media all and (min-width: 681px) {
  .top-admissions__main {
    background-image: url(../images/top/admissions_bg-pc.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
@media all and (min-width: 681px) {
  .top-admissions__heading {
    color: #fff;
  }
}
.top-admissions__text {
  margin-bottom: 1.25rem;
}
@media all and (min-width: 681px) {
  .top-admissions__text {
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    max-width: 70.625rem;
    text-align: center;
    margin-bottom: 2.5rem;
  }
}
.top-admissions__image {
  width: calc(100% + 2.25rem);
  position: relative;
  left: -1.125rem;
  margin-bottom: 0.9375rem;
}
.top-admissions__image img {
  width: 100%;
}
.top-admissions__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
}
@media all and (max-width: 1080px) {
  .top-admissions__list {
    gap: 1.25rem;
  }
}
@media all and (max-width: 680px) {
  .top-admissions__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.5rem;
  }
}
.top-admissions__list__item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
  height: 100%;
  background-color: #fff;
  padding: 1.5625rem 1.25rem;
  border-radius: 1.25rem;
  border: 0.0625rem solid #005993;
  transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.top-admissions__list__item a:hover {
  text-decoration: none;
}
.top-admissions__list__item a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .top-admissions__list__item a:hover {
    filter: brightness(0.9);
  }
}
.top-admissions__list__item a:active {
  filter: brightness(0.9);
}
@media all and (max-width: 680px) {
  .top-admissions__list__item a {
    padding: 0.9375rem 0.625rem;
    gap: 0.3125rem;
  }
}
.top-admissions__list__item .heading {
  font-size: min(1.5em, 2vw);
  font-weight: 500;
  color: #005993;
}
@media all and (max-width: 680px) {
  .top-admissions__list__item .heading {
    font-size: 1.5rem;
  }
}
.top-admissions__list__item .text {
  font-size: min(1.1em, 1.35vw);
}
@media all and (max-width: 680px) {
  .top-admissions__list__item .text {
    font-size: 1.125rem;
  }
}
.top-admissions__list__item .bt {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
  margin-top: auto;
  font-weight: 500;
  color: #005993;
}
.top-admissions__list__item .bt .icon {
  width: 1.1em;
}
.top-admissions__list__item .bt .icon img {
  width: 100%;
}

.top-faq {
  border-top: 0.0625rem solid #005993;
}
.top-faq .faq-list:not(.is-open) .faq-list__item:nth-child(n+7) {
  display: none;
}
.top-faq__more {
  display: inline-block;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  text-align: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1.4;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 1.25rem;
  font-weight: 500;
  color: #005993;
  transition: all 0.2s ease 0s;
}
.top-faq__more .icon {
  position: relative;
  display: inline-block;
  width: 1.375rem;
  height: 1.375rem;
  transition: all 0.2s ease 0s;
}
.top-faq__more .icon:hover {
  text-decoration: none;
}
.top-faq__more .icon::before, .top-faq__more .icon::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 0.75rem;
  height: 0.75rem;
  border-right: 0.125rem solid #005993;
  border-bottom: 0.125rem solid #005993;
  transform: translateX(-50%) rotate(45deg);
}
.top-faq__more .icon::before {
  top: 25%;
}
.top-faq__more .icon::after {
  top: 60%;
}
.top-faq__more:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .top-faq__more:hover .icon {
    transform: translateY(0.125rem);
  }
}
.top-faq__more:active .icon {
  transform: translateY(0.125rem);
}

.top-inquiry {
  background-color: #005993;
}
.top-inquiry__heading {
  color: #fff;
}
.top-inquiry__text {
  color: #fff;
}
.top-inquiry__contact__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3125rem;
  font-weight: 500;
  color: #fff;
  max-width: 32.5rem;
  width: 100%;
  margin: 0 auto;
  background-color: #005993;
  padding: 0.625rem 1.25rem;
  border-radius: 0.625rem;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
  font-size: 1.625rem;
}
.top-inquiry__contact__link:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .top-inquiry__contact__link:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.top-inquiry__contact__link:active {
  opacity: 0.7;
  text-decoration: none;
}
@media all and (max-width: 680px) {
  .top-inquiry__contact__link {
    font-size: 1.375rem;
  }
}

.top-links__inner {
  display: flex;
  align-items: flex-start;
}
@media all and (max-width: 680px) {
  .top-links__inner {
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
  }
}
.top-links__heading {
  color: #005993;
  display: flex;
  gap: 0.625rem;
  font-size: 1.5rem;
  font-weight: 500;
}
@media all and (min-width: 681px) {
  .top-links__heading {
    width: 18.75rem;
  }
}
.top-links__heading:before {
  content: "";
  width: 1em;
  height: 1.5em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/top/icon_links.svg);
}
.top-links__content {
  flex: 1;
}
.top-links__list {
  max-width: 43.75rem;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  gap: 0.9375rem 1.25rem;
}
@media all and (max-width: 968px) {
  .top-links__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.top-links__list-item {
  display: flex;
  justify-content: flex-start;
}
.top-links__list-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0.0625rem solid #6aa9c6;
  min-width: 10.25rem;
  font-weight: 500;
  gap: 0.625rem;
  font-size: 1.5rem;
  color: #005993;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
}
.top-links__list-item a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .top-links__list-item a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.top-links__list-item a:active {
  opacity: 0.7;
  text-decoration: none;
}
.top-links__list-item a:after {
  content: "";
  width: 0.85em;
  aspect-ratio: 1/1;
  background-color: #6aa9c6;
  mask-image: url(../images/common/icon_blank.svg);
  -webkit-mask-image: url(../images/common/icon_blank.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
}

.teacher-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(13.125rem, 1fr));
  gap: 2.5rem 0.75rem;
}
@media all and (max-width: 680px) {
  .teacher-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem 0.5rem;
  }
}
.teacher-list__item {
  transition: all 0.2s ease 0s;
  opacity: 1;
}
.teacher-list__item:hover {
  text-decoration: none;
}
.teacher-list__item.filtered-out {
  opacity: 0;
  pointer-events: none;
}
.teacher-list__item.filtered-in {
  opacity: 1;
  pointer-events: auto;
}
.teacher-list__trigger {
  display: inline-block;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  text-align: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1.4;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  outline: none;
  cursor: default;
}
.teacher-list__trigger:not(.no-button) {
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
  cursor: pointer;
}
.teacher-list__trigger:not(.no-button):hover {
  text-decoration: none;
}
@media (hover: hover) {
  .teacher-list__trigger:not(.no-button):hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.teacher-list__trigger:not(.no-button):active {
  opacity: 0.7;
  text-decoration: none;
}
.teacher-list__trigger__img {
  aspect-ratio: 8/7.5;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0.3125rem;
  flex-shrink: 0;
}
.teacher-list__trigger__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.teacher-list__trigger .person {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.2em;
}
.teacher-list__trigger .person .name {
  font-size: 1.4em;
}
@media all and (max-width: 680px) {
  .teacher-list__trigger .person .name {
    font-size: 1em;
  }
}
@media all and (max-width: 680px) {
  .teacher-list__trigger .person .position {
    font-size: 0.6em;
  }
}
.teacher-list__trigger .division {
  margin-top: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.8125rem;
  line-height: 1.2;
  gap: 0.1875rem;
  letter-spacing: -0.1em;
}
@media all and (max-width: 680px) {
  .teacher-list__trigger .division {
    font-size: 0.5rem;
  }
}
.teacher-list__trigger .division span {
  padding: 0.3em;
  padding-right: 0.4em;
  border: 0.0625rem solid #231815;
}
.teacher-list__trigger .arrow {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.625rem;
  margin-top: 0.625rem;
}
.teacher-list__trigger .arrow .bar {
  flex: 1;
  height: 0.3125rem;
  background-color: #e6f0f4;
  position: relative;
}
.teacher-list__trigger .arrow .bar:before {
  content: "";
  width: 0.3125rem;
  height: 0.875rem;
  background-color: #e6f0f4;
  position: absolute;
  left: 0;
  bottom: 0;
}
.teacher-list__trigger .arrow .text {
  color: #40a631;
}

.teacher-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.2s ease 0s;
}
.teacher-modal:hover {
  text-decoration: none;
}
.teacher-modal.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.teacher-modal__content {
  max-width: 67.5rem;
  width: 100%;
  background-color: #e6f0f5;
  max-height: calc(100% - 2.5rem);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  border-left: 0.75rem solid #3fa531;
}
@media all and (max-width: 680px) {
  .teacher-modal__content {
    border-left-width: 0.5rem;
  }
}
.teacher-modal__content__box {
  display: grid;
  grid-template-columns: 15rem 1fr;
}
@media all and (max-width: 680px) {
  .teacher-modal__content__box {
    grid-template-columns: 1fr;
  }
}
.teacher-modal__content__person {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
  font-size: 0.875rem;
}
@media all and (max-width: 680px) {
  .teacher-modal__content__person {
    flex-direction: row;
  }
}
.teacher-modal__content__person .img {
  aspect-ratio: 8/7.5;
  overflow: hidden;
  width: 100%;
}
@media all and (max-width: 680px) {
  .teacher-modal__content__person .img {
    width: 9.375rem;
  }
}
.teacher-modal__content__person .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.teacher-modal__content__person .nameWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  align-items: baseline;
  padding: 0 0.9375rem;
  line-height: 1.4;
  margin-top: 0.625rem;
}
.teacher-modal__content__person .nameWrap .name {
  font-size: 1.5em;
  font-weight: 700;
}
@media all and (max-width: 680px) {
  .teacher-modal__content__person .nameWrap .name {
    font-size: 1.25em;
  }
}
.teacher-modal__content__person .position {
  padding: 0 0.9375rem;
}
.teacher-modal__content__content {
  padding: 1.25rem;
}
.teacher-modal__content__content .info {
  display: grid;
  grid-template-columns: 7.5rem 1fr;
  gap: 0.625rem;
}
@media all and (max-width: 680px) {
  .teacher-modal__content__content .info {
    grid-template-columns: 1fr;
    gap: 0.3125rem;
  }
}
.teacher-modal__content__content .info a {
  text-decoration: underline;
}
.teacher-modal__content__content .info a:hover {
  text-decoration: none;
}
.teacher-modal__content__content .info dt {
  font-weight: 700;
}
.teacher-modal__content__content .info dd {
  font-size: 0.85em;
}
@media all and (max-width: 680px) {
  .teacher-modal__content__content .info dd {
    margin-bottom: 0.9375rem;
  }
  .teacher-modal__content__content .info dd:last-child {
    margin-bottom: 0;
  }
}
.teacher-modal__content__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem;
  padding: 0 0.9375rem 1.25rem;
  margin-top: 1.5625rem;
}
@media all and (max-width: 680px) {
  .teacher-modal__content__footer {
    margin-top: 0.625rem;
    gap: 1.25rem;
    flex-direction: column;
    align-items: flex-start;
  }
}
.teacher-modal__content__footer .divisionWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem;
  align-items: center;
}
@media all and (max-width: 680px) {
  .teacher-modal__content__footer .divisionWrap {
    gap: 0.625rem;
  }
}
.teacher-modal__content__footer .divisionWrap .division {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.8125rem;
  line-height: 1.2;
  gap: 0.1875rem;
  letter-spacing: -0.1em;
}
.teacher-modal__content__footer .divisionWrap .division span {
  padding: 0.3em;
  padding-right: 0.4em;
  border: 0.0625rem solid #231815;
  background-color: #fff;
  border: 0.0625rem solid #005993;
  color: #005993;
  font-weight: 500;
}
.teacher-modal__content__footer .divisionWrap .area {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3125rem;
  align-items: center;
}
.teacher-modal__content__footer .divisionWrap .area span {
  padding: 0.3em;
  background-color: #fff;
  line-height: 1.2;
  font-size: 0.875rem;
}
.teacher-modal__close {
  display: inline-block;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  text-align: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1.4;
  box-sizing: border-box;
  color: #3fa531;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
}
.teacher-modal__close:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .teacher-modal__close:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.teacher-modal__close:active {
  opacity: 0.7;
  text-decoration: none;
}

.faculty-header {
  margin-bottom: 2.5rem;
  position: relative;
}
.faculty-header .label {
  display: block;
  width: 6.875rem;
  position: absolute;
  top: 0;
  left: 0;
}
.faculty-header .label.label2 {
  width: 16.25rem;
}
@media all and (max-width: 680px) {
  .faculty-header .label.label2 {
    width: 9.375rem;
  }
}
@media all and (max-width: 968px) {
  .faculty-header .label {
    position: relative;
    margin-bottom: 0.625rem;
  }
}
@media all and (max-width: 680px) {
  .faculty-header {
    margin-bottom: 1.875rem;
  }
}

.faculty-nav-header {
  padding: 1.875rem 0;
  background-color: #e6f0f5;
}
.faculty-nav-header .heading {
  font-size: 1.25rem;
  font-weight: 500;
  color: #005993;
}
.faculty-nav-header__upper {
  position: relative;
  margin-bottom: 1.875rem;
}
.faculty-nav-header__upper:after {
  content: "";
  width: 100%;
  height: 0.0625rem;
  background-color: #005993;
  position: absolute;
  bottom: 0;
  left: 0;
}
.faculty-nav-header__upper-inner {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  justify-content: center;
}
@media all and (max-width: 680px) {
  .faculty-nav-header__upper-inner {
    flex-direction: column;
  }
}
.faculty-nav-header__upper .faculty-area-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
}
@media all and (max-width: 680px) {
  .faculty-nav-header__upper .faculty-area-nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem;
  }
}
.faculty-nav-header__upper .faculty-area-nav button {
  display: inline-block;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  text-align: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1.4;
  box-sizing: border-box;
  font-size: 1.375rem;
  font-weight: 500;
  color: #005993;
  background-color: #fff;
  padding: 0.625rem 0.625rem;
  border: 0.0625rem solid #005993;
  text-align: center;
  transition: all 0.2s ease 0s;
  min-width: 10rem;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.faculty-nav-header__upper .faculty-area-nav button:hover {
  text-decoration: none;
}
.faculty-nav-header__upper .faculty-area-nav button.current {
  background-color: #005993;
  color: #fff;
}
.faculty-nav-header__lower {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  max-width: 50rem;
  margin: 0 auto;
}
@media all and (max-width: 680px) {
  .faculty-nav-header__lower {
    flex-direction: column;
  }
}
.faculty-nav-header__lower .faculty-aria-discipline {
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  outline: none;
  box-shadow: none;
  line-height: 1.4;
  box-sizing: border-box;
  flex: 1;
  font-size: 1.375rem;
  font-weight: 500;
  color: #005993;
  background-color: #fff;
  padding: 0.625rem 2.5rem 0.625rem 1.25rem;
  border: 0.0625rem solid #005993;
  background-image: url(../images/common/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: right 0.625rem center;
  background-size: 1.25rem 1.25rem;
  transition: all 0.2s ease 0s;
  cursor: pointer;
}
.faculty-nav-header__lower .faculty-aria-discipline:hover {
  text-decoration: none;
}

.faculty-no-results {
  text-align: center;
  padding: 3.75rem 1.25rem;
}
.faculty-no-results__message {
  font-size: 1.125rem;
  line-height: 1.6;
}
@media all and (max-width: 680px) {
  .faculty-no-results__message {
    font-size: 1rem;
  }
}

.faculty-load-more {
  text-align: center;
  padding: 2.5rem 1.25rem;
}
.faculty-load-more__button {
  display: inline-block;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  text-align: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1.4;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background-color: #fff;
  color: #005993;
  font-size: 1.25rem;
  font-weight: 500;
  border-bottom: 0.0625rem solid #005993;
  transition: all 0.2s ease 0s;
  cursor: pointer;
  transition: all 0.2s ease 0s;
}
.faculty-load-more__button:hover {
  text-decoration: none;
}
.faculty-load-more__button .cmn-arrow {
  rotate: 90deg;
  transition: all 0.2s ease 0s;
}
.faculty-load-more__button .cmn-arrow:hover {
  text-decoration: none;
}
@media all and (max-width: 680px) {
  .faculty-load-more__button {
    font-size: 1rem;
  }
}
.faculty-load-more__button:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .faculty-load-more__button:hover {
    background-color: #005993;
    color: #fff;
  }
  .faculty-load-more__button:hover .cmn-arrow {
    filter: brightness(0) invert(1);
  }
}
.faculty-load-more__button:active {
  background-color: #005993;
  color: #fff;
}
.faculty-load-more__button:active .cmn-arrow {
  filter: brightness(0) invert(1);
}
.faculty-load-more__button:active {
  transform: translateY(0);
}
.faculty-load-more__text {
  display: block;
}

.events-category {
  position: relative;
}
.events-category:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background-color: #005993;
}
.events-category__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3125rem;
  position: relative;
  z-index: 5;
}
.events-category__item {
  display: inline-block;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  text-align: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1.4;
  box-sizing: border-box;
  padding: 1.25rem 0.9375rem;
  line-height: 1.2;
  background-color: #fff;
  border: 0.0625rem solid #005993;
  position: relative;
  text-align: center;
}
@media all and (max-width: 1080px) {
  .events-category__item {
    flex: 1 1 auto;
  }
}
@media all and (max-width: 680px) {
  .events-category__item {
    padding: 0.9375rem 0.625rem;
  }
}
.events-category__item .text {
  position: relative;
  z-index: 5;
  font-size: 1.15em;
  font-weight: 500;
}
@media all and (max-width: 680px) {
  .events-category__item .text {
    font-size: 1em;
  }
}
.events-category__item.is-active {
  border-bottom-color: #fff;
  color: #fff;
}
.events-category__item.is-active:before {
  content: "";
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  width: calc(100% - 0.5rem);
  height: calc(100% - 0.5rem);
  background-color: #005993;
}
@media all and (min-width: 681px) {
  .events-category__item.is-active:after {
    content: "";
    position: absolute;
    bottom: 0.5rem;
    left: 50%;
    width: 0.5rem;
    height: 0.375rem;
    background-color: #fff;
    transform: translateX(-50%);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
  }
}

.event-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(22.5rem, 1fr));
  gap: 2.5rem 1.5625rem;
}
@media all and (max-width: 680px) {
  .event-list {
    grid-template-columns: 1fr;
    max-width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
}
.event-list__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0 0.3125rem 0.9375rem rgba(0, 0, 0, 0.05);
  background-color: #fff;
  border-radius: 0.5rem;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
}
.event-list__link:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .event-list__link:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.event-list__link:active {
  opacity: 0.7;
  text-decoration: none;
}
.event-list__image {
  aspect-ratio: 120/63;
  max-height: 17.5rem;
  width: 100%;
}
.event-list__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}
.event-list__content {
  padding: 0.625rem 1.25rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
}
.event-list__category {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3125rem;
  font-size: 0.8em;
  font-weight: 300;
  margin-bottom: 0.625rem;
}
.event-list__category span {
  background-color: #f0f0f0;
  padding: 0.3em 0.75em;
  line-height: 1.4;
}
.event-list__title {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-bottom: 0.625rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.event-list__description {
  font-size: 0.75rem;
  color: #767676;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  margin-bottom: 0.625rem;
}
.event-list__bt {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: 500;
  color: #005993;
  gap: 0.25rem;
}
.event-list__bt:after {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  border-right: 0.125rem solid #005993;
  border-bottom: 0.125rem solid #005993;
  transform: rotate(-45deg);
  margin-top: 0.15em;
}

.subsidy-lead {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
.subsidy-lead strong {
  font-size: 1.7em;
}
@media all and (max-width: 968px) {
  .subsidy-lead {
    font-size: 2rem;
  }
}
@media all and (max-width: 680px) {
  .subsidy-lead {
    font-size: 1.375rem;
  }
}

.subsidy-img {
  display: grid;
  grid-template-columns: 7fr 6.1fr;
  gap: 1.25rem;
}
@media all and (max-width: 680px) {
  .subsidy-img {
    grid-template-columns: 1fr;
    gap: 0.625rem;
  }
}

.green-link {
  background-color: #04551e;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  border-radius: 0.5rem;
  padding: 0.9375rem 1.25rem;
  font-size: 1.375rem;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
}
.green-link:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .green-link:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.green-link:active {
  opacity: 0.7;
  text-decoration: none;
}
@media all and (max-width: 680px) {
  .green-link {
    font-size: 1.125rem;
  }
}
.green-link:after {
  content: "";
  width: 0.9em;
  height: 0.9em;
  border: 0.125rem solid #fff;
  border-left: none;
  border-bottom: none;
  transform: rotate(45deg);
  transition: transform 0.3s;
  flex-shrink: 0;
}

.masters-course-title {
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 680px) {
  .masters-course-title {
    font-size: 1.4375rem;
  }
}
.masters-course-title .main {
  display: flex;
  justify-content: center;
  gap: 0.3em;
  border-bottom: 0.3125rem solid currentColor;
  padding-bottom: 0.2em;
  flex-wrap: wrap;
}
.masters-course-title.color-key3 .main {
  border-color: #644887;
}
.masters-course-title.color-key5 .main {
  border-color: #40a631;
}

.masters-course-summary-wrap {
  background-color: #0d92b6;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  color: #fff;
}

.masters-course-summary__list {
  display: grid;
  grid-template-columns: 7.5rem 1fr;
  gap: 1.25rem;
}
@media all and (max-width: 968px) {
  .masters-course-summary__list {
    grid-template-columns: 1fr;
    gap: 0.625rem;
  }
}
.masters-course-summary__list > dt {
  font-weight: 500;
  font-size: 1.2em;
}
@media all and (max-width: 968px) {
  .masters-course-summary__list > dd:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}

.course-plan-list li {
  font-size: 1.375rem;
  border-top: 0.0625rem solid #c8c9ca;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-weight: 500;
  display: flex;
}
.course-plan-list li:before {
  content: "●";
  color: #8e8a89;
}
.course-plan-list li:last-child {
  border-bottom: 0.0625rem solid #c8c9ca;
}
@media all and (max-width: 680px) {
  .course-plan-list li {
    font-size: 1.0625rem;
  }
}

.course-plan-img {
  display: flex;
  align-items: center;
  gap: 1.875rem;
}
@media all and (max-width: 968px) {
  .course-plan-img {
    flex-direction: column;
    margin-top: -2.5rem;
  }
}
.course-plan-img .arrow {
  width: 4.375rem;
  flex-shrink: 0;
}
@media all and (max-width: 1080px) {
  .course-plan-img .arrow {
    width: 3.125rem;
  }
}
@media all and (max-width: 968px) {
  .course-plan-img .arrow {
    rotate: 90deg;
  }
}
@media all and (max-width: 968px) {
  .course-plan-img .img {
    margin-top: -2.5rem;
  }
}

.masters-course-curriculum {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.875rem;
}
@media all and (max-width: 968px) {
  .masters-course-curriculum {
    flex-direction: column;
  }
}
.masters-course-curriculum .images {
  max-width: 24.375rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.625rem;
  width: 30%;
}
.masters-course-curriculum .images .img1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media all and (max-width: 968px) {
  .masters-course-curriculum .images {
    max-width: 100%;
    width: 100%;
    display: flex;
  }
}
@media all and (max-width: 680px) {
  .masters-course-curriculum .images {
    display: grid;
    grid-template-columns: 0.655fr 1fr;
    gap: 0.625rem;
  }
  .masters-course-curriculum .images .img3 {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}

.syllabus-wrap {
  display: flex;
  justify-content: center;
}

.master-course-feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
@media all and (max-width: 968px) {
  .master-course-feature-list {
    justify-content: center;
  }
}
@media all and (max-width: 680px) {
  .master-course-feature-list {
    gap: 0.625rem;
  }
}
.master-course-feature-list li {
  background-color: var(--bg-color);
  flex: 1;
  aspect-ratio: 1/1;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  color: #0062b1;
  text-align: center;
  line-height: 1.5;
  font-size: min(2em, 1.95vw);
}
@media all and (max-width: 968px) {
  .master-course-feature-list li {
    font-size: min(1.75em, 2.9vw);
    flex: none;
    width: 30%;
  }
}
@media all and (max-width: 680px) {
  .master-course-feature-list li {
    font-size: min(1.5em, 3.5vw);
    flex: none;
    width: 30%;
    padding: 0.625rem;
  }
}

.subsidy-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.625rem;
  background-color: var(--bg-color, #005993);
  padding: 1.25rem 1.875rem 1.5625rem;
  border-radius: 0.625rem;
  line-height: 1.2;
  color: #fff;
  transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.subsidy-btn:hover {
  text-decoration: none;
}
@media all and (max-width: 680px) {
  .subsidy-btn {
    padding: 1.25rem 0.3125rem 1.5625rem;
    width: 100%;
  }
}
.subsidy-btn:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .subsidy-btn:hover {
    filter: brightness(1.1);
  }
}
.subsidy-btn:active {
  filter: brightness(1.1);
}
.subsidy-btn .main {
  border-bottom: 0.0625rem solid #fff;
  margin-bottom: 0.625rem;
  padding-bottom: 0.3em;
  padding-left: 0.3em;
  margin-left: 0.3em;
}
@media all and (max-width: 680px) {
  .subsidy-btn .main {
    margin-top: 1.25rem;
  }
}
.subsidy-btn .bt {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-weight: 500;
  font-size: 1.125rem;
}
.subsidy-btn .bt .cmn-arrow {
  filter: brightness(0) invert(1);
}

.students-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(17.5rem, 1fr));
  gap: 1.25rem 2.5rem;
}
@media all and (max-width: 680px) {
  .students-list {
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem 0.625rem;
  }
}
.students-list__item {
  border-top: 0.0625rem solid #519e3f;
  border-left: 0.0625rem solid #519e3f;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.9375rem;
}
.students-list__title {
  padding: 0.3125rem 0.625rem;
  line-height: 1.3;
  min-height: 5em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 600;
  color: #40a631;
  font-size: 1.1875rem;
  position: relative;
}
@media all and (max-width: 680px) {
  .students-list__title {
    font-size: 0.8125rem;
  }
}
.students-list__title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1875rem;
  background: linear-gradient(to right, #40a631 50%, transparent 100%);
}
.students-list__content {
  padding-top: 0.9375rem;
  padding-left: 0.9375rem;
}
.students-list__imgWrap {
  display: flex;
  justify-content: center;
  gap: 0.625rem;
  margin-bottom: 0.625rem;
}
.students-list__imgWrap__img {
  width: calc((100% - 0.6875rem) / 2);
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
}
.students-list__imgWrap__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.students-list__description {
  line-height: 1.5;
}
@media all and (max-width: 680px) {
  .students-list__description {
    font-size: 0.75rem;
  }
}
.students-list__btn-wrap {
  padding-left: 0.9375rem;
}
.students-list__btn-wrap .btn {
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  background-color: #e8f0f5;
  color: #005993;
  padding: 0.3125rem 1.25rem;
  border-radius: 0.625rem;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
}
.students-list__btn-wrap .btn:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .students-list__btn-wrap .btn:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.students-list__btn-wrap .btn:active {
  opacity: 0.7;
  text-decoration: none;
}
@media all and (max-width: 680px) {
  .students-list__btn-wrap .btn {
    font-size: 0.875rem;
  }
}

.students-single {
  display: grid;
  grid-template-columns: 17.5rem 1fr;
  gap: 1.875rem;
}
@media all and (max-width: 1080px) {
  .students-single {
    grid-template-columns: 12.5rem 1fr;
  }
}
@media all and (max-width: 968px) {
  .students-single {
    grid-template-columns: 1fr;
  }
}
.students-single__left {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.students-single__person {
  padding-top: 0.9375rem;
  padding-left: 0.625rem;
  border-top: 0.0625rem solid #519e3f;
  border-left: 0.0625rem solid #519e3f;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
@media all and (max-width: 968px) {
  .students-single__person {
    max-width: 15.625rem;
    margin: 0 auto;
  }
}
.students-single__gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.students-single__youtube {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative;
}
.students-single__youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.students-single__right {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
.students-single__title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #40a631;
  position: relative;
  padding-bottom: 0.5em;
}
.students-single__title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1875rem;
  background: linear-gradient(to right, #40a631 50%, transparent 100%);
}
.students-single__content strong {
  font-weight: bold;
}

.alumni-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.875rem;
}

.alumni-list-fixed-item {
  padding: 2.5rem 0;
  border-bottom: 0.0625rem solid #005993;
}
.alumni-list-fixed-item__header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.875rem;
  margin-bottom: 1.875rem;
  width: 100%;
}
@media all and (max-width: 1080px) {
  .alumni-list-fixed-item__header {
    grid-template-columns: 1fr;
  }
}
.alumni-list-fixed-item__header__left {
  display: grid;
  grid-template-columns: 0.4fr 1fr;
  align-items: center;
  gap: 1.25rem;
}
@media all and (max-width: 680px) {
  .alumni-list-fixed-item__header__left {
    display: flex;
    flex-direction: column-reverse;
  }
}
.alumni-list-fixed-item__header__left__img {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
}
@media all and (max-width: 680px) {
  .alumni-list-fixed-item__header__left__img {
    width: 8.75rem;
  }
}
.alumni-list-fixed-item__header__left__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.alumni-list-fixed-item__header__left__content {
  display: flex;
  flex-direction: column;
  border-left: 0.625rem solid #daefd7;
  padding: 1.875rem 0 1.875rem 1.25rem;
}
@media all and (max-width: 680px) {
  .alumni-list-fixed-item__header__left__content {
    padding: 0.625rem 0 0.625rem 1.25rem;
    border-left-width: 0.3125rem;
  }
}
.alumni-list-fixed-item__header__left__content__title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0.6em;
}
@media all and (max-width: 1080px) {
  .alumni-list-fixed-item__header__left__content__title {
    font-size: 1.5rem;
  }
}
.alumni-list-fixed-item__header__left__content__name {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
}
.alumni-list-fixed-item__header__left__content__description {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 1em;
}
.alumni-list-fixed-item__header__left__content__tags {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
}
.alumni-list-fixed-item__header__left__content__tags__item {
  font-size: 1rem;
  text-align: center;
  font-weight: 600;
  line-height: 1.1;
  padding: 0.3em 0.75em;
  border: 0.0625rem solid #519e3f;
  color: #519e3f;
  border-radius: 0.625rem;
  min-width: 10rem;
}
.alumni-list-fixed-item__header__left__title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #40a631;
  position: relative;
  padding-bottom: 0.5em;
}
.alumni-list-fixed-item__header__right {
  position: relative;
}
.alumni-list-fixed-item__header__right__img {
  width: 100%;
  aspect-ratio: 722/348;
  overflow: hidden;
  position: relative;
}
.alumni-list-fixed-item__header__right__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.alumni-list-fixed-item__header__right__campus {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5em 2em 2em 0.5em;
  min-width: 7em;
  font-weight: 600;
  line-height: 1.1;
  color: #fff;
}
.alumni-list-fixed-item__header__right__campus span {
  position: relative;
  z-index: 5;
}
.alumni-list-fixed-item__header__right__campus:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #40a631;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.alumni-list-item {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 1.25rem;
  width: calc((100% - 1.875rem) / 2);
  border-bottom: 0.0625rem solid #005993;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media all and (max-width: 1080px) {
  .alumni-list-item {
    width: 100%;
  }
}
@media all and (max-width: 680px) {
  .alumni-list-item {
    grid-template-columns: 1fr;
    gap: 0.625rem;
  }
}
.alumni-list-item__left {
  position: relative;
  isolation: isolate;
}
.alumni-list-item__left__img {
  width: 100%;
  aspect-ratio: 33/48;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 680px) {
  .alumni-list-item__left__img {
    aspect-ratio: 1/1;
  }
}
.alumni-list-item__left__img__figure {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.alumni-list-item__left__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.alumni-list-item__left__campus {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5em 1.5em 1.5em 0.5em;
  min-width: 6em;
  font-weight: 600;
  line-height: 1.1;
  color: #fff;
}
.alumni-list-item__left__campus span {
  position: relative;
  z-index: 5;
}
.alumni-list-item__left__campus:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #40a631;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.alumni-list-item__left__bg {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0.625rem;
  font-size: 1.5rem;
  min-height: 5em;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background-color: #519e3f;
  mix-blend-mode: multiply;
}
.alumni-list-item__left__bg span {
  opacity: 0;
}
.alumni-list-item__left__content {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0.625rem 0.375rem;
  font-size: 1.4375rem;
  min-height: 5em;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
.alumni-list-item__left__content__title {
  position: relative;
  z-index: 5;
  line-height: 1.4;
  color: #fff;
  isolation: isolate;
  mix-blend-mode: normal;
  font-weight: 600;
}
.alumni-list-item__right {
  display: flex;
  flex-direction: column;
}
.alumni-list-item__right__img {
  width: 50%;
  aspect-ratio: 1/1;
  position: relative;
  margin: 0 auto 0.625rem;
  overflow: hidden;
  border-radius: 50%;
}
@media all and (max-width: 680px) {
  .alumni-list-item__right__img {
    width: 8.75rem;
  }
}
.alumni-list-item__right__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.alumni-list-item__right__description {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 1em;
}
.alumni-list-item__right__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}
.alumni-list-item__right__tags__item {
  font-size: 1rem;
  min-width: 8.75rem;
  text-align: center;
  font-weight: 600;
  line-height: 1.1;
  padding: 0.3em 0.75em;
  border: 0.0625rem solid #519e3f;
  color: #519e3f;
  border-radius: 0.625rem;
}
.alumni-list-item__right__content {
  margin-top: 0.625rem;
}

.masters-main-link {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media all and (max-width: 680px) {
  .masters-main-link {
    display: flex;
    flex-direction: column-reverse;
  }
}
.masters-main-link .content {
  padding: 1.875rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #f5f1e6;
}
.masters-main-link .content.sozo {
  background-color: #e7f1ec;
}
.masters-main-link .content.shokei {
  background-color: #e0e9f3;
}
.masters-main-link .content.corporate {
  background-color: #e0f3ff;
}
.masters-main-link .content .course {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  justify-content: center;
}
.masters-main-link .content .course li {
  background-color: #005993;
  color: #fff;
  padding: 0.1em 0.5em;
}
.masters-main-link .content .label {
  width: 100%;
  max-width: 28.75rem;
  font-weight: 600;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.4;
}
@media all and (max-width: 968px) {
  .masters-main-link .content .label {
    font-size: 1.25rem;
  }
}
.masters-main-link .content .label.sozo {
  background-color: #006837;
}
.masters-main-link .content .label.shokei {
  background-color: #005993;
}
.masters-main-link .content .title {
  font-weight: 600;
  font-size: 1.875rem;
  width: 100%;
  max-width: 33.75rem;
  padding-bottom: 0.2em;
  border-bottom: 0.3125rem solid #005993;
}
@media all and (max-width: 680px) {
  .masters-main-link .content .title {
    font-size: 1.625rem;
  }
}
.masters-main-link .content .title.sozo {
  border-color: #40a631;
}
.masters-main-link .content .title.shokei {
  border-color: #644887;
}
.masters-main-link .content .text {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-top: -0.625rem;
}
@media all and (max-width: 680px) {
  .masters-main-link .content .text {
    font-size: 1.125rem;
  }
}
.masters-main-link .content .text.sozo {
  color: #006837;
}
.masters-main-link .content .text.shokei {
  color: #005993;
}
.masters-main-link .content .btn {
  display: flex;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  font-weight: 500;
  color: #005993;
  font-size: 1.25rem;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
}
.masters-main-link .content .btn:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .masters-main-link .content .btn:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.masters-main-link .content .btn:active {
  opacity: 0.7;
  text-decoration: none;
}
.masters-main-link .content .btn:after {
  content: "";
  width: 1.35em;
  height: 1.35em;
  background-color: currentColor;
  mask-image: url(../images/common/icon_arrow.svg);
  -webkit-mask-image: url(../images/common/icon_arrow.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: contain;
  -webkit-mask-size: contain;
}
.masters-main-link .content .btn.sozo {
  color: #006837;
}
.masters-main-link .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.philosophy-main {
  padding: 5rem 0 7.5rem;
  background-color: #005993;
  color: #fff;
  background: linear-gradient(-90deg, rgb(0, 176, 229) 0.04%, rgb(0, 156, 208) 15.29%, rgb(0, 153, 205) 17.68%, rgb(0, 136, 190) 28.27%, rgb(0, 109, 165) 49.31%, rgb(0, 92, 150) 67.84%, rgb(0, 86, 145) 81.78%);
}
@media all and (max-width: 680px) {
  .philosophy-main {
    padding: 3.75rem 0 5rem;
  }
}
.philosophy-main__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
  text-align: center;
  font-weight: 600;
  font-size: 2rem;
}
@media all and (max-width: 680px) {
  .philosophy-main__title {
    font-size: 1.625rem;
  }
}
.philosophy-main__title .en {
  height: 1.8125rem;
}
.philosophy-main__title .en img {
  height: 100%;
  width: auto;
}
.philosophy-main__purpose {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.4;
}
@media all and (max-width: 680px) {
  .philosophy-main__purpose {
    font-size: 1.125rem;
  }
}
.philosophy-main__purpose .purpose-item {
  padding: 1.25rem;
  background: linear-gradient(90deg, rgb(0, 106, 181) 2.17%, rgb(0, 99, 168) 20.49%, rgb(0, 89, 151) 51.48%, rgb(0, 86, 145) 74.83%);
}
.philosophy-main__purpose .purpose-inner {
  max-width: 71.25rem;
  margin: 0 auto;
}

.philosophy-message {
  background: linear-gradient(90deg, #a9ddee 0%, #fff 100%);
  display: flex;
  align-items: flex-start;
  gap: 1.875rem;
}
@media all and (max-width: 680px) {
  .philosophy-message {
    flex-direction: column;
    align-items: center;
    padding-bottom: 1.25rem;
  }
}
.philosophy-message__content {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  position: relative;
  padding: 3.125rem 0.625rem 3.125rem 11.125rem;
}
@media all and (max-width: 1080px) {
  .philosophy-message__content {
    padding: 1.25rem 0.625rem 3.125rem 1.875rem;
  }
}
@media all and (max-width: 680px) {
  .philosophy-message__content {
    padding-bottom: 0.625rem;
  }
}
.philosophy-message__title {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  width: 6.75rem;
}
@media all and (max-width: 1080px) {
  .philosophy-message__title {
    position: static;
  }
}
.philosophy-message__image {
  width: 20%;
  aspect-ratio: 31/28;
  flex-shrink: 0;
}
@media all and (max-width: 1080px) {
  .philosophy-message__image {
    width: 30%;
  }
}
@media all and (max-width: 680px) {
  .philosophy-message__image {
    width: 50%;
  }
}
.philosophy-message__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.chairman-message {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3.125rem;
}
@media all and (max-width: 968px) {
  .chairman-message {
    flex-direction: column;
    gap: 0.625rem;
  }
}
.chairman-message__content {
  flex: 1;
  max-width: 50.625rem;
}
.chairman-message__person {
  width: 34.375rem;
  flex-shrink: 0;
  padding-top: 3.125rem;
}
@media all and (max-width: 1080px) {
  .chairman-message__person {
    width: 25rem;
  }
}
@media all and (max-width: 968px) {
  .chairman-message__person {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 1.25rem;
  }
}
@media all and (max-width: 680px) {
  .chairman-message__person {
    flex-direction: column;
  }
}
.chairman-message__person-image {
  width: 49.25rem;
}
@media (max-width: 1600px) {
  .chairman-message__person-image {
    width: 110%;
  }
}
@media all and (max-width: 680px) {
  .chairman-message__person-image {
    width: 100%;
  }
}
.chairman-message__person-profile {
  padding: 1.25rem 1rem 0;
}
.chairman-message__person-profile .name {
  display: block;
  margin-bottom: 0.625rem;
}
.chairman-message__sign {
  display: flex;
  align-items: center;
  gap: 1em;
  flex-wrap: wrap;
  font-size: 1.25rem;
}
@media all and (max-width: 680px) {
  .chairman-message__sign {
    font-size: 1rem;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.3125rem;
  }
}
.chairman-message__sign .position {
  font-weight: 600;
}
.chairman-message__sign .name {
  font-size: 1.6em;
  font-weight: 600;
  letter-spacing: 0.2em;
}
.chairman-message__sign .name rt {
  letter-spacing: 0;
  text-align: center;
}

.about-list {
  display: grid;
  grid-template-columns: 0.4fr 1fr;
  gap: 0.3125rem;
  font-size: 1.25rem;
}
@media all and (max-width: 1080px) {
  .about-list {
    font-size: 1.125rem;
  }
}
@media all and (max-width: 680px) {
  .about-list {
    font-size: 1rem;
    grid-template-columns: 1fr;
  }
}
.about-list dt {
  background-color: #dcf1ec;
  padding: 0.625rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-list dt > span {
  margin: 0 auto;
  display: block;
  width: 100%;
}
@media all and (min-width: 681px) {
  .about-list dt > span {
    max-width: 15rem;
  }
}
.about-list dd {
  background-color: #eff9f6;
  padding: 0.625rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-list dd > p {
  max-width: 50rem;
  width: 100%;
}
.about-list dd a {
  display: inline-block;
  border-bottom: 0.0625rem solid #40a631;
  text-decoration: none;
}

.about-school-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
}
.about-school-list li {
  width: 18%;
}
@media all and (max-width: 1080px) {
  .about-school-list li {
    width: 30%;
  }
}
@media all and (max-width: 680px) {
  .about-school-list li {
    width: 46%;
  }
}
.about-school-list li .about-school-list__box {
  display: flex;
  flex-direction: column;
  background-color: #005993;
  color: #fff;
  height: 100%;
  text-decoration: none;
}
.about-school-list li .upper {
  position: relative;
  display: block;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
}
.about-school-list li .upper:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .about-school-list li .upper:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.about-school-list li .upper:active {
  opacity: 0.7;
  text-decoration: none;
}
.about-school-list li .img {
  aspect-ratio: 27/20;
}
.about-school-list li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-school-list li .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.625rem;
  font-weight: 600;
  font-size: min(1.5em, 2vw);
}
@media all and (max-width: 680px) {
  .about-school-list li .title {
    font-size: 1.25rem;
  }
}
.about-school-list li .title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #005993;
  mix-blend-mode: multiply;
}
.about-school-list li .title span {
  position: relative;
  z-index: 5;
}
.about-school-list li .lower {
  display: flex;
  padding: 1.25rem 0.625rem 0.875rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.3125rem;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
}
.about-school-list li .lower:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .about-school-list li .lower:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.about-school-list li .lower:active {
  opacity: 0.7;
  text-decoration: none;
}
.about-school-list li .lower .cmn-arrow {
  filter: brightness(0) invert(1);
}

.rules-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem 1.25rem;
}
.rules-list__link {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
  text-decoration: underline;
}
.rules-list__link:hover {
  text-decoration: none;
}
.rules-list__link:after {
  content: "";
  width: 1.3em;
  aspect-ratio: 1/1;
  background-image: url(../images/common/icon_pdf.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.rules-table {
  display: grid;
  grid-template-columns: 13.125rem 1fr;
  gap: 0 0.625rem;
}
@media all and (max-width: 968px) {
  .rules-table {
    grid-template-columns: 1fr;
    gap: 0.3125rem;
  }
}
.rules-table dt {
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0.6em 1.25em;
  font-weight: 700;
  position: relative;
}
.rules-table dt span {
  position: relative;
  z-index: 5;
}
.rules-table dt:before {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0;
  width: 100%;
  height: calc(100% - 0.25rem);
  background-color: #40a631;
}
.rules-table dt.holiday:before {
  background-color: #57849d;
}
.rules-table dd {
  display: flex;
  align-items: center;
  padding-left: 0.5em;
  border-top: 0.0625rem solid #bac5c3;
  padding: 0.6em 1.25em;
  border-right: 0.0625rem solid #bac5c3;
}
@media all and (max-width: 968px) {
  .rules-table dd {
    border-top: 0;
    padding: 0.6em 1.25em 0.8em;
    border-right: 0;
  }
}
.rules-table dd:last-child {
  border-bottom: 0.0625rem solid #bac5c3;
}

.campus-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 2.5rem 1.25rem;
}
@media all and (max-width: 680px) {
  .campus-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.campus-list__item {
  display: flex;
  flex-direction: column;
}
.campus-list__content {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  padding: 0.625rem 1.25rem 1.25rem;
  background-color: #005993;
  color: #fff;
}
.campus-list__content.online {
  background-color: #00858d;
}
.campus-list__image {
  flex-shrink: 0;
}
.campus-list__access {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-weight: 500;
  margin-bottom: 0.625rem;
  font-size: 0.875rem;
}
.campus-list__access .icon {
  width: 0.9375rem;
  height: 0.9375rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.campus-list .description {
  line-height: 1.6;
  min-height: 3.2em;
}
.campus-list .cmn-btn {
  justify-content: flex-end;
  padding: 0;
  background-color: transparent;
  transition: all 0.2s ease 0s;
}
.campus-list .cmn-btn:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .campus-list .cmn-btn:hover {
    opacity: 0.8;
  }
}
.campus-list .cmn-btn:active {
  opacity: 0.8;
}
.campus-list__image2.online {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 1.875rem;
}
.campus-list__image2.online img {
  width: 60%;
}

.mapWrap {
  width: 100%;
  height: 25rem;
  position: relative;
}
@media all and (max-width: 680px) {
  .mapWrap {
    height: 18.75rem;
  }
}
.mapWrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.campus-navList {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(15.625rem, 1fr));
  gap: 1.25rem;
}
@media all and (max-width: 680px) {
  .campus-navList {
    grid-template-columns: repeat(2, 1fr);
  }
}
.campus-navList a {
  display: block;
  position: relative;
}
.campus-navList a:not(.current) {
  transition: all 0.2s ease 0s;
  opacity: 0.57;
  transition: all 0.2s ease 0s;
}
.campus-navList a:not(.current):hover {
  text-decoration: none;
}
.campus-navList a:not(.current):hover {
  text-decoration: none;
}
@media (hover: hover) {
  .campus-navList a:not(.current):hover {
    opacity: 1;
  }
}
.campus-navList a:not(.current):active {
  opacity: 1;
}
.campus-navList a.current {
  pointer-events: none;
}
.campus-navList a.current .title:before {
  background-color: #40a631;
}
.campus-navList a.current .title .cmn-arrow {
  transform: translateY(-50%) rotate(90deg);
}
.campus-navList a .img {
  aspect-ratio: 273/180;
}
.campus-navList a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.campus-navList a .title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  font-weight: 600;
  font-size: 1.125rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.625rem;
  color: #fff;
}
.campus-navList a .title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #005993;
  mix-blend-mode: multiply;
  z-index: 0;
}
.campus-navList a .title span {
  position: relative;
  z-index: 5;
}
.campus-navList a .title .cmn-arrow {
  filter: brightness(0) invert(1);
  position: absolute;
  right: 0.625rem;
  top: 50%;
  transform: translateY(-50%);
}

.campus-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-weight: 700;
  font-size: 2.25rem;
  padding-bottom: 0.625rem;
  max-width: 36.25rem;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 0.375rem solid #40a631;
}
@media all and (max-width: 680px) {
  .campus-title {
    font-size: 1.75rem;
  }
}
.campus-title .sub {
  font-size: 0.8em;
}

.campus-heading {
  display: flex;
  justify-content: center;
}
.campus-heading .main {
  min-width: 18.75rem;
  min-height: 3.75rem;
  padding: 0.3em 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 0.125rem solid #40a631;
  border-right: 0.125rem solid #40a631;
}
@media all and (max-width: 680px) {
  .campus-heading .main {
    min-width: 15rem;
  }
}

.campus-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(21.875rem, 1fr));
  gap: 1.25rem;
}
@media all and (max-width: 680px) {
  .campus-gallery {
    grid-template-columns: repeat(1, 1fr);
  }
}
.campus-gallery__item {
  aspect-ratio: 16/9;
}
.campus-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.campus-access {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}
@media all and (max-width: 1080px) {
  .campus-access {
    flex-direction: column;
  }
}
.campus-access__content {
  flex: 1;
}
.campus-access__info {
  display: grid;
  grid-template-columns: 5em 1fr;
}
.campus-access__links {
  display: flex;
  align-items: center;
  gap: 1.875rem;
}
.campus-access__links .map a {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
  justify-content: center;
  color: #519e3f;
  border: 0.0625rem solid #519e3f;
  padding: 0.3125rem 1.25rem;
  border-radius: 0.625rem;
  font-weight: 600;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
}
.campus-access__links .map a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .campus-access__links .map a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.campus-access__links .map a:active {
  opacity: 0.7;
  text-decoration: none;
}
.campus-access__links .map a .cmn-arrow {
  filter: hue-rotate(-80deg);
}

.campus-student-list {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.campus-student-list .campus-student-hidden {
  display: none;
}
.campus-student-list__more .cmn-arrow {
  transform: rotate(90deg);
}
.campus-student-list__more.is-open .cmn-arrow {
  transform: rotate(270deg);
}

.campus-btn {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
  justify-content: center;
  color: #519e3f;
  border: 0.0625rem solid #519e3f;
  padding: 0.3125rem 1.25rem;
  border-radius: 0.625rem;
  font-weight: 600;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
}
.campus-btn:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .campus-btn:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.campus-btn:active {
  opacity: 0.7;
  text-decoration: none;
}
.campus-btn .cmn-arrow {
  filter: hue-rotate(-80deg);
}

.campus-curriculum {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  gap: 1.875rem;
}
@media all and (max-width: 680px) {
  .campus-curriculum {
    grid-template-columns: 1fr;
  }
}

.publishing-about-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.875rem;
}
@media all and (min-width: 681px) {
  .publishing-about-list {
    grid-template-rows: repeat(2, 1fr);
    grid-auto-flow: column;
  }
}
@media all and (max-width: 680px) {
  .publishing-about-list {
    grid-template-columns: 1fr;
  }
}
.publishing-about-list__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 1em;
  border-left: 0.375rem solid #40a631;
}
.publishing-about-list__item dt {
  color: #005993;
  font-size: 1.15em;
  font-weight: 700;
}

.publishing-magazine-list {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
.publishing-magazine-list__item {
  display: grid;
  border-radius: 0.625rem;
  padding: 1.5625rem;
  background-color: #fff;
  grid-template-columns: 0.4fr 1fr;
  grid-template-rows: auto auto;
  gap: 1.875rem;
  box-shadow: 0 0 0.625rem rgba(0, 89, 147, 0.25);
}
@media all and (min-width: 681px) {
  .publishing-magazine-list__item .image {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .publishing-magazine-list__item .header {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .publishing-magazine-list__item .content {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
@media all and (max-width: 680px) {
  .publishing-magazine-list__item {
    gap: 1.25rem 0.9375rem;
    padding: 0.9375rem;
  }
  .publishing-magazine-list__item .content {
    grid-column: 1/3;
    padding: 0;
  }
}
.publishing-magazine-list .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #e0e0e0;
}
@media all and (max-width: 968px) {
  .publishing-magazine-list .header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.625rem;
  }
}

.publishing-book-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}
@media all and (max-width: 968px) {
  .publishing-book-list {
    grid-template-columns: 1fr;
  }
}
.publishing-book-list__item {
  display: grid;
  border-radius: 0.625rem;
  padding: 1.25rem;
  background-color: #fff;
  grid-template-columns: 0.4fr 1fr;
  gap: 1.875rem;
  box-shadow: 0 0 0.625rem rgba(0, 89, 147, 0.25);
}
@media all and (max-width: 968px) {
  .publishing-book-list__item {
    gap: 1.25rem;
  }
}
.publishing-book-list__item .title {
  padding-bottom: 0.5em;
  border-bottom: 0.0625rem solid #e0e0e0;
  margin-bottom: 0.5em;
}
.publishing-book-list__item .content {
  padding-top: 1em;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  justify-content: space-between;
}
@media all and (max-width: 968px) {
  .publishing-book-list__item .content {
    padding-top: 0.4em;
  }
}

.disclosure-ex-btn {
  display: flex;
  align-items: center;
  padding: 0.625rem 3.125rem 0.625rem 1.875rem;
  font-weight: 600;
  border: 0.0625rem solid #0062b1;
  color: #0062b1;
  font-size: 1.5rem;
  line-height: 1.4;
  box-shadow: 0.3125rem 0.3125rem 0 rgba(0, 98, 177, 0.15);
  position: relative;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
}
.disclosure-ex-btn:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .disclosure-ex-btn:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.disclosure-ex-btn:active {
  opacity: 0.7;
  text-decoration: none;
}
@media all and (max-width: 680px) {
  .disclosure-ex-btn {
    padding: 0.625rem 2.5rem 0.625rem 1.25rem;
    font-size: 1rem;
  }
}
.disclosure-ex-btn:after {
  content: "";
  width: 0.6em;
  height: 1em;
  position: absolute;
  right: 0.9375rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: #0062b1;
  mask-image: url(../images/common/angle_right.svg);
  -webkit-mask-image: url(../images/common/angle_right.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: contain;
  -webkit-mask-size: contain;
}

.info-disclosure {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
.info-disclosure__toggle {
  display: inline-block;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  text-align: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1.4;
  box-sizing: border-box;
  width: 100%;
  padding: 0.75em 1em;
  background-color: #fff;
  border: 0.0625rem solid #005993;
  font-weight: 500;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  line-height: 1.4;
  color: #005993;
  border-radius: 0.625rem;
  box-shadow: 0.5rem 0.5rem 0rem #dfedf3;
}
@media all and (max-width: 680px) {
  .info-disclosure__toggle {
    font-size: 1.125rem;
  }
}
.info-disclosure__toggle:after {
  content: "";
  width: 0.8em;
  aspect-ratio: 1/1;
  background-color: #005993;
  mask-image: url(../images/common/angle_down.svg);
  -webkit-mask-image: url(../images/common/angle_down.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  flex-shrink: 0;
  transition: all 0.2s ease 0s;
}
.info-disclosure__toggle:after:hover {
  text-decoration: none;
}
.info-disclosure__toggle .question__text {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.info-disclosure__toggle .question__text:before {
  content: "Q";
  color: #66a1d0;
}
.info-disclosure__toggle[aria-expanded=true]:after {
  transform: rotate(180deg);
}
.info-disclosure__year-content {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  background-color: #fff;
  padding: 1.25rem 1.875rem;
  border-radius: 0.625rem;
  margin-top: 0.625rem;
}
@media all and (max-width: 680px) {
  .info-disclosure__year-content {
    padding: 1.25rem 0.9375rem;
  }
}
.info-disclosure__group-title {
  font-weight: 600;
  font-size: 1.15em;
  margin-bottom: 0.625rem;
}
.info-disclosure__links-item {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  justify-content: space-between;
  justify-content: flex-start;
}
.info-disclosure__links-badge {
  flex-shrink: 0;
}
.info-disclosure__links a {
  text-decoration: underline;
}
.info-disclosure__links a:hover {
  text-decoration: none;
}

.history-list {
  font-size: 1.125rem;
  display: grid;
  grid-template-columns: 6em 1fr;
  gap: 0.625rem;
  padding-left: 1.5em;
  border-left: 0.5rem solid #d6dadc;
}
@media all and (max-width: 680px) {
  .history-list {
    font-size: 1rem;
    padding-left: 1em;
  }
}

.history-academic {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 64rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  gap: 1.875rem;
}
.history-academic .img {
  width: 20%;
}
.history-academic .content {
  flex: 1;
}

.chiiki-img1 {
  display: grid;
  grid-template-columns: 1fr 0.77fr;
  gap: 1.875rem;
}
.chiiki-img1 .img {
  width: 100%;
}
@media all and (max-width: 680px) {
  .chiiki-img1 {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

.chiiki-img2 {
  display: grid;
  grid-template-columns: 1fr 0.89fr 0.673fr;
  gap: 1.875rem;
}
.chiiki-img2 .img {
  width: 100%;
}
@media all and (max-width: 680px) {
  .chiiki-img2 {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

.casestudy-list__item {
  padding-bottom: 2.5rem;
  border-bottom: 0.0625rem solid #0062b1;
  margin-bottom: 2.5rem;
}
.casestudy-list .title {
  font-size: 1.875rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
  color: #0062b1;
}
@media all and (max-width: 1080px) {
  .casestudy-list .title {
    font-size: 1.375rem;
  }
}
.casestudy-list .manager {
  display: flex;
  gap: 2.5rem;
  align-items: flex-start;
}
@media all and (max-width: 680px) {
  .casestudy-list .manager {
    display: grid;
    grid-template-columns: 7.5rem 1fr;
    gap: 0rem 1.25rem;
  }
}
.casestudy-list .photo {
  width: 15rem;
  padding-right: 1.875rem;
  border-right: 0.625rem solid #aad9e5;
  flex-shrink: 0;
}
@media all and (max-width: 968px) {
  .casestudy-list .photo {
    width: 11.25rem;
  }
}
@media all and (max-width: 680px) {
  .casestudy-list .photo {
    width: 7.5rem;
    padding-right: 0.625rem;
    border-right: 0.3125rem solid #aad9e5;
    grid-row: 1/4;
  }
}
.casestudy-list .photo .photo__inner {
  aspect-ratio: 205/267;
  display: block;
}
.casestudy-list .photo .photo__inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.casestudy-list .photo.student .photo__inner {
  width: 80%;
  margin-left: auto;
}
.casestudy-list .manager__content {
  flex: 1;
}
@media all and (max-width: 680px) {
  .casestudy-list .manager__content {
    display: contents;
  }
}
.casestudy-list .manager__content .lead {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 0.625rem;
}
@media all and (max-width: 1080px) {
  .casestudy-list .manager__content .lead {
    font-size: 1.625rem;
  }
}
@media all and (max-width: 680px) {
  .casestudy-list .manager__content .lead {
    font-size: 1.125rem;
    grid-column: 2/3;
  }
}
@media all and (max-width: 680px) {
  .casestudy-list .manager__content .position {
    font-size: 0.875rem;
    grid-column: 2/3;
  }
}
.casestudy-list .manager__content .name {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0.625rem;
}
@media all and (max-width: 680px) {
  .casestudy-list .manager__content .name {
    font-size: 1.125rem;
  }
}
.casestudy-list .manager__content .name small {
  font-size: 0.8em;
}
@media all and (max-width: 680px) {
  .casestudy-list .manager__content .name {
    grid-column: 2/3;
  }
}
@media all and (max-width: 680px) {
  .casestudy-list .manager__content .message {
    grid-column: 1/3;
  }
}
.casestudy-list .students-list2 {
  display: flex;
  flex-direction: column;
}
.casestudy-list .students-list2__item {
  padding-top: 1.875rem;
  margin-top: 1.875rem;
  border-top: 0.0625rem dashed rgba(0, 98, 177, 0.5);
  display: flex;
  gap: 2.5rem;
  align-items: flex-start;
}
@media all and (max-width: 680px) {
  .casestudy-list .students-list2__item {
    display: grid;
    grid-template-columns: 7.5rem 1fr;
    gap: 0rem 1.25rem;
  }
}
.casestudy-list .students-list2__content {
  flex: 1;
}
@media all and (max-width: 680px) {
  .casestudy-list .students-list2__content {
    display: contents;
  }
}
.casestudy-list .students-list2 .name {
  font-size: 1.5rem;
  font-weight: 500;
}
@media all and (max-width: 680px) {
  .casestudy-list .students-list2 .name {
    font-size: 1.125rem;
  }
}
.casestudy-list .students-list2 .name small {
  font-size: 0.8em;
}
@media all and (max-width: 680px) {
  .casestudy-list .students-list2 .name {
    grid-column: 2/3;
  }
}
.casestudy-list .students-list2 .position {
  margin-bottom: 0.625rem;
}
@media all and (max-width: 680px) {
  .casestudy-list .students-list2 .position {
    font-size: 0.875rem;
    grid-column: 2/3;
  }
}
@media all and (max-width: 680px) {
  .casestudy-list .students-list2 .message {
    margin-top: 0.9375rem;
    padding-left: 1.125rem;
    grid-column: 1/3;
  }
}

.houjin-nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.625rem;
}
@media all and (max-width: 1080px) {
  .houjin-nav {
    grid-template-columns: repeat(2, 1fr);
  }
}
.houjin-nav__item {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.5em;
}
@media all and (min-width: 681px) {
  .houjin-nav__item {
    font-size: min(1.4vw, 24px);
  }
}
@media all and (min-width: 681px) and (max-width: 1080px) {
  .houjin-nav__item {
    font-size: min(2.3vw, 24px);
  }
}
@media all and (max-width: 680px) {
  .houjin-nav__item {
    font-size: min(3vw, 26px);
  }
}
.houjin-nav__item.current-arrow::after {
  content: "";
  width: 1.2em;
  aspect-ratio: 3/1.5;
  background-color: #005993;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.houjin-nav__link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 600;
  line-height: 1.4;
  padding: 0.4em;
  border: 0.0625rem solid #005993;
  width: 100%;
  transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.houjin-nav__link:hover {
  text-decoration: none;
}
.houjin-nav__link:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .houjin-nav__link:hover {
    background-color: rgba(0, 89, 147, 0.1);
  }
}
.houjin-nav__link:active {
  background-color: rgba(0, 89, 147, 0.1);
}
.houjin-nav__link.current {
  background-color: #005993;
  color: #fff;
}
.houjin-nav .child-nav {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
  font-weight: 500;
}
@media all and (max-width: 680px) {
  .houjin-nav .child-nav {
    font-size: 1rem;
  }
}
.houjin-nav .child-nav__link:before {
  content: "▶︎";
  color: #ccc;
}
.houjin-nav .child-nav__link.current {
  color: #005993;
}
.houjin-nav .child-nav__link.current:before {
  color: #005993;
}

.sankanrenkei-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  font-size: 2rem;
  margin-bottom: var(--margin-bottom, 1.25rem);
  font-weight: 600;
  border-top: 0.0625rem solid var(--border-color, #005993);
  border-bottom: 0.0625rem solid var(--border-color, #005993);
  padding: 0.5em 0;
}
@media all and (max-width: 680px) {
  .sankanrenkei-title {
    font-size: 1.5rem;
  }
}
.sankanrenkei-title .icon {
  width: 2em;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sankanrenkei-heading {
  max-width: 43.75rem;
  margin: 0 auto 2.5rem;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  font-weight: 700;
  background-color: #005993;
  color: #fff;
  padding: 0.15em;
  line-height: 1.4;
}
@media all and (max-width: 680px) {
  .sankanrenkei-heading {
    font-size: 1.5rem;
  }
}

.sankanrenkei-imgWrap {
  position: relative;
  height: 42.0625rem;
}
@media all and (max-width: 1220px) {
  .sankanrenkei-imgWrap {
    height: 29.375rem;
  }
}
@media all and (max-width: 680px) {
  .sankanrenkei-imgWrap {
    height: 15.625rem;
  }
}
.sankanrenkei-imgWrap__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sankanrenkei-imgWrap__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sankanrenkei-imgWrap__img {
  position: absolute;
  max-width: 90%;
  width: 44.9375rem;
  z-index: 5;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
}
@media all and (max-width: 680px) {
  .sankanrenkei-imgWrap__img {
    max-width: 80%;
  }
}

.renkei-list {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.renkei-list__title {
  margin-bottom: 1.875rem;
  display: flex;
  justify-content: center;
}
.renkei-list__title .main {
  border-left: 0.3125rem solid #4c8bab;
  border-right: 0.3125rem solid #4c8bab;
}
@media all and (min-width: 681px) {
  .renkei-list__title .main {
    min-width: 34.5rem;
  }
}
@media all and (max-width: 680px) {
  .renkei-list__title .main {
    width: 100%;
  }
}
.renkei-list__title .logo {
  max-width: 50%;
}
.renkei-list__title .logo2 {
  max-width: 90%;
}
.renkei-list__content {
  display: flex;
  flex-direction: column;
}
.renkei-list__content__item {
  padding: 1.25rem 0;
  border-top: 0.0625rem dashed #005993;
}
.renkei-list__content__item:last-child {
  border-bottom: 0.0625rem dashed #005993;
}
.renkei-list__content .content-flex {
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  gap: 1.875rem;
  align-items: center;
}
@media all and (max-width: 680px) {
  .renkei-list__content .content-flex {
    grid-template-columns: 1fr;
  }
}
.renkei-list__content .content-flex .bb-dash {
  border-bottom: 0.0625rem dashed #005993;
}

.kigyou-renkei-list {
  display: flex;
  flex-direction: column;
}
.kigyou-renkei-list__item {
  padding: 1.25rem 0;
  border-top: 0.0625rem dashed #005993;
}
.kigyou-renkei-list__item:last-child {
  border-bottom: 0.0625rem dashed #005993;
}
.kigyou-renkei-list .content-flex {
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  gap: 1.875rem;
  align-items: center;
}
@media all and (max-width: 680px) {
  .kigyou-renkei-list .content-flex {
    grid-template-columns: 1fr;
  }
}

.municipal-results-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.75rem 2.5rem;
  padding-top: 1.875rem;
  border-top: 0.0625rem dashed #005993;
}
@media all and (max-width: 968px) {
  .municipal-results-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 680px) {
  .municipal-results-list {
    grid-template-columns: 1fr;
    gap: 1.875rem;
  }
}

.municipal-area {
  border-top: 0.0625rem dashed #005993;
  border-bottom: 0.0625rem dashed #005993;
}
.municipal-area__map {
  max-width: 57.875rem;
  width: 70%;
  margin-top: -4%;
  margin-left: 24%;
}
@media all and (max-width: 680px) {
  .municipal-area__map {
    width: 100%;
    margin-top: 1.875rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.municipal-area__content {
  margin-top: -12.5rem;
}
@media all and (max-width: 1080px) {
  .municipal-area__content {
    margin-top: 1.25rem;
  }
}
.municipal-area__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.625rem;
}
@media all and (max-width: 1080px) {
  .municipal-area__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media all and (max-width: 968px) {
  .municipal-area__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (max-width: 680px) {
  .municipal-area__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.municipal-area__list__item {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media all and (max-width: 1080px) {
  .municipal-area__list__item {
    display: contents;
  }
}
.municipal-area__list span {
  display: flex;
  font-weight: 500;
  font-size: 1.5rem;
  text-align: center;
  justify-content: center;
  line-height: 1.3;
  padding: 0.3em;
  background-color: #d9f4fb;
}
@media all and (max-width: 1220px) {
  .municipal-area__list span {
    font-size: 1.25rem;
  }
}

.project-box1 {
  display: flex;
  gap: 3.125rem;
}
@media all and (max-width: 968px) {
  .project-box1 {
    align-items: center;
    flex-direction: column;
  }
}
@media all and (min-width: 969px) {
  .project-box1__content {
    font-size: 1.25rem;
    width: 60%;
  }
  .project-box1__image {
    width: 40%;
  }
}
.project-box1__list {
  display: flex;
  flex-direction: column;
  font-size: 1.25rem;
}
@media all and (max-width: 680px) {
  .project-box1__list {
    font-size: 1rem;
  }
}
.project-box1__list li {
  display: flex;
  padding: 0.5em 0;
  line-height: 1.4;
}
.project-box1__list li:before {
  content: "・";
  flex-shrink: 0;
  color: #009245;
}
.project-box1__list li:not(:first-child) {
  border-top: 0.0625rem solid #90837b;
}

.project-img1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 82.9375rem;
}
@media (max-width: 1700px) {
  .project-img1 {
    margin-top: 1.25rem;
  }
}

.project-feature {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, auto);
  grid-auto-flow: column;
  gap: 1.25rem 3.125rem;
  font-weight: 700;
  font-size: 1.625rem;
}
@media all and (max-width: 1080px) {
  .project-feature {
    font-size: 1.375rem;
  }
}
@media all and (max-width: 680px) {
  .project-feature {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6, auto);
    gap: 1.25rem;
    font-size: 1.125rem;
  }
}
.project-feature li {
  display: flex;
  gap: 0.4em;
  color: #005993;
}
.project-feature .num {
  flex-shrink: 0;
  color: #40a631;
}

.project-teacher-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(12.5rem, 1fr));
  gap: 1.25rem 1.25rem;
  font-size: 1.125rem;
  color: #fff;
}
@media all and (max-width: 680px) {
  .project-teacher-list {
    grid-template-columns: repeat(2, 1fr);
    font-size: 1rem;
    gap: 0.625rem 0.625rem;
  }
}
.project-teacher-list li {
  padding: 0.4em;
  background-color: #04551e;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3em;
  font-weight: 500;
  line-height: 1.4;
  border-radius: 0.625rem;
}

.project-result {
  display: grid;
  grid-template-columns: 14.375rem 1fr;
  gap: 1.25rem;
}
@media all and (max-width: 680px) {
  .project-result {
    grid-template-columns: 1fr;
  }
}
.project-result .header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #005993;
  align-items: center;
  gap: 0.625rem;
}
@media all and (max-width: 680px) {
  .project-result .header {
    padding: 1.25rem;
    flex-direction: row;
  }
}
.project-result .header .label {
  background-color: #198c19;
  border: 0.0625rem solid #fff;
  color: #fff;
  line-height: 1.1;
  min-width: 5em;
  padding: 0.3em;
  border-radius: 1.875rem;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  min-width: 5.5em;
}
.project-result .header .title {
  color: #fff;
  font-weight: 700;
  font-size: 1.375rem;
}
.project-result .content {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
@media screen and (min-width: 1420px) {
  .project-result .content {
    justify-content: space-between;
  }
}
@media all and (max-width: 680px) {
  .project-result .content {
    flex-direction: column;
    gap: 0;
  }
}
.project-result .content .list {
  display: flex;
  flex-direction: column;
  line-height: 1.6;
}
.project-result .content .list li {
  display: flex;
  align-items: baseline;
  gap: 0.3em;
}
.project-result .content .list li:before {
  content: "";
  flex-shrink: 0;
  width: 0.8em;
  height: 0.8em;
  background-color: #aeacab;
  border-radius: 50%;
}
.project-result .content .list li.last {
  justify-content: flex-end;
}
.project-result .content .list li.last:before {
  display: none;
}

.project-voice {
  display: flex;
  align-items: flex-start;
  gap: 2.5rem;
}
@media all and (max-width: 680px) {
  .project-voice {
    flex-wrap: wrap;
    gap: 1.25rem;
  }
}
.project-voice .imgWrap {
  width: 15.5rem;
  padding-right: 1.25rem;
  border-right: 0.625rem solid #c7dee9;
  flex-shrink: 0;
}
@media all and (max-width: 968px) {
  .project-voice .imgWrap {
    width: 12.5rem;
  }
}
@media all and (max-width: 680px) {
  .project-voice .imgWrap {
    width: 8.75rem;
    padding-right: 0.625rem;
    border-right: 0.3125rem solid #c7dee9;
  }
}
@media all and (max-width: 680px) {
  .project-voice .content {
    display: contents;
  }
}
@media all and (max-width: 680px) {
  .project-voice .header {
    flex: 1;
  }
}

.executive-box1 {
  padding: 1.875rem 1.25rem;
  background-color: #fff;
}
.executive-box1 ul {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.executive-box1 ul li {
  display: flex;
  gap: 0.3em;
}
.executive-box1 ul li:before {
  content: "■";
  color: #a2a195;
}

.executive-box2 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/pages/executive/program_bg.webp);
}
.executive-box2 .bar-heading__text {
  border-bottom-color: transparent;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.executive-box2 .bar-heading__text:after {
  content: "";
  width: 100%;
  height: 0.375rem;
  background: linear-gradient(135deg, rgb(190, 146, 47) 0%, rgb(217, 183, 98) 8.23%, rgb(233, 205, 129) 13.98%, rgb(240, 235, 217) 25.82%, rgb(234, 205, 118) 36.02%, rgb(101, 71, 32) 48.92%, rgb(125, 95, 47) 50.97%, rgb(203, 174, 98) 58.04%, rgb(234, 205, 118) 61.29%, rgb(239, 233, 214) 75.03%, rgb(237, 209, 127) 83.87%, rgb(190, 146, 47) 100%);
}
.executive-box2 ul {
  gap: 1.25rem 3.125rem;
}
.executive-box2 ul li {
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: 0.9375rem;
  padding: 1.25rem;
}
.executive-box2 ul li .num {
  color: #9f7f41;
  font-weight: 700;
  font-size: 2.125rem;
}

@media all and (max-width: 680px) {
  .exec-icon {
    width: 3.75rem;
    height: 3.75rem;
    flex-shrink: 0;
  }
  .exec-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

.alumni-program-value {
  display: grid;
  grid-template-columns: 21.5625rem 1fr;
  gap: 1.25rem;
}
@media all and (max-width: 1080px) {
  .alumni-program-value {
    grid-template-columns: 1fr;
    gap: 0.625rem;
  }
}
.alumni-program-value .heading {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(141, 195, 193, 0.22);
  padding: 0.3em;
}
.alumni-program-value ul li {
  padding: 0.4em 0;
  border-top: 0.0625rem solid #45b035;
  display: flex;
}
.alumni-program-value ul li:before {
  content: "・";
}
.alumni-program-value ul li:last-child {
  border-bottom: 0.0625rem solid #45b035;
}

.alumni-program-voice {
  display: grid;
  grid-template-columns: 12.25rem 1fr;
  background-color: var(--bg-color, #fff);
}
@media all and (max-width: 968px) {
  .alumni-program-voice {
    grid-template-columns: 1fr;
  }
}
.alumni-program-voice .imgWrap {
  background-color: var(--bg-color, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.625rem;
}
.alumni-program-voice .imgWrap .img {
  width: 6.875rem;
  aspect-ratio: 1/1;
}
.alumni-program-voice .imgWrap .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.alumni-program-voice .content {
  padding: 1.25rem 2.5rem;
  display: flex;
  align-items: center;
}

.corporate-masters-link1 {
  background-color: #005993;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.3em 0.75em;
  color: #fff;
  gap: 0.625rem;
  transition: all 0.2s ease 0s;
  justify-content: space-between;
  transition: all 0.2s ease 0s;
}
.corporate-masters-link1:hover {
  text-decoration: none;
}
.corporate-masters-link1:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .corporate-masters-link1:hover {
    filter: brightness(1.1);
  }
}
.corporate-masters-link1:active {
  filter: brightness(1.1);
}
.corporate-masters-link1 .main {
  padding: 0 0.3em;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.4;
  flex: 1;
  text-align: center;
  padding-left: 1em;
}
@media all and (max-width: 1080px) {
  .corporate-masters-link1 .main {
    font-size: 1.5rem;
    padding-left: 0;
    text-align: left;
  }
}
.corporate-masters-link1 .bt {
  gap: 0.625rem;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: auto;
}
@media all and (max-width: 680px) {
  .corporate-masters-link1 .bt span:first-child {
    display: none;
  }
}
.corporate-masters-link1 .bt img {
  filter: brightness(0) invert(1);
  width: 100%;
}

.corporate-masters-heading {
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
  color: #005993;
}
@media all and (max-width: 1080px) {
  .corporate-masters-heading {
    font-size: 1.5rem;
  }
}
.corporate-masters-heading .num {
  color: #40a631;
  font-size: 1.4em;
  padding-right: 0.4em;
  margin-right: 0.4em;
  border-right: 0.0625rem solid #40a631;
}

.corporate-masters-guest {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(12.5rem, 1fr));
  gap: 2.5rem;
}
@media all and (max-width: 680px) {
  .corporate-masters-guest {
    grid-template-columns: 1fr 1fr;
  }
}
.corporate-masters-guest li {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.faw-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
@media all and (max-width: 968px) {
  .faw-nav {
    grid-template-columns: 1fr;
  }
}
.faw-nav a {
  border: 0.0625rem solid #005993;
  padding: 0.75em 1em;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.625rem;
  transition: all 0.2s ease 0s;
  font-size: 1.625rem;
  font-weight: 600;
  color: #005993;
  background-color: #fff;
  box-shadow: 0.5rem 0.5rem 0rem #dfedf3;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
}
.faw-nav a:hover {
  text-decoration: none;
}
.faw-nav a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .faw-nav a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.faw-nav a:active {
  opacity: 0.7;
  text-decoration: none;
}
@media all and (max-width: 680px) {
  .faw-nav a {
    font-size: 1.375rem;
  }
}
.faw-nav a:after {
  content: "";
  width: 0.8em;
  aspect-ratio: 1/1;
  background-color: #005993;
  mask-image: url(../images/common/angle_down.svg);
  -webkit-mask-image: url(../images/common/angle_down.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
}

.faq-list2 {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
.faq-list2__toggle {
  display: inline-block;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  text-align: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1.4;
  box-sizing: border-box;
  width: 100%;
  padding: 0.75em 1em;
  background-color: #fff;
  border: 0.0625rem solid #005993;
  font-weight: 500;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  line-height: 1.4;
  color: #005993;
  border-radius: 0.625rem;
  box-shadow: 0.5rem 0.5rem 0rem #dfedf3;
}
@media all and (max-width: 680px) {
  .faq-list2__toggle {
    font-size: 1.125rem;
  }
}
.faq-list2__toggle:after {
  content: "";
  width: 0.8em;
  aspect-ratio: 1/1;
  background-color: #005993;
  mask-image: url(../images/common/angle_down.svg);
  -webkit-mask-image: url(../images/common/angle_down.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  flex-shrink: 0;
  transition: all 0.2s ease 0s;
}
.faq-list2__toggle:after:hover {
  text-decoration: none;
}
.faq-list2__toggle .question__text {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.faq-list2__toggle .question__text:before {
  content: "Q";
  color: #66a1d0;
}
.faq-list2__toggle[aria-expanded=true]:after {
  transform: rotate(180deg);
}
.faq-list2__answer {
  padding: 1em 3em;
  margin-top: 0.1em;
  background-color: #fff;
  border-radius: 0.625rem;
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  overflow: hidden;
  position: relative;
}
.faq-list2__answer.blue {
  border: 1px solid #005993;
  margin-top: 0.3em;
}
.faq-list2__answer.blue:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.6em;
  height: 100%;
  background-color: #005993;
  opacity: 0.1;
}
@media all and (max-width: 680px) {
  .faq-list2__answer {
    padding: 2em 1.5em;
    gap: 0.625rem;
  }
}
.faq-list2__answer:before {
  content: "A";
  font-size: 1.5em;
  flex-shrink: 0;
  line-height: 1.2;
}
@media all and (max-width: 680px) {
  .faq-list2__answer:before {
    font-size: 1.25em;
  }
}
.faq-list2__answer a {
  color: #005993;
  font-weight: 600;
  text-decoration: underline;
}
.faq-list2__answer a:hover {
  text-decoration: none;
}

.admission-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.25rem;
  font-size: 1.5rem;
  color: #009245;
}
.admission-nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border: 0.0625rem solid #009245;
  padding: 0.3125rem 1.25rem;
  line-height: 1.4;
  min-width: 15.625rem;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
}
.admission-nav a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .admission-nav a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.admission-nav a:active {
  opacity: 0.7;
  text-decoration: none;
}
.admission-nav a:after {
  content: "";
  width: 0.8em;
  aspect-ratio: 1/1;
  background-color: #009245;
  mask-image: url(../images/common/angle_right.svg);
  -webkit-mask-image: url(../images/common/angle_right.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
}

.admission-course-header {
  display: flex;
  align-items: center;
  gap: 0.9375rem 1.875rem;
  flex-wrap: wrap;
}
.admission-course-header .heading {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
  display: flex;
  gap: 0.3em;
  padding-bottom: 0.3em;
  border-bottom: 0.3125rem solid var(--color);
}
@media all and (max-width: 680px) {
  .admission-course-header .heading {
    font-size: 1.5rem;
  }
}
.admission-course-header .lead {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 700;
}
@media all and (max-width: 680px) {
  .admission-course-header .lead {
    font-size: 1.625rem;
  }
}

.admission-sozo-overview {
  display: grid;
  grid-template-columns: 20rem 1fr;
  gap: 0.25rem;
}
@media all and (max-width: 968px) {
  .admission-sozo-overview {
    grid-template-columns: 1fr;
  }
}
.admission-sozo-overview dt {
  padding: 1em;
  background-color: #dcf1ec;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 968px) {
  .admission-sozo-overview dt {
    padding: 0.5em;
  }
}
.admission-sozo-overview dd {
  padding: 1em 1.5em;
  background-color: #eff9f6;
}

.admission-shokei-overview {
  background-color: #eff9f6;
  padding: 1.875rem 2.5rem;
}
@media all and (max-width: 680px) {
  .admission-shokei-overview {
    padding: 1.25rem 1.25rem;
  }
}

.admission-pdf-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  border: 0.125rem solid #005993;
  padding: 0.625rem 2.5rem;
  border-radius: 0.625rem;
  line-height: 1.2;
  font-size: 1.5rem;
  font-weight: 600;
  color: #005993;
  position: relative;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
}
.admission-pdf-btn:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .admission-pdf-btn:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.admission-pdf-btn:active {
  opacity: 0.7;
  text-decoration: none;
}
.admission-pdf-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.6em;
  width: 0.5em;
  height: 1em;
  background-color: #005993;
  mask-image: url(../images/common/angle_right.svg);
  -webkit-mask-image: url(../images/common/angle_right.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: contain;
  -webkit-mask-size: contain;
}
@media all and (min-width: 681px) {
  .admission-pdf-btn {
    min-width: 25rem;
  }
}
.admission-pdf-btn .icon {
  width: 1.2em;
  height: 1.2em;
  flex-shrink: 0;
}
.admission-pdf-btn .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.admission-line-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  border: 0.125rem solid #40a631;
  padding: 0.625rem 2.5rem;
  border-radius: 0.625rem;
  line-height: 1.2;
  font-size: 1.5rem;
  font-weight: 600;
  color: #40a631;
  position: relative;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
}
.admission-line-btn:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .admission-line-btn:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.admission-line-btn:active {
  opacity: 0.7;
  text-decoration: none;
}
@media all and (max-width: 680px) {
  .admission-line-btn {
    font-size: 1.25rem;
    padding-left: 1.25rem;
  }
}
.admission-line-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.6em;
  width: 0.5em;
  height: 1em;
  background-color: #40a631;
  mask-image: url(../images/common/angle_right.svg);
  -webkit-mask-image: url(../images/common/angle_right.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: contain;
  -webkit-mask-size: contain;
}
@media all and (min-width: 681px) {
  .admission-line-btn {
    min-width: 25rem;
  }
}
.admission-line-btn .icon {
  width: 1.2em;
  height: 1.2em;
  flex-shrink: 0;
}
.admission-line-btn .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.admission-form-show {
  display: inline-block;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  text-align: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1.4;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 0.625rem;
  border: 0.125rem solid #005993;
  padding: 0.625rem 2.5rem;
  border-radius: 0.625rem;
  line-height: 1.2;
  font-size: 1.25rem;
  font-weight: 500;
  color: #005993;
  position: relative;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
}
.admission-form-show:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .admission-form-show:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.admission-form-show:active {
  opacity: 0.7;
  text-decoration: none;
}
@media all and (max-width: 680px) {
  .admission-form-show {
    font-size: 1.125rem;
    padding-left: 1.25rem;
  }
}
.admission-form-show:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: min(0.6em, 5%);
  width: 1em;
  height: 1em;
  background-color: #005993;
  mask-image: url(../images/common/arrow-down.svg);
  -webkit-mask-image: url(../images/common/arrow-down.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: contain;
  -webkit-mask-size: contain;
  transition: all 0.2s ease 0s;
}
.admission-form-show:after:hover {
  text-decoration: none;
}
.admission-form-show.is-open:after {
  transform: translateY(-50%) rotate(180deg);
}

.admission-form-content {
  display: none;
}

.admission-steps {
  display: flex;
  flex-direction: column;
  border: 0.0625rem solid rgba(0, 89, 135, 0.25);
}
.admission-steps__heading {
  background-color: #dcf1ec;
  text-align: center;
  padding: 0.5em;
  font-weight: 500;
  font-size: 1.5rem;
}
@media all and (max-width: 680px) {
  .admission-steps__heading {
    font-size: 1.25rem;
  }
}
.admission-steps__content {
  padding: 1.25rem 1.25rem 2.5rem;
  background-color: #fff;
}

.admission-paypal-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  border: 0.125rem solid #40a631;
  padding: 0.625rem 2.5rem;
  border-radius: 0.625rem;
  line-height: 1.2;
  font-size: 1.25rem;
  font-weight: 500;
  position: relative;
  color: #40a631;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
}
.admission-paypal-btn:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .admission-paypal-btn:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.admission-paypal-btn:active {
  opacity: 0.7;
  text-decoration: none;
}
.admission-paypal-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.3em;
  width: 1em;
  height: 1em;
  background-color: #40a631;
  mask-image: url(../images/common/angle_right.svg);
  -webkit-mask-image: url(../images/common/angle_right.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: contain;
  -webkit-mask-size: contain;
}

.admission-link-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  border: 0.125rem solid #40a631;
  padding: 0.625rem 2.5rem;
  border-radius: 0.625rem;
  line-height: 1.2;
  font-size: 1.25rem;
  font-weight: 500;
  position: relative;
  color: #40a631;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
}
.admission-link-btn:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .admission-link-btn:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.admission-link-btn:active {
  opacity: 0.7;
  text-decoration: none;
}
.admission-link-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.3em;
  width: 1em;
  height: 1em;
  background-color: #40a631;
  mask-image: url(../images/common/angle_right.svg);
  -webkit-mask-image: url(../images/common/angle_right.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: contain;
  -webkit-mask-size: contain;
}

.development-payment-heading {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  display: flex;
  justify-content: flex-start;
  background-color: rgba(0, 89, 135, 0.1);
}
@media all and (max-width: 680px) {
  .development-payment-heading {
    font-size: 1.125rem;
  }
}
.development-payment-heading span {
  background-color: #005987;
  color: #fff;
  padding: 0.625rem 1.25rem;
  min-width: 50%;
}

.admission-download-links {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
.admission-download-links a {
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.3125rem;
  border: 0.0625rem solid #005987;
  border-radius: 0.3125rem;
  padding: 0.3125rem 0.625rem;
  font-weight: 500;
  transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.admission-download-links a:hover {
  text-decoration: none;
}
.admission-download-links a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .admission-download-links a:hover {
    background-color: rgba(0, 89, 135, 0.1);
  }
}
.admission-download-links a:active {
  background-color: rgba(0, 89, 135, 0.1);
}
.admission-download-links.admission-download-links2 {
  max-width: 40rem;
}
.admission-download-links.admission-download-links2 a {
  justify-content: space-between;
}
.admission-download-links.admission-download-links2 a:after {
  content: "";
  width: 0.8em;
  aspect-ratio: 1/1;
  background-color: #005987;
  mask-image: url(../images/common/angle_right.svg);
  -webkit-mask-image: url(../images/common/angle_right.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: contain;
  -webkit-mask-size: contain;
}

.news-category {
  margin-bottom: 2.5rem;
  padding: 0.625rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 1.25rem;
  background-color: #e6f0f5;
  gap: 0.625rem;
}
@media all and (max-width: 680px) {
  .news-category {
    font-size: 1rem;
    padding: 0.3125rem;
    gap: 0.3125rem;
  }
}
.news-category__item {
  padding: 0.3125rem 0.625rem;
  line-height: 1.4;
  background-color: #fff;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
}
.news-category__item:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .news-category__item:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.news-category__item:active {
  opacity: 0.7;
  text-decoration: none;
}
.news-category__item.is-active {
  background-color: #005993;
  color: #fff;
}

.news-list {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
.news-list__link {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  background-color: #fff;
  padding: 0.9375rem 1.25rem;
  border-radius: 0.5rem;
  box-shadow: 0 0.3125rem 0.9375rem rgba(0, 89, 147, 0.2);
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
}
.news-list__link:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .news-list__link:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.news-list__link:active {
  opacity: 0.7;
  text-decoration: none;
}
.news-list__category {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3125rem;
}
.news-list__category span {
  background-color: #e6f0f5;
  padding: 0 0.6em;
}
.news-list__title {
  font-size: 1.25rem;
}
@media all and (max-width: 680px) {
  .news-list__title {
    font-size: 1.125rem;
  }
}
.news-list__bt {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: 500;
  color: #40a631;
  gap: 0.25rem;
}
.news-list__bt:after {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  border-right: 0.125rem solid #40a631;
  border-bottom: 0.125rem solid #40a631;
  transform: rotate(-45deg);
  margin-top: 0.15em;
}

.pager {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 6.25rem;
}
@media all and (max-width: 1080px) {
  .pager {
    margin-top: 3.75rem;
  }
}
@media all and (max-width: 680px) {
  .pager {
    margin-top: 2.5rem;
  }
}
.pager .nav-links {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  flex: 1;
  line-height: 1.2;
}
.pager .nav-links a,
.pager .nav-links span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 1.125rem;
  height: 3.125rem;
  padding: 0.2em 0.5em;
  min-width: 3.125rem;
  border: 0.0625rem solid #005993;
  border-radius: 0.25rem;
  color: #005993;
  transition: all 0.2s ease 0s;
}
.pager .nav-links a:hover,
.pager .nav-links span:hover {
  text-decoration: none;
}
@media all and (max-width: 680px) {
  .pager .nav-links a,
  .pager .nav-links span {
    font-size: 1rem;
    height: 2.5rem;
    min-width: 2.5rem;
  }
}
.pager .nav-links a {
  cursor: pointer;
  transition: all 0.2s ease 0s;
}
.pager .nav-links a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .pager .nav-links a:hover {
    background-color: rgba(0, 89, 147, 0.1);
  }
}
.pager .nav-links a:active {
  background-color: rgba(0, 89, 147, 0.1);
}
.pager .nav-links .current,
.pager .nav-links span.current {
  color: #fff;
  background-color: #005993;
  cursor: default;
  border: 0.0625rem solid #005993;
}
.pager .nav-links .dots {
  background: transparent;
  border: none;
  color: #231815;
  cursor: default;
  pointer-events: none;
}
.pager .prev,
.pager .next {
  display: none;
}

.singleWrap__header {
  margin-bottom: 2.5rem;
}
.singleWrap__heading {
  border-left: 0.25rem solid #40a631;
  padding-left: 0.9375rem;
  margin-bottom: 1.25rem;
  font-size: 2rem;
  font-weight: 600;
}
@media all and (max-width: 680px) {
  .singleWrap__heading {
    font-size: 1.5rem;
  }
}
.singleWrap__cat {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3125rem;
}
.singleWrap__cat__item {
  background-color: #f0f0f0;
  padding: 0.3em 0.75em;
  line-height: 1.4;
  display: flex;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
}
.singleWrap__cat__item:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .singleWrap__cat__item:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.singleWrap__cat__item:active {
  opacity: 0.7;
  text-decoration: none;
}
.singleWrap__content {
  font-size: 1.125rem;
  /* Typography */
  /* Lists */
  /* Quote */
  /* Code */
  /* Table */
  /* Images & Media */
  /* Buttons */
  /* Separator */
  /* Group/Columns */
  /* Notices */
  /* Captions & small text */
  /* Forms basic (for core blocks & CF7/MWの素地に干渉しにくい粒度) */
  /* Utility */
  /* Spacing fix for last element in constrained areas */
}
@media all and (max-width: 680px) {
  .singleWrap__content {
    font-size: 1rem;
  }
}
.singleWrap__content > ul {
  margin-bottom: 1.875rem;
}
.singleWrap__content .wp-site-blocks > * {
  margin-block: 0;
}
.singleWrap__content .wp-block-post-content,
.singleWrap__content .entry-content,
.singleWrap__content .wp-block-group.is-layout-constrained {
  margin-inline: auto;
  padding-inline: clamp(16px, 4vw, 32px);
}
.singleWrap__content .alignwide {
  max-width: var(--wide);
  margin-inline: auto;
}
.singleWrap__content .alignfull {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  max-width: 100vw;
}
.singleWrap__content :where(.wp-block) {
  margin-block: clamp(0.75rem, 0.5rem + 0.8vw, 1.25rem);
}
.singleWrap__content :where(.wp-block)[style*=margin] {
  margin-block: auto;
}
.singleWrap__content :where(.wp-block-paragraph) {
  margin-block: end var(--gap);
}
.singleWrap__content :where(.wp-block-heading, h1, h2, h3, h4, h5, h6) {
  letter-spacing: 0.01em;
  line-height: 1.25;
  margin-block: clamp(1rem, 0.6rem + 1.4vw, 1.8rem) 1em;
}
.singleWrap__content h1 {
  font-weight: 700;
  font-size: 2rem;
  border-left: 0.25rem solid #40a631;
  padding-left: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.singleWrap__content h2 {
  font-weight: 700;
  font-size: 1.5rem;
  border-left: 0.25rem solid #40a631;
  padding-left: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.singleWrap__content h3 {
  font-weight: 700;
  font-size: 1.25rem;
  border-left: 0.25rem solid #40a631;
  padding-left: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.singleWrap__content h4 {
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 0.9375rem;
}
.singleWrap__content h5,
.singleWrap__content h6 {
  font-weight: 700;
  margin-bottom: 0.9375rem;
}
.singleWrap__content strong {
  font-weight: 700;
}
.singleWrap__content em {
  font-style: italic;
}
.singleWrap__content p {
  margin-bottom: 1.875rem;
}
.singleWrap__content :where(.has-text-align-center) {
  text-align: center;
}
.singleWrap__content :where(.has-text-align-right) {
  text-align: right;
}
.singleWrap__content a {
  color: #005993;
  text-decoration: none;
}
.singleWrap__content a:hover {
  text-decoration: underline;
}
.singleWrap__content :where(.wp-block-list, ul, ol) {
  padding-left: 1em;
  margin-block: var(--gap);
}
.singleWrap__content :where(li) {
  margin-block: 0.25em;
}
.singleWrap__content :where(.wp-block-quote) {
  border-left: 4px solid var(--c-line);
  padding: 1rem 1.25rem;
  background: #fff;
  border-radius: var(--radius);
}
.singleWrap__content :where(.wp-block-pullquote) {
  border: 1px solid var(--c-line);
  border-radius: var(--radius);
  padding: 1.25rem 1.5rem;
  background: #fff;
}
.singleWrap__content :where(code, kbd, pre) {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.singleWrap__content :where(code) {
  background: rgba(17, 24, 39, 0.05);
  padding: 0.15em 0.4em;
  border-radius: 6px;
}
.singleWrap__content :where(pre) {
  background: #0B1220;
  color: #E6EDF3;
  border-radius: var(--radius);
  padding: 1rem 1.25rem;
  overflow: auto;
}
.singleWrap__content :where(.wp-block-table, table) {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border: 1px solid var(--c-line);
  border-radius: var(--radius);
  overflow: hidden;
}
.singleWrap__content :where(.wp-block-table td, .wp-block-table th, table td, table th) {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid var(--c-line);
}
.singleWrap__content :where(.wp-block-table thead th, table thead th) {
  background: #F8FAFC;
  font-weight: 600;
}
.singleWrap__content :where(.wp-block-table tr:last-child td, table tr:last-child td) {
  border-bottom: none;
}
.singleWrap__content :where(.wp-block-image img) {
  display: block;
  border-radius: var(--radius);
  height: auto;
}
.singleWrap__content :where(figure.wp-block-image) {
  text-align: center;
}
.singleWrap__content :where(figure.wp-block-image figcaption) {
  color: var(--c-muted);
  font-size: 0.9em;
  margin-top: 0.5em;
}
.singleWrap__content :where(.wp-block-gallery) {
  --gap: clamp(8px, 1.5vw, 16px);
  gap: var(--gap);
}
.singleWrap__content :where(.wp-block-cover) {
  border-radius: var(--radius);
  overflow: hidden;
}
.singleWrap__content :where(.wp-block-video video) {
  width: 100%;
  border-radius: var(--radius);
}
.singleWrap__content :where(.wp-block-button .wp-element-button, .wp-element-button) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  padding: 0.6rem 1rem;
  border-radius: 9999px;
  background: var(--c-brand);
  color: #fff;
  border: 1px solid transparent;
  font-weight: 600;
  line-height: 1.1;
  transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.2s ease, color 0.2s ease;
}
.singleWrap__content :where(.wp-block-button .wp-element-button):hover {
  transform: translateY(-1px);
}
.singleWrap__content :where(.wp-block-button.is-style-outline .wp-element-button) {
  background: transparent;
  color: var(--c-brand);
  border-color: var(--c-brand);
}
.singleWrap__content :where(.wp-block-button.is-style-outline .wp-element-button:hover) {
  background: var(--c-brand);
  color: #fff;
}
.singleWrap__content :where(.wp-block-separator) {
  border: none;
  height: 1px;
  background: var(--c-line);
  width: 100%;
  opacity: 1;
}
.singleWrap__content :where(.wp-block-group) {
  gap: var(--gap);
}
.singleWrap__content :where(.wp-block-columns) {
  gap: clamp(12px, 2vw, 24px);
  align-items: stretch;
}
.singleWrap__content :where(.wp-block-column) > *:first-child {
  margin-top: 0;
}
.singleWrap__content :where(.wp-block-column) > *:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 680px) {
  .singleWrap__content .wp-block-columns {
    display: block;
  }
  .singleWrap__content .alignfull {
    border-radius: 0;
  }
}
.singleWrap__content :where(.wp-block-notice, .wp-block-group.is-style-notice) {
  border: 1px solid var(--c-line);
  background: #fff;
  border-radius: var(--radius);
  padding: 1rem 1.25rem;
}
.singleWrap__content figcaption,
.singleWrap__content .wp-element-caption,
.singleWrap__content .wp-block-image figcaption {
  font-size: 0.85em;
  color: var(--c-stone);
}
.singleWrap__content input[type=text],
.singleWrap__content input[type=email],
.singleWrap__content input[type=url],
.singleWrap__content input[type=tel],
.singleWrap__content input[type=number],
.singleWrap__content textarea,
.singleWrap__content select {
  width: 100%;
  font: inherit;
  color: var(--c-ink);
  background: #fff;
  border: 1px solid var(--c-line);
  border-radius: 10px;
  padding: 0.65rem 0.8rem;
  line-height: 1.4;
}
.singleWrap__content textarea {
  min-height: 8.75rem;
}
.singleWrap__content input:focus,
.singleWrap__content textarea:focus,
.singleWrap__content select:focus {
  outline: 2px solid color-mix(in oklab, var(--c-brand) 30%, transparent);
  border-color: var(--c-brand);
}
.singleWrap__content .prose {
  max-width: var(--content);
  margin-inline: auto;
  padding-inline: clamp(16px, 4vw, 32px);
}
.singleWrap__content .center {
  text-align: center;
}
.singleWrap__content .mt-0 {
  margin-top: 0 !important;
}
.singleWrap__content .mb-0 {
  margin-bottom: 0 !important;
}
.singleWrap__content .mx-auto {
  margin-inline: auto !important;
}
.singleWrap__content :where(.wp-block-post-content > *:last-child,
.entry-content > *:last-child,
.wp-block-group.is-layout-constrained > *:last-child) {
  margin-bottom: 0;
}

.contact-nav {
  display: grid;
  gap: 1.875rem;
  grid-template-columns: auto auto auto;
}
@media all and (max-width: 968px) {
  .contact-nav {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
.contact-nav__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1.25rem 1.25rem;
  line-height: 1.4;
  background-color: #fff;
  border: 0.0625rem solid #005993;
  font-size: 1.625rem;
  font-weight: 600;
  color: #0062b1;
  box-shadow: 0.3125rem 0.3125rem 0rem rgba(0, 89, 147, 0.2);
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
}
.contact-nav__item:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .contact-nav__item:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.contact-nav__item:active {
  opacity: 0.7;
  text-decoration: none;
}
@media all and (max-width: 680px) {
  .contact-nav__item {
    font-size: 1.375rem;
  }
}
.contact-nav__item:after {
  content: "";
  width: 0.8em;
  height: 0.8em;
  background-color: #0062b1;
  mask-image: url(../images/common/angle_right.svg);
  -webkit-mask-image: url(../images/common/angle_right.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: contain;
  -webkit-mask-size: contain;
  background-color: #005993;
  flex-shrink: 0;
}

.contact-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.625rem;
}
@media all and (max-width: 968px) {
  .contact-section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
  }
}
@media all and (min-width: 681px) {
  .contact-section-header .left-bar-heading {
    min-width: 18.75rem;
    flex-shrink: 0;
  }
}
.contact-section-header__bt {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.625rem;
  position: relative;
  padding: 0.625rem 1.25rem;
  flex: 1;
}
@media all and (max-width: 968px) {
  .contact-section-header__bt {
    width: 100%;
  }
}
.contact-section-header__bt:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dfedf3;
}
@media all and (min-width: 969px) {
  .contact-section-header__bt:before {
    clip-path: polygon(6.25rem 0, 100% 0, 100% 100%, 0 100%);
  }
}
.contact-section-header__bt a {
  position: relative;
  z-index: 5;
  background-color: #fff;
  justify-content: space-between;
}
.contact-section-header__bt a .text {
  flex: 1;
  text-align: center;
}
@media all and (min-width: 681px) {
  .contact-section-header__bt a {
    min-width: 22.5rem;
  }
}

.contact-tab {
  padding-top: 2.5rem;
  position: relative;
  background-color: #dfedf3;
}
.contact-tab:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background-color: #005993;
  z-index: 1;
}
.contact-tab__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.contact-tab__item {
  display: inline-block;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  text-align: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1.4;
  box-sizing: border-box;
  padding: 0.5em 2em;
  line-height: 1.4;
  background-color: #fff;
  border: 0.0625rem solid #005993;
  font-size: 1.375rem;
  font-weight: 500;
  color: #0062b1;
  text-align: center;
}
@media all and (min-width: 681px) {
  .contact-tab__item {
    min-width: 13.75rem;
  }
}
.contact-tab__item.is-active {
  color: #fff;
  background-color: #005993;
}

/*# sourceMappingURL=style.css.map */