@charset "UTF-8";
/* gsia2 */
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;
  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;
  appearance: button;
  border: none;
  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("/gsia2/font/ZenKakuGothicNew-Regular.ttf");
  font-weight: normal;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("/gsia2/font/ZenKakuGothicNew-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("/gsia2/font/ZenKakuGothicNew-Bold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: "Zen Old Mincho";
  src: url("/gsia2/font/ZenOldMincho-Regular.ttf");
  font-weight: normal;
}
@font-face {
  font-family: "Zen Old Mincho";
  src: url("/gsia2/font/ZenOldMincho-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Zen Old Mincho";
  src: url("/gsia2/font/ZenOldMincho-Bold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: "Rajdhani";
  src: url("/gsia2/font/Rajdhani-Regular.ttf");
  font-weight: normal;
}
@font-face {
  font-family: "Rajdhani";
  src: url("/gsia2/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 Old Mincho", serif;
  font-size: 1.6rem;
  font-weight: 500;
  font-feature-settings: "palt";
  color: #595757;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body.hidden {
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  /* Other browsers */
  overscroll-behavior: none;
}

a {
  color: #595757;
}
@media (min-width: 769px) {
  a {
    transition: 0.3s ease;
  }
}

.l-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  background: #2e2d2e;
  padding: 0.8rem 5rem 0.8rem 4.6rem;
  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;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 60px;
  }
}
@media (min-width: 769px) {
  .l-header--home {
    justify-content: center;
    padding: 1.8rem 5rem 1.8rem 4.6rem;
  }
  .l-header--home .l-header__logo {
    width: 200px;
  }
}
@media (max-width: 768px) {
  .l-header--home.fixed {
    position: fixed;
  }
}
.l-header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-header__logo {
  width: 160px;
}
@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: 12rem;
  }
}
@media (min-width: 769px) {
  .l-header__menu {
    display: flex;
    justify-content: space-between;
    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: #b1993f;
    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 {
    transform: rotate(45deg);
  }
  .l-header__close:after {
    transform: rotate(-45deg);
  }
}
.l-header__nav {
  display: flex;
}
.l-header__nav.nav-top {
  border: none;
}
.l-header__nav-link {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  position: relative;
  height: 100%;
  color: #fff;
  font-feature-settings: "palt";
}
@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: #fff;
    transition: 0.3s ease;
  }
  .l-header__nav-link.current {
    color: #c1a30a;
  }
  .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: #c1a30a;
  }
  .l-header__nav-link.current:after {
    width: 100%;
    background: #c1a30a;
  }
  .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 {
    transform: scale(0.8);
  }
}
@media (max-width: 768px) {
  .l-header__nav {
    width: 260px;
    margin: 60px auto 0;
    text-align: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 34px;
    border-bottom: solid 1px #fff;
  }
  .l-header__nav-item {
    width: 40%;
  }
  .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;
    flex-direction: column;
  }
  .l-header__nav-ic {
    height: 2.4rem;
    margin-bottom: 0.8rem;
  }
  .l-header__nav-ic svg {
    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: #b1993f;
  }
}
@media (max-width: 768px) {
  .l-header__contact {
    margin-top: 27px;
    text-align: center;
  }
  .l-header__contact-link {
    color: #fff;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .l-header__contact-link img {
    transform: scale(0.7);
  }
}
@media (max-width: 768px) {
  .l-header__sns {
    margin-top: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.2rem;
  }
  .l-header__sns img {
    transform: scale(0.6);
  }
}
@media (min-width: 769px) {
  .l-header__search {
    border: solid 1px #fff;
    border-radius: 50%;
    width: 4rem;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    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: flex;
    border-bottom: solid 1px #fff;
  }
  .l-header__search-input {
    box-sizing: border-box;
    width: 100%;
    font-family: "Zen Old Mincho", 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::placeholder {
    color: #c9caca;
  }
  .l-header__search-btn {
    width: 1.6rem;
    background: url(/img/common/ic_search_wh.svg) 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: #a4912d;
  padding: 0 10px;
}
@media (max-width: 768px) {
  .l-header__sub {
    display: none;
  }
}
.l-header__sub-nav {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
}
.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: #2e2d2e;
  transition: 0.3s ease;
}
.l-header__sub-link.current {
  color: #2e2d2e;
}
.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: #f1efe6;
    padding: 0 25px;
    font-size: 1.4rem;
    color: #878a8f;
    display: none;
  }
  .l-header .header__spsub li + li {
    border-top: 1px solid #b1993f;
  }
  .l-header .header__spsub li a {
    display: block;
    padding: 20px 0;
    text-align: center;
  }
  .l-header #sub-exam.active,
  .l-header #sub-about.active,
  .l-header #sub-career.active {
    display: block;
  }
  .l-header .l-header__nav-item {
    position: relative;
  }
  .l-header .l-header__nav-item.exam a, .l-header .l-header__nav-item.about a, .l-header .l-header__nav-item.career a {
    pointer-events: none;
    cursor: pointer;
    position: relative;
  }
  .l-header .l-header__nav-item.exam::before, .l-header .l-header__nav-item.about::before, .l-header .l-header__nav-item.career::before {
    content: "";
    width: 75%;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    bottom: -11px;
    left: 50%;
    transform: translateX(-50%);
  }
  .l-header .l-header__menu {
    opacity: 0;
    visibility: hidden;
    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.about::after, .l-header.open .l-header__nav-item.active.career::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%;
    transform: translateX(-50%);
  }
  .l-header.open .l-header__nav-item.active.exam::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    left: 35%;
    bottom: auto;
    bottom: -35px;
    border-right: 16px solid transparent;
    border-left: 16px solid transparent;
    border-bottom: none;
    position: absolute;
    transform: translateX(-50%);
    border-top: 14px solid #eff0f1;
    transform: translateX(0%) rotate(180deg);
  }
  .l-header.open .l-header__nav-item.active.career::after {
    left: 35%;
    transform: translateX(0%);
  }
}

.l-main {
  padding: 170px 0 65px;
  min-height: calc(100vh - 266px);
}
@media (max-width: 768px) {
  .l-main {
    padding: 60px 0 16px;
  }
}
.l-main--home {
  padding: 0 0 86px;
}
@media (max-width: 768px) {
  .l-main--home {
    padding: 0;
  }
}

.l-footer {
  margin-top: auto;
  position: relative;
  background: #2e2d2e;
  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: 20.2rem;
}
@media (max-width: 768px) {
  .l-footer__logo {
    margin: 0 auto;
  }
}
.l-footer__sns {
  margin-top: 2.2rem;
  display: flex;
  align-items: center;
  gap: 2.2rem;
}
.l-footer__sns img {
  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;
    justify-content: center;
  }
}
.l-footer__row {
  margin-top: -2.6rem;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
@media (max-width: 1140px) {
  .l-footer__row {
    margin-top: 34px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.l-footer__copyright {
  margin-right: auto;
  font-weight: normal;
  font-size: 1.1rem;
}
@media (max-width: 1140px) {
  .l-footer__copyright {
    order: 1;
  }
}
@media (max-width: 768px) {
  .l-footer__copyright {
    margin-top: 50px;
    margin-right: 0;
  }
}
.l-footer__contact-link {
  color: #fff;
  font-size: 1.5rem;
  display: flex;
  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: 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;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .l-footer__nav {
    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: #d3d3d4;
  border-radius: 50%;
  margin: 0 auto;
}
.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;
  transform: rotate(45deg);
  top: 1.7rem;
  left: calc(50% - 0.6rem);
}
.l-footer__pagetop-txt {
  display: block;
  margin-top: 0.9rem;
  font-weight: bold;
  font-size: 0.9rem;
  color: #d3d3d4;
}
@media (min-width: 769px) {
  .l-footer__pagetop {
    transition: 0.3s ease;
  }
  .l-footer__pagetop:hover {
    opacity: 0.7;
  }
}
@media (max-width: 1140px) {
  .l-footer__pagetop {
    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: flex;
  align-items: center;
  cursor: pointer;
}
.l-news__search img {
  transform: scale(0.8);
}
@media (min-width: 769px) {
  .l-news__search {
    transition: 0.3s ease;
  }
  .l-news__search:hover {
    opacity: 0.7;
  }
}
@media (min-width: 769px) {
  .l-news__list {
    display: flex;
    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: flex;
}
@media (min-width: 769px) {
  .l-news__item-link {
    height: 100%;
    flex-direction: column;
  }
  .l-news__item-link:hover {
    opacity: 0.7;
  }
}
@media (max-width: 768px) {
  .l-news__item-link {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.l-news__item-img {
  height: 21rem;
}
.l-news__item-img img {
  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: inline-flex;
  margin-top: 1.2rem;
  flex-wrap: wrap;
  gap: 5px 5px;
}
@media (max-width: 768px) {
  .l-news__item-tags {
    order: 1;
    width: 100%;
    margin-top: 0.7rem;
  }
}
.l-news__item-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 769px) {
  .l-news__item-col {
    margin-top: 0.6rem;
    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;
  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 {
    order: 1;
    width: 100%;
  }
}

.l-pagination {
  margin-top: 142px;
  display: flex;
  justify-content: center;
  gap: 1.3rem;
}
@media (max-width: 768px) {
  .l-pagination {
    gap: 1rem;
    margin-top: 27px;
  }
}
.l-pagination ol {
  display: flex;
  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 {
    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;
  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%;
  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%;
  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;
  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;
  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%;
  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;
}
@media (max-width: 768px) {
  .l-pagination-detail {
    margin: 36px 0 23px;
    padding: 39px 0 0;
  }
}
.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;
  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 {
  transform: rotate(45deg);
  right: 0;
}
@media (min-width: 769px) {
  .l-pagination-detail__arrow:hover {
    text-decoration: underline;
  }
}
@media (max-width: 768px) {
  .l-pagination-detail__arrow {
    top: 0;
  }
}

.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 {
  transform: rotate(-90deg);
}
.l-ac__trigger.active {
  color: #757cbb;
}
.l-ac__trigger.active:after {
  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: flex;
}
@media (max-width: 768px) {
  .l-row {
    flex-direction: column;
  }
}
.l-row--curriculum {
  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: 4rem;
  line-height: 1.75;
  letter-spacing: 0.15em;
}
.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-block {
  margin-top: 83px;
}
@media (max-width: 768px) {
  .l-block {
    margin-top: 37px;
  }
}
.l-block__intro-row {
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 768px) {
  .l-block__intro-row {
    flex-direction: column;
    align-items: center;
    gap: 28px;
  }
}
.l-block__intro-col--left {
  flex-shrink: 0;
}
.l-block__intro-col-name {
  margin-top: 44px;
}
.l-block__intro-col-name .jp {
  display: block;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
}
.l-block__intro-col-name .en {
  display: block;
  margin-top: 1rem;
  color: #8e7c13;
  font-size: 1rem;
  letter-spacing: 0.1em;
}
.l-block__intro-col-lead {
  margin-top: 2.8rem;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
.l-block__intro-col-txt {
  font-size: 1.6rem;
  line-height: 2;
}
.l-block__intro-col-txt + .l-block__intro-col-txt {
  margin-top: 2em;
}
@media (max-width: 768px) {
  .l-block__intro-col-img {
    width: 151px;
    margin: 0 auto;
  }
  .l-block__intro-col-name {
    margin-top: 18px;
  }
  .l-block__intro-col-name .jp {
    font-size: 1.8rem;
  }
  .l-block__intro-col-name .en {
    margin-top: 0.6rem;
  }
  .l-block__intro-col-lead {
    margin-top: 0.9rem;
    font-size: 1.4rem;
  }
  .l-block__intro-col-txt {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
  .l-block__intro-col-txt + .l-block__intro-col-txt {
    margin-top: 1.8em;
  }
}
.l-block__sec {
  margin-top: 80px;
  padding-top: 80px;
  border-top: solid 1px #595757;
  word-break: break-all;
}
@media (max-width: 768px) {
  .l-block__sec {
    margin-top: 18px;
    padding-top: 18px;
  }
}
.l-block__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;
}
.l-block__sec-ttl + .l-block__sec-txt {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .l-block__sec-ttl {
    font-size: 1.8rem;
  }
}
.l-block__sec-txt {
  font-size: 1.6rem;
  line-height: 2;
}
.l-block__sec-txt .ic {
  margin-right: 1em;
}
.l-block__sec-txt .ic img {
  vertical-align: middle;
}
.l-block__sec-txt + .l-block__sec-txt {
  margin-top: 2em;
}
.l-block__sec-txt + h3, .l-block__sec-txt + h4, .l-block__sec-txt + h5, .l-block__sec-txt + h6 {
  margin-top: 72px;
}
.l-block__sec-txt + .l-block__img {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .l-block__sec-txt {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
  .l-block__sec-txt + .l-block__img {
    margin-top: 20px;
  }
}
.l-block__sec h3 + p,
.l-block__sec h4 + p,
.l-block__sec h5 + p,
.l-block__sec h6 + p {
  margin-top: 20px;
}
.l-block__sec h3 + .l-ac,
.l-block__sec h4 + .l-ac,
.l-block__sec h5 + .l-ac,
.l-block__sec h6 + .l-ac {
  margin-top: 28px;
}
@media (max-width: 768px) {
  .l-block__sec h3 + p,
  .l-block__sec h4 + p,
  .l-block__sec h5 + p,
  .l-block__sec h6 + p {
    margin-top: 10px;
  }
}
.l-block__img {
  text-align: center;
}
.l-block__img--col2 {
  display: flex;
  justify-content: space-between;
}
.l-block__img + .l-block__row {
  margin-top: 60px;
}
.l-block__img + .l-block__img {
  margin-top: 60px;
}
.l-block__img + .l-block__ac {
  margin-top: 97px;
}
@media (max-width: 768px) {
  .l-block__img + .l-block__row {
    margin-top: 14px;
  }
  .l-block__img + .l-block__img {
    margin-top: 30px;
  }
  .l-block__img + .l-block__ac {
    margin-top: 60px;
  }
}
.l-block__cap {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.2857142857;
  text-align: left;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .l-block__cap {
    font-size: 1.1rem;
    line-height: 1.4545454545;
  }
}
.l-block__map {
  border-top: solid 1px #595757;
  border-bottom: solid 1px #595757;
  padding: 78px 0 20px;
  margin: 60px 0 67px;
}
.l-block__map-row {
  display: flex;
  align-items: flex-end;
}
.l-block__map-col--left {
  width: 100px;
  flex-shrink: 0;
  padding-left: 0.5em;
}
.l-block__map-floor {
  font-size: 2.4rem;
  font-weight: bold;
}
.l-block__map-txt {
  font-size: 1.6rem;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .l-block__map {
    padding: 20px 0;
    margin: 40px 0;
  }
  .l-block__map-col--left {
    width: 6rem;
  }
}
.l-block__bnr {
  margin-top: 135px;
}
@media (max-width: 768px) {
  .l-block__bnr {
    margin-top: 40px;
  }
}
.l-block__bnr-link {
  border: solid 1px #595757;
  display: flex;
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.l-block__bnr-link:before {
  content: "";
  display: block;
  position: absolute;
  width: 2.2rem;
  right: 2rem;
  top: 50%;
  height: 1px;
  background: #595757;
}
.l-block__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;
  transform: rotate(45deg);
}
@media (min-width: 769px) {
  .l-block__bnr-link:hover {
    opacity: 0.7;
  }
}
@media (max-width: 768px) {
  .l-block__bnr-link:before {
    width: 10px;
    right: 1rem;
  }
  .l-block__bnr-link:after {
    width: 0.3rem;
    height: 0.3rem;
    right: 1rem;
    top: calc(50% - 0.15rem);
  }
}
.l-block__bnr-img {
  width: 18.1rem;
  flex-shrink: 0;
}
.l-block__bnr-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .l-block__bnr-img {
    width: 8rem;
  }
}
.l-block__bnr-col {
  padding: 1.8rem 6rem 1.8rem 2rem;
}
@media (max-width: 768px) {
  .l-block__bnr-col {
    padding: 0.2rem 3rem 0.7rem 1rem;
  }
}
.l-block__bnr-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.7777777778;
}
@media (max-width: 768px) {
  .l-block__bnr-ttl {
    font-size: 1.2rem;
  }
}
.l-block__bnr-txt {
  margin-top: 5px;
  font-size: 1.4rem;
  line-height: 1.5714285714;
}
@media (max-width: 768px) {
  .l-block__bnr-txt {
    font-size: 1.1rem;
    line-height: 1.4545454545;
    margin-top: 0;
  }
}
.l-block__bnr + h3, .l-block__bnr + h4, .l-block__bnr + h5, .l-block__bnr + h6 {
  margin-top: 150px;
}
@media (max-width: 768px) {
  .l-block__bnr + h3, .l-block__bnr + h4, .l-block__bnr + h5, .l-block__bnr + h6 {
    margin-top: 40px;
  }
}
.l-block__btn {
  text-align: center;
  margin-top: 100px;
}
.l-block__btn + .l-block__btn {
  margin-top: 35px;
}

.l-article {
  margin-top: 17px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .l-article {
    margin-top: 14px;
  }
}
.l-article__info {
  display: flex;
  justify-content: space-between;
}
.l-article__date {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .l-article__date {
    font-size: 1rem;
  }
}
.l-article__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;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .l-article__ttl {
    margin-top: 24px;
    font-size: 1.8rem;
    line-height: 1.2777777778;
    letter-spacing: 0;
    padding-bottom: 13px;
  }
}
.l-article__content {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .l-article__content {
    margin-top: 18px;
  }
}
.l-article__content a {
  color: #5486ac;
}
@media (min-width: 769px) {
  .l-article__content a:hover {
    text-decoration: underline;
  }
}
.l-article__content section {
  padding-bottom: 40px;
}
.l-article__content section + section {
  border-top: solid 1px #595757;
  padding-top: 40px;
}
@media (max-width: 768px) {
  .l-article__content section {
    padding-bottom: 15px;
  }
  .l-article__content section + section {
    padding-top: 15px;
  }
}
.l-article__content p:not(.l-row__col-btn) {
  font-size: 1.6rem;
  line-height: 2;
}
.l-article__content p:not(.l-row__col-btn) .ic {
  margin-right: 1em;
}
.l-article__content p:not(.l-row__col-btn) .ic img {
  vertical-align: middle;
}
.l-article__content p:not(.l-row__col-btn) + p {
  margin-top: 32px;
}
.l-article__content p:not(.l-row__col-btn) + h3, .l-article__content p:not(.l-row__col-btn) + h4, .l-article__content p:not(.l-row__col-btn) + h5, .l-article__content p:not(.l-row__col-btn) + h6 {
  margin-top: 54px;
}
.l-article__content p:not(.l-row__col-btn) + .img {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .l-article__content p:not(.l-row__col-btn) {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
  .l-article__content p:not(.l-row__col-btn) .ic img {
    transform: scale(0.8);
  }
  .l-article__content p:not(.l-row__col-btn) + p {
    margin-top: 25px;
  }
  .l-article__content p:not(.l-row__col-btn) + h3, .l-article__content p:not(.l-row__col-btn) + h4, .l-article__content p:not(.l-row__col-btn) + h5, .l-article__content p:not(.l-row__col-btn) + h6 {
    margin-top: 34px;
  }
  .l-article__content p:not(.l-row__col-btn) + .img {
    margin-top: 15px;
  }
}
.l-article__content div + p, .l-article__content div + h3, .l-article__content div + h4, .l-article__content div + h5, .l-article__content div + h6 {
  margin-top: 72px;
}
@media (max-width: 768px) {
  .l-article__content div + p, .l-article__content div + h3, .l-article__content div + h4, .l-article__content div + h5, .l-article__content div + h6 {
    margin-top: 50px;
  }
}
.l-article__content h2:first-child,
.l-article__content h3:first-child,
.l-article__content h4:first-child,
.l-article__content h5:first-child,
.l-article__content h6:first-child {
  margin-top: 30px;
}
.l-article__content h2 + p,
.l-article__content h3 + p,
.l-article__content h4 + p,
.l-article__content h5 + p,
.l-article__content h6 + p {
  margin-top: 20px;
}
.l-article__content h2 + .l-ac,
.l-article__content h3 + .l-ac,
.l-article__content h4 + .l-ac,
.l-article__content h5 + .l-ac,
.l-article__content h6 + .l-ac {
  margin-top: 28px;
}
@media (max-width: 768px) {
  .l-article__content h2:first-child,
  .l-article__content h3:first-child,
  .l-article__content h4:first-child,
  .l-article__content h5:first-child,
  .l-article__content h6:first-child {
    margin-top: 2px;
  }
  .l-article__content h2 + p,
  .l-article__content h3 + p,
  .l-article__content h4 + p,
  .l-article__content h5 + p,
  .l-article__content h6 + p {
    margin-top: 9px;
  }
}
.l-article__content .img {
  text-align: center;
}
.l-article__content .img p {
  font-size: 1.4rem;
  font-weight: normal;
  text-align: left;
}
.l-article__content .img + p {
  margin-top: 40px;
}
.l-article__content .img + h3, .l-article__content .img + h4, .l-article__content .img + h5, .l-article__content .img + h6 {
  margin-top: 54px;
}
.l-article__content .img + .img {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .l-article__content .img p {
    font-size: 1.1rem;
  }
  .l-article__content .img + p {
    margin-top: 15px;
  }
  .l-article__content .img + .img {
    margin-top: 15px;
  }
}
.l-article__content .col2 {
  display: flex;
  gap: 40px;
  margin-top: 30px;
}
.l-article__content .col2 .img {
  flex-shrink: 0;
}
.l-article__content .col2 h3,
.l-article__content .col2 h4,
.l-article__content .col2 h5,
.l-article__content .col2 h6 {
  font-size: 3.4rem;
  line-height: 1.5588235294;
  letter-spacing: 0.075em;
}
.l-article__content .col2 h3:first-child,
.l-article__content .col2 h4:first-child,
.l-article__content .col2 h5:first-child,
.l-article__content .col2 h6:first-child {
  margin-top: 0;
}
.l-article__content .col2 + .col2 {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .l-article__content .col2 {
    flex-direction: column;
  }
  .l-article__content .col2 h3,
  .l-article__content .col2 h4,
  .l-article__content .col2 h5,
  .l-article__content .col2 h6 {
    font-size: 2rem;
    letter-spacing: 0;
  }
}
.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: 40px 15px;
  }
}
.l-article .careerList__block + .careerList__block {
  margin-top: 50px;
  padding: 40px 30px;
}
@media (max-width: 768px) {
  .l-article .careerList__block + .careerList__block {
    padding: 40px 20px;
  }
}
.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: flex;
  flex-wrap: wrap;
  gap: 0px 15px;
}
@media (max-width: 768px) {
  .l-article .careerList__block .career__list {
    gap: 3px 15px;
  }
}
.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.3rem;
    line-height: 1.4;
    padding-left: 14px;
  }
}
.l-article .careerList__block .career__list li::before {
  content: "●";
  color: #83aa7e;
  position: absolute;
  top: 0;
  left: 0;
}
.l-article .col2 {
  display: flex;
  gap: 40px;
  margin-top: 30px;
}
.l-article .col2 p {
  font-size: 1.6rem;
  line-height: 2;
}
.l-article .col2 .img {
  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 {
    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: 40px;
}
.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;
}
@media (max-width: 768px) {
  .l-article .asterlist {
    font-size: 1.4rem;
  }
}
.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;
}
.l-article .nowrap {
  white-space: nowrap;
}
.l-article .table {
  margin-top: 40px;
  overflow: auto;
}
.l-article .table table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #8e7c13;
}
@media (max-width: 599px) {
  .l-article .table table {
    width: 100%;
  }
}
.l-article .table table td, .l-article .table table th {
  padding: 15px;
  vertical-align: middle;
  line-height: 1.15;
}
@media (max-width: 599px) {
  .l-article .table table td, .l-article .table table th {
    font-size: 1.3rem;
    padding: 10px;
    line-height: 1.4;
  }
}
.l-article .table table th {
  background-color: #8e7c13;
  color: #fff;
  font-weight: bold;
  border: 1px solid #fff;
}
.l-article .table table th.border-block {
  border: 1px solid #8e7c13;
  background-color: #fff;
  color: #8e7c13;
  font-weight: bold;
}
.l-article .table table td {
  background-color: #fff;
  border: 1px solid #595757;
}
.l-article .table table .td-h {
  background-color: #f5f5f5;
  color: #595757;
  font-weight: bold;
}
.l-article .table .th-seisaku {
  width: 95px;
}
@media (max-width: 599px) {
  .l-article .table .th-seisaku {
    width: 74px;
  }
}
.l-article .arrow {
  width: 100%;
  text-align: center;
  padding: 10px 0;
}
.l-article .arrow span {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  border-top: 15px solid #595757;
  border-bottom: 0;
  display: inline-block;
}
.l-article .flow-table th {
  border: 1px solid #8e7c13;
}
.l-article .flow-table .td-h {
  width: 125px;
}
@media (max-width: 599px) {
  .l-article .flow-table .td-h.flow-th {
    width: 95px;
  }
}

#exam table th {
  background-color: #bf735c;
}

.pb0 {
  padding-bottom: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.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: 50px !important;
}

.mt72 {
  margin-top: 72px !important;
}

ol.ol-list {
  list-style: decimal;
  margin-left: 24px;
  line-height: 2;
  margin-top: 0.5em;
}
@media (max-width: 768px) {
  ol.ol-list {
    font-size: 1.4rem;
  }
}

.career-list-img {
  background-color: #fff;
  padding: 40px 20px;
}
@media (max-width: 768px) {
  .career-list-img {
    padding: 40px 0px;
  }
}

.l-main#career h4.ttl {
  color: #83aa7e;
}
.l-main#career .p-people__theme h3.ttl {
  color: #83aa7e;
}

.t-center {
  text-align: center;
}

.pointer-none {
  pointer-events: none;
}

@media (max-width: 768px) {
  .l-people-career {
    margin-top: 40px;
  }
}

.l-people__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 60px 40px;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .l-people__list {
    margin-top: 20px;
    gap: 30px;
  }
}
.l-people__item {
  width: calc((100% - 60px) / 2);
}
@media (max-width: 768px) {
  .l-people__item {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .l-people__item {
    width: 100%;
  }
}
.l-people__link {
  display: flex;
  gap: 15px;
  align-items: center;
  width: 100%;
  transition: all 0.3s;
}
.l-people__link:hover {
  opacity: 0.85;
  transition: all 0.3s;
}
.l-people .people-title {
  border: none;
  line-height: 1.75;
}
.l-people .c-btn {
  color: #595757;
}
.l-people .p-people__btn {
  text-align: center;
}

@media (max-width: 768px) {
  .p-people__sublead {
    font-size: 1.4rem;
    padding-bottom: 30px;
  }
}
.p-people__block {
  display: flex;
  gap: 30px;
}
@media (max-width: 768px) {
  .p-people__block {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.p-people__col {
  flex-grow: 1;
}
.p-people__img {
  max-width: 180px;
  width: 100%;
  flex-shrink: 0;
}
.p-people__img img {
  border-radius: 16px;
}
.p-people__name {
  font-size: 2rem;
  color: #595757;
  position: relative;
}
.p-people__name .nendo {
  font-size: 1.6rem;
  display: inline-block;
}
.p-people__name .name {
  display: inline-block;
  padding-top: 1rem;
}
.p-people__btn {
  margin-top: 100px;
}

.l-people__list .p-people__name::after {
  content: "";
  background-image: url(/gsia2/img/common/ic-arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 10px;
}

.detail-block .p-people__block {
  margin-top: 40px;
}
.detail-block .p-people__heading {
  border-bottom: solid 1px #595757;
  padding-bottom: 2rem;
  padding-top: 1rem;
  position: relative;
}
.detail-block .p-people__heading .p-people__name {
  font-size: 2rem;
}
.detail-block .p-people__name {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
}
.detail-block .p-people__theme .ttl, .detail-block .p-people__content .ttl {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #8e7c13;
  font-weight: bold;
  font-size: 1.4rem;
}
.detail-block .p-people__theme p, .detail-block .p-people__content p {
  margin-top: 0.5em;
  font-size: 1.4rem;
  line-height: 2;
}
.detail-block .p-people__content .ttl {
  margin-top: 40px;
}
.detail-block .p-people__content {
  margin-top: 60px;
}
.detail-block .p-people__content .ttl {
  border-bottom: solid 1px #595757;
  padding-bottom: 1.5rem;
  line-height: 1.2;
  position: relative;
}
.detail-block .p-people__content h3 + .ttl {
  margin-top: 40px;
}
.detail-block .p-people__content .lead {
  font-size: 2.2rem;
  line-height: 1.4;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .detail-block .p-people__content .lead {
    font-size: 1.6rem;
    margin-top: 10px;
  }
}
.detail-block .c-ttl--22 {
  margin-top: 70px !important;
}
.detail-block .p-people__content p + p {
  margin-top: 20px;
}

.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--lead {
  font-size: 3.2rem !important;
  line-height: 1.65 !important;
  letter-spacing: 0.15em;
}
@media (max-width: 768px) {
  .c-ttl--lead {
    font-size: 2rem !important;
    letter-spacing: 0.05em;
  }
}
.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: flex;
    flex-wrap: wrap;
    max-width: 90%;
    margin: 6px auto 33px;
  }
  .c-breadcrumb__item {
    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;
    transform: rotate(45deg);
    left: 0.3rem;
    top: 0.5rem;
  }
  .c-breadcrumb__link {
    color: #595757;
    text-decoration: underline;
  }
  .c-breadcrumb__link img {
    transform: scale(0.8);
  }
}

.l-row__col-btn {
  width: 100%;
}

.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;
  color: #595757 !important;
}
.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 !important;
    text-decoration: none !important;
  }
}
@media (max-width: 768px) {
  .c-btn, .sq-btn {
    width: 100%;
    line-height: 1.15;
  }
  .c-btn::after, .sq-btn::after {
    content: none;
  }
}
.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(/gsia2/img/common/ic-arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 10px;
}
.c-btn:hover::after, .sq-btn:hover::after {
  background-image: url(/gsia2/img/common/ic-arrow-wh.svg);
  background-size: 100%;
  transition: 0.3s ease;
}
@media (max-width: 768px) {
  .c-btn:hover::after, .sq-btn:hover::after {
    background-image: url(/gsia2/img/common/ic-arrow.svg);
  }
}
.c-btn.i-pdf::after, .sq-btn.i-pdf::after {
  content: "";
  background-image: url(/gsia2/img/common/icon-pdf.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
.c-btn.i-pdf:hover::after, .sq-btn.i-pdf:hover::after {
  background-image: url(/gsia2/img/common/icon-pdf-wh.svg);
  background-size: 100%;
  transition: 0.3s ease;
}
@media (max-width: 768px) {
  .c-btn.i-pdf:hover::after, .sq-btn.i-pdf:hover::after {
    background-image: url(/gsia2/img/common/icon-pdf.svg);
  }
}
.c-btn.i-gaibu::after, .sq-btn.i-gaibu::after {
  content: "";
  background-image: url(/gsia2/img/common/icon_gaibu.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
}
.c-btn.i-gaibu:hover::after, .sq-btn.i-gaibu:hover::after {
  background-image: url(/gsia2/img/common/icon_gaibu_wh.svg);
  background-size: 100%;
  transition: 0.3s ease;
}
@media (max-width: 768px) {
  .c-btn.i-gaibu:hover::after, .sq-btn.i-gaibu:hover::after {
    background-image: url(/gsia2/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: inline-flex;
  justify-content: flex-end;
  gap: 10px;
  padding-left: 80px;
}
@media (max-width: 768px) {
  .p-news-detail {
    margin-top: 14px;
  }
}
.p-news-detail__info {
  display: flex;
  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;
  display: block;
}
@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 {
    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: flex;
  gap: 40px;
  margin-top: 30px;
}
.p-news-detail__content .col2 .img {
  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 {
    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;
}

.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: flex;
  gap: 30px;
}
@media (max-width: 768px) {
  .p-faculty__block--row {
    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 {
  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 {
  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;
  transform: rotate(45deg);
}
.p-faculty__ttl {
  margin-top: 20px;
  display: flex;
  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 {
  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;
}
@media (max-width: 768px) {
  .p-faculty__btn {
    padding-bottom: 40px;
  }
}
.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: flex;
  justify-content: space-between;
  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 {
  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: flex;
  gap: 30px;
}

.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(/gsia2/img/faculty/ic_arrow.svg);
    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%;
    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 Old Mincho", serif !important;
  color: #595757 !important;
}

.p-faculty__block .p-faculty__list a {
  text-decoration: underline;
}

@media (max-width: 599px) {
  .l-faculty__item {
    width: 100%;
  }
}
.p-curriculum {
  margin-top: 65px;
}
.p-curriculum__mv {
  text-align: center;
}
.p-curriculum__mv + .p-curriculum__row {
  margin-top: 60px;
}
.p-curriculum__row {
  margin-top: 246px;
}
.p-curriculum__row + .p-curriculum__row {
  margin-top: 264px;
}
.p-curriculum__img {
  text-align: center;
  margin-top: 85px;
}

.p-curriculum-career {
  margin-top: 62px;
}
@media (max-width: 768px) {
  .p-curriculum-career {
    margin-top: 26px;
  }
}
.p-curriculum-career__ttl {
  color: #8e7c13;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  margin-bottom: 17px;
}
@media (max-width: 768px) {
  .p-curriculum-career__ttl {
    letter-spacing: 0.05em;
    margin-bottom: 11px;
  }
}
.p-curriculum-career__dl {
  display: flex;
}
.p-curriculum-career__dl + .p-curriculum-career__dl {
  margin-top: 16px;
}
@media (max-width: 768px) {
  .p-curriculum-career__dl {
    display: block;
  }
}
.p-curriculum-career__dt {
  width: 14rem;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-curriculum-career__dt .en {
  display: block;
  font-size: 1.6rem;
}
.p-curriculum-career__dt .jp {
  margin-top: 5px;
  display: block;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .p-curriculum-career__dt {
    width: 100%;
  }
}
.p-curriculum-career__dd {
  padding-left: 2.4rem;
  position: relative;
}
.p-curriculum-career__dd:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.8rem;
  bottom: 0.5rem;
  left: 0;
  width: 1px;
  background: #595757;
}
.p-curriculum-career__dd-txt {
  font-size: 1.6rem;
  line-height: 1.625;
}
@media (max-width: 768px) {
  .p-curriculum-career__dd {
    width: 100%;
    padding-left: 0;
    margin-top: 5px;
  }
  .p-curriculum-career__dd:before {
    display: none;
  }
  .p-curriculum-career__dd-txt {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}

.p-curriculum-star {
  margin-top: 86px;
  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;
}
@media (min-width: 769px) {
  .p-curriculum-star__trigger:hover {
    transform: scale(1.1);
  }
}
.p-curriculum-star__modal-circle {
  margin-top: 30px;
}
.p-curriculum-star__modal-txt {
  margin-top: 20px;
  text-align: left;
  font-size: 1.6rem;
  line-height: 2;
}
.p-curriculum-star__modal h3 {
  text-align: left;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .p-curriculum-star__modal h3 {
    font-size: 1.6rem !important;
  }
}

.p-message {
  margin-top: 83px;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .p-message {
    margin-top: 37px;
  }
}
.p-message__intro-row {
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 768px) {
  .p-message__intro-row {
    flex-direction: column;
    align-items: center;
    gap: 28px;
  }
}
.p-message__intro-col--left {
  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: flex;
  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: flex;
  align-items: flex-end;
}
.p-message__map-col--left {
  width: 100px;
  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: flex;
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.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;
  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;
  flex-shrink: 0;
}
.p-message__bnr-img img {
  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;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  38% {
    opacity: 1;
  }
  43% {
    opacity: 0;
    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--text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 27px;
  z-index: 15;
}
@media (max-width: 768px) {
  .p-home-mv--text {
    max-width: 20px;
  }
}
.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%;
  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%;
}
.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;
}
@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: 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;
    flex-direction: column;
    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;
  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;
  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;
  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;
  }
}

.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: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .p-home-bnr__list {
    padding: 30px 0;
    gap: 30px;
    border-top: none;
    margin: 0 auto;
    justify-content: space-between;
  }
}
@media (max-width: 599px) {
  .p-home-bnr__list {
    flex-wrap: wrap;
    width: 100%;
    max-width: 200px;
    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%;
  }
}

.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;
  right: 0;
  left: auto;
}
@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;
  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: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.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] {
  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;
  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;
  transition: 0.3s;
  background-color: #595858;
  border: 1px solid #595858;
  color: #ffffff;
}

.u-font--kakugo {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.u-font--min {
  font-family: "Zen Old Mincho", 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 */
