@charset "UTF-8";
/*! sanitize.css v3.0.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/*
 * Normalization
 */
audio:not([controls]) {
  display: none;
  /* Chrome 44-, iOS 8+, Safari 9+ */
}

button {
  overflow: visible;
  /* Internet Explorer 11- */
  -webkit-appearance: button;
  /* iOS 8+ */
}

details {
  display: block;
  /* Edge 12+, Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

html {
  /* Edge 12+, Internet Explorer 11- */
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

input {
  -webkit-border-radius: 0;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* iOS 8+ */
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* Chrome 45+, Safari 9+ */
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Chrome 45+, Safari 9+ */
}

main {
  display: block;
  /* Android 4.3-, Internet Explorer 11-, Windows Phone 8.1+ */
}

pre {
  overflow: auto;
  /* Internet Explorer 11- */
}

progress {
  display: inline-block;
  /* Internet Explorer 11-, Windows Phone 8.1+ */
}

small {
  font-size: 75%;
  /* All browsers */
}

summary {
  display: block;
  /* Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

template {
  display: none;
  /* Android 4.3-, Internet Explorer 11-, iOS 7-, Safari 7-, Windows Phone 8.1+ */
}

textarea {
  overflow: auto;
  /* Edge 12+, Internet Explorer 11- */
}

[hidden] {
  display: none;
  /* Internet Explorer 10- */
}

/*
 * Universal inheritance
 */
*,
:before,
:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

:before,
:after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/*
 * Opinionated defaults
 */
/* specify the border style and width of all elements */
*,
:before,
:after {
  border-style: solid;
  border-width: 0;
}

/* specify the core styles of all elements */
* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

/* specify the root styles of the document */
:root {
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 100%/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

/* specify the text decoration of anchors */
a {
  text-decoration: none;
}

/* specify the alignment of media elements */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/* specify the background color of form elements */
button,
input,
select,
textarea {
  background-color: transparent;
}

/* specify the inherited color and font of form elements */
button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/* specify the minimum height of form elements */
button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: 1.5em;
}

/* specify the font family of code elements */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

/* specify the list style of nav lists */
nav ol,
nav ul {
  list-style: none;
}

/* specify the standard appearance of selects */
select {
  -moz-appearance: none;
  /* Firefox 40+ */
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
  /* Edge 12+, Internet Explorer 11- */
}

select::-ms-value {
  color: currentColor;
  /* Edge 12+, Internet Explorer 11- */
}

/* specify the border styling of tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* specify the resizability of textareas */
textarea {
  resize: vertical;
}

/* specify the background color, font color, and drop shadow of text selections */
::-moz-selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #4c2b03;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #4c2b03;
  text-shadow: none;
}

/* specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* specify the style of visually hidden yet accessible elements */
[hidden][aria-hidden="false"] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden="false"]:focus {
  clip: auto;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.row__item {
  width: 100%;
}

.row__item--mobile-1 {
  width: 8.33333%;
}

.row__item--mobile-2 {
  width: 16.66667%;
}

.row__item--mobile-3 {
  width: 25%;
}

.row__item--mobile-4 {
  width: 33.33333%;
}

.row__item--mobile-5 {
  width: 41.66667%;
}

.row__item--mobile-6 {
  width: 50%;
}

.row__item--mobile-7 {
  width: 58.33333%;
}

.row__item--mobile-8 {
  width: 66.66667%;
}

.row__item--mobile-9 {
  width: 75%;
}

.row__item--mobile-10 {
  width: 83.33333%;
}

.row__item--mobile-11 {
  width: 91.66667%;
}

.row__item--mobile-12 {
  width: 100%;
}

.row__item--mobile-fifth {
  width: 20%;
}

@media screen and (min-width: 768px) {
  .row__item--tablet-1 {
    width: 8.33333%;
  }
}

@media screen and (min-width: 768px) {
  .row__item--tablet-2 {
    width: 16.66667%;
  }
}

@media screen and (min-width: 768px) {
  .row__item--tablet-3 {
    width: 25%;
  }
}

@media screen and (min-width: 768px) {
  .row__item--tablet-4 {
    width: 33.33333%;
  }
}

@media screen and (min-width: 768px) {
  .row__item--tablet-5 {
    width: 41.66667%;
  }
}

@media screen and (min-width: 768px) {
  .row__item--tablet-6 {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .row__item--tablet-7 {
    width: 58.33333%;
  }
}

@media screen and (min-width: 768px) {
  .row__item--tablet-8 {
    width: 66.66667%;
  }
}

@media screen and (min-width: 768px) {
  .row__item--tablet-9 {
    width: 75%;
  }
}

@media screen and (min-width: 768px) {
  .row__item--tablet-10 {
    width: 83.33333%;
  }
}

@media screen and (min-width: 768px) {
  .row__item--tablet-11 {
    width: 91.66667%;
  }
}

@media screen and (min-width: 768px) {
  .row__item--tablet-12 {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .row__item--tablet-fifth {
    width: 20%;
  }
}

@media screen and (min-width: 1024px) {
  .row__item--desktop-1 {
    width: 8.33333%;
  }
}

@media screen and (min-width: 1024px) {
  .row__item--desktop-2 {
    width: 16.66667%;
  }
}

@media screen and (min-width: 1024px) {
  .row__item--desktop-3 {
    width: 25%;
  }
}

@media screen and (min-width: 1024px) {
  .row__item--desktop-4 {
    width: 33.33333%;
  }
}

@media screen and (min-width: 1024px) {
  .row__item--desktop-5 {
    width: 41.66667%;
  }
}

@media screen and (min-width: 1024px) {
  .row__item--desktop-6 {
    width: 50%;
  }
}

@media screen and (min-width: 1024px) {
  .row__item--desktop-7 {
    width: 58.33333%;
  }
}

@media screen and (min-width: 1024px) {
  .row__item--desktop-8 {
    width: 66.66667%;
  }
}

@media screen and (min-width: 1024px) {
  .row__item--desktop-9 {
    width: 75%;
  }
}

@media screen and (min-width: 1024px) {
  .row__item--desktop-10 {
    width: 83.33333%;
  }
}

@media screen and (min-width: 1024px) {
  .row__item--desktop-11 {
    width: 91.66667%;
  }
}

@media screen and (min-width: 1024px) {
  .row__item--desktop-12 {
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .row__item--desktop-fifth {
    width: 20%;
  }
}

.row--nrw {
  margin: -5px;
}

.row--nrw .row__item {
  padding: 5px !important;
}

.row--std {
  margin: -15px;
}

.row--std .row__item {
  padding: 15px;
}

.row--wide {
  margin: -15px;
}

@media screen and (min-width: 768px) {
  .row--wide {
    margin: -20px;
  }
}

.row--wide .row__item {
  padding: 15px;
}

@media screen and (min-width: 768px) {
  .row--wide .row__item {
    padding: 20px;
  }
}

.row--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.row--align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  .row--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

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

.container {
  width: 100%;
  padding-left: 3rem;
  padding-right: 3rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .container {
    max-width: 940px;
  }
  .container--wide {
    max-width: 1240px;
  }
  .container--narrow {
    max-width: 770px;
  }
}

@media screen and (max-width: 767px) {
  .container--spnone {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.container--cource {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1024px) {
  .container--cource {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.sub-container {
  width: 100%;
  padding: 3rem 2rem 6rem;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .sub-container {
    padding: 5rem 4rem 6rem;
  }
}

@media screen and (min-width: 1024px) {
  .sub-container {
    max-width: 980px;
  }
}

.sub-container + .sub-container {
  margin-top: 10rem;
}

/*********************/
/*  ヘッダー  */
/*********************/
.header {
  position: fixed;
  display: block;
  width: 100%;
  z-index: 100;
  background: #6D242E;
  top: 0;
}

.header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 70px;
}

@media screen and (max-width: 767px) {
  .header__body {
    height: 65px;
  }
}

.header__logo,
.header .gnav-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 1024px) {
  .header__logo,
  .header .gnav-logo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.header__logo {
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.header__img {
  max-width: 145px;
  height: 50px;
  margin: auto;
}

.header__btn {
  position: fixed;
  top: 1.3rem;
  right: 2rem;
  display: block;
}

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

.header__contact .btn {
  color: #00324F;
  background: #ddd;
  padding: 10px 20px;
}

.header__contact--pc-fixed {
  position: absolute;
  display: block;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 1023px) {
  .header__contact--pc-fixed {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 6rem;
  }
}

@media screen and (min-width: 1100px) {
  .header__nav {
    margin-left: 0;
  }
}

.header--wide .header__body {
  padding: 0;
}

@media screen and (min-width: 1024px) {
  .header--wide .header__body {
    padding: 0 0 0 30px;
  }
}

.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-menu__item {
  position: relative;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.5rem;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.header-menu__item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
}

@media screen and (max-width: 767px) {
  .header-menu__item {
    padding: 0 1rem;
  }
}

.header-menu__text {
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

.header-menu__icon {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-bottom: 5px;
}

.header-menu__icon::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-family: 'icomoon';
  font-size: 3rem;
  font-weight: normal;
  color: #fff;
  line-height: 26px;
}

.header-menu__icon--access::before {
  content: '\e901';
}

.header-menu__icon--pdf::before {
  content: '\e904';
}

.header-menu__icon--exam::before {
  content: '\e905';
}

.gnav {
  overflow: hidden;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

@media screen and (max-width: 1023px) {
  .gnav {
    position: fixed;
    left: 0;
    bottom: 0;
    height: 55px;
    width: 100%;
  }
  .gnav .gnav-logo,
  .gnav .gnav-list {
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
  }
  .gnav .gnav-logo {
    display: inline-block;
  }
  .gnav .gnav-logo img {
    width: 100%;
    height: 36px;
  }
}

@media screen and (max-width: 1023px) {
  .gnav__bk {
    background: #01283E;
    width: 100%;
    height: 100%;
  }
}

.gnav--open {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 1023px) {
  .gnav--open .gnav__logo,
  .gnav--open .gnav-logo,
  .gnav--open .gnav-list {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

.gnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .gnav-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 0;
  }
}

.gnav-list__item {
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

@media screen and (min-width: 1024px) {
  .gnav-list__item + .gnav-list__item {
    margin-left: 30px;
  }
}

@media screen and (max-width: 1023px) {
  .gnav-list__item + .gnav-list__item {
    border-left: 1px solid #4B758E;
  }
}

@media screen and (max-width: 1023px) {
  .gnav-list__item {
    width: calc(100% / 3);
  }
}

@media screen and (max-width: 1023px) {
  .gnav-list__item--active {
    background: #4B758E;
  }
}

.gnav-list__link {
  position: relative;
  display: block;
  color: #FFFFFF;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: .03em;
  text-decoration: none;
  white-space: nowrap;
  text-align: center;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

@media screen and (max-width: 1023px) {
  .gnav-list__link {
    padding: 1.6rem;
  }
}

@media screen and (min-width: 1024px) {
  .gnav-list__link {
    font-weight: bold;
    border-top: none;
    padding: 0;
  }
  .gnav-list__link:hover {
    opacity: .7;
  }
}

.gnav-list__link .icon-external {
  position: relative;
  margin-right: 2rem;
}

.gnav-list__link .icon-external::after {
  position: absolute;
  content: '\e900';
  font-family: 'icomoon';
  font-weight: normal;
  font-size: 1.3rem;
  top: 50%;
  right: -19px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

/*********************/
/*  メインビジュアル  */
/*********************/
.hero {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: 70px;
  background: url(../images/FV_bg.jpg) no-repeat center/cover;
}

@media screen and (max-width: 767px) {
  .hero {
    margin-top: 65px;
    background: #01283E;
  }
}

.hero__container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

@media screen and (min-width: 1024px) {
  .hero__container {
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}

.hero__movie {
  position: relative;
  width: 36%;
}

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

.hero__movie-wrap {
  position: relative;
  padding-bottom: 177.78%;
  /*アスペクト比 9:16の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

.hero__movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero__movie-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero__message {
  width: 64%;
}

@media screen and (max-width: 767px) {
  .hero__message {
    width: 100%;
  }
  .hero__message::before {
    position: absolute;
    top: 64px;
    left: 0;
    width: 100vw;
    height: 300px;
    content: "";
    display: inline-block;
    background-image: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2) 1px, transparent 1px, transparent 15px), repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2) 1px, #01283E 1px, #01283E 15px);
    z-index: -1;
  }
}

.hero__title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 5.5rem;
  font-weight: 600;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 7rem 0 4rem;
  text-shadow: 5px 3px #6D242E;
}

@media screen and (min-width: 768px) {
  .hero__title {
    font-size: 7.4rem;
    margin: 10rem 0 6rem;
    text-shadow: 6px 4px #6D242E;
  }
}

@media screen and (min-width: 1024px) {
  .hero__title br {
    display: none;
  }
}

.hero__title:before {
  position: absolute;
  top: -110%;
  left: -10%;
  display: inline-block;
  content: '';
  width: 100px;
  height: 100px;
  -webkit-transform: translate(-100px, -80px);
          transform: translate(-100px, -80px);
  background: url(../images/sakura_01.png) no-repeat center/contain;
  -webkit-animation: 3s linear infinite rotation1;
          animation: 3s linear infinite rotation1;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .hero__title:before {
    left: -20%;
  }
}

@media screen and (min-width: 1024px) {
  .hero__title:before {
    width: 142px;
    height: 142px;
    top: -200%;
    left: 0;
    -webkit-transform: translate(-100px, -100px);
            transform: translate(-100px, -100px);
  }
}

@media screen and (min-width: 1145px) {
  .hero__title:before {
    left: -200px;
  }
}

.hero__title:after {
  position: absolute;
  top: 90px;
  right: -60px;
  display: inline-block;
  content: '';
  width: 100px;
  height: 100px;
  -webkit-transform: translate(70px, 50px);
          transform: translate(70px, 50px);
  background: url(../images/sakura_01.png) no-repeat center/contain;
  -webkit-animation: 3s linear infinite rotation1;
          animation: 3s linear infinite rotation1;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .hero__title:after {
    top: 410px;
    right: -90px;
  }
}

@media screen and (min-width: 1024px) {
  .hero__title:after {
    width: 142px;
    height: 142px;
    top: 70px;
    right: -10px;
    -webkit-transform: translate(100px, 50px);
            transform: translate(100px, 50px);
  }
}

@media screen and (min-width: 1060px) {
  .hero__title:after {
    right: -140px;
  }
}

.hero__title-sub {
  display: block;
  color: #6D242E;
  font-size: 2.8rem;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  border-radius: 30px;
  padding: 0 2rem;
  letter-spacing: 0.12em;
  line-height: 1.5;
  margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  .hero__title-sub {
    font-size: 3.7rem;
  }
}

.hero__title-sub--border {
  position: relative;
}

.hero__title-sub--border:before {
  position: absolute;
  top: -1rem;
  left: -2rem;
  display: inline-block;
  content: '';
  width: 4px;
  height: 130px;
  background: #E3CD53;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}

@media screen and (min-width: 1024px) {
  .hero__title-sub--border:before {
    left: -5rem;
    width: 5px;
    height: 160px;
  }
}

.hero__title-sub--border:after {
  position: absolute;
  top: -1rem;
  right: -2rem;
  display: inline-block;
  content: '';
  width: 4px;
  height: 130px;
  background: #E3CD53;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}

@media screen and (min-width: 1024px) {
  .hero__title-sub--border:after {
    right: -5rem;
    width: 5px;
    height: 160px;
  }
}

.hero__annotation {
  font-size: 1.1rem;
}

.hero--top::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: rgba(1, 40, 62, 0.07);
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
}

.hero--sub {
  height: 310px;
  padding: 0;
}

.hero--sub::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 100%;
  height: 65%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(80, 123, 145, 0)), to(white));
  background: linear-gradient(180deg, rgba(80, 123, 145, 0) 0%, white 100%);
  z-index: 1;
}

.hero-sub-mv {
  position: relative;
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-sub-mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-border {
  width: 100%;
}

.hero-border--white {
  width: 100%;
  height: 10px;
  background: #fff;
}

.border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
}

.border--sub {
  height: 15px;
}

.border__color {
  display: block;
}

.border__color--green {
  background: #249A76;
  width: 13%;
}

.border__color--yellow {
  background: #E3CD53;
  width: 37%;
}

.border__color--orange {
  background: #ED9533;
  width: 13%;
}

.border__color--red {
  background: #6D242E;
  width: 37%;
}

.border__color--bottom-red {
  background: #6D242E;
  width: 15%;
}

.border__color--pink {
  background: #E3828D;
  width: 70%;
}

.border__color--blue {
  background: #006FA3;
  width: 15%;
}

.hero-title {
  color: #6d242e;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: .06em;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  padding-top: 6rem;
  margin-top: 7rem;
}

@media screen and (min-width: 1024px) {
  .hero-title {
    font-size: 2.8rem;
    padding-top: 8rem;
  }
}

/*********************/
/*  ローダー  */
/*********************/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 9999;
}

.loader__icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-left: 2px solid #fff;
  border-top: 2px solid #6d242e;
  border-right: 2px solid #6d242e;
  border-bottom: 2px solid #6d242e;
  height: 46px;
  width: 46px;
  color: #fff;
  margin: -23px 0 0 -23px;
  text-indent: -9999em;
  font-size: 10px;
  z-index: 9999;
  -webkit-animation: load 1.2s infinite linear;
          animation: load 1.2s infinite linear;
}

.loader__icon, .loader__icon:after {
  border-radius: 50%;
  width: 46px;
  height: 46px;
}

@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/*********************/
/*  TOP  */
/*********************/
main {
  overflow: hidden;
}

@-webkit-keyframes rotation1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.section {
  display: block;
  width: 100%;
  padding: 60px 0;
  position: relative;
  z-index: 1;
}

.section__header {
  position: relative;
  display: block;
  margin-bottom: 2rem;
  margin-top: 7rem;
}

@media screen and (min-width: 768px) {
  .section__header {
    margin-bottom: 3rem;
    margin-top: 10rem;
  }
}

.section__header::before {
  position: absolute;
  top: -100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  content: "";
  width: 1px;
  height: 80px;
  background: #00324F;
}

.section__header--linenone::before {
  display: none;
}

.section__title {
  font-size: 2.6rem;
  text-align: center;
  line-height: 1.2;
}

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

@media screen and (max-width: 767px) {
  .section__title {
    font-size: 2.2rem;
    line-height: 1.5;
  }
}

.section__copy {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 1.7rem;
  color: #4B758E;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 767px) {
  .section__copy {
    font-size: 1.6rem;
  }
}

.section__img {
  width: 100%;
  height: auto;
}

.section__btn {
  text-align: center;
}

.section__btn--sub {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  text-align: left;
}

@media screen and (max-width: 1023px) {
  .section__btn--sub {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.section__btn--sub .info-btn {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5;
  padding: 1.4rem 1.4rem 1.4rem 3rem;
}

@media screen and (max-width: 1023px) {
  .section__btn--sub .info-btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 2rem;
  }
}

.section__annotation {
  margin-top: 3rem !important;
  font-size: 1.5rem;
}

.section__footer {
  display: block;
  padding: 4rem 0 0;
}

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

.section--movie {
  background: #01283E;
  padding: 5rem 0 6rem;
}

@media screen and (min-width: 768px) {
  .section--movie {
    padding: 10rem 0;
  }
}

.section--summary, .section--policy, .section--about {
  background-image: repeating-linear-gradient(90deg, #F5F5F5, #F5F5F5 1px, transparent 1px, transparent 15px), repeating-linear-gradient(0deg, #F5F5F5, #F5F5F5 1px, #fff 1px, #fff 15px);
  z-index: -1;
}

.section--summary {
  padding: 12rem 0;
}

@media screen and (max-width: 767px) {
  .section--summary {
    padding: 0 0 6rem;
  }
}

.section--system {
  background: #F0F5F8;
}

.section--system::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 100%;
  height: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f0f5f8));
  background: linear-gradient(180deg, white 0%, #f0f5f8 100%);
}

.section--system .btn {
  background: #01283E;
  color: #fff;
  width: 315px;
  padding: 2rem 2.5rem;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: left;
  -webkit-box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.16);
}

.section--btn {
  background: url(../images/FV_bg.jpg) no-repeat center/cover;
}

.section--policy .slider-btn {
  position: relative;
}

.section--policy .slider-btn__item {
  position: absolute;
  top: 0;
  right: 0;
}

.section--info {
  background: linear-gradient(45deg, #00324f 0%, #437089 48%, #00324f 100%);
  color: #fff;
}

.section--insta {
  background: #01283E;
}

.section--sub {
  padding: 3rem 0;
}

/*********************/
/*  メッセージ  */
/*********************/
.message {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #fff;
  padding: 8rem 1.5rem 4rem;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .message {
    padding: 3rem 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .message {
    padding: 1rem 2rem 4rem;
  }
}

@media screen and (min-width: 768px) {
  .message {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

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

.message__header {
  position: relative;
  padding: 5rem 0 3rem;
  width: 450px;
}

.message__header::before, .message__header::after {
  position: absolute;
  left: 0;
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff;
}

.message__header::before {
  top: 0;
  background: linear-gradient(to right, #fff 0, #fff 160px, transparent 160px, transparent 290px, #fff 290px, #fff 100%);
  background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .message__header::before {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #fff), color-stop(30%, #fff), color-stop(30%, transparent), color-stop(70%, transparent), color-stop(70%, #fff), to(#fff));
    background: linear-gradient(to right, #fff 0, #fff 30%, transparent 30%, transparent 70%, #fff 70%, #fff 100%);
  }
}

.message__header::after {
  bottom: 0;
}

@media screen and (max-width: 1023px) {
  .message__header {
    width: 100%;
    padding: 3rem 0 1.5rem;
    margin: 4rem 0 6rem;
  }
}

.message__header-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 365px;
  height: 236px;
  background-image: radial-gradient(#507b91 0%, rgba(80, 123, 145, 0.8) 23%, #082f45 78%, #01283e 100%);
  background-size: contain;
  background-position: center;
  z-index: -1;
  opacity: .8;
  -webkit-filter: blur(20px);
          filter: blur(20px);
}

@media screen and (min-width: 768px) {
  .message__header-bg {
    display: none;
  }
}

.message__middle {
  font-size: 1.4rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .message__middle {
    padding: 4rem 0 7rem;
  }
  .message__middle p {
    position: relative;
    z-index: 1;
  }
  .message__middle::before, .message__middle::after {
    position: absolute;
    left: 0;
    content: "";
    display: inline-block;
    width: 100vw;
    height: 130px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 50, 79, 0)), color-stop(85%, #01293f), to(#01283e));
    background: linear-gradient(0deg, rgba(0, 50, 79, 0) 0%, #01293f 85%, #01283e 100%);
  }
  .message__middle::before {
    top: 32px;
  }
  .message__middle::after {
    top: 260px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@media screen and (min-width: 768px) {
  .message__middle {
    margin: 4rem 0 0;
  }
}

.message__school {
  font-size: 2.1rem;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.message__title {
  font-size: 3.9rem;
  line-height: 1.2;
}

@media screen and (max-width: 1023px) {
  .message__title {
    font-size: 3rem;
  }
}

.message__text {
  font-size: 3.3rem;
  font-weight: bold;
}

@media screen and (max-width: 1023px) {
  .message__text {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 767px) {
  .banner-wrap {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.banner {
  margin: 3rem 0 2rem;
}

.banner__slider {
  position: relative;
  width: 230px;
}

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

.banner__item {
  width: 230px;
}

.banner__item img {
  width: 100%;
  height: 100%;
}

.banner .slick-dots {
  bottom: -25px;
  left: 0;
  -webkit-transform: none;
          transform: none;
}

.banner .slick-dots button {
  background: #4B758E !important;
}

.banner .slick-active button {
  background: #d9d9d9 !important;
}

/*********************/
/*  btn  */
/*********************/
.btn {
  display: inline-block;
  position: relative;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .btn--arrow {
    width: 100% !important;
  }
}

.btn--arrow::before {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "\e902";
  display: inline-block;
  color: #fff;
  font-size: 2.5rem;
  font-family: 'icomoon';
  font-weight: normal;
}

.btn--mini {
  background: #4b758e;
  text-align: center;
  color: #fff;
  width: 140px;
  font-size: 1.5rem;
  padding: 1rem;
  -webkit-box-shadow: 5px 5px 10px rgba(69, 69, 69, 0.16);
          box-shadow: 5px 5px 10px rgba(69, 69, 69, 0.16);
}

.btn--page {
  display: block;
  background: #8EAFC1;
  color: #fff;
  margin: 4rem auto 0;
  padding: 1rem 2rem;
}

.info-btn {
  display: inline-block;
  background: #fff;
  width: 412px;
  padding: 2.5rem;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

@media screen and (max-width: 767px) {
  .info-btn {
    width: 100%;
    text-align: center;
  }
}

.info-btn__inner {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  color: #01283E;
  padding-left: 3.5rem;
}

@media screen and (max-width: 767px) {
  .info-btn__inner {
    font-size: 1.5rem;
  }
}

.info-btn__inner::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "\e905";
  display: inline-block;
  color: rgba(1, 40, 62, 0.4);
  font-size: 2.5rem;
  font-family: 'icomoon';
  font-weight: normal;
}

.info-btn__inner--pdf::before {
  content: "\e904";
}

.info-btn__inner--campus::before {
  content: "\e903";
}

.slider-btn {
  text-align: right;
  cursor: pointer;
}

.slider-btn--stopped .slider-btn__item--stop {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.slider-btn--stopped .slider-btn__item--play {
  display: block;
  opacity: 1;
  visibility: visible;
}

.slider-btn__item--play {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.slider-btn__item--play span::before {
  content: "\e907" !important;
}

.slider-btn span {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 5px 1.5rem;
  color: #fff;
  background: #4B758E;
  line-height: 1.5;
  margin: 1rem 0 0;
}

.slider-btn span::before {
  font-family: "icomoon";
  content: "\e906";
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  margin-right: .5em;
}

/*********************/
/*  movie  */
/*********************/
.movie {
  width: 100%;
}

.movie__inner {
  max-width: 670px;
  margin: 0 auto;
}

.movie__wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 670px;
}

.movie__wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*********************/
/*  summary  */
/*********************/
.summary__item + .summary__item {
  margin-top: 19rem;
}

@media screen and (max-width: 767px) {
  .summary__item + .summary__item {
    margin-top: 7rem;
  }
}

@media screen and (max-width: 767px) {
  .summary__desc {
    height: 170px;
    overflow: hidden;
    padding: 0 3rem;
  }
  .summary__desc--open {
    height: auto;
  }
}

@media screen and (min-width: 768px) {
  .summary__bridge {
    position: relative;
  }
  .summary__bridge::before {
    position: absolute;
    bottom: -111px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: inline-block;
    content: "";
    width: 1px;
    height: 80px;
    background: #00324F;
  }
  .summary__bridge::after {
    position: absolute;
    bottom: -111px;
    left: 50%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    display: inline-block;
    content: "";
    width: 49vw;
    height: 1px;
    background: #00324F;
  }
}

@media screen and (min-width: 768px) and (min-width: 1024px) {
  .summary__bridge::after {
    left: -256px;
    -webkit-transform: none;
            transform: none;
    width: 471px;
  }
}

@media screen and (min-width: 768px) {
  .summary__bridge--reverse::after {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@media screen and (min-width: 768px) and (min-width: 1024px) {
  .summary__bridge--reverse::after {
    left: 215px;
  }
}

.summary__toggle {
  position: relative;
  text-align: center;
}

.summary__toggle::before {
  position: absolute;
  top: -170px;
  left: 0;
  width: 100%;
  height: 170px;
  content: "";
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
}

.summary__toggle--close {
  margin-top: 5rem;
}

.summary__toggle--close::before {
  display: none;
}

.summary .section__header {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .summary .section__header {
    margin-top: -7rem;
  }
}

/*********************/
/*  system  */
/*********************/
.system-wrap {
  position: relative;
  margin: 6rem 0 0;
}

@media screen and (min-width: 768px) {
  .system-wrap {
    margin: 5rem 0 0;
  }
}

.system-wrap__txt {
  position: absolute;
  top: -10px;
  left: 140px;
  font-size: 1.5rem;
}

#system-slider .slick-dots {
  bottom: 10px;
  left: 0;
  -webkit-transform: none;
          transform: none;
}

#system-slider .slick-dots button {
  background: #d9d9d9 !important;
}

#system-slider .slick-active button {
  background: #4B758E !important;
}

.system-card + .system-card {
  margin-top: 4rem;
}

.system-card__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .system-card__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.system-card__thumbnail {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFF5F4;
  padding: 2.5rem 4rem;
}

@media screen and (max-width: 767px) {
  .system-card__thumbnail {
    padding: 2rem;
  }
}

.system-card__img {
  width: 267px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .system-card__img {
    width: 100%;
    max-width: 270px;
  }
}

.system-card__item {
  background: #fff;
  padding: 2rem;
}

@media screen and (max-width: 767px) {
  .system-card__item {
    padding: 2rem 2rem 5rem;
  }
}

.system-card__title {
  border-bottom: 1px solid #00324F;
  padding-bottom: 1rem;
}

.system-card__text {
  line-height: 1.8;
}

.system-card--b .system-card__thumbnail {
  background: #FFFCEF;
}

.system-card--c .system-card__thumbnail {
  background: #F6FAEF;
}

.system-card--d .system-card__thumbnail {
  background: #D0DBE5;
}

/*********************/
/*  greeting  */
/*********************/
.greeting__img img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .greeting__img {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
  }
  .greeting__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}

.greeting__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 1.5rem 0 0;
}

@media screen and (max-width: 767px) {
  .greeting__name {
    margin: 0;
    height: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.greeting__name-ja {
  font-size: 2.2rem;
  line-height: 1.4;
}

.greeting__name-en {
  font-size: 1.4rem;
  font-family: "Inter", sans-serif;
  font-weight: normal;
}

.greeting__position {
  font-size: 1.2rem;
  font-weight: normal;
}

.greeting__contents {
  color: #4B758E;
  font-size: 1.3rem;
  line-height: 1.5;
  margin: 2rem 0 0;
}

.greeting__text {
  line-height: 1.7;
  margin-top: 3rem;
  overflow: hidden;
  height: 170px;
}

.greeting__text--open {
  height: auto;
}

.greeting__toggle {
  position: relative;
}

.greeting__toggle::before {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  content: "";
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
}

.greeting__toggle--close::before {
  display: none;
}

/*********************/
/*  policy  */
/*********************/
.policy-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.policy-slider__item {
  position: relative;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #D0DBE5;
  padding: 2.5rem;
  opacity: .5;
  margin: 7px;
}

@media screen and (max-width: 767px) {
  .policy-slider__item {
    min-height: 200px !important;
  }
}

@media screen and (min-width: 540px) {
  .policy-slider__item {
    min-height: 150px !important;
  }
}

@media screen and (min-width: 768px) {
  .policy-slider__item {
    min-height: 240px !important;
  }
}

@media screen and (min-width: 1024px) {
  .policy-slider__item {
    min-height: 170px !important;
  }
}

@media screen and (min-width: 1200px) {
  .policy-slider__item {
    min-height: 150px !important;
  }
}

.policy-slider__item.slick-current {
  opacity: 1;
}

.policy-slider__pin {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  background: #31627F;
  color: #31627F;
  height: 15px;
  width: 1px;
}

.policy-slider__pin::before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-49%, -8px);
          transform: translate(-49%, -8px);
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #31627F;
}

.policy-slider__text {
  margin-top: 0 !important;
  line-height: 1.5;
}

.policy-slider .slick-list {
  padding: 1rem 4rem 0 0 !important;
  margin: -7px !important;
}

/*********************/
/*  info   */
/*********************/
.info__content {
  overflow: hidden;
  height: 200px;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.info__content--open {
  display: block;
  height: auto;
}

.info__toggle::before, .info__toggle::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 50%;
  content: "";
  display: inline-block;
}

.info__toggle::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(65%, white), to(white));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 65%, white 100%);
}

.info__toggle::after {
  height: 18%;
  background-image: repeating-linear-gradient(90deg, #F5F5F5, #F5F5F5 1px, transparent 1px, transparent 15px), repeating-linear-gradient(0deg, #F5F5F5, #F5F5F5 1px, #fff 1px, #fff 15px);
}

.info__toggle--close::before, .info__toggle--close::after {
  display: none;
}

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

.info .section__header {
  margin-top: 0;
}

.dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin: 4rem 0 0;
}

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

.dt,
.dd {
  padding: 2rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 767px) {
  .dt,
  .dd {
    padding: 0;
  }
}

.dt {
  width: 230px;
  float: left;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .dt {
    width: 100%;
    float: none;
    padding-top: 2rem;
  }
}

.dd {
  width: calc(100% - 230px);
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .dd {
    width: 100%;
    border-top: none;
    padding-bottom: 2rem;
  }
}

.dd__annotation {
  display: block;
  font-size: 1.3rem;
}

/*********************/
/*  about   */
/*********************/
.about-box {
  background: #F0F5F8;
  padding: 2rem 3rem;
  width: 330px;
  max-width: 100%;
  margin: 0 auto;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
  .about-box {
    padding: 1.5rem 2rem;
  }
}

.about-box__title {
  font-size: 2.2rem;
  text-align: center;
}

.about-box__text {
  font-size: 1.5rem;
  margin: 0 !important;
}

.about-wrap {
  margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  .about-wrap {
    margin-top: 3rem;
  }
}

.about-card__title {
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .about-card__title {
    font-size: 1.8rem;
    margin-top: 2rem;
  }
}

.about-card__title::before {
  content: "";
  display: inline-block;
  background: #00324F;
  height: 1px;
  width: 60px;
  margin-right: 8px;
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}

@media screen and (max-width: 767px) {
  .about-card__text {
    font-size: 1.5rem;
  }
}

/*********************/
/*  insta  */
/*********************/
.insta__title {
  text-align: center;
  margin-bottom: 1.5rem;
}

.insta__title img {
  width: 190px;
}

.insta__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.insta__flex {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
      grid-template-columns: repeat(6, 1fr);
  gap: 2rem;
  width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .insta__flex {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .insta__flex {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

.insta__thumb {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  background-color: #cccccc;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

@media screen and (min-width: 1024px) {
  .insta__thumb:hover {
    opacity: .7;
  }
}

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

.insta__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

.insta__user {
  text-align: right;
  margin-top: 0 !important;
}

.insta__userlink {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

p:not(:first-child) {
  margin-top: 1.5rem;
}

.note {
  position: relative;
  font-size: 1.3rem;
  color: #6D242E;
  padding-left: 1.5rem;
}

.note::before {
  position: absolute;
  content: '※';
  font-weight: normal;
  top: 0;
  left: 0;
}

.note + .note {
  margin-top: 0 !important;
}

.strong {
  color: #6D242E;
}

a:not([class]) {
  color: #6D242E;
  text-decoration: none;
  border-bottom: 1px solid #6D242E;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

@media screen and (min-width: 1024px) {
  a:hover {
    opacity: .7;
  }
}

.h2:first-child,
.h3:first-child,
.h4:first-child,
.ul:first-child,
.ol:first-child,
.ol-coment-list:first-child,
.dl:first-child,
.dl-education-list:first-child,
.box:first-child {
  margin-top: 0;
}

.h1 {
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: .08em;
  text-align: center;
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .h1 {
    font-size: 2.6rem;
    margin-top: 1.5rem;
  }
}

.h1 + .p {
  margin-top: 5rem;
}

.h1-en {
  position: absolute;
  top: 65px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  font-family: "Inter", sans-serif;
  font-size: 6rem;
  line-height: 1.1;
  color: #6D242E;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .h1-en {
    top: 105px;
    font-size: 8rem;
  }
}

.h1-en:before {
  position: absolute;
  content: '';
  top: -60px;
  left: 50%;
  width: 62px;
  height: 60px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: url(../images/sakura_02.png) no-repeat center/contain;
}

@media screen and (min-width: 768px) {
  .h1-en:before {
    top: -65px;
  }
}

.h2 {
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: .05em;
  text-align: center;
  color: #fff;
  background: #00324F;
  padding: 1.2rem 2rem;
  margin-top: 5rem;
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .h2 {
    margin-bottom: 3rem;
  }
}

.h2--point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  background: -webkit-gradient(linear, left top, right top, from(#00324F), to(#7ea1b2));
  background: linear-gradient(90deg, #00324F, #7ea1b2);
  margin-top: 4rem;
  margin-bottom: 3rem;
  padding: 1.4rem 1.8rem;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .h2--point {
    font-size: 1.8rem;
    padding: 1.5rem 5rem;
  }
}

.h2__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.6rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-family: "Inter", sans-serif;
  border-bottom: solid 3px #fff;
  text-align: center;
  padding-bottom: .5rem;
  margin-right: 1rem;
}

@media screen and (min-width: 768px) {
  .h2__num {
    margin-right: 2rem;
  }
}

.h2__num::before {
  content: "POINT";
  font-size: 1.3rem;
  font-weight: bold;
}

.h3 {
  position: relative;
  color: #00324F;
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: .03em;
  padding-left: 2.4rem;
  margin-top: 4rem;
}

.h3::before {
  position: absolute;
  content: '';
  width: 14px;
  height: 14px;
  background: #00324F;
  top: 12px;
  left: 0;
}

@media screen and (min-width: 768px) {
  .h3 {
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 1024px) {
  .h3 {
    margin-top: 5rem;
  }
}

.h3-center {
  color: #6D242E;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: .03em;
  margin-top: 4rem;
}

@media screen and (min-width: 768px) {
  .h3-center {
    font-size: 2.2rem;
    text-align: center;
  }
}

.h4 {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-top: 2rem;
  padding-left: 6.2rem;
}

.h4::before {
  position: absolute;
  content: '';
  top: 14px;
  left: 0;
  width: 5.4rem;
  height: 1px;
  background: #00324F;
}

@media screen and (max-width: 767px) {
  .h4::before {
    bottom: -10px;
  }
}

.h4 .tag {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: .03em;
  line-height: 1.7;
  color: #fff;
  background: #E3828D;
  border-radius: 3px;
  padding: 0.7rem 2rem;
  margin-right: 1rem;
}

@media screen and (max-width: 767px) {
  .h4 .tag {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.4rem 1.5rem;
    margin-bottom: 1rem;
  }
}

.link-box {
  position: relative;
  border-radius: 10px;
  padding: 8rem 3rem;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

@media screen and (min-width: 768px) {
  .link-box {
    padding: 7.4rem;
  }
  .link-box:hover {
    opacity: .7;
  }
}

.link-box--note {
  background: url(../images/note.png) center center/cover no-repeat;
  border: solid 6px #6BC6B4;
  -webkit-box-shadow: 6px 8px 15px rgba(0, 111, 163, 0.2);
          box-shadow: 6px 8px 15px rgba(0, 111, 163, 0.2);
}

.link-box--guide {
  background: url(../data/images/note-sp.png) center center/cover no-repeat;
  border: solid 6px #6D242E;
  -webkit-box-shadow: 6px 8px 15px rgba(227, 130, 141, 0.16);
          box-shadow: 6px 8px 15px rgba(227, 130, 141, 0.16);
  margin-top: 11rem;
}

@media screen and (min-width: 768px) {
  .link-box--guide {
    background: url(../data/images/note.jpg) center center/cover no-repeat;
  }
}

.link-box--interview {
  background: url(../support/images/voice_sp.png) center center/cover no-repeat;
  border: solid 6px #6D242E;
  -webkit-box-shadow: 6px 8px 15px rgba(227, 130, 141, 0.16);
          box-shadow: 6px 8px 15px rgba(227, 130, 141, 0.16);
  margin-top: 11rem;
}

@media screen and (min-width: 768px) {
  .link-box--interview {
    background: url(../support/images/voice_pc.png) center center/cover no-repeat;
  }
}

.link-box .h1-en {
  position: absolute;
  top: -4.5rem;
  left: 11rem;
  font-size: 6.1rem;
  text-align: left;
  color: #E3CD53;
}

@media screen and (min-width: 768px) {
  .link-box .h1-en {
    font-size: 8rem;
    top: -6.2rem;
    left: 15rem;
  }
}

.link-box .h1-en::before {
  content: none;
}

.link-box .h1-en--note {
  text-transform: lowercase;
  left: 8rem;
}

@media screen and (min-width: 768px) {
  .link-box .h1-en--note {
    left: 12rem;
  }
}

.link-box .h1 {
  font-size: 3.7rem;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .link-box .h1 {
    font-size: 4.8rem;
  }
}

.link-box .h1--note {
  text-shadow: 4px 4px 0px #006fa3;
}

.link-box .h1--guide {
  text-shadow: 4px 4px 0px #6D242E;
}

.link-box .h1--interview {
  font-size: 2.3rem;
  line-height: 2;
}

.link-box .icon-note {
  position: relative;
}

.link-box .icon-note::before {
  position: absolute;
  content: '\e904';
  font-family: 'icomoon';
  font-weight: normal;
  top: -60px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media screen and (min-width: 768px) {
  .link-box .icon-note::before {
    top: 50%;
    left: -70px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

.link-box .icon-guide {
  position: relative;
}

@media screen and (min-width: 768px) {
  .link-box .icon-guide {
    margin-left: 10rem;
  }
}

.link-box .icon-guide::before {
  position: absolute;
  content: '\e90a';
  font-family: 'icomoon';
  font-weight: normal;
  top: -60px;
  left: 58%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media screen and (min-width: 768px) {
  .link-box .icon-guide::before {
    top: 50%;
    left: -70px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

.link-box .more {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.link-box .more__text {
  position: absolute;
  bottom: -7px;
  right: -6px;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: .03em;
  color: #6D242E;
  background: #fff;
  padding: 1.1rem 4.1rem 1.1rem 2.4rem;
  border-radius: 10px 0 10px;
}

@media screen and (min-width: 768px) {
  .link-box .more__text {
    padding: .6rem 3.7rem .6rem 1.8rem;
  }
}

.link-box .more__text::before {
  position: absolute;
  content: '\e900';
  font-family: 'icomoon';
  font-weight: normal;
  top: 50%;
  right: 18px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.interview__thumbnail {
  max-width: 180px;
}

.interview__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.toggle-box {
  margin-top: 5rem;
}

.toggle-box__item {
  position: relative;
  background: #FAE2E5;
  padding: 4rem 3rem 10rem;
  height: 250px;
  overflow: hidden;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

@media screen and (min-width: 768px) {
  .toggle-box__item {
    padding: 4rem 5rem 10rem;
  }
}

.toggle-box__item:before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  display: inline-block;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(5%, #fff), color-stop(80%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to top, #fff 0, #fff 5%, rgba(255, 255, 255, 0) 80%);
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  z-index: 10;
}

.toggle-box__title {
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: .03em;
  line-height: 1.7;
  color: #6D242E;
  padding-left: 3rem;
}

.toggle-box__title::before {
  position: absolute;
  content: ' ';
  width: 20px;
  height: 20px;
  top: 5px;
  left: 0;
  background: url(../support/images/interview_0119_2x.png) no-repeat center/contain;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(5%, #fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to top, #fff 0, #fff 5%, rgba(255, 255, 255, 0) 100%);
}

.toggle-box__description {
  font-size: 1.5rem;
  margin-top: 1rem !important;
  text-indent: 1rem;
}

.toggle-box__description + .toggle-box__title {
  margin-top: 2rem;
}

.toggle-box__more {
  display: none;
}

.toggle-box--open .toggle-box__item {
  height: auto;
}

.toggle-box--open .toggle-box__item:before,
.toggle-box--open .toggle-box__more {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.toggle-btn {
  position: relative;
  font-size: 1.6rem;
  letter-spacing: .03em;
  line-height: 1.5;
  color: #fff;
  background: #E3828D;
  border-radius: 10px;
  padding: 1rem 6.6rem 1rem 4.5rem;
  -webkit-box-shadow: 5px 5px 10px rgba(227, 130, 141, 0.16);
          box-shadow: 5px 5px 10px rgba(227, 130, 141, 0.16);
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  cursor: pointer;
}

.toggle-btn::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 10px;
  border-color: #fff transparent transparent transparent;
  top: 50%;
  right: 3.5rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (min-width: 1024px) {
  .toggle-btn:hover {
    opacity: .7;
  }
}

.toggle-btn--click {
  top: -70px;
}

.toggle-btn--open::before {
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
}

.int-name {
  position: relative;
  color: #6d242e;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.2;
  letter-spacing: .08em;
  background: linear-gradient(to right, #e2d3d5 0, #e2d3d5 15px, transparent 15px, transparent 100%);
  padding-left: 3rem;
  margin-top: 4rem;
  margin-bottom: 2.7rem;
}

.feature-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #6d242e;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: .06em;
  margin-top: 4.7rem;
}

@media screen and (min-width: 1024px) {
  .feature-title {
    margin-top: 3.5rem;
  }
}

.feature-title:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  height: 100%;
  width: 20px;
  background: #6d242e;
}

.feature-title__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  font-weight: bold;
  background: #e2d3d5;
  padding: 1.6rem 2.5rem;
  margin-left: 3rem;
}

@media screen and (max-width: 767px) {
  .feature-title__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .feature-title__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.feature-title__top {
  display: block;
  color: #6d242e;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 2.2;
  letter-spacing: .06em;
}

@media screen and (min-width: 768px) {
  .feature-title__top {
    width: 100%;
  }
}

.feature-title__sub {
  display: inline-block;
  font-size: 1.3rem;
  margin-left: 1rem;
}

@media screen and (max-width: 767px) {
  .feature-title__sub {
    margin-left: 0;
  }
}

.feature-title__en {
  position: absolute;
  bottom: 0;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 2.6rem;
  font-style: oblique;
  font-weight: bold;
  line-height: 1;
  letter-spacing: .07em;
  opacity: .2;
  margin-bottom: -.4rem;
}

@media screen and (max-width: 767px) {
  .feature-title__en {
    left: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .feature-title__en {
    right: 2rem;
    font-size: 4.3rem;
    margin-bottom: -0.6rem;
  }
}

.ul {
  list-style: none;
  margin-top: 4rem;
}

.ul .li {
  position: relative;
  font-weight: bold;
  line-height: 1.9;
  letter-spacing: .03em;
  padding: 0 0 0 3rem;
}

.ul .li::before {
  content: "";
  display: inline-block;
  background: transparent;
  border: solid 3px #E3CD53;
  border-radius: 50%;
  position: absolute;
  top: 1rem;
  left: 0;
  width: 13px;
  height: 13px;
}

.ul .li:not(:first-child) {
  margin-top: 1.4rem;
}

.ul--interview {
  display: -ms-grid;
  display: grid;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.ul p {
  font-weight: 500;
}

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

.ul-min .li-min {
  position: relative;
  font-weight: normal;
  line-height: 1.7;
  letter-spacing: .08em;
  font-size: 1.5rem;
  padding-left: 1.8rem;
  margin-top: 1rem;
}

.ul-min .li-min::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #006FA3;
  border-radius: 50%;
  top: 9px;
  left: 0;
}

ol {
  list-style: none;
}

.dl-advantage {
  list-style: none;
  counter-reset: number 0;
  margin-top: 4rem;
}

.dl-advantage dt,
.dl-advantage dd {
  color: #383838;
  font-weight: normal;
  line-height: 2;
  letter-spacing: .08em;
  padding: 0 0 0 5.5rem;
}

.dl-advantage dt {
  position: relative;
  font-weight: bold;
}

.dl-advantage dt::before {
  top: .7rem;
  left: 0;
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  display: inline-block;
  position: absolute;
  color: #6d242e;
  font-family: "Inter", sans-serif;
  font-size: 2.2rem;
  font-style: oblique;
  font-weight: bold;
  line-height: 1;
  letter-spacing: .07em;
  text-align: center;
}

.dl-advantage dt:after {
  position: absolute;
  left: 2.4em;
  top: 1.6rem;
  display: inline-block;
  content: "";
  width: 10px;
  height: 2px;
  background: #6d242e;
}

.dl-advantage dt:not(:first-child) {
  margin-top: 2rem;
}

.table {
  margin-top: 1rem;
}

.table th,
.table td {
  text-align: left;
}

.table th {
  padding-right: 1rem;
}

@media screen and (max-width: 767px) {
  .table th {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .table th {
    padding-right: 2rem;
  }
}

.table td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media screen and (max-width: 767px) {
  .table--row {
    display: block;
  }
}

.table--row th {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .table--row th {
    width: 180px;
  }
}

.event .box {
  padding: 3rem 2rem;
}

@media screen and (min-width: 768px) {
  .event .box {
    padding: 5rem;
  }
}

.event .box p {
  font-size: 1.6rem;
}

.btn-wrap {
  margin: 2.5rem auto 0;
  text-align: center;
}

.submit-btn {
  display: inline-block;
  position: relative;
  font-size: 1.6rem;
  letter-spacing: .03em;
  line-height: 1.5;
  color: #fff;
  background: #E3828D;
  border-radius: 10px;
  padding: 1rem 6rem 1rem 4.5rem;
  -webkit-box-shadow: 5px 5px 10px rgba(227, 130, 141, 0.16);
          box-shadow: 5px 5px 10px rgba(227, 130, 141, 0.16);
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  cursor: pointer;
}

.submit-btn::before {
  position: absolute;
  content: '\e900';
  font-family: 'icomoon';
  width: 0;
  height: 0;
  top: 12px;
  right: 5.5rem;
}

@media screen and (min-width: 768px) {
  .submit-btn {
    padding: 1rem 6.6rem 1rem 4.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .submit-btn:hover {
    opacity: .7;
  }
}

.event-head {
  margin-top: 2rem;
}

.event-head__thumbnail {
  max-width: 600px;
  margin: 3rem auto;
}

.event-head__box {
  background: #fae2e5;
  padding: 4rem 3rem;
}

@media screen and (min-width: 768px) {
  .event-head__box {
    padding: 4rem 5rem;
  }
}

.event-head__h3 {
  font-weight: bold;
}

.event-head__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.event-head__item {
  margin-top: 3rem;
}

.event-head__date, .event-head__time {
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.9;
  letter-spacing: .03em;
  padding: 1rem;
}

.event-head__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background: #6D242E;
  border-radius: 5px;
  height: 100%;
}

.event-head__date .date {
  font-size: 3rem;
}

.event-head__time {
  color: #fff;
  background: #C4A7AB;
  border-radius: 3px;
  text-align: center;
}

.event-head .grid {
  display: -ms-grid;
  display: grid;
  grid-gap: .5rem;
}

.box {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: .03em;
  background: #fff;
  border: 4px solid #6D242E;
  border-radius: 10px;
  padding: 4rem 2rem;
  margin: 5rem 0 0;
}

@media screen and (min-width: 768px) {
  .box {
    padding: 6rem;
  }
}

.box__title {
  position: relative;
  color: #6d242e;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: .03em;
  padding-left: 4rem;
  margin-top: 5.5rem;
}

.box__title::before {
  position: absolute;
  content: '';
  width: 26px;
  height: 26px;
  background: #E3828D;
  border-radius: 50%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (min-width: 768px) {
  .box__title {
    font-size: 2.2rem;
  }
}

.box__title:first-of-type {
  margin-top: 0;
}

.box .ul {
  margin-top: 2rem;
}

.box .ul .li {
  font-size: 1.6rem;
}

.box .ul p {
  margin-top: 0.5rem;
}

.event-box__item {
  background: #FAE2E5;
}

.event-box__item:before {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FAE2E5), color-stop(5%, #FAE2E5), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to top, #FAE2E5 0, #FAE2E5 5%, rgba(255, 255, 255, 0) 100%);
}

.event-box p {
  font-size: 1.6rem;
}

.button-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 5rem 0 0;
}

@media screen and (max-width: 767px) {
  .button-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 3rem 0 0;
  }
}

.button-area--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  color: #6d242e;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: .06em;
  text-align: center;
  background: #e2d3d5;
  padding: 2rem 6rem 2rem 3rem;
  margin-bottom: 1.5rem;
  -webkit-transition: .4s ease-out;
  transition: .4s ease-out;
  cursor: pointer;
  -webkit-box-shadow: -5px 5px 0 #6d242e;
          box-shadow: -5px 5px 0 #6d242e;
}

@media screen and (min-width: 768px) {
  .button {
    width: calc((100% - 3rem) / 2);
  }
}

.button:after {
  position: absolute;
  top: 50%;
  right: 3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  font-family: "icomoon";
  content: "\e901";
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .button:nth-of-type(2n) {
    margin-left: 3rem;
  }
}

.button--square {
  border-radius: 0;
}

@media screen and (min-width: 1024px) {
  .button:hover {
    -webkit-box-shadow: 0 0 0 #6d242e;
            box-shadow: 0 0 0 #6d242e;
  }
}

.campus-map__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  counter-reset: number 0;
  background: #fff;
  padding: 3rem;
  border-radius: 15px;
}

.campus-map__item:not(:first-child) {
  margin-top: 3rem;
}

@media screen and (min-width: 768px) {
  .campus-map__item {
    width: calc((100% - 6rem) / 3);
  }
  .campus-map__item:not(:nth-child(n+4)) {
    margin-top: 0;
  }
  .campus-map__item:not(:nth-child(3n-2)) {
    margin-left: 3rem;
  }
  .campus-map__item:nth-child(n+4) {
    margin-top: 3rem;
  }
}

.campus-map__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  line-height: 1.4;
  padding-left: 37px;
  margin-top: 1.5rem;
}

.campus-map__title:before {
  position: absolute;
  bottom: 0;
  left: 0;
  counter-increment: number 1;
  content: counter(number);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 37px;
  height: 37px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 2.2rem;
  font-style: oblique;
  font-weight: bold;
  line-height: 2.3;
  letter-spacing: .07em;
  text-align: center;
  background: #6d242e;
}

.campus-map__title span {
  padding-left: 1rem;
  padding-bottom: .5rem;
}

.data-card-box {
  margin-top: 2.5rem;
}

.data-card {
  border-radius: 10px;
  padding: 2rem;
  text-align: center;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.data-card--history {
  background: #6D242E;
}

.data-card--study {
  background: #006FA3;
}

.data-card--life {
  background: #E3828D;
}

.data-card--work {
  background: #ED9533;
}

.data-card__title {
  font-size: 2.1rem;
  font-weight: 500;
  letter-spacing: .03em;
  line-height: 1.1;
  background: #fff;
  border-radius: 6px;
  padding: 1rem;
}

.data-card__num {
  color: #fff;
  font-weight: bold;
  letter-spacing: .03em;
}

.data-card__num .num {
  font-size: 4.8rem;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .data-card__num .num {
    font-size: 6.4rem;
  }
}

.data-card__num .char {
  font-size: 2.5rem;
  line-height: 1.25;
}

@media screen and (min-width: 768px) {
  .data-card__num .char {
    font-size: 3rem;
  }
}

.data-card__thumbnail {
  max-width: 300px;
  margin: 0 auto;
}

.data-card__discription {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: .03em;
  line-height: 1.5;
  color: #fff;
}

.support-box {
  margin-top: 3rem;
}

@media screen and (min-width: 768px) {
  .support-box__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
  }
}

.support-box__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.faq {
  margin-top: 8rem;
}

.goto {
  display: -ms-grid;
  display: grid;
  max-width: 546px;
  margin: 5rem auto 0;
}

@media screen and (max-width: 767px) {
  .goto {
    row-gap: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .goto {
    -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
    grid-gap: 3rem;
    margin-top: 5rem;
  }
}

.goto__link {
  display: block;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: .06em;
  text-align: center;
  background: #006FA3;
  border-radius: 10px;
  padding: 1.9rem 1.5rem;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

@media screen and (min-width: 1024px) {
  .goto__link:hover {
    opacity: .7;
  }
}

.goto__link--long {
  padding: 1rem;
}

.goto--interview {
  -ms-grid-columns: auto;
      grid-template-columns: auto;
  grid-gap: 1.5rem;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .goto--interview {
    -ms-grid-columns: auto auto auto;
        grid-template-columns: auto auto auto;
    grid-gap: 3rem;
  }
}

.goto--interview .goto__link {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4;
  padding: 1rem 6.5rem 1rem 4rem;
}

.goto-min {
  font-size: 1.2rem;
}

.goto-icon {
  position: relative;
}

.goto-icon::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 10px;
  border-color: #fff transparent transparent transparent;
  top: 55%;
  right: -25px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.question {
  position: relative;
  background: #fff;
  border: 3px solid #E3828D;
  border-radius: 10px;
  margin-top: 35px;
  cursor: pointer;
}

.question:not(:first-child) {
  margin-top: 1.5rem;
}

@media screen and (min-width: 1024px) {
  .question:not(:first-child) {
    margin-top: 2rem;
  }
}

.question__q, .question__a {
  position: relative;
  padding-left: 3.5rem;
}

@media screen and (min-width: 768px) {
  .question__q, .question__a {
    padding-left: 4.5rem;
  }
}

.question__q:before, .question__a:before {
  position: absolute;
  top: 1.4rem;
  left: 1.5rem;
  padding: 1.5rem 4rem 1rem 5.5rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .question__q:before, .question__a:before {
    top: 2rem;
    left: 2rem;
    padding: 1.5rem 4rem 1rem 6rem;
  }
}

.question__q {
  display: block;
  color: #383838;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: .06em;
  padding: 1.5rem 4rem 1rem 5.5rem;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

@media screen and (min-width: 768px) {
  .question__q {
    font-size: 1.8rem;
    padding: 1.5rem 4rem 1rem 6rem;
  }
}

@media screen and (min-width: 1024px) {
  .question__q {
    padding: 2.2rem 3rem 2rem 6rem;
  }
}

.question__q:before, .question__q:after {
  display: inline-block;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.question__q:before {
  content: "Q";
  color: #6D242E;
  background: #E2D3D5;
  border-radius: 50%;
  font-family: "Inter", sans-serif;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .07em;
  width: 32px;
  height: 32px;
  padding: 0.6rem;
  top: 14px;
}

@media screen and (min-width: 1024px) {
  .question__q:before {
    top: 22px;
  }
}

.question__q:after {
  position: absolute;
  top: 2rem;
  right: 2rem;
  -webkit-transform-origin: 40% 50%;
          transform-origin: 40% 50%;
  font-family: "icomoon";
  content: "\e908";
  color: #6d242e;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  margin-left: 1rem;
}

@media screen and (min-width: 768px) {
  .question__q:after {
    top: 2rem;
    margin-left: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .question__q:after {
    top: 3rem;
  }
}

.question__q--open:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.question__a {
  display: none;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: .06em;
  cursor: auto;
  padding: 0 4rem 1rem 5.5rem;
  word-break: break-all;
}

@media screen and (min-width: 768px) {
  .question__a {
    padding: 0 4rem 1rem 6rem;
  }
}

@media screen and (min-width: 1024px) {
  .question__a {
    padding: 0 3rem 2rem 6rem;
  }
}

.question__a:before {
  top: 0;
  content: "A";
  color: #fff;
  background: #6D242E;
  border-radius: 50%;
  font-family: "Inter", sans-serif;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .07em;
  width: 32px;
  height: 32px;
  padding: 0.6rem 0 0 0.2rem;
}

.question > p {
  display: none;
}

.hidden {
  display: none;
}

.url-break {
  word-break: break-all;
}

.model-name {
  font-size: 1.8rem;
}

.model-name::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 54px;
  background: #00324F;
  margin-right: 8px;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

.course-table__title {
  background: #D6D6D6;
  margin-top: .8rem;
  padding: .6rem 1.4rem;
  text-align: center;
}

.course-table__curriculum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: .8rem;
}

.course-table__curriculum-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #6A6A6A;
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  padding: .8rem;
}

.course-table__curriculum-txtarea {
  width: calc(100% - 43px);
  font-size: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  .course-table__curriculum-txtarea {
    font-size: 1.5rem;
  }
}

.course-table__curriculum-txt {
  padding: 1rem;
  width: 100%;
  text-align: center;
}

.course-table__curriculum-txt:not(:first-child) {
  margin-top: .8rem;
}

@media screen and (min-width: 768px) {
  .course-table__curriculum-txt--center {
    text-align: center;
  }
}

.course-table__curriculum-subtitle {
  display: block;
  font-size: 1.5rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .course-table__curriculum-subtitle {
    font-size: 1.7rem;
  }
}

.basic {
  background: #00324F;
  color: #fff;
}

.informatics {
  background: #FFF5F4;
}

.technology {
  background: #F0F5F8;
}

.economics {
  background: #F6FAEF;
}

.research {
  background: #D0DBE5;
}

.curriculum {
  width: 100%;
  margin-top: 3rem;
}

@media screen and (min-width: 768px) {
  .curriculum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .curriculum__pick {
    width: 50%;
  }
}

.curriculum__pick-card {
  padding: 3rem;
  background: #fff;
}

.curriculum__image img {
  width: 100%;
}

.curriculum__pick-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  letter-spacing: .03em;
  margin-top: 2rem;
  line-height: 1.5;
}

.curriculum__pick-title::before {
  content: "Pick up";
  display: inline-block;
  background: #00324F;
  font-size: 1.4rem;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  padding: .1rem .5rem;
  margin-right: 1rem;
  width: 70px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  white-space: nowrap;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

@media screen and (max-width: 767px) {
  .curriculum__list {
    margin-top: 2rem;
    height: 250px;
    overflow: hidden;
  }
}

@media screen and (min-width: 768px) {
  .curriculum__list {
    margin-left: 6rem;
    width: calc(50% - 6rem);
  }
}

.curriculum__list--open {
  height: auto;
}

.curriculum__list-title {
  font-size: 1.8rem;
}

.curriculum__list-title::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 54px;
  background: #00324F;
  margin-right: 8px;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

.curriculum__toggle {
  position: relative;
}

.curriculum__toggle::before {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  content: "";
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#f0f5f8));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #f0f5f8 100%);
}

.curriculum__toggle--close::before {
  display: none;
}

.curriculum__ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.curriculum__item {
  width: 50%;
  font-size: 1.3rem;
  letter-spacing: 0;
  border-bottom: 1px solid #8EAFC1;
  margin-top: 1rem;
  padding-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .curriculum__item {
    font-size: 1.5rem;
  }
}

.curriculum__item:nth-of-type(odd) {
  padding-right: 1rem;
}

.annotation {
  font-size: 1.3rem;
}

.comment {
  font-size: 1.5rem;
  color: #6D242E;
}

.rubi {
  display: inline-block;
  position: relative;
}

.rubi::before {
  position: absolute;
  content: "連係協力する";
  font-size: 1rem;
  font-weight: normal;
  color: #00324F;
  top: -8px;
  left: 18px;
}

.strong {
  color: #6D242E;
}

.page-head {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

.page-title {
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .page-title {
    font-size: 2.4rem;
  }
}

.page-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  list-style: none;
}

@media screen and (max-width: 1023px) {
  .page-link {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

.page-link__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #00324F;
}

@media screen and (min-width: 1024px) {
  .page-link__item + .page-link__item {
    margin-left: 20px;
  }
}

.page-link__inner {
  position: relative;
  width: 180px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  padding: 1.4rem 1.4rem 1.4rem 4rem;
}

.page-link__inner::before {
  position: absolute;
  top: 50%;
  left: 14px;
  content: "\e902";
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-size: 2rem;
  color: #fff;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

@media screen and (max-width: 767px) {
  .page-link__inner {
    width: 150px;
  }
}

@media screen and (max-width: 1023px) {
  .page-link__inner {
    font-size: 1.3rem;
    padding: 1.4rem 1rem 1.4rem 3.2rem;
  }
  .page-link__inner::before {
    left: 9px;
  }
}

/*********************/
/*  フッター  */
/*********************/
.footer {
  background: #6d242e;
}

@media screen and (max-width: 1023px) {
  .footer {
    padding-bottom: 55px;
  }
}

.footer__other {
  color: #fff;
  padding: 4rem 0 1.5rem;
}

@media screen and (min-width: 768px) {
  .footer__other {
    padding: 4rem 0 4.5rem;
  }
}

.footer__logo {
  display: block;
}

.footer__copyright {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
  margin-top: 4rem !important;
}

@media screen and (max-width: 767px) {
  .footer__copyright {
    margin-top: 1.5rem !important;
  }
}

.footer-contact__detail {
  font-size: 1.4rem;
  text-align: center;
  margin: 3rem 0 0;
}

@media screen and (max-width: 767px) {
  .footer-contact__detail {
    text-align: left;
  }
}

.footer-contact__annotation {
  font-size: 1.2rem;
  text-align: center;
  margin: 2rem 0 0;
}

@media screen and (max-width: 767px) {
  .footer-contact__annotation {
    text-align: left;
  }
}

.other {
  display: block;
}

.other__item {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  border-bottom: 1px solid #966870;
}

@media screen and (max-width: 767px) {
  .other__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .other__item {
    width: 33.33333%;
    border-right: 1px solid #966870;
  }
  .other__item:first-child {
    border-left: 1px solid #966870;
  }
  .other__item:nth-child(odd) {
    border-right: 1px solid #966870;
  }
}

.other__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #966870;
}

@media screen and (min-width: 768px) {
  .other__list {
    max-width: 700px;
    margin: 0 auto;
  }
}

.other__link {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  padding: 1.5rem 0;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

@media screen and (max-width: 767px) {
  .other__link {
    padding: 1.5rem;
    text-align: left;
  }
}

.other__link--no-hver:hover {
  opacity: 1;
}

.other__logo {
  display: block;
  width: 55px;
  height: auto;
  margin: 0 auto 4rem;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

/************************/
/*  ページトップ・スクロール  */
/*************************/
.page-top {
  position: fixed;
  bottom: 20px;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  color: #6D242E;
  background: #fff;
  border-radius: 8px;
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1.2;
  text-align: center;
  z-index: 500;
  height: 54px;
  padding-top: 2rem;
  -webkit-transition: .4s ease-out;
  transition: .4s ease-out;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media screen and (min-width: 1024px) {
  .page-top:hover {
    opacity: .7;
  }
}

.page-top::before {
  display: block;
  position: absolute;
  top: 5px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  font-family: "icomoon";
  content: "\e905";
  color: #6D242E;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  -webkit-transition: .4s ease-out;
  transition: .4s ease-out;
}

/************************/
/*  追従バナー  */
/*************************/
.bunner-btn {
  position: fixed;
  bottom: 20px;
  left: 10px;
  width: auto;
  height: 50px;
  color: #fff;
  background: #006FA3;
  border-radius: 6px;
  border: solid 2px #E3CD53;
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: .08em;
  line-height: 1.5;
  z-index: 500;
  height: 73px;
  padding-top: 2rem;
  -webkit-transition: .4s ease-out;
  transition: .4s ease-out;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 1rem 2.5rem 1rem 2rem;
}

@media screen and (min-width: 1024px) {
  .bunner-btn:hover {
    opacity: .7;
  }
}

.bunner-btn::before {
  position: absolute;
  content: '\e901';
  font-family: 'icomoon';
  font-weight: normal;
  color: #E3CD53;
  bottom: 7px;
  right: 15px;
}

/**************************/
/*  書き方パーツ調整用クラス  */
/**************************/
/*表示・非表示 切り替え用 */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .tab-only {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .tab-only {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .pc-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}

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

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

/* margin-top スマホ */
@media screen and (max-width: 767px) {
  .sp-mt0 {
    margin-top: 0;
  }
  .sp-mt10 {
    margin-top: 1rem !important;
  }
  .sp-mt20 {
    margin-top: 2rem;
  }
  .sp-mt30 {
    margin-top: 3rem !important;
  }
  .sp-mt40 {
    margin-top: 4rem;
  }
  .sp-mt50 {
    margin-top: 5rem;
  }
  .sp-mt60 {
    margin-top: 6rem;
  }
  .sp-mt70 {
    margin-top: 7rem;
  }
  .sp-mt80 {
    margin-top: 8rem;
  }
  .sp-mt90 {
    margin-top: 9rem;
  }
  .sp-mt100 {
    margin-top: 10rem;
  }
}

/* margin-top タブレット */
@media screen and (min-width: 768px) {
  .tab-mt0 {
    margin-top: 0;
  }
  .tab-mt10 {
    margin-top: 1rem !important;
  }
  .tab-mt20 {
    margin-top: 2rem;
  }
  .tab-mt30 {
    margin-top: 3rem !important;
  }
  .tab-mt40 {
    margin-top: 4rem !important;
  }
  .tab-mt50 {
    margin-top: 5rem;
  }
  .tab-mt60 {
    margin-top: 6rem;
  }
  .tab-mt70 {
    margin-top: 7rem;
  }
  .tab-mt80 {
    margin-top: 8rem;
  }
  .tab-mt90 {
    margin-top: 9rem;
  }
  .tab-mt100 {
    margin-top: 10rem;
  }
}

/* margin-top パソコン */
@media screen and (min-width: 1024px) {
  .pc-mt0 {
    margin-top: 0;
  }
  .pc-mt10 {
    margin-top: 1rem;
  }
  .pc-mt20 {
    margin-top: 2rem;
  }
  .pc-mt30 {
    margin-top: 3rem;
  }
  .pc-mt40 {
    margin-top: 4rem;
  }
  .pc-mt50 {
    margin-top: 5rem;
  }
  .pc-mt60 {
    margin-top: 6rem;
  }
  .pc-mt70 {
    margin-top: 7rem;
  }
  .pc-mt80 {
    margin-top: 8rem;
  }
  .pc-mt90 {
    margin-top: 9rem;
  }
  .pc-mt100 {
    margin-top: 10rem;
  }
}

/* margin-bottom スマホ */
@media screen and (max-width: 767px) {
  .sp-mb0 {
    margin-bottom: 0;
  }
  .sp-mb10 {
    margin-bottom: 1rem;
  }
  .sp-mb20 {
    margin-bottom: 2rem;
  }
  .sp-mb30 {
    margin-bottom: 3rem;
  }
  .sp-mb40 {
    margin-bottom: 4rem;
  }
  .sp-mb50 {
    margin-bottom: 5rem;
  }
  .sp-mb60 {
    margin-bottom: 6rem;
  }
  .sp-mb70 {
    margin-bottom: 7rem;
  }
  .sp-mb80 {
    margin-bottom: 8rem;
  }
  .sp-mb90 {
    margin-bottom: 9rem;
  }
  .sp-mb100 {
    margin-bottom: 10rem;
  }
}

/* margin-bottom タブレット */
@media screen and (min-width: 768px) {
  .tab-mb0 {
    margin-bottom: 0;
  }
  .tab-mb10 {
    margin-bottom: 1rem;
  }
  .tab-mb20 {
    margin-bottom: 2rem;
  }
  .tab-mb30 {
    margin-bottom: 3rem;
  }
  .tab-mb40 {
    margin-bottom: 4rem;
  }
  .tab-mb50 {
    margin-bottom: 5rem;
  }
  .tab-mb60 {
    margin-bottom: 6rem;
  }
  .tab-mb70 {
    margin-bottom: 7rem;
  }
  .tab-mb80 {
    margin-bottom: 8rem;
  }
  .tab-mb90 {
    margin-bottom: 9rem;
  }
  .tab-mb100 {
    margin-bottom: 10rem;
  }
}

/* margin-bottom パソコン */
@media screen and (min-width: 1024px) {
  .pc-mb0 {
    margin-bottom: 0;
  }
  .pc-mb10 {
    margin-bottom: 1rem;
  }
  .pc-mb20 {
    margin-bottom: 2rem;
  }
  .pc-mb30 {
    margin-bottom: 3rem;
  }
  .pc-mb40 {
    margin-bottom: 4rem;
  }
  .pc-mb50 {
    margin-bottom: 5rem;
  }
  .pc-mb60 {
    margin-bottom: 6rem;
  }
  .pc-mb70 {
    margin-bottom: 7rem;
  }
  .pc-mb80 {
    margin-bottom: 8rem;
  }
  .pc-mb90 {
    margin-bottom: 9rem;
  }
  .pc-mb100 {
    margin-bottom: 10rem;
  }
}

/* letter-spacing */
.ls10 {
  letter-spacing: .01em;
}

.ls20 {
  letter-spacing: .02em;
}

.ls30 {
  letter-spacing: .03em;
}

.ls40 {
  letter-spacing: .04em;
}

.ls50 {
  letter-spacing: .05em;
}

.ls60 {
  letter-spacing: .06em;
}

.ls70 {
  letter-spacing: .07em;
}

.ls80 {
  letter-spacing: .08em;
}

.ls90 {
  letter-spacing: .09em;
}

.ls100 {
  letter-spacing: .1em;
}

.ls110 {
  letter-spacing: .11em;
}

.ls120 {
  letter-spacing: .12em;
}

.ls130 {
  letter-spacing: .13em;
}

.ls140 {
  letter-spacing: .14em;
}

.ls150 {
  letter-spacing: .15em;
}

.ls160 {
  letter-spacing: .16em;
}

.ls170 {
  letter-spacing: .17em;
}

.ls180 {
  letter-spacing: .18em;
}

.ls190 {
  letter-spacing: .19em;
}

.ls200 {
  letter-spacing: .2em;
}

/* line-height */
.lh10 {
  line-height: 1;
}

.lh11 {
  line-height: 1.1;
}

.lh12 {
  line-height: 1.2;
}

.lh13 {
  line-height: 1.3;
}

.lh14 {
  line-height: 1.4;
}

.lh15 {
  line-height: 1.5;
}

.lh16 {
  line-height: 1.6;
}

.lh17 {
  line-height: 1.7;
}

.lh18 {
  line-height: 1.8;
}

.lh19 {
  line-height: 1.9;
}

.lh20 {
  line-height: 2;
}

.section--feature {
  background-image: repeating-linear-gradient(90deg, #F5F5F5, #F5F5F5 1px, transparent 1px, transparent 15px), repeating-linear-gradient(0deg, #F5F5F5, #F5F5F5 1px, #fff 1px, #fff 15px);
  z-index: -1;
}

.section--model {
  background: #FAFAFA;
}

.section--model::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 100%;
  height: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#fafafa));
  background: linear-gradient(180deg, white 0%, #fafafa 100%);
}

.section--curriculum {
  background: #F0F5F8;
}

.feature-img {
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .feature-img {
    overflow: scroll;
    width: 100%;
    margin-top: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .feature-img img {
    height: 240px;
  }
}

@media screen and (min-width: 768px) {
  .feature-img img {
    width: 100%;
  }
}

.field-card-wrap {
  display: -ms-grid;
  display: grid;
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .field-card-wrap {
    -ms-grid-rows: 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
    gap: 2rem 0;
  }
}

@media screen and (min-width: 768px) {
  .field-card-wrap {
    gap: 0 3rem;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
}

.field-card {
  border: 1px solid #00324F;
  padding: 2rem;
}

.future-career-path {
  position: relative;
}

.future-career-path__txt {
  display: block;
  margin: 9.5rem auto 10.5rem;
  max-width: 900px;
  width: 100%;
  text-align: center;
  border: #00324F 1px solid;
  padding: 1rem;
  font-size: 2.4rem;
  font-weight: bold;
  background: #fff;
  -webkit-box-shadow: -5px 5px 0px #D0DBE5;
          box-shadow: -5px 5px 0px #D0DBE5;
  z-index: 1;
}

.future-career-path__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  content: '';
  width: 37px;
  height: 220px;
  background: url(../course/images/future-career-path_arrow.svg);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.course-wrap {
  width: 100%;
}

.cource-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .cource-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 78px;
  }
}

.cource-card__icon {
  background: #00324F;
  height: 118px;
  padding: 1.5rem;
  text-align: center;
  width: 100%;
}

.cource-card__icon img {
  width: auto;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .cource-card__icon {
    width: 78px;
    height: 100%;
  }
}

.cource-card__box {
  padding: 2rem 1.5rem;
  font-size: 1.6rem;
  font-weight: bold;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .cource-card__text {
    line-height: 1.5;
    font-size: 1.4rem;
  }
}

.outside {
  list-style: none;
  display: -ms-grid;
  display: grid;
  gap: 4rem;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  max-width: 730px;
  margin: 4rem auto 0;
}

@media screen and (max-width: 767px) {
  .outside {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.outside__item {
  display: block;
  position: relative;
  height: 48px;
  background: #F0F5F8;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  -webkit-box-shadow: 5px 5px 10px rgba(69, 69, 69, 0.16);
          box-shadow: 5px 5px 10px rgba(69, 69, 69, 0.16);
}

.outside__item::after {
  content: "\e900";
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-size: 1.7rem;
  color: #00324F;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.outside__link {
  position: absolute;
  display: block;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  color: #00324F;
  padding: 1.2rem 3.5rem;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

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

.tab-panel {
  margin-top: 4rem;
}

.tab-group {
  display: -ms-grid;
  display: grid;
  gap: 0 .5rem;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .tab-group {
    gap: 0 1.5rem;
  }
}

.tab {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 10px;
  list-style: none;
  text-align: center;
  -webkit-box-shadow: -2px 5px 13px rgba(0, 0, 0, 0.15);
          box-shadow: -2px 5px 13px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  font-size: 1.3rem;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .tab {
    font-size: 1.5rem;
  }
}

.tab-name-en {
  font-weight: bold;
  font-size: 2rem;
  font-family: "Inter", sans-serif;
}

@media screen and (min-width: 768px) {
  .tab-name-en {
    font-size: 2.4rem;
  }
}

.panel-group {
  margin-top: 4rem;
}

.panel {
  display: none;
}

.tab.is-active {
  background: #00324F;
  color: #FFF;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.panel.is-show {
  display: block;
}

/* モーダルウィンドウ */
.modal-window {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 308px;
  z-index: 10;
  display: none;
}

.modal-open {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  width: 100%;
  padding: 1em;
  -webkit-box-shadow: 5px 5px 10px rgba(69, 69, 69, 0.15);
          box-shadow: 5px 5px 10px rgba(69, 69, 69, 0.15);
}

.modal-open--info {
  background: #F2D7D4;
}

.modal-open--science {
  background: #D0ECFD;
}

.modal-open--economics {
  background: #E3F5C4;
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #4B758E;
  cursor: pointer;
}

.modal-close::before, .modal-close::after {
  position: absolute;
  top: 50%;
  display: inline-block;
  content: "";
  width: 30px;
  height: 2px;
}

.modal-close::before {
  left: 5px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.modal-close::after {
  right: 5px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(80, 123, 145, 0.2)), to(rgba(1, 40, 62, 0.83)));
  background: linear-gradient(0deg, rgba(80, 123, 145, 0.2) 0%, rgba(1, 40, 62, 0.83) 100%);
  width: 100%;
  height: 100%;
  z-index: 10;
}

.field-card {
  border: 1px solid #00324F;
  -webkit-box-shadow: -8px 8px 0 #d0dbe5;
          box-shadow: -8px 8px 0 #d0dbe5;
  padding: 2rem;
}

.field-card--info {
  background: #FFF5F4;
}

.field-card--info .modal-close::before, .field-card--info .modal-close::after {
  background: #FFF5F4;
}

.field-card--science {
  background: #F0F5F8;
}

.field-card--science .modal-close::before, .field-card--science .modal-close::after {
  background: #F0F5F8;
}

.field-card--economics {
  background: #F6FAEF;
}

.field-card--economics .modal-close::before, .field-card--economics .modal-close::after {
  background: #F6FAEF;
}

.field-card__desc {
  line-height: 1.8;
}

/* Slider */
.slick-slider {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow {
  position: absolute;
  top: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 48px;
  color: #00324F;
  background: #fff;
  cursor: pointer;
  outline: 0;
  z-index: 1;
  -webkit-transition: .4s ease-out;
  transition: .4s ease-out;
}

.slick-arrow.slick-prev {
  left: 0;
}

.slick-arrow.slick-prev:before {
  display: inline-block;
  content: "\e902";
  font-family: "icomoon";
  font-weight: normal;
  color: #00324F;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  font-size: 2rem;
  line-height: 40px;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  z-index: 1;
}

.slick-arrow.slick-next {
  left: 70px;
}

.slick-arrow.slick-next:before {
  display: inline-block;
  content: "\e902";
  font-family: "icomoon";
  font-weight: normal;
  color: #00324F;
  font-size: 2rem;
  line-height: 40px;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  z-index: 1;
}

.slick-arrow.slider-prev {
  left: 20px;
}

.slick-arrow.slider-prev::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.slick-arrow.slider-next {
  right: 20px;
}

.slick-dots {
  position: absolute;
  left: 50%;
  bottom: 30px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  z-index: 15;
}

.slick-dots li + li {
  margin-left: 7px;
}

@media screen and (min-width: 768px) {
  .slick-dots li + li {
    margin-left: 10px;
  }
}

.slick-dots button {
  position: relative;
  display: block;
  width: 7px;
  height: 7px;
  background: #D9D9D9;
  border-radius: 50%;
  white-space: nowrap;
  font-size: 0px;
  text-indent: 100%;
  overflow: hidden;
  outline: 0;
  cursor: pointer;
}

.slick-dots .slick-active button {
  background: #31627F;
}

.slick-dots .slick-active button:before {
  opacity: 1;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*********************/
/*  見出し  */
/*********************/
.dialogue-img-wrap {
  margin-top: 3rem;
}

@media screen and (min-width: 768px) {
  .dialogue-img-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 4rem;
  }
}

.dialogue-img {
  width: 100%;
  height: auto;
}

.member-card-wrap {
  margin-top: 4rem;
}

@media screen and (min-width: 768px) {
  .member-card-wrap {
    margin-top: 2.5rem;
  }
}

.member-card__thumbnail, .member-card__title, .member-card__position, .member-card__name {
  display: block;
}

.member-card__img {
  width: 100%;
  height: 100%;
}

.member-card__title {
  border-left: 2px solid #00324F;
  line-height: 1.5;
  padding-left: 1rem;
  margin-top: 8px;
}

.member-card__position {
  font-size: 1.2rem;
  font-weight: bold;
}

.member-card__box {
  margin-top: 1rem;
}

.member-card__content {
  font-size: 1.3rem;
  font-weight: 500;
}

.member-card__annotation {
  font-size: 1.1rem;
  font-weight: 500;
  margin-top: 6px;
}

:root {
  font-size: 62.5%;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?vg6ec6");
  src: url("../fonts/icomoon.eot?vg6ec6#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?vg6ec6") format("truetype"), url("../fonts/icomoon.woff?vg6ec6") format("woff"), url("../fonts/icomoon.svg?vg6ec6#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MeiseiSans';
  font-style: normal;
  font-weight: 400;
  src: url(https://www.meisei-u.ac.jp/cd/font/MeiseiSansSubset-Regular.woff2) format("woff2"), url(https://www.meisei-u.ac.jp/cd/font/MeiseiSansSubset-Regular.woff) format("woff");
}

@font-face {
  font-family: 'MeiseiSans';
  font-style: bold;
  font-weight: 700;
  src: url(https://www.meisei-u.ac.jp/cd/font/MeiseiSansSubset-Bold.woff2) format("woff2"), url(https://www.meisei-u.ac.jp/cd/font/MeiseiSansSubset-Bold.woff) format("woff");
}

body {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: .03em;
  font-family: 'MeiseiSans', noto-sans-cjk-jp, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  color: #00324F;
  -webkit-font-feature-settings: "halt";
          font-feature-settings: "halt";
  -webkit-font-smoothing: antialiased;
  font-display: swap;
  text-align: justify;
}

.main {
  position: relative;
  z-index: 0;
}

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

.clearfix {
  clear: both;
}

:focus {
  outline: 0;
}

.alignleft,
.alignright,
.aligncenter {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1em auto;
}

@media screen and (min-width: 768px) {
  .alignleft {
    float: left;
    margin: 0 2em 0 0;
  }
}

@media screen and (min-width: 768px) {
  .alignright {
    float: right;
    margin: 0 0 0 2em;
  }
}

img.aligncenter {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  img.aligncenter {
    margin: 2em auto;
  }
}

.txt-link {
  color: #6d242e;
}

small,
.small {
  color: #6d242e;
  font-family: Hiragino Kaku Gothic ProN;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  small,
  .small {
    font-size: 1.6rem;
  }
}

hr {
  border-top: solid 3px #E2D3D5;
  margin: 2.5rem 0 3rem;
}

@media screen and (min-width: 1024px) {
  hr {
    margin: 5rem 0 3rem;
  }
}

.no-scroll {
  overflow: hidden;
}
