@charset "UTF-8";
html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}

@media screen and (max-width: 1440px) {
  html {
    font-size: 0.6944444444vw;
  }
}
@media screen and (max-width: 992px) {
  html {
    font-size: 0.8064516129vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}
body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  overflow-x: hidden;
  line-height: 1.42;
  -webkit-font-smoothing: antialiased;
}
body.no_scroll {
  overflow: hidden;
  position: relative;
}

a {
  cursor: pointer;
  text-decoration: none;
  outline: none;
  color: #000;
}

p {
  letter-spacing: 0.05em;
}

.desc {
  font-size: 1.6rem;
  line-height: 2;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.u-sp {
  display: none;
}

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

@media screen and (max-width: 767px) {
  .desc {
    line-height: 1.5;
  }
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
}
/* —————————————————
  ヘッダー header
  —————————————————*/
.l-header {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 999;
}

.l-header__top {
  background-color: #BE1A25;
  padding: 2rem 0;
  height: 11.7rem;
}
.l-header__top .l-header__wrap {
  width: calc(100% - 4rem);
  max-width: 1240px;
  height: 100%;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.l-header__topNav {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 6rem;
}
.l-header__topNav .item {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0;
  transition: 0.3s ease;
}
.l-header__topNav .item::before {
  content: "";
  display: block;
  margin: 0 auto;
}
.l-header__topNav .item:hover {
  opacity: 0.7;
}
.l-header__topNav .item_trial::before {
  width: 4.2rem;
  height: 4.2rem;
  background: url("../img/icon_school.svg") no-repeat top left/100%;
}
.l-header__topNav .item_document::before {
  width: 4.2rem;
  height: 3.3rem;
  background: url("../img/icon_book.svg") no-repeat top left/100%;
}
.l-header__topNav .item_access::before {
  width: 3.3rem;
  height: 4.2rem;
  background: url("../img/icon_access.svg") no-repeat top left/100%;
}
.l-header__topNav .item_contact::before {
  width: 3.7rem;
  height: 3rem;
  background: url("../img/icon_mail.svg") no-repeat top left/100%;
}

.l-header__gNav {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: sticky;
  top: 0;
}

.l-header__menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.l-header__menu .nav_item {
  position: relative;
  cursor: pointer;
}
.l-header__menu .nav_item > a {
  display: block;
  font-size: 1.8rem;
  margin: 1.8rem 0;
  padding: 1.2rem 5.8rem;
  width: 100%;
  text-align: center;
  letter-spacing: 0;
}
.l-header__menu .nav_item:first-child > a {
  padding: 1.2rem 5.8rem 1.2rem 9rem;
}
.l-header__menu .nav_item:last-child {
  -ms-flex: 1;
      flex: 1;
}
.l-header__menu .nav_item:last-child > a {
  text-align: left;
}
.l-header__menu .nav_item:not(:last-child) > a {
  border-right: 1px solid #000;
}
.l-header__menu .drop-menu {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  position: absolute;
  top: 100%;
  left: 0;
  border-top: 4px solid #BE1A25;
  width: 100%;
  min-height: 33rem;
  background-color: #fff;
  padding-top: 2rem;
  cursor: initial;
}
.l-header__menu .drop-menu a {
  display: block;
  font-size: 1.4rem;
  padding: 1.2rem 1.6rem 1.2rem 2rem;
  letter-spacing: 0;
}
.l-header__menu .drop-menu a:hover {
  background-color: #BE1A25;
  color: #fff;
}
.l-header__menu li.has-child:hover .drop-menu {
  visibility: visible;
  opacity: 1;
}

.c-hamburger {
  transition: all 0.2s;
  width: 12rem;
  height: 12rem;
  z-index: 9999;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}
.c-hamburger span {
  z-index: 99999;
  display: inline-block;
  transition: all 0.2s;
  box-sizing: border-box;
  position: absolute;
  height: 5px;
  background-color: #fff;
  border-radius: 4px;
  width: 6.8rem;
  right: 2.4rem;
  transition: 0.3s ease all;
}
.c-hamburger span:nth-of-type(1) {
  top: 3.2rem;
}
.c-hamburger span:nth-of-type(2) {
  top: 5.2rem;
}
.c-hamburger span:nth-of-type(3) {
  top: 7.2rem;
}
.c-hamburger.is-active span:nth-of-type(1) {
  -ms-transform: translateY(2rem) rotate(-45deg);
      transform: translateY(2rem) rotate(-45deg);
}
.c-hamburger.is-active span:nth-of-type(2) {
  opacity: 0;
}
.c-hamburger.is-active span:nth-of-type(3) {
  -ms-transform: translateY(-2rem) rotate(45deg);
      transform: translateY(-2rem) rotate(45deg);
}

@media screen and (max-width: 992px) {
  .l-header {
    position: fixed;
    height: 12rem;
    background-color: #BE1A25;
  }
  .l-header__top {
    height: 100%;
    padding: 1rem 0;
  }
  .l-header__top .l-header__wrap {
    width: calc(100% - 2.4rem);
  }
  .l-header__top .l-header__logo {
    width: 70%;
  }
  .l-header__topNav {
    display: none;
  }
  .l-header__gNav {
    z-index: 99999;
    width: 100%;
    padding: 2.5rem 0 6rem;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    display: none;
    position: absolute;
    top: 100%;
    height: 100vh;
    background-color: #fff;
  }
  .l-header__menu {
    display: block;
  }
  .l-header__menu .nav_item {
    position: relative;
  }
  .l-header__menu .nav_item > a {
    display: block;
    font-size: 2.8rem;
    margin: 0;
    padding: 1.2rem 2rem;
    text-align: left;
    position: relative;
    font-weight: 700;
  }
  .l-header__menu .nav_item > a::after {
    content: "＋";
    font-size: 4rem;
    font-weight: 300;
    position: absolute;
    top: 50%;
    right: 24px;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
  .l-header__menu .nav_item > a.is-open::after {
    content: "ー";
  }
  .l-header__menu .nav_item:first-child > a {
    padding: 1.2rem 2rem;
  }
  .l-header__menu .nav_item:not(:last-child) > a {
    border-right: none;
  }
  .l-header__menu .drop-menu {
    opacity: 1;
    visibility: inherit;
    position: static;
    top: 100%;
    left: 0;
    border-top: none;
    width: 100%;
    min-height: inherit;
    background-color: #fff;
    padding: 1rem 0;
    display: none;
    background: rgb(222, 222, 222);
    background: linear-gradient(45deg, rgb(222, 222, 222) 0%, rgba(212, 220, 221, 0.05) 100%);
  }
  .l-header__menu .drop-menu a {
    display: block;
    font-size: 2.8rem;
    padding: 0.8rem 2rem 0.8rem 4rem;
    position: relative;
  }
  .l-header__menu .drop-menu a::after {
    content: "";
    display: block;
    width: 3.6rem;
    height: 2.2rem;
    background: url("../img/icon_arrow.svg") no-repeat top right/100%;
    position: absolute;
    top: 50%;
    right: 28px;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
  .l-header__menu .drop-menu a:hover {
    background: none;
    color: #000;
  }
  .l-header__menu li.has-child:hover .drop-menu {
    visibility: inherit;
    opacity: 1;
  }
  .c-hamburger {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    position: fixed;
    height: 6rem;
    background-color: #BE1A25;
  }
  .l-header__top {
    height: auto;
    padding: 1rem 0;
  }
  .l-header__top .l-header__wrap {
    width: calc(100% - 2.4rem);
  }
  .l-header__top .l-header__logo {
    width: 70%;
  }
  .l-header__topNav {
    display: none;
  }
  .l-header__gNav {
    z-index: 99999;
    width: 100%;
    padding: 2.5rem 0 6rem;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    display: none;
    position: absolute;
    top: 100%;
    height: 100vh;
    background-color: #fff;
  }
  .l-header__menu {
    display: block;
  }
  .l-header__menu .nav_item {
    position: relative;
  }
  .l-header__menu .nav_item > a {
    display: block;
    font-size: 1.6rem;
    margin: 0;
    padding: 1.2rem 2rem;
    text-align: left;
    position: relative;
    font-weight: 700;
  }
  .l-header__menu .nav_item > a::after {
    content: "＋";
    font-size: 2rem;
    font-weight: 300;
    position: absolute;
    top: 50%;
    right: 24px;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
  .l-header__menu .nav_item:first-child > a {
    padding: 1.2rem 2rem;
  }
  .l-header__menu .nav_item:not(:last-child) > a {
    border-right: none;
  }
  .l-header__menu .nav_item.is-open > a::after {
    content: "ー";
  }
  .l-header__menu .drop-menu {
    opacity: 1;
    visibility: inherit;
    position: static;
    top: 100%;
    left: 0;
    border-top: none;
    width: 100%;
    min-height: inherit;
    background-color: #fff;
    padding: 1rem 0;
    display: none;
    background: rgb(222, 222, 222);
    background: linear-gradient(45deg, rgb(222, 222, 222) 0%, rgba(212, 220, 221, 0.05) 100%);
  }
  .l-header__menu .drop-menu a {
    display: block;
    font-size: 1.6rem;
    padding: 0.8rem 2rem 0.8rem 4rem;
    position: relative;
  }
  .l-header__menu .drop-menu a::after {
    content: "";
    display: block;
    width: 18px;
    height: 11px;
    background: url("../img/icon_arrow.svg") no-repeat top right/100%;
    position: absolute;
    top: 50%;
    right: 28px;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
  .l-header__menu .drop-menu a:hover {
    background: none;
    color: #000;
  }
  .l-header__menu li.has-child:hover .drop-menu {
    visibility: inherit;
    opacity: 1;
  }
  .c-hamburger {
    display: block;
  }
  .c-hamburger {
    transition: all 0.2s;
    width: 6rem;
    height: 6rem;
    z-index: 9999;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
  .c-hamburger span {
    z-index: 99999;
    display: inline-block;
    transition: all 0.2s;
    box-sizing: border-box;
    position: absolute;
    height: 5px;
    background-color: #fff;
    border-radius: 4px;
    width: 3.4rem;
    right: 1.2rem;
    transition: 0.3s ease all;
  }
  .c-hamburger span:nth-of-type(1) {
    top: 1.6rem;
  }
  .c-hamburger span:nth-of-type(2) {
    top: 2.6rem;
  }
  .c-hamburger span:nth-of-type(3) {
    top: 3.6rem;
  }
  .c-hamburger.is-active span:nth-of-type(1) {
    -ms-transform: translateY(1rem) rotate(-45deg);
        transform: translateY(1rem) rotate(-45deg);
  }
  .c-hamburger.is-active span:nth-of-type(2) {
    opacity: 0;
  }
  .c-hamburger.is-active span:nth-of-type(3) {
    -ms-transform: translateY(-1rem) rotate(45deg);
        transform: translateY(-1rem) rotate(45deg);
  }
}
/* —————————————————
  固定ボタン
  —————————————————*/
.l-fixed__btn {
  position: fixed;
  top: 26%;
  right: 0;
  z-index: 99999;
}
.l-fixed__btn .btn__list .item {
  width: 7.5rem;
  height: 8rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  padding: 0.5rem;
  transition: 0.3s ease;
  letter-spacing: 0;
}
.l-fixed__btn .btn__list .item::before {
  content: "";
  display: block;
  margin: 0 auto 0.5rem;
}
.l-fixed__btn .btn__list .item:hover {
  opacity: 0.7;
}
.l-fixed__btn .btn__list .item_trial {
  background-color: #BE1A25;
}
.l-fixed__btn .btn__list .item_trial::before {
  width: 4.2rem;
  height: 4.2rem;
  background: url("../img/icon_school.svg") no-repeat top left/100%;
}
.l-fixed__btn .btn__list .item_document {
  background-color: #FD9712;
}
.l-fixed__btn .btn__list .item_document::before {
  width: 4.2rem;
  height: 3.3rem;
  background: url("../img/icon_book.svg") no-repeat top left/100%;
}
.l-fixed__btn .btn__list .item_contact {
  background-color: #1F3F80;
}
.l-fixed__btn .btn__list .item_contact::before {
  width: 4.3rem;
  height: 3.5rem;
  background: url("../img/icon_mail.svg") no-repeat top left/100%;
}
.l-fixed__btn .btn__list .item_chat {
  background-color: #05A0E2;
}
.l-fixed__btn .btn__list .item_chat::before {
  width: 4.4rem;
  height: 4.4rem;
  background: url("../img/icon_chat.svg") no-repeat top left/100%;
}
.l-fixed__btn .btn__list.list_sp {
  display: none;
}

@media screen and (max-width: 992px) {
  .l-fixed__btn {
    position: fixed;
    top: inherit;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 0.5rem 1.6rem;
    background-color: #BE1A25;
  }
  .l-fixed__btn .btn__list.list_sp {
    display: -ms-flexbox;
    display: flex;
  }
  .l-fixed__btn .btn__list.list_sp .item {
    width: 50%;
    height: auto;
    font-weight: 400;
    text-align: center;
    background-color: #BE1A25;
    padding: 0;
    line-height: 1.2;
    font-size: 2.4rem;
  }
  .l-fixed__btn .btn__list.list_sp .item_trial {
    border-left: 1px solid rgba(255, 255, 255, 0.6);
  }
  .l-fixed__btn .btn__list.list_sp .item_access::before {
    width: 3.4rem;
    height: 4rem;
    background: url("../img/icon_access.svg") no-repeat top left/100%;
  }
  .l-fixed__btn .btn__list.list_pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-fixed__btn {
    position: fixed;
    top: inherit;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 0.5rem 1.6rem;
    background-color: #BE1A25;
  }
  .l-fixed__btn .btn__list.list_sp {
    display: -ms-flexbox;
    display: flex;
  }
  .l-fixed__btn .btn__list.list_sp .item {
    width: 50%;
    height: auto;
    font-weight: 400;
    text-align: center;
    background-color: #BE1A25;
    padding: 0;
    line-height: 1.2;
    font-size: 1.6rem;
  }
  .l-fixed__btn .btn__list.list_sp .item_trial::before {
    width: 3.2rem;
    height: 3.2rem;
  }
  .l-fixed__btn .btn__list.list_sp .item_document::before {
    width: 3.2rem;
    height: 2.6rem;
  }
  .l-fixed__btn .btn__list.list_sp .item_contact::before {
    width: 2.9rem;
    height: 2.3rem;
  }
  .l-fixed__btn .btn__list.list_sp .item_access::before {
    width: 2.5rem;
    height: 3.1rem;
    background: url("../img/icon_access.svg") no-repeat top left/100%;
  }
  .l-fixed__btn .btn__list.list_pc {
    display: none;
  }
}
/* —————————————————
  フッター footer
  —————————————————*/
.l-footer {
  position: relative;
}

.l-footer__toTop {
  display: block;
  font-size: 1.5rem;
  font-weight: normal;
  position: fixed;
  bottom: 0;
  right: 0;
  letter-spacing: 0.14em;
  z-index: 99;
  width: 7.2rem;
  margin-bottom: 4rem;
}

.l-footer__top {
  width: calc(100% - 8rem);
  max-width: 1240px;
  margin: 0 auto 8rem;
  border: 3px solid #BE1A25;
  padding: 5.6rem 2rem 3rem;
  position: relative;
}
.l-footer__top .c-center {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 2.4rem 0;
}

.l-footer__links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 8.8rem;
}
.l-footer__links .item {
  text-align: center;
  font-weight: 700;
  width: 33.3333333333%;
  max-width: 28rem;
}
.l-footer__links .item p {
  font-size: 2rem;
  letter-spacing: 0;
}
.l-footer__links .item .links__btn {
  display: block;
  padding: 1rem 0;
  font-size: 1.6rem;
  color: #fff;
  margin-top: 1.6rem;
  border: 2px solid;
  transition: 0.3s ease;
}
.l-footer__links .item .links__btn.trial {
  background-color: #0356A4;
  border-color: #0356A4;
}
.l-footer__links .item .links__btn.document {
  background-color: #FD9712;
  border-color: #FD9712;
}
.l-footer__links .item .links__btn.contact {
  background-color: #BE1A25;
  border-color: #BE1A25;
}
@media (hover: hover) {
  .l-footer__links .item .links__btn.trial:hover {
    background-color: #fff;
    color: #0356A4;
  }
  .l-footer__links .item .links__btn.document:hover {
    background-color: #fff;
    color: #FD9712;
  }
  .l-footer__links .item .links__btn.contact:hover {
    background-color: #fff;
    color: #BE1A25;
  }
}

.l-footer__tel {
  width: 100%;
  max-width: 80.8rem;
  margin: 0 auto;
  border: 3px solid #BE1A25;
  border-radius: 1rem;
  padding: 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 4rem;
}
.l-footer__tel .text {
  color: #BE1A25;
  font-size: 2rem;
  font-weight: 700;
}
.l-footer__tel .tel__text {
  color: #BE1A25;
  letter-spacing: 0;
}
.l-footer__tel .tel__text a {
  color: #BE1A25;
  font-size: 4rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1.3;
}
.l-footer__tel .tel__text a::before {
  content: "";
  display: inline-block;
  width: 2.3rem;
  height: 3.8rem;
  background: url("../img/icon_tel.svg") no-repeat top left/100%;
  margin-right: 1.6rem;
}
.l-footer__tel .tel__text span {
  display: block;
  text-align: right;
  font-size: 1.4rem;
}

.l-footer__bottom {
  background-color: #BE1A25;
  padding: 4rem 0;
}
.l-footer__bottom .l-footer__wrap {
  width: calc(100% - 6rem);
  max-width: 1240px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.l-footer__sitemap {
  width: 62.8%;
}
.l-footer__sitemap .sitemap__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.l-footer__sitemap .sitemap__block:not(:first-child) {
  margin-top: 4rem;
}
.l-footer__sitemap .list {
  width: 33.3333333333%;
}
.l-footer__sitemap .list .nav-parent {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  transition: 0.3s ease opacity;
}
.l-footer__sitemap .list .nav-parent:hover {
  opacity: 0.7;
}
.l-footer__sitemap .list .nav-childern {
  margin: 1rem 0 0 1.2rem;
}
.l-footer__sitemap .list .nav-childern a {
  font-size: 1.4rem;
  line-height: 2;
  color: #fff;
  font-weight: 400;
  display: inline-block;
  position: relative;
}
.l-footer__sitemap .list .nav-childern a::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: 0;
  -ms-transform: scale(0, 1);
      transform: scale(0, 1);
  -ms-transform-origin: right top;
      transform-origin: right top;
  transition: transform 0.3s;
}
.l-footer__sitemap .list .nav-childern a:hover::after {
  -ms-transform: scale(1, 1);
      transform: scale(1, 1);
  -ms-transform-origin: left top;
      transform-origin: left top;
}

.l-footer__contact {
  width: 32.8%;
}
.l-footer__contact .c-address {
  color: #fff;
  font-size: 1.4rem;
  line-height: 2;
  margin-top: 1rem;
}
.l-footer__contact .c-address a {
  color: #fff;
}
.l-footer__contact .c-address a:hover {
  text-decoration: underline;
}
.l-footer__contact .sns__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 3.5rem;
  margin: 4rem 0;
}
.l-footer__contact .sns__list a {
  display: inline-block;
  width: 3.2rem;
  transition: 0.3s ease opacity;
}
.l-footer__contact .sns__list a:hover {
  opacity: 0.7;
}
.l-footer__contact .l-footer__btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border: 2px solid #fff;
  color: #fff;
  font-size: 2.7rem;
  padding: 1.8rem 0;
  text-align: center;
  font-weight: 700;
  transition: 0.3s ease;
}
.l-footer__contact .l-footer__btn:last-of-type {
  margin-top: 2rem;
}
.l-footer__contact .l-footer__btn::before {
  content: "";
  display: inline-block;
  margin-right: 3rem;
  transition: 0.3s ease;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #fff;
}
.l-footer__contact .l-footer__btn.contact::before {
  width: 4.9rem;
  height: 3.9rem;
  -webkit-mask-image: url("../img/icon_mail.svg");
          mask-image: url("../img/icon_mail.svg");
}
.l-footer__contact .l-footer__btn.document::before {
  width: 5.4rem;
  height: 4.3rem;
  -webkit-mask-image: url("../img/icon_book.svg");
          mask-image: url("../img/icon_book.svg");
}
.l-footer__contact .l-footer__btn:hover {
  background-color: #fff;
  color: #BE1A25;
}
.l-footer__contact .l-footer__btn:hover::before {
  background-color: #BE1A25;
}
.l-footer__contact .l-footer__copy {
  text-align: right;
  margin-top: 2.5rem;
}
.l-footer__contact .l-footer__copy small {
  color: #fff;
  font-size: 1rem;
}

@media screen and (max-width: 992px) {
  .l-footer__toTop {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__top {
    width: calc(100% - 2.4rem);
    margin: 0 auto 4rem;
    padding: 0.5rem;
  }
  .l-footer__top .c-center {
    font-size: 2rem;
    margin: 0.8rem 0;
  }
  .l-footer__links {
    gap: 0.8rem;
  }
  .l-footer__links .item p {
    display: none;
  }
  .l-footer__links .item .links__btn {
    margin-top: 0;
  }
  .l-footer__tel {
    width: 100%;
    max-width: 80.8rem;
    margin: 0 auto;
    padding: 1rem;
    display: block;
  }
  .l-footer__tel .text {
    text-align: center;
    font-size: 1.4rem;
  }
  .l-footer__tel .tel__text {
    margin-top: 1.5rem;
    text-align: center;
  }
  .l-footer__tel .tel__text span {
    text-align: center;
  }
  .l-footer__bottom {
    padding: 2rem 0 8rem;
  }
  .l-footer__bottom .l-footer__wrap {
    width: calc(100% - 2.4rem);
    display: block;
  }
  .l-footer__sitemap {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .l-footer__sitemap .sitemap__block {
    display: block;
  }
  .l-footer__sitemap .sitemap__block:not(:first-child) {
    margin-top: 0;
  }
  .l-footer__sitemap .list {
    width: 100%;
    min-height: 14.8rem;
  }
  .l-footer__sitemap .list:not(:first-child) {
    margin-top: 2rem;
  }
  .l-footer__sitemap .list .nav-parent {
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    transition: 0.3s ease opacity;
  }
  .l-footer__sitemap .list .nav-parent:hover {
    opacity: 0.7;
  }
  .l-footer__sitemap .list .nav-childern {
    margin: 1rem 0 0 1.2rem;
  }
  .l-footer__sitemap .list .nav-childern a {
    font-size: 1rem;
    line-height: 2;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    position: relative;
  }
  .l-footer__sitemap .list .nav-childern a::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    bottom: 0;
    -ms-transform: scale(0, 1);
        transform: scale(0, 1);
    -ms-transform-origin: right top;
        transform-origin: right top;
    transition: transform 0.3s;
  }
  .l-footer__sitemap .list .nav-childern a:hover::after {
    -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    -ms-transform-origin: left top;
        transform-origin: left top;
  }
  .l-footer__contact {
    width: 100%;
    margin-top: 4rem;
  }
  .l-footer__contact .site_name,
  .l-footer__contact .c-address {
    width: 92%;
    margin: 0 auto;
  }
  .l-footer__contact .c-address {
    font-size: 1.2rem;
  }
  .l-footer__contact .sns__list {
    -ms-flex-pack: center;
        justify-content: center;
    gap: 3rem;
  }
  .l-footer__contact .sns__list a {
    width: 2.8rem;
  }
  .l-footer__contact .l-footer__btn {
    font-size: 2rem;
    padding: 1rem 0;
  }
  .l-footer__contact .l-footer__btn:last-of-type {
    margin-top: 1rem;
  }
  .l-footer__contact .l-footer__btn::before {
    margin-right: 2.6rem;
  }
  .l-footer__contact .l-footer__btn.contact::before {
    width: 2.9rem;
    height: 2.4rem;
  }
  .l-footer__contact .l-footer__btn.document::before {
    width: 2.9rem;
    height: 2.4rem;
  }
  .l-footer__contact .l-footer__copy {
    text-align: center;
    margin-top: 1rem;
  }
}
.l-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 4rem;
}
.l-container .l-main-contents {
  width: 68%;
  max-width: 750px;
}
.l-container .l-aside-menu {
  width: 32%;
  max-width: 350px;
}

.l-aside-menu .parent__ttl {
  text-align: center;
  width: 100%;
}
.l-aside-menu .parent__ttl a {
  display: block;
  width: 100%;
  background-color: #BE1A25;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  padding: 0.6rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 6rem;
}
.l-aside-menu .list li a {
  display: block;
  width: 100%;
  font-size: 2rem;
  padding: 1rem 1rem 1rem 0.4rem;
  border-bottom: 3px solid #BE1A25;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  min-height: 6rem;
  transition: 0.3s ease;
}
.l-aside-menu .list li a::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 11px;
  background: url("../img/icon_arrow.svg") no-repeat top right/100%;
  margin-left: 5px;
  transition: 0.3s ease;
}
.l-aside-menu .list li a:hover {
  background-color: rgba(190, 26, 37, 0.26);
}
.l-aside-menu .list li a:hover:after {
  -ms-transform: translateX(3px);
      transform: translateX(3px);
}
.l-aside-menu .list li .sub__menu {
  display: none;
}
.l-aside-menu .list li.active > a {
  background-color: rgba(190, 26, 37, 0.26);
  pointer-events: none;
  font-weight: 700;
}
.l-aside-menu .list li.active > a::after {
  display: none;
}
.l-aside-menu .list li.active .sub__menu {
  display: block;
}
.l-aside-menu .list li.active .sub__menu li a {
  padding-left: 4rem;
}

@media screen and (max-width: 767px) {
  .l-container {
    display: block;
  }
  .l-container .l-main-contents {
    width: 100%;
    max-width: 100%;
  }
  .l-container .l-aside-menu {
    display: none;
  }
}
/* —————————————————
  共通項目
  —————————————————*/
.l-main {
  margin-bottom: 12rem;
}

.l-wrap {
  width: calc(100% - 8rem);
  max-width: 1140px;
  margin: 0 auto;
}

.l-wrap__wide {
  width: calc(100% - 8rem);
  max-width: 1240px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .l-main {
    margin-bottom: 4rem;
  }
  .l-wrap {
    width: calc(100% - 2.4rem);
  }
  .l-wrap__wide {
    width: calc(100% - 2.4rem);
  }
}
/* ---  title ---- */
.c-ttl {
  font-weight: bold;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  position: relative;
  padding: 2.6rem 0 0 3rem;
}
.c-ttl .en {
  font-size: 3.2rem;
  position: relative;
  z-index: 1;
  letter-spacing: 0.05em;
}
.c-ttl .jp {
  font-size: 2rem;
  position: relative;
  z-index: 1;
  letter-spacing: 0.25em;
  line-height: 1;
  margin-right: 0.8rem;
}
.c-ttl::after {
  content: "";
  display: block;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background-color: #BE1A25;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .c-ttl {
    padding: 2.6rem 0 0 0;
  }
  .c-ttl .en {
    line-height: 0.8;
  }
  .c-ttl::after {
    left: -3rem;
  }
}
/* ---  btn ---- */
.c-more {
  text-align: right;
  font-size: 1.6rem;
  margin-top: 2rem;
}
.c-more a, .c-more span {
  display: inline-block;
  position: relative;
}
.c-more a::before, .c-more span::before {
  content: "";
  position: absolute;
  left: 0;
  width: calc(100% - 2rem);
  height: 1px;
  background: #303030;
  bottom: 0;
  -ms-transform: scale(0, 1);
      transform: scale(0, 1);
  -ms-transform-origin: right top;
      transform-origin: right top;
  transition: transform 0.3s;
}
.c-more a::after, .c-more span::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 11px;
  background: url("../img/icon_arrow.svg") no-repeat top right/100%;
  margin-left: 5px;
  transition: 0.3s ease;
}
.c-more a:hover::before {
  -ms-transform: scale(1, 1);
      transform: scale(1, 1);
  -ms-transform-origin: left top;
      transform-origin: left top;
}
.c-more a:hover::after {
  -ms-transform: translateX(4px);
      transform: translateX(4px);
}

@media screen and (max-width: 767px) {
  .c-more {
    font-size: 1.4rem;
    margin-top: 0.8rem;
  }
}
/* —————————————————
  トップページ home
  —————————————————*/
/* ----------- main visual -------------- */
.p-mv {
  width: 100%;
  height: 62rem;
  position: relative;
}

.p-mv__slide {
  height: 100%;
}
.p-mv__slide .slider__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 100%;
}
.p-mv__slide .slider-item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.p-mv__slide .slider-item.item1 {
  background-image: url("../img/mv_bg_1.png");
}
.p-mv__slide .slider-item.item1 .p-mv__btn a {
  background-color: #FD9712;
  color: #fff;
}
.p-mv__slide .slider-item.item1 .p-mv__btn a:hover {
  background-color: #fdad45;
}
.p-mv__slide .slider-item.item2 {
  background-image: url("../img/mv_bg_2.png");
}
.p-mv__slide .slider-item.item2 .p-mv__text {
  color: #303030;
}
.p-mv__slide .slider-item.item2 .p-mv__btn a {
  background-color: #05A0E2;
  color: #fff;
}
.p-mv__slide .slider-item.item2 .p-mv__btn a:hover {
  background-color: #20b9fa;
}
.p-mv__slide .slider-item.item3 {
  background-image: url("../img/mv_bg_3.png");
}
.p-mv__slide .slider-item.item3 .p-mv__ttl {
  font-size: 4.2rem;
  letter-spacing: 0.02em;
}
.p-mv__slide .slider-item.item3 .p-mv__btn a {
  background-color: #FFC500;
  color: #303030;
}
.p-mv__slide .slider-item.item3 .p-mv__btn a:hover {
  background-color: #ffd133;
}
.p-mv__slide .slider-item.item3 .p-mv__btn a::after {
  background-color: #303030;
}
.p-mv__slide .p-mv__text {
  width: 54%;
  position: relative;
  z-index: 1;
  padding-left: 1rem;
  color: #fff;
  margin-top: 9.6rem;
}
.p-mv__slide .p-mv__text .p-mv__ttl {
  font-size: 4.8rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.p-mv__slide .p-mv__text .desc {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-top: 2.4rem;
  width: 95%;
}
.p-mv__slide .p-mv__text .desc .u-bold {
  font-size: 1.7rem;
}
.p-mv__slide .p-mv__text .p-mv__btn {
  display: -ms-flexbox;
  display: flex;
  gap: 7.6rem;
  margin-top: 2.4rem;
}
.p-mv__slide .p-mv__text .p-mv__btn a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 50%;
  max-width: 28.8rem;
  border-radius: 10rem;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 2rem 1rem;
  transition: 0.3s ease;
}
.p-mv__slide .p-mv__text .p-mv__btn a::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 11px;
  -webkit-mask: url("../img/icon_arrow.svg") no-repeat top right/100%;
          mask: url("../img/icon_arrow.svg") no-repeat top right/100%;
  background-color: #fff;
  margin-left: 4px;
  transition: 0.3s ease;
}
.p-mv__slide .p-mv__text .p-mv__btn a:hover::after {
  -ms-transform: translateX(5px);
      transform: translateX(5px);
}
.p-mv__slide .p-mv__text .p-mv__btn.btnLarge {
  gap: 5rem;
}
.p-mv__slide .p-mv__text .p-mv__btn.btnLarge .btnColumn {
  width: 62%;
  max-width: 100%;
  font-size: 1.5rem;
}
.p-mv__slide .p-mv__img {
  width: 51%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.p-mv__slide .p-mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top left;
     object-position: top left;
}

.p-mv__news {
  width: 46%;
  max-width: 58.5rem;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  margin: 0 0 0 auto;
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  padding: 2rem;
}
.p-mv__news .news__ttl {
  position: relative;
  font-weight: 400;
  border-right: 1px solid #000;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 1rem 1.6rem 1rem 0;
  margin-right: 1.6rem;
}
.p-mv__news .news__link {
  font-size: 1.2rem;
  -ms-flex: 1;
      flex: 1;
  letter-spacing: 0.05em;
  transition: 0.3s ease;
}
.p-mv__news .news__link .news__date {
  display: block;
  font-size: 1.6rem;
  margin-right: 1rem;
  font-weight: 500;
  margin-bottom: 0.6rem;
}
.p-mv__news .news__link .news__txt {
  font-size: 1.6rem;
  font-weight: 700;
}
.p-mv__news .news__link:hover {
  opacity: 0.7;
}

.p-mv__scroll {
  color: #fff;
  position: absolute;
  bottom: 5.5rem;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  font-size: 1.6rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.p-mv__scroll::after {
  content: "";
  display: block;
  width: 11px;
  height: 18px;
  background: url("../img/arrow_scroll.svg") no-repeat bottom left/100%;
  margin-top: 5px;
}

/* ----- slider ------*/
.p-mv__slide.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.p-mv__slide .slick-list,
.p-mv__slide .slick-track {
  height: 100%;
}
.p-mv__slide .slick-dots {
  bottom: 3.2rem;
}
.p-mv__slide .slick-dots li {
  width: 1.2rem;
  height: 1.2rem;
}
.p-mv__slide .slick-dots li button {
  width: 1.2rem;
  height: 1.2rem;
  padding: 0;
}
.p-mv__slide .slick-dots li button:before {
  content: "";
  background-color: #fff;
  border-radius: 50%;
  opacity: 1;
  width: 1.2rem;
  height: 1.2rem;
}
.p-mv__slide .slick-dots li.slick-active button:before {
  background-color: #D70246;
  opacity: 1;
}

@media screen and (max-width: 992px) {
  .p-mv {
    padding-top: 10rem;
    height: 66rem;
  }
  .p-mv__slide .slider__wrap {
    width: calc(100% - 2.4rem);
  }
  .p-mv__slide .p-mv__text {
    width: 56%;
    margin-top: 8rem;
  }
  .p-mv__slide .p-mv__text .desc {
    width: 90%;
  }
  .p-mv__slide .p-mv__text .p-mv__btn {
    gap: 2.2rem;
  }
  .p-mv__scroll {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-mv {
    height: 100%;
    padding-top: 0;
  }
  .p-mv .l-wrap__wide {
    width: 100%;
  }
  .p-mv__slide {
    height: calc(100vh - 6rem);
    min-height: 72rem;
    padding-top: 6rem;
  }
  .p-mv__slide .slider__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
  .p-mv__slide .slider-item {
    padding-bottom: 3.5rem;
    height: 100%;
  }
  .p-mv__slide .slider-item.item1 {
    background-image: url("../img/mv_bg_1_sp.png");
  }
  .p-mv__slide .slider-item.item1 .p-mv__text .p-mv__ttl {
    letter-spacing: 0.01em;
  }
  .p-mv__slide .slider-item.item2 {
    background-image: url("../img/mv_bg_2_sp.png");
  }
  .p-mv__slide .slider-item.item2 .p-mv__ttl .desc {
    font-size: 1.6rem;
  }
  .p-mv__slide .slider-item.item3 {
    background-image: url("../img/mv_bg_3_sp.png");
  }
  .p-mv__slide .slider-item.item3 .p-mv__ttl {
    font-size: 2rem;
  }
  .p-mv__slide .p-mv__text {
    width: 100%;
    position: static;
    padding: 0 1.2rem;
    margin-top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    height: 100%;
  }
  .p-mv__slide .p-mv__text .p-mv__ttl {
    font-size: 2.4rem;
    letter-spacing: 0.02em;
    position: absolute;
    top: 4rem;
    left: 1.2rem;
    color: #000;
    text-shadow: 3px 3px 2px #fff, -3px -3px 2px #fff, -3px 3px 2px #fff, 3px -3px 2px #fff, 3px 0px 2px #fff, -3px 0px 2px #fff, 0px 3px 2px #fff, 0px -3px 2px #fff, 3px 3px 2px #fff, -3px -3px 2px #fff, -3px 3px 2px #fff, 3px -3px 2px #fff, 3px 0px 2px #fff, -3px 0px 2px #fff, 0px 3px 2px #fff, 0px -3px 2px #fff;
  }
  .p-mv__slide .p-mv__text .desc {
    width: 100%;
    font-size: 1.4rem;
    margin: 0.5rem 0 1rem;
  }
  .p-mv__slide .p-mv__text .desc .u-bold {
    font-size: 1.4rem;
  }
  .p-mv__slide .p-mv__text .p-mv__btn {
    gap: 2.2rem;
    margin-top: auto;
    padding: 2rem 0;
  }
  .p-mv__slide .p-mv__text .p-mv__btn.btnLarge {
    gap: 2rem;
  }
  .p-mv__slide .p-mv__text .p-mv__btn.btnLarge .btnColumn {
    width: 56%;
    max-width: 100%;
    font-size: 1.4rem;
  }
  .p-mv__slide .p-mv__img {
    width: 100%;
    height: auto;
    position: static;
  }
  .p-mv__slide .p-mv__img img {
    width: 100%;
    height: auto;
    -o-object-fit: inherit;
       object-fit: inherit;
    -o-object-position: inherit;
       object-position: inherit;
  }
  .p-mv__news {
    width: 100%;
    position: static;
    padding: 1.2rem;
  }
  .p-mv__news .news__ttl {
    padding: 1rem 1.6rem 1rem 0;
  }
  .p-mv__scroll {
    display: none;
  }
  /* ----- slider ------*/
  .p-mv__slide .slick-dots {
    bottom: 12px;
  }
}
/* ----------- top bnr links-------------- */
.p-top__bnr {
  margin-top: 8rem;
}
.p-top__bnr a {
  transition: 0.3s ease;
}
.p-top__bnr a:hover {
  opacity: 0.7;
}
.p-top__bnr.top_bnr2 {
  margin-top: 12rem;
}
.p-top__bnr.top_bnr3 {
  margin-top: 18rem;
}
.p-top__bnr.top_bnr4 {
  margin-top: 12rem;
}

.p-top__links {
  margin-top: 8rem;
}
.p-top__links .c-fBox {
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
.p-top__links .links__btn {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  border: 10px solid;
  padding: 1.5rem 0;
  transition: 0.3s ease;
}
.p-top__links .links__btn:hover {
  opacity: 0.7;
}
.p-top__links .links__btn .ttl {
  font-size: 10rem;
  text-align: center;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}
.p-top__links .links__btn .ttl .sm {
  font-size: 5rem;
  display: block;
}
.p-top__links .links__btn .sub {
  font-size: 2.2rem;
  text-align: center;
  margin-top: auto;
}
.p-top__links .links__btn.btn_ao {
  background-image: url("../img/top_ao_bg.jpg");
  border-color: #BE1A25;
}
.p-top__links .links__btn.btn_ao .ttl {
  color: #BE1A25;
}
.p-top__links .links__btn.btn_document {
  background-image: url("../img/top_seikyu_bg.jpg");
  border-color: #FD9712;
}
.p-top__links .links__btn.btn_document .ttl {
  color: #FD9712;
}

@media screen and (max-width: 767px) {
  .p-top__bnr {
    margin-top: 3.6rem;
  }
  .p-top__bnr.top_bnr2 {
    margin-top: 4rem;
  }
  .p-top__bnr.top_bnr3 {
    margin-top: 2rem;
  }
  .p-top__bnr.top_bnr4 {
    margin-top: 4rem;
  }
  .p-top__links {
    margin-top: 2rem;
  }
  .p-top__links .c-fBox {
    gap: 1.2rem;
  }
  .p-top__links .links__btn {
    border: 4px solid;
    padding: 0.2rem 0;
  }
  .p-top__links .links__btn .ttl {
    font-size: 3rem;
    margin-bottom: 0.5rem;
  }
  .p-top__links .links__btn .ttl .sm {
    font-size: 1.6rem;
  }
  .p-top__links .links__btn .sub {
    font-size: 1rem;
  }
}
/* ----------- home -------------- */
.home-sec {
  margin-top: 8rem;
}
.home-sec .l-wrap {
  display: -ms-flexbox;
  display: flex;
}
.home-sec .l-wrap.reverse {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
.home-sec .c-container {
  -ms-flex: 1;
      flex: 1;
}

.home-sec .c-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  max-width: 41rem;
  padding: 2rem 1rem;
  margin: 0 auto;
  border: 2px solid #BE1A25;
  color: #BE1A25;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  transition: 0.3s ease;
}
.home-sec .c-btn::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 11px;
  -webkit-mask: url("../img/icon_arrow.svg") no-repeat top right/100%;
          mask: url("../img/icon_arrow.svg") no-repeat top right/100%;
  background-color: #BE1A25;
  margin-left: 4px;
  transition: 0.3s ease;
}
.home-sec .c-btn:hover {
  background-color: #BE1A25;
  color: #fff;
}
.home-sec .c-btn:hover::after {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .home-sec {
    margin-top: 2rem;
  }
  .home-sec .c-container {
    -ms-flex: 1;
        flex: 1;
  }
  .home-sec .c-btn {
    min-height: 4.4rem;
    padding: 0.7rem;
    font-size: 1.4rem;
    text-align: center;
  }
}
/* ----------- top news -------------- */
.p-top-news .l-wrap {
  gap: 4rem;
}
.p-top-news .c-container {
  padding-top: 2.6rem;
}

/* --- news list --- */
.p-top-news .c-news__item {
  display: block;
  width: 100%;
  border-bottom: 1px solid #303030;
}
.p-top-news .c-news__item:not(:last-child) {
  margin-bottom: 1.6rem;
}
.p-top-news .c-news__item a {
  display: block;
  padding-bottom: 1.6rem;
  padding: 0 0 1.6rem 0.8rem;
  transition: 0.3s ease;
}
.p-top-news .c-news__item a:hover {
  opacity: 0.7;
}
.p-top-news .c-news__item .c-news__date {
  font-size: 1.6rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.p-top-news .c-news__item .c-news__ttl {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 0.5rem;
  letter-spacing: 0.05em;
}
.p-top-news .c-news__item .c-news__category {
  background-color: #BE1A25;
  color: #fff;
  font-size: 1rem;
  padding: 2px;
  margin-left: 2rem;
}

@media screen and (max-width: 767px) {
  .p-top-news .l-wrap {
    gap: 2rem;
  }
  .p-top-news .c-news__item:not(:last-child) {
    margin-bottom: 0.8rem;
  }
  .p-top-news .c-news__item a {
    padding-bottom: 1.6rem;
    padding: 0 0 0.8rem 0.8rem;
  }
  .p-top-news .c-news__item .c-news__date {
    font-size: 1.4rem;
  }
  .p-top-news .c-news__item .c-news__ttl {
    font-size: 1.4rem;
    margin-top: 0.8rem;
  }
  .p-top-news .c-news__item .c-news__category {
    font-size: 1rem;
    padding: 2px;
    margin-left: 0.8rem;
  }
}
/* ----------- top event -------------- */
.p-top-event {
  margin-top: 6.8rem;
}
.p-top-event .l-wrap {
  gap: 2.8rem;
}

.p-top-event__list {
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  margin-top: 2.6rem;
}
.p-top-event__list .p-top-event__item {
  width: 33.3333333333%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  transition: 0.3s ease;
}
.p-top-event__list .p-top-event__item:hover {
  opacity: 0.7;
}
.p-top-event__list .p-top-event__item .item__img {
  width: 53%;
}
.p-top-event__list .p-top-event__item .item__text {
  width: 47%;
  padding: 1.5rem;
  position: relative;
}
.p-top-event__list .p-top-event__item .item__text::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 11px;
  -webkit-mask: url("../img/icon_arrow.svg") no-repeat top right/100%;
          mask: url("../img/icon_arrow.svg") no-repeat top right/100%;
  background-color: #fff;
  margin-left: 4px;
  transition: 0.3s ease;
  position: absolute;
  right: 14px;
  bottom: 10px;
}
.p-top-event__list .p-top-event__item .p-top-event__ttl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
}
.p-top-event__list .p-top-event__item .p-top-event__ttl .en {
  font-size: 2.7rem;
  display: block;
  border-bottom: 3px solid #fff;
  font-weight: 800;
  text-shadow: 1px 1px 0px #fff, -1px -1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, 1px 0px 0px #fff, -1px 0px 0px #fff, 0px 1px 0px #fff, 0px -1px 0px #fff;
  letter-spacing: 0.05em;
  line-height: 1.2;
  padding-bottom: 4px;
  margin-bottom: 4px;
}
.p-top-event__list .p-top-event__item .p-top-event__ttl .en small {
  font-size: 2.1rem;
  font-feature-settings: "palt";
}
.p-top-event__list .p-top-event__item .p-top-event__ttl .jp {
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
}
.p-top-event__list .p-top-event__item.opencampus .item__text {
  background-color: #BE1A25;
}
.p-top-event__list .p-top-event__item.opencampus .item__text .p-top-event__ttl .en {
  color: #BE1A25;
}
.p-top-event__list .p-top-event__item.shop .item__text {
  background-color: #FC9A15;
}
.p-top-event__list .p-top-event__item.shop .item__text .p-top-event__ttl .en {
  color: #FC9A15;
}
.p-top-event__list .p-top-event__item.info .item__text {
  background-color: #0C88C8;
}
.p-top-event__list .p-top-event__item.info .item__text .p-top-event__ttl .en {
  color: #0C88C8;
}

@media screen and (max-width: 767px) {
  .p-top-event {
    margin-top: 4.5rem;
  }
  .p-top-event .l-wrap {
    gap: 3.4rem;
  }
  .p-top-event__list {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 2rem;
    margin-top: 0;
  }
  .p-top-event__list .p-top-event__item {
    width: 100%;
  }
  .p-top-event__list .p-top-event__item .item__text {
    padding: 0 0.6rem;
  }
  .p-top-event__list .p-top-event__item .item__text::after {
    right: 6px;
  }
  .p-top-event__list .p-top-event__item .p-top-event__ttl .en {
    font-size: 2.4rem;
    line-height: 1.2;
    padding-bottom: 10px;
    margin-bottom: 4px;
  }
  .p-top-event__list .p-top-event__item .p-top-event__ttl .en small {
    font-size: 1.9rem;
  }
  .p-top-event__list .p-top-event__item .p-top-event__ttl .jp {
    font-size: 1.2rem;
  }
}
/* ----------- top feature -------------- */
.p-top-feature {
  background: url("../img/feature_bg.png") no-repeat center/cover;
  margin-top: 12rem;
  padding: 8rem 0;
}
.p-top-feature .c-container {
  margin-top: 10rem;
}
.p-top-feature .desc {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
}
.p-top-feature .desc:not(:last-of-type) {
  margin-bottom: 4rem;
}
.p-top-feature .c-btn {
  margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  .p-top-feature {
    background: url("../img/feature_bg.png") repeat-y center/100%;
    margin-top: 4rem;
    padding: 0 0 2rem;
  }
  .p-top-feature .c-container {
    margin-top: 3rem;
  }
  .p-top-feature .desc {
    font-size: 1.8rem;
  }
  .p-top-feature .desc:not(:last-of-type) {
    margin-bottom: 3.5rem;
  }
  .p-top-feature .c-btn {
    margin-top: 2rem;
  }
}
/* ----------- top faculty -------------- */
.p-top-faculty {
  margin-top: 12rem;
}
.p-top-faculty .l-wrap {
  gap: 7.6rem;
}
.p-top-faculty .c-container {
  margin-top: 2.6rem;
}
.p-top-faculty .c-container .c-lead {
  padding-left: 6rem;
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
  margin-bottom: 8rem;
}
.p-top-faculty .c-faculty__block {
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
.p-top-faculty .c-faculty__block:first-of-type .c-faculty__ttl {
  font-size: 1.6rem;
}
.p-top-faculty .c-faculty__block:not(:last-child) {
  margin-bottom: 8rem;
}
.p-top-faculty .c-faculty__block .item__img {
  width: 43%;
  max-width: 39.4rem;
}
.p-top-faculty .c-faculty__block .item__text {
  width: 57%;
  margin-top: 1rem;
}
.p-top-faculty .c-faculty__block .item__text .desc {
  font-size: 1.6rem;
  line-height: 2;
  padding-right: 2.6rem;
}
.p-top-faculty .c-faculty__block .item__text .c-more {
  margin-top: 3rem;
}
.p-top-faculty .c-faculty__block .c-faculty__ttl {
  background-color: #BE1A25;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  padding: 0.8rem 0;
  text-align: center;
  letter-spacing: 0.05em;
}
.p-top-faculty .c-faculty__block .c-faculty__ttl-sub {
  font-size: 1.8rem;
  font-weight: 700;
  border-bottom: 3px solid #BE1A25;
  padding-bottom: 1.2rem;
  margin-bottom: 2rem;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .p-top-faculty {
    margin-top: 4rem;
  }
  .p-top-faculty .l-wrap {
    gap: 3.8rem;
  }
  .p-top-faculty .c-container {
    margin-top: 0;
  }
  .p-top-faculty .c-container .c-lead {
    padding-left: 0;
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 2rem;
  }
  .p-top-faculty .c-faculty__block {
    display: block;
  }
  .p-top-faculty .c-faculty__block:first-of-type .c-faculty__ttl {
    font-size: 1.2rem;
  }
  .p-top-faculty .c-faculty__block:not(:last-child) {
    margin-bottom: 2rem;
  }
  .p-top-faculty .c-faculty__block .item__img {
    width: 100%;
    max-width: 39.4rem;
  }
  .p-top-faculty .c-faculty__block .item__text {
    width: 100%;
    margin-top: 1rem;
  }
  .p-top-faculty .c-faculty__block .item__text .desc {
    font-size: 1.4rem;
    line-height: 1.5;
    padding-right: 0;
  }
  .p-top-faculty .c-faculty__block .item__text .c-more {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
  .p-top-faculty .c-faculty__block .c-faculty__ttl {
    font-size: 1.2rem;
    padding: 0.4rem;
  }
  .p-top-faculty .c-faculty__block .c-faculty__ttl-sub {
    font-size: 1.4rem;
    padding-bottom: 0.6rem;
    margin-bottom: 0.6rem;
    letter-spacing: 0.03em;
  }
}
/* ----------- top graduates -------------- */
.p-top-graduates {
  background: url("../img/graduates_bg.png") no-repeat center/cover;
  padding: 8rem 0;
}
.p-top-graduates .l-wrap {
  gap: 4.4rem;
}
.p-top-graduates .c-graduates__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem 2.2rem;
  margin-top: 2.6rem;
}
.p-top-graduates .c-graduates__list .c-graduates__item {
  width: calc(33.3333333333% - 1.5rem);
}
.p-top-graduates .c-graduates__list .c-graduates__item:hover .item__img img {
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}
.p-top-graduates .c-graduates__list .c-graduates__item:hover p {
  opacity: 0.7;
}
.p-top-graduates .c-graduates__list .item__img {
  overflow: hidden;
  max-height: 19.3rem;
}
.p-top-graduates .c-graduates__list .item__img img {
  transition: 0.5s ease;
}
.p-top-graduates .c-graduates__list .name {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 1.6rem;
  transition: 0.3s ease;
}
.p-top-graduates .c-graduates__list .company {
  font-size: 1.6rem;
  margin-top: 0.8rem;
  transition: 0.3s ease;
}
.p-top-graduates .c-btn {
  margin-top: 8rem;
}

@media screen and (max-width: 767px) {
  .p-top-graduates {
    margin-top: 4rem;
    padding: 0 0 2rem;
  }
  .p-top-graduates .l-wrap {
    gap: 2rem;
  }
  .p-top-graduates .c-graduates__list {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 2rem;
    margin-top: 2.6rem;
  }
  .p-top-graduates .c-graduates__list .c-graduates__item {
    width: 100%;
  }
  .p-top-graduates .c-graduates__list .name {
    font-size: 1.4rem;
    margin-top: 0.8rem;
  }
  .p-top-graduates .c-graduates__list .company {
    font-size: 1.4rem;
    margin-top: 0.4rem;
  }
  .p-top-graduates .c-btn {
    margin-top: 2rem;
  }
}
/* ----------- brn area -------------- */
.p-top__bnrArea {
  margin-top: 12rem;
}
.p-top__bnrArea .list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5rem 3rem;
}
.p-top__bnrArea .list li {
  width: calc(25% - 2.3rem);
}
.p-top__bnrArea .list li a {
  transition: 0.3s ease;
}
.p-top__bnrArea .list li a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .p-top__bnrArea {
    margin-top: 2rem;
  }
  .p-top__bnrArea .list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.8rem;
  }
  .p-top__bnrArea .list li {
    width: calc(50% - 0.5rem);
  }
}
/* —————————————————
  下層ページ 共通項目
  —————————————————*/
.l-main {
  margin-bottom: 8rem;
}

body.home .l-main {
  margin-bottom: 12rem;
}

.c-heading {
  background: url("../img/page_ttl_bg.png") no-repeat center/cover;
  height: 24rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 8rem;
}
.c-heading .c-page__ttl {
  font-size: 5rem;
  font-weight: 500;
  color: #fff;
}

.c-heading-index {
  margin-bottom: 4rem;
  height: auto;
  -ms-flex-align: start;
      align-items: flex-start;
}
.c-heading-index .l-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.c-heading-index .c-heading__text {
  width: 42%;
  padding-top: 8rem;
}
.c-heading-index .c-heading__text .desc {
  font-size: 1.6rem;
  line-height: 2;
  color: #fff;
  margin-top: 2rem;
}
.c-heading-index .c-heading__img {
  width: 50.8vw;
  height: 100%;
  opacity: 0.7;
  margin-right: calc(50% - 50vw);
}
.c-heading-index .c-heading__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-ttl__circle {
  font-weight: bold;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
  font-size: 2rem;
  margin-bottom: 3.8rem;
}
.c-ttl__circle span {
  position: relative;
  display: inline-block;
}
.c-ttl__circle::before {
  content: "";
  display: block;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background-color: #BE1A25;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  left: -5.4rem;
  z-index: 0;
}

.c-index__menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4.2rem;
}
.c-index__menu .menu__item {
  width: calc(33.3333333333% - 2.8rem);
  max-width: 350px;
}
.c-index__menu .menu__item a {
  display: block;
  width: 100%;
  transition: 0.3s ease;
}
.c-index__menu .menu__item a:hover {
  opacity: 0.8;
}
.c-index__menu .menu__item a:hover .c-more span::before {
  -ms-transform: scale(1, 1);
      transform: scale(1, 1);
  -ms-transform-origin: left top;
      transform-origin: left top;
}
.c-index__menu .menu__item a:hover .c-more span::after {
  -ms-transform: translateX(4px);
      transform: translateX(4px);
}
.c-index__menu .c-menu__ttl {
  background-color: #BE1A25;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  padding: 1rem 0;
  text-align: center;
  letter-spacing: 0.05em;
}
.c-index__menu .c-menu__ttl.has-en {
  padding: 0;
}
.c-index__menu .c-menu__ttl.has-en .jp {
  display: block;
  padding: 0.6rem 0;
}
.c-index__menu .c-menu__ttl.has-en .en {
  background-color: #fff;
  border-bottom: 3px solid #BE1A25;
  color: #000000;
  font-weight: 400;
  line-height: 2;
  display: block;
  padding: 0.8rem 0;
  font-size: 1.4rem;
}
.c-index__menu .desc {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 0.8rem;
}
.c-index__menu .c-more {
  margin-top: 0.4rem;
}

.c-ttl__border {
  border-bottom: 3px solid #BE1A25;
  font-size: 1.8rem;
  padding-bottom: 1.4rem;
  margin-bottom: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.c-index__link:not(:last-child) {
  margin-bottom: 8rem;
}
.c-index__link a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 3.6rem;
}
.c-index__link a .item__img {
  width: 50.2%;
  transition: 0.3s ease;
}
.c-index__link a .item__text {
  width: 47.5%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-top: 0.8rem;
}
.c-index__link a .item__text .c-more {
  margin-top: auto;
}
.c-index__link a .item__text .desc {
  font-size: 1.6rem;
  line-height: 2;
}
.c-index__link a:hover .item__img {
  opacity: 0.8;
}
.c-index__link a:hover .c-more span::before {
  -ms-transform: scale(1, 1);
      transform: scale(1, 1);
  -ms-transform-origin: left top;
      transform-origin: left top;
}
.c-index__link a:hover .c-more span::after {
  -ms-transform: translateX(4px);
      transform: translateX(4px);
}

.c-page-index:not(:last-child) {
  margin-bottom: 6rem;
}

.c-ttl__box {
  font-size: 2rem;
  font-weight: 700;
  background-color: #BE1A25;
  padding: 0.6rem 1.2rem;
  margin-bottom: 1.2rem;
  color: #fff;
}

.c-num {
  color: #BE1A25;
  font-family: "Impact", sans-serif;
  font-size: 4rem;
}

.u-under {
  text-decoration: underline;
}

.u-bold {
  font-weight: 700;
}

.u-border {
  border-bottom: 3px solid #BE1A25;
  padding-bottom: 0.8rem;
}

@media screen and (max-width: 992px) {
  .l-main {
    padding-top: 12rem;
  }
  body.home .l-main {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-main {
    margin-bottom: 4rem;
    padding-top: 6rem;
  }
  body.home .l-main {
    margin-bottom: 4rem;
    padding-top: 0;
  }
  .c-heading {
    height: 11.1rem;
    margin-bottom: 2rem;
  }
  .c-heading-index {
    background-image: url("../img/page_ttl_bg_sp.png");
    margin-bottom: 1.6rem;
    position: relative;
    min-height: 36.8rem;
  }
  .c-heading-index .c-heading__text {
    width: 63%;
    padding-top: 2rem;
    padding-left: 1rem;
    position: relative;
    z-index: 1;
  }
  .c-heading-index .c-heading__text .desc {
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: justify;
  }
  .c-heading-index .c-heading__img {
    width: 44%;
    height: 100%;
    margin-right: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
  }
  .c-heading .c-page__ttl {
    font-size: 2.4rem;
  }
  .c-ttl__circle {
    margin-bottom: 3rem;
    padding-left: 2.2rem;
  }
  .c-ttl__circle::before {
    left: -3.2rem;
  }
  .c-index__menu {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 2rem;
  }
  .c-index__menu .menu__item {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .c-index__menu .item__img img {
    width: 100%;
  }
  .c-index__menu .desc {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 0.8rem;
  }
  .c-index__menu .c-more {
    margin-top: 1rem;
  }
  .c-ttl__border {
    font-size: 1.6rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  .c-index__link:not(:last-child) {
    margin-bottom: 4rem;
  }
  .c-index__link a {
    display: block;
  }
  .c-index__link a .item__img {
    width: 100%;
  }
  .c-index__link a .item__text {
    width: 100%;
    padding-top: 1.6rem;
  }
  .c-index__link a .item__text .c-more {
    margin-top: 1rem;
  }
  .c-index__link a .item__text .desc {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .c-page-index:not(:last-child) {
    margin-bottom: 4rem;
  }
}
/* —————————————————
  about index
  —————————————————*/
.c-message__menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4.8rem;
}
.c-message__menu .menu__item {
  width: calc(33.3333333333% - 3.2rem);
  max-width: 348px;
}
.c-message__menu .menu__item a {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  transition: 0.3s ease;
}
.c-message__menu .menu__item a:hover {
  opacity: 0.7;
}
.c-message__menu .menu__item .item__img {
  width: 61%;
}
.c-message__menu .menu__item .item__text {
  width: 39%;
  padding: 2rem;
  position: relative;
}
.c-message__menu .menu__item .item__text::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 11px;
  -webkit-mask: url("../img/icon_arrow.svg") no-repeat top right/100%;
          mask: url("../img/icon_arrow.svg") no-repeat top right/100%;
  background-color: #fff;
  margin-left: 4px;
  transition: 0.3s ease;
  position: absolute;
  right: 14px;
  bottom: 10px;
}
.c-message__menu .menu__item .message__name {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  height: 100%;
}
.c-message__menu .menu__item .message__name .en {
  font-size: 3.2rem;
  display: block;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.2;
  padding-bottom: 4px;
  margin-bottom: 4px;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  color: #fff;
}
.c-message__menu .menu__item .message__name .jp {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.25em;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}
.c-message__menu .menu__item .message__ttl {
  width: 100%;
  font-size: 1.4rem;
  text-align: center;
  margin-top: 1.6rem;
}
.c-message__menu .menu__item.chairman .item__text {
  background-color: #BE1A25;
}
.c-message__menu .menu__item.principal .item__text {
  background-color: #FC9A15;
}
.c-message__menu .menu__item.teacher .item__text {
  background-color: #0C88C8;
}

.p-about-index.index-message {
  margin-bottom: 8rem;
}

.p-about-bnr {
  margin-bottom: 8rem;
}
.p-about-bnr a {
  transition: 0.3s ease;
}
.p-about-bnr a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .c-message__menu {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 2.4rem;
  }
  .c-message__menu .menu__item {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .c-message__menu .menu__item .item__img {
    width: 61%;
  }
  .c-message__menu .menu__item .item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-about-index.index-message {
    margin-bottom: 4rem;
  }
  .p-about-bnr {
    margin-bottom: 6rem;
  }
}
/* ——————————————————————————————————
  about system
  ——————————————————————————————————*/
.l-main-contents section:not(:last-child) {
  margin-bottom: 8rem;
}
.l-main-contents .c-lead {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 1rem;
}
.l-main-contents .c-lead:last-of-type {
  margin-bottom: 2rem;
}

.p-system__block:nth-of-type(even) .c-fBox {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
.p-system__block:not(:last-child) {
  margin-bottom: 10rem;
}
.p-system__block .c-fBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 4rem;
}
.p-system__block .c-fBox .item__img {
  width: 40%;
  position: relative;
}
.p-system__block .c-fBox .item__img .c-num {
  margin-bottom: 3rem;
}
.p-system__block .c-fBox .item__text {
  width: 53%;
  padding-top: 3rem;
}
.p-system__block .c-fBox .item__text .ttl {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
}
.p-system__block .c-fBox .item__text .desc {
  font-size: 1.6rem;
  line-height: 2;
}
.p-system__block.block1 {
  margin-bottom: 12rem;
}
.p-system__block.block2 .c-fBox {
  margin-bottom: 10rem;
}
.p-system__block.block2 .c-fBox .item__img {
  position: relative;
}
.p-system__block.block2 .c-fBox .item__img .c-num {
  position: relative;
  z-index: 1;
  left: -3rem;
  top: -1.5rem;
}
.p-system__block.block2 .c-fBox .item__img figure {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
.p-system__block.block2 .c-fBox .item__text {
  padding-top: 2rem;
}
.p-system__block.block3 .c-fBox .item__img figure {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-transform: translateY(-6rem);
      transform: translateY(-6rem);
}
.p-system__block.block3 .grader {
  font-size: 1.4rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 1.8rem;
}
.p-system__block.block3 .p-system__list {
  max-width: 676px;
  margin: 0 auto;
}
.p-system__block.block3 .p-system__list:not(:last-child) {
  margin-bottom: 4rem;
}
.p-system__block.block3 .p-system__list .ttl {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.p-system__block.block3 .p-system__list .desc {
  text-align: center;
}

.p-system__list {
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
.p-system__list .item {
  -ms-flex: 1;
      flex: 1;
}
.p-system__list .ttl {
  font-size: 1.4rem;
  line-height: 2;
  text-align: center;
  margin-bottom: 0.6rem;
}
.p-system__list .desc {
  font-size: 1.2rem;
  line-height: 1.5;
}
.p-system__list .list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-system__list .list li {
  position: relative;
  font-size: 1.2rem;
  width: 50%;
  padding-left: 2rem;
  margin-bottom: 1rem;
}
.p-system__list .list li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 10px;
  height: 5px;
  border-left: 2px solid #BE1A25;
  border-bottom: 2px solid #BE1A25;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .l-main-contents section:not(:last-child) {
    margin-bottom: 2rem;
  }
  .l-main-contents .c-lead {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .l-main-contents .c-lead.u-bold {
    margin-top: 2rem;
  }
  .p-system__block:not(:last-child) {
    margin-bottom: 6rem;
  }
  .p-system__block .c-fBox {
    display: block;
  }
  .p-system__block .c-fBox .item__img {
    width: 100%;
    position: relative;
  }
  .p-system__block .c-fBox .item__img figure {
    width: 90%;
  }
  .p-system__block .c-fBox .item__img .c-num {
    margin-bottom: 3rem;
  }
  .p-system__block .c-fBox .item__text {
    width: 100%;
    padding-top: 1.2rem;
  }
  .p-system__block .c-fBox .item__text .ttl {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 0.8rem;
  }
  .p-system__block .c-fBox .item__text .desc {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .p-system__block.block1 {
    margin-bottom: 6rem;
  }
  .p-system__block.block2 .c-fBox {
    margin-bottom: 3rem;
  }
  .p-system__block.block2 .c-fBox .item__img .c-num {
    left: 0;
    top: 0;
    margin-bottom: 0;
  }
  .p-system__block.block2 .c-fBox .item__img figure {
    position: static;
    -ms-transform: none;
        transform: none;
    margin-top: -10rem;
  }
  .p-system__block.block2 .c-fBox .item__text {
    padding-top: 2rem;
  }
  .p-system__block.block3 .c-fBox {
    margin-bottom: 4.6rem;
  }
  .p-system__block.block3 .c-fBox .item__img figure {
    width: 80%;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-transform: translateY(0);
        transform: translateY(0);
    margin-top: -6rem;
    margin-bottom: 2.6rem;
  }
  .p-system__block.block3 .c-fBox .item__img figure img {
    width: 100%;
  }
  .p-system__block.block3 .grader {
    font-size: 1.4rem;
    text-align: center;
    font-weight: 700;
    margin-bottom: 1rem;
  }
  .p-system__block.block3 .p-system__list {
    width: 94%;
    max-width: 676px;
    margin: 0 auto;
    gap: 1rem;
  }
  .p-system__block.block3 .p-system__list .item {
    width: 100%;
  }
  .p-system__block.block3 .p-system__list:not(:last-child) {
    margin-bottom: 6rem;
  }
  .p-system__block.block3 .p-system__list .ttl {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
  .p-system__block.block3 .p-system__list:last-child {
    width: 60%;
  }
  .p-system__list {
    display: -ms-flexbox;
    display: flex;
    gap: 2.8rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-system__list .item {
    -ms-flex: auto;
        flex: auto;
    width: calc(50% - 2.8rem);
  }
}
/* ——————————————————————————————————
  about shop
  ——————————————————————————————————*/
.p-about__info {
  border: 3px solid #BE1A25;
  padding: 1.6rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 1.2rem;
  margin-bottom: 4rem;
}
.p-about__info .item__img {
  width: 46%;
}
.p-about__info .item__text {
  width: 52%;
}
.p-about__info .item__text .info__ttl {
  color: #BE1A25;
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 1.2rem;
  font-weight: 700;
}
.p-about__info .item__text dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}
.p-about__info .item__text dl dt {
  font-weight: 700;
  font-size: 1.6rem;
  width: 90px;
}
.p-about__info .item__text dl dd {
  font-size: 1.6rem;
  width: calc(100% - 90px);
  line-height: 2;
}

.p-about__gallery {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem;
}
.p-about__gallery li {
  width: calc(25% - 2.25rem);
}

.p-shop__flow {
  margin-top: 6rem;
}
.p-shop__flow .flow__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 2rem;
  margin-bottom: 8rem;
}
.p-shop__flow .flow__item .item__img {
  width: 44%;
  position: relative;
}
.p-shop__flow .flow__item .item__img .c-num {
  position: absolute;
  top: -2.6rem;
  left: 0;
}
.p-shop__flow .flow__item .item__text {
  width: 53%;
}
.p-shop__flow .flow__item .item__text .flow__ttl {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.p-shop__flow .flow__item .item__text .desc {
  font-size: 1.6rem;
  line-height: 2;
}

.p-students__message {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.p-students__message .item__text {
  position: relative;
  background-color: rgba(190, 26, 37, 0.26);
  padding: 2rem;
  width: 74%;
}
.p-students__message .item__text .c-ttl__border {
  text-align: center;
  font-size: 1.6rem;
}
.p-students__message .item__text::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 33px solid rgba(190, 26, 37, 0.26);
  border-right: 0;
  position: absolute;
  top: 2rem;
  right: -3.3rem;
}
.p-students__message .item__text .desc {
  font-size: 1.6rem;
  line-height: 2;
}
.p-students__message .item__text .desc:not(:last-child) {
  margin-bottom: 1.8rem;
}
.p-students__message .item__img {
  width: 24%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}
.p-students__message .item__img .couse {
  font-size: 1rem;
}
.p-students__message .item__img .name {
  font-size: 1.6rem;
}

.p-about-show .p-shop__flow .flow__item:last-child {
  margin-bottom: 4rem;
}
.p-about-show .other__lesson {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 2rem;
  margin-bottom: 8rem;
}
.p-about-show .other__lesson .item__img {
  width: 44%;
  position: relative;
}
.p-about-show .other__lesson .item__text {
  width: 53%;
}
.p-about-show .other__lesson .item__text .ttl {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.p-about-show .other__lesson .item__text .desc {
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .p-about__info {
    display: block;
    margin-bottom: 2rem;
  }
  .p-about__info .item__img {
    width: 100%;
    margin-bottom: 0.6rem;
  }
  .p-about__info .item__text {
    width: 100%;
  }
  .p-about__info .item__text .info__ttl {
    line-height: 1.4;
  }
  .p-about__info .item__text dl dd {
    line-height: 1.5;
  }
  .p-about__gallery {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.2rem;
    padding: 0 1.2rem;
  }
  .p-about__gallery li {
    width: calc(50% - 0.6rem);
  }
  .p-shop__flow {
    margin-top: 6rem;
  }
  .p-shop__flow .flow__item {
    display: block;
    margin-bottom: 4rem;
  }
  .p-shop__flow .flow__item .item__img {
    width: 100%;
    margin-bottom: 0.8rem;
  }
  .p-shop__flow .flow__item .item__text {
    width: 100%;
  }
  .p-shop__flow .flow__item .item__text .flow__ttl {
    font-size: 1.8rem;
    margin-bottom: 0.8rem;
  }
  .p-shop__flow .flow__item .item__text .desc {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .p-students__message {
    display: block;
    background-color: rgba(190, 26, 37, 0.26);
    padding: 2rem 0;
  }
  .p-students__message .item__text {
    position: relative;
    padding: 0;
    width: 100%;
    background: none;
  }
  .p-students__message .item__text .c-ttl__border {
    font-size: 1.4rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
  .p-students__message .item__text::before {
    display: none;
  }
  .p-students__message .item__text .desc {
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 0 2rem;
  }
  .p-students__message .item__img {
    width: 100%;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    gap: 2rem;
    margin-top: 1rem;
  }
  .p-students__message .item__img img {
    width: 9.2rem;
  }
  .p-students__message .item__img .profile {
    margin-top: -3rem;
  }
  .p-students__message .item__img .couse {
    font-size: 1rem;
  }
  .p-students__message .item__img .name {
    font-size: 1.6rem;
  }
  .p-about-show .other__lesson {
    display: block;
    margin-bottom: 4rem;
  }
  .p-about-show .other__lesson .item__img {
    width: 100%;
    position: relative;
  }
  .p-about-show .other__lesson .item__text {
    width: 100%;
  }
  .p-about-show .other__lesson .item__text .ttl {
    font-size: 1.8rem;
    margin-bottom: 0.8rem;
  }
  .p-about-show .other__lesson .item__text .desc {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
/* ——————————————————————————————————
  about message
  ——————————————————————————————————*/
.l-main-contents .p-about-message:not(:last-child) {
  margin-bottom: 4rem;
}

.p-message__block {
  clear: both;
}
.p-message__block .message__ttl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 2rem;
  letter-spacing: 0.05em;
}
.p-message__block .item__text .desc {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
.p-message__block .message__profile {
  float: right;
  width: 22rem;
  margin: 1rem 0 0 2rem;
}
.p-message__block .message__profile p {
  font-weight: 700;
  -moz-text-align-last: center;
       text-align-last: center;
  font-size: 1.2rem;
  margin-top: 1rem;
}
.p-message__block .message__profile p.name {
  font-size: 1.8rem;
  margin-top: 0.6rem;
}

.p-message__teacher {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem 4.2rem;
}
.p-message__teacher .teacher__item {
  width: calc(33.3333333333% - 2.8rem);
}
.p-message__teacher .message__profile {
  margin-bottom: 0.8rem;
}
.p-message__teacher .message__profile p {
  font-weight: 700;
  -moz-text-align-last: center;
       text-align-last: center;
  font-size: 1.2rem;
  margin-top: 1rem;
}
.p-message__teacher .message__profile p.name {
  font-size: 1.8rem;
  margin-top: 0.6rem;
}
.p-message__teacher .desc {
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .l-main-contents .p-about-message:not(:last-child) {
    margin-bottom: 4rem;
  }
  .p-message__block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    -ms-flex-align: center;
        align-items: center;
  }
  .p-message__block .message__ttl {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 0.8rem;
  }
  .p-message__block .item__text .desc {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .p-message__block .message__profile {
    float: none;
    width: 22rem;
    max-width: 100%;
    margin: 2rem 0 0;
  }
  .p-message__teacher {
    gap: 1.2rem;
  }
  .p-message__teacher .teacher__item {
    width: calc(50% - 0.6rem);
  }
  .p-message__teacher .desc {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
/* ——————————————————————————————————
  about history
  ——————————————————————————————————*/
.p-history__block {
  clear: both;
}
.p-history__block .history__ttl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 2rem;
  letter-spacing: 0.05em;
}
.p-history__block .item__text .desc {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
.p-history__block .history__profile {
  float: right;
  max-width: 46rem;
  margin: 1rem 0 0 2.4rem;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
}
.p-history__block .history__profile p {
  font-weight: 700;
  -moz-text-align-last: center;
       text-align-last: center;
  font-size: 1.2rem;
  margin-top: 1rem;
}
.p-history__block .history__profile p.name {
  font-size: 1.8rem;
  margin-top: 0.6rem;
}

.p-history__list {
  margin-top: 4.8rem;
}
.p-history__list dl {
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #BE1A25;
  padding-bottom: 0.8rem;
  margin-bottom: 1rem;
}
.p-history__list dl dt {
  font-weight: 700;
  font-size: 1.2rem;
  width: 16rem;
}
.p-history__list dl dd {
  font-size: 1.2rem;
  font-weight: 400;
  width: calc(100% - 16rem);
}

.p-about-schoolsong {
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
.p-about-schoolsong .p-schoolsong__item {
  width: 50%;
}
.p-about-schoolsong .p-schoolsong__item .item__movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.p-about-schoolsong .p-schoolsong__item .item__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-about-schoolsong .p-schoolsong__item .ttl {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 1rem;
}
.p-about-schoolsong .p-schoolsong__item .detail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-size: 1.2rem;
  margin-top: 0.8rem;
}
.p-about-schoolsong .p-schoolsong__item .detail span {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .p-history__block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    -ms-flex-align: center;
        align-items: center;
  }
  .p-history__block .history__ttl {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 0.8rem;
  }
  .p-history__block .item__text .desc {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .p-history__block .history__profile {
    float: none;
    margin: 2rem 0 0;
  }
  .p-history__list {
    margin-top: 3rem;
  }
  .p-history__list dl {
    display: block;
  }
  .p-history__list dl dt {
    width: 100%;
    margin-bottom: 1rem;
  }
  .p-history__list dl dd {
    width: 100%;
    font-size: 1.2rem;
  }
  .p-about-schoolsong {
    display: block;
  }
  .p-about-schoolsong .p-schoolsong__item {
    width: 100%;
  }
  .p-about-schoolsong .p-schoolsong__item:first-child {
    margin-bottom: 2rem;
  }
}
/* ——————————————————————————————————
  about access
  ——————————————————————————————————*/
.p-access__block:first-child .c-ttl__border {
  margin-top: 4rem;
}
.p-access__block .c-ttl__border {
  margin-top: 8rem;
}
.p-access__block .desc {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  margin-bottom: 2rem;
}
.p-access__block .item__img {
  text-align: center;
}
.p-access__block .c-btn {
  margin-top: 4rem;
}
.p-access__block .c-btn a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  max-width: 41rem;
  padding: 2rem 1rem;
  margin: 0 auto;
  border: 2px solid #BE1A25;
  color: #BE1A25;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  transition: 0.3s ease;
}
.p-access__block .c-btn a::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 11px;
  -webkit-mask: url("../img/icon_arrow.svg") no-repeat top right/100%;
          mask: url("../img/icon_arrow.svg") no-repeat top right/100%;
  background-color: #BE1A25;
  margin-left: 4px;
  transition: 0.3s ease;
}
.p-access__block .c-btn a:hover {
  background-color: #BE1A25;
  color: #fff;
}
.p-access__block .c-btn a:hover::after {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-access__block .c-ttl__border {
    margin-top: 4rem;
  }
  .p-access__block .desc {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 2rem;
  }
  .p-access__block .item__img {
    text-align: center;
  }
}
/* —————————————————
  course index
  —————————————————*/
@media screen and (max-width: 767px) {
  .c-heading__course .c-heading__text {
    width: 78%;
  }
}
/* ——————————————————————————————————
  course professional
  ——————————————————————————————————*/
.p-course-intro .note {
  font-size: 1.2rem;
  margin: 0 0 2rem;
}
.p-course-intro .p-course__block {
  clear: both;
}
.p-course-intro .p-course__block .item__img {
  float: right;
  width: 37rem;
  padding: 0 0 0 2rem;
  background-color: #fff;
}

.c-list-square li {
  font-size: 1.6rem;
  line-height: 2;
}
.c-list-square li::before {
  content: "■";
  display: inline-block;
  font-size: 1rem;
  color: #BE1A25;
  vertical-align: middle;
  margin-bottom: 1px;
  margin-right: 4px;
}

.p-course__block .c-list-square li {
  font-weight: 700;
}
.p-course__block .c-list-square li .desc {
  font-weight: 400;
  padding-left: 2rem;
  margin-bottom: 2rem;
}
.p-course__block .desc {
  font-size: 1.6rem;
}
.p-course__block .desc:not(:last-child) {
  margin-bottom: 1rem;
}
.p-course__block .sec__img {
  max-width: 620px;
  margin: 6rem auto 3rem;
}

.p-course__list .p-course__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2rem;
}
.p-course__list .p-course__item .item__img {
  width: 44%;
  position: relative;
}
.p-course__list .p-course__item .item__img .c-num {
  position: absolute;
  top: -2.6rem;
  left: 0;
}
.p-course__list .p-course__item .item__text {
  width: 53%;
}
.p-course__list .p-course__item .item__text .ttl {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
}
.p-course__list .p-course__item .item__text .ttl span {
  background-color: #BE1A25;
  color: #fff;
  font-size: 1.2rem;
  display: inline-block;
  padding: 2px 4px;
}
.p-course__list .p-course__item .item__text .desc {
  font-size: 1.6rem;
  line-height: 2;
}
.p-course__list.list__master .item__text {
  width: 100%;
}

.p-subject-other {
  border: 3px solid #BE1A25;
  padding: 2rem 4rem;
}
.p-subject-other .ttl {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
  text-align: center;
}
.p-subject-other .desc {
  font-size: 1.6rem;
  line-height: 2;
}

.p-curriculum__box {
  margin-top: 2rem;
}
.p-curriculum__box .curriculm__box__item {
  background-color: #EFEFEF;
  padding: 2rem 3.4rem;
}
.p-curriculum__box .curriculm__box__item:last-child {
  margin-top: 2rem;
}
.p-curriculum__box .curriculm__box__item .grade__ttl {
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 1.8rem;
  position: relative;
}
.p-curriculum__box .curriculm__box__item .grade__ttl .note {
  font-size: 8px;
  position: absolute;
  bottom: 2px;
  font-weight: 400;
  margin-left: 2px;
}
.p-curriculum__box .curriculm__box__item .p-curriculum__list {
  display: -ms-flexbox;
  display: flex;
  gap: 3.4rem;
}
.p-curriculum__box .curriculm__box__item .p-curriculum__list:last-of-type {
  margin-top: 1.6rem;
}
.p-curriculum__box .curriculm__box__item .p-curriculum__list .item {
  -ms-flex: 1;
      flex: 1;
}
.p-curriculum__box .curriculm__box__item .p-curriculum__list .ttl {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 0.4rem;
  font-weight: 700;
}
.p-curriculum__box .curriculm__box__item .p-curriculum__list .ttl.u-center {
  text-align: center;
}
.p-curriculum__box .curriculm__box__item .p-curriculum__list .desc {
  font-size: 1.2rem;
  line-height: 1.5;
}
.p-curriculum__box .curriculm__box__item .p-curriculum__list .list li {
  position: relative;
  font-size: 1.6rem;
  line-height: 2;
  padding-left: 2rem;
  margin-bottom: 0.4rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.p-curriculum__box .curriculm__box__item .p-curriculum__list .list li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 10px;
  height: 5px;
  border-left: 2px solid #BE1A25;
  border-bottom: 2px solid #BE1A25;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
.p-curriculum__box .curriculm__box__item .p-curriculum__list .list li span {
  font-size: 1.2rem;
}
.p-curriculum__box .note {
  font-size: 1rem;
  text-align: right;
  margin-top: 1rem;
}

.p-course__timetable .timetable__ttl {
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
}
.p-course__timetable .course__ttl {
  font-size: 1.7rem;
  font-weight: 700;
  margin-top: 1rem;
}
.p-course__timetable .course__ttl::before {
  content: "■";
  display: inline-block;
  font-size: 1rem;
  color: #BE1A25;
  vertical-align: middle;
  margin-bottom: 1px;
  margin-right: 4px;
}
.p-course__timetable .course__ttl + .c-time-schedule {
  margin-top: 1rem;
}
.p-course__timetable .course__ttl.advisor {
  margin-top: 6rem;
}

.c-time-schedule {
  width: 98.4%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 6px;
  margin-top: 3.4rem;
}
.c-time-schedule tbody {
  width: 100%;
}
.c-time-schedule tr th, .c-time-schedule tr td {
  padding: 1rem 2px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
}
.c-time-schedule tr th {
  width: 16.6666666667%;
  background-color: #ECCECF;
  border: 1px solid #ECCECF;
  line-height: 1.5;
}
.c-time-schedule tr th.ttl {
  background-color: #BE1A25;
  color: #fff;
}
.c-time-schedule tr th span {
  font-size: 1.2rem;
  display: block;
  text-align: center;
}
.c-time-schedule tr td {
  border: 1px solid #BE1A25;
  vertical-align: middle;
}
.c-time-schedule tr td.course_respective {
  background-color: #FCE9E8;
}
.c-time-schedule tr td.sm {
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .l-main-contents section.p-course__block:not(:last-child) {
    margin-bottom: 4rem;
  }
  .p-course-intro .c-list-square li {
    font-size: 1.4rem;
    line-height: 2;
  }
  .p-course-intro .c-list-square li::before {
    font-size: 0.8rem;
    margin-bottom: 2px;
  }
  .p-course-intro .p-course__block {
    clear: both;
  }
  .p-course-intro .p-course__block .item__img {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 6rem;
  }
  .p-course__block .desc {
    font-size: 1.4rem;
  }
  .p-course__block .desc.u-bold {
    font-size: 1.6rem;
  }
  .p-course__block .sec__img {
    margin: 2rem auto;
  }
  .p-course__list .p-course__item {
    display: block;
    margin-bottom: 2rem;
  }
  .p-course__list .p-course__item .item__img {
    width: 100%;
    margin-bottom: 0.8rem;
  }
  .p-course__list .p-course__item .item__text {
    width: 100%;
  }
  .p-course__list .p-course__item .item__text .ttl {
    font-size: 1.8rem;
    margin-bottom: 0.8rem;
  }
  .p-course__list .p-course__item .item__text .ttl span {
    font-size: 1rem;
  }
  .p-course__list .p-course__item .item__text .desc {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .p-subject-other {
    padding: 2rem;
  }
  .p-subject-other .ttl {
    font-size: 1.4rem;
  }
  .p-subject-other .desc {
    font-size: 1.4rem;
  }
  .p-curriculum__box .curriculm__box__item {
    padding: 2rem 0;
  }
  .p-curriculum__box .curriculm__box__item .grade__ttl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .p-curriculum__box .curriculm__box__item .grade__ttl .note {
    margin-left: 0;
    position: static;
  }
  .p-curriculum__box .curriculm__box__item .p-curriculum__list {
    display: block;
  }
  .p-curriculum__box .curriculm__box__item .p-curriculum__list .item {
    width: 100%;
  }
  .p-curriculum__box .curriculm__box__item .p-curriculum__list .item:not(:last-child) {
    margin-bottom: 2rem;
  }
  .p-curriculum__box .curriculm__box__item .p-curriculum__list .ttl {
    text-align: center;
  }
  .p-curriculum__box .curriculm__box__item .p-curriculum__list .list {
    padding-left: 1rem;
  }
  .p-curriculum__box .curriculm__box__item .p-curriculum__list .list li {
    padding-left: 1.6rem;
  }
  .p-curriculum__box .curriculm__box__item .p-curriculum__list .list li::before {
    top: 50%;
    -ms-transform: rotate(-45deg) translateY(-50%);
        transform: rotate(-45deg) translateY(-50%);
  }
  .p-course__timetable .timetable__ttl {
    font-size: 1.8rem;
  }
  .c-time-schedule {
    width: 100%;
    border-spacing: 3px;
    margin-top: 2rem;
  }
  .c-time-schedule tr th,
  .c-time-schedule tr td {
    padding: 4px 0;
    text-align: center;
    font-size: min(2.133vw, 8px);
    font-weight: 700;
  }
  .c-time-schedule tr th span {
    font-size: 1rem;
    font-size: min(2.133vw, 8px);
  }
  .c-time-schedule tr td.sm {
    font-size: 1rem;
    font-size: min(2.133vw, 8px);
  }
}
/* ——————————————————————————————————
  course schedule
  ——————————————————————————————————*/
.p-course-schedule {
  padding-left: 5.6rem;
}
.p-course-schedule .c-ttl__circle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 1rem;
}
.p-course-schedule .c-ttl__circle span {
  -ms-flex: 1;
      flex: 1;
  white-space: nowrap;
}
.p-course-schedule .c-ttl__circle::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #BE1A25;
  display: inline-block;
  margin-left: 1.2rem;
}
.p-course-schedule .p-schedule__block:not(:last-child) {
  margin-bottom: 2rem;
}
.p-course-schedule .p-schedule__block:first-child {
  margin-bottom: 4rem;
}
.p-course-schedule .p-schedule__block .wrap {
  padding-left: 4rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 2rem;
}
.p-course-schedule .p-schedule__block .wrap .schedule__list {
  padding-left: 2rem;
  width: 58%;
  line-height: 2;
  margin-top: 1rem;
  letter-spacing: 0.05em;
}
.p-course-schedule .p-schedule__block .wrap .schedule__list li {
  font-size: 1.6rem;
  list-style-type: disc;
}
.p-course-schedule .p-schedule__block .wrap .schedule__list li.u-color {
  font-weight: 700;
  color: #BE1A25;
}
.p-course-schedule .p-schedule__block .wrap figure {
  width: 42%;
  max-width: 272px;
}

.p-master__teacher {
  border: 3px solid #BE1A25;
  padding: 3rem 2.4rem;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-top: 4rem;
}
.p-master__teacher .item__img {
  width: 42%;
}
.p-master__teacher .item__img .name {
  font-size: 1.4rem;
  margin-top: 1rem;
}
.p-master__teacher .item__text {
  width: 58%;
}
.p-master__teacher .item__text .ttl {
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.p-master__teacher .item__text .desc {
  font-size: 1.6rem;
  line-height: 2;
}

.p-course__block.master__block .item__img {
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .p-course-schedule {
    padding-left: 0;
  }
  .p-course-schedule .c-ttl__circle {
    padding-left: 1rem;
  }
  .p-course-schedule .c-ttl__circle::before {
    left: -4.5rem;
  }
  .p-course-schedule .p-schedule__block:not(:last-child) {
    margin-bottom: 2rem;
  }
  .p-course-schedule .p-schedule__block:first-child {
    margin-bottom: 4rem;
  }
  .p-course-schedule .p-schedule__block .wrap {
    display: block;
  }
  .p-course-schedule .p-schedule__block .wrap .schedule__list {
    width: 100%;
  }
  .p-course-schedule .p-schedule__block .wrap .schedule__list li {
    font-size: 1.4rem;
  }
  .p-course-schedule .p-schedule__block .wrap figure {
    width: 100%;
    max-width: 100%;
    margin-top: 2rem;
  }
  .p-master__teacher {
    padding: 2rem 2.4rem;
    display: block;
    gap: 2rem;
    margin-top: 2rem;
  }
  .p-master__teacher .item__img {
    width: 100%;
  }
  .p-master__teacher .item__img .name {
    font-size: 1.2rem;
    margin-top: 0.6rem;
  }
  .p-master__teacher .item__text {
    width: 100%;
    margin-top: 2rem;
  }
  .p-master__teacher .item__text .ttl {
    font-size: 1.6rem;
  }
  .p-master__teacher .item__text .desc {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
/* —————————————————
  admission graduated
  —————————————————*/
/* ————見出し————*/
.p-graduated__border {
  font-size: 2.8rem;
  text-align: center;
  line-height: 2;
  padding-bottom: 0;
  max-width: 610px;
  margin: 0 auto 4rem;
}

.p-graduated__arrow {
  position: relative;
  font-size: 2.8rem;
  margin-bottom: 7rem;
  text-align: center;
  padding: 0.6rem 1.2rem;
  background-color: #BE1A25;
  color: #fff;
  font-weight: 700;
}
.p-graduated__arrow:after {
  content: "";
  display: block;
  width: 100%;
  height: 5rem;
  background-color: #BE1A25;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  left: 0;
  bottom: -4.9rem;
}
.p-graduated__arrow .sm {
  display: block;
  font-size: 1.6rem;
}
.p-graduated__arrow .mid {
  display: block;
  font-size: 2rem;
}

.l-main-contents.contents__graduated section {
  margin-bottom: 0;
}

.p-graduated-heading .graduated-heading__ttl {
  text-align: center;
  font-size: 2.4rem;
}
.p-graduated-heading .graduated-heading__ttl .sm {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 0.8rem;
}
.p-graduated-heading .graduated-heading__ttl .bg {
  background-color: #fff;
  color: #BE1A25;
  font-size: 2rem;
  padding: 5px 10px;
  margin: 0 5px;
  min-width: 8.2rem;
  display: inline-block;
}
.p-graduated-heading .p-graduated__border {
  margin-bottom: 2rem;
}
.p-graduated-heading .p-graduated__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.p-graduated-heading .p-graduated__block .possible__list {
  width: 65%;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
.p-graduated-heading .p-graduated__block .possible__list .possible {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  height: 12rem;
  padding-top: 2rem;
  width: 33.3333333333%;
  font-size: 1.8rem;
  font-weight: 700;
  color: #BE1A25;
  text-align: center;
  background: url("../img/admission/graduated_bg.svg") no-repeat bottom left/100%;
}
.p-graduated-heading .p-graduated__block .item__img {
  width: 32%;
}

.p-graduated-support .c-ttl__box {
  text-align: center;
}
.p-graduated-support .c-ttl__border {
  color: #BE1A25;
  margin-bottom: 1rem;
  line-height: 2;
}
.p-graduated-support .p-support__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 4rem;
}
.p-graduated-support .p-support__block:first-of-type {
  margin-top: 2rem;
}
.p-graduated-support .p-support__block .item__text {
  width: 73.2%;
}
.p-graduated-support .p-support__block .item__img {
  width: 24%;
}
.p-graduated-support .p-learn__more .c-ttl__border {
  text-align: center;
}

.p-graduated-worry {
  margin-top: 4rem;
}
.p-graduated-worry .p-worry__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
  padding: 0 1rem 0 4rem;
  margin-bottom: 4rem;
}
.p-graduated-worry .p-worry__block .item__img {
  width: 17%;
}
.p-graduated-worry .p-worry__block .item__text {
  width: 55%;
  background-color: rgba(190, 26, 37, 0.26);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 2rem;
}
.p-graduated-worry .p-worry__block .item__text ul li {
  font-size: 1.6rem;
}
.p-graduated-worry .p-worry__block .item__text ul li:not(:last-child) {
  margin-bottom: 0.8rem;
}
.p-graduated-worry .p-worry__block .item__text ul li::before {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: 1rem;
  border-left: 2px solid #BE1A25;
  border-bottom: 2px solid #BE1A25;
  -ms-transform: rotate(-35deg);
      transform: rotate(-35deg);
  margin-right: 1.2rem;
}
.p-graduated-worry .p-graduated__arrow {
  margin-bottom: 9rem;
}
.p-graduated-worry .p-graduated__box:not(:last-child) {
  margin-bottom: 4rem;
}
.p-graduated-worry .p-graduated__box .ttl {
  background-color: #BE1A25;
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0.6rem 1rem;
}
.p-graduated-worry .p-graduated__box .inner {
  border: 1px solid #BE1A25;
  padding: 2rem;
}
.p-graduated-worry .p-graduated__box .list li::before {
  content: "・";
  display: inline-block;
  margin-right: 4px;
}
.p-graduated-worry .p-graduated__box.box1 .list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8rem 2rem;
}
.p-graduated-worry .p-graduated__box.box1 .list li {
  font-size: 1.2rem;
  line-height: 1.5;
}
.p-graduated-worry .p-graduated__box.box2 .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.p-graduated-worry .p-graduated__box.box2 .list li {
  font-size: 1.4rem;
  line-height: 2;
}
.p-graduated-worry .p-graduated__box.box2 .list li.more {
  text-align: right;
}
.p-graduated-worry .p-graduated__box.box2 .list li.more::before {
  display: none;
}

.p-graduated__interview {
  margin-top: 4rem;
}
.p-graduated__interview .p-interview__block {
  clear: both;
  background-color: #EFEFEF;
  padding: 2rem;
}
.p-graduated__interview .p-interview__block .ttl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 1.2rem;
  letter-spacing: 0.05em;
  color: #BE1A25;
}
.p-graduated__interview .p-interview__block .profile {
  float: right;
  max-width: 32.8rem;
  margin: -4rem -2rem 0 2.4rem;
  position: relative;
}
.p-graduated__interview .p-interview__block .profile .name {
  font-size: 1.2rem;
  line-height: 2;
  text-align: center;
}
.p-graduated__interview .p-interview__block .profile .text__up {
  font-size: 1.6rem;
  text-align: center;
  width: 9.8rem;
  height: 9.8rem;
  border-radius: 50%;
  background-color: #BE1A25;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-weight: 700;
  position: absolute;
  top: -5rem;
  right: 1rem;
}
.p-graduated__interview .bnr__list {
  display: -ms-flexbox;
  display: flex;
  gap: 1.4rem;
  margin-top: 4rem;
}
.p-graduated__interview .bnr__list a {
  transition: 0.3s ease;
}
.p-graduated__interview .bnr__list a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  /* ————見出し————*/
  .p-graduated__border {
    font-size: 2.2rem;
    margin: 0 auto 2rem;
  }
  .p-graduated__arrow {
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding: 0.6rem;
  }
  .p-graduated__arrow .sm {
    font-size: 2rem;
  }
  .l-main-contents.contents__graduated section {
    margin-bottom: 0;
  }
  .p-graduated-heading .graduated-heading__ttl {
    width: 100vw;
    margin: 0 calc(50% - 50vw) 2rem;
    padding: 1rem 0;
  }
  .p-graduated-heading .graduated-heading__ttl .sm {
    margin-bottom: 0.5rem;
  }
  .p-graduated-heading .graduated-heading__ttl .bg {
    margin: 0 4px;
  }
  .p-graduated-heading .p-graduated__block {
    display: block;
  }
  .p-graduated-heading .p-graduated__block .possible__list {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5rem;
    margin-bottom: 2rem;
  }
  .p-graduated-heading .p-graduated__block .possible__list .possible {
    height: 8.5rem;
    font-size: 1.3rem;
    padding-top: 1.6rem;
  }
  .p-graduated-heading .p-graduated__block .item__img {
    width: 70%;
    margin: 0 auto;
  }
  .p-graduated-support .c-ttl__box {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .p-graduated-support .c-ttl__border {
    margin-bottom: 1rem;
    line-height: 2;
  }
  .p-graduated-support .p-support__block {
    display: block;
    margin-bottom: 4rem;
  }
  .p-graduated-support .p-support__block:first-of-type {
    margin-top: 1rem;
  }
  .p-graduated-support .p-support__block .item__text {
    width: 100%;
  }
  .p-graduated-support .p-support__block .item__text .c-ttl__border {
    font-size: 1.8rem;
  }
  .p-graduated-support .p-support__block .item__img {
    width: 50%;
    margin: 2rem auto 0;
  }
  .p-graduated-support .p-learn__more .c-ttl__border {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }
  .p-graduated-worry {
    margin-top: 4rem;
  }
  .p-graduated-worry .p-worry__block {
    display: block;
    padding: 0;
    margin-bottom: 0;
    position: relative;
  }
  .p-graduated-worry .p-worry__block .item__img {
    width: 16%;
    position: absolute;
    bottom: -1%;
    right: 14%;
    z-index: 1;
  }
  .p-graduated-worry .p-worry__block .item__img:last-child {
    width: 24%;
    right: -1rem;
    z-index: 0;
  }
  .p-graduated-worry .p-worry__block .item__text {
    -ms-flex-order: 1;
        order: 1;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    -ms-flex-pack: start;
        justify-content: flex-start;
    padding: 2rem;
  }
  .p-graduated-worry .p-graduated__arrow {
    margin-bottom: 7rem;
  }
  .p-graduated-worry .p-graduated__box:not(:last-child) {
    margin-bottom: 1.6rem;
  }
  .p-graduated-worry .p-graduated__box .ttl {
    padding: 0.2rem 1rem;
  }
  .p-graduated-worry .p-graduated__box .inner {
    padding: 0.8rem 1rem;
  }
  .p-graduated-worry .p-graduated__box .list li {
    width: 100%;
  }
  .p-graduated-worry .p-graduated__box .list li::before {
    margin-right: 2px;
  }
  .p-graduated-worry .p-graduated__box.box2 .inner {
    display: block;
  }
  .p-graduated__interview {
    margin-top: 4rem;
  }
  .p-graduated__interview .p-interview__block {
    padding: 0.8rem 0.8rem 2rem;
  }
  .p-graduated__interview .p-interview__block .ttl {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 1.2rem;
    letter-spacing: 0.05em;
    color: #BE1A25;
  }
  .p-graduated__interview .p-interview__block .profile {
    float: none;
    width: calc(100% + 1.6rem);
    max-width: calc(100% + 1.6rem);
    margin: 0 0 1rem -0.8rem;
  }
  .p-graduated__interview .p-interview__block .profile .name {
    margin-top: 0.8rem;
  }
  .p-graduated__interview .bnr__list {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 2rem;
    margin-top: 2rem;
  }
}
/* —————————————————
  special
  —————————————————*/
/* ——————— special header ——————*/
.l-header-special .l-header__top {
  height: 12rem;
}
.l-header-special .c-hamburger {
  display: block;
  background-color: #000;
}
.l-header-special .l-header__gNav {
  z-index: 99999;
  width: 100%;
  max-width: 600px;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #fff;
}
.l-header-special .l-header__menu {
  display: block;
  padding: 3rem 0;
}
.l-header-special .l-header__menu .nav_item {
  position: relative;
}
.l-header-special .l-header__menu .nav_item a {
  display: block;
  font-size: 2.8rem;
  margin: 0;
  padding: 1.2rem 3rem;
  text-align: left;
  position: relative;
  font-weight: 700;
  transition: 0.3s ease;
  border: none;
}
.l-header-special .l-header__menu .nav_item a::after {
  display: none;
}
.l-header-special .l-header__menu .nav_item a:hover {
  background-color: #BE1A25;
  color: #fff;
}
.l-header-special .l-header__contact {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #BE1A25;
  height: 8.2rem;
}
.l-header-special .l-header__contact li {
  width: 33.3333333333%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.l-header-special .l-header__contact .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  padding: 0.5rem;
  transition: 0.3s ease;
  letter-spacing: 0;
  height: auto;
  font-weight: 700;
  text-align: center;
  padding: 0;
  line-height: 1.2;
  width: 100%;
  padding: 0.8rem 0;
}
.l-header-special .l-header__contact .item::before {
  content: "";
  display: block;
  margin: 0 auto 0.5rem;
}
.l-header-special .l-header__contact .item:hover {
  opacity: 0.7;
}
.l-header-special .l-header__contact .item_trial::before {
  width: 4.2rem;
  height: 4.2rem;
  background: url("../img/icon_school.svg") no-repeat top left/100%;
}
.l-header-special .l-header__contact .item_document::before {
  width: 4.2rem;
  height: 3.3rem;
  background: url("../img/icon_book.svg") no-repeat top left/100%;
}
.l-header-special .l-header__contact .item_contact::before {
  width: 4.3rem;
  height: 3.5rem;
  background: url("../img/icon_mail.svg") no-repeat top left/100%;
}

@media screen and (max-width: 767px) {
  .l-header-special .l-header__top {
    height: 6rem;
  }
  .l-header-special .l-header__gNav {
    height: auto;
    display: none;
    padding: 0;
  }
  .l-header-special .l-header__menu {
    display: block;
    padding: 1rem 0;
  }
  .l-header-special .l-header__menu .nav_item a {
    font-size: 1.8rem;
    padding: 1rem 2.5rem;
  }
  .l-header-special .l-header__contact {
    height: 7rem;
  }
  .l-header-special .l-header__contact .item_trial::before {
    width: 3.2rem;
    height: 3.2rem;
  }
  .l-header-special .l-header__contact .item_document::before {
    width: 3.2rem;
    height: 2.6rem;
  }
  .l-header-special .l-header__contact .item_contact::before {
    width: 2.9rem;
    height: 2.3rem;
  }
}
.l-main-special {
  margin-bottom: 6rem;
}

.p-special-ttl__block {
  font-size: 3rem;
  text-align: center;
  font-weight: 700;
  border: 1px solid #BE1A25;
  padding: 1.2rem;
  background-color: rgba(190, 26, 37, 0.1);
}

.p-special__btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  gap: 5rem;
  margin-top: 6rem;
}
.p-special__btn a {
  display: block;
  width: 100%;
  transition: 0.3s ease;
}
.p-special__btn a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .p-special-ttl__block {
    font-size: 1.6rem;
    padding: 1rem;
  }
  .p-special__btn {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 0.6rem;
    margin-top: 3rem;
  }
}
/* ——————— special mv ——————*/
.p-special-mv {
  margin-bottom: 8rem;
}
.p-special-mv .p-special__nav {
  background-color: #000;
  padding: 2rem 0;
}
.p-special-mv .p-special__nav .text {
  color: #fff;
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 1rem;
}
.p-special-mv .p-special__nav .list {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
.p-special-mv .p-special__nav .list a {
  transition: 0.3s ease;
}
.p-special-mv .p-special__nav .list a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .l-main-special .l-wrap {
    width: calc(100% - 4rem);
  }
  .p-special-mv {
    margin-bottom: 2rem;
  }
  .p-special-mv .p-special__nav .list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 2rem;
  }
  .p-special-mv .p-special__nav .list li {
    width: 72%;
    margin: 0 auto;
  }
  .p-special-mv .p-special__nav .list a {
    transition: 0.3s ease;
  }
  .p-special-mv .p-special__nav .list a:hover {
    opacity: 0.7;
  }
}
/* ——————— special feature ——————*/
.p-special-feature {
  margin-bottom: 12rem;
}

.p-special-feature__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 4.8rem;
  margin-top: 5rem;
}
.p-special-feature__block .block__item {
  width: 33.3333333333%;
}
.p-special-feature__block .block__item .item__text {
  margin-top: 2rem;
}
.p-special-feature__block .block__item .ttl {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.p-special-feature__block .block__item .desc .u-color {
  color: #BE1A25;
  font-weight: 700;
}

/*incubate collection*/
.p-spacial-incubate {
  max-width: 960px;
  margin: 9rem auto 0;
}
.p-spacial-incubate .p-incubate__container {
  background: #C01920;
  padding: 4.5rem 5rem 4rem;
}
.p-spacial-incubate .p-incubate__ttl {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #000000;
  line-height: 1.7;
  margin-bottom: 3rem;
}
.p-spacial-incubate .p-incubate__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 0 auto;
  color: #FFFFFF;
  margin-top: 4rem;
}
.p-spacial-incubate .p-incubate__block .item__text {
  width: 60%;
}
.p-spacial-incubate .p-incubate__block .item__prof {
  width: 30%;
}
.p-spacial-incubate .p-incubate__block .item__prof img {
  width: 100%;
}
.p-spacial-incubate .p-incubate__block .ttl {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 3rem;
}
.p-spacial-incubate .p-incubate__block .desc {
  letter-spacing: 0;
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 500;
}
.p-spacial-incubate .p-incubate__block .course {
  font-size: 1.2rem;
  margin-top: 1rem;
  font-weight: 500;
  line-height: 2;
}
.p-spacial-incubate .p-incubate__block .course .name {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .p-special-feature {
    margin-bottom: 4rem;
  }
  .p-special-feature__block {
    display: block;
    margin-top: 0;
  }
  .p-special-feature__block .block__item {
    width: 100%;
    margin-top: 3rem;
  }
  .p-special-feature__block .block__item .item__text {
    margin-top: 2rem;
  }
  .p-special-feature__block .block__item .ttl {
    font-size: 2.2rem;
  }
  .p-special-feature__block .block__item .desc {
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: -0.025em;
  }
  .p-spacial-incubate {
    margin: 3rem auto 0;
  }
  .p-spacial-incubate .p-incubate__container {
    padding: 2rem 1rem 4rem;
  }
  .p-spacial-incubate .p-incubate__ttl {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 1rem;
  }
  .p-spacial-incubate p.u-center {
    width: 42%;
    margin: 0 auto;
  }
  .p-spacial-incubate .p-incubate__block {
    display: block;
    margin-top: 3rem;
  }
  .p-spacial-incubate .p-incubate__block .item__text {
    width: 100%;
  }
  .p-spacial-incubate .p-incubate__block .item__prof {
    width: 84%;
    margin: 2rem auto 0;
  }
  .p-spacial-incubate .p-incubate__block .ttl {
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 1rem;
  }
  .p-spacial-incubate .p-incubate__block .desc {
    line-height: 1.5;
    font-size: 1.4rem;
  }
  .p-spacial-incubate .p-incubate__block .course {
    line-height: 1.5;
  }
}
/* ——————— special course ——————*/
.p-special-course {
  margin-bottom: 12rem;
}

.p-special-course__block {
  margin-top: 8rem;
}
.p-special-course__block .course__ttl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 2rem 2.2rem;
  margin-bottom: 3rem;
}
.p-special-course__block .course__detail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 3rem;
}
.p-special-course__block .course__detail:not(:last-child) {
  margin-bottom: 4.5rem;
}
.p-special-course__block .course__detail .detail__block {
  width: 50%;
}
.p-special-course__block .course__detail p {
  font-size: 1.8rem;
}
.p-special-course__block .course__detail .ttl {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0;
  font-feature-settings: "palt";
  margin-bottom: 2rem;
}
.p-special-course__block .course__detail .desc {
  font-size: 1.8rem;
  line-height: 1.77;
  letter-spacing: 0;
  font-feature-settings: "palt";
}
.p-special-course__block .course__detail .ttl__bg {
  font-size: 2.2rem;
  font-weight: 700;
  padding: 0.6rem 1.5rem;
  margin-bottom: 2rem;
}
.p-special-course__block .course__detail .list__licensed li {
  font-size: 1.8rem;
  line-height: 1.7;
}
.p-special-course__block .course__detail .list__licensed li::before {
  content: "●";
}
.p-special-course__block .course__detail .list__job li {
  border: 1px solid;
  text-align: center;
  font-weight: 500;
  font-size: 2.2rem;
  padding: 0.5rem;
  letter-spacing: 0;
  margin-bottom: 0.8rem;
}
.p-special-course__block.professional .course__ttl {
  background-color: #D37985;
}
.p-special-course__block.professional .course__detail .ttl__bg {
  background-color: rgba(211, 121, 133, 0.5);
}
.p-special-course__block.professional .course__detail .list__job li {
  background-color: rgba(211, 121, 133, 0.1);
  border-color: #D37985;
}
.p-special-course__block.styling .course__ttl {
  background-color: #91C3A1;
}
.p-special-course__block.styling .course__detail .ttl__bg {
  background-color: rgba(145, 195, 161, 0.5);
}
.p-special-course__block.styling .course__detail .list__job li {
  background-color: rgba(145, 195, 161, 0.1);
  border-color: #91C3A1;
}
.p-special-course__block.styling .course__styling p.u-center {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0;
  font-feature-settings: "palt";
  margin-bottom: 1.4rem;
}
.p-special-course__block.styling .course__styling .styling__block {
  border: 4px solid rgba(145, 195, 161, 0.4);
  padding: 1rem 2rem;
}
.p-special-course__block.styling .course__styling .styling__block .wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 1rem;
}
.p-special-course__block.styling .course__styling .styling__block .wrap .desc {
  width: 78%;
}
.p-special-course__block.styling .course__styling .styling__block .wrap figure {
  width: 20%;
  text-align: center;
}
.p-special-course__block.styling .course__styling .styling__ttl {
  color: #91C3A1;
  font-size: 2.4rem;
  font-feature-settings: "palt";
  letter-spacing: 0;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid #91C3A1;
  padding-bottom: 0.6rem;
  margin-bottom: 1.2rem;
}
.p-special-course__block.master .course__ttl {
  background-color: #8EABD9;
}
.p-special-course__block.master .course__detail .ttl__bg {
  background-color: rgba(142, 171, 217, 0.5);
}
.p-special-course__block.master .course__detail .list__job li {
  background-color: rgba(142, 171, 217, 0.1);
  border-color: #91C3A1;
}

@media screen and (max-width: 767px) {
  .p-special-course {
    margin-bottom: 6rem;
  }
  .p-special-course .p-special__btn {
    margin-top: 7rem;
  }
  .p-special-course__block {
    margin-top: 2rem;
  }
  .p-special-course__block:not(:first-of-type) {
    margin-top: 6rem;
  }
  .p-special-course__block .course__ttl {
    display: block;
    padding: 1.2rem;
    margin-bottom: 1rem;
  }
  .p-special-course__block .course__ttl .en {
    display: none;
  }
  .p-special-course__block .course__detail {
    display: block;
  }
  .p-special-course__block .course__detail:not(:last-child) {
    margin-bottom: 2rem;
  }
  .p-special-course__block .course__detail .detail__block {
    width: 100%;
    margin-bottom: 1.6rem;
  }
  .p-special-course__block .course__detail p {
    font-size: 1.2rem;
  }
  .p-special-course__block .course__detail .ttl {
    font-size: 1.8rem;
    line-height: 1.6;
    margin-bottom: 1rem;
  }
  .p-special-course__block .course__detail .desc {
    font-size: 1.4rem;
  }
  .p-special-course__block .course__detail .item__img {
    margin-top: 2rem;
  }
  .p-special-course__block .course__detail .ttl__bg {
    font-size: 1.5rem;
    padding: 0.4rem 1rem;
    margin-bottom: 1rem;
  }
  .p-special-course__block .course__detail .list__licensed li {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .p-special-course__block .course__detail .list__job li {
    font-size: 1.4rem;
    padding: 0.5rem;
  }
  .p-special-course__block.styling .course__detail .ttl {
    font-size: 1.7rem;
  }
  .p-special-course__block.styling .course__styling {
    margin-bottom: 2rem;
  }
  .p-special-course__block.styling .course__styling p.u-center {
    font-size: 1.5rem;
    text-align: left;
    margin-bottom: 1.4rem;
  }
  .p-special-course__block.styling .course__styling .styling__block {
    padding: 0.5rem 1rem 1rem;
    border-width: 2px;
  }
  .p-special-course__block.styling .course__styling .styling__block .wrap .desc {
    font-size: 1.4rem;
  }
  .p-special-course__block.styling .course__styling .styling__block .wrap figure {
    text-align: center;
  }
  .p-special-course__block.styling .course__styling .styling__ttl {
    font-size: 1.5rem;
    margin-bottom: 1.2rem;
  }
}
/* ——————— support course ——————*/
.p-special-support {
  margin-bottom: 12rem;
}
.p-special-support .c-lead {
  font-size: 2.4rem;
  letter-spacing: 0;
  line-height: 1.6;
  font-weight: 700;
  margin-top: 2.5rem;
  font-feature-settings: "palt";
}
.p-special-support .p-support__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem;
  margin-top: 3rem;
}
.p-special-support .p-support__block .item {
  width: calc(50% - 2rem);
}
.p-special-support .p-support__block .item .ttl {
  font-size: 3rem;
  background-color: #BE1A25;
  color: #fff;
  padding: 1.2rem 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.p-special-support .p-support__block .item .desc {
  letter-spacing: 0;
  text-align: justify;
  font-size: 1.8rem;
  line-height: 1.7;
  font-feature-settings: "palt";
}
.p-special-support .p-suport-training {
  margin-top: 8rem;
}
.p-special-support .p-suport-training .training__ttl {
  font-size: 3rem;
  text-align: center;
  font-weight: 700;
  color: #BE1A25;
  border: 1px solid #BE1A25;
  padding: 1.2rem;
}
.p-special-support .p-suport-training .p-training__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 3rem;
  gap: 3rem;
}
.p-special-support .p-suport-training .p-training__block .item .ttl {
  color: #BE1A25;
  font-weight: 700;
  font-size: 2.4rem;
}
.p-special-support .p-suport-training .p-training__block .item .list {
  margin-top: 1rem;
}
.p-special-support .p-suport-training .p-training__block .item .list li {
  font-size: 1.8rem;
  line-height: 1.7;
}
.p-special-support .p-support-voice {
  margin-top: 8rem;
}
.p-special-support .p-support-voice .p-voice__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 4rem;
  gap: 4rem;
}
.p-special-support .p-support-voice .p-voice__block {
  width: calc(50% - 2rem);
  background-color: rgba(190, 26, 37, 0.1);
  padding: 2rem;
}
.p-special-support .p-support-voice .p-voice__block .p-voice__prof {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 2rem;
}
.p-special-support .p-support-voice .p-voice__block .p-voice__prof .desc {
  font-size: 1.8rem;
  letter-spacing: 1.7;
}
.p-special-support .p-support-voice .p-voice__block .p-voice__prof .item__text {
  width: 68%;
}
.p-special-support .p-support-voice .p-voice__block .p-voice__prof .item__text p {
  letter-spacing: 0;
  font-feature-settings: "palt";
}
.p-special-support .p-support-voice .p-voice__block .p-voice__prof .item__text .name {
  color: #BE1A25;
  font-size: 1.6rem;
  font-weight: 700;
}
.p-special-support .p-support-voice .p-voice__block .p-voice__prof .item__text .name span {
  font-size: 2.6rem;
}
.p-special-support .p-support-voice .p-voice__block .p-voice__prof .item__text .company {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  margin-top: 0.8rem;
}
.p-special-support .p-support-voice .p-voice__block .p-voice__prof .item__text .course {
  font-size: 1.6rem;
  margin-top: 0.8rem;
}
.p-special-support .p-support-voice .p-voice__block .p-voice__prof .item__img {
  width: 32%;
}

@media screen and (max-width: 767px) {
  .p-special-support {
    margin-bottom: 4rem;
  }
  .p-special-support .c-lead {
    font-size: 1.8rem;
    line-height: 1.6;
    margin-top: 1.6rem;
  }
  .p-special-support .p-support__block {
    display: block;
    margin-top: 2rem;
  }
  .p-special-support .p-support__block .item {
    width: 100%;
    margin-bottom: 2rem;
  }
  .p-special-support .p-support__block .item .ttl {
    font-size: 1.6rem;
    padding: 1rem 1.4rem;
    margin-bottom: 1rem;
  }
  .p-special-support .p-support__block .item .desc {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .p-special-support .p-suport-training {
    margin-top: 4rem;
  }
  .p-special-support .p-suport-training .training__ttl {
    font-size: 1.6rem;
    padding: 1rem;
  }
  .p-special-support .p-suport-training .p-training__block {
    display: block;
    margin-top: 3rem;
  }
  .p-special-support .p-suport-training .p-training__block .item {
    margin-top: 1rem;
  }
  .p-special-support .p-suport-training .p-training__block .item .ttl {
    font-size: 1.8rem;
  }
  .p-special-support .p-suport-training .p-training__block .item .list li {
    font-size: 1.4rem;
  }
  .p-special-support .p-support-voice {
    margin-top: 6rem;
  }
  .p-special-support .p-support-voice .p-voice__list {
    display: block;
    margin-top: 2rem;
  }
  .p-special-support .p-support-voice .p-voice__block {
    width: 100%;
    padding: 1.2rem 2.8rem 2rem;
    margin-top: 3rem;
  }
  .p-special-support .p-support-voice .p-voice__block .desc {
    font-size: 1.4rem;
    text-align: justify;
  }
  .p-special-support .p-support-voice .p-voice__block .p-voice__prof {
    display: block;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 2rem;
  }
  .p-special-support .p-support-voice .p-voice__block .p-voice__prof .item__text {
    width: 100%;
    margin-bottom: 2.5rem;
  }
  .p-special-support .p-support-voice .p-voice__block .p-voice__prof .item__text .name {
    font-size: 1.2rem;
  }
  .p-special-support .p-support-voice .p-voice__block .p-voice__prof .item__text .name span {
    font-size: 1.8rem;
  }
  .p-special-support .p-support-voice .p-voice__block .p-voice__prof .item__text .company {
    font-size: 1.4rem;
    margin-top: 0;
  }
  .p-special-support .p-support-voice .p-voice__block .p-voice__prof .item__text .course {
    font-size: 1.2rem;
    margin-top: 0;
  }
  .p-special-support .p-support-voice .p-voice__block .p-voice__prof .item__img {
    width: 60%;
    margin: 0 auto;
  }
}
/* ——————— special graduate ——————*/
.p-special-graduate .p-special-graduate__block {
  background-color: rgba(190, 26, 37, 0.05);
  padding: 1.4rem;
  margin-top: 4rem;
}
.p-special-graduate .p-special-graduate__block .inner {
  border: 2px dashed #BE1A25;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 3rem;
  padding: 1rem 2.6rem 1.5rem 1rem;
}
.p-special-graduate .p-special-graduate__block .inner .item__img {
  width: 23.5%;
}
.p-special-graduate .p-special-graduate__block .inner .item__img img {
  border-radius: 4px;
  overflow: hidden;
}
.p-special-graduate .p-special-graduate__block .inner .item__text {
  width: 74%;
  padding-top: 1rem;
}
.p-special-graduate .p-special-graduate__block .inner .ttl {
  font-weight: 700;
  font-size: 2.4rem;
  color: #BE1A25;
  letter-spacing: 0;
  font-feature-settings: "palt";
  margin-bottom: 1rem;
}
.p-special-graduate .p-special-graduate__block .inner .desc {
  font-size: 1.8rem;
  line-height: 1.77;
  letter-spacing: -0.02em;
  font-feature-settings: "palt";
  text-align: justify;
}
.p-special-graduate .p-special-graduate__block .inner .prof .name {
  color: #BE1A25;
  font-size: 1.6rem;
  font-weight: 700;
}
.p-special-graduate .p-special-graduate__block .inner .prof .name span {
  font-size: 2.6rem;
}
.p-special-graduate .p-special-graduate__block .inner .prof .company {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  margin-top: 0.8rem;
}
.p-special-graduate .p-special-graduate__block .inner .prof .course {
  font-size: 1.6rem;
  margin-top: 0.8rem;
}

@media screen and (max-width: 767px) {
  .p-special-graduate .p-special-graduate__block {
    padding: 1rem;
    margin-top: 3rem;
  }
  .p-special-graduate .p-special-graduate__block .inner {
    display: block;
    gap: 3rem;
    padding: 1rem 1.6rem;
  }
  .p-special-graduate .p-special-graduate__block .inner .item__img {
    width: 60%;
    margin: 0 auto 1rem;
  }
  .p-special-graduate .p-special-graduate__block .inner .item__text {
    width: 100%;
    padding-top: 1rem;
  }
  .p-special-graduate .p-special-graduate__block .inner .ttl {
    font-size: 1.6rem;
  }
  .p-special-graduate .p-special-graduate__block .inner .desc {
    font-size: 1.2rem;
    line-height: 1.77;
    letter-spacing: -0.02em;
    font-feature-settings: "palt";
    text-align: justify;
  }
  .p-special-graduate .p-special-graduate__block .inner .prof .name {
    font-size: 1.1rem;
  }
  .p-special-graduate .p-special-graduate__block .inner .prof .name span {
    font-size: 1.6rem;
  }
  .p-special-graduate .p-special-graduate__block .inner .prof .company {
    font-size: 1.3rem;
    letter-spacing: 0;
    font-feature-settings: "palt";
    margin-top: 1.4rem;
  }
  .p-special-graduate .p-special-graduate__block .inner .prof .course {
    font-size: 1rem;
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .l-special__cta {
    background-color: #EBD5DC;
  }
  .l-special__cta .cta {
    display: block;
    width: 100%;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    background-color: #EBD5DC;
  }
  .l-special__cta .cta ul {
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
  }
  .l-special__cta .cta ul li {
    width: 50%;
    text-align: center;
    font-size: 10px;
    height: 45px;
  }
  .l-special__cta .cta ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 28px;
    line-height: 1.5;
    text-decoration: none;
    color: #000;
    font-size: 1.3rem;
  }
  .l-special__cta .cta ul li a:before {
    content: "";
    width: 2rem;
    height: 2rem;
    display: block;
    text-align: center;
    background-size: 2rem 2rem;
    background-repeat: no-repeat;
    text-decoration: none;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 7px;
  }
  .l-special__cta .cta ul li.opencampus a:before {
    background-image: url("../img/special/footer_icon_opencampus.png");
  }
  .l-special__cta .cta ul li.request a:before {
    background-image: url("../img/special/footer_icon_request.png");
  }
}