@charset "UTF-8";
/*------------------------------------------------------------
Main SASS File - imports all partials
------------------------------------------------------------*/
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

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

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

select {
  text-transform: none;
}

button,
html input[type=button] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

footer,
header,
section {
  display: block;
}

dd,
dt,
li,
p,
pre,
td,
th {
  line-break: strict;
  word-break: break-strict;
}

dd,
div,
dl,
dt,
li,
ol,
p,
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

img {
  vertical-align: bottom;
}

input[type=text],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 0;
}

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

figure {
  margin: 0px;
}

html {
  font-size: 62.5%;
}
html.is-gnav-open {
  overflow: hidden;
}

body {
  color: #404040;
  font-size: 1rem;
  font-family: YakuHanJP_Narrow, "Roboto", "Yu Gothic Medium", "Yu Gothic", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-weight: 500;
  font-kerning: normal;
  -ms-font-feature-settings: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  letter-spacing: 0.05em;
  background-size: 100%;
  word-wrap: break-word;
  vertical-align: baseline;
  white-space: normal;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  box-sizing: border-box;
}
body.is-fixed {
  position: fixed;
}
body.is-hidden {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0;
}

a {
  color: #9f8753;
  transition: opacity 0.3s ease;
  outline: none !important;
  text-decoration: none;
}
a:hover {
  color: #9f8753;
  text-decoration: none;
}
a:focus {
  text-decoration: none;
  outline: none !important;
  text-decoration: none;
}
a:active, a:hover, a:visited {
  outline: none !important;
  text-decoration: none;
}

@media (max-width: 1023px) {
  a {
    transition: none;
  }
}
:focus,
:active,
:hover,
:visited {
  outline: none !important;
  text-decoration: none;
}

blockquote {
  margin: 0;
}

/*------------------------------------------------------------
color
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.is-onscreen .u-delay-004 {
  transition-delay: 0.04s !important;
  animation-delay: 0.04s !important;
}
.is-onscreen .u-delay-005 {
  transition-delay: 0.05s !important;
  animation-delay: 0.05s !important;
}
.is-onscreen .u-delay-008 {
  transition-delay: 0.08s !important;
  animation-delay: 0.08s !important;
}
.is-onscreen .u-delay-010 {
  transition-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}
.is-onscreen .u-delay-012 {
  transition-delay: 0.12s !important;
  animation-delay: 0.12s !important;
}
.is-onscreen .u-delay-015 {
  transition-delay: 0.15s !important;
  animation-delay: 0.15s !important;
}
.is-onscreen .u-delay-016 {
  transition-delay: 0.16s !important;
  animation-delay: 0.16s !important;
}
.is-onscreen .u-delay-020 {
  transition-delay: 0.2s !important;
  animation-delay: 0.2s !important;
}
.is-onscreen .u-delay-024 {
  transition-delay: 0.24s !important;
  animation-delay: 0.24s !important;
}
.is-onscreen .u-delay-025 {
  transition-delay: 0.25s !important;
  animation-delay: 0.25s !important;
}
.is-onscreen .u-delay-028 {
  transition-delay: 0.28s !important;
  animation-delay: 0.28s !important;
}
.is-onscreen .u-delay-030 {
  transition-delay: 0.3s !important;
  animation-delay: 0.3s !important;
}
.is-onscreen .u-delay-032 {
  transition-delay: 0.32s !important;
  animation-delay: 0.32s !important;
}
.is-onscreen .u-delay-035 {
  transition-delay: 0.35s !important;
  animation-delay: 0.35s !important;
}
.is-onscreen .u-delay-036 {
  transition-delay: 0.36s !important;
  animation-delay: 0.36s !important;
}
.is-onscreen .u-delay-040 {
  transition-delay: 0.4s !important;
  animation-delay: 0.4s !important;
}
.is-onscreen .u-delay-044 {
  transition-delay: 0.44s !important;
  animation-delay: 0.44s !important;
}
.is-onscreen .u-delay-045 {
  transition-delay: 0.45s !important;
  animation-delay: 0.45s !important;
}
.is-onscreen .u-delay-048 {
  transition-delay: 0.48s !important;
  animation-delay: 0.48s !important;
}
.is-onscreen .u-delay-050 {
  transition-delay: 0.5s !important;
  animation-delay: 0.5s !important;
}
.is-onscreen .u-delay-052 {
  transition-delay: 0.52s !important;
  animation-delay: 0.52s !important;
}
.is-onscreen .u-delay-055 {
  transition-delay: 0.55s !important;
  animation-delay: 0.55s !important;
}
.is-onscreen .u-delay-056 {
  transition-delay: 0.56s !important;
  animation-delay: 0.56s !important;
}
.is-onscreen .u-delay-060 {
  transition-delay: 0.6s !important;
  animation-delay: 0.6s !important;
}
.is-onscreen .u-delay-064 {
  transition-delay: 0.64s !important;
  animation-delay: 0.64s !important;
}
.is-onscreen .u-delay-065 {
  transition-delay: 0.65s !important;
  animation-delay: 0.65s !important;
}
.is-onscreen .u-delay-068 {
  transition-delay: 0.68s !important;
  animation-delay: 0.68s !important;
}
.is-onscreen .u-delay-070 {
  transition-delay: 0.7s !important;
  animation-delay: 0.7s !important;
}
.is-onscreen .u-delay-072 {
  transition-delay: 0.72s !important;
  animation-delay: 0.72s !important;
}
.is-onscreen .u-delay-075 {
  transition-delay: 0.75s !important;
  animation-delay: 0.75s !important;
}
.is-onscreen .u-delay-076 {
  transition-delay: 0.76s !important;
  animation-delay: 0.76s !important;
}
.is-onscreen .u-delay-080 {
  transition-delay: 0.8s !important;
  animation-delay: 0.8s !important;
}
.is-onscreen .u-delay-085 {
  transition-delay: 0.85s !important;
  animation-delay: 0.85s !important;
}
.is-onscreen .u-delay-090 {
  transition-delay: 0.9s !important;
  animation-delay: 0.9s !important;
}
.is-onscreen .u-delay-095 {
  transition-delay: 0.95s !important;
  animation-delay: 0.95s !important;
}
.is-onscreen .u-delay-100 {
  transition-delay: 1s !important;
  animation-delay: 1s !important;
}
.is-onscreen .u-delay-105 {
  transition-delay: 1.05s !important;
  animation-delay: 1.05s !important;
}
.is-onscreen .u-delay-110 {
  transition-delay: 1.1s !important;
  animation-delay: 1.1s !important;
}
.is-onscreen .u-delay-105 {
  transition-delay: 1.05s !important;
  animation-delay: 1.05s !important;
}
.is-onscreen .u-delay-110 {
  transition-delay: 1.1s !important;
  animation-delay: 1.1s !important;
}
.is-onscreen .u-delay-115 {
  transition-delay: 1.15s !important;
  animation-delay: 1.15s !important;
}
.is-onscreen .u-delay-120 {
  transition-delay: 1.2s !important;
  animation-delay: 1.2s !important;
}
.is-onscreen .u-delay-125 {
  transition-delay: 1.25s !important;
  animation-delay: 1.25s !important;
}
.is-onscreen .u-delay-130 {
  transition-delay: 1.3s !important;
  animation-delay: 1.3s !important;
}
.is-onscreen .u-delay-135 {
  transition-delay: 1.35s !important;
  animation-delay: 1.35s !important;
}
.is-onscreen .u-delay-140 {
  transition-delay: 1.4s !important;
  animation-delay: 1.4s !important;
}
.is-onscreen .u-delay-145 {
  transition-delay: 1.45s !important;
  animation-delay: 1.45s !important;
}
.is-onscreen .u-delay-150 {
  transition-delay: 1.5s !important;
  animation-delay: 1.5s !important;
}
.is-onscreen .u-delay-155 {
  transition-delay: 1.55s !important;
  animation-delay: 1.55s !important;
}
.is-onscreen .u-delay-160 {
  transition-delay: 1.6s !important;
  animation-delay: 1.6s !important;
}
.is-onscreen .u-delay-165 {
  transition-delay: 1.65s !important;
  animation-delay: 1.65s !important;
}
.is-onscreen .u-delay-170 {
  transition-delay: 1.7s !important;
  animation-delay: 1.7s !important;
}

[data-aos=line-bl] {
  width: 200px;
  transition-property: width;
}

[data-aos=line-bl].aos-animate {
  width: 100%;
}

@keyframes moveLineLeftToRight {
  0% {
    transform: scaleX(1);
    transform-origin: right center;
  }
  49.9% {
    transform: scaleX(0);
    transform-origin: right center;
  }
  50% {
    transform: scaleX(0);
    transform-origin: left center;
  }
  100% {
    transform: scaleX(1);
    transform-origin: left center;
  }
}
@keyframes moveLineTopToBottom {
  0% {
    transform: scaleY(1);
    transform-origin: center bottom;
  }
  49.9% {
    transform: scaleY(0);
    transform-origin: center bottom;
  }
  50% {
    transform: scaleY(0);
    transform-origin: center top;
  }
  100% {
    transform: scaleY(1);
    transform-origin: center top;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    transform: translate3d(0, 30px, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.js-fadein {
  transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  transform: translate3d(0, 30px, 0);
  opacity: 0;
}
.js-fadein.is-onscreen {
  transform: translate3d(0, 0, 0);
  opacity: 1 !important;
}

.is-onscreen .js-fadein {
  transform: translate3d(0, 0, 0);
  opacity: 1 !important;
}

.u-fadein {
  transform: translateY(60px);
  opacity: 0;
  transition: all 1s ease 0.2s;
}
.u-fadein.is-visible, .u-fadein.is-onscreen {
  transform: translateY(0);
  opacity: 1;
}

.is-onscreen .u-fadein {
  transform: translateY(0);
  opacity: 1;
}

.u-fadeinup {
  transform: translateY(60px);
  opacity: 0;
  transition: all 1s ease 0.2s;
}
.u-fadeinup.is-visible {
  transform: translateY(0);
  opacity: 1;
}

.u-scalein {
  overflow: hidden;
}
.u-scalein > div,
.u-scalein img {
  transform: scale(1.1);
  transform-origin: center;
  transition: transform 1s ease 0.2s;
}
.u-scalein.is-onscreen > div,
.u-scalein.is-onscreen img {
  transform: scale(1);
}

.is-onscreen .u-scalein > div,
.is-onscreen .u-scalein img {
  transform: scale(1);
}

.ja {
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.en {
  font-family: "Bellefair", YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.font_size_l {
  font-size: 120%;
}

.font_size_s {
  font-size: 80%;
}

.font_size_s2 {
  font-size: 70%;
}

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

.color-primary {
  color: #9f8753;
}

.color-secondary {
  color: #404040;
}

.color-tertiary {
  color: #05202f;
}

.color-font-primary {
  color: #404040;
}

.color-font-secondary {
  color: #fff;
}

.color-hotel {
  color: #987a63;
}

.color-tourism-ir {
  color: #567452;
}

.color-bridal {
  color: #c46f91;
}

.color-culinary {
  color: #ac5657;
}

.color-airline {
  color: #6c667e;
}

.color-sightseeing {
  color: #877c9e;
}

.color-sports_business {
  color: #6595a5;
}

.color-orange {
  color: #eb8824;
}

.color-red {
  color: #d85757;
}

.bg_color-primary {
  background-color: #9f8753;
}

.bg_color-secondary {
  background-color: #404040;
}

.bg_color-tertiary {
  background-color: #05202f;
}

.bg_color-font-primary {
  background-color: #404040;
}

.bg_color-font-secondary {
  background-color: #fff;
}

.bg_color-hotel {
  background-color: #987a63;
}

.bg_color-tourism-ir {
  background-color: #567452;
}

.bg_color-bridal {
  background-color: #c46f91;
}

.bg_color-culinary {
  background-color: #ac5657;
}

.bg_color-airline {
  background-color: #6c667e;
}

.bg_color-sightseeing {
  background-color: #877c9e;
}

.bg_color-sports_business {
  background-color: #6595a5;
}

.bg_color-orange {
  background-color: #eb8824;
}

.bg_color-red {
  background-color: #d85757;
}

.bg_color-gradation {
  background: linear-gradient(to right, #faf7f2 0%, #f2ecdf 100%);
}

.border_color-primary {
  border-color: #9f8753;
}

.border_color-secondary {
  border-color: #404040;
}

.border_color-tertiary {
  border-color: #05202f;
}

.border_color-font-primary {
  border-color: #404040;
}

.border_color-font-secondary {
  border-color: #fff;
}

.border_color-hotel {
  border-color: #987a63;
}

.border_color-tourism-ir {
  border-color: #567452;
}

.border_color-bridal {
  border-color: #c46f91;
}

.border_color-culinary {
  border-color: #ac5657;
}

.border_color-airline {
  border-color: #6c667e;
}

.border_color-sightseeing {
  border-color: #877c9e;
}

.border_color-sports_business {
  border-color: #6595a5;
}

.border_color-orange {
  border-color: #eb8824;
}

.border_color-red {
  border-color: #d85757;
}

.is-next_year .color-hotel {
  color: #669d83;
}
.is-next_year .color-bridal {
  color: #c77d80;
}
.is-next_year .color-culinary {
  color: #cda457;
}
.is-next_year .color-sightseeing {
  color: #877c9e;
}
.is-next_year .color-sports_business {
  color: #6595a5;
}
.is-next_year .bg_color-hotel {
  background-color: #669d83;
}
.is-next_year .bg_color-bridal {
  background-color: #c77d80;
}
.is-next_year .bg_color-culinary {
  background-color: #cda457;
}
.is-next_year .bg_color-sightseeing {
  background-color: #877c9e;
}
.is-next_year .bg_color-sports_business {
  background-color: #6595a5;
}
.is-next_year .border_color-hotel {
  border-color: #669d83;
}
.is-next_year .border_color-bridal {
  border-color: #c77d80;
}
.is-next_year .border_color-culinary {
  border-color: #cda457;
}
.is-next_year .border_color-sightseeing {
  border-color: #877c9e;
}
.is-next_year .border_color-sports_business {
  border-color: #6595a5;
}

.box .bg:nth-child(1) {
  z-index: 1;
}

.box .bg:nth-child(2) {
  z-index: 2;
}

.box .bg:nth-child(3) {
  z-index: 3;
}

.box .bg:nth-child(4) {
  z-index: 4;
}

.box .bg:nth-child(5) {
  z-index: 5;
}

.box .bg:nth-child(6) {
  z-index: 6;
}

.box .bg:nth-child(7) {
  z-index: 7;
}

.box .bg:nth-child(8) {
  z-index: 8;
}

.box .bg:nth-child(9) {
  z-index: 9;
}

.box .bg:nth-child(10) {
  z-index: 10;
}

.txtS80 {
  font-size: 80%;
}

.txtS90 {
  font-size: 90%;
}

.txtS100 {
  font-size: 100%;
}

.txtS110 {
  font-size: 110%;
}

.txtS120 {
  font-size: 120%;
}

.txtS130 {
  font-size: 130%;
}

.txtS140 {
  font-size: 140%;
}

.txtS150 {
  font-size: 150%;
}

.txtS160 {
  font-size: 160%;
}

.txtS170 {
  font-size: 170%;
}

.txtS180 {
  font-size: 180%;
}

.txtS190 {
  font-size: 190%;
}

.txtS200 {
  font-size: 200%;
}

.txtS210 {
  font-size: 210%;
}

.txtS220 {
  font-size: 220%;
}

.txtS230 {
  font-size: 230%;
}

.txtS240 {
  font-size: 240%;
}

.txtS250 {
  font-size: 250%;
}

.txtS260 {
  font-size: 260%;
}

.txtS270 {
  font-size: 270%;
}

.txtS280 {
  font-size: 280%;
}

.txtS290 {
  font-size: 290%;
}

.txtS300 {
  font-size: 300%;
}

.txtS310 {
  font-size: 310%;
}

.txtS320 {
  font-size: 320%;
}

.txtS330 {
  font-size: 330%;
}

.txtS340 {
  font-size: 340%;
}

.txtS350 {
  font-size: 350%;
}

.txtS360 {
  font-size: 360%;
}

.txtS370 {
  font-size: 370%;
}

.txtS380 {
  font-size: 380%;
}

.txtS390 {
  font-size: 390%;
}

.txtS400 {
  font-size: 400%;
}

.pd1 {
  padding: 10px;
}

.pdBottom1 {
  padding-bottom: 10px;
}

.maBottom1 {
  margin-bottom: 10px;
}

.pdTop1 {
  padding-top: 10px;
}

.maTop1 {
  margin-top: 10px;
}

.pd2 {
  padding: 20px;
}

.pdBottom2 {
  padding-bottom: 20px;
}

.maBottom2 {
  margin-bottom: 20px;
}

.pdTop2 {
  padding-top: 20px;
}

.maTop2 {
  margin-top: 20px;
}

.pd3 {
  padding: 30px;
}

.pdBottom3 {
  padding-bottom: 30px;
}

.maBottom3 {
  margin-bottom: 30px;
}

.pdTop3 {
  padding-top: 30px;
}

.maTop3 {
  margin-top: 30px;
}

.pd4 {
  padding: 40px;
}

.pdBottom4 {
  padding-bottom: 40px;
}

.maBottom4 {
  margin-bottom: 40px;
}

.pdTop4 {
  padding-top: 40px;
}

.maTop4 {
  margin-top: 40px;
}

.pd5 {
  padding: 50px;
}

.pdBottom5 {
  padding-bottom: 50px;
}

.maBottom5 {
  margin-bottom: 50px;
}

.pdTop5 {
  padding-top: 50px;
}

.maTop5 {
  margin-top: 50px;
}

.pd6 {
  padding: 60px;
}

.pdBottom6 {
  padding-bottom: 60px;
}

.maBottom6 {
  margin-bottom: 60px;
}

.pdTop6 {
  padding-top: 60px;
}

.maTop6 {
  margin-top: 60px;
}

.pd7 {
  padding: 70px;
}

.pdBottom7 {
  padding-bottom: 70px;
}

.maBottom7 {
  margin-bottom: 70px;
}

.pdTop7 {
  padding-top: 70px;
}

.maTop7 {
  margin-top: 70px;
}

.pd8 {
  padding: 80px;
}

.pdBottom8 {
  padding-bottom: 80px;
}

.maBottom8 {
  margin-bottom: 80px;
}

.pdTop8 {
  padding-top: 80px;
}

.maTop8 {
  margin-top: 80px;
}

.pd9 {
  padding: 90px;
}

.pdBottom9 {
  padding-bottom: 90px;
}

.maBottom9 {
  margin-bottom: 90px;
}

.pdTop9 {
  padding-top: 90px;
}

.maTop9 {
  margin-top: 90px;
}

.pd10 {
  padding: 100px;
}

.pdBottom10 {
  padding-bottom: 100px;
}

.maBottom10 {
  margin-bottom: 100px;
}

.pdTop10 {
  padding-top: 100px;
}

.maTop10 {
  margin-top: 100px;
}

.pd11 {
  padding: 110px;
}

.pdBottom11 {
  padding-bottom: 110px;
}

.maBottom11 {
  margin-bottom: 110px;
}

.pdTop11 {
  padding-top: 110px;
}

.maTop11 {
  margin-top: 110px;
}

.pd12 {
  padding: 120px;
}

.pdBottom12 {
  padding-bottom: 120px;
}

.maBottom12 {
  margin-bottom: 120px;
}

.pdTop12 {
  padding-top: 120px;
}

.maTop12 {
  margin-top: 120px;
}

.pd13 {
  padding: 130px;
}

.pdBottom13 {
  padding-bottom: 130px;
}

.maBottom13 {
  margin-bottom: 130px;
}

.pdTop13 {
  padding-top: 130px;
}

.maTop13 {
  margin-top: 130px;
}

.pd14 {
  padding: 140px;
}

.pdBottom14 {
  padding-bottom: 140px;
}

.maBottom14 {
  margin-bottom: 140px;
}

.pdTop14 {
  padding-top: 140px;
}

.maTop14 {
  margin-top: 140px;
}

.pd15 {
  padding: 150px;
}

.pdBottom15 {
  padding-bottom: 150px;
}

.maBottom15 {
  margin-bottom: 150px;
}

.pdTop15 {
  padding-top: 150px;
}

.maTop15 {
  margin-top: 150px;
}

.pd16 {
  padding: 160px;
}

.pdBottom16 {
  padding-bottom: 160px;
}

.maBottom16 {
  margin-bottom: 160px;
}

.pdTop16 {
  padding-top: 160px;
}

.maTop16 {
  margin-top: 160px;
}

.pd17 {
  padding: 170px;
}

.pdBottom17 {
  padding-bottom: 170px;
}

.maBottom17 {
  margin-bottom: 170px;
}

.pdTop17 {
  padding-top: 170px;
}

.maTop17 {
  margin-top: 170px;
}

.pd18 {
  padding: 180px;
}

.pdBottom18 {
  padding-bottom: 180px;
}

.maBottom18 {
  margin-bottom: 180px;
}

.pdTop18 {
  padding-top: 180px;
}

.maTop18 {
  margin-top: 180px;
}

.pd19 {
  padding: 190px;
}

.pdBottom19 {
  padding-bottom: 190px;
}

.maBottom19 {
  margin-bottom: 190px;
}

.pdTop19 {
  padding-top: 190px;
}

.maTop19 {
  margin-top: 190px;
}

.pd20 {
  padding: 200px;
}

.pdBottom20 {
  padding-bottom: 200px;
}

.maBottom20 {
  margin-bottom: 200px;
}

.pdTop20 {
  padding-top: 200px;
}

.maTop20 {
  margin-top: 200px;
}

.pdR1 {
  padding-right: 10px;
}

.pdR2 {
  padding-right: 20px;
}

.column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.column > div,
.column > li {
  width: 14%;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 1rem;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.column2,
.two-column,
.column2n {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.column2 > div,
.column2 > li,
.two-column > div,
.two-column > li,
.column2 > dl {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 1rem;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.column2n > div,
.column2n > li {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 1rem;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.column2f div:nth-child(1) {
  float: left;
  width: 30%;
  text-align: center;
  color: #EC9D15;
  font-weight: bold;
}

.column2f div:nth-child(2) {
  float: right;
  width: 68%;
}

.column2 dt {
  letter-spacing: 0em;
  font-weight: 600;
  padding-bottom: 5px;
}

.column2s {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.column2s > div,
.column2s > li {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.column2s > div img,
.column2s > li img {
  vertical-align: bottom;
}

.column3,
.three-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.column3 > div,
.column3 > li,
three-column > div,
three-column > li {
  width: 32%;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 1rem;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.column3l {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.column3l > div,
.column3l > li {
  width: 32%;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 1rem;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 1.3333%;
  margin-bottom: 2%;
}

.column2l {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.column2l > div,
.column2l > li {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 1rem;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 1%;
}

.column3n {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.column3n > div,
.column3n > li {
  width: 32%;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 1rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.column4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.column4 > div,
.column4 > li {
  width: 24%;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 1rem;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.column5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.column5 > div,
.column5 > li {
  width: 19%;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 1rem;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.flex1 {
  flex: 1;
  overflow: hidden;
}

.flex2 {
  flex: 2;
  overflow: hidden;
}

.flex3 {
  flex: 3;
  overflow: hidden;
}

.flex4 {
  flex: 4;
  overflow: hidden;
}

.flex5 {
  flex: 5;
  overflow: hidden;
}

.flex6 {
  flex: 6;
  overflow: hidden;
}

.flex7 {
  flex: 7;
  overflow: hidden;
}

.flex8 {
  flex: 8;
  overflow: hidden;
}

.flex9 {
  flex: 9;
  overflow: hidden;
}

/*------------------------------------------------------------
header
------------------------------------------------------------*/
.l-header {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
}

@media (max-width: 1023px) {
  .l-header {
    height: 80px;
  }
}
@media (max-width: 767px) {
  .l-header {
    height: 70px;
  }
}
.l-header__inner {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px;
}

@media (max-width: 1440px) {
  .l-header__inner {
    padding: 0 30px;
  }
}
@media (max-width: 1023px) {
  .l-header__inner {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .l-header__inner {
    padding: 0 10px;
  }
}
.l-header-logo {
  width: 412px;
  margin-right: auto;
}
.l-header-logo img {
  width: 100%;
}

@media (max-width: 1440px) {
  .l-header-logo {
    width: 28.6111111111vw;
  }
}
@media (max-width: 1023px) {
  .l-header-logo {
    width: 350px;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .l-header-logo {
    width: 280px;
  }
}
@media (max-width: 320px) {
  .l-header-logo {
    width: 74.6666666667vw;
  }
}
.l-header-logo__text {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1;
  color: #717071;
  padding: 6px 0 0 52px;
}

@media (max-width: 1023px) {
  .l-header-logo__text {
    padding: 6px 0 0 46px;
  }
}
@media (max-width: 767px) {
  .l-header-logo__text {
    font-size: 10px;
    font-size: 1rem;
    padding: 6px 0 0 37px;
  }
}
.header_nav {
  position: relative;
  z-index: 0;
  padding-top: 24px;
}
@media (max-width: 1080px) {
  .header_nav {
    letter-spacing: 0em;
  }
  .header_nav .menu-item a {
    padding-right: 5px !important;
  }
}
@media (max-width: 1023px) {
  .header_nav {
    display: none;
  }
}

.nav-menu {
  display: flex;
}

.menu-item {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 76px;
}
.menu-item a {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 20px;
  transition: 0.2s;
  color: #404040;
}
.menu-item a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  content: "";
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: scaleX(0);
  transform-origin: right center;
  background-color: #0b2f74;
}
.menu-item a:hover::after {
  transform: scaleX(1);
  transform-origin: left center;
}
.menu-item.is-current a::after {
  transform: scaleX(1);
}

@media (max-width: 1440px) {
  .menu-item {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .menu-item a {
    padding: 0 10px;
  }
}
.l-header__button {
  position: absolute;
  z-index: 1;
  top: -50px;
  right: 8px;
  display: flex;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.l-header__button.active {
  top: 8px;
}

@media (max-width: 1023px) {
  .l-header__button {
    display: none;
  }
}
.l-header__sns-list {
  display: flex;
}

@media (max-width: 1023px) {
  .l-header__sns-list {
    display: none;
  }
}
.l-header__sns-item a {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 24px;
  display: block;
  text-align: center;
  color: #fff;
  background-color: #717071;
  padding: 0 1em;
}

.header_button-item {
  min-width: 120px;
  margin-left: 3px;
  text-align: center;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.header_button-item:last-child {
  margin-right: 0;
}
.header_button-item a {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 32px;
  display: block;
  width: 100%;
  color: #fff;
  background-color: #404040;
  padding: 0 10px;
}
.header_button-item a:hover {
  opacity: 0.7;
}
.header_button-item.c-red--btn__bg a, .header_button-item.c-ao--btn__bg a {
  background-color: #d85757;
}
.header_button-item.c-highschool--btn__bg a {
  background-color: #d89857;
}
.header_button-item.gray_bg a {
  color: #333;
  background-color: #eee;
  color: #333;
  background-color: #eee;
}
.header_button-item.l-header__button-havefun {
  width: 120px;
}
.header_button-item.l-header__button-havefun a {
  display: flex;
  align-items: center;
  height: 100%;
  background-color: #b392c2;
}
.header_button-item.l-header__button-havefun a img {
  height: 14px;
  width: 100%;
}

.header_link {
  padding-top: 12px;
  padding-right: 20px;
  padding-bottom: 10px;
  font-size: 13px;
  font-weight: 700;
}
.header_link a {
  color: #333;
}

.header_bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.menu-dropdown {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  transform: translate3d(0, 0, 0);
  opacity: 0;
}

.is-header-dropdown-open .menu-dropdown {
  z-index: 5000;
  visibility: visible;
  opacity: 1;
}

@media (max-width: 1023px) {
  .menu-dropdown {
    display: none;
  }
}
.menu-dropdown__box {
  position: absolute;
  z-index: 1;
  top: 100px;
  left: 0;
  width: 100%;
  height: 0;
  transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  border-top: solid 1px #e0e0e0;
  background-color: #fff;
}

.menu-dropdown__item {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  padding-top: 40px;
  padding-bottom: 50px;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  opacity: 0;
}
.menu-dropdown__item.is-show {
  visibility: visible;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  opacity: 1;
}

.menu-dropdown__heading {
  margin-bottom: 30px;
}

.menu-dropdown__heading-en {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1;
  font-family: "Bellefair", YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
  color: #9f8753;
}

.menu-dropdown__heading-jp {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  padding-left: 15px;
}

.menu-dropdown__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.menu-dropdown__col {
  flex-basis: 20%;
  max-width: 20%;
  padding: 0 10px;
}

#dropdown-information .menu-dropdown__col {
  flex-basis: 12%;
  max-width: 12%;
}
#dropdown-information .menu-dropdown__col .menu-dropdown__content-image {
  position: relative;
  padding-top: 80px;
}
#dropdown-information .menu-dropdown__col .menu-dropdown__content-image a {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 80px;
  height: 80px;
  margin: auto;
}
#dropdown-information .menu-dropdown__col .menu-dropdown__content-image a img {
  width: 100%;
  height: auto;
}

.menu-dropdown__content-image img {
  width: 100%;
  height: auto;
  transition: opacity 0.8s;
}
.menu-dropdown__content-image a:hover img {
  opacity: 0.6;
}

.menu-dropdown__content-heading {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  padding: 15px 0;
  border-top: solid 6px #9f8753;
}

#dropdown-information .menu-dropdown__content-heading {
  text-align: center;
  border-top: none;
}

.menu-dropdown__content-heading a {
  color: #404040;
}

.menu-dropdown__content-list {
  border-top: solid 1px #e0e0e0;
}

.menu-dropdown__content-list-item {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5;
  border-bottom: solid 1px #e0e0e0;
}
.menu-dropdown__content-list-item a {
  position: relative;
  display: block;
  padding: 10px 20px 10px 0;
  transition: color 0.3s;
  color: #404040;
}
.menu-dropdown__content-list-item a::after {
  font-size: 10px;
  font-size: 1rem;
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "FontAwesome" !important;
  font-weight: 900 !important;
  font-style: normal;
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  content: "\f105" !important;
  transition: 0.3s;
  transform: translate(-5px, -50%);
  color: #9f8753;
  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
}

.menu-dropdown__content-list-item a:hover::after {
  transform: translate(0, -50%);
}

.l-header-dropdown__bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
  opacity: 0.3;
  background-color: #000;
}

.navsp {
  position: fixed;
  z-index: 20000;
  top: 0;
  right: 0;
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: translate3d(0, 0, 0);
  pointer-events: none;
  opacity: 0;
  color: #fff;
  background-color: #404040;
  -webkit-overflow-scrolling: touch； a;
  -webkit-overflow-scrolling-color: #fff;
}

.is-gnav-open .navsp {
  visibility: visible;
  pointer-events: all;
  opacity: 1;
}

.l-gnav__item {
  transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0s;
  transform: translateY(20px);
  opacity: 0;
}

.is-gnav-open .l-gnav__item {
  transition-duration: 0.8s;
  transform: translateY(0);
  opacity: 1;
}
.is-gnav-open .l-gnav__item:nth-of-type(1) {
  transition-delay: 0.85s;
}
.is-gnav-open .l-gnav__item:nth-of-type(2) {
  transition-delay: 0.9s;
}
.is-gnav-open .l-gnav__item:nth-of-type(3) {
  transition-delay: 0.95s;
}
.is-gnav-open .l-gnav__item:nth-of-type(4) {
  transition-delay: 1s;
}
.is-gnav-open .l-gnav__item:nth-of-type(5) {
  transition-delay: 1.05s;
}
.is-gnav-open .l-gnav__item:nth-of-type(6) {
  transition-delay: 1.1s;
}

.navsp_inner {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  padding: 70px 0;
  transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0s;
  transform: translateY(20px);
  opacity: 0;
}

.is-gnav-open .navsp_inner {
  transition-delay: 0.3s;
  transition-duration: 0.8s;
  transform: translateY(0);
  opacity: 1;
}

.navsp_menu {
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

.navsp_menu--second,
.navsp_menu--third {
  display: none;
}

.navsp_menu-item {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  cursor: pointer;
  transition: background 0.3s;
  letter-spacing: 0.05em;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
}
.navsp_menu-item a {
  z-index: 0;
  display: flex;
  align-items: center;
  width: calc(100% - 50px);
  min-height: 50px;
  padding: 14px 10px 14px 20px;
  transition: 0.3s;
  color: #fff;
}

.navsp_menu-item--second {
  background-color: #323232;
}
.navsp_menu-item--second a {
  padding-left: 40px;
}

.navsp_menu-item--third {
  background-color: #232323;
}
.navsp_menu-item--third a {
  padding-left: 60px;
}

.navsp_menu-toggle {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border-left: solid 1px rgba(255, 255, 255, 0.1);
}
.navsp_menu-toggle.is-open {
  background-color: #323232;
}

.navsp_menu-toggle--second {
  background-color: #323232;
}
.navsp_menu-toggle--second.is-open {
  background-color: #232323;
}

.navsp_menu-toggle-item {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.3s;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  background-color: #fff;
}

.navsp_menu-toggle-item--1 {
  width: 14px;
  height: 2px;
}

.navsp_menu-toggle-item--2 {
  width: 2px;
  height: 14px;
}

.navsp_menu-toggle.is-open .navsp_menu-toggle-item--2 {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.navsp_button {
  display: flex;
  flex-wrap: wrap;
  margin: -3px;
  padding: 20px 20px 0;
}

.navsp_button-item {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 14px;
  flex-basis: 50%;
  max-width: 50%;
  padding: 3px;
  text-align: center;
}
.navsp_button-item a {
  display: block;
  color: #fff;
  background-color: #2d2d2d;
  padding: 13px 3px;
}
.navsp_button-item.navsp_button-item--request {
  flex-basis: 100%;
  max-width: 100%;
}
.navsp_button-item.c-opencampus--btn__bg {
  flex-basis: 100%;
  max-width: 100%;
}
.navsp_button-item.c-opencampus--btn__bg a {
  background-color: #eb8824;
}
.navsp_button-item.c-highschool--btn__bg {
  flex-basis: 100%;
  max-width: 100%;
}
.navsp_button-item.c-highschool--btn__bg a {
  background-color: #ee33a6;
}
.navsp_button-item.c-ao--btn__bg {
  flex-basis: 100%;
  max-width: 100%;
}
.navsp_button-item.c-ao--btn__bg a {
  background-color: #d85757;
}
.navsp_button-item.half {
  flex-basis: 50%;
  max-width: 50%;
}

.navsp_button-item--request a {
  background-color: #a58745;
}

.navsp_button-item--havefun a {
  display: flex;
  align-items: center;
  height: 100%;
  background-color: #b392c2;
}
.navsp_button-item--havefun a img {
  height: 14px;
  width: 100%;
}

.navsp_button-item:last-child {
  flex-basis: 100%;
  max-width: 100%;
}

.navsp_bg {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 20px;
  padding: 0 15%;
}

.navsp_bg-item {
  width: 25%;
}
.navsp_bg-item:last-child {
  margin-right: 0;
}
.navsp_bg-item a {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 40px;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  margin: 0 auto;
}

.l-gnav__bg {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  display: none;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
}

.btn-menu {
  position: fixed;
  z-index: 40000;
  top: 0;
  right: 0;
  display: none;
  align-items: center;
  width: 70px;
  height: 70px;
  cursor: pointer;
  transition: 0.3s;
  transform: translate3d(0, 0, 0);
}

@media (max-width: 1023px) {
  .btn-menu {
    display: block;
  }
}
.btn-menu__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 28px 24px;
}

.btn-menu__bar {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 2px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform-origin: center center;
}

.btn-menu__bar--1 {
  top: 0;
}

.btn-menu__bar--2 {
  margin: 4px 0;
}

.btn-menu__bar--3 {
  top: 0;
}

.is-gnav-open .btn-menu__bar {
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.is-gnav-open .btn-menu__bar--1 {
  top: 6px;
  transform: rotate(45deg);
}
.is-gnav-open .btn-menu__bar--2 {
  opacity: 0;
}
.is-gnav-open .btn-menu__bar--3 {
  top: -6px;
  transform: rotate(-45deg);
}

.btn-menu__bar-front {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #404040;
}

.is-gnav-open .btn-menu__bar-front {
  background: #fff;
}

.btn-menu__bar-back {
  display: none;
  width: 100%;
  height: 2px;
  opacity: 0.4;
  background: #404040;
}

.btn-menu__text {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 70px;
  position: absolute;
  position: fixed;
  z-index: 0;
  top: 0;
  right: 0;
  visibility: hidden;
  width: 100vw;
  height: 70px;
  padding-right: 60px;
  transition: 0.3s;
  text-align: right;
  letter-spacing: 0.1em;
  pointer-events: none;
  opacity: 0;
  color: #fff;
  background-color: #404040;
}

.is-gnav-open .btn-menu__text {
  visibility: visible;
  opacity: 1;
}

.l-content__header {
  position: relative;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .l-content__header {
    margin-top: 70px;
  }
}

.l-content__header--2 {
  height: 270px;
}

@media (max-width: 1440px) {
  .l-content__header--2 {
    height: 270px;
  }
}
@media (max-width: 1023px) {
  .l-content__header {
    height: auto;
  }
}
.l-content__header-row {
  position: relative;
  z-index: 10;
  display: flex;
  height: 100%;
}

@media (max-width: 1023px) {
  .l-content__header-row {
    flex-direction: column-reverse;
  }
}
.l-content__header-col {
  display: flex;
  flex-basis: 38.5416666667vw;
  flex-direction: column;
  justify-content: flex-end;
  min-width: 740px;
  max-width: 38.5416666667vw;
  padding-right: 5.2083333333vw;
  padding-bottom: 200px;
  padding-left: 7.8125vw;
}

.l-content__header-col--2 {
  flex-basis: auto;
  min-width: none;
  max-width: none;
  padding-bottom: 80px;
}

@media (max-width: 1920px) {
  .l-content__header-col {
    padding-right: 100px;
    padding-left: 150px;
  }
}
@media (max-width: 1440px) {
  .l-content__header-col {
    flex-basis: 38.5416666667vw;
    min-width: 555px;
    max-width: 38.5416666667vw;
    padding-left: 80px;
  }
}
@media (max-width: 1023px) {
  .l-content__header-col {
    display: block;
    flex-basis: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 0;
  }
}
.l-content__header-icon {
  display: flex;
  margin-bottom: 25px;
}

@media (max-width: 1023px) {
  .l-content__header-icon {
    margin-bottom: 20px;
    margin-left: 7.8125vw;
  }
}
@media (max-width: 767px) {
  .l-content__header-icon {
    margin-bottom: 14px;
    margin-left: 8vw;
  }
}
.l-content__header-icon-item {
  margin-right: 10px;
}

@media (max-width: 767px) {
  .l-content__header-icon-item {
    margin-right: 4px;
  }
}
@media (max-width: 1023px) {
  .l-content__header-heading {
    margin-bottom: 40px;
    margin-left: 7.8125vw;
    margin-right: 7.8125vw;
  }
}
@media (max-width: 767px) {
  .l-content__header-heading {
    margin-bottom: 25px;
    margin-left: 8vw;
    margin-right: 8vw;
  }
}
.l-content__header-kv {
  flex: 1;
  height: 440px;
  background-position: top center;
  background-size: cover;
  flex: auto;
}
.l-content__header-kv--inner {
  position: absolute;
  bottom: 20px;
  color: #fff;
  width: 100%;
  text-align: center;
}
.l-content__header-kv--inner h2 {
  font-size: 100px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 0px;
}
.l-content__header-kv--inner p {
  font-size: 30px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .l-content__header-kv {
    height: 53.3333333333vw;
    margin-bottom: 20px;
  }
  .l-content__header-kv h2 {
    font-size: 50px;
  }
  .l-content__header-kv p {
    font-size: 20px;
  }
}

.l-content__header-kv--course {
  flex: 1;
  height: 700px;
  background-position: top center;
  background-size: cover;
  flex: auto;
}
.l-content__header-kv--course--inner {
  position: absolute;
  bottom: 20px;
  color: #fff;
  width: 100%;
  text-align: center;
}
.l-content__header-kv--course--inner h2 {
  font-size: 100px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 0px;
}
.l-content__header-kv--course--inner p {
  font-size: 30px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .l-content__header-kv--course {
    height: 520px;
    background-size: auto 310px !important;
    background-repeat: no-repeat;
  }
  .l-content__header-kv--course h2 {
    font-size: 50px;
  }
  .l-content__header-kv--course p {
    font-size: 20px;
  }
}

.bg-jazz {
  background-image: url(../images/course/jazz/kv.jpg);
}

.bg-musician-professional {
  background-image: url(../images/course/musician-professional/kv.jpg);
}

.bg-finger-picking-guitar {
  background-image: url(../images/course/finger-picking-guitar/kv.jpg);
}

.bg-music-therapy {
  background-image: url(../images/course/music-therapy/kv.jpg);
}

.bg-singer-song-writer {
  background-image: url(../images/course/singer-song-writer/kv.jpg);
}

.bg-ai-songwriting {
  background-image: url(../images/course/ai-songwriting/kv.jpg);
}

.bg-internet-artist-creator {
  background-image: url(../images/course/internet-artist-creator/kv.jpg);
}

.bg-artist {
  background-image: url(../images/course/artist/kv.jpg);
}

.bg-berklee {
  background-image: url(../images/course/berklee/kv.jpg);
}

.bg-dance-professional {
  background-image: url(../images/course/dance-professional/kv.jpg);
}

.bg-vocal-artist {
  background-image: url(../images/course/vocal-artist/kv.jpg);
}

.bg-musician {
  background-image: url(../images/course/musician/kv.jpg);
}

.bg-actor {
  background-image: url(../images/course/actor/kv.jpg);
}

.bg-voice-actor {
  background-image: url(../images/course/voice-actor/kv.jpg);
}

.bg-dance-vocal {
  background-image: url(../images/course/dance-vocal/kv.jpg);
}

.bg-dance-video-creator {
  background-image: url(../images/course/dance-video-creator/kv.jpg);
}

.bg-themepark-dancer {
  background-image: url(../images/course/themepark-dancer/kv.jpg);
}

.bg-back-dancer {
  background-image: url(../images/course/back-dancer/kv.jpg);
}

.bg-sound-producer {
  background-image: url(../images/course/sound-producer/kv.jpg);
}

.bg-sound-creator {
  background-image: url(../images/course/sound-creator/kv.jpg);
}

.bg-recording {
  background-image: url(../images/course/recording/kv.jpg);
}

.bg-concert-producer {
  background-image: url(../images/course/concert-producer/kv.jpg);
}

.bg-video-streaming-creator {
  background-image: url(../images/course/video-streaming-creator/kv.jpg);
}

.bg-live-cameraman {
  background-image: url(../images/course/live-cameraman/kv.jpg);
}

.bg-concert-creator {
  background-image: url(../images/course/concert-creator/kv.jpg);
}

.bg-manager {
  background-image: url(../images/course/manager/kv.jpg);
}

.bg-pa-engineering {
  background-image: url(../images/course/pa-engineering/kv.jpg);
}

.bg-lighting-staff {
  background-image: url(../images/course/lighting-staff/kv.jpg);
}

.bg-concert-planning-manager {
  background-image: url(../images/course/concert-planning-manager/kv.jpg);
}

@media screen and (max-width: 767px) {
  .bg-jazz {
    background-image: url(../images/course/jazz/kv_sp.jpg);
  }
  .bg-musician-professional {
    background-image: url(../images/course/musician-professional/kv_sp.jpg);
  }
  .bg-finger-picking-guitar {
    background-image: url(../images/course/finger-picking-guitar/kv_sp.jpg);
  }
  .bg-music-therapy {
    background-image: url(../images/course/music-therapy/kv_sp.jpg);
  }
  .bg-singer-song-writer {
    background-image: url(../images/course/singer-song-writer/kv_sp.jpg);
  }
  .bg-super-multi-artist {
    background-image: url(../images/course/super-multi-artist/kv_sp.jpg);
    background-position: top left -140px;
  }
  .bg-internet-artist-creator {
    background-image: url(../images/course/internet-artist-creator/kv_sp.jpg);
  }
  .bg-artist {
    background-image: url(../images/course/artist/kv_sp.jpg);
  }
  .bg-berklee {
    background-image: url(../images/course/berklee/kv_sp.jpg);
  }
  .bg-dance-professional {
    background-image: url(../images/course/dance-professional/kv_sp.jpg);
    background-position: top left -220px;
  }
  .bg-vocal-artist {
    background-image: url(../images/course/vocal-artist/kv_sp.jpg);
  }
  .bg-musician {
    background-image: url(../images/course/musician/kv_sp.jpg);
    background-size: 800px !important;
  }
  .bg-actor {
    background-image: url(../images/course/actor/kv_sp.jpg);
  }
  .bg-voice-actor {
    background-image: url(../images/course/voice-actor/kv_sp.jpg);
    background-position: top left -10px;
    background-size: 800px !important;
  }
  .bg-dance-vocal {
    background-image: url(../images/course/dance-vocal/kv_sp.jpg);
  }
  .bg-dance-video-creator {
    background-image: url(../images/course/dance-video-creator/kv_sp.jpg);
    background-position: top left 0px;
    background-size: 800px !important;
  }
  .bg-themepark-dancer {
    background-image: url(../images/course/themepark-dancer/kv_sp.jpg);
  }
  .bg-back-dancer {
    background-image: url(../images/course/back-dancer/kv_sp.jpg);
  }
  .bg-sound-producer {
    background-image: url(../images/course/sound-producer/kv_sp.jpg);
  }
  .bg-composer-arranger {
    background-image: url(../images/course/composer-arranger/kv_sp.jpg);
  }
  .bg-recording {
    background-image: url(../images/course/recording/kv_sp.jpg);
  }
  .bg-concert-producer {
    background-image: url(../images/course/concert-producer/kv_sp.jpg);
    background-position: top left 0px;
    background-size: 800px !important;
  }
  .bg-video-streaming-creator {
    background-image: url(../images/course/video-streaming-creator/kv_sp.jpg);
    background-position: top right 0px;
    background-size: 800px !important;
  }
  .bg-live-cameraman {
    background-image: url(../images/course/live-cameraman/kv_sp.jpg);
  }
  .bg-concert-creator {
    background-image: url(../images/course/concert-creator/kv_sp.jpg);
    background-position: top left 0px;
    background-size: 800px !important;
  }
  .bg-manager {
    background-image: url(../images/course/manager/kv_sp.jpg);
    background-position: top right -50px;
  }
  .bg-pa-engineering {
    background-image: url(../images/course/pa-engineering/kv_sp.jpg);
  }
  .bg-lighting-staff {
    background-image: url(../images/course/lighting-staff/kv_sp.jpg);
  }
  .bg-concert-planning-manager {
    background-image: url(../images/course/concert-planning-manager/kv_sp.jpg);
  }
}
.l-content__header-kv-ev {
  position: absolute;
  right: 5%;
  width: 550px;
}

.l-content__header-course4year {
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 1;
  width: 600px;
  height: 340px;
  background-color: #b8224d;
  color: #fff;
  padding: 20px;
  display: table;
}
.l-content__header-course4year-inner {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .l-content__header-course4year {
    height: 140px;
    width: 100%;
    bottom: 0px;
    padding: 20px 20px 0 20px;
  }
}

.l-content__header-course3year {
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 1;
  width: 600px;
  height: 340px;
  background-color: rgb(0, 116, 177);
  color: #fff;
  padding: 20px;
  display: table;
}
.l-content__header-course3year-inner {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .l-content__header-course3year {
    height: 140px;
    width: 100%;
    bottom: 0px;
    padding: 20px 20px 0 20px;
  }
}

.l-content__header-course2year {
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 1;
  width: 600px;
  height: 340px;
  background-color: rgb(221, 106, 8);
  color: #fff;
  padding: 20px;
  display: table;
}
.l-content__header-course2year-inner {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .l-content__header-course2year {
    height: 140px;
    width: 100%;
    bottom: 0px;
    padding: 20px 20px 0 20px;
  }
}

.l-content__header-course_bg01 {
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 1;
  width: 600px;
  height: 340px;
  background-color: rgb(232, 129, 0);
  color: #fff;
  padding: 20px;
  display: table;
}
.l-content__header-course_bg01-inner {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .l-content__header-course_bg01 {
    height: 140px;
    width: 100%;
    bottom: 0px;
    padding: 20px 20px 0 20px;
  }
}

.l-content__header-course_bg02 {
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 1;
  width: 600px;
  height: 340px;
  background-color: rgb(44, 119, 178);
  color: #fff;
  padding: 20px;
  display: table;
}
.l-content__header-course_bg02-inner {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .l-content__header-course_bg02 {
    height: 140px;
    width: 100%;
    bottom: 0px;
    padding: 20px 20px 0 20px;
  }
}

.l-content__header-course_bg03 {
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 1;
  width: 600px;
  height: 340px;
  background-color: rgb(39, 155, 165);
  color: #fff;
  padding: 20px;
  display: table;
}
.l-content__header-course_bg03-inner {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .l-content__header-course_bg03 {
    height: 140px;
    width: 100%;
    bottom: 0px;
    padding: 20px 20px 0 20px;
  }
}

.l-content__header-course_bg04 {
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 1;
  width: 600px;
  height: 340px;
  background-color: rgb(233, 83, 131);
  color: #fff;
  padding: 20px;
  display: table;
}
.l-content__header-course_bg04-inner {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .l-content__header-course_bg04 {
    height: 140px;
    width: 100%;
    bottom: 0px;
    padding: 20px 20px 0 20px;
  }
}

.l-content__header-course_bg05 {
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 1;
  width: 600px;
  height: 340px;
  background-color: rgb(122, 98, 169);
  color: #fff;
  padding: 20px;
  display: table;
}
.l-content__header-course_bg05-inner {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .l-content__header-course_bg05 {
    height: 140px;
    width: 100%;
    bottom: 0px;
    padding: 20px 20px 0 20px;
  }
}

.l-content__header-course_bg06 {
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 1;
  width: 600px;
  height: 340px;
  background-color: rgb(68, 140, 78);
  color: #fff;
  padding: 20px;
  display: table;
}
.l-content__header-course_bg06-inner {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .l-content__header-course_bg06 {
    height: 140px;
    width: 100%;
    bottom: 0px;
    padding: 20px 20px 0 20px;
  }
}

.l-content__header-heading-en {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
  font-family: "Bellefair", YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  display: block;
  letter-spacing: 0.1em;
  color: #9f8753;
}

.l-content__header-heading-en--ccourse {
  color: #fff !important;
  font-size: 18px;
  line-height: 1.6;
  font-family: "Bellefair", YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .l-content__header-heading-en--ccourse {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.l-content__header-heading-en--bottom-sp {
  display: none;
}
@media (max-width: 767px) {
  .l-content__header-heading-en--bottom-sp {
    display: block;
    overflow: hidden;
    padding-bottom: 60px;
  }
  .l-content__header-heading-en--bottom-sp p {
    color: rgba(255, 255, 255, 0.1568627451);
    font-size: 65px;
    letter-spacing: -0.05em;
    padding-left: 15px;
    font-family: "Bellefair", YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    white-space: nowrap;
    position: absolute;
    bottom: -20px;
  }
}

.l-content__header-heading-en--bottom {
  font-size: 4.8vw;
  letter-spacing: -0.08em;
  padding-top: 1%;
  font-family: "Bellefair", YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: rgba(135, 135, 135, 0.4392156863) !important;
  display: flex;
  align-items: center;
  justify-content: right;
  position: relative;
  background: #fff;
  height: 70px;
}
.l-content__header-heading-en--bottom span {
  background: #fff;
  position: absolute;
  right: 0;
  padding-left: 2%;
  padding-right: 2%;
  margin-right: 25px;
}
.l-content__header-heading-en--bottom:before {
  border-top: 1px solid;
  content: "";
  width: 100%;
  position: absolute;
}
@media (max-width: 767px) {
  .l-content__header-heading-en--bottom {
    display: none;
  }
}

.l-content__header-heading-jp {
  font-size: 34px;
  font-weight: 500;
  line-height: 1.2;
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  display: block;
  letter-spacing: -0.02em;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .l-content__header-heading-jp {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px;
  }
}

.l-content__header-year {
  margin-bottom: 40px;
}
.l-content__header-year span {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  border: 1px solid #fff;
  padding: 5px 10px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .l-content__header-year span {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .l-content__header-year {
    margin-bottom: 20px;
  }
}

.l-content__header-text {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #fff;
}
@media (max-width: 767px) {
  .l-content__header-text {
    font-size: 12px;
  }
}

.l-content__header-bg {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(to right, #faf7f2 0%, #f2ecdf 100%);
}

@media (max-width: 1023px) {
  .l-content__header-bg {
    position: relative;
    height: 20px;
  }
}
@media (max-width: 767px) {
  .l-content__header-bg {
    height: 10px;
  }
}
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
footer
------------------------------------------------------------*/
.l-footer-menu {
  background: #404040;
  color: #fff;
  position: fixed;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 98%;
  z-index: 5000;
  padding: 10px 0;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.l-footer-menu.is-visible {
  opacity: 1;
  visibility: visible;
}
.l-footer-menu a {
  color: #fff;
}
.l-footer-menu li {
  width: 25%;
  height: 60px;
  text-align: center;
  border-right: 1px solid #fff;
}
.l-footer-menu li:last-child {
  border-right: none;
}
.l-footer-menu li:nth-child(1) p {
  margin-top: 6px;
  background-image: url(../img/top/icon_book-open.svg);
  background-size: 30px;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 35px;
}
.l-footer-menu li:nth-child(2) p {
  margin-top: 2px;
  background-image: url(../img/top/icon_school.svg);
  background-size: 33px;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 35px;
}
.l-footer-menu li:nth-child(3) p {
  margin-top: 6px;
  background-image: url(../img/top/icon_comment-lines.svg);
  background-size: 28px;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 35px;
}
.l-footer-menu li:nth-child(4) p {
  margin-top: 6px;
  background-image: url(../img/top/icon_star-shooting.svg);
  background-size: 28px;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 35px;
}

.l-footer {
  border-top: none !important;
  background: #fff;
}

.l-footer__inner {
  position: relative;
}

.l-footer__top {
  position: relative;
  padding: 70px 0 60px;
}

@media (max-width: 1023px) {
  .l-footer__top {
    padding: 50px 0 50px;
  }
}
@media (max-width: 767px) {
  .l-footer__top {
    padding: 40px 0 20px;
  }
}
.l-footer__logo {
  width: 400px;
  margin-bottom: 20px;
}
.l-footer__logo img {
  width: 100%;
}

@media (max-width: 1023px) {
  .l-footer__logo {
    width: 52.0833333333vw;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .l-footer__logo {
    width: 84vw;
    margin-bottom: 15px;
  }
}
.l-footer__logo-sub {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 10px;
}

.l-footer__address {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 15px;
  letter-spacing: 0.03em;
}

@media (max-width: 767px) {
  .l-footer__address {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
}
.l-footer__contact {
  display: flex;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .l-footer__contact {
    display: block;
    margin-bottom: 30px;
  }
}
.l-footer__contact-item {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  color: #404040;
}
.l-footer__contact-item span {
  color: #404040;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  padding-right: 8px;
}
.l-footer__contact-item span::before {
  color: #9f8753;
}
.l-footer__contact-item a {
  color: #404040;
}

.l-footer__contact-item--tel {
  margin-right: 22px;
  padding-left: 28px;
  background-image: url(../img/top/icon_phone.svg);
  background-size: 22px;
  background-position: left center;
  background-repeat: no-repeat;
}

.l-footer__contact-item--mail {
  margin-right: 22px;
  padding-left: 30px;
  background-image: url(../img/top/icon_envelope.svg);
  background-size: 22px;
  background-position: left center;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .l-footer__contact-item {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .l-footer__contact-item span {
    font-size: 12px;
    font-size: 1.2rem;
    padding-right: 5px;
  }
  .l-footer__contact-item span::before {
    width: 22px;
    display: inline-block;
    text-align: center;
  }
  .l-footer__contact-item--tel {
    margin-right: 0;
    margin-bottom: 10px;
    background-size: 20px;
  }
}
@media (max-width: 1023px) {
  .l-footer__policy {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .l-footer__policy {
    display: block;
    margin-bottom: 30px;
  }
}
.l-footer__policy-item {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
.l-footer__policy-item a {
  color: #808080;
}
.l-footer__policy-item a:hover {
  color: #404040;
}

.l-footer__policy-item--privacy .c-icon-arrow-right,
.l-footer__policy-item--socialmedia .c-icon-arrow-right {
  font-size: 10px;
  font-size: 1rem;
  display: inline-block;
  margin-right: 0.5rem;
  transform: scale(0.7) translateY(-10%);
}

.l-footer__policy-item + .l-footer__policy-item {
  margin-left: 1em;
}

@media (max-width: 767px) {
  .l-footer__policy-item {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .l-footer__policy-item--privacy .c-icon-arrow-right {
    font-size: 8px;
    font-size: 0.8rem;
  }
  .l-footer__policy-item + .l-footer__policy-item {
    margin-left: 0;
    margin-top: 1em;
  }
}
.l-footer__nav {
  position: absolute;
  top: 40px;
  right: 50px;
}

@media (max-width: 1023px) {
  .l-footer__nav {
    position: static;
  }
}
.l-footer__nav-list {
  display: flex;
}

.l-footer__nav-item {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
}
.l-footer__nav-item::after {
  padding: 0 15px;
  content: "/";
  color: #999;
}
.l-footer__nav-item:last-child::after {
  display: none;
}
.l-footer__nav-item a {
  color: #404040;
}

@media (max-width: 1023px) {
  .l-footer__nav-item {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .l-footer__nav-item {
    font-size: 10px;
    font-size: 1rem;
    margin-bottom: 40px;
  }
  .l-footer__nav-item::after {
    padding: 0 2.6666666667vw;
    content: "/";
  }
}
@media (max-width: 320px) {
  .l-footer__nav-item::after {
    padding: 0 1.6vw;
  }
}
.l-footer__sns-list {
  position: absolute;
  right: 50px;
  bottom: 0;
  display: flex;
}

@media (max-width: 1023px) {
  .l-footer__sns-list {
    position: static;
  }
}
.l-footer__sns-item {
  margin-right: 20px;
}
.l-footer__sns-item:last-child {
  margin-right: 0;
}
.l-footer__sns-item a {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 38px;
  display: block;
  width: 38px;
  height: 38px;
  text-align: center;
  color: #404040;
  border: 1px solid #e0e0e0;
  border-radius: 100%;
}

@media (max-width: 767px) {
  .l-footer__sns-item {
    margin-right: 15px;
  }
  .l-footer__sns-item a {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 32px;
    width: 32px;
    height: 32px;
  }
}
.l-footer__pagetop {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 50px;
  top: 20px;
}
.l-footer__pagetop a {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 60px;
  border: 1px solid #ccc !important;
  border-radius: 100%;
  background-color: #fff !important;
  text-align: center;
  color: #555 !important;
}

@media (max-width: 1023px) {
  .l-footer__pagetop {
    top: -80px;
    right: 40px;
  }
}
@media (max-width: 767px) {
  .l-footer__pagetop {
    width: 40px;
    height: 40px;
    right: 10px;
    top: -60px;
  }
  .l-footer__pagetop a {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 40px;
  }
}
.l-footer__bottom {
  padding: 10px;
  background-color: #fff !important;
}
@media (max-width: 767px) {
  .l-footer__bottom {
    background-color: #0d357f !important;
    text-align: center;
  }
}

.l-footer__copyright {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 30px;
  text-align: right;
  letter-spacing: 0.06em;
  color: #404040 !important;
}
@media (max-width: 767px) {
  .l-footer__copyright {
    color: #fff !important;
    font-size: 8px;
  }
}

@media (max-width: 1023px) {
  .l-footer__copyright {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .l-footer__copyright {
    font-size: 10px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 16px;
    padding: 7px 0;
    margin: 0 -30px;
  }
}
/*
@media (max-width: 767px) {
  .l-wrapper {
    padding-bottom: calc(24vw - 1px);
  }
}
*/
.sp_footer_btns {
  display: none;
  transition: all 0.8s;
}

@media (max-width: 767px) {
  .sp_footer_btns {
    background: #c1ab7d;
    padding: 2vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10000;
    transition: all 0.8s;
  }
  .sp_footer_btns .btn_line {
    width: 65%;
  }
  .sp_footer_btns .btn_shiryo {
    width: calc(35% - 1vw);
    box-sizing: border-box;
  }
  .sp_footer_btns a {
    display: block;
    width: 100%;
    font-size: 4vw;
    line-height: 4vw;
    text-align: center;
    color: #fff;
    font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    background: #9f8753;
    background: linear-gradient(to bottom, #836c3b 0%, #9f8753 100%);
    /*filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#836c3b', endColorstr='#9f8753', GradientType=0);*/
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 7vw 0;
    box-shadow: -2px -2px 0 0 rgba(0, 0, 0, 0.2) inset;
  }
  .sp_footer_btns a img {
    height: 6vw;
    width: auto;
    margin-right: 1.5vw;
  }
}
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
main
------------------------------------------------------------*/
body {
  background-color: #fff;
  font-family: "Noto Sans JP";
}

.l-wrapper {
  width: 100%;
  position: relative;
}

.is-lower .l-wrapper {
  padding-top: 70px;
}

.lh {
  line-height: 1.5rem;
}
.lh h3 {
  font-size: 15px;
  margin-bottom: 5px;
  line-height: 1.8rem;
}
.lh img {
  margin-bottom: 5px;
}
.lh a {
  color: #333;
}

.mb10 {
  margin-bottom: 10px;
}

.pd20 {
  padding: 20px;
}

@media (max-width: 1023px) {
  .l-wrapper,
  .is-lower .l-wrapper {
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  .l-wrapper,
  .is-lower .l-wrapper {
    padding-top: 0px !important;
  }
}
.full_width {
  width: 100%;
  max-width: 1700px;
  padding: 0 50px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.wide_width {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.content_width {
  width: 1070px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.narrow_width {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

@media screen and (max-width: 1300px) {
  .wide_width {
    width: 100%;
    padding: 0 50px;
  }
}
@media screen and (max-width: 1070px) {
  .wide_width {
    width: 100%;
    padding: 0 0;
  }
}
@media screen and (max-width: 1070px) {
  .full_width {
    padding: 0 20px;
  }
  .content_width {
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  .full_width {
    padding: 0;
  }
  .narrow_width {
    width: 100%;
  }
}
.flex_container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

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

.flex_event {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.flex_event .col_2_e {
  width: 50%;
  box-sizing: border-box;
}

.flex_container .item {
  flex-basis: auto;
}
.flex_container .item.item_center {
  margin-right: auto;
  margin-left: auto;
}
.flex_container.align_bottom {
  align-items: flex-end;
}
.flex_container.align_center {
  align-items: center;
}
.flex_container .item_1_1,
.flex_container .col_1_1 {
  width: 100%;
}
.flex_container .item_2_1,
.flex_container .col_2_1 {
  width: 48.5981308411%;
  margin-right: 2.8037383178%;
}
.flex_container .item_3_1,
.flex_container .col_3_1 {
  width: 31.4641744548%;
  margin-right: 2.8037383178%;
}
.flex_container .item_3_2,
.flex_container .col_3_2 {
  width: 31.4641744548%;
  margin-right: 2.8037383178%;
}
.flex_container .item_4_1,
.flex_container .col_4_1 {
  width: 23.5981308411%;
  margin-right: 1.8691588785%;
}
.flex_container .col_4 {
  width: 23%;
  margin-right: 1.8691588785%;
  text-align: center;
}
.flex_container .item_5_1,
.flex_container .col_5_1 {
  width: 18.8785046729%;
  margin-right: 1.4018691589%;
}
.flex_container .item_6_1,
.flex_container .col_6_1 {
  width: 15.8878504673%;
  margin-right: 0.9345794393%;
}
.flex_container .col_3_1 + .col_3_2,
.flex_container .col_3_2 + .col_3_1,
.flex_container .col_2_1:nth-child(2n),
.flex_container .col_3_1:nth-child(3n),
.flex_container .col_3_2:nth-child(3n),
.flex_container .col_4_1:nth-child(4n),
.flex_container .col_5_1:nth-child(5n),
.flex_container .col_6_1:nth-child(6n),
.flex_container .item_3_1 + .item_3_2,
.flex_container .item_3_2 + .item_3_1,
.flex_container .item_2_1:nth-child(2n),
.flex_container .item_3_1:nth-child(3n),
.flex_container .item_4_1:nth-child(4n),
.flex_container .item_5_1:nth-child(5n),
.flex_container .item_6_1:nth-child(6n) {
  margin-right: 0;
}

@media screen and (max-width: 1023px) {
  .flex_container .col_4_1,
  .flex_container .item_4_1 {
    width: 31.4641744548%;
    margin-right: 2.8037383178%;
  }
  .flex_container .col_4_1:nth-child(4n),
  .flex_container .item_4_1:nth-child(4n) {
    width: 31.4641744548%;
    margin-right: 2.8037383178%;
  }
  .flex_container .col_5_1,
  .flex_container .item_5_1 {
    width: 23.5981308411%;
    margin-right: 1.8691588785%;
  }
  .flex_container .col_5_1:nth-child(5n),
  .flex_container .item_5_1:nth-child(5n) {
    width: 23.5981308411%;
    margin-right: 1.8691588785%;
  }
  .flex_container .col_4_1:nth-child(3n),
  .flex_container .col_5_1:nth-child(4n),
  .flex_container .item_4_1:nth-child(3n),
  .flex_container .item_5_1:nth-child(4n) {
    margin-right: 0;
  }
  .flex_container .col_6_1,
  .flex_container .item_6_1 {
    width: 31.4641744548%;
    margin-right: 2.8037383178%;
  }
  .flex_container .col_6_1:nth-child(6n),
  .flex_container .item_6_1:nth-child(6n) {
    width: 31.4641744548%;
    margin-right: 2.8037383178%;
  }
  .flex_container .col_6_1:nth-child(3n),
  .flex_container .item_6_1:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .flex_event {
    flex-direction: column-reverse;
  }
  .flex_event .col_2_e {
    width: 100%;
    display: block;
  }
  .bg_event > div {
    top: 0;
    transform: none !important;
    padding-bottom: 10px;
  }
  .flex_container .col_2_1,
  .flex_container .col_3_1,
  .flex_container .item_2_1,
  .flex_container .item_3_1,
  .flex_container .item_3_2 {
    width: 100%;
    margin-right: 0;
  }
  .flex_container .col_2_1 .col_2_1,
  .flex_container .col_3_1 .col_2_1 {
    width: 48.5981308411%;
    margin-right: 2.8037383178%;
  }
  .flex_container .col_3_2,
  .flex_container .col_4_1 {
    width: 48.5981308411%;
    margin-right: 2.8037383178%;
  }
  .flex_container .col_3_2:nth-child(3n), .flex_container .col_3_2:nth-child(4n),
  .flex_container .col_4_1:nth-child(3n),
  .flex_container .col_4_1:nth-child(4n) {
    width: 48.5981308411%;
    margin-right: 2.8037383178%;
  }
  .flex_container .col_5_1 {
    width: 48.5981308411%;
    margin-right: 2.8037383178%;
  }
  .flex_container .col_5_1:nth-child(4n), .flex_container .col_5_1:nth-child(5n) {
    width: 48.5981308411%;
    margin-right: 2.8037383178%;
  }
  .flex_container .item_4_1 {
    width: 48.5981308411%;
    margin-right: 2.8037383178%;
  }
  .flex_container .item_4_1:nth-child(3n), .flex_container .item_4_1:nth-child(4n) {
    width: 48.5981308411%;
    margin-right: 2.8037383178%;
  }
  .flex_container .item_5_1 {
    width: 48.5981308411%;
    margin-right: 2.8037383178%;
  }
  .flex_container .item_5_1:nth-child(4n), .flex_container .item_5_1:nth-child(5n) {
    width: 48.5981308411%;
    margin-right: 2.8037383178%;
  }
  .flex_container .col_2_1 .col_2_1:nth-child(2n),
  .flex_container .col_3_1 .col_2_1:nth-child(2n),
  .flex_container .col_3_2:nth-child(2n),
  .flex_container .col_4_1:nth-child(2n),
  .flex_container .col_5_1:nth-child(2n),
  .flex_container .item_4_1:nth-child(2n),
  .flex_container .item_5_1:nth-child(2n) {
    margin-right: 0;
  }
  .flex_container .sp_2_1 {
    width: 48.5981308411%;
    margin-right: 2.8037383178%;
  }
  .flex_container .sp_2_1:nth-child(3n) {
    width: 48.5981308411%;
    margin-right: 2.8037383178%;
  }
  .flex_container .sp_2_1:nth-child(2n) {
    margin-right: 0;
  }
  .flex_container .sp_1_1 {
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.l-row {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin-right: -15px;
  margin-left: -15px;
}
.l-row.l-gutter-0 {
  margin-right: 0;
  margin-left: 0;
}
.l-row.l-gutter-10 {
  margin-right: -5px;
  margin-left: -5px;
}
.l-row.l-gutter-20 {
  margin-right: -10px;
  margin-left: -10px;
}
.l-row.l-gutter-30 {
  margin-right: -15px;
  margin-left: -15px;
}
.l-row.l-gutter-40 {
  margin-right: -20px;
  margin-left: -20px;
}
.l-row.l-gutter-50 {
  margin-right: -25px;
  margin-left: -25px;
}
.l-row.l-gutter-60 {
  margin-right: -30px;
  margin-left: -30px;
}
.l-row.l-gutter-70 {
  margin-right: -35px;
  margin-left: -35px;
}
.l-row.l-gutter-80 {
  margin-right: -40px;
  margin-left: -40px;
}
.l-row.l-gutter-90 {
  margin-right: -45px;
  margin-left: -45px;
}
.l-row.l-gutter-100 {
  margin-right: -50px;
  margin-left: -50px;
}

.l-gutter-0 > [class^=l-col-],
.l-gutter-0 > [class*=l-col-] {
  padding-right: 0;
  padding-left: 0;
}

.l-gutter-10 > [class^=l-col-],
.l-gutter-10 > [class*=l-col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.l-gutter-20 > [class^=l-col-],
.l-gutter-20 > [class*=l-col-] {
  padding-right: 10px;
  padding-left: 10px;
}

.l-gutter-30 > [class^=l-col-],
.l-gutter-30 > [class*=l-col-] {
  padding-right: 15px;
  padding-left: 15px;
}

.l-gutter-40 > [class^=l-col-],
.l-gutter-40 > [class*=l-col-] {
  padding-right: 20px;
  padding-left: 20px;
}

.l-gutter-50 > [class^=l-col-],
.l-gutter-50 > [class*=l-col-] {
  padding-right: 25px;
  padding-left: 25px;
}

.l-gutter-60 > [class^=l-col-],
.l-gutter-60 > [class*=l-col-] {
  padding-right: 30px;
  padding-left: 30px;
}

.l-gutter-70 > [class^=l-col-],
.l-gutter-70 > [class*=l-col-] {
  padding-right: 35px;
  padding-left: 35px;
}

.l-gutter-80 > [class^=l-col-],
.l-gutter-80 > [class*=l-col-] {
  padding-right: 40px;
  padding-left: 40px;
}

.l-gutter-90 > [class^=l-col-],
.l-gutter-90 > [class*=l-col-] {
  padding-right: 45px;
  padding-left: 45px;
}

.l-gutter-100 > [class^=l-col-],
.l-gutter-100 > [class*=l-col-] {
  padding-right: 50px;
  padding-left: 50px;
}

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

.l-col.is-reverse {
  flex-direction: column-reverse;
}

.l-col-xs,
.l-col-xs-1,
.l-col-xs-2,
.l-col-xs-2_5,
.l-col-xs-3,
.l-col-xs-4,
.l-col-xs-5,
.l-col-xs-6,
.l-col-xs-7,
.l-col-xs-8,
.l-col-xs-9,
.l-col-xs-10,
.l-col-xs-11,
.l-col-xs-12 {
  flex: 0 0 auto;
  box-sizing: border-box;
  padding-right: 15px;
  padding-left: 15px;
}

.l-col-xs {
  -webkit-box-flex: 1;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.l-col-xs-1 {
  flex-basis: 8.333%;
  max-width: 8.333%;
}

.l-col-xs-2 {
  flex-basis: 16.667%;
  max-width: 16.667%;
}

.l-col-xs-2_5 {
  flex-basis: 20%;
  max-width: 20%;
}

.l-col-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.l-col-xs-4 {
  flex-basis: 33.333%;
  max-width: 33.333%;
}

.l-col-xs-5 {
  flex-basis: 41.667%;
  max-width: 41.667%;
}

.l-col-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.l-col-xs-7 {
  flex-basis: 58.333%;
  max-width: 58.333%;
}

.l-col-xs-8 {
  flex-basis: 66.667%;
  max-width: 66.667%;
}

.l-col-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.l-col-xs-10 {
  flex-basis: 83.333%;
  max-width: 83.333%;
}

.l-col-xs-11 {
  flex-basis: 91.667%;
  max-width: 91.667%;
}

.l-col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.l-col-xs-offset-1 {
  margin-left: 8.333%;
}

.l-col-xs-offset-2 {
  margin-left: 16.667%;
}

.l-col-xs-offset-2_5 {
  margin-left: 20%;
}

.l-col-xs-offset-3 {
  margin-left: 25%;
}

.l-col-xs-offset-4 {
  margin-left: 33.333%;
}

.l-col-xs-offset-5 {
  margin-left: 41.667%;
}

.l-col-xs-offset-6 {
  margin-left: 50%;
}

.l-col-xs-offset-7 {
  margin-left: 58.333%;
}

.l-col-xs-offset-8 {
  margin-left: 66.667%;
}

.l-col-xs-offset-9 {
  margin-left: 75%;
}

.l-col-xs-offset-10 {
  margin-left: 83.333%;
}

.l-col-xs-offset-11 {
  margin-left: 91.667%;
}

.l-start-xs {
  justify-content: flex-start;
  text-align: start;
}

.l-center-xs {
  justify-content: center;
  text-align: center;
}

.l-end-xs {
  justify-content: flex-end;
  text-align: end;
}

.l-top-xs {
  align-items: flex-start;
  -ms-flex-align: start;
}

.l-middle-xs {
  align-items: center;
  -ms-flex-align: center;
}

.l-bottom-xs {
  align-items: flex-end;
  -ms-flex-align: end;
}

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

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

.l-first-xs {
  order: -1;
}

.l-last-xs {
  order: 1;
}

@media (min-width: 768px) {
  .l-col-sm,
  .l-col-sm-1,
  .l-col-sm-2,
  .l-col-sm-2_5,
  .l-col-sm-3,
  .l-col-sm-4,
  .l-col-sm-5,
  .l-col-sm-6,
  .l-col-sm-7,
  .l-col-sm-8,
  .l-col-sm-9,
  .l-col-sm-10,
  .l-col-sm-11,
  .l-col-sm-12 {
    flex: 0 0 auto;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
  }
  .l-col-sm {
    -webkit-box-flex: 1;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .l-col-sm-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .l-col-sm-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .l-col-sm-2_5 {
    flex-basis: 20%;
    max-width: 20%;
  }
  .l-col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .l-col-sm-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .l-col-sm-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .l-col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .l-col-sm-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .l-col-sm-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .l-col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .l-col-sm-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .l-col-sm-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .l-col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .l-col-sm-offset-1 {
    margin-left: 8.333%;
  }
  .l-col-sm-offset-2 {
    margin-left: 16.667%;
  }
  .l-col-sm-offset-2_5 {
    margin-left: 20%;
  }
  .l-col-sm-offset-3 {
    margin-left: 25%;
  }
  .l-col-sm-offset-4 {
    margin-left: 33.333%;
  }
  .l-col-sm-offset-5 {
    margin-left: 41.667%;
  }
  .l-col-sm-offset-6 {
    margin-left: 50%;
  }
  .l-col-sm-offset-7 {
    margin-left: 58.333%;
  }
  .l-col-sm-offset-8 {
    margin-left: 66.667%;
  }
  .l-col-sm-offset-9 {
    margin-left: 75%;
  }
  .l-col-sm-offset-10 {
    margin-left: 83.333%;
  }
  .l-col-sm-offset-11 {
    margin-left: 91.667%;
  }
  .l-start-sm {
    justify-content: flex-start;
    text-align: start;
  }
  .l-center-sm {
    justify-content: center;
    text-align: center;
  }
  .l-end-sm {
    justify-content: flex-end;
    text-align: end;
  }
  .l-top-sm {
    align-items: flex-start;
    -ms-flex-align: start;
  }
  .l-middle-sm {
    align-items: center;
    -ms-flex-align: center;
  }
  .l-bottom-sm {
    align-items: flex-end;
    -ms-flex-align: end;
  }
  .l-around-sm {
    justify-content: space-around;
  }
  .l-between-sm {
    justify-content: space-between;
  }
  .l-first-sm {
    order: -1;
  }
  .l-last-sm {
    order: 1;
  }
}
@media (min-width: 1024px) {
  .l-col-md,
  .l-col-md-1,
  .l-col-md-2,
  .l-col-md-2_5,
  .l-col-md-3,
  .l-col-md-4,
  .l-col-md-5,
  .l-col-md-6,
  .l-col-md-7,
  .l-col-md-8,
  .l-col-md-9,
  .l-col-md-10,
  .l-col-md-11,
  .l-col-md-12 {
    flex: 0 0 auto;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
  }
  .l-col-md {
    -webkit-box-flex: 1;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .l-col-md-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .l-col-md-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .l-col-md-2_5 {
    flex-basis: 20%;
    max-width: 20%;
  }
  .l-col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .l-col-md-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .l-col-md-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .l-col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .l-col-md-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .l-col-md-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .l-col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .l-col-md-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .l-col-md-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .l-col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .l-col-md-offset-1 {
    margin-left: 8.333%;
  }
  .l-col-md-offset-2 {
    margin-left: 16.667%;
  }
  .l-col-md-offset-2_5 {
    margin-left: 20%;
  }
  .l-col-md-offset-3 {
    margin-left: 25%;
  }
  .l-col-md-offset-4 {
    margin-left: 33.333%;
  }
  .l-col-md-offset-5 {
    margin-left: 41.667%;
  }
  .l-col-md-offset-6 {
    margin-left: 50%;
  }
  .l-col-md-offset-7 {
    margin-left: 58.333%;
  }
  .l-col-md-offset-8 {
    margin-left: 66.667%;
  }
  .l-col-md-offset-9 {
    margin-left: 75%;
  }
  .l-col-md-offset-10 {
    margin-left: 83.333%;
  }
  .l-col-md-offset-11 {
    margin-left: 91.667%;
  }
  .l-start-md {
    justify-content: flex-start;
    text-align: start;
  }
  .l-center-md {
    justify-content: center;
    text-align: center;
  }
  .l-end-md {
    justify-content: flex-end;
    text-align: end;
  }
  .l-top-md {
    align-items: flex-start;
    -ms-flex-align: start;
  }
  .l-middle-md {
    align-items: center;
    -ms-flex-align: center;
  }
  .l-bottom-md {
    align-items: flex-end;
    -ms-flex-align: end;
  }
  .l-around-md {
    justify-content: space-around;
  }
  .l-between-md {
    justify-content: space-between;
  }
  .l-first-md {
    order: -1;
  }
  .l-last-md {
    order: 1;
  }
}
@media (min-width: 1441px) {
  .l-col-lg,
  .l-col-lg-1,
  .l-col-lg-2,
  .l-col-lg-2_5,
  .l-col-lg-3,
  .l-col-lg-4,
  .l-col-lg-5,
  .l-col-lg-6,
  .l-col-lg-7,
  .l-col-lg-8,
  .l-col-lg-9,
  .l-col-lg-10,
  .l-col-lg-11,
  .l-col-lg-12 {
    flex: 0 0 auto;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
  }
  .l-col-lg {
    -webkit-box-flex: 1;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .l-col-lg-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .l-col-lg-2,
  .l-col-lg-2_5 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .l-col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .l-col-lg-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .l-col-lg-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .l-col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .l-col-lg-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .l-col-lg-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .l-col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .l-col-lg-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .l-col-lg-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .l-col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .l-col-lg-offset-1 {
    margin-left: 8.333%;
  }
  .l-col-lg-offset-2 {
    margin-left: 16.667%;
  }
  .l-col-lg-offset-2_5 {
    margin-left: 20%;
  }
  .l-col-lg-offset-3 {
    margin-left: 25%;
  }
  .l-col-lg-offset-4 {
    margin-left: 33.333%;
  }
  .l-col-lg-offset-5 {
    margin-left: 41.667%;
  }
  .l-col-lg-offset-6 {
    margin-left: 50%;
  }
  .l-col-lg-offset-7 {
    margin-left: 58.333%;
  }
  .l-col-lg-offset-8 {
    margin-left: 66.667%;
  }
  .l-col-lg-offset-9 {
    margin-left: 75%;
  }
  .l-col-lg-offset-10 {
    margin-left: 83.333%;
  }
  .l-col-lg-offset-11 {
    margin-left: 91.667%;
  }
  .l-start-lg {
    justify-content: flex-start;
    text-align: start;
  }
  .l-center-lg {
    justify-content: center;
    text-align: center;
  }
  .l-end-lg {
    justify-content: flex-end;
    text-align: end;
  }
  .l-top-lg {
    align-items: flex-start;
    -ms-flex-align: start;
  }
  .l-middle-lg {
    align-items: center;
    -ms-flex-align: center;
  }
  .l-bottom-lg {
    align-items: flex-end;
    -ms-flex-align: end;
  }
  .l-around-lg {
    justify-content: space-around;
  }
  .l-between-lg {
    justify-content: space-between;
  }
  .l-first-lg {
    order: -1;
  }
  .l-last-lg {
    order: 1;
  }
}
@media (min-width: 1921px) {
  .l-col-xlg,
  .l-col-xlg-1,
  .l-col-xlg-2,
  .l-col-xlg-2_5,
  .l-col-xlg-3,
  .l-col-xlg-4,
  .l-col-xlg-5,
  .l-col-xlg-6,
  .l-col-xlg-7,
  .l-col-xlg-8,
  .l-col-xlg-9,
  .l-col-xlg-10,
  .l-col-xlg-11,
  .l-col-xlg-12 {
    flex: 0 0 auto;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
  }
  .l-col-xlg {
    -webkit-box-flex: 1;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .l-col-xlg-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .l-col-xlg-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .l-col-xlg-2_5 {
    flex-basis: 20%;
    max-width: 20%;
  }
  .l-col-xlg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .l-col-xlg-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .l-col-xlg-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .l-col-xlg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .l-col-xlg-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .l-col-xlg-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .l-col-xlg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .l-col-xlg-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .l-col-xlg-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .l-col-xlg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .l-col-xlg-offset-1 {
    margin-left: 8.333%;
  }
  .l-col-xlg-offset-2 {
    margin-left: 16.667%;
  }
  .l-col-xlg-offset-3 {
    margin-left: 25%;
  }
  .l-col-xlg-offset-4 {
    margin-left: 33.333%;
  }
  .l-col-xlg-offset-5 {
    margin-left: 41.667%;
  }
  .l-col-xlg-offset-6 {
    margin-left: 50%;
  }
  .l-col-xlg-offset-7 {
    margin-left: 58.333%;
  }
  .l-col-xlg-offset-8 {
    margin-left: 66.667%;
  }
  .l-col-xlg-offset-9 {
    margin-left: 75%;
  }
  .l-col-xlg-offset-10 {
    margin-left: 83.333%;
  }
  .l-col-xlg-offset-11 {
    margin-left: 91.667%;
  }
  .l-start-xlg {
    justify-content: flex-start;
    text-align: start;
  }
  .l-center-xlg {
    justify-content: center;
    text-align: center;
  }
  .l-end-xlg {
    justify-content: flex-end;
    text-align: end;
  }
  .l-top-xlg {
    align-items: flex-start;
    -ms-flex-align: start;
  }
  .l-middle-xlg {
    align-items: center;
    -ms-flex-align: center;
  }
  .l-bottom-xlg {
    align-items: flex-end;
    -ms-flex-align: end;
  }
  .l-around-xlg {
    justify-content: space-around;
  }
  .l-between-xlg {
    justify-content: space-between;
  }
  .l-first-xlg {
    order: -1;
  }
  .l-last-xlg {
    order: 1;
  }
}
.l-grid {
  display: grid;
  align-content: var(--ac-xs, center);
  align-items: var(--ai-xs, stretch);
  justify-content: var(--jc-xs, space-evenly);
  grid-gap: var(--gap-xs, 2rem);
  grid-auto-flow: var(--flow-xs, row);
  grid-auto-columns: var(--auto-cols-xs, auto);
  grid-auto-rows: var(--auto-rows-xs, auto);
  grid-template-columns: var(--template-cols-xs, repeat(var(--cols-xs, 1), var(--cols-size-xs, 1fr)));
  grid-template-rows: var(--template-rows-xs, none);
  justify-items: var(--ji-xs, stretch);
}
.l-grid.is-inline {
  display: inline-grid;
}
.l-grid > * {
  align-self: var(--as-xs, auto);
  min-width: 0px;
  max-width: 100%;
  min-height: 0px;
  grid-column: var(--col-xs, auto);
  grid-row: var(--row-xs, auto);
  justify-self: var(--js-xs, auto);
}

@media (min-width: 640px) {
  .l-grid {
    align-content: var(--ac-sm, center);
    align-items: var(--ai-sm, stretch);
    justify-content: var(--jc-sm, space-evenly);
    grid-gap: var(--gap-sm, 2rem);
    grid-auto-flow: var(--flow-sm, row);
    grid-auto-columns: var(--auto-cols-sm, auto);
    grid-auto-rows: var(--auto-rows-sm, auto);
    grid-template-columns: var(--template-cols-sm, repeat(var(--cols-sm, 2), var(--cols-size-sm, 1fr)));
    grid-template-rows: var(--template-rows-sm, none);
    justify-items: var(--ji-sm, stretch);
  }
}
@media (min-width: 860px) {
  .l-grid {
    align-content: var(--ac-md, center);
    align-items: var(--ai-md, stretch);
    justify-content: var(--jc-md, space-evenly);
    grid-gap: var(--gap-md, 2rem);
    grid-auto-flow: var(--flow-md, row);
    grid-auto-columns: var(--auto-cols-md, auto);
    grid-auto-rows: var(--auto-rows-md, auto);
    grid-template-columns: var(--template-cols-md, repeat(var(--cols-md, 2), var(--cols-size-md, 1fr)));
    grid-template-rows: var(--template-rows-md, none);
    justify-items: var(--ji-md, stretch);
  }
}
@media (min-width: 1080px) {
  .l-grid {
    align-content: var(--ac-lg, center);
    align-items: var(--ai-lg, stretch);
    justify-content: var(--jc-lg, space-evenly);
    grid-gap: var(--gap-lg, 2rem);
    grid-auto-flow: var(--flow-lg, row);
    grid-auto-columns: var(--auto-cols-lg, auto);
    grid-auto-rows: var(--auto-rows-lg, auto);
    grid-template-columns: var(--template-cols-lg, repeat(var(--cols-lg, 4), var(--cols-size-lg, 1fr)));
    grid-template-rows: var(--template-rows-lg, none);
    justify-items: var(--ji-lg, stretch);
  }
}
@media (min-width: 1300px) {
  .l-grid {
    align-content: var(--ac-xl, center);
    align-items: var(--ai-xl, stretch);
    justify-content: var(--jc-xl, space-evenly);
    grid-gap: var(--gap-xl, 2rem);
    grid-auto-flow: var(--flow-xl, row);
    grid-auto-columns: var(--auto-cols-xl, auto);
    grid-auto-rows: var(--auto-rows-xl, auto);
    grid-template-columns: var(--template-cols-xl, repeat(var(--cols-xl, 4), var(--cols-size-xl, 1fr)));
    grid-template-rows: var(--template-rows-xl, none);
    justify-items: var(--ji-xl, stretch);
  }
}
@media (min-width: 640px) {
  .l-grid > * {
    align-self: var(--as-sm, auto);
    grid-column: var(--col-sm, auto);
    grid-row: var(--row-sm, auto);
    justify-self: var(--js-sm, auto);
  }
}
@media (min-width: 860px) {
  .l-grid > * {
    align-self: var(--as-md, auto);
    grid-column: var(--col-md, auto);
    grid-row: var(--row-md, auto);
    justify-self: var(--js-md, auto);
  }
}
@media (min-width: 1080px) {
  .l-grid > * {
    align-self: var(--as-lg, auto);
    grid-column: var(--col-lg, auto);
    grid-row: var(--row-lg, auto);
    justify-self: var(--js-lg, auto);
  }
}
@media (min-width: 1300px) {
  .l-grid > * {
    align-self: var(--as-xl, auto);
    grid-column: var(--col-xl, auto);
    grid-row: var(--row-xl, auto);
    justify-self: var(--js-xl, auto);
  }
}
.l-main {
  width: 100%;
  overflow: hidden;
}

.l-content {
  position: relative;
}

.l-content__body {
  position: relative;
  margin-top: 70px;
}

@media (max-width: 1023px) {
  .l-content__body {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .l-content__body {
    margin-top: 30px;
  }
}
.l-content__lead {
  position: relative;
  padding: 0 0 60px;
  text-align: center;
}

@media (max-width: 1023px) {
  .l-content__lead {
    padding: 0 0 50px;
  }
}
@media (max-width: 767px) {
  .l-content__lead {
    padding: 0 0 30px;
  }
}
.l-content__lead-heading {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.6;
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 30px;
}

@media (max-width: 1023px) {
  .l-content__lead-heading {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 25px;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .l-content__lead-heading {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.l-content__lead-heading-2 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 30px;
}

@media (max-width: 1023px) {
  .l-content__lead-heading-2 {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 25px;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .l-content__lead-heading-2 {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
@media (max-width: 1023px) {
  .l-content__lead-text {
    text-align: left;
  }
}
.l-container,
.menu-dropdown__inner,
.l-footer__inner,
.l-content__lead-inner,
.c-section__inner,
.c-breadcrumbs__inner,
.c-tab__inner,
.c-about-nav__inner,
.p-top-button__inner,
.p-top-lead__inner,
.p-top-information__inner,
.p-top-feature__inner,
.p-top-courses__inner,
.p-top-about__inner,
.p-top-entry__inner,
.p-top-open-campus__inner,
.p-courses__body-inner,
.p-courses-world__section-inner,
.p-courses-super__section-inner,
.p-bus__link-inner {
  max-width: 1480px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  position: relative;
  z-index: 5;
}

.l-container--lg,
.l-content__lead-inner--lg,
.c-section__inner--lg,
.c-breadcrumbs__inner,
.c-about-nav__inner,
.p-top-lead__inner,
.p-top-feature__inner,
.p-top-courses__inner,
.p-top-about__inner,
.p-courses__body-inner {
  max-width: 1600px;
}

.l-container--md,
.c-section__inner--md,
.p-top-button__inner {
  max-width: 1060px;
}

.l-container--sm,
.c-section__inner--sm {
  max-width: 800px;
  padding: 0;
}

.l-container--pd0 {
  max-width: 1180px;
  padding-right: 0;
  padding-left: 0;
}

@media (max-width: 1023px) {
  .l-container,
  .menu-dropdown__inner,
  .l-footer__inner,
  .l-content__lead-inner,
  .c-section__inner,
  .c-breadcrumbs__inner,
  .c-tab__inner,
  .c-about-nav__inner,
  .p-top-button__inner,
  .p-top-lead__inner,
  .p-top-information__inner,
  .p-top-feature__inner,
  .p-top-courses__inner,
  .p-top-about__inner,
  .p-top-entry__inner,
  .p-top-open-campus__inner,
  .p-courses__body-inner,
  .p-courses-world__section-inner,
  .p-courses-super__section-inner,
  .p-bus__link-inner {
    padding-right: 7.8125vw;
    padding-left: 7.8125vw;
  }
  .l-container--pd0 {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .l-container,
  .menu-dropdown__inner,
  .l-footer__inner,
  .l-content__lead-inner,
  .c-section__inner,
  .c-breadcrumbs__inner,
  .c-tab__inner,
  .c-about-nav__inner,
  .p-top-button__inner,
  .p-top-lead__inner,
  .p-top-information__inner,
  .p-top-feature__inner,
  .p-top-courses__inner,
  .p-top-about__inner,
  .p-top-entry__inner,
  .p-top-open-campus__inner,
  .p-courses__body-inner,
  .p-courses-world__section-inner,
  .p-courses-super__section-inner,
  .p-bus__link-inner {
    padding-right: 8vw;
    padding-left: 8vw;
  }
  .l-container--pd0 {
    padding-right: 0;
    padding-left: 0;
  }
}
html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}

.remodal,
[data-remodal-id] {
  display: none;
}

.remodal-overlay {
  position: fixed;
  z-index: 99999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

.remodal-wrapper {
  position: fixed;
  z-index: 100000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden;
}

.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

.remodal-is-initialized {
  display: inline-block;
}

.remodal-bg.remodal-is-opening, .remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}
.remodal-overlay.remodal-is-opening, .remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}
.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}
.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}

.remodal-wrapper {
  padding: 10px 10px 0;
}

.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 35px;
  transform: translate3d(0, 0, 0);
  background: #fff;
  vertical-align: middle;
}
.remodal.remodal-is-opening, .remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}
.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}
.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

.remodal-wrapper:after {
  vertical-align: middle;
}

.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}
.remodal-close:hover, .remodal-close:focus {
  color: #2b2e38;
}
.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "×";
  text-align: center;
}

.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}
.remodal-confirm:hover, .remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}
.remodal-cancel:hover, .remodal-cancel:focus {
  background: #ef5350;
}

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

@keyframes remodal-opening-keyframes {
  from {
    transform: scale(0.95);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0);
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}
.lt-ie9 .remodal {
  width: 700px;
}

html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}

.remodal,
[data-remodal-id] {
  display: none;
}

.remodal-overlay {
  position: fixed;
  z-index: 99999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

.remodal-wrapper {
  position: fixed;
  z-index: 100000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden;
}

.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  transform: translate3d(0, 0, 0);
}

.remodal-is-initialized {
  display: inline-block;
}

.remodal-overlay {
  z-index: 80000;
}

.remodal-wrapper {
  z-index: 90000;
  padding: 0;
}

.remodal {
  max-width: 980px;
  border: solid 1px #9f8753;
  background: #fff;
  padding: 0;
}

@media (max-width: 1023px) {
  .remodal {
    max-width: 91.1458333333vw;
  }
}
@media (max-width: 767px) {
  .remodal {
    max-width: 89.3333333333vw;
  }
}
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
sidebar
------------------------------------------------------------*/
.l-sidebar {
  width: 32.15%;
}
@media screen and (max-width: 767px) {
  .l-sidebar {
    width: 100%;
  }
}

/*
------------------------------------------------------------*/
.slick-list li {
  padding: 10px !important;
}

.slick-list li img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.slick-dots li button {
  border: solid 1px #9f8753 !important;
  border-radius: 50%;
}

.slick-active button {
  border-radius: 50%;
  background-color: #9f8753 !important;
  border: solid 1px #9f8753 !important;
}

/* editor style
/*+---------------------------------*/
.wp-editor,
.wp-editor-wrap {
  font-size: 22px;
  margin: 20px 0;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .wp-editor,
  .wp-editor-wrap {
    font-size: 16px;
    margin: 20px 0;
    width: 100%;
    max-width: 100%;
  }
}
/************************************
** リンク
************************************/
.wp-editor a,
.wp-editor-wrap a {
  color: #0F3870;
  text-decoration: underline;
  display: inline;
}

/************************************
** ブロック
************************************/
.wp-editor div,
.wp-editor-wrap div {
  margin: 1em 0;
}

.wp-editor span,
.wp-editor-wrap span {
  display: inline-block;
  margin: 0.1em 0;
}

/************************************
** 見出し（H1-6）
************************************/
.wp-editor h1,
.wp-editor-wrap h1,
.wp-editor h2,
.wp-editor-wrap h2,
.wp-editor h3,
.wp-editor-wrap h3,
.wp-editor h4,
.wp-editor-wrap h4,
.wp-editor h5,
.wp-editor-wrap h5,
.wp-editor h6,
.wp-editor-wrap h6 {
  line-height: 130%;
  color: #000;
  margin-top: 35px;
  margin-bottom: 20px;
}

.wp-editor h1,
.wp-editor-wrap h1 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 3.2rem;
}

.wp-editor h2,
.wp-editor-wrap h2 {
  margin: 40px -29px 20px;
  padding: 25px 30px;
  font-size: 2.4rem;
}

.wp-editor h3,
.wp-editor-wrap h3 {
  font-size: 2.2rem;
  padding: 10px 0;
}

.wp-editor h4,
.wp-editor-wrap h4,
.wp-editor h5,
.wp-editor-wrap h5,
.wp-editor h6,
.wp-editor-wrap h6 {
  font-size: 2rem;
  padding: 8px 0;
}

.wp-editor h4,
.wp-editor-wrap h4 {
  border-bottom: 5px dashed #eee;
}

@media screen and (max-width: 767px) {
  .wp-editor h1,
  .wp-editor-wrap h1,
  .wp-editor h2,
  .wp-editor-wrap h2,
  .wp-editor h3,
  .wp-editor-wrap h3,
  .wp-editor h4,
  .wp-editor-wrap h4,
  .wp-editor h5,
  .wp-editor-wrap h5,
  .wp-editor h6,
  .wp-editor-wrap h6 {
    line-height: 130%;
    color: #000;
    margin-top: 35px;
    margin-bottom: 20px;
  }
  .wp-editor h1,
  .wp-editor-wrap h1 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 4.2666666667vw;
  }
  .wp-editor h2,
  .wp-editor-wrap h2 {
    margin: 40px -29px 20px;
    padding: 25px 30px;
    font-size: 3.2vw;
  }
  .wp-editor h3,
  .wp-editor-wrap h3 {
    font-size: 2.6666666667vw;
    padding: 10px 0;
  }
  .wp-editor h4,
  .wp-editor-wrap h4,
  .wp-editor h5,
  .wp-editor-wrap h5,
  .wp-editor h6,
  .wp-editor-wrap h6 {
    font-size: 2.1333333333vw;
    padding: 8px 0;
  }
}
/************************************
** 引用（blockquote）
************************************/
.wp-editor blockquote,
.wp-editor-wrap blockquote {
  background: none repeat scroll 0 0 rgba(245, 245, 245, 0.8);
  border: 1px solid #FFFFFF;
  margin: 1em 0;
  padding: 20px 55px;
  position: relative;
}

.wp-editor blockquote:before,
.wp-editor-wrap blockquote:before {
  color: #C8C8C8;
  content: "“";
  font-family: serif;
  font-size: 600%;
  left: 0;
  line-height: 1em;
  position: absolute;
  top: 0;
}

.wp-editor blockquote:after,
.wp-editor-wrap blockquote:after {
  bottom: 0;
  color: #C8C8C8;
  content: "”";
  font-family: serif;
  font-size: 600%;
  line-height: 0;
  position: absolute;
  right: 0;
  bottom: -16px;
}

/* Internet Explorer11のみに適用したい設定 */
@media screen and (min-width: 0\0 ) {
  *::-ms-backdrop, blockquote:before {
    left: -55px;
  }
  *::-ms-backdrop, blockquote:after {
    right: -55px;
  }
}
/************************************
** テーブル（Table）
************************************/
.wp-editor table,
.wp-editor-wrap table {
  margin: 1em 0;
  border-collapse: collapse;
}

.wp-editor th,
.wp-editor-wrap th {
  border: solid 1px #ccc;
  background-color: #eee;
}

.wp-editor td,
.wp-editor-wrap td {
  border: solid 1px #ccc;
}

.wp-editor th, .wp-editor td,
.wp-editor-wrap th, .wp-editor-wrap td {
  padding: 3px 5px;
}

.wp-editor ol,
.wp-editor ul,
.wp-editor dl,
.wp-editor-wrap ol,
.wp-editor-wrap ul,
.wp-editor-wrap dl {
  line-height: 150%;
}

.wp-editor ol,
.wp-editor ul,
.wp-editor dl,
.wp-editor-wrap ol,
.wp-editor-wrap ul,
.wp-editor-wrap dl {
  margin: 30px 0;
}

.wp-editor ol .wp-editor ol,
.wp-editor ul .wp-editor ul,
.wp-editor dl .wp-editor dl,
.wp-editor-wrap ol .wp-editor-wrap ol,
.wp-editor-wrap ul .wp-editor-wrap ul,
.wp-editor-wrap dl .wp-editor-wrap dl {
  margin: 0;
}

.wp-editor ul li,
.wp_editor-wrap ul li {
  list-style-type: disc;
  list-style-position: inside;
  line-height: 1.8;
}

.wp-editor ol li,
.wp_editor-wrap ol li {
  list-style-type: decimal;
  list-style-position: inside;
}

/************************************
** テキスト関係
************************************/
.wp-editor p,
.wp-editor-wrap p {
  font-size: 22px;
  letter-spacing: 0;
  line-height: 1.8;
  margin: 0.3em 0;
}
@media screen and (max-width: 767px) {
  .wp-editor p,
  .wp-editor-wrap p {
    font-size: 16px;
  }
}

.wp-editor strong,
.wp-editor-wrap strong {
  font-weight: bold;
}

.wp-editor em,
.wp-editor-wrap em {
  font-style: italic;
  font-weight: bold;
}

.wp-editor .undeline_green,
.wp-editor-wrap .undeline_green {
  display: inline-block;
  padding-bottom: 1px;
  border-bottom: 1px solid #0F3870;
}

.wp-editor .undeline_green a,
.wp-editor-wrap .undeline_green a {
  text-decoration: none;
}

.wp-editor .undeline_green img,
.wp-editor-wrap .undeline_green img {
  vertical-align: middle;
  padding-left: 6px;
}

/************************************
** メディア関係
************************************/
.wp-editor iframe,
.wp-editor-wrap iframe {
  max-width: 100%;
  margin: 1em 0;
}

.wp-editor img,
.wp-editor-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.wp-editor img.alignright,
.wp-editor-wrap img.alignright {
  display: block;
  margin: 0 0 0 auto !important;
}

.wp-editor img.alignleft,
.wp-editor-wrap img.alignleft {
  display: block;
  margin: 0 auto 0 0 !important;
}

.wp-editor img.aligncenter,
.wp-editor-wrap img.aligncenter {
  display: block;
  margin: 0 auto !important;
}

.wp-editor video,
.wp-editor-wrap video {
  width: 100%;
  max-width: 100%;
  margin: 1em 0;
}

.wp-editor video.wp-video-shortcode,
.wp-editor-wrap video.wp-video-shortcode {
  width: 100%;
  max-width: 100%;
  margin: 1em 0;
}

/************************************
** その他（Other）
************************************/
.wp-editor del,
.wp-editor-wrap del {
  text-decoration: line-through;
}

.wp-editor code,
.wp-editor-wrap code {
  font-family: monospace;
}

.wp-editor pre,
.wp-editor-wrap pre {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 7px;
  overflow: auto;
}

.wp-editor hr,
.wp-editor-wrap hr {
  border-color: blue;
}

/*------------------------------------------------------------
Breadcrumb
------------------------------------------------------------*/
.c-breadcrumbs--bottom {
  border-top: 1px solid #e0e0e0;
}

.c-breadcrumbs__list {
  display: flex;
  align-items: center;
  padding: 25px 0;
}

.c-breadcrumbs--top .c-breadcrumbs__list {
  justify-content: flex-end;
}

@media (max-width: 1023px) {
  .c-breadcrumbs__list {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .c-breadcrumbs__list {
    padding-bottom: 15px;
  }
}
.c-breadcrumbs__item {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
}
.c-breadcrumbs__item::after {
  font-size: 10px;
  font-size: 1rem;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  padding: 0 15px;
  content: "\f105";
}
.c-breadcrumbs__item:last-child::after {
  display: none;
}

@media (max-width: 767px) {
  .c-breadcrumbs__item {
    font-size: 9px;
    font-size: 0.9rem;
    margin-bottom: 10px;
  }
  .c-breadcrumbs__item::after {
    font-size: 9px;
    font-size: 0.9rem;
    display: inline-block;
    padding: 0 5px;
    transform: scale(0.5);
  }
}
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Button
------------------------------------------------------------*/
.c-button {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6;
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  transition: 0.6s;
  padding: 28px 5px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #fff;
  border: solid 1px #404040;
  background-color: #404040;
}

.c-button--sm {
  padding-top: 18px;
  padding-bottom: 18px;
}

.c-button--xs {
  padding-top: 8px;
  padding-bottom: 8px;
}

.c-button--arrow::before {
  font-family: "icomoon" !important;
  position: absolute;
  top: 50%;
  right: 20px;
  content: "\e902";
  transform: translate(0, -50%);
}

.c-button--orange {
  border: solid 1px #eb8824;
  background-color: #eb8824;
}

.c-button--red {
  border: solid 1px #d85757;
  background-color: #d85757;
}

.c-button--gold {
  border: solid 1px #9f8753;
  background-color: #9f8753;
}

.c-button--plus::after {
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
  position: absolute;
  top: 50%;
  right: 14px;
  content: "+";
  transform: translateY(-50%);
}

.c-button--minus::after {
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
  position: absolute;
  top: 50%;
  right: 14px;
  content: "–";
  transform: translateY(-50%);
}

.c-button a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.c-button:hover {
  color: #404040;
  border-color: #e0e0e0;
  background-color: #fff;
}
.c-button:hover--arrow::before {
  transform: translate(5px, -50%);
}

@media (max-width: 1023px) {
  .c-button {
    font-size: 13px;
    font-size: 1.3rem;
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .c-button--xs {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
@media (max-width: 767px) {
  .c-button {
    font-size: 12px;
    font-size: 1.2rem;
    max-width: 315px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .c-button--sm {
    line-height: 1.4;
    padding: 10px 10px;
  }
  .c-button--sm::before {
    right: 10px;
  }
  .c-button--xs {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.c-button-2 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 60px;
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  transition: 0.6s;
  text-align: center;
  letter-spacing: 0.05em;
  color: #404040 !important;
  border: 1px solid #e0e0e0;
  background-color: #f6f6f6;
}
.c-button-2 a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.c-button-2:hover {
  color: #404040;
  border-color: #e0e0e0;
  background-color: #fff;
}
.c-button-2:hover--arrow::before {
  transform: translate(5px, -50%);
}

.c-button-2--plus::after {
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
  position: absolute;
  top: 50%;
  right: 14px;
  content: "+";
  transform: translateY(-50%);
}

.c-button-2--no-pointer {
  cursor: default;
  pointer-events: none;
}

@media (max-width: 1023px) {
  .c-button-2 {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 50px;
  }
  .c-button-2--plus::after {
    font-size: 16px;
    font-size: 1.6rem;
    right: 10px;
  }
}
@media (max-width: 767px) {
  .c-button-2 {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 40px;
  }
  .c-button-2--plus::after {
    font-size: 14px;
    font-size: 1.4rem;
    right: 10px;
  }
}
.c-button-3 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 20px;
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  transition: 0.6s;
  text-align: center;
  letter-spacing: 0.05em;
  color: #404040;
  border: 1px solid #e0e0e0;
  background-color: #f6f6f6;
  padding: 20px 10px;
}
.c-button-3 a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.c-button-3:hover {
  color: #404040;
  border-color: #e0e0e0;
  background-color: #fff;
}
.c-button-3:hover--arrow::before {
  transform: translate(5px, -50%);
}

.c-button-3--plus::after {
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
  position: absolute;
  top: 50%;
  right: 14px;
  content: "+";
  transform: translateY(-50%);
}

@media (max-width: 1023px) {
  .c-button-3 {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 18px;
    padding: 16px 10px;
  }
  .c-button-3--plus::after {
    font-size: 16px;
    font-size: 1.6rem;
    right: 10px;
  }
}
@media (max-width: 767px) {
  .c-button-3 {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 16px;
    padding: 12px 10px;
  }
  .c-button-3--plus::after {
    font-size: 14px;
    font-size: 1.4rem;
    right: 10px;
  }
}
.c-button-4 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6;
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  position: relative;
  display: block;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  transition: 0.6s;
  padding: 28px 5px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #fff;
  border: solid 1px #a59e8e;
  background-color: #a59e8e;
}

.c-button-4--arrow::before {
  font-family: "icomoon" !important;
  position: absolute;
  top: 50%;
  left: 20px;
  content: "\e902";
  transform: translate(0, -50%) scale(-1, 1);
}

.c-button-4 a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.c-button-4:hover {
  color: #404040;
  border-color: #e0e0e0;
  background-color: #fff;
}
.c-button-4:hover--arrow::before {
  transform: translate(5px, -50%);
}

@media (max-width: 1023px) {
  .c-button-4 {
    font-size: 13px;
    font-size: 1.3rem;
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .c-button-4 {
    font-size: 12px;
    font-size: 1.2rem;
    max-width: 315px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
.c-button-5 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.24;
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  transition: 0.6s;
  padding: 28px 5px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #9f8753;
  border: solid 1px #9f8753;
  background-color: #fff;
}

.c-button-5--arrow::before {
  font-family: "icomoon" !important;
  position: absolute;
  top: 50%;
  right: 20px;
  content: "\e902";
  transform: translate(0, -50%);
}

.c-button-5 a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.c-button-5:hover {
  color: #fff;
  background-color: #9f8753;
}
.c-button-5:hover--arrow::before {
  transform: translate(5px, -50%);
}

.c-button-5--red {
  border: solid 1px #d85757;
  background-color: #d85757;
  color: #fff;
}
.c-button-5--red:hover {
  color: #d85757;
  background-color: #fff;
}
.c-button-5--red:hover--arrow::before {
  transform: translate(5px, -50%);
}

.c-button-5 .box {
  color: #fff;
  background: #9f8753;
  margin: 0 5px;
  padding: 0 5px;
}
.c-button-5:hover .box {
  color: #9f8753;
  background: #fff;
}

.c-button-5--red .box {
  background: #fff;
  color: #d85757;
}
.c-button-5--red:hover .box {
  color: #fff;
  background: #d85757;
}

@media (max-width: 1023px) {
  .c-button-5 {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.6;
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .c-button-5 {
    font-size: 13px;
    font-size: 1.3rem;
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
.c-button-6 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6;
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  transition: 0.6s;
  padding: 13px 5px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #fff;
  border: solid 1px #404040;
  background-color: #404040;
}

.c-button-6--arrow::before {
  font-family: "icomoon" !important;
  position: absolute;
  top: 50%;
  right: 20px;
  content: "\e902";
  transform: translate(0, -50%);
}

.c-button-6 a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.c-button-6:hover {
  color: #fff;
  background-color: #9f8753;
}
.c-button-6:hover--arrow::before {
  transform: translate(5px, -50%);
}

.c-button-6--red {
  border: solid 1px #d85757;
  background-color: #d85757;
}
.c-button-6--red:hover {
  color: #d85757;
  background-color: #fff;
}
.c-button-6--red:hover--arrow::before {
  transform: translate(5px, -50%);
}

@media (max-width: 1023px) {
  .c-button-6 {
    font-size: 12px;
    font-size: 1.2rem;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .c-button-6 {
    font-size: 11px;
    font-size: 1.1rem;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.btn_simple {
  width: 400px;
  position: relative;
  margin-bottom: 20px;
}
.btn_simple a {
  display: block;
  text-align: center;
  background: #404040;
  color: #fff;
  transition: all 0.3s;
  padding: 20px;
  text-decoration: none;
  border: solid 1px #404040;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6;
  padding-top: 20px;
  padding-bottom: 20px;
}
.btn_simple a:hover {
  background: #fff;
  color: #404040;
  text-decoration: none;
  border-color: #e0e0e0;
}
.btn_simple a::before {
  font-family: "icomoon" !important;
  position: absolute;
  top: 50%;
  right: 20px;
  content: "\e902";
  transform: translate(0, -50%);
}

.c-button-new {
  border-radius: 50px;
  border: solid 1px #404040;
  color: #404040;
  padding: 20px 24px;
  font-size: 18px;
  position: relative;
}
@media (max-width: 768px) {
  .c-button-new {
    font-size: 15px;
    text-align: center;
  }
}
.c-button-new::after {
  content: "\f054";
  font-family: "FontAwesome";
  position: absolute;
  right: 2em;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.5em;
}
.c-button-new::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 50px;
  background: rgba(140, 140, 140, 0.062745098);
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
.c-button-new:hover {
  cursor: pointer;
}
.c-button-new:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

.c-button-new--white {
  border-radius: 50px;
  border: solid 1px #ffffff;
  color: #ffffff;
  padding: 20px 0px;
  font-size: 18px;
  position: relative;
}
@media (max-width: 768px) {
  .c-button-new--white {
    font-size: 15px;
    text-align: center;
  }
}
.c-button-new--white::after {
  content: "\f054";
  font-family: "FontAwesome";
  position: absolute;
  right: 2em;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.5em;
}
.c-button-new--white::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 50px;
  background: rgba(51, 51, 51, 0.062745098);
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
.c-button-new--white:hover {
  cursor: pointer;
}
.c-button-new--white:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

@media (max-width: 1023px) {
  .btn_simple a {
    font-size: 12px;
    font-size: 1.2rem;
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
@media (max-width: 767px) {
  .btn_simple a {
    font-size: 11px;
    font-size: 1.1rem;
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
@media (max-width: 767px) {
  .btn_simple {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
/*
------------------------------------------------------------*/
.ev_detail_btn {
  border: solid 1px #0f347f;
  color: #0f347f;
  padding: 10px;
  display: block;
  font-size: 12px;
  text-align: center;
  background: #fff;
  font-weight: 700;
}
.ev_detail_btn::hover {
  color: #0f347f;
}

.ev_entry_btn {
  border: solid 1px #d85757;
  background-color: #d85757;
  color: #fff;
  padding: 10px;
  display: block;
  font-size: 12px;
  text-align: center;
  font-weight: 700;
}
.ev_entry_btn::hover {
  color: #0f347f;
}

.fitimg img {
  width: 100%;
  height: auto;
}

.photo img, .fig img {
  vertical-align: bottom;
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
}

.border_left0 {
  border-left: 0 !important;
}

.border_lright0 {
  border-right: 0 !important;
}

.is-next_year .hotel {
  background: #669d83;
}
.is-next_year .bridal {
  background: #c77d80;
}
.is-next_year .culinary {
  background: #cda457;
}
.is-next_year .sightseeing {
  background: #877c9e;
}
.is-next_year .sports_business {
  background: #6595a5;
}

.grid_wrp {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -40px;
  box-sizing: border-box;
}
.grid_wrp .grid {
  text-align: center;
  box-sizing: border-box;
  margin-top: 40px;
}
.grid_wrp .grid .grid_wrp {
  margin-top: -20px;
}
.grid_wrp .grid .grid {
  margin-top: 20px;
}
.grid_wrp .grid_1_1 {
  width: 100%;
}
.grid_wrp .grid_2_1 {
  width: calc((100% - 40px) / 2);
}
.grid_wrp .grid_3_1 {
  width: calc((100% - 80px) / 3);
}
.grid_wrp .grid_3_2 {
  width: calc(100% - (100% - 80px) / 3 - 40px);
}
.grid_wrp .grid_4_1 {
  width: calc((100% - 120px) / 4);
}
.grid_wrp .grid_5_1 {
  width: calc((100% - 80px) / 5);
}
.grid_wrp .grid_6_1 {
  width: calc((100% - 100px) / 6);
}

.grid_wrp3:after {
  content: "";
  display: block;
  height: 0;
  order: 1;
}

.grid_wrp4:after, .grid_wrp4:before {
  content: "";
  display: block;
  height: 0;
  order: 1;
}

.grid_wrp5:after, .grid_wrp5:before {
  content: "";
  display: block;
  height: 0;
  order: 1;
}

.grid_wrp3:after {
  width: calc((100% - 80px) / 3);
}

.grid_wrp4:after, .grid_wrp4:before {
  width: calc((100% - 120px) / 4);
}

.grid_wrp5:after, .grid_wrp5:before {
  width: calc((100% - 80px) / 5);
}

.grid_wrp img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 800px) {
  .grid_wrp {
    margin-top: -10vw;
  }
  .grid_wrp .grid {
    margin-top: 10vw;
  }
  .grid_wrp .grid .grid_wrp {
    margin-top: -3vw;
  }
  .grid_wrp .grid .grid {
    margin-top: 3vw;
  }
  .grid_wrp .grid_1_1,
  .grid_wrp .grid_2_1 {
    width: 100%;
  }
  .grid_wrp .grid_3_1 {
    width: calc((100% - 5vw) / 2);
  }
  .grid_wrp .grid_3_2 {
    width: 100%;
  }
  .grid_wrp .grid_4_1,
  .grid_wrp .grid_5_1 {
    width: calc((100% - 5vw) / 2);
  }
  .grid_wrp .grid_6_1 {
    width: calc((100% - 10vw) / 3);
  }
  .grid_wrp3:after {
    width: calc((100% - 80px) / 3);
  }
  .grid_wrp4:after, .grid_wrp4:before {
    width: calc((100% - 120px) / 4);
  }
  .grid_wrp5:after, .grid_wrp5:before {
    width: calc((100% - 80px) / 5);
  }
}
@font-face {
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/icomoon17ac.eot?ptazyz");
  src: url("../fonts/icomoon17ac.eot?ptazyz#iefix") format("embedded-opentype"), url("../fonts/icomoon17ac.ttf?ptazyz") format("truetype"), url("../fonts/icomoon17ac.woff?ptazyz") format("woff"), url("../fonts/icomoon17ac.svg?ptazyz#icomoon") format("svg");
}
[class^=c-icon-],
[class*=c-icon-] {
  font-family: "icomoon" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.c-icon-arrow-down:before {
  content: "\e900";
}

.c-icon-arrow-left:before {
  content: "\e901";
}

.c-icon-arrow-right:before {
  content: "\e902";
}

.c-icon-arrow-up:before {
  content: "\e903";
}

.c-icon-star:before {
  content: "\e904";
}

.c-icon-line:before {
  content: "\e905";
}

.c-icon-free-dial:before {
  content: "\e906";
}

.c-icon-mail:before {
  content: "\e907";
}

.c-icon-newwindow:before {
  content: "\e908";
}

.c-icon-fax:before {
  content: "\e909";
}

.c-icon-tel:before {
  content: "\e90a";
}

.c-icon-facebook:before {
  content: "\ea90";
}

.c-icon-instagram:before {
  content: "\ea92";
}

.c-icon-twitter:before {
  content: "\ea96";
}

.c-icon-youtube:before {
  content: "\ea9e";
}

.c-icon-tiktok:before {
  content: "\e90b";
}

/*------------------------------------------------------------
News list
------------------------------------------------------------*/
.c-modal {
  text-align: left;
  padding: 50px 60px;
}

@media (max-width: 767px) {
  .c-modal {
    padding: 20px 20px;
  }
}
.c-modal__body img {
  width: 100%;
  height: auto;
}

.c-modal__close {
  position: absolute;
  top: 10px;
  left: auto;
  right: 10px;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #9f8753;
  border: 0;
  outline: 0;
  background: transparent;
}
.c-modal__close::before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "×";
  text-align: center;
}

.c-list__item {
  padding: 0.5em 0 0 0;
}

.c-list-dot__item {
  position: relative;
  padding: 0.5em 0 0 1em;
}
.c-list-dot__item:before {
  content: "・";
  position: absolute;
  top: 0.5em;
  left: 0;
}

.c-list__num {
  list-style: decimal;
  margin-left: 1.5em;
}

.c-list-horizontal {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  letter-spacing: 0.05em;
}

@media (max-width: 1023px) {
  .c-list-horizontal {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .c-list-horizontal {
    margin: 0;
  }
}
.c-list-horizontal__item {
  flex-basis: 33.3333%;
  max-width: 33.3333%;
  padding: 0 20px;
}

@media (max-width: 1023px) {
  .c-list-horizontal__item {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .c-list-horizontal__item {
    flex-basis: 100%;
    max-width: 100%;
    padding: 0;
  }
}
.c-list-horizontal__item-inner {
  position: relative;
  height: 100%;
  padding: 16px 0 16px 1.5em;
  border-bottom: 1px solid #e0e0e0;
}
.c-list-horizontal__item-inner::before {
  color: #9f8753;
  position: absolute;
  top: 15px;
  left: 0;
  content: "●";
}

.is-hotel .c-list-horizontal__item-inner::before {
  color: #987a63;
}

.is-tourism-ir .c-list-horizontal__item-inner::before {
  color: #567452;
}

.is-bridal .c-list-horizontal__item-inner::before {
  color: #c46f91;
}

.is-airline .c-list-horizontal__item-inner::before {
  color: #6c667e;
}

.is-culinary .c-list-horizontal__item-inner::before {
  color: #ac5657;
}

@media (max-width: 1023px) {
  .c-list-horizontal__item-inner {
    padding: 15px 0 15px 1.5em;
  }
  .c-list-horizontal__item-inner::before {
    top: 15px;
  }
}
@media (max-width: 767px) {
  .c-list-horizontal__item-inner {
    padding: 10px 0 10px 1.5em;
  }
  .c-list-horizontal__item-inner::before {
    top: 10px;
  }
}
.c-list-horizontal__note {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 30px;
  letter-spacing: 0.05em;
}

@media (max-width: 1023px) {
  .c-list-horizontal__note {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .c-list-horizontal__note {
    font-size: 10px;
    font-size: 1rem;
    margin-top: 15px;
  }
}
.c-list-point {
  display: flex;
}

@media (max-width: 767px) {
  .c-list-point {
    flex-wrap: wrap;
  }
}
.c-list-point__item {
  flex-basis: 33.3333%;
  max-width: 33.3333%;
  text-align: center;
  border-right: 1px solid #e0e0e0;
}
.c-list-point__item:last-child {
  border: none;
}

@media (max-width: 767px) {
  .c-list-point__item {
    display: flex;
    align-items: center;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border: none;
  }
  .c-list-point__item:last-child {
    margin-bottom: 0;
  }
}
.c-list-point__icon {
  font-family: "Bellefair", YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin: 0 auto 30px;
  padding-top: 2px;
}
.c-list-point__icon span {
  font-size: 26px;
  font-size: 2.6rem;
  margin-top: 3px;
}

@media (max-width: 767px) {
  .c-list-point__icon {
    font-size: 10px;
    font-size: 1rem;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 5px;
  }
  .c-list-point__icon span {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 1px;
  }
}
.c-list-point__heading {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 0.03em;
}

@media (max-width: 1023px) {
  .c-list-point__heading {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .c-list-point__heading {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.c-list-point2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .c-list-point2 {
    display: block;
    margin: 0;
  }
}
.c-list-point2__item {
  position: relative;
  box-sizing: border-box;
  flex-basis: 50%;
  max-width: 50%;
  border-right: 1px solid #e0e0e0;
  padding: 0 40px;
}
.c-list-point2__item:last-child {
  border: none;
}
.c-list-point2__item .c-button {
  margin: 0 auto !important;
}

@media (max-width: 767px) {
  .c-list-point2__item {
    flex-basis: 100%;
    max-width: 100%;
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
    padding: 25px 0;
    margin: 0;
  }
  .c-list-point2__item:first-child {
    padding-top: 0;
  }
  .c-list-point2__item:last-child {
    border: none;
    padding-bottom: 0;
  }
}
.c-list-point2__icon {
  font-family: "Bellefair", YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin: 0 auto 30px;
  padding-top: 2px;
}
.c-list-point2__icon span {
  font-size: 26px;
  font-size: 2.6rem;
  margin-top: 3px;
}

@media (max-width: 767px) {
  .c-list-point2__icon {
    font-size: 10px;
    font-size: 1rem;
    padding-top: 8px;
    margin: 0 auto 15px;
  }
  .c-list-point2__icon span {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 1px;
  }
}
.c-list-point2__heading,
.p-jikei-group__network-point-item .c-list-point__heading {
  color: #9f8753;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 0.03em;
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 1023px) {
  .c-list-point2__heading,
  .p-jikei-group__network-point-item .c-list-point__heading {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .c-list-point2__heading,
  .p-jikei-group__network-point-item .c-list-point__heading {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}
.c-list-point2__heading span,
.p-jikei-group__network-point-item .c-list-point__heading span {
  display: block;
  color: #404040;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
}

@media (max-width: 1023px) {
  .c-list-point2__heading span,
  .p-jikei-group__network-point-item .c-list-point__heading span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .c-list-point2__heading span,
  .p-jikei-group__network-point-item .c-list-point__heading span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.c-list-point2__item-list {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
}

@media (max-width: 1023px) {
  .c-list-point2__item-list {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .c-list-point2__item-list {
    padding: 10px;
    margin-bottom: 15px;
  }
}
.c-list-point3__item {
  position: relative;
  box-sizing: border-box;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
  border-right: 1px solid #e0e0e0;
  padding: 0 40px;
}
.c-list-point3__item:last-child {
  border: none;
}
.c-list-point3__item .c-button {
  margin: 0 auto !important;
}

@media (max-width: 767px) {
  .c-list-point3__item:first-child {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .c-list-point3__item:last-child {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .c-list-point3__item {
    flex-basis: 100%;
    max-width: 100%;
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
    padding: 6vw 0;
    margin: 0;
  }
}
.c-list-point3__heading {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 0.03em;
  text-align: center;
}

@media (max-width: 1023px) {
  .c-list-point3__heading {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.c-list-point__subtitle {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

@media (max-width: 1023px) {
  .c-list-point__subtitle {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .c-list-point__subtitle {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.c-list-frame__item {
  color: #9f8753;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.03em;
  border: 1px solid #9f8753;
  padding: 0 0.5em;
  margin-top: 0.5em;
}

@media (max-width: 1023px) {
  .c-list-frame__item {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2;
  }
}
@media (max-width: 767px) {
  .c-list-frame__item {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 2;
  }
}
.c-list-frame__item-center {
  text-align: center;
}

.c-photo-list {
  display: flex;
  justify-content: space-between;
}

.c-photo-list__item-48 {
  width: 48%;
  flex-basis: 48%;
}

.c-step__item--border {
  border-bottom: 1px solid #e0e0e0;
}

.c-step__item--pt {
  padding-top: 50px;
}

.c-step__item--pb {
  padding-bottom: 50px;
}

.c-step__item .c-button {
  max-width: 420px;
  margin-right: 0;
  margin-left: 0;
}

@media (max-width: 1023px) {
  .c-step__item--pt {
    padding-top: 40px;
  }
  .c-step__item--pb {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .c-step__item--pt {
    padding-top: 30px;
  }
  .c-step__item--pb {
    padding-bottom: 30px;
  }
}
.c-step__item-inner {
  position: relative;
  padding-left: 160px;
}

@media (max-width: 1023px) {
  .c-step__item-inner {
    padding-left: 70px;
  }
}
@media (max-width: 767px) {
  .c-step__item-inner {
    padding-left: 35px;
  }
}
.c-modal .c-step__item-inner {
  padding-left: 140px;
}

@media (max-width: 1023px) {
  .c-modal .c-step__item-inner {
    padding-left: 70px;
  }
}
@media (max-width: 767px) {
  .c-modal .c-step__item-inner {
    padding-left: 35px;
  }
}
.c-step__number {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100%;
  padding-top: 30px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #9f8753;
}
.c-step__number i {
  font-style: normal;
}
.c-step__number span {
  font-size: 50px;
  font-size: 5rem;
  display: block;
}
.c-step__number::after {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 0;
  height: 0;
  content: "";
  border-width: 30px 50px 0 50px;
  border-style: solid;
  border-color: #9f8753 transparent transparent transparent;
}

@media (max-width: 1023px) {
  .c-step__number {
    font-size: 12px;
    font-size: 1.2rem;
    width: 50px;
    padding-top: 20px;
  }
  .c-step__number span {
    font-size: 30px;
    font-size: 3rem;
    padding-top: 5px;
  }
  .c-step__number::after {
    bottom: -20px;
    border-width: 20px 25px 0 25px;
  }
}
@media (max-width: 767px) {
  .c-step__number {
    font-size: 10px;
    font-size: 1rem;
    width: 24px;
    padding-top: 15px;
  }
  .c-step__number i {
    display: block;
    transform: rotate(90deg);
    white-space: nowrap;
  }
  .c-step__number span {
    font-size: 16px;
    font-size: 1.6rem;
    padding-top: 13px;
  }
  .c-step__number::after {
    bottom: -10px;
    border-width: 10px 12px 0 12px;
  }
}
.c-step__row {
  display: flex;
  align-items: center;
  margin: 0 -30px;
}

@media (max-width: 1023px) {
  .c-step__row {
    margin: 0 -10px;
  }
}
@media (max-width: 767px) {
  .c-step__row {
    margin: 0;
    flex-wrap: wrap;
  }
}
.c-step__col {
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 30px;
}

@media (max-width: 1023px) {
  .c-step__col {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .c-step__col {
    flex-basis: 100%;
    max-width: 100%;
    padding: 0;
  }
}
.c-step__col-image img {
  width: 100%;
}

@media (max-width: 767px) {
  .c-step__col-image {
    margin-bottom: 20px;
  }
}
.c-step__col-text {
  padding: 0 30px;
}

@media (max-width: 767px) {
  .c-step__col-text {
    padding: 0;
  }
}
.c-step__col-text-point {
  background-color: #f6f6f6;
  padding: 20px;
}

@media (max-width: 767px) {
  .c-step__col-text-point {
    padding: 10px;
  }
}
.c-step__col-text-point-subtitle {
  display: inline-block;
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  background-color: #9f8753;
  padding: 5px 10px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .c-step__col-text-point-subtitle {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 3px 5px;
    margin-bottom: 5px;
  }
}
.c-dormitory-head__row {
  display: flex;
  justify-content: center;
}

@media (max-width: 1023px) {
  .c-dormitory-head__row {
    flex-wrap: wrap;
  }
}
.c-dormitory-head__col--text {
  flex-basis: 400px;
  max-width: 400px;
  margin-right: 20px;
}

.c-dormitory-head__col--image {
  flex-basis: 626px;
  max-width: 626px;
}

@media (max-width: 1023px) {
  .c-dormitory-head__col--text {
    margin: 0 0 20px;
  }
}
.c-dormitory-head__heading {
  font-size: 27px;
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 1.6;
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 20px;
  margin-left: 10px;
  color: #9f8753;
}

@media (max-width: 767px) {
  .c-dormitory-head__heading {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.c-dormitory-head__message {
  position: relative;
  padding: 30px 24px;
  border-radius: 10px;
  background-color: #fff;
}
.c-dormitory-head__message::after {
  position: absolute;
  top: 35px;
  right: -15px;
  width: 0;
  height: 0;
  content: "";
  border-width: 10px 0 10px 15px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}

@media (max-width: 1023px) {
  .c-dormitory-head__message::after {
    top: auto;
    bottom: -12px;
    right: 50%;
    transform: translateX(50%);
    border-width: 12px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
  }
}
.c-dormitory-head__message-heading {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #9f8753;
}

.c-dormitory-head__image img {
  width: 100%;
}

.c-appeal__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px -60px;
}

@media (max-width: 1023px) {
  .c-appeal__row {
    margin: 0 -10px -40px;
  }
}
@media (max-width: 767px) {
  .c-appeal__row {
    margin: 0 0 -30px;
  }
}
.c-appeal__col {
  flex-basis: 50%;
  max-width: 50%;
  margin-bottom: 60px;
  padding: 0 20px;
}

@media (max-width: 1023px) {
  .c-appeal__col {
    margin-bottom: 40px;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .c-appeal__col {
    flex-basis: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
}
.c-appeal__image {
  border: 2px solid #9f8753;
}
.c-appeal__image img {
  width: 100%;
}

@media (max-width: 767px) {
  .c-appeal__image {
    border: 1px solid #9f8753;
  }
}
.c-appeal__text-box {
  position: relative;
  padding: 56px 0 0;
}

@media (max-width: 1023px) {
  .c-appeal__text-box {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .c-appeal__text-box {
    padding-top: 30px;
  }
}
.c-appeal__icon {
  font-family: "Bellefair", YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-appeal__icon span {
  font-size: 26px;
  font-size: 2.6rem;
  margin-top: 3px;
}

@media (max-width: 767px) {
  .c-appeal__icon {
    font-size: 10px;
    font-size: 1rem;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 7px;
  }
  .c-appeal__icon span {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 0px;
  }
}
.c-appeal__heading {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.8;
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 20px;
  text-align: center;
  color: #9f8753;
}

@media (max-width: 1023px) {
  .c-appeal__heading {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .c-appeal__heading {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.c-pagenavi {
  margin-top: 50px;
  text-align: center;
}
.c-pagenavi .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-pagenavi .previouspostslink {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  margin-right: 10px;
}
.c-pagenavi .nextpostslink {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  margin-left: 10px;
}
.c-pagenavi .page {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 28px;
  width: 30px;
  height: 30px;
  margin: 0 10px;
  transition: 0.3s;
  color: #404040;
  border: 1px solid #e0e0e0;
  border-radius: 100%;
}
.c-pagenavi .page:hover {
  color: #fff;
  border: 1px solid #9f8753;
  background-color: #9f8753;
}
.c-pagenavi .current {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 28px;
  width: 30px;
  height: 30px;
  margin: 0 10px;
  color: #fff;
  border: 1px solid #9f8753;
  border-radius: 100%;
  background-color: #9f8753;
}

@media (max-width: 767px) {
  .c-pagenavi .previouspostslink {
    margin-right: 6px;
  }
  .c-pagenavi .nextpostslink {
    margin-left: 6px;
  }
  .c-pagenavi .page,
  .c-pagenavi .current {
    margin: 0 6px;
  }
}
.c-listview {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin-top: -50px;
}
.c-listview .list_item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  width: 50%;
  margin-top: 50px;
}
.c-listview .fig {
  width: 120px;
}
.c-listview .txt {
  width: auto;
  padding-left: 20px;
}
.c-listview .txt .title {
  font-size: 200%;
}
.c-listview .txt p {
  font-size: 160%;
  margin-top: 0.5em;
}
.c-listview .txt .link {
  margin-top: 1em;
}
.c-listview .txt .link a {
  font-size: 160%;
}

@media (max-width: 767px) {
  .c-listview {
    display: flex;
    flex-direction: column;
    margin-top: -20px;
  }
  .c-listview .list_item {
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
  }
  .c-listview .fig {
    width: 50px;
  }
  .c-listview .txt {
    width: calc(100% - 60px);
    padding-left: 0;
  }
  .c-listview .txt .title {
    font-size: 150%;
  }
  .c-listview .txt p {
    font-size: 140%;
  }
  .c-listview .txt .link {
    margin-top: 0.5em;
  }
  .c-listview .txt .link a {
    font-size: 120%;
  }
}
.sp--nav {
  display: none;
}

@media (max-width: 767px) {
  .sp--nav {
    display: block;
    position: fixed;
    z-index: 999;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #555;
    border-top: solid 1px #f7f7f7;
  }
  .sp--nav a {
    color: #555;
  }
  .circle--red {
    position: relative;
    width: 100%;
  }
  .circle--red:after {
    position: absolute;
    top: -5px;
    left: 0px;
    width: 100%;
    text-align: center;
    content: "　　●";
    color: #d85757;
    font-size: 14px;
    z-index: 10;
  }
}
/*
------------------------------------------------------------*/
.c-field__nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.c-field__nav label {
  margin-right: 5px;
  margin-bottom: 10px;
  cursor: pointer;
  /* ボタン同士の間隔 */
}
.c-field__nav label input {
  display: none;
  /* デフォルトのinputは非表示にする */
}
.c-field__nav label span {
  color: #9f8753;
  /* 文字色を黒に */
  font-size: 14px;
  /* 文字サイズを14pxに */
  border: 1px solid #9f8753;
  /* 淵の線を指定 */
  border-radius: 20px;
  /* 角丸を入れて、左右が丸いボタンにする */
  padding: 5px 20px;
  /* 上下左右に余白をトル */
}
.c-field__nav label input:checked + span {
  color: #FFF;
  /* 文字色を白に */
  background: #9f8753;
  /* 背景色を薄い赤に */
  border: 1px solid #FBB;
  /* 淵の線を薄い赤に */
}

.c-field__list {
  width: 23%;
  padding: 2px;
  margin: 0.5%;
}
.c-field__list > div:nth-child(1) {
  width: 30%;
}
.c-field__list > div:nth-child(1) img {
  width: 100%;
  height: auto;
}
.c-field__list > div:nth-child(2) {
  width: 70%;
  padding: 5px;
  text-align: left;
  display: table;
}
.c-field__list .c-text {
  height: 100%;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  line-height: 13px;
}

@media (max-width: 767px) {
  .c-field__list {
    width: 48%;
    font-size: 10px;
    line-height: 11px;
  }
}
.events_section {
  background-color: #f7f7f7;
}

#events_list,
.events_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#events_list .slide_img,
.events_list .slide_img {
  margin-bottom: 10px;
}
#events_list .slide_img img,
.events_list .slide_img img {
  width: 100%;
  height: auto;
}
#events_list .min_tit,
.events_list .min_tit {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2rem;
  padding: 0px 0px 0;
  color: #005592;
  margin-bottom: 10px;
  line-height: 2rem;
}
#events_list .day,
.events_list .day {
  font-weight: normal;
  font-size: 1.5rem;
  color: #000;
  padding-bottom: 10px;
  line-height: 2rem;
}
#events_list .mess,
.events_list .mess {
  font-size: 13px;
  margin-bottom: 20px;
  line-height: 2rem;
}
#events_list .holiday,
.events_list .holiday {
  font-size: 1.4rem;
  color: #FF0000;
}
#events_list .sun,
.events_list .sun {
  font-weight: bold;
  font-size: 80%;
  color: #FF0000;
}
#events_list .sat,
.events_list .sat {
  font-size: 0.5rem;
  color: #0000FF;
}
#events_list .mess,
.events_list .mess {
  color: #000;
}
#events_list .box,
.events_list .box {
  position: relative;
}
#events_list li:nth-child(1) a:hover,
.events_list li:nth-child(1) a:hover {
  color: #003d79;
  background-color: #e6ebf8;
}
#events_list li:nth-child(2) a:hover,
.events_list li:nth-child(2) a:hover {
  color: #fff;
  background-color: #c12d2d;
}
#events_list .fa-arrow-circle-right,
.events_list .fa-arrow-circle-right {
  padding-right: 5px;
}
#events_list .fa-angle-right,
.events_list .fa-angle-right {
  padding-left: 5px;
}
@media (max-width: 767px) {
  #events_list .box ul,
  .events_list .box ul {
    display: none;
  }
}
#events_list .special,
.events_list .special {
  background-color: #f4f6ff;
  position: relative;
  border: solid 4px #0b2f74;
}
@media (max-width: 767px) {
  #events_list .special,
  .events_list .special {
    border: solid 2px #0b2f74;
    margin-bottom: 10px;
  }
}
#events_list .special::before,
.events_list .special::before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 6em solid transparent;
  border-left: 6em solid #0b2f74;
  /* ラベルの色はここで変更 */
  position: absolute;
  z-index: 100;
}
@media (max-width: 767px) {
  #events_list .special::before,
  .events_list .special::before {
    border-bottom: 4.5em solid transparent;
    border-left: 4.5em solid #0b2f74;
  }
}
#events_list .special::after,
.events_list .special::after {
  content: "SPECIAL";
  font-weight: bold;
  font-size: 12px;
  display: block;
  top: 15px;
  transform: rotate(-45deg);
  color: #fff;
  left: -5px;
  position: absolute;
  z-index: 101;
}
@media (max-width: 767px) {
  #events_list .special::after,
  .events_list .special::after {
    font-size: 9px;
    top: 12px;
    left: -4px;
  }
}

#events_list > div,
.events_list > div {
  width: 32%;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 1rem;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 2%;
  margin-right: 1.3333%;
  padding: 10px;
  background-color: #fff;
}

@media (max-width: 767px) {
  #events_list > div,
  .events_list > div {
    width: 100%;
  }
  #events_list .min_tit,
  .events_list .min_tit {
    font-size: 13px;
    letter-spacing: 0rem;
  }
  #events_list .slide_img,
  .events_list .slide_img {
    float: left;
    width: 50%;
    height: auto;
    padding-right: 2vw;
    margin-bottom: 0;
  }
  #events_list .day,
  .events_list .day {
    font-size: 13px;
  }
  #events_list .mess,
  .events_list .mess {
    display: none;
  }
}
/*------------------------------------------------------------
Headding
------------------------------------------------------------*/
.c-heading {
  margin-bottom: 60px;
}

@media (max-width: 1023px) {
  .c-heading {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .c-heading {
    margin-bottom: 30px;
  }
}
.c-number__no {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
  border-bottom: 2px solid #0e357f;
  padding-bottom: 10px;
  color: #0e357f;
}

.c-heading__en {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  font-family: "Bellefair", YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  display: block;
  letter-spacing: 0.1em;
  color: #9f8753;
}

@media (max-width: 1023px) {
  .c-heading__en {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media (max-width: 767px) {
  .c-heading__en {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.c-heading__jp {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  display: block;
  margin-top: 15px;
  letter-spacing: 0.03em;
  color: #404040;
}

@media (max-width: 1023px) {
  .c-heading__jp {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .c-heading__jp {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 10px;
  }
}
.c-heading-2 {
  margin-bottom: 50px;
  text-align: center;
}

@media (max-width: 1023px) {
  .c-heading-2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .c-heading-2 {
    margin-bottom: 30px;
  }
}
.c-heading-2__en {
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: 400;
  line-height: 1;
  font-family: "Bellefair", YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  display: block;
  letter-spacing: 0.1em;
}

@media (max-width: 1023px) {
  .c-heading-2__en {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media (max-width: 767px) {
  .c-heading-2__en {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.c-heading-2__jp {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  display: block;
  margin-top: 15px;
  letter-spacing: 0;
}

@media (max-width: 1023px) {
  .c-heading-2__jp {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .c-heading-2__jp {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 10px;
  }
}
.c-heading-course {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .c-heading-course {
    margin-bottom: 30px;
  }
}

.c-heading-course__en {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
  position: relative;
  display: inline-block;
  letter-spacing: 0em;
  color: #000;
  padding-bottom: 10px;
  border-bottom: 3px solid #0e357f;
}
@media screen and (max-width: 767px) {
  .c-heading-course__en {
    font-size: 13px;
    border-bottom: 2px solid #0e357f;
  }
}

.c-heading-course__jp {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.4;
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  display: block;
  margin-top: 15px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-heading-course__jp {
    font-size: 18px;
    margin-top: 10px;
  }
}

.c-heading-3 {
  margin-bottom: 50px;
  text-align: center;
}
.c-heading-3::before {
  font-family: "icomoon" !important;
  display: block;
  padding-bottom: 20px;
  content: "\e904";
  color: #9f8753;
}

@media (max-width: 1023px) {
  .c-heading-3 {
    margin-bottom: 40px;
  }
  .c-heading-3::before {
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .c-heading-3 {
    margin-bottom: 30px;
  }
  .c-heading-3::before {
    padding-bottom: 10px;
  }
}
.c-heading-3__en {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  font-family: "Bellefair", YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  position: relative;
  display: inline-block;
  letter-spacing: 0.1em;
  color: #9f8753;
}
.c-heading-3__en::before {
  position: absolute;
  top: 50%;
  left: -20px;
  width: 120px;
  height: 3px;
  content: "";
  transform: translate(-100%, -50%);
  background-color: #9f8753;
}
.c-heading-3__en::after {
  position: absolute;
  top: 50%;
  right: -20px;
  width: 120px;
  height: 3px;
  content: "";
  transform: translate(100%, -50%);
  background-color: #9f8753;
}

.text-zoom {
  font-size: 400% !important;
}

@media (max-width: 767px) {
  .text-zoom {
    font-size: 200% !important;
  }
}
@media (max-width: 1023px) {
  .c-heading-3__en {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1;
  }
  .c-heading-3__en::before, .c-heading-3__en::after {
    width: 80px;
    height: 2px;
  }
}
@media (max-width: 767px) {
  .c-heading-3__en {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .c-heading-3__en::before, .c-heading-3__en::after {
    width: 60px;
    height: 2px;
  }
}
.c-heading-3__jp {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.4;
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  display: block;
  margin-top: 15px;
  letter-spacing: 0.05em;
}

.c-heading-3__jpa {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.4;
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  display: block;
  margin-top: 15px;
  color: #9f8753;
  letter-spacing: 0.05em;
}

@media (max-width: 1023px) {
  .c-heading-3__jp {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .c-heading-3__jp {
    font-size: 20px;
    font-size: 2rem;
  }
}
.c-heading-3__sub {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  display: block;
  margin-top: 20px;
  letter-spacing: 0.05em;
}

@media (max-width: 1023px) {
  .c-heading-3__sub {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .c-heading-3__sub {
    font-size: 10px;
    font-size: 1rem;
  }
}
.c-heading-3-read {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 1023px) {
  .c-heading-3-read {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .c-heading-3-read {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.c-heading-4 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 20px;
  text-align: center;
  letter-spacing: 0.03em;
}
.c-heading-4::before {
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 120px;
  height: 1px;
  content: "";
  transform: translateX(-50%);
  background-color: #c46f91;
}

.is-hotel .c-heading-4::before {
  background-color: #987a63;
}
.is-hotel .c-heading-4__en {
  color: #987a63;
}
.is-hotel .c-heading-4__en::before, .is-hotel .c-heading-4__en::after {
  background-color: #987a63;
}

@media (max-width: 1023px) {
  .c-heading-4 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 40px;
    padding-bottom: 20px;
  }
  .c-heading-4::before {
    bottom: -10px;
    width: 100px;
  }
}
@media (max-width: 767px) {
  .c-heading-4 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 30px;
    padding-bottom: 15px;
  }
  .c-heading-4::before {
    bottom: -5px;
    width: 80px;
  }
}
.c-heading-5 {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.5;
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 0.03em;
  border-bottom: 1px solid #9f8753;
  margin-bottom: 40px;
}
.c-heading-5 span {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 3px solid #9f8753;
  background-color: #fff;
}
.c-heading-5 span + span {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 0px solid #9f8753;
  background-color: #fff;
  text-align: right;
  padding-left: 1em;
  font-size: 90%;
}
.c-heading-5 i {
  font-size: 12px;
  font-size: 1.2rem;
  font-style: normal;
  margin-left: 10px;
}

.c-heading-new {
  font-size: 24px;
  font-family: "Bellefair", serif;
}

.c-heading-serif {
  font-size: 48px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.2em;
}

@media (max-width: 1023px) {
  .c-heading-5 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  .c-heading-5 i {
    font-size: 11px;
    font-size: 1.1rem;
    margin-left: 5px;
  }
}
@media (max-width: 767px) {
  .c-heading-5 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .c-heading-5 span {
    border-bottom: 2px solid #9f8753;
  }
  .c-heading-5 i {
    font-size: 10px;
    font-size: 1rem;
    display: block;
    margin-left: 0;
  }
}
.schedule_headline {
  text-align: center;
  line-height: 1.5;
  margin-top: 40px;
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.schedule_headline h3 {
  font-size: 2.2rem;
  font-weight: 600;
}
.schedule_headline p {
  font-size: 1.4rem;
  margin-top: 10px;
}

@media only screen and (max-width: 736px) {
  .schedule_headline {
    text-align: center;
    line-height: 1.5;
    margin-top: 30px;
  }
  .schedule_headline h3 {
    font-size: 1.8rem;
  }
  .schedule_headline p {
    font-size: 1rem;
    margin-top: 5px;
  }
}
/*
------------------------------------------------------------*/
.c-loading {
  position: fixed;
  z-index: 10000000;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
  text-align: center;
  background-color: #fff;
}

.is-gnav-open .c-loading, .is-page-loaded .c-loading {
  pointer-events: none;
}

.c-preloader__logo {
  position: absolute;
  z-index: 10000000;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.c-preloader__logo-svg {
  width: 180px;
  height: 48.6px;
}
.c-preloader__logo-svg path {
  fill: #404040;
}

@media (max-width: 1023px) {
  .c-preloader__logo-svg {
    width: 120px;
    height: 32.4px;
  }
}
@media (max-width: 767px) {
  .c-preloader__logo-svg {
    width: 120px;
    height: 32.4px;
  }
}
.c-section {
  position: relative;
  padding: 100px 0;
}

.c-section--gradation {
  background: linear-gradient(to right, #faf7f2 0%, #f2ecdf 100%);
}

.c-section--gradation-n {
  background: linear-gradient(to right, #f8f8f8 0%, #f8f8f8 100%);
}

.c-section--pt0 {
  padding-top: 0;
}

.c-section--pb0 {
  padding-bottom: 0;
}

@media (max-width: 1023px) {
  .c-section {
    padding: 70px 0;
  }
  .c-section--pt0 {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .c-section {
    padding: 50px 0;
  }
  .c-section--pt0 {
    padding-top: 0;
  }
}
.c-view-more {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  font-family: "Bellefair", YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  letter-spacing: 0.1em;
}

.c-view-more__bar {
  position: relative;
  display: block;
  overflow: hidden;
  width: 160px;
  height: 1px;
  margin-right: 20px;
  background-color: #e0e0e0;
}
.c-view-more__bar::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scaleX(0.25);
  transform-origin: left center;
  background-color: #9f8753;
}

a:hover .c-view-more__bar::before,
.c-view-more:hover .c-view-more__bar::before {
  transform-origin: left center;
  transform: scaleX(1);
}

@media (max-width: 1023px) {
  .c-view-more__bar {
    width: 100px;
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .c-view-more__bar {
    width: 80px;
    margin-right: 10px;
  }
}
@keyframes view-more-bar {
  0% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
.c-information-list {
  border-top: 1px solid #e0e0e0;
}
.c-information-list .error {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 50px 0;
  background: #f9f9f9;
  color: #999;
  margin-top: 20px;
  display: none;
}
.c-information-list .error a {
  display: inline-block;
  margin-top: 20px;
  padding: 5px 10px;
  border: solid 1px #9f8753;
}
.c-information-list .error a:hover {
  display: inline-block;
  margin-top: 20px;
  padding: 5px 10px;
  background: #9f8753;
  color: #fff;
  border: solid 1px #9f8753;
}

@media (max-width: 767px) {
  .c-information-list .error {
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 30px 0;
    margin-top: 10px;
  }
  .c-information-list .error a {
    margin-top: 10px;
  }
}
.c-information-list__item {
  padding: 30px 0;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
}
.c-information-list__item a {
  display: flex;
  max-width: 100%;
  width: 100%;
}

@media (max-width: 1023px) {
  .c-information-list__item {
    padding: 25px 0;
  }
}
@media (max-width: 767px) {
  .c-information-list__item {
    padding: 20px 0;
  }
}
.c-information-list__inner {
  flex: 1;
}

.c-information__date {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  flex-basis: 94px;
  max-width: 94px;
  padding: 15px 0;
  text-align: center;
  color: #404040;
  border-right: 1px solid #9f8753;
  margin-right: 20px;
}
.c-information__date span {
  font-size: 15px;
  font-size: 1.5rem;
  display: block;
  padding-top: 15px;
}

@media (max-width: 767px) {
  .c-information__date {
    font-size: 18px;
    font-size: 1.8rem;
    flex-basis: 60px;
    max-width: 60px;
    padding: 15px 8px 15px 0;
  }
  .c-information__date span {
    font-size: 11px;
    font-size: 1.1rem;
    padding-top: 10px;
  }
}
.c-information__category {
  display: inline-block;
  min-width: 100px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 28px;
  background-color: #9f8753;
  text-align: center;
  color: #fff;
  padding: 0 5px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .c-information__category {
    min-width: 70px;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1;
    padding: 5px 5px 3px;
    margin-bottom: 10px;
  }
}
.c-information__title {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  color: #404040;
  letter-spacing: 0.05em;
  transition: 0.3s;
}

a:hover .c-information__title {
  color: #9f8753;
}

.p-information .c-information__title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media (max-width: 1023px) {
  .c-information__title {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .p-information .c-information__title {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1.8;
  }
}
@media (max-width: 767px) {
  .c-information__title {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .p-information .c-information__title {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.8;
  }
}
@media (max-width: 1023px) {
  .c-open-campus-list__wrapper {
    margin: 0 -7.8125vw;
  }
}
@media (max-width: 767px) {
  .c-open-campus-list__wrapper {
    margin: 0 -8vw;
  }
}
.c-open-campus-list {
  display: flex;
  margin: 0 -10px;
}

.c-open-campus-list__item {
  flex-basis: 25%;
  max-width: 25%;
  padding: 0 10px;
}
.c-open-campus-list__item a {
  position: relative;
  display: block;
  height: 100%;
  background-color: #fff;
}

@media (max-width: 767px) {
  .c-open-campus-list__item {
    max-width: 280px;
  }
}
.c-open-campus-list__image {
  overflow: hidden;
}
.c-open-campus-list__image img {
  width: 100%;
  transition: opacity 0.8s;
}

a:hover .c-open-campus-list__image img {
  opacity: 0.6;
}

.c-open-campus-list__text-box {
  color: #404040;
}

.c-open-campus-list__head {
  padding: 20px 20px;
}

.c-open-campus-list__heading {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2;
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 0.05em;
  height: 4em;
  overflow: hidden;
}

.c-open-campus-list__bottom {
  position: relative;
  width: 100%;
  padding: 20px 40px 20px 20px;
  border-top: 1px solid #e0e0e0;
}
.c-open-campus-list__bottom::after {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  font-family: "icomoon" !important;
  position: absolute;
  top: 50%;
  right: 15px;
  content: "\e902";
  transition: 0.3s;
  transform: translate(0, -50%);
  color: #9f8753;
}

a:hover .c-open-campus-list__bottom::after {
  transform: translate(5px, -50%);
}

.c-open-campus-list__date {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.6;
  height: 3.2em;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.c-open-campus-list__date-item {
  padding-right: 8px;
  opacity: 0.6;
}

.c-course-nav {
  display: flex;
  flex-wrap: wrap;
}

.show {
  position: relative;
}

.hide {
  position: absolute;
  z-index: 10;
  top: 0;
  width: 100% !important;
  height: 100%;
}

@media (max-width: 767px) {
  .c-course-nav {
    flex-wrap: wrap;
  }
}
.c-course-nav__item {
  flex-basis: 33%;
  max-width: 33%;
  transition: background-color 0.6s;
  text-align: center;
  color: #fff;
}

.c-course-nav__item:hover {
  cursor: pointer;
}

.c-course-nav__item--vocal {
  background-color: #e47819;
}
.c-course-nav__item--vocal:hover {
  background-color: #bb6317;
}

.c-course-nav__item--creator {
  background-color: #ae1e44;
}
.c-course-nav__item--creator:hover {
  background-color: #851634;
}

.c-course-nav__item--musician {
  background-color: #e47819;
}
.c-course-nav__item--musician:hover {
  background-color: #af601b;
}

.c-course-nav__item--jazz {
  background-color: #003d79;
}
.c-course-nav__item--jazz:hover {
  background-color: #043769;
}

.c-course-nav__item--concertstaff {
  background-color: #6e589d;
}
.c-course-nav__item--concertstaff:hover {
  background-color: #4a337c;
}

.c-course-nav__item--video {
  background-color: #ae1e44;
}
.c-course-nav__item--video:hover {
  background-color: #941537;
}

.c-course-nav__item--manager {
  background-color: #6e589d;
}
.c-course-nav__item--manager:hover {
  background-color: #4a337c;
}

.c-course-nav__item--music-therapy {
  background-color: #b69817;
}
.c-course-nav__item--music-therapy:hover {
  background-color: #aa8f15;
}

.c-course-nav__item--artist-management {
  background-color: #b8154b;
}
.c-course-nav__item--artist-management:hover {
  background-color: #a71244;
}

.c-course-nav__item--dance-actor {
  background-color: #e95383;
}
.c-course-nav__item--dance-actor:hover {
  background-color: #b93a62;
}

.c-course-nav__item--overseas {
  background-color: #582041;
}
.c-course-nav__item--overseas:hover {
  background-color: #4e1b39;
}

.c-course-nav__item--artist-technology {
  background-color: #2c77b2;
}
.c-course-nav__item--artist-technology:hover {
  background-color: #1f5c8a;
}

.c-course-nav__item--actor {
  background-color: #e95383;
}
.c-course-nav__item--actor:hover {
  background-color: #c03863;
}

.c-course-nav__item--e-sports {
  background-color: #448c4e;
}
.c-course-nav__item--e-sports:hover {
  background-color: #2a6932;
}

.c-course-nav__item--artist {
  background-color: #e88100;
}
.c-course-nav__item--artist:hover {
  background-color: #b86a0c;
}

.c-course-nav__item--concert {
  background-color: #7a62a9;
}
.c-course-nav__item--concert:hover {
  background-color: #664b9c;
}

@media (max-width: 1123px) {
  .c-course-nav__item {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .c-course-nav__item {
    flex-basis: 100%;
    max-width: 100%;
  }
  .c-course-nav__item a {
    display: flex;
  }
}
.c-course-nav__image {
  position: relative;
}
.c-course-nav__image img {
  position: relative;
  z-index: 0;
  width: 100%;
}
.c-course-nav__image::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000;
  opacity: 0.1;
  transition: opacity 0.6s;
}

a:hover .c-course-nav__image::after {
  opacity: 0;
}

/*
        @media (max-width: 767px) {
            .c-course-nav__text-box {
                position: relative;
                flex-basis: 65%;
                max-width: 65%;
                padding: 30px 0 0;
                padding-left: 10px;
                text-align: left;
                padding-top: 10px;
            }
        }
        */
.hide {
  display: none;
}

.c-course-nav__heading {
  /*margin-bottom: 33px;*/
  position: relative;
  height: 80px;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .c-course-nav__heading {
    height: 40px;
  }
}
.c-course-nav__heading-jp {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.c-course-nav__text-box-c {
  position: relative;
  width: 100%;
  height: 100%;
}

.c-course-nav__innner {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.c-course-nav__innner-tit {
  font-size: 16px;
  line-height: 2.6rem;
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.c-course-nav__list {
  text-align: left;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.2rem;
  letter-spacing: 0rem;
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  display: block;
  padding: 10px;
}
.c-course-nav__list li {
  width: 100%;
  margin-bottom: 2px;
}
.c-course-nav__list li a {
  display: block;
  height: 100%;
  color: #fff;
  background: hsla(0, 100%, 99%, 0.1);
  box-sizing: border-box;
  padding: 10px;
}
.c-course-nav__list li a:hover {
  background: hsla(0, 100%, 99%, 0.05);
}

.vc--list a {
  padding: 5px !important;
}

.dance--list a {
  padding: 2px !important;
}

.c-course-nav__item--vocal .c-course-nav__yearsystem {
  background: #bb6317;
  padding: 5px;
  margin-right: 5px;
}

.c-course-nav__item--creator .c-course-nav__yearsystem {
  background: #851634;
  padding: 5px;
  margin-right: 5px;
}

.c-course-nav__item--musician .c-course-nav__yearsystem {
  background: #af601b;
  padding: 5px;
  margin-right: 5px;
}

.c-course-nav__item--jazz .c-course-nav__yearsystem {
  background: #043769;
  padding: 5px;
  margin-right: 5px;
}

.c-course-nav__item--concertstaff .c-course-nav__yearsystem {
  background: #4a337c;
  padding: 5px;
  margin-right: 5px;
}

.c-course-nav__item--video .c-course-nav__yearsystem {
  background: #941537;
  padding: 5px;
  margin-right: 5px;
}

.c-course-nav__item--manager .c-course-nav__yearsystem {
  background: #4a337c;
  padding: 5px;
  margin-right: 5px;
}

.c-course-nav__item--music-therapy .c-course-nav__yearsystem {
  background: #aa8f15;
  padding: 5px;
  margin-right: 5px;
}

.c-course-nav__item--dance .c-course-nav__yearsystem {
  background: #ae1e44;
  padding: 5px;
  margin-right: 5px;
}

.c-course-nav__item--actor .c-course-nav__yearsystem {
  background: #c03863;
  padding: 5px;
  margin-right: 5px;
}

.c-course-nav__item--e-sports .c-course-nav__yearsystem {
  background: #2a6932;
  padding: 5px;
  margin-right: 5px;
}

.c-course-nav__heading-en {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  font-family: "Bellefair", YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  display: block;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}

.c-course-nav__yearsystem {
  font-size: 12px;
}

@media (max-width: 767px) {
  .c-course-nav__heading-en {
    font-size: 8px !important;
    /* margin-bottom: 15px; */
  }
  .c-course-nav__yearsystem {
    font-size: 8px;
  }
}
.c-course-nav__heading-jp {
  font-size: 18px;
  font-weight: 400;
  line-height: 2.2rem;
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  display: block;
}

@media (max-width: 767px) {
  .c-course-nav__heading-jp {
    font-size: 12px;
    line-height: 1.2rem;
  }
}
.c-course-nav__note {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

@media (max-width: 1023px) {
  .c-course-nav__note-item {
    font-size: 7px;
    padding-top: 10px;
  }
  .c-course-nav__note-item span {
    font-size: 7px;
    padding-left: 2px;
  }
  .c-course-nav__note-item:first-child::after {
    font-size: 7px;
    padding: 0 2px;
  }
  .c-course-nav__heading-jp {
    font-size: 12px;
  }
  .c-course-nav__innner-tit {
    font-size: 12px;
  }
  .c-course-nav__innner {
    position: relative;
    font-size: 80%;
  }
  .c-course-nav__list {
    font-size: 8px !important;
  }
  .c-course-nav__list a {
    padding: 2px;
  }
  .c-course-nav__yearsystem {
    font-size: 8px;
  }
}
@media (max-width: 767px) {
  .c-course-nav__note {
    position: absolute;
    /* bottom: 23px; */
    left: 10px;
  }
}
.c-course-nav__note-item {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}
.c-course-nav__note-item span {
  font-size: 12px;
  font-size: 1.2rem;
  padding-left: 3px;
}
.c-course-nav__note-item:first-child::after {
  font-size: 12px;
  font-weight: 400;
  padding: 0 5px;
  content: "/";
}

.c-side-text {
  font-family: "Bellefair", YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 120px;
  position: absolute;
  z-index: 100;
  top: 50%;
  height: 100%;
  transform: translateY(-50%);
  pointer-events: none;
  opacity: 0.15;
  color: #9f8753;
  letter-spacing: 0.1em;
  mix-blend-mode: multiply;
}

.c-side-text--left {
  left: -0.2em;
}
.c-side-text--left span {
  transform: rotate(90deg) translate(-50%, -100%);
}

.c-side-text--right {
  right: -0.2em;
}
.c-side-text--right span {
  transform: rotate(90deg) translate(-50%, 0);
}

.c-side-text--top {
  top: 100px;
  height: auto;
  transform: translateY(0);
}
.c-side-text--top span {
  transform: rotate(90deg) translate(0%, 0);
}

.c-side-text span {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  transform-origin: top left;
  white-space: nowrap;
}

@media (max-width: 1920px) {
  .c-side-text {
    font-size: 6.25vw;
  }
}
@media (max-width: 1023px) {
  .c-side-text {
    font-size: 9.1145833333vw;
  }
  .c-side-text--left {
    left: -0.25em;
  }
  .c-side-text--right {
    right: -0.25em;
  }
  .c-side-text--top {
    top: 50px;
  }
}
@media (max-width: 767px) {
  .c-side-text {
    font-size: 13.3333333333vw;
  }
  .c-side-text--left {
    left: -0.5em;
  }
  .c-side-text--right {
    right: -0.4em;
  }
  .c-side-text--top {
    top: 30px;
  }
}
.c-balloon-octagon {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
  display: flex;
  align-items: center;
  flex-basis: 61px;
  flex-direction: column;
  justify-content: center;
  max-width: 61px;
  width: 61px;
  height: 61px;
  letter-spacing: 0.05em;
  color: #fff;
  background-image: url(../images/common/balloon-octagon.svg);
  background-size: cover;
}

.c-balloon-octagon--lg {
  flex-basis: 140px;
  max-width: 140px;
  width: 140px;
  height: 140px;
}

.c-balloon-octagon--md {
  flex-basis: 80px;
  max-width: 80px;
  width: 80px;
  height: 80px;
}

.c-balloon-octagon span {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.8;
  font-family: "Bellefair", YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 1;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}

@media (max-width: 1023px) {
  .c-balloon-octagon--lg {
    flex-basis: 100px;
    max-width: 100px;
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 767px) {
  .c-balloon-octagon {
    font-size: 9px;
    font-size: 0.9rem;
    flex-basis: 40px;
    max-width: 40px;
    width: 40px;
    height: 40px;
  }
  .c-balloon-octagon span {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8;
    line-height: 1;
  }
  .c-balloon-octagon--lg {
    flex-basis: 80px;
    max-width: 80px;
    width: 80px;
    height: 80px;
  }
  .c-balloon-octagon--md {
    flex-basis: 60px;
    max-width: 60px;
    width: 60px;
    height: 60px;
  }
}
.c-about-nav {
  padding: 100px 0;
  background-image: url(../images/top/about_bg.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
}
.c-about-nav::after {
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.9;
  top: 0;
  left: 0;
  background-color: #003d79;
}

@media (max-width: 1023px) {
  .c-about-nav {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .c-about-nav {
    padding: 30px 0;
  }
}
.c-about-nav__row {
  height: 300px;
  background-color: #fff;
}
.c-about-nav__row a {
  display: flex;
  height: 100%;
}

@media (max-width: 1023px) {
  .c-about-nav__row {
    height: auto;
  }
  .c-about-nav__row a {
    flex-wrap: wrap;
  }
}
.c-about-nav__col {
  max-width: 50%;
  flex-basis: 50%;
  position: relative;
}

@media (max-width: 1023px) {
  .c-about-nav__col {
    max-width: 100%;
    flex-basis: 100%;
  }
}
.c-about-nav__image {
  background-image: url(../images/top/about_01.jpg);
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
}

.c-about-nav__image_p {
  background-image: url(../images/top/about_01_p.jpg);
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
}

.c-about-nav__image_s {
  background-image: url(../images/top/about_01_s.jpg);
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
}

.c-about-nav__image_w {
  background-image: url(../images/top/about_01_w.jpg);
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
}

.c-about-nav__image_wm {
  background-image: url(../images/top/about_01_wm.jpg);
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
}

.c-about-nav__image_be {
  background-image: url(../images/top/about_01_be.jpg);
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
}

.c-about-nav__image_kobe {
  background-image: url(../images/top/about_01_kobe.jpg);
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
}

.c-about-nav__image_de {
  background-image: url(../images/top/about_01_de.jpg);
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
}

.c-about-nav__image_em {
  background-image: url(../images/top/about_01_em.jpg);
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
}

.c-about-nav__image_b {
  background-image: url(../images/top/about_01_b.jpg);
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
}

.c-about-nav__image_o {
  background-image: url(../images/top/about_01_o.jpg);
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
}

.c-about-nav__image_r {
  background-image: url(../images/top/about_01_r.jpg);
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
}

.c-about-nav__image_gs {
  background-image: url(../images/top/about_01_gs.jpg);
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
}

.c-about-nav__image_43 {
  background-image: url(../images/top/about_4year.jpg);
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
}

.c-about-nav__image_43 {
  background-image: url(../images/top/about_4year.jpg);
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
}

.c-about-nav__image_k {
  background-image: url(../images/top/about_01_k.jpg);
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
}

.c-about-nav__image_gsw {
  background-image: url(../images/top/about_gsw.jpg);
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
}

.c-about-nav__image_sr {
  background-image: url(../images/top/about_sr.jpg);
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
}

.c-about-nav__image_jk {
  background-image: url(../images/top/about_jk.jpg);
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
}

.c-about-nav__image_km {
  background-image: url(../images/top/about_km.jpg);
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
}

.c-about-nav__image_mec {
  background-image: url(../images/top/about_mec.jpg);
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
}

.c-about-nav__image_acc {
  background-image: url(../images/top/about_acc.jpg);
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
}

.c-about-nav__image_gsn {
  background-image: url(../images/top/about_gsn.jpg);
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
}

.c-about-nav__image_zi {
  background-image: url(../images/top/about_zi.jpg);
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
}

@media (max-width: 1023px) {
  .c-about-nav__image,
  .c-about-nav__image_p,
  .c-about-nav__image_s,
  .c-about-nav__image_w,
  .c-about-nav__image_wm,
  .c-about-nav__image_k,
  .c-about-nav__image_kobe,
  .c-about-nav__image_be,
  .c-about-nav__image_de,
  .c-about-nav__image_em,
  .c-about-nav__image_b,
  .c-about-nav__image_r,
  .c-about-nav__image_o,
  .c-about-nav__image_gs,
  .c-about-nav__image_43,
  .c-about-nav__image_gsw,
  .c-about-nav__image_sr,
  .c-about-nav__image_jk,
  .c-about-nav__image_km,
  .c-about-nav__image_mec,
  .c-about-nav__image_acc,
  .c-about-nav__image_gsn,
  .c-about-nav__image_zi {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .c-about-nav__image,
  .c-about-nav__image_p,
  .c-about-nav__image_s,
  .c-about-nav__image_w,
  .c-about-nav__image_wm,
  .c-about-nav__image_k,
  .c-about-nav__image_kobe,
  .c-about-nav__image_be,
  .c-about-nav__image_de,
  .c-about-nav__image_em,
  .c-about-nav__image_b,
  .c-about-nav__image_r,
  .c-about-nav__image_o,
  .c-about-nav__image_gs,
  .c-about-nav__image_43,
  .c-about-nav__image_gsw,
  .c-about-nav__image_sr,
  .c-about-nav__image_jk,
  .c-about-nav__image_km,
  .c-about-nav__image_mec,
  .c-about-nav__image_acc,
  .c-about-nav__image_gsn,
  .c-about-nav__image_zi {
    height: 200px;
  }
}
.c-about-nav__copy {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 10;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.7;
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  white-space: nowrap;
  text-align: center;
}

@media (max-width: 1023px) {
  .c-about-nav__copy {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .c-about-nav__copy {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.c-about-nav__image-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.c-about-nav__heading {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 1023px) {
  .c-about-nav__heading {
    position: static;
    transform: translate(0);
    padding: 30px 0 30px 30px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .c-about-nav__heading {
    padding: 25px 0 30px 30px;
  }
}
.c-about-nav__view-more {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 1023px) {
  .c-about-nav__view-more {
    right: 30px;
  }
}
@media (max-width: 767px) {
  .c-about-nav__view-more {
    position: static;
    padding: 10px 30px 10px 0;
  }
}
.c-anchor-nav {
  padding: 15px 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  z-index: 10;
}

.c-anchor-nav__list {
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-anchor-nav__list-item {
  max-width: 240px;
  flex-basis: 240px;
  text-align: center;
  border-right: 1px solid #e0e0e0;
}
.c-anchor-nav__list-item:last-child {
  border: none;
}
.c-anchor-nav__list-item a {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 0.03em;
  color: #404040;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  position: relative;
}
.c-anchor-nav__list-item a span {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8;
  color: #9f8753;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

@media (max-width: 1023px) {
  .c-anchor-nav__list-item a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .c-anchor-nav__list-item a span {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
@media (max-width: 767px) {
  .c-anchor-nav__list-item a {
    font-size: 10px;
    font-size: 1rem;
  }
  .c-anchor-nav__list-item a span {
    font-size: 10px;
    font-size: 1rem;
  }
}
.c-anchor-nav-2 {
  position: relative;
  z-index: 10;
  margin-top: 150px;
}

@media (max-width: 1023px) {
  .c-anchor-nav-2 {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .c-anchor-nav-2 {
    margin-top: 60px;
    border: none;
  }
}
@media (max-width: 767px) {
  .c-anchor-nav-2.mt {
    margin-top: 85px;
  }
}
.c-anchor-nav-2-list {
  display: flex;
  justify-content: center;
}

@media (max-width: 767px) {
  .c-anchor-nav-2-list {
    flex-wrap: wrap;
    margin-bottom: -70px;
  }
}
.c-anchor-nav-2-list-item {
  flex-basis: 240px;
  max-width: 240px;
  text-align: center;
}
.c-anchor-nav-2-list-item a {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  margin: 15px 0;
  padding: 20px 0;
  letter-spacing: 0.03em;
  color: #404040;
  border-right: 1px solid #e0e0e0;
}
.c-anchor-nav-2-list-item a .c-icon-arrow-down {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #9f8753;
}
.c-anchor-nav-2-list-item:first-child a {
  border-left: 1px solid #e0e0e0;
}

@media (max-width: 1023px) {
  .c-anchor-nav-2-list-item {
    flex-basis: 33.3333%;
    max-width: 33.3333%;
  }
  .c-anchor-nav-2-list-item a {
    font-size: 12px;
    font-size: 1.2rem;
    height: 80px;
  }
  .c-anchor-nav-2-list-item a .c-icon-arrow-down {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .c-anchor-nav-2-list-item.col4 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .c-anchor-nav-2-list-item.col4 a {
    height: auto;
  }
}
@media (max-width: 767px) {
  .c-anchor-nav-2-list-item {
    margin-bottom: 70px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
  }
  .c-anchor-nav-2-list-item:nth-child(3n) a {
    border-right: none;
  }
  .c-anchor-nav-2-list-item a {
    font-size: 11px;
    font-size: 1.1rem;
    height: 60px;
  }
  .c-anchor-nav-2-list-item a .c-icon-arrow-down {
    font-size: 10px;
    font-size: 1rem;
  }
  .c-anchor-nav-2-list-item.col4 a {
    height: 80px;
  }
  .c-anchor-nav-2-list-item.col4:nth-child(3n) a {
    border-right: 1px solid #e0e0e0;
  }
}
.c-anchor-nav-2-list-item-number {
  font-size: 14px;
  font-size: 1.4rem;
  position: absolute;
  top: -95px;
  width: 100%;
  height: 80px;
}
.c-anchor-nav-2-list-item-number::after {
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 10px;
  height: 10px;
  content: "";
  transform: translateX(-50%);
  border-radius: 100%;
  background-color: #9f8753;
}
.c-anchor-nav-2-list-item-number::before {
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: calc(100% + 1px);
  height: 2px;
  content: "";
  transform: translateX(-50%);
  background-color: #9f8753;
}
.c-anchor-nav-2-list-item-number span {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.3;
  display: block;
}

.c-anchor-nav-2-list-item:first-child .c-anchor-nav-2-list-item-number::before {
  width: 51%;
  transform: translateX(0);
}
.c-anchor-nav-2-list-item:last-child .c-anchor-nav-2-list-item-number::before {
  width: 50%;
  transform: translateX(-101%);
}

@media (max-width: 1023px) {
  .c-anchor-nav-2-list-item-number {
    font-size: 12px;
    font-size: 1.2rem;
    top: -85px;
    height: 70px;
  }
  .c-anchor-nav-2-list-item-number::after {
    bottom: -5px;
    width: 10px;
    height: 10px;
  }
  .c-anchor-nav-2-list-item-number span {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .c-anchor-nav-2-list-item-number {
    font-size: 10px;
    font-size: 1rem;
    top: -70px;
    height: 55px;
  }
  .c-anchor-nav-2-list-item-number::after {
    bottom: -3px;
    width: 6px;
    height: 6px;
  }
  .c-anchor-nav-2-list-item-number span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.c-accordion {
  border-top: 1px solid #9f8753;
}

.c-accordion__item {
  border-bottom: 1px solid #9f8753;
}

.c-accordion__item-header {
  position: relative;
  display: flex;
  align-items: center;
  padding: 26px 0 30px;
  cursor: pointer;
}

@media (max-width: 1023px) {
  .c-accordion__item-header {
    padding: 20px 0 25px;
  }
}
@media (max-width: 767px) {
  .c-accordion__item-header {
    flex-wrap: wrap;
    padding: 12px 0 15px;
  }
}
.c-accordion__item-number {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.95;
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  position: relative;
  margin-right: 25px;
  padding-right: 25px;
  white-space: nowrap;
  color: #9f8753;
  transition: color 0.6s;
}
.c-accordion__item-number::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 25px;
  content: "";
  transform: translateY(-50%);
  background-color: #9f8753;
}

.c-accordion__item-header:hover .c-accordion__item-number,
.is-open .c-accordion__item-number {
  color: #9f8753;
}

@media (max-width: 1023px) {
  .c-accordion__item-number {
    font-size: 16px;
    font-size: 1.6rem;
    margin-right: 15px;
    padding-right: 15px;
  }
  .c-accordion__item-number::after {
    height: 14px;
  }
}
@media (max-width: 767px) {
  .c-accordion__item-number {
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 15px;
    padding-right: 15px;
  }
  .c-accordion__item-number::after {
    height: 14px;
  }
}
.c-accordion__item-heading {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.95;
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  padding-right: 230px;
  transition: color 0.6s;
}

.c-accordion__item-header:hover .c-accordion__item-heading,
.is-open .c-accordion__item-heading {
  color: #9f8753;
}

@media (max-width: 1023px) {
  .c-accordion__item-heading {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    padding-right: 220px;
  }
}
@media (max-width: 767px) {
  .c-accordion__item-heading {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    padding-right: 65px;
  }
}
.c-accordion__item-category {
  position: absolute;
  top: 50%;
  right: 100px;
  display: flex;
  transform: translateY(-50%);
}

@media (max-width: 1023px) {
  .c-accordion__item-category {
    right: 80px;
  }
}
@media (max-width: 767px) {
  .c-accordion__item-category {
    top: 18px;
    right: 70px;
    transform: translateY(0);
  }
}
.c-accordion__item-category-item {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  font-family: "Bellefair", YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-left: 12px;
  padding-bottom: 5px;
  letter-spacing: 0.1em;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}

@media (max-width: 1023px) {
  .c-accordion__item-category-item {
    margin-left: 8px;
  }
}
@media (max-width: 767px) {
  .c-accordion__item-category-item {
    font-size: 9px;
    font-size: 0.9rem;
    margin-left: 5px;
    padding-bottom: 2px;
    letter-spacing: 0.03em;
    border-bottom-width: 1px;
  }
}
.c-accordion__item-icon {
  position: absolute;
  top: 26px;
  right: 0;
  width: 70px;
  height: calc(100% - 56px);
  border-left: 1px solid #d1c2a0;
}
.c-accordion__item-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 21px;
  height: 3px;
  content: "";
  transform: translate(-50%, -50%);
  background-color: #9f8753;
}
.c-accordion__item-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 21px;
  content: "";
  transform: translate(-50%, -50%);
  background-color: #9f8753;
  transition: opacity 0.3s;
}

.is-open .c-accordion__item-icon::after {
  opacity: 0;
}

@media (max-width: 1023px) {
  .c-accordion__item-icon {
    top: 20px;
    width: 60px;
    height: calc(100% - 45px);
  }
  .c-accordion__item-icon::before {
    width: 15px;
    height: 2px;
  }
  .c-accordion__item-icon::after {
    width: 2px;
    height: 15px;
  }
}
@media (max-width: 767px) {
  .c-accordion__item-icon {
    top: 12px;
    width: 50px;
    height: calc(100% - 27px);
  }
  .c-accordion__item-icon::before {
    width: 10px;
    height: 2px;
  }
  .c-accordion__item-icon::after {
    width: 2px;
    height: 10px;
  }
}
.c-accordion__item-body {
  display: none;
  padding-top: 15px;
  padding-bottom: 40px;
}

@media (max-width: 1023px) {
  .c-accordion__item-body {
    padding-top: 5px;
    padding-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .c-accordion__item-body {
    padding-top: 5px;
    padding-bottom: 30px;
  }
}
.c-accordion__item-row {
  display: flex;
  margin-bottom: 60px;
}
.c-accordion__item-row:last-child {
  margin-bottom: 0;
}

.c-accordion__item-row--gutter-20 {
  margin: 0 -20px;
  flex-wrap: wrap;
}

@media (max-width: 1023px) {
  .c-accordion__item-row {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .c-accordion__item-row {
    margin-bottom: 20px;
  }
  .c-accordion__item-row:last-child {
    margin-bottom: 0;
  }
}
.c-accordion__item-col {
  flex-basis: 50%;
  max-width: 50%;
}

.c-accordion__item-col--text {
  padding-top: 40px;
  padding-left: 60px;
}

.u-fd-rr .c-accordion__item-col--text {
  padding: 40px 60px 0 0;
}

.c-accordion__item-col--full {
  flex-basis: 100%;
  max-width: 100%;
}

.c-accordion__item-col--half {
  padding: 0 20px;
  margin-bottom: 30px;
}

.c-accordion__item-col--3 {
  padding: 0 20px;
  flex-basis: 33.3333%;
  max-width: 33.3333%;
  margin-bottom: 30px;
}

.c-accordion__item-col--4 {
  padding: 0 20px;
  flex-basis: 25%;
  max-width: 25%;
  margin-bottom: 30px;
}

.c-accordion__item-col img {
  width: 100%;
}

@media (max-width: 1023px) {
  .c-accordion__item-col {
    flex-basis: 100%;
    max-width: 100%;
  }
  .c-accordion__item-col--image {
    margin-bottom: 20px;
  }
  .c-accordion__item-col--text {
    padding-top: 0;
    padding-left: 0;
  }
  .u-fd-rr .c-accordion__item-col--text {
    padding: 0;
  }
}
.c-accordion__image {
  margin-bottom: 10px;
}

.c-accordion__image-caption {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 15px;
}

.c-accordion__text {
  margin-bottom: 40px;
}
.c-accordion__text:last-child {
  margin-bottom: 0;
}

@media (max-width: 1023px) {
  .c-accordion__text {
    margin-bottom: 20px;
  }
}
.c-layout-1__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px -40px;
}

@media (max-width: 1023px) {
  .c-layout-1__row {
    flex-wrap: wrap;
    margin: 0;
  }
}
.c-layout-1__col {
  flex-basis: 50%;
  max-width: 50%;
  margin-bottom: 40px;
  padding: 0 20px;
}

.c-layout-1__col--full {
  flex-basis: 100%;
  max-width: 100%;
}

@media (max-width: 1023px) {
  .c-layout-1__col {
    flex-basis: 100%;
    max-width: 100%;
    padding: 0;
  }
  .c-layout-1__col:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .c-layout-1__col {
    margin-bottom: 30px;
  }
}
.c-layout-1__item {
  position: relative;
  width: 100%;
  height: 100%;
}
.c-layout-1__item a {
  display: block;
}

.c-layout-1__image {
  position: relative;
}
.c-layout-1__image img {
  width: 100%;
}

.c-layout-1__icon {
  position: absolute;
  top: 20px;
  left: 20px;
}

@media (max-width: 1023px) {
  .c-layout-1__icon {
    top: 15px;
    left: 15px;
  }
}
@media (max-width: 767px) {
  .c-layout-1__icon {
    top: 10px;
    left: 10px;
  }
}
.c-layout-1__image-border {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  margin: 5px;
  border: 1px solid #9f8753;
}

.c-layout-1__text-box {
  position: relative;
  z-index: 10;
  margin: -40px 20px 0;
  padding: 35px;
  background-color: #fff;
}

@media (max-width: 1023px) {
  .c-layout-1__text-box {
    padding: 30px 30px 40px;
  }
}
@media (max-width: 767px) {
  .c-layout-1__text-box {
    margin: -30px 15px 0;
    padding: 20px 20px 30px;
  }
}
.c-layout-1__category {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 20px;
  font-family: "Bellefair", YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  display: inline-block;
  width: 100px;
  margin-bottom: 15px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
}

.is-hotel .c-layout-1__category {
  background-color: #987a63;
}

.is-tourism-ir .c-layout-1__category {
  background-color: #567452;
}

.is-bridal .c-layout-1__category {
  background-color: #c46f91;
}

.is-airline .c-layout-1__category {
  background-color: #6c667e;
}

.is-culinary .c-layout-1__category {
  background-color: #ac5657;
}

.c-layout-1__heading {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.5;
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  color: #404040;
}

@media (max-width: 1023px) {
  .c-layout-1__heading {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .c-layout-1__heading {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
.c-layout-1__text {
  color: #404040;
  max-width: 450px;
  margin: 0 auto;
}

@media (max-width: 1023px) {
  .c-layout-1__text {
    max-width: 100%;
  }
}
.c-layout-1__view-more {
  justify-content: flex-end;
  margin-top: 40px;
}

@media (max-width: 1023px) {
  .c-layout-1__view-more {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .c-layout-1__view-more {
    margin-top: 25px;
  }
}
.max_w {
  max-width: 100%;
  height: auto;
}

.c-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
}

@media (max-width: 767px) {
  .c-table__vw150 {
    width: 150vw;
  }
  .c-table__vw200 {
    width: 200vw;
  }
  .c-table__vw300 {
    width: 300vw;
  }
}
@media (max-width: 767px) {
  .c-table__wrapper {
    width: 100%;
    overflow-x: scroll;
  }
}
.c-table__bg-gray {
  background: #e0e0e0;
}

.c-table__bg-beige {
  color: #fff;
  background: #a59e8e;
}

.c-table__bg-light-gray {
  background: #f6f6f6;
}

.c-table__bg-white {
  background: #fff;
}

.c-table__th {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  padding: 20px 30px;
  text-align: center;
}

.table th,
.table td {
  border: solid 1px #ccc !important;
  text-align: left;
  padding: 5px;
}

@media (max-width: 767px) {
  .c-table__th {
    font-size: 11px;
    font-size: 1.1rem;
    padding: 10px;
  }
}
.c-table__td {
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  padding: 20px 30px;
  text-align: center;
}

@media (max-width: 767px) {
  .c-table__td {
    font-size: 11px;
    font-size: 1.1rem;
    padding: 10px;
  }
}
.c-table__td-textarrow {
  position: absolute;
  top: 50%;
  left: 0;
  color: #fff;
  background: #a59e8e;
  padding: 5px 0 5px 10px;
  margin-left: -20px;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.c-table__td-textarrow:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #a59e8e;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .c-table__td-textarrow {
    font-size: 10px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    padding: 3px 0 3px 5px;
    margin-left: -15px;
  }
}
@media (max-width: 767px) {
  .c-table__td-textarrow:after {
    border-width: 30px 0 30px 15px;
  }
}
.c-table__col100 {
  width: 100%;
}

.c-table__col075 {
  width: 75%;
}

.c-table__col066 {
  width: 66.6666666667%;
}

.c-table__col060 {
  width: 60%;
}

.c-table__col050 {
  width: 50%;
}

.c-table__col040 {
  width: 40%;
}

.c-table__col035 {
  width: 35%;
}

.c-table__col033 {
  width: 33.3333333333%;
}

.c-table__col030 {
  width: 30%;
}

.c-table__col025 {
  width: 25%;
}

.c-table__col020 {
  width: 20%;
}

.c-table__col015 {
  width: 15%;
}

.c-table__col010 {
  width: 10%;
}

@media (max-width: 1023px) {
  .c-table__col100tab {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .c-table__col100sp {
    display: block;
    width: 100%;
  }
}
.c-table__lh15 {
  line-height: 1.5;
}

.schedule_table {
  text-align: center;
  width: 100%;
  margin-top: 30px;
}
.schedule_table th {
  padding: 25px 0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.schedule_table td {
  padding: 15px 0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background-color: #f6f6f6;
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.6;
}

.table_week_none {
  background: #fff;
}

.table_week {
  width: 18%;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}

.table_schedule_item {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background-color: #dedede;
  text-align: center;
  font-size: 1.2rem;
}

@media screen and (max-width: 1030px) {
  .schedule_table td {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 736px) {
  .schedule_table {
    border-bottom: none;
    margin-top: 20px;
  }
  .schedule_table th {
    padding: 10px 0;
  }
  .schedule_table td {
    font-size: 1rem;
    padding: 10px 10px;
  }
  .table_schedule_item {
    font-size: 1rem;
    line-height: 1;
  }
  .table_week {
    min-width: 150px;
    font-size: 1.2rem;
  }
  .table_schedule_item {
    min-width: 13vw;
  }
}
@media only screen and (max-width: 736px) {
  .scroll_table {
    overflow-x: auto;
  }
}
.vertical {
  height: 100%;
  display: table-cell;
  vertical-align: middle !important;
}

/*------------------------------------------------------------
Menu Components
------------------------------------------------------------*/
.menu-dropdown__row--course {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.menu-dropdown__col--course {
  flex-basis: 25%;
  max-width: 25%;
  padding: 0 10px;
}

.top_sangaku_main {
  background: #0b2f74;
  padding: 50px;
  padding-bottom: 0;
  margin-top: -50px;
}
@media (max-width: 767px) {
  .top_sangaku_main {
    margin-top: -30px;
    padding: 0 8vw 0 0;
    height: 300px;
  }
}
.top_sangaku_main .inner {
  max-width: 1600px;
  margin: 0 auto;
  padding-right: 100px;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 767px) {
  .top_sangaku_main .inner {
    padding-right: 0;
    padding-left: 8vw;
  }
}
.top_sangaku_main .inner .readbox {
  background: #f2ecdf;
  padding: 50px;
  width: 38%;
  position: absolute;
  bottom: 100px;
  right: 0;
}
@media (max-width: 767px) {
  .top_sangaku_main .inner .readbox {
    background: #f2ecdf;
    padding: 5vw;
    width: 100%;
    position: relative;
    margin-top: 80px;
    z-index: 2;
  }
}
@media (max-width: 767px) {
  .top_sangaku_main .photo {
    width: calc(100% + 16vw);
    margin-left: -8vw;
    position: relative;
    z-index: 1;
  }
}

.boxB {
  padding: 10px;
  background: #005693;
  color: #fff;
  text-align: center;
  margin-bottom: 16px;
}

.boxB h3,
.boxBl h3 {
  font-size: 22px;
  text-align: center;
}

.boxBl li {
  padding: 30px;
  background: #e8f0f5;
}

.boxY {
  padding: 10px;
  background: #c3a90c;
  color: #fff;
  text-align: center;
  margin-bottom: 16px;
}

.boxY h3,
.boxYl h3 {
  font-size: 22px;
  text-align: center;
}

.boxYl li {
  padding: 30px;
  background: #f1ebc7;
}

.arrowBottom {
  position: relative;
  height: 70px;
}

#kvt {
  display: none;
}

.arrowBottom:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -40px;
  border-style: solid;
  border-width: 20px 40px 0 40px;
  border-color: #000 transparent transparent transparent;
}

/*------------------------------------------------------------
Admission Information
------------------------------------------------------------*/
.admission_information {
  background: rgba(192, 8, 15, 0.85);
  border: 3px solid #FFF;
  border-radius: 14px;
  color: #FFF;
  position: absolute;
  top: 490px;
  font-size: 14px;
  padding: 1vw 50px 1vw 30px;
  right: -30px;
  width: 320px;
  z-index: 99;
}
.admission_information h4 {
  background: linear-gradient(transparent 70%, #ff979e 70%);
  font-size: large;
  font-weight: 600;
  margin: 0 auto 10px;
  text-align: center;
  width: 40%;
}
.admission_information h5 {
  padding-bottom: 0.5em;
  color: #fff;
  font-weight: bold;
}
.admission_information .next {
  line-height: 1.8;
  color: #fff;
  font-weight: 500;
}
.admission_information ul {
  line-height: 1.8;
  color: #fff;
  font-weight: 500;
}
.admission_information ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.25em;
  padding-bottom: 0.25em;
}
.admission_information ul li:not(:last-child) {
  border-bottom: dotted 1px rgba(255, 255, 255, 0.6);
}
.admission_information ul li span {
  width: 30%;
}
.admission_information ul li time {
  width: 70%;
}

.info_ao {
  background: yellow;
  border-radius: 30px;
  color: #000;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 1em;
  padding: 5px;
  text-align: center;
}
.info_ao span {
  font-size: 130%;
  font-weight: bold;
  color: #B9151D;
}

.info_ao_btn {
  background: #fff;
  border-radius: 30px;
  color: #000;
  font-weight: 700;
  font-size: 1.4rem;
  margin-top: 1em;
  padding: 5px;
  position: relative;
  text-align: center;
}
.info_ao_btn::before {
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  content: "";
  display: inline-block;
  height: 7px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 7px;
}

@media (max-width: 767px) {
  .admission_information {
    position: static;
    margin: 0 auto;
    padding: 15px;
    margin-bottom: 2em;
  }
}
.instructor-swiper {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
}
.instructor-swiper .swiper-slide {
  width: auto;
}

.p-courses_major__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-courses_major__item {
  display: flex;
  flex-direction: column;
  width: 49%;
}
@media screen and (max-width: 767px) {
  .p-courses_major__item {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-courses_major__item--title {
    font-size: 14px !important;
    line-height: 1.4em;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-courses_major__item .c-text {
    display: none;
  }
}
.p-courses_major__section-inner {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .p-courses_major__section-inner {
    margin-top: 0;
  }
}

.instructor-swiper .c-instructor__item {
  width: auto;
  margin-right: 0;
}

.p-courses-world__header {
  display: flex;
  max-width: 1024px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.p-courses-world__header-item {
  background-color: #9cb2d9;
  color: #fff;
  flex: 1;
  max-height: 550px;
}
.p-courses-world__header-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-courses-world__header-item:first-child {
  padding: 5% 0 0 5%;
}
.p-courses-world__header-item__number {
  font-size: 15px;
  padding-top: 0px;
  max-width: 1072px;
  margin-bottom: 10px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-courses-world__header-item__number {
    font-size: 10px !important;
    padding-top: 0;
  }
}
.p-courses-world__header-item__world {
  max-width: 1072px;
  margin: 0 auto;
  font-size: 70px;
  font-family: "Bellefair", serif;
  line-height: 1.1em;
  margin-bottom: 10px;
  letter-spacing: -0.05em;
}
@media (max-width: 768px) {
  .p-courses-world__header-item__world {
    font-size: 24px;
    margin-bottom: 0px;
    line-height: 1em;
    padding-left: 0 !important;
  }
}
.p-courses-world__header-item__world02 {
  max-width: 1072px;
  margin: 0 auto;
  font-size: 16px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-courses-world__header-item__world02 {
    font-size: 10px !important;
    margin-bottom: 20px;
  }
}
.p-courses-world__header-item__title {
  font-size: 30px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .p-courses-world__header-item__title {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.4em;
    margin-bottom: 20px;
  }
}
.p-courses_major {
  font-size: 16px;
  margin: 50px 10% 0 10%;
}
.p-courses_major__btn {
  color: #093284;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 30px;
  position: relative;
  text-decoration: underline;
}
.p-courses_major__btn::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  padding-right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/top/icon_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .p-courses_major {
    margin: 5%;
    margin-bottom: 100px;
  }
}
.p-courses_major__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .p-courses_major__wrap {
    display: block;
  }
}
.p-courses_major__item {
  display: flex;
  flex-direction: column;
  width: 49%;
}
@media (max-width: 768px) {
  .p-courses_major__item {
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }
}
.p-courses_major__item--title {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 10px;
}
.p-courses_major__item--image {
  margin-bottom: 20px;
}
.p-courses_major__item--image img {
  width: 100%;
  height: auto;
}
.p-courses_major__section-inner {
  margin-top: auto;
}
@media (max-width: 768px) {
  .p-courses_major__section-inner {
    margin-top: 0;
  }
}
.p-courses_major__title {
  font-size: 80px;
  font-family: "Bellefair", serif;
  line-height: 1.5em;
  margin-bottom: 30px;
  letter-spacing: -0.05em;
  position: relative;
}
@media (max-width: 768px) {
  .p-courses_major__title {
    font-size: 48px;
    line-height: 0.6em;
    margin-bottom: 40px;
  }
}
.p-courses_major__title span {
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  vertical-align: middle;
  letter-spacing: -0.05em;
  position: absolute;
  padding-left: 10px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-courses_major__title span {
    font-size: 11px;
    padding-left: 0;
  }
}

.p-courses__header-kv {
  height: 600px;
  background-size: cover;
  background-position: center;
}

.l-content__header-kv--sp {
  position: relative;
}
.l-content__header-kv--sp img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-content__header-kv--sp .l-content__header-kv--inner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 10;
  color: #fff;
  text-align: center;
}
.l-content__header-kv--sp .l-content__header-kv--inner .p-index_courses__item--world {
  font-size: 40px;
}
.l-content__header-kv--sp .l-content__header-kv--inner p {
  font-size: 14px;
}

.p-courses__index-item {
  display: none;
}
.p-courses__index-item.is-show {
  display: block;
}

.p-courses__index-row {
  display: flex;
  margin-bottom: 70px;
}

@media (max-width: 1023px) {
  .p-courses__index-row {
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .p-courses__index-row {
    margin-bottom: 40px;
  }
}
.p-courses__index-col--text {
  flex: 1;
  margin-right: 70px;
}

.p-courses__index-col--button {
  flex-basis: 418px;
  max-width: 418px;
}
.p-courses__index-col--button a .comingsoon {
  font-size: 70%;
  margin-top: 5px;
}

@media (max-width: 1023px) {
  .p-courses__index-col--text {
    flex-basis: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .p-courses__index-col--button {
    flex-basis: 100%;
    max-width: 100%;
  }
  .is-jazz .l-content__header-text {
    background: #003d79;
  }
  .is-next_year .is-jazz .l-content__header-text {
    background: #003d79;
  }
  .is-world02 .l-content__header-text {
    background: rgb(184, 34, 77);
  }
  .is-next_year .is-world02 .l-content__header-text {
    background: rgb(184, 34, 77);
  }
  .is-world03 .l-content__header-text {
    background: #b8224d;
  }
  .is-next_year .is-world03 .l-content__header-text {
    background: #b8224d;
  }
  .is-world04 .l-content__header-text {
    background: rgb(0, 116, 177);
  }
  .is-next_year .is-world04 .l-content__header-text {
    background: rgb(0, 116, 177);
  }
  .is-world05 .l-content__header-text {
    background: rgb(221, 106, 8);
  }
  .is-next_year .is-world05 .l-content__header-text {
    background: rgb(221, 106, 8);
  }
  .is-world06 .l-content__header-text {
    background: #0074b1;
  }
  .is-next_year .is-world06 .l-content__header-text {
    background: #0074b1;
  }
  .is-world07 .l-content__header-text {
    background: #448c4e;
  }
  .is-next_year .is-world07 .l-content__header-text {
    background: #448c4e;
  }
  .is-world08 .l-content__header-text {
    background: #e88100;
  }
  .is-next_year .is-world08 .l-content__header-text {
    background: #e88100;
  }
  .is-world09 .l-content__header-text {
    background: #7a62a9;
  }
  .is-next_year .is-world09 .l-content__header-text {
    background: #7a62a9;
  }
}
@media (max-width: 767px) {
  .p-courses__index-col--text {
    margin-bottom: 20px;
  }
}
.p-courses__nav-item {
  height: 300px;
  margin-bottom: 1px;
  background-position: center top;
  background-size: cover;
}
.p-courses__nav-item:last-child {
  margin: 0;
}
.p-courses__nav-item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .p-courses__nav-item {
    height: 200px;
  }
}
.p-courses__nav-heading {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 70px;
  transform: translateY(-50%);
  letter-spacing: 0.03em;
  color: #fff;
}

@media (max-width: 1023px) {
  .p-courses__nav-heading {
    font-size: 18px;
    font-size: 1.8rem;
    right: 0;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
  }
}
@media (max-width: 767px) {
  .p-courses__nav-heading {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.p-courses__nav-icon {
  position: absolute;
  z-index: 10;
  top: 40px;
  left: 40px;
}

@media (max-width: 1023px) {
  .p-courses__nav-icon {
    top: 30px;
    left: 30px;
  }
}
@media (max-width: 767px) {
  .p-courses__nav-icon {
    top: 20px;
    left: 20px;
  }
}
.p-courses__nav-overlay {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.6s;
}

.is-jazz .p-courses__nav-overlay {
  background-color: rgba(44, 35, 28, 0.6);
}

.is-next_year .is-jazz .p-courses__nav-overlay {
  background-color: rgba(10, 40, 26, 0.6);
}

.is-world02 .p-courses__nav-overlay {
  background-color: rgba(184, 34, 77, 0.6);
}

.is-next_year .is-world02 .p-courses__nav-overlay {
  background-color: rgba(184, 34, 77, 0.6);
}

.is-world03 .p-courses__nav-overlay {
  background-color: rgba(184, 34, 77, 0.6);
}

.is-next_year .is-world03 .p-courses__nav-overlay {
  background-color: rgba(184, 34, 77, 0.6);
}

.is-world04 .p-courses__nav-overlay {
  background-color: rgba(0, 116, 177, 0.6);
}

.is-next_year .is-world04 .p-courses__nav-overlay {
  background-color: rgba(0, 116, 177, 0.6);
}

.is-world05 .p-courses__nav-overlay {
  background-color: rgba(221, 106, 8, 0.6);
}

.is-next_year .is-world05 .p-courses__nav-overlay {
  background-color: rgba(221, 106, 8, 0.6);
}

a:hover .p-courses__nav-overlay {
  opacity: 0.5;
}

.p-courses__view-more {
  position: absolute;
  z-index: 10;
  right: 40px;
  bottom: 40px;
  color: #fff;
}
.p-courses__view-more .c-view-more__bar {
  background-color: #907b7a;
}
.p-courses__view-more .c-view-more__bar::before {
  background-color: #fff;
}

@media (max-width: 1023px) {
  .p-courses__view-more {
    right: 30px;
    bottom: 30px;
  }
}
@media (max-width: 767px) {
  .p-courses__view-more {
    right: 20px;
    bottom: 20px;
  }
}
.p-courses__feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 45px;
  background-color: #fff;
}
.p-courses__feature-item:last-child {
  margin-bottom: 0;
}

@media (max-width: 1023px) {
  .p-courses__feature-item {
    flex-wrap: wrap;
  }
}
.p-courses__feature-image {
  position: relative;
  flex-basis: 50%;
  max-width: 50%;
}
.p-courses__feature-image img {
  width: 100%;
}

@media (max-width: 1023px) {
  .p-courses__feature-image {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.p-courses__number {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  transform: translateX(50%);
}

.u-fd-rr .p-courses__number {
  right: auto;
  left: 0;
  transform: translateX(-50%);
}

@media (max-width: 1023px) {
  .p-courses__number {
    right: auto;
    left: 0;
    transform: translateX(0);
  }
  .u-fd-rr .p-courses__number {
    transform: translateX(0);
  }
}
.p-courses__feature-text-box {
  position: relative;
  flex-basis: 50%;
  max-width: 50%;
  padding: 60px;
}

@media (max-width: 1023px) {
  .p-courses__feature-text-box {
    flex-basis: 100%;
    max-width: 100%;
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .p-courses__feature-text-box {
    padding: 30px;
  }
}
.p-courses__feature-heading {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1;
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 30px;
  line-height: 1.4;
}

@media (max-width: 1023px) {
  .p-courses__feature-heading {
    font-size: 25px;
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .p-courses__feature-heading {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 15px;
  }
}
@media (max-width: 1023px) {
  .p-courses__feature-text {
    margin-bottom: 0;
  }
}
.p-courses__feature-view-more {
  margin-top: 50px;
}
.p-courses__feature-view-more .c-view-more {
  justify-content: flex-start;
}

@media (max-width: 1023px) {
  .p-courses__feature-view-more {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .p-courses__feature-view-more {
    margin-top: 20px;
  }
}
.p-courses__sub--mb {
  margin-bottom: 80px;
}

@media (max-width: 1023px) {
  .p-courses__sub--mb {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .p-courses__sub--mb {
    margin-bottom: 40px;
  }
}
.p-courses__sub-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -20px;
}

@media (max-width: 767px) {
  .p-courses__sub-row {
    margin: 0;
  }
}
.p-courses__sub-col {
  flex-basis: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  padding: 0;
}

@media (max-width: 767px) {
  .p-courses__sub-col {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    padding: 0;
  }
  .p-courses__sub-col:last-child {
    margin-bottom: 0;
  }
}
.p-courses__sub-item {
  height: 100%;
  padding: 40px;
  background-color: #fff;
}

@media (max-width: 1023px) {
  .p-courses__sub-item {
    padding: 25px 30px 25px;
  }
}
@media (max-width: 767px) {
  .p-courses__sub-item {
    padding: 20px 30px 20px;
  }
}
.p-courses__sub-heading {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 25px;
  padding-bottom: 15px;
  letter-spacing: 0.03em;
  color: #404040;
  border-bottom: 1px solid #404040;
}

.is-jazz .p-courses__sub-heading {
  color: #987a63;
  border-bottom: 1px solid #003d79;
}

.is-next_year .is-jazz .p-courses__sub-heading {
  color: #003d79;
  border-bottom: 1px solid #003d79;
}

.is-world02 .p-courses__sub-heading {
  color: rgb(184, 34, 77);
  border-bottom: 1px solid rgb(184, 34, 77);
}

.is-next_year .is-world02 .p-courses__sub-heading {
  color: rgb(184, 34, 77);
  border-bottom: 1px solid rgb(184, 34, 77);
}

.is-world03 .p-courses__sub-heading {
  color: #b8224d;
  border-bottom: 1px solid #b8224d;
}

.is-next_year .is-world03 .p-courses__sub-heading {
  color: #b8224d;
  border-bottom: 1px solid #b8224d;
}

.is-world04 .p-courses__sub-heading {
  color: rgb(0, 116, 177);
  border-bottom: 1px solid rgb(0, 116, 177);
}

.is-next_year .is-world04 .p-courses__sub-heading {
  color: #e95383;
  border-bottom: 1px solid rgb(0, 116, 177);
}

.is-world05 .p-courses__sub-heading {
  color: rgb(221, 106, 8);
  border-bottom: 1px solid rgb(221, 106, 8);
}

.is-next_year .is-world05 .p-courses__sub-heading {
  color: rgb(221, 106, 8);
  border-bottom: 1px solid rgb(221, 106, 8);
}

.is-world06 .p-courses__sub-heading {
  color: #0074b1;
  border-bottom: 1px solid #0074b1;
}

.is-next_year .is-world06 .p-courses__sub-heading {
  color: #0074b1;
  border-bottom: 1px solid #0074b1;
}

.is-world07 .p-courses__sub-heading {
  color: #448c4e;
  border-bottom: 1px solid #448c4e;
}

.is-next_year .is-world07 .p-courses__sub-heading {
  color: #448c4e;
  border-bottom: 1px solid #448c4e;
}

.is-world08 .p-courses__sub-heading {
  color: #e88100;
  border-bottom: 1px solid #e88100;
}

.is-next_year .is-world08 .p-courses__sub-heading {
  color: #e88100;
  border-bottom: 1px solid #e88100;
}

.is-world09 .p-courses__sub-heading {
  color: #7a62a9;
  border-bottom: 1px solid #7a62a9;
}

.is-next_year .is-world09 .p-courses__sub-heading {
  color: #7a62a9;
  border-bottom: 1px solid #7a62a9;
}

@media (max-width: 1023px) {
  .p-courses__sub-heading {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .p-courses__sub-heading {
    margin-bottom: 10px;
    padding-bottom: 5px;
  }
}
.p-courses__sub-text--sm {
  font-size: 12px;
  font-size: 1.2rem;
}

.p-courses__sub-list {
  width: 100%;
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}

.p-courses__sub-list-item {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 4px;
  position: relative;
  padding: 0 10px 0 25px;
}
.p-courses__sub-list-item::before {
  position: absolute;
  top: 0;
  left: 10px;
  content: "●";
}

.is-jazz .p-courses__sub-list-item::before {
  color: #003d79;
}

.is-next_year .is-jazz .p-courses__sub-list-item::before {
  color: #003d79;
}

.is-world02 .p-courses__sub-list-item::before {
  color: rgb(184, 34, 77);
}

.is-next_year .is-world02 .p-courses__sub-list-item::before {
  color: rgb(184, 34, 77);
}

.is-world03 .p-courses__sub-list-item::before {
  color: #b8224d;
}

.is-next_year .is-world03 .p-courses__sub-list-item::before {
  color: #b8224d;
}

.is-world04 .p-courses__sub-list-item::before {
  color: rgb(0, 116, 177);
}

.is-next_year .is-world04 .p-courses__sub-list-item::before {
  color: rgb(0, 116, 177);
}

.is-world05 .p-courses__sub-list-item::before {
  color: rgb(221, 106, 8);
}

.is-next_year .is-world05 .p-courses__sub-list-item::before {
  color: rgb(221, 106, 8);
}

.is-world06 .p-courses__sub-list-item::before {
  color: #0074b1;
}

.is-next_year .is-world06 .p-courses__sub-list-item::before {
  color: #0074b1;
}

.is-world07 .p-courses__sub-list-item::before {
  color: #448c4e;
}

.is-next_year .is-world07 .p-courses__sub-list-item::before {
  color: #448c4e;
}

.is-world08 .p-courses__sub-list-item::before {
  color: #e88100;
}

.is-next_year .is-world08 .p-courses__sub-list-item::before {
  color: #e88100;
}

.is-world09 .p-courses__sub-list-item::before {
  color: #7a62a9;
}

.is-next_year .is-world09 .p-courses__sub-list-item::before {
  color: #7a62a9;
}

@media (max-width: 1023px) {
  .p-courses__sub-list-item {
    max-width: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 767px) {
  .p-courses__sub-list-item {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.p-courses__curriculum {
  margin-top: -120px;
  margin-bottom: 80px;
  padding-top: 120px;
}

@media (max-width: 1023px) {
  .p-courses__curriculum {
    margin-top: -100px;
    margin-bottom: 60px;
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .p-courses__curriculum {
    margin-top: -80px;
    margin-bottom: 40px;
    padding-top: 80px;
  }
}
.p-courses__curriculum-item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.p-courses__curriculum-item:last-child {
  margin-bottom: 0;
}

@media (max-width: 1023px) {
  .p-courses__curriculum-item {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .p-courses__curriculum-item {
    margin-bottom: 30px;
  }
}
.p-courses__curriculum-no {
  flex-basis: 120px;
  max-width: 120px;
}
.p-courses__curriculum-no img {
  width: 100%;
}

@media (max-width: 1023px) {
  .p-courses__curriculum-no {
    flex-basis: 70px;
    max-width: 70px;
  }
}
@media (max-width: 767px) {
  .p-courses__curriculum-no {
    flex-basis: 50px;
    max-width: 50px;
  }
}
.p-courses__curriculum-text-box {
  flex: 1;
  margin: 0 40px 0 50px;
}

@media (max-width: 1023px) {
  .p-courses__curriculum-text-box {
    margin: 0 0 30px 30px;
  }
}
@media (max-width: 767px) {
  .p-courses__curriculum-text-box {
    margin: 0 0 20px 20px;
  }
}
.p-courses__curriculum-heading {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 20px;
}

@media (max-width: 1023px) {
  .p-courses__curriculum-heading {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .p-courses__curriculum-heading {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.p-courses__curriculum-text-image {
  flex-basis: 500px;
  max-width: 500px;
}
.p-courses__curriculum-text-image img {
  width: 100%;
}

@media (max-width: 1023px) {
  .p-courses__curriculum-text-image {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.p-courses__link {
  max-width: 960px;
  height: 300px;
  margin: 0 auto;
  background-position: center center;
  background-size: cover;
}
.p-courses__link a {
  position: relative;
  display: block;
  height: 100%;
  color: #404040;
}

@media (max-width: 1023px) {
  .p-courses__link {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .p-courses__link {
    height: 150px;
  }
}
.p-courses__link-button {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 100px;
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 660px;
  transform: translate(-50%, -50%);
  text-align: center;
  letter-spacing: 0.03em;
  background-color: rgba(255, 255, 255, 0.8);
}
.p-courses__link-button span {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 27px;
  transform: translateY(-50%);
  color: #9f8753;
}

.is-jazz .p-courses__link-button span {
  color: #003d79;
}

.is-world02 .p-courses__link-button span {
  color: rgb(184, 34, 77);
}

.is-world03 .p-courses__link-button span {
  color: #b8224d;
}

.is-world04 .p-courses__link-button span {
  color: rgb(0, 116, 177);
}

.is-world05 .p-courses__link-button span {
  color: rgb(221, 106, 8);
}

.is-world06 .p-courses__link-button span {
  color: #0074b1;
}

.is-world07 .p-courses__link-button span {
  color: #448c4e;
}

.is-world08 .p-courses__link-button span {
  color: #e88100;
}

.is-world09 .p-courses__link-button span {
  color: #7a62a9;
}

@media (max-width: 1023px) {
  .p-courses__link-button {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 50px;
    max-width: 70%;
  }
  .p-courses__link-button span {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    right: 30px;
  }
}
@media (max-width: 767px) {
  .p-courses__link-button {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 50px;
    max-width: 85%;
  }
  .p-courses__link-button span {
    font-size: 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    right: 20px;
  }
}
.p-courses__curriculum-nav-list {
  display: flex;
  justify-content: center;
  margin: 0 -1px;
}

@media (max-width: 767px) {
  .p-courses__curriculum-nav-list {
    display: block;
    margin: 0;
  }
}
.p-courses__curriculum-nav-item {
  flex-basis: 33.3333%;
  max-width: 33.3333%;
  padding: 0 1px;
}

@media (max-width: 1023px) {
  .p-courses__curriculum-nav-item {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .p-courses__curriculum-nav-item {
    max-width: 100%;
  }
  .p-courses__curriculum-nav-item + .p-courses__curriculum-nav-item {
    margin-top: 10px;
  }
}
.p-courses__curriculum-nav-item-inner {
  position: relative;
}
.p-courses__curriculum-nav-item-inner a {
  display: block;
}

.p-courses__curriculum-nav-title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 20px;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}

@media (max-width: 1023px) {
  .p-courses__curriculum-nav-title {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .p-courses__curriculum-nav-title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-courses__curriculum-nav-icon {
  position: absolute;
  z-index: 10;
  top: 10px;
  left: 10px;
}

@media (max-width: 1023px) {
  .p-courses__curriculum-nav-icon {
    top: 5px;
    left: 5px;
  }
}
@media (max-width: 767px) {
  .p-courses__curriculum-nav-icon {
    top: 10px;
    left: 10px;
  }
}
.p-courses__curriculum-nav-view-more {
  position: absolute;
  z-index: 10;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  color: #fff;
}
.p-courses__curriculum-nav-view-more .c-view-more__bar {
  background-color: #907b7a;
}
.p-courses__curriculum-nav-view-more .c-view-more__bar::before {
  background-color: #fff;
}

.p-courses__curriculum-nav-item-overlay {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(43, 17, 27, 0.6);
}

.p-courses__curriculum-nav-item-image img {
  width: 100%;
}

.courses_feature_detail .feature_detail {
  margin-top: 80px;
}
.courses_feature_detail .feature_detail + .feature_detail {
  margin-top: 60px;
}
.courses_feature_detail .title {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #987a63;
  border-top: solid 2px #987a63;
  padding-top: 30px;
}
.courses_feature_detail .subtitle {
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1;
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 30px;
  margin-top: 10px;
}
.courses_feature_detail .photos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.courses_feature_detail .photos .photo {
  width: 25%;
  height: auto;
}
.courses_feature_detail .photos .photo img {
  width: 100%;
  height: auto;
}
.courses_feature_detail .p-courses__feature-text {
  margin-top: 30px;
  max-width: 767px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1023px) {
  .courses_feature_detail .title {
    font-size: 18px;
    font-size: 1.8rem;
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .courses_feature_detail .title {
    font-size: 16px;
    font-size: 1.6rem;
    padding-top: 15px;
  }
}
@media (max-width: 1023px) {
  .courses_feature_detail .subtitle {
    font-size: 25px;
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .courses_feature_detail .subtitle {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .courses_feature_detail .p-courses__feature-text {
    margin-top: 15px;
  }
  .courses_feature_detail .feature_detail {
    margin-top: 50px;
  }
  .courses_feature_detail .feature_detail + .feature_detail {
    margin-top: 30px;
  }
  .courses_feature_detail .photos .photo {
    width: 50%;
  }
}
.courses_world_feature {
  padding-bottom: 0;
}

.courses_works {
  margin-top: -30px;
}
.courses_works .item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.courses_works .item .photo {
  width: 48%;
}
.courses_works .item .photo img {
  width: 100%;
  height: auto;
}
.courses_works .item .txt {
  width: 48%;
}
.courses_works .item .title {
  font-size: 20px;
  font-size: 2rem;
}
.courses_works .item p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 10px;
}

@media (max-width: 1023px) {
  .courses_works .item.title {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .courses_works .item p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .courses_works .item .photo {
    width: 100%;
  }
  .courses_works .item .txt {
    width: 100%;
    margin-top: 10px;
  }
  .courses_works .item .title {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .courses_works .item p {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 5px;
  }
}
.courses_works_txt {
  margin-top: -20px;
}
.courses_works_txt .item {
  display: flex;
  align-items: center;
  border-left: solid 1px #ddd;
}
.courses_works_txt .item .title {
  width: 40%;
  text-align: center;
  font-size: 160%;
  line-height: 1.4;
  margin: 0;
  min-height: 5em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.courses_works_txt .item .txt {
  width: 60%;
  text-align: left;
  padding-left: 15px;
}
.courses_works_txt .item .txt p {
  font-size: 120%;
  line-height: 1.5;
  margin-top: 0;
}
.courses_works_txt + .courses_works_title {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .courses_works_txt {
    margin-top: -10px;
  }
  .courses_works_txt .item {
    display: block;
    border-left: 0;
    margin-top: 20px;
  }
  .courses_works_txt .item .title {
    width: 100%;
    font-size: 150%;
    min-height: inherit;
    text-align: left;
    justify-content: flex-start;
  }
  .courses_works_txt .item .txt {
    width: 100%;
    padding-left: 0;
    margin-top: 0.5em;
  }
  .courses_works_txt .item + .item {
    margin-top: 20px;
    border-top: solid 1px #ddd;
    padding-top: 20px;
  }
  .courses_works_txt + .courses_works_title {
    margin-top: 30px;
  }
}
.courses_works_title {
  font-size: 220%;
  line-height: 1.4;
  text-align: center;
}

@media (max-width: 767px) {
  .courses_works_title {
    font-size: 160%;
  }
}
.courses_ehl {
  margin-top: 80px;
}
.courses_ehl .img img {
  width: 100%;
  height: auto;
}
.courses_ehl .profile {
  max-width: 1023px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 25px;
  background: #987a63;
  color: #fff;
}
.courses_ehl .profile .img {
  width: 32%;
}
.courses_ehl .profile .txt {
  width: 65%;
  text-align: left;
  box-sizing: border-box;
}
.courses_ehl .profile .title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
}
.courses_ehl .profile p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 15px;
}
.courses_ehl .content {
  margin-top: 80px;
}
.courses_ehl .content_headline {
  border-top: solid 1px #987a63;
  padding-top: 40px;
  text-align: center;
}
.courses_ehl .content_headline .title {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.5;
}
.courses_ehl .content_headline .subtitle {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
}
.courses_ehl .content_headline .read {
  font-size: 22px;
  font-size: 2.2rem;
  margin-top: 15px;
  line-height: 1.5;
}
.courses_ehl .content_headline p {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 30px;
  line-height: 1.8;
}
.courses_ehl .program .item {
  margin-top: 50px;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
}
.courses_ehl .program .img {
  position: relative;
  width: 100%;
}
.courses_ehl .program .number {
  font-size: 22px;
  font-size: 2.2rem;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  background-size: 40px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  overflow: hidden;
}
.courses_ehl .program .title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-top: 15px;
  color: #987a63;
}
.courses_ehl .program p {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 10px;
  line-height: 1.8;
}
.courses_ehl .oversea .img {
  margin-top: 40px;
}
.courses_ehl .oversea p {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 20px;
  line-height: 1.8;
}

@media (max-width: 1023px) {
  .courses_ehl {
    margin-top: 60px;
  }
  .courses_ehl .profile .title {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .courses_ehl .profile p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .courses_ehl {
    margin-top: 30px;
  }
  .courses_ehl .profile {
    padding: 25px;
  }
  .courses_ehl .profile .img {
    width: 100%;
  }
  .courses_ehl .profile .txt {
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    margin-top: 15px;
  }
  .courses_ehl .profile .title {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .courses_ehl .profile p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 10px;
  }
}
@media (max-width: 1023px) {
  .courses_ehl .content {
    margin-top: 60px;
  }
  .courses_ehl .content_headline {
    padding-top: 30px;
    text-align: center;
  }
  .courses_ehl .content_headline .title {
    font-size: 25px;
    font-size: 2.5rem;
  }
  .courses_ehl .content_headline .subtitle {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .courses_ehl .content_headline .read {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 15px;
    line-height: 1.5;
  }
  .courses_ehl .content_headline p {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 20px;
    line-height: 1.8;
  }
}
@media (max-width: 767px) {
  .courses_ehl .content {
    margin-top: 40px;
  }
  .courses_ehl .content_headline {
    padding-top: 20px;
    text-align: center;
  }
  .courses_ehl .content_headline .title,
  .courses_ehl .content_headline .subtitle {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 800;
  }
  .courses_ehl .content_headline .read {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 15px;
    line-height: 1.5;
  }
  .courses_ehl .content_headline p {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 15px;
    line-height: 1.8;
    text-align: left;
  }
}
@media (max-width: 1023px) {
  .courses_ehl .program .item {
    margin-top: 40px;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
  }
  .courses_ehl .program .img {
    position: relative;
    width: 100%;
  }
  .courses_ehl .program .number {
    font-size: 22px;
    font-size: 2.2rem;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
    background-size: 40px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    overflow: hidden;
  }
  .courses_ehl .program .title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
    margin-top: 15px;
    color: #987a63;
  }
  .courses_ehl .program p {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 10px;
    line-height: 1.8;
  }
  .courses_ehl .oversea .img {
    margin-top: 4 px;
  }
  .courses_ehl .oversea p {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 20px;
    line-height: 1.8;
  }
}
@media (max-width: 767px) {
  .courses_ehl .program .item {
    margin-top: 30px;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
  }
  .courses_ehl .program .item_4_1 {
    width: 100%;
    margin-right: 0;
  }
  .courses_ehl .program .img {
    position: relative;
    width: 100%;
  }
  .courses_ehl .program .title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
    margin-top: 10px;
    color: #987a63;
  }
  .courses_ehl .program p {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 5px;
    line-height: 1.8;
  }
  .courses_ehl .oversea .img {
    margin-top: 20px;
  }
  .courses_ehl .oversea p {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 15px;
    line-height: 1.8;
  }
}
.course_content {
  margin-top: 80px;
}
.course_content .title {
  font-size: 200%;
  line-height: 1.6;
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.course_content p {
  font-size: 160%;
  line-height: 2;
}
.course_content * + p {
  margin-top: 1em;
}

@media (max-width: 767px) {
  .course_content {
    margin-top: 50px;
  }
  .course_content .title {
    font-size: 160%;
  }
  .course_content p {
    font-size: 130%;
  }
  .course_content * + p {
    margin-top: 0.7em;
  }
  .course_content .title + p {
    margin-top: 1em;
  }
  .course_content .item + .item {
    margin-top: 30px;
  }
}
.course_charm .item {
  border-width: 1px;
  border-style: solid;
  padding: 30px;
  padding-top: 20px;
}
.course_charm .item .c-list-point__icon {
  margin-top: -50px;
}

@media (max-width: 767px) {
  .course_charm .item {
    padding: 20px;
  }
  .course_charm .item .c-list-point__icon {
    margin: 0 auto;
    margin-top: -40px;
  }
}
.course_pickup {
  padding-top: 50px;
}

.course_point {
  padding-bottom: 30px;
}
.course_point .point_title {
  text-align: center;
  margin-top: -20px;
  font-size: 220%;
  line-height: 1.6;
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.course_point .specialist_txt_box {
  margin-top: 30px;
}
.course_point .point_box + .point_box {
  margin-top: 60px;
}
.course_point .point_detail {
  max-width: 960px;
  margin: 0 auto;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .course_point {
    padding-bottom: 0;
  }
  .course_point .point_title {
    text-align: left;
    font-size: 150%;
    padding-left: 50px;
    margin-top: -31px;
  }
  .course_point .specialist_txt_box {
    margin-top: 25px;
  }
  .course_point .point_box + .point_box {
    margin-top: 30px;
  }
  .course_point .point_detail,
  .course_point .item + .item {
    margin-top: 15px;
  }
}
.course_sangaku {
  margin-top: 0;
}
.course_sangaku .corporate_list {
  border: solid 1px #9f8753;
  padding: 30px;
}
.course_sangaku .corporate_list ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -15px;
}
.course_sangaku .corporate_list ul li {
  width: 33.3%;
  font-size: 150%;
  line-height: 1.6;
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #9f8753;
  text-align: center;
  margin-top: 15px;
}
.course_sangaku .project_list {
  margin-top: 40px;
}
.course_sangaku .project_list .title {
  text-align: center;
}
.course_sangaku .project_list .slide .title {
  font-size: 120%;
}

.sangaku_slider_wrp .title span {
  text-align: left !important;
}

@media (max-width: 767px) {
  .course_sangaku .corporate_list {
    padding: 20px;
  }
  .course_sangaku .corporate_list ul {
    margin-top: -5px;
  }
  .course_sangaku .corporate_list ul li {
    width: 100%;
    font-size: 120%;
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .course_sangaku .project_list {
    margin-top: 30px;
  }
}
.sangaku_carousel_slider {
  margin-top: 20px;
  padding-bottom: 20px;
  background: #fff;
}
.sangaku_carousel_slider .slider {
  position: relative;
  opacity: 0;
}
.sangaku_carousel_slider .slider .slide {
  position: relative;
  background: #fff;
}
.sangaku_carousel_slider .slider .slide img {
  width: 100%;
}
.sangaku_carousel_slider.noslider {
  background: none;
  padding-bottom: 0;
}
.sangaku_carousel_slider.noslider .slick_slider {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.sangaku_carousel_slider.noslider .slick_slider .slide {
  width: 33.3%;
  padding-bottom: 20px;
}
.sangaku_carousel_slider.slider_num2 .pager, .sangaku_carousel_slider.slider_num3 .pager {
  display: none;
}
.sangaku_carousel_slider .slider .pager {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 75px;
  z-index: 5;
  transform: translateY(-10px);
}
.sangaku_carousel_slider .slider .prev {
  left: -30px;
}
.sangaku_carousel_slider .slider .next {
  right: -30px;
}
.sangaku_carousel_slider .slider .pager a {
  display: block;
  width: 30px;
  height: 75px;
  overflow: hidden;
  text-indent: -200%;
  position: relative;
  background: none;
}
.sangaku_carousel_slider .slider .pager a:hover {
  opacity: 0.7;
}
.sangaku_carousel_slider .slider .pager a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-right: solid 1px #9f8753;
  border-bottom: solid 1px #9f8753;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg) translate(-2px, -2px);
  transition: all 0.3s;
}
.sangaku_carousel_slider .slider .prev a:after {
  transform: rotate(135deg) translate(-2px, -2px);
  border-right: solid 1px #9f8753;
  border-bottom: solid 1px #9f8753;
}
.sangaku_carousel_slider .slider .slide .photo img {
  width: inherit;
  max-width: 100%;
  min-width: 100%;
  height: auto;
}
.sangaku_carousel_slider .slider .slide .photo .logo {
  margin: 0 auto;
  margin-top: 10px;
  width: 60%;
}

@media only screen and (max-width: 736px) {
  .sangaku_carousel_slider {
    margin-top: 15px;
  }
  .sangaku_carousel_slider .slider .slide {
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  .sangaku_carousel_slider.slider_num3 .pager {
    display: block;
  }
  .sangaku_carousel_slider.slider_num2 .pager {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .sangaku_carousel_slider .slider .prev {
    left: -30px;
  }
  .sangaku_carousel_slider .slider .next {
    right: -30px;
  }
}
@media screen and (max-width: 1023px) {
  .sangaku_carousel_slider .slider .pager a:after {
    border-right: solid 1px #9f8753;
    border-bottom: solid 1px #9f8753;
  }
}
.course_merit {
  margin-top: 0;
  padding-bottom: 80px;
}
.course_merit .merit_box_wrp {
  margin: 0 auto;
  margin-top: -50px;
  max-width: 960px;
}
.course_merit .merit_box {
  background: #f7f3ec;
  padding: 30px;
  padding-top: 10px;
  margin-top: 50px;
}
.course_merit .c-list-point__icon {
  margin-top: -40px;
  margin-bottom: 20px;
}
.course_merit .title {
  margin-top: 20px;
  color: #9f8753;
}
.course_merit p {
  font-size: 140%;
}

@media (max-width: 767px) {
  .course_merit {
    padding-bottom: 40px;
  }
  .course_merit .c-list-point__icon {
    margin: 0 auto;
    margin-top: -30px;
    margin-bottom: 10px;
  }
  .course_merit .title {
    margin-top: 15px;
  }
  .course_merit p {
    font-size: 120%;
  }
}
.course_qualifications {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .course_links .btn + .btn {
    margin-top: 10px;
  }
}
.specialist_hader_txt {
  line-height: 61px;
  margin-left: 10px;
  font-size: 1.8rem;
}

.specialist_txt_box {
  max-width: 960px;
  background: #f7f3ec;
  margin: 60px auto 0;
  padding: 30px 30px 50px 30px;
}
.specialist_txt_box h3 {
  text-align: center;
  color: #a58745;
  font-size: 2.2rem;
}
.specialist_txt_box p {
  margin-top: 20px;
  line-height: 30px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .specialist_hader_txt {
    line-height: 40px;
    margin-left: 5px;
    font-size: 1.4rem;
  }
  .specialist_txt_box {
    margin: 40px auto 0;
    padding: 20px 20px 30px 20px;
  }
  .specialist_txt_box h3 {
    font-size: 1.8rem;
  }
  .specialist_txt_box p {
    margin-top: 10px;
    line-height: 2;
    font-size: 1.4rem;
  }
}
.is-jazz a {
  color: #003d79;
}

.is-jazz .c-heading-3::before {
  color: #003d79;
}

.is-jazz .c-heading-3__en {
  color: #003d79;
}

.is-jazz .c-heading-3__en::before {
  background-color: #003d79;
}

.is-jazz .c-heading-3__en::after {
  background-color: #003d79;
}

.is-jazz .l-content__header-bg {
  background: #003d79;
}

.is-next_year .is-jazz .l-content__header-bg {
  background: #003d79;
}

.is-world02 a {
  color: rgb(184, 34, 77);
}

.is-world02 .c-heading-3::before {
  color: rgb(184, 34, 77);
}

.is-world02 .c-heading-3__en {
  color: rgb(184, 34, 77);
}

.is-world02 .c-heading-3__en::before {
  background-color: rgb(184, 34, 77);
}

.is-world02 .c-heading-3__en::after {
  background-color: rgb(184, 34, 77);
}

.is-world02 .l-content__header-bg {
  background: rgb(184, 34, 77);
}

.is-next_year .is-world02 .l-content__header-bg {
  background: rgb(184, 34, 77);
}

.is-world03 a {
  color: #b8224d;
}

.is-world03 .c-heading-3::before {
  color: #b8224d;
}

.is-world03 .c-heading-3__en {
  color: #b8224d;
}

.is-world03 .c-heading-3__en::before {
  background-color: #b8224d;
}

.is-world03 .c-heading-3__en::after {
  background-color: #b8224d;
}

.is-world03 .l-content__header-bg {
  background: #b8224d;
}

.is-next_year .is-world03 .l-content__header-bg {
  background: #b8224d;
}

.is-world04 a {
  color: rgb(0, 116, 177);
}

.is-world04 .c-heading-3::before {
  color: rgb(0, 116, 177);
}

.is-world04 .c-heading-3__en {
  color: rgb(0, 116, 177);
}

.is-world04 .c-heading-3__en::before {
  background-color: rgb(0, 116, 177);
}

.is-world04 .c-heading-3__en::after {
  background-color: rgb(0, 116, 177);
}

.is-world04 .l-content__header-bg {
  background: rgb(0, 116, 177);
}

.is-next_year .is-world04 .l-content__header-bg {
  background: rgb(0, 116, 177);
}

.is-world05 a {
  color: rgb(221, 106, 8);
}

.is-world05 .c-heading-3::before {
  color: rgb(221, 106, 8);
}

.is-world05 .c-heading-3__en {
  color: rgb(221, 106, 8);
}

.is-world05 .c-heading-3__en::before {
  background-color: rgb(221, 106, 8);
}

.is-world05 .c-heading-3__en::after {
  background-color: rgb(221, 106, 8);
}

.is-world05 .l-content__header-bg {
  background: rgb(221, 106, 8);
}

.is-next_year .is-world05 .l-content__header-bg {
  background: rgb(221, 106, 8);
}

.is-world06 a {
  color: #0074b1;
}

.is-world06 .c-heading-3::before {
  color: #0074b1;
}

.is-world06 .c-heading-3__en {
  color: #0074b1;
}

.is-world06 .c-heading-3__en::before {
  background-color: #0074b1;
}

.is-world06 .c-heading-3__en::after {
  background-color: #0074b1;
}

.is-world06 .l-content__header-bg {
  background: #0074b1;
}

.is-next_year .is-world06 .l-content__header-bg {
  background: #0074b1;
}

.is-world07 a {
  color: #448c4e;
}

.is-world07 .c-heading-3::before {
  color: #448c4e;
}

.is-world07 .c-heading-3__en {
  color: #448c4e;
}

.is-world07 .c-heading-3__en::before {
  background-color: #448c4e;
}

.is-world07 .c-heading-3__en::after {
  background-color: #448c4e;
}

.is-world07 .l-content__header-bg {
  background: #448c4e;
}

.is-next_year .is-world07 .l-content__header-bg {
  background: #448c4e;
}

.is-world08 a {
  color: #e88100;
}

.is-world08 .c-heading-3::before {
  color: #e88100;
}

.is-world08 .c-heading-3__en {
  color: #e88100;
}

.is-world08 .c-heading-3__en::before {
  background-color: #e88100;
}

.is-world08 .c-heading-3__en::after {
  background-color: #e88100;
}

.is-world08 .l-content__header-bg {
  background: #e88100;
}

.is-next_year .is-world08 .l-content__header-bg {
  background: #e88100;
}

.is-world09 a {
  color: #7a62a9;
}

.is-world09 .c-heading-3::before {
  color: #7a62a9;
}

.is-world09 .c-heading-3__en {
  color: #7a62a9;
}

.is-world09 .c-heading-3__en::before {
  background-color: #7a62a9;
}

.is-world09 .c-heading-3__en::after {
  background-color: #7a62a9;
}

.is-world09 .l-content__header-bg {
  background: #7a62a9;
}

.is-next_year .is-world09 .l-content__header-bg {
  background: #7a62a9;
}

.l-content__header-bg--2 {
  height: 20px;
}

.is-jazz .menu-dropdown__content-heading {
  border-color: #003d79;
}
.is-jazz .menu-dropdown__content-heading a {
  color: #003d79;
}

.is-next_year .is-jazz .menu-dropdown__content-heading {
  border-color: #003d79;
}
.is-next_year .is-jazz .menu-dropdown__content-heading a {
  color: #003d79;
}

.is-jazz .menu-dropdown__content-list-item a::after {
  color: #003d79;
}

.is-jazz .is-next_year .menu-dropdown__content-list-item a::after {
  color: #003d79;
}

.is-world02 .menu-dropdown__content-heading {
  border-color: rgb(184, 34, 77);
}
.is-world02 .menu-dropdown__content-heading a {
  color: rgb(184, 34, 77);
}

.is-next_year .is-world02 .menu-dropdown__content-heading {
  border-color: rgb(184, 34, 77);
}
.is-next_year .is-world02 .menu-dropdown__content-heading a {
  color: rgb(184, 34, 77);
}

.is-world02 .menu-dropdown__content-list-item a::after {
  color: rgb(184, 34, 77);
}

.is-world02 .is-next_year .menu-dropdown__content-list-item a::after {
  color: rgb(184, 34, 77);
}

.is-world03 .menu-dropdown__content-heading {
  border-color: #b8224d;
}
.is-world03 .menu-dropdown__content-heading a {
  color: #b8224d;
}

.is-next_year .is-world03 .menu-dropdown__content-heading {
  border-color: #b8224d;
}
.is-next_year .is-world03 .menu-dropdown__content-heading a {
  color: #b8224d;
}

.is-world03 .menu-dropdown__content-list-item a::after {
  color: #b8224d;
}

.is-world03 .is-next_year .menu-dropdown__content-list-item a::after {
  color: #b8224d;
}

.is-world04 .menu-dropdown__content-heading {
  border-color: rgb(0, 116, 177);
}
.is-world04 .menu-dropdown__content-heading a {
  color: rgb(0, 116, 177);
}

.is-next_year .is-world04 .menu-dropdown__content-heading {
  border-color: rgb(0, 116, 177);
}
.is-next_year .is-world04 .menu-dropdown__content-heading a {
  color: rgb(0, 116, 177);
}

.is-world04 .menu-dropdown__content-list-item a::after {
  color: rgb(0, 116, 177);
}

.is-world04 .is-next_year .menu-dropdown__content-list-item a::after {
  color: rgb(0, 116, 177);
}

.is-world05 .menu-dropdown__content-heading {
  border-color: rgb(221, 106, 8);
}
.is-world05 .menu-dropdown__content-heading a {
  color: rgb(221, 106, 8);
}

.is-next_year .is-world05 .menu-dropdown__content-heading {
  border-color: rgb(221, 106, 8);
}
.is-next_year .is-world05 .menu-dropdown__content-heading a {
  color: rgb(221, 106, 8);
}

.is-world05 .menu-dropdown__content-list-item a::after {
  color: rgb(221, 106, 8);
}

.is-world05 .is-next_year .menu-dropdown__content-list-item a::after {
  color: rgb(221, 106, 8);
}

.is-world06 .menu-dropdown__content-heading {
  border-color: #0074b1;
}
.is-world06 .menu-dropdown__content-heading a {
  color: #0074b1;
}

.is-next_year .is-world06 .menu-dropdown__content-heading {
  border-color: #0074b1;
}
.is-next_year .is-world06 .menu-dropdown__content-heading a {
  color: #0074b1;
}

.is-world06 .menu-dropdown__content-list-item a::after {
  color: #0074b1;
}

.is-world06 .is-next_year .menu-dropdown__content-list-item a::after {
  color: #0074b1;
}

.is-world07 .menu-dropdown__content-heading {
  border-color: #448c4e;
}
.is-world07 .menu-dropdown__content-heading a {
  color: #448c4e;
}

.is-next_year .is-world07 .menu-dropdown__content-heading {
  border-color: #448c4e;
}
.is-next_year .is-world07 .menu-dropdown__content-heading a {
  color: #448c4e;
}

.is-world07 .menu-dropdown__content-list-item a::after {
  color: #448c4e;
}

.is-world07 .is-next_year .menu-dropdown__content-list-item a::after {
  color: #448c4e;
}

.is-world08 .menu-dropdown__content-heading {
  border-color: #e88100;
}
.is-world08 .menu-dropdown__content-heading a {
  color: #e88100;
}

.is-next_year .is-world08 .menu-dropdown__content-heading {
  border-color: #e88100;
}
.is-next_year .is-world08 .menu-dropdown__content-heading a {
  color: #e88100;
}

.is-world08 .menu-dropdown__content-list-item a::after {
  color: #e88100;
}

.is-world08 .is-next_year .menu-dropdown__content-list-item a::after {
  color: #e88100;
}

.is-world09 .menu-dropdown__content-heading {
  border-color: #7a62a9;
}
.is-world09 .menu-dropdown__content-heading a {
  color: #7a62a9;
}

.is-next_year .is-world09 .menu-dropdown__content-heading {
  border-color: #7a62a9;
}
.is-next_year .is-world09 .menu-dropdown__content-heading a {
  color: #7a62a9;
}

.is-world09 .menu-dropdown__content-list-item a::after {
  color: #7a62a9;
}

.is-world09 .is-next_year .menu-dropdown__content-list-item a::after {
  color: #7a62a9;
}

.menu-dropdown__content-list-item a:hover {
  color: #9f8753;
}

.is-jazz .menu-dropdown__content-list-item a:hover {
  color: #003d79;
}

.is-jazz .is-next_year .menu-dropdown__content-list-item a:hover {
  color: #003d79;
}

.is-jazz .l-content__header-heading-en {
  color: #003d79;
}

.is-next_year .is-jazz .l-content__header-heading-en {
  color: #003d79;
}

.is-world02 .menu-dropdown__content-list-item a:hover {
  color: rgb(184, 34, 77);
}

.is-world02 .is-next_year .menu-dropdown__content-list-item a:hover {
  color: rgb(184, 34, 77);
}

.is-world02 .l-content__header-heading-en {
  color: rgb(184, 34, 77);
}

.is-next_year .is-world02 .l-content__header-heading-en {
  color: rgb(184, 34, 77);
}

.is-world03 .menu-dropdown__content-list-item a:hover {
  color: #b8224d;
}

.is-world03 .is-next_year .menu-dropdown__content-list-item a:hover {
  color: #b8224d;
}

.is-world03 .l-content__header-heading-en {
  color: #b8224d;
}

.is-next_year .is-world03 .l-content__header-heading-en {
  color: #b8224d;
}

.is-world04 .menu-dropdown__content-list-item a:hover {
  color: rgb(0, 116, 177);
}

.is-world04 .is-next_year .menu-dropdown__content-list-item a:hover {
  color: rgb(0, 116, 177);
}

.is-world04 .l-content__header-heading-en {
  color: rgb(0, 116, 177);
}

.is-next_year .is-world04 .l-content__header-heading-en {
  color: rgb(0, 116, 177);
}

.is-world05 .menu-dropdown__content-list-item a:hover {
  color: rgb(221, 106, 8);
}

.is-world05 .is-next_year .menu-dropdown__content-list-item a:hover {
  color: rgb(221, 106, 8);
}

.is-world05 .l-content__header-heading-en {
  color: rgb(221, 106, 8);
}

.is-next_year .is-world05 .l-content__header-heading-en {
  color: rgb(221, 106, 8);
}

.is-world06 .menu-dropdown__content-list-item a:hover {
  color: #0074b1;
}

.is-world06 .is-next_year .menu-dropdown__content-list-item a:hover {
  color: #0074b1;
}

.is-world06 .l-content__header-heading-en {
  color: #0074b1;
}

.is-next_year .is-world06 .l-content__header-heading-en {
  color: #0074b1;
}

.is-world07 .menu-dropdown__content-list-item a:hover {
  color: #448c4e;
}

.is-world07 .is-next_year .menu-dropdown__content-list-item a:hover {
  color: #448c4e;
}

.is-world07 .l-content__header-heading-en {
  color: #448c4e;
}

.is-next_year .is-world07 .l-content__header-heading-en {
  color: #448c4e;
}

.is-world08 .menu-dropdown__content-list-item a:hover {
  color: #e88100;
}

.is-world08 .is-next_year .menu-dropdown__content-list-item a:hover {
  color: #e88100;
}

.is-world08 .l-content__header-heading-en {
  color: #e88100;
}

.is-next_year .is-world08 .l-content__header-heading-en {
  color: #e88100;
}

.is-world09 .menu-dropdown__content-list-item a:hover {
  color: #7a62a9;
}

.is-world09 .is-next_year .menu-dropdown__content-list-item a:hover {
  color: #7a62a9;
}

.is-world09 .l-content__header-heading-en {
  color: #7a62a9;
}

.is-next_year .is-world09 .l-content__header-heading-en {
  color: #7a62a9;
}

.is-jazz .c-balloon-octagon {
  background-image: url(../images/common/balloon-octagon-jazz.svg);
}

.is-world02 .c-balloon-octagon {
  background-image: url(../images/common/balloon-octagon-world02.svg);
}

.is-world03 .c-balloon-octagon {
  background-image: url(../images/common/balloon-octagon-world03.svg);
}

.is-world04 .c-balloon-octagon {
  background-image: url(../images/common/balloon-octagon-world04.svg);
}

.is-world05 .c-balloon-octagon {
  background-image: url(../images/common/balloon-octagon-world05.svg);
}

.is-world06 .c-balloon-octagon {
  background-image: url(../images/common/balloon-octagon-world06.svg);
}

.is-world07 .c-balloon-octagon {
  background-image: url(../images/common/balloon-octagon-world07.svg);
}

.is-world08 .c-balloon-octagon {
  background-image: url(../images/common/balloon-octagon-world08.svg);
}

.is-world09 .c-balloon-octagon {
  background-image: url(../images/common/balloon-octagon-world09.svg);
}

.p-courses__sub-list-item.mt::before {
  position: absolute;
  top: 0;
  left: 10px;
  content: "■";
  color: #b69817;
}

.course_content p.cap {
  font-size: 85%;
}

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

.berklee_cir {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
  display: block;
  margin: 0 auto;
  padding: 24px 0 0 0;
  max-width: 80px;
  width: 80px;
  height: 80px;
  letter-spacing: 0.05em;
  color: #fff;
  background: #947728;
  border-radius: 40px;
}

.berklee_cir span.num {
  display: inline-block;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Bellefair", YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 0.8;
  letter-spacing: 0.1em;
}

.berklee_cir span.fs {
  display: inline-block;
  vertical-align: baseline;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
}

.berklee .courses_ehl {
  margin-top: 0;
}

.berklee .courses_ehl .content_headline {
  border-top: solid 0px #987a63;
  padding-top: 40px;
  padding-bottom: 20px;
}

.berklee .courses_ehl .berklee_title {
  margin-top: 40px;
  color: rgb(221, 106, 8);
  font-size: 200%;
  font-family: "Bellefair", serif;
}

.berklee .courses_ehl .berklee_block {
  width: 100%;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 40px;
  background: rgba(221, 106, 8, 0.25);
}

.berklee .courses_ehl .berklee_block .img {
  width: 32%;
  margin-bottom: 40px;
}

.berklee .courses_ehl .img img {
  width: 100%;
  height: auto;
}

.berklee .courses_ehl .berklee_block .txt {
  width: 65%;
  text-align: left;
  box-sizing: border-box;
  margin-bottom: 40px;
}

.berklee .courses_ehl .berklee_block p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 15px;
  text-align: left;
}

.berklee .courses_ehl .berklee_block .berklee_logo img {
  width: 240px;
  height: auto;
}

.berklee .courses_ehl .berklee_block .berklee_flow {
  display: block;
  width: 100%;
  font-size: 0;
}

.berklee .courses_ehl .berklee_block .berklee_flow li {
  display: inline-block;
  width: 49%;
  padding: 40px 40px 20px;
  vertical-align: top;
}

.berklee .courses_ehl .berklee_block .berklee_flow li img {
  width: 100%;
  height: auto;
}

.berklee .course_content {
  margin-top: 0;
}

.berklee .courses_ehl .program .item {
  margin-top: 0;
}

.berklee .courses_ehl .berklee_block h3 {
  width: 100%;
  text-align: left;
}

.berklee .courses_ehl .title01 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-top: 15px;
  margin-bottom: 10px;
  color: rgb(221, 106, 8);
  font-weight: bold;
}

.berklee .courses_ehl .program .title01 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 10px;
  color: rgb(221, 106, 8);
  font-weight: bold;
}

.berklee .courses_ehl .title01 .fs {
  font-size: 75%;
}

.topic {
  background: rgb(221, 106, 8);
  margin: 20px 0 0;
  padding: 4px 12px;
  color: #fff;
  font-size: 180%;
  line-height: 1.25;
}

.topic02 {
  background: #967a33;
  margin-bottom: 10px;
  padding: 2px 6px;
  color: #fff;
  font-size: 90%;
  text-align: center;
  line-height: 1.25;
}

.topic03 {
  background: #dcdddd;
  padding: 8px 12px;
  color: rgb(221, 106, 8);
  font-size: 150%;
  text-align: center;
  line-height: 1.25;
}

@media (max-width: 1023px) {
  .berklee_cir {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.2;
    display: block;
    margin: 0;
    padding: 21px 0 0 0;
    max-width: 68px;
    width: 68px;
    height: 68px;
    border-radius: 34px;
  }
  .berklee_cir span.num {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .berklee .courses_ehl .berklee_block {
    padding: 32px 24px;
  }
  .berklee .courses_ehl .berklee_block p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 10px;
  }
  .berklee .courses_ehl .berklee_block .berklee_flow li {
    display: inline-block;
    width: 49%;
    padding: 32px 20px 16px;
    vertical-align: top;
  }
}
.left-item {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.left-item2 {
  max-width: 800px;
  margin: 0 auto;
}

.left-item3 p {
  display: inline-block;
  padding-right: 15px;
  padding-bottom: 10px;
}

.left-item p {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .berklee .courses_ehl .berklee_block .img {
    width: 100%;
    margin-bottom: 32px;
  }
  .berklee .courses_ehl .berklee_block .txt {
    width: 100%;
    margin-bottom: 48px;
  }
  .berklee .courses_ehl .berklee_block .berklee_flow {
    margin-top: 32px;
  }
  .berklee .courses_ehl .berklee_block .berklee_flow li {
    display: block;
    width: 100%;
    padding: 16px 20px;
    vertical-align: top;
  }
  .left-item {
    text-align: left;
  }
  .left-item p {
    display: block;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
}
.category_icon p {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}

.courese_slide-instructor .swiper-wrapper {
  transition-timing-function: linear !important;
}

.courese_slide-instructor .swiper-slide {
  width: 200px;
}
@media only screen and (max-width: 767px) {
  .courese_slide-instructor .swiper-slide {
    width: 140px;
  }
}

.c-instructor__heading {
  padding-top: 2em;
  font-size: 2.5em;
  margin-bottom: 1em;
  text-align: center;
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.c-instructor__item {
  margin-bottom: 2em;
  width: 100%;
  height: 250px;
  margin-right: 1%;
}
.c-instructor__item:nth-of-type(4n) {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .c-instructor__item {
    width: 100%;
    height: auto;
  }
}
.c-instructor__item__img {
  margin-bottom: 1em;
}
.c-instructor__item__img--cover {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 300px;
  -o-object-position: center;
     object-position: center;
}
@media only screen and (max-width: 767px) {
  .c-instructor__item__img--cover {
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.c-instructor__item__heading {
  line-height: 1.8em;
  font-size: 1.4em;
  margin-bottom: 0.5em;
}
.c-instructor__item__text {
  font-size: 1em;
  line-height: 1.5em;
}
.c-instructor__item--csv {
  margin-bottom: 2em;
  width: 24%;
  margin-right: 1%;
}
.c-instructor__item--csv:nth-of-type(4n) {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .c-instructor__item--csv {
    width: 100%;
    height: auto;
  }
}
.c-instructor__item--csv__img {
  margin-bottom: 1em;
}
.c-instructor__item--csv__img--cover {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 300px;
  -o-object-position: center;
     object-position: center;
}
@media only screen and (max-width: 767px) {
  .c-instructor__item--csv__img--cover {
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.c-instructor__item--csv__heading {
  line-height: 1.8em;
  font-size: 1.4em;
  margin-bottom: 0.5em;
}
.c-instructor__item--csv__text {
  font-size: 1em;
  line-height: 1.5em;
}

.courese_slide01__box {
  position: relative;
}
.courese_slide01__box--img {
  display: block;
  position: relative;
  overflow: hidden;
}
.courese_slide01__box--img:after {
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.024), rgba(0, 0, 0, 0.095), rgba(0, 0, 0, 0.206), rgba(0, 0, 0, 0.345), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.655), rgba(0, 0, 0, 0.794), rgba(0, 0, 0, 0.905), rgba(0, 0, 0, 0.976), #000);
  bottom: 0;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  width: 100%;
}
.courese_slide01__box--img img {
  width: 100%;
}
.courese_slide01__box .caption {
  align-items: flex-end;
  bottom: 0;
  color: #fff;
  display: flex;
  font-size: 2rem;
  font-weight: 700;
  height: 100%;
  left: 0;
  line-height: 1.5;
  padding: 1.5em;
  position: absolute;
  width: 100%;
  z-index: 1;
  word-break: keep-all;
}
.courese_slide01__box .caption:before {
  -webkit-text-stroke-width: 1px;
  text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  text-stroke-color: #fff;
  color: transparent;
  content: none;
  font-family: Futura-DemObl, sans-serif;
  font-size: 5rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 0;
  opacity: 0.1;
  position: absolute;
  text-transform: uppercase;
  white-space: nowrap;
  left: 0;
  top: 0;
  transform: rotate(90deg);
  transform-origin: left center;
}
.courese_slide01__box .caption:after {
  -webkit-text-stroke-width: 1px;
  text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  text-stroke-color: #fff;
  color: transparent;
  content: none;
  font-family: Futura-DemObl, sans-serif;
  font-size: 5rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 0;
  opacity: 0.1;
  position: absolute;
  text-transform: uppercase;
  white-space: nowrap;
  bottom: 0;
  left: 100%;
  transform: rotate(-90deg);
  transform-origin: left center;
}
.courese_slide01__nav {
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  display: flex;
  position: relative;
  margin-top: clamp(min(0.8163265306vw + 16.9387755102px, 30px), 2000vw - 15330px, 30px);
}
@media screen and (max-width: 767px) {
  .courese_slide01__nav {
    padding-right: 20px;
  }
}
.courese_slide01.swiper {
  padding-bottom: 10px;
}
.courese_slide01 .swiper-pagination-fraction {
  width: unset;
  align-items: center;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  display: flex;
  font-size: clamp(min(0.65306vw + 1.3551rem, 2.4rem), 1600vw - 1226.4rem, 2.4rem);
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  font-family: "Bellefair", YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  height: clamp(min(1.2244897959vw + 30.4081632653px, 50px), 3000vw - 22990px, 50px);
  line-height: 1;
  margin-right: auto;
  padding-right: clamp(min(0.8163265306vw + 6.9387755102px, 20px), 2000vw - 15340px, 20px);
  position: relative;
  bottom: unset;
  top: unset;
  left: unset;
}
.courese_slide01 .swiper-pagination-fraction:before {
  border-left: 1px solid;
  content: "";
  height: 100%;
  order: 2;
  transform: rotate(45deg);
}
.courese_slide01 .swiper-pagination-fraction .swiper-pagination-current {
  font-size: clamp(min(0.65306vw + 2.1551rem, 3.2rem), 1600vw - 1225.6rem, 3.2rem);
  order: 1;
  transform: translateY(-15%);
}
.courese_slide01 .swiper-pagination-fraction .swiper-pagination-total {
  order: 3;
  transform: translateY(30%);
}
.courese_slide01 .swiper-progress-bar,
.courese_slide01 .swiper-progress-bar02,
.courese_slide01 .swiper-progress-bar03,
.courese_slide01 .swiper-progress-bar05 {
  height: 3px;
  position: relative;
  margin-top: 0;
  width: 100%;
  margin-left: clamp(min(0.8163265306vw + 6.9387755102px, 20px), 2000vw - 15340px, 20px);
}
@media screen and (max-width: 767px) {
  .courese_slide01 .swiper-progress-bar,
  .courese_slide01 .swiper-progress-bar02,
  .courese_slide01 .swiper-progress-bar03,
  .courese_slide01 .swiper-progress-bar05 {
    display: none;
  }
}
.courese_slide01 .swiper-progress-bar:before,
.courese_slide01 .swiper-progress-bar02:before,
.courese_slide01 .swiper-progress-bar03:before,
.courese_slide01 .swiper-progress-bar05:before {
  border-bottom: 1px solid #000;
  content: "";
  left: 0;
  margin-top: -0.5px;
  position: absolute;
  top: 50%;
  width: 100%;
}
.courese_slide01 .swiper-progress-bar .slide_progress-bar,
.courese_slide01 .swiper-progress-bar02 .slide_progress-bar,
.courese_slide01 .swiper-progress-bar03 .slide_progress-bar,
.courese_slide01 .swiper-progress-bar05 .slide_progress-bar {
  display: block;
  background-color: #404040;
  border-radius: 9999px;
  height: 3px;
  left: 0;
  position: absolute;
  top: 0;
  transform-origin: left center;
  width: 100%;
  transition: transform 0.5s;
}
.courese_slide01 .swiper-button-prev {
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
  display: flex;
  font-size: clamp(min(0.4898vw + 1.01633rem, 1.8rem), 1200vw - 919.8rem, 1.8rem);
  height: clamp(min(0.8163265306vw + 36.9387755102px, 50px), 2000vw - 15310px, 50px);
  justify-content: center;
  min-width: clamp(min(0.8163265306vw + 36.9387755102px, 50px), 2000vw - 15310px, 50px);
  padding: 0;
  position: relative;
  width: clamp(min(0.8163265306vw + 36.9387755102px, 50px), 2000vw - 15310px, 50px);
  left: unset;
  right: unset;
  margin-top: 0;
  transition: transform 0.5s;
}
.courese_slide01 .swiper-button-prev:hover {
  transform: scale(0.85);
}
.courese_slide01 .swiper-button-prev:before {
  border: 1px solid;
  border-radius: 9999px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.courese_slide01 .swiper-button-prev:after {
  font-size: 1.8rem;
  color: #d6000f;
}
.courese_slide01 .swiper-button-next {
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
  display: flex;
  font-size: clamp(min(0.4898vw + 1.01633rem, 1.8rem), 1200vw - 919.8rem, 1.8rem);
  height: clamp(min(0.8163265306vw + 36.9387755102px, 50px), 2000vw - 15310px, 50px);
  justify-content: center;
  min-width: clamp(min(0.8163265306vw + 36.9387755102px, 50px), 2000vw - 15310px, 50px);
  padding: 0;
  position: relative;
  width: clamp(min(0.8163265306vw + 36.9387755102px, 50px), 2000vw - 15310px, 50px);
  left: unset;
  right: unset;
  margin-top: 0;
  transition: transform 0.5s;
}
.courese_slide01 .swiper-button-next:hover {
  transform: scale(0.85);
}
.courese_slide01 .swiper-button-next:before {
  border: 1px solid;
  border-radius: 9999px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.courese_slide01 .swiper-button-next:after {
  font-size: 1.8rem;
  color: #d6000f;
}

.courese_slide02 {
  padding-left: calc(50% - 590px);
}
@media screen and (max-width: 767px) {
  .courese_slide02 {
    padding-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .courese_slide02 {
    padding-left: 8vw;
  }
}
.courese_slide02__box {
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .courese_slide02__box {
    display: block;
  }
}
.courese_slide02__box .sub {
  flex: 0 0 60%;
}
@media screen and (max-width: 767px) {
  .courese_slide02__box .sub {
    margin-bottom: 15px;
  }
}
.courese_slide02__box .main {
  flex: 1 1 auto;
}
.courese_slide02__box img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.courese_slide02__box--num {
  font-size: clamp(min(0.20408vw + 1.47347rem, 1.8rem), 500vw - 382.2rem, 1.8rem);
  color: #0e357f;
  font-family: "Bellefair", YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 300;
  line-height: 1.5;
}
.courese_slide02__box--title {
  font-size: clamp(min(0.81633vw + 1.69388rem, 2rem), 2000vw - 1533rem, 2rem);
  font-weight: 300;
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.courese_slide02__box--txt {
  font-size: clamp(min(0.20408vw + 1.07347rem, 1.4rem), 500vw - 382.6rem, 1.4rem);
  letter-spacing: 0.05em;
  line-height: 1.75;
  margin-top: 1em;
}
.courese_slide02__nav02 {
  max-width: 1180px;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  display: flex;
  position: relative;
  margin-top: clamp(min(0.8163265306vw + 16.9387755102px, 30px), 2000vw - 15330px, 30px);
}
@media screen and (max-width: 767px) {
  .courese_slide02__nav02 {
    padding-right: 20px;
  }
}
.courese_slide02 .swiper {
  padding-bottom: 10px;
}
.courese_slide02 .swiper-pagination-fraction {
  width: unset;
  align-items: center;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  display: flex;
  font-size: clamp(min(0.65306vw + 1.3551rem, 2.4rem), 1600vw - 1226.4rem, 2.4rem);
  font-family: "Bellefair", YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  height: clamp(min(1.2244897959vw + 30.4081632653px, 50px), 3000vw - 22990px, 50px);
  line-height: 1;
  margin-right: auto;
  padding-right: clamp(min(0.8163265306vw + 6.9387755102px, 20px), 2000vw - 15340px, 20px);
  position: relative;
  bottom: unset;
  top: unset;
  left: unset;
}
.courese_slide02 .swiper-pagination-fraction:before {
  border-left: 1px solid;
  content: "";
  height: 100%;
  order: 2;
  transform: rotate(45deg);
}
.courese_slide02 .swiper-pagination-fraction .swiper-pagination-current {
  font-size: clamp(min(0.65306vw + 2.1551rem, 3.2rem), 1600vw - 1225.6rem, 3.2rem);
  order: 1;
  transform: translateY(-15%);
}
.courese_slide02 .swiper-pagination-fraction .swiper-pagination-total {
  order: 3;
  transform: translateY(30%);
}
.courese_slide02 .swiper-progress-bar02 {
  height: 3px;
  position: relative;
  margin-top: 0;
  width: 100%;
  margin-left: clamp(min(0.8163265306vw + 6.9387755102px, 20px), 2000vw - 15340px, 20px);
}
@media screen and (max-width: 767px) {
  .courese_slide02 .swiper-progress-bar02 {
    display: none;
  }
}
.courese_slide02 .swiper-progress-bar02:before {
  border-bottom: 1px solid #000;
  content: "";
  left: 0;
  margin-top: -0.5px;
  position: absolute;
  top: 50%;
  width: 100%;
}
.courese_slide02 .swiper-progress-bar02 .slide_progress-bar02 {
  display: block;
  background-color: #404040;
  border-radius: 9999px;
  height: 3px;
  left: 0;
  position: absolute;
  top: 0;
  transform-origin: left center;
  width: 100%;
  transition: transform 0.5s;
}
.courese_slide02 .swiper-button-prev {
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
  display: flex;
  font-size: clamp(min(0.4898vw + 1.01633rem, 1.8rem), 1200vw - 919.8rem, 1.8rem);
  height: clamp(min(0.8163265306vw + 36.9387755102px, 50px), 2000vw - 15310px, 50px);
  justify-content: center;
  min-width: clamp(min(0.8163265306vw + 36.9387755102px, 50px), 2000vw - 15310px, 50px);
  padding: 0;
  position: relative;
  width: clamp(min(0.8163265306vw + 36.9387755102px, 50px), 2000vw - 15310px, 50px);
  left: unset;
  right: unset;
  margin-top: 0;
  transition: transform 0.5s;
}
.courese_slide02 .swiper-button-prev:hover {
  transform: scale(0.85);
}
.courese_slide02 .swiper-button-prev:before {
  border: 1px solid;
  border-radius: 9999px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.courese_slide02 .swiper-button-prev:after {
  font-size: 1.8rem;
  color: #d6000f;
}
.courese_slide02 .swiper-button-next {
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
  display: flex;
  font-size: clamp(min(0.4898vw + 1.01633rem, 1.8rem), 1200vw - 919.8rem, 1.8rem);
  height: clamp(min(0.8163265306vw + 36.9387755102px, 50px), 2000vw - 15310px, 50px);
  justify-content: center;
  min-width: clamp(min(0.8163265306vw + 36.9387755102px, 50px), 2000vw - 15310px, 50px);
  padding: 0;
  position: relative;
  width: clamp(min(0.8163265306vw + 36.9387755102px, 50px), 2000vw - 15310px, 50px);
  left: unset;
  right: unset;
  margin-top: 0;
  transition: transform 0.5s;
}
.courese_slide02 .swiper-button-next:hover {
  transform: scale(0.85);
}
.courese_slide02 .swiper-button-next:before {
  border: 1px solid;
  border-radius: 9999px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.courese_slide02 .swiper-button-next:after {
  font-size: 1.8rem;
  color: #d6000f;
}

.courese_slide03__box--img img {
  width: 100%;
  max-width: 100%;
  height: unset;
}
.courese_slide03__box--txt {
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-size: clamp(min(0.2040816327vw + 0.9209183673rem, 1.125rem), 500vw - 238.875rem, 1.125rem);
  margin-top: 1em;
}
.courese_slide03.swiper {
  padding-bottom: 10px;
}
.courese_slide03__nav {
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  display: flex;
  position: relative;
  margin-top: clamp(min(0.8163265306vw + 16.9387755102px, 30px), 2000vw - 15330px, 30px);
}
@media screen and (max-width: 767px) {
  .courese_slide03__nav {
    padding-right: 20px;
  }
}
.courese_slide03 .swiper {
  padding-bottom: 10px;
}
.courese_slide03 .swiper-pagination-fraction {
  width: unset;
  align-items: center;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  display: flex;
  font-size: clamp(min(0.65306vw + 1.3551rem, 2.4rem), 1600vw - 1226.4rem, 2.4rem);
  font-family: "Bellefair", YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  height: clamp(min(1.2244897959vw + 30.4081632653px, 50px), 3000vw - 22990px, 50px);
  line-height: 1;
  margin-right: auto;
  padding-right: clamp(min(0.8163265306vw + 6.9387755102px, 20px), 2000vw - 15340px, 20px);
  position: relative;
  bottom: unset;
  top: unset;
  left: unset;
}
.courese_slide03 .swiper-pagination-fraction:before {
  border-left: 1px solid;
  content: "";
  height: 100%;
  order: 2;
  transform: rotate(45deg);
}
.courese_slide03 .swiper-pagination-fraction .swiper-pagination-current {
  font-size: clamp(min(0.65306vw + 2.1551rem, 3.2rem), 1600vw - 1225.6rem, 3.2rem);
  order: 1;
  transform: translateY(-15%);
}
.courese_slide03 .swiper-pagination-fraction .swiper-pagination-total {
  order: 3;
  transform: translateY(30%);
}
.courese_slide03 .swiper-progress-bar03 {
  height: 3px;
  position: relative;
  margin-top: 0;
  width: 100%;
  margin-left: clamp(min(0.8163265306vw + 6.9387755102px, 20px), 2000vw - 15340px, 20px);
}
@media screen and (max-width: 767px) {
  .courese_slide03 .swiper-progress-bar03 {
    display: none;
  }
}
.courese_slide03 .swiper-progress-bar03:before {
  border-bottom: 1px solid #000;
  content: "";
  left: 0;
  margin-top: -0.5px;
  position: absolute;
  top: 50%;
  width: 100%;
}
.courese_slide03 .swiper-progress-bar03 .slide_progress-bar03 {
  display: block;
  background-color: #404040;
  border-radius: 9999px;
  height: 3px;
  left: 0;
  position: absolute;
  top: 0;
  transform-origin: left center;
  width: 100%;
  transition: transform 0.5s;
}
.courese_slide03 .swiper-button-prev {
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
  display: flex;
  font-size: clamp(min(0.4898vw + 1.01633rem, 1.8rem), 1200vw - 919.8rem, 1.8rem);
  height: clamp(min(0.8163265306vw + 36.9387755102px, 50px), 2000vw - 15310px, 50px);
  justify-content: center;
  min-width: clamp(min(0.8163265306vw + 36.9387755102px, 50px), 2000vw - 15310px, 50px);
  padding: 0;
  position: relative;
  width: clamp(min(0.8163265306vw + 36.9387755102px, 50px), 2000vw - 15310px, 50px);
  left: unset;
  right: unset;
  margin-top: 0;
  transition: transform 0.5s;
}
.courese_slide03 .swiper-button-prev:hover {
  transform: scale(0.85);
}
.courese_slide03 .swiper-button-prev:before {
  border: 1px solid;
  border-radius: 9999px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.courese_slide03 .swiper-button-prev:after {
  font-size: 1.8rem;
  color: #d6000f;
}
.courese_slide03 .swiper-button-next {
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
  display: flex;
  font-size: clamp(min(0.4898vw + 1.01633rem, 1.8rem), 1200vw - 919.8rem, 1.8rem);
  height: clamp(min(0.8163265306vw + 36.9387755102px, 50px), 2000vw - 15310px, 50px);
  justify-content: center;
  min-width: clamp(min(0.8163265306vw + 36.9387755102px, 50px), 2000vw - 15310px, 50px);
  padding: 0;
  position: relative;
  width: clamp(min(0.8163265306vw + 36.9387755102px, 50px), 2000vw - 15310px, 50px);
  left: unset;
  right: unset;
  margin-top: 0;
  transition: transform 0.5s;
}
.courese_slide03 .swiper-button-next:hover {
  transform: scale(0.85);
}
.courese_slide03 .swiper-button-next:before {
  border: 1px solid;
  border-radius: 9999px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.courese_slide03 .swiper-button-next:after {
  font-size: 1.8rem;
  color: #d6000f;
}

.courese_slide04 .swiper-wrapper {
  transition-timing-function: linear !important;
}
.courese_slide04 .swiper-slide {
  width: 575px;
  height: 383px;
  text-align: center;
  font-size: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 0 50px;
}
@media screen and (max-width: 767px) {
  .courese_slide04 .swiper-slide {
    width: 288px;
    height: 192px;
  }
}

.t-text01 {
  font-size: clamp(min(0.22449vw + 1.14082rem, 1.5rem), 550vw - 420.9rem, 1.5rem);
  letter-spacing: 0.05em;
  line-height: 1.75;
  margin-top: 2em;
  text-align: left;
}

.courses__box01 {
  align-items: center;
  -moz-column-gap: clamp(min(5.306122449vw + 10.1020408163px, 95px), 13000vw - 99745px, 95px);
       column-gap: clamp(min(5.306122449vw + 10.1020408163px, 95px), 13000vw - 99745px, 95px);
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: clamp(min(2.4489795918vw + 30.8163265306px, 70px), 6000vw - 46010px, 70px);
  position: relative;
  row-gap: clamp(min(3.6734693878vw + 31.2244897959px, 90px), 9000vw - 69030px, 90px);
  margin-bottom: clamp(min(2.4489795918vw + 30.8163265306px, 70px), 6000vw - 46010px, 70px);
}
@media screen and (max-width: 767px) {
  .courses__box01 {
    flex-direction: column-reverse;
  }
}
.courses__box01__content {
  max-width: 540px;
  min-width: 540px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .courses__box01__content {
    max-width: 100%;
    min-width: 0;
    z-index: 1;
  }
}
.courses__box01__content:before, .courses__box01__content:after {
  -webkit-text-stroke-width: 1px;
  text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  text-stroke-color: #000;
  content: attr(data-en);
  display: block;
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: clamp(min(4.89796vw + 4.16327rem, 12rem), 12000vw - 9204rem, 12rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin-left: clamp(-150px, -27000vw + 207210px, max(-11.0204081633vw + 26.3265306122px, -150px));
  white-space: nowrap;
}
.courses__box01__content:before {
  margin-bottom: -0.5em;
  margin-top: -0.5em;
  clip-path: inset(0 0 0 0);
  color: transparent;
  opacity: 0.1;
}
.courses__box01__content:after {
  left: 0;
  position: absolute;
  top: -0.5em;
  clip-path: inset(0 0 100% 0);
  opacity: 1;
}
.courses__box01--title1 {
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  background-color: #000;
  color: #fff;
  display: inline-flex;
  padding: 0.35em 0.5em;
  font-size: clamp(min(0.40816vw + 1.34694rem, 2rem), 1000vw - 766rem, 2rem);
}
@media screen and (max-width: 767px) {
  .courses__box01--title1 {
    font-size: clamp(min(0.4081632653vw + 0.8418367347rem, 1.4rem), 1000vw - 478.75rem, 1.4rem);
  }
}
.courses__box01--title2 {
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 0.75em;
  font-size: clamp(min(2.44898vw + 2.08163rem, 6rem), 6000vw - 4602rem, 6rem);
  margin-top: 0.5em;
  word-break: keep-all;
}
@media screen and (max-width: 767px) {
  .courses__box01--title2 {
    font-size: clamp(min(2.4489795918vw + 1.3010204082rem, 3.75rem), 6000vw - 2876.25rem, 3.75rem);
    display: flex;
    align-items: flex-end;
  }
}
.courses__box01--title2 .mark {
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 0.5em;
  word-break: keep-all;
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  display: inline-block;
  position: relative;
  background-image: linear-gradient(75deg, #ff38a8, #ecbd4b);
}
@media screen and (max-width: 767px) {
  .courses__box01--title2 .mark {
    line-height: 1.75;
    text-decoration-thickness: 2px;
    text-underline-offset: 0.3em;
  }
}
.courses__box01--title2 .mark:after {
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  background-image: linear-gradient(75deg, #ff38a8, #ecbd4b);
}
@media screen and (max-width: 767px) {
  .courses__box01--title2 .mark:after {
    height: 2px;
  }
}
.courses__box01--txt {
  letter-spacing: 0.05em;
  line-height: 1.75;
  font-size: clamp(min(0.2449vw + 1.20816rem, 1.6rem), 600vw - 459.2rem, 1.6rem);
}
.courses__box01--img {
  max-width: 670px;
  min-width: 670px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .courses__box01--img {
    max-width: 100%;
    min-width: 0;
  }
  .courses__box01--img img {
    height: unset;
    width: 100%;
  }
}

.courese_slide05__box--img img {
  width: 100%;
  max-width: 100%;
  height: unset;
}
.courese_slide05__box--txt {
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-size: clamp(min(0.2040816327vw + 0.9209183673rem, 1.125rem), 500vw - 238.875rem, 1.125rem);
  margin-top: 1em;
}
.courese_slide05.swiper {
  padding-bottom: 10px;
}
.courese_slide05__nav {
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  display: flex;
  position: relative;
  margin-top: clamp(min(0.8163265306vw + 16.9387755102px, 30px), 2000vw - 15330px, 30px);
}
@media screen and (max-width: 767px) {
  .courese_slide05__nav {
    padding-right: 20px;
  }
}
.courese_slide05 .swiper {
  padding-bottom: 10px;
}
.courese_slide05 .swiper-pagination-fraction {
  width: unset;
  align-items: center;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  display: flex;
  font-size: clamp(min(0.65306vw + 1.3551rem, 2.4rem), 1600vw - 1226.4rem, 2.4rem);
  font-family: "Bellefair", YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  height: clamp(min(1.2244897959vw + 30.4081632653px, 50px), 3000vw - 22990px, 50px);
  line-height: 1;
  margin-right: auto;
  padding-right: clamp(min(0.8163265306vw + 6.9387755102px, 20px), 2000vw - 15340px, 20px);
  position: relative;
  bottom: unset;
  top: unset;
  left: unset;
}
.courese_slide05 .swiper-pagination-fraction:before {
  border-left: 1px solid;
  content: "";
  height: 100%;
  order: 2;
  transform: rotate(45deg);
}
.courese_slide05 .swiper-pagination-fraction .swiper-pagination-current {
  font-size: clamp(min(0.65306vw + 2.1551rem, 3.2rem), 1600vw - 1225.6rem, 3.2rem);
  order: 1;
  transform: translateY(-15%);
}
.courese_slide05 .swiper-pagination-fraction .swiper-pagination-total {
  order: 3;
  transform: translateY(30%);
}
.courese_slide05 .swiper-progress-bar05 {
  height: 3px;
  position: relative;
  margin-top: 0;
  width: 100%;
  margin-left: clamp(min(0.8163265306vw + 6.9387755102px, 20px), 2000vw - 15340px, 20px);
}
@media screen and (max-width: 767px) {
  .courese_slide05 .swiper-progress-bar05 {
    display: none;
  }
}
.courese_slide05 .swiper-progress-bar05:before {
  border-bottom: 1px solid #000;
  content: "";
  left: 0;
  margin-top: -0.5px;
  position: absolute;
  top: 50%;
  width: 100%;
}
.courese_slide05 .swiper-progress-bar05 .slide_progress-bar05 {
  display: block;
  background-color: #404040;
  border-radius: 9999px;
  height: 3px;
  left: 0;
  position: absolute;
  top: 0;
  transform-origin: left center;
  width: 100%;
  transition: transform 0.5s;
}
.courese_slide05 .swiper-button-prev {
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
  display: flex;
  font-size: clamp(min(0.4898vw + 1.01633rem, 1.8rem), 1200vw - 919.8rem, 1.8rem);
  height: clamp(min(0.8163265306vw + 36.9387755102px, 50px), 2000vw - 15310px, 50px);
  justify-content: center;
  min-width: clamp(min(0.8163265306vw + 36.9387755102px, 50px), 2000vw - 15310px, 50px);
  padding: 0;
  position: relative;
  width: clamp(min(0.8163265306vw + 36.9387755102px, 50px), 2000vw - 15310px, 50px);
  left: unset;
  right: unset;
  margin-top: 0;
  transition: transform 0.5s;
}
.courese_slide05 .swiper-button-prev:hover {
  transform: scale(0.85);
}
.courese_slide05 .swiper-button-prev:before {
  border: 1px solid;
  border-radius: 9999px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.courese_slide05 .swiper-button-prev:after {
  font-size: 1.8rem;
  color: #d6000f;
}
.courese_slide05 .swiper-button-next {
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
  display: flex;
  font-size: clamp(min(0.4898vw + 1.01633rem, 1.8rem), 1200vw - 919.8rem, 1.8rem);
  height: clamp(min(0.8163265306vw + 36.9387755102px, 50px), 2000vw - 15310px, 50px);
  justify-content: center;
  min-width: clamp(min(0.8163265306vw + 36.9387755102px, 50px), 2000vw - 15310px, 50px);
  padding: 0;
  position: relative;
  width: clamp(min(0.8163265306vw + 36.9387755102px, 50px), 2000vw - 15310px, 50px);
  left: unset;
  right: unset;
  margin-top: 0;
  transition: transform 0.5s;
}
.courese_slide05 .swiper-button-next:hover {
  transform: scale(0.85);
}
.courese_slide05 .swiper-button-next:before {
  border: 1px solid;
  border-radius: 9999px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.courese_slide05 .swiper-button-next:after {
  font-size: 1.8rem;
  color: #d6000f;
}

.courses__box02--title {
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-size: clamp(min(0.5102040816vw + 0.9897959184rem, 1.8rem), 1250vw - 598.5rem, 1.8rem);
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 1em;
  -moz-column-gap: 0.25em;
       column-gap: 0.25em;
  display: flex;
}
.courses__box02--title:before {
  color: #d6000f;
  content: "・";
  font-weight: 700;
}

.courses__box03 {
  -moz-column-gap: 40px;
       column-gap: 40px;
  display: flex;
  flex-direction: row-reverse;
  margin-top: clamp(min(4.8979591837vw + 41.6326530612px, 120px), 12000vw - 92040px, 120px);
  row-gap: clamp(min(2.0408163265vw + 17.3469387755px, 50px), 5000vw - 38350px, 50px);
  margin-top: clamp(min(2.8571428571vw + 24.2857142857px, 70px), 7000vw - 53690px, 70px) !important;
}
@media screen and (max-width: 767px) {
  .courses__box03 {
    flex-wrap: wrap;
  }
}
.courses__box03--img {
  flex: 1 1 0%;
}
@media screen and (max-width: 767px) {
  .courses__box03--img {
    flex: 0 0 100%;
  }
}
.courses__box03--img figure {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 0;
  aspect-ratio: 63/42;
}
.courses__box03--img figure img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.courses__box03__content {
  flex: 1 1 0%;
}
@media screen and (max-width: 767px) {
  .courses__box03__content {
    flex: 0 0 100%;
  }
}
.courses__box03--title {
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-size: 2.4rem;
  -moz-column-gap: 0.25em;
       column-gap: 0.25em;
  display: flex;
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.courses__box03--title:before {
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-size: 2.4rem;
  color: #d6000f;
  content: "・";
  font-weight: 700;
}
.courses__box03--txt {
  letter-spacing: 0.05em;
  line-height: 1.75;
  font-size: 1.4rem;
  margin-top: 1em;
}
.courses__box03--list {
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-size: 1.6rem;
  margin-top: 2em;
}
.courses__box03--list li {
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.courses__box03--list li:last-child {
  margin-bottom: 0;
}
.courses__box03--btn {
  margin-top: clamp(min(2.8571428571vw + 24.2857142857px, 70px), 7000vw - 53690px, 70px) !important;
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  display: flex;
}
.courses__box03--btn a {
  align-items: center;
  justify-content: space-between;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: initial;
  border: none;
  color: inherit;
  cursor: pointer;
  display: flex;
  line-height: 1.5;
  position: relative;
  width: 324px;
  height: 63px;
  font-size: 1.8rem;
  font-weight: 300;
  text-align: center;
  padding: 15px 15px 15px 40px;
}
@media screen and (max-width: 767px) {
  .courses__box03--btn a {
    border-width: 1px;
  }
}
.courses__box03--btn a:hover:before {
  bottom: 0.35em;
  left: 0.35em;
  right: 0.35em;
  top: 0.35em;
}
.courses__box03--btn a .arrow {
  align-items: center;
  background-color: #d6000f;
  border-radius: 9999px;
  color: #d6000f;
  display: flex;
  height: 2em;
  justify-content: center;
  min-width: 2em;
  width: 2em;
}
.courses__box03--btn.btn2 {
  justify-content: center;
  margin-bottom: 60px;
}
.courses__box03--btn.btn2 a {
  width: 480px;
  max-width: 100%;
}

.courses__box04 {
  margin-top: clamp(min(2.8571428571vw + 24.2857142857px, 70px), 7000vw - 53690px, 70px) !important;
  background-color: #fff;
  border: 1px solid #333;
}
@media screen and (max-width: 767px) {
  .courses__box04 {
    border-width: 1px;
  }
}
.courses__box04--title {
  cursor: pointer;
  font-weight: 300;
  letter-spacing: 0.05em;
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.4rem;
  line-height: 1.25;
  padding-left: clamp(min(2.7551020408vw + 5.9183673469px, 50px), 6750vw - 51790px, 50px);
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: initial;
  border: none;
  display: flex;
  padding-bottom: 1.25em;
  padding-right: 2em;
  padding-top: 1.25em;
  position: relative;
  text-align: left;
  width: 100%;
  transition: color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 767px) {
  .courses__box04--title {
    font-size: 1.8rem;
  }
}
.courses__box04--title:before, .courses__box04--title:after {
  border-bottom: 2px solid;
  color: #d6000f;
  content: "";
  display: block;
  position: absolute;
  right: 1em;
  top: 50%;
  transition: opacity 0.4s, transform 0.4s;
  width: 0.75em;
}
.courses__box04--title:after {
  transform: rotate(90deg);
}
.courses__box04--title.active:before {
  opacity: 0;
  transform: rotate(-90deg);
}
.courses__box04--title.active:after {
  transform: rotate(0deg);
}
.courses__box04__content {
  display: none;
}
.courses__box04__main {
  letter-spacing: 0.05em;
  font-size: clamp(min(0.2448979592vw + 0.7551020408rem, 1rem), 600vw - 287rem, 1rem);
  line-height: 1.5;
  padding-left: clamp(min(2.7551020408vw + 5.9183673469px, 50px), 6750vw - 51790px, 50px);
  padding-right: clamp(min(2.7551020408vw + 5.9183673469px, 50px), 6750vw - 51790px, 50px);
  padding-bottom: clamp(min(2.7551020408vw + 5.9183673469px, 50px), 6750vw - 51790px, 50px);
}
.courses__box04--list {
  -moz-columns: 200px 1;
       columns: 200px 1;
  -moz-column-count: 2;
       column-count: 2;
}
.courses__box04--list li {
  border-left: 1px solid;
  padding: 0.35em 0 0.35em 1.25em;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .courses__box04--list li {
    border-left: none;
    -moz-column-gap: 0.25em;
         column-gap: 0.25em;
    display: flex;
    padding-left: 0;
  }
}

.courses__box05 {
  margin: 100px 0;
}
@media screen and (max-width: 767px) {
  .courses__box05 {
    margin: 60px 0;
  }
}
.courses__box05--title {
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-size: clamp(min(2.1224489796vw + 1.1275510204rem, 3.25rem), 5200vw - 2492.75rem, 3.25rem);
  position: relative;
  margin-bottom: 40px;
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.courses__box05--title:before {
  letter-spacing: 0.05em;
  line-height: 1.5;
  opacity: 0.15;
  color: #9f8753;
  content: attr(data-en);
  font-family: "Bellefair", YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: clamp(min(4.0816326531vw + 2.1683673469rem, 6.25rem), 10000vw - 4793.75rem, 6.25rem);
  font-weight: 600;
  position: absolute;
  right: clamp(-150px, -30000vw + 230250px, max(-12.2448979592vw + 45.9183673469px, -150px));
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .courses__box05--title:before {
    display: none;
  }
}
.courses__box05__main {
  align-items: center;
  -moz-column-gap: clamp(min(2.4489795918vw + 15.8163265306px, 55px), 6000vw - 46025px, 55px);
       column-gap: clamp(min(2.4489795918vw + 15.8163265306px, 55px), 6000vw - 46025px, 55px);
  display: flex;
  margin-top: clamp(min(2.8571428571vw + 24.2857142857px, 70px), 7000vw - 53690px, 70px);
  padding-right: calc(50% - 590px);
}
@media screen and (max-width: 767px) {
  .courses__box05__main {
    padding-left: 0;
    display: block;
  }
}
.courses__box05__slide {
  display: flex;
  flex-direction: row-reverse;
  max-width: 670px;
  min-width: 670px;
}
.courses__box05__content {
  flex: 1 1 auto;
}
@media screen and (max-width: 767px) {
  .courses__box05__content {
    margin-top: clamp(min(2.0408163265vw + 17.3469387755px, 50px), 5000vw - 38350px, 50px);
    padding: 0 8vw;
  }
}
.courses__box05--title2 {
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-size: 3.4rem;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.35em;
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media screen and (max-width: 767px) {
  .courses__box05--title2 {
    font-size: 2rem;
  }
}
.courses__box05--txt {
  letter-spacing: 0.05em;
  line-height: 1.75;
  font-size: 1.6rem;
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .courses__box05--txt {
    font-size: 1.4rem;
  }
}

.courses__box06 {
  background-color: #f7f7f7;
  padding: clamp(min(2.0408163265vw + 17.3469387755px, 50px), 5000vw - 38350px, 50px) clamp(min(6.1224489796vw + 2.0408163265px, 100px), 15000vw - 115100px, 100px) clamp(min(3.6734693878vw + 11.2244897959px, 70px), 9000vw - 69050px, 70px);
}
@media screen and (max-width: 767px) {
  .courses__box06 {
    margin-left: clamp(-35px, -3750vw + 28765px, max(-1.5306122449vw - 10.5102040816px, -35px));
    margin-right: clamp(-35px, -3750vw + 28765px, max(-1.5306122449vw - 10.5102040816px, -35px));
    padding: clamp(min(2.7551020408vw + 5.9183673469px, 50px), 6750vw - 51790px, 50px) clamp(min(6.8367346939vw - 9.387755102px, 100px), 16750vw - 128540px, 100px) clamp(min(4.387755102vw - 0.2040816327px, 70px), 10750vw - 82490px, 70px);
  }
}
.courses__box06--title1 {
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-size: clamp(min(0.5102040816vw + 0.9897959184rem, 1.5rem), 1250vw - 598.5rem, 1.5rem);
  align-items: center;
  border-bottom: 1px solid;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  display: flex;
  justify-content: center;
  padding-bottom: 0.5em;
}
.courses__box06--title1:before {
  font-size: clamp(min(0.5102040816vw + 0.9897959184rem, 1.5rem), 1250vw - 598.5rem, 1.5rem);
  align-items: center;
  aspect-ratio: 1/1;
  background-color: #d6000f;
  border-radius: 9999px;
  color: #fff;
  content: "Case";
  display: flex;
  font-family: Futura-DemObl, sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  padding: 0.25em;
}
.courses__box06--title2 {
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-size: clamp(min(0.5102040816vw + 0.9897959184rem, 1.5rem), 1250vw - 598.5rem, 1.5rem);
  color: #d6000f;
  text-align: center;
  margin-top: 1em;
}
.courses__box06__content {
  align-items: center;
  -moz-column-gap: clamp(min(1.2244897959vw + 20.4081632653px, 40px), 3000vw - 23000px, 40px);
       column-gap: clamp(min(1.2244897959vw + 20.4081632653px, 40px), 3000vw - 23000px, 40px);
  display: flex;
  flex-direction: row-reverse;
  margin-top: clamp(min(1.6326530612vw + 23.8775510204px, 50px), 4000vw - 30670px, 50px);
}
@media screen and (max-width: 767px) {
  .courses__box06__content {
    display: block;
  }
}
.courses__box06__list {
  display: flex;
  flex: 1 1 0%;
}
@media screen and (max-width: 767px) {
  .courses__box06__list {
    display: block;
    margin-top: clamp(min(2.0408163265vw + 17.3469387755px, 50px), 5000vw - 38350px, 50px);
  }
}
.courses__box06__list--item {
  align-items: center;
  aspect-ratio: 285/180;
  background-color: #fff;
  border-bottom: 1px solid #b4b4b4;
  border-left: 1px solid #b4b4b4;
  border-right: 1px solid #b4b4b4;
  display: flex;
  flex: 1 1 0%;
  justify-content: center;
  position: relative;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .courses__box06__list--item {
    margin-right: 40px;
    width: auto;
  }
}
.courses__box06__list--item:nth-child(2) {
  margin-bottom: -10px;
  margin-left: -40px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .courses__box06__list--item:nth-child(2) {
    margin: -10px 0 0 40px;
  }
}
.courses__box06__list--item--title {
  color: #d6000f;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  display: flex;
  font-family: Futura-DemObl, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  left: 0;
  line-height: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
.courses__box06__list--item--title:before, .courses__box06__list--item--title:after {
  border-bottom: 1px solid #b4b4b4;
  content: "";
  display: block;
  flex: 1 1 auto;
}
.courses__box06__list--item__content img {
  margin-bottom: clamp(min(0.4081632653vw + 3.4693877551px, 10px), 1000vw - 7670px, 10px);
  width: clamp(min(0.6530612245vw + 35.5510204082px, 46px), 1600vw - 12242px, 46px);
}
.courses__box06__list--item--txt {
  letter-spacing: 0.05em;
  line-height: 1.75;
  font-size: clamp(min(0vw + 1.125rem, 1.125rem), 0vw + 1.125rem, 1.125rem);
  font-weight: 700;
}
.courses__box06__list--item--title2 {
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: clamp(min(0.3265306122vw + 1.1734693878rem, 1.5rem), 800vw - 382.5rem, 1.5rem);
  line-height: 1.25;
  margin-top: 0.25em;
}
.courses__box06__info {
  display: flex;
  flex: 1 1 0%;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .courses__box06__info {
    margin-top: clamp(min(1.0204081633vw + 8.6734693878px, 25px), 2500vw - 19175px, 25px);
  }
}
.courses__box06__info--txt {
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.75;
  font-size: clamp(min(0.4081632653vw + 0.9668367347rem, 1.375rem), 1000vw - 478.625rem, 1.375rem);
  text-align: center;
  word-break: keep-all;
}
.courses__box06__info--txt .u-color-main {
  color: #d6000f;
}

.p-english .color {
  color: #a58745;
}

.p-english__lead.l-content__lead-heading {
  font-size: 36px;
  font-size: 3.6rem;
}

@media (max-width: 1440px) {
  .p-english__lead.l-content__lead-heading {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .p-english__lead.l-content__lead-heading {
    font-size: 20px;
    font-size: 2rem;
  }
}
.p-english__lead-point {
  text-align: center;
  margin: 30px 0;
}

@media (max-width: 767px) {
  .p-english__lead-point {
    margin: 20px 0;
  }
}
.p-english__lead-point-item {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  background: #a58745;
  padding: 0 1.5em;
}

@media (max-width: 767px) {
  .p-english__lead-point-item {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.8;
  }
}
.p-english__lead-point-cross {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 15px;
  margin: 0 15px;
}
.p-english__lead-point-cross span {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.p-english__lead-point-cross span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #707070;
}
.p-english__lead-point-cross span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #707070;
}

@media (max-width: 767px) {
  .p-english__lead-point-cross {
    display: block;
    width: 20px;
    height: 10px;
    margin: 15px auto;
  }
}
@media (max-width: 767px) {
  .p-english__lead-point-cross span {
    width: 20px;
    height: 20px;
  }
}
.p-english__learning_system {
  max-width: 1180px;
  margin: 40px auto 0;
}

@media (max-width: 767px) {
  .p-english__learning_system {
    max-width: 100%;
    width: 100%;
    margin: 15px 0 0;
  }
}
.p-english__program {
  background: linear-gradient(to right, #faf7f2 0%, #f2ecdf 100%);
}

.p-english__program-heading {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1;
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 60px;
  text-align: center;
}
.p-english__program-heading .color {
  font-size: 50px;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1;
  padding: 0 0.15em;
}

@media (max-width: 1023px) {
  .p-english__program-heading {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
  .p-english__program-heading .color {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .p-english__program-heading {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  .p-english__program-heading .color {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.p-english__program-original {
  position: relative;
  background: #fff;
  padding: 80px 40px;
}
.p-english__program-original:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 11px 8px;
  border-color: transparent transparent #ffffff transparent;
  transform: translateX(-50%);
}
.p-english__program-original .c-heading-3__jp {
  font-weight: 600;
}
.p-english__program-original .p-heading__lead {
  display: block;
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.6;
  margin-top: 0.5em;
}

.p-5min {
  position: relative;
  background: #fff;
  padding: 80px 40px;
}
.p-5min:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 11px 8px;
  border-color: transparent transparent #ffffff transparent;
  transform: translateX(-50%);
}
.p-5min-heading {
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.8em;
  padding-bottom: 0.4em;
  line-height: 1.4em;
  color: #9f8753;
}
@media (max-width: 767px) {
  .p-5min-heading {
    font-size: 1.5em;
  }
}
.p-5min-heading-top {
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.8em;
  padding-bottom: 0.4em;
  line-height: 1.4em;
  background-color: rgba(255, 255, 255, 0.8549019608);
  position: absolute;
  top: 2em;
  padding: 0.5em;
}
@media (max-width: 767px) {
  .p-5min-heading-top {
    font-size: 1.5em;
  }
}
.p-5min-heading-bottom {
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.8em;
  padding-bottom: 0.4em;
  line-height: 1.4em;
  background-color: rgba(255, 255, 255, 0.8549019608);
  position: absolute;
  bottom: 3em;
  padding: 0.5em;
}
@media (max-width: 767px) {
  .p-5min-heading-bottom {
    font-size: 1.5em;
  }
}
.p-5min-num {
  padding-top: 14px;
  padding-bottom: 10px;
  font-size: 7em;
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #CCC;
  text-align: center;
}
@media (max-width: 767px) {
  .p-5min-num {
    font-size: 5em;
  }
}
.p-5min .c-heading-3__jp {
  font-weight: 600;
}
.p-5min .p-heading__lead {
  display: block;
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.6;
  margin-top: 0.5em;
}
.p-5min-row {
  display: flex;
  background-color: #fff;
  margin-bottom: 1em;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-5min-row:last-child {
  margin-bottom: 0;
}
.p-5min-row.u-fd-rr {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .p-5min-row {
    display: block;
  }
}
.p-5min-col {
  max-width: 49.5%;
  flex-basis: 50%;
}
.p-5min-col--image {
  position: relative;
}
.p-5min-col--image img {
  width: 100%;
}
.p-5min-col--text {
  padding: 2em;
}
@media (max-width: 767px) {
  .p-5min-col {
    max-width: 100% !important;
  }
}

@media (max-width: 767px) {
  .p-english__program-original {
    padding: 8vw 0 0;
    margin: 0 -4vw;
  }
}
@media (max-width: 767px) {
  .p-english__program-original .l-container,
  .p-english__program-original .l-header-dropdown__inner,
  .p-english__program-original .l-footer__inner,
  .p-english__program-original .l-content__lead-inner,
  .p-english__program-original .c-section__inner,
  .p-english__program-original .c-breadcrumbs__inner,
  .p-english__program-original .c-tab__inner,
  .p-english__program-original .c-about-nav__inner,
  .p-english__program-original .p-top-button__inner,
  .p-english__program-original .p-top-lead__inner,
  .p-english__program-original .p-top-information__inner,
  .p-english__program-original .p-top-feature__inner,
  .p-english__program-original .p-top-courses__inner,
  .p-english__program-original .p-top-about__inner,
  .p-english__program-original .p-top-entry__inner,
  .p-english__program-original .p-top-open-campus__inner,
  .p-english__program-original .p-courses__body-inner,
  .p-english__program-original .p-courses-world__section-inner,
  .p-english__program-original .p-courses-super__section-inner,
  .p-english__program-original .p-bus__link-inner {
    margin: 0 -4vw;
  }
}
@media (max-width: 1023px) {
  .p-english__program-original .p-heading__lead {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.6;
  }
}
@media (max-width: 767px) {
  .p-english__program-original .p-heading__lead {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.6;
  }
}
.p-english__program-original-row {
  display: flex;
  background-color: #fff;
  margin-bottom: 80px;
}
.p-english__program-original-row:last-child {
  margin-bottom: 0;
}
.p-english__program-original-row.u-fd-rr {
  flex-direction: row-reverse;
}

@media (max-width: 1023px) {
  .p-english__program-original-row {
    margin-bottom: 60px;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .p-english__program-original-row {
    margin-bottom: 30px;
  }
  .p-english__program-original-row:last-child {
    padding-bottom: 30px;
    margin-bottom: 0;
  }
}
.p-english__program-original-col {
  max-width: 50%;
  flex-basis: 50%;
}

.p-english__program-original-col--image img {
  width: 100%;
}

.p-english__program-original-col--text {
  flex: 1 0;
  padding: 20px 60px 0 60px;
}

.u-fd-rr .p-english__program-original-col--text {
  padding: 20px 60px 0 0;
}

@media (max-width: 1023px) {
  .p-english__program-original-col {
    max-width: 100%;
    flex-basis: 100%;
  }
  .p-english__program-original-col--text,
  .u-fd-rr .p-english__program-original-col--text {
    padding: 20px 40px 0 40px;
  }
}
@media (max-width: 767px) {
  .p-english__program-original-col--text,
  .u-fd-rr .p-english__program-original-col--text {
    padding: 20px 20px 0 20px;
  }
}
.p-english__program-original-heading {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.5;
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 50px;
}

@media (max-width: 1023px) {
  .p-english__program-original-heading {
    font-size: 25px;
    font-size: 2.5rem;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .p-english__program-original-heading {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 15px;
  }
}
.p-english__program-original + .p-english__program-original {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .p-english__program-original + .p-english__program-original {
    margin-top: 30px;
  }
}
.p-english__program-original-years-item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.p-english__program-original-years-item:last-child {
  margin-bottom: 0;
}

@media (max-width: 1023px) {
  .p-english__program-original-years-item {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .p-english__program-original-years-item {
    margin-bottom: 30px;
  }
  .p-english__program-original-years-item:last-child {
    padding-bottom: 30px;
    margin-bottom: 0;
  }
}
.p-english__program-original-years-no {
  flex-basis: 120px;
  max-width: 120px;
}
.p-english__program-original-years-no img {
  width: 100%;
}

@media (max-width: 1023px) {
  .p-english__program-original-years-no {
    flex-basis: 70px;
    max-width: 70px;
  }
}
@media (max-width: 767px) {
  .p-english__program-original-years-no {
    flex-basis: 50px;
    max-width: 50px;
  }
}
.p-english__program-original-years-text-box {
  flex: 1;
  margin: 0 40px 0 50px;
}

@media (max-width: 1023px) {
  .p-english__program-original-years-text-box {
    margin: 0 0 30px 30px;
  }
}
@media (max-width: 767px) {
  .p-english__program-original-years-text-box {
    margin: 0 0 20px 20px;
  }
}
.p-english__program-original-years-heading {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 20px;
}

@media (max-width: 1023px) {
  .p-english__program-original-years-heading {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .p-english__program-original-years-heading {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.p-english__program-original-years-text-image {
  flex: 1 0;
  min-width: 360px;
}
.p-english__program-original-years-text-image img {
  width: 100%;
}

@media (max-width: 1023px) {
  .p-english__program-original-years-text-image {
    flex-basis: 100%;
    max-width: 100%;
    min-width: initial;
  }
}
.p-english__program-header {
  display: flex;
  margin-top: 80px;
}
.p-english__program-header.lausanne {
  margin-top: 0;
}

@media (max-width: 767px) {
  .p-english__program-header {
    display: block;
    margin-top: 30px;
  }
  .p-english__program-header.lausanne {
    margin-top: 0;
  }
}
.p-english__program-header-box {
  flex-basis: 140px;
  max-width: 140px;
  min-width: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  background: #a58745;
}

@media (max-width: 767px) {
  .p-english__program-header-box {
    max-width: 100%;
    min-width: auto;
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2;
    padding: 0 0.5em;
  }
}
.p-english__program-header-inner {
  flex-basis: 1180px;
  max-width: 1180px;
  padding: 10px 0 20px;
  margin: 0 20px;
}

@media (max-width: 767px) {
  .p-english__program-header-inner {
    padding: 10px 0;
    margin: 0;
  }
}
.p-english__program-header-lead {
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .p-english__program-header-lead {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8;
  }
}
.p-english__program-header-text {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .p-english__program-header-text {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.8;
  }
}
.p-english__program-header .c-heading-5 {
  margin-bottom: 20px;
}

.p-english__program-oversea {
  margin-top: 20px;
}
.p-english__program-oversea.lasvegas, .p-english__program-oversea.france {
  margin-top: 80px;
}

@media (max-width: 767px) {
  .p-english__program-oversea {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .p-english__program-oversea.lasvegas {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .p-english__program-oversea.france {
    margin-top: 30px;
  }
}
.p-english__program-oversea-wide-image {
  width: 100%;
  height: 400px;
}

.lausanne .p-english__program-oversea-wide-image {
  background: url("../images/english/program_oversea_wide_01.jpg") no-repeat right center;
  background-size: cover;
}

.australia .p-english__program-oversea-wide-image {
  background: url("../images/strength/program_wide_02.jpg") no-repeat left center;
  background-size: cover;
}

.lasvegas .p-english__program-oversea-wide-image {
  background: url("../images/english/program_oversea_wide_03.jpg") no-repeat center center;
  background-size: cover;
}

@media (max-width: 767px) {
  .p-english__program-oversea-wide-image {
    height: 60vw;
  }
}
@media (max-width: 767px) {
  .p-english__program-oversea-wide {
    margin: 0 -8vw;
  }
}
.p-english__program-oversea-narrow {
  display: flex;
}

@media (max-width: 767px) {
  .p-english__program-oversea-narrow {
    display: block;
  }
}
.p-english__program-oversea-narrow-image {
  flex-basis: 400px;
  max-width: 400px;
}

.hawaii .p-english__program-oversea-narrow-image {
  background: url("../images/english/program_oversea_narrow_01.jpg") no-repeat right center;
  background-size: cover;
}

.france .p-english__program-oversea-narrow-image {
  background: url("../images/english/program_oversea_narrow_02.jpg") no-repeat right bottom;
  background-size: cover;
}

@media (max-width: 767px) {
  .p-english__program-oversea-narrow-image {
    max-width: 100%;
    height: 40vw;
  }
}
.p-english__program-oversea-inner {
  position: relative;
  max-width: 1180px;
  box-sizing: border-box;
  text-align: center;
  background: #fff;
  padding: 40px 40px 0;
  margin: -50px auto 0;
  z-index: 5;
}

@media (max-width: 767px) {
  .p-english__program-oversea-inner {
    max-width: auto;
    text-align: left;
    padding: 4vw 4vw 0;
    margin: -4vw 4vw 0;
  }
}
.p-english__program-oversea-narrow .p-english__program-oversea-inner {
  flex-basis: 780px;
  max-width: 780px;
  text-align: left;
  padding: 0 0 0 40px;
  margin-top: 0;
}

@media (max-width: 767px) {
  .p-english__program-oversea-narrow .p-english__program-oversea-inner {
    padding: 20px 0 0;
    margin: 0;
  }
}
.p-english__program-oversea-country {
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #9f8753;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .p-english__program-oversea-country {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
  }
}
.p-english__program-oversea-country-flag {
  display: inline-block;
  width: 60px;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .p-english__program-oversea-country-flag {
    width: 30px;
    margin-right: 10px;
  }
}
.p-english__program-oversea-lead {
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .p-english__program-oversea-lead {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.6;
    margin-top: 20px;
  }
}
.p-english__program-oversea-overview {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .p-english__program-oversea-overview {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.6;
    margin-top: 10px;
  }
}
.p-english__program-oversea-term {
  margin-top: 20px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .p-english__program-oversea-term .p-overseas__detail-info-item {
    line-height: 1.4;
  }
  .p-english__program-oversea-term .p-overseas__detail-info-item:first-child {
    margin-bottom: 20px;
  }
  .p-english__program-oversea-term .p-overseas__detail-info-item:first-child::after {
    display: block;
    top: calc(100% + 5px);
    right: 50%;
    width: 1px;
    height: 10px;
  }
}
.lasvegas .p-english__program-oversea-term .p-overseas__detail-info-item:first-child {
  margin-right: 0;
}
.lasvegas .p-english__program-oversea-term .p-overseas__detail-info-item:first-child::after {
  display: none;
}

.p-english__program-oversea-narrow .p-english__program-oversea-term {
  justify-content: flex-start;
}

.p-english__program-oversea-alliance {
  display: flex;
  flex-direction: row-reverse;
  text-align: left;
  background: linear-gradient(to right, #faf7f2 0%, #f2ecdf 100%);
  margin-top: 30px;
}

@media (max-width: 767px) {
  .p-english__program-oversea-alliance {
    display: block;
    margin-top: 20px;
  }
}
.p-english__program-oversea-alliance-photo {
  flex-basis: 350px;
  max-width: 350px;
}

@media (max-width: 767px) {
  .p-english__program-oversea-alliance-photo {
    max-width: 100%;
    height: 40vw;
  }
}
.lausanne .p-english__program-oversea-alliance-photo {
  background: url("../images/english/program_alliance_01.jpg") no-repeat center;
  background-size: cover;
}

.australia .p-english__program-oversea-alliance-photo {
  background: url("../images/english/program_alliance_02.jpg") no-repeat center;
  background-size: cover;
}

.lasvegas .p-english__program-oversea-alliance-photo {
  background: url("../images/english/program_alliance_03.jpg") no-repeat center;
  background-size: cover;
}

.p-english__program-oversea-alliance-info {
  flex-basis: 750px;
  max-width: 750px;
  box-sizing: border-box;
  padding: 20px;
}

@media (max-width: 767px) {
  .p-english__program-oversea-alliance-info {
    max-width: 100%;
    padding: 15px;
  }
}
.p-english__program-oversea-alliance-partner {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2;
  background: #a58745;
  padding: 0 0.5em;
}

@media (max-width: 767px) {
  .p-english__program-oversea-alliance-partner {
    font-size: 9px;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.8;
  }
}
.p-english__program-oversea-alliance-name {
  color: #a58745;
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.6;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .p-english__program-oversea-alliance-name {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.6;
    margin-top: 5px;
  }
}
.p-english__program-oversea-alliance-guide {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .p-english__program-oversea-alliance-guide {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.8;
    margin-top: 5px;
  }
}
.p-entry__document-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px -10px;
}

@media (max-width: 767px) {
  .p-entry__document-list {
    margin: 0 0 -10px;
  }
}
.p-entry__document-list-heading {
  color: #9f8753;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  margin-bottom: 25px;
  letter-spacing: 0.03em;
}

@media (max-width: 767px) {
  .p-entry__document-list-heading {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}
.p-entry__document-list-item {
  flex-basis: 33.3333%;
  max-width: 33.3333%;
  margin-bottom: 10px;
  padding: 0 5px;
  text-align: center;
}

@media (max-width: 1023px) {
  .p-entry__document-list-item {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .p-entry__document-list-item {
    flex-basis: 100%;
    max-width: 100%;
    padding: 0;
  }
}
.p-entry__document-list-item-inner {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #404040;
  border: 1px solid #e0e0e0;
  background-color: #f6f6f6;
}

@media (max-width: 1023px) {
  .p-entry__document-list-item-inner {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .p-entry__document-list-item-inner {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 40px;
  }
}
@media (max-width: 1023px) {
  .p-entry-scholarship__table-wrapper {
    overflow-y: auto;
    width: calc(100% + 7.8125vw);
  }
}
@media (max-width: 767px) {
  .p-entry-scholarship__table-wrapper {
    overflow-y: auto;
    width: calc(100% + 8vw);
  }
}
@media (max-width: 1023px) {
  .p-entry-scholarship__table-wrapper-inner {
    width: 1100px;
    padding-right: 7.8125vw;
  }
}
@media (max-width: 767px) {
  .p-entry-scholarship__table-wrapper-inner {
    width: 800px;
    padding-right: 8vw;
  }
}
.p-entry-scholarship__table {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6;
  width: 100%;
  text-align: center;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.p-entry-scholarship__table th {
  padding: 15px 0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.p-entry-scholarship__table td {
  padding: 15px 0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background-color: #f6f6f6;
}

.p-entry-scholarship__table-schedule {
  background-color: #dedede;
}

.p-entry-scholarship__table-schedule-item {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
}
.p-entry-scholarship__table-schedule-item::after {
  font-family: "icomoon" !important;
  content: "\e900";
  color: #9f8753;
}
.p-entry-scholarship__table-schedule-item:last-child::after {
  display: none;
}
.p-entry-scholarship__table-schedule-item span {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  display: block;
}

td.p-entry-scholarship__table-orange {
  background-color: #e6b65a;
}
td.p-entry-scholarship__table-blue {
  background-color: #b9d6e2;
}

.p-entry-scholarship__table-none {
  background-color: #fff;
}

.p-entry-scholarship__table-date {
  width: 12%;
  color: #fff;
  background-color: #a59e8e;
}

.p-entry__list-icon-item {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.05em;
}
.p-entry__list-icon-item::before {
  margin-right: 5px;
  content: "●";
  color: #9f8753;
}

@media (max-width: 1023px) {
  .p-entry__list-icon-item {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-entry__list-icon-item::before {
    margin-right: 4px;
  }
}
@media (max-width: 767px) {
  .p-entry__list-icon-item {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .p-entry__list-icon-item::before {
    margin-right: 3px;
  }
}
.p-entry-scholarship__banner {
  display: flex;
  margin: 0 -10px;
}

@media (max-width: 767px) {
  .p-entry-scholarship__banner {
    flex-wrap: wrap;
  }
}
.p-entry-scholarship__banner-item {
  flex-basis: 480px;
  max-width: 480px;
  padding: 0 10px;
}
.p-entry-scholarship__banner-item a img {
  width: 100%;
}

@media (max-width: 767px) {
  .p-entry-scholarship__banner-item {
    margin-bottom: 15px;
  }
  .p-entry-scholarship__banner-item:last-child {
    margin-bottom: 0;
  }
}
.p-entry__footer-heading {
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 40px;
  text-align: center;
}

@media (max-width: 1023px) {
  .p-entry__footer-heading {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .p-entry__footer-heading {
    margin-bottom: 20px;
  }
}
.p-entry__footer-button {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .p-entry__footer-button {
    margin-bottom: 20px;
  }
}
.p-entry__footer-contact {
  display: flex;
  align-items: center;
  border-left: 1px solid #e0e0e0;
}

@media (max-width: 767px) {
  .p-entry__footer-contact {
    flex-wrap: wrap;
    border: none;
  }
}
.p-entry__footer-contact-item {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1;
  flex-basis: 50%;
  max-width: 50%;
  padding: 20px 0;
  text-align: center;
  border-right: 1px solid #e0e0e0;
}
.p-entry__footer-contact-item a {
  color: #404040;
}
.p-entry__footer-contact-item span::before {
  font-size: 20px;
  font-size: 2rem;
  margin-right: 10px;
  color: #9f8753;
}

@media (max-width: 1023px) {
  .p-entry__footer-contact-item {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 15px 0;
  }
  .p-entry__footer-contact-item span::before {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .p-entry__footer-contact-item {
    font-size: 20px;
    font-size: 2rem;
    flex-basis: 100%;
    max-width: 100%;
    padding: 10px 0;
    border: none;
  }
  .p-entry__footer-contact-item span::before {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-entry__selection-schedule.c-section {
  padding-bottom: 0;
}
.p-entry__selection-schedule .p-entry__head {
  display: none;
}
.p-entry__selection-schedule .p-entry__col {
  text-align: center;
}
.p-entry__selection-schedule .p-entry__col span {
  display: block;
  font-weight: bold;
}
.p-entry__selection-schedule .p-entry__col--left {
  flex-basis: 100%;
}
.p-entry__selection-schedule .p-entry__col--center,
.p-entry__selection-schedule .p-entry__col--right {
  flex-basis: 50%;
}

.p-entry__selection-schedule--alert {
  text-align: left;
  margin-top: 30px;
}
.p-entry__selection-schedule--alert li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
}

@media (min-width: 1023px) {
  .p-entry__selection-schedule .p-entry__head {
    display: flex;
  }
  .p-entry__selection-schedule .p-entry__col span {
    display: none;
  }
  .p-entry__selection-schedule .p-entry__col--left {
    flex-basis: 20%;
    max-width: 20%;
  }
  .p-entry__selection-schedule .p-entry__col--center {
    flex-basis: 40%;
    max-width: 40%;
  }
  .p-entry__selection-schedule .p-entry__col--right {
    flex-basis: 40%;
    max-width: 40%;
    margin-left: 0;
  }
  .p-entry__selection-schedule--alert {
    margin-top: 30px;
  }
  .p-entry__selection-schedule--alert li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-entry__notice {
  display: inline-block;
  color: #d85757;
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
  border: 1px solid #d85757;
  padding: 0.25em 1em;
}

@media (max-width: 1023px) {
  .p-entry__notice {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .p-entry__notice {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-entry__body-inner {
  overflow: hidden;
}

@media (max-width: 1023px) {
  .p-entry__body-inner {
    padding-right: 0;
    padding-left: 0;
  }
}
.p-entry__container--border {
  border-bottom: 1px solid #e0e0e0;
}

.p-entry__container--pt {
  padding-top: 50px;
}

.p-entry__container--pb {
  padding-bottom: 50px;
}

.p-entry__container .c-button {
  max-width: 420px;
  margin-right: 0;
  margin-left: 0;
}

@media (max-width: 1023px) {
  .p-entry__container {
    padding-right: 40px;
  }
  .p-entry__container--pt {
    padding-top: 40px;
  }
  .p-entry__container--pb {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .p-entry__container {
    padding-right: 10px;
  }
  .p-entry__container--pt {
    padding-top: 30px;
  }
  .p-entry__container--pb {
    padding-bottom: 30px;
  }
}
.p-entry__container-inner {
  position: relative;
  padding-left: 160px;
}

@media (max-width: 1023px) {
  .p-entry__container-inner {
    padding-left: 70px;
  }
}
@media (max-width: 767px) {
  .p-entry__container-inner {
    padding-left: 35px;
  }
}
.p-entry__container-inner-box {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #e0e0e0;
}
.p-entry__container-inner-box:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.p-entry__dl {
  display: flex;
  align-items: flex-start;
}

.p-entry__dt {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 28px;
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  flex-basis: 50px;
  max-width: 50px;
  margin-top: 2px;
  margin-right: 15px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #fff;
  background-color: #9f8753;
}

@media (max-width: 1023px) {
  .p-entry__dt {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 24px;
    flex-basis: 45px;
    max-width: 45px;
    margin-top: 3px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .p-entry__dt {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 20px;
    flex-basis: 40px;
    max-width: 40px;
    margin-top: 2px;
    margin-right: 8px;
  }
}
.p-entry__dd {
  flex: 1;
}

.p-entry__list-item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

@media (max-width: 1023px) {
  .p-entry__list-item {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .p-entry__list-item {
    margin-bottom: 10px;
  }
}
.p-entry__list-item-heading {
  flex-basis: 55px;
  max-width: 55px;
}

@media (max-width: 1023px) {
  .p-entry__list-item-heading {
    flex-basis: 38px;
    max-width: 38px;
  }
}
@media (max-width: 767px) {
  .p-entry__list-item-heading {
    flex-basis: 35px;
    max-width: 35px;
  }
}
.p-entry__list-item-description {
  flex: 1;
}

.p-entry__list-item-noto {
  font-size: 14px;
  font-size: 1.4rem;
  flex-basis: 100%;
  max-width: 100%;
  padding-left: 55px;
}

@media (max-width: 1023px) {
  .p-entry__list-item-noto {
    font-size: 12px;
    font-size: 1.2rem;
    padding-left: 38px;
  }
}
@media (max-width: 767px) {
  .p-entry__list-item-noto {
    font-size: 11px;
    font-size: 1.1rem;
    padding-left: 35px;
  }
}
.p-entry__row {
  position: relative;
  display: flex;
}

.p-entry__row--mb {
  margin-bottom: 50px;
}

@media (max-width: 1023px) {
  .p-entry__row {
    flex-wrap: wrap;
  }
  .p-entry__row--mb {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .p-entry__row--mb {
    margin-bottom: 30px;
  }
}
.p-entry__row.wrap {
  flex-wrap: wrap;
}

.p-entry__bg-border {
  position: absolute;
  z-index: -1;
  bottom: 0;
  width: 1px;
  height: 800vh;
  transform: translate(-50%, 100%);
  background-color: #9f8753;
}

.p-entry__bg-border--left {
  left: 44%;
}

.p-entry__bg-border--right {
  left: 81%;
}

.p-entry__bg-border--center {
  left: 62.5%;
}

.p-entry__bg-border--short {
  height: 500px;
}

@media (max-width: 1023px) {
  .p-entry__bg-border--left {
    left: 25.5%;
  }
  .p-entry__bg-border--right {
    left: 75%;
  }
  .p-entry__bg-border--center {
    left: 49%;
  }
}
.p-entry__dot {
  position: absolute;
  width: 10px;
  height: 10px;
  content: "";
  transform: translateX(-50%);
  border-radius: 100%;
  background-color: #9f8753;
}

.p-entry__dot--top-left {
  top: -5px;
  left: 44%;
}

.p-entry__dot--top-right {
  top: -5px;
  left: 81%;
}

.p-entry__dot--top-center {
  top: -5px;
  left: 62.5%;
}

.p-entry__dot--bottom-left {
  bottom: -5px;
  left: 44%;
}

.p-entry__dot--bottom-right {
  bottom: -5px;
  left: 81%;
}

.p-entry__dot--bottom-center {
  bottom: -5px;
  left: 62.5%;
}

.p-entry__dot--inner-bottom-left {
  bottom: -5px;
  left: 52%;
}

@media (max-width: 1023px) {
  .p-entry__dot--top-left {
    left: 25.5%;
  }
  .p-entry__dot--top-right {
    left: 75%;
  }
  .p-entry__dot--top-center {
    top: -5px;
    left: 49%;
  }
  .p-entry__dot--bottom-left {
    left: 25.5%;
  }
  .p-entry__dot--bottom-right {
    left: 75%;
  }
  .p-entry__dot--bottom-center {
    bottom: -5px;
    left: 49%;
  }
}
.p-entry__col {
  position: relative;
}

.p-entry__col--left {
  flex-basis: 25%;
  max-width: 25%;
}

.p-entry__col--right {
  flex-basis: 75%;
  max-width: 75%;
  margin-left: auto;
}

.p-entry__col--row {
  display: flex;
}

.p-entry__col--half-left {
  flex-basis: 50%;
  max-width: 50%;
  padding-right: 10px;
}

.p-entry__col--half-right {
  flex-basis: 50%;
  max-width: 50%;
  padding-left: 10px;
}

.p-entry__col--half {
  flex-basis: 50%;
  max-width: 50%;
}

.p-entry__col--half49 {
  flex-basis: 49%;
  max-width: 49%;
  background: #fff;
}

.p-entry__col .c-text--xs {
  font-size: 13px;
  font-size: 1.3rem;
}
.p-entry__col.sb {
  justify-content: space-between;
}
.p-entry__col.rr {
  flex-direction: row-reverse;
}

@media (max-width: 1023px) {
  .p-entry__col--left {
    flex-basis: 100%;
    max-width: 100%;
  }
  .p-entry__col--left.df {
    display: flex;
  }
  .p-entry__col--right {
    flex-basis: 100%;
    max-width: 100%;
  }
  .p-entry__col--half.df {
    display: flex;
    flex-basis: 100%;
    max-width: 100%;
  }
  .p-entry__col--half-left {
    padding-right: 5px;
  }
  .p-entry__col--half-right {
    padding-left: 5px;
  }
}
@media (max-width: 767px) {
  .p-entry__col--half-left {
    padding-right: 3px;
  }
  .p-entry__col--half-right {
    padding-left: 3px;
  }
  .p-entry__col .c-text--xs {
    font-size: 10px;
    font-size: 1rem;
  }
}
.p-entry__col-inner {
  position: relative;
  background-color: #fff;
}

.p-entry__col-inner--border-right {
  height: 100%;
  margin-right: 60px;
  border-right: 1px solid #e0e0e0;
}

.p-entry__col-inner--border {
  height: 100%;
  padding: 20px 30px;
  box-shadow: 0 0 0 1px #e0e0e0;
}
.p-entry__col-inner--border.ha {
  height: auto;
}

.p-entry__col-inner--bg {
  height: 100%;
  padding: 20px 30px;
  text-align: center;
  color: #fff;
  background-color: #a59e8e;
  box-shadow: 0 0 0 1px #e0e0e0;
}
.p-entry__col-inner--bg.ha {
  height: auto;
  color: #404040;
  background-color: #f6f6f6;
}
.p-entry__col-inner--bg.cc {
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-entry__col-inner--bg2 {
  padding: 20px 30px;
  text-align: center;
  color: #fff;
  background-color: #a59e8e;
  box-shadow: 0 0 0 1px #e0e0e0;
  margin: -20px -30px 20px;
}

.p-entry__col-inner--end {
  padding-top: 50px;
  padding-bottom: 50px;
}
.p-entry__col-inner--end::after {
  position: absolute;
  z-index: 0;
  bottom: -50px;
  left: 0;
  width: 100%;
  height: 49px;
  content: "";
  background-color: #fff;
}

.p-entry__col-inner--h170 {
  height: 164px;
}

@media (max-width: 1023px) {
  .p-entry__col-inner--border-right {
    margin-right: 0;
    border: none;
  }
  .p-entry__col-inner--border {
    padding: 15px;
  }
  .df .p-entry__col-inner--border {
    flex-basis: 50%;
    max-width: 50%;
  }
  .p-entry__col-inner--bg {
    padding: 15px 15px;
    border-top: 1px solid #a59e8e;
    border-right: 1px solid #a59e8e;
    border-bottom: 1px solid #a59e8e;
    border-left: 1px solid #a59e8e;
  }
  .df .p-entry__col-inner--bg {
    flex-basis: 50%;
    max-width: 50%;
    border: 1px solid #f6f6f6;
  }
  .p-entry__col-inner--bg2 {
    padding: 15px 15px;
    border-top: 1px solid #a59e8e;
    border-right: 1px solid #a59e8e;
    border-bottom: 1px solid #a59e8e;
    border-left: 1px solid #a59e8e;
    margin: -10px -10px 10px;
  }
  .p-entry__col-inner--end {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .p-entry__col-inner--end::after {
    bottom: -40px;
    height: 39px;
  }
  .p-entry__col-inner--h170 {
    height: 120px;
  }
}
@media (max-width: 767px) {
  .p-entry__col-inner--border,
  .p-entry__col-inner--bg,
  .p-entry__col-inner--bg2 {
    padding: 10px;
  }
  .p-entry__col-inner--end {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .p-entry__col-inner--end::after {
    bottom: -30px;
    height: 29px;
  }
  .p-entry__col-inner--h170 {
    height: 100px;
  }
}
.p-entry__heading {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media (max-width: 1023px) {
  .p-entry__heading {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .p-entry__heading {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-dormitory__qa-item-q {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  position: relative;
  margin-bottom: 20px;
  padding: 0 0 22px 45px;
  color: #9F8753;
  border-bottom: 1px solid #9F8753;
}

.p-dormitory__qa-item-q::before {
  position: absolute;
  top: -3px;
  left: 0;
  width: 34px;
  height: 34px;
  content: "";
  background-image: url(../images/dormitory/q.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}

.p-dormitory__qa-item-a::before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 34px;
  height: 34px;
  content: "";
  background-image: url(../images/dormitory/a.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}

.p-dormitory__qa-item {
  position: relative;
  margin-bottom: 25px;
  padding: 30px;
  border: 2px solid #9F8753;
}

.p-dormitory__qa-item-a {
  position: relative;
  padding: 0 0 0 45px;
}

.web_ao_entry_box {
  background-color: #f7f7f7;
  border: 3px solid #ccc;
  padding: 20px;
  margin-bottom: 15px;
  text-align: center;
}

.narrow_width2 {
  max-width: 800px;
  margin: 0 auto;
}

.bg_event {
  background-color: #f2f2f2;
  padding-top: 40px;
  padding-bottom: 20px;
}
.bg_event > div {
  position: relative;
  top: 50%;
  /* Safari用 */
  transform: translateY(-50%);
}

.p-profile:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 20px 15px;
  border-color: transparent transparent #fff transparent;
  transform: translateX(-50%);
}

.p-profile {
  position: relative;
  background: #fff;
  padding: 50px 50px 0;
  margin-top: 40px;
}

.column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.column > div,
.column > li {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 1rem;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.flex1 {
  flex: 1;
  overflow: hidden;
}

.flex2 {
  flex: 2;
  overflow: hidden;
}

.flex3 {
  flex: 3;
  overflow: hidden;
}

.flex4 {
  flex: 4;
  overflow: hidden;
}

.flex5 {
  flex: 5;
  overflow: hidden;
}

.flex6 {
  flex: 6;
  overflow: hidden;
}

.flex7 {
  flex: 7;
  overflow: hidden;
}

.flex8 {
  flex: 8;
  overflow: hidden;
}

.flex9 {
  flex: 9;
  overflow: hidden;
}

@media (max-width: 767px) {
  .column > div,
  .column > li {
    width: 100%;
    display: block;
  }
  .column > .flex1 {
    flex: none !important;
  }
  .column > .flex2 {
    flex: none !important;
  }
  .column > .flex3 {
    flex: none !important;
  }
  .column > .flex4 {
    flex: none !important;
  }
  .column > .flex5 {
    flex: none !important;
  }
  .column > .flex6 {
    flex: none !important;
  }
  .column > .flex7 {
    flex: none !important;
  }
  .column > .flex8 {
    flex: none !important;
  }
  .column > .flex9 {
    flex: none !important;
  }
}
.cp_ipselect {
  overflow: hidden;
  width: 90%;
  max-width: 200px;
  margin: 2em auto;
  text-align: center;
}

.cp_ipselect select {
  width: 100%;
  /*  padding-right: 1em;*/
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  text-align: center;
}

.cp_ipselect select::-ms-expand {
  display: none;
}

.cp_ipselect.cp_sl04 {
  position: relative;
  border-radius: 1px;
  border: 1px solid #EDEDED;
  border-radius: 50px;
  background: #ffffff;
}

.cp_ipselect.cp_sl04::before {
  position: absolute;
  top: 0.9em;
  right: 1.2em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #d85757;
  pointer-events: none;
}

.cp_ipselect.cp_sl04 select {
  padding: 8px 38px 8px 8px;
  color: #000;
}

.event_submit--subtitle {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}

.event_submit--title {
  text-align: center;
  font-size: 26px;
  padding-bottom: 10px;
  font-weight: bold;
  border-bottom: solid 1px #E7E7E7;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 30px;
  line-height: 4rem;
}

.event_title {
  font-size: 26px;
  padding-bottom: 10px;
  font-weight: bold;
  border-bottom: solid 1px #E7E7E7;
  margin-bottom: 30px;
}

.event_subtitle {
  font-weight: bold;
  margin-bottom: 20px;
}

.event_submit--text {
  font-size: 13px;
  text-align: center;
}

.event_submit--button {
  margin: 0% auto;
  text-align: center;
  width: 200px;
  color: #fff;
  padding: 10px;
  background-color: #d85757;
  font-size: 14px;
  font-weight: bold;
}
.event_submit--button a {
  color: #fff;
}

.event_day .icon {
  background-color: transparent;
  background-color: #0F347F !important;
  padding-bottom: 25px !important;
  margin-bottom: 10px;
}

.category_icon {
  margin-bottom: 20px;
}

.event_sec {
  max-width: 1080px !important;
  margin: 0 auto;
}

.p-index {
  font-family: "Noto Sans JP";
  font-family: "Noto Sans JP";
}
.p-index a {
  color: #404040;
}
.p-index_kv {
  line-height: 0em;
  background-image: linear-gradient(90deg, #a7c3d8, #cce7f9);
  position: relative;
  margin-bottom: 40px;
}
.p-index_kv__loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  opacity: 1;
  transition: opacity 0.9s ease-in-out;
}
.p-index_kv__loading.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.p-index_kv__loading .kv-loading-logo {
  max-width: 260px;
  height: auto;
  animation: loadingPulse 2s ease-in-out infinite;
}
@keyframes loadingPulse {
  0%, 100% {
    opacity: 0.9;
    transform: scale(0.9);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
}
.p-index_kv--title {
  position: absolute;
  bottom: 4%;
  width: 100%;
  z-index: 10;
}
@media (max-width: 768px) {
  .p-index_kv--title {
    bottom: 0;
  }
}
.p-index_kv--title .kv-logo-img-sp {
  display: none;
}
@media (max-width: 768px) {
  .p-index_kv--title .kv-logo-img-sp {
    display: block;
  }
}
.p-index_kv--title .kv-logo-img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
@media (max-width: 768px) {
  .p-index_kv--title .kv-logo-img {
    display: none;
  }
}
.p-index_kv--title .kv-logo-img-sp {
  display: none;
}
@media (max-width: 768px) {
  .p-index_kv--title .kv-logo-img-sp {
    display: block;
    max-width: 100%;
    text-align: center;
  }
}
.p-index_kv--title01 {
  position: absolute;
  bottom: 50px;
  right: 40%;
  z-index: 10;
}
.p-index_kv--title01 img {
  width: auto;
  height: auto;
  max-width: 80%;
}
.p-index_kv--title02 {
  position: absolute;
  bottom: 50px;
  left: 54%;
  z-index: 10;
}
.p-index_kv--title02 img {
  width: auto;
  height: auto;
  max-width: 80%;
}
.p-index_kv__slider {
  width: 100%;
  height: 800px;
  overflow: hidden;
}
.p-index_kv__slider .swiper-wrapper {
  align-items: center;
  display: flex;
}
.p-index_kv__slider--item--img01 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100px);
  z-index: 2;
  width: 1600px;
  height: auto;
  background-size: cover;
  opacity: 0;
  filter: blur(10px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-index_kv__slider--item--img01 img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .p-index_kv__slider--item--img01 {
    width: 98vw !important;
    height: auto;
    left: 50%;
    transform: translateX(-50%) translateY(100px);
  }
}
.p-index_kv__slider--item--img02 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100px);
  z-index: 2;
  width: 1600px;
  height: auto;
  background-size: cover;
  opacity: 0;
  filter: blur(10px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-index_kv__slider--item--img02 img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .p-index_kv__slider--item--img02 {
    width: 98vw !important;
    height: auto;
    left: 50%;
    transform: translateX(-50%) translateY(100px);
  }
}
.p-index_kv__slider--bg {
  background: #093284;
  width: 100%;
  height: 80%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  filter: blur(0);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 0 0 rgba(9, 50, 132, 0);
  opacity: 1;
}
.p-index_kv__slider--bg.swiper-slide-transitioning {
  filter: blur(8px);
  box-shadow: 0 0 40px rgba(9, 50, 132, 0.8);
}
@media (max-width: 768px) {
  .p-index_kv__slider--bg {
    width: 200%;
    height: 70%;
    top: 60%;
  }
}
.p-index_kv__slider .slide-title {
  position: absolute;
  top: 500px;
  left: 10%;
  color: #404040;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.5019607843);
  opacity: 0;
  transform: translateY(30px) scale(0.9);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  filter: blur(5px);
}
.p-index_kv__slider .swiper-slide-active .slide-title {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}
.swiper-slide-active .p-index_kv__slider--item--img01, .swiper-slide-active .p-index_kv__slider--item--img02 {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  filter: blur(0);
}
@media (max-width: 768px) {
  .swiper-slide-active .p-index_kv__slider--item--img01, .swiper-slide-active .p-index_kv__slider--item--img02 {
    width: 1200px;
  }
}
.swiper-slide-active .p-index_kv__slider--bg {
  filter: blur(0);
  box-shadow: 0 0 0 rgba(9, 50, 132, 0);
  opacity: 1;
}
@media (max-width: 768px) {
  .swiper-slide-active .p-index_kv__slider--bg {
    opacity: 1 !important;
  }
}
.swiper-slide-active .p-index_kv__slider--bg.swiper-slide-transitioning {
  filter: blur(8px);
  box-shadow: 0 0 40px rgba(9, 50, 132, 0.8);
}
.swiper-slide .p-index_kv__slider--item--img01, .swiper-slide .p-index_kv__slider--item--img02 {
  opacity: 0;
  transform: translateX(-50%) translateY(100px);
  filter: blur(10px);
}
@media (max-width: 768px) {
  .swiper-slide .p-index_kv__slider--item--img01, .swiper-slide .p-index_kv__slider--item--img02 {
    width: 1200px;
  }
}
.swiper-slide .p-index_kv__slider--bg {
  filter: blur(0);
  box-shadow: 0 0 0 rgba(9, 50, 132, 0);
}
@media (max-width: 768px) {
  .swiper-slide .p-index_kv__slider--bg {
    opacity: 0;
  }
}
.p-index_kv__slider .swiper-slide .slide-title {
  opacity: 0;
  transform: translateY(30px) scale(0.9);
  filter: blur(5px);
}
.p-index_kv__slider .swiper-button-next,
.p-index_kv__slider .swiper-button-prev {
  color: white;
  background: rgba(255, 255, 255, 0.2);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.p-index_kv__slider .swiper-button-next:hover,
.p-index_kv__slider .swiper-button-prev:hover {
  background: rgba(255, 255, 255, 0.3);
}
.p-index_kv__slider .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.p-index_kv__slider .swiper-pagination-bullet-active {
  background: white;
}
@media (max-width: 768px) {
  .p-index_kv__slider {
    height: min(667px, 100svh);
  }
  .p-index_kv__slider .slide-title {
    font-size: 1.5rem;
  }
  .p-index_kv__slider .slide-content {
    bottom: 15%;
  }
}
.p-index_kv .c-button-new--white {
  position: absolute;
  bottom: 50%;
  left: calc(50% - 450px);
  transform: translate(-50%, 0);
  z-index: 10;
}
@media (max-width: 768px) {
  .p-index_kv .c-button-new--white {
    display: none;
  }
}
.p-index_topics__slider {
  position: relative;
  margin-bottom: 30px;
  margin: 10px 0 0 10%;
  padding-bottom: 50px;
  overflow: hidden;
}
.p-index_topics__slider .swiper-slide img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}
.p-index_topics__slider .swiper-slide img:hover {
  transform: scale(1.05);
}
.p-index_topics__slider .progress-navigation-container {
  position: absolute;
  bottom: 15px;
  left: 0%;
  right: 10%;
  width: 90%;
  display: flex;
  align-items: center;
  z-index: 10;
  margin: 0;
  padding: 0;
  overflow: visible;
}
.p-index_topics__slider .swiper-pagination-progressbar {
  flex: 1;
  height: 10px;
  background: #d8dadc;
  border-radius: 4px;
  margin: 0;
  display: block;
  visibility: visible;
  opacity: 1;
  box-sizing: border-box;
  z-index: 10;
  margin-right: 90px;
  position: relative;
}
.p-index_topics__slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #2f4c85;
  border-radius: 4px;
  transition: transform 0.3s ease;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}
.p-index_topics__slider .custom-navigation {
  display: flex;
  gap: 8px;
  z-index: 12;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 4px;
  padding: 2px;
  overflow: visible;
}
.p-index_topics__slider .custom-prev-btn,
.p-index_topics__slider .custom-next-btn {
  width: 35px;
  height: 35px;
  background: #2f4c85;
  color: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background: #1a2f5a;
}
.p-index_topics__slider .custom-prev-btn:hover,
.p-index_topics__slider .custom-next-btn:hover {
  transform: scale(1.05);
  background: #1a2f5a;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.p-index_topics__slider .custom-prev-btn:active,
.p-index_topics__slider .custom-next-btn:active {
  transform: scale(0.95);
}
.p-index_topics__slider .custom-prev-btn.disabled, .p-index_topics__slider .custom-prev-btn:disabled, .p-index_topics__slider .custom-prev-btn.swiper-button-disabled, .p-index_topics__slider .custom-prev-btn[aria-disabled=true],
.p-index_topics__slider .custom-next-btn.disabled,
.p-index_topics__slider .custom-next-btn:disabled,
.p-index_topics__slider .custom-next-btn.swiper-button-disabled,
.p-index_topics__slider .custom-next-btn[aria-disabled=true] {
  background: #ccc !important;
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: none;
}
.p-index_topics__slider .custom-prev-btn.disabled:hover, .p-index_topics__slider .custom-prev-btn:disabled:hover, .p-index_topics__slider .custom-prev-btn.swiper-button-disabled:hover, .p-index_topics__slider .custom-prev-btn[aria-disabled=true]:hover,
.p-index_topics__slider .custom-next-btn.disabled:hover,
.p-index_topics__slider .custom-next-btn:disabled:hover,
.p-index_topics__slider .custom-next-btn.swiper-button-disabled:hover,
.p-index_topics__slider .custom-next-btn[aria-disabled=true]:hover {
  transform: none;
  background: #ccc !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.p-index_topics__slider .custom-prev-btn.disabled:active, .p-index_topics__slider .custom-prev-btn:disabled:active, .p-index_topics__slider .custom-prev-btn.swiper-button-disabled:active, .p-index_topics__slider .custom-prev-btn[aria-disabled=true]:active,
.p-index_topics__slider .custom-next-btn.disabled:active,
.p-index_topics__slider .custom-next-btn:disabled:active,
.p-index_topics__slider .custom-next-btn.swiper-button-disabled:active,
.p-index_topics__slider .custom-next-btn[aria-disabled=true]:active {
  transform: none;
}
.p-index_topics__slider .custom-prev-btn[aria-disabled=false], .p-index_topics__slider .custom-prev-btn:not([aria-disabled=true]):not(.disabled):not(:disabled):not(.swiper-button-disabled),
.p-index_topics__slider .custom-next-btn[aria-disabled=false],
.p-index_topics__slider .custom-next-btn:not([aria-disabled=true]):not(.disabled):not(:disabled):not(.swiper-button-disabled) {
  background: #2f4c85 !important;
  cursor: pointer;
}
.p-index_topics__slider .custom-prev-btn img,
.p-index_topics__slider .custom-next-btn img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.p-index_topics__slider .custom-prev-btn {
  background: #2f4c85;
}
.p-index_topics__slider .custom-prev-btn img {
  transform: rotate(180deg);
}
.p-index_news {
  font-size: 16px;
  margin: 50px 10% 0 10%;
}
.p-index_news a {
  color: #404040 !important;
}
.p-index_news__list {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
  background-image: url("../img/top/icon_arrow.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 23px;
  padding-right: 30px;
}
@media (max-width: 768px) {
  .p-index_news__list {
    padding-right: 0px;
    background-image: none;
  }
}
.p-index_news__date {
  font-size: 16px;
  color: #8e9191;
  margin-bottom: 10px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .p-index_news__date {
    font-size: 12px;
    margin-right: 10px;
  }
}
.p-index_news__category {
  font-size: 12px;
  color: #8e9191;
  border: 1px solid #d8dadc;
  padding: 2px 10px;
  margin-bottom: 10px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .p-index_news__category {
    font-size: 10px;
    margin-right: 10px;
    padding-top: 2px;
  }
}
.p-index_news__title {
  font-size: 16px;
}
@media (max-width: 768px) {
  .p-index_news__title {
    font-size: 13px;
  }
}
.p-index_4year {
  font-size: 16px;
  margin: 115px 10% -3% 10%;
  display: flex;
  flex-wrap: wrap;
}
.p-index_4year--more {
  color: #093284;
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 20px;
  position: relative;
  text-align: right;
}
@media (max-width: 768px) {
  .p-index_4year--more {
    font-size: 14px;
    margin-right: 10%;
    text-decoration: underline;
  }
}
.p-index_4year--more:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  padding-right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../img/top/icon_arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  vertical-align: middle;
}
.p-index_4year__title {
  font-size: 48px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5em;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .p-index_4year__title {
    font-size: 30px;
    margin-bottom: 0px;
  }
}
.p-index_4year__text {
  font-size: 16px;
  padding: 20px 0;
  line-height: 2em;
}
@media (max-width: 768px) {
  .p-index_4year__text {
    font-size: 14px;
  }
}
.p-index_4year__item {
  width: 50%;
}
@media (max-width: 768px) {
  .p-index_4year__item {
    width: 100%;
  }
}
.p-index_4year__item figure {
  margin-top: 20%;
  margin-left: -10%;
  margin-right: -10%;
}
@media (max-width: 768px) {
  .p-index_4year__item figure {
    margin-top: 0;
  }
}
.p-index_4year__item img {
  width: 100%;
  height: auto;
}
.p-index_4year__item:first-child {
  padding-left: 5%;
}
.p-index_picture {
  font-size: 16px;
  position: relative;
  height: 430px;
  z-index: 10;
}
@media (max-width: 768px) {
  .p-index_picture {
    padding-top: 50px;
    height: 320px;
  }
}
.p-index_picture__slider {
  position: absolute;
  width: 100%;
  height: 430px;
  will-change: transform;
  transform: translateZ(0);
}
.p-index_picture__slider .swiper-wrapper {
  transition-timing-function: linear !important;
}
@media (max-width: 768px) {
  .p-index_picture__slider {
    height: auto !important;
  }
  .p-index_picture__slider img {
    height: auto;
  }
}
.p-index_picture__item {
  text-align: center;
  opacity: 0;
  filter: blur(10px);
  transform: scale(0.8) translateY(100px);
  transition: all 0.8s ease;
  width: auto !important;
  flex-shrink: 0;
  will-change: transform, opacity, filter;
}
@media (max-width: 768px) {
  .p-index_picture__item {
    width: auto;
    height: auto;
  }
}
.p-index_picture__item.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: scale(1) translateY(var(--random-y, 0px)) translateZ(0);
}
.p-index_picture__item img {
  max-width: none;
  width: auto;
  height: auto;
  will-change: transform;
  transform: translateZ(0);
}
.p-index_courses {
  font-size: 16px;
  margin: 50px 0 0 0;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: visible !important;
}
@media (max-width: 768px) {
  .p-index_courses {
    margin-bottom: 100px;
  }
}
.l-main .p-index_courses {
  overflow: visible !important;
}
.p-index_courses * {
  overflow: visible !important;
}
.p-index_courses__title {
  padding-left: 15%;
  font-size: 48px;
  font-family: "Noto Serif JP", serif;
  margin-top: 170px;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .p-index_courses__title {
    display: none;
  }
}
.p-index_courses .courses-sticky-container {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  overflow: visible !important;
}
@media (max-width: 768px) {
  .p-index_courses .courses-sticky-container {
    padding-top: 0px;
  }
}
.p-index_courses .courses-sticky-item {
  width: 94vw;
  left: 3vw;
  position: sticky;
  top: 0;
  height: 680px;
  display: flex;
  align-items: center;
  justify-content: center;
  will-change: opacity, transform, filter, scale, border-radius;
  transition: none;
  transform-origin: center center;
}
@media (max-width: 768px) {
  .p-index_courses .courses-sticky-item {
    height: 440px;
    display: block;
    margin-bottom: 10px;
  }
  .p-index_courses .courses-sticky-item:after {
    content: url("../img/top/icon_plus.svg");
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
}
.p-index_courses .courses-sticky-item[data-course="0"] {
  overflow: visible !important;
  z-index: 1;
}
.p-index_courses .courses-sticky-item[data-course="0"] .p-index_courses__item {
  background-color: #9cb2d9;
  background-image: url("../img/top/img_world1.jpg");
  background-position: right bottom;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-color: #9cb2d9;
  min-height: 680px;
  padding: 5% 60% 5% 5%;
  width: 100%;
  max-width: none;
  transform-origin: center center;
  will-change: transform, filter, border-radius;
}
@media (max-width: 768px) {
  .p-index_courses .courses-sticky-item[data-course="0"] .p-index_courses__item {
    min-height: 440px;
    padding: 50% 5% 5% 5%;
    background-size: 100%;
    background-image: url("../img/top/img_world1_sp.jpg");
    background-size: cover;
  }
}
.p-index_courses .courses-sticky-item[data-course="1"] {
  overflow: visible !important;
  z-index: 2;
}
.p-index_courses .courses-sticky-item[data-course="1"] .p-index_courses__item {
  background-image: url("../img/top/img_world2.jpg");
  background-position: right bottom;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-color: #9cb2d9;
  min-height: 680px;
  padding: 2.5% 60% 2.5% 5%;
  width: 100%;
  max-width: none;
  transform-origin: center center;
  will-change: transform, filter, border-radius;
}
@media (max-width: 768px) {
  .p-index_courses .courses-sticky-item[data-course="1"] .p-index_courses__item {
    min-height: 440px;
    padding: 35% 5% 5% 5%;
    background-size: 100%;
    background-image: url("../img/top/img_world2_sp.jpg");
    background-size: cover;
  }
}
.p-index_courses .courses-sticky-item[data-course="2"] {
  overflow: visible !important;
  z-index: 3;
}
.p-index_courses .courses-sticky-item[data-course="2"] .p-index_courses__item {
  background-image: url("../img/top/img_world3.jpg");
  background-position: right bottom;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-color: #9cb2d9;
  min-height: 680px;
  padding: 2.5% 60% 2.5% 5%;
  width: 100%;
  max-width: none;
  transform-origin: center center;
  will-change: transform, filter, border-radius;
}
@media (max-width: 768px) {
  .p-index_courses .courses-sticky-item[data-course="2"] .p-index_courses__item {
    min-height: 440px;
    padding: 35% 5% 5% 5%;
    background-size: 100%;
    background-image: url("../img/top/img_world3_sp.jpg");
    background-size: cover;
  }
}
.p-index_courses .courses-sticky-item[data-course="3"] {
  overflow: visible !important;
  z-index: 4;
}
.p-index_courses .courses-sticky-item[data-course="3"] .p-index_courses__item {
  background-image: url("../img/top/img_world4.jpg");
  background-position: right bottom;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-color: #9cb2d9;
  min-height: 680px;
  padding: 5% 60% 5% 5%;
  width: 100%;
  max-width: none;
  transform-origin: center center;
  will-change: transform, filter, border-radius;
}
@media (max-width: 768px) {
  .p-index_courses .courses-sticky-item[data-course="3"] .p-index_courses__item {
    min-height: 440px;
    margin-top: 0;
    padding: 48% 5% 5% 5%;
    background-size: 100%;
    background-image: url("../img/top/img_world4_sp.jpg");
    background-size: cover;
  }
}
.p-index_courses__item {
  line-height: 2em;
  margin-bottom: 20px;
  width: 100%;
  max-width: none;
  padding: 5% 60% 5% 5%;
  background-color: #9cb2d9;
  min-height: 800px;
}
@media (max-width: 768px) {
  .p-index_courses__item--number {
    font-size: 12px;
  }
}
.p-index_courses__item--world {
  font-size: 70px;
  font-family: "Bellefair", serif;
  line-height: 1.1em;
  margin-bottom: 10px;
  letter-spacing: -0.05em;
}
@media (max-width: 768px) {
  .p-index_courses__item--world {
    font-size: 48px;
    margin-bottom: 0;
    line-height: 1em;
  }
}
.p-index_courses__item--world02 {
  font-size: 16px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-index_courses__item--world02 {
    font-size: 10px;
    margin-bottom: 10px;
  }
}
.p-index_courses__item--title {
  font-size: 30px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .p-index_courses__item--title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.p-index_courses__item--text {
  font-size: 16px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-index_courses__item--text {
    display: none;
  }
}
@media (max-width: 768px) {
  .p-index_courses__item .c-button-new--white {
    padding: 10px;
    width: 80% !important;
    margin: 10px 10%;
    background-color: rgba(13, 53, 127, 0.062745098);
    font-size: 13px;
    display: none;
  }
}
.p-index_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(146, 146, 146, 0.8);
  z-index: 40001;
  scrollbar-width: 16px;
  scrollbar-color: #093284 #f0f0f0;
}
@media (max-width: 768px) {
  .p-index_modal {
    padding: 10px 10px 100px 10px;
  }
}
.p-index_modal--number {
  font-size: 15px;
  padding-top: 40px;
  max-width: 1072px;
  margin-bottom: 10px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-index_modal--number {
    font-size: 12px;
    padding-top: 0;
  }
}
.p-index_modal--world {
  max-width: 1072px;
  margin: 0 auto;
  font-size: 70px;
  font-family: "Bellefair", serif;
  line-height: 1.1em;
  margin-bottom: 10px;
  letter-spacing: -0.05em;
}
@media (max-width: 768px) {
  .p-index_modal--world {
    font-size: 48px;
    margin-bottom: 10px;
    line-height: 1em;
  }
}
.p-index_modal--world02 {
  max-width: 1072px;
  margin: 0 auto;
  font-size: 16px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-index_modal--world02 {
    font-size: 10px;
    margin-bottom: 30px;
  }
}
.p-index_modal::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}
.p-index_modal::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 8px;
}
.p-index_modal::-webkit-scrollbar-thumb {
  background: #093284;
  border-radius: 8px;
  border: 2px solid #f0f0f0;
}
.p-index_modal::-webkit-scrollbar-thumb:hover {
  background: #093284;
}
.p-index_modal::-webkit-scrollbar-corner {
  background: #f0f0f0;
}
.p-index_modal__close {
  position: absolute;
  top: 8vw;
  right: 8vw;
  width: 30px;
  height: 30px;
  z-index: 40001;
  cursor: pointer;
}
@media (max-width: 768px) {
  .p-index_modal__close {
    top: auto;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
  }
}
.p-index_modal__course--wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
  max-width: 1024px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 768px) {
  .p-index_modal__course--wrap {
    display: block;
  }
}
.p-index_modal__course--wrap a {
  width: 49%;
}
.p-index_modal__course {
  width: 100%;
  margin-right: 7px;
  margin-bottom: 10px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #e9ecee;
}
@media (max-width: 768px) {
  .p-index_modal__course {
    width: 100%;
    margin-bottom: 10px;
  }
}
.p-index_modal__course--image {
  width: 25%;
  padding: 10px;
}
.p-index_modal__course--text {
  padding: 10px;
  width: 70%;
  color: #000;
  display: table-cell;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translateY(-50%);
  padding-right: 20px;
}
.p-index_modal__course--text:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: -15px;
  right: -15px;
  background-image: url("../img/top/icon_arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .p-index_modal__course--text:after {
    bottom: -5px;
    right: -10px;
    width: 30px;
    height: 30px;
    background-size: 25px;
  }
}
.p-index_modal__course--text h3 {
  font-size: 16px;
  margin-bottom: 0em;
}
@media (max-width: 768px) {
  .p-index_modal__course--text h3 {
    font-size: 12px;
  }
}
.p-index_modal__course--text p {
  margin-top: 5px !important;
  font-size: 14px;
}
@media (max-width: 768px) {
  .p-index_modal__course--text p {
    font-size: 10px;
  }
}
.p-index_modal__course--text p span {
  background-color: #fff;
  color: #000;
  padding: 2px 5px;
  margin-right: 5px;
}
.p-index_modal__course--number {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .p-index_modal__course--number {
    font-size: 12px;
  }
}
.p-index_modal__course--world {
  font-size: 70px;
  font-family: "Bellefair", serif;
  line-height: 1.1em;
  margin-bottom: 10px;
  letter-spacing: -0.05em;
}
@media (max-width: 768px) {
  .p-index_modal__course--world {
    font-size: 48px;
    margin-bottom: 10px;
    line-height: 1em;
  }
}
.p-index_modal__course--world02 {
  font-size: 16px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-index_modal__course--world02 {
    font-size: 10px;
    margin-bottom: 30px;
  }
}
.p-index_modal__musican {
  display: none;
  scrollbar-width: 16px;
  background-color: #fff;
  padding: 20px 20px;
  height: 85vh;
  overflow-y: scroll !important;
  margin: 5% 2%;
}
.p-index_modal__danceactor {
  display: none;
  scrollbar-width: 16px;
  background-color: #fff;
  padding: 20px 20px;
  overflow-y: scroll !important;
  height: 85vh;
  margin: 5% 2%;
}
.p-index_modal__soundcreator {
  display: none;
  scrollbar-width: 16px;
  background-color: #fff;
  padding: 20px 20px;
  overflow-y: scroll !important;
  height: 85vh;
  margin: 5% 2%;
}
.p-index_modal__concert {
  display: none;
  scrollbar-width: 16px;
  background-color: #fff;
  padding: 20px 20px;
  overflow-y: scroll !important;
  height: 85vh;
  margin: 5% 2%;
}
.p-index_opencampus {
  background-color: #0d357f;
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  margin: 160px 0% 100px 0%;
  padding: 180px 10%;
  background-image: url("../img/top/bg_oc.png");
  background-position: right top;
  background-repeat: no-repeat;
}
.p-index_opencampus--subtitle {
  font-size: 24px;
  margin-bottom: 1em;
}
.p-index_opencampus--subtitle:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 20px;
  background-image: url("../img/top/icon_o.svg");
  background-repeat: no-repeat;
  background-position: 0px 3px;
}
.p-index_opencampus--title {
  font-size: 112px;
  font-family: "Bellefair", serif;
  line-height: 1.2em;
  margin-bottom: 10px;
  letter-spacing: -0.05em;
}
@media (max-width: 768px) {
  .p-index_opencampus--title {
    font-size: 48px;
  }
}
.p-index_opencampus--title span:after {
  content: "";
  display: inline-block;
  width: 70px;
  height: 60px;
  background-image: url("../img/top/icon_star.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.p-index_opencampus--title02 {
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 30px;
}
.p-index_opencampus--text {
  font-size: 16px;
  margin-bottom: 40px;
}
.p-index_opencampus--subtitle02 {
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 30px;
}
.p-index_field__wrap a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
  background-color: #e9ecee;
}
.p-index_field__item:nth-child(1) {
  width: 30%;
  padding: 5px;
}
.p-index_field__item:nth-child(2) {
  width: 70%;
  color: #404040;
  font-size: 14px;
  display: flex;
  align-items: center;
  padding-left: 10px;
  font-family: "Noto Serif JP", serif;
  background-image: url("../img/top/icon_arrow.svg");
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: bottom 5px right 5px;
}
.p-index_field__slider {
  position: relative;
  padding-bottom: 20px;
  overflow: hidden;
  margin-bottom: 50px;
}
.p-index_field__slider .progress-navigation-container {
  position: absolute;
  bottom: 15px;
  left: 0%;
  right: 10%;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 10;
  margin: 0;
  padding: 0;
  overflow: visible;
}
.p-index_field__slider .swiper-pagination-progressbar {
  flex: 1;
  height: 10px;
  background: #d8dadc;
  border-radius: 4px;
  margin: 0;
  display: block;
  visibility: visible;
  opacity: 1;
  box-sizing: border-box;
  z-index: 10;
  margin-right: 90px;
  position: relative;
}
.p-index_field__slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #2f4c85;
  border-radius: 4px;
  transition: transform 0.3s ease;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}
.p-index_field__slider .custom-navigation {
  display: flex;
  gap: 8px;
  z-index: 12;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 4px;
  padding: 2px;
  overflow: visible;
}
.p-index_field__slider .custom-prev-btn,
.p-index_field__slider .custom-next-btn {
  width: 35px;
  height: 35px;
  background: #2f4c85;
  color: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.p-index_field__slider .custom-prev-btn:hover,
.p-index_field__slider .custom-next-btn:hover {
  transform: scale(1.05);
  background: #1a2f5a;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.p-index_field__slider .custom-prev-btn:active,
.p-index_field__slider .custom-next-btn:active {
  transform: scale(0.95);
}
.p-index_field__slider .custom-prev-btn.disabled, .p-index_field__slider .custom-prev-btn:disabled, .p-index_field__slider .custom-prev-btn.swiper-button-disabled, .p-index_field__slider .custom-prev-btn[aria-disabled=true],
.p-index_field__slider .custom-next-btn.disabled,
.p-index_field__slider .custom-next-btn:disabled,
.p-index_field__slider .custom-next-btn.swiper-button-disabled,
.p-index_field__slider .custom-next-btn[aria-disabled=true] {
  background: #ccc !important;
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: none;
}
.p-index_field__slider .custom-prev-btn.disabled:hover, .p-index_field__slider .custom-prev-btn:disabled:hover, .p-index_field__slider .custom-prev-btn.swiper-button-disabled:hover, .p-index_field__slider .custom-prev-btn[aria-disabled=true]:hover,
.p-index_field__slider .custom-next-btn.disabled:hover,
.p-index_field__slider .custom-next-btn:disabled:hover,
.p-index_field__slider .custom-next-btn.swiper-button-disabled:hover,
.p-index_field__slider .custom-next-btn[aria-disabled=true]:hover {
  transform: none;
  background: #ccc !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.p-index_field__slider .custom-prev-btn.disabled:active, .p-index_field__slider .custom-prev-btn:disabled:active, .p-index_field__slider .custom-prev-btn.swiper-button-disabled:active, .p-index_field__slider .custom-prev-btn[aria-disabled=true]:active,
.p-index_field__slider .custom-next-btn.disabled:active,
.p-index_field__slider .custom-next-btn:disabled:active,
.p-index_field__slider .custom-next-btn.swiper-button-disabled:active,
.p-index_field__slider .custom-next-btn[aria-disabled=true]:active {
  transform: none;
}
.p-index_field__slider .custom-prev-btn[aria-disabled=false], .p-index_field__slider .custom-prev-btn:not([aria-disabled=true]):not(.disabled):not(:disabled):not(.swiper-button-disabled),
.p-index_field__slider .custom-next-btn[aria-disabled=false],
.p-index_field__slider .custom-next-btn:not([aria-disabled=true]):not(.disabled):not(:disabled):not(.swiper-button-disabled) {
  background: #2f4c85 !important;
  cursor: pointer;
}
.p-index_field__slider .custom-prev-btn img,
.p-index_field__slider .custom-next-btn img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.p-index_field__slider .custom-prev-btn {
  background: #2f4c85;
}
.p-index_field__slider .custom-prev-btn img {
  transform: rotate(180deg);
}
.p-index_oc {
  padding: 50px 10%;
}
.p-index_oc__slider {
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 50px;
  overflow: hidden;
}
.p-index_oc__slider .progress-navigation-container {
  position: absolute;
  bottom: 15px;
  left: 0%;
  right: 10%;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 10;
  margin: 0;
  padding: 0;
  overflow: visible;
}
.p-index_oc__slider .swiper-pagination-progressbar {
  flex: 1;
  height: 10px;
  background: #d8dadc;
  border-radius: 4px;
  margin: 0;
  display: block;
  visibility: visible;
  opacity: 1;
  box-sizing: border-box;
  z-index: 10;
  margin-right: 90px;
  position: relative;
}
.p-index_oc__slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #2f4c85;
  border-radius: 4px;
  transition: transform 0.3s ease;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}
.p-index_oc__slider .custom-navigation {
  display: flex;
  gap: 8px;
  z-index: 12;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 4px;
  padding: 2px;
  overflow: visible;
}
.p-index_oc__slider .custom-prev-btn,
.p-index_oc__slider .custom-next-btn {
  width: 35px;
  height: 35px;
  background: #2f4c85;
  color: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.p-index_oc__slider .custom-prev-btn:hover,
.p-index_oc__slider .custom-next-btn:hover {
  transform: scale(1.05);
  background: #1a2f5a;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.p-index_oc__slider .custom-prev-btn:active,
.p-index_oc__slider .custom-next-btn:active {
  transform: scale(0.95);
}
.p-index_oc__slider .custom-prev-btn.disabled, .p-index_oc__slider .custom-prev-btn:disabled, .p-index_oc__slider .custom-prev-btn.swiper-button-disabled, .p-index_oc__slider .custom-prev-btn[aria-disabled=true],
.p-index_oc__slider .custom-next-btn.disabled,
.p-index_oc__slider .custom-next-btn:disabled,
.p-index_oc__slider .custom-next-btn.swiper-button-disabled,
.p-index_oc__slider .custom-next-btn[aria-disabled=true] {
  background: #ccc !important;
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: none;
}
.p-index_oc__slider .custom-prev-btn.disabled:hover, .p-index_oc__slider .custom-prev-btn:disabled:hover, .p-index_oc__slider .custom-prev-btn.swiper-button-disabled:hover, .p-index_oc__slider .custom-prev-btn[aria-disabled=true]:hover,
.p-index_oc__slider .custom-next-btn.disabled:hover,
.p-index_oc__slider .custom-next-btn:disabled:hover,
.p-index_oc__slider .custom-next-btn.swiper-button-disabled:hover,
.p-index_oc__slider .custom-next-btn[aria-disabled=true]:hover {
  transform: none;
  background: #ccc !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.p-index_oc__slider .custom-prev-btn.disabled:active, .p-index_oc__slider .custom-prev-btn:disabled:active, .p-index_oc__slider .custom-prev-btn.swiper-button-disabled:active, .p-index_oc__slider .custom-prev-btn[aria-disabled=true]:active,
.p-index_oc__slider .custom-next-btn.disabled:active,
.p-index_oc__slider .custom-next-btn:disabled:active,
.p-index_oc__slider .custom-next-btn.swiper-button-disabled:active,
.p-index_oc__slider .custom-next-btn[aria-disabled=true]:active {
  transform: none;
}
.p-index_oc__slider .custom-prev-btn[aria-disabled=false], .p-index_oc__slider .custom-prev-btn:not([aria-disabled=true]):not(.disabled):not(:disabled):not(.swiper-button-disabled),
.p-index_oc__slider .custom-next-btn[aria-disabled=false],
.p-index_oc__slider .custom-next-btn:not([aria-disabled=true]):not(.disabled):not(:disabled):not(.swiper-button-disabled) {
  background: #2f4c85 !important;
  cursor: pointer;
}
.p-index_oc__slider .custom-prev-btn img,
.p-index_oc__slider .custom-next-btn img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.p-index_oc__slider .custom-prev-btn {
  background: #2f4c85 !important;
}
.p-index_oc__slider .custom-prev-btn img {
  transform: rotate(180deg);
}
.p-index_oc__slider--item {
  background-color: #e9ecee;
  color: #404040;
  padding: 10px 10px 40px 10px;
  line-height: 1.2em;
  font-family: "Noto Sans JP", serif;
  background-image: url("../img/top/icon_arrow.svg");
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: bottom 5px right 5px;
}
.p-index_oc__slider--image {
  padding-bottom: 10px;
}
.p-index_oc__slider--image img {
  max-width: 100% !important;
}
.p-index_oc__slider--title {
  font-size: 16px;
  margin-bottom: 10px;
}
.p-index_oc__slider--text {
  font-size: 12px;
}
.p-index_opencampus-sp {
  background-color: #0d357f;
  position: relative;
  color: #fff;
  font-size: 16px;
  margin: 50px 0% 100px 0%;
  padding: 50px 5%;
}
.p-index_opencampus-sp__wrap {
  position: relative;
  z-index: 1;
}
.p-index_opencampus-sp::after {
  content: url("../img/top/icon_oc.png");
  display: block;
  position: absolute;
  top: -100px;
  right: 0;
  z-index: 0;
}
.p-index_opencampus-sp--subtitle {
  font-size: 16px;
  margin-bottom: 1em;
}
.p-index_opencampus-sp--subtitle:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 20px;
  background-image: url("../img/top/icon_o.svg");
  background-repeat: no-repeat;
  background-position: 0px 4px;
}
.p-index_opencampus-sp__field {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}
.p-index_opencampus-sp__field--item {
  background-color: #fff;
  color: #404040;
  padding: 5px 20px 5px 10px;
  line-height: 1.2em;
  font-family: "Noto Sans JP", serif;
  position: relative;
  margin-right: 1.5%;
  margin-bottom: 4px !important;
  font-size: 13px;
  border-radius: 50px;
  position: relative;
}
.p-index_opencampus-sp__field--item:after {
  content: url("../img/top/chevron-right.svg");
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 5px;
}
.p-index_opencampus-sp--title {
  font-size: 112px;
  font-family: "Bellefair", serif;
  line-height: 1.2em;
  margin-bottom: 10px;
  letter-spacing: -0.05em;
}
@media (max-width: 768px) {
  .p-index_opencampus-sp--title {
    font-size: 48px;
  }
}
.p-index_opencampus-sp--title span:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../img/top/icon_star.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}
.p-index_opencampus-sp--title02 {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 30px;
}
.p-index_opencampus-sp--text {
  font-size: 16px;
  margin-bottom: 40px;
}
.p-index_opencampus-sp--subtitle02 {
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 30px;
}
.p-index_opencampus-sp .progress-navigation-container {
  position: absolute;
  bottom: 15px;
  left: 0%;
  right: 10%;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 10;
  margin: 0;
  padding: 0;
  overflow: visible;
}
.p-index_opencampus-sp .swiper-pagination-progressbar {
  flex: 1;
  height: 10px;
  background: #d8dadc;
  border-radius: 4px;
  margin: 0;
  display: block;
  visibility: visible;
  opacity: 1;
  box-sizing: border-box;
  z-index: 10;
  margin-right: 90px;
  position: relative;
}
.p-index_opencampus-sp .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #2f4c85;
  border-radius: 4px;
  transition: transform 0.3s ease;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}
.p-index_opencampus-sp .c-button-new--white {
  width: 310px !important;
}
.p-index_opencampus-sp .custom-navigation {
  display: flex;
  gap: 8px;
  z-index: 12;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 4px;
  padding: 2px;
  overflow: visible;
}
.p-index_opencampus-sp .custom-prev-btn,
.p-index_opencampus-sp .custom-next-btn {
  width: 35px;
  height: 35px;
  background: #2f4c85;
  color: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.p-index_opencampus-sp .custom-prev-btn:hover,
.p-index_opencampus-sp .custom-next-btn:hover {
  transform: scale(1.05);
  background: #1a2f5a;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.p-index_opencampus-sp .custom-prev-btn:active,
.p-index_opencampus-sp .custom-next-btn:active {
  transform: scale(0.95);
}
.p-index_opencampus-sp .custom-prev-btn img,
.p-index_opencampus-sp .custom-next-btn img {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
}
.p-index_opencampus-sp .custom-prev-btn {
  background: #2f4c85;
}
.p-index_opencampus-sp .custom-prev-btn img {
  transform: rotate(180deg);
}
.p-index_oc-sp {
  padding: 50px 10%;
}
.p-index_oc-sp__slider {
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 50px;
  overflow: hidden;
}
.p-index_oc-sp__slider .progress-navigation-container {
  position: absolute;
  bottom: 15px;
  left: 0%;
  right: 10%;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 10;
  margin: 0;
  padding: 0;
  overflow: visible;
}
.p-index_oc-sp__slider .swiper-pagination-progressbar {
  flex: 1;
  height: 10px;
  background: #d8dadc;
  border-radius: 4px;
  margin: 0;
  display: block;
  visibility: visible;
  opacity: 1;
  box-sizing: border-box;
  z-index: 10;
  margin-right: 90px;
  position: relative;
}
.p-index_oc-sp__slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #2f4c85;
  border-radius: 4px;
  transition: transform 0.3s ease;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}
.p-index_oc-sp__slider .custom-navigation {
  display: flex;
  gap: 8px;
  z-index: 12;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 4px;
  padding: 2px;
  overflow: visible;
}
.p-index_oc-sp__slider .custom-prev-btn,
.p-index_oc-sp__slider .custom-next-btn {
  width: 35px;
  height: 35px;
  background: #2f4c85;
  color: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.p-index_oc-sp__slider .custom-prev-btn:hover,
.p-index_oc-sp__slider .custom-next-btn:hover {
  transform: scale(1.05);
  background: #1a2f5a;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.p-index_oc-sp__slider .custom-prev-btn:active,
.p-index_oc-sp__slider .custom-next-btn:active {
  transform: scale(0.95);
}
.p-index_oc-sp__slider .custom-prev-btn.disabled, .p-index_oc-sp__slider .custom-prev-btn:disabled, .p-index_oc-sp__slider .custom-prev-btn.swiper-button-disabled, .p-index_oc-sp__slider .custom-prev-btn[aria-disabled=true],
.p-index_oc-sp__slider .custom-next-btn.disabled,
.p-index_oc-sp__slider .custom-next-btn:disabled,
.p-index_oc-sp__slider .custom-next-btn.swiper-button-disabled,
.p-index_oc-sp__slider .custom-next-btn[aria-disabled=true] {
  background: #ccc !important;
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: none;
}
.p-index_oc-sp__slider .custom-prev-btn.disabled:hover, .p-index_oc-sp__slider .custom-prev-btn:disabled:hover, .p-index_oc-sp__slider .custom-prev-btn.swiper-button-disabled:hover, .p-index_oc-sp__slider .custom-prev-btn[aria-disabled=true]:hover,
.p-index_oc-sp__slider .custom-next-btn.disabled:hover,
.p-index_oc-sp__slider .custom-next-btn:disabled:hover,
.p-index_oc-sp__slider .custom-next-btn.swiper-button-disabled:hover,
.p-index_oc-sp__slider .custom-next-btn[aria-disabled=true]:hover {
  transform: none;
  background: #ccc !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.p-index_oc-sp__slider .custom-prev-btn.disabled:active, .p-index_oc-sp__slider .custom-prev-btn:disabled:active, .p-index_oc-sp__slider .custom-prev-btn.swiper-button-disabled:active, .p-index_oc-sp__slider .custom-prev-btn[aria-disabled=true]:active,
.p-index_oc-sp__slider .custom-next-btn.disabled:active,
.p-index_oc-sp__slider .custom-next-btn:disabled:active,
.p-index_oc-sp__slider .custom-next-btn.swiper-button-disabled:active,
.p-index_oc-sp__slider .custom-next-btn[aria-disabled=true]:active {
  transform: none;
}
.p-index_oc-sp__slider .custom-prev-btn[aria-disabled=false], .p-index_oc-sp__slider .custom-prev-btn:not([aria-disabled=true]):not(.disabled):not(:disabled):not(.swiper-button-disabled),
.p-index_oc-sp__slider .custom-next-btn[aria-disabled=false],
.p-index_oc-sp__slider .custom-next-btn:not([aria-disabled=true]):not(.disabled):not(:disabled):not(.swiper-button-disabled) {
  background: #2f4c85 !important;
  cursor: pointer;
}
.p-index_oc-sp__slider .custom-prev-btn img,
.p-index_oc-sp__slider .custom-next-btn img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.p-index_oc-sp__slider .custom-prev-btn {
  background: #2f4c85 !important;
}
.p-index_oc-sp__slider .custom-prev-btn img {
  transform: rotate(180deg) !important;
}
.p-index_oc-sp__slider--item {
  color: #404040;
}
.p-index_oc-sp__slider--item li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #fff;
  margin-bottom: 10px;
  padding: 10px;
}
.p-index_oc-sp__slider--item li .p-index_oc__slider--title {
  font-size: 13px;
  line-height: 1.2em;
}
.p-index_oc-sp__slider--item li .p-index_oc__slider--text {
  font-size: 9px;
  line-height: 1.2em;
  color: #8e9191;
}
.p-index_oc-sp__slider--item li div:nth-child(1) {
  width: 40%;
}
.p-index_oc-sp__slider--item li div:nth-child(1) img {
  width: 100%;
  height: auto;
}
.p-index_oc-sp__slider--item li div:nth-child(2) {
  width: 60%;
  padding-left: 5px;
}
.p-index_oc-sp__slider--image {
  padding-bottom: 10px;
}
.p-index_oc-sp__slider--title {
  font-size: 16px;
  margin-bottom: 10px;
}
.p-index_oc-sp__slider--text {
  font-size: 12px;
}
.p-index_session__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 50px;
}
.p-index_session__item {
  width: 19%;
  background-color: #fff;
  color: #404040;
  padding: 10px 10px 40px 10px;
  line-height: 1.2em;
  font-family: "Noto Sans JP", serif;
  position: relative;
  margin-right: 1.5%;
  background-image: url("../img/top/icon_arrow.svg");
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: bottom 5px right 5px;
}
.p-index_session__item--image {
  padding-bottom: 10px;
}
.p-index_session__item--title {
  font-size: 16px;
  margin-bottom: 10px;
}
.p-index_session__item--text {
  font-size: 12px;
}
.p-index_interview {
  font-size: 16px;
  margin: 50px 10% 0 10%;
  padding-left: 10%;
  background-image: url("../img/top/bg_interview.svg");
  background-position: left top;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .p-index_interview {
    margin: 50px 5% 0 0%;
    padding-left: 9%;
    background-size: 15%;
    margin-bottom: 100px;
  }
}
.p-index_interview .c-heading-serif {
  text-align: center;
  width: 100%;
  margin-bottom: 50px;
}
.p-index_interview .swiper-wrapper {
  margin-bottom: 50px;
}
.p-index_interview .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  visibility: visible;
  opacity: 1;
  z-index: 10;
  margin: 0;
  padding: 0;
}
.p-index_interview .progress-navigation-container {
  position: absolute;
  bottom: 15px;
  left: 0%;
  right: 10%;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 10;
  margin: 0;
  padding: 0;
  overflow: visible;
}
.p-index_interview .swiper-pagination-progressbar {
  flex: 1;
  height: 10px;
  background: #d8dadc;
  border-radius: 4px;
  margin: 0;
  display: block;
  visibility: visible;
  opacity: 1;
  box-sizing: border-box;
  z-index: 10;
  margin-right: 90px;
  position: relative;
}
.p-index_interview .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #2f4c85;
  border-radius: 4px;
  transition: transform 0.3s ease;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}
.p-index_interview .custom-navigation {
  display: flex;
  gap: 8px;
  z-index: 12;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 4px;
  padding: 2px;
  overflow: visible;
}
.p-index_interview .custom-prev-btn,
.p-index_interview .custom-next-btn {
  width: 35px;
  height: 35px;
  background: #2f4c85;
  color: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.p-index_interview .custom-prev-btn:hover,
.p-index_interview .custom-next-btn:hover {
  transform: scale(1.05);
  background: #1a2f5a;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.p-index_interview .custom-prev-btn:active,
.p-index_interview .custom-next-btn:active {
  transform: scale(0.95);
}
.p-index_interview .custom-prev-btn img,
.p-index_interview .custom-next-btn img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.p-index_interview .custom-prev-btn {
  background: #2f4c85;
}
.p-index_interview .custom-prev-btn img {
  transform: rotate(180deg);
}
.p-index_interview__title {
  font-size: 40px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5em;
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-index_interview__title {
    display: none;
  }
}
.p-index_interview--wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-index_interview--wrap {
    display: block;
  }
}
.p-index_interview--item {
  width: 48%;
}
@media (max-width: 768px) {
  .p-index_interview--item {
    width: 90%;
    margin-left: 10%;
  }
}
.p-index_interview--item figure {
  position: relative;
}
.p-index_interview--item img {
  max-width: 100%;
  height: auto;
}
.p-index_interview--item figcaption {
  font-size: 14px;
  margin-bottom: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 10px;
  text-align: center;
}
.p-index_interview--instrument {
  font-size: 14px;
  margin-bottom: 20px;
  background-color: #093284;
  color: #fff;
  width: 200px;
  padding: 5px 0px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-index_interview--instrument {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 10px;
    width: 150px;
  }
}
.p-index_interview--name {
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dbdadc;
}
@media (max-width: 768px) {
  .p-index_interview--name {
    font-size: 18px;
    padding-bottom: 15px;
  }
}
.p-index_interview--title {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  margin-bottom: 1em;
  margin-left: -0.5em;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .p-index_interview--title {
    text-indent: -0.5em;
    margin-left: 0em;
    font-size: 20px;
  }
}
.p-index_interview--text {
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-index_interview--text {
    font-size: 11px;
  }
}
.p-index_interview--more {
  color: #093284;
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 20px;
  position: relative;
  text-align: right;
}
@media (max-width: 768px) {
  .p-index_interview--more {
    font-size: 14px;
    margin-right: 10%;
    text-decoration: underline;
  }
}
.p-index_interview--more:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  padding-right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../img/top/icon_arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  vertical-align: middle;
}
.p-index_interview--side {
  font-size: 96px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 30px;
  transform: rotate(90deg);
  position: absolute;
  top: 50%;
  left: -45%;
  color: #093284;
}
.p-index_interview__slider {
  color: #404040;
  position: relative;
  padding-bottom: 10px;
  overflow: hidden !important;
  min-height: 200px;
  margin-bottom: 50px;
  line-height: 1.2em;
}
.p-index_interview__slider--item {
  color: #404040;
  background-color: #e9ecee;
  line-height: 1.2em;
  font-family: "Noto Sans JP", serif;
}
.p-index_interview__slider--image {
  margin-bottom: 10px;
}
.p-index_interview__slider--image img {
  width: 100%;
  height: auto;
}
.p-index_interview__slider--industry {
  font-size: 14px;
  margin-bottom: 10px;
  background-color: #093284;
  color: #fff;
  width: 150px;
  text-align: center;
  margin-left: 10px;
}
.p-index_interview__slider--job {
  font-size: 18px;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dbdadc;
}
.p-index_interview__slider--text {
  padding: 10px 0px 20px 10px;
}
.p-index_schoollife {
  font-size: 16px;
  margin: 150px 1% 0 2%;
}
.p-index_schoollife__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 3% 8% 0 8%;
}
.p-index_schoollife--icon {
  position: absolute;
  top: 42%;
  right: -20px;
  width: 300px;
}
.p-index_schoollife--icon img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .p-index_schoollife--icon {
    display: none;
  }
}
@media (max-width: 768px) {
  .p-index_schoollife {
    margin: 0;
    margin-bottom: 100px;
  }
  .p-index_schoollife .c-button-new {
    margin: 0 auto;
  }
}
.p-index_schoollife__item {
  width: 48%;
}
@media (max-width: 768px) {
  .p-index_schoollife__item {
    width: 90%;
    margin-left: 5%;
  }
}
.p-index_schoollife--title {
  font-size: 48px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5em;
  margin-bottom: 30px;
}
.p-index_schoollife--subtitle {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5em;
  margin-bottom: 30px;
}
.p-index_schoollife--text {
  font-size: 15px;
  line-height: 1.5em;
  margin-bottom: 30px;
}
.p-index_schoollife--image {
  position: relative;
  width: 100%;
  height: 600px;
  background-image: url("../img/top/bg_shoollife.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center calc(var(--parallax-y, 0px) + 60%);
  margin-bottom: 30px;
  overflow: hidden;
  will-change: background-position;
  transition: background-position 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 768px) {
  .p-index_schoollife--image {
    height: 300px;
    background-size: 150% auto;
  }
}
.p-index_support {
  font-size: 16px;
  margin: 150px 10% 0 10%;
}
.p-index_support__btn {
  color: #093284;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 30px;
  position: relative;
  text-decoration: underline;
}
.p-index_support__btn::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  padding-right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/top/icon_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .p-index_support {
    margin: 5%;
    margin-bottom: 100px;
  }
}
.p-index_support__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .p-index_support__wrap {
    display: block;
  }
}
.p-index_support__item {
  width: 49%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .p-index_support__item {
    width: 100%;
  }
}
.p-index_support__item > a {
  margin-top: auto;
}
.p-index_support__item--title {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 10px;
}
.p-index_support__item--image {
  margin-bottom: 20px;
}
.p-index_support__item--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-index_support__item--list {
    display: none;
  }
}
.p-index_support__item--list li {
  font-size: 13px;
  margin-bottom: 10px;
}
.p-index_support__item--list li:nth-child(1), .p-index_support__item--list li:nth-child(4), .p-index_support__item--list li:nth-child(7) {
  width: 34.3%;
}
.p-index_support__item--list li:nth-child(2), .p-index_support__item--list li:nth-child(5), .p-index_support__item--list li:nth-child(8) {
  width: 25.3%;
}
.p-index_support__item--list li:nth-child(3), .p-index_support__item--list li:nth-child(6), .p-index_support__item--list li:nth-child(9) {
  width: 40.3%;
}
.p-index_support__item--list li:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  background-color: #093284;
}
.p-index_support__item--list02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-index_support__item--list02 {
    display: none;
  }
}
.p-index_support__item--list02 li {
  font-size: 13px;
  margin-bottom: 10px;
  width: 49%;
  letter-spacing: 0em;
}
.p-index_support__item--list02 li:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  background-color: #093284;
}
.p-index_support__item--image img {
  width: 100%;
  height: auto;
}
.p-index_support__title {
  font-size: 80px;
  font-family: "Bellefair", serif;
  line-height: 1.5em;
  margin-bottom: 30px;
  letter-spacing: -0.05em;
  display: flex;
}
@media (max-width: 768px) {
  .p-index_support__title {
    font-size: 48px;
    line-height: 0.6em;
    margin-bottom: 40px;
    display: block;
  }
}
.p-index_support__title span {
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  vertical-align: middle;
  letter-spacing: -0.05em;
  padding-left: 10px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-index_support__title span {
    font-size: 11px;
    padding-left: 0;
    text-align: left;
  }
}
.p-index_sns {
  min-height: 500px;
  font-size: 16px;
  margin: 150px 2% 0 2%;
  overflow: hidden;
  position: relative;
  height: 600px;
  color: #fff;
}
@media (max-width: 768px) {
  .p-index_sns {
    margin: 0;
    height: 400px;
    min-height: 400px;
    margin-bottom: 50px;
  }
  .p-index_sns .scroll-infinity__list {
    height: 400px;
  }
  .p-index_sns .scroll-infinity__list img {
    height: 120px;
  }
  .p-index_sns .scroll-infinity__container {
    height: 390px;
  }
}
.p-index_sns__title {
  font-size: 80px;
  font-family: "Bellefair", serif;
  line-height: 1.2em;
  margin-bottom: 30px;
  letter-spacing: -0.05em;
  color: #fff;
  position: absolute;
  top: 35%;
  width: 100%;
  text-align: center;
  z-index: 10;
}
@media (max-width: 768px) {
  .p-index_sns__title {
    top: 12%;
    font-size: 40px;
    letter-spacing: 0em;
  }
}
.p-index_sns--item {
  position: absolute;
  top: 50%;
  left: calc(50% - 335px);
  z-index: 1;
}
@media (max-width: 768px) {
  .p-index_sns--item {
    top: 44%;
    left: calc(50% - 175px);
  }
  .p-index_sns--item ul {
    padding-top: 10px !important;
  }
}
.p-index_sns--item ul {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding: 0;
}
.p-index_sns--item ul li {
  display: flex;
  align-items: center;
  justify-content: right;
  margin-right: 0px;
  margin-top: 20px;
}
.p-index_sns--item ul li .c-button-new--white {
  margin-right: 20px;
}
@media (max-width: 768px) {
  .p-index_sns--item ul li .c-button-new--white {
    margin-right: 0px;
  }
}
.p-index_sns--item ul li i {
  font-size: 24px;
  margin-right: 8px;
  color: #000;
  background-color: #fff;
  border-radius: 50%;
  width: 63px;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-index_sns--item ul li a {
  color: #fff;
  text-decoration: none;
}
.p-index_sns--item ul li a:hover {
  opacity: 0.8;
}
.p-index_sns__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.p-index_action {
  font-size: 16px;
  margin: 50px 2% 0 2%;
}
@media (max-width: 768px) {
  .p-index_action {
    margin: 0;
    margin-bottom: 50px;
  }
}
.p-index_action--wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-index_action--item {
  width: 49%;
}
@media (max-width: 768px) {
  .p-index_action--item {
    width: 90%;
    margin-left: 5%;
    margin-bottom: 10px;
  }
}
.p-index_action--item img {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .p-index_picture__slider {
    height: 320px !important;
  }
  .scroll-infinity__wrap.u-fadeinup {
    opacity: 1 !important;
    transform: none !important;
  }
  .scroll-infinity__list {
    will-change: transform;
    transform: translateZ(0);
  }
  .p-index_picture__slider {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  .p-index_picture__slider .swiper-wrapper {
    transition-timing-function: linear !important;
  }
  .p-index_picture__slider .swiper-slide {
    width: auto;
    z-index: 2;
  }
  .p-index_picture__item {
    width: auto;
    height: auto;
    position: relative;
    z-index: 2;
    text-align: center;
    opacity: 0;
    filter: blur(10px);
    transition: all 0.8s ease;
    width: auto !important;
    flex-shrink: 0;
    will-change: transform, opacity, filter;
  }
  .p-index_picture__item.is-visible {
    opacity: 1;
    filter: blur(0);
  }
  .p-index_picture__item img {
    margin-top: -50px;
    width: auto;
    height: auto;
    max-width: none;
    will-change: transform;
    transform: translateZ(0);
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .p-index_picture__item img {
    margin-top: 0px;
  }
}
@media (max-width: 768px) {
  .p-index_picture + .scroll-infinity__wrap {
    margin-top: -230px;
    position: relative;
    z-index: 1;
  }
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes infinity-scroll-right {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
.scroll-infinity__container {
  display: flex;
  flex-direction: column;
  background-color: #191f20;
}

.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 1;
}

.scroll-infinity__list {
  display: flex;
  flex-shrink: 0;
  height: 200px;
}
.scroll-infinity__list img {
  height: 200px;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}

.scroll-infinity__list--left {
  animation: infinity-scroll-left 30s infinite linear;
}

.scroll-infinity__list--left-pc {
  animation: infinity-scroll-left 30s infinite linear;
}

.scroll-infinity__list--right {
  animation: infinity-scroll-right 30s infinite linear;
  transform: translateX(-50%);
}

.sticky-sections {
  position: relative;
}
.sticky-sections .sticky-section {
  position: sticky;
  top: 80px;
  min-height: 100vh;
  z-index: 1;
  background: #9cb2d9;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.sticky-sections__title {
  position: sticky;
  top: 0;
  z-index: 10;
  background: #fff;
  padding: 30px 0 10px 0;
  text-align: center;
}

#interview-swiper .custom-navigation .custom-prev-btn,
#interview-swiper .custom-navigation .custom-next-btn {
  width: 35px;
  height: 35px;
  background: #2f4c85 !important;
  color: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#interview-swiper .custom-navigation .custom-prev-btn:hover,
#interview-swiper .custom-navigation .custom-next-btn:hover {
  transform: scale(1.05);
  background: #1a2f5a !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
#interview-swiper .custom-navigation .custom-prev-btn:active,
#interview-swiper .custom-navigation .custom-next-btn:active {
  transform: scale(0.95);
}
#interview-swiper .custom-navigation .custom-prev-btn.disabled, #interview-swiper .custom-navigation .custom-prev-btn:disabled, #interview-swiper .custom-navigation .custom-prev-btn.swiper-button-disabled, #interview-swiper .custom-navigation .custom-prev-btn[aria-disabled=true],
#interview-swiper .custom-navigation .custom-next-btn.disabled,
#interview-swiper .custom-navigation .custom-next-btn:disabled,
#interview-swiper .custom-navigation .custom-next-btn.swiper-button-disabled,
#interview-swiper .custom-navigation .custom-next-btn[aria-disabled=true] {
  background: #ccc !important;
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: none;
}
#interview-swiper .custom-navigation .custom-prev-btn.disabled:hover, #interview-swiper .custom-navigation .custom-prev-btn:disabled:hover, #interview-swiper .custom-navigation .custom-prev-btn.swiper-button-disabled:hover, #interview-swiper .custom-navigation .custom-prev-btn[aria-disabled=true]:hover,
#interview-swiper .custom-navigation .custom-next-btn.disabled:hover,
#interview-swiper .custom-navigation .custom-next-btn:disabled:hover,
#interview-swiper .custom-navigation .custom-next-btn.swiper-button-disabled:hover,
#interview-swiper .custom-navigation .custom-next-btn[aria-disabled=true]:hover {
  transform: none;
  background: #ccc !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#interview-swiper .custom-navigation .custom-prev-btn.disabled:active, #interview-swiper .custom-navigation .custom-prev-btn:disabled:active, #interview-swiper .custom-navigation .custom-prev-btn.swiper-button-disabled:active, #interview-swiper .custom-navigation .custom-prev-btn[aria-disabled=true]:active,
#interview-swiper .custom-navigation .custom-next-btn.disabled:active,
#interview-swiper .custom-navigation .custom-next-btn:disabled:active,
#interview-swiper .custom-navigation .custom-next-btn.swiper-button-disabled:active,
#interview-swiper .custom-navigation .custom-next-btn[aria-disabled=true]:active {
  transform: none;
}
#interview-swiper .custom-navigation .custom-prev-btn[aria-disabled=false], #interview-swiper .custom-navigation .custom-prev-btn:not([aria-disabled=true]):not(.disabled):not(:disabled):not(.swiper-button-disabled),
#interview-swiper .custom-navigation .custom-next-btn[aria-disabled=false],
#interview-swiper .custom-navigation .custom-next-btn:not([aria-disabled=true]):not(.disabled):not(:disabled):not(.swiper-button-disabled) {
  background: #2f4c85 !important;
  cursor: pointer;
}

@media (max-width: 768px) {
  .footer-logo {
    height: 120px !important;
  }
  .footer-logo img {
    width: 1200px !important;
    height: auto !important;
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
}
.interview dt {
  float: left;
  width: 70px;
  font-weight: bold;
}

.interview dt::after {
  content: ":";
}

.interview dd {
  float: left;
  width: calc(100% - 70px);
}

.interview dl {
  margin-bottom: 20px;
}

.interview dl::after {
  content: "";
  display: block;
  clear: both;
}

.message {
  background-color: #000;
  color: #fff;
  padding: 5px;
}

.p-overseas, .p-overseas__body {
  position: relative;
}

@media (max-width: 1023px) {
  .p-overseas .c-tab__list-item span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .p-overseas .c-tab__list-item span {
    font-size: 12px;
    font-size: 1.2rem;
    display: block;
  }
}
.p-overseas__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 1050px;
  background: linear-gradient(to right, #faf7f2 0%, #f2ecdf 100%);
}

@media (max-width: 1440px) {
  .p-overseas__bg {
    height: 70.3125vw;
  }
}
@media (max-width: 1023px) {
  .p-overseas__bg {
    height: 91.1458333333vw;
  }
}
@media (max-width: 767px) {
  .p-overseas__bg {
    height: 160vw;
  }
}
.p-overseas__detail {
  display: none;
}
.p-overseas__detail.is-show {
  display: block;
}

.p-overseas__detail-header {
  margin-bottom: 50px;
}

@media (max-width: 1023px) {
  .p-overseas__detail-header {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .p-overseas__detail-header {
    margin-bottom: 20px;
  }
}
.p-overseas__detail-title {
  margin-bottom: 34px;
  text-align: center;
  color: #9f8753;
}

@media (max-width: 1023px) {
  .p-overseas__detail-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .p-overseas__detail-title {
    margin-bottom: 15px;
  }
}
.p-overseas__detail-title-en {
  font-size: 60px;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
  font-family: "Bellefair", YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 0.1em;
}

@media (max-width: 1023px) {
  .p-overseas__detail-title-en {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .p-overseas__detail-title-en {
    font-size: 30px;
    font-size: 3rem;
  }
}
.p-overseas__detail-title-jp {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}
.p-overseas__detail-title-jp i {
  height: 20px;
  margin-right: 15px;
}
.p-overseas__detail-title-jp i img {
  height: 100%;
}

@media (max-width: 1023px) {
  .p-overseas__detail-title-jp {
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 10px;
  }
  .p-overseas__detail-title-jp i {
    height: 14px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .p-overseas__detail-title-jp {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 5px;
  }
  .p-overseas__detail-title-jp i {
    height: 12px;
    margin-right: 5px;
  }
}
.p-overseas__detail-kv {
  margin-bottom: 50px;
}
.p-overseas__detail-kv img {
  width: 100%;
}

@media (max-width: 1023px) {
  .p-overseas__detail-kv {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .p-overseas__detail-kv {
    margin-bottom: 30px;
  }
}
.p-overseas__detail-info {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

@media (max-width: 1023px) {
  .p-overseas__detail-info {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .p-overseas__detail-info {
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
}
.p-overseas__detail-info-item {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  position: relative;
}
.p-overseas__detail-info-item:first-child {
  margin-right: 80px;
}
.p-overseas__detail-info-item:first-child::after {
  position: absolute;
  top: 50%;
  right: -65px;
  width: 50px;
  height: 1px;
  content: "";
  background-color: #e0e0e0;
}
.p-overseas__detail-info-item span {
  color: #9f8753;
}

@media (max-width: 1023px) {
  .p-overseas__detail-info-item {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .p-overseas__detail-info-item {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
  .p-overseas__detail-info-item:last-child {
    margin-bottom: 0;
  }
  .p-overseas__detail-info-item:first-child {
    margin-right: 0;
  }
  .p-overseas__detail-info-item:first-child::after {
    display: none;
  }
}
.p-overseas__row {
  display: flex;
  margin-bottom: 60px;
  background-color: #fff;
}

@media (max-width: 1023px) {
  .p-overseas__row {
    flex-wrap: wrap;
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .p-overseas__row {
    margin-bottom: 30px;
  }
}
.p-overseas__col {
  flex-basis: 50%;
  max-width: 50%;
}

@media (max-width: 1023px) {
  .p-overseas__col {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.p-overseas__detail-image img {
  width: 100%;
}

.p-overseas__text-box {
  position: relative;
  padding: 60px 60px 0;
}

@media (max-width: 1023px) {
  .p-overseas__text-box {
    padding: 40px 40px;
  }
}
@media (max-width: 767px) {
  .p-overseas__text-box {
    padding: 25px 25px;
  }
}
.p-overseas__detail-heading-eg {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Bellefair", YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 30px;
  padding-right: 180px;
  letter-spacing: 0.1em;
  color: #9f8753;
}

@media (max-width: 1023px) {
  .p-overseas__detail-heading-eg {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 20px;
    padding-right: 80px;
  }
}
@media (max-width: 767px) {
  .p-overseas__detail-heading-eg {
    font-size: 10px;
    font-size: 1rem;
    margin-bottom: 15px;
    padding-right: 0;
  }
}
.p-overseas__detail-heading {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.5;
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 30px;
}

@media (max-width: 1023px) {
  .p-overseas__detail-heading {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .p-overseas__detail-heading {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}
.p-overseas__detail-logo {
  position: absolute;
  top: 60px;
  right: 60px;
  max-width: 127px;
  height: 40px;
}
.p-overseas__detail-logo img {
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 1023px) {
  .p-overseas__detail-logo {
    top: 40px;
    right: 40px;
    width: 100px;
  }
}
@media (max-width: 767px) {
  .p-overseas__detail-logo {
    position: static;
    margin-bottom: 15px;
  }
}
.research_content {
  margin-top: 80px;
}

.research_content .title {
  margin-bottom: 0.33em;
  color: #9f8753;
  font-size: 200%;
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 1.6;
}

.research_content p {
  font-size: 160%;
  line-height: 2;
}

.research_content * + p {
  margin-top: 1em;
}

.research_content .research_box_wrp {
  margin: 0 auto;
  margin-top: -50px;
  max-width: 1070px;
}

.research_content .research_box {
  background: #f7f3ec;
  padding: 30px;
  padding-top: 10px;
  margin-top: 50px;
}

.research_content .c-list-point__icon {
  margin-top: -30px;
  margin-bottom: 20px;
}

.c-balloon-octagon--lg {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
  display: flex;
  align-items: center;
  flex-basis: 100px;
  flex-direction: column;
  justify-content: center;
  max-width: 100px;
  width: 100px;
  height: 100px;
  letter-spacing: 0.05em;
  color: #fff;
  background-image: url(../images/common/balloon-octagon.svg);
  background-size: cover;
}

@media (max-width: 767px) {
  .research_content {
    margin-top: 50px;
  }
  .research_content .title {
    font-size: 160%;
  }
  .research_content p {
    font-size: 130%;
  }
  .research_content * + p {
    margin-top: 0.7em;
  }
  .research_content .title + p {
    margin-top: 1em;
  }
  .research_content .item + .item {
    margin-top: 30px;
  }
  .research_content .c-list-point__icon {
    margin: 0 auto;
    margin-top: -20px;
    margin-bottom: 10px;
  }
}
.fb {
  font-size: 125%;
}

.mg_center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.btn_list {
  display: block;
  text-align: center;
}

.btn_list li {
  display: inline-block;
  vertical-align: top;
}

.btn_list li a {
  display: block;
  width: 200px;
  font-weight: bold;
  margin: 12px 10px;
  padding: 8px 20px;
  text-align: center;
  border: solid 2px #000;
  background-color: #fff;
  cursor: pointer;
  color: #000;
  font-size: 15px;
}

.btn_list li.line a span {
  background: url(../images/schoollife/line-logo.svg) no-repeat;
  background-position: 0% 50%;
  background-size: 16px 16px;
  padding: 1px 0 1px 20px;
}

.btn_list li.phone a span {
  background: url(../images/schoollife/phone.svg) no-repeat;
  background-position: 0% 50%;
  background-size: 16px 16px;
  padding: 2px 0 2px 20px;
}

.btn_list li a:hover {
  background: rgba(255, 255, 255, 0.5);
}

@media (max-width: 780px) {
  .btn_list {
    display: block;
  }
  .btn_list li {
    width: 100%;
    margin-bottom: 10px;
  }
}
.p-visitor__document-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px -10px;
}

@media (max-width: 767px) {
  .p-visitor__document-list {
    margin: 0 0 -10px;
  }
}
#jcic_link {
  margin-bottom: 100px;
}

#jcic_link .jcic_box {
  padding: 10px;
  background-color: #FFF;
}

#jcic_link ul {
  float: left;
  width: 80%;
  margin: 0;
  padding: 0;
}

#jcic_link .jcic_box {
  padding: 10px;
  background-color: #FFF;
}

#jcic_link li {
  float: left;
  width: 30%;
  margin-left: 2.5%;
  margin-bottom: 10px;
  list-style: none;
}

#jcic_link img {
  max-width: 100%;
  height: auto;
}

#jcic_link .jcic_omotenashi {
  float: right;
  width: 18%;
}

#jcic_link .jcic_title {
  max-width: 80%;
  height: auto;
  line-height: 0;
  margin-bottom: 10px;
}

.p-visitor__document-list-heading {
  color: #9f8753;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  margin-bottom: 25px;
  letter-spacing: 0.03em;
}

.column5n {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.column5n > div,
.column5n > li {
  width: 19%;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 1rem;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.column5n img {
  max-width: 100%;
  height: auto;
}

.frywire h4 {
  font-size: 26px;
  line-height: 1.4;
}

.frywire a {
  display: block;
  padding: 20px;
  color: #000;
  text-align: left;
  background: #32a3e7;
  color: #fff;
  position: relative;
  transition: 0.3s;
  cursor: pointer;
  line-height: 2rem;
  font-size: 14px;
  margin-bottom: 20px;
}

.frywire a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  border: solid 3px #fff;
  width: 15px;
  height: 15px;
  border-top: none;
  border-left: none;
  transform: rotate(-45deg) translate(-1px, -1px);
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .p-visitor__document-list-heading {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}
.p-visitor__document-list-item {
  flex-basis: 33.3333%;
  max-width: 33.3333%;
  margin-bottom: 10px;
  padding: 0 5px;
  text-align: center;
}

@media (max-width: 1023px) {
  .p-visitor__document-list-item {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .p-visitor__document-list-item {
    flex-basis: 100%;
    max-width: 100%;
    padding: 0;
  }
}
.p-visitor__document-list-item-inner {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #404040;
  border: 1px solid #e0e0e0;
  background-color: #f6f6f6;
}

@media (max-width: 1023px) {
  .p-visitor__document-list-item-inner {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .p-visitor__document-list-item-inner {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 40px;
  }
}
@media (max-width: 1023px) {
  .p-visitor-scholarship__table-wrapper {
    overflow-y: auto;
    width: calc(100% + 7.8125vw);
  }
}
@media (max-width: 767px) {
  .p-visitor-scholarship__table-wrapper {
    overflow-y: auto;
    width: calc(100% + 8vw);
  }
}
@media (max-width: 1023px) {
  .p-visitor-scholarship__table-wrapper-inner {
    width: 1100px;
    padding-right: 7.8125vw;
  }
}
@media (max-width: 767px) {
  .p-visitor-scholarship__table-wrapper-inner {
    width: 800px;
    padding-right: 8vw;
  }
}
.p-visitor-scholarship__table {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6;
  width: 100%;
  text-align: center;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.p-visitor-scholarship__table th {
  padding: 15px 0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.p-visitor-scholarship__table td {
  padding: 15px 0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background-color: #f6f6f6;
}

.p-visitor-scholarship__table-schedule {
  background-color: #dedede;
}

.p-visitor-scholarship__table-schedule-item {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
}
.p-visitor-scholarship__table-schedule-item::after {
  font-family: "icomoon" !important;
  content: "\e900";
  color: #9f8753;
}
.p-visitor-scholarship__table-schedule-item:last-child::after {
  display: none;
}
.p-visitor-scholarship__table-schedule-item span {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  display: block;
}

td.p-visitor-scholarship__table-orange {
  background-color: #e6b65a;
}
td.p-visitor-scholarship__table-blue {
  background-color: #b9d6e2;
}

.p-visitor-scholarship__table-none {
  background-color: #fff;
}

.p-visitor-scholarship__table-date {
  width: 12%;
  color: #fff;
  background-color: #a59e8e;
}

.p-visitor__list-icon-item {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.05em;
}
.p-visitor__list-icon-item::before {
  margin-right: 5px;
  content: "●";
  color: #9f8753;
}

@media (max-width: 1023px) {
  .p-visitor__list-icon-item {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-visitor__list-icon-item::before {
    margin-right: 4px;
  }
}
@media (max-width: 767px) {
  .p-visitor__list-icon-item {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .p-visitor__list-icon-item::before {
    margin-right: 3px;
  }
}
.p-visitor-scholarship__banner {
  display: flex;
  margin: 0 -10px;
}

@media (max-width: 767px) {
  .p-visitor-scholarship__banner {
    flex-wrap: wrap;
  }
}
.p-visitor-scholarship__banner-item {
  flex-basis: 480px;
  max-width: 480px;
  padding: 0 10px;
}
.p-visitor-scholarship__banner-item a img {
  width: 100%;
}

@media (max-width: 767px) {
  .p-visitor-scholarship__banner-item {
    margin-bottom: 15px;
  }
  .p-visitor-scholarship__banner-item:last-child {
    margin-bottom: 0;
  }
}
.p-visitor__footer-heading {
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 40px;
  text-align: center;
}

@media (max-width: 1023px) {
  .p-visitor__footer-heading {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .p-visitor__footer-heading {
    margin-bottom: 20px;
  }
}
.p-visitor__footer-button {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .p-visitor__footer-button {
    margin-bottom: 20px;
  }
}
.p-visitor__footer-contact {
  display: flex;
  align-items: center;
  border-left: 1px solid #e0e0e0;
}

@media (max-width: 767px) {
  .p-visitor__footer-contact {
    flex-wrap: wrap;
    border: none;
  }
}
.p-visitor__footer-contact-item {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1;
  flex-basis: 50%;
  max-width: 50%;
  padding: 20px 0;
  text-align: center;
  border-right: 1px solid #e0e0e0;
}
.p-visitor__footer-contact-item a {
  color: #404040;
}
.p-visitor__footer-contact-item span::before {
  font-size: 20px;
  font-size: 2rem;
  margin-right: 10px;
  color: #9f8753;
}

@media (max-width: 1023px) {
  .p-visitor__footer-contact-item {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 15px 0;
  }
  .p-visitor__footer-contact-item span::before {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .p-visitor__footer-contact-item {
    font-size: 20px;
    font-size: 2rem;
    flex-basis: 100%;
    max-width: 100%;
    padding: 10px 0;
    border: none;
  }
  .p-visitor__footer-contact-item span::before {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-visitor__selection-schedule.c-section {
  padding-bottom: 0;
}
.p-visitor__selection-schedule .p-visitor__head {
  display: none;
}
.p-visitor__selection-schedule .p-visitor__col {
  text-align: center;
}
.p-visitor__selection-schedule .p-visitor__col span {
  display: block;
  font-weight: bold;
}
.p-visitor__selection-schedule .p-visitor__col--left {
  flex-basis: 100%;
}
.p-visitor__selection-schedule .p-visitor__col--center,
.p-visitor__selection-schedule .p-visitor__col--right {
  flex-basis: 50%;
}

.p-visitor__selection-schedule--alert {
  text-align: left;
  margin-top: 30px;
}
.p-visitor__selection-schedule--alert li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
}

@media (min-width: 1023px) {
  .p-visitor__selection-schedule .p-visitor__head {
    display: flex;
  }
  .p-visitor__selection-schedule .p-visitor__col span {
    display: none;
  }
  .p-visitor__selection-schedule .p-visitor__col--left {
    flex-basis: 20%;
    max-width: 20%;
  }
  .p-visitor__selection-schedule .p-visitor__col--center {
    flex-basis: 40%;
    max-width: 40%;
  }
  .p-visitor__selection-schedule .p-visitor__col--right {
    flex-basis: 40%;
    max-width: 40%;
    margin-left: 0;
  }
  .p-visitor__selection-schedule--alert {
    margin-top: 30px;
  }
  .p-visitor__selection-schedule--alert li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-visitor__notice {
  display: inline-block;
  color: #d85757;
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
  border: 1px solid #d85757;
  padding: 0.25em 1em;
}

@media (max-width: 1023px) {
  .p-visitor__notice {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .p-visitor__notice {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-visitor__body-inner {
  overflow: hidden;
}

@media (max-width: 1023px) {
  .p-visitor__body-inner {
    padding-right: 0;
    padding-left: 0;
  }
}
.p-visitor__container--border {
  border-bottom: 1px solid #e0e0e0;
}

.p-visitor__container--pt {
  padding-top: 50px;
}

.p-visitor__container--pb {
  padding-bottom: 50px;
}

.p-visitor__container .c-button {
  max-width: 420px;
  margin-right: 0;
  margin-left: 0;
}

@media (max-width: 1023px) {
  .p-visitor__container {
    padding-right: 40px;
  }
  .p-visitor__container--pt {
    padding-top: 40px;
  }
  .p-visitor__container--pb {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .p-visitor__container {
    padding-right: 10px;
  }
  .p-visitor__container--pt {
    padding-top: 30px;
  }
  .p-visitor__container--pb {
    padding-bottom: 30px;
  }
}
.p-visitor__container-inner {
  position: relative;
  padding-left: 160px;
}

@media (max-width: 1023px) {
  .p-visitor__container-inner {
    padding-left: 70px;
  }
}
@media (max-width: 767px) {
  .p-visitor__container-inner {
    padding-left: 35px;
  }
}
.p-visitor__container-inner-box {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #e0e0e0;
}
.p-visitor__container-inner-box:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.p-visitor__dl {
  display: flex;
  align-items: flex-start;
}

.p-visitor__dt {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 28px;
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  flex-basis: 50px;
  max-width: 50px;
  margin-top: 2px;
  margin-right: 15px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #fff;
  background-color: #9f8753;
}

@media (max-width: 1023px) {
  .p-visitor__dt {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 24px;
    flex-basis: 45px;
    max-width: 45px;
    margin-top: 3px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .p-visitor__dt {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 20px;
    flex-basis: 40px;
    max-width: 40px;
    margin-top: 2px;
    margin-right: 8px;
  }
}
.p-visitor__dd {
  flex: 1;
}

.p-visitor__list-item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

@media (max-width: 1023px) {
  .p-visitor__list-item {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .p-visitor__list-item {
    margin-bottom: 10px;
  }
}
.p-visitor__list-item-heading {
  flex-basis: 55px;
  max-width: 55px;
}

@media (max-width: 1023px) {
  .p-visitor__list-item-heading {
    flex-basis: 38px;
    max-width: 38px;
  }
}
@media (max-width: 767px) {
  .p-visitor__list-item-heading {
    flex-basis: 35px;
    max-width: 35px;
  }
}
.p-visitor__list-item-description {
  flex: 1;
}

.p-visitor__list-item-noto {
  font-size: 14px;
  font-size: 1.4rem;
  flex-basis: 100%;
  max-width: 100%;
  padding-left: 55px;
}

@media (max-width: 1023px) {
  .p-visitor__list-item-noto {
    font-size: 12px;
    font-size: 1.2rem;
    padding-left: 38px;
  }
}
@media (max-width: 767px) {
  .p-visitor__list-item-noto {
    font-size: 11px;
    font-size: 1.1rem;
    padding-left: 35px;
  }
}
.p-visitor__row {
  position: relative;
  display: flex;
}

.p-visitor__row--mb {
  margin-bottom: 50px;
}

@media (max-width: 1023px) {
  .p-visitor__row {
    flex-wrap: wrap;
  }
  .p-visitor__row--mb {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .p-visitor__row--mb {
    margin-bottom: 30px;
  }
}
.p-visitor__row.wrap {
  flex-wrap: wrap;
}

.p-visitor__bg-border {
  position: absolute;
  z-index: -1;
  bottom: 0;
  width: 1px;
  height: 800vh;
  transform: translate(-50%, 100%);
  background-color: #9f8753;
}

.p-visitor__bg-border--left {
  left: 44%;
}

.p-visitor__bg-border--right {
  left: 81%;
}

.p-visitor__bg-border--center {
  left: 62.5%;
}

.p-visitor__bg-border--short {
  height: 500px;
}

@media (max-width: 1023px) {
  .p-visitor__bg-border--left {
    left: 25.5%;
  }
  .p-visitor__bg-border--right {
    left: 75%;
  }
  .p-visitor__bg-border--center {
    left: 49%;
  }
}
.p-visitor__dot {
  position: absolute;
  width: 10px;
  height: 10px;
  content: "";
  transform: translateX(-50%);
  border-radius: 100%;
  background-color: #9f8753;
}

.p-visitor__dot--top-left {
  top: -5px;
  left: 44%;
}

.p-visitor__dot--top-right {
  top: -5px;
  left: 81%;
}

.p-visitor__dot--top-center {
  top: -5px;
  left: 62.5%;
}

.p-visitor__dot--bottom-left {
  bottom: -5px;
  left: 44%;
}

.p-visitor__dot--bottom-right {
  bottom: -5px;
  left: 81%;
}

.p-visitor__dot--bottom-center {
  bottom: -5px;
  left: 62.5%;
}

.p-visitor__dot--inner-bottom-left {
  bottom: -5px;
  left: 52%;
}

@media (max-width: 1023px) {
  .p-visitor__dot--top-left {
    left: 25.5%;
  }
  .p-visitor__dot--top-right {
    left: 75%;
  }
  .p-visitor__dot--top-center {
    top: -5px;
    left: 49%;
  }
  .p-visitor__dot--bottom-left {
    left: 25.5%;
  }
  .p-visitor__dot--bottom-right {
    left: 75%;
  }
  .p-visitor__dot--bottom-center {
    bottom: -5px;
    left: 49%;
  }
}
.p-visitor__col {
  position: relative;
}

.p-visitor__col--left {
  flex-basis: 25%;
  max-width: 25%;
}

.p-visitor__col--right {
  flex-basis: 75%;
  max-width: 75%;
  margin-left: auto;
}

.p-visitor__col--row {
  display: flex;
}

.p-visitor__col--half-left {
  flex-basis: 50%;
  max-width: 50%;
  padding-right: 10px;
}

.p-visitor__col--half-right {
  flex-basis: 50%;
  max-width: 50%;
  padding-left: 10px;
}

.p-visitor__col--half {
  flex-basis: 50%;
  max-width: 50%;
}

.p-visitor__col--half49 {
  flex-basis: 49%;
  max-width: 49%;
  background: #fff;
}

.p-visitor__col .c-text--xs {
  font-size: 13px;
  font-size: 1.3rem;
}
.p-visitor__col.sb {
  justify-content: space-between;
}
.p-visitor__col.rr {
  flex-direction: row-reverse;
}

@media (max-width: 1023px) {
  .p-visitor__col--left {
    flex-basis: 100%;
    max-width: 100%;
  }
  .p-visitor__col--left.df {
    display: flex;
  }
  .p-visitor__col--right {
    flex-basis: 100%;
    max-width: 100%;
  }
  .p-visitor__col--half.df {
    display: flex;
    flex-basis: 100%;
    max-width: 100%;
  }
  .p-visitor__col--half-left {
    padding-right: 5px;
  }
  .p-visitor__col--half-right {
    padding-left: 5px;
  }
}
@media (max-width: 767px) {
  .p-visitor__col--half-left {
    padding-right: 3px;
  }
  .p-visitor__col--half-right {
    padding-left: 3px;
  }
  .p-visitor__col .c-text--xs {
    font-size: 10px;
    font-size: 1rem;
  }
}
.p-visitor__col-inner {
  position: relative;
  background-color: #fff;
}

.p-visitor__col-inner--border-right {
  height: 100%;
  margin-right: 60px;
  border-right: 1px solid #e0e0e0;
}

.p-visitor__col-inner--border {
  height: 100%;
  padding: 20px 30px;
  box-shadow: 0 0 0 1px #e0e0e0;
}
.p-visitor__col-inner--border.ha {
  height: auto;
}

.p-visitor__col-inner--bg {
  height: 100%;
  padding: 20px 30px;
  text-align: center;
  color: #fff;
  background-color: #a59e8e;
  box-shadow: 0 0 0 1px #e0e0e0;
}
.p-visitor__col-inner--bg.ha {
  height: auto;
  color: #404040;
  background-color: #f6f6f6;
}
.p-visitor__col-inner--bg.cc {
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-visitor__col-inner--bg2 {
  padding: 20px 30px;
  text-align: center;
  color: #fff;
  background-color: #a59e8e;
  box-shadow: 0 0 0 1px #e0e0e0;
  margin: -20px -30px 20px;
}

.p-visitor__col-inner--end {
  padding-top: 50px;
  padding-bottom: 50px;
}
.p-visitor__col-inner--end::after {
  position: absolute;
  z-index: 0;
  bottom: -50px;
  left: 0;
  width: 100%;
  height: 49px;
  content: "";
  background-color: #fff;
}

.p-visitor__col-inner--h170 {
  height: 164px;
}

@media (max-width: 1023px) {
  .p-visitor__col-inner--border-right {
    margin-right: 0;
    border: none;
  }
  .p-visitor__col-inner--border {
    padding: 15px;
  }
  .df .p-visitor__col-inner--border {
    flex-basis: 50%;
    max-width: 50%;
  }
  .p-visitor__col-inner--bg {
    padding: 15px 15px;
    border-top: 1px solid #a59e8e;
    border-right: 1px solid #a59e8e;
    border-bottom: 1px solid #a59e8e;
    border-left: 1px solid #a59e8e;
  }
  .df .p-visitor__col-inner--bg {
    flex-basis: 50%;
    max-width: 50%;
    border: 1px solid #f6f6f6;
  }
  .p-visitor__col-inner--bg2 {
    padding: 15px 15px;
    border-top: 1px solid #a59e8e;
    border-right: 1px solid #a59e8e;
    border-bottom: 1px solid #a59e8e;
    border-left: 1px solid #a59e8e;
    margin: -10px -10px 10px;
  }
  .p-visitor__col-inner--end {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .p-visitor__col-inner--end::after {
    bottom: -40px;
    height: 39px;
  }
  .p-visitor__col-inner--h170 {
    height: 120px;
  }
}
@media (max-width: 767px) {
  .p-visitor__col-inner--border,
  .p-visitor__col-inner--bg,
  .p-visitor__col-inner--bg2 {
    padding: 10px;
  }
  .p-visitor__col-inner--end {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .p-visitor__col-inner--end::after {
    bottom: -30px;
    height: 29px;
  }
  .p-visitor__col-inner--h170 {
    height: 100px;
  }
}
.p-visitor__heading {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media (max-width: 1023px) {
  .p-visitor__heading {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .p-visitor__heading {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.year_system_4 li:nth-child(1) {
  background-color: #c3a24d;
}

.year_system_4 li:nth-child(2) {
  background-color: #ac8f3c;
}

.year_system_4 li:nth-child(3) {
  background-color: #997c2e;
}

.year_system_4 li:nth-child(4) {
  background-color: #896c29;
}

.year_system_4 li .read {
  padding-top: 20px;
  font-size: 14px;
  line-height: 2rem;
}

.year_system_4 li:nth-child(1) .read {
  min-height: 5vw;
}

.year_system_4 li:nth-child(2) .read {
  min-height: 10vw;
}

.year_system_4 li:nth-child(3) .read {
  min-height: 15vw;
}

.year_system_4 li:nth-child(4) .read {
  min-height: 20vw;
}

.year_system_4 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
}

.year_system_4 li {
  width: 25%;
  padding: 20px;
  box-sizing: border-box;
  color: #fff;
  background: #000;
}

.year_system_4 .year {
  font-size: 20px;
  line-height: 1;
  text-align: center;
}

.year_system_4 .year span {
  font-size: 25px;
}

.year_system_4 .year strong {
  font-size: 40px;
}

.year_system_4 .copy {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  padding: 15px 0;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .year_system_4 li {
    width: 100%;
    display: block;
  }
}
/*------------------------------------------------------------
Year 2025 Styles
------------------------------------------------------------*/
.is-next_year .is-world02 .l-content__header-heading-en,
.is-world02 a,
.is-world02 .c-heading-3::before,
.is-world02 .c-heading-3__en {
  color: rgb(184, 34, 77);
}

.is-next_year .is-world02 .l-content__header-bg {
  background: rgb(184, 34, 77);
}

.is-world02 .c-heading-3__en::before,
.is-world02 .c-heading-3__en::after {
  background-color: rgb(184, 34, 77);
}

.is-next_year .is-world04 .l-content__header-heading-en,
.is-world04 a,
.is-world04 .c-heading-3::before,
.is-world04 .c-heading-3__en {
  color: rgb(0, 116, 177);
}

.is-next_year .is-world04 .l-content__header-bg {
  background: rgb(0, 116, 177);
}

.is-world04 .c-heading-3__en::before,
.is-world04 .c-heading-3__en::after {
  background-color: rgb(0, 116, 177);
}

.is-next_year .is-world05 .l-content__header-heading-en,
.is-world05 a,
.is-world05 .c-heading-3::before,
.is-world05 .c-heading-3__en {
  color: rgb(221, 106, 8);
}

.is-next_year .is-world05 .l-content__header-bg {
  background: rgb(221, 106, 8);
}

.is-world05 .c-heading-3__en::before,
.is-world05 .c-heading-3__en::after {
  background-color: rgb(221, 106, 8);
}

.topic {
  background: rgb(221, 106, 8);
  margin: 20px 0 0;
  padding: 4px 12px;
  color: #fff;
  font-size: 180%;
  line-height: 1.25;
}

.is-world05 .p-courses__sub-heading {
  color: rgb(221, 106, 8);
  border-bottom: 1px solid rgb(221, 106, 8);
}

.is-next_year .is-world05 .p-courses__sub-heading {
  color: rgb(221, 106, 8);
  border-bottom: 1px solid rgb(221, 106, 8);
}

.berklee .courses_ehl .berklee_title {
  margin-top: 40px;
  color: rgb(221, 106, 8);
  font-size: 200%;
  font-family: "Bellefair", serif;
}
.berklee .courses_ehl .title01 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-top: 15px;
  margin-bottom: 10px;
  color: rgb(221, 106, 8);
  font-weight: bold;
}
.berklee .courses_ehl .program .title01 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 10px;
  color: rgb(221, 106, 8);
  font-weight: bold;
}
.berklee .courses_ehl .berklee_block {
  background: rgba(221, 106, 8, 0.25);
}

@media (max-width: 1023px) {
  .is-next_year .is-world02 .l-content__header-text {
    background: rgb(184, 34, 77);
  }
  .is-next_year .is-world04 .l-content__header-text {
    background: rgb(0, 116, 177);
  }
  .is-next_year .is-world05 .l-content__header-text {
    background: rgb(221, 106, 8);
  }
}
.p-index {
  font-family: "Noto Sans JP";
  font-family: "Noto Sans JP";
}
.p-index a {
  color: #404040;
}
.p-index_kv {
  line-height: 0em;
  background-image: linear-gradient(90deg, #a7c3d8, #cce7f9);
  position: relative;
  margin-bottom: 40px;
}
.p-index_kv__loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  opacity: 1;
  transition: opacity 0.9s ease-in-out;
}
.p-index_kv__loading.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.p-index_kv__loading .kv-loading-logo {
  max-width: 260px;
  height: auto;
  animation: loadingPulse 2s ease-in-out infinite;
}
@keyframes loadingPulse {
  0%, 100% {
    opacity: 0.9;
    transform: scale(0.9);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
}
.p-index_kv--title {
  position: absolute;
  bottom: 4%;
  width: 100%;
  z-index: 10;
}
@media (max-width: 768px) {
  .p-index_kv--title {
    bottom: 0;
  }
}
.p-index_kv--title .kv-logo-img-sp {
  display: none;
}
@media (max-width: 768px) {
  .p-index_kv--title .kv-logo-img-sp {
    display: block;
  }
}
.p-index_kv--title .kv-logo-img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
@media (max-width: 768px) {
  .p-index_kv--title .kv-logo-img {
    display: none;
  }
}
.p-index_kv--title .kv-logo-img-sp {
  display: none;
}
@media (max-width: 768px) {
  .p-index_kv--title .kv-logo-img-sp {
    display: block;
    max-width: 100%;
    text-align: center;
  }
}
.p-index_kv--title01 {
  position: absolute;
  bottom: 50px;
  right: 40%;
  z-index: 10;
}
.p-index_kv--title01 img {
  width: auto;
  height: auto;
  max-width: 80%;
}
.p-index_kv--title02 {
  position: absolute;
  bottom: 50px;
  left: 54%;
  z-index: 10;
}
.p-index_kv--title02 img {
  width: auto;
  height: auto;
  max-width: 80%;
}
.p-index_kv__slider {
  width: 100%;
  height: 800px;
  overflow: hidden;
}
.p-index_kv__slider .swiper-wrapper {
  align-items: center;
  display: flex;
}
.p-index_kv__slider--item--img01 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100px);
  z-index: 2;
  width: 1600px;
  height: auto;
  background-size: cover;
  opacity: 0;
  filter: blur(10px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-index_kv__slider--item--img01 img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .p-index_kv__slider--item--img01 {
    width: 98vw !important;
    height: auto;
    left: 50%;
    transform: translateX(-50%) translateY(100px);
  }
}
.p-index_kv__slider--item--img02 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100px);
  z-index: 2;
  width: 1600px;
  height: auto;
  background-size: cover;
  opacity: 0;
  filter: blur(10px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-index_kv__slider--item--img02 img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .p-index_kv__slider--item--img02 {
    width: 98vw !important;
    height: auto;
    left: 50%;
    transform: translateX(-50%) translateY(100px);
  }
}
.p-index_kv__slider--bg {
  background: #093284;
  width: 100%;
  height: 80%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  filter: blur(0);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 0 0 rgba(9, 50, 132, 0);
  opacity: 1;
}
.p-index_kv__slider--bg.swiper-slide-transitioning {
  filter: blur(8px);
  box-shadow: 0 0 40px rgba(9, 50, 132, 0.8);
}
@media (max-width: 768px) {
  .p-index_kv__slider--bg {
    width: 200%;
    height: 70%;
    top: 60%;
  }
}
.p-index_kv__slider .slide-title {
  position: absolute;
  top: 500px;
  left: 10%;
  color: #404040;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.5019607843);
  opacity: 0;
  transform: translateY(30px) scale(0.9);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  filter: blur(5px);
}
.p-index_kv__slider .swiper-slide-active .slide-title {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}
.swiper-slide-active .p-index_kv__slider--item--img01, .swiper-slide-active .p-index_kv__slider--item--img02 {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  filter: blur(0);
}
@media (max-width: 768px) {
  .swiper-slide-active .p-index_kv__slider--item--img01, .swiper-slide-active .p-index_kv__slider--item--img02 {
    width: 1200px;
  }
}
.swiper-slide-active .p-index_kv__slider--bg {
  filter: blur(0);
  box-shadow: 0 0 0 rgba(9, 50, 132, 0);
  opacity: 1;
}
@media (max-width: 768px) {
  .swiper-slide-active .p-index_kv__slider--bg {
    opacity: 1 !important;
  }
}
.swiper-slide-active .p-index_kv__slider--bg.swiper-slide-transitioning {
  filter: blur(8px);
  box-shadow: 0 0 40px rgba(9, 50, 132, 0.8);
}
.swiper-slide .p-index_kv__slider--item--img01, .swiper-slide .p-index_kv__slider--item--img02 {
  opacity: 0;
  transform: translateX(-50%) translateY(100px);
  filter: blur(10px);
}
@media (max-width: 768px) {
  .swiper-slide .p-index_kv__slider--item--img01, .swiper-slide .p-index_kv__slider--item--img02 {
    width: 1200px;
  }
}
.swiper-slide .p-index_kv__slider--bg {
  filter: blur(0);
  box-shadow: 0 0 0 rgba(9, 50, 132, 0);
}
@media (max-width: 768px) {
  .swiper-slide .p-index_kv__slider--bg {
    opacity: 0;
  }
}
.p-index_kv__slider .swiper-slide .slide-title {
  opacity: 0;
  transform: translateY(30px) scale(0.9);
  filter: blur(5px);
}
.p-index_kv__slider .swiper-button-next,
.p-index_kv__slider .swiper-button-prev {
  color: white;
  background: rgba(255, 255, 255, 0.2);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.p-index_kv__slider .swiper-button-next:hover,
.p-index_kv__slider .swiper-button-prev:hover {
  background: rgba(255, 255, 255, 0.3);
}
.p-index_kv__slider .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.p-index_kv__slider .swiper-pagination-bullet-active {
  background: white;
}
@media (max-width: 768px) {
  .p-index_kv__slider {
    height: min(667px, 100svh);
  }
  .p-index_kv__slider .slide-title {
    font-size: 1.5rem;
  }
  .p-index_kv__slider .slide-content {
    bottom: 15%;
  }
}
.p-index_kv .c-button-new--white {
  position: absolute;
  bottom: 50%;
  left: calc(50% - 450px);
  transform: translate(-50%, 0);
  z-index: 10;
}
@media (max-width: 768px) {
  .p-index_kv .c-button-new--white {
    display: none;
  }
}
.p-index_topics__slider {
  position: relative;
  margin-bottom: 30px;
  margin: 10px 0 0 10%;
  padding-bottom: 50px;
  overflow: hidden;
}
.p-index_topics__slider .swiper-slide img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}
.p-index_topics__slider .swiper-slide img:hover {
  transform: scale(1.05);
}
.p-index_topics__slider .progress-navigation-container {
  position: absolute;
  bottom: 15px;
  left: 0%;
  right: 10%;
  width: 90%;
  display: flex;
  align-items: center;
  z-index: 10;
  margin: 0;
  padding: 0;
  overflow: visible;
}
.p-index_topics__slider .swiper-pagination-progressbar {
  flex: 1;
  height: 10px;
  background: #d8dadc;
  border-radius: 4px;
  margin: 0;
  display: block;
  visibility: visible;
  opacity: 1;
  box-sizing: border-box;
  z-index: 10;
  margin-right: 90px;
  position: relative;
}
.p-index_topics__slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #2f4c85;
  border-radius: 4px;
  transition: transform 0.3s ease;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}
.p-index_topics__slider .custom-navigation {
  display: flex;
  gap: 8px;
  z-index: 12;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 4px;
  padding: 2px;
  overflow: visible;
}
.p-index_topics__slider .custom-prev-btn,
.p-index_topics__slider .custom-next-btn {
  width: 35px;
  height: 35px;
  background: #2f4c85;
  color: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background: #1a2f5a;
}
.p-index_topics__slider .custom-prev-btn:hover,
.p-index_topics__slider .custom-next-btn:hover {
  transform: scale(1.05);
  background: #1a2f5a;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.p-index_topics__slider .custom-prev-btn:active,
.p-index_topics__slider .custom-next-btn:active {
  transform: scale(0.95);
}
.p-index_topics__slider .custom-prev-btn.disabled, .p-index_topics__slider .custom-prev-btn:disabled, .p-index_topics__slider .custom-prev-btn.swiper-button-disabled, .p-index_topics__slider .custom-prev-btn[aria-disabled=true],
.p-index_topics__slider .custom-next-btn.disabled,
.p-index_topics__slider .custom-next-btn:disabled,
.p-index_topics__slider .custom-next-btn.swiper-button-disabled,
.p-index_topics__slider .custom-next-btn[aria-disabled=true] {
  background: #ccc !important;
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: none;
}
.p-index_topics__slider .custom-prev-btn.disabled:hover, .p-index_topics__slider .custom-prev-btn:disabled:hover, .p-index_topics__slider .custom-prev-btn.swiper-button-disabled:hover, .p-index_topics__slider .custom-prev-btn[aria-disabled=true]:hover,
.p-index_topics__slider .custom-next-btn.disabled:hover,
.p-index_topics__slider .custom-next-btn:disabled:hover,
.p-index_topics__slider .custom-next-btn.swiper-button-disabled:hover,
.p-index_topics__slider .custom-next-btn[aria-disabled=true]:hover {
  transform: none;
  background: #ccc !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.p-index_topics__slider .custom-prev-btn.disabled:active, .p-index_topics__slider .custom-prev-btn:disabled:active, .p-index_topics__slider .custom-prev-btn.swiper-button-disabled:active, .p-index_topics__slider .custom-prev-btn[aria-disabled=true]:active,
.p-index_topics__slider .custom-next-btn.disabled:active,
.p-index_topics__slider .custom-next-btn:disabled:active,
.p-index_topics__slider .custom-next-btn.swiper-button-disabled:active,
.p-index_topics__slider .custom-next-btn[aria-disabled=true]:active {
  transform: none;
}
.p-index_topics__slider .custom-prev-btn[aria-disabled=false], .p-index_topics__slider .custom-prev-btn:not([aria-disabled=true]):not(.disabled):not(:disabled):not(.swiper-button-disabled),
.p-index_topics__slider .custom-next-btn[aria-disabled=false],
.p-index_topics__slider .custom-next-btn:not([aria-disabled=true]):not(.disabled):not(:disabled):not(.swiper-button-disabled) {
  background: #2f4c85 !important;
  cursor: pointer;
}
.p-index_topics__slider .custom-prev-btn img,
.p-index_topics__slider .custom-next-btn img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.p-index_topics__slider .custom-prev-btn {
  background: #2f4c85;
}
.p-index_topics__slider .custom-prev-btn img {
  transform: rotate(180deg);
}
.p-index_news {
  font-size: 16px;
  margin: 50px 10% 0 10%;
}
.p-index_news a {
  color: #404040 !important;
}
.p-index_news__list {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
  background-image: url("../img/top/icon_arrow.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 23px;
  padding-right: 30px;
}
@media (max-width: 768px) {
  .p-index_news__list {
    padding-right: 0px;
    background-image: none;
  }
}
.p-index_news__date {
  font-size: 16px;
  color: #8e9191;
  margin-bottom: 10px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .p-index_news__date {
    font-size: 12px;
    margin-right: 10px;
  }
}
.p-index_news__category {
  font-size: 12px;
  color: #8e9191;
  border: 1px solid #d8dadc;
  padding: 2px 10px;
  margin-bottom: 10px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .p-index_news__category {
    font-size: 10px;
    margin-right: 10px;
    padding-top: 2px;
  }
}
.p-index_news__title {
  font-size: 16px;
}
@media (max-width: 768px) {
  .p-index_news__title {
    font-size: 13px;
  }
}
.p-index_4year {
  font-size: 16px;
  margin: 115px 10% -3% 10%;
  display: flex;
  flex-wrap: wrap;
}
.p-index_4year--more {
  color: #093284;
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 20px;
  position: relative;
  text-align: right;
}
@media (max-width: 768px) {
  .p-index_4year--more {
    font-size: 14px;
    margin-right: 10%;
    text-decoration: underline;
  }
}
.p-index_4year--more:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  padding-right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../img/top/icon_arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  vertical-align: middle;
}
.p-index_4year__title {
  font-size: 48px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5em;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .p-index_4year__title {
    font-size: 30px;
    margin-bottom: 0px;
  }
}
.p-index_4year__text {
  font-size: 16px;
  padding: 20px 0;
  line-height: 2em;
}
@media (max-width: 768px) {
  .p-index_4year__text {
    font-size: 14px;
  }
}
.p-index_4year__item {
  width: 50%;
}
@media (max-width: 768px) {
  .p-index_4year__item {
    width: 100%;
  }
}
.p-index_4year__item figure {
  margin-top: 20%;
  margin-left: -10%;
  margin-right: -10%;
}
@media (max-width: 768px) {
  .p-index_4year__item figure {
    margin-top: 0;
  }
}
.p-index_4year__item img {
  width: 100%;
  height: auto;
}
.p-index_4year__item:first-child {
  padding-left: 5%;
}
.p-index_picture {
  font-size: 16px;
  position: relative;
  height: 430px;
  z-index: 10;
}
@media (max-width: 768px) {
  .p-index_picture {
    padding-top: 50px;
    height: 320px;
  }
}
.p-index_picture__slider {
  position: absolute;
  width: 100%;
  height: 430px;
  will-change: transform;
  transform: translateZ(0);
}
.p-index_picture__slider .swiper-wrapper {
  transition-timing-function: linear !important;
}
@media (max-width: 768px) {
  .p-index_picture__slider {
    height: auto !important;
  }
  .p-index_picture__slider img {
    height: auto;
  }
}
.p-index_picture__item {
  text-align: center;
  opacity: 0;
  filter: blur(10px);
  transform: scale(0.8) translateY(100px);
  transition: all 0.8s ease;
  width: auto !important;
  flex-shrink: 0;
  will-change: transform, opacity, filter;
}
@media (max-width: 768px) {
  .p-index_picture__item {
    width: auto;
    height: auto;
  }
}
.p-index_picture__item.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: scale(1) translateY(var(--random-y, 0px)) translateZ(0);
}
.p-index_picture__item img {
  max-width: none;
  width: auto;
  height: auto;
  will-change: transform;
  transform: translateZ(0);
}
.p-index_courses {
  font-size: 16px;
  margin: 50px 0 0 0;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: visible !important;
}
@media (max-width: 768px) {
  .p-index_courses {
    margin-bottom: 100px;
  }
}
.l-main .p-index_courses {
  overflow: visible !important;
}
.p-index_courses * {
  overflow: visible !important;
}
.p-index_courses__title {
  padding-left: 15%;
  font-size: 48px;
  font-family: "Noto Serif JP", serif;
  margin-top: 170px;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .p-index_courses__title {
    display: none;
  }
}
.p-index_courses .courses-sticky-container {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  overflow: visible !important;
}
@media (max-width: 768px) {
  .p-index_courses .courses-sticky-container {
    padding-top: 0px;
  }
}
.p-index_courses .courses-sticky-item {
  width: 94vw;
  left: 3vw;
  position: sticky;
  top: 0;
  height: 680px;
  display: flex;
  align-items: center;
  justify-content: center;
  will-change: opacity, transform, filter, scale, border-radius;
  transition: none;
  transform-origin: center center;
}
@media (max-width: 768px) {
  .p-index_courses .courses-sticky-item {
    height: 440px;
    display: block;
    margin-bottom: 10px;
  }
  .p-index_courses .courses-sticky-item:after {
    content: url("../img/top/icon_plus.svg");
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
}
.p-index_courses .courses-sticky-item[data-course="0"] {
  overflow: visible !important;
  z-index: 1;
}
.p-index_courses .courses-sticky-item[data-course="0"] .p-index_courses__item {
  background-color: #9cb2d9;
  background-image: url("../img/top/img_world1.jpg");
  background-position: right bottom;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-color: #9cb2d9;
  min-height: 680px;
  padding: 5% 60% 5% 5%;
  width: 100%;
  max-width: none;
  transform-origin: center center;
  will-change: transform, filter, border-radius;
}
@media (max-width: 768px) {
  .p-index_courses .courses-sticky-item[data-course="0"] .p-index_courses__item {
    min-height: 440px;
    padding: 50% 5% 5% 5%;
    background-size: 100%;
    background-image: url("../img/top/img_world1_sp.jpg");
    background-size: cover;
  }
}
.p-index_courses .courses-sticky-item[data-course="1"] {
  overflow: visible !important;
  z-index: 2;
}
.p-index_courses .courses-sticky-item[data-course="1"] .p-index_courses__item {
  background-image: url("../img/top/img_world2.jpg");
  background-position: right bottom;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-color: #9cb2d9;
  min-height: 680px;
  padding: 2.5% 60% 2.5% 5%;
  width: 100%;
  max-width: none;
  transform-origin: center center;
  will-change: transform, filter, border-radius;
}
@media (max-width: 768px) {
  .p-index_courses .courses-sticky-item[data-course="1"] .p-index_courses__item {
    min-height: 440px;
    padding: 35% 5% 5% 5%;
    background-size: 100%;
    background-image: url("../img/top/img_world2_sp.jpg");
    background-size: cover;
  }
}
.p-index_courses .courses-sticky-item[data-course="2"] {
  overflow: visible !important;
  z-index: 3;
}
.p-index_courses .courses-sticky-item[data-course="2"] .p-index_courses__item {
  background-image: url("../img/top/img_world3.jpg");
  background-position: right bottom;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-color: #9cb2d9;
  min-height: 680px;
  padding: 2.5% 60% 2.5% 5%;
  width: 100%;
  max-width: none;
  transform-origin: center center;
  will-change: transform, filter, border-radius;
}
@media (max-width: 768px) {
  .p-index_courses .courses-sticky-item[data-course="2"] .p-index_courses__item {
    min-height: 440px;
    padding: 35% 5% 5% 5%;
    background-size: 100%;
    background-image: url("../img/top/img_world3_sp.jpg");
    background-size: cover;
  }
}
.p-index_courses .courses-sticky-item[data-course="3"] {
  overflow: visible !important;
  z-index: 4;
}
.p-index_courses .courses-sticky-item[data-course="3"] .p-index_courses__item {
  background-image: url("../img/top/img_world4.jpg");
  background-position: right bottom;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-color: #9cb2d9;
  min-height: 680px;
  padding: 5% 60% 5% 5%;
  width: 100%;
  max-width: none;
  transform-origin: center center;
  will-change: transform, filter, border-radius;
}
@media (max-width: 768px) {
  .p-index_courses .courses-sticky-item[data-course="3"] .p-index_courses__item {
    min-height: 440px;
    margin-top: 0;
    padding: 48% 5% 5% 5%;
    background-size: 100%;
    background-image: url("../img/top/img_world4_sp.jpg");
    background-size: cover;
  }
}
.p-index_courses__item {
  line-height: 2em;
  margin-bottom: 20px;
  width: 100%;
  max-width: none;
  padding: 5% 60% 5% 5%;
  background-color: #9cb2d9;
  min-height: 800px;
}
@media (max-width: 768px) {
  .p-index_courses__item--number {
    font-size: 12px;
  }
}
.p-index_courses__item--world {
  font-size: 70px;
  font-family: "Bellefair", serif;
  line-height: 1.1em;
  margin-bottom: 10px;
  letter-spacing: -0.05em;
}
@media (max-width: 768px) {
  .p-index_courses__item--world {
    font-size: 48px;
    margin-bottom: 0;
    line-height: 1em;
  }
}
.p-index_courses__item--world02 {
  font-size: 16px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-index_courses__item--world02 {
    font-size: 10px;
    margin-bottom: 10px;
  }
}
.p-index_courses__item--title {
  font-size: 30px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .p-index_courses__item--title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.p-index_courses__item--text {
  font-size: 16px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-index_courses__item--text {
    display: none;
  }
}
@media (max-width: 768px) {
  .p-index_courses__item .c-button-new--white {
    padding: 10px;
    width: 80% !important;
    margin: 10px 10%;
    background-color: rgba(13, 53, 127, 0.062745098);
    font-size: 13px;
    display: none;
  }
}
.p-index_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(146, 146, 146, 0.8);
  z-index: 40001;
  scrollbar-width: 16px;
  scrollbar-color: #093284 #f0f0f0;
}
@media (max-width: 768px) {
  .p-index_modal {
    padding: 10px 10px 100px 10px;
  }
}
.p-index_modal--number {
  font-size: 15px;
  padding-top: 40px;
  max-width: 1072px;
  margin-bottom: 10px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-index_modal--number {
    font-size: 12px;
    padding-top: 0;
  }
}
.p-index_modal--world {
  max-width: 1072px;
  margin: 0 auto;
  font-size: 70px;
  font-family: "Bellefair", serif;
  line-height: 1.1em;
  margin-bottom: 10px;
  letter-spacing: -0.05em;
}
@media (max-width: 768px) {
  .p-index_modal--world {
    font-size: 48px;
    margin-bottom: 10px;
    line-height: 1em;
  }
}
.p-index_modal--world02 {
  max-width: 1072px;
  margin: 0 auto;
  font-size: 16px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-index_modal--world02 {
    font-size: 10px;
    margin-bottom: 30px;
  }
}
.p-index_modal::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}
.p-index_modal::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 8px;
}
.p-index_modal::-webkit-scrollbar-thumb {
  background: #093284;
  border-radius: 8px;
  border: 2px solid #f0f0f0;
}
.p-index_modal::-webkit-scrollbar-thumb:hover {
  background: #093284;
}
.p-index_modal::-webkit-scrollbar-corner {
  background: #f0f0f0;
}
.p-index_modal__close {
  position: absolute;
  top: 8vw;
  right: 8vw;
  width: 30px;
  height: 30px;
  z-index: 40001;
  cursor: pointer;
}
@media (max-width: 768px) {
  .p-index_modal__close {
    top: auto;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
  }
}
.p-index_modal__course--wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
  max-width: 1024px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 768px) {
  .p-index_modal__course--wrap {
    display: block;
  }
}
.p-index_modal__course--wrap a {
  width: 49%;
}
.p-index_modal__course {
  width: 100%;
  margin-right: 7px;
  margin-bottom: 10px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #e9ecee;
}
@media (max-width: 768px) {
  .p-index_modal__course {
    width: 100%;
    margin-bottom: 10px;
  }
}
.p-index_modal__course--image {
  width: 25%;
  padding: 10px;
}
.p-index_modal__course--text {
  padding: 10px;
  width: 70%;
  color: #000;
  display: table-cell;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translateY(-50%);
  padding-right: 20px;
}
.p-index_modal__course--text:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: -15px;
  right: -15px;
  background-image: url("../img/top/icon_arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .p-index_modal__course--text:after {
    bottom: -5px;
    right: -10px;
    width: 30px;
    height: 30px;
    background-size: 25px;
  }
}
.p-index_modal__course--text h3 {
  font-size: 16px;
  margin-bottom: 0em;
}
@media (max-width: 768px) {
  .p-index_modal__course--text h3 {
    font-size: 12px;
  }
}
.p-index_modal__course--text p {
  margin-top: 5px !important;
  font-size: 14px;
}
@media (max-width: 768px) {
  .p-index_modal__course--text p {
    font-size: 10px;
  }
}
.p-index_modal__course--text p span {
  background-color: #fff;
  color: #000;
  padding: 2px 5px;
  margin-right: 5px;
}
.p-index_modal__course--number {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .p-index_modal__course--number {
    font-size: 12px;
  }
}
.p-index_modal__course--world {
  font-size: 70px;
  font-family: "Bellefair", serif;
  line-height: 1.1em;
  margin-bottom: 10px;
  letter-spacing: -0.05em;
}
@media (max-width: 768px) {
  .p-index_modal__course--world {
    font-size: 48px;
    margin-bottom: 10px;
    line-height: 1em;
  }
}
.p-index_modal__course--world02 {
  font-size: 16px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-index_modal__course--world02 {
    font-size: 10px;
    margin-bottom: 30px;
  }
}
.p-index_modal__musican {
  display: none;
  scrollbar-width: 16px;
  background-color: #fff;
  padding: 20px 20px;
  height: 85vh;
  overflow-y: scroll !important;
  margin: 5% 2%;
}
.p-index_modal__danceactor {
  display: none;
  scrollbar-width: 16px;
  background-color: #fff;
  padding: 20px 20px;
  overflow-y: scroll !important;
  height: 85vh;
  margin: 5% 2%;
}
.p-index_modal__soundcreator {
  display: none;
  scrollbar-width: 16px;
  background-color: #fff;
  padding: 20px 20px;
  overflow-y: scroll !important;
  height: 85vh;
  margin: 5% 2%;
}
.p-index_modal__concert {
  display: none;
  scrollbar-width: 16px;
  background-color: #fff;
  padding: 20px 20px;
  overflow-y: scroll !important;
  height: 85vh;
  margin: 5% 2%;
}
.p-index_opencampus {
  background-color: #0d357f;
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  margin: 160px 0% 100px 0%;
  padding: 180px 10%;
  background-image: url("../img/top/bg_oc.png");
  background-position: right top;
  background-repeat: no-repeat;
}
.p-index_opencampus--subtitle {
  font-size: 24px;
  margin-bottom: 1em;
}
.p-index_opencampus--subtitle:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 20px;
  background-image: url("../img/top/icon_o.svg");
  background-repeat: no-repeat;
  background-position: 0px 3px;
}
.p-index_opencampus--title {
  font-size: 112px;
  font-family: "Bellefair", serif;
  line-height: 1.2em;
  margin-bottom: 10px;
  letter-spacing: -0.05em;
}
@media (max-width: 768px) {
  .p-index_opencampus--title {
    font-size: 48px;
  }
}
.p-index_opencampus--title span:after {
  content: "";
  display: inline-block;
  width: 70px;
  height: 60px;
  background-image: url("../img/top/icon_star.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.p-index_opencampus--title02 {
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 30px;
}
.p-index_opencampus--text {
  font-size: 16px;
  margin-bottom: 40px;
}
.p-index_opencampus--subtitle02 {
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 30px;
}
.p-index_field__wrap a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
  background-color: #e9ecee;
}
.p-index_field__item:nth-child(1) {
  width: 30%;
  padding: 5px;
}
.p-index_field__item:nth-child(2) {
  width: 70%;
  color: #404040;
  font-size: 14px;
  display: flex;
  align-items: center;
  padding-left: 10px;
  font-family: "Noto Serif JP", serif;
  background-image: url("../img/top/icon_arrow.svg");
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: bottom 5px right 5px;
}
.p-index_field__slider {
  position: relative;
  padding-bottom: 20px;
  overflow: hidden;
  margin-bottom: 50px;
}
.p-index_field__slider .progress-navigation-container {
  position: absolute;
  bottom: 15px;
  left: 0%;
  right: 10%;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 10;
  margin: 0;
  padding: 0;
  overflow: visible;
}
.p-index_field__slider .swiper-pagination-progressbar {
  flex: 1;
  height: 10px;
  background: #d8dadc;
  border-radius: 4px;
  margin: 0;
  display: block;
  visibility: visible;
  opacity: 1;
  box-sizing: border-box;
  z-index: 10;
  margin-right: 90px;
  position: relative;
}
.p-index_field__slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #2f4c85;
  border-radius: 4px;
  transition: transform 0.3s ease;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}
.p-index_field__slider .custom-navigation {
  display: flex;
  gap: 8px;
  z-index: 12;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 4px;
  padding: 2px;
  overflow: visible;
}
.p-index_field__slider .custom-prev-btn,
.p-index_field__slider .custom-next-btn {
  width: 35px;
  height: 35px;
  background: #2f4c85;
  color: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.p-index_field__slider .custom-prev-btn:hover,
.p-index_field__slider .custom-next-btn:hover {
  transform: scale(1.05);
  background: #1a2f5a;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.p-index_field__slider .custom-prev-btn:active,
.p-index_field__slider .custom-next-btn:active {
  transform: scale(0.95);
}
.p-index_field__slider .custom-prev-btn.disabled, .p-index_field__slider .custom-prev-btn:disabled, .p-index_field__slider .custom-prev-btn.swiper-button-disabled, .p-index_field__slider .custom-prev-btn[aria-disabled=true],
.p-index_field__slider .custom-next-btn.disabled,
.p-index_field__slider .custom-next-btn:disabled,
.p-index_field__slider .custom-next-btn.swiper-button-disabled,
.p-index_field__slider .custom-next-btn[aria-disabled=true] {
  background: #ccc !important;
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: none;
}
.p-index_field__slider .custom-prev-btn.disabled:hover, .p-index_field__slider .custom-prev-btn:disabled:hover, .p-index_field__slider .custom-prev-btn.swiper-button-disabled:hover, .p-index_field__slider .custom-prev-btn[aria-disabled=true]:hover,
.p-index_field__slider .custom-next-btn.disabled:hover,
.p-index_field__slider .custom-next-btn:disabled:hover,
.p-index_field__slider .custom-next-btn.swiper-button-disabled:hover,
.p-index_field__slider .custom-next-btn[aria-disabled=true]:hover {
  transform: none;
  background: #ccc !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.p-index_field__slider .custom-prev-btn.disabled:active, .p-index_field__slider .custom-prev-btn:disabled:active, .p-index_field__slider .custom-prev-btn.swiper-button-disabled:active, .p-index_field__slider .custom-prev-btn[aria-disabled=true]:active,
.p-index_field__slider .custom-next-btn.disabled:active,
.p-index_field__slider .custom-next-btn:disabled:active,
.p-index_field__slider .custom-next-btn.swiper-button-disabled:active,
.p-index_field__slider .custom-next-btn[aria-disabled=true]:active {
  transform: none;
}
.p-index_field__slider .custom-prev-btn[aria-disabled=false], .p-index_field__slider .custom-prev-btn:not([aria-disabled=true]):not(.disabled):not(:disabled):not(.swiper-button-disabled),
.p-index_field__slider .custom-next-btn[aria-disabled=false],
.p-index_field__slider .custom-next-btn:not([aria-disabled=true]):not(.disabled):not(:disabled):not(.swiper-button-disabled) {
  background: #2f4c85 !important;
  cursor: pointer;
}
.p-index_field__slider .custom-prev-btn img,
.p-index_field__slider .custom-next-btn img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.p-index_field__slider .custom-prev-btn {
  background: #2f4c85;
}
.p-index_field__slider .custom-prev-btn img {
  transform: rotate(180deg);
}
.p-index_oc {
  padding: 50px 10%;
}
.p-index_oc__slider {
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 50px;
  overflow: hidden;
}
.p-index_oc__slider .progress-navigation-container {
  position: absolute;
  bottom: 15px;
  left: 0%;
  right: 10%;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 10;
  margin: 0;
  padding: 0;
  overflow: visible;
}
.p-index_oc__slider .swiper-pagination-progressbar {
  flex: 1;
  height: 10px;
  background: #d8dadc;
  border-radius: 4px;
  margin: 0;
  display: block;
  visibility: visible;
  opacity: 1;
  box-sizing: border-box;
  z-index: 10;
  margin-right: 90px;
  position: relative;
}
.p-index_oc__slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #2f4c85;
  border-radius: 4px;
  transition: transform 0.3s ease;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}
.p-index_oc__slider .custom-navigation {
  display: flex;
  gap: 8px;
  z-index: 12;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 4px;
  padding: 2px;
  overflow: visible;
}
.p-index_oc__slider .custom-prev-btn,
.p-index_oc__slider .custom-next-btn {
  width: 35px;
  height: 35px;
  background: #2f4c85;
  color: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.p-index_oc__slider .custom-prev-btn:hover,
.p-index_oc__slider .custom-next-btn:hover {
  transform: scale(1.05);
  background: #1a2f5a;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.p-index_oc__slider .custom-prev-btn:active,
.p-index_oc__slider .custom-next-btn:active {
  transform: scale(0.95);
}
.p-index_oc__slider .custom-prev-btn.disabled, .p-index_oc__slider .custom-prev-btn:disabled, .p-index_oc__slider .custom-prev-btn.swiper-button-disabled, .p-index_oc__slider .custom-prev-btn[aria-disabled=true],
.p-index_oc__slider .custom-next-btn.disabled,
.p-index_oc__slider .custom-next-btn:disabled,
.p-index_oc__slider .custom-next-btn.swiper-button-disabled,
.p-index_oc__slider .custom-next-btn[aria-disabled=true] {
  background: #ccc !important;
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: none;
}
.p-index_oc__slider .custom-prev-btn.disabled:hover, .p-index_oc__slider .custom-prev-btn:disabled:hover, .p-index_oc__slider .custom-prev-btn.swiper-button-disabled:hover, .p-index_oc__slider .custom-prev-btn[aria-disabled=true]:hover,
.p-index_oc__slider .custom-next-btn.disabled:hover,
.p-index_oc__slider .custom-next-btn:disabled:hover,
.p-index_oc__slider .custom-next-btn.swiper-button-disabled:hover,
.p-index_oc__slider .custom-next-btn[aria-disabled=true]:hover {
  transform: none;
  background: #ccc !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.p-index_oc__slider .custom-prev-btn.disabled:active, .p-index_oc__slider .custom-prev-btn:disabled:active, .p-index_oc__slider .custom-prev-btn.swiper-button-disabled:active, .p-index_oc__slider .custom-prev-btn[aria-disabled=true]:active,
.p-index_oc__slider .custom-next-btn.disabled:active,
.p-index_oc__slider .custom-next-btn:disabled:active,
.p-index_oc__slider .custom-next-btn.swiper-button-disabled:active,
.p-index_oc__slider .custom-next-btn[aria-disabled=true]:active {
  transform: none;
}
.p-index_oc__slider .custom-prev-btn[aria-disabled=false], .p-index_oc__slider .custom-prev-btn:not([aria-disabled=true]):not(.disabled):not(:disabled):not(.swiper-button-disabled),
.p-index_oc__slider .custom-next-btn[aria-disabled=false],
.p-index_oc__slider .custom-next-btn:not([aria-disabled=true]):not(.disabled):not(:disabled):not(.swiper-button-disabled) {
  background: #2f4c85 !important;
  cursor: pointer;
}
.p-index_oc__slider .custom-prev-btn img,
.p-index_oc__slider .custom-next-btn img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.p-index_oc__slider .custom-prev-btn {
  background: #2f4c85 !important;
}
.p-index_oc__slider .custom-prev-btn img {
  transform: rotate(180deg);
}
.p-index_oc__slider--item {
  background-color: #e9ecee;
  color: #404040;
  padding: 10px 10px 40px 10px;
  line-height: 1.2em;
  font-family: "Noto Sans JP", serif;
  background-image: url("../img/top/icon_arrow.svg");
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: bottom 5px right 5px;
}
.p-index_oc__slider--image {
  padding-bottom: 10px;
}
.p-index_oc__slider--image img {
  max-width: 100% !important;
}
.p-index_oc__slider--title {
  font-size: 16px;
  margin-bottom: 10px;
}
.p-index_oc__slider--text {
  font-size: 12px;
}
.p-index_opencampus-sp {
  background-color: #0d357f;
  position: relative;
  color: #fff;
  font-size: 16px;
  margin: 50px 0% 100px 0%;
  padding: 50px 5%;
}
.p-index_opencampus-sp__wrap {
  position: relative;
  z-index: 1;
}
.p-index_opencampus-sp::after {
  content: url("../img/top/icon_oc.png");
  display: block;
  position: absolute;
  top: -100px;
  right: 0;
  z-index: 0;
}
.p-index_opencampus-sp--subtitle {
  font-size: 16px;
  margin-bottom: 1em;
}
.p-index_opencampus-sp--subtitle:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 20px;
  background-image: url("../img/top/icon_o.svg");
  background-repeat: no-repeat;
  background-position: 0px 4px;
}
.p-index_opencampus-sp__field {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}
.p-index_opencampus-sp__field--item {
  background-color: #fff;
  color: #404040;
  padding: 5px 20px 5px 10px;
  line-height: 1.2em;
  font-family: "Noto Sans JP", serif;
  position: relative;
  margin-right: 1.5%;
  margin-bottom: 4px !important;
  font-size: 13px;
  border-radius: 50px;
  position: relative;
}
.p-index_opencampus-sp__field--item:after {
  content: url("../img/top/chevron-right.svg");
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 5px;
}
.p-index_opencampus-sp--title {
  font-size: 112px;
  font-family: "Bellefair", serif;
  line-height: 1.2em;
  margin-bottom: 10px;
  letter-spacing: -0.05em;
}
@media (max-width: 768px) {
  .p-index_opencampus-sp--title {
    font-size: 48px;
  }
}
.p-index_opencampus-sp--title span:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../img/top/icon_star.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}
.p-index_opencampus-sp--title02 {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 30px;
}
.p-index_opencampus-sp--text {
  font-size: 16px;
  margin-bottom: 40px;
}
.p-index_opencampus-sp--subtitle02 {
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 30px;
}
.p-index_opencampus-sp .progress-navigation-container {
  position: absolute;
  bottom: 15px;
  left: 0%;
  right: 10%;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 10;
  margin: 0;
  padding: 0;
  overflow: visible;
}
.p-index_opencampus-sp .swiper-pagination-progressbar {
  flex: 1;
  height: 10px;
  background: #d8dadc;
  border-radius: 4px;
  margin: 0;
  display: block;
  visibility: visible;
  opacity: 1;
  box-sizing: border-box;
  z-index: 10;
  margin-right: 90px;
  position: relative;
}
.p-index_opencampus-sp .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #2f4c85;
  border-radius: 4px;
  transition: transform 0.3s ease;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}
.p-index_opencampus-sp .c-button-new--white {
  width: 310px !important;
}
.p-index_opencampus-sp .custom-navigation {
  display: flex;
  gap: 8px;
  z-index: 12;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 4px;
  padding: 2px;
  overflow: visible;
}
.p-index_opencampus-sp .custom-prev-btn,
.p-index_opencampus-sp .custom-next-btn {
  width: 35px;
  height: 35px;
  background: #2f4c85;
  color: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.p-index_opencampus-sp .custom-prev-btn:hover,
.p-index_opencampus-sp .custom-next-btn:hover {
  transform: scale(1.05);
  background: #1a2f5a;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.p-index_opencampus-sp .custom-prev-btn:active,
.p-index_opencampus-sp .custom-next-btn:active {
  transform: scale(0.95);
}
.p-index_opencampus-sp .custom-prev-btn img,
.p-index_opencampus-sp .custom-next-btn img {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
}
.p-index_opencampus-sp .custom-prev-btn {
  background: #2f4c85;
}
.p-index_opencampus-sp .custom-prev-btn img {
  transform: rotate(180deg);
}
.p-index_oc-sp {
  padding: 50px 10%;
}
.p-index_oc-sp__slider {
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 50px;
  overflow: hidden;
}
.p-index_oc-sp__slider .progress-navigation-container {
  position: absolute;
  bottom: 15px;
  left: 0%;
  right: 10%;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 10;
  margin: 0;
  padding: 0;
  overflow: visible;
}
.p-index_oc-sp__slider .swiper-pagination-progressbar {
  flex: 1;
  height: 10px;
  background: #d8dadc;
  border-radius: 4px;
  margin: 0;
  display: block;
  visibility: visible;
  opacity: 1;
  box-sizing: border-box;
  z-index: 10;
  margin-right: 90px;
  position: relative;
}
.p-index_oc-sp__slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #2f4c85;
  border-radius: 4px;
  transition: transform 0.3s ease;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}
.p-index_oc-sp__slider .custom-navigation {
  display: flex;
  gap: 8px;
  z-index: 12;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 4px;
  padding: 2px;
  overflow: visible;
}
.p-index_oc-sp__slider .custom-prev-btn,
.p-index_oc-sp__slider .custom-next-btn {
  width: 35px;
  height: 35px;
  background: #2f4c85;
  color: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.p-index_oc-sp__slider .custom-prev-btn:hover,
.p-index_oc-sp__slider .custom-next-btn:hover {
  transform: scale(1.05);
  background: #1a2f5a;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.p-index_oc-sp__slider .custom-prev-btn:active,
.p-index_oc-sp__slider .custom-next-btn:active {
  transform: scale(0.95);
}
.p-index_oc-sp__slider .custom-prev-btn.disabled, .p-index_oc-sp__slider .custom-prev-btn:disabled, .p-index_oc-sp__slider .custom-prev-btn.swiper-button-disabled, .p-index_oc-sp__slider .custom-prev-btn[aria-disabled=true],
.p-index_oc-sp__slider .custom-next-btn.disabled,
.p-index_oc-sp__slider .custom-next-btn:disabled,
.p-index_oc-sp__slider .custom-next-btn.swiper-button-disabled,
.p-index_oc-sp__slider .custom-next-btn[aria-disabled=true] {
  background: #ccc !important;
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: none;
}
.p-index_oc-sp__slider .custom-prev-btn.disabled:hover, .p-index_oc-sp__slider .custom-prev-btn:disabled:hover, .p-index_oc-sp__slider .custom-prev-btn.swiper-button-disabled:hover, .p-index_oc-sp__slider .custom-prev-btn[aria-disabled=true]:hover,
.p-index_oc-sp__slider .custom-next-btn.disabled:hover,
.p-index_oc-sp__slider .custom-next-btn:disabled:hover,
.p-index_oc-sp__slider .custom-next-btn.swiper-button-disabled:hover,
.p-index_oc-sp__slider .custom-next-btn[aria-disabled=true]:hover {
  transform: none;
  background: #ccc !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.p-index_oc-sp__slider .custom-prev-btn.disabled:active, .p-index_oc-sp__slider .custom-prev-btn:disabled:active, .p-index_oc-sp__slider .custom-prev-btn.swiper-button-disabled:active, .p-index_oc-sp__slider .custom-prev-btn[aria-disabled=true]:active,
.p-index_oc-sp__slider .custom-next-btn.disabled:active,
.p-index_oc-sp__slider .custom-next-btn:disabled:active,
.p-index_oc-sp__slider .custom-next-btn.swiper-button-disabled:active,
.p-index_oc-sp__slider .custom-next-btn[aria-disabled=true]:active {
  transform: none;
}
.p-index_oc-sp__slider .custom-prev-btn[aria-disabled=false], .p-index_oc-sp__slider .custom-prev-btn:not([aria-disabled=true]):not(.disabled):not(:disabled):not(.swiper-button-disabled),
.p-index_oc-sp__slider .custom-next-btn[aria-disabled=false],
.p-index_oc-sp__slider .custom-next-btn:not([aria-disabled=true]):not(.disabled):not(:disabled):not(.swiper-button-disabled) {
  background: #2f4c85 !important;
  cursor: pointer;
}
.p-index_oc-sp__slider .custom-prev-btn img,
.p-index_oc-sp__slider .custom-next-btn img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.p-index_oc-sp__slider .custom-prev-btn {
  background: #2f4c85 !important;
}
.p-index_oc-sp__slider .custom-prev-btn img {
  transform: rotate(180deg) !important;
}
.p-index_oc-sp__slider--item {
  color: #404040;
}
.p-index_oc-sp__slider--item li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #fff;
  margin-bottom: 10px;
  padding: 10px;
}
.p-index_oc-sp__slider--item li .p-index_oc__slider--title {
  font-size: 13px;
  line-height: 1.2em;
}
.p-index_oc-sp__slider--item li .p-index_oc__slider--text {
  font-size: 9px;
  line-height: 1.2em;
  color: #8e9191;
}
.p-index_oc-sp__slider--item li div:nth-child(1) {
  width: 40%;
}
.p-index_oc-sp__slider--item li div:nth-child(1) img {
  width: 100%;
  height: auto;
}
.p-index_oc-sp__slider--item li div:nth-child(2) {
  width: 60%;
  padding-left: 5px;
}
.p-index_oc-sp__slider--image {
  padding-bottom: 10px;
}
.p-index_oc-sp__slider--title {
  font-size: 16px;
  margin-bottom: 10px;
}
.p-index_oc-sp__slider--text {
  font-size: 12px;
}
.p-index_session__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 50px;
}
.p-index_session__item {
  width: 19%;
  background-color: #fff;
  color: #404040;
  padding: 10px 10px 40px 10px;
  line-height: 1.2em;
  font-family: "Noto Sans JP", serif;
  position: relative;
  margin-right: 1.5%;
  background-image: url("../img/top/icon_arrow.svg");
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: bottom 5px right 5px;
}
.p-index_session__item--image {
  padding-bottom: 10px;
}
.p-index_session__item--title {
  font-size: 16px;
  margin-bottom: 10px;
}
.p-index_session__item--text {
  font-size: 12px;
}
.p-index_interview {
  font-size: 16px;
  margin: 50px 10% 0 10%;
  padding-left: 10%;
  background-image: url("../img/top/bg_interview.svg");
  background-position: left top;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .p-index_interview {
    margin: 50px 5% 0 0%;
    padding-left: 9%;
    background-size: 15%;
    margin-bottom: 100px;
  }
}
.p-index_interview .c-heading-serif {
  text-align: center;
  width: 100%;
  margin-bottom: 50px;
}
.p-index_interview .swiper-wrapper {
  margin-bottom: 50px;
}
.p-index_interview .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  visibility: visible;
  opacity: 1;
  z-index: 10;
  margin: 0;
  padding: 0;
}
.p-index_interview .progress-navigation-container {
  position: absolute;
  bottom: 15px;
  left: 0%;
  right: 10%;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 10;
  margin: 0;
  padding: 0;
  overflow: visible;
}
.p-index_interview .swiper-pagination-progressbar {
  flex: 1;
  height: 10px;
  background: #d8dadc;
  border-radius: 4px;
  margin: 0;
  display: block;
  visibility: visible;
  opacity: 1;
  box-sizing: border-box;
  z-index: 10;
  margin-right: 90px;
  position: relative;
}
.p-index_interview .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #2f4c85;
  border-radius: 4px;
  transition: transform 0.3s ease;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}
.p-index_interview .custom-navigation {
  display: flex;
  gap: 8px;
  z-index: 12;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 4px;
  padding: 2px;
  overflow: visible;
}
.p-index_interview .custom-prev-btn,
.p-index_interview .custom-next-btn {
  width: 35px;
  height: 35px;
  background: #2f4c85;
  color: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.p-index_interview .custom-prev-btn:hover,
.p-index_interview .custom-next-btn:hover {
  transform: scale(1.05);
  background: #1a2f5a;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.p-index_interview .custom-prev-btn:active,
.p-index_interview .custom-next-btn:active {
  transform: scale(0.95);
}
.p-index_interview .custom-prev-btn img,
.p-index_interview .custom-next-btn img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.p-index_interview .custom-prev-btn {
  background: #2f4c85;
}
.p-index_interview .custom-prev-btn img {
  transform: rotate(180deg);
}
.p-index_interview__title {
  font-size: 40px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5em;
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-index_interview__title {
    display: none;
  }
}
.p-index_interview--wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-index_interview--wrap {
    display: block;
  }
}
.p-index_interview--item {
  width: 48%;
}
@media (max-width: 768px) {
  .p-index_interview--item {
    width: 90%;
    margin-left: 10%;
  }
}
.p-index_interview--item figure {
  position: relative;
}
.p-index_interview--item img {
  max-width: 100%;
  height: auto;
}
.p-index_interview--item figcaption {
  font-size: 14px;
  margin-bottom: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 10px;
  text-align: center;
}
.p-index_interview--instrument {
  font-size: 14px;
  margin-bottom: 20px;
  background-color: #093284;
  color: #fff;
  width: 200px;
  padding: 5px 0px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-index_interview--instrument {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 10px;
    width: 150px;
  }
}
.p-index_interview--name {
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dbdadc;
}
@media (max-width: 768px) {
  .p-index_interview--name {
    font-size: 18px;
    padding-bottom: 15px;
  }
}
.p-index_interview--title {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  margin-bottom: 1em;
  margin-left: -0.5em;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .p-index_interview--title {
    text-indent: -0.5em;
    margin-left: 0em;
    font-size: 20px;
  }
}
.p-index_interview--text {
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-index_interview--text {
    font-size: 11px;
  }
}
.p-index_interview--more {
  color: #093284;
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 20px;
  position: relative;
  text-align: right;
}
@media (max-width: 768px) {
  .p-index_interview--more {
    font-size: 14px;
    margin-right: 10%;
    text-decoration: underline;
  }
}
.p-index_interview--more:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  padding-right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../img/top/icon_arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  vertical-align: middle;
}
.p-index_interview--side {
  font-size: 96px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 30px;
  transform: rotate(90deg);
  position: absolute;
  top: 50%;
  left: -45%;
  color: #093284;
}
.p-index_interview__slider {
  color: #404040;
  position: relative;
  padding-bottom: 10px;
  overflow: hidden !important;
  min-height: 200px;
  margin-bottom: 50px;
  line-height: 1.2em;
}
.p-index_interview__slider--item {
  color: #404040;
  background-color: #e9ecee;
  line-height: 1.2em;
  font-family: "Noto Sans JP", serif;
}
.p-index_interview__slider--image {
  margin-bottom: 10px;
}
.p-index_interview__slider--image img {
  width: 100%;
  height: auto;
}
.p-index_interview__slider--industry {
  font-size: 14px;
  margin-bottom: 10px;
  background-color: #093284;
  color: #fff;
  width: 150px;
  text-align: center;
  margin-left: 10px;
}
.p-index_interview__slider--job {
  font-size: 18px;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dbdadc;
}
.p-index_interview__slider--text {
  padding: 10px 0px 20px 10px;
}
.p-index_schoollife {
  font-size: 16px;
  margin: 150px 1% 0 2%;
}
.p-index_schoollife__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 3% 8% 0 8%;
}
.p-index_schoollife--icon {
  position: absolute;
  top: 42%;
  right: -20px;
  width: 300px;
}
.p-index_schoollife--icon img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .p-index_schoollife--icon {
    display: none;
  }
}
@media (max-width: 768px) {
  .p-index_schoollife {
    margin: 0;
    margin-bottom: 100px;
  }
  .p-index_schoollife .c-button-new {
    margin: 0 auto;
  }
}
.p-index_schoollife__item {
  width: 48%;
}
@media (max-width: 768px) {
  .p-index_schoollife__item {
    width: 90%;
    margin-left: 5%;
  }
}
.p-index_schoollife--title {
  font-size: 48px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5em;
  margin-bottom: 30px;
}
.p-index_schoollife--subtitle {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5em;
  margin-bottom: 30px;
}
.p-index_schoollife--text {
  font-size: 15px;
  line-height: 1.5em;
  margin-bottom: 30px;
}
.p-index_schoollife--image {
  position: relative;
  width: 100%;
  height: 600px;
  background-image: url("../img/top/bg_shoollife.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center calc(var(--parallax-y, 0px) + 60%);
  margin-bottom: 30px;
  overflow: hidden;
  will-change: background-position;
  transition: background-position 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 768px) {
  .p-index_schoollife--image {
    height: 300px;
    background-size: 150% auto;
  }
}
.p-index_support {
  font-size: 16px;
  margin: 150px 10% 0 10%;
}
.p-index_support__btn {
  color: #093284;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 30px;
  position: relative;
  text-decoration: underline;
}
.p-index_support__btn::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  padding-right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/top/icon_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .p-index_support {
    margin: 5%;
    margin-bottom: 100px;
  }
}
.p-index_support__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .p-index_support__wrap {
    display: block;
  }
}
.p-index_support__item {
  width: 49%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .p-index_support__item {
    width: 100%;
  }
}
.p-index_support__item > a {
  margin-top: auto;
}
.p-index_support__item--title {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 10px;
}
.p-index_support__item--image {
  margin-bottom: 20px;
}
.p-index_support__item--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-index_support__item--list {
    display: none;
  }
}
.p-index_support__item--list li {
  font-size: 13px;
  margin-bottom: 10px;
}
.p-index_support__item--list li:nth-child(1), .p-index_support__item--list li:nth-child(4), .p-index_support__item--list li:nth-child(7) {
  width: 34.3%;
}
.p-index_support__item--list li:nth-child(2), .p-index_support__item--list li:nth-child(5), .p-index_support__item--list li:nth-child(8) {
  width: 25.3%;
}
.p-index_support__item--list li:nth-child(3), .p-index_support__item--list li:nth-child(6), .p-index_support__item--list li:nth-child(9) {
  width: 40.3%;
}
.p-index_support__item--list li:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  background-color: #093284;
}
.p-index_support__item--list02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-index_support__item--list02 {
    display: none;
  }
}
.p-index_support__item--list02 li {
  font-size: 13px;
  margin-bottom: 10px;
  width: 49%;
  letter-spacing: 0em;
}
.p-index_support__item--list02 li:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  background-color: #093284;
}
.p-index_support__item--image img {
  width: 100%;
  height: auto;
}
.p-index_support__title {
  font-size: 80px;
  font-family: "Bellefair", serif;
  line-height: 1.5em;
  margin-bottom: 30px;
  letter-spacing: -0.05em;
  display: flex;
}
@media (max-width: 768px) {
  .p-index_support__title {
    font-size: 48px;
    line-height: 0.6em;
    margin-bottom: 40px;
    display: block;
  }
}
.p-index_support__title span {
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  vertical-align: middle;
  letter-spacing: -0.05em;
  padding-left: 10px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-index_support__title span {
    font-size: 11px;
    padding-left: 0;
    text-align: left;
  }
}
.p-index_sns {
  min-height: 500px;
  font-size: 16px;
  margin: 150px 2% 0 2%;
  overflow: hidden;
  position: relative;
  height: 600px;
  color: #fff;
}
@media (max-width: 768px) {
  .p-index_sns {
    margin: 0;
    height: 400px;
    min-height: 400px;
    margin-bottom: 50px;
  }
  .p-index_sns .scroll-infinity__list {
    height: 400px;
  }
  .p-index_sns .scroll-infinity__list img {
    height: 120px;
  }
  .p-index_sns .scroll-infinity__container {
    height: 390px;
  }
}
.p-index_sns__title {
  font-size: 80px;
  font-family: "Bellefair", serif;
  line-height: 1.2em;
  margin-bottom: 30px;
  letter-spacing: -0.05em;
  color: #fff;
  position: absolute;
  top: 35%;
  width: 100%;
  text-align: center;
  z-index: 10;
}
@media (max-width: 768px) {
  .p-index_sns__title {
    top: 12%;
    font-size: 40px;
    letter-spacing: 0em;
  }
}
.p-index_sns--item {
  position: absolute;
  top: 50%;
  left: calc(50% - 335px);
  z-index: 1;
}
@media (max-width: 768px) {
  .p-index_sns--item {
    top: 44%;
    left: calc(50% - 175px);
  }
  .p-index_sns--item ul {
    padding-top: 10px !important;
  }
}
.p-index_sns--item ul {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding: 0;
}
.p-index_sns--item ul li {
  display: flex;
  align-items: center;
  justify-content: right;
  margin-right: 0px;
  margin-top: 20px;
}
.p-index_sns--item ul li .c-button-new--white {
  margin-right: 20px;
}
@media (max-width: 768px) {
  .p-index_sns--item ul li .c-button-new--white {
    margin-right: 0px;
  }
}
.p-index_sns--item ul li i {
  font-size: 24px;
  margin-right: 8px;
  color: #000;
  background-color: #fff;
  border-radius: 50%;
  width: 63px;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-index_sns--item ul li a {
  color: #fff;
  text-decoration: none;
}
.p-index_sns--item ul li a:hover {
  opacity: 0.8;
}
.p-index_sns__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.p-index_action {
  font-size: 16px;
  margin: 50px 2% 0 2%;
}
@media (max-width: 768px) {
  .p-index_action {
    margin: 0;
    margin-bottom: 50px;
  }
}
.p-index_action--wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-index_action--item {
  width: 49%;
}
@media (max-width: 768px) {
  .p-index_action--item {
    width: 90%;
    margin-left: 5%;
    margin-bottom: 10px;
  }
}
.p-index_action--item img {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .p-index_picture__slider {
    height: 320px !important;
  }
  .scroll-infinity__wrap.u-fadeinup {
    opacity: 1 !important;
    transform: none !important;
  }
  .scroll-infinity__list {
    will-change: transform;
    transform: translateZ(0);
  }
  .p-index_picture__slider {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  .p-index_picture__slider .swiper-wrapper {
    transition-timing-function: linear !important;
  }
  .p-index_picture__slider .swiper-slide {
    width: auto;
    z-index: 2;
  }
  .p-index_picture__item {
    width: auto;
    height: auto;
    position: relative;
    z-index: 2;
    text-align: center;
    opacity: 0;
    filter: blur(10px);
    transition: all 0.8s ease;
    width: auto !important;
    flex-shrink: 0;
    will-change: transform, opacity, filter;
  }
  .p-index_picture__item.is-visible {
    opacity: 1;
    filter: blur(0);
  }
  .p-index_picture__item img {
    margin-top: -50px;
    width: auto;
    height: auto;
    max-width: none;
    will-change: transform;
    transform: translateZ(0);
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .p-index_picture__item img {
    margin-top: 0px;
  }
}
@media (max-width: 768px) {
  .p-index_picture + .scroll-infinity__wrap {
    margin-top: -230px;
    position: relative;
    z-index: 1;
  }
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes infinity-scroll-right {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
.scroll-infinity__container {
  display: flex;
  flex-direction: column;
  background-color: #191f20;
}

.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 1;
}

.scroll-infinity__list {
  display: flex;
  flex-shrink: 0;
  height: 200px;
}
.scroll-infinity__list img {
  height: 200px;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}

.scroll-infinity__list--left {
  animation: infinity-scroll-left 30s infinite linear;
}

.scroll-infinity__list--left-pc {
  animation: infinity-scroll-left 30s infinite linear;
}

.scroll-infinity__list--right {
  animation: infinity-scroll-right 30s infinite linear;
  transform: translateX(-50%);
}

.sticky-sections {
  position: relative;
}
.sticky-sections .sticky-section {
  position: sticky;
  top: 80px;
  min-height: 100vh;
  z-index: 1;
  background: #9cb2d9;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.sticky-sections__title {
  position: sticky;
  top: 0;
  z-index: 10;
  background: #fff;
  padding: 30px 0 10px 0;
  text-align: center;
}

#interview-swiper .custom-navigation .custom-prev-btn,
#interview-swiper .custom-navigation .custom-next-btn {
  width: 35px;
  height: 35px;
  background: #2f4c85 !important;
  color: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#interview-swiper .custom-navigation .custom-prev-btn:hover,
#interview-swiper .custom-navigation .custom-next-btn:hover {
  transform: scale(1.05);
  background: #1a2f5a !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
#interview-swiper .custom-navigation .custom-prev-btn:active,
#interview-swiper .custom-navigation .custom-next-btn:active {
  transform: scale(0.95);
}
#interview-swiper .custom-navigation .custom-prev-btn.disabled, #interview-swiper .custom-navigation .custom-prev-btn:disabled, #interview-swiper .custom-navigation .custom-prev-btn.swiper-button-disabled, #interview-swiper .custom-navigation .custom-prev-btn[aria-disabled=true],
#interview-swiper .custom-navigation .custom-next-btn.disabled,
#interview-swiper .custom-navigation .custom-next-btn:disabled,
#interview-swiper .custom-navigation .custom-next-btn.swiper-button-disabled,
#interview-swiper .custom-navigation .custom-next-btn[aria-disabled=true] {
  background: #ccc !important;
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: none;
}
#interview-swiper .custom-navigation .custom-prev-btn.disabled:hover, #interview-swiper .custom-navigation .custom-prev-btn:disabled:hover, #interview-swiper .custom-navigation .custom-prev-btn.swiper-button-disabled:hover, #interview-swiper .custom-navigation .custom-prev-btn[aria-disabled=true]:hover,
#interview-swiper .custom-navigation .custom-next-btn.disabled:hover,
#interview-swiper .custom-navigation .custom-next-btn:disabled:hover,
#interview-swiper .custom-navigation .custom-next-btn.swiper-button-disabled:hover,
#interview-swiper .custom-navigation .custom-next-btn[aria-disabled=true]:hover {
  transform: none;
  background: #ccc !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#interview-swiper .custom-navigation .custom-prev-btn.disabled:active, #interview-swiper .custom-navigation .custom-prev-btn:disabled:active, #interview-swiper .custom-navigation .custom-prev-btn.swiper-button-disabled:active, #interview-swiper .custom-navigation .custom-prev-btn[aria-disabled=true]:active,
#interview-swiper .custom-navigation .custom-next-btn.disabled:active,
#interview-swiper .custom-navigation .custom-next-btn:disabled:active,
#interview-swiper .custom-navigation .custom-next-btn.swiper-button-disabled:active,
#interview-swiper .custom-navigation .custom-next-btn[aria-disabled=true]:active {
  transform: none;
}
#interview-swiper .custom-navigation .custom-prev-btn[aria-disabled=false], #interview-swiper .custom-navigation .custom-prev-btn:not([aria-disabled=true]):not(.disabled):not(:disabled):not(.swiper-button-disabled),
#interview-swiper .custom-navigation .custom-next-btn[aria-disabled=false],
#interview-swiper .custom-navigation .custom-next-btn:not([aria-disabled=true]):not(.disabled):not(:disabled):not(.swiper-button-disabled) {
  background: #2f4c85 !important;
  cursor: pointer;
}

@media (max-width: 768px) {
  .footer-logo {
    height: 120px !important;
  }
  .footer-logo img {
    width: 1200px !important;
    height: auto !important;
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
}
.p-index {
  font-family: "Noto Sans JP";
  font-family: "Noto Sans JP";
}
.p-index a {
  color: #404040;
}
.p-index_kv {
  line-height: 0em;
  background-image: linear-gradient(90deg, #a7c3d8, #cce7f9);
  position: relative;
  margin-bottom: 40px;
}
.p-index_kv__loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  opacity: 1;
  transition: opacity 0.9s ease-in-out;
}
.p-index_kv__loading.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.p-index_kv__loading .kv-loading-logo {
  max-width: 260px;
  height: auto;
  animation: loadingPulse 2s ease-in-out infinite;
}
@keyframes loadingPulse {
  0%, 100% {
    opacity: 0.9;
    transform: scale(0.9);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
}
.p-index_kv--title {
  position: absolute;
  bottom: 4%;
  width: 100%;
  z-index: 10;
}
@media (max-width: 768px) {
  .p-index_kv--title {
    bottom: 0;
  }
}
.p-index_kv--title .kv-logo-img-sp {
  display: none;
}
@media (max-width: 768px) {
  .p-index_kv--title .kv-logo-img-sp {
    display: block;
  }
}
.p-index_kv--title .kv-logo-img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
@media (max-width: 768px) {
  .p-index_kv--title .kv-logo-img {
    display: none;
  }
}
.p-index_kv--title .kv-logo-img-sp {
  display: none;
}
@media (max-width: 768px) {
  .p-index_kv--title .kv-logo-img-sp {
    display: block;
    max-width: 100%;
    text-align: center;
  }
}
.p-index_kv--title01 {
  position: absolute;
  bottom: 50px;
  right: 40%;
  z-index: 10;
}
.p-index_kv--title01 img {
  width: auto;
  height: auto;
  max-width: 80%;
}
.p-index_kv--title02 {
  position: absolute;
  bottom: 50px;
  left: 54%;
  z-index: 10;
}
.p-index_kv--title02 img {
  width: auto;
  height: auto;
  max-width: 80%;
}
.p-index_kv__slider {
  width: 100%;
  height: 800px;
  overflow: hidden;
}
.p-index_kv__slider .swiper-wrapper {
  align-items: center;
  display: flex;
}
.p-index_kv__slider--item--img01 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100px);
  z-index: 2;
  width: 1600px;
  height: auto;
  background-size: cover;
  opacity: 0;
  filter: blur(10px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-index_kv__slider--item--img01 img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .p-index_kv__slider--item--img01 {
    width: 98vw !important;
    height: auto;
    left: 50%;
    transform: translateX(-50%) translateY(100px);
  }
}
.p-index_kv__slider--item--img02 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100px);
  z-index: 2;
  width: 1600px;
  height: auto;
  background-size: cover;
  opacity: 0;
  filter: blur(10px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-index_kv__slider--item--img02 img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .p-index_kv__slider--item--img02 {
    width: 98vw !important;
    height: auto;
    left: 50%;
    transform: translateX(-50%) translateY(100px);
  }
}
.p-index_kv__slider--bg {
  background: #093284;
  width: 100%;
  height: 80%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  filter: blur(0);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 0 0 rgba(9, 50, 132, 0);
  opacity: 1;
}
.p-index_kv__slider--bg.swiper-slide-transitioning {
  filter: blur(8px);
  box-shadow: 0 0 40px rgba(9, 50, 132, 0.8);
}
@media (max-width: 768px) {
  .p-index_kv__slider--bg {
    width: 200%;
    height: 70%;
    top: 60%;
  }
}
.p-index_kv__slider .slide-title {
  position: absolute;
  top: 500px;
  left: 10%;
  color: #404040;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.5019607843);
  opacity: 0;
  transform: translateY(30px) scale(0.9);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  filter: blur(5px);
}
.p-index_kv__slider .swiper-slide-active .slide-title {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}
.swiper-slide-active .p-index_kv__slider--item--img01, .swiper-slide-active .p-index_kv__slider--item--img02 {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  filter: blur(0);
}
@media (max-width: 768px) {
  .swiper-slide-active .p-index_kv__slider--item--img01, .swiper-slide-active .p-index_kv__slider--item--img02 {
    width: 1200px;
  }
}
.swiper-slide-active .p-index_kv__slider--bg {
  filter: blur(0);
  box-shadow: 0 0 0 rgba(9, 50, 132, 0);
  opacity: 1;
}
@media (max-width: 768px) {
  .swiper-slide-active .p-index_kv__slider--bg {
    opacity: 1 !important;
  }
}
.swiper-slide-active .p-index_kv__slider--bg.swiper-slide-transitioning {
  filter: blur(8px);
  box-shadow: 0 0 40px rgba(9, 50, 132, 0.8);
}
.swiper-slide .p-index_kv__slider--item--img01, .swiper-slide .p-index_kv__slider--item--img02 {
  opacity: 0;
  transform: translateX(-50%) translateY(100px);
  filter: blur(10px);
}
@media (max-width: 768px) {
  .swiper-slide .p-index_kv__slider--item--img01, .swiper-slide .p-index_kv__slider--item--img02 {
    width: 1200px;
  }
}
.swiper-slide .p-index_kv__slider--bg {
  filter: blur(0);
  box-shadow: 0 0 0 rgba(9, 50, 132, 0);
}
@media (max-width: 768px) {
  .swiper-slide .p-index_kv__slider--bg {
    opacity: 0;
  }
}
.p-index_kv__slider .swiper-slide .slide-title {
  opacity: 0;
  transform: translateY(30px) scale(0.9);
  filter: blur(5px);
}
.p-index_kv__slider .swiper-button-next,
.p-index_kv__slider .swiper-button-prev {
  color: white;
  background: rgba(255, 255, 255, 0.2);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.p-index_kv__slider .swiper-button-next:hover,
.p-index_kv__slider .swiper-button-prev:hover {
  background: rgba(255, 255, 255, 0.3);
}
.p-index_kv__slider .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.p-index_kv__slider .swiper-pagination-bullet-active {
  background: white;
}
@media (max-width: 768px) {
  .p-index_kv__slider {
    height: min(667px, 100svh);
  }
  .p-index_kv__slider .slide-title {
    font-size: 1.5rem;
  }
  .p-index_kv__slider .slide-content {
    bottom: 15%;
  }
}
.p-index_kv .c-button-new--white {
  position: absolute;
  bottom: 50%;
  left: calc(50% - 450px);
  transform: translate(-50%, 0);
  z-index: 10;
}
@media (max-width: 768px) {
  .p-index_kv .c-button-new--white {
    display: none;
  }
}
.p-index_topics__slider {
  position: relative;
  margin-bottom: 30px;
  margin: 10px 0 0 10%;
  padding-bottom: 50px;
  overflow: hidden;
}
.p-index_topics__slider .swiper-slide img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}
.p-index_topics__slider .swiper-slide img:hover {
  transform: scale(1.05);
}
.p-index_topics__slider .progress-navigation-container {
  position: absolute;
  bottom: 15px;
  left: 0%;
  right: 10%;
  width: 90%;
  display: flex;
  align-items: center;
  z-index: 10;
  margin: 0;
  padding: 0;
  overflow: visible;
}
.p-index_topics__slider .swiper-pagination-progressbar {
  flex: 1;
  height: 10px;
  background: #d8dadc;
  border-radius: 4px;
  margin: 0;
  display: block;
  visibility: visible;
  opacity: 1;
  box-sizing: border-box;
  z-index: 10;
  margin-right: 90px;
  position: relative;
}
.p-index_topics__slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #2f4c85;
  border-radius: 4px;
  transition: transform 0.3s ease;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}
.p-index_topics__slider .custom-navigation {
  display: flex;
  gap: 8px;
  z-index: 12;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 4px;
  padding: 2px;
  overflow: visible;
}
.p-index_topics__slider .custom-prev-btn,
.p-index_topics__slider .custom-next-btn {
  width: 35px;
  height: 35px;
  background: #2f4c85;
  color: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background: #1a2f5a;
}
.p-index_topics__slider .custom-prev-btn:hover,
.p-index_topics__slider .custom-next-btn:hover {
  transform: scale(1.05);
  background: #1a2f5a;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.p-index_topics__slider .custom-prev-btn:active,
.p-index_topics__slider .custom-next-btn:active {
  transform: scale(0.95);
}
.p-index_topics__slider .custom-prev-btn.disabled, .p-index_topics__slider .custom-prev-btn:disabled, .p-index_topics__slider .custom-prev-btn.swiper-button-disabled, .p-index_topics__slider .custom-prev-btn[aria-disabled=true],
.p-index_topics__slider .custom-next-btn.disabled,
.p-index_topics__slider .custom-next-btn:disabled,
.p-index_topics__slider .custom-next-btn.swiper-button-disabled,
.p-index_topics__slider .custom-next-btn[aria-disabled=true] {
  background: #ccc !important;
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: none;
}
.p-index_topics__slider .custom-prev-btn.disabled:hover, .p-index_topics__slider .custom-prev-btn:disabled:hover, .p-index_topics__slider .custom-prev-btn.swiper-button-disabled:hover, .p-index_topics__slider .custom-prev-btn[aria-disabled=true]:hover,
.p-index_topics__slider .custom-next-btn.disabled:hover,
.p-index_topics__slider .custom-next-btn:disabled:hover,
.p-index_topics__slider .custom-next-btn.swiper-button-disabled:hover,
.p-index_topics__slider .custom-next-btn[aria-disabled=true]:hover {
  transform: none;
  background: #ccc !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.p-index_topics__slider .custom-prev-btn.disabled:active, .p-index_topics__slider .custom-prev-btn:disabled:active, .p-index_topics__slider .custom-prev-btn.swiper-button-disabled:active, .p-index_topics__slider .custom-prev-btn[aria-disabled=true]:active,
.p-index_topics__slider .custom-next-btn.disabled:active,
.p-index_topics__slider .custom-next-btn:disabled:active,
.p-index_topics__slider .custom-next-btn.swiper-button-disabled:active,
.p-index_topics__slider .custom-next-btn[aria-disabled=true]:active {
  transform: none;
}
.p-index_topics__slider .custom-prev-btn[aria-disabled=false], .p-index_topics__slider .custom-prev-btn:not([aria-disabled=true]):not(.disabled):not(:disabled):not(.swiper-button-disabled),
.p-index_topics__slider .custom-next-btn[aria-disabled=false],
.p-index_topics__slider .custom-next-btn:not([aria-disabled=true]):not(.disabled):not(:disabled):not(.swiper-button-disabled) {
  background: #2f4c85 !important;
  cursor: pointer;
}
.p-index_topics__slider .custom-prev-btn img,
.p-index_topics__slider .custom-next-btn img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.p-index_topics__slider .custom-prev-btn {
  background: #2f4c85;
}
.p-index_topics__slider .custom-prev-btn img {
  transform: rotate(180deg);
}
.p-index_news {
  font-size: 16px;
  margin: 50px 10% 0 10%;
}
.p-index_news a {
  color: #404040 !important;
}
.p-index_news__list {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
  background-image: url("../img/top/icon_arrow.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 23px;
  padding-right: 30px;
}
@media (max-width: 768px) {
  .p-index_news__list {
    padding-right: 0px;
    background-image: none;
  }
}
.p-index_news__date {
  font-size: 16px;
  color: #8e9191;
  margin-bottom: 10px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .p-index_news__date {
    font-size: 12px;
    margin-right: 10px;
  }
}
.p-index_news__category {
  font-size: 12px;
  color: #8e9191;
  border: 1px solid #d8dadc;
  padding: 2px 10px;
  margin-bottom: 10px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .p-index_news__category {
    font-size: 10px;
    margin-right: 10px;
    padding-top: 2px;
  }
}
.p-index_news__title {
  font-size: 16px;
}
@media (max-width: 768px) {
  .p-index_news__title {
    font-size: 13px;
  }
}
.p-index_4year {
  font-size: 16px;
  margin: 115px 10% -3% 10%;
  display: flex;
  flex-wrap: wrap;
}
.p-index_4year--more {
  color: #093284;
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 20px;
  position: relative;
  text-align: right;
}
@media (max-width: 768px) {
  .p-index_4year--more {
    font-size: 14px;
    margin-right: 10%;
    text-decoration: underline;
  }
}
.p-index_4year--more:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  padding-right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../img/top/icon_arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  vertical-align: middle;
}
.p-index_4year__title {
  font-size: 48px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5em;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .p-index_4year__title {
    font-size: 30px;
    margin-bottom: 0px;
  }
}
.p-index_4year__text {
  font-size: 16px;
  padding: 20px 0;
  line-height: 2em;
}
@media (max-width: 768px) {
  .p-index_4year__text {
    font-size: 14px;
  }
}
.p-index_4year__item {
  width: 50%;
}
@media (max-width: 768px) {
  .p-index_4year__item {
    width: 100%;
  }
}
.p-index_4year__item figure {
  margin-top: 20%;
  margin-left: -10%;
  margin-right: -10%;
}
@media (max-width: 768px) {
  .p-index_4year__item figure {
    margin-top: 0;
  }
}
.p-index_4year__item img {
  width: 100%;
  height: auto;
}
.p-index_4year__item:first-child {
  padding-left: 5%;
}
.p-index_picture {
  font-size: 16px;
  position: relative;
  height: 430px;
  z-index: 10;
}
@media (max-width: 768px) {
  .p-index_picture {
    padding-top: 50px;
    height: 320px;
  }
}
.p-index_picture__slider {
  position: absolute;
  width: 100%;
  height: 430px;
  will-change: transform;
  transform: translateZ(0);
}
.p-index_picture__slider .swiper-wrapper {
  transition-timing-function: linear !important;
}
@media (max-width: 768px) {
  .p-index_picture__slider {
    height: auto !important;
  }
  .p-index_picture__slider img {
    height: auto;
  }
}
.p-index_picture__item {
  text-align: center;
  opacity: 0;
  filter: blur(10px);
  transform: scale(0.8) translateY(100px);
  transition: all 0.8s ease;
  width: auto !important;
  flex-shrink: 0;
  will-change: transform, opacity, filter;
}
@media (max-width: 768px) {
  .p-index_picture__item {
    width: auto;
    height: auto;
  }
}
.p-index_picture__item.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: scale(1) translateY(var(--random-y, 0px)) translateZ(0);
}
.p-index_picture__item img {
  max-width: none;
  width: auto;
  height: auto;
  will-change: transform;
  transform: translateZ(0);
}
.p-index_courses {
  font-size: 16px;
  margin: 50px 0 0 0;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: visible !important;
}
@media (max-width: 768px) {
  .p-index_courses {
    margin-bottom: 100px;
  }
}
.l-main .p-index_courses {
  overflow: visible !important;
}
.p-index_courses * {
  overflow: visible !important;
}
.p-index_courses__title {
  padding-left: 15%;
  font-size: 48px;
  font-family: "Noto Serif JP", serif;
  margin-top: 170px;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .p-index_courses__title {
    display: none;
  }
}
.p-index_courses .courses-sticky-container {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  overflow: visible !important;
}
@media (max-width: 768px) {
  .p-index_courses .courses-sticky-container {
    padding-top: 0px;
  }
}
.p-index_courses .courses-sticky-item {
  width: 94vw;
  left: 3vw;
  position: sticky;
  top: 0;
  height: 680px;
  display: flex;
  align-items: center;
  justify-content: center;
  will-change: opacity, transform, filter, scale, border-radius;
  transition: none;
  transform-origin: center center;
}
@media (max-width: 768px) {
  .p-index_courses .courses-sticky-item {
    height: 440px;
    display: block;
    margin-bottom: 10px;
  }
  .p-index_courses .courses-sticky-item:after {
    content: url("../img/top/icon_plus.svg");
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
}
.p-index_courses .courses-sticky-item[data-course="0"] {
  overflow: visible !important;
  z-index: 1;
}
.p-index_courses .courses-sticky-item[data-course="0"] .p-index_courses__item {
  background-color: #9cb2d9;
  background-image: url("../img/top/img_world1.jpg");
  background-position: right bottom;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-color: #9cb2d9;
  min-height: 680px;
  padding: 5% 60% 5% 5%;
  width: 100%;
  max-width: none;
  transform-origin: center center;
  will-change: transform, filter, border-radius;
}
@media (max-width: 768px) {
  .p-index_courses .courses-sticky-item[data-course="0"] .p-index_courses__item {
    min-height: 440px;
    padding: 50% 5% 5% 5%;
    background-size: 100%;
    background-image: url("../img/top/img_world1_sp.jpg");
    background-size: cover;
  }
}
.p-index_courses .courses-sticky-item[data-course="1"] {
  overflow: visible !important;
  z-index: 2;
}
.p-index_courses .courses-sticky-item[data-course="1"] .p-index_courses__item {
  background-image: url("../img/top/img_world2.jpg");
  background-position: right bottom;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-color: #9cb2d9;
  min-height: 680px;
  padding: 2.5% 60% 2.5% 5%;
  width: 100%;
  max-width: none;
  transform-origin: center center;
  will-change: transform, filter, border-radius;
}
@media (max-width: 768px) {
  .p-index_courses .courses-sticky-item[data-course="1"] .p-index_courses__item {
    min-height: 440px;
    padding: 35% 5% 5% 5%;
    background-size: 100%;
    background-image: url("../img/top/img_world2_sp.jpg");
    background-size: cover;
  }
}
.p-index_courses .courses-sticky-item[data-course="2"] {
  overflow: visible !important;
  z-index: 3;
}
.p-index_courses .courses-sticky-item[data-course="2"] .p-index_courses__item {
  background-image: url("../img/top/img_world3.jpg");
  background-position: right bottom;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-color: #9cb2d9;
  min-height: 680px;
  padding: 2.5% 60% 2.5% 5%;
  width: 100%;
  max-width: none;
  transform-origin: center center;
  will-change: transform, filter, border-radius;
}
@media (max-width: 768px) {
  .p-index_courses .courses-sticky-item[data-course="2"] .p-index_courses__item {
    min-height: 440px;
    padding: 35% 5% 5% 5%;
    background-size: 100%;
    background-image: url("../img/top/img_world3_sp.jpg");
    background-size: cover;
  }
}
.p-index_courses .courses-sticky-item[data-course="3"] {
  overflow: visible !important;
  z-index: 4;
}
.p-index_courses .courses-sticky-item[data-course="3"] .p-index_courses__item {
  background-image: url("../img/top/img_world4.jpg");
  background-position: right bottom;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-color: #9cb2d9;
  min-height: 680px;
  padding: 5% 60% 5% 5%;
  width: 100%;
  max-width: none;
  transform-origin: center center;
  will-change: transform, filter, border-radius;
}
@media (max-width: 768px) {
  .p-index_courses .courses-sticky-item[data-course="3"] .p-index_courses__item {
    min-height: 440px;
    margin-top: 0;
    padding: 48% 5% 5% 5%;
    background-size: 100%;
    background-image: url("../img/top/img_world4_sp.jpg");
    background-size: cover;
  }
}
.p-index_courses__item {
  line-height: 2em;
  margin-bottom: 20px;
  width: 100%;
  max-width: none;
  padding: 5% 60% 5% 5%;
  background-color: #9cb2d9;
  min-height: 800px;
}
@media (max-width: 768px) {
  .p-index_courses__item--number {
    font-size: 12px;
  }
}
.p-index_courses__item--world {
  font-size: 70px;
  font-family: "Bellefair", serif;
  line-height: 1.1em;
  margin-bottom: 10px;
  letter-spacing: -0.05em;
}
@media (max-width: 768px) {
  .p-index_courses__item--world {
    font-size: 48px;
    margin-bottom: 0;
    line-height: 1em;
  }
}
.p-index_courses__item--world02 {
  font-size: 16px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-index_courses__item--world02 {
    font-size: 10px;
    margin-bottom: 10px;
  }
}
.p-index_courses__item--title {
  font-size: 30px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .p-index_courses__item--title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.p-index_courses__item--text {
  font-size: 16px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-index_courses__item--text {
    display: none;
  }
}
@media (max-width: 768px) {
  .p-index_courses__item .c-button-new--white {
    padding: 10px;
    width: 80% !important;
    margin: 10px 10%;
    background-color: rgba(13, 53, 127, 0.062745098);
    font-size: 13px;
    display: none;
  }
}
.p-index_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(146, 146, 146, 0.8);
  z-index: 40001;
  scrollbar-width: 16px;
  scrollbar-color: #093284 #f0f0f0;
}
@media (max-width: 768px) {
  .p-index_modal {
    padding: 10px 10px 100px 10px;
  }
}
.p-index_modal--number {
  font-size: 15px;
  padding-top: 40px;
  max-width: 1072px;
  margin-bottom: 10px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-index_modal--number {
    font-size: 12px;
    padding-top: 0;
  }
}
.p-index_modal--world {
  max-width: 1072px;
  margin: 0 auto;
  font-size: 70px;
  font-family: "Bellefair", serif;
  line-height: 1.1em;
  margin-bottom: 10px;
  letter-spacing: -0.05em;
}
@media (max-width: 768px) {
  .p-index_modal--world {
    font-size: 48px;
    margin-bottom: 10px;
    line-height: 1em;
  }
}
.p-index_modal--world02 {
  max-width: 1072px;
  margin: 0 auto;
  font-size: 16px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-index_modal--world02 {
    font-size: 10px;
    margin-bottom: 30px;
  }
}
.p-index_modal::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}
.p-index_modal::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 8px;
}
.p-index_modal::-webkit-scrollbar-thumb {
  background: #093284;
  border-radius: 8px;
  border: 2px solid #f0f0f0;
}
.p-index_modal::-webkit-scrollbar-thumb:hover {
  background: #093284;
}
.p-index_modal::-webkit-scrollbar-corner {
  background: #f0f0f0;
}
.p-index_modal__close {
  position: absolute;
  top: 8vw;
  right: 8vw;
  width: 30px;
  height: 30px;
  z-index: 40001;
  cursor: pointer;
}
@media (max-width: 768px) {
  .p-index_modal__close {
    top: auto;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
  }
}
.p-index_modal__course--wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
  max-width: 1024px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 768px) {
  .p-index_modal__course--wrap {
    display: block;
  }
}
.p-index_modal__course--wrap a {
  width: 49%;
}
.p-index_modal__course {
  width: 100%;
  margin-right: 7px;
  margin-bottom: 10px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #e9ecee;
}
@media (max-width: 768px) {
  .p-index_modal__course {
    width: 100%;
    margin-bottom: 10px;
  }
}
.p-index_modal__course--image {
  width: 25%;
  padding: 10px;
}
.p-index_modal__course--text {
  padding: 10px;
  width: 70%;
  color: #000;
  display: table-cell;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translateY(-50%);
  padding-right: 20px;
}
.p-index_modal__course--text:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: -15px;
  right: -15px;
  background-image: url("../img/top/icon_arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .p-index_modal__course--text:after {
    bottom: -5px;
    right: -10px;
    width: 30px;
    height: 30px;
    background-size: 25px;
  }
}
.p-index_modal__course--text h3 {
  font-size: 16px;
  margin-bottom: 0em;
}
@media (max-width: 768px) {
  .p-index_modal__course--text h3 {
    font-size: 12px;
  }
}
.p-index_modal__course--text p {
  margin-top: 5px !important;
  font-size: 14px;
}
@media (max-width: 768px) {
  .p-index_modal__course--text p {
    font-size: 10px;
  }
}
.p-index_modal__course--text p span {
  background-color: #fff;
  color: #000;
  padding: 2px 5px;
  margin-right: 5px;
}
.p-index_modal__course--number {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .p-index_modal__course--number {
    font-size: 12px;
  }
}
.p-index_modal__course--world {
  font-size: 70px;
  font-family: "Bellefair", serif;
  line-height: 1.1em;
  margin-bottom: 10px;
  letter-spacing: -0.05em;
}
@media (max-width: 768px) {
  .p-index_modal__course--world {
    font-size: 48px;
    margin-bottom: 10px;
    line-height: 1em;
  }
}
.p-index_modal__course--world02 {
  font-size: 16px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-index_modal__course--world02 {
    font-size: 10px;
    margin-bottom: 30px;
  }
}
.p-index_modal__musican {
  display: none;
  scrollbar-width: 16px;
  background-color: #fff;
  padding: 20px 20px;
  height: 85vh;
  overflow-y: scroll !important;
  margin: 5% 2%;
}
.p-index_modal__danceactor {
  display: none;
  scrollbar-width: 16px;
  background-color: #fff;
  padding: 20px 20px;
  overflow-y: scroll !important;
  height: 85vh;
  margin: 5% 2%;
}
.p-index_modal__soundcreator {
  display: none;
  scrollbar-width: 16px;
  background-color: #fff;
  padding: 20px 20px;
  overflow-y: scroll !important;
  height: 85vh;
  margin: 5% 2%;
}
.p-index_modal__concert {
  display: none;
  scrollbar-width: 16px;
  background-color: #fff;
  padding: 20px 20px;
  overflow-y: scroll !important;
  height: 85vh;
  margin: 5% 2%;
}
.p-index_opencampus {
  background-color: #0d357f;
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  margin: 160px 0% 100px 0%;
  padding: 180px 10%;
  background-image: url("../img/top/bg_oc.png");
  background-position: right top;
  background-repeat: no-repeat;
}
.p-index_opencampus--subtitle {
  font-size: 24px;
  margin-bottom: 1em;
}
.p-index_opencampus--subtitle:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 20px;
  background-image: url("../img/top/icon_o.svg");
  background-repeat: no-repeat;
  background-position: 0px 3px;
}
.p-index_opencampus--title {
  font-size: 112px;
  font-family: "Bellefair", serif;
  line-height: 1.2em;
  margin-bottom: 10px;
  letter-spacing: -0.05em;
}
@media (max-width: 768px) {
  .p-index_opencampus--title {
    font-size: 48px;
  }
}
.p-index_opencampus--title span:after {
  content: "";
  display: inline-block;
  width: 70px;
  height: 60px;
  background-image: url("../img/top/icon_star.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.p-index_opencampus--title02 {
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 30px;
}
.p-index_opencampus--text {
  font-size: 16px;
  margin-bottom: 40px;
}
.p-index_opencampus--subtitle02 {
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 30px;
}
.p-index_field__wrap a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
  background-color: #e9ecee;
}
.p-index_field__item:nth-child(1) {
  width: 30%;
  padding: 5px;
}
.p-index_field__item:nth-child(2) {
  width: 70%;
  color: #404040;
  font-size: 14px;
  display: flex;
  align-items: center;
  padding-left: 10px;
  font-family: "Noto Serif JP", serif;
  background-image: url("../img/top/icon_arrow.svg");
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: bottom 5px right 5px;
}
.p-index_field__slider {
  position: relative;
  padding-bottom: 20px;
  overflow: hidden;
  margin-bottom: 50px;
}
.p-index_field__slider .progress-navigation-container {
  position: absolute;
  bottom: 15px;
  left: 0%;
  right: 10%;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 10;
  margin: 0;
  padding: 0;
  overflow: visible;
}
.p-index_field__slider .swiper-pagination-progressbar {
  flex: 1;
  height: 10px;
  background: #d8dadc;
  border-radius: 4px;
  margin: 0;
  display: block;
  visibility: visible;
  opacity: 1;
  box-sizing: border-box;
  z-index: 10;
  margin-right: 90px;
  position: relative;
}
.p-index_field__slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #2f4c85;
  border-radius: 4px;
  transition: transform 0.3s ease;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}
.p-index_field__slider .custom-navigation {
  display: flex;
  gap: 8px;
  z-index: 12;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 4px;
  padding: 2px;
  overflow: visible;
}
.p-index_field__slider .custom-prev-btn,
.p-index_field__slider .custom-next-btn {
  width: 35px;
  height: 35px;
  background: #2f4c85;
  color: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.p-index_field__slider .custom-prev-btn:hover,
.p-index_field__slider .custom-next-btn:hover {
  transform: scale(1.05);
  background: #1a2f5a;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.p-index_field__slider .custom-prev-btn:active,
.p-index_field__slider .custom-next-btn:active {
  transform: scale(0.95);
}
.p-index_field__slider .custom-prev-btn.disabled, .p-index_field__slider .custom-prev-btn:disabled, .p-index_field__slider .custom-prev-btn.swiper-button-disabled, .p-index_field__slider .custom-prev-btn[aria-disabled=true],
.p-index_field__slider .custom-next-btn.disabled,
.p-index_field__slider .custom-next-btn:disabled,
.p-index_field__slider .custom-next-btn.swiper-button-disabled,
.p-index_field__slider .custom-next-btn[aria-disabled=true] {
  background: #ccc !important;
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: none;
}
.p-index_field__slider .custom-prev-btn.disabled:hover, .p-index_field__slider .custom-prev-btn:disabled:hover, .p-index_field__slider .custom-prev-btn.swiper-button-disabled:hover, .p-index_field__slider .custom-prev-btn[aria-disabled=true]:hover,
.p-index_field__slider .custom-next-btn.disabled:hover,
.p-index_field__slider .custom-next-btn:disabled:hover,
.p-index_field__slider .custom-next-btn.swiper-button-disabled:hover,
.p-index_field__slider .custom-next-btn[aria-disabled=true]:hover {
  transform: none;
  background: #ccc !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.p-index_field__slider .custom-prev-btn.disabled:active, .p-index_field__slider .custom-prev-btn:disabled:active, .p-index_field__slider .custom-prev-btn.swiper-button-disabled:active, .p-index_field__slider .custom-prev-btn[aria-disabled=true]:active,
.p-index_field__slider .custom-next-btn.disabled:active,
.p-index_field__slider .custom-next-btn:disabled:active,
.p-index_field__slider .custom-next-btn.swiper-button-disabled:active,
.p-index_field__slider .custom-next-btn[aria-disabled=true]:active {
  transform: none;
}
.p-index_field__slider .custom-prev-btn[aria-disabled=false], .p-index_field__slider .custom-prev-btn:not([aria-disabled=true]):not(.disabled):not(:disabled):not(.swiper-button-disabled),
.p-index_field__slider .custom-next-btn[aria-disabled=false],
.p-index_field__slider .custom-next-btn:not([aria-disabled=true]):not(.disabled):not(:disabled):not(.swiper-button-disabled) {
  background: #2f4c85 !important;
  cursor: pointer;
}
.p-index_field__slider .custom-prev-btn img,
.p-index_field__slider .custom-next-btn img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.p-index_field__slider .custom-prev-btn {
  background: #2f4c85;
}
.p-index_field__slider .custom-prev-btn img {
  transform: rotate(180deg);
}
.p-index_oc {
  padding: 50px 10%;
}
.p-index_oc__slider {
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 50px;
  overflow: hidden;
}
.p-index_oc__slider .progress-navigation-container {
  position: absolute;
  bottom: 15px;
  left: 0%;
  right: 10%;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 10;
  margin: 0;
  padding: 0;
  overflow: visible;
}
.p-index_oc__slider .swiper-pagination-progressbar {
  flex: 1;
  height: 10px;
  background: #d8dadc;
  border-radius: 4px;
  margin: 0;
  display: block;
  visibility: visible;
  opacity: 1;
  box-sizing: border-box;
  z-index: 10;
  margin-right: 90px;
  position: relative;
}
.p-index_oc__slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #2f4c85;
  border-radius: 4px;
  transition: transform 0.3s ease;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}
.p-index_oc__slider .custom-navigation {
  display: flex;
  gap: 8px;
  z-index: 12;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 4px;
  padding: 2px;
  overflow: visible;
}
.p-index_oc__slider .custom-prev-btn,
.p-index_oc__slider .custom-next-btn {
  width: 35px;
  height: 35px;
  background: #2f4c85;
  color: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.p-index_oc__slider .custom-prev-btn:hover,
.p-index_oc__slider .custom-next-btn:hover {
  transform: scale(1.05);
  background: #1a2f5a;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.p-index_oc__slider .custom-prev-btn:active,
.p-index_oc__slider .custom-next-btn:active {
  transform: scale(0.95);
}
.p-index_oc__slider .custom-prev-btn.disabled, .p-index_oc__slider .custom-prev-btn:disabled, .p-index_oc__slider .custom-prev-btn.swiper-button-disabled, .p-index_oc__slider .custom-prev-btn[aria-disabled=true],
.p-index_oc__slider .custom-next-btn.disabled,
.p-index_oc__slider .custom-next-btn:disabled,
.p-index_oc__slider .custom-next-btn.swiper-button-disabled,
.p-index_oc__slider .custom-next-btn[aria-disabled=true] {
  background: #ccc !important;
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: none;
}
.p-index_oc__slider .custom-prev-btn.disabled:hover, .p-index_oc__slider .custom-prev-btn:disabled:hover, .p-index_oc__slider .custom-prev-btn.swiper-button-disabled:hover, .p-index_oc__slider .custom-prev-btn[aria-disabled=true]:hover,
.p-index_oc__slider .custom-next-btn.disabled:hover,
.p-index_oc__slider .custom-next-btn:disabled:hover,
.p-index_oc__slider .custom-next-btn.swiper-button-disabled:hover,
.p-index_oc__slider .custom-next-btn[aria-disabled=true]:hover {
  transform: none;
  background: #ccc !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.p-index_oc__slider .custom-prev-btn.disabled:active, .p-index_oc__slider .custom-prev-btn:disabled:active, .p-index_oc__slider .custom-prev-btn.swiper-button-disabled:active, .p-index_oc__slider .custom-prev-btn[aria-disabled=true]:active,
.p-index_oc__slider .custom-next-btn.disabled:active,
.p-index_oc__slider .custom-next-btn:disabled:active,
.p-index_oc__slider .custom-next-btn.swiper-button-disabled:active,
.p-index_oc__slider .custom-next-btn[aria-disabled=true]:active {
  transform: none;
}
.p-index_oc__slider .custom-prev-btn[aria-disabled=false], .p-index_oc__slider .custom-prev-btn:not([aria-disabled=true]):not(.disabled):not(:disabled):not(.swiper-button-disabled),
.p-index_oc__slider .custom-next-btn[aria-disabled=false],
.p-index_oc__slider .custom-next-btn:not([aria-disabled=true]):not(.disabled):not(:disabled):not(.swiper-button-disabled) {
  background: #2f4c85 !important;
  cursor: pointer;
}
.p-index_oc__slider .custom-prev-btn img,
.p-index_oc__slider .custom-next-btn img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.p-index_oc__slider .custom-prev-btn {
  background: #2f4c85 !important;
}
.p-index_oc__slider .custom-prev-btn img {
  transform: rotate(180deg);
}
.p-index_oc__slider--item {
  background-color: #e9ecee;
  color: #404040;
  padding: 10px 10px 40px 10px;
  line-height: 1.2em;
  font-family: "Noto Sans JP", serif;
  background-image: url("../img/top/icon_arrow.svg");
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: bottom 5px right 5px;
}
.p-index_oc__slider--image {
  padding-bottom: 10px;
}
.p-index_oc__slider--image img {
  max-width: 100% !important;
}
.p-index_oc__slider--title {
  font-size: 16px;
  margin-bottom: 10px;
}
.p-index_oc__slider--text {
  font-size: 12px;
}
.p-index_opencampus-sp {
  background-color: #0d357f;
  position: relative;
  color: #fff;
  font-size: 16px;
  margin: 50px 0% 100px 0%;
  padding: 50px 5%;
}
.p-index_opencampus-sp__wrap {
  position: relative;
  z-index: 1;
}
.p-index_opencampus-sp::after {
  content: url("../img/top/icon_oc.png");
  display: block;
  position: absolute;
  top: -100px;
  right: 0;
  z-index: 0;
}
.p-index_opencampus-sp--subtitle {
  font-size: 16px;
  margin-bottom: 1em;
}
.p-index_opencampus-sp--subtitle:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 20px;
  background-image: url("../img/top/icon_o.svg");
  background-repeat: no-repeat;
  background-position: 0px 4px;
}
.p-index_opencampus-sp__field {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}
.p-index_opencampus-sp__field--item {
  background-color: #fff;
  color: #404040;
  padding: 5px 20px 5px 10px;
  line-height: 1.2em;
  font-family: "Noto Sans JP", serif;
  position: relative;
  margin-right: 1.5%;
  margin-bottom: 4px !important;
  font-size: 13px;
  border-radius: 50px;
  position: relative;
}
.p-index_opencampus-sp__field--item:after {
  content: url("../img/top/chevron-right.svg");
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 5px;
}
.p-index_opencampus-sp--title {
  font-size: 112px;
  font-family: "Bellefair", serif;
  line-height: 1.2em;
  margin-bottom: 10px;
  letter-spacing: -0.05em;
}
@media (max-width: 768px) {
  .p-index_opencampus-sp--title {
    font-size: 48px;
  }
}
.p-index_opencampus-sp--title span:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../img/top/icon_star.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}
.p-index_opencampus-sp--title02 {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 30px;
}
.p-index_opencampus-sp--text {
  font-size: 16px;
  margin-bottom: 40px;
}
.p-index_opencampus-sp--subtitle02 {
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 30px;
}
.p-index_opencampus-sp .progress-navigation-container {
  position: absolute;
  bottom: 15px;
  left: 0%;
  right: 10%;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 10;
  margin: 0;
  padding: 0;
  overflow: visible;
}
.p-index_opencampus-sp .swiper-pagination-progressbar {
  flex: 1;
  height: 10px;
  background: #d8dadc;
  border-radius: 4px;
  margin: 0;
  display: block;
  visibility: visible;
  opacity: 1;
  box-sizing: border-box;
  z-index: 10;
  margin-right: 90px;
  position: relative;
}
.p-index_opencampus-sp .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #2f4c85;
  border-radius: 4px;
  transition: transform 0.3s ease;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}
.p-index_opencampus-sp .c-button-new--white {
  width: 310px !important;
}
.p-index_opencampus-sp .custom-navigation {
  display: flex;
  gap: 8px;
  z-index: 12;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 4px;
  padding: 2px;
  overflow: visible;
}
.p-index_opencampus-sp .custom-prev-btn,
.p-index_opencampus-sp .custom-next-btn {
  width: 35px;
  height: 35px;
  background: #2f4c85;
  color: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.p-index_opencampus-sp .custom-prev-btn:hover,
.p-index_opencampus-sp .custom-next-btn:hover {
  transform: scale(1.05);
  background: #1a2f5a;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.p-index_opencampus-sp .custom-prev-btn:active,
.p-index_opencampus-sp .custom-next-btn:active {
  transform: scale(0.95);
}
.p-index_opencampus-sp .custom-prev-btn img,
.p-index_opencampus-sp .custom-next-btn img {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
}
.p-index_opencampus-sp .custom-prev-btn {
  background: #2f4c85;
}
.p-index_opencampus-sp .custom-prev-btn img {
  transform: rotate(180deg);
}
.p-index_oc-sp {
  padding: 50px 10%;
}
.p-index_oc-sp__slider {
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 50px;
  overflow: hidden;
}
.p-index_oc-sp__slider .progress-navigation-container {
  position: absolute;
  bottom: 15px;
  left: 0%;
  right: 10%;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 10;
  margin: 0;
  padding: 0;
  overflow: visible;
}
.p-index_oc-sp__slider .swiper-pagination-progressbar {
  flex: 1;
  height: 10px;
  background: #d8dadc;
  border-radius: 4px;
  margin: 0;
  display: block;
  visibility: visible;
  opacity: 1;
  box-sizing: border-box;
  z-index: 10;
  margin-right: 90px;
  position: relative;
}
.p-index_oc-sp__slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #2f4c85;
  border-radius: 4px;
  transition: transform 0.3s ease;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}
.p-index_oc-sp__slider .custom-navigation {
  display: flex;
  gap: 8px;
  z-index: 12;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 4px;
  padding: 2px;
  overflow: visible;
}
.p-index_oc-sp__slider .custom-prev-btn,
.p-index_oc-sp__slider .custom-next-btn {
  width: 35px;
  height: 35px;
  background: #2f4c85;
  color: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.p-index_oc-sp__slider .custom-prev-btn:hover,
.p-index_oc-sp__slider .custom-next-btn:hover {
  transform: scale(1.05);
  background: #1a2f5a;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.p-index_oc-sp__slider .custom-prev-btn:active,
.p-index_oc-sp__slider .custom-next-btn:active {
  transform: scale(0.95);
}
.p-index_oc-sp__slider .custom-prev-btn.disabled, .p-index_oc-sp__slider .custom-prev-btn:disabled, .p-index_oc-sp__slider .custom-prev-btn.swiper-button-disabled, .p-index_oc-sp__slider .custom-prev-btn[aria-disabled=true],
.p-index_oc-sp__slider .custom-next-btn.disabled,
.p-index_oc-sp__slider .custom-next-btn:disabled,
.p-index_oc-sp__slider .custom-next-btn.swiper-button-disabled,
.p-index_oc-sp__slider .custom-next-btn[aria-disabled=true] {
  background: #ccc !important;
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: none;
}
.p-index_oc-sp__slider .custom-prev-btn.disabled:hover, .p-index_oc-sp__slider .custom-prev-btn:disabled:hover, .p-index_oc-sp__slider .custom-prev-btn.swiper-button-disabled:hover, .p-index_oc-sp__slider .custom-prev-btn[aria-disabled=true]:hover,
.p-index_oc-sp__slider .custom-next-btn.disabled:hover,
.p-index_oc-sp__slider .custom-next-btn:disabled:hover,
.p-index_oc-sp__slider .custom-next-btn.swiper-button-disabled:hover,
.p-index_oc-sp__slider .custom-next-btn[aria-disabled=true]:hover {
  transform: none;
  background: #ccc !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.p-index_oc-sp__slider .custom-prev-btn.disabled:active, .p-index_oc-sp__slider .custom-prev-btn:disabled:active, .p-index_oc-sp__slider .custom-prev-btn.swiper-button-disabled:active, .p-index_oc-sp__slider .custom-prev-btn[aria-disabled=true]:active,
.p-index_oc-sp__slider .custom-next-btn.disabled:active,
.p-index_oc-sp__slider .custom-next-btn:disabled:active,
.p-index_oc-sp__slider .custom-next-btn.swiper-button-disabled:active,
.p-index_oc-sp__slider .custom-next-btn[aria-disabled=true]:active {
  transform: none;
}
.p-index_oc-sp__slider .custom-prev-btn[aria-disabled=false], .p-index_oc-sp__slider .custom-prev-btn:not([aria-disabled=true]):not(.disabled):not(:disabled):not(.swiper-button-disabled),
.p-index_oc-sp__slider .custom-next-btn[aria-disabled=false],
.p-index_oc-sp__slider .custom-next-btn:not([aria-disabled=true]):not(.disabled):not(:disabled):not(.swiper-button-disabled) {
  background: #2f4c85 !important;
  cursor: pointer;
}
.p-index_oc-sp__slider .custom-prev-btn img,
.p-index_oc-sp__slider .custom-next-btn img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.p-index_oc-sp__slider .custom-prev-btn {
  background: #2f4c85 !important;
}
.p-index_oc-sp__slider .custom-prev-btn img {
  transform: rotate(180deg) !important;
}
.p-index_oc-sp__slider--item {
  color: #404040;
}
.p-index_oc-sp__slider--item li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #fff;
  margin-bottom: 10px;
  padding: 10px;
}
.p-index_oc-sp__slider--item li .p-index_oc__slider--title {
  font-size: 13px;
  line-height: 1.2em;
}
.p-index_oc-sp__slider--item li .p-index_oc__slider--text {
  font-size: 9px;
  line-height: 1.2em;
  color: #8e9191;
}
.p-index_oc-sp__slider--item li div:nth-child(1) {
  width: 40%;
}
.p-index_oc-sp__slider--item li div:nth-child(1) img {
  width: 100%;
  height: auto;
}
.p-index_oc-sp__slider--item li div:nth-child(2) {
  width: 60%;
  padding-left: 5px;
}
.p-index_oc-sp__slider--image {
  padding-bottom: 10px;
}
.p-index_oc-sp__slider--title {
  font-size: 16px;
  margin-bottom: 10px;
}
.p-index_oc-sp__slider--text {
  font-size: 12px;
}
.p-index_session__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 50px;
}
.p-index_session__item {
  width: 19%;
  background-color: #fff;
  color: #404040;
  padding: 10px 10px 40px 10px;
  line-height: 1.2em;
  font-family: "Noto Sans JP", serif;
  position: relative;
  margin-right: 1.5%;
  background-image: url("../img/top/icon_arrow.svg");
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: bottom 5px right 5px;
}
.p-index_session__item--image {
  padding-bottom: 10px;
}
.p-index_session__item--title {
  font-size: 16px;
  margin-bottom: 10px;
}
.p-index_session__item--text {
  font-size: 12px;
}
.p-index_interview {
  font-size: 16px;
  margin: 50px 10% 0 10%;
  padding-left: 10%;
  background-image: url("../img/top/bg_interview.svg");
  background-position: left top;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .p-index_interview {
    margin: 50px 5% 0 0%;
    padding-left: 9%;
    background-size: 15%;
    margin-bottom: 100px;
  }
}
.p-index_interview .c-heading-serif {
  text-align: center;
  width: 100%;
  margin-bottom: 50px;
}
.p-index_interview .swiper-wrapper {
  margin-bottom: 50px;
}
.p-index_interview .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  visibility: visible;
  opacity: 1;
  z-index: 10;
  margin: 0;
  padding: 0;
}
.p-index_interview .progress-navigation-container {
  position: absolute;
  bottom: 15px;
  left: 0%;
  right: 10%;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 10;
  margin: 0;
  padding: 0;
  overflow: visible;
}
.p-index_interview .swiper-pagination-progressbar {
  flex: 1;
  height: 10px;
  background: #d8dadc;
  border-radius: 4px;
  margin: 0;
  display: block;
  visibility: visible;
  opacity: 1;
  box-sizing: border-box;
  z-index: 10;
  margin-right: 90px;
  position: relative;
}
.p-index_interview .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #2f4c85;
  border-radius: 4px;
  transition: transform 0.3s ease;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}
.p-index_interview .custom-navigation {
  display: flex;
  gap: 8px;
  z-index: 12;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 4px;
  padding: 2px;
  overflow: visible;
}
.p-index_interview .custom-prev-btn,
.p-index_interview .custom-next-btn {
  width: 35px;
  height: 35px;
  background: #2f4c85;
  color: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.p-index_interview .custom-prev-btn:hover,
.p-index_interview .custom-next-btn:hover {
  transform: scale(1.05);
  background: #1a2f5a;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.p-index_interview .custom-prev-btn:active,
.p-index_interview .custom-next-btn:active {
  transform: scale(0.95);
}
.p-index_interview .custom-prev-btn img,
.p-index_interview .custom-next-btn img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.p-index_interview .custom-prev-btn {
  background: #2f4c85;
}
.p-index_interview .custom-prev-btn img {
  transform: rotate(180deg);
}
.p-index_interview__title {
  font-size: 40px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5em;
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-index_interview__title {
    display: none;
  }
}
.p-index_interview--wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-index_interview--wrap {
    display: block;
  }
}
.p-index_interview--item {
  width: 48%;
}
@media (max-width: 768px) {
  .p-index_interview--item {
    width: 90%;
    margin-left: 10%;
  }
}
.p-index_interview--item figure {
  position: relative;
}
.p-index_interview--item img {
  max-width: 100%;
  height: auto;
}
.p-index_interview--item figcaption {
  font-size: 14px;
  margin-bottom: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 10px;
  text-align: center;
}
.p-index_interview--instrument {
  font-size: 14px;
  margin-bottom: 20px;
  background-color: #093284;
  color: #fff;
  width: 200px;
  padding: 5px 0px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-index_interview--instrument {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 10px;
    width: 150px;
  }
}
.p-index_interview--name {
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dbdadc;
}
@media (max-width: 768px) {
  .p-index_interview--name {
    font-size: 18px;
    padding-bottom: 15px;
  }
}
.p-index_interview--title {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  margin-bottom: 1em;
  margin-left: -0.5em;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .p-index_interview--title {
    text-indent: -0.5em;
    margin-left: 0em;
    font-size: 20px;
  }
}
.p-index_interview--text {
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-index_interview--text {
    font-size: 11px;
  }
}
.p-index_interview--more {
  color: #093284;
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 20px;
  position: relative;
  text-align: right;
}
@media (max-width: 768px) {
  .p-index_interview--more {
    font-size: 14px;
    margin-right: 10%;
    text-decoration: underline;
  }
}
.p-index_interview--more:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  padding-right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../img/top/icon_arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  vertical-align: middle;
}
.p-index_interview--side {
  font-size: 96px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 30px;
  transform: rotate(90deg);
  position: absolute;
  top: 50%;
  left: -45%;
  color: #093284;
}
.p-index_interview__slider {
  color: #404040;
  position: relative;
  padding-bottom: 10px;
  overflow: hidden !important;
  min-height: 200px;
  margin-bottom: 50px;
  line-height: 1.2em;
}
.p-index_interview__slider--item {
  color: #404040;
  background-color: #e9ecee;
  line-height: 1.2em;
  font-family: "Noto Sans JP", serif;
}
.p-index_interview__slider--image {
  margin-bottom: 10px;
}
.p-index_interview__slider--image img {
  width: 100%;
  height: auto;
}
.p-index_interview__slider--industry {
  font-size: 14px;
  margin-bottom: 10px;
  background-color: #093284;
  color: #fff;
  width: 150px;
  text-align: center;
  margin-left: 10px;
}
.p-index_interview__slider--job {
  font-size: 18px;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dbdadc;
}
.p-index_interview__slider--text {
  padding: 10px 0px 20px 10px;
}
.p-index_schoollife {
  font-size: 16px;
  margin: 150px 1% 0 2%;
}
.p-index_schoollife__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 3% 8% 0 8%;
}
.p-index_schoollife--icon {
  position: absolute;
  top: 42%;
  right: -20px;
  width: 300px;
}
.p-index_schoollife--icon img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .p-index_schoollife--icon {
    display: none;
  }
}
@media (max-width: 768px) {
  .p-index_schoollife {
    margin: 0;
    margin-bottom: 100px;
  }
  .p-index_schoollife .c-button-new {
    margin: 0 auto;
  }
}
.p-index_schoollife__item {
  width: 48%;
}
@media (max-width: 768px) {
  .p-index_schoollife__item {
    width: 90%;
    margin-left: 5%;
  }
}
.p-index_schoollife--title {
  font-size: 48px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5em;
  margin-bottom: 30px;
}
.p-index_schoollife--subtitle {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5em;
  margin-bottom: 30px;
}
.p-index_schoollife--text {
  font-size: 15px;
  line-height: 1.5em;
  margin-bottom: 30px;
}
.p-index_schoollife--image {
  position: relative;
  width: 100%;
  height: 600px;
  background-image: url("../img/top/bg_shoollife.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center calc(var(--parallax-y, 0px) + 60%);
  margin-bottom: 30px;
  overflow: hidden;
  will-change: background-position;
  transition: background-position 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 768px) {
  .p-index_schoollife--image {
    height: 300px;
    background-size: 150% auto;
  }
}
.p-index_support {
  font-size: 16px;
  margin: 150px 10% 0 10%;
}
.p-index_support__btn {
  color: #093284;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 30px;
  position: relative;
  text-decoration: underline;
}
.p-index_support__btn::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  padding-right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/top/icon_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .p-index_support {
    margin: 5%;
    margin-bottom: 100px;
  }
}
.p-index_support__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .p-index_support__wrap {
    display: block;
  }
}
.p-index_support__item {
  width: 49%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .p-index_support__item {
    width: 100%;
  }
}
.p-index_support__item > a {
  margin-top: auto;
}
.p-index_support__item--title {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 10px;
}
.p-index_support__item--image {
  margin-bottom: 20px;
}
.p-index_support__item--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-index_support__item--list {
    display: none;
  }
}
.p-index_support__item--list li {
  font-size: 13px;
  margin-bottom: 10px;
}
.p-index_support__item--list li:nth-child(1), .p-index_support__item--list li:nth-child(4), .p-index_support__item--list li:nth-child(7) {
  width: 34.3%;
}
.p-index_support__item--list li:nth-child(2), .p-index_support__item--list li:nth-child(5), .p-index_support__item--list li:nth-child(8) {
  width: 25.3%;
}
.p-index_support__item--list li:nth-child(3), .p-index_support__item--list li:nth-child(6), .p-index_support__item--list li:nth-child(9) {
  width: 40.3%;
}
.p-index_support__item--list li:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  background-color: #093284;
}
.p-index_support__item--list02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-index_support__item--list02 {
    display: none;
  }
}
.p-index_support__item--list02 li {
  font-size: 13px;
  margin-bottom: 10px;
  width: 49%;
  letter-spacing: 0em;
}
.p-index_support__item--list02 li:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  background-color: #093284;
}
.p-index_support__item--image img {
  width: 100%;
  height: auto;
}
.p-index_support__title {
  font-size: 80px;
  font-family: "Bellefair", serif;
  line-height: 1.5em;
  margin-bottom: 30px;
  letter-spacing: -0.05em;
  display: flex;
}
@media (max-width: 768px) {
  .p-index_support__title {
    font-size: 48px;
    line-height: 0.6em;
    margin-bottom: 40px;
    display: block;
  }
}
.p-index_support__title span {
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  vertical-align: middle;
  letter-spacing: -0.05em;
  padding-left: 10px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-index_support__title span {
    font-size: 11px;
    padding-left: 0;
    text-align: left;
  }
}
.p-index_sns {
  min-height: 500px;
  font-size: 16px;
  margin: 150px 2% 0 2%;
  overflow: hidden;
  position: relative;
  height: 600px;
  color: #fff;
}
@media (max-width: 768px) {
  .p-index_sns {
    margin: 0;
    height: 400px;
    min-height: 400px;
    margin-bottom: 50px;
  }
  .p-index_sns .scroll-infinity__list {
    height: 400px;
  }
  .p-index_sns .scroll-infinity__list img {
    height: 120px;
  }
  .p-index_sns .scroll-infinity__container {
    height: 390px;
  }
}
.p-index_sns__title {
  font-size: 80px;
  font-family: "Bellefair", serif;
  line-height: 1.2em;
  margin-bottom: 30px;
  letter-spacing: -0.05em;
  color: #fff;
  position: absolute;
  top: 35%;
  width: 100%;
  text-align: center;
  z-index: 10;
}
@media (max-width: 768px) {
  .p-index_sns__title {
    top: 12%;
    font-size: 40px;
    letter-spacing: 0em;
  }
}
.p-index_sns--item {
  position: absolute;
  top: 50%;
  left: calc(50% - 335px);
  z-index: 1;
}
@media (max-width: 768px) {
  .p-index_sns--item {
    top: 44%;
    left: calc(50% - 175px);
  }
  .p-index_sns--item ul {
    padding-top: 10px !important;
  }
}
.p-index_sns--item ul {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding: 0;
}
.p-index_sns--item ul li {
  display: flex;
  align-items: center;
  justify-content: right;
  margin-right: 0px;
  margin-top: 20px;
}
.p-index_sns--item ul li .c-button-new--white {
  margin-right: 20px;
}
@media (max-width: 768px) {
  .p-index_sns--item ul li .c-button-new--white {
    margin-right: 0px;
  }
}
.p-index_sns--item ul li i {
  font-size: 24px;
  margin-right: 8px;
  color: #000;
  background-color: #fff;
  border-radius: 50%;
  width: 63px;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-index_sns--item ul li a {
  color: #fff;
  text-decoration: none;
}
.p-index_sns--item ul li a:hover {
  opacity: 0.8;
}
.p-index_sns__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.p-index_action {
  font-size: 16px;
  margin: 50px 2% 0 2%;
}
@media (max-width: 768px) {
  .p-index_action {
    margin: 0;
    margin-bottom: 50px;
  }
}
.p-index_action--wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-index_action--item {
  width: 49%;
}
@media (max-width: 768px) {
  .p-index_action--item {
    width: 90%;
    margin-left: 5%;
    margin-bottom: 10px;
  }
}
.p-index_action--item img {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .p-index_picture__slider {
    height: 320px !important;
  }
  .scroll-infinity__wrap.u-fadeinup {
    opacity: 1 !important;
    transform: none !important;
  }
  .scroll-infinity__list {
    will-change: transform;
    transform: translateZ(0);
  }
  .p-index_picture__slider {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  .p-index_picture__slider .swiper-wrapper {
    transition-timing-function: linear !important;
  }
  .p-index_picture__slider .swiper-slide {
    width: auto;
    z-index: 2;
  }
  .p-index_picture__item {
    width: auto;
    height: auto;
    position: relative;
    z-index: 2;
    text-align: center;
    opacity: 0;
    filter: blur(10px);
    transition: all 0.8s ease;
    width: auto !important;
    flex-shrink: 0;
    will-change: transform, opacity, filter;
  }
  .p-index_picture__item.is-visible {
    opacity: 1;
    filter: blur(0);
  }
  .p-index_picture__item img {
    margin-top: -50px;
    width: auto;
    height: auto;
    max-width: none;
    will-change: transform;
    transform: translateZ(0);
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .p-index_picture__item img {
    margin-top: 0px;
  }
}
@media (max-width: 768px) {
  .p-index_picture + .scroll-infinity__wrap {
    margin-top: -230px;
    position: relative;
    z-index: 1;
  }
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes infinity-scroll-right {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
.scroll-infinity__container {
  display: flex;
  flex-direction: column;
  background-color: #191f20;
}

.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 1;
}

.scroll-infinity__list {
  display: flex;
  flex-shrink: 0;
  height: 200px;
}
.scroll-infinity__list img {
  height: 200px;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}

.scroll-infinity__list--left {
  animation: infinity-scroll-left 30s infinite linear;
}

.scroll-infinity__list--left-pc {
  animation: infinity-scroll-left 30s infinite linear;
}

.scroll-infinity__list--right {
  animation: infinity-scroll-right 30s infinite linear;
  transform: translateX(-50%);
}

.sticky-sections {
  position: relative;
}
.sticky-sections .sticky-section {
  position: sticky;
  top: 80px;
  min-height: 100vh;
  z-index: 1;
  background: #9cb2d9;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.sticky-sections__title {
  position: sticky;
  top: 0;
  z-index: 10;
  background: #fff;
  padding: 30px 0 10px 0;
  text-align: center;
}

#interview-swiper .custom-navigation .custom-prev-btn,
#interview-swiper .custom-navigation .custom-next-btn {
  width: 35px;
  height: 35px;
  background: #2f4c85 !important;
  color: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#interview-swiper .custom-navigation .custom-prev-btn:hover,
#interview-swiper .custom-navigation .custom-next-btn:hover {
  transform: scale(1.05);
  background: #1a2f5a !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
#interview-swiper .custom-navigation .custom-prev-btn:active,
#interview-swiper .custom-navigation .custom-next-btn:active {
  transform: scale(0.95);
}
#interview-swiper .custom-navigation .custom-prev-btn.disabled, #interview-swiper .custom-navigation .custom-prev-btn:disabled, #interview-swiper .custom-navigation .custom-prev-btn.swiper-button-disabled, #interview-swiper .custom-navigation .custom-prev-btn[aria-disabled=true],
#interview-swiper .custom-navigation .custom-next-btn.disabled,
#interview-swiper .custom-navigation .custom-next-btn:disabled,
#interview-swiper .custom-navigation .custom-next-btn.swiper-button-disabled,
#interview-swiper .custom-navigation .custom-next-btn[aria-disabled=true] {
  background: #ccc !important;
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: none;
}
#interview-swiper .custom-navigation .custom-prev-btn.disabled:hover, #interview-swiper .custom-navigation .custom-prev-btn:disabled:hover, #interview-swiper .custom-navigation .custom-prev-btn.swiper-button-disabled:hover, #interview-swiper .custom-navigation .custom-prev-btn[aria-disabled=true]:hover,
#interview-swiper .custom-navigation .custom-next-btn.disabled:hover,
#interview-swiper .custom-navigation .custom-next-btn:disabled:hover,
#interview-swiper .custom-navigation .custom-next-btn.swiper-button-disabled:hover,
#interview-swiper .custom-navigation .custom-next-btn[aria-disabled=true]:hover {
  transform: none;
  background: #ccc !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#interview-swiper .custom-navigation .custom-prev-btn.disabled:active, #interview-swiper .custom-navigation .custom-prev-btn:disabled:active, #interview-swiper .custom-navigation .custom-prev-btn.swiper-button-disabled:active, #interview-swiper .custom-navigation .custom-prev-btn[aria-disabled=true]:active,
#interview-swiper .custom-navigation .custom-next-btn.disabled:active,
#interview-swiper .custom-navigation .custom-next-btn:disabled:active,
#interview-swiper .custom-navigation .custom-next-btn.swiper-button-disabled:active,
#interview-swiper .custom-navigation .custom-next-btn[aria-disabled=true]:active {
  transform: none;
}
#interview-swiper .custom-navigation .custom-prev-btn[aria-disabled=false], #interview-swiper .custom-navigation .custom-prev-btn:not([aria-disabled=true]):not(.disabled):not(:disabled):not(.swiper-button-disabled),
#interview-swiper .custom-navigation .custom-next-btn[aria-disabled=false],
#interview-swiper .custom-navigation .custom-next-btn:not([aria-disabled=true]):not(.disabled):not(:disabled):not(.swiper-button-disabled) {
  background: #2f4c85 !important;
  cursor: pointer;
}

@media (max-width: 768px) {
  .footer-logo {
    height: 120px !important;
  }
  .footer-logo img {
    width: 1200px !important;
    height: auto !important;
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
}
.p-index {
  font-family: "Noto Sans JP";
  font-family: "Noto Sans JP";
}
.p-index a {
  color: #404040;
}
.p-index_kv {
  line-height: 0em;
  background-image: linear-gradient(90deg, #a7c3d8, #cce7f9);
  position: relative;
  margin-bottom: 40px;
}
.p-index_kv__loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  opacity: 1;
  transition: opacity 0.9s ease-in-out;
}
.p-index_kv__loading.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.p-index_kv__loading .kv-loading-logo {
  max-width: 260px;
  height: auto;
  animation: loadingPulse 2s ease-in-out infinite;
}
@keyframes loadingPulse {
  0%, 100% {
    opacity: 0.9;
    transform: scale(0.9);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
}
.p-index_kv--title {
  position: absolute;
  bottom: 4%;
  width: 100%;
  z-index: 10;
}
@media (max-width: 768px) {
  .p-index_kv--title {
    bottom: 0;
  }
}
.p-index_kv--title .kv-logo-img-sp {
  display: none;
}
@media (max-width: 768px) {
  .p-index_kv--title .kv-logo-img-sp {
    display: block;
  }
}
.p-index_kv--title .kv-logo-img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
@media (max-width: 768px) {
  .p-index_kv--title .kv-logo-img {
    display: none;
  }
}
.p-index_kv--title .kv-logo-img-sp {
  display: none;
}
@media (max-width: 768px) {
  .p-index_kv--title .kv-logo-img-sp {
    display: block;
    max-width: 100%;
    text-align: center;
  }
}
.p-index_kv--title01 {
  position: absolute;
  bottom: 50px;
  right: 40%;
  z-index: 10;
}
.p-index_kv--title01 img {
  width: auto;
  height: auto;
  max-width: 80%;
}
.p-index_kv--title02 {
  position: absolute;
  bottom: 50px;
  left: 54%;
  z-index: 10;
}
.p-index_kv--title02 img {
  width: auto;
  height: auto;
  max-width: 80%;
}
.p-index_kv__slider {
  width: 100%;
  height: 800px;
  overflow: hidden;
}
.p-index_kv__slider .swiper-wrapper {
  align-items: center;
  display: flex;
}
.p-index_kv__slider--item--img01 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100px);
  z-index: 2;
  width: 1600px;
  height: auto;
  background-size: cover;
  opacity: 0;
  filter: blur(10px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-index_kv__slider--item--img01 img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .p-index_kv__slider--item--img01 {
    width: 98vw !important;
    height: auto;
    left: 50%;
    transform: translateX(-50%) translateY(100px);
  }
}
.p-index_kv__slider--item--img02 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100px);
  z-index: 2;
  width: 1600px;
  height: auto;
  background-size: cover;
  opacity: 0;
  filter: blur(10px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-index_kv__slider--item--img02 img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .p-index_kv__slider--item--img02 {
    width: 98vw !important;
    height: auto;
    left: 50%;
    transform: translateX(-50%) translateY(100px);
  }
}
.p-index_kv__slider--bg {
  background: #093284;
  width: 100%;
  height: 80%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  filter: blur(0);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 0 0 rgba(9, 50, 132, 0);
  opacity: 1;
}
.p-index_kv__slider--bg.swiper-slide-transitioning {
  filter: blur(8px);
  box-shadow: 0 0 40px rgba(9, 50, 132, 0.8);
}
@media (max-width: 768px) {
  .p-index_kv__slider--bg {
    width: 200%;
    height: 70%;
    top: 60%;
  }
}
.p-index_kv__slider .slide-title {
  position: absolute;
  top: 500px;
  left: 10%;
  color: #404040;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.5019607843);
  opacity: 0;
  transform: translateY(30px) scale(0.9);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  filter: blur(5px);
}
.p-index_kv__slider .swiper-slide-active .slide-title {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}
.swiper-slide-active .p-index_kv__slider--item--img01, .swiper-slide-active .p-index_kv__slider--item--img02 {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  filter: blur(0);
}
@media (max-width: 768px) {
  .swiper-slide-active .p-index_kv__slider--item--img01, .swiper-slide-active .p-index_kv__slider--item--img02 {
    width: 1200px;
  }
}
.swiper-slide-active .p-index_kv__slider--bg {
  filter: blur(0);
  box-shadow: 0 0 0 rgba(9, 50, 132, 0);
  opacity: 1;
}
@media (max-width: 768px) {
  .swiper-slide-active .p-index_kv__slider--bg {
    opacity: 1 !important;
  }
}
.swiper-slide-active .p-index_kv__slider--bg.swiper-slide-transitioning {
  filter: blur(8px);
  box-shadow: 0 0 40px rgba(9, 50, 132, 0.8);
}
.swiper-slide .p-index_kv__slider--item--img01, .swiper-slide .p-index_kv__slider--item--img02 {
  opacity: 0;
  transform: translateX(-50%) translateY(100px);
  filter: blur(10px);
}
@media (max-width: 768px) {
  .swiper-slide .p-index_kv__slider--item--img01, .swiper-slide .p-index_kv__slider--item--img02 {
    width: 1200px;
  }
}
.swiper-slide .p-index_kv__slider--bg {
  filter: blur(0);
  box-shadow: 0 0 0 rgba(9, 50, 132, 0);
}
@media (max-width: 768px) {
  .swiper-slide .p-index_kv__slider--bg {
    opacity: 0;
  }
}
.p-index_kv__slider .swiper-slide .slide-title {
  opacity: 0;
  transform: translateY(30px) scale(0.9);
  filter: blur(5px);
}
.p-index_kv__slider .swiper-button-next,
.p-index_kv__slider .swiper-button-prev {
  color: white;
  background: rgba(255, 255, 255, 0.2);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.p-index_kv__slider .swiper-button-next:hover,
.p-index_kv__slider .swiper-button-prev:hover {
  background: rgba(255, 255, 255, 0.3);
}
.p-index_kv__slider .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.p-index_kv__slider .swiper-pagination-bullet-active {
  background: white;
}
@media (max-width: 768px) {
  .p-index_kv__slider {
    height: min(667px, 100svh);
  }
  .p-index_kv__slider .slide-title {
    font-size: 1.5rem;
  }
  .p-index_kv__slider .slide-content {
    bottom: 15%;
  }
}
.p-index_kv .c-button-new--white {
  position: absolute;
  bottom: 50%;
  left: calc(50% - 450px);
  transform: translate(-50%, 0);
  z-index: 10;
}
@media (max-width: 768px) {
  .p-index_kv .c-button-new--white {
    display: none;
  }
}
.p-index_topics__slider {
  position: relative;
  margin-bottom: 30px;
  margin: 10px 0 0 10%;
  padding-bottom: 50px;
  overflow: hidden;
}
.p-index_topics__slider .swiper-slide img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}
.p-index_topics__slider .swiper-slide img:hover {
  transform: scale(1.05);
}
.p-index_topics__slider .progress-navigation-container {
  position: absolute;
  bottom: 15px;
  left: 0%;
  right: 10%;
  width: 90%;
  display: flex;
  align-items: center;
  z-index: 10;
  margin: 0;
  padding: 0;
  overflow: visible;
}
.p-index_topics__slider .swiper-pagination-progressbar {
  flex: 1;
  height: 10px;
  background: #d8dadc;
  border-radius: 4px;
  margin: 0;
  display: block;
  visibility: visible;
  opacity: 1;
  box-sizing: border-box;
  z-index: 10;
  margin-right: 90px;
  position: relative;
}
.p-index_topics__slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #2f4c85;
  border-radius: 4px;
  transition: transform 0.3s ease;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}
.p-index_topics__slider .custom-navigation {
  display: flex;
  gap: 8px;
  z-index: 12;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 4px;
  padding: 2px;
  overflow: visible;
}
.p-index_topics__slider .custom-prev-btn,
.p-index_topics__slider .custom-next-btn {
  width: 35px;
  height: 35px;
  background: #2f4c85;
  color: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background: #1a2f5a;
}
.p-index_topics__slider .custom-prev-btn:hover,
.p-index_topics__slider .custom-next-btn:hover {
  transform: scale(1.05);
  background: #1a2f5a;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.p-index_topics__slider .custom-prev-btn:active,
.p-index_topics__slider .custom-next-btn:active {
  transform: scale(0.95);
}
.p-index_topics__slider .custom-prev-btn.disabled, .p-index_topics__slider .custom-prev-btn:disabled, .p-index_topics__slider .custom-prev-btn.swiper-button-disabled, .p-index_topics__slider .custom-prev-btn[aria-disabled=true],
.p-index_topics__slider .custom-next-btn.disabled,
.p-index_topics__slider .custom-next-btn:disabled,
.p-index_topics__slider .custom-next-btn.swiper-button-disabled,
.p-index_topics__slider .custom-next-btn[aria-disabled=true] {
  background: #ccc !important;
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: none;
}
.p-index_topics__slider .custom-prev-btn.disabled:hover, .p-index_topics__slider .custom-prev-btn:disabled:hover, .p-index_topics__slider .custom-prev-btn.swiper-button-disabled:hover, .p-index_topics__slider .custom-prev-btn[aria-disabled=true]:hover,
.p-index_topics__slider .custom-next-btn.disabled:hover,
.p-index_topics__slider .custom-next-btn:disabled:hover,
.p-index_topics__slider .custom-next-btn.swiper-button-disabled:hover,
.p-index_topics__slider .custom-next-btn[aria-disabled=true]:hover {
  transform: none;
  background: #ccc !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.p-index_topics__slider .custom-prev-btn.disabled:active, .p-index_topics__slider .custom-prev-btn:disabled:active, .p-index_topics__slider .custom-prev-btn.swiper-button-disabled:active, .p-index_topics__slider .custom-prev-btn[aria-disabled=true]:active,
.p-index_topics__slider .custom-next-btn.disabled:active,
.p-index_topics__slider .custom-next-btn:disabled:active,
.p-index_topics__slider .custom-next-btn.swiper-button-disabled:active,
.p-index_topics__slider .custom-next-btn[aria-disabled=true]:active {
  transform: none;
}
.p-index_topics__slider .custom-prev-btn[aria-disabled=false], .p-index_topics__slider .custom-prev-btn:not([aria-disabled=true]):not(.disabled):not(:disabled):not(.swiper-button-disabled),
.p-index_topics__slider .custom-next-btn[aria-disabled=false],
.p-index_topics__slider .custom-next-btn:not([aria-disabled=true]):not(.disabled):not(:disabled):not(.swiper-button-disabled) {
  background: #2f4c85 !important;
  cursor: pointer;
}
.p-index_topics__slider .custom-prev-btn img,
.p-index_topics__slider .custom-next-btn img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.p-index_topics__slider .custom-prev-btn {
  background: #2f4c85;
}
.p-index_topics__slider .custom-prev-btn img {
  transform: rotate(180deg);
}
.p-index_news {
  font-size: 16px;
  margin: 50px 10% 0 10%;
}
.p-index_news a {
  color: #404040 !important;
}
.p-index_news__list {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
  background-image: url("../img/top/icon_arrow.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 23px;
  padding-right: 30px;
}
@media (max-width: 768px) {
  .p-index_news__list {
    padding-right: 0px;
    background-image: none;
  }
}
.p-index_news__date {
  font-size: 16px;
  color: #8e9191;
  margin-bottom: 10px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .p-index_news__date {
    font-size: 12px;
    margin-right: 10px;
  }
}
.p-index_news__category {
  font-size: 12px;
  color: #8e9191;
  border: 1px solid #d8dadc;
  padding: 2px 10px;
  margin-bottom: 10px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .p-index_news__category {
    font-size: 10px;
    margin-right: 10px;
    padding-top: 2px;
  }
}
.p-index_news__title {
  font-size: 16px;
}
@media (max-width: 768px) {
  .p-index_news__title {
    font-size: 13px;
  }
}
.p-index_4year {
  font-size: 16px;
  margin: 115px 10% -3% 10%;
  display: flex;
  flex-wrap: wrap;
}
.p-index_4year--more {
  color: #093284;
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 20px;
  position: relative;
  text-align: right;
}
@media (max-width: 768px) {
  .p-index_4year--more {
    font-size: 14px;
    margin-right: 10%;
    text-decoration: underline;
  }
}
.p-index_4year--more:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  padding-right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../img/top/icon_arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  vertical-align: middle;
}
.p-index_4year__title {
  font-size: 48px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5em;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .p-index_4year__title {
    font-size: 30px;
    margin-bottom: 0px;
  }
}
.p-index_4year__text {
  font-size: 16px;
  padding: 20px 0;
  line-height: 2em;
}
@media (max-width: 768px) {
  .p-index_4year__text {
    font-size: 14px;
  }
}
.p-index_4year__item {
  width: 50%;
}
@media (max-width: 768px) {
  .p-index_4year__item {
    width: 100%;
  }
}
.p-index_4year__item figure {
  margin-top: 20%;
  margin-left: -10%;
  margin-right: -10%;
}
@media (max-width: 768px) {
  .p-index_4year__item figure {
    margin-top: 0;
  }
}
.p-index_4year__item img {
  width: 100%;
  height: auto;
}
.p-index_4year__item:first-child {
  padding-left: 5%;
}
.p-index_picture {
  font-size: 16px;
  position: relative;
  height: 430px;
  z-index: 10;
}
@media (max-width: 768px) {
  .p-index_picture {
    padding-top: 50px;
    height: 320px;
  }
}
.p-index_picture__slider {
  position: absolute;
  width: 100%;
  height: 430px;
  will-change: transform;
  transform: translateZ(0);
}
.p-index_picture__slider .swiper-wrapper {
  transition-timing-function: linear !important;
}
@media (max-width: 768px) {
  .p-index_picture__slider {
    height: auto !important;
  }
  .p-index_picture__slider img {
    height: auto;
  }
}
.p-index_picture__item {
  text-align: center;
  opacity: 0;
  filter: blur(10px);
  transform: scale(0.8) translateY(100px);
  transition: all 0.8s ease;
  width: auto !important;
  flex-shrink: 0;
  will-change: transform, opacity, filter;
}
@media (max-width: 768px) {
  .p-index_picture__item {
    width: auto;
    height: auto;
  }
}
.p-index_picture__item.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: scale(1) translateY(var(--random-y, 0px)) translateZ(0);
}
.p-index_picture__item img {
  max-width: none;
  width: auto;
  height: auto;
  will-change: transform;
  transform: translateZ(0);
}
.p-index_courses {
  font-size: 16px;
  margin: 50px 0 0 0;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: visible !important;
}
@media (max-width: 768px) {
  .p-index_courses {
    margin-bottom: 100px;
  }
}
.l-main .p-index_courses {
  overflow: visible !important;
}
.p-index_courses * {
  overflow: visible !important;
}
.p-index_courses__title {
  padding-left: 15%;
  font-size: 48px;
  font-family: "Noto Serif JP", serif;
  margin-top: 170px;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .p-index_courses__title {
    display: none;
  }
}
.p-index_courses .courses-sticky-container {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  overflow: visible !important;
}
@media (max-width: 768px) {
  .p-index_courses .courses-sticky-container {
    padding-top: 0px;
  }
}
.p-index_courses .courses-sticky-item {
  width: 94vw;
  left: 3vw;
  position: sticky;
  top: 0;
  height: 680px;
  display: flex;
  align-items: center;
  justify-content: center;
  will-change: opacity, transform, filter, scale, border-radius;
  transition: none;
  transform-origin: center center;
}
@media (max-width: 768px) {
  .p-index_courses .courses-sticky-item {
    height: 440px;
    display: block;
    margin-bottom: 10px;
  }
  .p-index_courses .courses-sticky-item:after {
    content: url("../img/top/icon_plus.svg");
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
}
.p-index_courses .courses-sticky-item[data-course="0"] {
  overflow: visible !important;
  z-index: 1;
}
.p-index_courses .courses-sticky-item[data-course="0"] .p-index_courses__item {
  background-color: #9cb2d9;
  background-image: url("../img/top/img_world1.jpg");
  background-position: right bottom;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-color: #9cb2d9;
  min-height: 680px;
  padding: 5% 60% 5% 5%;
  width: 100%;
  max-width: none;
  transform-origin: center center;
  will-change: transform, filter, border-radius;
}
@media (max-width: 768px) {
  .p-index_courses .courses-sticky-item[data-course="0"] .p-index_courses__item {
    min-height: 440px;
    padding: 50% 5% 5% 5%;
    background-size: 100%;
    background-image: url("../img/top/img_world1_sp.jpg");
    background-size: cover;
  }
}
.p-index_courses .courses-sticky-item[data-course="1"] {
  overflow: visible !important;
  z-index: 2;
}
.p-index_courses .courses-sticky-item[data-course="1"] .p-index_courses__item {
  background-image: url("../img/top/img_world2.jpg");
  background-position: right bottom;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-color: #9cb2d9;
  min-height: 680px;
  padding: 2.5% 60% 2.5% 5%;
  width: 100%;
  max-width: none;
  transform-origin: center center;
  will-change: transform, filter, border-radius;
}
@media (max-width: 768px) {
  .p-index_courses .courses-sticky-item[data-course="1"] .p-index_courses__item {
    min-height: 440px;
    padding: 35% 5% 5% 5%;
    background-size: 100%;
    background-image: url("../img/top/img_world2_sp.jpg");
    background-size: cover;
  }
}
.p-index_courses .courses-sticky-item[data-course="2"] {
  overflow: visible !important;
  z-index: 3;
}
.p-index_courses .courses-sticky-item[data-course="2"] .p-index_courses__item {
  background-image: url("../img/top/img_world3.jpg");
  background-position: right bottom;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-color: #9cb2d9;
  min-height: 680px;
  padding: 2.5% 60% 2.5% 5%;
  width: 100%;
  max-width: none;
  transform-origin: center center;
  will-change: transform, filter, border-radius;
}
@media (max-width: 768px) {
  .p-index_courses .courses-sticky-item[data-course="2"] .p-index_courses__item {
    min-height: 440px;
    padding: 35% 5% 5% 5%;
    background-size: 100%;
    background-image: url("../img/top/img_world3_sp.jpg");
    background-size: cover;
  }
}
.p-index_courses .courses-sticky-item[data-course="3"] {
  overflow: visible !important;
  z-index: 4;
}
.p-index_courses .courses-sticky-item[data-course="3"] .p-index_courses__item {
  background-image: url("../img/top/img_world4.jpg");
  background-position: right bottom;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-color: #9cb2d9;
  min-height: 680px;
  padding: 5% 60% 5% 5%;
  width: 100%;
  max-width: none;
  transform-origin: center center;
  will-change: transform, filter, border-radius;
}
@media (max-width: 768px) {
  .p-index_courses .courses-sticky-item[data-course="3"] .p-index_courses__item {
    min-height: 440px;
    margin-top: 0;
    padding: 48% 5% 5% 5%;
    background-size: 100%;
    background-image: url("../img/top/img_world4_sp.jpg");
    background-size: cover;
  }
}
.p-index_courses__item {
  line-height: 2em;
  margin-bottom: 20px;
  width: 100%;
  max-width: none;
  padding: 5% 60% 5% 5%;
  background-color: #9cb2d9;
  min-height: 800px;
}
@media (max-width: 768px) {
  .p-index_courses__item--number {
    font-size: 12px;
  }
}
.p-index_courses__item--world {
  font-size: 70px;
  font-family: "Bellefair", serif;
  line-height: 1.1em;
  margin-bottom: 10px;
  letter-spacing: -0.05em;
}
@media (max-width: 768px) {
  .p-index_courses__item--world {
    font-size: 48px;
    margin-bottom: 0;
    line-height: 1em;
  }
}
.p-index_courses__item--world02 {
  font-size: 16px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-index_courses__item--world02 {
    font-size: 10px;
    margin-bottom: 10px;
  }
}
.p-index_courses__item--title {
  font-size: 30px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .p-index_courses__item--title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.p-index_courses__item--text {
  font-size: 16px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-index_courses__item--text {
    display: none;
  }
}
@media (max-width: 768px) {
  .p-index_courses__item .c-button-new--white {
    padding: 10px;
    width: 80% !important;
    margin: 10px 10%;
    background-color: rgba(13, 53, 127, 0.062745098);
    font-size: 13px;
    display: none;
  }
}
.p-index_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(146, 146, 146, 0.8);
  z-index: 40001;
  scrollbar-width: 16px;
  scrollbar-color: #093284 #f0f0f0;
}
@media (max-width: 768px) {
  .p-index_modal {
    padding: 10px 10px 100px 10px;
  }
}
.p-index_modal--number {
  font-size: 15px;
  padding-top: 40px;
  max-width: 1072px;
  margin-bottom: 10px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-index_modal--number {
    font-size: 12px;
    padding-top: 0;
  }
}
.p-index_modal--world {
  max-width: 1072px;
  margin: 0 auto;
  font-size: 70px;
  font-family: "Bellefair", serif;
  line-height: 1.1em;
  margin-bottom: 10px;
  letter-spacing: -0.05em;
}
@media (max-width: 768px) {
  .p-index_modal--world {
    font-size: 48px;
    margin-bottom: 10px;
    line-height: 1em;
  }
}
.p-index_modal--world02 {
  max-width: 1072px;
  margin: 0 auto;
  font-size: 16px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-index_modal--world02 {
    font-size: 10px;
    margin-bottom: 30px;
  }
}
.p-index_modal::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}
.p-index_modal::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 8px;
}
.p-index_modal::-webkit-scrollbar-thumb {
  background: #093284;
  border-radius: 8px;
  border: 2px solid #f0f0f0;
}
.p-index_modal::-webkit-scrollbar-thumb:hover {
  background: #093284;
}
.p-index_modal::-webkit-scrollbar-corner {
  background: #f0f0f0;
}
.p-index_modal__close {
  position: absolute;
  top: 8vw;
  right: 8vw;
  width: 30px;
  height: 30px;
  z-index: 40001;
  cursor: pointer;
}
@media (max-width: 768px) {
  .p-index_modal__close {
    top: auto;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
  }
}
.p-index_modal__course--wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
  max-width: 1024px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 768px) {
  .p-index_modal__course--wrap {
    display: block;
  }
}
.p-index_modal__course--wrap a {
  width: 49%;
}
.p-index_modal__course {
  width: 100%;
  margin-right: 7px;
  margin-bottom: 10px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #e9ecee;
}
@media (max-width: 768px) {
  .p-index_modal__course {
    width: 100%;
    margin-bottom: 10px;
  }
}
.p-index_modal__course--image {
  width: 25%;
  padding: 10px;
}
.p-index_modal__course--text {
  padding: 10px;
  width: 70%;
  color: #000;
  display: table-cell;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translateY(-50%);
  padding-right: 20px;
}
.p-index_modal__course--text:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: -15px;
  right: -15px;
  background-image: url("../img/top/icon_arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .p-index_modal__course--text:after {
    bottom: -5px;
    right: -10px;
    width: 30px;
    height: 30px;
    background-size: 25px;
  }
}
.p-index_modal__course--text h3 {
  font-size: 16px;
  margin-bottom: 0em;
}
@media (max-width: 768px) {
  .p-index_modal__course--text h3 {
    font-size: 12px;
  }
}
.p-index_modal__course--text p {
  margin-top: 5px !important;
  font-size: 14px;
}
@media (max-width: 768px) {
  .p-index_modal__course--text p {
    font-size: 10px;
  }
}
.p-index_modal__course--text p span {
  background-color: #fff;
  color: #000;
  padding: 2px 5px;
  margin-right: 5px;
}
.p-index_modal__course--number {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .p-index_modal__course--number {
    font-size: 12px;
  }
}
.p-index_modal__course--world {
  font-size: 70px;
  font-family: "Bellefair", serif;
  line-height: 1.1em;
  margin-bottom: 10px;
  letter-spacing: -0.05em;
}
@media (max-width: 768px) {
  .p-index_modal__course--world {
    font-size: 48px;
    margin-bottom: 10px;
    line-height: 1em;
  }
}
.p-index_modal__course--world02 {
  font-size: 16px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-index_modal__course--world02 {
    font-size: 10px;
    margin-bottom: 30px;
  }
}
.p-index_modal__musican {
  display: none;
  scrollbar-width: 16px;
  background-color: #fff;
  padding: 20px 20px;
  height: 85vh;
  overflow-y: scroll !important;
  margin: 5% 2%;
}
.p-index_modal__danceactor {
  display: none;
  scrollbar-width: 16px;
  background-color: #fff;
  padding: 20px 20px;
  overflow-y: scroll !important;
  height: 85vh;
  margin: 5% 2%;
}
.p-index_modal__soundcreator {
  display: none;
  scrollbar-width: 16px;
  background-color: #fff;
  padding: 20px 20px;
  overflow-y: scroll !important;
  height: 85vh;
  margin: 5% 2%;
}
.p-index_modal__concert {
  display: none;
  scrollbar-width: 16px;
  background-color: #fff;
  padding: 20px 20px;
  overflow-y: scroll !important;
  height: 85vh;
  margin: 5% 2%;
}
.p-index_opencampus {
  background-color: #0d357f;
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  margin: 160px 0% 100px 0%;
  padding: 180px 10%;
  background-image: url("../img/top/bg_oc.png");
  background-position: right top;
  background-repeat: no-repeat;
}
.p-index_opencampus--subtitle {
  font-size: 24px;
  margin-bottom: 1em;
}
.p-index_opencampus--subtitle:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 20px;
  background-image: url("../img/top/icon_o.svg");
  background-repeat: no-repeat;
  background-position: 0px 3px;
}
.p-index_opencampus--title {
  font-size: 112px;
  font-family: "Bellefair", serif;
  line-height: 1.2em;
  margin-bottom: 10px;
  letter-spacing: -0.05em;
}
@media (max-width: 768px) {
  .p-index_opencampus--title {
    font-size: 48px;
  }
}
.p-index_opencampus--title span:after {
  content: "";
  display: inline-block;
  width: 70px;
  height: 60px;
  background-image: url("../img/top/icon_star.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.p-index_opencampus--title02 {
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 30px;
}
.p-index_opencampus--text {
  font-size: 16px;
  margin-bottom: 40px;
}
.p-index_opencampus--subtitle02 {
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 30px;
}
.p-index_field__wrap a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
  background-color: #e9ecee;
}
.p-index_field__item:nth-child(1) {
  width: 30%;
  padding: 5px;
}
.p-index_field__item:nth-child(2) {
  width: 70%;
  color: #404040;
  font-size: 14px;
  display: flex;
  align-items: center;
  padding-left: 10px;
  font-family: "Noto Serif JP", serif;
  background-image: url("../img/top/icon_arrow.svg");
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: bottom 5px right 5px;
}
.p-index_field__slider {
  position: relative;
  padding-bottom: 20px;
  overflow: hidden;
  margin-bottom: 50px;
}
.p-index_field__slider .progress-navigation-container {
  position: absolute;
  bottom: 15px;
  left: 0%;
  right: 10%;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 10;
  margin: 0;
  padding: 0;
  overflow: visible;
}
.p-index_field__slider .swiper-pagination-progressbar {
  flex: 1;
  height: 10px;
  background: #d8dadc;
  border-radius: 4px;
  margin: 0;
  display: block;
  visibility: visible;
  opacity: 1;
  box-sizing: border-box;
  z-index: 10;
  margin-right: 90px;
  position: relative;
}
.p-index_field__slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #2f4c85;
  border-radius: 4px;
  transition: transform 0.3s ease;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}
.p-index_field__slider .custom-navigation {
  display: flex;
  gap: 8px;
  z-index: 12;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 4px;
  padding: 2px;
  overflow: visible;
}
.p-index_field__slider .custom-prev-btn,
.p-index_field__slider .custom-next-btn {
  width: 35px;
  height: 35px;
  background: #2f4c85;
  color: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.p-index_field__slider .custom-prev-btn:hover,
.p-index_field__slider .custom-next-btn:hover {
  transform: scale(1.05);
  background: #1a2f5a;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.p-index_field__slider .custom-prev-btn:active,
.p-index_field__slider .custom-next-btn:active {
  transform: scale(0.95);
}
.p-index_field__slider .custom-prev-btn.disabled, .p-index_field__slider .custom-prev-btn:disabled, .p-index_field__slider .custom-prev-btn.swiper-button-disabled, .p-index_field__slider .custom-prev-btn[aria-disabled=true],
.p-index_field__slider .custom-next-btn.disabled,
.p-index_field__slider .custom-next-btn:disabled,
.p-index_field__slider .custom-next-btn.swiper-button-disabled,
.p-index_field__slider .custom-next-btn[aria-disabled=true] {
  background: #ccc !important;
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: none;
}
.p-index_field__slider .custom-prev-btn.disabled:hover, .p-index_field__slider .custom-prev-btn:disabled:hover, .p-index_field__slider .custom-prev-btn.swiper-button-disabled:hover, .p-index_field__slider .custom-prev-btn[aria-disabled=true]:hover,
.p-index_field__slider .custom-next-btn.disabled:hover,
.p-index_field__slider .custom-next-btn:disabled:hover,
.p-index_field__slider .custom-next-btn.swiper-button-disabled:hover,
.p-index_field__slider .custom-next-btn[aria-disabled=true]:hover {
  transform: none;
  background: #ccc !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.p-index_field__slider .custom-prev-btn.disabled:active, .p-index_field__slider .custom-prev-btn:disabled:active, .p-index_field__slider .custom-prev-btn.swiper-button-disabled:active, .p-index_field__slider .custom-prev-btn[aria-disabled=true]:active,
.p-index_field__slider .custom-next-btn.disabled:active,
.p-index_field__slider .custom-next-btn:disabled:active,
.p-index_field__slider .custom-next-btn.swiper-button-disabled:active,
.p-index_field__slider .custom-next-btn[aria-disabled=true]:active {
  transform: none;
}
.p-index_field__slider .custom-prev-btn[aria-disabled=false], .p-index_field__slider .custom-prev-btn:not([aria-disabled=true]):not(.disabled):not(:disabled):not(.swiper-button-disabled),
.p-index_field__slider .custom-next-btn[aria-disabled=false],
.p-index_field__slider .custom-next-btn:not([aria-disabled=true]):not(.disabled):not(:disabled):not(.swiper-button-disabled) {
  background: #2f4c85 !important;
  cursor: pointer;
}
.p-index_field__slider .custom-prev-btn img,
.p-index_field__slider .custom-next-btn img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.p-index_field__slider .custom-prev-btn {
  background: #2f4c85;
}
.p-index_field__slider .custom-prev-btn img {
  transform: rotate(180deg);
}
.p-index_oc {
  padding: 50px 10%;
}
.p-index_oc__slider {
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 50px;
  overflow: hidden;
}
.p-index_oc__slider .progress-navigation-container {
  position: absolute;
  bottom: 15px;
  left: 0%;
  right: 10%;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 10;
  margin: 0;
  padding: 0;
  overflow: visible;
}
.p-index_oc__slider .swiper-pagination-progressbar {
  flex: 1;
  height: 10px;
  background: #d8dadc;
  border-radius: 4px;
  margin: 0;
  display: block;
  visibility: visible;
  opacity: 1;
  box-sizing: border-box;
  z-index: 10;
  margin-right: 90px;
  position: relative;
}
.p-index_oc__slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #2f4c85;
  border-radius: 4px;
  transition: transform 0.3s ease;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}
.p-index_oc__slider .custom-navigation {
  display: flex;
  gap: 8px;
  z-index: 12;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 4px;
  padding: 2px;
  overflow: visible;
}
.p-index_oc__slider .custom-prev-btn,
.p-index_oc__slider .custom-next-btn {
  width: 35px;
  height: 35px;
  background: #2f4c85;
  color: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.p-index_oc__slider .custom-prev-btn:hover,
.p-index_oc__slider .custom-next-btn:hover {
  transform: scale(1.05);
  background: #1a2f5a;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.p-index_oc__slider .custom-prev-btn:active,
.p-index_oc__slider .custom-next-btn:active {
  transform: scale(0.95);
}
.p-index_oc__slider .custom-prev-btn.disabled, .p-index_oc__slider .custom-prev-btn:disabled, .p-index_oc__slider .custom-prev-btn.swiper-button-disabled, .p-index_oc__slider .custom-prev-btn[aria-disabled=true],
.p-index_oc__slider .custom-next-btn.disabled,
.p-index_oc__slider .custom-next-btn:disabled,
.p-index_oc__slider .custom-next-btn.swiper-button-disabled,
.p-index_oc__slider .custom-next-btn[aria-disabled=true] {
  background: #ccc !important;
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: none;
}
.p-index_oc__slider .custom-prev-btn.disabled:hover, .p-index_oc__slider .custom-prev-btn:disabled:hover, .p-index_oc__slider .custom-prev-btn.swiper-button-disabled:hover, .p-index_oc__slider .custom-prev-btn[aria-disabled=true]:hover,
.p-index_oc__slider .custom-next-btn.disabled:hover,
.p-index_oc__slider .custom-next-btn:disabled:hover,
.p-index_oc__slider .custom-next-btn.swiper-button-disabled:hover,
.p-index_oc__slider .custom-next-btn[aria-disabled=true]:hover {
  transform: none;
  background: #ccc !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.p-index_oc__slider .custom-prev-btn.disabled:active, .p-index_oc__slider .custom-prev-btn:disabled:active, .p-index_oc__slider .custom-prev-btn.swiper-button-disabled:active, .p-index_oc__slider .custom-prev-btn[aria-disabled=true]:active,
.p-index_oc__slider .custom-next-btn.disabled:active,
.p-index_oc__slider .custom-next-btn:disabled:active,
.p-index_oc__slider .custom-next-btn.swiper-button-disabled:active,
.p-index_oc__slider .custom-next-btn[aria-disabled=true]:active {
  transform: none;
}
.p-index_oc__slider .custom-prev-btn[aria-disabled=false], .p-index_oc__slider .custom-prev-btn:not([aria-disabled=true]):not(.disabled):not(:disabled):not(.swiper-button-disabled),
.p-index_oc__slider .custom-next-btn[aria-disabled=false],
.p-index_oc__slider .custom-next-btn:not([aria-disabled=true]):not(.disabled):not(:disabled):not(.swiper-button-disabled) {
  background: #2f4c85 !important;
  cursor: pointer;
}
.p-index_oc__slider .custom-prev-btn img,
.p-index_oc__slider .custom-next-btn img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.p-index_oc__slider .custom-prev-btn {
  background: #2f4c85 !important;
}
.p-index_oc__slider .custom-prev-btn img {
  transform: rotate(180deg);
}
.p-index_oc__slider--item {
  background-color: #e9ecee;
  color: #404040;
  padding: 10px 10px 40px 10px;
  line-height: 1.2em;
  font-family: "Noto Sans JP", serif;
  background-image: url("../img/top/icon_arrow.svg");
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: bottom 5px right 5px;
}
.p-index_oc__slider--image {
  padding-bottom: 10px;
}
.p-index_oc__slider--image img {
  max-width: 100% !important;
}
.p-index_oc__slider--title {
  font-size: 16px;
  margin-bottom: 10px;
}
.p-index_oc__slider--text {
  font-size: 12px;
}
.p-index_opencampus-sp {
  background-color: #0d357f;
  position: relative;
  color: #fff;
  font-size: 16px;
  margin: 50px 0% 100px 0%;
  padding: 50px 5%;
}
.p-index_opencampus-sp__wrap {
  position: relative;
  z-index: 1;
}
.p-index_opencampus-sp::after {
  content: url("../img/top/icon_oc.png");
  display: block;
  position: absolute;
  top: -100px;
  right: 0;
  z-index: 0;
}
.p-index_opencampus-sp--subtitle {
  font-size: 16px;
  margin-bottom: 1em;
}
.p-index_opencampus-sp--subtitle:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 20px;
  background-image: url("../img/top/icon_o.svg");
  background-repeat: no-repeat;
  background-position: 0px 4px;
}
.p-index_opencampus-sp__field {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}
.p-index_opencampus-sp__field--item {
  background-color: #fff;
  color: #404040;
  padding: 5px 20px 5px 10px;
  line-height: 1.2em;
  font-family: "Noto Sans JP", serif;
  position: relative;
  margin-right: 1.5%;
  margin-bottom: 4px !important;
  font-size: 13px;
  border-radius: 50px;
  position: relative;
}
.p-index_opencampus-sp__field--item:after {
  content: url("../img/top/chevron-right.svg");
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 5px;
}
.p-index_opencampus-sp--title {
  font-size: 112px;
  font-family: "Bellefair", serif;
  line-height: 1.2em;
  margin-bottom: 10px;
  letter-spacing: -0.05em;
}
@media (max-width: 768px) {
  .p-index_opencampus-sp--title {
    font-size: 48px;
  }
}
.p-index_opencampus-sp--title span:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../img/top/icon_star.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}
.p-index_opencampus-sp--title02 {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 30px;
}
.p-index_opencampus-sp--text {
  font-size: 16px;
  margin-bottom: 40px;
}
.p-index_opencampus-sp--subtitle02 {
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 30px;
}
.p-index_opencampus-sp .progress-navigation-container {
  position: absolute;
  bottom: 15px;
  left: 0%;
  right: 10%;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 10;
  margin: 0;
  padding: 0;
  overflow: visible;
}
.p-index_opencampus-sp .swiper-pagination-progressbar {
  flex: 1;
  height: 10px;
  background: #d8dadc;
  border-radius: 4px;
  margin: 0;
  display: block;
  visibility: visible;
  opacity: 1;
  box-sizing: border-box;
  z-index: 10;
  margin-right: 90px;
  position: relative;
}
.p-index_opencampus-sp .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #2f4c85;
  border-radius: 4px;
  transition: transform 0.3s ease;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}
.p-index_opencampus-sp .c-button-new--white {
  width: 310px !important;
}
.p-index_opencampus-sp .custom-navigation {
  display: flex;
  gap: 8px;
  z-index: 12;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 4px;
  padding: 2px;
  overflow: visible;
}
.p-index_opencampus-sp .custom-prev-btn,
.p-index_opencampus-sp .custom-next-btn {
  width: 35px;
  height: 35px;
  background: #2f4c85;
  color: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.p-index_opencampus-sp .custom-prev-btn:hover,
.p-index_opencampus-sp .custom-next-btn:hover {
  transform: scale(1.05);
  background: #1a2f5a;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.p-index_opencampus-sp .custom-prev-btn:active,
.p-index_opencampus-sp .custom-next-btn:active {
  transform: scale(0.95);
}
.p-index_opencampus-sp .custom-prev-btn img,
.p-index_opencampus-sp .custom-next-btn img {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
}
.p-index_opencampus-sp .custom-prev-btn {
  background: #2f4c85;
}
.p-index_opencampus-sp .custom-prev-btn img {
  transform: rotate(180deg);
}
.p-index_oc-sp {
  padding: 50px 10%;
}
.p-index_oc-sp__slider {
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 50px;
  overflow: hidden;
}
.p-index_oc-sp__slider .progress-navigation-container {
  position: absolute;
  bottom: 15px;
  left: 0%;
  right: 10%;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 10;
  margin: 0;
  padding: 0;
  overflow: visible;
}
.p-index_oc-sp__slider .swiper-pagination-progressbar {
  flex: 1;
  height: 10px;
  background: #d8dadc;
  border-radius: 4px;
  margin: 0;
  display: block;
  visibility: visible;
  opacity: 1;
  box-sizing: border-box;
  z-index: 10;
  margin-right: 90px;
  position: relative;
}
.p-index_oc-sp__slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #2f4c85;
  border-radius: 4px;
  transition: transform 0.3s ease;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}
.p-index_oc-sp__slider .custom-navigation {
  display: flex;
  gap: 8px;
  z-index: 12;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 4px;
  padding: 2px;
  overflow: visible;
}
.p-index_oc-sp__slider .custom-prev-btn,
.p-index_oc-sp__slider .custom-next-btn {
  width: 35px;
  height: 35px;
  background: #2f4c85;
  color: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.p-index_oc-sp__slider .custom-prev-btn:hover,
.p-index_oc-sp__slider .custom-next-btn:hover {
  transform: scale(1.05);
  background: #1a2f5a;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.p-index_oc-sp__slider .custom-prev-btn:active,
.p-index_oc-sp__slider .custom-next-btn:active {
  transform: scale(0.95);
}
.p-index_oc-sp__slider .custom-prev-btn.disabled, .p-index_oc-sp__slider .custom-prev-btn:disabled, .p-index_oc-sp__slider .custom-prev-btn.swiper-button-disabled, .p-index_oc-sp__slider .custom-prev-btn[aria-disabled=true],
.p-index_oc-sp__slider .custom-next-btn.disabled,
.p-index_oc-sp__slider .custom-next-btn:disabled,
.p-index_oc-sp__slider .custom-next-btn.swiper-button-disabled,
.p-index_oc-sp__slider .custom-next-btn[aria-disabled=true] {
  background: #ccc !important;
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: none;
}
.p-index_oc-sp__slider .custom-prev-btn.disabled:hover, .p-index_oc-sp__slider .custom-prev-btn:disabled:hover, .p-index_oc-sp__slider .custom-prev-btn.swiper-button-disabled:hover, .p-index_oc-sp__slider .custom-prev-btn[aria-disabled=true]:hover,
.p-index_oc-sp__slider .custom-next-btn.disabled:hover,
.p-index_oc-sp__slider .custom-next-btn:disabled:hover,
.p-index_oc-sp__slider .custom-next-btn.swiper-button-disabled:hover,
.p-index_oc-sp__slider .custom-next-btn[aria-disabled=true]:hover {
  transform: none;
  background: #ccc !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.p-index_oc-sp__slider .custom-prev-btn.disabled:active, .p-index_oc-sp__slider .custom-prev-btn:disabled:active, .p-index_oc-sp__slider .custom-prev-btn.swiper-button-disabled:active, .p-index_oc-sp__slider .custom-prev-btn[aria-disabled=true]:active,
.p-index_oc-sp__slider .custom-next-btn.disabled:active,
.p-index_oc-sp__slider .custom-next-btn:disabled:active,
.p-index_oc-sp__slider .custom-next-btn.swiper-button-disabled:active,
.p-index_oc-sp__slider .custom-next-btn[aria-disabled=true]:active {
  transform: none;
}
.p-index_oc-sp__slider .custom-prev-btn[aria-disabled=false], .p-index_oc-sp__slider .custom-prev-btn:not([aria-disabled=true]):not(.disabled):not(:disabled):not(.swiper-button-disabled),
.p-index_oc-sp__slider .custom-next-btn[aria-disabled=false],
.p-index_oc-sp__slider .custom-next-btn:not([aria-disabled=true]):not(.disabled):not(:disabled):not(.swiper-button-disabled) {
  background: #2f4c85 !important;
  cursor: pointer;
}
.p-index_oc-sp__slider .custom-prev-btn img,
.p-index_oc-sp__slider .custom-next-btn img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.p-index_oc-sp__slider .custom-prev-btn {
  background: #2f4c85 !important;
}
.p-index_oc-sp__slider .custom-prev-btn img {
  transform: rotate(180deg) !important;
}
.p-index_oc-sp__slider--item {
  color: #404040;
}
.p-index_oc-sp__slider--item li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #fff;
  margin-bottom: 10px;
  padding: 10px;
}
.p-index_oc-sp__slider--item li .p-index_oc__slider--title {
  font-size: 13px;
  line-height: 1.2em;
}
.p-index_oc-sp__slider--item li .p-index_oc__slider--text {
  font-size: 9px;
  line-height: 1.2em;
  color: #8e9191;
}
.p-index_oc-sp__slider--item li div:nth-child(1) {
  width: 40%;
}
.p-index_oc-sp__slider--item li div:nth-child(1) img {
  width: 100%;
  height: auto;
}
.p-index_oc-sp__slider--item li div:nth-child(2) {
  width: 60%;
  padding-left: 5px;
}
.p-index_oc-sp__slider--image {
  padding-bottom: 10px;
}
.p-index_oc-sp__slider--title {
  font-size: 16px;
  margin-bottom: 10px;
}
.p-index_oc-sp__slider--text {
  font-size: 12px;
}
.p-index_session__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 50px;
}
.p-index_session__item {
  width: 19%;
  background-color: #fff;
  color: #404040;
  padding: 10px 10px 40px 10px;
  line-height: 1.2em;
  font-family: "Noto Sans JP", serif;
  position: relative;
  margin-right: 1.5%;
  background-image: url("../img/top/icon_arrow.svg");
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: bottom 5px right 5px;
}
.p-index_session__item--image {
  padding-bottom: 10px;
}
.p-index_session__item--title {
  font-size: 16px;
  margin-bottom: 10px;
}
.p-index_session__item--text {
  font-size: 12px;
}
.p-index_interview {
  font-size: 16px;
  margin: 50px 10% 0 10%;
  padding-left: 10%;
  background-image: url("../img/top/bg_interview.svg");
  background-position: left top;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .p-index_interview {
    margin: 50px 5% 0 0%;
    padding-left: 9%;
    background-size: 15%;
    margin-bottom: 100px;
  }
}
.p-index_interview .c-heading-serif {
  text-align: center;
  width: 100%;
  margin-bottom: 50px;
}
.p-index_interview .swiper-wrapper {
  margin-bottom: 50px;
}
.p-index_interview .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  visibility: visible;
  opacity: 1;
  z-index: 10;
  margin: 0;
  padding: 0;
}
.p-index_interview .progress-navigation-container {
  position: absolute;
  bottom: 15px;
  left: 0%;
  right: 10%;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 10;
  margin: 0;
  padding: 0;
  overflow: visible;
}
.p-index_interview .swiper-pagination-progressbar {
  flex: 1;
  height: 10px;
  background: #d8dadc;
  border-radius: 4px;
  margin: 0;
  display: block;
  visibility: visible;
  opacity: 1;
  box-sizing: border-box;
  z-index: 10;
  margin-right: 90px;
  position: relative;
}
.p-index_interview .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #2f4c85;
  border-radius: 4px;
  transition: transform 0.3s ease;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}
.p-index_interview .custom-navigation {
  display: flex;
  gap: 8px;
  z-index: 12;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 4px;
  padding: 2px;
  overflow: visible;
}
.p-index_interview .custom-prev-btn,
.p-index_interview .custom-next-btn {
  width: 35px;
  height: 35px;
  background: #2f4c85;
  color: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.p-index_interview .custom-prev-btn:hover,
.p-index_interview .custom-next-btn:hover {
  transform: scale(1.05);
  background: #1a2f5a;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.p-index_interview .custom-prev-btn:active,
.p-index_interview .custom-next-btn:active {
  transform: scale(0.95);
}
.p-index_interview .custom-prev-btn img,
.p-index_interview .custom-next-btn img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.p-index_interview .custom-prev-btn {
  background: #2f4c85;
}
.p-index_interview .custom-prev-btn img {
  transform: rotate(180deg);
}
.p-index_interview__title {
  font-size: 40px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5em;
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-index_interview__title {
    display: none;
  }
}
.p-index_interview--wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-index_interview--wrap {
    display: block;
  }
}
.p-index_interview--item {
  width: 48%;
}
@media (max-width: 768px) {
  .p-index_interview--item {
    width: 90%;
    margin-left: 10%;
  }
}
.p-index_interview--item figure {
  position: relative;
}
.p-index_interview--item img {
  max-width: 100%;
  height: auto;
}
.p-index_interview--item figcaption {
  font-size: 14px;
  margin-bottom: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 10px;
  text-align: center;
}
.p-index_interview--instrument {
  font-size: 14px;
  margin-bottom: 20px;
  background-color: #093284;
  color: #fff;
  width: 200px;
  padding: 5px 0px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-index_interview--instrument {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 10px;
    width: 150px;
  }
}
.p-index_interview--name {
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dbdadc;
}
@media (max-width: 768px) {
  .p-index_interview--name {
    font-size: 18px;
    padding-bottom: 15px;
  }
}
.p-index_interview--title {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  margin-bottom: 1em;
  margin-left: -0.5em;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .p-index_interview--title {
    text-indent: -0.5em;
    margin-left: 0em;
    font-size: 20px;
  }
}
.p-index_interview--text {
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-index_interview--text {
    font-size: 11px;
  }
}
.p-index_interview--more {
  color: #093284;
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 20px;
  position: relative;
  text-align: right;
}
@media (max-width: 768px) {
  .p-index_interview--more {
    font-size: 14px;
    margin-right: 10%;
    text-decoration: underline;
  }
}
.p-index_interview--more:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  padding-right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../img/top/icon_arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  vertical-align: middle;
}
.p-index_interview--side {
  font-size: 96px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 30px;
  transform: rotate(90deg);
  position: absolute;
  top: 50%;
  left: -45%;
  color: #093284;
}
.p-index_interview__slider {
  color: #404040;
  position: relative;
  padding-bottom: 10px;
  overflow: hidden !important;
  min-height: 200px;
  margin-bottom: 50px;
  line-height: 1.2em;
}
.p-index_interview__slider--item {
  color: #404040;
  background-color: #e9ecee;
  line-height: 1.2em;
  font-family: "Noto Sans JP", serif;
}
.p-index_interview__slider--image {
  margin-bottom: 10px;
}
.p-index_interview__slider--image img {
  width: 100%;
  height: auto;
}
.p-index_interview__slider--industry {
  font-size: 14px;
  margin-bottom: 10px;
  background-color: #093284;
  color: #fff;
  width: 150px;
  text-align: center;
  margin-left: 10px;
}
.p-index_interview__slider--job {
  font-size: 18px;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dbdadc;
}
.p-index_interview__slider--text {
  padding: 10px 0px 20px 10px;
}
.p-index_schoollife {
  font-size: 16px;
  margin: 150px 1% 0 2%;
}
.p-index_schoollife__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 3% 8% 0 8%;
}
.p-index_schoollife--icon {
  position: absolute;
  top: 42%;
  right: -20px;
  width: 300px;
}
.p-index_schoollife--icon img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .p-index_schoollife--icon {
    display: none;
  }
}
@media (max-width: 768px) {
  .p-index_schoollife {
    margin: 0;
    margin-bottom: 100px;
  }
  .p-index_schoollife .c-button-new {
    margin: 0 auto;
  }
}
.p-index_schoollife__item {
  width: 48%;
}
@media (max-width: 768px) {
  .p-index_schoollife__item {
    width: 90%;
    margin-left: 5%;
  }
}
.p-index_schoollife--title {
  font-size: 48px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5em;
  margin-bottom: 30px;
}
.p-index_schoollife--subtitle {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5em;
  margin-bottom: 30px;
}
.p-index_schoollife--text {
  font-size: 15px;
  line-height: 1.5em;
  margin-bottom: 30px;
}
.p-index_schoollife--image {
  position: relative;
  width: 100%;
  height: 600px;
  background-image: url("../img/top/bg_shoollife.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center calc(var(--parallax-y, 0px) + 60%);
  margin-bottom: 30px;
  overflow: hidden;
  will-change: background-position;
  transition: background-position 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 768px) {
  .p-index_schoollife--image {
    height: 300px;
    background-size: 150% auto;
  }
}
.p-index_support {
  font-size: 16px;
  margin: 150px 10% 0 10%;
}
.p-index_support__btn {
  color: #093284;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 30px;
  position: relative;
  text-decoration: underline;
}
.p-index_support__btn::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  padding-right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/top/icon_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .p-index_support {
    margin: 5%;
    margin-bottom: 100px;
  }
}
.p-index_support__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .p-index_support__wrap {
    display: block;
  }
}
.p-index_support__item {
  width: 49%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .p-index_support__item {
    width: 100%;
  }
}
.p-index_support__item > a {
  margin-top: auto;
}
.p-index_support__item--title {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 10px;
}
.p-index_support__item--image {
  margin-bottom: 20px;
}
.p-index_support__item--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-index_support__item--list {
    display: none;
  }
}
.p-index_support__item--list li {
  font-size: 13px;
  margin-bottom: 10px;
}
.p-index_support__item--list li:nth-child(1), .p-index_support__item--list li:nth-child(4), .p-index_support__item--list li:nth-child(7) {
  width: 34.3%;
}
.p-index_support__item--list li:nth-child(2), .p-index_support__item--list li:nth-child(5), .p-index_support__item--list li:nth-child(8) {
  width: 25.3%;
}
.p-index_support__item--list li:nth-child(3), .p-index_support__item--list li:nth-child(6), .p-index_support__item--list li:nth-child(9) {
  width: 40.3%;
}
.p-index_support__item--list li:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  background-color: #093284;
}
.p-index_support__item--list02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-index_support__item--list02 {
    display: none;
  }
}
.p-index_support__item--list02 li {
  font-size: 13px;
  margin-bottom: 10px;
  width: 49%;
  letter-spacing: 0em;
}
.p-index_support__item--list02 li:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  background-color: #093284;
}
.p-index_support__item--image img {
  width: 100%;
  height: auto;
}
.p-index_support__title {
  font-size: 80px;
  font-family: "Bellefair", serif;
  line-height: 1.5em;
  margin-bottom: 30px;
  letter-spacing: -0.05em;
  display: flex;
}
@media (max-width: 768px) {
  .p-index_support__title {
    font-size: 48px;
    line-height: 0.6em;
    margin-bottom: 40px;
    display: block;
  }
}
.p-index_support__title span {
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  vertical-align: middle;
  letter-spacing: -0.05em;
  padding-left: 10px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-index_support__title span {
    font-size: 11px;
    padding-left: 0;
    text-align: left;
  }
}
.p-index_sns {
  min-height: 500px;
  font-size: 16px;
  margin: 150px 2% 0 2%;
  overflow: hidden;
  position: relative;
  height: 600px;
  color: #fff;
}
@media (max-width: 768px) {
  .p-index_sns {
    margin: 0;
    height: 400px;
    min-height: 400px;
    margin-bottom: 50px;
  }
  .p-index_sns .scroll-infinity__list {
    height: 400px;
  }
  .p-index_sns .scroll-infinity__list img {
    height: 120px;
  }
  .p-index_sns .scroll-infinity__container {
    height: 390px;
  }
}
.p-index_sns__title {
  font-size: 80px;
  font-family: "Bellefair", serif;
  line-height: 1.2em;
  margin-bottom: 30px;
  letter-spacing: -0.05em;
  color: #fff;
  position: absolute;
  top: 35%;
  width: 100%;
  text-align: center;
  z-index: 10;
}
@media (max-width: 768px) {
  .p-index_sns__title {
    top: 12%;
    font-size: 40px;
    letter-spacing: 0em;
  }
}
.p-index_sns--item {
  position: absolute;
  top: 50%;
  left: calc(50% - 335px);
  z-index: 1;
}
@media (max-width: 768px) {
  .p-index_sns--item {
    top: 44%;
    left: calc(50% - 175px);
  }
  .p-index_sns--item ul {
    padding-top: 10px !important;
  }
}
.p-index_sns--item ul {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding: 0;
}
.p-index_sns--item ul li {
  display: flex;
  align-items: center;
  justify-content: right;
  margin-right: 0px;
  margin-top: 20px;
}
.p-index_sns--item ul li .c-button-new--white {
  margin-right: 20px;
}
@media (max-width: 768px) {
  .p-index_sns--item ul li .c-button-new--white {
    margin-right: 0px;
  }
}
.p-index_sns--item ul li i {
  font-size: 24px;
  margin-right: 8px;
  color: #000;
  background-color: #fff;
  border-radius: 50%;
  width: 63px;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-index_sns--item ul li a {
  color: #fff;
  text-decoration: none;
}
.p-index_sns--item ul li a:hover {
  opacity: 0.8;
}
.p-index_sns__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.p-index_action {
  font-size: 16px;
  margin: 50px 2% 0 2%;
}
@media (max-width: 768px) {
  .p-index_action {
    margin: 0;
    margin-bottom: 50px;
  }
}
.p-index_action--wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-index_action--item {
  width: 49%;
}
@media (max-width: 768px) {
  .p-index_action--item {
    width: 90%;
    margin-left: 5%;
    margin-bottom: 10px;
  }
}
.p-index_action--item img {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .p-index_picture__slider {
    height: 320px !important;
  }
  .scroll-infinity__wrap.u-fadeinup {
    opacity: 1 !important;
    transform: none !important;
  }
  .scroll-infinity__list {
    will-change: transform;
    transform: translateZ(0);
  }
  .p-index_picture__slider {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  .p-index_picture__slider .swiper-wrapper {
    transition-timing-function: linear !important;
  }
  .p-index_picture__slider .swiper-slide {
    width: auto;
    z-index: 2;
  }
  .p-index_picture__item {
    width: auto;
    height: auto;
    position: relative;
    z-index: 2;
    text-align: center;
    opacity: 0;
    filter: blur(10px);
    transition: all 0.8s ease;
    width: auto !important;
    flex-shrink: 0;
    will-change: transform, opacity, filter;
  }
  .p-index_picture__item.is-visible {
    opacity: 1;
    filter: blur(0);
  }
  .p-index_picture__item img {
    margin-top: -50px;
    width: auto;
    height: auto;
    max-width: none;
    will-change: transform;
    transform: translateZ(0);
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .p-index_picture__item img {
    margin-top: 0px;
  }
}
@media (max-width: 768px) {
  .p-index_picture + .scroll-infinity__wrap {
    margin-top: -230px;
    position: relative;
    z-index: 1;
  }
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes infinity-scroll-right {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
.scroll-infinity__container {
  display: flex;
  flex-direction: column;
  background-color: #191f20;
}

.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 1;
}

.scroll-infinity__list {
  display: flex;
  flex-shrink: 0;
  height: 200px;
}
.scroll-infinity__list img {
  height: 200px;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}

.scroll-infinity__list--left {
  animation: infinity-scroll-left 30s infinite linear;
}

.scroll-infinity__list--left-pc {
  animation: infinity-scroll-left 30s infinite linear;
}

.scroll-infinity__list--right {
  animation: infinity-scroll-right 30s infinite linear;
  transform: translateX(-50%);
}

.sticky-sections {
  position: relative;
}
.sticky-sections .sticky-section {
  position: sticky;
  top: 80px;
  min-height: 100vh;
  z-index: 1;
  background: #9cb2d9;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.sticky-sections__title {
  position: sticky;
  top: 0;
  z-index: 10;
  background: #fff;
  padding: 30px 0 10px 0;
  text-align: center;
}

#interview-swiper .custom-navigation .custom-prev-btn,
#interview-swiper .custom-navigation .custom-next-btn {
  width: 35px;
  height: 35px;
  background: #2f4c85 !important;
  color: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#interview-swiper .custom-navigation .custom-prev-btn:hover,
#interview-swiper .custom-navigation .custom-next-btn:hover {
  transform: scale(1.05);
  background: #1a2f5a !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
#interview-swiper .custom-navigation .custom-prev-btn:active,
#interview-swiper .custom-navigation .custom-next-btn:active {
  transform: scale(0.95);
}
#interview-swiper .custom-navigation .custom-prev-btn.disabled, #interview-swiper .custom-navigation .custom-prev-btn:disabled, #interview-swiper .custom-navigation .custom-prev-btn.swiper-button-disabled, #interview-swiper .custom-navigation .custom-prev-btn[aria-disabled=true],
#interview-swiper .custom-navigation .custom-next-btn.disabled,
#interview-swiper .custom-navigation .custom-next-btn:disabled,
#interview-swiper .custom-navigation .custom-next-btn.swiper-button-disabled,
#interview-swiper .custom-navigation .custom-next-btn[aria-disabled=true] {
  background: #ccc !important;
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: none;
}
#interview-swiper .custom-navigation .custom-prev-btn.disabled:hover, #interview-swiper .custom-navigation .custom-prev-btn:disabled:hover, #interview-swiper .custom-navigation .custom-prev-btn.swiper-button-disabled:hover, #interview-swiper .custom-navigation .custom-prev-btn[aria-disabled=true]:hover,
#interview-swiper .custom-navigation .custom-next-btn.disabled:hover,
#interview-swiper .custom-navigation .custom-next-btn:disabled:hover,
#interview-swiper .custom-navigation .custom-next-btn.swiper-button-disabled:hover,
#interview-swiper .custom-navigation .custom-next-btn[aria-disabled=true]:hover {
  transform: none;
  background: #ccc !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#interview-swiper .custom-navigation .custom-prev-btn.disabled:active, #interview-swiper .custom-navigation .custom-prev-btn:disabled:active, #interview-swiper .custom-navigation .custom-prev-btn.swiper-button-disabled:active, #interview-swiper .custom-navigation .custom-prev-btn[aria-disabled=true]:active,
#interview-swiper .custom-navigation .custom-next-btn.disabled:active,
#interview-swiper .custom-navigation .custom-next-btn:disabled:active,
#interview-swiper .custom-navigation .custom-next-btn.swiper-button-disabled:active,
#interview-swiper .custom-navigation .custom-next-btn[aria-disabled=true]:active {
  transform: none;
}
#interview-swiper .custom-navigation .custom-prev-btn[aria-disabled=false], #interview-swiper .custom-navigation .custom-prev-btn:not([aria-disabled=true]):not(.disabled):not(:disabled):not(.swiper-button-disabled),
#interview-swiper .custom-navigation .custom-next-btn[aria-disabled=false],
#interview-swiper .custom-navigation .custom-next-btn:not([aria-disabled=true]):not(.disabled):not(:disabled):not(.swiper-button-disabled) {
  background: #2f4c85 !important;
  cursor: pointer;
}

@media (max-width: 768px) {
  .footer-logo {
    height: 120px !important;
  }
  .footer-logo img {
    width: 1200px !important;
    height: auto !important;
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
}
.p-index {
  font-family: "Noto Sans JP";
  font-family: "Noto Sans JP";
}
.p-index a {
  color: #404040;
}
.p-index_kv {
  line-height: 0em;
  background-image: linear-gradient(90deg, #a7c3d8, #cce7f9);
  position: relative;
  margin-bottom: 40px;
}
.p-index_kv__loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  opacity: 1;
  transition: opacity 0.9s ease-in-out;
}
.p-index_kv__loading.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.p-index_kv__loading .kv-loading-logo {
  max-width: 260px;
  height: auto;
  animation: loadingPulse 2s ease-in-out infinite;
}
@keyframes loadingPulse {
  0%, 100% {
    opacity: 0.9;
    transform: scale(0.9);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
}
.p-index_kv--title {
  position: absolute;
  bottom: 4%;
  width: 100%;
  z-index: 10;
}
@media (max-width: 768px) {
  .p-index_kv--title {
    bottom: 0;
  }
}
.p-index_kv--title .kv-logo-img-sp {
  display: none;
}
@media (max-width: 768px) {
  .p-index_kv--title .kv-logo-img-sp {
    display: block;
  }
}
.p-index_kv--title .kv-logo-img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
@media (max-width: 768px) {
  .p-index_kv--title .kv-logo-img {
    display: none;
  }
}
.p-index_kv--title .kv-logo-img-sp {
  display: none;
}
@media (max-width: 768px) {
  .p-index_kv--title .kv-logo-img-sp {
    display: block;
    max-width: 100%;
    text-align: center;
  }
}
.p-index_kv--title01 {
  position: absolute;
  bottom: 50px;
  right: 40%;
  z-index: 10;
}
.p-index_kv--title01 img {
  width: auto;
  height: auto;
  max-width: 80%;
}
.p-index_kv--title02 {
  position: absolute;
  bottom: 50px;
  left: 54%;
  z-index: 10;
}
.p-index_kv--title02 img {
  width: auto;
  height: auto;
  max-width: 80%;
}
.p-index_kv__slider {
  width: 100%;
  height: 800px;
  overflow: hidden;
}
.p-index_kv__slider .swiper-wrapper {
  align-items: center;
  display: flex;
}
.p-index_kv__slider--item--img01 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100px);
  z-index: 2;
  width: 1600px;
  height: auto;
  background-size: cover;
  opacity: 0;
  filter: blur(10px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-index_kv__slider--item--img01 img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .p-index_kv__slider--item--img01 {
    width: 98vw !important;
    height: auto;
    left: 50%;
    transform: translateX(-50%) translateY(100px);
  }
}
.p-index_kv__slider--item--img02 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100px);
  z-index: 2;
  width: 1600px;
  height: auto;
  background-size: cover;
  opacity: 0;
  filter: blur(10px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-index_kv__slider--item--img02 img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .p-index_kv__slider--item--img02 {
    width: 98vw !important;
    height: auto;
    left: 50%;
    transform: translateX(-50%) translateY(100px);
  }
}
.p-index_kv__slider--bg {
  background: #093284;
  width: 100%;
  height: 80%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  filter: blur(0);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 0 0 rgba(9, 50, 132, 0);
  opacity: 1;
}
.p-index_kv__slider--bg.swiper-slide-transitioning {
  filter: blur(8px);
  box-shadow: 0 0 40px rgba(9, 50, 132, 0.8);
}
@media (max-width: 768px) {
  .p-index_kv__slider--bg {
    width: 200%;
    height: 70%;
    top: 60%;
  }
}
.p-index_kv__slider .slide-title {
  position: absolute;
  top: 500px;
  left: 10%;
  color: #404040;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.5019607843);
  opacity: 0;
  transform: translateY(30px) scale(0.9);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  filter: blur(5px);
}
.p-index_kv__slider .swiper-slide-active .slide-title {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}
.swiper-slide-active .p-index_kv__slider--item--img01, .swiper-slide-active .p-index_kv__slider--item--img02 {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  filter: blur(0);
}
@media (max-width: 768px) {
  .swiper-slide-active .p-index_kv__slider--item--img01, .swiper-slide-active .p-index_kv__slider--item--img02 {
    width: 1200px;
  }
}
.swiper-slide-active .p-index_kv__slider--bg {
  filter: blur(0);
  box-shadow: 0 0 0 rgba(9, 50, 132, 0);
  opacity: 1;
}
@media (max-width: 768px) {
  .swiper-slide-active .p-index_kv__slider--bg {
    opacity: 1 !important;
  }
}
.swiper-slide-active .p-index_kv__slider--bg.swiper-slide-transitioning {
  filter: blur(8px);
  box-shadow: 0 0 40px rgba(9, 50, 132, 0.8);
}
.swiper-slide .p-index_kv__slider--item--img01, .swiper-slide .p-index_kv__slider--item--img02 {
  opacity: 0;
  transform: translateX(-50%) translateY(100px);
  filter: blur(10px);
}
@media (max-width: 768px) {
  .swiper-slide .p-index_kv__slider--item--img01, .swiper-slide .p-index_kv__slider--item--img02 {
    width: 1200px;
  }
}
.swiper-slide .p-index_kv__slider--bg {
  filter: blur(0);
  box-shadow: 0 0 0 rgba(9, 50, 132, 0);
}
@media (max-width: 768px) {
  .swiper-slide .p-index_kv__slider--bg {
    opacity: 0;
  }
}
.p-index_kv__slider .swiper-slide .slide-title {
  opacity: 0;
  transform: translateY(30px) scale(0.9);
  filter: blur(5px);
}
.p-index_kv__slider .swiper-button-next,
.p-index_kv__slider .swiper-button-prev {
  color: white;
  background: rgba(255, 255, 255, 0.2);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.p-index_kv__slider .swiper-button-next:hover,
.p-index_kv__slider .swiper-button-prev:hover {
  background: rgba(255, 255, 255, 0.3);
}
.p-index_kv__slider .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.p-index_kv__slider .swiper-pagination-bullet-active {
  background: white;
}
@media (max-width: 768px) {
  .p-index_kv__slider {
    height: min(667px, 100svh);
  }
  .p-index_kv__slider .slide-title {
    font-size: 1.5rem;
  }
  .p-index_kv__slider .slide-content {
    bottom: 15%;
  }
}
.p-index_kv .c-button-new--white {
  position: absolute;
  bottom: 50%;
  left: calc(50% - 450px);
  transform: translate(-50%, 0);
  z-index: 10;
}
@media (max-width: 768px) {
  .p-index_kv .c-button-new--white {
    display: none;
  }
}
.p-index_topics__slider {
  position: relative;
  margin-bottom: 30px;
  margin: 10px 0 0 10%;
  padding-bottom: 50px;
  overflow: hidden;
}
.p-index_topics__slider .swiper-slide img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}
.p-index_topics__slider .swiper-slide img:hover {
  transform: scale(1.05);
}
.p-index_topics__slider .progress-navigation-container {
  position: absolute;
  bottom: 15px;
  left: 0%;
  right: 10%;
  width: 90%;
  display: flex;
  align-items: center;
  z-index: 10;
  margin: 0;
  padding: 0;
  overflow: visible;
}
.p-index_topics__slider .swiper-pagination-progressbar {
  flex: 1;
  height: 10px;
  background: #d8dadc;
  border-radius: 4px;
  margin: 0;
  display: block;
  visibility: visible;
  opacity: 1;
  box-sizing: border-box;
  z-index: 10;
  margin-right: 90px;
  position: relative;
}
.p-index_topics__slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #2f4c85;
  border-radius: 4px;
  transition: transform 0.3s ease;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}
.p-index_topics__slider .custom-navigation {
  display: flex;
  gap: 8px;
  z-index: 12;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 4px;
  padding: 2px;
  overflow: visible;
}
.p-index_topics__slider .custom-prev-btn,
.p-index_topics__slider .custom-next-btn {
  width: 35px;
  height: 35px;
  background: #2f4c85;
  color: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background: #1a2f5a;
}
.p-index_topics__slider .custom-prev-btn:hover,
.p-index_topics__slider .custom-next-btn:hover {
  transform: scale(1.05);
  background: #1a2f5a;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.p-index_topics__slider .custom-prev-btn:active,
.p-index_topics__slider .custom-next-btn:active {
  transform: scale(0.95);
}
.p-index_topics__slider .custom-prev-btn.disabled, .p-index_topics__slider .custom-prev-btn:disabled, .p-index_topics__slider .custom-prev-btn.swiper-button-disabled, .p-index_topics__slider .custom-prev-btn[aria-disabled=true],
.p-index_topics__slider .custom-next-btn.disabled,
.p-index_topics__slider .custom-next-btn:disabled,
.p-index_topics__slider .custom-next-btn.swiper-button-disabled,
.p-index_topics__slider .custom-next-btn[aria-disabled=true] {
  background: #ccc !important;
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: none;
}
.p-index_topics__slider .custom-prev-btn.disabled:hover, .p-index_topics__slider .custom-prev-btn:disabled:hover, .p-index_topics__slider .custom-prev-btn.swiper-button-disabled:hover, .p-index_topics__slider .custom-prev-btn[aria-disabled=true]:hover,
.p-index_topics__slider .custom-next-btn.disabled:hover,
.p-index_topics__slider .custom-next-btn:disabled:hover,
.p-index_topics__slider .custom-next-btn.swiper-button-disabled:hover,
.p-index_topics__slider .custom-next-btn[aria-disabled=true]:hover {
  transform: none;
  background: #ccc !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.p-index_topics__slider .custom-prev-btn.disabled:active, .p-index_topics__slider .custom-prev-btn:disabled:active, .p-index_topics__slider .custom-prev-btn.swiper-button-disabled:active, .p-index_topics__slider .custom-prev-btn[aria-disabled=true]:active,
.p-index_topics__slider .custom-next-btn.disabled:active,
.p-index_topics__slider .custom-next-btn:disabled:active,
.p-index_topics__slider .custom-next-btn.swiper-button-disabled:active,
.p-index_topics__slider .custom-next-btn[aria-disabled=true]:active {
  transform: none;
}
.p-index_topics__slider .custom-prev-btn[aria-disabled=false], .p-index_topics__slider .custom-prev-btn:not([aria-disabled=true]):not(.disabled):not(:disabled):not(.swiper-button-disabled),
.p-index_topics__slider .custom-next-btn[aria-disabled=false],
.p-index_topics__slider .custom-next-btn:not([aria-disabled=true]):not(.disabled):not(:disabled):not(.swiper-button-disabled) {
  background: #2f4c85 !important;
  cursor: pointer;
}
.p-index_topics__slider .custom-prev-btn img,
.p-index_topics__slider .custom-next-btn img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.p-index_topics__slider .custom-prev-btn {
  background: #2f4c85;
}
.p-index_topics__slider .custom-prev-btn img {
  transform: rotate(180deg);
}
.p-index_news {
  font-size: 16px;
  margin: 50px 10% 0 10%;
}
.p-index_news a {
  color: #404040 !important;
}
.p-index_news__list {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
  background-image: url("../img/top/icon_arrow.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 23px;
  padding-right: 30px;
}
@media (max-width: 768px) {
  .p-index_news__list {
    padding-right: 0px;
    background-image: none;
  }
}
.p-index_news__date {
  font-size: 16px;
  color: #8e9191;
  margin-bottom: 10px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .p-index_news__date {
    font-size: 12px;
    margin-right: 10px;
  }
}
.p-index_news__category {
  font-size: 12px;
  color: #8e9191;
  border: 1px solid #d8dadc;
  padding: 2px 10px;
  margin-bottom: 10px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .p-index_news__category {
    font-size: 10px;
    margin-right: 10px;
    padding-top: 2px;
  }
}
.p-index_news__title {
  font-size: 16px;
}
@media (max-width: 768px) {
  .p-index_news__title {
    font-size: 13px;
  }
}
.p-index_4year {
  font-size: 16px;
  margin: 115px 10% -3% 10%;
  display: flex;
  flex-wrap: wrap;
}
.p-index_4year--more {
  color: #093284;
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 20px;
  position: relative;
  text-align: right;
}
@media (max-width: 768px) {
  .p-index_4year--more {
    font-size: 14px;
    margin-right: 10%;
    text-decoration: underline;
  }
}
.p-index_4year--more:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  padding-right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../img/top/icon_arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  vertical-align: middle;
}
.p-index_4year__title {
  font-size: 48px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5em;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .p-index_4year__title {
    font-size: 30px;
    margin-bottom: 0px;
  }
}
.p-index_4year__text {
  font-size: 16px;
  padding: 20px 0;
  line-height: 2em;
}
@media (max-width: 768px) {
  .p-index_4year__text {
    font-size: 14px;
  }
}
.p-index_4year__item {
  width: 50%;
}
@media (max-width: 768px) {
  .p-index_4year__item {
    width: 100%;
  }
}
.p-index_4year__item figure {
  margin-top: 20%;
  margin-left: -10%;
  margin-right: -10%;
}
@media (max-width: 768px) {
  .p-index_4year__item figure {
    margin-top: 0;
  }
}
.p-index_4year__item img {
  width: 100%;
  height: auto;
}
.p-index_4year__item:first-child {
  padding-left: 5%;
}
.p-index_picture {
  font-size: 16px;
  position: relative;
  height: 430px;
  z-index: 10;
}
@media (max-width: 768px) {
  .p-index_picture {
    padding-top: 50px;
    height: 320px;
  }
}
.p-index_picture__slider {
  position: absolute;
  width: 100%;
  height: 430px;
  will-change: transform;
  transform: translateZ(0);
}
.p-index_picture__slider .swiper-wrapper {
  transition-timing-function: linear !important;
}
@media (max-width: 768px) {
  .p-index_picture__slider {
    height: auto !important;
  }
  .p-index_picture__slider img {
    height: auto;
  }
}
.p-index_picture__item {
  text-align: center;
  opacity: 0;
  filter: blur(10px);
  transform: scale(0.8) translateY(100px);
  transition: all 0.8s ease;
  width: auto !important;
  flex-shrink: 0;
  will-change: transform, opacity, filter;
}
@media (max-width: 768px) {
  .p-index_picture__item {
    width: auto;
    height: auto;
  }
}
.p-index_picture__item.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: scale(1) translateY(var(--random-y, 0px)) translateZ(0);
}
.p-index_picture__item img {
  max-width: none;
  width: auto;
  height: auto;
  will-change: transform;
  transform: translateZ(0);
}
.p-index_courses {
  font-size: 16px;
  margin: 50px 0 0 0;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: visible !important;
}
@media (max-width: 768px) {
  .p-index_courses {
    margin-bottom: 100px;
  }
}
.l-main .p-index_courses {
  overflow: visible !important;
}
.p-index_courses * {
  overflow: visible !important;
}
.p-index_courses__title {
  padding-left: 15%;
  font-size: 48px;
  font-family: "Noto Serif JP", serif;
  margin-top: 170px;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .p-index_courses__title {
    display: none;
  }
}
.p-index_courses .courses-sticky-container {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  overflow: visible !important;
}
@media (max-width: 768px) {
  .p-index_courses .courses-sticky-container {
    padding-top: 0px;
  }
}
.p-index_courses .courses-sticky-item {
  width: 94vw;
  left: 3vw;
  position: sticky;
  top: 0;
  height: 680px;
  display: flex;
  align-items: center;
  justify-content: center;
  will-change: opacity, transform, filter, scale, border-radius;
  transition: none;
  transform-origin: center center;
}
@media (max-width: 768px) {
  .p-index_courses .courses-sticky-item {
    height: 440px;
    display: block;
    margin-bottom: 10px;
  }
  .p-index_courses .courses-sticky-item:after {
    content: url("../img/top/icon_plus.svg");
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
}
.p-index_courses .courses-sticky-item[data-course="0"] {
  overflow: visible !important;
  z-index: 1;
}
.p-index_courses .courses-sticky-item[data-course="0"] .p-index_courses__item {
  background-color: #9cb2d9;
  background-image: url("../img/top/img_world1.jpg");
  background-position: right bottom;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-color: #9cb2d9;
  min-height: 680px;
  padding: 5% 60% 5% 5%;
  width: 100%;
  max-width: none;
  transform-origin: center center;
  will-change: transform, filter, border-radius;
}
@media (max-width: 768px) {
  .p-index_courses .courses-sticky-item[data-course="0"] .p-index_courses__item {
    min-height: 440px;
    padding: 50% 5% 5% 5%;
    background-size: 100%;
    background-image: url("../img/top/img_world1_sp.jpg");
    background-size: cover;
  }
}
.p-index_courses .courses-sticky-item[data-course="1"] {
  overflow: visible !important;
  z-index: 2;
}
.p-index_courses .courses-sticky-item[data-course="1"] .p-index_courses__item {
  background-image: url("../img/top/img_world2.jpg");
  background-position: right bottom;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-color: #9cb2d9;
  min-height: 680px;
  padding: 2.5% 60% 2.5% 5%;
  width: 100%;
  max-width: none;
  transform-origin: center center;
  will-change: transform, filter, border-radius;
}
@media (max-width: 768px) {
  .p-index_courses .courses-sticky-item[data-course="1"] .p-index_courses__item {
    min-height: 440px;
    padding: 35% 5% 5% 5%;
    background-size: 100%;
    background-image: url("../img/top/img_world2_sp.jpg");
    background-size: cover;
  }
}
.p-index_courses .courses-sticky-item[data-course="2"] {
  overflow: visible !important;
  z-index: 3;
}
.p-index_courses .courses-sticky-item[data-course="2"] .p-index_courses__item {
  background-image: url("../img/top/img_world3.jpg");
  background-position: right bottom;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-color: #9cb2d9;
  min-height: 680px;
  padding: 2.5% 60% 2.5% 5%;
  width: 100%;
  max-width: none;
  transform-origin: center center;
  will-change: transform, filter, border-radius;
}
@media (max-width: 768px) {
  .p-index_courses .courses-sticky-item[data-course="2"] .p-index_courses__item {
    min-height: 440px;
    padding: 35% 5% 5% 5%;
    background-size: 100%;
    background-image: url("../img/top/img_world3_sp.jpg");
    background-size: cover;
  }
}
.p-index_courses .courses-sticky-item[data-course="3"] {
  overflow: visible !important;
  z-index: 4;
}
.p-index_courses .courses-sticky-item[data-course="3"] .p-index_courses__item {
  background-image: url("../img/top/img_world4.jpg");
  background-position: right bottom;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-color: #9cb2d9;
  min-height: 680px;
  padding: 5% 60% 5% 5%;
  width: 100%;
  max-width: none;
  transform-origin: center center;
  will-change: transform, filter, border-radius;
}
@media (max-width: 768px) {
  .p-index_courses .courses-sticky-item[data-course="3"] .p-index_courses__item {
    min-height: 440px;
    margin-top: 0;
    padding: 48% 5% 5% 5%;
    background-size: 100%;
    background-image: url("../img/top/img_world4_sp.jpg");
    background-size: cover;
  }
}
.p-index_courses__item {
  line-height: 2em;
  margin-bottom: 20px;
  width: 100%;
  max-width: none;
  padding: 5% 60% 5% 5%;
  background-color: #9cb2d9;
  min-height: 800px;
}
@media (max-width: 768px) {
  .p-index_courses__item--number {
    font-size: 12px;
  }
}
.p-index_courses__item--world {
  font-size: 70px;
  font-family: "Bellefair", serif;
  line-height: 1.1em;
  margin-bottom: 10px;
  letter-spacing: -0.05em;
}
@media (max-width: 768px) {
  .p-index_courses__item--world {
    font-size: 48px;
    margin-bottom: 0;
    line-height: 1em;
  }
}
.p-index_courses__item--world02 {
  font-size: 16px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-index_courses__item--world02 {
    font-size: 10px;
    margin-bottom: 10px;
  }
}
.p-index_courses__item--title {
  font-size: 30px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .p-index_courses__item--title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.p-index_courses__item--text {
  font-size: 16px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-index_courses__item--text {
    display: none;
  }
}
@media (max-width: 768px) {
  .p-index_courses__item .c-button-new--white {
    padding: 10px;
    width: 80% !important;
    margin: 10px 10%;
    background-color: rgba(13, 53, 127, 0.062745098);
    font-size: 13px;
    display: none;
  }
}
.p-index_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(146, 146, 146, 0.8);
  z-index: 40001;
  scrollbar-width: 16px;
  scrollbar-color: #093284 #f0f0f0;
}
@media (max-width: 768px) {
  .p-index_modal {
    padding: 10px 10px 100px 10px;
  }
}
.p-index_modal--number {
  font-size: 15px;
  padding-top: 40px;
  max-width: 1072px;
  margin-bottom: 10px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-index_modal--number {
    font-size: 12px;
    padding-top: 0;
  }
}
.p-index_modal--world {
  max-width: 1072px;
  margin: 0 auto;
  font-size: 70px;
  font-family: "Bellefair", serif;
  line-height: 1.1em;
  margin-bottom: 10px;
  letter-spacing: -0.05em;
}
@media (max-width: 768px) {
  .p-index_modal--world {
    font-size: 48px;
    margin-bottom: 10px;
    line-height: 1em;
  }
}
.p-index_modal--world02 {
  max-width: 1072px;
  margin: 0 auto;
  font-size: 16px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-index_modal--world02 {
    font-size: 10px;
    margin-bottom: 30px;
  }
}
.p-index_modal::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}
.p-index_modal::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 8px;
}
.p-index_modal::-webkit-scrollbar-thumb {
  background: #093284;
  border-radius: 8px;
  border: 2px solid #f0f0f0;
}
.p-index_modal::-webkit-scrollbar-thumb:hover {
  background: #093284;
}
.p-index_modal::-webkit-scrollbar-corner {
  background: #f0f0f0;
}
.p-index_modal__close {
  position: absolute;
  top: 8vw;
  right: 8vw;
  width: 30px;
  height: 30px;
  z-index: 40001;
  cursor: pointer;
}
@media (max-width: 768px) {
  .p-index_modal__close {
    top: auto;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
  }
}
.p-index_modal__course--wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
  max-width: 1024px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 768px) {
  .p-index_modal__course--wrap {
    display: block;
  }
}
.p-index_modal__course--wrap a {
  width: 49%;
}
.p-index_modal__course {
  width: 100%;
  margin-right: 7px;
  margin-bottom: 10px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #e9ecee;
}
@media (max-width: 768px) {
  .p-index_modal__course {
    width: 100%;
    margin-bottom: 10px;
  }
}
.p-index_modal__course--image {
  width: 25%;
  padding: 10px;
}
.p-index_modal__course--text {
  padding: 10px;
  width: 70%;
  color: #000;
  display: table-cell;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translateY(-50%);
  padding-right: 20px;
}
.p-index_modal__course--text:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: -15px;
  right: -15px;
  background-image: url("../img/top/icon_arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .p-index_modal__course--text:after {
    bottom: -5px;
    right: -10px;
    width: 30px;
    height: 30px;
    background-size: 25px;
  }
}
.p-index_modal__course--text h3 {
  font-size: 16px;
  margin-bottom: 0em;
}
@media (max-width: 768px) {
  .p-index_modal__course--text h3 {
    font-size: 12px;
  }
}
.p-index_modal__course--text p {
  margin-top: 5px !important;
  font-size: 14px;
}
@media (max-width: 768px) {
  .p-index_modal__course--text p {
    font-size: 10px;
  }
}
.p-index_modal__course--text p span {
  background-color: #fff;
  color: #000;
  padding: 2px 5px;
  margin-right: 5px;
}
.p-index_modal__course--number {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .p-index_modal__course--number {
    font-size: 12px;
  }
}
.p-index_modal__course--world {
  font-size: 70px;
  font-family: "Bellefair", serif;
  line-height: 1.1em;
  margin-bottom: 10px;
  letter-spacing: -0.05em;
}
@media (max-width: 768px) {
  .p-index_modal__course--world {
    font-size: 48px;
    margin-bottom: 10px;
    line-height: 1em;
  }
}
.p-index_modal__course--world02 {
  font-size: 16px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-index_modal__course--world02 {
    font-size: 10px;
    margin-bottom: 30px;
  }
}
.p-index_modal__musican {
  display: none;
  scrollbar-width: 16px;
  background-color: #fff;
  padding: 20px 20px;
  height: 85vh;
  overflow-y: scroll !important;
  margin: 5% 2%;
}
.p-index_modal__danceactor {
  display: none;
  scrollbar-width: 16px;
  background-color: #fff;
  padding: 20px 20px;
  overflow-y: scroll !important;
  height: 85vh;
  margin: 5% 2%;
}
.p-index_modal__soundcreator {
  display: none;
  scrollbar-width: 16px;
  background-color: #fff;
  padding: 20px 20px;
  overflow-y: scroll !important;
  height: 85vh;
  margin: 5% 2%;
}
.p-index_modal__concert {
  display: none;
  scrollbar-width: 16px;
  background-color: #fff;
  padding: 20px 20px;
  overflow-y: scroll !important;
  height: 85vh;
  margin: 5% 2%;
}
.p-index_opencampus {
  background-color: #0d357f;
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  margin: 160px 0% 100px 0%;
  padding: 180px 10%;
  background-image: url("../img/top/bg_oc.png");
  background-position: right top;
  background-repeat: no-repeat;
}
.p-index_opencampus--subtitle {
  font-size: 24px;
  margin-bottom: 1em;
}
.p-index_opencampus--subtitle:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 20px;
  background-image: url("../img/top/icon_o.svg");
  background-repeat: no-repeat;
  background-position: 0px 3px;
}
.p-index_opencampus--title {
  font-size: 112px;
  font-family: "Bellefair", serif;
  line-height: 1.2em;
  margin-bottom: 10px;
  letter-spacing: -0.05em;
}
@media (max-width: 768px) {
  .p-index_opencampus--title {
    font-size: 48px;
  }
}
.p-index_opencampus--title span:after {
  content: "";
  display: inline-block;
  width: 70px;
  height: 60px;
  background-image: url("../img/top/icon_star.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.p-index_opencampus--title02 {
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 30px;
}
.p-index_opencampus--text {
  font-size: 16px;
  margin-bottom: 40px;
}
.p-index_opencampus--subtitle02 {
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 30px;
}
.p-index_field__wrap a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
  background-color: #e9ecee;
}
.p-index_field__item:nth-child(1) {
  width: 30%;
  padding: 5px;
}
.p-index_field__item:nth-child(2) {
  width: 70%;
  color: #404040;
  font-size: 14px;
  display: flex;
  align-items: center;
  padding-left: 10px;
  font-family: "Noto Serif JP", serif;
  background-image: url("../img/top/icon_arrow.svg");
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: bottom 5px right 5px;
}
.p-index_field__slider {
  position: relative;
  padding-bottom: 20px;
  overflow: hidden;
  margin-bottom: 50px;
}
.p-index_field__slider .progress-navigation-container {
  position: absolute;
  bottom: 15px;
  left: 0%;
  right: 10%;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 10;
  margin: 0;
  padding: 0;
  overflow: visible;
}
.p-index_field__slider .swiper-pagination-progressbar {
  flex: 1;
  height: 10px;
  background: #d8dadc;
  border-radius: 4px;
  margin: 0;
  display: block;
  visibility: visible;
  opacity: 1;
  box-sizing: border-box;
  z-index: 10;
  margin-right: 90px;
  position: relative;
}
.p-index_field__slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #2f4c85;
  border-radius: 4px;
  transition: transform 0.3s ease;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}
.p-index_field__slider .custom-navigation {
  display: flex;
  gap: 8px;
  z-index: 12;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 4px;
  padding: 2px;
  overflow: visible;
}
.p-index_field__slider .custom-prev-btn,
.p-index_field__slider .custom-next-btn {
  width: 35px;
  height: 35px;
  background: #2f4c85;
  color: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.p-index_field__slider .custom-prev-btn:hover,
.p-index_field__slider .custom-next-btn:hover {
  transform: scale(1.05);
  background: #1a2f5a;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.p-index_field__slider .custom-prev-btn:active,
.p-index_field__slider .custom-next-btn:active {
  transform: scale(0.95);
}
.p-index_field__slider .custom-prev-btn.disabled, .p-index_field__slider .custom-prev-btn:disabled, .p-index_field__slider .custom-prev-btn.swiper-button-disabled, .p-index_field__slider .custom-prev-btn[aria-disabled=true],
.p-index_field__slider .custom-next-btn.disabled,
.p-index_field__slider .custom-next-btn:disabled,
.p-index_field__slider .custom-next-btn.swiper-button-disabled,
.p-index_field__slider .custom-next-btn[aria-disabled=true] {
  background: #ccc !important;
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: none;
}
.p-index_field__slider .custom-prev-btn.disabled:hover, .p-index_field__slider .custom-prev-btn:disabled:hover, .p-index_field__slider .custom-prev-btn.swiper-button-disabled:hover, .p-index_field__slider .custom-prev-btn[aria-disabled=true]:hover,
.p-index_field__slider .custom-next-btn.disabled:hover,
.p-index_field__slider .custom-next-btn:disabled:hover,
.p-index_field__slider .custom-next-btn.swiper-button-disabled:hover,
.p-index_field__slider .custom-next-btn[aria-disabled=true]:hover {
  transform: none;
  background: #ccc !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.p-index_field__slider .custom-prev-btn.disabled:active, .p-index_field__slider .custom-prev-btn:disabled:active, .p-index_field__slider .custom-prev-btn.swiper-button-disabled:active, .p-index_field__slider .custom-prev-btn[aria-disabled=true]:active,
.p-index_field__slider .custom-next-btn.disabled:active,
.p-index_field__slider .custom-next-btn:disabled:active,
.p-index_field__slider .custom-next-btn.swiper-button-disabled:active,
.p-index_field__slider .custom-next-btn[aria-disabled=true]:active {
  transform: none;
}
.p-index_field__slider .custom-prev-btn[aria-disabled=false], .p-index_field__slider .custom-prev-btn:not([aria-disabled=true]):not(.disabled):not(:disabled):not(.swiper-button-disabled),
.p-index_field__slider .custom-next-btn[aria-disabled=false],
.p-index_field__slider .custom-next-btn:not([aria-disabled=true]):not(.disabled):not(:disabled):not(.swiper-button-disabled) {
  background: #2f4c85 !important;
  cursor: pointer;
}
.p-index_field__slider .custom-prev-btn img,
.p-index_field__slider .custom-next-btn img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.p-index_field__slider .custom-prev-btn {
  background: #2f4c85;
}
.p-index_field__slider .custom-prev-btn img {
  transform: rotate(180deg);
}
.p-index_oc {
  padding: 50px 10%;
}
.p-index_oc__slider {
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 50px;
  overflow: hidden;
}
.p-index_oc__slider .progress-navigation-container {
  position: absolute;
  bottom: 15px;
  left: 0%;
  right: 10%;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 10;
  margin: 0;
  padding: 0;
  overflow: visible;
}
.p-index_oc__slider .swiper-pagination-progressbar {
  flex: 1;
  height: 10px;
  background: #d8dadc;
  border-radius: 4px;
  margin: 0;
  display: block;
  visibility: visible;
  opacity: 1;
  box-sizing: border-box;
  z-index: 10;
  margin-right: 90px;
  position: relative;
}
.p-index_oc__slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #2f4c85;
  border-radius: 4px;
  transition: transform 0.3s ease;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}
.p-index_oc__slider .custom-navigation {
  display: flex;
  gap: 8px;
  z-index: 12;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 4px;
  padding: 2px;
  overflow: visible;
}
.p-index_oc__slider .custom-prev-btn,
.p-index_oc__slider .custom-next-btn {
  width: 35px;
  height: 35px;
  background: #2f4c85;
  color: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.p-index_oc__slider .custom-prev-btn:hover,
.p-index_oc__slider .custom-next-btn:hover {
  transform: scale(1.05);
  background: #1a2f5a;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.p-index_oc__slider .custom-prev-btn:active,
.p-index_oc__slider .custom-next-btn:active {
  transform: scale(0.95);
}
.p-index_oc__slider .custom-prev-btn.disabled, .p-index_oc__slider .custom-prev-btn:disabled, .p-index_oc__slider .custom-prev-btn.swiper-button-disabled, .p-index_oc__slider .custom-prev-btn[aria-disabled=true],
.p-index_oc__slider .custom-next-btn.disabled,
.p-index_oc__slider .custom-next-btn:disabled,
.p-index_oc__slider .custom-next-btn.swiper-button-disabled,
.p-index_oc__slider .custom-next-btn[aria-disabled=true] {
  background: #ccc !important;
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: none;
}
.p-index_oc__slider .custom-prev-btn.disabled:hover, .p-index_oc__slider .custom-prev-btn:disabled:hover, .p-index_oc__slider .custom-prev-btn.swiper-button-disabled:hover, .p-index_oc__slider .custom-prev-btn[aria-disabled=true]:hover,
.p-index_oc__slider .custom-next-btn.disabled:hover,
.p-index_oc__slider .custom-next-btn:disabled:hover,
.p-index_oc__slider .custom-next-btn.swiper-button-disabled:hover,
.p-index_oc__slider .custom-next-btn[aria-disabled=true]:hover {
  transform: none;
  background: #ccc !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.p-index_oc__slider .custom-prev-btn.disabled:active, .p-index_oc__slider .custom-prev-btn:disabled:active, .p-index_oc__slider .custom-prev-btn.swiper-button-disabled:active, .p-index_oc__slider .custom-prev-btn[aria-disabled=true]:active,
.p-index_oc__slider .custom-next-btn.disabled:active,
.p-index_oc__slider .custom-next-btn:disabled:active,
.p-index_oc__slider .custom-next-btn.swiper-button-disabled:active,
.p-index_oc__slider .custom-next-btn[aria-disabled=true]:active {
  transform: none;
}
.p-index_oc__slider .custom-prev-btn[aria-disabled=false], .p-index_oc__slider .custom-prev-btn:not([aria-disabled=true]):not(.disabled):not(:disabled):not(.swiper-button-disabled),
.p-index_oc__slider .custom-next-btn[aria-disabled=false],
.p-index_oc__slider .custom-next-btn:not([aria-disabled=true]):not(.disabled):not(:disabled):not(.swiper-button-disabled) {
  background: #2f4c85 !important;
  cursor: pointer;
}
.p-index_oc__slider .custom-prev-btn img,
.p-index_oc__slider .custom-next-btn img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.p-index_oc__slider .custom-prev-btn {
  background: #2f4c85 !important;
}
.p-index_oc__slider .custom-prev-btn img {
  transform: rotate(180deg);
}
.p-index_oc__slider--item {
  background-color: #e9ecee;
  color: #404040;
  padding: 10px 10px 40px 10px;
  line-height: 1.2em;
  font-family: "Noto Sans JP", serif;
  background-image: url("../img/top/icon_arrow.svg");
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: bottom 5px right 5px;
}
.p-index_oc__slider--image {
  padding-bottom: 10px;
}
.p-index_oc__slider--image img {
  max-width: 100% !important;
}
.p-index_oc__slider--title {
  font-size: 16px;
  margin-bottom: 10px;
}
.p-index_oc__slider--text {
  font-size: 12px;
}
.p-index_opencampus-sp {
  background-color: #0d357f;
  position: relative;
  color: #fff;
  font-size: 16px;
  margin: 50px 0% 100px 0%;
  padding: 50px 5%;
}
.p-index_opencampus-sp__wrap {
  position: relative;
  z-index: 1;
}
.p-index_opencampus-sp::after {
  content: url("../img/top/icon_oc.png");
  display: block;
  position: absolute;
  top: -100px;
  right: 0;
  z-index: 0;
}
.p-index_opencampus-sp--subtitle {
  font-size: 16px;
  margin-bottom: 1em;
}
.p-index_opencampus-sp--subtitle:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 20px;
  background-image: url("../img/top/icon_o.svg");
  background-repeat: no-repeat;
  background-position: 0px 4px;
}
.p-index_opencampus-sp__field {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}
.p-index_opencampus-sp__field--item {
  background-color: #fff;
  color: #404040;
  padding: 5px 20px 5px 10px;
  line-height: 1.2em;
  font-family: "Noto Sans JP", serif;
  position: relative;
  margin-right: 1.5%;
  margin-bottom: 4px !important;
  font-size: 13px;
  border-radius: 50px;
  position: relative;
}
.p-index_opencampus-sp__field--item:after {
  content: url("../img/top/chevron-right.svg");
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 5px;
}
.p-index_opencampus-sp--title {
  font-size: 112px;
  font-family: "Bellefair", serif;
  line-height: 1.2em;
  margin-bottom: 10px;
  letter-spacing: -0.05em;
}
@media (max-width: 768px) {
  .p-index_opencampus-sp--title {
    font-size: 48px;
  }
}
.p-index_opencampus-sp--title span:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../img/top/icon_star.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}
.p-index_opencampus-sp--title02 {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 30px;
}
.p-index_opencampus-sp--text {
  font-size: 16px;
  margin-bottom: 40px;
}
.p-index_opencampus-sp--subtitle02 {
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 30px;
}
.p-index_opencampus-sp .progress-navigation-container {
  position: absolute;
  bottom: 15px;
  left: 0%;
  right: 10%;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 10;
  margin: 0;
  padding: 0;
  overflow: visible;
}
.p-index_opencampus-sp .swiper-pagination-progressbar {
  flex: 1;
  height: 10px;
  background: #d8dadc;
  border-radius: 4px;
  margin: 0;
  display: block;
  visibility: visible;
  opacity: 1;
  box-sizing: border-box;
  z-index: 10;
  margin-right: 90px;
  position: relative;
}
.p-index_opencampus-sp .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #2f4c85;
  border-radius: 4px;
  transition: transform 0.3s ease;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}
.p-index_opencampus-sp .c-button-new--white {
  width: 310px !important;
}
.p-index_opencampus-sp .custom-navigation {
  display: flex;
  gap: 8px;
  z-index: 12;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 4px;
  padding: 2px;
  overflow: visible;
}
.p-index_opencampus-sp .custom-prev-btn,
.p-index_opencampus-sp .custom-next-btn {
  width: 35px;
  height: 35px;
  background: #2f4c85;
  color: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.p-index_opencampus-sp .custom-prev-btn:hover,
.p-index_opencampus-sp .custom-next-btn:hover {
  transform: scale(1.05);
  background: #1a2f5a;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.p-index_opencampus-sp .custom-prev-btn:active,
.p-index_opencampus-sp .custom-next-btn:active {
  transform: scale(0.95);
}
.p-index_opencampus-sp .custom-prev-btn img,
.p-index_opencampus-sp .custom-next-btn img {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
}
.p-index_opencampus-sp .custom-prev-btn {
  background: #2f4c85;
}
.p-index_opencampus-sp .custom-prev-btn img {
  transform: rotate(180deg);
}
.p-index_oc-sp {
  padding: 50px 10%;
}
.p-index_oc-sp__slider {
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 50px;
  overflow: hidden;
}
.p-index_oc-sp__slider .progress-navigation-container {
  position: absolute;
  bottom: 15px;
  left: 0%;
  right: 10%;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 10;
  margin: 0;
  padding: 0;
  overflow: visible;
}
.p-index_oc-sp__slider .swiper-pagination-progressbar {
  flex: 1;
  height: 10px;
  background: #d8dadc;
  border-radius: 4px;
  margin: 0;
  display: block;
  visibility: visible;
  opacity: 1;
  box-sizing: border-box;
  z-index: 10;
  margin-right: 90px;
  position: relative;
}
.p-index_oc-sp__slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #2f4c85;
  border-radius: 4px;
  transition: transform 0.3s ease;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}
.p-index_oc-sp__slider .custom-navigation {
  display: flex;
  gap: 8px;
  z-index: 12;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 4px;
  padding: 2px;
  overflow: visible;
}
.p-index_oc-sp__slider .custom-prev-btn,
.p-index_oc-sp__slider .custom-next-btn {
  width: 35px;
  height: 35px;
  background: #2f4c85;
  color: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.p-index_oc-sp__slider .custom-prev-btn:hover,
.p-index_oc-sp__slider .custom-next-btn:hover {
  transform: scale(1.05);
  background: #1a2f5a;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.p-index_oc-sp__slider .custom-prev-btn:active,
.p-index_oc-sp__slider .custom-next-btn:active {
  transform: scale(0.95);
}
.p-index_oc-sp__slider .custom-prev-btn.disabled, .p-index_oc-sp__slider .custom-prev-btn:disabled, .p-index_oc-sp__slider .custom-prev-btn.swiper-button-disabled, .p-index_oc-sp__slider .custom-prev-btn[aria-disabled=true],
.p-index_oc-sp__slider .custom-next-btn.disabled,
.p-index_oc-sp__slider .custom-next-btn:disabled,
.p-index_oc-sp__slider .custom-next-btn.swiper-button-disabled,
.p-index_oc-sp__slider .custom-next-btn[aria-disabled=true] {
  background: #ccc !important;
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: none;
}
.p-index_oc-sp__slider .custom-prev-btn.disabled:hover, .p-index_oc-sp__slider .custom-prev-btn:disabled:hover, .p-index_oc-sp__slider .custom-prev-btn.swiper-button-disabled:hover, .p-index_oc-sp__slider .custom-prev-btn[aria-disabled=true]:hover,
.p-index_oc-sp__slider .custom-next-btn.disabled:hover,
.p-index_oc-sp__slider .custom-next-btn:disabled:hover,
.p-index_oc-sp__slider .custom-next-btn.swiper-button-disabled:hover,
.p-index_oc-sp__slider .custom-next-btn[aria-disabled=true]:hover {
  transform: none;
  background: #ccc !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.p-index_oc-sp__slider .custom-prev-btn.disabled:active, .p-index_oc-sp__slider .custom-prev-btn:disabled:active, .p-index_oc-sp__slider .custom-prev-btn.swiper-button-disabled:active, .p-index_oc-sp__slider .custom-prev-btn[aria-disabled=true]:active,
.p-index_oc-sp__slider .custom-next-btn.disabled:active,
.p-index_oc-sp__slider .custom-next-btn:disabled:active,
.p-index_oc-sp__slider .custom-next-btn.swiper-button-disabled:active,
.p-index_oc-sp__slider .custom-next-btn[aria-disabled=true]:active {
  transform: none;
}
.p-index_oc-sp__slider .custom-prev-btn[aria-disabled=false], .p-index_oc-sp__slider .custom-prev-btn:not([aria-disabled=true]):not(.disabled):not(:disabled):not(.swiper-button-disabled),
.p-index_oc-sp__slider .custom-next-btn[aria-disabled=false],
.p-index_oc-sp__slider .custom-next-btn:not([aria-disabled=true]):not(.disabled):not(:disabled):not(.swiper-button-disabled) {
  background: #2f4c85 !important;
  cursor: pointer;
}
.p-index_oc-sp__slider .custom-prev-btn img,
.p-index_oc-sp__slider .custom-next-btn img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.p-index_oc-sp__slider .custom-prev-btn {
  background: #2f4c85 !important;
}
.p-index_oc-sp__slider .custom-prev-btn img {
  transform: rotate(180deg) !important;
}
.p-index_oc-sp__slider--item {
  color: #404040;
}
.p-index_oc-sp__slider--item li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #fff;
  margin-bottom: 10px;
  padding: 10px;
}
.p-index_oc-sp__slider--item li .p-index_oc__slider--title {
  font-size: 13px;
  line-height: 1.2em;
}
.p-index_oc-sp__slider--item li .p-index_oc__slider--text {
  font-size: 9px;
  line-height: 1.2em;
  color: #8e9191;
}
.p-index_oc-sp__slider--item li div:nth-child(1) {
  width: 40%;
}
.p-index_oc-sp__slider--item li div:nth-child(1) img {
  width: 100%;
  height: auto;
}
.p-index_oc-sp__slider--item li div:nth-child(2) {
  width: 60%;
  padding-left: 5px;
}
.p-index_oc-sp__slider--image {
  padding-bottom: 10px;
}
.p-index_oc-sp__slider--title {
  font-size: 16px;
  margin-bottom: 10px;
}
.p-index_oc-sp__slider--text {
  font-size: 12px;
}
.p-index_session__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 50px;
}
.p-index_session__item {
  width: 19%;
  background-color: #fff;
  color: #404040;
  padding: 10px 10px 40px 10px;
  line-height: 1.2em;
  font-family: "Noto Sans JP", serif;
  position: relative;
  margin-right: 1.5%;
  background-image: url("../img/top/icon_arrow.svg");
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: bottom 5px right 5px;
}
.p-index_session__item--image {
  padding-bottom: 10px;
}
.p-index_session__item--title {
  font-size: 16px;
  margin-bottom: 10px;
}
.p-index_session__item--text {
  font-size: 12px;
}
.p-index_interview {
  font-size: 16px;
  margin: 50px 10% 0 10%;
  padding-left: 10%;
  background-image: url("../img/top/bg_interview.svg");
  background-position: left top;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .p-index_interview {
    margin: 50px 5% 0 0%;
    padding-left: 9%;
    background-size: 15%;
    margin-bottom: 100px;
  }
}
.p-index_interview .c-heading-serif {
  text-align: center;
  width: 100%;
  margin-bottom: 50px;
}
.p-index_interview .swiper-wrapper {
  margin-bottom: 50px;
}
.p-index_interview .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  visibility: visible;
  opacity: 1;
  z-index: 10;
  margin: 0;
  padding: 0;
}
.p-index_interview .progress-navigation-container {
  position: absolute;
  bottom: 15px;
  left: 0%;
  right: 10%;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 10;
  margin: 0;
  padding: 0;
  overflow: visible;
}
.p-index_interview .swiper-pagination-progressbar {
  flex: 1;
  height: 10px;
  background: #d8dadc;
  border-radius: 4px;
  margin: 0;
  display: block;
  visibility: visible;
  opacity: 1;
  box-sizing: border-box;
  z-index: 10;
  margin-right: 90px;
  position: relative;
}
.p-index_interview .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #2f4c85;
  border-radius: 4px;
  transition: transform 0.3s ease;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}
.p-index_interview .custom-navigation {
  display: flex;
  gap: 8px;
  z-index: 12;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 4px;
  padding: 2px;
  overflow: visible;
}
.p-index_interview .custom-prev-btn,
.p-index_interview .custom-next-btn {
  width: 35px;
  height: 35px;
  background: #2f4c85;
  color: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.p-index_interview .custom-prev-btn:hover,
.p-index_interview .custom-next-btn:hover {
  transform: scale(1.05);
  background: #1a2f5a;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.p-index_interview .custom-prev-btn:active,
.p-index_interview .custom-next-btn:active {
  transform: scale(0.95);
}
.p-index_interview .custom-prev-btn img,
.p-index_interview .custom-next-btn img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.p-index_interview .custom-prev-btn {
  background: #2f4c85;
}
.p-index_interview .custom-prev-btn img {
  transform: rotate(180deg);
}
.p-index_interview__title {
  font-size: 40px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5em;
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-index_interview__title {
    display: none;
  }
}
.p-index_interview--wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-index_interview--wrap {
    display: block;
  }
}
.p-index_interview--item {
  width: 48%;
}
@media (max-width: 768px) {
  .p-index_interview--item {
    width: 90%;
    margin-left: 10%;
  }
}
.p-index_interview--item figure {
  position: relative;
}
.p-index_interview--item img {
  max-width: 100%;
  height: auto;
}
.p-index_interview--item figcaption {
  font-size: 14px;
  margin-bottom: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 10px;
  text-align: center;
}
.p-index_interview--instrument {
  font-size: 14px;
  margin-bottom: 20px;
  background-color: #093284;
  color: #fff;
  width: 200px;
  padding: 5px 0px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-index_interview--instrument {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 10px;
    width: 150px;
  }
}
.p-index_interview--name {
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dbdadc;
}
@media (max-width: 768px) {
  .p-index_interview--name {
    font-size: 18px;
    padding-bottom: 15px;
  }
}
.p-index_interview--title {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  margin-bottom: 1em;
  margin-left: -0.5em;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .p-index_interview--title {
    text-indent: -0.5em;
    margin-left: 0em;
    font-size: 20px;
  }
}
.p-index_interview--text {
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-index_interview--text {
    font-size: 11px;
  }
}
.p-index_interview--more {
  color: #093284;
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 20px;
  position: relative;
  text-align: right;
}
@media (max-width: 768px) {
  .p-index_interview--more {
    font-size: 14px;
    margin-right: 10%;
    text-decoration: underline;
  }
}
.p-index_interview--more:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  padding-right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../img/top/icon_arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  vertical-align: middle;
}
.p-index_interview--side {
  font-size: 96px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 30px;
  transform: rotate(90deg);
  position: absolute;
  top: 50%;
  left: -45%;
  color: #093284;
}
.p-index_interview__slider {
  color: #404040;
  position: relative;
  padding-bottom: 10px;
  overflow: hidden !important;
  min-height: 200px;
  margin-bottom: 50px;
  line-height: 1.2em;
}
.p-index_interview__slider--item {
  color: #404040;
  background-color: #e9ecee;
  line-height: 1.2em;
  font-family: "Noto Sans JP", serif;
}
.p-index_interview__slider--image {
  margin-bottom: 10px;
}
.p-index_interview__slider--image img {
  width: 100%;
  height: auto;
}
.p-index_interview__slider--industry {
  font-size: 14px;
  margin-bottom: 10px;
  background-color: #093284;
  color: #fff;
  width: 150px;
  text-align: center;
  margin-left: 10px;
}
.p-index_interview__slider--job {
  font-size: 18px;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dbdadc;
}
.p-index_interview__slider--text {
  padding: 10px 0px 20px 10px;
}
.p-index_schoollife {
  font-size: 16px;
  margin: 150px 1% 0 2%;
}
.p-index_schoollife__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 3% 8% 0 8%;
}
.p-index_schoollife--icon {
  position: absolute;
  top: 42%;
  right: -20px;
  width: 300px;
}
.p-index_schoollife--icon img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .p-index_schoollife--icon {
    display: none;
  }
}
@media (max-width: 768px) {
  .p-index_schoollife {
    margin: 0;
    margin-bottom: 100px;
  }
  .p-index_schoollife .c-button-new {
    margin: 0 auto;
  }
}
.p-index_schoollife__item {
  width: 48%;
}
@media (max-width: 768px) {
  .p-index_schoollife__item {
    width: 90%;
    margin-left: 5%;
  }
}
.p-index_schoollife--title {
  font-size: 48px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5em;
  margin-bottom: 30px;
}
.p-index_schoollife--subtitle {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5em;
  margin-bottom: 30px;
}
.p-index_schoollife--text {
  font-size: 15px;
  line-height: 1.5em;
  margin-bottom: 30px;
}
.p-index_schoollife--image {
  position: relative;
  width: 100%;
  height: 600px;
  background-image: url("../img/top/bg_shoollife.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center calc(var(--parallax-y, 0px) + 60%);
  margin-bottom: 30px;
  overflow: hidden;
  will-change: background-position;
  transition: background-position 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 768px) {
  .p-index_schoollife--image {
    height: 300px;
    background-size: 150% auto;
  }
}
.p-index_support {
  font-size: 16px;
  margin: 150px 10% 0 10%;
}
.p-index_support__btn {
  color: #093284;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 30px;
  position: relative;
  text-decoration: underline;
}
.p-index_support__btn::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  padding-right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/top/icon_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .p-index_support {
    margin: 5%;
    margin-bottom: 100px;
  }
}
.p-index_support__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .p-index_support__wrap {
    display: block;
  }
}
.p-index_support__item {
  width: 49%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .p-index_support__item {
    width: 100%;
  }
}
.p-index_support__item > a {
  margin-top: auto;
}
.p-index_support__item--title {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 10px;
}
.p-index_support__item--image {
  margin-bottom: 20px;
}
.p-index_support__item--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-index_support__item--list {
    display: none;
  }
}
.p-index_support__item--list li {
  font-size: 13px;
  margin-bottom: 10px;
}
.p-index_support__item--list li:nth-child(1), .p-index_support__item--list li:nth-child(4), .p-index_support__item--list li:nth-child(7) {
  width: 34.3%;
}
.p-index_support__item--list li:nth-child(2), .p-index_support__item--list li:nth-child(5), .p-index_support__item--list li:nth-child(8) {
  width: 25.3%;
}
.p-index_support__item--list li:nth-child(3), .p-index_support__item--list li:nth-child(6), .p-index_support__item--list li:nth-child(9) {
  width: 40.3%;
}
.p-index_support__item--list li:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  background-color: #093284;
}
.p-index_support__item--list02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-index_support__item--list02 {
    display: none;
  }
}
.p-index_support__item--list02 li {
  font-size: 13px;
  margin-bottom: 10px;
  width: 49%;
  letter-spacing: 0em;
}
.p-index_support__item--list02 li:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  background-color: #093284;
}
.p-index_support__item--image img {
  width: 100%;
  height: auto;
}
.p-index_support__title {
  font-size: 80px;
  font-family: "Bellefair", serif;
  line-height: 1.5em;
  margin-bottom: 30px;
  letter-spacing: -0.05em;
  display: flex;
}
@media (max-width: 768px) {
  .p-index_support__title {
    font-size: 48px;
    line-height: 0.6em;
    margin-bottom: 40px;
    display: block;
  }
}
.p-index_support__title span {
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  vertical-align: middle;
  letter-spacing: -0.05em;
  padding-left: 10px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-index_support__title span {
    font-size: 11px;
    padding-left: 0;
    text-align: left;
  }
}
.p-index_sns {
  min-height: 500px;
  font-size: 16px;
  margin: 150px 2% 0 2%;
  overflow: hidden;
  position: relative;
  height: 600px;
  color: #fff;
}
@media (max-width: 768px) {
  .p-index_sns {
    margin: 0;
    height: 400px;
    min-height: 400px;
    margin-bottom: 50px;
  }
  .p-index_sns .scroll-infinity__list {
    height: 400px;
  }
  .p-index_sns .scroll-infinity__list img {
    height: 120px;
  }
  .p-index_sns .scroll-infinity__container {
    height: 390px;
  }
}
.p-index_sns__title {
  font-size: 80px;
  font-family: "Bellefair", serif;
  line-height: 1.2em;
  margin-bottom: 30px;
  letter-spacing: -0.05em;
  color: #fff;
  position: absolute;
  top: 35%;
  width: 100%;
  text-align: center;
  z-index: 10;
}
@media (max-width: 768px) {
  .p-index_sns__title {
    top: 12%;
    font-size: 40px;
    letter-spacing: 0em;
  }
}
.p-index_sns--item {
  position: absolute;
  top: 50%;
  left: calc(50% - 335px);
  z-index: 1;
}
@media (max-width: 768px) {
  .p-index_sns--item {
    top: 44%;
    left: calc(50% - 175px);
  }
  .p-index_sns--item ul {
    padding-top: 10px !important;
  }
}
.p-index_sns--item ul {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding: 0;
}
.p-index_sns--item ul li {
  display: flex;
  align-items: center;
  justify-content: right;
  margin-right: 0px;
  margin-top: 20px;
}
.p-index_sns--item ul li .c-button-new--white {
  margin-right: 20px;
}
@media (max-width: 768px) {
  .p-index_sns--item ul li .c-button-new--white {
    margin-right: 0px;
  }
}
.p-index_sns--item ul li i {
  font-size: 24px;
  margin-right: 8px;
  color: #000;
  background-color: #fff;
  border-radius: 50%;
  width: 63px;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-index_sns--item ul li a {
  color: #fff;
  text-decoration: none;
}
.p-index_sns--item ul li a:hover {
  opacity: 0.8;
}
.p-index_sns__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.p-index_action {
  font-size: 16px;
  margin: 50px 2% 0 2%;
}
@media (max-width: 768px) {
  .p-index_action {
    margin: 0;
    margin-bottom: 50px;
  }
}
.p-index_action--wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-index_action--item {
  width: 49%;
}
@media (max-width: 768px) {
  .p-index_action--item {
    width: 90%;
    margin-left: 5%;
    margin-bottom: 10px;
  }
}
.p-index_action--item img {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .p-index_picture__slider {
    height: 320px !important;
  }
  .scroll-infinity__wrap.u-fadeinup {
    opacity: 1 !important;
    transform: none !important;
  }
  .scroll-infinity__list {
    will-change: transform;
    transform: translateZ(0);
  }
  .p-index_picture__slider {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  .p-index_picture__slider .swiper-wrapper {
    transition-timing-function: linear !important;
  }
  .p-index_picture__slider .swiper-slide {
    width: auto;
    z-index: 2;
  }
  .p-index_picture__item {
    width: auto;
    height: auto;
    position: relative;
    z-index: 2;
    text-align: center;
    opacity: 0;
    filter: blur(10px);
    transition: all 0.8s ease;
    width: auto !important;
    flex-shrink: 0;
    will-change: transform, opacity, filter;
  }
  .p-index_picture__item.is-visible {
    opacity: 1;
    filter: blur(0);
  }
  .p-index_picture__item img {
    margin-top: -50px;
    width: auto;
    height: auto;
    max-width: none;
    will-change: transform;
    transform: translateZ(0);
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .p-index_picture__item img {
    margin-top: 0px;
  }
}
@media (max-width: 768px) {
  .p-index_picture + .scroll-infinity__wrap {
    margin-top: -230px;
    position: relative;
    z-index: 1;
  }
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes infinity-scroll-right {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
.scroll-infinity__container {
  display: flex;
  flex-direction: column;
  background-color: #191f20;
}

.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 1;
}

.scroll-infinity__list {
  display: flex;
  flex-shrink: 0;
  height: 200px;
}
.scroll-infinity__list img {
  height: 200px;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}

.scroll-infinity__list--left {
  animation: infinity-scroll-left 30s infinite linear;
}

.scroll-infinity__list--left-pc {
  animation: infinity-scroll-left 30s infinite linear;
}

.scroll-infinity__list--right {
  animation: infinity-scroll-right 30s infinite linear;
  transform: translateX(-50%);
}

.sticky-sections {
  position: relative;
}
.sticky-sections .sticky-section {
  position: sticky;
  top: 80px;
  min-height: 100vh;
  z-index: 1;
  background: #9cb2d9;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.sticky-sections__title {
  position: sticky;
  top: 0;
  z-index: 10;
  background: #fff;
  padding: 30px 0 10px 0;
  text-align: center;
}

#interview-swiper .custom-navigation .custom-prev-btn,
#interview-swiper .custom-navigation .custom-next-btn {
  width: 35px;
  height: 35px;
  background: #2f4c85 !important;
  color: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#interview-swiper .custom-navigation .custom-prev-btn:hover,
#interview-swiper .custom-navigation .custom-next-btn:hover {
  transform: scale(1.05);
  background: #1a2f5a !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
#interview-swiper .custom-navigation .custom-prev-btn:active,
#interview-swiper .custom-navigation .custom-next-btn:active {
  transform: scale(0.95);
}
#interview-swiper .custom-navigation .custom-prev-btn.disabled, #interview-swiper .custom-navigation .custom-prev-btn:disabled, #interview-swiper .custom-navigation .custom-prev-btn.swiper-button-disabled, #interview-swiper .custom-navigation .custom-prev-btn[aria-disabled=true],
#interview-swiper .custom-navigation .custom-next-btn.disabled,
#interview-swiper .custom-navigation .custom-next-btn:disabled,
#interview-swiper .custom-navigation .custom-next-btn.swiper-button-disabled,
#interview-swiper .custom-navigation .custom-next-btn[aria-disabled=true] {
  background: #ccc !important;
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: none;
}
#interview-swiper .custom-navigation .custom-prev-btn.disabled:hover, #interview-swiper .custom-navigation .custom-prev-btn:disabled:hover, #interview-swiper .custom-navigation .custom-prev-btn.swiper-button-disabled:hover, #interview-swiper .custom-navigation .custom-prev-btn[aria-disabled=true]:hover,
#interview-swiper .custom-navigation .custom-next-btn.disabled:hover,
#interview-swiper .custom-navigation .custom-next-btn:disabled:hover,
#interview-swiper .custom-navigation .custom-next-btn.swiper-button-disabled:hover,
#interview-swiper .custom-navigation .custom-next-btn[aria-disabled=true]:hover {
  transform: none;
  background: #ccc !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#interview-swiper .custom-navigation .custom-prev-btn.disabled:active, #interview-swiper .custom-navigation .custom-prev-btn:disabled:active, #interview-swiper .custom-navigation .custom-prev-btn.swiper-button-disabled:active, #interview-swiper .custom-navigation .custom-prev-btn[aria-disabled=true]:active,
#interview-swiper .custom-navigation .custom-next-btn.disabled:active,
#interview-swiper .custom-navigation .custom-next-btn:disabled:active,
#interview-swiper .custom-navigation .custom-next-btn.swiper-button-disabled:active,
#interview-swiper .custom-navigation .custom-next-btn[aria-disabled=true]:active {
  transform: none;
}
#interview-swiper .custom-navigation .custom-prev-btn[aria-disabled=false], #interview-swiper .custom-navigation .custom-prev-btn:not([aria-disabled=true]):not(.disabled):not(:disabled):not(.swiper-button-disabled),
#interview-swiper .custom-navigation .custom-next-btn[aria-disabled=false],
#interview-swiper .custom-navigation .custom-next-btn:not([aria-disabled=true]):not(.disabled):not(:disabled):not(.swiper-button-disabled) {
  background: #2f4c85 !important;
  cursor: pointer;
}

@media (max-width: 768px) {
  .footer-logo {
    height: 120px !important;
  }
  .footer-logo img {
    width: 1200px !important;
    height: auto !important;
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
}
.p-index {
  font-family: "Noto Sans JP";
  font-family: "Noto Sans JP";
}
.p-index a {
  color: #404040;
}
.p-index_kv {
  line-height: 0em;
  background-image: linear-gradient(90deg, #a7c3d8, #cce7f9);
  position: relative;
  margin-bottom: 40px;
}
.p-index_kv__loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  opacity: 1;
  transition: opacity 0.9s ease-in-out;
}
.p-index_kv__loading.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.p-index_kv__loading .kv-loading-logo {
  max-width: 260px;
  height: auto;
  animation: loadingPulse 2s ease-in-out infinite;
}
@keyframes loadingPulse {
  0%, 100% {
    opacity: 0.9;
    transform: scale(0.9);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
}
.p-index_kv--title {
  position: absolute;
  bottom: 4%;
  width: 100%;
  z-index: 10;
}
@media (max-width: 768px) {
  .p-index_kv--title {
    bottom: 0;
  }
}
.p-index_kv--title .kv-logo-img-sp {
  display: none;
}
@media (max-width: 768px) {
  .p-index_kv--title .kv-logo-img-sp {
    display: block;
  }
}
.p-index_kv--title .kv-logo-img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
@media (max-width: 768px) {
  .p-index_kv--title .kv-logo-img {
    display: none;
  }
}
.p-index_kv--title .kv-logo-img-sp {
  display: none;
}
@media (max-width: 768px) {
  .p-index_kv--title .kv-logo-img-sp {
    display: block;
    max-width: 100%;
    text-align: center;
  }
}
.p-index_kv--title01 {
  position: absolute;
  bottom: 50px;
  right: 40%;
  z-index: 10;
}
.p-index_kv--title01 img {
  width: auto;
  height: auto;
  max-width: 80%;
}
.p-index_kv--title02 {
  position: absolute;
  bottom: 50px;
  left: 54%;
  z-index: 10;
}
.p-index_kv--title02 img {
  width: auto;
  height: auto;
  max-width: 80%;
}
.p-index_kv__slider {
  width: 100%;
  height: 800px;
  overflow: hidden;
}
.p-index_kv__slider .swiper-wrapper {
  align-items: center;
  display: flex;
}
.p-index_kv__slider--item--img01 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100px);
  z-index: 2;
  width: 1600px;
  height: auto;
  background-size: cover;
  opacity: 0;
  filter: blur(10px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-index_kv__slider--item--img01 img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .p-index_kv__slider--item--img01 {
    width: 98vw !important;
    height: auto;
    left: 50%;
    transform: translateX(-50%) translateY(100px);
  }
}
.p-index_kv__slider--item--img02 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100px);
  z-index: 2;
  width: 1600px;
  height: auto;
  background-size: cover;
  opacity: 0;
  filter: blur(10px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-index_kv__slider--item--img02 img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .p-index_kv__slider--item--img02 {
    width: 98vw !important;
    height: auto;
    left: 50%;
    transform: translateX(-50%) translateY(100px);
  }
}
.p-index_kv__slider--bg {
  background: #093284;
  width: 100%;
  height: 80%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  filter: blur(0);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 0 0 rgba(9, 50, 132, 0);
  opacity: 1;
}
.p-index_kv__slider--bg.swiper-slide-transitioning {
  filter: blur(8px);
  box-shadow: 0 0 40px rgba(9, 50, 132, 0.8);
}
@media (max-width: 768px) {
  .p-index_kv__slider--bg {
    width: 200%;
    height: 70%;
    top: 60%;
  }
}
.p-index_kv__slider .slide-title {
  position: absolute;
  top: 500px;
  left: 10%;
  color: #404040;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.5019607843);
  opacity: 0;
  transform: translateY(30px) scale(0.9);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  filter: blur(5px);
}
.p-index_kv__slider .swiper-slide-active .slide-title {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}
.swiper-slide-active .p-index_kv__slider--item--img01, .swiper-slide-active .p-index_kv__slider--item--img02 {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  filter: blur(0);
}
@media (max-width: 768px) {
  .swiper-slide-active .p-index_kv__slider--item--img01, .swiper-slide-active .p-index_kv__slider--item--img02 {
    width: 1200px;
  }
}
.swiper-slide-active .p-index_kv__slider--bg {
  filter: blur(0);
  box-shadow: 0 0 0 rgba(9, 50, 132, 0);
  opacity: 1;
}
@media (max-width: 768px) {
  .swiper-slide-active .p-index_kv__slider--bg {
    opacity: 1 !important;
  }
}
.swiper-slide-active .p-index_kv__slider--bg.swiper-slide-transitioning {
  filter: blur(8px);
  box-shadow: 0 0 40px rgba(9, 50, 132, 0.8);
}
.swiper-slide .p-index_kv__slider--item--img01, .swiper-slide .p-index_kv__slider--item--img02 {
  opacity: 0;
  transform: translateX(-50%) translateY(100px);
  filter: blur(10px);
}
@media (max-width: 768px) {
  .swiper-slide .p-index_kv__slider--item--img01, .swiper-slide .p-index_kv__slider--item--img02 {
    width: 1200px;
  }
}
.swiper-slide .p-index_kv__slider--bg {
  filter: blur(0);
  box-shadow: 0 0 0 rgba(9, 50, 132, 0);
}
@media (max-width: 768px) {
  .swiper-slide .p-index_kv__slider--bg {
    opacity: 0;
  }
}
.p-index_kv__slider .swiper-slide .slide-title {
  opacity: 0;
  transform: translateY(30px) scale(0.9);
  filter: blur(5px);
}
.p-index_kv__slider .swiper-button-next,
.p-index_kv__slider .swiper-button-prev {
  color: white;
  background: rgba(255, 255, 255, 0.2);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.p-index_kv__slider .swiper-button-next:hover,
.p-index_kv__slider .swiper-button-prev:hover {
  background: rgba(255, 255, 255, 0.3);
}
.p-index_kv__slider .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.p-index_kv__slider .swiper-pagination-bullet-active {
  background: white;
}
@media (max-width: 768px) {
  .p-index_kv__slider {
    height: min(667px, 100svh);
  }
  .p-index_kv__slider .slide-title {
    font-size: 1.5rem;
  }
  .p-index_kv__slider .slide-content {
    bottom: 15%;
  }
}
.p-index_kv .c-button-new--white {
  position: absolute;
  bottom: 50%;
  left: calc(50% - 450px);
  transform: translate(-50%, 0);
  z-index: 10;
}
@media (max-width: 768px) {
  .p-index_kv .c-button-new--white {
    display: none;
  }
}
.p-index_topics__slider {
  position: relative;
  margin-bottom: 30px;
  margin: 10px 0 0 10%;
  padding-bottom: 50px;
  overflow: hidden;
}
.p-index_topics__slider .swiper-slide img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}
.p-index_topics__slider .swiper-slide img:hover {
  transform: scale(1.05);
}
.p-index_topics__slider .progress-navigation-container {
  position: absolute;
  bottom: 15px;
  left: 0%;
  right: 10%;
  width: 90%;
  display: flex;
  align-items: center;
  z-index: 10;
  margin: 0;
  padding: 0;
  overflow: visible;
}
.p-index_topics__slider .swiper-pagination-progressbar {
  flex: 1;
  height: 10px;
  background: #d8dadc;
  border-radius: 4px;
  margin: 0;
  display: block;
  visibility: visible;
  opacity: 1;
  box-sizing: border-box;
  z-index: 10;
  margin-right: 90px;
  position: relative;
}
.p-index_topics__slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #2f4c85;
  border-radius: 4px;
  transition: transform 0.3s ease;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}
.p-index_topics__slider .custom-navigation {
  display: flex;
  gap: 8px;
  z-index: 12;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 4px;
  padding: 2px;
  overflow: visible;
}
.p-index_topics__slider .custom-prev-btn,
.p-index_topics__slider .custom-next-btn {
  width: 35px;
  height: 35px;
  background: #2f4c85;
  color: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background: #1a2f5a;
}
.p-index_topics__slider .custom-prev-btn:hover,
.p-index_topics__slider .custom-next-btn:hover {
  transform: scale(1.05);
  background: #1a2f5a;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.p-index_topics__slider .custom-prev-btn:active,
.p-index_topics__slider .custom-next-btn:active {
  transform: scale(0.95);
}
.p-index_topics__slider .custom-prev-btn.disabled, .p-index_topics__slider .custom-prev-btn:disabled, .p-index_topics__slider .custom-prev-btn.swiper-button-disabled, .p-index_topics__slider .custom-prev-btn[aria-disabled=true],
.p-index_topics__slider .custom-next-btn.disabled,
.p-index_topics__slider .custom-next-btn:disabled,
.p-index_topics__slider .custom-next-btn.swiper-button-disabled,
.p-index_topics__slider .custom-next-btn[aria-disabled=true] {
  background: #ccc !important;
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: none;
}
.p-index_topics__slider .custom-prev-btn.disabled:hover, .p-index_topics__slider .custom-prev-btn:disabled:hover, .p-index_topics__slider .custom-prev-btn.swiper-button-disabled:hover, .p-index_topics__slider .custom-prev-btn[aria-disabled=true]:hover,
.p-index_topics__slider .custom-next-btn.disabled:hover,
.p-index_topics__slider .custom-next-btn:disabled:hover,
.p-index_topics__slider .custom-next-btn.swiper-button-disabled:hover,
.p-index_topics__slider .custom-next-btn[aria-disabled=true]:hover {
  transform: none;
  background: #ccc !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.p-index_topics__slider .custom-prev-btn.disabled:active, .p-index_topics__slider .custom-prev-btn:disabled:active, .p-index_topics__slider .custom-prev-btn.swiper-button-disabled:active, .p-index_topics__slider .custom-prev-btn[aria-disabled=true]:active,
.p-index_topics__slider .custom-next-btn.disabled:active,
.p-index_topics__slider .custom-next-btn:disabled:active,
.p-index_topics__slider .custom-next-btn.swiper-button-disabled:active,
.p-index_topics__slider .custom-next-btn[aria-disabled=true]:active {
  transform: none;
}
.p-index_topics__slider .custom-prev-btn[aria-disabled=false], .p-index_topics__slider .custom-prev-btn:not([aria-disabled=true]):not(.disabled):not(:disabled):not(.swiper-button-disabled),
.p-index_topics__slider .custom-next-btn[aria-disabled=false],
.p-index_topics__slider .custom-next-btn:not([aria-disabled=true]):not(.disabled):not(:disabled):not(.swiper-button-disabled) {
  background: #2f4c85 !important;
  cursor: pointer;
}
.p-index_topics__slider .custom-prev-btn img,
.p-index_topics__slider .custom-next-btn img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.p-index_topics__slider .custom-prev-btn {
  background: #2f4c85;
}
.p-index_topics__slider .custom-prev-btn img {
  transform: rotate(180deg);
}
.p-index_news {
  font-size: 16px;
  margin: 50px 10% 0 10%;
}
.p-index_news a {
  color: #404040 !important;
}
.p-index_news__list {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
  background-image: url("../img/top/icon_arrow.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 23px;
  padding-right: 30px;
}
@media (max-width: 768px) {
  .p-index_news__list {
    padding-right: 0px;
    background-image: none;
  }
}
.p-index_news__date {
  font-size: 16px;
  color: #8e9191;
  margin-bottom: 10px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .p-index_news__date {
    font-size: 12px;
    margin-right: 10px;
  }
}
.p-index_news__category {
  font-size: 12px;
  color: #8e9191;
  border: 1px solid #d8dadc;
  padding: 2px 10px;
  margin-bottom: 10px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .p-index_news__category {
    font-size: 10px;
    margin-right: 10px;
    padding-top: 2px;
  }
}
.p-index_news__title {
  font-size: 16px;
}
@media (max-width: 768px) {
  .p-index_news__title {
    font-size: 13px;
  }
}
.p-index_4year {
  font-size: 16px;
  margin: 115px 10% -3% 10%;
  display: flex;
  flex-wrap: wrap;
}
.p-index_4year--more {
  color: #093284;
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 20px;
  position: relative;
  text-align: right;
}
@media (max-width: 768px) {
  .p-index_4year--more {
    font-size: 14px;
    margin-right: 10%;
    text-decoration: underline;
  }
}
.p-index_4year--more:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  padding-right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../img/top/icon_arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  vertical-align: middle;
}
.p-index_4year__title {
  font-size: 48px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5em;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .p-index_4year__title {
    font-size: 30px;
    margin-bottom: 0px;
  }
}
.p-index_4year__text {
  font-size: 16px;
  padding: 20px 0;
  line-height: 2em;
}
@media (max-width: 768px) {
  .p-index_4year__text {
    font-size: 14px;
  }
}
.p-index_4year__item {
  width: 50%;
}
@media (max-width: 768px) {
  .p-index_4year__item {
    width: 100%;
  }
}
.p-index_4year__item figure {
  margin-top: 20%;
  margin-left: -10%;
  margin-right: -10%;
}
@media (max-width: 768px) {
  .p-index_4year__item figure {
    margin-top: 0;
  }
}
.p-index_4year__item img {
  width: 100%;
  height: auto;
}
.p-index_4year__item:first-child {
  padding-left: 5%;
}
.p-index_picture {
  font-size: 16px;
  position: relative;
  height: 430px;
  z-index: 10;
}
@media (max-width: 768px) {
  .p-index_picture {
    padding-top: 50px;
    height: 320px;
  }
}
.p-index_picture__slider {
  position: absolute;
  width: 100%;
  height: 430px;
  will-change: transform;
  transform: translateZ(0);
}
.p-index_picture__slider .swiper-wrapper {
  transition-timing-function: linear !important;
}
@media (max-width: 768px) {
  .p-index_picture__slider {
    height: auto !important;
  }
  .p-index_picture__slider img {
    height: auto;
  }
}
.p-index_picture__item {
  text-align: center;
  opacity: 0;
  filter: blur(10px);
  transform: scale(0.8) translateY(100px);
  transition: all 0.8s ease;
  width: auto !important;
  flex-shrink: 0;
  will-change: transform, opacity, filter;
}
@media (max-width: 768px) {
  .p-index_picture__item {
    width: auto;
    height: auto;
  }
}
.p-index_picture__item.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: scale(1) translateY(var(--random-y, 0px)) translateZ(0);
}
.p-index_picture__item img {
  max-width: none;
  width: auto;
  height: auto;
  will-change: transform;
  transform: translateZ(0);
}
.p-index_courses {
  font-size: 16px;
  margin: 50px 0 0 0;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: visible !important;
}
@media (max-width: 768px) {
  .p-index_courses {
    margin-bottom: 100px;
  }
}
.l-main .p-index_courses {
  overflow: visible !important;
}
.p-index_courses * {
  overflow: visible !important;
}
.p-index_courses__title {
  padding-left: 15%;
  font-size: 48px;
  font-family: "Noto Serif JP", serif;
  margin-top: 170px;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .p-index_courses__title {
    display: none;
  }
}
.p-index_courses .courses-sticky-container {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  overflow: visible !important;
}
@media (max-width: 768px) {
  .p-index_courses .courses-sticky-container {
    padding-top: 0px;
  }
}
.p-index_courses .courses-sticky-item {
  width: 94vw;
  left: 3vw;
  position: sticky;
  top: 0;
  height: 680px;
  display: flex;
  align-items: center;
  justify-content: center;
  will-change: opacity, transform, filter, scale, border-radius;
  transition: none;
  transform-origin: center center;
}
@media (max-width: 768px) {
  .p-index_courses .courses-sticky-item {
    height: 440px;
    display: block;
    margin-bottom: 10px;
  }
  .p-index_courses .courses-sticky-item:after {
    content: url("../img/top/icon_plus.svg");
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
}
.p-index_courses .courses-sticky-item[data-course="0"] {
  overflow: visible !important;
  z-index: 1;
}
.p-index_courses .courses-sticky-item[data-course="0"] .p-index_courses__item {
  background-color: #9cb2d9;
  background-image: url("../img/top/img_world1.jpg");
  background-position: right bottom;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-color: #9cb2d9;
  min-height: 680px;
  padding: 5% 60% 5% 5%;
  width: 100%;
  max-width: none;
  transform-origin: center center;
  will-change: transform, filter, border-radius;
}
@media (max-width: 768px) {
  .p-index_courses .courses-sticky-item[data-course="0"] .p-index_courses__item {
    min-height: 440px;
    padding: 50% 5% 5% 5%;
    background-size: 100%;
    background-image: url("../img/top/img_world1_sp.jpg");
    background-size: cover;
  }
}
.p-index_courses .courses-sticky-item[data-course="1"] {
  overflow: visible !important;
  z-index: 2;
}
.p-index_courses .courses-sticky-item[data-course="1"] .p-index_courses__item {
  background-image: url("../img/top/img_world2.jpg");
  background-position: right bottom;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-color: #9cb2d9;
  min-height: 680px;
  padding: 2.5% 60% 2.5% 5%;
  width: 100%;
  max-width: none;
  transform-origin: center center;
  will-change: transform, filter, border-radius;
}
@media (max-width: 768px) {
  .p-index_courses .courses-sticky-item[data-course="1"] .p-index_courses__item {
    min-height: 440px;
    padding: 35% 5% 5% 5%;
    background-size: 100%;
    background-image: url("../img/top/img_world2_sp.jpg");
    background-size: cover;
  }
}
.p-index_courses .courses-sticky-item[data-course="2"] {
  overflow: visible !important;
  z-index: 3;
}
.p-index_courses .courses-sticky-item[data-course="2"] .p-index_courses__item {
  background-image: url("../img/top/img_world3.jpg");
  background-position: right bottom;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-color: #9cb2d9;
  min-height: 680px;
  padding: 2.5% 60% 2.5% 5%;
  width: 100%;
  max-width: none;
  transform-origin: center center;
  will-change: transform, filter, border-radius;
}
@media (max-width: 768px) {
  .p-index_courses .courses-sticky-item[data-course="2"] .p-index_courses__item {
    min-height: 440px;
    padding: 35% 5% 5% 5%;
    background-size: 100%;
    background-image: url("../img/top/img_world3_sp.jpg");
    background-size: cover;
  }
}
.p-index_courses .courses-sticky-item[data-course="3"] {
  overflow: visible !important;
  z-index: 4;
}
.p-index_courses .courses-sticky-item[data-course="3"] .p-index_courses__item {
  background-image: url("../img/top/img_world4.jpg");
  background-position: right bottom;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-color: #9cb2d9;
  min-height: 680px;
  padding: 5% 60% 5% 5%;
  width: 100%;
  max-width: none;
  transform-origin: center center;
  will-change: transform, filter, border-radius;
}
@media (max-width: 768px) {
  .p-index_courses .courses-sticky-item[data-course="3"] .p-index_courses__item {
    min-height: 440px;
    margin-top: 0;
    padding: 48% 5% 5% 5%;
    background-size: 100%;
    background-image: url("../img/top/img_world4_sp.jpg");
    background-size: cover;
  }
}
.p-index_courses__item {
  line-height: 2em;
  margin-bottom: 20px;
  width: 100%;
  max-width: none;
  padding: 5% 60% 5% 5%;
  background-color: #9cb2d9;
  min-height: 800px;
}
@media (max-width: 768px) {
  .p-index_courses__item--number {
    font-size: 12px;
  }
}
.p-index_courses__item--world {
  font-size: 70px;
  font-family: "Bellefair", serif;
  line-height: 1.1em;
  margin-bottom: 10px;
  letter-spacing: -0.05em;
}
@media (max-width: 768px) {
  .p-index_courses__item--world {
    font-size: 48px;
    margin-bottom: 0;
    line-height: 1em;
  }
}
.p-index_courses__item--world02 {
  font-size: 16px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-index_courses__item--world02 {
    font-size: 10px;
    margin-bottom: 10px;
  }
}
.p-index_courses__item--title {
  font-size: 30px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .p-index_courses__item--title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.p-index_courses__item--text {
  font-size: 16px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-index_courses__item--text {
    display: none;
  }
}
@media (max-width: 768px) {
  .p-index_courses__item .c-button-new--white {
    padding: 10px;
    width: 80% !important;
    margin: 10px 10%;
    background-color: rgba(13, 53, 127, 0.062745098);
    font-size: 13px;
    display: none;
  }
}
.p-index_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(146, 146, 146, 0.8);
  z-index: 40001;
  scrollbar-width: 16px;
  scrollbar-color: #093284 #f0f0f0;
}
@media (max-width: 768px) {
  .p-index_modal {
    padding: 10px 10px 100px 10px;
  }
}
.p-index_modal--number {
  font-size: 15px;
  padding-top: 40px;
  max-width: 1072px;
  margin-bottom: 10px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-index_modal--number {
    font-size: 12px;
    padding-top: 0;
  }
}
.p-index_modal--world {
  max-width: 1072px;
  margin: 0 auto;
  font-size: 70px;
  font-family: "Bellefair", serif;
  line-height: 1.1em;
  margin-bottom: 10px;
  letter-spacing: -0.05em;
}
@media (max-width: 768px) {
  .p-index_modal--world {
    font-size: 48px;
    margin-bottom: 10px;
    line-height: 1em;
  }
}
.p-index_modal--world02 {
  max-width: 1072px;
  margin: 0 auto;
  font-size: 16px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-index_modal--world02 {
    font-size: 10px;
    margin-bottom: 30px;
  }
}
.p-index_modal::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}
.p-index_modal::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 8px;
}
.p-index_modal::-webkit-scrollbar-thumb {
  background: #093284;
  border-radius: 8px;
  border: 2px solid #f0f0f0;
}
.p-index_modal::-webkit-scrollbar-thumb:hover {
  background: #093284;
}
.p-index_modal::-webkit-scrollbar-corner {
  background: #f0f0f0;
}
.p-index_modal__close {
  position: absolute;
  top: 8vw;
  right: 8vw;
  width: 30px;
  height: 30px;
  z-index: 40001;
  cursor: pointer;
}
@media (max-width: 768px) {
  .p-index_modal__close {
    top: auto;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
  }
}
.p-index_modal__course--wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
  max-width: 1024px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 768px) {
  .p-index_modal__course--wrap {
    display: block;
  }
}
.p-index_modal__course--wrap a {
  width: 49%;
}
.p-index_modal__course {
  width: 100%;
  margin-right: 7px;
  margin-bottom: 10px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #e9ecee;
}
@media (max-width: 768px) {
  .p-index_modal__course {
    width: 100%;
    margin-bottom: 10px;
  }
}
.p-index_modal__course--image {
  width: 25%;
  padding: 10px;
}
.p-index_modal__course--text {
  padding: 10px;
  width: 70%;
  color: #000;
  display: table-cell;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translateY(-50%);
  padding-right: 20px;
}
.p-index_modal__course--text:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: -15px;
  right: -15px;
  background-image: url("../img/top/icon_arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .p-index_modal__course--text:after {
    bottom: -5px;
    right: -10px;
    width: 30px;
    height: 30px;
    background-size: 25px;
  }
}
.p-index_modal__course--text h3 {
  font-size: 16px;
  margin-bottom: 0em;
}
@media (max-width: 768px) {
  .p-index_modal__course--text h3 {
    font-size: 12px;
  }
}
.p-index_modal__course--text p {
  margin-top: 5px !important;
  font-size: 14px;
}
@media (max-width: 768px) {
  .p-index_modal__course--text p {
    font-size: 10px;
  }
}
.p-index_modal__course--text p span {
  background-color: #fff;
  color: #000;
  padding: 2px 5px;
  margin-right: 5px;
}
.p-index_modal__course--number {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .p-index_modal__course--number {
    font-size: 12px;
  }
}
.p-index_modal__course--world {
  font-size: 70px;
  font-family: "Bellefair", serif;
  line-height: 1.1em;
  margin-bottom: 10px;
  letter-spacing: -0.05em;
}
@media (max-width: 768px) {
  .p-index_modal__course--world {
    font-size: 48px;
    margin-bottom: 10px;
    line-height: 1em;
  }
}
.p-index_modal__course--world02 {
  font-size: 16px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-index_modal__course--world02 {
    font-size: 10px;
    margin-bottom: 30px;
  }
}
.p-index_modal__musican {
  display: none;
  scrollbar-width: 16px;
  background-color: #fff;
  padding: 20px 20px;
  height: 85vh;
  overflow-y: scroll !important;
  margin: 5% 2%;
}
.p-index_modal__danceactor {
  display: none;
  scrollbar-width: 16px;
  background-color: #fff;
  padding: 20px 20px;
  overflow-y: scroll !important;
  height: 85vh;
  margin: 5% 2%;
}
.p-index_modal__soundcreator {
  display: none;
  scrollbar-width: 16px;
  background-color: #fff;
  padding: 20px 20px;
  overflow-y: scroll !important;
  height: 85vh;
  margin: 5% 2%;
}
.p-index_modal__concert {
  display: none;
  scrollbar-width: 16px;
  background-color: #fff;
  padding: 20px 20px;
  overflow-y: scroll !important;
  height: 85vh;
  margin: 5% 2%;
}
.p-index_opencampus {
  background-color: #0d357f;
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  margin: 160px 0% 100px 0%;
  padding: 180px 10%;
  background-image: url("../img/top/bg_oc.png");
  background-position: right top;
  background-repeat: no-repeat;
}
.p-index_opencampus--subtitle {
  font-size: 24px;
  margin-bottom: 1em;
}
.p-index_opencampus--subtitle:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 20px;
  background-image: url("../img/top/icon_o.svg");
  background-repeat: no-repeat;
  background-position: 0px 3px;
}
.p-index_opencampus--title {
  font-size: 112px;
  font-family: "Bellefair", serif;
  line-height: 1.2em;
  margin-bottom: 10px;
  letter-spacing: -0.05em;
}
@media (max-width: 768px) {
  .p-index_opencampus--title {
    font-size: 48px;
  }
}
.p-index_opencampus--title span:after {
  content: "";
  display: inline-block;
  width: 70px;
  height: 60px;
  background-image: url("../img/top/icon_star.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.p-index_opencampus--title02 {
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 30px;
}
.p-index_opencampus--text {
  font-size: 16px;
  margin-bottom: 40px;
}
.p-index_opencampus--subtitle02 {
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 30px;
}
.p-index_field__wrap a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
  background-color: #e9ecee;
}
.p-index_field__item:nth-child(1) {
  width: 30%;
  padding: 5px;
}
.p-index_field__item:nth-child(2) {
  width: 70%;
  color: #404040;
  font-size: 14px;
  display: flex;
  align-items: center;
  padding-left: 10px;
  font-family: "Noto Serif JP", serif;
  background-image: url("../img/top/icon_arrow.svg");
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: bottom 5px right 5px;
}
.p-index_field__slider {
  position: relative;
  padding-bottom: 20px;
  overflow: hidden;
  margin-bottom: 50px;
}
.p-index_field__slider .progress-navigation-container {
  position: absolute;
  bottom: 15px;
  left: 0%;
  right: 10%;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 10;
  margin: 0;
  padding: 0;
  overflow: visible;
}
.p-index_field__slider .swiper-pagination-progressbar {
  flex: 1;
  height: 10px;
  background: #d8dadc;
  border-radius: 4px;
  margin: 0;
  display: block;
  visibility: visible;
  opacity: 1;
  box-sizing: border-box;
  z-index: 10;
  margin-right: 90px;
  position: relative;
}
.p-index_field__slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #2f4c85;
  border-radius: 4px;
  transition: transform 0.3s ease;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}
.p-index_field__slider .custom-navigation {
  display: flex;
  gap: 8px;
  z-index: 12;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 4px;
  padding: 2px;
  overflow: visible;
}
.p-index_field__slider .custom-prev-btn,
.p-index_field__slider .custom-next-btn {
  width: 35px;
  height: 35px;
  background: #2f4c85;
  color: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.p-index_field__slider .custom-prev-btn:hover,
.p-index_field__slider .custom-next-btn:hover {
  transform: scale(1.05);
  background: #1a2f5a;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.p-index_field__slider .custom-prev-btn:active,
.p-index_field__slider .custom-next-btn:active {
  transform: scale(0.95);
}
.p-index_field__slider .custom-prev-btn.disabled, .p-index_field__slider .custom-prev-btn:disabled, .p-index_field__slider .custom-prev-btn.swiper-button-disabled, .p-index_field__slider .custom-prev-btn[aria-disabled=true],
.p-index_field__slider .custom-next-btn.disabled,
.p-index_field__slider .custom-next-btn:disabled,
.p-index_field__slider .custom-next-btn.swiper-button-disabled,
.p-index_field__slider .custom-next-btn[aria-disabled=true] {
  background: #ccc !important;
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: none;
}
.p-index_field__slider .custom-prev-btn.disabled:hover, .p-index_field__slider .custom-prev-btn:disabled:hover, .p-index_field__slider .custom-prev-btn.swiper-button-disabled:hover, .p-index_field__slider .custom-prev-btn[aria-disabled=true]:hover,
.p-index_field__slider .custom-next-btn.disabled:hover,
.p-index_field__slider .custom-next-btn:disabled:hover,
.p-index_field__slider .custom-next-btn.swiper-button-disabled:hover,
.p-index_field__slider .custom-next-btn[aria-disabled=true]:hover {
  transform: none;
  background: #ccc !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.p-index_field__slider .custom-prev-btn.disabled:active, .p-index_field__slider .custom-prev-btn:disabled:active, .p-index_field__slider .custom-prev-btn.swiper-button-disabled:active, .p-index_field__slider .custom-prev-btn[aria-disabled=true]:active,
.p-index_field__slider .custom-next-btn.disabled:active,
.p-index_field__slider .custom-next-btn:disabled:active,
.p-index_field__slider .custom-next-btn.swiper-button-disabled:active,
.p-index_field__slider .custom-next-btn[aria-disabled=true]:active {
  transform: none;
}
.p-index_field__slider .custom-prev-btn[aria-disabled=false], .p-index_field__slider .custom-prev-btn:not([aria-disabled=true]):not(.disabled):not(:disabled):not(.swiper-button-disabled),
.p-index_field__slider .custom-next-btn[aria-disabled=false],
.p-index_field__slider .custom-next-btn:not([aria-disabled=true]):not(.disabled):not(:disabled):not(.swiper-button-disabled) {
  background: #2f4c85 !important;
  cursor: pointer;
}
.p-index_field__slider .custom-prev-btn img,
.p-index_field__slider .custom-next-btn img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.p-index_field__slider .custom-prev-btn {
  background: #2f4c85;
}
.p-index_field__slider .custom-prev-btn img {
  transform: rotate(180deg);
}
.p-index_oc {
  padding: 50px 10%;
}
.p-index_oc__slider {
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 50px;
  overflow: hidden;
}
.p-index_oc__slider .progress-navigation-container {
  position: absolute;
  bottom: 15px;
  left: 0%;
  right: 10%;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 10;
  margin: 0;
  padding: 0;
  overflow: visible;
}
.p-index_oc__slider .swiper-pagination-progressbar {
  flex: 1;
  height: 10px;
  background: #d8dadc;
  border-radius: 4px;
  margin: 0;
  display: block;
  visibility: visible;
  opacity: 1;
  box-sizing: border-box;
  z-index: 10;
  margin-right: 90px;
  position: relative;
}
.p-index_oc__slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #2f4c85;
  border-radius: 4px;
  transition: transform 0.3s ease;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}
.p-index_oc__slider .custom-navigation {
  display: flex;
  gap: 8px;
  z-index: 12;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 4px;
  padding: 2px;
  overflow: visible;
}
.p-index_oc__slider .custom-prev-btn,
.p-index_oc__slider .custom-next-btn {
  width: 35px;
  height: 35px;
  background: #2f4c85;
  color: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.p-index_oc__slider .custom-prev-btn:hover,
.p-index_oc__slider .custom-next-btn:hover {
  transform: scale(1.05);
  background: #1a2f5a;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.p-index_oc__slider .custom-prev-btn:active,
.p-index_oc__slider .custom-next-btn:active {
  transform: scale(0.95);
}
.p-index_oc__slider .custom-prev-btn.disabled, .p-index_oc__slider .custom-prev-btn:disabled, .p-index_oc__slider .custom-prev-btn.swiper-button-disabled, .p-index_oc__slider .custom-prev-btn[aria-disabled=true],
.p-index_oc__slider .custom-next-btn.disabled,
.p-index_oc__slider .custom-next-btn:disabled,
.p-index_oc__slider .custom-next-btn.swiper-button-disabled,
.p-index_oc__slider .custom-next-btn[aria-disabled=true] {
  background: #ccc !important;
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: none;
}
.p-index_oc__slider .custom-prev-btn.disabled:hover, .p-index_oc__slider .custom-prev-btn:disabled:hover, .p-index_oc__slider .custom-prev-btn.swiper-button-disabled:hover, .p-index_oc__slider .custom-prev-btn[aria-disabled=true]:hover,
.p-index_oc__slider .custom-next-btn.disabled:hover,
.p-index_oc__slider .custom-next-btn:disabled:hover,
.p-index_oc__slider .custom-next-btn.swiper-button-disabled:hover,
.p-index_oc__slider .custom-next-btn[aria-disabled=true]:hover {
  transform: none;
  background: #ccc !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.p-index_oc__slider .custom-prev-btn.disabled:active, .p-index_oc__slider .custom-prev-btn:disabled:active, .p-index_oc__slider .custom-prev-btn.swiper-button-disabled:active, .p-index_oc__slider .custom-prev-btn[aria-disabled=true]:active,
.p-index_oc__slider .custom-next-btn.disabled:active,
.p-index_oc__slider .custom-next-btn:disabled:active,
.p-index_oc__slider .custom-next-btn.swiper-button-disabled:active,
.p-index_oc__slider .custom-next-btn[aria-disabled=true]:active {
  transform: none;
}
.p-index_oc__slider .custom-prev-btn[aria-disabled=false], .p-index_oc__slider .custom-prev-btn:not([aria-disabled=true]):not(.disabled):not(:disabled):not(.swiper-button-disabled),
.p-index_oc__slider .custom-next-btn[aria-disabled=false],
.p-index_oc__slider .custom-next-btn:not([aria-disabled=true]):not(.disabled):not(:disabled):not(.swiper-button-disabled) {
  background: #2f4c85 !important;
  cursor: pointer;
}
.p-index_oc__slider .custom-prev-btn img,
.p-index_oc__slider .custom-next-btn img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.p-index_oc__slider .custom-prev-btn {
  background: #2f4c85 !important;
}
.p-index_oc__slider .custom-prev-btn img {
  transform: rotate(180deg);
}
.p-index_oc__slider--item {
  background-color: #e9ecee;
  color: #404040;
  padding: 10px 10px 40px 10px;
  line-height: 1.2em;
  font-family: "Noto Sans JP", serif;
  background-image: url("../img/top/icon_arrow.svg");
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: bottom 5px right 5px;
}
.p-index_oc__slider--image {
  padding-bottom: 10px;
}
.p-index_oc__slider--image img {
  max-width: 100% !important;
}
.p-index_oc__slider--title {
  font-size: 16px;
  margin-bottom: 10px;
}
.p-index_oc__slider--text {
  font-size: 12px;
}
.p-index_opencampus-sp {
  background-color: #0d357f;
  position: relative;
  color: #fff;
  font-size: 16px;
  margin: 50px 0% 100px 0%;
  padding: 50px 5%;
}
.p-index_opencampus-sp__wrap {
  position: relative;
  z-index: 1;
}
.p-index_opencampus-sp::after {
  content: url("../img/top/icon_oc.png");
  display: block;
  position: absolute;
  top: -100px;
  right: 0;
  z-index: 0;
}
.p-index_opencampus-sp--subtitle {
  font-size: 16px;
  margin-bottom: 1em;
}
.p-index_opencampus-sp--subtitle:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 20px;
  background-image: url("../img/top/icon_o.svg");
  background-repeat: no-repeat;
  background-position: 0px 4px;
}
.p-index_opencampus-sp__field {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}
.p-index_opencampus-sp__field--item {
  background-color: #fff;
  color: #404040;
  padding: 5px 20px 5px 10px;
  line-height: 1.2em;
  font-family: "Noto Sans JP", serif;
  position: relative;
  margin-right: 1.5%;
  margin-bottom: 4px !important;
  font-size: 13px;
  border-radius: 50px;
  position: relative;
}
.p-index_opencampus-sp__field--item:after {
  content: url("../img/top/chevron-right.svg");
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 5px;
}
.p-index_opencampus-sp--title {
  font-size: 112px;
  font-family: "Bellefair", serif;
  line-height: 1.2em;
  margin-bottom: 10px;
  letter-spacing: -0.05em;
}
@media (max-width: 768px) {
  .p-index_opencampus-sp--title {
    font-size: 48px;
  }
}
.p-index_opencampus-sp--title span:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../img/top/icon_star.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}
.p-index_opencampus-sp--title02 {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 30px;
}
.p-index_opencampus-sp--text {
  font-size: 16px;
  margin-bottom: 40px;
}
.p-index_opencampus-sp--subtitle02 {
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 30px;
}
.p-index_opencampus-sp .progress-navigation-container {
  position: absolute;
  bottom: 15px;
  left: 0%;
  right: 10%;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 10;
  margin: 0;
  padding: 0;
  overflow: visible;
}
.p-index_opencampus-sp .swiper-pagination-progressbar {
  flex: 1;
  height: 10px;
  background: #d8dadc;
  border-radius: 4px;
  margin: 0;
  display: block;
  visibility: visible;
  opacity: 1;
  box-sizing: border-box;
  z-index: 10;
  margin-right: 90px;
  position: relative;
}
.p-index_opencampus-sp .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #2f4c85;
  border-radius: 4px;
  transition: transform 0.3s ease;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}
.p-index_opencampus-sp .c-button-new--white {
  width: 310px !important;
}
.p-index_opencampus-sp .custom-navigation {
  display: flex;
  gap: 8px;
  z-index: 12;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 4px;
  padding: 2px;
  overflow: visible;
}
.p-index_opencampus-sp .custom-prev-btn,
.p-index_opencampus-sp .custom-next-btn {
  width: 35px;
  height: 35px;
  background: #2f4c85;
  color: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.p-index_opencampus-sp .custom-prev-btn:hover,
.p-index_opencampus-sp .custom-next-btn:hover {
  transform: scale(1.05);
  background: #1a2f5a;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.p-index_opencampus-sp .custom-prev-btn:active,
.p-index_opencampus-sp .custom-next-btn:active {
  transform: scale(0.95);
}
.p-index_opencampus-sp .custom-prev-btn img,
.p-index_opencampus-sp .custom-next-btn img {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
}
.p-index_opencampus-sp .custom-prev-btn {
  background: #2f4c85;
}
.p-index_opencampus-sp .custom-prev-btn img {
  transform: rotate(180deg);
}
.p-index_oc-sp {
  padding: 50px 10%;
}
.p-index_oc-sp__slider {
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 50px;
  overflow: hidden;
}
.p-index_oc-sp__slider .progress-navigation-container {
  position: absolute;
  bottom: 15px;
  left: 0%;
  right: 10%;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 10;
  margin: 0;
  padding: 0;
  overflow: visible;
}
.p-index_oc-sp__slider .swiper-pagination-progressbar {
  flex: 1;
  height: 10px;
  background: #d8dadc;
  border-radius: 4px;
  margin: 0;
  display: block;
  visibility: visible;
  opacity: 1;
  box-sizing: border-box;
  z-index: 10;
  margin-right: 90px;
  position: relative;
}
.p-index_oc-sp__slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #2f4c85;
  border-radius: 4px;
  transition: transform 0.3s ease;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}
.p-index_oc-sp__slider .custom-navigation {
  display: flex;
  gap: 8px;
  z-index: 12;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 4px;
  padding: 2px;
  overflow: visible;
}
.p-index_oc-sp__slider .custom-prev-btn,
.p-index_oc-sp__slider .custom-next-btn {
  width: 35px;
  height: 35px;
  background: #2f4c85;
  color: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.p-index_oc-sp__slider .custom-prev-btn:hover,
.p-index_oc-sp__slider .custom-next-btn:hover {
  transform: scale(1.05);
  background: #1a2f5a;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.p-index_oc-sp__slider .custom-prev-btn:active,
.p-index_oc-sp__slider .custom-next-btn:active {
  transform: scale(0.95);
}
.p-index_oc-sp__slider .custom-prev-btn.disabled, .p-index_oc-sp__slider .custom-prev-btn:disabled, .p-index_oc-sp__slider .custom-prev-btn.swiper-button-disabled, .p-index_oc-sp__slider .custom-prev-btn[aria-disabled=true],
.p-index_oc-sp__slider .custom-next-btn.disabled,
.p-index_oc-sp__slider .custom-next-btn:disabled,
.p-index_oc-sp__slider .custom-next-btn.swiper-button-disabled,
.p-index_oc-sp__slider .custom-next-btn[aria-disabled=true] {
  background: #ccc !important;
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: none;
}
.p-index_oc-sp__slider .custom-prev-btn.disabled:hover, .p-index_oc-sp__slider .custom-prev-btn:disabled:hover, .p-index_oc-sp__slider .custom-prev-btn.swiper-button-disabled:hover, .p-index_oc-sp__slider .custom-prev-btn[aria-disabled=true]:hover,
.p-index_oc-sp__slider .custom-next-btn.disabled:hover,
.p-index_oc-sp__slider .custom-next-btn:disabled:hover,
.p-index_oc-sp__slider .custom-next-btn.swiper-button-disabled:hover,
.p-index_oc-sp__slider .custom-next-btn[aria-disabled=true]:hover {
  transform: none;
  background: #ccc !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.p-index_oc-sp__slider .custom-prev-btn.disabled:active, .p-index_oc-sp__slider .custom-prev-btn:disabled:active, .p-index_oc-sp__slider .custom-prev-btn.swiper-button-disabled:active, .p-index_oc-sp__slider .custom-prev-btn[aria-disabled=true]:active,
.p-index_oc-sp__slider .custom-next-btn.disabled:active,
.p-index_oc-sp__slider .custom-next-btn:disabled:active,
.p-index_oc-sp__slider .custom-next-btn.swiper-button-disabled:active,
.p-index_oc-sp__slider .custom-next-btn[aria-disabled=true]:active {
  transform: none;
}
.p-index_oc-sp__slider .custom-prev-btn[aria-disabled=false], .p-index_oc-sp__slider .custom-prev-btn:not([aria-disabled=true]):not(.disabled):not(:disabled):not(.swiper-button-disabled),
.p-index_oc-sp__slider .custom-next-btn[aria-disabled=false],
.p-index_oc-sp__slider .custom-next-btn:not([aria-disabled=true]):not(.disabled):not(:disabled):not(.swiper-button-disabled) {
  background: #2f4c85 !important;
  cursor: pointer;
}
.p-index_oc-sp__slider .custom-prev-btn img,
.p-index_oc-sp__slider .custom-next-btn img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.p-index_oc-sp__slider .custom-prev-btn {
  background: #2f4c85 !important;
}
.p-index_oc-sp__slider .custom-prev-btn img {
  transform: rotate(180deg) !important;
}
.p-index_oc-sp__slider--item {
  color: #404040;
}
.p-index_oc-sp__slider--item li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #fff;
  margin-bottom: 10px;
  padding: 10px;
}
.p-index_oc-sp__slider--item li .p-index_oc__slider--title {
  font-size: 13px;
  line-height: 1.2em;
}
.p-index_oc-sp__slider--item li .p-index_oc__slider--text {
  font-size: 9px;
  line-height: 1.2em;
  color: #8e9191;
}
.p-index_oc-sp__slider--item li div:nth-child(1) {
  width: 40%;
}
.p-index_oc-sp__slider--item li div:nth-child(1) img {
  width: 100%;
  height: auto;
}
.p-index_oc-sp__slider--item li div:nth-child(2) {
  width: 60%;
  padding-left: 5px;
}
.p-index_oc-sp__slider--image {
  padding-bottom: 10px;
}
.p-index_oc-sp__slider--title {
  font-size: 16px;
  margin-bottom: 10px;
}
.p-index_oc-sp__slider--text {
  font-size: 12px;
}
.p-index_session__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 50px;
}
.p-index_session__item {
  width: 19%;
  background-color: #fff;
  color: #404040;
  padding: 10px 10px 40px 10px;
  line-height: 1.2em;
  font-family: "Noto Sans JP", serif;
  position: relative;
  margin-right: 1.5%;
  background-image: url("../img/top/icon_arrow.svg");
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: bottom 5px right 5px;
}
.p-index_session__item--image {
  padding-bottom: 10px;
}
.p-index_session__item--title {
  font-size: 16px;
  margin-bottom: 10px;
}
.p-index_session__item--text {
  font-size: 12px;
}
.p-index_interview {
  font-size: 16px;
  margin: 50px 10% 0 10%;
  padding-left: 10%;
  background-image: url("../img/top/bg_interview.svg");
  background-position: left top;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .p-index_interview {
    margin: 50px 5% 0 0%;
    padding-left: 9%;
    background-size: 15%;
    margin-bottom: 100px;
  }
}
.p-index_interview .c-heading-serif {
  text-align: center;
  width: 100%;
  margin-bottom: 50px;
}
.p-index_interview .swiper-wrapper {
  margin-bottom: 50px;
}
.p-index_interview .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  visibility: visible;
  opacity: 1;
  z-index: 10;
  margin: 0;
  padding: 0;
}
.p-index_interview .progress-navigation-container {
  position: absolute;
  bottom: 15px;
  left: 0%;
  right: 10%;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 10;
  margin: 0;
  padding: 0;
  overflow: visible;
}
.p-index_interview .swiper-pagination-progressbar {
  flex: 1;
  height: 10px;
  background: #d8dadc;
  border-radius: 4px;
  margin: 0;
  display: block;
  visibility: visible;
  opacity: 1;
  box-sizing: border-box;
  z-index: 10;
  margin-right: 90px;
  position: relative;
}
.p-index_interview .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #2f4c85;
  border-radius: 4px;
  transition: transform 0.3s ease;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}
.p-index_interview .custom-navigation {
  display: flex;
  gap: 8px;
  z-index: 12;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 4px;
  padding: 2px;
  overflow: visible;
}
.p-index_interview .custom-prev-btn,
.p-index_interview .custom-next-btn {
  width: 35px;
  height: 35px;
  background: #2f4c85;
  color: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.p-index_interview .custom-prev-btn:hover,
.p-index_interview .custom-next-btn:hover {
  transform: scale(1.05);
  background: #1a2f5a;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.p-index_interview .custom-prev-btn:active,
.p-index_interview .custom-next-btn:active {
  transform: scale(0.95);
}
.p-index_interview .custom-prev-btn img,
.p-index_interview .custom-next-btn img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.p-index_interview .custom-prev-btn {
  background: #2f4c85;
}
.p-index_interview .custom-prev-btn img {
  transform: rotate(180deg);
}
.p-index_interview__title {
  font-size: 40px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5em;
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-index_interview__title {
    display: none;
  }
}
.p-index_interview--wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-index_interview--wrap {
    display: block;
  }
}
.p-index_interview--item {
  width: 48%;
}
@media (max-width: 768px) {
  .p-index_interview--item {
    width: 90%;
    margin-left: 10%;
  }
}
.p-index_interview--item figure {
  position: relative;
}
.p-index_interview--item img {
  max-width: 100%;
  height: auto;
}
.p-index_interview--item figcaption {
  font-size: 14px;
  margin-bottom: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 10px;
  text-align: center;
}
.p-index_interview--instrument {
  font-size: 14px;
  margin-bottom: 20px;
  background-color: #093284;
  color: #fff;
  width: 200px;
  padding: 5px 0px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-index_interview--instrument {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 10px;
    width: 150px;
  }
}
.p-index_interview--name {
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dbdadc;
}
@media (max-width: 768px) {
  .p-index_interview--name {
    font-size: 18px;
    padding-bottom: 15px;
  }
}
.p-index_interview--title {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  margin-bottom: 1em;
  margin-left: -0.5em;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .p-index_interview--title {
    text-indent: -0.5em;
    margin-left: 0em;
    font-size: 20px;
  }
}
.p-index_interview--text {
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-index_interview--text {
    font-size: 11px;
  }
}
.p-index_interview--more {
  color: #093284;
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 20px;
  position: relative;
  text-align: right;
}
@media (max-width: 768px) {
  .p-index_interview--more {
    font-size: 14px;
    margin-right: 10%;
    text-decoration: underline;
  }
}
.p-index_interview--more:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  padding-right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../img/top/icon_arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  vertical-align: middle;
}
.p-index_interview--side {
  font-size: 96px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 30px;
  transform: rotate(90deg);
  position: absolute;
  top: 50%;
  left: -45%;
  color: #093284;
}
.p-index_interview__slider {
  color: #404040;
  position: relative;
  padding-bottom: 10px;
  overflow: hidden !important;
  min-height: 200px;
  margin-bottom: 50px;
  line-height: 1.2em;
}
.p-index_interview__slider--item {
  color: #404040;
  background-color: #e9ecee;
  line-height: 1.2em;
  font-family: "Noto Sans JP", serif;
}
.p-index_interview__slider--image {
  margin-bottom: 10px;
}
.p-index_interview__slider--image img {
  width: 100%;
  height: auto;
}
.p-index_interview__slider--industry {
  font-size: 14px;
  margin-bottom: 10px;
  background-color: #093284;
  color: #fff;
  width: 150px;
  text-align: center;
  margin-left: 10px;
}
.p-index_interview__slider--job {
  font-size: 18px;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dbdadc;
}
.p-index_interview__slider--text {
  padding: 10px 0px 20px 10px;
}
.p-index_schoollife {
  font-size: 16px;
  margin: 150px 1% 0 2%;
}
.p-index_schoollife__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 3% 8% 0 8%;
}
.p-index_schoollife--icon {
  position: absolute;
  top: 42%;
  right: -20px;
  width: 300px;
}
.p-index_schoollife--icon img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .p-index_schoollife--icon {
    display: none;
  }
}
@media (max-width: 768px) {
  .p-index_schoollife {
    margin: 0;
    margin-bottom: 100px;
  }
  .p-index_schoollife .c-button-new {
    margin: 0 auto;
  }
}
.p-index_schoollife__item {
  width: 48%;
}
@media (max-width: 768px) {
  .p-index_schoollife__item {
    width: 90%;
    margin-left: 5%;
  }
}
.p-index_schoollife--title {
  font-size: 48px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5em;
  margin-bottom: 30px;
}
.p-index_schoollife--subtitle {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5em;
  margin-bottom: 30px;
}
.p-index_schoollife--text {
  font-size: 15px;
  line-height: 1.5em;
  margin-bottom: 30px;
}
.p-index_schoollife--image {
  position: relative;
  width: 100%;
  height: 600px;
  background-image: url("../img/top/bg_shoollife.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center calc(var(--parallax-y, 0px) + 60%);
  margin-bottom: 30px;
  overflow: hidden;
  will-change: background-position;
  transition: background-position 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 768px) {
  .p-index_schoollife--image {
    height: 300px;
    background-size: 150% auto;
  }
}
.p-index_support {
  font-size: 16px;
  margin: 150px 10% 0 10%;
}
.p-index_support__btn {
  color: #093284;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 30px;
  position: relative;
  text-decoration: underline;
}
.p-index_support__btn::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  padding-right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/top/icon_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .p-index_support {
    margin: 5%;
    margin-bottom: 100px;
  }
}
.p-index_support__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .p-index_support__wrap {
    display: block;
  }
}
.p-index_support__item {
  width: 49%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .p-index_support__item {
    width: 100%;
  }
}
.p-index_support__item > a {
  margin-top: auto;
}
.p-index_support__item--title {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 10px;
}
.p-index_support__item--image {
  margin-bottom: 20px;
}
.p-index_support__item--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-index_support__item--list {
    display: none;
  }
}
.p-index_support__item--list li {
  font-size: 13px;
  margin-bottom: 10px;
}
.p-index_support__item--list li:nth-child(1), .p-index_support__item--list li:nth-child(4), .p-index_support__item--list li:nth-child(7) {
  width: 34.3%;
}
.p-index_support__item--list li:nth-child(2), .p-index_support__item--list li:nth-child(5), .p-index_support__item--list li:nth-child(8) {
  width: 25.3%;
}
.p-index_support__item--list li:nth-child(3), .p-index_support__item--list li:nth-child(6), .p-index_support__item--list li:nth-child(9) {
  width: 40.3%;
}
.p-index_support__item--list li:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  background-color: #093284;
}
.p-index_support__item--list02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-index_support__item--list02 {
    display: none;
  }
}
.p-index_support__item--list02 li {
  font-size: 13px;
  margin-bottom: 10px;
  width: 49%;
  letter-spacing: 0em;
}
.p-index_support__item--list02 li:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  background-color: #093284;
}
.p-index_support__item--image img {
  width: 100%;
  height: auto;
}
.p-index_support__title {
  font-size: 80px;
  font-family: "Bellefair", serif;
  line-height: 1.5em;
  margin-bottom: 30px;
  letter-spacing: -0.05em;
  display: flex;
}
@media (max-width: 768px) {
  .p-index_support__title {
    font-size: 48px;
    line-height: 0.6em;
    margin-bottom: 40px;
    display: block;
  }
}
.p-index_support__title span {
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  vertical-align: middle;
  letter-spacing: -0.05em;
  padding-left: 10px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-index_support__title span {
    font-size: 11px;
    padding-left: 0;
    text-align: left;
  }
}
.p-index_sns {
  min-height: 500px;
  font-size: 16px;
  margin: 150px 2% 0 2%;
  overflow: hidden;
  position: relative;
  height: 600px;
  color: #fff;
}
@media (max-width: 768px) {
  .p-index_sns {
    margin: 0;
    height: 400px;
    min-height: 400px;
    margin-bottom: 50px;
  }
  .p-index_sns .scroll-infinity__list {
    height: 400px;
  }
  .p-index_sns .scroll-infinity__list img {
    height: 120px;
  }
  .p-index_sns .scroll-infinity__container {
    height: 390px;
  }
}
.p-index_sns__title {
  font-size: 80px;
  font-family: "Bellefair", serif;
  line-height: 1.2em;
  margin-bottom: 30px;
  letter-spacing: -0.05em;
  color: #fff;
  position: absolute;
  top: 35%;
  width: 100%;
  text-align: center;
  z-index: 10;
}
@media (max-width: 768px) {
  .p-index_sns__title {
    top: 12%;
    font-size: 40px;
    letter-spacing: 0em;
  }
}
.p-index_sns--item {
  position: absolute;
  top: 50%;
  left: calc(50% - 335px);
  z-index: 1;
}
@media (max-width: 768px) {
  .p-index_sns--item {
    top: 44%;
    left: calc(50% - 175px);
  }
  .p-index_sns--item ul {
    padding-top: 10px !important;
  }
}
.p-index_sns--item ul {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding: 0;
}
.p-index_sns--item ul li {
  display: flex;
  align-items: center;
  justify-content: right;
  margin-right: 0px;
  margin-top: 20px;
}
.p-index_sns--item ul li .c-button-new--white {
  margin-right: 20px;
}
@media (max-width: 768px) {
  .p-index_sns--item ul li .c-button-new--white {
    margin-right: 0px;
  }
}
.p-index_sns--item ul li i {
  font-size: 24px;
  margin-right: 8px;
  color: #000;
  background-color: #fff;
  border-radius: 50%;
  width: 63px;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-index_sns--item ul li a {
  color: #fff;
  text-decoration: none;
}
.p-index_sns--item ul li a:hover {
  opacity: 0.8;
}
.p-index_sns__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.p-index_action {
  font-size: 16px;
  margin: 50px 2% 0 2%;
}
@media (max-width: 768px) {
  .p-index_action {
    margin: 0;
    margin-bottom: 50px;
  }
}
.p-index_action--wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-index_action--item {
  width: 49%;
}
@media (max-width: 768px) {
  .p-index_action--item {
    width: 90%;
    margin-left: 5%;
    margin-bottom: 10px;
  }
}
.p-index_action--item img {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .p-index_picture__slider {
    height: 320px !important;
  }
  .scroll-infinity__wrap.u-fadeinup {
    opacity: 1 !important;
    transform: none !important;
  }
  .scroll-infinity__list {
    will-change: transform;
    transform: translateZ(0);
  }
  .p-index_picture__slider {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  .p-index_picture__slider .swiper-wrapper {
    transition-timing-function: linear !important;
  }
  .p-index_picture__slider .swiper-slide {
    width: auto;
    z-index: 2;
  }
  .p-index_picture__item {
    width: auto;
    height: auto;
    position: relative;
    z-index: 2;
    text-align: center;
    opacity: 0;
    filter: blur(10px);
    transition: all 0.8s ease;
    width: auto !important;
    flex-shrink: 0;
    will-change: transform, opacity, filter;
  }
  .p-index_picture__item.is-visible {
    opacity: 1;
    filter: blur(0);
  }
  .p-index_picture__item img {
    margin-top: -50px;
    width: auto;
    height: auto;
    max-width: none;
    will-change: transform;
    transform: translateZ(0);
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .p-index_picture__item img {
    margin-top: 0px;
  }
}
@media (max-width: 768px) {
  .p-index_picture + .scroll-infinity__wrap {
    margin-top: -230px;
    position: relative;
    z-index: 1;
  }
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes infinity-scroll-right {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
.scroll-infinity__container {
  display: flex;
  flex-direction: column;
  background-color: #191f20;
}

.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 1;
}

.scroll-infinity__list {
  display: flex;
  flex-shrink: 0;
  height: 200px;
}
.scroll-infinity__list img {
  height: 200px;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}

.scroll-infinity__list--left {
  animation: infinity-scroll-left 30s infinite linear;
}

.scroll-infinity__list--left-pc {
  animation: infinity-scroll-left 30s infinite linear;
}

.scroll-infinity__list--right {
  animation: infinity-scroll-right 30s infinite linear;
  transform: translateX(-50%);
}

.sticky-sections {
  position: relative;
}
.sticky-sections .sticky-section {
  position: sticky;
  top: 80px;
  min-height: 100vh;
  z-index: 1;
  background: #9cb2d9;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.sticky-sections__title {
  position: sticky;
  top: 0;
  z-index: 10;
  background: #fff;
  padding: 30px 0 10px 0;
  text-align: center;
}

#interview-swiper .custom-navigation .custom-prev-btn,
#interview-swiper .custom-navigation .custom-next-btn {
  width: 35px;
  height: 35px;
  background: #2f4c85 !important;
  color: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#interview-swiper .custom-navigation .custom-prev-btn:hover,
#interview-swiper .custom-navigation .custom-next-btn:hover {
  transform: scale(1.05);
  background: #1a2f5a !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
#interview-swiper .custom-navigation .custom-prev-btn:active,
#interview-swiper .custom-navigation .custom-next-btn:active {
  transform: scale(0.95);
}
#interview-swiper .custom-navigation .custom-prev-btn.disabled, #interview-swiper .custom-navigation .custom-prev-btn:disabled, #interview-swiper .custom-navigation .custom-prev-btn.swiper-button-disabled, #interview-swiper .custom-navigation .custom-prev-btn[aria-disabled=true],
#interview-swiper .custom-navigation .custom-next-btn.disabled,
#interview-swiper .custom-navigation .custom-next-btn:disabled,
#interview-swiper .custom-navigation .custom-next-btn.swiper-button-disabled,
#interview-swiper .custom-navigation .custom-next-btn[aria-disabled=true] {
  background: #ccc !important;
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: none;
}
#interview-swiper .custom-navigation .custom-prev-btn.disabled:hover, #interview-swiper .custom-navigation .custom-prev-btn:disabled:hover, #interview-swiper .custom-navigation .custom-prev-btn.swiper-button-disabled:hover, #interview-swiper .custom-navigation .custom-prev-btn[aria-disabled=true]:hover,
#interview-swiper .custom-navigation .custom-next-btn.disabled:hover,
#interview-swiper .custom-navigation .custom-next-btn:disabled:hover,
#interview-swiper .custom-navigation .custom-next-btn.swiper-button-disabled:hover,
#interview-swiper .custom-navigation .custom-next-btn[aria-disabled=true]:hover {
  transform: none;
  background: #ccc !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#interview-swiper .custom-navigation .custom-prev-btn.disabled:active, #interview-swiper .custom-navigation .custom-prev-btn:disabled:active, #interview-swiper .custom-navigation .custom-prev-btn.swiper-button-disabled:active, #interview-swiper .custom-navigation .custom-prev-btn[aria-disabled=true]:active,
#interview-swiper .custom-navigation .custom-next-btn.disabled:active,
#interview-swiper .custom-navigation .custom-next-btn:disabled:active,
#interview-swiper .custom-navigation .custom-next-btn.swiper-button-disabled:active,
#interview-swiper .custom-navigation .custom-next-btn[aria-disabled=true]:active {
  transform: none;
}
#interview-swiper .custom-navigation .custom-prev-btn[aria-disabled=false], #interview-swiper .custom-navigation .custom-prev-btn:not([aria-disabled=true]):not(.disabled):not(:disabled):not(.swiper-button-disabled),
#interview-swiper .custom-navigation .custom-next-btn[aria-disabled=false],
#interview-swiper .custom-navigation .custom-next-btn:not([aria-disabled=true]):not(.disabled):not(:disabled):not(.swiper-button-disabled) {
  background: #2f4c85 !important;
  cursor: pointer;
}

@media (max-width: 768px) {
  .footer-logo {
    height: 120px !important;
  }
  .footer-logo img {
    width: 1200px !important;
    height: auto !important;
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
}
.clear {
  font-size: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
}

.u-clearfix:before {
  font-size: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
}
.u-clearfix:after {
  font-size: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
  clear: both;
}

.mt0 {
  margin-top: 0px !important;
}

.mt05 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mb05 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mt_section {
  margin-top: 80px;
}

.mt_content {
  margin-top: 60px;
}

.mt_item {
  margin-top: 30px;
}

@media (max-width: 1023px) {
  .mt_section {
    margin-top: 60px;
  }
  .mt_content {
    margin-top: 40px;
  }
  .mt_item {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .mt_section {
    margin-top: 50px;
  }
  .mt_content {
    margin-top: 30px;
  }
  .mt_item {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .u-m-xs {
    margin: 0.5rem !important;
  }
  .u-m-sm {
    margin: 1rem !important;
  }
  .u-m-md {
    margin: 2rem !important;
  }
  .u-m-lg {
    margin: 3rem !important;
  }
  .u-m-xl {
    margin: 4rem !important;
  }
  .u-m-xxl {
    margin: 5rem !important;
  }
  .u-mt-xs {
    margin-top: 0.5rem !important;
  }
  .u-mt-sm {
    margin-top: 1rem !important;
  }
  .u-mt-md {
    margin-top: 2rem !important;
  }
  .u-mt-lg {
    margin-top: 3rem !important;
  }
  .u-mt-xl {
    margin-top: 4rem !important;
  }
  .u-mt-xxl {
    margin-top: 5rem !important;
  }
  .u-mb-xs {
    margin-bottom: 0.5rem !important;
  }
  .u-mb-sm {
    margin-bottom: 1rem !important;
  }
  .u-mb-md {
    margin-bottom: 2rem !important;
  }
  .u-mb-lg {
    margin-bottom: 3rem !important;
  }
  .u-mb-xl {
    margin-bottom: 4rem !important;
  }
  .u-mb-xxl {
    margin-bottom: 5rem !important;
  }
}
.u-m-a {
  margin: auto !important;
}

.u-m-0 {
  margin: 0 !important;
}

.u-m-0_a {
  margin: 0 auto !important;
}

.u-m-xs {
  margin: 1rem !important;
}

.u-m-sm {
  margin: 2rem !important;
}

.u-m-md {
  margin: 3rem !important;
}

.u-m-lg {
  margin: 4rem !important;
}

.u-m-xl {
  margin: 5rem !important;
}

.u-m-xxl {
  margin: 6rem !important;
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mt-xs {
  margin-top: 1rem !important;
}

.u-mt-sm {
  margin-top: 2rem !important;
}

.u-mt-md {
  margin-top: 3rem !important;
}

.u-mt-lg {
  margin-top: 4rem !important;
}

.u-mt-xl {
  margin-top: 5rem !important;
}

.u-mt-xxl {
  margin-top: 6rem !important;
}

.u-mr-a {
  margin-right: auto !important;
}

.u-mr-0 {
  margin-right: 0 !important;
}

.u-mr-xs {
  margin-right: 1rem !important;
}

.u-mr-sm {
  margin-right: 2rem !important;
}

.u-mr-md {
  margin-right: 3rem !important;
}

.u-mr-lg {
  margin-right: 4rem !important;
}

.u-mr-xl {
  margin-right: 5rem !important;
}

.u-mr-xxl {
  margin-right: 6rem !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-mb-xs {
  margin-bottom: 1rem !important;
}

.u-mb-sm {
  margin-bottom: 2rem !important;
}

.u-mb-md {
  margin-bottom: 3rem !important;
}

.u-mb-lg {
  margin-bottom: 4rem !important;
}

.u-mb-xl {
  margin-bottom: 5rem !important;
}

.u-mb-xxl {
  margin-bottom: 6rem !important;
}

.u-ml-a {
  margin-left: auto !important;
}

.u-ml-0 {
  margin-left: 0 !important;
}

.u-ml-xs {
  margin-left: 1rem !important;
}

.u-ml-sm {
  margin-left: 2rem !important;
}

.u-ml-md {
  margin-left: 3rem !important;
}

.u-ml-lg {
  margin-left: 4rem !important;
}

.u-ml-xl {
  margin-left: 5rem !important;
}

.u-ml-xxl {
  margin-left: 6rem !important;
}

/*------------------------------------------------------------
display
------------------------------------------------------------*/
.sp,
.tablet,
.sp_tablet {
  display: none;
}

@media (max-width: 767px) {
  .sp {
    display: block;
  }
}
@media (max-width: 1023px) {
  .tablet {
    display: block;
  }
}
@media (max-width: 767px) {
  .tablet {
    display: none;
  }
}
@media (max-width: 1023px) {
  .sp_tablet {
    display: block;
  }
}
@media (max-width: 767px) {
  .sp_tablet {
    display: block;
  }
}
.pc_tablet,
.pc {
  display: block;
}

@media (max-width: 1023px) {
  .pc_tablet {
    display: block;
  }
}
@media (max-width: 767px) {
  .pc_tablet {
    display: none;
  }
}
@media (max-width: 1023px) {
  .pc {
    display: none;
  }
}
.u-sp-block {
  display: none;
}

@media (max-width: 767px) {
  .u-sp-block {
    display: block;
  }
}
.u-pc-block {
  display: block;
}

@media (max-width: 767px) {
  .u-pc-block {
    display: none;
  }
}
.u-sp-inline {
  display: none !important;
}

@media (max-width: 767px) {
  .u-sp-inline {
    display: inline !important;
  }
}
.u-pc-inline {
  display: inline !important;
}

@media (max-width: 767px) {
  .u-pc-inline {
    display: none !important;
  }
}
.u-sp-inlineblock {
  display: none;
}

@media (max-width: 767px) {
  .u-sp-inlineblock {
    display: inline-block;
  }
}
.u-pc-inlineblock {
  display: inline-block;
}

@media (max-width: 767px) {
  .u-pc-inlineblock {
    display: none;
  }
}
.u-img-responsive {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.u-img-no-responsive {
  display: inline-block;
  max-width: auto;
  height: auto;
}

.u-img-fit {
  display: inline-block;
  width: 100%;
  height: auto;
}

.u-d-n {
  display: none !important;
}

.u-d-b {
  display: block !important;
}

.u-d-f {
  display: flex !important;
}

.u-d-if {
  display: inline-flex !important;
}

.u-d-i {
  display: inline !important;
}

.u-d-ib {
  display: inline-block !important;
}

.u-d-li {
  display: list-item !important;
}

.u-d-ri {
  display: run-in !important;
}

.u-d-cp {
  display: compact !important;
}

.u-d-tb {
  display: table !important;
}

.u-d-itb {
  display: inline-table !important;
}

.u-d-tbcp {
  display: table-caption !important;
}

.u-d-tbcl {
  display: table-column !important;
}

.u-d-tbclg {
  display: table-column-group !important;
}

.u-d-tbhg {
  display: table-header-group !important;
}

.u-d-tbfg {
  display: table-footer-group !important;
}

.u-d-tbr {
  display: table-row !important;
}

.u-d-tbrg {
  display: table-row-group !important;
}

.u-d-tbc {
  display: table-cell !important;
}

.u-d-rb {
  display: ruby !important;
}

.u-d-rbb {
  display: ruby-base !important;
}

.u-d-rbbg {
  display: ruby-base-group !important;
}

.u-d-rbt {
  display: ruby-text !important;
}

.u-d-rbtg {
  display: ruby-text-group !important;
}

.u-d-xs-n {
  display: none !important;
}

.u-d-xs-b {
  display: block !important;
}

.u-d-xs-f {
  display: flex !important;
}

.u-d-xs-if {
  display: inline-flex !important;
}

.u-d-xs-i {
  display: inline !important;
}

.u-d-xs-ib {
  display: inline-block !important;
}

@media (min-width: 768px) {
  .u-d-sm-n {
    display: none !important;
  }
  .u-d-sm-b {
    display: block !important;
  }
  .u-d-sm-f {
    display: flex !important;
  }
  .u-d-sm-if {
    display: inline-flex !important;
  }
  .u-d-sm-i {
    display: inline !important;
  }
  .u-d-sm-ib {
    display: inline-block !important;
  }
}
@media (min-width: 1024px) {
  .u-d-md-n {
    display: none !important;
  }
  .u-d-md-b {
    display: block !important;
  }
  .u-d-md-f {
    display: flex !important;
  }
  .u-d-md-if {
    display: inline-flex !important;
  }
  .u-d-md-i {
    display: inline !important;
  }
  .u-d-md-ib {
    display: inline-block !important;
  }
}
@media (min-width: 1441px) {
  .u-d-lg-n {
    display: none !important;
  }
  .u-d-lg-b {
    display: block !important;
  }
  .u-d-lg-f {
    display: flex !important;
  }
  .u-d-lg-if {
    display: inline-flex !important;
  }
  .u-d-lg-i {
    display: inline !important;
  }
  .u-d-lg-ib {
    display: inline-block !important;
  }
}
.u-fd-rr,
.u-fd-cr {
  flex-direction: row-reverse;
}

.u-jc-s {
  justify-content: flex-start;
}

.u-jc-c {
  justify-content: center;
}

.u-jc-e {
  justify-content: flex-end;
}

.u-ai-s {
  align-items: flex-start;
  -ms-flex-align: start;
}

.u-ai-c {
  align-items: center;
  -ms-flex-align: center;
}

.u-ai-e {
  align-items: flex-end;
  -ms-flex-align: end;
}

.u-bp-cc {
  background-position: center center;
}

.u-bp-lc {
  background-position: left center;
}

.u-bp-rc {
  background-position: right center;
}

.u-bp-ct {
  background-position: center top;
}

.u-bp-lt {
  background-position: left top;
}

.u-bp-rt {
  background-position: right top;
}

.u-bp-cb {
  background-position: center bottom;
}

.u-bp-lb {
  background-position: left bottom;
}

.u-bp-rb {
  background-position: right bottom;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
text
------------------------------------------------------------*/
.strong_txt {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .strong_txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.c-text,
.l-content__lead-text,
.c-accordion__text,
.c-layout-1__text,
.c-list,
.c-list-dot,
.c-dormitory-head__message-text,
.c-appeal__text,
.p-top-feature__text,
.p-courses__feature-text,
.p-courses__sub-text,
.p-courses__curriculum-text,
.p-overseas__detail-text,
.p-new-building__header-text,
.p-new-building-text,
.p-mesasge__profile-text,
.p-mesasge__box-text,
.p-entry__list,
.p-entry__col,
.p-entry__footer-heading,
.p-informatin__content p,
.p-work-study__sample-case-text,
.p-work-study__questionnaire-lead,
.p-work-study__questionnaire-list-text,
.p-company-information__point-text,
.p-internship__item-text,
.p-career-center__flow-note,
.p-industry-academia__keyword-text,
.p-industry-academia__lead-text,
.p-industry-academia__flow-text,
.p-industry-academia__list-text,
.p-industry-academia-detail__text,
.p-company-project__box-text,
.p-company-project__pick-up-text,
.p-dormitory__qa-item-a,
.p-dormitory__qa-item-a-noto,
.p-dormitory__contact-address,
.p-health__doctor-text,
.p-health__access-text,
.p-opencampus__list-text,
.p-opencampus__detail-text,
.p-opencampus__schedule-text,
.p-opencampus-layout-1__text,
.p-english__program-original-text,
.p-english__program-original-years-text,
.p-japanese-hospitality__text,
.p-scholarship__col {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.03em;
}

.c-text--xlg {
  font-size: 24px;
  font-size: 2.4rem;
}

.c-text--lg {
  font-size: 20px;
  font-size: 2rem;
}

.c-text--sm,
.p-entry__col,
.p-work-study__sample-case-text,
.p-dormitory__qa-item-a-noto,
.p-scholarship__col {
  font-size: 14px;
  font-size: 1.4rem;
}

.c-text--xs {
  font-size: 12px;
  font-size: 1.2rem;
}

.c-text--white {
  color: #ffffff;
}

.c-text--red {
  color: #d11515;
}

.c-text--black {
  color: #404040;
}

.c-text--gold {
  color: #9f8753;
}

.c-text--blue {
  color: #093284;
}

.c-text--serif {
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media (max-width: 1023px) {
  .c-text,
  .l-content__lead-text,
  .c-accordion__text,
  .c-layout-1__text,
  .c-list,
  .c-list-dot,
  .c-dormitory-head__message-text,
  .c-appeal__text,
  .p-top-feature__text,
  .p-courses__feature-text,
  .p-courses__sub-text,
  .p-courses__curriculum-text,
  .p-overseas__detail-text,
  .p-new-building__header-text,
  .p-new-building-text,
  .p-mesasge__profile-text,
  .p-mesasge__box-text,
  .p-entry__list,
  .p-entry__col,
  .p-entry__footer-heading,
  .p-informatin__content p,
  .p-work-study__sample-case-text,
  .p-work-study__questionnaire-lead,
  .p-work-study__questionnaire-list-text,
  .p-company-information__point-text,
  .p-internship__item-text,
  .p-career-center__flow-note,
  .p-industry-academia__keyword-text,
  .p-industry-academia__lead-text,
  .p-industry-academia__flow-text,
  .p-industry-academia__list-text,
  .p-industry-academia-detail__text,
  .p-company-project__box-text,
  .p-company-project__pick-up-text,
  .p-dormitory__qa-item-a,
  .p-dormitory__qa-item-a-noto,
  .p-dormitory__contact-address,
  .p-health__doctor-text,
  .p-health__access-text,
  .p-opencampus__list-text,
  .p-opencampus__detail-text,
  .p-opencampus__schedule-text,
  .p-opencampus-layout-1__text,
  .p-english__program-original-text,
  .p-english__program-original-years-text,
  .p-japanese-hospitality__text,
  .p-scholarship__col {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2;
  }
  .c-text--xlg {
    font-size: 20px;
    font-size: 2rem;
  }
  .c-text--lg {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .c-text--sm,
  .p-entry__col,
  .p-work-study__sample-case-text,
  .p-dormitory__qa-item-a-noto,
  .p-scholarship__col {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .c-text--xs {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
@media (max-width: 767px) {
  .c-text,
  .l-content__lead-text,
  .c-accordion__text,
  .c-layout-1__text,
  .c-list,
  .c-list-dot,
  .c-dormitory-head__message-text,
  .c-appeal__text,
  .p-top-feature__text,
  .p-courses__feature-text,
  .p-courses__sub-text,
  .p-courses__curriculum-text,
  .p-overseas__detail-text,
  .p-new-building__header-text,
  .p-new-building-text,
  .p-mesasge__profile-text,
  .p-mesasge__box-text,
  .p-entry__list,
  .p-entry__col,
  .p-entry__footer-heading,
  .p-informatin__content p,
  .p-work-study__sample-case-text,
  .p-work-study__questionnaire-lead,
  .p-work-study__questionnaire-list-text,
  .p-company-information__point-text,
  .p-internship__item-text,
  .p-career-center__flow-note,
  .p-industry-academia__keyword-text,
  .p-industry-academia__lead-text,
  .p-industry-academia__flow-text,
  .p-industry-academia__list-text,
  .p-industry-academia-detail__text,
  .p-company-project__box-text,
  .p-company-project__pick-up-text,
  .p-dormitory__qa-item-a,
  .p-dormitory__qa-item-a-noto,
  .p-dormitory__contact-address,
  .p-health__doctor-text,
  .p-health__access-text,
  .p-opencampus__list-text,
  .p-opencampus__detail-text,
  .p-opencampus__schedule-text,
  .p-opencampus-layout-1__text,
  .p-english__program-original-text,
  .p-english__program-original-years-text,
  .p-japanese-hospitality__text,
  .p-scholarship__col {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 2;
  }
  .c-text--xlg {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .c-text--lg {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .c-text--sm,
  .p-entry__col,
  .p-work-study__sample-case-text,
  .p-dormitory__qa-item-a-noto,
  .p-scholarship__col {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .c-text--xs {
    font-size: 10px;
    font-size: 1rem;
  }
}
.c-text__travel {
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.03em;
  padding-left: 1.3em;
  margin-top: 80px;
}
.c-text__travel:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 1023px) {
  .c-text__travel {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.7;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .c-text__travel {
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.7;
  }
}
.line_h_1_2 {
  line-height: 1.2;
}

.line_h_1_5 {
  line-height: 1.5;
}

.line_h_1_8 {
  line-height: 1.8;
}

.line_h_2 {
  line-height: 2;
}

.u-color-primary {
  color: #9f8753;
}
.u-color-primary a {
  color: #9f8753;
}

.u-bridal {
  color: #c46f91;
}
.u-bridal a {
  color: #c46f91;
}

.u-hotel {
  color: #987a63;
}
.u-hotel a {
  color: #987a63;
}

.u-airline {
  color: #6c667e;
}
.u-airline a {
  color: #6c667e;
}

.u-culinary {
  color: #ac5657;
}
.u-culinary a {
  color: #ac5657;
}

.u-ir {
  color: #987a63;
}
.u-ir a {
  color: #987a63;
}

.u-primary-bg {
  background-color: #9f8753;
}
.u-primary-bg a {
  color: #fff;
  background-color: #9f8753;
}

.u-bridal-bg {
  background-color: #c46f91;
}
.u-bridal-bg a {
  color: #fff;
  background-color: #c46f91;
}

.u-hotel-bg {
  background-color: #987a63;
}
.u-hotel-bg a {
  color: #fff;
  background-color: #987a63;
}

.u-airline-bg {
  background-color: #6c667e;
}
.u-airline-bg a {
  color: #fff;
  background-color: #6c667e;
}

.u-culinary-bg {
  background-color: #ac5657;
}
.u-culinary-bg a {
  color: #fff;
  background-color: #ac5657;
}

.u-ir-bg {
  background-color: #987a63;
}
.u-ir-bg a {
  color: #fff;
  background-color: #987a63;
}

.u-ti-1 {
  padding-left: 1em;
  text-indent: -1em;
}
.u-ti-1.p-entry__list-icon-item {
  position: relative;
  padding-left: 1.25em;
  text-indent: 0;
}
.u-ti-1.p-entry__list-icon-item:before {
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 0;
}

.u-ti-15 {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.u-ti-2 {
  padding-left: 2em;
  text-indent: -2em;
}

.u-lisi-n {
  list-style-image: none !important;
}

.u-va-sup {
  vertical-align: super !important;
}

.u-va-t {
  vertical-align: top !important;
}

.u-va-tt {
  vertical-align: text-top !important;
}

.u-va-m {
  vertical-align: middle !important;
}

.u-va-bl {
  vertical-align: baseline !important;
}

.u-va-b {
  vertical-align: bottom !important;
}

.u-va-tb {
  vertical-align: text-bottom !important;
}

.u-va-sub {
  vertical-align: sub !important;
}

.u-ta-l {
  text-align: left !important;
}

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

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

.u-ta-j {
  text-align: justify !important;
}

.u-td-n {
  text-decoration: none !important;
}

.u-td-u {
  text-decoration: underline !important;
}

.u-td-o {
  text-decoration: overline !important;
}

.u-td-l {
  text-decoration: line-through !important;
}

.u-te-n {
  -webkit-text-emphasis: none !important;
          text-emphasis: none !important;
}

.u-float-l {
  float: left !important;
}

.u-float-r {
  float: right !important;
}

.u-c-require {
  color: #d5007d !important;
}

.u-c-white {
  color: #fff !important;
}

.u-c-primary {
  color: #9f8753 !important;
}

.u-fz-10 {
  font-size: 10px !important;
}

.u-fz-11 {
  font-size: 11px !important;
}

.u-fz-12 {
  font-size: 12px !important;
}

.u-fz-13 {
  font-size: 13px !important;
}

.u-fz-14 {
  font-size: 14px !important;
}

.u-fz-15 {
  font-size: 15px !important;
}

.u-fz-16 {
  font-size: 16px !important;
}

.u-fz-17 {
  font-size: 17px !important;
}

.u-fz-18 {
  font-size: 18px !important;
}

.u-fz-19 {
  font-size: 19px !important;
}

.u-fz-20 {
  font-size: 20px !important;
}

.u-fw-nm {
  font-weight: normal !important;
}

.u-fw-b {
  font-weight: bold !important;
}

.u-fw-br {
  font-weight: bolder !important;
}

.u-fw-l {
  font-weight: 200 !important;
}

.u-fw-lr {
  font-weight: lighter !important;
}

.u-fw-100 {
  font-weight: 100 !important;
}

.u-fw-200 {
  font-weight: 200 !important;
}

.u-fw-300 {
  font-weight: 300 !important;
}

.u-fw-400 {
  font-weight: 400 !important;
}

.u-fw-500 {
  font-weight: 500 !important;
}

.u-fw-600 {
  font-weight: 600 !important;
}

.u-fw-700 {
  font-weight: 700 !important;
}

.u-fw-800 {
  font-weight: 800 !important;
}

.u-fw-900 {
  font-weight: 900 !important;
}

.u-fs-nm {
  font-style: normal !important;
}

.u-fs-i {
  font-style: italic !important;
}

.u-fs-o {
  font-style: oblique !important;
}

.head-cap {
  background-color: #987a63 !important;
  color: #ffffff;
  font-size: 13px;
  padding: 5px;
}

.icn_bg_0000002758 {
  border: 1px solid #d11515;
  color: #d11515;
}

.icn_bg_0000002422 {
  border: 1px solid #1515d1;
  color: #1515d1;
}

.category_icon .icn_bg_0000002772 {
  border: 1px solid #77c414;
  color: #77c414;
}

.category_icon .icn_bg_0000002758 {
  border: 1px solid #de454c;
  color: #de454c;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
align
------------------------------------------------------------*/
.u-middle {
  align-items: center;
}

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

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

.u-end {
  align-items: flex-end;
}

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

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

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

.txt_align_center,
.u-text-center {
  text-align: center !important;
}

.txt_align_left,
.u-text-left {
  text-align: left !important;
}

.u-text-left-pc {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .u-text-left-pc {
    text-align: center !important;
  }
}

.txt_align_right,
.u-text-right {
  text-align: right !important;
}

/*
------------------------------------------------------------*/
.u-p-xs {
  padding: 0.5rem !important;
}

.u-p-sm {
  padding: 1rem !important;
}

.u-p-md {
  padding: 2rem !important;
}

.u-p-lg {
  padding: 3rem !important;
}

.u-p-xl {
  padding: 4rem !important;
}

.u-pt-xs {
  padding-top: 0.5rem !important;
}

.u-pt-sm {
  padding-top: 1rem !important;
}

.u-pt-md {
  padding-top: 2rem !important;
}

.u-pt-lg {
  padding-top: 3rem !important;
}

.u-pt-xl {
  padding-top: 4rem !important;
}

.u-pt-xxl {
  padding-top: 5rem !important;
}

.u-pb-xs {
  padding-bottom: 0.5rem !important;
}

.u-pb-sm {
  padding-bottom: 1rem !important;
}

.u-pb-md {
  padding-bottom: 2rem !important;
}

.u-pb-lg {
  padding-bottom: 3rem !important;
}

.u-pb-xl, .u-pb-xxl {
  padding-bottom: 4rem !important;
}

.u-p-0 {
  padding: 0 !important;
}

.u-p-xs {
  padding: 1rem !important;
}

.u-p-sm {
  padding: 2rem !important;
}

.u-p-md {
  padding: 3rem !important;
}

.u-p-lg {
  padding: 4rem !important;
}

.u-p-xl {
  padding: 5rem !important;
}

.u-p-xxl {
  padding: 6rem !important;
}

.u-pt-0 {
  padding-top: 0 !important;
}

.u-pt-xs {
  padding-top: 1rem !important;
}

.u-pt-sm {
  padding-top: 2rem !important;
}

.u-pt-md {
  padding-top: 3rem !important;
}

.u-pt-lg {
  padding-top: 4rem !important;
}

.u-pt-xl {
  padding-top: 5rem !important;
}

.u-pt-xxl {
  padding-top: 6rem !important;
}

.u-pr-0 {
  padding-right: 0 !important;
}

.u-pr-xs {
  padding-right: 1rem !important;
}

.u-pr-sm {
  padding-right: 2rem !important;
}

.u-pr-md {
  padding-right: 3rem !important;
}

.u-pr-lg {
  padding-right: 4rem !important;
}

.u-pr-xl, .u-pr-xxl {
  padding-right: 5rem !important;
}

.u-pb-0 {
  padding-bottom: 0 !important;
}

.u-pb-xs {
  padding-bottom: 1rem !important;
}

.u-pb-sm {
  padding-bottom: 2rem !important;
}

.u-pb-md {
  padding-bottom: 3rem !important;
}

.u-pb-lg {
  padding-bottom: 4rem !important;
}

.u-pb-xl {
  padding-bottom: 5rem !important;
}

.u-pb-xxl {
  padding-bottom: 6rem !important;
}

.u-pl-0 {
  padding-left: 0 !important;
}

.u-pl-xs {
  padding-left: 1rem !important;
}

.u-pl-sm {
  padding-left: 2rem !important;
}

.u-pl-md {
  padding-left: 3rem !important;
}

.u-pl-lg {
  padding-left: 4rem !important;
}

.u-pl-xl {
  padding-left: 5rem !important;
}

.u-pl-xxl {
  padding-left: 6rem !important;
}/*# sourceMappingURL=style.css.map */