@charset "UTF-8";
/* reset
---------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Noto+Sans+JP:wght@400;500;700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, button,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

img {
  border: 0;
  vertical-align: bottom;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

sub {
  vertical-align: sub;
}

sup {
  vertical-align: super;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

pre {
  white-space: pre-wrap;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* common
---------------------------------------------------------------------------- */
/* タイトル系
---------------------------------------------------------------------------- */
/* common
---------------------------------------------------------------------------- */
/* フェードインエフェクト
---------------------------------------------------------------------------- */
.fadeIn {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  -webkit-transition: all 1s 0.5s;
  transition: all 1s 0.5s;
}
.fadeIn.isActive {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* parts
-----------------------------------------------------------------------------*/
/* base
---------------------------------------------------------------------------- */
/*------------- General Elements -------------*/
html {
  font-size: 62.5%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  background-color: #F6F2F2;
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 500;
  color: #111111;
  font-size: 1.6rem;
  line-height: 1.5;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  body.is-open::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 20;
  }
}

body.is-open.noscroll {
  overflow: hidden;
  height: 100vh;
}

a {
  text-decoration: none;
  color: inherit;
  outline: none;
}

img {
  max-width: 100%;
}

* {
  word-break: normal;
}

main {
  margin-bottom: 50px;
}

.contents-inner {
  padding-top: 140px;
}
@media screen and (max-width: 768px) {
  .contents-inner {
    padding-top: 60px;
  }
}

.inner {
  width: min(100% - 60px, 1100px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    padding: 0 20px;
  }
}

.bg-gray {
  width: 100vw !important;
  margin: 0 calc(50% - 50vw) !important;
  background-color: #ABABB2;
  padding: 80px 0;
}

.is-bg {
  background-image: url("../../assets/images/common/bg-texture-gray.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .is-bg {
    padding: 50px 0;
  }
}

/* ---------- breadcrumb ---------- */
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  list-style: none;
  font-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 55px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    font-size: 3.1944444444vw;
    margin-bottom: 35px;
  }
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}
.breadcrumb .breadcrumb-item.active {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
}

/* -------------------- main -------------------- */
.main {
  padding-top: 107px;
}
@media screen and (max-width: 768px) {
  .main {
    padding-top: 68px;
  }
}

.en-label {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.08em;
  color: #FF6239;
  margin-bottom: 5px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .en-label {
    font-size: 3.3333333333vw;
  }
}

.title {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 32px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .title {
    font-size: 5.8333333333vw;
  }
}

.cat {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
  font-weight: 600;
  display: inline-block;
  padding: 1px 8px;
  margin-bottom: 10px;
  min-width: 92px;
  text-align: center;
  border: 1px solid #474040;
}
@media screen and (max-width: 768px) {
  .cat {
    font-size: 3.1944444444vw;
  }
}
.cat-further {
  background: #FDD100;
}
.cat-learning {
  background: #F39801;
}
.cat-life {
  background: #EDC9A8;
}
.cat-exam {
  background: #9AA9DD;
}
.cat-other {
  background: #D28BE2;
}

/* ---------- mv-area ---------- */
.mv-area {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .mv-area {
    margin-bottom: 0;
  }
}

/* ---------- swiper ---------- */
.swiper {
  overflow: initial !important;
}

.slider-wrapper {
  width: 100%;
  padding: 40px 0;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .slider-wrapper {
    overflow: hidden;
    padding: 81px 15px;
  }
}
@media screen and (max-width: 450px) {
  .slider-wrapper {
    overflow: hidden;
    padding: 60px 15px;
  }
}

.swiper-slide {
  position: relative;
}
.swiper-slide:hover img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

.slide-img {
  max-width: 753px;
  max-height: 510px;
  aspect-ratio: 753/510;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .slide-img {
    max-width: 100%;
    width: 100%;
  }
}
.slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.slide-content {
  display: none;
  position: absolute;
  width: 500px;
  bottom: -81px;
  left: -18px;
}
@media screen and (max-width: 768px) {
  .slide-content {
    width: 93%;
    position: static;
    margin-top: 0;
    -webkit-transform: translateY(-33px);
            transform: translateY(-33px);
    margin: 0 auto;
  }
}
.slide-content-inner {
  background: #fff;
  border: 2px solid #111;
  padding: 20px 25px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .slide-content-inner {
    padding: 18px 20px;
  }
}
.slide-content h3 {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 600;
  text-decoration: underline;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .slide-content h3 {
    font-size: 4.8611111111vw;
  }
}
.slide-content p {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .slide-content p {
    font-size: 3.1944444444vw;
  }
}

.swiper-slide-active .slide-content {
  display: block;
}

.swiper-slide-active:hover .slide-content-inner {
  border: 3px solid #111;
}

.swiper-button-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 38px;
  bottom: -61px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .swiper-button-wrap {
    bottom: -23px;
    right: 54px;
  }
}
.swiper-button-wrap .swiper-button-prev,
.swiper-button-wrap .swiper-button-next {
  width: 36px;
  height: 36px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  position: relative;
  background: #474040;
  border: none;
  color: #fff;
}
.swiper-button-wrap .swiper-button-prev::before,
.swiper-button-wrap .swiper-button-next::before {
  content: "";
  width: 17px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}
.swiper-button-wrap .swiper-button-prev:hover,
.swiper-button-wrap .swiper-button-next:hover {
  background: #fff;
  border: 1px solid #474040;
}
.swiper-button-wrap .swiper-button-prev[aria-disabled=true],
.swiper-button-wrap .swiper-button-next[aria-disabled=true] {
  opacity: 0.4;
  cursor: default;
  pointer-events: none;
}
.swiper-button-wrap .swiper-button-prev::before {
  background-image: url("../../assets/images/common/arrow-prev.svg");
}
.swiper-button-wrap .swiper-button-prev:hover::before {
  background-image: url("../../assets/images/common/arrow-prev-gray.svg");
}
.swiper-button-wrap .swiper-button-next::before {
  background-image: url("../../assets/images/common/arrow-next.svg");
}
.swiper-button-wrap .swiper-button-next:hover::before {
  background-image: url("../../assets/images/common/arrow-next-gray.svg");
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
}

.swiper-pagination-wrap {
  position: absolute;
  right: 146px;
  bottom: -51px;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .swiper-pagination-wrap {
    right: 170px;
    bottom: -15px;
  }
}
.swiper-pagination-wrap .swiper-pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: anchor-center;
      -ms-flex-align: anchor-center;
          align-items: anchor-center;
}

.swiper-pagination-bullet {
  background: #fff;
  border: 1px solid #000;
  opacity: 1 !important;
  width: 10px;
  height: 10px;
  margin: 0 6px !important;
}
@media screen and (max-width: 768px) {
  .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
  }
}
.swiper-pagination-bullet-active {
  border: none;
  width: 13px;
  height: 13px;
}
@media screen and (max-width: 768px) {
  .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
  }
}

.swiper-pagination-bullet-active {
  background: #ff6f47;
}

/* ---------- keywords-area ---------- */
.keywords-area {
  padding: 0 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .keywords-area {
    padding: 0;
  }
}
.keywords-box {
  margin: 0 auto;
  padding: 32px 65px;
  border: 3px solid #111;
  border-radius: 32px;
}
@media screen and (max-width: 768px) {
  .keywords-box {
    padding: 16px 7px;
  }
}
.keywords-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .keywords-list {
    gap: 10px;
  }
}
.keywords-list li {
  padding: 8px 16px;
  background: #E7E7E7;
  border-radius: 50px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  font-weight: 600;
  white-space: nowrap;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .keywords-list li {
    font-size: 3.1944444444vw;
  }
}
.keywords-list li span {
  color: #FF6239;
  margin-right: 1px;
}
.keywords-list li:hover {
  background: #EDC9A8;
  opacity: 1;
}

/* ---------- latest-area ---------- */
.latest-area {
  padding: 0 20px 70px;
  border-bottom: 1px dashed #474040;
}
@media screen and (max-width: 768px) {
  .latest-area {
    padding: 0 0 50px;
  }
}

.article-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .article-list {
    display: block;
  }
}
.article-list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  max-width: 345px;
  background: #fff;
  border-radius: 7px;
  border: 2px solid;
  padding: 27px 27px 15px 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .article-list-item {
    padding: 24px 24px 15px 24px;
    max-width: 100%;
    margin-bottom: 15px;
  }
}
.article-list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.article-list-item:hover {
  border: 3px solid;
}
.article-list-img {
  width: 100%;
  max-width: 290px;
  aspect-ratio: 290/199;
  margin: 0 auto 15px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .article-list-img {
    max-width: 100%;
    max-height: 300px;
  }
}
.article-list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 7px;
  display: block;
}
.article-list .cat {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.article-list h4 {
  font-size: 1.8rem;
  line-height: 1.5;
  margin: auto 0 5px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ADADAD;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .article-list h4 {
    font-size: 4.3055555556vw;
  }
}
.article-list .date {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .article-list .date {
    font-size: 3.1944444444vw;
  }
}

.article-list-item:hover h4 {
  text-decoration: underline;
}

.more-btn {
  text-align: center;
}
.more-btn a {
  padding: 17px 59px;
  background: #474040;
  color: #fff;
  border: 1px solid #474040;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.more-btn a:hover {
  background: #fff;
  color: #474040;
}

.main.page {
  padding-top: 140px;
}
@media screen and (max-width: 768px) {
  .main.page {
    padding-top: 135px;
  }
}
.main.page .article-area {
  border-bottom: 1px dashed #474040;
  padding-bottom: 40px;
}
.main.page .article-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
.main.page .article-list h2 {
  font-size: 1.8rem;
  line-height: 1.5;
  margin: auto 0 5px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ADADAD;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .main.page .article-list h2 {
    font-size: 4.3055555556vw;
  }
}
.main.page .article-list-item {
  margin-bottom: 30px;
}
.main.page .keywords-area {
  padding: 40px 0 20px;
}
@media screen and (max-width: 768px) {
  .main.page .keywords-area {
    padding-top: 16px;
  }
}
.main.page .keywords-area .title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 35px;
}
@media screen and (max-width: 768px) {
  .main.page .keywords-area .title {
    margin-bottom: 20px;
    padding-left: 23px;
  }
}
.main.page .keywords-area .title:after {
  content: "";
  position: absolute;
  width: 27px;
  height: 20px;
  background-image: url("../../assets/images/common/icon-keyword.svg");
  background-repeat: no-repeat;
  background-size: contain;
  top: 3px;
  left: -44px;
}
@media screen and (max-width: 768px) {
  .main.page .keywords-area .title:after {
    left: -13px;
  }
}
.main.page .keywords-box {
  max-width: 920px;
}
@media screen and (max-width: 768px) {
  .main.page .keywords-box {
    max-width: 100%;
  }
}

/* ---------- most-viwed-area ---------- */
.most-viwed-area {
  background: #fff;
  padding: 40px 20px;
}
@media screen and (max-width: 768px) {
  .most-viwed-area {
    padding: 40px 0 0;
  }
}

/* ---------- article-pager ---------- */
.article-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  /* 矢印共通 */
  /* prev */
  /* next */
}
.article-pager-numlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  margin-right: 10px;
}
.article-pager-numlist-item {
  position: relative;
}
.article-pager-numlist-item a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #222;
  text-decoration: none;
  padding: 4px 2px;
}
.article-pager-numlist-item.current-page a {
  color: #222;
}
.article-pager-numlist-item.current-page::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 18px;
  height: 2px;
  background-color: #ff5a2a;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.article-pager-list,
.article-pager .newsTopPagerNextList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.article-pager-first a, .article-pager-last a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 34px;
  height: 34px;
  background-color: #474040;
  position: relative;
  border: 1px solid #474040;
}
.article-pager-first a:hover, .article-pager-last a:hover {
  background-color: #fff;
}
.article-pager .article-pager-first a {
  background-image: url("../../assets/images/common/arrow-prev.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px auto;
}
.article-pager .article-pager-first a:hover {
  background-image: url("../../assets/images/common/arrow-prev-gray.svg");
}
.article-pager .article-pager-last a {
  background-image: url("../../assets/images/common/arrow-next.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px auto;
}
.article-pager .article-pager-last a:hover {
  background-image: url("../../assets/images/common/arrow-next-gray.svg");
}

/* ---------- details ---------- */
.main.page.details {
  background: #fff;
}
.main.page.details h1.title {
  font-size: 2.8rem;
  line-height: 1.4285714286;
  text-align: left;
  border-bottom: 1px dashed #474040;
  padding-bottom: 16px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .main.page.details h1.title {
    font-size: 5.5555555556vw;
    margin-bottom: 15px;
  }
}
.main.page.details .keywords-list {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .main.page.details .keywords-list {
    gap: 0;
  }
}
.main.page.details .keywords-list li {
  background: none;
  padding: 0;
  margin-right: 10px;
}
.main.page.details .more-btn {
  margin-bottom: 44px;
}
.main.page.details .article-list {
  margin-bottom: 0;
}

.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 48px;
}
.info .date {
  font-size: 1.4rem;
  line-height: 2.1428571429;
  margin-right: 20px;
}
.info .cat {
  margin-bottom: 0;
}

.thumbnail {
  max-width: 1100px;
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .thumbnail {
    margin-bottom: 15px;
  }
}
.thumbnail img {
  width: 100%;
  max-height: 643px;
  -o-object-fit: cover;
     object-fit: cover;
}

.block-content {
  margin-bottom: 88px;
}
.block-content p {
  font-size: 1.6rem;
  line-height: 1.875;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .block-content p {
    font-size: 4.1666666667vw;
    line-height: 1.5;
  }
}
.block-content h2 {
  font-size: 2.6rem;
  line-height: 1.3461538462;
  background: #F5F5F5;
  padding: 14px 5px 14px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .block-content h2 {
    font-size: 5.2777777778vw;
  }
}
.block-content h2:before {
  content: "";
  display: block;
  width: 20px;
  height: 4px;
  margin-right: 20px;
  background-color: #FF6239;
}
.block-content h3 {
  font-size: 2.4rem;
  line-height: 1.4583333333;
  border-bottom: 1px dashed #ADADAD;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .block-content h3 {
    font-size: 4.7222222222vw;
  }
}
.block-content .mt-be-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 38px;
  margin-bottom: 30px;
}
.block-content .mt-be-columns .mt-be-column {
  width: 48%;
}

.anchorLink-point {
  scroll-margin-top: 130px;
}

.toc {
  border: 4px solid #FBEAD9;
  border-radius: 10px;
  padding: 36px 48px;
  background: #fff;
  margin-bottom: 42px;
}
@media screen and (max-width: 768px) {
  .toc {
    padding: 15px;
  }
}
.toc .toc-title {
  font-weight: bold;
  color: #FF6239;
  margin-bottom: 16px;
  font-size: 1.8rem;
  line-height: 1.3333333333;
}
.toc ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.toc .toc-item {
  margin-bottom: 10px;
}
.toc .toc-item:last-child {
  margin-bottom: 0;
}
.toc .toc-item a {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  color: #333;
  margin-bottom: 6px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  text-decoration-color: currentColor;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .toc .toc-item a {
    font-size: 4.1666666667vw;
    padding-left: 25px;
  }
}
.toc .toc-item a:hover {
  opacity: 0.8;
}
.toc .toc-item a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 16px;
  height: 3px;
  background: #FF6239;
}
@media screen and (max-width: 768px) {
  .toc .toc-item a::before {
    width: 13px;
  }
}
.toc .toc-item.level-h3 {
  margin-left: 20px;
}
.toc .toc-item.level-h3 a {
  font-size: 1.8rem;
  line-height: 1.3333333333;
}
@media screen and (max-width: 768px) {
  .toc .toc-item.level-h3 a {
    font-size: 3.8888888889vw;
  }
}
.toc .toc-item.level-h3 a::before {
  content: none;
}

/* module
---------------------------------------------------------------------------- */
/* RWD表示切り替え
---------------------------------------------------------------------------- */
@media all and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}
@media all and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}
/* フォントサイズ
---------------------------------------------------------------------------- */
.fs50 {
  font-size: 5rem !important;
}

.fs49 {
  font-size: 4.9rem !important;
}

.fs48 {
  font-size: 4.8rem !important;
}

.fs47 {
  font-size: 4.7rem !important;
}

.fs46 {
  font-size: 4.6rem !important;
}

.fs45 {
  font-size: 4.5rem !important;
}

.fs44 {
  font-size: 4.4rem !important;
}

.fs43 {
  font-size: 4.3rem !important;
}

.fs42 {
  font-size: 4.2rem !important;
}

.fs41 {
  font-size: 4.1rem !important;
}

.fs40 {
  font-size: 4rem !important;
}

.fs39 {
  font-size: 3.9rem !important;
}

.fs38 {
  font-size: 3.8rem !important;
}

.fs37 {
  font-size: 3.7rem !important;
}

.fs36 {
  font-size: 3.6rem !important;
}

.fs35 {
  font-size: 3.5rem !important;
}

.fs34 {
  font-size: 3.4rem !important;
}

.fs33 {
  font-size: 3.3rem !important;
}

.fs32 {
  font-size: 3.2rem !important;
}

.fs31 {
  font-size: 3.1rem !important;
}

.fs30 {
  font-size: 3rem !important;
}

.fs29 {
  font-size: 2.9rem !important;
}

.fs28 {
  font-size: 2.8rem !important;
}

.fs27 {
  font-size: 2.7rem !important;
}

.fs26 {
  font-size: 2.6rem !important;
}

.fs25 {
  font-size: 2.5rem !important;
}

.fs24 {
  font-size: 2.4rem !important;
}

.fs23 {
  font-size: 2.3rem !important;
}

.fs22 {
  font-size: 2.2rem !important;
}

.fs21 {
  font-size: 2.1rem !important;
}

.fs20 {
  font-size: 2rem !important;
}

.fs19 {
  font-size: 1.9rem !important;
}

.fs18 {
  font-size: 1.8rem !important;
}

.fs17 {
  font-size: 1.7rem !important;
}

.fs16 {
  font-size: 1.6rem !important;
}

.fs15 {
  font-size: 1.5rem !important;
}

.fs14 {
  font-size: 1.4rem !important;
}

.fs13 {
  font-size: 1.3rem !important;
}

.fs12 {
  font-size: 1.2rem !important;
}

.fs11 {
  font-size: 1.1rem !important;
}

.fs10 {
  font-size: 1rem !important;
}

.fs9 {
  font-size: 0.9rem !important;
}

.fs8 {
  font-size: 0.8rem !important;
}

.fs7 {
  font-size: 0.7rem !important;
}

.fs6 {
  font-size: 0.6rem !important;
}

@media screen and (max-width: 768px) {
  .spfs50 {
    font-size: 6.6666666667vw !important;
  }
  .spfs49 {
    font-size: 6.5333333333vw !important;
  }
  .spfs48 {
    font-size: 6.4vw !important;
  }
  .spfs47 {
    font-size: 6.2666666667vw !important;
  }
  .spfs46 {
    font-size: 6.1333333333vw !important;
  }
  .spfs45 {
    font-size: 6vw !important;
  }
  .spfs44 {
    font-size: 5.8666666667vw !important;
  }
  .spfs43 {
    font-size: 5.7333333333vw !important;
  }
  .spfs42 {
    font-size: 5.6vw !important;
  }
  .spfs41 {
    font-size: 5.4666666667vw !important;
  }
  .spfs40 {
    font-size: 5.3333333333vw !important;
  }
  .spfs39 {
    font-size: 5.2vw !important;
  }
  .spfs38 {
    font-size: 5.0666666667vw !important;
  }
  .spfs37 {
    font-size: 4.9333333333vw !important;
  }
  .spfs36 {
    font-size: 4.8vw !important;
  }
  .spfs35 {
    font-size: 4.6666666667vw !important;
  }
  .spfs34 {
    font-size: 4.5333333333vw !important;
  }
  .spfs33 {
    font-size: 4.4vw !important;
  }
  .spfs32 {
    font-size: 4.2666666667vw !important;
  }
  .spfs31 {
    font-size: 4.1333333333vw !important;
  }
  .spfs30 {
    font-size: 4vw !important;
  }
  .spfs29 {
    font-size: 3.8666666667vw !important;
  }
  .spfs28 {
    font-size: 3.7333333333vw !important;
  }
  .spfs27 {
    font-size: 3.6vw !important;
  }
  .spfs26 {
    font-size: 3.4666666667vw !important;
  }
  .spfs25 {
    font-size: 3.3333333333vw !important;
  }
  .spfs24 {
    font-size: 3.2vw !important;
  }
  .spfs23 {
    font-size: 3.0666666667vw !important;
  }
  .spfs22 {
    font-size: 2.9333333333vw !important;
  }
  .spfs21 {
    font-size: 2.8vw !important;
  }
  .spfs20 {
    font-size: 2.6666666667vw !important;
  }
  .spfs19 {
    font-size: 2.5333333333vw !important;
  }
  .spfs18 {
    font-size: 2.4vw !important;
  }
  .spfs17 {
    font-size: 2.2666666667vw !important;
  }
  .spfs16 {
    font-size: 2.1333333333vw !important;
  }
  .spfs15 {
    font-size: 2vw !important;
  }
  .spfs14 {
    font-size: 1.8666666667vw !important;
  }
  .spfs13 {
    font-size: 1.7333333333vw !important;
  }
  .spfs12 {
    font-size: 1.6vw !important;
  }
  .spfs11 {
    font-size: 1.4666666667vw !important;
  }
  .spfs10 {
    font-size: 1.3333333333vw !important;
  }
  .spfs9 {
    font-size: 1.2vw !important;
  }
  .spfs8 {
    font-size: 1.0666666667vw !important;
  }
  .spfs7 {
    font-size: 0.9333333333vw !important;
  }
  .spfs6 {
    font-size: 0.8vw !important;
  }
}
/* print
---------------------------------------------------------------------------- */
/* 印刷設定
---------------------------------------------------------------------------- */
@media print {
  * html body {
    zoom: 70%;
  }
}
/* header
---------------------------------------------------------------------------- */
.header {
  position: fixed;
  background-color: #F6F2F2;
  width: 100%;
  height: 97px;
  padding: 0 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .header {
    width: 100%;
    height: 90px;
    z-index: 999;
  }
}
.header-inner {
  width: min(100% - 60px, 1100px);
  margin: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1055px) {
  .header-inner {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .header .site-title {
    z-index: 10;
    max-width: 175px;
  }
}
.header .site-title a img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header .header-nav {
    width: 100%;
    z-index: 2;
  }
}
.header .header-nav .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .header .header-nav .nav-list {
    display: block;
    padding-top: 20px;
  }
}
.header .header-nav .nav-item {
  position: relative;
  width: 120px;
  white-space: nowrap;
}
@media screen and (max-width: 950px) {
  .header .header-nav .nav-item {
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .header .header-nav .nav-item {
    width: 100%;
    margin-bottom: 24px;
    padding: 0 0 20px 30px;
    border-bottom: 1px dashed #111111;
    text-align: left;
  }
}
.header .header-nav .nav-item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 50px;
  border-right: 1px dashed #111111;
}
@media screen and (max-width: 768px) {
  .header .header-nav .nav-item::after {
    right: 24px;
    top: 35%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 12px;
    height: 16px;
    background-image: url("../../assets/images/common/arrow-right.svg");
    background-repeat: no-repeat;
    background-size: contain;
    border-right: initial;
  }
}
.header .header-nav .nav-item:last-child::after {
  display: none;
}
.header .header-nav .nav-item:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 50px;
  border-left: 1px dashed #111111;
}
@media screen and (max-width: 768px) {
  .header .header-nav .nav-item:first-child::before {
    content: none;
  }
}
.header .header-nav .nav-item a {
  width: 100%;
  text-align: center;
  color: #111111;
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 830px) {
  .header .header-nav .nav-item a {
    font-size: 11px;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .header .header-nav .nav-item a {
    font-size: 3.75vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.header .header-nav .nav-item .nav-text {
  display: inline-block;
  -webkit-transition: letter-spacing 0.2s ease;
  transition: letter-spacing 0.2s ease;
}
.header .header-nav .nav-item a:hover .nav-text {
  letter-spacing: 2px;
}
.header .header-nav .nav-item.search {
  width: 72px;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .header .header-nav .nav-item.search {
    width: 100%;
    margin: 0;
  }
}
.header .header-nav .nav-item.search span {
  margin-right: 10px;
}
.header .header-nav .nav-item.search a {
  width: 24px;
  height: 24px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .header .header-nav .nav-item.search a {
    width: initial;
    height: initial;
    padding-right: 10px;
  }
}
.header .header-nav .nav-item.search a img:hover {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.header .burger-btn {
  display: none;
}

@media screen and (max-width: 768px) {
  .header {
    /* 以下、ハンバーガーボタン */
    /* ハンバーガーメニュー */
  }
  .header button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: transparent;
    border: 0;
    border-radius: 0;
    color: inherit;
    cursor: pointer;
    font: inherit;
    margin: 0;
    outline: none;
    padding: 0;
    vertical-align: middle;
  }
  .header .burger-btn {
    display: block;
    height: 41px;
    position: relative;
    right: 0;
    width: 39px;
    z-index: 3;
    background-color: transparent;
    border: none;
  }
  .header .burger-btn .bar {
    background-color: #111111;
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 27px;
  }
  .header .burger-btn .bar_top {
    top: 10px;
  }
  .header .burger-btn .bar_mid {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .header .burger-btn .bar_bottom {
    bottom: 11px;
  }
  .header .burger-btn.close .bar_top {
    -webkit-transform: translate(-50%, 10px) rotate(45deg);
            transform: translate(-50%, 10px) rotate(45deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .header .burger-btn.close .bar_mid {
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .header .burger-btn.close .bar_bottom {
    -webkit-transform: translate(-50%, -8px) rotate(-45deg);
            transform: translate(-50%, -8px) rotate(-45deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .header .nav-wrapper {
    visibility: hidden;
    background: #F6F2F2;
    left: 0;
    position: fixed;
    top: 120px;
    width: 100vw;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    z-index: 2;
  }
}
@media screen and (max-width: 768px) and (max-width: 570px) {
  .header .nav-wrapper {
    top: 113px;
  }
}
@media screen and (max-width: 768px) {
  .header .fade {
    opacity: 1;
    visibility: visible;
  }
}
.header-info {
  position: fixed;
  top: 96px;
  width: 100%;
  z-index: 999;
  background: #474040;
}
@media screen and (max-width: 768px) {
  .header-info {
    top: 90px;
  }
}
.header-info p {
  color: #fff;
  text-align: left;
  padding: 4px;
  width: min(100% - 60px, 1100px);
  margin: auto;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .header-info p {
    font-size: 2.7777777778vw;
  }
}

/* 資料請求 */
/* footer
---------------------------------------------------------------------------- */
#footer {
  padding: 30px 20px 20px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #footer {
    padding: 20px;
  }
}
#footer .university-name {
  font-size: 1.2rem;
  line-height: 2;
  margin-bottom: 10px;
}
#footer .university-address {
  font-size: 1.1rem;
  line-height: 2.1818181818;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #footer .university-address {
    font-size: 2.9166666667vw;
  }
}
#footer .university-copy {
  font-size: 1.1rem;
  line-height: 2.1818181818;
}