@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: bottom;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  width: auto;
  height: auto;
}

input[type=submit],
input[type=button],
button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
button::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus,
button::focus {
  outline-offset: -2px;
}

@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("/cias2/font/ZenKakuGothicNew-Regular.ttf");
  font-weight: normal;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("/cias2/font/ZenKakuGothicNew-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("/cias2/font/ZenKakuGothicNew-Bold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: "Rajdhani";
  src: url("/cias2/font/Rajdhani-Regular.ttf");
  font-weight: normal;
}
@font-face {
  font-family: "Rajdhani";
  src: url("/cias2/font/Rajdhani-Medium.ttf");
  font-weight: bold;
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
html {
  font-size: 62.5%;
}
html.hidden {
  overflow: hidden;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #595757;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
body.hidden {
  -ms-touch-action: none;
      touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  /* Other browsers */
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

a {
  color: #595757;
}
@media (min-width: 769px) {
  a {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

@media (max-width: 768px) {
  .l-header.home-sticky {
    position: sticky;
  }
}
.l-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  background: #fff;
  padding: 0.8rem 5rem 0.8rem 4.6rem;
  -webkit-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
}
@media (max-width: 1140px) and (min-width: 769px) {
  .l-header {
    padding: 0.8rem 1rem;
  }
}
@media (max-width: 768px) {
  .l-header {
    padding: 1rem 2.2rem 0.9rem 2rem;
  }
}
@media (min-width: 769px) {
  .l-header--home {
    padding: 1.8rem 5rem 1.8rem 4.6rem;
  }
  .l-header--home .l-header__logo {
    width: 286px;
  }
}
@media (max-width: 768px) {
  .l-header--home.fixed {
    position: fixed;
  }
}
.l-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__logo {
  width: 20.7rem;
}
@media (min-width: 769px) {
  .l-header__logo-link:hover {
    opacity: 0.7;
  }
}
@media (max-width: 1200px) and (min-width: 1141px) {
  .l-header__logo {
    max-width: calc(100% - 81rem);
  }
}
@media (max-width: 1140px) and (min-width: 769px) {
  .l-header__logo {
    max-width: calc(100% - 59rem);
  }
}
@media (max-width: 768px) {
  .l-header__logo {
    width: 16rem;
  }
}
@media (min-width: 769px) {
  .l-header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 768px) {
  .l-header__menu {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 100vh;
    overflow: auto;
    background: #888b90;
    padding: 0.9rem 0rem 10rem;
  }
}
@media (max-width: 768px) {
  .l-header__menu-logo {
    margin-left: 2rem;
  }
  .l-header__menu-logo img {
    max-width: 250px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .l-header__close {
    position: absolute;
    right: 2rem;
    top: 3rem;
    width: 2.6rem;
    height: 2.6rem;
    cursor: pointer;
  }
  .l-header__close:before, .l-header__close:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
  }
  .l-header__close:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .l-header__close:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-header__nav.nav-top {
  border: none;
}
.l-header__nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  position: relative;
  height: 100%;
}
@media (min-width: 769px) {
  .l-header__nav {
    padding-top: 0.5rem;
    gap: 4.8rem;
    margin-right: 5.2rem;
  }
  .l-header__nav-link {
    padding-bottom: 0.5rem;
  }
  .l-header__nav-link:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #595757;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .l-header__nav-link.current {
    color: #bb0227;
  }
  .l-header__nav-link.current path,
  .l-header__nav-link.current polygon,
  .l-header__nav-link.current line,
  .l-header__nav-link.current polyline,
  .l-header__nav-link.current rect {
    stroke: #bb0227;
  }
  .l-header__nav-link.current:after {
    width: 100%;
    background: #bb0227;
  }
  .l-header__nav-link:hover:after {
    width: 100%;
  }
  .l-header__nav-ic {
    width: 2.4rem;
  }
}
@media (max-width: 1140px) and (min-width: 769px) {
  .l-header__nav {
    gap: 2rem;
    margin-right: 2rem;
  }
  .l-header__nav-link {
    font-size: 1.2rem;
  }
  .l-header__nav-ic svg {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media (max-width: 768px) {
  .l-header__nav {
    width: 315px;
    margin: 80px auto 0;
    text-align: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 34px;
  }
  .l-header__nav-item {
    width: 33%;
  }
  .l-header__nav-item:nth-of-type(n+4) {
    margin-top: 6rem;
  }
  .l-header__nav-link {
    font-family: 1.4rem;
    line-height: 1.2857142857;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-header__nav-ic {
    height: 2.4rem;
    margin-bottom: 0.8rem;
  }
  .l-header__nav-ic svg {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  .l-header__nav-ic path,
  .l-header__nav-ic polygon,
  .l-header__nav-ic line,
  .l-header__nav-ic polyline,
  .l-header__nav-ic rect {
    stroke: #fff;
    fill: #888b90;
  }
}
@media (max-width: 768px) {
  .l-header__contact {
    width: 315px;
    margin: 0 auto;
    padding-top: 27px;
    text-align: center;
    border-top: solid 1px #fff;
  }
  .l-header__contact-link {
    color: #fff;
    font-size: 1.5rem;
    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;
  }
  .l-header__contact-link img {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
@media (max-width: 768px) {
  .l-header__sns {
    margin-top: 45px;
    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;
    gap: 1.2rem;
  }
  .l-header__sns img {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}
@media (min-width: 769px) {
  .l-header__search {
    border: solid 1px #595757;
    border-radius: 50%;
    width: 4rem;
    height: 4rem;
    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;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .l-header__search img {
    width: 1.8rem;
  }
  .l-header__search:hover {
    opacity: 0.7;
  }
}
@media (max-width: 768px) {
  .l-header__search {
    width: 315px;
    max-width: 100%;
    margin: 65px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: solid 1px #fff;
  }
  .l-header__search-input {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    font-family: "Zen Kaku Gothic New", sans-serif;
    border: none;
    outline: none;
    background: transparent;
    color: #c9caca;
    font-size: 1.4rem;
    font-weight: normal;
    text-align: left;
    padding: 1rem 0;
  }
  .l-header__search-input::-webkit-input-placeholder {
    color: #c9caca;
  }
  .l-header__search-input::-moz-placeholder {
    color: #c9caca;
  }
  .l-header__search-input:-ms-input-placeholder {
    color: #c9caca;
  }
  .l-header__search-input::-ms-input-placeholder {
    color: #c9caca;
  }
  .l-header__search-input::placeholder {
    color: #c9caca;
  }
  .l-header__search-btn {
    width: 1.6rem;
    background: url(/cias2/img/common/ic_search_wh.png) center/contain no-repeat;
  }
}
.l-header__trigger {
  width: 24px;
  cursor: pointer;
}
.l-header__sub {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #a7a9aa;
  padding: 0 10px;
}
@media (max-width: 768px) {
  .l-header__sub {
    display: none;
  }
}
.l-header__sub-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.2rem;
}
@media (max-width: 1080px) {
  .l-header__sub-nav {
    gap: 1.8rem;
  }
}
.l-header__sub-link {
  display: block;
  font-size: 1.4rem;
  color: #fff;
  padding: 1.3rem 0;
  position: relative;
}
.l-header__sub-link:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #bb0227;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.l-header__sub-link.current {
  color: #bb0227;
}
.l-header__sub-link.current:after {
  width: 100%;
}
@media (min-width: 769px) {
  .l-header__sub-link:hover:after {
    width: 100%;
  }
}
.l-header .header__spsub {
  display: none;
}
@media (max-width: 768px) {
  .l-header .l-header__nav.nav-bottom {
    margin-top: 0;
  }
  .l-header .l-header__nav.nav-bottom li {
    margin-top: 3rem;
  }
  .l-header .l-header__sub-nav {
    display: none;
  }
  .l-header .header__spsub {
    position: relative;
    width: 100%;
    display: block;
    background-color: #eff0f1;
    padding: 0 25px;
    font-size: 1.4rem;
    color: #878a8f;
    display: none;
  }
  .l-header .header__spsub li + li {
    border-top: 1px solid #c8c8c9;
  }
  .l-header .header__spsub li a {
    display: block;
    padding: 20px 0;
    text-align: center;
  }
  .l-header #sub-news.active,
  .l-header #sub-about.active,
  .l-header #sub-career.active,
  .l-header #sub-admission.active {
    display: block;
  }
  .l-header .l-header__nav-item {
    position: relative;
  }
  .l-header .l-header__nav-item.news a, .l-header .l-header__nav-item.about a, .l-header .l-header__nav-item.career a, .l-header .l-header__nav-item.admission a {
    pointer-events: none;
    cursor: pointer;
    position: relative;
  }
  .l-header .l-header__nav-item.news::before, .l-header .l-header__nav-item.about::before, .l-header .l-header__nav-item.career::before, .l-header .l-header__nav-item.admission::before {
    content: "";
    width: 75%;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    bottom: -11px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .l-header .l-header__nav-item.admission::before {
    bottom: 4px;
  }
  .l-header .l-header__menu {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    display: block;
  }
  .l-header.open .l-header__menu {
    opacity: 1;
    visibility: visible;
  }
  .l-header.open .l-header__nav-item.active.news::after, .l-header.open .l-header__nav-item.active.about::after, .l-header.open .l-header__nav-item.active.career::after, .l-header.open .l-header__nav-item.active.admission::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 16px solid transparent;
    border-left: 16px solid transparent;
    border-bottom: 14px solid #eff0f1;
    border-top: 0;
    position: absolute;
    bottom: -37px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .l-header.open .l-header__nav-item.active.news::after {
    left: 35%;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .l-header.open .l-header__nav-item.active.career::after {
    left: 35%;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .l-header.open .l-header__nav-item.active.admission::after {
    left: 35%;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

.l-main {
  padding: 170px 0 65px;
}
@media (max-width: 768px) {
  .l-main {
    padding: 60px 0 40px;
  }
}
.l-main--home {
  padding: 0 0 86px;
}
@media (max-width: 768px) {
  .l-main--home {
    padding: 0;
  }
}

.l-footer {
  position: relative;
  background: #4d4c4d;
  padding: 3.4rem 4.6rem 4.6rem;
  color: #fff;
}
@media (max-width: 768px) {
  .l-footer {
    text-align: center;
    padding: 10rem 2rem 2.7rem;
  }
}
.l-footer__logo {
  width: 230px;
}
@media (max-width: 768px) {
  .l-footer__logo {
    width: 20.2rem;
    margin: 0 auto;
  }
}
.l-footer__sns {
  margin-top: 2.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.2rem;
}
.l-footer__sns img {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
@media (min-width: 769px) {
  .l-footer__sns-link:hover {
    opacity: 0.7;
  }
}
@media (max-width: 768px) {
  .l-footer__sns {
    margin-top: 28px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-footer__row {
  margin-top: -2.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1140px) {
  .l-footer__row {
    margin-top: 34px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-footer__copyright {
  margin-right: auto;
  font-family: "Rajdhani", sans-serif;
  font-weight: normal;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
}
@media (max-width: 1140px) {
  .l-footer__copyright {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 768px) {
  .l-footer__copyright {
    margin-top: 50px;
  }
}
.l-footer__contact-link {
  color: #fff;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3rem;
}
.l-footer__contact-link img {
  width: 1.9rem;
}
@media (min-width: 769px) {
  .l-footer__contact {
    margin: 0 3% -0.3rem 0;
  }
  .l-footer__contact-link:hover {
    text-decoration: underline;
  }
}
.l-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.8rem;
}
.l-footer__nav-link {
  color: #d3d3d4;
  font-size: 1.4rem;
}
@media (min-width: 769px) {
  .l-footer__nav {
    margin-right: 7%;
  }
  .l-footer__nav-link:hover {
    text-decoration: underline;
  }
}
@media (max-width: 1140px) {
  .l-footer__nav {
    width: 100%;
    margin: 45px auto 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 768px) {
  .l-footer__nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.1rem 2.5rem;
  }
}
.l-footer__pagetop {
  position: relative;
  text-align: center;
  cursor: pointer;
  display: inline-block;
}
.l-footer__pagetop:before {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  background: #fff;
  border-radius: 50%;
  position: relative;
  top: 0;
  left: calc(50% - 2rem);
}
.l-footer__pagetop:after {
  content: "";
  display: block;
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  border-top: solid 1px #595757;
  border-left: solid 1px #595757;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 1.7rem;
  left: calc(50% - 0.6rem);
}
.l-footer__pagetop-txt {
  display: block;
  margin-top: 0.9rem;
  font-family: "Rajdhani", sans-serif;
  font-weight: bold;
  font-size: 1.1rem;
  color: #fff;
}
@media (min-width: 769px) {
  .l-footer__pagetop {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .l-footer__pagetop:hover {
    opacity: 0.7;
  }
}
@media (max-width: 1140px) {
  .l-footer__pagetop {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 27px;
  }
}
@media (max-width: 768px) {
  .l-footer__pagetop {
    margin-top: 0;
    position: absolute;
    top: 15px;
    right: 15px;
  }
}

.l-container {
  width: 1120px;
  max-width: 90%;
  margin: 0 auto;
}
.l-container--wide {
  width: 1220px;
}
.l-container--narrow {
  width: 740px;
}
.l-container--narrow-max100 {
  width: 740px;
  max-width: 100%;
}
.l-container--narrow02 {
  width: 1050px;
}
.l-container--narrow03 {
  width: 1000px;
}

.l-news {
  position: relative;
}
.l-news__search {
  position: absolute;
  font-size: 1.4rem;
  right: 0;
  top: -5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.l-news__search img {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
@media (min-width: 769px) {
  .l-news__search {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .l-news__search:hover {
    opacity: 0.7;
  }
}
@media (min-width: 769px) {
  .l-news__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 769px) {
  .l-news__item {
    width: calc((100% - 140px) / 4);
    margin-right: 46.6666666667px;
  }
  .l-news__item:nth-of-type(4n) {
    margin-right: 0;
  }
  .l-news__item:nth-of-type(n+5) {
    margin-top: 96px;
  }
}
@media (max-width: 768px) {
  .l-news__item:nth-of-type(n+2) {
    margin-top: 25px;
  }
}
.l-news__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 769px) {
  .l-news__item-link {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-news__item-link:hover {
    opacity: 0.7;
  }
}
@media (max-width: 768px) {
  .l-news__item-link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.l-news__item-img {
  height: 21rem;
}
.l-news__item-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
}
@media (max-width: 768px) {
  .l-news__item-img {
    width: 40%;
    height: 10.6rem;
  }
}
.l-news__item-tags {
  margin-top: 1.2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 1.2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 5px;
}
@media (max-width: 768px) {
  .l-news__item-tags {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-top: 0.7rem;
  }
}
.l-news__item-col {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 769px) {
  .l-news__item-col {
    margin-top: 0.6rem;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (max-width: 768px) {
  .l-news__item-col {
    width: 56%;
  }
}
.l-news__item-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.375;
}
.l-news__item-date {
  margin-top: 1.5rem;
  font-size: 1.2rem;
}
.l-news__item-arrow {
  position: relative;
  text-align: right;
  padding: 2px 18px;
}
.l-news__item-arrow:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: #595757;
}
.l-news__item-arrow:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: calc(50% - 3px);
  width: 6px;
  height: 6px;
  border-top: solid 1px #595757;
  border-right: solid 1px #595757;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-news__item-arrow-read {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  letter-spacing: 0.1em;
  background: #eff2f4;
  padding: 2px 5px;
}
@media (max-width: 768px) {
  .l-news__item-arrow {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}

.l-pagination {
  margin-top: 142px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.3rem;
}
@media (max-width: 768px) {
  .l-pagination {
    gap: 1rem;
    margin-top: 27px;
  }
}
.l-pagination ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.3rem;
}
@media (max-width: 768px) {
  .l-pagination ol {
    gap: 1rem;
  }
}
.l-pagination li span,
.l-pagination li a {
  text-align: center;
  display: block;
  width: 4.9rem;
  height: 4.9rem;
  line-height: 4.9rem;
  border-radius: 50%;
  border: solid 1px #595757;
  font-weight: 0;
}
.l-pagination li span {
  background: #595757;
  color: #fff;
}
.l-pagination li a {
  background: #fff;
}
@media (min-width: 769px) {
  .l-pagination li a {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .l-pagination li a:hover {
    background: #595757;
    color: #fff;
  }
}
@media (max-width: 768px) {
  .l-pagination li span,
  .l-pagination li a {
    width: 2.4rem;
    height: 2.4rem;
    line-height: 2.4rem;
    font-size: 0.9rem;
    font-weight: 0;
  }
}
.l-pagination li.current a {
  background: #595757;
  color: #fff;
}
.l-pagination p.none {
  display: none;
}
.l-pagination p a {
  text-align: center;
  display: block;
  width: 4.9rem;
  height: 4.9rem;
  line-height: 4.9rem;
  border-radius: 50%;
  font-size: 0;
  background: #fff;
  position: relative;
  border-radius: 50%;
  border: solid 1px #595757;
  font-size: 0;
}
@media (max-width: 768px) {
  .l-pagination p a {
    width: 2.4rem;
    height: 2.4rem;
    line-height: 2.4em;
  }
}
.l-pagination__arrow--prev a::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 0.8rem;
  height: 0.8rem;
  border-top: solid 1px #595757;
  border-right: solid 1px #595757;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  left: 2.1rem;
}
@media (max-width: 768px) {
  .l-pagination__arrow--prev a::after {
    width: 0.4rem;
    height: 0.4rem;
    left: 1rem;
  }
}
.l-pagination__arrow--first a::before {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background-color: #595757;
  position: absolute;
  left: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .l-pagination__arrow--first a::before {
    left: 8px;
    height: 7px;
  }
}
.l-pagination__arrow--first a::after {
  content: "";
  display: block;
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 10px solid #555555;
  border-left: 0;
}
@media (max-width: 768px) {
  .l-pagination__arrow--first a::after {
    top: 50%;
    right: 7px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 6px solid #555555;
  }
}
.l-pagination__arrow--next a {
  position: relative;
  border-radius: 50%;
  border: solid 1px #595757;
  font-size: 0;
}
.l-pagination__arrow--next a::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 0.8rem;
  height: 0.8rem;
  border-top: solid 1px #595757;
  border-right: solid 1px #595757;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 2.1rem;
}
@media (max-width: 768px) {
  .l-pagination__arrow--next a::after {
    width: 0.4rem;
    height: 0.4rem;
    right: 1rem;
  }
}
.l-pagination__arrow--last a::after {
  content: "";
  display: block;
  position: absolute;
  right: 18px;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #595757;
  border-right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .l-pagination__arrow--last a::after {
    right: 1rem;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #595757;
  }
}
.l-pagination__arrow--last a::before {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background-color: #595757;
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .l-pagination__arrow--last a::before {
    right: 8px;
    height: 7px;
  }
}

.l-pagination-detail {
  margin-top: 10px;
  text-align: center;
  padding: 0 100px;
  position: relative;
}
.l-pagination-detail__arrow {
  position: absolute;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  top: calc(50% - 1rem);
}
.l-pagination-detail__arrow:before {
  content: "";
  display: block;
  position: absolute;
  width: 22px;
  top: 50%;
  height: 1px;
  background: #595757;
}
.l-pagination-detail__arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 3px);
  width: 6px;
  height: 6px;
  border-top: solid 1px #595757;
  border-right: solid 1px #595757;
}
.l-pagination-detail__arrow--prev {
  padding-left: 30px;
  left: 0;
}
.l-pagination-detail__arrow--prev:before {
  left: 0;
}
.l-pagination-detail__arrow--prev:after {
  left: 0;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.l-pagination-detail__arrow--next {
  right: 0;
  padding-right: 30px;
}
.l-pagination-detail__arrow--next:before {
  right: 0;
}
.l-pagination-detail__arrow--next:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 0;
}
@media (min-width: 769px) {
  .l-pagination-detail__arrow:hover {
    text-decoration: underline;
  }
}

.l-ac {
  border-top: solid 1px #595757;
  margin-top: 40px;
}
.l-ac__item {
  border-bottom: solid 1px #595757;
}
.l-ac__trigger {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: bold;
  padding: 1.9rem 2rem 1.9rem 0;
  position: relative;
  cursor: pointer;
}
.l-ac__trigger:before, .l-ac__trigger:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 12px;
  height: 1px;
  background: #595757;
}
.l-ac__trigger:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.l-ac__trigger.active {
  color: #757cbb;
}
.l-ac__trigger.active:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  background: #757cbb;
}
@media (min-width: 769px) {
  .l-ac__trigger:hover {
    color: #757cbb;
  }
}
.l-ac__content {
  display: none;
  padding-bottom: 40px;
}
.l-ac--br .l-ac__trigger.active {
  color: #8e7c13;
}
.l-ac--br .l-ac__trigger.active:after {
  background: #8e7c13;
}
@media (min-width: 769px) {
  .l-ac--br .l-ac__trigger:hover {
    color: #8e7c13;
  }
}

.l-faci dt {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: bold;
  padding: 1.9rem 2rem 1.9rem 0;
}
.l-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .l-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-row--curriculum {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .l-row--curriculum {
    gap: 12px;
  }
}
.l-row--curriculum .l-row__col--right {
  width: 49rem;
}
.l-row--curriculum .l-row__col-ttl {
  font-size: min(3.125vw, 3.8rem);
  line-height: 1.75;
  letter-spacing: 0.15em;
}
@media (max-width: 1080px) {
  .l-row--curriculum .l-row__col-ttl {
    font-size: 3rem;
  }
}
.l-row--curriculum .l-row__col-txt {
  font-size: 1.6rem;
  line-height: 2;
}
.l-row--curriculum .l-row__col-btn {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .l-row--curriculum .l-row__col--right {
    width: 100%;
  }
  .l-row--curriculum .l-row__col-ttl {
    font-size: 2rem;
    line-height: 1.5;
  }
  .l-row--curriculum .l-row__col-txt {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
.l-row--article {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .l-row--article {
    gap: 12px;
  }
}
.l-row--article .l-row__col--right {
  width: 49rem;
}
.l-row--article .l-row__col-ttl {
  font-size: 4rem;
  line-height: 1.75;
  letter-spacing: 0.15em;
}
.l-row--article .l-row__col-txt {
  font-size: 1.6rem;
  line-height: 2;
}
.l-row--article .l-row__col-btn {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .l-row--article .l-row__col--right {
    width: 100%;
  }
  .l-row--article .l-row__col-ttl {
    font-size: 2rem;
    line-height: 1.5;
  }
  .l-row--article .l-row__col-txt {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}

.curriculum-flex {
  gap: 80px;
}
@media (max-width: 1080px) {
  .curriculum-flex .left-br {
    display: none;
  }
}
@media (max-width: 599px) {
  .curriculum-flex .left-br {
    display: block;
  }
}
@media (max-width: 1080px) {
  .curriculum-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.curriculum-flex .l-row__col--left {
  width: calc(100% - (49rem + 80px));
  width: calc((100% - 80px) / 2);
}
@media (max-width: 1080px) {
  .curriculum-flex .l-row__col--left {
    width: 100%;
  }
}
.curriculum-flex .l-row__col--right {
  width: calc((100% - 80px) / 2);
}
@media (max-width: 1080px) {
  .curriculum-flex .l-row__col--right {
    width: 100%;
  }
}

.l-article {
  margin-top: 83px;
}
@media (max-width: 768px) {
  .l-article {
    margin-top: 37px;
  }
}
.l-article__low {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .l-article__low {
    gap: 12px;
  }
}
.l-article__intro-row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media (max-width: 768px) {
  .l-article__intro-row {
    -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;
    gap: 28px;
  }
}
.l-article__intro-col--left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.l-article__intro-col-name {
  margin-top: 44px;
}
.l-article__intro-col-name .jp {
  display: block;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
}
.l-article__intro-col-name .en {
  display: block;
  margin-top: 1rem;
  color: #8e7c13;
  font-size: 1rem;
  letter-spacing: 0.1em;
}
.l-article__intro-col-lead {
  margin-top: 2.8rem;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
.l-article__intro-col-txt {
  font-size: 1.6rem;
  line-height: 2;
}
.l-article__intro-col-txt + .l-article__intro-col-txt {
  margin-top: 2em;
}
@media (max-width: 768px) {
  .l-article__intro-col-img {
    width: 151px;
    margin: 0 auto;
  }
  .l-article__intro-col-name {
    margin-top: 18px;
  }
  .l-article__intro-col-name .jp {
    font-size: 1.8rem;
  }
  .l-article__intro-col-name .en {
    margin-top: 0.6rem;
  }
  .l-article__intro-col-lead {
    margin-top: 0.9rem;
    font-size: 1.4rem;
  }
  .l-article__intro-col-txt {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
  .l-article__intro-col-txt + .l-article__intro-col-txt {
    margin-top: 1.8em;
  }
}
.l-article .border-title {
  border-bottom: dashed 1px #595757;
  padding-bottom: 5px;
}
.l-article .border-title + .float p {
  margin-top: 5px;
}
.l-article .border-title + .float h4 {
  margin-top: 20px;
}
@media (max-width: 599px) {
  .l-article .border-title + .float .float__img {
    float: none;
    margin-left: 0;
    width: 100%;
    max-width: 100%;
  }
  .l-article .border-title + .float .float__img img {
    max-width: auto;
  }
}
.l-article .c-ttl--22 {
  margin-top: 60px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .l-article .c-ttl--22 {
    margin-top: 40px;
  }
}
.l-article .c-ttl--20 {
  margin-top: 40px;
  margin-bottom: 5px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .l-article .c-ttl--20 {
    margin-top: 20px;
  }
}
.l-article .c-ttl--20 + .c-ttl--18 {
  margin-top: 20px;
}
.l-article .c-ttl--18 {
  margin-top: 40px;
  line-height: 1.4;
}
.l-article__sec {
  margin-top: 80px;
  word-break: break-all;
}
.l-article__sec-ttl {
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.2307692308;
  padding-bottom: 1.7rem;
  border-bottom: solid 1px #595757;
  margin-top: 80px;
  margin-bottom: 40px;
}
.l-article__sec-ttl + .l-article__sec-txt {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .l-article__sec-ttl {
    margin-top: 60px;
    font-size: 1.8rem;
  }
}
.l-article__sec-txt {
  font-size: 1.6rem;
  line-height: 2;
}
.l-article__sec-txt .ic {
  margin-right: 1em;
}
.l-article__sec-txt .ic img {
  vertical-align: middle;
}
.l-article__sec-txt + .l-article__sec-txt {
  margin-top: 2em;
}
.l-article__sec-txt + h3, .l-article__sec-txt + h4, .l-article__sec-txt + h5, .l-article__sec-txt + h6 {
  margin-top: 72px;
}
.l-article__sec-txt + .l-article__img {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .l-article__sec-txt {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
  .l-article__sec-txt + .p-article__img {
    margin-top: 20px;
  }
}
.l-article__sec h3 + p,
.l-article__sec h4 + p,
.l-article__sec h5 + p,
.l-article__sec h6 + p {
  margin-top: 20px;
}
.l-article__sec h3 + .l-ac,
.l-article__sec h4 + .l-ac,
.l-article__sec h5 + .l-ac,
.l-article__sec h6 + .l-ac {
  margin-top: 28px;
}
@media (max-width: 768px) {
  .l-article__sec h3 + p,
  .l-article__sec h4 + p,
  .l-article__sec h5 + p,
  .l-article__sec h6 + p {
    margin-top: 10px;
  }
}
.l-article__img {
  text-align: center;
}
.l-article__img--inlineFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-article__img--inlineFlex img {
  width: calc((100% - 5px) / 2);
  -o-object-fit: contain;
     object-fit: contain;
}
.l-article__img--inlineFlex .l-article__cap {
  width: 100%;
}
.l-article__img--col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-article__img + .l-article__row {
  margin-top: 60px;
}
.l-article__img + .l-article__img {
  margin-top: 60px;
}
.l-article__img + .l-article__ac {
  margin-top: 97px;
}
.l-article__img + .l-article__sec-txt {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .l-article__img + .l-article__row {
    margin-top: 14px;
  }
  .l-article__img + .l-article__img {
    margin-top: 30px;
  }
  .l-article__img + .l-article__ac {
    margin-top: 60px;
  }
}
.l-article__cap {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.2857142857;
  text-align: left;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .l-article__cap {
    font-size: 1.1rem;
    line-height: 1.4545454545;
  }
}
.l-article__map {
  border-top: solid 1px #595757;
  border-bottom: solid 1px #595757;
  padding: 78px 0 20px;
  margin: 60px 0 67px;
}
.l-article__map-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.l-article__map-col--left {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 0.5em;
}
.l-article__map-floor {
  font-size: 2.4rem;
  font-weight: bold;
}
.l-article__map-txt {
  font-size: 1.6rem;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .l-article__map {
    padding: 20px 0;
    margin: 40px 0;
  }
  .l-article__map-col--left {
    width: 6rem;
  }
}
.l-article__bnr {
  margin-top: 80px;
}
.l-article__bnr + .l-article__bnr {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .l-article__bnr + .l-article__bnr {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .l-article__bnr {
    margin-top: 40px;
  }
}
.l-article__bnr-link {
  border: solid 1px #595757;
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.l-article__bnr-link:before {
  content: "";
  display: block;
  position: absolute;
  width: 2.2rem;
  right: 2rem;
  top: 50%;
  height: 1px;
  background: #595757;
}
.l-article__bnr-link:after {
  content: "";
  display: block;
  position: absolute;
  right: 2rem;
  top: calc(50% - 3px);
  width: 0.6rem;
  height: 0.6rem;
  border-top: solid 1px #595757;
  border-right: solid 1px #595757;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (min-width: 769px) {
  .l-article__bnr-link:hover {
    opacity: 0.7;
  }
}
@media (max-width: 768px) {
  .l-article__bnr-link:before {
    width: 10px;
    right: 1rem;
  }
  .l-article__bnr-link:after {
    width: 0.3rem;
    height: 0.3rem;
    right: 1rem;
    top: calc(50% - 0.15rem);
  }
}
.l-article__bnr-img {
  width: 200px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.l-article__bnr-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .l-article__bnr-img {
    width: 8rem;
  }
}
.l-article__bnr-col {
  padding: 1.8rem 6rem 1.8rem 2rem;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .l-article__bnr-col {
    padding: 0.2rem 1.8rem 0.7rem 1rem;
  }
}
.l-article__bnr-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.7777777778;
}
@media (max-width: 768px) {
  .l-article__bnr-ttl {
    font-size: 1.2rem;
  }
}
.l-article__bnr-txt {
  margin-top: 5px;
  font-size: 1.4rem;
  line-height: 1.5714285714;
}
@media (max-width: 768px) {
  .l-article__bnr-txt {
    font-size: 1.1rem;
    line-height: 1.4545454545;
    margin-top: 0;
  }
}
.l-article__bnr + h3, .l-article__bnr + h4, .l-article__bnr + h5, .l-article__bnr + h6 {
  margin-top: 150px;
}
@media (max-width: 768px) {
  .l-article__bnr + h3, .l-article__bnr + h4, .l-article__bnr + h5, .l-article__bnr + h6 {
    margin-top: 40px;
  }
}
.l-article__btn {
  text-align: center;
  margin-top: 100px;
}
.l-article__btn + .l-article__btn {
  margin-top: 35px;
}
.l-article .small {
  font-size: 0.8em;
}
.l-article .x-small {
  font-size: max(0.6em, 12px);
}
.l-article .career-sec h3 {
  padding-bottom: 30px;
}
.l-article .career-sec h4 {
  padding-bottom: 30px;
  margin: 0;
}
.l-article .careerList__block {
  background-color: #ffffff;
  padding: 60px 30px;
  text-align: center;
}
@media (max-width: 768px) {
  .l-article .careerList__block {
    padding: 30px 15px;
  }
}
.l-article .careerList__block + .careerList__block {
  margin-top: 50px;
}
.l-article .careerList__block .rate {
  font-size: 1.8rem;
  font-weight: bold;
}
.l-article .careerList__block .rate p {
  line-height: 1.7;
}
.l-article .careerList__block .rate .number {
  font-size: 5rem;
}
.l-article .careerList__block .rate .percent {
  font-size: 3rem;
}
.l-article .careerList__block .career__list {
  text-align: left;
  padding-top: 30px;
  border-top: 1px solid #595858;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0px 15px;
}
@media (max-width: 768px) {
  .l-article .careerList__block .career__list {
    gap: 7px 7px;
  }
}
.l-article .careerList__block .career__list li {
  width: calc((100% - 15px) / 2);
  text-align: left;
  line-height: 1.5;
  word-wrap: break-word;
  position: relative;
  padding-left: 18px;
}
@media (max-width: 768px) {
  .l-article .careerList__block .career__list li {
    font-size: 1.2rem;
    padding-left: 15px;
    line-height: 1.25;
  }
}
.l-article .careerList__block .career__list li::before {
  content: "●";
  color: #83aa7e;
  position: absolute;
  top: 0;
  left: 0;
}
.l-article .careerList__block .career__list .no-kabu {
  padding-left: 27px;
}
@media (max-width: 768px) {
  .l-article .careerList__block .career__list .no-kabu {
    padding-left: 20px;
  }
}
.l-article .career-list-img + .career-list-img {
  margin-top: 40px;
}
.l-article .col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-top: 30px;
}
.l-article .col2 p {
  font-size: 1.6rem;
  line-height: 2;
}
.l-article .col2 .img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 45%;
}
.l-article .col2 h3,
.l-article .col2 h4,
.l-article .col2 h5,
.l-article .col2 h6 {
  font-size: 3.4rem;
  line-height: 1.5588235294;
  letter-spacing: 0.075em;
}
.l-article .col2 h3:first-child,
.l-article .col2 h4:first-child,
.l-article .col2 h5:first-child,
.l-article .col2 h6:first-child {
  margin-top: 0;
}
.l-article .col2 + .col2 {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .l-article .col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-article .col2 h3,
  .l-article .col2 h4,
  .l-article .col2 h5,
  .l-article .col2 h6 {
    font-size: 2rem;
    letter-spacing: 0;
  }
}
.l-article .float {
  margin-top: 25px;
}
.l-article .float__img {
  max-width: 200px;
}
.l-article .float__img figcaption,
.l-article .float__img .l-article__cap {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.3;
  text-align: left;
  margin-top: 0.5rem;
}
.l-article .float::before, .l-article .float::after {
  content: "";
  clear: both;
  display: block;
}
.l-article .float-left .float__img {
  float: left;
  margin-right: 10px;
}
.l-article .float-right .float__img {
  float: right;
  margin-left: 10px;
}
.l-article .asterList__heading {
  border-bottom: solid 1px #595757;
  padding-bottom: 2rem;
  position: relative;
}
.l-article .asterlist {
  margin-top: 0.5em;
  font-size: 1.6rem;
  line-height: 2;
}
.l-article .asterlist ul li {
  position: relative;
  padding-left: 25px;
}
.l-article .asterlist ul li::before {
  content: "＊";
  position: absolute;
  display: inline-block;
  left: 0;
  width: 15px;
  height: 15px;
  top: 0px;
}
.l-article .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-top: 10px;
}
.l-article .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.l-article .youtube + .youtube {
  margin-top: 40px;
}

.l-article {
  margin-top: 65px;
}
.l-article__mv {
  text-align: center;
  margin-bottom: 60px;
}
.l-article__mv img {
  width: 100%;
}
.l-article__mv + .p-curriculum__row {
  margin-top: 60px;
}
.l-article__row {
  margin-top: 246px;
}
.l-article__row + .p-curriculum__row {
  margin-top: 264px;
}
.l-article__img {
  text-align: center;
  margin-top: 85px;
}
.l-article strong {
  font-weight: bold;
}

.img-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 15px;
}
.img-flex .img {
  max-width: 190px;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 7px;
}
.img-flex .img img + img {
  margin-top: 15px;
}
.img-flex figcaption {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.3;
  text-align: left;
  margin-top: 0.5rem;
}
@media (max-width: 599px) {
  .img-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .img-flex .img, .img-flex .text {
    width: 100%;
    max-width: 100%;
  }
  .img-flex .img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .img-flex .text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.img-flex + .img-flex {
  margin-top: 40px;
}

@media (max-width: 599px) {
  h4 {
    margin-top: 40px;
  }
}
.career-bnr {
  max-height: 70px;
}

.t-center {
  text-align: center;
}

.mb40 {
  margin-bottom: 40px;
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt72 {
  margin-top: 72px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.c-ttl--22 {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .c-ttl--22 {
    font-size: 1.6rem;
    line-height: 1.25;
    letter-spacing: 0;
  }
}
.c-ttl--20 {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .c-ttl--20 {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    letter-spacing: 0;
  }
}
.c-ttl--18 {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .c-ttl--18 {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    letter-spacing: 0;
  }
}
.c-ttl-sec {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  position: relative;
  padding-top: 1.4rem;
}
.c-ttl-sec:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  height: 1px;
  background: #595757;
}
@media (max-width: 768px) {
  .c-ttl-sec {
    font-size: 1.4rem;
    padding-top: 0.8rem;
  }
  .c-ttl-sec:before {
    width: 3rem;
  }
}

.c-tag {
  display: inline-block;
}
.c-tag:not(.c-tag--movie) {
  background: #595757;
  color: #fff;
  font-size: 1rem;
  border-radius: 999999px;
  padding: 3px;
}
.c-tag--news .c-tag__ic {
  color: #99ccf2;
}
.c-tag--event .c-tag__ic {
  color: #fedc5e;
}
.c-tag--interview .c-tag__ic {
  color: #f4b3c2;
}
.c-tag--manabi .c-tag__ic {
  color: #b39fc8;
}
.c-tag--award .c-tag__ic {
  color: #86bd97;
}
.c-tag--channel .c-tag__ic {
  color: #7b9acf;
}
.c-tag--gallery .c-tag__ic {
  color: #d47862;
}
.c-tag--announce .c-tag__ic {
  color: #c1db81;
}
.c-tag--movie {
  width: 2.2rem;
  height: 1.5rem;
  background: url(/img/common/ic_movie.svg) center/contain no-repeat;
}

@media (max-width: 768px) {
  .c-breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 90%;
    margin: 6px auto 33px;
  }
  .c-breadcrumb__item {
    white-space: nowrap;
    font-size: 1rem;
    line-height: 1.2;
  }
  .c-breadcrumb__item:nth-of-type(n+2) {
    position: relative;
    padding-left: 1.2rem;
  }
  .c-breadcrumb__item:nth-of-type(n+2):before {
    content: "";
    display: block;
    position: absolute;
    width: 0.3rem;
    height: 0.3rem;
    border-top: solid 1px #595757;
    border-right: solid 1px #595757;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    left: 0.3rem;
    top: 0.5rem;
  }
  .c-breadcrumb__item:first-child {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .c-breadcrumb__item:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .c-breadcrumb__link {
    color: #595757;
    text-decoration: underline;
    text-decoration: none;
    display: block;
  }
  .c-breadcrumb__link img {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    display: block;
  }
}

.l-row__col-btn + .l-row__col-btn {
  margin-top: 30px;
}

.c-btn, .sq-btn {
  display: inline-block;
  font-size: 1.6rem;
  background: #fff;
  border: solid 1px #595757;
  border-radius: 99999px;
  padding: 6px 40px 6px 40px;
  line-height: 1;
  max-width: 450px;
  width: 100%;
  text-align: center;
  position: relative;
}
.c-btn + .c-btn, .c-btn + .sp-btn, .sq-btn + .c-btn, .sq-btn + .sp-btn {
  margin-top: 20px;
}
.c-btn--w100, .sq-btn--w100 {
  width: 100% !important;
  max-width: 100% !important;
}
@media (min-width: 769px) {
  .c-btn:hover, .sq-btn:hover {
    background: #595757;
    color: #fff;
  }
}
@media (max-width: 768px) {
  .c-btn, .sq-btn {
    width: 100%;
    line-height: 1.15;
  }
}
.c-btn-txt, .sq-btn-txt {
  display: inline-block;
  color: #8e7c13;
}
@media (min-width: 769px) {
  .c-btn-txt:hover, .sq-btn-txt:hover {
    text-decoration: underline;
  }
}
.c-btn::after, .sq-btn::after {
  content: "";
  background-image: url(/cias2/img/common/ic-arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 10px;
}
.c-btn:hover::after, .sq-btn:hover::after {
  background-image: url(/cias2/img/common/ic-arrow-wh.svg);
  background-size: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 768px) {
  .c-btn:hover::after, .sq-btn:hover::after {
    background-image: url(/cias2/img/common/ic-arrow.svg);
  }
}
.c-btn.i-pdf::after, .sq-btn.i-pdf::after {
  content: "";
  background-image: url(/cias2/img/common/icon-pdf.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
.c-btn.i-pdf:hover::after, .sq-btn.i-pdf:hover::after {
  background-image: url(/cias2/img/common/icon-pdf-wh.svg);
  background-size: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 768px) {
  .c-btn.i-pdf:hover::after, .sq-btn.i-pdf:hover::after {
    background-image: url(/cias2/img/common/icon-pdf.svg);
  }
}
.c-btn.i-gaibu::after, .sq-btn.i-gaibu::after {
  content: "";
  background-image: url(/cias2/img/common/icon_gaibu.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
}
.c-btn.i-gaibu:hover::after, .sq-btn.i-gaibu:hover::after {
  background-image: url(/cias2/img/common/icon_gaibu_wh.svg);
  background-size: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 768px) {
  .c-btn.i-gaibu:hover::after, .sq-btn.i-gaibu:hover::after {
    background-image: url(/cias2/img/common/icon_gaibu.svg);
  }
}

.sq-btn {
  border-radius: 0;
  padding: 15px 40px;
}

.p-news {
  margin-top: 33px;
}
@media (max-width: 768px) {
  .p-news {
    margin-top: 22px;
  }
}

.p-news-detail {
  margin-top: 17px;
}
.p-news-detail__tags {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
  padding-left: 80px;
}
@media (max-width: 768px) {
  .p-news-detail {
    margin-top: 14px;
  }
}
.p-news-detail__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-news-detail__date {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .p-news-detail__date {
    font-size: 1rem;
  }
}
.p-news-detail__ttl {
  margin-top: 62px;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.2307692308;
  letter-spacing: 0.05em;
  border-bottom: solid 1px #595757;
  padding-bottom: 16px;
}
@media (max-width: 768px) {
  .p-news-detail__ttl {
    margin-top: 24px;
    font-size: 1.8rem;
    line-height: 1.2777777778;
    letter-spacing: 0;
    padding-bottom: 13px;
  }
}
.p-news-detail__content {
  margin-top: 20px;
}
.p-news-detail__content strong {
  font-weight: bold;
}
.p-news-detail__content img {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-news-detail__content {
    margin-top: 18px;
  }
}
.p-news-detail__content section {
  line-height: 1.7;
}
.p-news-detail__content a {
  color: #5486ac;
  word-break: break-all;
}
@media (min-width: 769px) {
  .p-news-detail__content a:hover {
    text-decoration: underline;
  }
}
.p-news-detail__content section {
  padding-bottom: 40px;
}
.p-news-detail__content section + section {
  border-top: solid 1px #595757;
  padding-top: 40px;
}
@media (max-width: 768px) {
  .p-news-detail__content section {
    padding-bottom: 15px;
  }
  .p-news-detail__content section + section {
    padding-top: 15px;
  }
}
.p-news-detail__content p {
  font-size: 1.6rem;
  line-height: 2;
}
.p-news-detail__content p .ic {
  margin-right: 1em;
}
.p-news-detail__content p .ic img {
  vertical-align: middle;
}
.p-news-detail__content p + p {
  margin-top: 32px;
}
.p-news-detail__content p + h3, .p-news-detail__content p + h4, .p-news-detail__content p + h5, .p-news-detail__content p + h6 {
  margin-top: 54px;
}
.p-news-detail__content p + .img {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .p-news-detail__content p {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
  .p-news-detail__content p .ic img {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .p-news-detail__content p + p {
    margin-top: 25px;
  }
  .p-news-detail__content p + h3, .p-news-detail__content p + h4, .p-news-detail__content p + h5, .p-news-detail__content p + h6 {
    margin-top: 34px;
  }
  .p-news-detail__content p + .img {
    margin-top: 15px;
  }
}
.p-news-detail__content div + p, .p-news-detail__content div + h3, .p-news-detail__content div + h4, .p-news-detail__content div + h5, .p-news-detail__content div + h6 {
  margin-top: 72px;
}
.p-news-detail__content h3:first-child,
.p-news-detail__content h4:first-child,
.p-news-detail__content h5:first-child,
.p-news-detail__content h6:first-child {
  margin-top: 30px;
}
.p-news-detail__content h3 + p,
.p-news-detail__content h4 + p,
.p-news-detail__content h5 + p,
.p-news-detail__content h6 + p {
  margin-top: 20px;
}
.p-news-detail__content h3 + .l-ac,
.p-news-detail__content h4 + .l-ac,
.p-news-detail__content h5 + .l-ac,
.p-news-detail__content h6 + .l-ac {
  margin-top: 28px;
}
@media (max-width: 768px) {
  .p-news-detail__content h3:first-child,
  .p-news-detail__content h4:first-child,
  .p-news-detail__content h5:first-child,
  .p-news-detail__content h6:first-child {
    margin-top: 2px;
  }
  .p-news-detail__content h3 + p,
  .p-news-detail__content h4 + p,
  .p-news-detail__content h5 + p,
  .p-news-detail__content h6 + p {
    margin-top: 9px;
  }
}
.p-news-detail__content .img {
  text-align: center;
}
.p-news-detail__content .img p {
  font-size: 1.4rem;
  font-weight: normal;
  text-align: left;
}
.p-news-detail__content .img + p {
  margin-top: 40px;
}
.p-news-detail__content .img + h3, .p-news-detail__content .img + h4, .p-news-detail__content .img + h5, .p-news-detail__content .img + h6 {
  margin-top: 54px;
}
.p-news-detail__content .img + .img {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .p-news-detail__content .img p {
    font-size: 1.1rem;
  }
  .p-news-detail__content .img + p {
    margin-top: 15px;
  }
  .p-news-detail__content .img + .img {
    margin-top: 15px;
  }
}
.p-news-detail__content .col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-top: 30px;
}
.p-news-detail__content .col2 .img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-news-detail__content .col2 h3,
.p-news-detail__content .col2 h4,
.p-news-detail__content .col2 h5,
.p-news-detail__content .col2 h6 {
  font-size: 3.4rem;
  line-height: 1.5588235294;
  letter-spacing: 0.075em;
}
.p-news-detail__content .col2 h3:first-child,
.p-news-detail__content .col2 h4:first-child,
.p-news-detail__content .col2 h5:first-child,
.p-news-detail__content .col2 h6:first-child {
  margin-top: 0;
}
.p-news-detail__content .col2 + .col2 {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .p-news-detail__content .col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-news-detail__content .col2 h3,
  .p-news-detail__content .col2 h4,
  .p-news-detail__content .col2 h5,
  .p-news-detail__content .col2 h6 {
    font-size: 2rem;
    letter-spacing: 0;
  }
}

.news-total {
  margin-top: 40px;
}

.remodal-overlay {
  cursor: pointer;
}

@media (max-width: 599px) {
  .p-news-search.remodal {
    height: 100%;
    max-height: 100%;
  }
}
.remodal.p-news-search__modal {
  background-color: #888b90;
}
.remodal.p-news-search__modal .logo {
  max-width: 200px;
}
.remodal.p-news-search__modal .remodal-close {
  color: #fff;
}
@media (max-width: 599px) {
  .remodal.p-news-search__modal {
    height: 100%;
    max-height: 100%;
    padding: 15px;
  }
}

.remodal-wrapper {
  padding: 0 !important;
}

.p-news-search__modal .remodal-close:before {
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-size: 46px;
  line-height: 46px;
  position: absolute;
  top: 20px;
  left: -15px;
  display: block;
  width: 25px;
  height: 25px;
  content: "";
  background-image: url(/cias2/img/news/i-close-modal.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  text-align: center;
}

.p-news-search_content.free-content {
  border-bottom: 1px solid #fff;
}

.p-news-search_content .free {
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  padding: 15px 10px;
  width: 100%;
  color: #fff;
  padding-top: 50px;
}

.p-news-search_content .free:focus {
  outline: none;
}

.p-news-search_content.tag-box {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.p-news-search_content .free::-webkit-input-placeholder {
  color: #c8c8c9;
}

.p-news-search_content .free::-moz-placeholder {
  color: #c8c8c9;
}

.p-news-search_content .free:-ms-input-placeholder {
  color: #c8c8c9;
}

.p-news-search_content .free::-ms-input-placeholder {
  color: #c8c8c9;
}

.p-news-search_content .free::placeholder {
  color: #c8c8c9;
}

.p-news-search_content .p-news-search_checkbox {
  display: block;
  width: calc((100% - 40px) / 3);
}
@media (max-width: 599px) {
  .p-news-search_content .p-news-search_checkbox {
    width: calc((100% - 20px) / 2);
  }
}

.p-news-search_content .p-news-search_checkbox input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  display: none;
}

.p-news-search_content .search-text {
  display: block;
  background-color: #fff;
  border-radius: 6px;
  padding: 15px;
  font-size: 14px;
  color: #595757;
  cursor: pointer;
}

.p-news-search_content .search-text:hover {
  background-color: #595757;
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-news-search_content .p-news-search_checkbox input[type=checkbox]:checked + .search-text {
  background-color: #595757;
  color: #fff;
  font-size: 14px;
}

.p-news-search_content .submit-btn {
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  outline: none;
  background-color: #fff;
  display: block;
  font-size: 16px;
  max-width: 400px;
  margin: 40px auto 0;
  width: 100%;
  text-align: center;
  padding: 8px;
  border-radius: 40px;
  border: 1px solid #595858;
  color: #595858;
  font-weight: bold;
  cursor: pointer;
}
@media (max-width: 599px) {
  .p-news-search_content .submit-btn {
    padding: 5px;
  }
}

.p-news-search_content .submit-btn:hover {
  opacity: 0.85;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #595858;
  border: 1px solid #595858;
  color: #ffffff;
}

.p-faculty {
  margin-top: 92px;
}
@media (max-width: 768px) {
  .p-faculty {
    margin-top: 22px;
  }
}
@media (min-width: 769px) {
  .p-faculty__block p a {
    text-decoration: underline;
  }
  .p-faculty__block p a:hover {
    opacity: 0.85;
  }
}
.p-faculty__block + .p-faculty__block {
  margin-top: 40px;
}
.p-faculty__block--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (max-width: 768px) {
  .p-faculty__block--row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-faculty__block.seminar .p-faculty__img {
  max-width: 390px;
}
.p-faculty__block.seminar .p-faculty__db {
  position: static;
}
.p-faculty__block.seminar .p-faculty__db-link {
  font-size: 1.6rem;
}
.p-faculty__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 180px;
  width: 100%;
}
.p-faculty__img img {
  border-radius: 20px;
}
@media (max-width: 768px) {
  .p-faculty__img img {
    border-radius: 5px;
  }
}
.p-faculty__col {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.p-faculty__heading {
  border-bottom: solid 1px #595757;
  padding-bottom: 2rem;
  position: relative;
}
@media (max-width: 768px) {
  .p-faculty__heading {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.p-faculty__name {
  padding-top: 4px;
}
.p-faculty__name .large {
  vertical-align: baseline;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
}
.p-faculty__name .small {
  vertical-align: baseline;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  padding-left: 0.5rem;
}
.p-faculty__name .en {
  margin-top: 10px;
  display: block;
  font-size: 1rem;
  letter-spacing: 0.1em;
  color: #8e7c13;
}
.p-faculty__db {
  position: absolute;
  right: 0;
  bottom: 1.7rem;
}
@media (max-width: 768px) {
  .p-faculty__db {
    position: relative;
    margin-top: 25px !important;
    text-align: right;
  }
}
.p-faculty__db-link {
  font-size: 1.2rem;
  letter-spacing: -0.015em;
  position: relative;
  padding-right: 2rem;
  text-decoration: none !important;
}
@media (max-width: 768px) {
  .p-faculty__db-link {
    text-decoration: underline;
  }
}
.p-faculty__db-link:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 1.5rem;
  height: 1px;
  background: #595757;
}
.p-faculty__db-link:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: calc(50% - 0.4rem);
  border-top: solid 1px #595757;
  border-right: solid 1px #595757;
  width: 0.8rem;
  height: 0.8rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-faculty__ttl {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  color: #8e7c13;
  font-weight: bold;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .p-faculty__ttl {
    border-bottom: solid 1px #595757;
    padding-bottom: 10px;
  }
}
.p-faculty__ttl-ic img {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.p-faculty__ttl + .p-faculty__list, .p-faculty__ttl + .p-faculty__txt {
  margin-top: 0.5em;
}
.p-faculty__list {
  margin-top: 0.5em;
  font-size: 1.6rem;
  line-height: 2;
}
.p-faculty__list ul li {
  position: relative;
  padding-left: 25px;
}
.p-faculty__list ul li::before {
  content: "＊";
  position: absolute;
  display: inline-block;
  left: 0;
  width: 15px;
  height: 15px;
  top: 0px;
}
.p-faculty__txt {
  margin-top: 0.5em;
  font-size: 1.6rem;
  line-height: 2;
}
.p-faculty__txt + .p-faculty__txt {
  margin-top: 1em;
}
.p-faculty__btn {
  margin-top: 70px;
  text-align: center;
}
.p-faculty p {
  margin-top: 0.5em;
  font-size: 1.6rem;
  line-height: 2;
}
.p-faculty p + p {
  margin-top: 1em;
}

.l-container--narrow940 {
  width: 940px !important;
  max-width: 90%;
  margin: 0 auto;
}

.l-faculty__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 80px;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .l-faculty__list {
    margin-top: 20px;
  }
}
.l-faculty__list.seminar__list li {
  width: calc((100% - 80px) / 2);
}
@media (max-width: 768px) {
  .l-faculty__list.seminar__list li {
    width: 100%;
    border-bottom: 1px solid #595757;
  }
}
@media (max-width: 599px) {
  .l-faculty__list.seminar__list li {
    width: 100%;
  }
}
.l-faculty__list.seminar__list li a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
  width: 100%;
}
.l-faculty__list.seminar__list li .p-faculty__heading {
  border: none;
}
@media (max-width: 768px) {
  .l-faculty__list.seminar__list li .p-faculty__heading {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 768px) {
  .l-faculty__list.seminar__list li .p-faculty__name {
    padding-top: 0;
  }
}
.l-faculty__list.seminar__list li .p-faculty__name .number {
  color: #8e7c13;
  border-bottom: 1px solid #595757;
}
@media (max-width: 768px) {
  .l-faculty__list.seminar__list li .p-faculty__name .number {
    padding-top: 0;
    margin-top: 0;
    line-height: 1;
    padding-bottom: 5px;
    border: none;
  }
}
.l-faculty__list.seminar__list li .p-faculty__name .seminar__name {
  display: block;
  padding-left: 0;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .l-faculty__list.seminar__list li .p-faculty__name .seminar__name {
    margin-top: 0;
  }
}
.l-faculty__item {
  width: calc((100% - 80px) / 2);
}
.l-faculty__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (max-width: 768px) {
  .l-faculty__link {
    width: 100%;
  }
}

.l-faculty__item.p-faculty__block + .p-faculty__block {
  margin-top: 0px;
}
.l-faculty__item.p-faculty__block .p-faculty__img {
  max-width: 135px;
}

@media (max-width: 768px) {
  .l-faculty__list {
    gap: 10px;
  }
  .l-faculty__item {
    border-bottom: solid 1px #595757;
  }
  .l-faculty__link {
    gap: 10px;
  }
  .l-faculty__list .p-faculty__ttl {
    display: none;
  }
  .l-faculty__list .p-faculty__list {
    display: none;
  }
  .l-faculty__list .p-faculty__block {
    position: relative;
  }
  .l-faculty__list .p-faculty__block::after {
    content: "";
    width: 16px;
    height: 12px;
    display: inline-block;
    background-image: url(/cias2/img/faculty/ic_arrow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: 31%;
  }
  .l-faculty__list .p-faculty__img {
    width: 40px;
    height: 40px;
  }
  .l-faculty__list .p-faculty__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .l-faculty__list .p-faculty__name .large {
    font-size: 1.6rem;
  }
  .l-faculty__list .p-faculty__name .small {
    font-size: 1.4rem;
  }
  .l-faculty__list .p-faculty__name .en {
    margin-top: 5px;
  }
  .l-faculty__list .p-faculty__heading {
    border: none;
    padding-bottom: 1.5rem;
  }
  .p-faculty.faculty-detail .p-faculty__img {
    max-width: 100%;
    text-align: center;
  }
  .p-faculty.faculty-detail .p-faculty__img img {
    max-width: 150px;
  }
  .p-faculty.faculty-detail .p-faculty__name {
    text-align: center;
  }
  .p-faculty.faculty-detail .p-faculty__name .large {
    font-size: 1.8rem;
  }
  .p-faculty.faculty-detail .p-faculty__name .small {
    font-size: 1.4rem;
  }
}
.p-faculty__txt * {
  margin-top: 0.5em !important;
  font-size: 1.6rem !important;
  line-height: 2 !important;
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  color: #595757 !important;
}

@media (max-width: 599px) {
  .l-faculty__item {
    width: 100%;
  }
}
.p-curriculum {
  margin-top: 65px;
}
.p-curriculum__mv {
  text-align: center;
}
.p-curriculum__mv img {
  width: 100%;
  max-width: 740px;
}
.p-curriculum__mv + .p-curriculum__row {
  margin-top: 60px;
}
.p-curriculum__row:not(:first-child) {
  padding-top: 80px;
  margin-top: 80px;
  border-top: 1px solid #595858;
}
@media (max-width: 768px) {
  .p-curriculum__row:not(:first-child) {
    padding-top: 30px;
    margin-top: 30px;
  }
}
.p-curriculum__img {
  text-align: center;
  margin-top: 85px;
}

.p-curriculum-career {
  margin-top: 62px;
}
@media (max-width: 768px) {
  .p-curriculum-career {
    margin-top: 40px;
  }
}
.p-curriculum-career__ttl {
  color: #8e7c13;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  margin-bottom: 17px;
}
.p-curriculum-career__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-curriculum-career__dl + .p-curriculum-career__dl {
  margin-top: 16px;
}
@media (max-width: 768px) {
  .p-curriculum-career__dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-curriculum-career__dt {
  width: 14rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .p-curriculum-career__dt {
    width: 100%;
  }
}
.p-curriculum-career__dt .en {
  display: block;
  font-size: 1.6rem;
}
.p-curriculum-career__dt .jp {
  margin-top: 5px;
  display: block;
  font-size: 1rem;
}
.p-curriculum-career__dd {
  padding-left: 2.4rem;
  position: relative;
}
@media (max-width: 768px) {
  .p-curriculum-career__dd {
    width: 100%;
    padding-left: 0;
    margin-top: 5px;
  }
}
.p-curriculum-career__dd:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.8rem;
  bottom: 0.5rem;
  left: 0;
  width: 1px;
  background: #595757;
}
@media (max-width: 768px) {
  .p-curriculum-career__dd:before {
    content: none;
  }
}
.p-curriculum-career__dd-txt {
  font-size: 1.6rem;
  line-height: 1.625;
}
@media (max-width: 768px) {
  .p-curriculum-career__dd-txt {
    font-size: 1.4rem;
  }
}

.p-curriculum-star {
  margin-top: 86px;
  margin: 86px auto 0;
  width: 100%;
  max-width: 660px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-curriculum-star {
    margin-top: 20px;
  }
}
.p-curriculum-star__container {
  position: relative;
  padding: 14.8% 0% 15%;
}
.p-curriculum-star__star {
  display: inline-block;
  width: 69%;
}
.p-curriculum-star__trigger {
  position: absolute;
  width: 30.4%;
  cursor: pointer;
}
.p-curriculum-star__trigger--1 {
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.p-curriculum-star__trigger--2 {
  top: 26%;
  right: 0;
}
.p-curriculum-star__trigger--3 {
  bottom: 0;
  right: 14%;
}
.p-curriculum-star__trigger--4 {
  bottom: 0;
  left: 14%;
}
.p-curriculum-star__trigger--5 {
  top: 26%;
  left: 0;
}
.p-curriculum-star__trigger--6 {
  top: 39%;
  left: 37%;
  width: 27%;
}
.p-curriculum-star__trigger--7 {
  top: 60%;
  left: 37%;
  width: 27%;
  pointer-events: none;
}
@media (min-width: 769px) {
  .p-curriculum-star__trigger--7:hover {
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
  }
}
@media (min-width: 769px) {
  .p-curriculum-star__trigger:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.p-curriculum-star__modal-circle {
  margin-top: 30px;
}
.p-curriculum-star__modal-txt {
  margin-top: 10px;
  text-align: left;
  font-size: 1.6rem;
  line-height: 2;
}
.p-curriculum-star__modal h4 {
  text-align: left;
  margin-top: 0;
}
@media (max-width: 768px) {
  .p-curriculum-star__modal h4 {
    font-size: 1.8rem;
  }
}
.p-curriculum-star__modal p + h4 {
  margin-top: 25px;
}

.remodal {
  max-height: 600px;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .remodal {
    max-height: 500px;
  }
}
@media (max-width: 599px) {
  .remodal {
    max-height: 450px;
  }
}
.remodal .remodal-close {
  right: 0;
  left: auto;
}

.p-message {
  margin-top: 83px;
}
@media (max-width: 768px) {
  .p-message {
    margin-top: 37px;
  }
}
.p-message__intro-row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media (max-width: 768px) {
  .p-message__intro-row {
    -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;
    gap: 28px;
  }
}
.p-message__intro-col--left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-message__intro-col-name {
  margin-top: 44px;
}
.p-message__intro-col-name .jp {
  display: block;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
}
.p-message__intro-col-name .en {
  display: block;
  margin-top: 1rem;
  color: #8e7c13;
  font-size: 1rem;
  letter-spacing: 0.1em;
}
.p-message__intro-col-lead {
  margin-top: 2.8rem;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
.p-message__intro-col-txt {
  font-size: 1.6rem;
  line-height: 2;
}
.p-message__intro-col-txt + .p-message__intro-col-txt {
  margin-top: 2em;
}
@media (max-width: 768px) {
  .p-message__intro-col-img {
    width: 151px;
    margin: 0 auto;
  }
  .p-message__intro-col-name {
    margin-top: 18px;
  }
  .p-message__intro-col-name .jp {
    font-size: 1.8rem;
  }
  .p-message__intro-col-name .en {
    margin-top: 0.6rem;
  }
  .p-message__intro-col-lead {
    margin-top: 0.9rem;
    font-size: 1.4rem;
  }
  .p-message__intro-col-txt {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
  .p-message__intro-col-txt + .p-message__intro-col-txt {
    margin-top: 1.8em;
  }
}
.p-message__sec {
  margin-top: 80px;
  padding-top: 80px;
  border-top: solid 1px #595757;
  word-break: break-all;
}
@media (max-width: 768px) {
  .p-message__sec {
    margin-top: 18px;
    padding-top: 18px;
  }
}
.p-message__sec-ttl {
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.2307692308;
  padding-bottom: 1.7rem;
  border-bottom: solid 1px #595757;
}
.p-message__sec-ttl + .p-message__sec-txt {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .p-message__sec-ttl {
    font-size: 1.8rem;
  }
}
.p-message__sec-txt {
  font-size: 1.6rem;
  line-height: 2;
}
.p-message__sec-txt .ic {
  margin-right: 1em;
}
.p-message__sec-txt .ic img {
  vertical-align: middle;
}
.p-message__sec-txt + .p-message__sec-txt {
  margin-top: 2em;
}
.p-message__sec-txt + h3, .p-message__sec-txt + h4, .p-message__sec-txt + h5, .p-message__sec-txt + h6 {
  margin-top: 72px;
}
.p-message__sec-txt + .p-message__img {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .p-message__sec-txt {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
  .p-message__sec-txt + .p-message__img {
    margin-top: 20px;
  }
}
.p-message__sec h3 + p,
.p-message__sec h4 + p,
.p-message__sec h5 + p,
.p-message__sec h6 + p {
  margin-top: 20px;
}
.p-message__sec h3 + .l-ac,
.p-message__sec h4 + .l-ac,
.p-message__sec h5 + .l-ac,
.p-message__sec h6 + .l-ac {
  margin-top: 28px;
}
@media (max-width: 768px) {
  .p-message__sec h3 + p,
  .p-message__sec h4 + p,
  .p-message__sec h5 + p,
  .p-message__sec h6 + p {
    margin-top: 10px;
  }
}
.p-message__img {
  text-align: center;
}
.p-message__img--col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-message__img + .p-message__row {
  margin-top: 60px;
}
.p-message__img + .p-message__img {
  margin-top: 60px;
}
.p-message__img + .p-message__ac {
  margin-top: 97px;
}
@media (max-width: 768px) {
  .p-message__img + .p-message__row {
    margin-top: 14px;
  }
  .p-message__img + .p-message__img {
    margin-top: 30px;
  }
  .p-message__img + .p-message__ac {
    margin-top: 60px;
  }
}
.p-message__cap {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.2857142857;
  text-align: left;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .p-message__cap {
    font-size: 1.1rem;
    line-height: 1.4545454545;
  }
}
.p-message__map {
  border-top: solid 1px #595757;
  border-bottom: solid 1px #595757;
  padding: 78px 0 20px;
  margin: 60px 0 67px;
}
.p-message__map-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.p-message__map-col--left {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 0.5em;
}
.p-message__map-floor {
  font-size: 2.4rem;
  font-weight: bold;
}
.p-message__map-txt {
  font-size: 1.6rem;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .p-message__map {
    padding: 20px 0;
    margin: 40px 0;
  }
  .p-message__map-col--left {
    width: 6rem;
  }
}
.p-message__bnr {
  margin-top: 135px;
}
@media (max-width: 768px) {
  .p-message__bnr {
    margin-top: 40px;
  }
}
.p-message__bnr-link {
  border: solid 1px #595757;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.p-message__bnr-link:before {
  content: "";
  display: block;
  position: absolute;
  width: 2.2rem;
  right: 2rem;
  top: 50%;
  height: 1px;
  background: #595757;
}
.p-message__bnr-link:after {
  content: "";
  display: block;
  position: absolute;
  right: 2rem;
  top: calc(50% - 3px);
  width: 0.6rem;
  height: 0.6rem;
  border-top: solid 1px #595757;
  border-right: solid 1px #595757;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (min-width: 769px) {
  .p-message__bnr-link:hover {
    opacity: 0.7;
  }
}
@media (max-width: 768px) {
  .p-message__bnr-link:before {
    width: 10px;
    right: 1rem;
  }
  .p-message__bnr-link:after {
    width: 0.3rem;
    height: 0.3rem;
    right: 1rem;
    top: calc(50% - 0.15rem);
  }
}
.p-message__bnr-img {
  width: 18.1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-message__bnr-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .p-message__bnr-img {
    width: 8rem;
  }
}
.p-message__bnr-col {
  padding: 1.8rem 6rem 1.8rem 2rem;
}
@media (max-width: 768px) {
  .p-message__bnr-col {
    padding: 0.2rem 3rem 0.7rem 1rem;
  }
}
.p-message__bnr-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.7777777778;
}
@media (max-width: 768px) {
  .p-message__bnr-ttl {
    font-size: 1.2rem;
  }
}
.p-message__bnr-txt {
  margin-top: 5px;
  font-size: 1.4rem;
  line-height: 1.5714285714;
}
@media (max-width: 768px) {
  .p-message__bnr-txt {
    font-size: 1.1rem;
    line-height: 1.4545454545;
    margin-top: 0;
  }
}
.p-message__bnr + h3, .p-message__bnr + h4, .p-message__bnr + h5, .p-message__bnr + h6 {
  margin-top: 150px;
}
@media (max-width: 768px) {
  .p-message__bnr + h3, .p-message__bnr + h4, .p-message__bnr + h5, .p-message__bnr + h6 {
    margin-top: 40px;
  }
}
.p-message__btn {
  text-align: center;
  margin-top: 100px;
}
.p-message__btn + .p-message__btn {
  margin-top: 35px;
}

.l-article {
  margin-top: 65px;
}
.l-article__mv {
  text-align: center;
  margin-bottom: 60px;
}
.l-article__mv + .p-curriculum__row {
  margin-top: 60px;
}
.l-article__row {
  margin-top: 246px;
}
.l-article__row + .p-curriculum__row {
  margin-top: 264px;
}
.l-article__img {
  text-align: center;
  margin-top: 85px;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  38% {
    opacity: 1;
  }
  43% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  38% {
    opacity: 1;
  }
  43% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}
.p-home-mv {
  position: relative;
  overflow: hidden;
  height: 107rem;
}
@media (max-width: 768px) {
  .p-home-mv {
    height: 59rem;
  }
}
.p-home-mv__img {
  z-index: 10;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: fade 18s 0s infinite;
  animation: fade 18s 0s infinite;
}
.p-home-mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-home-mv__img:nth-of-type(2) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.p-home-mv__img:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
.p-home-mv__ttl {
  color: #fff;
  position: relative;
  position: absolute;
  z-index: 99;
  top: 26%;
  left: 10%;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.631372549), 0 0 6px rgba(0, 0, 0, 0.7058823529), 0 0 16px rgba(0, 0, 0, 0.7764705882);
}
.p-home-mv__ttl .jp {
  display: block;
  font-size: 3rem;
  font-weight: normal;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
}
.p-home-mv__ttl .en {
  display: block;
  margin-top: 2.8rem;
  font-size: 2rem;
  letter-spacing: 0.09em;
}
@media (max-width: 768px) {
  .p-home-mv__ttl {
    top: 14%;
    left: 12%;
  }
  .p-home-mv__ttl .jp {
    font-size: 1.8rem;
    line-height: 1.6666666667;
  }
  .p-home-mv__ttl .en {
    margin-top: 2rem;
    font-size: 1.2rem;
  }
}

.p-home-news {
  padding: 60px 0 52px;
}
@media (max-width: 768px) {
  .p-home-news {
    padding: 30px 0;
  }
}
.p-home-news__news {
  margin-top: 33px;
}
@media (max-width: 768px) {
  .p-home-news__news {
    margin-top: 22px;
  }
}
.p-home-news__btn {
  text-align: center;
  margin-top: 80px;
}
.p-home-news__btn .c-btn {
  max-width: 300px;
  width: 100%;
}
@media (max-width: 768px) {
  .p-home-news__btn {
    margin-top: 26px;
  }
  .p-home-news__btn .c-btn {
    max-width: 300px;
    width: 100%;
  }
}

.p-home-link {
  margin-top: 70px;
}
@media (max-width: 768px) {
  .p-home-link {
    margin-top: 30px;
  }
}
.p-home-link__row {
  margin-top: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.p-home-link__row + .p-home-link__ttl {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .p-home-link__row {
    margin-top: 22px;
    -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;
    gap: 2px;
  }
  .p-home-link__row + .p-home-link__ttl {
    margin-top: 30px;
  }
}
.p-home-link__btn {
  position: relative;
}
.p-home-link__btn-txt {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  position: absolute;
  left: 3rem;
  top: calc(50% - 1rem);
  padding-right: 3.5rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-home-link__btn-txt:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 2.7rem;
  top: 50%;
  height: 1px;
  background: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-home-link__btn-txt:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 0.3rem);
  width: 0.6rem;
  height: 0.6rem;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  right: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (min-width: 769px) {
  .p-home-link__btn:hover .p-home-link__btn-txt {
    padding-right: 4.5rem;
  }
  .p-home-link__btn:hover .p-home-link__btn-txt:before {
    width: 3.7rem;
  }
}
@media (max-width: 768px) {
  .p-home-link__btn-txt {
    left: 3.5rem;
    font-size: 1.6rem;
  }
}

.p-home-bnr {
  margin-top: 87px;
}
@media (max-width: 768px) {
  .p-home-bnr {
    margin-top: 30px;
    background: #eff2f4;
  }
}
.p-home-bnr__list {
  border-top: solid 1px #595757;
  padding-top: 73px;
  gap: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .p-home-bnr__list {
    padding: 30px 0;
    gap: 30px;
    border-top: none;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 599px) {
  .p-home-bnr__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    max-width: 200px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-home-bnr__item {
  max-height: 70px;
}
.p-home-bnr__item img {
  max-height: 70px;
}
@media (max-width: 599px) {
  .p-home-bnr__item img {
    max-height: 50px;
  }
}
@media (max-width: 599px) {
  .p-home-bnr__item {
    max-height: 50px;
    text-align: center;
    width: 100%;
  }
}

.u-font--kakugo {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.u-font--raj {
  font-family: "Rajdhani", sans-serif;
}

.u-ta--l {
  text-align: left;
}
.u-ta--r {
  text-align: right;
}
.u-ta--c {
  text-align: center;
}

.u-c--rd {
  color: #bb0227;
}
.u-c--bu {
  color: #5486ac;
}
.u-c--pu {
  color: #757cbb;
}
.u-c--br {
  color: #8e7c13;
}
.u-c--dp {
  color: #826c9b;
}
.u-c--do {
  color: #bf735c;
}
.u-c--dg {
  color: #83aa7e;
}

.u-fw--s-medium {
  font-weight: 500;
}
.u-fw--s-bold {
  font-weight: 600;
}
.u-fw--bold {
  font-weight: bold;
}

.u-bg--gy {
  background: #eff2f4;
}
.u-bg--be {
  background: #f5f2e9;
}
.u-bg--gr {
  background: #edf2e7;
}
.u-bg--lp {
  background: #edecf0;
}
.u-bg--or {
  background: #f4eeec;
}/*# sourceMappingURL=style.css.map */
