@charset "UTF-8";
/*
! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.visible{
  visibility: visible;
}
.collapse{
  visibility: collapse;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.top-20{
  top: 5rem;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.mt-10{
  margin-top: 2.5rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.table-cell{
  display: table-cell;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.resize{
  resize: both;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.break-all{
  word-break: break-all;
}
.border{
  border-width: 1px;
}
.uppercase{
  text-transform: uppercase;
}
.lowercase{
  text-transform: lowercase;
}
.capitalize{
  text-transform: capitalize;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline{
  outline-style: solid;
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert{
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
html {
  height: -webkit-fill-available;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  height: 100dvh;
  overflow-x: clip;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-feature-settings: "palt" 1;
  font-weight: 400;
  letter-spacing: 0.05em;
}

html:lang(en) body {
  font-family: Roboto, "Noto Sans", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", yugothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
}
html:lang(zh-CN) body {
  font-family: "Noto Sans SC", "Noto Sans", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", yugothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
}
html:lang(zh-TW) body {
  font-family: "Noto Sans TC", "Noto Sans HK", "Noto Sans", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", yugothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
}
html:lang(ko) body {
  font-family: "Noto Sans KR", "Noto Sans", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", yugothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
}
html:lang(my) body {
  font-family: "Noto Sans Myanmar", "Noto Sans", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", yugothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
}
html:lang(vi) body {
  font-family: "Noto Sans Tai Viet", "Noto Sans", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", yugothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
}
html:lang(ne) body {
  font-family: "Noto Sans Newa", "Noto Sans", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", yugothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
}
html:lang(uz) body {
  font-family: "Noto Sans", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", yugothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
}
html:lang(id) body {
  font-family: "Noto Sans", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", yugothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
}

body {
  font-family: "Noto Sans JP", "Noto Sans", "Noto Serif JP", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", "Yu Gothic Medium", "游ゴシック Medium", yugothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
}

picture {
  display: block;
}

.l-section {
  padding: 56px 0;
  position: relative;
}

.l-contents {
  padding: 0 25px;
}
@media (max-width: 767px) {
  .l-contents {
    padding: 0 6.667vw;
  }
}

.o-desc {
  letter-spacing: 0.04em;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  text-align: justify;
}
:not(:lang(ja)) .o-desc {
  text-align: left;
}

.o-target {
  position: relative;
  display: block;
  width: 1px;
  top: -55px;
}
.o-target--staff, .o-target--campus, .o-target--access {
  position: relative;
  display: block;
  width: 1px;
}
.o-target--staff {
  top: -55px;
}
.o-target--campus {
  top: -19px;
}
.o-target--access {
  top: -55px;
}

.footer {
  padding: 0 0 30px;
}

.footer-school {
  font-size: 0.8125rem;
  text-align: center;
  margin-bottom: 30px;
}

.footer-school__block {
  border-bottom: 1px solid #ededed;
  padding: 30px 0;
}

.footer-school__logo-img {
  margin: 0 auto;
}

.footer-school__name {
  padding-top: 12px;
  font-size: 0.9375rem;
  margin: 10px 0;
  line-height: 1.6;
  font-weight: 500;
}

.footer-school__address {
  margin: 10px 0 0;
}

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

.footer-free-dial {
  text-align: center;
}

.footer-free-dial__tel {
  display: inline-block;
  padding-left: 46px;
  background: url("../images/common/icon-free-dial.png") no-repeat 0;
  background-size: 40px;
  color: #666;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.5;
}

.footer-sns {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 1rem;
}

.footer-copyright {
  font-size: 0.625rem;
  margin-top: 1.5em;
  text-align: center;
}

.about-access {
  margin: 0 0 50px;
}

.about-access__hd {
  font-size: 1.875rem;
  font-weight: 700;
  color: #e60020;
  text-align: center;
  margin-bottom: 26px;
}

.about-access__map {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.about-access__map iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 100%;
}

.about-access__anc {
  color: #29abe2;
  text-decoration: underline;
  font-size: 0.8125rem;
  font-weight: 400;
  margin-top: 7px;
}

.about-access__rail {
  margin-top: 32px;
}

.about-access__body {
  position: relative;
  z-index: 1;
}

.about-access__mdl {
  width: 100%;
  padding-top: 32px;
}

.about-access__mdl-cont {
  position: relative;
  z-index: 1;
}

.about-access__mdl-bg {
  position: relative;
  margin-top: -150px;
}

.about-access__subject {
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3888888889;
  margin: 24px 0 21px;
}

.about-access__lower {
  margin-top: 37px;
}

.about-access__lead {
  font-size: 0.9375rem;
  padding: 0 180px 20px 0;
}

.about-profile {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 34px 0 0;
  padding-bottom: 34px;
}
:not(:lang(ja)) .about-profile {
  padding: 34px 0 0;
  align-items: flex-end;
}

.about-profile__desc {
  width: 22.154%;
}
.about-profile__desc--sm {
  font-size: 0.625rem;
  display: block;
}
:not(:lang(ja)) .about-profile__desc {
  padding-top: 100px;
}

.about-profile__pos {
  display: block;
  font-size: 0.8125rem;
}

.about-profile__name {
  display: block;
  font-size: 1rem;
}

.about-profile__pic {
  width: 69.538%;
}

.about-profile__work {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35.077%;
}
:not(:lang(ja)) .about-profile__work {
  bottom: auto;
  top: 0;
}

.about__head {
  width: 100%;
  position: relative;
  aspect-ratio: 375/410;
}

.about__contents {
  position: relative;
  z-index: 2;
}

.about__visual {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.about__desc {
  margin-top: 30px;
}

.campus-life-voice {
  display: grid;
  gap: 40px;
}

.campus-life-voice__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.campus-life-voice__pic {
  width: 27.6923076923%;
  display: grid;
  gap: 10px;
  position: relative;
  z-index: 2;
}

.campus-life-voice__detail {
  width: 65.8461538462%;
}

.campus-life-voice__subject {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3333333333;
  margin-bottom: 1em;
}

.campus-life-voice__profile {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 25px;
}

.campus-life-voice__flag {
  width: 18%;
  margin-right: 12px;
}

.campus-life-voice__name {
  width: calc(82% - 12px);
  font-size: 0.75rem;
  line-height: 1.5;
}

.campus-life-voice__message {
  padding: 30px 0;
  position: relative;
}

.campus-life-voice__message-bg,
.campus-life-voice__message-bg--sec {
  position: absolute;
  top: 0;
  border: 1px solid #fff;
  width: calc(100% + 100px);
  height: 100%;
  z-index: 1;
}

.campus-life-voice__message-bg {
  left: -50px;
  border-right: none;
  border-radius: 14px 0 0 14px;
}

.campus-life-voice__message-bg--sec {
  left: -25px;
  border-left: none;
  border-radius: 0 14px 14px 0;
}

.campus-life {
  background-color: #e6e2c8;
  background-image: url("../images/campus-life-bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  padding: 20px 0 56px;
}

.campus-life__head {
  aspect-ratio: 375/620;
}

.campus-life__hd {
  width: 90.7692307692%;
}
.campus-life__hd--sm {
  width: 59.3846153846%;
  margin: 0 0 21px auto;
  text-align: right;
}

.campus-life__lead {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.625;
  margin-top: 27px;
}
:not(:lang(ja)) .campus-life__lead {
  font-size: 0.875rem;
  line-height: 1.5;
}
:not(:lang(ja)) .campus-life__lead br {
  display: none;
}

.campus-life__bg {
  position: absolute;
  top: 0;
  left: 0;
}

.detail {
  background-color: #e60020;
}

.detail__hd {
  font-size: 1.875rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 1em;
}

.detail__lead {
  font-size: 1rem;
  color: #fff;
  letter-spacing: 0.03em;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 1.625;
}

.detail__block {
  background-color: #fff;
}

.detail__inner {
  position: relative;
  padding: 50px 20px;
}

.detail__year {
  font-size: 1.5rem;
  background-color: #e60020;
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 40px;
  margin: 0 auto;
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.detail__subject {
  font-size: 1.375rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 1.2272727273;
  margin-bottom: 30px;
}

.detail__list {
  display: grid;
  gap: 5px;
}

.detail__list-item {
  font-size: 0.875rem;
  text-indent: -1em;
  padding-left: 1em;
}
.detail__list-item::before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  background-color: #1a1a1c;
  border-radius: 50%;
  margin-right: 0.2em;
  display: inline-block;
}

.detail__graph {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.detail__graph-sub {
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
}

.detail__graph-list {
  margin-top: 10px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
}

.detail__graph-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.8125rem;
}
.detail__graph-item--sq {
  width: 20px;
  height: 20px;
  background-color: #e28eb9;
}
.detail__graph-item:nth-of-type(2) .detail__graph-item--sq {
  background-color: #5cb4e4;
}
.detail__graph-item:nth-of-type(3) .detail__graph-item--sq {
  background-color: #96c067;
}

.detail__note {
  border: 1px dashed #e60020;
  color: #e60020;
  font-size: 0.875rem;
  padding: 12px;
  margin-top: 20px;
}

.detail__btn {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.detail__link {
  background-color: #1a1a1c;
  color: #fff;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}
.detail__link::after {
  content: "";
  width: 0.8em;
  height: 0.8em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  rotate: 45deg;
}

.employment-voice {
  margin-top: 34px;
}

.employment-voice__hd {
  width: 70.4615384615%;
}

.employment-voice__two-column {
  margin-top: 21px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.employment-voice__pic {
  width: 27.6923076923%;
  display: grid;
  gap: 10px;
}

.employment-voice__detail {
  width: 65.8461538462%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.employment-voice__corp {
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 1em;
}

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

.employment-voice__flag {
  width: 18%;
  margin-right: 12px;
}

.employment-voice__name {
  width: calc(82% - 12px);
  font-size: 0.75rem;
  line-height: 1.5;
}

.employment-voice__subject {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3333333333;
  margin-bottom: 1em;
}

.employment-voice__link {
  font-size: 0.875rem;
  line-height: 52px;
  border: 1px solid #1a1a1c;
  display: block;
  width: 100%;
  padding: 0 20px;
  position: relative;
}
.employment-voice__link::after {
  content: "";
  width: 0.8em;
  height: 0.8em;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  border-top: 1px solid #1a1a1c;
  border-right: 1px solid #1a1a1c;
  rotate: 45deg;
}

.employment-voice__message {
  border-radius: 14px;
  padding: 25px 22px;
  border: 1px solid #fff;
  margin: 20px 0 0;
}

.employment {
  background-color: #cbc6df;
}

.employment__head {
  margin-bottom: 10px;
}

.employment__subject {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1666666667;
  text-align: center;
  margin: 30px 0;
}

.employment__list-subject {
  font-size: 1rem;
  font-weight: 500;
  margin: 30px 0 13px;
}

.employment__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px 18px;
}

.employment__list-item {
  font-size: 0.8125rem;
}
.employment__list-item::before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  background-color: #1a1a1c;
  border-radius: 50%;
  display: inline-block;
  margin-right: 0.2em;
}

.intro-slider {
  padding-bottom: 45px;
}
.intro-slider .swiper-slide {
  background-color: #fff;
  border-radius: 14px;
  padding: 18px;
  height: auto;
}
.intro-slider .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  width: 10px;
  height: 10px;
}
.intro-slider .swiper-pagination-bullet-active {
  background-color: #e60020;
}

.intro-slider__pic {
  position: relative;
}

.intro-slider__cat {
  position: absolute;
  bottom: -10px;
  left: -10px;
  display: grid;
  gap: 5px;
}

.intro-slider__cat-item {
  color: #fff;
  background-color: #e60020;
  line-height: 1;
  padding: 6px;
}

.intro-slider__name {
  text-align: center;
  margin-top: 24px;
  font-size: 0.875rem;
}

.intro {
  background: url("../images/intro-bg.jpg") center center no-repeat;
  background-size: cover;
  padding: 56px 0 30px;
}

.intro__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3px;
  margin-bottom: 20px;
}

.intro__list-item {
  background-color: #fff;
  color: #e60020;
  font-size: 0.625rem;
  display: inline-block;
  padding: 3px;
}

:not(:lang(ja)) .mv__lead br {
  display: none;
}

.ratio {
  background-color: #7d7b8b;
}

.ratio__body {
  background-color: #7d7b8b;
  position: relative;
}
.ratio__body::before, .ratio__body::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 644/96;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.ratio__body::before {
  background-image: url("../images/ratio-upper.png");
}
.ratio__body::after {
  background-image: url("../images/ratio-lower.png");
}

.ratio__cont {
  background: url("../images/ratio-bg.png") top center repeat-y;
  background-size: 100%;
  margin-top: -1px;
}

.ratio__inner {
  padding: 0 30px;
}

.ratio__hd {
  text-align: center;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.2;
}

.ratio__cap {
  font-size: 0.75rem;
  text-align: center;
  margin-top: 10px;
}

.ratio__pic {
  width: 90%;
  margin: 15px auto 0;
}

.ratio__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 0 60px;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .ratio__list {
    padding: 0 10px;
  }
}

.ratio__item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.875rem;
}
.ratio__item--sq {
  width: 20px;
  height: 20px;
  background-color: #cddd67;
  display: block;
}
.ratio__item:nth-of-type(2) .ratio__item--sq {
  background-color: #fad7b5;
}
.ratio__item:nth-of-type(3) .ratio__item--sq {
  background-color: #a1c3e6;
}
.ratio__item:nth-of-type(4) .ratio__item--sq {
  background-color: #f09ba5;
}
.ratio__item:nth-of-type(5) .ratio__item--sq {
  background-color: #f6be72;
}
.ratio__item:nth-of-type(6) .ratio__item--sq {
  background-color: #baa0ca;
}

.staff {
  padding-bottom: 56px;
}

.staff__hd {
  color: #e60020;
  font-weight: 700;
  font-size: 1.875rem;
  text-align: center;
  margin-bottom: 25px;
}

.staff__inner {
  border: 1px dashed #1a1a1c;
}

.staff__subject {
  font-weight: 700;
  text-align: center;
  margin-top: 30px;
}
.staff__subject--text {
  display: inline-block;
  border-bottom: 1px dashed #1a1a1c;
  padding: 0 0 3px;
}

.style__hd {
  font-size: 1.875rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1em;
  color: #e60020;
}

.style__sch {
  background-color: #9ecddb;
  padding: 33px 24px;
}

.style__sch-title {
  font-size: 1.375rem;
  font-weight: 700;
  text-align: center;
}
.style__sch-title--txt {
  display: block;
}
.style__sch-title--lg {
  font-size: 1.875rem;
  display: block;
  letter-spacing: 0.16em;
  line-height: 1;
}
.style__sch-title--sm {
  font-size: 1rem;
  display: block;
  margin-top: 10px;
}

.style__sch-img {
  margin: 16px auto 0;
  width: 69.2307692308%;
}

.style__subject {
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  color: #e60020;
  margin: 31px 0 24px;
}

.style__cap {
  font-size: 0.75rem;
  margin-top: 20px;
}

.support-about {
  position: relative;
  background-color: #bfd7aa;
  padding: 33px 26px 22px;
  text-align: center;
}
.support-about::before {
  content: "";
  width: 35px;
  height: 74px;
  background: url("../images/support-price-arrow.png") top center no-repeat;
  background-size: cover;
  position: absolute;
  top: -67px;
  left: 50%;
  transform: translateX(-50%);
}

.support-about__hd {
  color: #e60020;
  font-size: 1.25rem;
  font-weight: 700;
}

.support-about__desc {
  font-size: 0.875rem;
  margin: 18px 0 12px;
}

.support-about__detail {
  display: grid;
  gap: 5px;
  text-align: center;
}

.support-about__detail-main {
  background-color: #fff;
  font-size: 0.9375rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  padding: 5px 1em;
}

.support-about__detail-sub {
  font-size: 0.875rem;
}
.support-about__detail-sub--lg {
  font-size: 1rem;
}

.support-detail {
  padding: 30px 20px;
  display: grid;
  gap: 30px;
}

.support-detail__hd {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 14px;
}

.support-detail__list {
  display: grid;
  gap: 5px;
}

.support-detail__list-item {
  font-size: 0.875rem;
}
.support-detail__list-item::before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  background-color: #1a1a1c;
  border-radius: 50%;
  margin-right: 0.2em;
  display: inline-block;
}

.support-price {
  margin: 22px 0 26px;
  text-align: center;
  line-height: 1.2;
  position: relative;
  z-index: 1;
}

.support-price__desc {
  color: #e60020;
  font-size: 0.875rem;
}

.support-price__num {
  font-size: 2.5rem;
  font-weight: 700;
}
.support-price__num--sm {
  font-size: 1.5rem;
}

.support-price__cap {
  margin: 5px 0 0;
  font-size: 0.75rem;
}

.support-staff {
  background-color: #ebc66e;
  padding: 30px 15px 15px;
}

.support-staff__hd {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 18px;
}

.support-staff__desc {
  margin-bottom: 18px;
  font-size: 0.875rem;
}

.support-total {
  padding: 23px 23px 30px;
  text-align: center;
}

.support-total__num {
  font-weight: 500;
  font-size: 1rem;
}
.support-total__num--lg {
  font-weight: 700;
  font-size: 1.5rem;
  display: inline-block;
  margin: 0 0 0 13px;
}

.support-total__note {
  font-size: 0.75rem;
  margin: 1em 0 0;
}

.support__hd {
  color: #e60020;
  font-weight: 700;
  font-size: 1.875rem;
  text-align: center;
  margin-bottom: 25px;
}

.support__inner {
  border: 1px dashed #1a1a1c;
}

.support__subject {
  font-weight: 700;
  text-align: center;
  margin-top: 30px;
}
.support__subject--text {
  display: inline-block;
  border-bottom: 1px dashed #1a1a1c;
  padding: 0 0 3px;
}

.google-translate-label {
  display: inline-flex;
  align-items: center;
  position: absolute;
  top: 10px;
  left: 25px;
  font-size: 0.75rem;
}
@media (max-width: 767px) {
  .google-translate-label {
    left: 6.667vw;
  }
}
.google-translate-label::after {
  position: absolute;
  right: 15px;
  width: 10px;
  height: 7px;
  background-color: #535353;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  pointer-events: none;
}

.google-translate-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-width: 100px;
  padding: 0.4em calc(0.8em + 30px) 0.4em 0.8em;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  color: #333;
  font-size: 1em;
  cursor: pointer;
  outline: none;
}

#google_translate_element {
  position: absolute;
  top: 10px;
  left: 25px;
}
@media (max-width: 767px) {
  #google_translate_element {
    left: 6.667vw;
  }
}
#google_translate_element .goog-te-menu-value {
  font-size: 0.875rem;
  letter-spacing: 1px;
  color: #1a1a1c;
}
#google_translate_element .goog-te-gadget-simple {
  padding: 2px 1px 1px 3px;
  border-radius: 4px;
  font-size: 0.875rem;
  line-height: 1.5;
  border: solid 1px #aaa;
}
#google_translate_element .goog-te-gadget-simple a {
  display: flex;
  justify-content: center;
  align-items: center;
}
#google_translate_element .goog-te-gadget-icon {
  display: none;
}

.goog-te-gadget {
  color: #1a1a1c;
}

.goog-te-banner-frame {
  display: none !important;
  visibility: hidden !important;
}

.goog-tooltip,
.goog-tooltip:hover {
  display: none !important;
}

.goog-text-highlight {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

body {
  color: #333;
}

.fixed-btn {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #fff;
  height: 50px;
  position: sticky;
  bottom: 0;
  z-index: 10;
}
@media (min-width: 768px) {
  .fixed-btn {
    height: auto;
    position: fixed;
    top: 94px;
    bottom: auto;
    right: 0;
    grid-template-columns: 1fr;
    gap: 10px;
    border: none;
  }
}
@media (max-width: 767px) {
  .fixed-btn {
    background-color: rgba(26, 26, 28, 0.85);
    grid-template-columns: repeat(2, 1fr);
  }
}

.fixed-btn__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .fixed-btn__btn {
    width: 94px;
    height: 94px;
    flex-direction: column;
    background-color: rgba(26, 26, 28, 0.85);
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .fixed-btn__btn {
    width: 8vw;
    height: auto;
    padding: 0.5em;
  }
}
.fixed-btn__btn:nth-of-type(n+2) {
  border-left: 1px solid #fff;
}
@media (min-width: 768px) {
  .fixed-btn__btn:nth-of-type(n+2) {
    border: none;
  }
  :not(:lang(ja)) .fixed-btn__btn {
    height: auto;
    padding: 0.5em;
  }
  :not(:lang(ja)) .fixed-btn__btn br {
    display: none;
  }
}

.fixed-btn__icon {
  width: 35px;
}
@media (min-width: 768px) {
  .fixed-btn__icon {
    width: 45px;
    margin: 0 auto;
  }
}

.fixed-btn__txt {
  font-size: 0.75rem;
  color: #fff;
  font-weight: 500;
}
@media (min-width: 768px) {
  .fixed-btn__txt {
    text-align: center;
  }
  .wrapper {
    display: flex;
    flex-wrap: wrap;
    height: 100vh;
  }
  .wrapper-mv {
    width: calc(92vw - 474px);
    height: 100vh;
  }
}
@media (max-width: 767px) {
  .wrapper-mv {
    display: none;
  }
}

.wrapper-main {
  background-color: #fff;
  overflow-x: clip;
}
@media (min-width: 768px) {
  .wrapper-main {
    width: 474px;
  }
  .wrapper-bg {
    width: 10vw;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    z-index: -1;
    background: url("../images/wrapper-bg.jpg") top right no-repeat;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .wrapper-bg {
    display: none;
  }
}

.wrapper-mv__fixed {
  width: calc(92vw - 474px);
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.wrapper-mv__title {
  margin: 112px 0 0 106px;
  width: 435px;
}
@media (max-width: 1439px) {
  .wrapper-mv__title {
    margin: 7.4666666667vw 0 0 7.0666666667vw;
    width: 29vw;
  }
}
@media screen and (max-height: 864px) and (min-width: 768px) {
  .wrapper-mv__title {
    margin: 12.6696832579vh 0 0 11.9909502262vh;
    height: 34.8416289593vh;
  }
}
@media screen and (max-height: 864px) and (max-width: 1023px) {
  .wrapper-mv__title {
    margin: 12.6696832579vh 0 0 1.1312217195vh;
    height: 23.5294117647vh;
  }
}
@media screen and (max-width: 1289px) {
  :not(:lang(ja)) .wrapper-mv__title {
    margin: 60px 0 0 -40px;
    height: 20vh;
  }
}

.wrapper-mv__title-img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.wrapper-mv-index {
  position: absolute;
  bottom: 40px;
  left: 40px;
}
@media (max-width: 1279px) {
  .wrapper-mv-index {
    width: 13vw;
  }
}
@media (max-width: 1023px) {
  .wrapper-mv-index {
    left: 20px;
    bottom: 50%;
    transform: translateY(50%);
  }
}
@media screen and (min-width: 768px) and (max-height: 515px) {
  .wrapper-mv-index {
    left: 20px;
    bottom: 50%;
    transform: translateY(50%);
  }
}

.wrapper-mv-index__qr {
  width: 4vw;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .wrapper-mv-index__qr {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-height: 515px) {
  .wrapper-mv-index__qr {
    display: none;
  }
}

.wrapper-mv-index__top {
  font-size: 1.125rem;
  font-weight: 700;
  color: #e60020;
  line-height: 1;
  position: relative;
  padding-left: 14px;
  margin-bottom: 10px;
  display: inline-block;
}
@media (max-width: 1023px) {
  .wrapper-mv-index__top {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-height: 515px) {
  .wrapper-mv-index__top {
    display: none;
  }
}
.wrapper-mv-index__top::before {
  content: "";
  width: 4px;
  height: 24px;
  background-color: #e60020;
  position: absolute;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
}

.wrapper-mv-index__list {
  position: relative;
  padding: 6px 0;
  display: grid;
  gap: 10px;
}
@media screen and (max-height: 720px) and (min-width: 768px) {
  .wrapper-mv-index__list {
    gap: 3px;
  }
}
.wrapper-mv-index__list::after {
  content: "";
  position: absolute;
  top: 0;
  left: 3px;
  width: 1px;
  height: 100%;
  background-color: #e60020;
}
@media screen and (max-height: 720px) and (min-width: 768px) {
  .wrapper-mv-index__list::after {
    left: 2px;
  }
}
@media (max-width: 1023px) {
  .wrapper-mv-index__list::after {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-height: 515px) {
  .wrapper-mv-index__list::after {
    display: none;
  }
}

.wrapper-mv-index__list-item {
  line-height: 1;
}

.wrapper-mv-index__list-link {
  color: #e60020;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.3;
  padding-left: 1em;
  display: inline-block;
  position: relative;
  transition: 0.3s cubic-bezier(0.26, 0.16, 0.1, 1);
}
@media screen and (max-height: 720px) and (min-width: 768px) {
  .wrapper-mv-index__list-link {
    font-size: 0.625rem;
  }
}
@media (max-width: 1023px) {
  .wrapper-mv-index__list-link {
    padding-left: 0;
  }
}
.wrapper-mv-index__list-link::before {
  content: "";
  width: 0.6em;
  height: 0.6em;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 0.4em;
  position: absolute;
  top: 5px;
  left: 0;
  transition: 0.3s cubic-bezier(0.26, 0.16, 0.1, 1);
  border: 1px solid #e60020;
  z-index: 2;
}
@media (max-width: 1023px) {
  .wrapper-mv-index__list-link::before {
    position: relative;
    top: -3px;
    display: block;
    width: 0.8em;
    height: 0.8em;
  }
}
.wrapper-mv-index__list-link.is-inview::before {
  background-color: #e60020;
}
.wrapper-mv-index__list-link.is-inview .wrapper-mv-index__list-text {
  opacity: 1;
}

.wrapper-mv-index__list-text {
  transition: 0.3s cubic-bezier(0.26, 0.16, 0.1, 1);
  opacity: 0.5;
}
@media (max-width: 1023px) {
  .wrapper-mv-index__list-text {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-height: 515px) {
  .wrapper-mv-index__list-text {
    display: none;
  }
}

.wrapper-mv__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.wrapper-mv__bg-block {
  position: relative;
  width: 100%;
  height: 50%;
}

.wrapper-mv__bg-img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.wrapper-mv__lead {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
@media screen and (min-width: 768px) {
  .wrapper-mv__lead {
    width: 41.5333333333vw;
    padding-left: 100px;
  }
}
@media screen and (max-width: 880px) {
  .wrapper-mv__lead {
    width: 35vw;
  }
}

.wrapper-mv__logos {
  position: absolute;
  bottom: 40px;
  right: 40px;
}
@media (max-width: 1439px) {
  .wrapper-mv__logos {
    width: 10.4vw;
  }
}

.Wrapper-bg {
  background-image: url("../images/w-bg.jpg");
}

.WrapperMv-logo {
  width: 382px;
  position: absolute;
  top: 50%;
  right: 65px;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .WrapperMv-logo {
    width: 26.5277777778vw;
    right: 4.1666666667vw;
  }
}
.WrapperMv-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.WrapperMv-bgTop {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 50%;
}
.WrapperMv-bgBottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 50%;
}
.WrapperMv-bgBottom img {
  -o-object-position: center top;
     object-position: center top;
}
.WrapperMv-bgImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrapper-mv-index__top {
  color: #425ba8;
}
.wrapper-mv-index__top::before {
  background-color: #425ba8;
}

.wrapper-mv-index__list::after {
  background-color: #425ba8;
}

.wrapper-mv-index__list-link {
  color: #425ba8;
}
.wrapper-mv-index__list-link::before {
  border-color: #425ba8;
}
.wrapper-mv-index__list-link.is-inview::before {
  background-color: #425ba8;
}

.Access {
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 60px;
}
.Access-title {
  text-align: center;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1;
  color: #4b4948;
}
.Access-googleMap {
  margin-top: 15px;
}
.Access-googleMapContainer {
  position: relative;
  aspect-ratio: 16/9;
}
.Access-googleMapContainer iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.Access-link {
  color: #29abe2;
  font-size: 0.8125rem;
  line-height: 1.2307692308;
  margin-top: 10px;
  display: inline-block;
}
.Access-railway {
  margin-top: 35px;
}
.Access-desc {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  margin-top: 15px;
}

.Choice {
  position: relative;
  padding-top: 60px;
  padding-bottom: 65px;
}
.Choice-intro {
  position: relative;
  z-index: 2;
}
.Choice-title {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.4;
  color: #4b4948;
}
.Choice-subTitle {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3636363636;
  margin-top: 35px;
  margin-bottom: 25px;
  color: #425ba8;
}
.Choice-desc {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7142857143;
}
.Choice-images {
  margin-top: 25px;
}
.Choice-body {
  margin-top: 40px;
}
.Choice-bodyContents {
  padding-top: 40px;
  border-top: 1px solid #425ba8;
}
.Choice-subject {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3333333333;
  color: #425ba8;
}
.Choice-list {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
  gap: 25px;
}
.Choice-bg {
  width: 100%;
  aspect-ratio: 375/99;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.ChoiceListItem-head {
  background-color: #425ba8;
  padding: 10px 12px;
  color: #fff;
  border-radius: 3px;
}
.ChoiceListItem-title {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.125;
}
.ChoiceListItem-body {
  margin-top: 15px;
}
.ChoiceListItem-desc {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7142857143;
}

.Course {
  position: relative;
}
.Course-head {
  position: relative;
  padding-top: 35px;
  padding-bottom: 65px;
  overflow: hidden;
}
.Course-headContainer {
  position: relative;
  z-index: 2;
  padding-top: 36vw;
  isolation: isolate;
}
@media (min-width: 768px) {
  .Course-headContainer {
    padding-top: 170px;
  }
}
.Course-headList {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-start;
}
.Course-headItem {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  padding: 5px 8px;
  background-color: rgba(89, 87, 87, 0.8);
  position: relative;
}
.Course-headItem.-theme {
  background-color: #425ba8;
}
.Course-bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.Course-body {
  margin-top: 40px;
}
.Course-subject {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3636363636;
  color: #425ba8;
}
.Course-desc {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7142857143;
  margin-top: 20px;
}

.Curriculum {
  position: relative;
  padding-top: 30px;
  margin-top: 30px;
}
.Curriculum-body {
  background-color: #e6ebee;
  padding-top: 55px;
  position: relative;
}
.Curriculum-title {
  font-size: 1.875rem;
  font-weight: 700;
  color: #4b4948;
}
.Curriculum-goal {
  background-color: #fff;
  padding: 16px;
  margin-top: 25px;
}
.Curriculum-goalSubject {
  font-size: 0.875rem;
  font-weight: 500;
  color: #425ba8;
}
.Curriculum-goalDesc {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 10px;
}
.Curriculum-cols {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  margin-top: 40px;
  gap: 60px;
}

.CurriculumBlock {
  position: relative;
}
.CurriculumBlock-head {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.CurriculumBlock-visual {
  border-top: 5px solid #595757;
  position: relative;
  z-index: 1;
}
.CurriculumBlock-title {
  background-color: #425ba8;
  text-align: center;
  padding: 7px;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  width: calc(100% - 5.8666666667vw);
  z-index: 2;
  position: relative;
  margin-inline: auto;
  margin-top: -1em;
}
.CurriculumBlock-list {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.CurriculumBlock-subject {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3333333333;
  position: relative;
  padding-left: 1.2em;
}
.CurriculumBlock-subject::before {
  content: "";
  width: 0.9em;
  height: 0.9em;
  background-color: #425ba8;
  display: block;
  position: absolute;
  top: 0.3em;
  left: 0;
}
.CurriculumBlock-desc {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7142857143;
  margin-top: 10px;
}
.CurriculumBlock-caption {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 10px;
}
.CurriculumBlock-picture {
  margin-top: 25px;
}
.CurriculumBlock.-first .CurriculumBlock-head {
  width: 146px;
}
.CurriculumBlock.-second .CurriculumBlock-head {
  width: 139px;
}
.CurriculumBlock.-third .CurriculumBlock-head {
  width: 237px;
}

.CurriculumSupport {
  margin-top: 60px;
  background-color: #fff;
}
.CurriculumSupport-body {
  padding: 20px 25px;
}
.CurriculumSupport-title {
  font-size: 1.375rem;
  line-height: 1.3636363636;
  font-weight: 700;
}
.CurriculumSupport-desc {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  margin-top: 10px;
}
.CurriculumSupport-subject {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3125;
  padding-bottom: 9px;
  border-bottom: 1px solid #595757;
  margin-top: 20px;
}
.CurriculumSupport-list {
  margin-top: 15px;
}
.CurriculumSupport-item {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.6666666667;
}
.CurriculumSupport-triangle {
  color: #425ba8;
}

.Employment {
  position: relative;
  margin-top: 60px;
}
.Employment::before {
  content: "";
  width: calc(100% - 13.334vw);
  height: 5px;
  background-color: #595757;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .Employment::before {
    width: calc(100% - 50px);
  }
}
.Employment-head {
  padding-top: 45px;
  margin-bottom: 32px;
}
.Employment-area:nth-of-type(n+2) {
  margin-top: 60px;
}
.Employment-contents {
  background-color: #e6ebee;
  position: relative;
  padding-top: 45px;
  padding-bottom: 40px;
}
.Employment-lead {
  font-size: 1.0625rem;
  font-weight: 700;
  text-align: center;
  padding: 12px 15px;
  color: #fff;
  background-color: rgba(89, 87, 87, 0.8);
  position: absolute;
  top: -1em;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: block;
  max-width: 74.6666666667vw;
  width: 100%;
  letter-spacing: -0.01em;
}
@media (min-width: 768px) {
  .Employment-lead {
    max-width: 280px;
  }
}
.Employment-points {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.Employment-label {
  width: 71px;
}
.Employment-subject {
  color: #425ba8;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3333333333;
  margin-top: 5px;
}
.Employment-desc {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  margin-top: 15px;
}
.Employment-picture {
  margin-top: 15px;
}

.EmploymentPlace {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.EmploymentPlace-block {
  background-color: #fff;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.EmploymentPlace-head {
  display: flex;
}
.EmploymentPlace-picture {
  width: 100px;
  flex-shrink: 0;
}
.EmploymentPlace-text {
  padding: 15px;
  flex: 1;
  width: 100%;
}
.EmploymentPlace-subject {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3333333333;
}
.EmploymentPlace-desc {
  font-size: 0.875rem;
  line-height: 1.5714285714;
  margin-top: 10px;
}
.EmploymentPlace-body {
  background-color: rgba(66, 91, 168, 0.2);
  padding-inline: 20px;
  padding-bottom: 20px;
}
.EmploymentPlace-label {
  color: #fff;
  font-size: 0.875rem;
  padding: 4px 9px;
  display: inline-block;
  background-color: rgba(66, 91, 168, 0.5);
}
.EmploymentPlace-list {
  margin-top: 10px;
}
.EmploymentPlace-item {
  font-size: 0.75rem;
  line-height: 1.5;
}
.EmploymentPlace-item::before {
  content: "";
  width: 0.9em;
  height: 0.9em;
  border-radius: 50%;
  display: inline-block;
  background-color: currentcolor;
}

:not([lang=ja]) .Employment-contents {
  padding-top: 65px;
}
:not([lang=ja]) .Employment-lead {
  max-width: 70%;
}

.Footer-upper {
  position: relative;
  padding-bottom: 70px;
}
.Footer-upperContainer {
  position: relative;
  z-index: 2;
}
.Footer-name {
  width: 100%;
}
.Footer-leads {
  text-align: center;
  margin-top: 50px;
}
.Footer-lead {
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 700;
}
.Footer-title {
  font-size: 1.875rem;
  line-height: 1.3333333333;
  font-weight: 700;
  margin-top: 10px;
}
.Footer-courses {
  margin-top: 65px;
}
.Footer-course {
  text-align: center;
}
.Footer-course:not(:first-child) {
  margin-top: 15px;
}
.Footer-courseTitle {
  display: flex;
  justify-content: center;
  align-items: center;
}
.Footer-courseTitleText {
  color: #fff;
  font-size: 0.75rem;
  background-color: #eb9620;
  padding: 2px 6px;
}
.Footer-courseTitleText.-blue {
  background-color: #56b2bf;
}
.Footer-courseDesc {
  font-size: 0.75rem;
  line-height: 2;
  margin-top: 5px;
}
.Footer-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.Footer-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.Footer-lower {
  padding-top: 50px;
  padding-bottom: 30px;
}

.Message {
  margin-top: 65px;
}
.Message-inner {
  position: relative;
  border: 1px solid #425ba8;
  padding: 27px 20px 20px;
}
.Message-title {
  text-align: center;
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 236px;
}
.Message-subject {
  color: #425ba8;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
.Message-desc {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  margin-top: 20px;
}
.Message-prof {
  display: flex;
  align-items: flex-end;
  margin-top: 25px;
}
.Message-picture {
  width: 166px;
  flex-shrink: 0;
}
.Message-profText {
  flex: 1;
  width: 100%;
  padding: 15px 12px;
}
.Message-name {
  font-size: 0.8125rem;
  line-height: 1.2307692308;
}
.Message-nameMain {
  font-size: 1rem;
  line-height: 1;
}

.mv__upper,
.mv__lower {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.mv__upper {
  background-image: url("../images/mv-bg-01.jpg");
}

.mv__lower {
  background-image: url("../images/mv-bg-02.jpg");
}

/*
.mv__contents {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
*/
.mv__lead {
  margin-top: 40px;
  text-align: right;
}
:not(:lang(ja)) .mv__lead {
  padding-left: 200px;
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  :not(:lang(ja)) .mv__lead {
    padding-left: 150px;
    line-height: 1.3;
  }
}

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

.mv__title-area {
  background-color: #fff;
  padding-top: 17px;
  padding-bottom: 10px;
  flex: 1;
  height: calc(100% - 35px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mv__title {
  flex-shrink: 1;
  height: calc(100% - 36px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
}
.mv__title img {
  height: calc(100% - 24px);
}

.mv__title-img {
  margin: 0 auto;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.mv__desc {
  text-align: center;
  font-size: 0.9375rem;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
:not(:lang(ja)) .mv__desc {
  font-size: 0.8125rem;
}
.mv__desc--lg {
  font-weight: 700;
  font-size: 1.25rem;
}
:not(:lang(ja)) .mv__desc--lg {
  font-size: 1rem;
}
.mv__desc--sm {
  font-size: 0.75rem;
  display: inline-block;
  border: 1px solid #1a1a1c;
  padding: 0.2em 0.5em;
}
:not(:lang(ja)) .mv__desc--sm {
  font-size: 0.625rem;
}

.mv__sub-title-area {
  background-color: #009844;
  text-align: center;
  height: 35px;
}

.mv__sub-title {
  color: #fff;
  font-size: 1.125rem;
  padding: 0.2em;
}

.Mv {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
  display: grid;
  grid-template-rows: repeat(3, minmax(0, 1fr));
}
@media (max-width: 767px) {
  .Mv {
    max-height: 667px;
  }
}
@media (min-width: 768px) {
  .Mv {
    min-height: 667px;
  }
}
.Mv-schoolName {
  width: 64vw;
  margin-inline: auto;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  aspect-ratio: 375/240;
  z-index: 3;
}
@media (min-width: 768px) {
  .Mv-schoolName {
    max-width: 304px;
  }
}
.Mv-textContainer {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.Mv-textContainer::after {
  content: "";
  width: 101%;
  height: 120%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) skewY(-5deg);
  z-index: -1;
}
.Mv-title {
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  margin-top: 8vw;
}
@media (min-width: 768px) {
  .Mv-title {
    margin-top: 30px;
  }
}
.Mv-titleLabel {
  display: block;
}
.Mv-titleMain {
  display: block;
  font-size: 2.0625rem;
  margin-top: 4vw;
  margin-bottom: 6.6666666667vw;
}
@media (min-width: 768px) {
  .Mv-titleMain {
    margin-top: 15px;
    margin-bottom: 25px;
  }
}
.Mv-titleSub {
  display: block;
  font-size: 1.25rem;
}
.Mv-titleSubLabel {
  font-size: 0.9375rem;
  display: inline-block;
  background-color: #e60012;
  color: #fff;
  padding: 3px 8px 4px;
  margin-left: 5px;
}
.Mv-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.Mv-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.Mv-bgContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 33.333%;
  overflow: hidden;
}
.Mv-bgContainer.-bottom {
  top: auto;
  bottom: 0;
}
.Mv-bgContainer.-bottom .Mv-bgImage {
  top: auto;
  bottom: 0;
}
.Mv-bgContainer.-bottom .Mv-bgImageBody {
  -o-object-position: center top;
     object-position: center top;
}
.Mv-bgEle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.Mv-bgImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.Mv-bgImageBody {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

[lang=vi] .Mv-titleMain br,
[lang=id] .Mv-titleMain br {
  display: none;
}
[lang=vi] .Mv-titleSub,
[lang=id] .Mv-titleSub {
  font-size: 1.0625rem;
}
[lang=vi] .Mv-titleSubLabel,
[lang=id] .Mv-titleSubLabel {
  font-size: 0.75rem;
}

.Reason {
  position: relative;
  padding-top: 65px;
}
.Reason-headInner {
  border-top: 5px solid #595757;
  text-align: center;
  padding-top: 45px;
}
.Reason-label {
  font-size: 1.125rem;
  font-weight: 700;
  color: #425ba8;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.Reason-label::before, .Reason-label::after {
  content: "";
  width: 1px;
  height: 1em;
  background-color: #425ba8;
  display: block;
}
.Reason-label::before {
  rotate: -25deg;
}
.Reason-label::after {
  rotate: 25deg;
}
.Reason-title {
  font-size: 1.875rem;
  font-weight: 700;
  color: #4b4948;
}
.Reason-blocks {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.ReasonBlock-title {
  font-size: 1.125rem;
  color: #fff697;
  font-weight: 700;
  background-color: #425ba8;
  padding: 6px 14px 8px;
  line-height: 1.2777777778;
}
.ReasonBlock-subtitle {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4444444444;
  margin-top: 10px;
}
.ReasonBlock-subtitle span {
  color: #425ba8;
}
.ReasonBlock-inner {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.ReasonBlock-text {
  flex: 1;
  width: 100%;
}
.ReasonBlock-desc {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
}
.ReasonBlock-picture {
  width: 140px;
  flex-shrink: 0;
}

.ReasonSupport-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3125;
  padding-bottom: 9px;
  border-bottom: 1px solid #595757;
}
.ReasonSupport-list {
  margin-top: 15px;
}
.ReasonSupport-item {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.6666666667;
}
.ReasonSupport-triangle {
  color: #425ba8;
}

.Support {
  position: relative;
  margin-top: 40px;
}
.Support-head {
  position: relative;
}
.Support-headContainer {
  position: relative;
  z-index: 2;
}
.Support-headInner {
  border-top: 5px solid #595757;
  padding-top: 45px;
}
.Support-title {
  width: 225px;
}
.Support-lead {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3636363636;
  margin-top: 15px;
}
.Support-headBg {
  position: absolute;
  top: 8vw;
  right: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .Support-headBg {
    top: 30px;
  }
}
.Support-body {
  position: relative;
  z-index: 2;
  margin-top: 45px;
}
.Support-inner {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.Support-blockHead {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.Support-blockHead.-wide {
  display: block;
}
.Support-picture {
  width: 122px;
  flex-shrink: 0;
}
.Support-picture.-wide {
  width: 100%;
}
.Support-text {
  flex: 1;
  width: 100%;
}
.Support-text.-wide {
  margin-top: 15px;
}
.Support-subject {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3333333333;
  color: #425ba8;
}
.Support-prof {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.3333333333;
  margin-top: 15px;
}
.Support-name {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  display: block;
  margin-top: 5px;
}
.Support-desc {
  margin-top: 15px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}

.SupportHowto {
  margin-top: 40px;
}
.SupportHowto-head {
  background-color: #c1c6c9;
  padding: 10px 20px;
}
.SupportHowto-title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.375;
  text-align: center;
}
.SupportHowto-body {
  background-color: #e6ebee;
  padding: 15px 20px;
}
.SupportHowto-desc {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7142857143;
}
.SupportHowto-caption {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.3333333333;
  margin-top: 12px;
}

.Voice {
  position: relative;
  z-index: 2;
  background-color: #e6ebee;
  padding-top: 60px;
}
.Voice-paint {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.Voice-container {
  position: relative;
  z-index: 2;
}
.Voice-head {
  position: relative;
  z-index: 1;
}
.Voice-headContainer {
  position: relative;
  z-index: 2;
}
.Voice-mainTitle {
  margin-left: auto;
  margin-right: 0;
  width: 229px;
}
.Voice-bg {
  position: absolute;
  top: 2.6666666667vw;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media (min-width: 768px) {
  .Voice-bg {
    top: 10px;
  }
}
.Voice-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.Voice-body {
  background-color: #df8685;
  color: #fff;
  position: relative;
  z-index: 2;
  padding-bottom: 60px;
}
.Voice-lead {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.375;
}

.VoiceMain {
  position: relative;
  padding-top: 35px;
}
@media (min-width: 768px) {
  .VoiceMain {
    padding-top: 35px;
  }
}
.VoiceMain-title {
  width: 117px;
  position: absolute;
  top: -9.3333333333vw;
  left: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .VoiceMain-title {
    top: -35px;
  }
}
.VoiceMain-inner {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.VoiceMain-blockHead {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.VoiceMain-picture {
  width: 97px;
  flex-shrink: 0;
}
.VoiceMain-blockText {
  flex: 1;
  width: 100%;
}
.VoiceMain-subject {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3333333333;
}
.VoiceMain-prof {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.3333333333;
  margin-top: 20px;
}
.VoiceMain-blockBody {
  margin-top: 20px;
}
.VoiceMain-desc {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7142857143;
}

.VoiceMovie {
  position: relative;
  padding-top: 14.6666666667vw;
  margin-top: 13.3333333333vw;
  border-top: 1px solid #fff;
}
@media (min-width: 768px) {
  .VoiceMovie {
    padding-top: 55px;
    margin-top: 50px;
  }
}
.VoiceMovie-title {
  width: 117px;
  position: absolute;
  top: -4vw;
  left: 0;
}
@media (min-width: 768px) {
  .VoiceMovie-title {
    top: -15px;
  }
}
.VoiceMovie-inner {
  margin-top: 30px;
}
.VoiceMovie-link {
  display: block;
  width: 100%;
  position: relative;
}
.VoiceMovie-picture {
  width: 280px;
  margin-inline: auto;
}
.VoiceMovie-button {
  font-size: 0.875rem;
  font-weight: 400;
  background-color: #fff;
  color: #333;
  padding: 15px 20px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  margin-inline: auto;
  margin-top: 20px;
  width: 192px;
  position: relative;
}
.VoiceMovie-button::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
}
.VoiceMovie-desc {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7142857143;
  margin-top: 25px;
}

.google-translate-label {
  right: 25px;
  left: auto;
  z-index: 3;
}
@media (max-width: 767px) {
  .google-translate-label {
    right: 6.667vw;
    left: auto;
  }
}

#google_translate_element {
  right: 25px;
  left: auto;
}
@media (max-width: 767px) {
  #google_translate_element {
    right: 6.667vw;
    left: auto;
  }
}

.WrapperMv-logo {
  width: 366px;
}
@media screen and (max-width: 1200px) {
  .WrapperMv-logo {
    width: 25.4166666667vw;
  }
}

.wrapper-mv-index__top {
  color: #a6559d;
}
.wrapper-mv-index__top::before {
  background-color: #a6559d;
}

.wrapper-mv-index__list::after {
  background-color: #a6559d;
}

.wrapper-mv-index__list-link {
  color: #a6559d;
}
.wrapper-mv-index__list-link::before {
  border-color: #a6559d;
}
.wrapper-mv-index__list-link.is-inview::before {
  background-color: #a6559d;
}

.Mv-schoolName {
  width: 61.3333333333vw;
}
@media (min-width: 768px) {
  .Mv-schoolName {
    max-width: 290px;
  }
}

.Voice-body {
  background-color: #a1add3;
}

.CurriculumBlock.-first .CurriculumBlock-head {
  width: 203px;
}
.CurriculumBlock.-third .CurriculumBlock-head {
  width: 189px;
}

.EmploymentPlace-body {
  background-color: #eae4d0;
}
.EmploymentPlace-label {
  background-color: rgba(66, 91, 168, 0.5);
}

.bg-secondary {
  background-color: #f1f1f4;
}

.bg-tertiary {
  background-color: #f8f8fb;
}

.bg-dark {
  background-color: #1a1a1c;
}

.c-pink {
  color: #e3007f;
}

@media (min-width: 768px) {
  .u-hide--pc {
    display: none;
  }
}

@media (max-width: 767px) {
  .u-hide--sp {
    display: none;
  }
}

:lang(ja) .jp {
  display: block;
}

:lang(ja) .tr {
  display: none;
}

:not(:lang(ja)) .jp {
  display: none;
}

:not(:lang(ja)) .tr {
  display: block;
}