@charset "UTF-8";
/* ---------------------------------------------
*   body
--------------------------------------------- */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  -webkit-text-size-adjust: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
  overflow-x: hidden;
  background-color: #FFFFFF;
  color: #4A4A4A;
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  word-break: break-all;
  word-break: break-word;
}

/* ---------------------------------------------
*   .inner内の、各階層での最後の要素のデフォルトmargin-bottom解除
--------------------------------------------- */
.inner *:last-child,
.inner--top *:last-child,
.footer-top *:last-child {
  margin-bottom: 0;
}

/* ---------------------------------------------
*   focus
--------------------------------------------- */
*:focus-visible {
  outline: #468AC8 auto 2px;
}

/* ---------------------------------------------
*   PC/SP 出し分け
--------------------------------------------- */
@media only screen and (min-width: 750px) {
  .pc-hide {
    display: none !important;
  }
}
@media only screen and (max-width: 749px) {
  .sp-hide {
    display: none !important;
  }
}
/* ---------------------------------------------
*   テキスト揃え方向
--------------------------------------------- */
.al-center {
  text-align: center !important;
}

.al-right {
  text-align: right !important;
}

.al-left {
  text-align: left !important;
}

/* ---------------------------------------------
*   .inner直下でインライン要素を単体で、幅728pxで使う場合
--------------------------------------------- */
.d-block {
  display: block;
}

/* ---------------------------------------------
*   テキスト系オプション
--------------------------------------------- */
.mod-underline {
  text-decoration: underline;
}

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

.mod-gray {
  color: #D0D0D0;
}

.mod-red {
  color: #A53E3E;
}

.mod-blue {
  color: #0C528B;
}

.mod-link-1 {
  color: #0C528B;
  text-decoration: underline;
}
.mod-link-1:hover {
  text-decoration: none;
}

.mod-link-2 {
  position: relative;
  margin-left: 17px;
  color: #0C528B;
  text-decoration: underline;
}
.mod-link-2:before {
  -webkit-transform: rotate(90deg);
  display: block;
  position: absolute;
  top: 5.6px;
  left: -17px;
  width: 13px;
  height: 13px;
  transform: rotate(90deg);
  background: no-repeat center/cover url(/assets/images/arrow-circled.svg);
  content: "";
}
.mod-link-2:hover {
  text-decoration: none;
}

.mod-link-3 {
  color: #0C528B;
  text-decoration: underline;
}
.mod-link-3:after {
  padding-left: 0.3em;
  content: "\f35d";
  font-weight: bold;
  font-size: 0.943em;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
}
.mod-link-3:hover {
  text-decoration: none;
}

.mod-link-4 {
  color: #0C528B;
  text-decoration: underline;
}
.mod-link-4:after {
  -webkit-transform: rotate(-90deg);
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 4px;
  transform: rotate(-90deg);
  background: no-repeat center/cover url(/assets/images/arrow-circled.svg);
  content: "";
  vertical-align: middle;
}
.mod-link-4:hover {
  text-decoration: none;
}

.mod-italic {
  font-style: italic;
}

.mod-up {
  font-size: 0.4em;
  vertical-align: top;
}

.mod-down {
  font-size: 0.4em;
  vertical-align: bottom;
}

.mod-pdf-link-1,
.mod-excel-link,
.mod-word-link {
  position: relative;
  margin-left: 1.72em;
  color: #0C528B;
  text-decoration: underline;
}
.mod-pdf-link-1:before,
.mod-excel-link:before,
.mod-word-link:before {
  position: absolute;
  top: 0.17em;
  left: -1.12em;
  font-weight: normal;
  font-size: 1.27em;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
}
.mod-pdf-link-1:hover,
.mod-excel-link:hover,
.mod-word-link:hover {
  text-decoration: none;
}

.mod-pdf-link-1:before {
  content: "\f1c1";
  color: #A53E3E;
}

.mod-excel-link:before {
  content: "\f1c3";
  color: #4AAF72;
}

.mod-word-link:before {
  content: "\f1c2";
  color: #0C528B;
}

.mod-small {
  font-size: 12px;
}

@media only screen and (max-width: 749px) {
  .mod-small--sp {
    font-size: 12px;
  }
}

.mod-smallest {
  font-size: 10px;
}

@media only screen and (max-width: 749px) {
  .mod-smallest--sp {
    font-size: 10px;
  }
}

/* ---------------------------------------------
*   画像枠線
--------------------------------------------- */
.img-border--gray {
  border: 1px solid #D0D0D0;
}
.img-border--l-blue {
  border: 1px solid #C2CED8;
}

/* ---------------------------------------------
*   メールアドレスの「@」画像表示
--------------------------------------------- */
.at-sign {
  display: inline-block;
  position: relative;
  width: 0.94em;
  height: 0.9em;
}
.at-sign img {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* ---------------------------------------------
*   下層ページのコンテンツ幅指定
--------------------------------------------- */
.inner > * {
  max-width: 728px;
  margin-right: auto;
  margin-left: auto;
}

.inner.wide-wrapper > * {
  max-width: 906px;
}

.inner > .wide-content {
  max-width: 906px;
}

/* ---------------------------------------------
*   margin-bottom
--------------------------------------------- */
.mb-pc--0 {
  margin-bottom: 0 !important;
}

.mb-pc--10 {
  margin-bottom: 10px !important;
}

.mb-pc--20 {
  margin-bottom: 20px !important;
}

.mb-pc--30 {
  margin-bottom: 30px !important;
}

.mb-pc--40 {
  margin-bottom: 40px !important;
}

.mb-pc--50 {
  margin-bottom: 50px !important;
}

.mb-pc--60 {
  margin-bottom: 60px !important;
}

.mb-pc--70 {
  margin-bottom: 70px !important;
}

.mb-pc--80 {
  margin-bottom: 80px !important;
}

.mb-pc--90 {
  margin-bottom: 90px !important;
}

.mb-pc--100 {
  margin-bottom: 100px !important;
}

@media only screen and (max-width: 749px) {
  .mb-sp--0 {
    margin-bottom: 0 !important;
  }
  .mb-sp--10 {
    margin-bottom: 10px !important;
  }
  .mb-sp--20 {
    margin-bottom: 20px !important;
  }
  .mb-sp--30 {
    margin-bottom: 30px !important;
  }
  .mb-sp--40 {
    margin-bottom: 40px !important;
  }
  .mb-sp--50 {
    margin-bottom: 50px !important;
  }
  .mb-sp--60 {
    margin-bottom: 60px !important;
  }
  .mb-sp--70 {
    margin-bottom: 70px !important;
  }
  .mb-sp--80 {
    margin-bottom: 80px !important;
  }
  .mb-sp--90 {
    margin-bottom: 90px !important;
  }
  .mb-sp--100 {
    margin-bottom: 100px !important;
  }
}
/* ---------------------------------------------
*   accordion
--------------------------------------------- */
.acc {
  position: relative;
  margin-bottom: 30px;
  border: 2px solid #E9F2F7;
  background-color: #FFFFFF;
}
.inner > .acc {
  max-width: 906px;
}
.acc:after {
  display: block;
  position: absolute;
  right: -2px;
  bottom: -2px;
  left: -2px;
  height: 2px;
  background-color: #468AC8;
  content: "";
}
.acc__ttl {
  padding: 21px 87px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.34;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
@media only screen and (max-width: 749px) {
  .acc__ttl {
    padding: 21px 58px;
  }
}
.acc__ttl-wrapper {
  position: relative;
  cursor: pointer;
}
.acc__trigger-btn {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 26.115px;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  color: #468AC8;
  font-weight: bold;
  font-size: 15.8px;
}
@media only screen and (max-width: 749px) {
  .acc__trigger-btn {
    right: 10.115px;
  }
}
.acc__body {
  -webkit-transition: 0.3s ease;
  height: 0;
  overflow: hidden;
  transition: 0.3s ease;
}
.acc__body-inner {
  padding: 9px 87px 30px;
}
@media only screen and (max-width: 749px) {
  .acc__body-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.acc.open .acc__ttl-wrapper .acc__trigger-btn {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.acc__desc-list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.acc__desc-list dt:not(:last-of-type), .acc__desc-list dd:not(:last-of-type) {
  margin-bottom: 20px;
}
.acc__desc-list dt {
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: 11.1263736264%;
  color: #0C528B;
}
@media only screen and (max-width: 749px) {
  .acc__desc-list dt {
    width: 100%;
  }
  .acc__desc-list dt:not(:last-of-type) {
    margin-bottom: 0;
  }
}
.acc__desc-list dd {
  width: 88.8736263736%;
}
@media only screen and (max-width: 749px) {
  .acc__desc-list dd {
    width: 100%;
  }
}
.acc__target-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 749px) {
  .acc__target-list {
    padding-top: 5px;
  }
}
@media only screen and (max-width: 749px) {
  .body-en .acc__target-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -10px;
  }
}
.acc__target-item {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 24px;
  color: #FFFFFF;
  font-size: 12px;
}
.acc__target-item--color1 {
  background-color: #D67E7E;
}
.acc__target-item--color2 {
  background-color: #00B5B2;
}
.acc__target-item--color3 {
  background-color: #C19191;
}
.acc__target-item--color4 {
  background-color: #D4A954;
}
@media only screen and (max-width: 749px) {
  .acc__target-item {
    width: calc(25% - 7.5px);
  }
}
.acc__target-item:not(:last-of-type) {
  margin-right: 10px;
}
.body-en .acc__target-item {
  width: auto;
  margin-top: 10px;
  padding: 0 6px;
}

/* ---------------------------------------------
*   box
--------------------------------------------- */
.box-1 {
  margin-bottom: 40px;
  padding: 20px;
  border: 1px solid #C2CED8;
  background-color: #FFFFFF;
}
.box-1--no-border {
  border: none;
}
.box-1--red {
  border-color: #A53E3E;
  background-color: #FFF7F7;
}
.box-1--blue {
  border: none;
  background-color: #F6F7F8;
}

.box-2 {
  margin-bottom: 40px;
  padding: 20px;
  border: 1px solid #D0D0D0;
  background-color: #FFFFFF;
}
.box-2__bottom-item {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: flex-start;
  justify-content: flex-start;
  padding-left: 1em;
}
.box-2__bottom-item:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
  font-weight: bold;
}
.box-2__bottom-item > dt {
  font-weight: bold;
  white-space: nowrap;
}
.box-2__bottom-item > dt:after {
  content: "：";
}

.box-3 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  padding: 20px 10px;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 749px) {
  .box-3 {
    display: block;
  }
}
.box-3__desc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: 0 10px;
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (max-width: 749px) {
  .box-3__desc {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.box-3__desc dt {
  color: #0C528B;
  text-align: right;
  white-space: nowrap;
}
.box-3__desc dt:not(:first-of-type) {
  margin-left: 15.9px;
}
@media only screen and (max-width: 749px) {
  .box-3__desc dt:not(:first-of-type) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 749px) {
  .box-3__desc dt {
    width: 3em;
  }
  .box-3__desc dd {
    width: calc(100% - 3em);
  }
}
@media only screen and (max-width: 749px) {
  .body-en .box-3__desc dt {
    width: 4em;
  }
  .body-en .box-3__desc dd {
    width: calc(100% - 4em);
    padding-left: 4px;
  }
}

.box-4 {
  margin-bottom: 40px;
  padding: 20px 40px;
  background-color: #F6F7F8;
}
.inner > .box-4 {
  max-width: 906px;
}
@media only screen and (max-width: 749px) {
  .box-4 {
    padding: 20px;
  }
}
.sec--blue .box-4 {
  background-color: #FFFFFF;
}
.box-4__header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 11.5px;
  border-bottom: 1px solid #0C528B;
}
.box-4__ttl {
  color: #0C528B;
  font-size: 18px;
  line-height: 1.56;
}
.box-4__sub-txt {
  line-height: 1.56;
}
.box-4__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 749px) {
  .box-4__bottom {
    display: block;
  }
}
.box-4__bottom-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.72;
}
.box-4__bottom-item:not(:last-of-type) {
  margin-right: 40px;
}
@media only screen and (max-width: 749px) {
  .box-4__bottom-item:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.box-4__bottom-item dt {
  width: 52px;
  padding-right: 10px;
  color: #0C528B;
}
.box-5 {
  width: 100%;
  margin-bottom: 60px;
  padding: 20px;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 749px) {
  .box-5 {
    margin-bottom: 40px;
  }
}
.box-5 .ttl-4 {
  margin-bottom: 4px;
}
.box-5 .ttl-5 {
  margin-bottom: 2.5px;
}

.box-6 {
  margin-bottom: 60px;
  border: 1px solid #C2CED8;
}
.inner > .box-6 {
  max-width: 906px;
}
.box-6__header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  column-gap: 10px;
  align-items: center;
  padding: 10px 15px;
  border-bottom: 1px solid #C2CED8;
  background-color: #C2CED8;
  font-weight: 700;
  line-height: 1.5;
}
.box-6__header__link {
  white-space: nowrap;
}
.box-6__body {
  padding: 20px;
  background-color: #F6F7F8;
}
.box-6__body-inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 749px) {
  .box-6__body-inner {
    display: block;
  }
}
.box-6__l, .box-6__r {
  width: calc(50% - 10px);
}
@media only screen and (max-width: 749px) {
  .box-6__l, .box-6__r {
    width: 100%;
  }
}
.box-6__l {
  text-align: center;
}
@media only screen and (max-width: 749px) {
  .box-6__l {
    margin-bottom: 20px;
  }
}
.box-6__img {
  border: 1px solid #C2CED8;
}
.box-6__txt {
  margin-bottom: 2em;
}
.box-6__link {
  color: #0C528B;
  text-decoration: underline;
}
.box-6__link:hover {
  text-decoration: none;
}

.box-7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding: 20px;
  border: 1px solid #D0D0D0;
  background-color: #FFFFFF;
}
.inner > .box-7 {
  max-width: 906px;
}
@media only screen and (max-width: 749px) {
  .box-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.box-7__l {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 426px;
  margin-right: 20px;
}
@media only screen and (max-width: 749px) {
  .box-7__l {
    width: 100%;
    margin-bottom: 20px;
  }
}
.box-7__l img {
  width: 100%;
}

/* ---------------------------------------------
*   button
--------------------------------------------- */
.btn-1 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  width: 202px;
  height: 40px;
  margin-top: 25px;
  padding: 0 53px 0 27.5px;
  border: 1px solid #0C528B;
  border-radius: 999em;
  background-color: #0C528B;
  color: #FFFFFF;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  letter-spacing: 0.08em;
  transition: 0.3s ease;
}
@media only screen and (max-width: 749px) {
  .btn-1 {
    margin: 35px auto 0;
    margin-top: 35px;
  }
}
.btn-1__arrow {
  fill: none;
  stroke: #FFFFFF;
  -webkit-transition: 0.3s ease;
  position: absolute;
  right: 16.7px;
  bottom: 17px;
  transition: 0.3s ease;
}
.btn-1:hover {
  background-color: #FFFFFF;
  color: #0C528B;
}
.btn-1:hover .btn-1__arrow {
  stroke: #0C528B;
}
.btn-1--al-right {
  margin-left: auto;
}
.btn-1--al-center {
  margin-right: auto;
  margin-left: auto;
}
.btn-1--2lines {
  line-height: 1.25;
}
.btn-1 .fas {
  margin-left: 5px;
}

.btn-2 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  height: 72px;
  padding: 0 74px 0 25px;
  border: 1px solid #E9F2F7;
  background-color: #FFFFFF;
  color: #4A4A4A;
  line-height: 1.65;
}
@media only screen and (max-width: 749px) {
  .btn-2 {
    margin-bottom: 20px;
  }
}
.btn-2:before {
  -webkit-transition: 0.3s ease;
  display: block;
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: calc(100% + 2px);
  height: 2px;
  background-color: #468AC8;
  content: "";
  transition: 0.3s ease;
}
.btn-2:hover:before {
  width: 0;
}
.btn-2 + .btn-2 {
  margin-top: 20px;
}
.btn-2 .fa-external-link-alt {
  padding-left: 8.8px;
  color: #468AC8;
  font-size: 13.2px;
}
.btn-2 .fa-file-excel,
.btn-2 .fa-file-word,
.btn-2 .fa-file-pdf {
  padding-left: 8.8px;
  color: #468AC8;
  font-size: 15.6px;
}
.btn-2:after {
  display: block;
  position: absolute;
  right: 13.7px;
  bottom: 33.2px;
  width: 38.57px;
  height: 8.302px;
  background: no-repeat center/contain url(/assets/images/arrow.svg);
  content: "";
}
.btn-2__list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 906px;
  margin: 0 auto;
}
.inner > .btn-2__list {
  max-width: 906px;
}
@media only screen and (max-width: 749px) {
  .btn-2__list {
    width: 100%;
  }
}
.btn-2__list-item {
  width: calc(100%/3 - 19px);
}
@media only screen and (max-width: 749px) {
  .btn-2__list-item {
    width: 100%;
  }
}
.btn-2__list-item:not(:nth-of-type(3n)) {
  margin-right: 28.5px;
}
@media only screen and (max-width: 749px) {
  .btn-2__list-item:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 749px) {
  .btn-2__list-item {
    margin-bottom: 20px;
  }
}
.btn-2__list-item:nth-of-type(n+4) {
  margin-top: 20px;
}
@media only screen and (max-width: 749px) {
  .btn-2__list-item:nth-of-type(n+4) {
    margin-top: 0;
  }
}
.btn-2__list-item:last-of-type {
  margin-right: 0;
}
.btn-2__list--al-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn-2__list--al-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.btn-2__list--top {
  width: 100%;
  margin-bottom: 70px;
}
.btn-2__list--top .btn-2 {
  height: 104px;
  padding-left: 28px;
  font-size: 15px;
  line-height: 1.467;
}
@media only screen and (max-width: 749px) {
  .btn-2__list--top .btn-2 {
    padding-left: 23px;
  }
}
.btn-2__list--top .btn-2:after {
  bottom: 48.1px;
}
.btn-2__list--top .btn-2__list-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  max-width: 340px;
}
@media only screen and (max-width: 749px) {
  .btn-2__list--top .btn-2__list-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 21px;
  }
}
.btn-2__list--top .btn-2__list-item:not(:nth-of-type(3n)) {
  margin-right: 16px;
}
@media only screen and (max-width: 749px) {
  .btn-2__list--top .btn-2__list-item:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
}
.btn-2__list--top .btn-2__list-item:last-of-type {
  margin-right: 0;
}
@media only screen and (max-width: 749px) {
  .btn-2__list--top .btn-2__list-item:last-of-type {
    margin-bottom: 0;
  }
}
.btn-2.btn-2--back {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 25px 0 74px;
}
.btn-2.btn-2--back:before {
  right: unset;
  left: -1px;
}
.btn-2.btn-2--back:after {
  -webkit-transform: scale(-1, 1);
  right: unset;
  left: 13.7px;
  transform: scale(-1, 1);
}
.btn-2--long-txt {
  font-size: 12px;
  line-height: 1.4;
}

/* ---------------------------------------------
*   画像系パーツ
--------------------------------------------- */
.figure-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
}
.inner > .figure-1 {
  max-width: 906px;
}
@media only screen and (max-width: 749px) {
  .figure-1 {
    display: block;
  }
}
.figure-1__l {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 180px;
  margin-right: 38px;
}
@media only screen and (max-width: 749px) {
  .figure-1__l {
    margin: 0 auto 25px;
  }
}
.figure-1__l img {
  width: 100%;
}
.figure-1__r {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.figure-1 .table-4 {
  margin-bottom: 0;
}
.figure-1__link {
  display: inline-block;
  color: #0C528B;
  text-decoration: underline;
}
.figure-1__link-wrapper {
  margin-top: 20px;
  line-height: 1;
  text-align: right;
}
.figure-1__link:hover {
  text-decoration: none;
}
.figure-1:not(:last-of-type) .table-4:last-child, .figure-1:not(:last-of-type) .table-4 + .figure-1__link-wrapper {
  margin-bottom: 60px;
}

.figure-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.inner > .figure-2 {
  max-width: 906px;
}
@media only screen and (max-width: 749px) {
  .figure-2 {
    display: block;
  }
}
@media only screen and (max-width: 749px) {
  .figure-2.figure-2--s {
    margin-bottom: 20px;
  }
}
.figure-2__l {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 60.7%;
  margin-right: 40px;
}
@media only screen and (max-width: 749px) {
  .figure-2__l {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.figure-2__l img {
  width: 100%;
}

.figure-3 {
  margin-bottom: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #C2CED8;
}
.inner > .figure-3 {
  max-width: 906px;
}
.figure-3__inner {
  -webkit-column-gap: 39px;
  -moz-column-gap: 39px;
  display: grid;
  grid-template-rows: minmax(1rem, auto) 1fr;
  grid-template-columns: 1fr 551px;
  column-gap: 39px;
  row-gap: 20px;
}
@media only screen and (max-width: 749px) {
  .figure-3__inner {
    display: block;
  }
}
.figure-3__txt {
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 1;
  grid-column-end: 2;
}
@media only screen and (max-width: 749px) {
  .figure-3__txt {
    margin-bottom: 20px;
  }
}
.figure-3__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 2;
  grid-column-end: 3;
  width: 551px;
}
@media only screen and (max-width: 749px) {
  .figure-3__img {
    width: 100%;
  }
}
.figure-3__img-img {
  width: 100%;
}
.figure-3__img-item {
  width: calc(50% - 10.5px);
}
@media only screen and (max-width: 749px) {
  .figure-3__img-item {
    width: calc((100% - 12px) / 2);
  }
}
.figure-3__img-item:not(:last-of-type) {
  margin-right: 21px;
}
@media only screen and (max-width: 749px) {
  .figure-3__img-item:not(:last-of-type) {
    margin-right: 12px;
  }
}
.figure-3__contain-wrapper {
  position: relative;
  width: 100%;
  padding-top: 69.43396%;
}
.figure-3__contain-wrapper img {
  -o-object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border: 1px solid #C2CED8;
  background-color: #FFFFFF;
}
.figure-3__btn {
  grid-row-start: 2;
  grid-row-end: 3;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-top: 0;
}
@media only screen and (max-width: 749px) {
  .figure-3__btn {
    margin: 20px auto 0;
  }
}
.figure-3__btn-wrapper {
  grid-row-start: 2;
  grid-row-end: 3;
  grid-column-start: 1;
  grid-column-end: 2;
}
@media only screen and (max-width: 749px) {
  .figure-3__btn-wrapper {
    margin: 20px auto 0;
  }
}
.figure-3__btn-wrapper .btn-1 {
  margin-top: 20px;
}
.figure-3__btn-wrapper .btn-1:first-of-type {
  margin-top: 0;
}
.figure-3--no-img .figure-3__txt {
  grid-column-end: 3;
}

.figure-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 40px;
  border-bottom: 1px solid #D0D0D0;
}
@media only screen and (max-width: 749px) {
  .figure-4 {
    display: block;
  }
}
.figure-4 img {
  width: 100%;
}
.figure-4__l {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 136.12px;
  margin-right: 40px;
}
@media only screen and (max-width: 749px) {
  .figure-4__l {
    width: 123.4px;
    margin: 0 auto 20px;
  }
}
.figure-4__r {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.figure-5 {
  margin-bottom: 20px;
  padding-bottom: 40px;
  border-bottom: 1px solid #D0D0D0;
}
.figure-5__inner {
  width: 188.67px;
  margin: auto;
}
@media only screen and (max-width: 749px) {
  .figure-5__inner {
    width: 149px;
  }
}
.figure-5__img {
  width: 100%;
  border: 1px solid #767676;
}
.figure-5__img img {
  width: 100%;
}
.figure-5__link {
  margin: 3.8px 3px 0;
}
.figure-4 + .figure-5 {
  margin-top: 40px;
}

.figure-6 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}
.inner > .figure-6 {
  max-width: 906px;
}
@media only screen and (max-width: 749px) {
  .figure-6 {
    display: block;
  }
}
.inner > .figure-6--narrow.figure-6 {
  max-width: 728px;
}
.figure-6--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.figure-6--txt .figure-6__item:nth-of-type(n+3) {
  margin-top: 40px;
}
@media only screen and (max-width: 749px) {
  .figure-6--txt .figure-6__item:nth-of-type(n+2) {
    margin-top: 40px;
  }
}
.figure-6__item {
  width: calc(50% - 20px);
}
@media only screen and (max-width: 749px) {
  .figure-6__item {
    width: 100%;
  }
}
.figure-6__item:nth-of-type(n+3) {
  margin-top: 20px;
}
@media only screen and (max-width: 749px) {
  .figure-6__item:nth-of-type(n+2) {
    margin-top: 20px;
  }
}
.figure-6__frame {
  position: relative;
  width: 100%;
  padding-top: 64.20323%;
}
.figure-6__frame + * {
  margin-top: 20px;
}
.figure-6__frame img {
  -o-object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.figure-6__frame--contain img {
  -o-object-fit: contain;
  object-fit: contain;
  border: 1px solid #C2CED8;
  background-color: #FFFFFF;
}
.figure-6 img {
  width: 100%;
  margin-bottom: 20px;
}

.figure-7 {
  margin-bottom: 35px;
}
@media only screen and (max-width: 749px) {
  .figure-7 {
    margin-bottom: 30px;
  }
}
.figure-7 a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.figure-7 a:hover {
  opacity: 0.5;
}
.figure-7 img {
  width: 100%;
}

.figure-8 {
  margin-bottom: 35px;
}
@media only screen and (max-width: 749px) {
  .figure-8 {
    margin-bottom: 30px;
  }
}
.figure-8__img-wrapper {
  position: relative;
  width: 100%;
  padding-top: 61.81%;
}
.figure-8__img-wrapper img {
  -o-object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.figure-8--contain .figure-8__img-wrapper img {
  -o-object-fit: contain;
  object-fit: contain;
  border: 1px solid #C2CED8;
  background-color: #FFFFFF;
}

.figure-9 {
  -webkit-column-gap: 43px;
  -moz-column-gap: 43px;
  display: grid;
  column-gap: 43px;
  row-gap: 0;
  margin-bottom: 60px;
}
@media only screen and (max-width: 749px) {
  .figure-9 {
    display: block;
  }
}
.figure-9--1 {
  grid-template-rows: minmax(1rem, auto) 1fr;
  grid-template-columns: 332px 1fr;
}
.figure-9--1 .figure-9__tit, .figure-9--1 .figure-9__cnt {
  grid-column: 2/3;
}
.figure-9--1 .figure-9__img {
  grid-column: 1/2;
}
.figure-9--2 {
  grid-template-rows: minmax(1rem, auto) 1fr;
  grid-template-columns: 1fr 332px;
}
.figure-9--2 .figure-9__tit, .figure-9--2 .figure-9__cnt {
  grid-column: 1/2;
}
.figure-9--2 .figure-9__img {
  grid-column: 2/3;
}
.figure-9__tit {
  grid-row: 1/2;
}
.figure-9__img {
  grid-row: 1/3;
}
@media only screen and (max-width: 749px) {
  .figure-9__img {
    width: 180px;
    margin: 0 auto 20px;
  }
}
.figure-9__cnt {
  grid-row: 2/3;
}

.figure-10 {
  width: 184px;
  margin-bottom: 40px;
}

.figure-teacher {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
@media only screen and (max-width: 749px) {
  .figure-teacher {
    margin-bottom: 40px;
  }
}
.figure-teacher__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 122px;
  flex: 0 0 122px;
}
@media only screen and (max-width: 749px) {
  .figure-teacher__img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 123.4px;
    margin: 0 auto 30px;
  }
}
.figure-teacher__img img {
  width: 100%;
}
.figure-teacher__r {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  padding-left: 45px;
}
@media only screen and (max-width: 749px) {
  .figure-teacher__r {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding-left: 0;
  }
}
@media only screen and (max-width: 749px) {
  .figure-teacher .box-5 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

/* ---------------------------------------------
*   flowchart
--------------------------------------------- */
.flowchart {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  font-size: clamp(10px, 2.6666666667vw, 14px);
}
.flowchart__q {
  -webkit-box-sizing: border-box;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: clamp(5px, 1.3333333333vw, 10px);
  border: 1px solid #C2CED8;
  background-color: #E9EFF4;
}
@media only screen and (max-width: 749px) {
  .flowchart__q br {
    display: none;
  }
}
.flowchart__arrow {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc((100% - 10px) / 2);
  padding: 10px 0;
}
.flowchart__arrow--s {
  width: calc((100% - 10px) / 3);
}
.flowchart__arrow--l {
  width: calc((100% - 10px) / 3 * 2);
}
.flowchart__a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  margin: 5px auto;
  padding: 0 20px;
  border-width: 2px;
  border-style: solid;
  border-radius: 20px;
}
@media only screen and (max-width: 749px) {
  .flowchart__a {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    width: 30px;
    height: 50px;
    padding: 0;
    border-width: 1px;
    border-radius: 15px;
    writing-mode: vertical-rl;
  }
}
.flowchart__a--yes {
  border-color: #E8661F;
  color: #E8661F;
}
.flowchart__a--no {
  border-color: #0C528B;
  color: #0C528B;
}
.flowchart__clm {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  width: calc((100% - 10px) / 2);
}
.flowchart__clm--s {
  width: calc((100% - 10px) / 3);
}
.flowchart__clm--l {
  width: calc((100% - 10px) / 3 * 2);
}
.flowchart__result-wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: clamp(5px, 1.3333333333vw, 10px);
}
.flowchart__result {
  -webkit-box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: all 0.5s ease;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: clamp(5px, 1.3333333333vw, 10px);
  border-width: 2px;
  border-style: solid;
  color: #FFFFFF;
  line-height: 1.4;
  transition: all 0.5s ease;
}
.flowchart__result:hover {
  background-color: #FFFFFF !important;
}
.flowchart__result--cat1 {
  border-color: #00B5B2;
  background-color: #00B5B2;
}
.flowchart__result--cat1:hover {
  color: #00B5B2;
}
.flowchart__result--cat1:hover:after {
  border-color: #00B5B2;
}
.flowchart__result--cat2 {
  border-color: #D67E7E;
  background-color: #D67E7E;
}
.flowchart__result--cat2:hover {
  color: #D67E7E;
}
.flowchart__result--cat2:hover:after {
  border-color: #D67E7E;
}
.flowchart__result--cat3 {
  border-color: #8466BC;
  background-color: #8466BC;
}
.flowchart__result--cat3:hover {
  color: #8466BC;
}
.flowchart__result--cat3:hover:after {
  border-color: #8466BC;
}
.flowchart__result:after {
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: center center;
  -webkit-transition: all 0.5s ease;
  display: block;
  width: 8px;
  height: 8px;
  margin-top: 5px;
  transform: rotate(45deg);
  transform-origin: center center;
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: #FFFFFF;
  content: "";
  transition: all 0.5s ease;
}

.dl-flowchart {
  -ms-flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 60px;
}
.dl-flowchart__tit {
  width: 100%;
  padding: 10px;
  color: #FFFFFF;
}
.dl-flowchart__tit:nth-of-type(n+2) {
  margin-top: 20px;
}
.dl-flowchart__tit--cat1 {
  background-color: #00B5B2;
}
.dl-flowchart__tit--cat2 {
  background-color: #D67E7E;
}
.dl-flowchart__tit--cat3 {
  background-color: #8466BC;
}
.dl-flowchart__txt {
  width: 100%;
  padding: 20px;
  background-color: #E9EFF4;
}
@media only screen and (max-width: 749px) {
  .dl-flowchart__txt {
    padding: 10px;
  }
}

/* ---------------------------------------------
*   link
--------------------------------------------- */
.pdf-link-list-1__item {
  position: relative;
  padding-left: 20px;
}
.pdf-link-list-1__item:nth-of-type(n+2) {
  margin-top: 20px;
}
.pdf-link-list-1__item:before {
  position: absolute;
  top: 0.5em;
  left: 0;
  margin-top: -0.5em;
  content: "\f1c1";
  color: #A53E3E;
  font-weight: normal;
  font-size: 1.27em;
  line-height: 1.57;
  font-family: "Font Awesome 5 Free";
}
.pdf-link-list-1__item a {
  color: #0C528B;
  text-decoration: underline;
}
.pdf-link-list-1__item a:hover {
  text-decoration: none;
}

.link-list-1 {
  margin-bottom: 20px;
}
.link-list-1 > li {
  margin-left: 1em;
  text-indent: -1em;
}
.link-list-1 > li * {
  text-indent: 0;
}
.link-list-1 > li:before {
  content: "・";
}
.link-list-1__link {
  position: relative;
  margin-left: 1em;
  color: #0C528B;
  text-decoration: underline;
}
.link-list-1__link:hover {
  text-decoration: none;
}

.link-list-2 {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-left: -25px;
}
@media only screen and (max-width: 749px) {
  .link-list-2 {
    display: block;
  }
}
.link-list-2 > li {
  margin-left: 25px;
  padding-left: 16px;
}
.link-list-2__wrapper {
  margin-bottom: 20px;
}
.link-list-2__link {
  position: relative;
  color: #0C528B;
  text-decoration: underline;
}
.link-list-2__link:before {
  position: absolute;
  top: 0;
  left: -16px;
  content: ">";
  line-height: 1.5;
  pointer-events: none;
}
.link-list-2__link:hover {
  text-decoration: none;
}

.link-list-3 {
  display: block;
  margin-bottom: 20px;
}
.link-list-3 > li {
  padding-left: 16px;
}
.link-list-3__link {
  position: relative;
  color: #0C528B;
  text-decoration: underline;
}
.link-list-3__link:before {
  position: absolute;
  top: 0;
  left: -16px;
  content: ">";
  line-height: 1.5;
  pointer-events: none;
}
.link-list-3__link:hover {
  text-decoration: none;
}

.link-list-4 {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media only screen and (max-width: 749px) {
  .link-list-4 {
    display: block;
  }
}
.link-list-4 > li {
  width: 185px;
  padding-left: 16px;
}
@media only screen and (max-width: 749px) {
  .link-list-4 > li {
    width: auto;
  }
}
.link-list-4 > li:not(:nth-of-type(3n+1)) {
  margin-left: 50px;
}
@media only screen and (max-width: 749px) {
  .link-list-4 > li:not(:nth-of-type(3n+1)) {
    margin-left: 0;
  }
}
.link-list-4__link {
  position: relative;
  color: #0C528B;
  text-decoration: underline;
}
.link-list-4__link:before {
  position: absolute;
  top: 0;
  left: -16px;
  content: ">";
  line-height: 1.5;
  pointer-events: none;
}
.link-list-4__link:hover {
  text-decoration: none;
}

.link-list-5 {
  margin-bottom: 20px;
}
.link-list-5 > li {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 749px) {
  .link-list-5 > li {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.link-list-5__ttl {
  display: inline-block;
  width: 212px;
  padding-right: 25px;
  font-weight: 700;
  text-align: left;
}
@media only screen and (max-width: 749px) {
  .link-list-5__ttl {
    width: auto;
  }
}
.link-list-5__link {
  position: relative;
  margin-left: 17px;
  color: #0C528B;
  text-decoration: underline;
}
.link-list-5__link-wrapper {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.link-list-5__link:before {
  -webkit-transform: rotate(90deg);
  display: block;
  position: absolute;
  top: 5.6px;
  left: -17px;
  width: 13px;
  height: 13px;
  transform: rotate(90deg);
  background: no-repeat center/cover url(/assets/images/arrow-circled.svg);
  content: "";
}
.link-list-5__link:hover {
  text-decoration: none;
}

.link-list-6 {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
@media only screen and (max-width: 749px) {
  .link-list-6 {
    display: block;
  }
}
.link-list-6 > li {
  width: 203px;
  padding-left: 16px;
}
@media only screen and (max-width: 749px) {
  .link-list-6 > li {
    width: auto;
  }
}
.link-list-6 > li:not(:nth-of-type(3n+1)) {
  margin-left: 50px;
}
@media only screen and (max-width: 749px) {
  .link-list-6 > li:not(:nth-of-type(3n+1)) {
    margin-left: 0;
  }
}
.link-list-6__link {
  position: relative;
  color: #0C528B;
  text-decoration: underline;
}
.link-list-6__link:before {
  position: absolute;
  top: 0;
  left: -16px;
  content: ">";
  line-height: 1.5;
  pointer-events: none;
}
.link-list-6__link:hover {
  text-decoration: none;
}
.link-list-6__link:after {
  padding-left: 0.3em;
  content: "\f35d";
  font-weight: bold;
  font-size: 0.943em;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
}

.anchor-list {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 60px;
  background-color: #C2CED8;
}
.inner > .anchor-list {
  max-width: 906px;
}
@media only screen and (max-width: 749px) {
  .anchor-list {
    display: none;
  }
}
.anchor-list > li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}
.anchor-list > li:after {
  display: block;
  width: 1px;
  height: 20px;
  background-color: #767676;
  content: "";
}
.anchor-list > li:last-of-type:after {
  display: none;
}
.anchor-list__link {
  -webkit-transition: opacity 0.3s ease;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 15px 22px 15px 21px;
  color: #0C528B;
  font-weight: 700;
  transition: opacity 0.3s ease;
}
.anchor-list__link:hover {
  opacity: 0.5;
}
.anchor-list__link:before {
  -webkit-transform: rotate(90deg);
  display: block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  transform: rotate(90deg);
  background: no-repeat center/cover url(/assets/images/arrow-circled.svg);
  content: "";
}
.anchor-list__link.disabled {
  color: #4A4A4A;
  opacity: 0.5;
}
.anchor-list--1 > li:nth-of-type(5):after, .anchor-list--1 > li:nth-of-type(10):after {
  display: none;
}
.body-en .anchor-list--1 > li:nth-of-type(5):after, .body-en .anchor-list--1 > li:nth-of-type(10):after {
  display: block;
}
.body-en .anchor-list--1 > li:nth-of-type(3):after, .body-en .anchor-list--1 > li:nth-of-type(6):after, .body-en .anchor-list--1 > li:nth-of-type(8):after, .body-en .anchor-list--1 > li:nth-of-type(11):after {
  display: none;
}
.anchor-list--2 > li {
  width: calc(50% - 0.5px);
}
.anchor-list--2 > li:after {
  position: absolute;
  left: 100%;
}
.anchor-list--2 > li:nth-of-type(2n) {
  margin-left: 1px;
}
.anchor-list--2 > li:nth-of-type(2n):after {
  display: none;
}
.anchor-list-sp {
  display: none;
  margin-bottom: 60px;
  padding: 15px 21px;
  background-color: #C2CED8;
}
@media only screen and (max-width: 749px) {
  .anchor-list-sp {
    display: block;
  }
}
.anchor-list-sp__select-wrapper {
  position: relative;
  margin-bottom: 4px;
}
.anchor-list-sp__select-wrapper:after {
  position: absolute;
  top: 2.5px;
  right: 17.5px;
  content: "\f078";
  color: #468AC8;
  font-weight: bold;
  font-size: 15.8px;
  font-family: "Font Awesome 5 Free";
  pointer-events: none;
}
.anchor-list-sp__select-wrapper select {
  width: 100%;
  height: 34px;
  padding: 0 31.328px 0 18px;
  border: 1px solid #D0D0D0;
  border-radius: 9px;
  background-color: #FFFFFF;
}
.anchor-list-sp__txt {
  margin-bottom: 10px;
  font-weight: 700;
  text-align: center;
}
.anchor-list-sp__link {
  display: none;
}

/* ---------------------------------------------
*   list
--------------------------------------------- */
.list-1 {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.45;
}
.list-1 > li {
  margin-left: 1em;
  text-indent: -1em;
}
.list-1 > li * {
  text-indent: 0;
}
.list-1 > li:before {
  content: "・";
}

.list-2 {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 2;
}
.list-2 > li {
  margin-left: 1em;
  text-indent: -1em;
}
.list-2 > li * {
  text-indent: 0;
}
.list-2 > li:before {
  content: "・";
}

.list-3 {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}
.list-3 li {
  margin-left: 1em;
  text-indent: -1em;
}
.list-3 li * {
  text-indent: 0;
}

.list-num-1 {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 2;
  counter-reset: number 0;
}
.list-num-1 > li {
  position: relative;
  padding-left: 1.75em;
  list-style: none;
  counter-increment: number;
}
.list-num-1 > li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(number, decimal-leading-zero) ".";
}

.headline__list {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -9px -20px;
}
@media only screen and (max-width: 749px) {
  .headline__list {
    margin: 0;
  }
}
.headline__list-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  position: relative;
  flex: 1 1 0;
  min-width: 288px;
  margin: 0 9px 20px;
}
.headline__list-item:last-of-type {
  margin-bottom: 20px;
}
@media only screen and (max-width: 749px) {
  .headline__list-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 0 0 21.5px;
    padding-top: 64.4%;
  }
  .headline__list-item:last-of-type {
    margin-bottom: 0;
  }
}
.headline__link {
  display: block;
  position: relative;
  padding-top: 64%;
}
@media only screen and (max-width: 749px) {
  .headline__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.headline__link:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#0B5976));
  background: linear-gradient(#FFFFFF 0%, #0B5976 100%);
  content: "";
  mix-blend-mode: multiply;
}
.headline__link:before {
  -webkit-transition: 0.3s ease;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #468AC8;
  content: "";
  transition: 0.3s ease;
}
.headline__link:hover:before {
  width: 0;
}
.headline__link:before {
  z-index: 100;
}
.headline__img {
  -o-object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.headline__txt-wrapper {
  z-index: 10;
  z-index: 100;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 20px 18px;
  color: #FFFFFF;
}
@media only screen and (max-width: 749px) {
  .headline__txt-wrapper {
    padding-bottom: 17px;
  }
}
.headline__ttl {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  margin-bottom: 18.5px;
  overflow: hidden;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.45;
}
@media only screen and (max-width: 749px) {
  .headline__ttl {
    -webkit-line-clamp: 4;
    margin-bottom: 15.4px;
    font-size: 16px;
    line-height: 1.563;
  }
}
.headline__txt-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  font-size: 10px;
  line-height: 1;
}
.headline__date .fa-clock {
  margin-right: 2px;
  font-size: 11.4px;
}
.headline__tag:not(:last-of-type) {
  margin-right: 23px;
}
.headline__tag .fa-tag {
  margin-right: 2.5px;
  font-size: 11.4px;
}
.headline__tag-wrapper {
  margin-left: auto;
}
.headline__cate-icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 100;
  position: absolute;
  top: 15px;
  right: 20px;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
}
.headline__cate-icon--color1 {
  background-color: #00B5B2;
}
.headline__cate-icon--color2 {
  background-color: #D67E7E;
}
.headline__cate-icon--color3 {
  background-color: #8466BC;
}
.headline__cate-icon--color4 {
  background-color: #4AAF72;
}
.headline__cate-icon--color5 {
  background-color: #D4A954;
}
.headline__cate-icon--color6 {
  background-color: #C19191;
}
.headline__cate-icon--color7 {
  background-color: #468AC8;
}
.headline__cate-icon--color8 {
  background-color: #A53E3E;
}
.headline__cate-icon--color9 {
  background-color: #DB8456;
}
.headline__cate-icon .fa-newspaper {
  color: #FFFFFF;
  font-size: 17.2px;
}

.inner > .news-list {
  max-width: 906px;
}
.news-list__left-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-negative: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  align-items: center;
}
@media only screen and (max-width: 749px) {
  .news-list__left-wrapper {
    margin-top: 14px;
    padding-bottom: 3px;
    line-height: 1;
  }
}
.news-list--top .news-list__list {
  display: none;
}
.news-list--top .news-list__list.active {
  display: block;
}
.news-list__list-item {
  position: relative;
}
.news-list__list-item:not(:last-of-type) {
  margin-bottom: 20px;
}
.news-list__list-item--color1 .news-list__link {
  border-left: 5px solid #00B5B2;
}
.news-list__list-item--color1 .news-list__cate-icon {
  background-color: #00B5B2;
}
.news-list__list-item--color2 .news-list__link {
  border-left: 5px solid #D67E7E;
}
.news-list__list-item--color2 .news-list__cate-icon {
  background-color: #D67E7E;
}
.news-list__list-item--color3 .news-list__link {
  border-left: 5px solid #8466BC;
}
.news-list__list-item--color3 .news-list__cate-icon {
  background-color: #8466BC;
}
.news-list__list-item--color4 .news-list__link {
  border-left: 5px solid #4AAF72;
}
.news-list__list-item--color4 .news-list__cate-icon {
  background-color: #4AAF72;
}
.news-list__list-item--color5 .news-list__link {
  border-left: 5px solid #D4A954;
}
.news-list__list-item--color5 .news-list__cate-icon {
  background-color: #D4A954;
}
.news-list__list-item--color6 .news-list__link {
  border-left: 5px solid #C19191;
}
.news-list__list-item--color6 .news-list__cate-icon {
  background-color: #C19191;
}
.news-list__list-item--color7 .news-list__link {
  border-left: 5px solid #468AC8;
}
.news-list__list-item--color7 .news-list__cate-icon {
  background-color: #468AC8;
}
.news-list__list-item--color8 .news-list__link {
  border-left: 5px solid #A53E3E;
}
.news-list__list-item--color8 .news-list__cate-icon {
  background-color: #A53E3E;
}
.news-list__list-item--color9 .news-list__link {
  border-left: 5px solid #DB8456;
}
.news-list__list-item--color9 .news-list__cate-icon {
  background-color: #DB8456;
}
.inner--top .news-list__list {
  padding: 0 54.5px;
}
@media only screen and (max-width: 749px) {
  .inner--top .news-list__list {
    padding: 0;
  }
}
.news-list__cate-icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-negative: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-right: 36px;
  border-radius: 50%;
}
@media only screen and (max-width: 749px) {
  .news-list__cate-icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
}
.news-list__cate-icon .fa-newspaper {
  color: #FFFFFF;
  font-size: 17.2px;
}
@media only screen and (max-width: 749px) {
  .news-list__cate-icon .fa-newspaper {
    font-size: 14.44px;
  }
}
.news-list__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: opacity 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  height: 80px;
  padding: 0 75px 0 36px;
  background-color: #F6F7F8;
  font-weight: 500;
  transition: opacity 0.3s ease;
}
.news-list__link:after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 31px;
  transform: translateY(-50%);
  content: "\f054";
  color: #468AC8;
  font-weight: bold;
  font-size: 15.8px;
  font-family: "Font Awesome 5 Free";
}
@media only screen and (max-width: 749px) {
  .news-list__link:after {
    right: 15.4px;
  }
}
.news-list__link:hover {
  opacity: 0.5;
}
@media only screen and (max-width: 749px) {
  .news-list__link {
    -ms-flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    height: 105px;
    padding: 0 44px 16px 20px;
  }
}
.news-list__date {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 24px;
  font-size: 16px;
}
@media only screen and (max-width: 749px) {
  .news-list__date {
    margin-right: 10px;
    font-size: 14px;
  }
}
.news-list__badge {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-negative: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 24px;
  margin-right: 24px;
  border-radius: 999em;
  background-color: #A53E3E;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1;
}
@media only screen and (max-width: 749px) {
  .news-list__badge {
    width: 45px;
    height: 17px;
    font-size: 11px;
  }
}
.news-list__ttl {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 15px;
}
@media only screen and (max-width: 749px) {
  .news-list__ttl {
    width: 100%;
    -webkit-line-clamp: 2;
    font-size: 14px;
    line-height: 1.714;
  }
  .news-list__ttl:last-child {
    margin: auto;
  }
}

.media {
  padding: 0 54.5px;
}
@media only screen and (max-width: 749px) {
  .media {
    padding: 0;
  }
}
.media__list {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -8px -20px;
}
@media only screen and (max-width: 749px) {
  .media__list {
    margin: 0;
  }
}
.media__list-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  min-width: 253px;
  margin: 0 8px 20px;
  background-color: #F6F7F8;
}
.media__list-item:last-of-type {
  margin-bottom: 20px;
}
@media only screen and (max-width: 749px) {
  .media__list-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .media__list-item:last-of-type {
    margin-bottom: 0;
  }
}
.media__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  position: relative;
  align-items: center;
  height: 105px;
  padding-right: 28.875px;
}
.media__link:after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 19px;
  transform: translateY(-50%);
  content: "\f054";
  color: #468AC8;
  font-weight: bold;
  font-size: 15.8px;
  font-family: "Font Awesome 5 Free";
}
@media only screen and (max-width: 749px) {
  .media__link:after {
    right: 15.4px;
  }
}
.media__link:before {
  -webkit-transition: 0.3s ease;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #468AC8;
  content: "";
  transition: 0.3s ease;
}
.media__link:hover:before {
  width: 0;
}
@media only screen and (max-width: 749px) {
  .media__link {
    height: 99px;
  }
}
.media__img {
  height: 100%;
}
.media__txt {
  margin-left: 14px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.714;
}
@media only screen and (max-width: 749px) {
  .media__txt {
    margin-left: 13px;
    font-size: 14px;
  }
}

.events__list {
  padding: 0 54.5px;
}
@media only screen and (max-width: 749px) {
  .events__list {
    padding: 0;
  }
}
.events__list-item {
  position: relative;
  background-color: #F6F7F8;
}
.events__list-item:not(:last-of-type) {
  margin-bottom: 20px;
}
.events__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: opacity 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  height: 80px;
  padding: 0 75px 0 36px;
  border-left: 5px solid #468AC8;
  background-color: #F6F7F8;
  font-weight: 500;
  transition: opacity 0.3s ease;
}
.events__link:after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 31px;
  transform: translateY(-50%);
  content: "\f054";
  color: #468AC8;
  font-weight: bold;
  font-size: 15.8px;
  font-family: "Font Awesome 5 Free";
}
@media only screen and (max-width: 749px) {
  .events__link:after {
    right: 15.4px;
  }
}
.events__link:hover {
  opacity: 0.5;
}
@media only screen and (max-width: 749px) {
  .events__link {
    -ms-flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    height: 105px;
    padding: 0 44px 16px 20px;
  }
}
.events__date {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 26px;
  font-size: 16px;
}
@media only screen and (max-width: 749px) {
  .events__date {
    margin: 12px 0 1px;
    font-size: 14px;
  }
}
.events__ttl {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.714;
}
@media only screen and (max-width: 749px) {
  .events__ttl {
    width: 100%;
    -webkit-line-clamp: 2;
    font-size: 14px;
  }
  .events__ttl:last-child {
    margin: auto;
  }
}

.major {
  margin-bottom: 70px;
}
@media only screen and (max-width: 749px) {
  .major {
    margin-bottom: 42px;
  }
}
.major__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 749px) {
  .major__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.major__list-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  position: relative;
  flex: 1 1 0;
}
@media only screen and (max-width: 749px) {
  .major__list-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.major__list-item:not(:last-of-type) {
  margin-right: 18px;
}
@media only screen and (max-width: 749px) {
  .major__list-item:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.major__list-item--color1 {
  border-bottom: 3px solid #0C528B;
  background-color: #E9F2F7;
}
.major__list-item--color1 .major__list-item {
  color: #0C528B;
}
.major__list-item--color1 .major__ttl {
  color: #0C528B;
}
.major__list-item--color1 .major__major-list-link:before {
  background-color: #0C528B;
}
.major__list-item--color1 .major__ttl-icon {
  -webkit-transform: translateY(-16.9px);
  top: 50%;
  left: -7px;
  width: 35px;
  transform: translateY(-16.9px);
}
@media only screen and (max-width: 749px) {
  .major__list-item--color1 .major__ttl-icon {
    -webkit-transform: translateY(0);
    top: -3px;
    left: -7.8px;
    width: 30px;
    transform: translateY(0);
  }
}
.major__list-item--color2 {
  border-bottom: 3px solid #E8661F;
  background-color: #FFF8F0;
}
.major__list-item--color2 .major__list-item {
  color: #E8661F;
}
.major__list-item--color2 .major__ttl {
  color: #E8661F;
}
.major__list-item--color2 .major__major-list-link:before {
  background-color: #E8661F;
}
.major__list-item--color2 .major__ttl-icon {
  -webkit-transform: translateY(-19px);
  top: 50%;
  left: -3px;
  width: 35px;
  transform: translateY(-19px);
}
@media only screen and (max-width: 749px) {
  .major__list-item--color2 .major__ttl-icon {
    -webkit-transform: translateY(0);
    top: -5px;
    left: -4.5px;
    width: 30px;
    transform: translateY(0);
  }
}
.major__list-item--color3 {
  border-bottom: 3px solid #23A237;
  background-color: #F6FFF2;
}
.major__list-item--color3 .major__list-item {
  color: #23A237;
}
.major__list-item--color3 .major__ttl {
  color: #23A237;
}
.major__list-item--color3 .major__major-list-link:before {
  background-color: #23A237;
}
.major__list-item--color3 .major__ttl-icon {
  -webkit-transform: translateY(-17px);
  top: -5px;
  top: 50%;
  left: -8px;
  width: 31px;
  transform: translateY(-17px);
}
@media only screen and (max-width: 749px) {
  .major__list-item--color3 .major__ttl-icon {
    -webkit-transform: translateY(0);
    top: -3px;
    left: -8.5px;
    width: 27px;
    transform: translateY(0);
  }
}
.major__img {
  position: relative;
  width: 100%;
  padding-top: 62.4%;
  overflow: hidden;
}
.major__img img {
  -o-object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.major__bottom {
  padding: 30px;
}
@media only screen and (max-width: 749px) {
  .major__bottom {
    padding: 25px 27.5px;
  }
}
.major__ttl {
  position: relative;
  margin-bottom: 14.5px;
  padding-left: 36px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
}
@media only screen and (max-width: 749px) {
  .major__ttl {
    padding-left: 29.5px;
    font-size: 20px;
  }
}
.major__ttl-icon {
  position: absolute;
  mix-blend-mode: multiply;
}
.major__major-list--col2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  column-count: 2;
}
@media only screen and (max-width: 999px) {
  .major__major-list--col2 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.major__major-list-item {
  position: relative;
  padding: 1.5px 0 1.5px 11px;
  line-height: 1.43;
}
.major__major-list-link {
  font-weight: 700;
}
.major__major-list-link:before {
  display: block;
  position: absolute;
  top: 9.5px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  content: "";
}
.major__major-list-link:hover {
  text-decoration: underline;
}

.pill-list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media only screen and (max-width: 749px) {
  .pill-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -12px;
    margin-right: -8px;
    margin-left: -8px;
  }
}
@media only screen and (max-width: 749px) {
  .pill-list__item {
    margin: 12px 8px 0;
  }
}
.pill-list__item:nth-of-type(n+6) {
  margin-top: 20px;
}
@media only screen and (max-width: 749px) {
  .pill-list__item:nth-of-type(n+6) {
    margin-top: 12px;
  }
}
.pill-list__item:not(:nth-of-type(5n)) {
  margin-right: calc(25% - 150px);
}
@media only screen and (max-width: 749px) {
  .pill-list__item:not(:nth-of-type(5n)) {
    margin-right: 8px;
  }
}
.pill-list__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 25px;
  border: 1px solid #468AC8;
  border-radius: 999em;
  background-color: transparent;
  color: #468AC8;
  font-weight: bold;
  transition: 0.3s ease;
}
@media only screen and (max-width: 749px) {
  .pill-list__link {
    width: 80px;
    height: 20px;
    font-size: 11px;
  }
}
.pill-list__link:hover {
  background-color: #468AC8;
  color: #FFFFFF;
}

.thumb-list-3 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 0 40px;
}
@media only screen and (max-width: 749px) {
  .thumb-list-3 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.thumb-list-3__item {
  width: 167px;
  margin: 0 0 0 17px;
}
@media only screen and (max-width: 749px) {
  .thumb-list-3__item {
    width: calc(50% - 8px);
    margin: 0;
  }
  .thumb-list-3__item:nth-child(n+3) {
    margin-top: 30px;
  }
}
.thumb-list-3__item:nth-child(5n+1) {
  margin-left: 0;
}
.thumb-list-3__item:hover .thumb-list-3__thumb {
  opacity: 0.5;
}
.thumb-list-3__thumb {
  -webkit-transition: all 0.3s ease;
  position: relative;
  width: 100%;
  margin-bottom: 8px;
  padding-bottom: 142.5%;
  transition: all 0.3s ease;
}
.thumb-list-3__thumb:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #C4CED7;
  content: "";
}
.thumb-list-3__thumb img {
  -o-object-fit: contain;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: #FFFFFF;
}
.thumb-list-3__txt1 {
  color: #0C528B;
  font-size: 14px;
  text-align: center;
}
.thumb-list-3__txt2 {
  color: #4A4A4A;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}
.thumb-list-3.thumb-list-3--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 749px) {
  .thumb-list-3.thumb-list-3--center {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

/* ---------------------------------------------
*   pagination
--------------------------------------------- */
.pagination-1 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.inner > .pagination-1 {
  max-width: 906px;
}
@media only screen and (max-width: 749px) {
  .pagination-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
* + .pagination-1 {
  margin-top: 80px;
}
.pagination-1__item {
  height: 36px;
}
.pagination-1__item:not(:last-of-type) {
  margin-right: 19px;
}
.pagination-1__item > * {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100%;
  border: 1px solid #E9F2F7;
  background-color: #F6F7F8;
  color: #0C528B;
  transition: 0.3s ease;
}
.pagination-1__item .link_page {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 36px;
}
.pagination-1__item .link_page:hover {
  border-color: #C2CED8;
  background-color: #468AC8;
  color: #FFFFFF;
}
.pagination-1__item .current_page {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 36px;
  border-color: #C2CED8;
  background-color: #468AC8;
  color: #FFFFFF;
}
@media only screen and (max-width: 749px) {
  .pagination-1__item .link_before,
  .pagination-1__item .link_next {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 36px;
  }
}
@media only screen and (max-width: 749px) {
  .pagination-1__item .link_before span,
  .pagination-1__item .link_next span {
    display: none;
  }
}
.pagination-1__item .link_before:hover,
.pagination-1__item .link_next:hover {
  border-color: #C2CED8;
  background-color: #468AC8;
  color: #FFFFFF;
}
.pagination-1__item .link_before:before,
.pagination-1__item .link_next:after {
  color: currentColor;
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
}
.pagination-1__item .link_before {
  padding-right: 11px;
}
@media only screen and (max-width: 749px) {
  .pagination-1__item .link_before {
    padding-right: 0;
  }
}
.pagination-1__item .link_before:before {
  padding: 0 11.9px;
  content: "\f053";
}
.pagination-1__item .link_next {
  padding-left: 11px;
}
@media only screen and (max-width: 749px) {
  .pagination-1__item .link_next {
    padding-left: 0;
  }
}
.pagination-1__item .link_next:after {
  padding: 0 11.9px;
  content: "\f054";
}
@media only screen and (max-width: 749px) {
  .pagination-1__item {
    display: none;
  }
  .pagination-1__item:first-child, .pagination-1__item:last-child, .pagination-1__item.sp-visible {
    display: list-item;
  }
}

.pagination-2 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
}
.pagination-2__link {
  -webkit-transition: opacity 0.3s ease;
  color: #0C528B;
  font-size: 16px;
  line-height: 1.5;
  transition: opacity 0.3s ease;
}
.pagination-2__link:hover {
  opacity: 0.5;
}
.pagination-2__link--index {
  margin: auto;
}
.pagination-2__link--prev {
  position: absolute;
  left: 0;
}
.pagination-2__link--prev:before {
  margin-right: 3.5px;
  content: "<";
}
.pagination-2__link--next {
  position: absolute;
  right: 0;
}
.pagination-2__link--next:after {
  margin-left: 3.5px;
  content: ">";
}

.pagination-current {
  display: none;
  margin-top: 10px;
  color: #0C528B;
  text-align: center;
}
@media only screen and (max-width: 749px) {
  .pagination-current {
    display: block;
  }
}

/* ---------------------------------------------
*   qa
--------------------------------------------- */
.qa {
  margin-bottom: 60px;
  font-size: 14px;
  line-height: 2;
  counter-reset: number 0;
}
.qa > dt {
  position: relative;
  min-height: 2em;
  margin-bottom: 15px;
  padding-left: 60px;
  font-weight: bold;
  counter-increment: number;
}
.qa > dt:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "Q." counter(number, decimal-leading-zero);
  color: #0C528B;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.55;
}
.qa > dd {
  position: relative;
  min-height: 2em;
  margin-bottom: 30px;
  padding-left: 60px;
}
.qa > dd:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "A." counter(number, decimal-leading-zero);
  color: #A53E3E;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.55;
}
.qa.qa--from3 {
  counter-reset: number 2;
}
.qa.qa--from4 {
  counter-reset: number 3;
}
.qa.qa--from5 {
  counter-reset: number 4;
}
.qa.qa--from6 {
  counter-reset: number 5;
}
.qa.qa--from7 {
  counter-reset: number 6;
}
.qa.qa--from8 {
  counter-reset: number 7;
}
.qa.qa--from9 {
  counter-reset: number 8;
}
.qa.qa--from10 {
  counter-reset: number 9;
}
.qa.qa--from11 {
  counter-reset: number 10;
}
.qa.qa--from12 {
  counter-reset: number 11;
}
.qa.qa--from13 {
  counter-reset: number 12;
}
.qa.qa--from14 {
  counter-reset: number 13;
}
.qa.qa--from15 {
  counter-reset: number 14;
}
.qa.qa--from16 {
  counter-reset: number 15;
}
.qa.qa--from17 {
  counter-reset: number 16;
}
.qa.qa--from18 {
  counter-reset: number 17;
}
.qa.qa--from19 {
  counter-reset: number 18;
}
.qa.qa--from20 {
  counter-reset: number 19;
}
.qa.qa--from21 {
  counter-reset: number 20;
}
.qa.qa--from22 {
  counter-reset: number 21;
}
.qa.qa--from23 {
  counter-reset: number 22;
}
.qa.qa--from24 {
  counter-reset: number 23;
}
.qa.qa--from25 {
  counter-reset: number 24;
}
.qa.qa--from26 {
  counter-reset: number 25;
}
.qa.qa--from27 {
  counter-reset: number 26;
}
.qa.qa--from28 {
  counter-reset: number 27;
}
.qa.qa--from29 {
  counter-reset: number 28;
}
.qa.qa--from30 {
  counter-reset: number 29;
}
.qa.qa--from31 {
  counter-reset: number 30;
}

/* ---------------------------------------------
*   related-items
--------------------------------------------- */
.related-items {
  margin-top: 40px;
}
.related-items li:not(:last-child) {
  margin-bottom: 8px;
}

/* ---------------------------------------------
*   scroll-guide
--------------------------------------------- */
.scroll-guide {
  display: block;
  position: absolute;
  right: 0;
  bottom: 13.3px;
  left: 0;
  text-align: center;
  pointer-events: none;
}
@media only screen and (max-width: 749px) {
  .scroll-guide {
    bottom: 26.5px;
  }
}
.scroll-guide__line {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.3);
}
.scroll-guide__line-wrapper {
  display: block;
  width: 11px;
  height: 70px;
  margin: 0 auto 12.5px;
  padding: 5px;
  pointer-events: auto;
}
.scroll-guide__line:after {
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 1px;
  height: 140px;
  background-color: #FFFFFF;
  content: "";
}
.scroll-guide__icon {
  display: block;
  margin: 0 auto 1.5px;
  pointer-events: auto;
}
.scroll-guide__txt {
  display: inline-block;
  color: #FFFFFF;
  font-size: 12px;
  font-family: "Noto Serif JP", serif;
  vertical-align: top;
  pointer-events: auto;
}
.scroll-guide:hover .scroll-guide__line:after {
  -webkit-animation: scroll-guide 1s ease forwards;
  animation: scroll-guide 1s ease forwards;
}

@-webkit-keyframes scroll-guide {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(210px);
    transform: translateY(210px);
  }
}

@keyframes scroll-guide {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(210px);
    transform: translateY(210px);
  }
}
/* ---------------------------------------------
*   SNSボタン
--------------------------------------------- */
.sns {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 32px;
  gap: 19px;
}
.sns__link {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.sns__link:hover {
  opacity: 0.5;
}
.sns__link--yt {
  height: 84.375%;
}
.sns__link--fb {
  height: 100%;
}
.sns__link--ig {
  height: 96.875%;
}
.sns__link--tw {
  height: 87.5%;
}
.sns__link img {
  height: 100%;
}
.figure-3 .sns {
  grid-row-start: 3;
  grid-column: 1;
  margin-top: 15px;
}
@media only screen and (max-width: 749px) {
  .figure-3 .sns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 35px;
  }
}

/* ---------------------------------------------
*   table
--------------------------------------------- */
table {
  width: 100%;
}
table th, table td {
  padding: 10px 15px;
  border: 1px solid #D0D0D0;
  line-height: 2;
  vertical-align: middle;
}
table td {
  background-color: #FFFFFF;
}

.mod-cell-bg-gray {
  background-color: #767676 !important;
  color: #FFFFFF !important;
}

.mod-table-link-1 {
  color: #0C528B;
}
.mod-table-link-1:hover {
  text-decoration: underline;
}

.mod-table-link-2 {
  position: relative;
  padding-left: 11.44px;
  color: #0C528B;
  text-decoration: underline;
}
.mod-table-link-2:before {
  position: absolute;
  top: 0;
  left: 0;
  content: ">";
  line-height: 1.5;
  pointer-events: none;
}
.mod-table-link-2:hover {
  text-decoration: none;
}
.mod-table-link-2 + .mod-table-link-2 {
  margin-left: 1em;
}

.mod-table-wrapper--s {
  margin-bottom: 35px;
}

.mod-table-wrapper--l {
  margin-bottom: 35px;
}
.inner > .mod-table-wrapper--l {
  max-width: 906px;
}

.mod-table-slider {
  margin-bottom: 35px;
}
@media only screen and (max-width: 749px) {
  .mod-table-slider {
    overflow-x: scroll;
  }
  .mod-table-slider--s {
    width: 728px;
  }
  .mod-table-slider--l {
    width: 906px;
  }
}
.mod-table-slider.mod-table-slider--cap {
  margin-bottom: 20px;
}

.table-1 {
  border: none;
}
.table-1 th,
.table-1 td {
  padding: 0;
  border: none;
  background: none;
  text-align: left;
  vertical-align: top;
}
.table-1 th {
  white-space: nowrap;
}
.table-1 th:nth-of-type(1) {
  width: 4.5em;
}
.table-1 th:nth-of-type(2) {
  width: 3.5em;
}
.table-1--g-5-1 th {
  padding-right: 1em;
}
.table-1--en th:nth-of-type(2) {
  width: 6.5em;
}
.table-1.table-1--small {
  width: 300px;
  max-width: 100%;
}
.table-1.table-1--small th {
  width: 70%;
  white-space: normal;
}
.table-1.table-1--small td {
  text-align: right;
}

.table-2 th {
  background-color: #767676;
  color: #FFFFFF;
  font-weight: 700;
}
.table-2__no-border {
  width: 77px;
  padding: 0 4.5px;
  border-left-color: transparent;
}
.table-2__no-border:not(:last-of-type) {
  border-right-color: transparent;
}
.table-2__no-border:nth-last-of-type(4) {
  width: 88.5px;
  padding-left: 16px;
}
.table-2__no-border:last-of-type {
  width: 88.5px;
  padding-right: 16px;
}
.table-2__target {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 24px;
  color: #FFFFFF;
  font-size: 12px;
}
.table-2__target--color1 {
  background-color: #D67E7E;
}
.table-2__target--color2 {
  background-color: #00B5B2;
}
.table-2__target--color3 {
  background-color: #C19191;
}
.table-2__target--color4 {
  background-color: #D4A954;
}
.body-en .table-2__target {
  width: 24px;
  margin: auto;
}
.table-2__f-17 thead > tr > th:nth-child(1) {
  width: 25%;
}
@media only screen and (max-width: 749px) {
  .table-2__f-17 thead > tr > th:nth-child(1) {
    width: 33%;
  }
}
@media only screen and (max-width: 749px) {
  .table-2__f-17 tbody > tr > td {
    vertical-align: top;
  }
}
.table-2__f-5-student {
  font-size: 85%;
}
.table-2__f-5-student thead th {
  text-align: center;
}
.table-2__f-5-student tbody th {
  background-color: #eee;
  color: #4A4A4A;
  text-align: left;
}
.table-2__f-5-student tbody td {
  text-align: right;
}
.table-2__f-5-staff tbody th {
  background-color: #eee;
  color: #4A4A4A;
  text-align: center;
}
.table-2__f-5-staff tbody td {
  text-align: center;
}
.table-2__f-5-staff tbody .td--total {
  background-color: #E9F2F7;
}

.table-3__blank {
  width: 58px;
}
.table-3 th {
  background-color: #FFFFFF;
}
.table-3 td {
  width: 170px;
}

.table-4 {
  margin-bottom: 60px;
}
.inner > .table-4 {
  max-width: 906px;
}
.table-4__header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: -1px;
  margin-left: -1px;
}
@media only screen and (max-width: 749px) {
  .table-4__header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.table-4__ttl {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-right: 10px;
}
@media only screen and (max-width: 749px) {
  .table-4__ttl {
    margin-right: 0;
  }
}
.table-4__num {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  justify-self: end;
  order: 3;
  margin-left: 20px;
}
@media only screen and (max-width: 749px) {
  .table-4__num {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.table-4__link {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  -webkit-box-flex: auto;
  -ms-flex-positive: auto;
  -ms-flex-preferred-size: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-grow: auto;
  flex-basis: auto;
  align-items: flex-start;
  justify-content: flex-start;
  order: 2;
  margin: 0 -5px;
}
@media only screen and (max-width: 749px) {
  .table-4__link {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    display: block;
    order: 3;
    width: 100%;
  }
}
.table-4__link > li {
  margin: 0 5px;
}
.table-4 th, .table-4 td {
  border-color: #C2CED8;
}
.table-4 th {
  background-color: #C2CED8;
  font-weight: 700;
}
.table-4 td {
  vertical-align: top;
}
.table-4__acc-cell {
  padding: 0;
}
.table-4__acc-cell.open .table-4__acc-trigger-btn {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.table-4__acc-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 10px 58px 10px 15px;
  background-color: #F6F7F8;
  cursor: pointer;
}
@media only screen and (max-width: 749px) {
  .table-4__acc-trigger {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.table-4__acc-trigger-btn {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 26.115px;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  color: #468AC8;
  font-weight: bold;
  font-size: 15.8px;
}
@media only screen and (max-width: 749px) {
  .table-4__acc-trigger-btn {
    right: 10.115px;
  }
}
.table-4__acc-ttl {
  font-weight: 700;
}
.table-4__acc-body {
  -webkit-transition: 0.3s ease;
  height: 0;
  overflow: hidden;
  transition: 0.3s ease;
}
.table-4__acc-body-inner {
  padding: 30px 15px;
  border-top: 1px solid #C2CED8;
}

.table-5 {
  margin-bottom: 25px;
}
.table-5 th {
  width: 18.57%;
  background-color: #468AC8;
  color: #FFFFFF;
  line-height: 1.5;
}
@media only screen and (max-width: 749px) {
  .table-5 th {
    width: 27%;
  }
}
.table-5__link {
  display: inline-block;
  color: #0C528B;
  text-decoration: underline;
}
.table-5__link-wrapper {
  margin-top: 20px;
  line-height: 1;
  text-align: right;
}
.table-5__link:hover {
  text-decoration: none;
}
.table-5__wrapper {
  margin-bottom: 40px;
}
.table-5__wrapper .table-5 {
  margin-bottom: 0;
}
.table-5__input {
  width: 331px;
  height: 34px;
  padding: 0 31.328px 0 18px;
  border: 1px solid #D0D0D0;
  border-radius: 9px;
}
@media only screen and (max-width: 749px) {
  .table-5__input {
    width: 100%;
  }
}
.table-5__select-wrapper {
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 749px) {
  .table-5__select-wrapper {
    width: 100%;
  }
}
.table-5__select-wrapper:after {
  position: absolute;
  top: 2.5px;
  right: 17.5px;
  content: "\f078";
  color: #468AC8;
  font-weight: bold;
  font-size: 15.8px;
  font-family: "Font Awesome 5 Free";
  pointer-events: none;
}
.table-5--g-5-1 th {
  white-space: nowrap !important;
}

.table-6 {
  margin-bottom: 35px;
}
.table-6 th {
  background-color: #0C528B;
  color: #FFFFFF;
  font-weight: 700;
}
@media only screen and (max-width: 749px) {
  .table-6 th:nth-of-type(1) {
    width: 27%;
  }
}

.table-7 {
  margin-bottom: 35px;
}
.table-7 thead th {
  background-color: #0C528B;
  color: #FFFFFF;
  font-weight: 700;
}
.table-7 thead th:nth-child(1) {
  width: 10.32%;
}
.table-7 thead th:nth-child(2) {
  width: 22.15%;
}
.table-7 tbody td:nth-last-of-type(2) {
  width: 25.31%;
}

.table-8 {
  margin-bottom: 60px;
}
.inner > .table-8 {
  max-width: 906px;
}
@media only screen and (max-width: 749px) {
  .table-8 {
    display: block;
  }
}
@media only screen and (max-width: 749px) {
  .table-8 thead,
  .table-8 tbody,
  .table-8 tr {
    display: block;
  }
}
.table-8 th, .table-8 td {
  border-color: #C2CED8;
}
@media only screen and (max-width: 749px) {
  .table-8 th, .table-8 td {
    display: block;
  }
}
.table-8 th {
  background-color: #C2CED8;
  font-weight: 700;
}
.table-8 td {
  width: 33.3333333333%;
  background-color: #F6F7F8;
  vertical-align: top;
}
@media only screen and (max-width: 749px) {
  .table-8 td {
    width: 100%;
    border-top: none;
  }
}
.table-8__flex-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.table-8__img {
  -o-object-fit: cover;
  width: 105px;
  height: 146px;
  margin-right: 20px;
  object-fit: cover;
  border: 1px solid #C2CED8;
  background-color: #C2CED8;
}
.table-8__img--contain {
  -o-object-fit: contain;
  object-fit: contain;
  background-color: #FFFFFF;
}
.table-8__ttl-link {
  color: #0C528B;
}
.table-8__ttl-link:hover {
  text-decoration: underline;
}

.table-9 {
  border-color: #D0D0D0;
}
.table-9 th, .table-9 td {
  border-color: #D0D0D0;
}
.table-9 th {
  background-color: #C2CED8;
  font-weight: bold;
}
.table-9 thead th:nth-of-type(2) {
  color: #0C528B;
}
.table-9 tbody th {
  white-space: nowrap;
}

.table-11 {
  margin-bottom: 35px;
}
.table-11 th, .table-11 td {
  background-color: #FFFFFF;
}
.table-11 th:nth-child(1), .table-11 th:nth-child(2), .table-11 td:nth-child(1), .table-11 td:nth-child(2) {
  background-color: #767676;
  color: #FFFFFF;
}
.table-11 th:nth-child(1), .table-11 td:nth-child(1) {
  width: 6.6%;
}
.table-11 th:nth-child(2), .table-11 td:nth-child(2) {
  width: 36.31%;
}

.table-12 {
  margin-bottom: 35px;
}
.table-12 thead th {
  background-color: #0C528B;
  color: #FFFFFF;
  font-weight: 700;
}
.table-12 tbody tr:nth-of-type(even) td {
  background-color: #F6F7F8;
}

/* ---------------------------------------------
*   target-guide
--------------------------------------------- */
.target-guide {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-left: 30px;
}
.inner > .target-guide {
  max-width: 906px;
}
@media only screen and (max-width: 749px) {
  .target-guide {
    margin-left: 0;
  }
}
.target-guide > li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 749px) {
  .target-guide > li {
    width: calc(50% - 5px);
  }
}
.target-guide > li:not(:last-of-type) {
  margin-right: 20px;
}
@media only screen and (max-width: 749px) {
  .target-guide > li:not(:last-of-type) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 749px) {
  .target-guide > li:nth-of-type(2n+1) {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 749px) {
  .target-guide > li:not(:nth-last-child(-n+2)) {
    margin-bottom: 10px;
  }
}
.target-guide__square {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 5px;
}
.target-guide__square--color1 {
  background-color: #D67E7E;
}
.target-guide__square--color2 {
  background-color: #00B5B2;
}
.target-guide__square--color3 {
  background-color: #C19191;
}
.target-guide__square--color4 {
  background-color: #D4A954;
}

/* ---------------------------------------------
*   title
--------------------------------------------- */
.ttl-1 {
  margin-bottom: 35px;
  color: #0C528B;
  font-size: 64px;
  line-height: 1;
  font-family: "Cardo", serif;
  letter-spacing: 0.14em;
  text-align: center;
}
@media only screen and (max-width: 749px) {
  .ttl-1 {
    margin-bottom: 25px;
    font-size: 43px;
  }
}
.ttl-1__wrapper {
  margin-bottom: 39px;
}
@media only screen and (max-width: 749px) {
  .ttl-1__wrapper {
    margin-bottom: 25px;
  }
}
.ttl-1__wrapper .ttl-1 {
  margin-bottom: 34.5px;
}
@media only screen and (max-width: 749px) {
  .ttl-1__wrapper .ttl-1 {
    margin-bottom: 25px;
  }
}
.ttl-1:after {
  display: block;
  width: 50px;
  height: 7px;
  margin: 10.5px auto 0;
  background-color: #468AC8;
  content: "";
}
@media only screen and (max-width: 749px) {
  .ttl-1:after {
    width: 40px;
    height: 5px;
    margin-top: 9.5px;
  }
}
.ttl-1.ttl-1--white {
  color: #FFFFFF;
}
.ttl-1.ttl-1--white:after {
  background-color: #FFFFFF;
}

.ttl-2 {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
@media only screen and (max-width: 749px) {
  .ttl-2 {
    padding: 0 40px;
    font-size: 24px;
  }
}

.ttl-3 {
  position: relative;
  margin-bottom: 35px;
  padding-bottom: 10.5px;
  font-weight: 500;
  font-size: 34px;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (max-width: 749px) {
  .ttl-3 {
    margin-bottom: 0;
    font-size: 24px;
  }
}
.ttl-3:after {
  -webkit-transform: translateX(-50%);
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50px;
  height: 4px;
  transform: translateX(-50%);
  background-color: #C2CED8;
  content: "";
}
@media only screen and (max-width: 749px) {
  .ttl-3:after {
    width: 40px;
  }
}
@media only screen and (max-width: 749px) {
  .footer-top .ttl-3 {
    margin-bottom: 20px;
  }
}
.ttl-3__box {
  z-index: 100;
  position: relative;
  width: 1000px;
  margin: -100px auto 0;
  padding: 41px 47px 0;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 749px) {
  .ttl-3__box {
    width: auto;
    margin: -48px 26.5px 0;
    padding: 20px 20px 0;
  }
}

.ttl-4 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  color: #0C528B;
  font-size: 28px;
  line-height: 1.36;
  text-align: center;
}
@media only screen and (max-width: 749px) {
  .ttl-4 {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 1.5;
  }
}
.ttl-4.ttl-4--left-border {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}
.ttl-4.ttl-4--left-border:before {
  display: block;
  width: 6px;
  height: auto;
  margin: 5px 10px 5px 0;
  background-color: #C2CED8;
  content: "";
}
@media only screen and (max-width: 749px) {
  .ttl-4.ttl-4--left-border:before {
    width: 4px;
  }
}
.ttl-4.ttl-4--bg1 {
  margin-bottom: 40px;
  background-color: #0C528B;
  color: #FFFFFF;
}
.inner > .ttl-4.ttl-4--bg1 {
  max-width: 906px;
}
@media only screen and (max-width: 749px) {
  .ttl-4.ttl-4--bg1 {
    margin-bottom: 20px;
  }
}
.ttl-4.ttl-4--bg2 {
  margin-bottom: 40px;
  background-color: #E8661F;
  color: #FFFFFF;
}
.inner > .ttl-4.ttl-4--bg2 {
  max-width: 906px;
}
@media only screen and (max-width: 749px) {
  .ttl-4.ttl-4--bg2 {
    margin-bottom: 20px;
  }
}
.ttl-4.ttl-4--bg3 {
  margin-bottom: 40px;
  background-color: #23A237;
  color: #FFFFFF;
}
.inner > .ttl-4.ttl-4--bg3 {
  max-width: 906px;
}
@media only screen and (max-width: 749px) {
  .ttl-4.ttl-4--bg3 {
    margin-bottom: 20px;
  }
}
.ttl-4.ttl-4--bg4 {
  margin-bottom: 40px;
  background-color: #00B5B2;
  color: #FFFFFF;
}
.inner > .ttl-4.ttl-4--bg4 {
  max-width: 906px;
}
@media only screen and (max-width: 749px) {
  .ttl-4.ttl-4--bg4 {
    margin-bottom: 20px;
  }
}
.ttl-4.ttl-4--bg5 {
  margin-bottom: 40px;
  background-color: #8466BC;
  color: #FFFFFF;
}
.inner > .ttl-4.ttl-4--bg5 {
  max-width: 906px;
}
@media only screen and (max-width: 749px) {
  .ttl-4.ttl-4--bg5 {
    margin-bottom: 20px;
  }
}
.ttl-4 + figure, .ttl-4 + .box-1, .ttl-4 + .box-2, .ttl-4 + .figure-1, .ttl-4 + .figure-6, .ttl-4 + .figure-7, .ttl-4 + .figure-8, .ttl-4 + .btn-2, .ttl-4 + .btn-2__list, .ttl-4 + .mod-table-wrapper--s, .ttl-4 + .mod-table-wrapper--l, .ttl-4 + .mod-table-slider, .ttl-4 + .table-5, .ttl-4 + .table-5__wrapper, .ttl-4 + .table-6, .ttl-4 + .table-7, .ttl-4 + .table-8, .ttl-4 + .youtube, .ttl-4 + .acc {
  margin-top: 40px;
}
.btn-2__list + .ttl-4 {
  margin-top: 60px;
}

.ttl-5 {
  margin-bottom: 20px;
  color: #0C528B;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}
.ttl-5--al-left {
  text-align: left;
}
.ttl-5--border {
  padding-bottom: 10.5px;
  border-bottom: 1px solid #0C528B;
  text-align: left;
}
.ttl-5__link:after {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 7.8px;
  background: no-repeat center/cover url(/assets/images/arrow-circled.svg);
  content: "";
}
.ttl-5__link:hover {
  text-decoration: underline;
}

.ttl-seminar {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
}
.ttl-seminar__top {
  color: #0C528B;
  font-weight: 700;
}
.ttl-seminar a {
  text-decoration: underline;
}
.ttl-seminar a:hover {
  text-decoration: none;
}

.ttl-6 {
  margin-bottom: 20px;
  padding-bottom: 7px;
  border-bottom: 1px solid #0C528B;
  color: #0C528B;
  font-size: 16px;
  line-height: 1.5;
}

.ttl-7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  color: #0C528B;
  font-size: 24px;
  line-height: 1.36;
}
@media only screen and (max-width: 749px) {
  .ttl-7 {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 1.5;
  }
}
.ttl-7:before {
  -ms-flex-negative: 0;
  display: block;
  flex-shrink: 0;
  width: 6px;
  height: auto;
  margin: 5px 10px 5px 0;
  background-color: #C2CED8;
  content: "";
}
@media only screen and (max-width: 749px) {
  .ttl-7:before {
    width: 4px;
  }
}

.ttl-8 {
  margin-bottom: 35px;
  color: #0C528B;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (max-width: 749px) {
  .ttl-8 {
    margin-bottom: 19px;
    font-size: 24px;
  }
}

/* ---------------------------------------------
*   テキスト系パーツ
--------------------------------------------- */
.txt-1 {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.45;
}

.txt-2 {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5;
}

.txt-3 {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 2;
}
.txt-3 img {
  width: 100%;
  height: auto;
}

.cap-1 {
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.67;
}
@media only screen and (max-width: 749px) {
  .cap-1 {
    margin-top: 15px;
  }
}

.mod-icon-indent {
  margin-left: 1em;
  text-indent: -1em;
}
.mod-icon-indent * {
  text-indent: 0;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (max-width: 749px) {
  .lead {
    text-align: left;
  }
}

/* ---------------------------------------------
*   YouTube埋め込み
--------------------------------------------- */
.youtube {
  position: relative;
  width: 100%;
  margin-bottom: 52.5px;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.figure-6 .youtube {
  margin-bottom: 0;
}
.figure-6 .youtube + * {
  margin-top: 20px;
}

/* ---------------------------------------------
*   アクセスページ
--------------------------------------------- */
.access-box {
  margin-bottom: 40px;
}
.access-box__inner:not(:last-of-type) {
  margin-bottom: 15px;
  padding-bottom: 24px;
  border-bottom: 1px solid #C2CED8;
}

.access-icon {
  display: inline-block;
  min-height: 43px;
  margin-bottom: 16px;
  padding: 8px 10px;
  background-color: #E9F2F7;
  color: #0C528B;
}
.access-icon__wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.access-icon__icon {
  margin-right: 6.5px;
  font-size: 26.5px;
}
.access-icon__txt {
  font-weight: 700;
  font-size: 17px;
}

.access-para {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}
.access-para__list-item {
  display: block;
  margin-left: 1em;
  text-indent: -1em;
}
.access-para__list-item * {
  text-indent: 0;
}

/* ---------------------------------------------
*   archive-acc
--------------------------------------------- */
.archive-acc {
  max-width: 728px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  border: 1px solid #E9EFF4;
  border-radius: 20px;
  background-color: #F6F7F8;
  font-weight: 500;
}
.sec-cate-list .archive-acc {
  background-color: #FFFFFF;
}
.archive-acc__ttl {
  color: #0C528B;
  text-align: center;
}
.archive-acc__ttl-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 38px;
  cursor: pointer;
}
.archive-acc__trigger-btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  right: 28px;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  color: #468AC8;
  font-weight: bold;
  font-size: 15.8px;
}
.archive-acc__body {
  -webkit-transition: 0.3s ease;
  height: 0;
  overflow: hidden;
  transition: 0.3s ease;
}
.archive-acc__body-inner {
  padding: 3.5px 30.5px 13.5px;
}
@media only screen and (max-width: 749px) {
  .archive-acc__body-inner {
    padding: 3.5px 20px 13.5px;
  }
}
.archive-acc.open .archive-acc__ttl-wrapper .archive-acc__trigger-btn {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

/* ---------------------------------------------
*   archive-list
--------------------------------------------- */
.archive-list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  color: #767676;
}
.archive-list__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: opacity 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 73px;
  transition: opacity 0.3s ease;
}
@media only screen and (max-width: 749px) {
  .archive-list__link {
    width: 100%;
  }
}
.archive-list__link:hover {
  opacity: 0.5;
}
.archive-list__link.current {
  color: #0C528B;
}
.archive-list__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.archive-list__item:after {
  -ms-flex-negative: 0;
  display: block;
  flex-shrink: 0;
  width: 1px;
  height: 15px;
  background-color: #C2CED8;
  content: "";
}
@media only screen and (max-width: 749px) {
  .archive-list__item {
    width: calc(25% + 0.25px);
  }
  .archive-list__item:nth-of-type(4n) {
    width: calc(25% - 0.75px);
  }
  .archive-list__item:nth-of-type(4n):after {
    display: none;
  }
}
.archive-list__item:last-of-type:after {
  display: none;
}
.archive-list__item:nth-of-type(9n):after {
  display: none;
}
@media only screen and (max-width: 749px) {
  .archive-list__item:nth-of-type(9n):after {
    display: block;
  }
}
@media only screen and (max-width: 749px) {
  .archive-list__item:nth-of-type(9n):last-of-type:after {
    display: none;
  }
}

/* ---------------------------------------------
*   .auto-translation
--------------------------------------------- */
.auto-translation {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 906px;
  margin: 50px auto;
  padding: 25px 0;
  background-color: #F6F7F8;
  color: #0C528B;
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 749px) {
  .auto-translation {
    margin: 50px 26.5px;
  }
}

/* ---------------------------------------------
*   .blue-box
--------------------------------------------- */
.blue-box {
  margin-bottom: 40px;
  padding: 40px 89px 60px;
  background-color: #F6F7F8;
}
.inner > .blue-box {
  max-width: 906px;
}
@media only screen and (max-width: 749px) {
  .blue-box {
    padding: 30px 20px 30px;
  }
}
.blue-box > img {
  width: 100%;
}
.blue-box > .ttl-5--border {
  margin-top: 60px;
}
@media only screen and (max-width: 749px) {
  .blue-box > .ttl-5--border {
    margin-top: 40px;
  }
}

/* ---------------------------------------------
*   パンクズリスト
--------------------------------------------- */
.breadcrumb {
  max-width: 728px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 749px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb__list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.breadcrumb__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: -0.5em 0;
  font-size: 11px;
  line-height: 2;
}
.breadcrumb__item a:hover {
  text-decoration: underline;
}
.breadcrumb__item:not(:last-of-type):after {
  margin: 0 1em;
  content: "＞";
}
.breadcrumb__item:last-of-type {
  -ms-flex-negative: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  flex-shrink: 1;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.breadcrumb__txt--link {
  display: inline-block;
}

/* ---------------------------------------------
*   footer
--------------------------------------------- */
.footer {
  -webkit-box-shadow: 0 1px 0 #4A4A4A;
  min-width: 1000px;
  background-color: #4A4A4A;
  box-shadow: 0 1px 0 #4A4A4A;
}
@media only screen and (max-width: 749px) {
  .footer {
    min-width: 0;
  }
}
.body-top .footer {
  min-width: 0;
}
.footer-top {
  position: relative;
  min-width: 1000px;
  background-color: #E9EFF4;
  color: #FFFFFF;
}
@media only screen and (max-width: 749px) {
  .footer-top {
    min-width: 0;
  }
}
.footer-top:after {
  display: block;
  height: 20px;
  background-color: #767676;
  content: "";
}
.body-top .footer-top {
  min-width: 0;
}
.footer-top--bg-photo {
  padding-top: 80px;
  background: no-repeat center/cover url(/assets/images/footer-bg.png);
}
.footer-top__ttl {
  margin-bottom: 8.5px;
  color: #0C528B;
  font-weight: 500;
  font-size: 18px;
}
@media only screen and (max-width: 749px) {
  .footer-top__ttl {
    margin-bottom: 11.5px;
  }
}
.footer-top__list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -17px;
  color: #4A4A4A;
}
@media only screen and (max-width: 749px) {
  .footer-top__list {
    margin-bottom: -11px;
  }
}
@media only screen and (max-width: 749px) {
  .body-en .footer-top__list {
    display: block;
  }
}
@media only screen and (max-width: 749px) {
  .body-en .footer-top__list-item:not(:last-of-type):after {
    display: none;
  }
}
.footer-top__list-item {
  padding-bottom: 17px;
  font-size: 15px;
  line-height: 1;
}
@media only screen and (max-width: 749px) {
  .footer-top__list-item {
    padding-bottom: 11px;
    font-size: 14px;
  }
}
.footer-top__list-item:not(:last-of-type):after {
  content: "／";
}
.footer-top__list-item a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.footer-top__list-item a:hover {
  opacity: 0.5;
}
.footer-top__list + .footer-banners {
  margin-top: 80px;
}
@media only screen and (max-width: 749px) {
  .footer-top__list + .footer-banners {
    margin-top: 38px;
  }
}
.footer-top__list + .footer-top__ttl {
  margin-top: 20.5px;
}
@media only screen and (max-width: 749px) {
  .footer-top__list + .footer-top__ttl {
    margin-top: 17.5px;
  }
}
.footer-top .btn-2__list {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin-bottom: 80px;
  padding: 0 47px;
}
@media only screen and (max-width: 749px) {
  .footer-top .btn-2__list {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 26.5px;
  }
}
.footer-top__inner {
  max-width: 1251px;
  margin: 0 auto;
  padding: 70px 45px 80px;
}
@media only screen and (max-width: 749px) {
  .footer-top__inner {
    padding: 47px 26.5px 80px;
    padding-top: 47px;
  }
}
.footer-banners {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -7.5px;
}
@media only screen and (max-width: 749px) {
  .footer-banners {
    margin: 0;
  }
}
.footer-banners-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  display: block;
  flex: 1 1 0;
  max-width: calc(25% - 15px);
  margin: 0 7.5px;
}
@media only screen and (max-width: 749px) {
  .footer-banners-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    max-height: unset;
    margin: 0 0 20px;
  }
  .footer-banners-item:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 749px) {
  .footer-banners-img {
    width: 100%;
  }
}
.footer-bottom {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  max-width: 1251px;
  margin: 0 auto;
  padding: 40px 60px;
  padding: 40px 45px;
  color: #FFFFFF;
}
@media only screen and (max-width: 749px) {
  .footer-bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 45px 26.5px 22.5px;
  }
}
.footer-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 447px;
  flex: 0 1 447px;
  margin-right: 30px;
}
@media only screen and (max-width: 749px) {
  .footer-left {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    margin-right: 0;
  }
}
.footer-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 550px;
  flex: 0 1 550px;
}
@media only screen and (max-width: 749px) {
  .footer-right {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
  }
}
.footer-right__list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -20px;
}
@media only screen and (max-width: 749px) {
  .footer-right__list {
    display: block;
  }
}
.footer-right__list-ttl {
  margin-bottom: 15.5px;
  font-weight: 500;
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
}
@media only screen and (max-width: 749px) {
  .footer-right__list-ttl {
    margin-bottom: 22.5px;
    font-size: 17px;
    line-height: 1;
  }
}
.footer-right__list-ttl:before {
  margin-right: 4.1px;
  content: "●";
}
.footer-right__list-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  min-width: 205px;
  margin-bottom: 20px;
}
.footer-right__list-item:first-of-type {
  margin-right: 20px;
}
@media only screen and (max-width: 749px) {
  .footer-right__list-item:first-of-type {
    margin-right: 0;
  }
}
@media only screen and (max-width: 749px) {
  .footer-right__list-item {
    padding: 22.5px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}
.footer-right__child-list {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -15px;
}
.footer-right__child-list-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 6em;
  -webkit-transition: opacity 0.3s ease;
  flex: 1 1 6em;
  min-width: calc(50% - 5px);
  max-width: 112px;
  margin-bottom: 15px;
  line-height: 1.714;
  transition: opacity 0.3s ease;
}
@media only screen and (max-width: 749px) {
  .footer-right__child-list-item {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: calc(50% - 17.5px);
    max-width: unset;
  }
}
.footer-right__child-list-item:hover {
  opacity: 0.5;
}
.footer-right__child-list-item:nth-of-type(2n+1) {
  margin-right: 10px;
}
@media only screen and (max-width: 749px) {
  .footer-right__child-list-item:nth-of-type(2n+1) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 749px) {
  .footer-right__child-list-link:before {
    margin-right: 3.1px;
    content: "-";
  }
}
@media only screen and (max-width: 749px) {
  .footer-right-wrapper {
    display: none;
  }
}
.footer-logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 749px) {
  .footer-logo {
    display: block;
    padding-bottom: 22.5px;
  }
}
.footer-logo__item {
  -webkit-transition: opacity 0.3s ease;
  display: block;
  width: auto;
  text-align: center;
  transition: opacity 0.3s ease;
}
@media only screen and (max-width: 749px) {
  .footer-logo__item {
    margin: auto;
  }
}
.footer-logo__item:hover {
  opacity: 0.5;
}
.footer-logo__item--gsfs {
  width: 60.289%;
}
@media only screen and (max-width: 749px) {
  .footer-logo__item--gsfs {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 55.78px;
  }
}
.body-en .footer-logo__item--gsfs {
  width: 47.6347%;
}
.footer-logo__item--u-tokyo {
  width: 34.116%;
}
@media only screen and (max-width: 749px) {
  .footer-logo__item--u-tokyo {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 48px;
    margin-bottom: 15.8px;
  }
}
.body-en .footer-logo__item--u-tokyo {
  width: 49.0096%;
}
.footer-logo__item img {
  width: 100%;
}
@media only screen and (max-width: 749px) {
  .footer-logo__item img {
    width: auto;
    height: 100%;
  }
}
.footer-sns {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0;
}
@media only screen and (max-width: 749px) {
  .footer-sns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin: 22.5px 0;
  }
}
.footer-sns__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-right: 20px;
}
@media only screen and (max-width: 749px) {
  .footer-sns__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 0;
  }
}
.footer-sns__list-item:not(:last-of-type) {
  margin-right: 20px;
}
@media only screen and (max-width: 749px) {
  .footer-sns__list-item:not(:last-of-type) {
    margin-right: 24px;
  }
}
.footer-sns__logo {
  -webkit-transition: opacity 0.3s ease;
  display: block;
  width: 34px;
  transition: opacity 0.3s ease;
}
@media only screen and (max-width: 749px) {
  .footer-sns__logo {
    width: 39px;
  }
}
.footer-sns__logo:hover {
  opacity: 0.5;
}
.footer-sns__txt-btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: opacity 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 225px;
  height: 38px;
  background-color: #767676;
  color: #FFFFFF;
  transition: opacity 0.3s ease;
}
@media only screen and (max-width: 749px) {
  .footer-sns__txt-btn {
    width: 100%;
    height: 33px;
    margin-bottom: 22.5px;
  }
}
.footer-sns__txt-btn:hover {
  opacity: 0.5;
}
.footer-policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
}
@media only screen and (max-width: 749px) {
  .footer-policy {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 22.5px;
  }
}
.footer-policy__item {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.footer-policy__item:hover {
  opacity: 0.5;
}
.footer-policy__item:not(:last-of-type) {
  margin-right: 1em;
}
.footer-copyright {
  display: block;
  font-size: 10px;
}
@media only screen and (max-width: 749px) {
  .footer-copyright {
    line-height: 1.9;
    text-align: center;
  }
}

/* ---------------------------------------------
*   header
--------------------------------------------- */
.header {
  position: relative;
  min-width: 1000px;
}
@media only screen and (max-width: 749px) {
  .header {
    min-width: 0;
  }
}
.body-top .header {
  min-width: 0;
}
.header:before {
  display: block;
  z-index: 100;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 256px;
  background: -webkit-gradient(linear, left top, left bottom, from(#9d9d9d), color-stop(0%, rgba(133, 174, 196, 0.97)), color-stop(56.65%, rgba(208, 208, 208, 0.42)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(#9d9d9d 0%, rgba(133, 174, 196, 0.97) 0%, rgba(208, 208, 208, 0.42) 56.65%, rgba(255, 255, 255, 0) 100%);
  content: "";
  mix-blend-mode: multiply;
}
@media only screen and (max-width: 749px) {
  .header:before {
    height: 176px;
  }
}
.header-top {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-transition: 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 200;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  align-items: center;
  justify-content: space-between;
  height: 78.411px;
  padding: 30px 114.32px 0 60px;
  transition: 0.3s ease;
}
@media only screen and (max-width: 749px) {
  .header-top {
    height: 47px;
    padding-top: 15px;
    padding-right: 46.52px;
    padding-left: 8px;
  }
}
.header--bg1 {
  height: 400px;
  padding-top: 148.5px;
  background: no-repeat center/cover url(/assets/images/header-bg.png);
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 749px) {
  .header--bg1 {
    height: 215px;
    padding-top: 80px;
  }
}
.header--bg1 .ttl-2 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header--bg1 .ttl-2:before, .header--bg1 .ttl-2:after {
  display: block;
  width: 50px;
  height: 1px;
  background-color: #C2CED8;
  content: "";
}
@media only screen and (max-width: 749px) {
  .header--bg1 .ttl-2:before, .header--bg1 .ttl-2:after {
    width: 28px;
  }
}
.header--bg1 .ttl-2:before {
  margin-right: 11px;
}
.header--bg1 .ttl-2:after {
  margin-left: 11px;
}
.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 100;
  padding-left: 10px;
}
.header-logo__item {
  height: 47.23px;
}
.header-logo__item img {
  height: 100%;
}
@media only screen and (max-width: 749px) {
  .header-logo__item {
    height: 32px;
  }
}
.header-right {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 200;
  align-items: center;
}
@media only screen and (max-width: 749px) {
  .header-right {
    z-index: 1;
  }
}

.sticky .header-logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sticky .header-top {
  height: 89px;
  padding-top: 0;
  background-color: #0C528B;
}
@media only screen and (max-width: 749px) {
  .sticky .header-top.default {
    height: 47px;
    padding-top: 15px;
  }
}

.seminar-header {
  position: relative;
}

/* ---------------------------------------------
*   inner
--------------------------------------------- */
.inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 47px;
}
.inner--top {
  position: relative;
  max-width: 1161px;
  margin: 0 auto;
}
@media only screen and (max-width: 749px) {
  .inner {
    width: auto;
    padding: 0 26.5px;
  }
  .inner--top {
    width: auto;
  }
}

/* ---------------------------------------------
*   kv
--------------------------------------------- */
.top-kv {
  position: relative;
  height: 800px;
  padding-top: 193.3px;
}
@media only screen and (max-width: 749px) {
  .top-kv {
    min-width: 0;
    height: 100vh;
    padding-top: 167.6px;
  }
}
.top-kv:before {
  display: block;
  z-index: -1;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: no-repeat center/cover url(/assets/images/top_kv.png);
  content: "";
}
@media only screen and (max-width: 749px) {
  .top-kv:before {
    background-image: url(/assets/images/top_kv_sp.png);
  }
}
.top-kv__center-contents {
  display: block;
  color: #FFFFFF;
  text-align: center;
}
.top-kv__logo {
  margin-bottom: 27px;
}
@media only screen and (max-width: 749px) {
  .top-kv__logo {
    width: 57.84px;
    margin-bottom: 11.1px;
  }
}
.top-kv__ttl {
  padding: 0 20px;
  font-family: "Noto Serif JP", serif;
}
.top-kv__ttl--top {
  display: block;
  margin-bottom: 30px;
  font-size: 67px;
  line-height: 1.143;
}
@media only screen and (max-width: 749px) {
  .top-kv__ttl--top {
    margin-bottom: 8.8px;
    font-size: 34px;
  }
}
.top-kv__ttl--bottom {
  display: block;
  font-size: 27px;
  line-height: 1.407;
}
@media only screen and (max-width: 749px) {
  .top-kv__ttl--bottom {
    font-size: 17px;
    line-height: 1.176;
  }
}

.kv-inner {
  z-index: 100;
  position: relative;
  pointer-events: none;
}

/* ---------------------------------------------
*   main
--------------------------------------------- */
main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 1000px;
}
@media only screen and (max-width: 749px) {
  main {
    min-width: 0;
  }
}
.body-top main {
  min-width: 0;
}

/* ---------------------------------------------
*   ハンバーガーボタン
--------------------------------------------- */
.menu-trigger {
  z-index: 400;
  padding: 10px;
}
@media only screen and (max-width: 749px) {
  .menu-trigger {
    padding: 5px 3px;
  }
}
.menu-trigger__inner {
  display: block;
  position: relative;
  width: 37.2px;
  height: 21.02px;
}
@media only screen and (max-width: 749px) {
  .menu-trigger__inner {
    width: 28.74px;
    height: 16.7px;
    margin: 0 2px;
  }
}
.menu-trigger__inner span {
  -webkit-transition: 0.3s ease;
  display: block;
  position: absolute;
  right: 0;
  height: 2px;
  background-color: #FFFFFF;
  transition: 0.3s ease;
}
.menu-trigger__inner span:nth-child(1) {
  top: 0;
  width: 100%;
}
.menu-trigger__inner span:nth-child(2) {
  -webkit-transform: translateY(-50%);
  top: 50%;
  width: 30.44px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 749px) {
  .menu-trigger__inner span:nth-child(2) {
    width: 23.51px;
  }
}
.menu-trigger__inner span:nth-child(3) {
  bottom: 0;
  width: 22.48px;
}
@media only screen and (max-width: 749px) {
  .menu-trigger__inner span:nth-child(3) {
    width: 17.37px;
  }
}
.menu-trigger__box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 500;
  position: fixed;
  top: 30px;
  right: 50px;
  align-items: center;
  height: 48.411px;
  transition: 0.3s ease;
}
@media only screen and (max-width: 749px) {
  .menu-trigger__box {
    top: 15px;
    right: 13.2px;
    height: 32px;
  }
}
.sticky .menu-trigger__box:not(.menu-close) {
  top: 0;
  height: 89px;
}
@media only screen and (max-width: 749px) {
  .sticky .menu-trigger__box.menu-close, .sticky .default + .menu-trigger__box {
    top: 15px;
    height: 32px;
  }
}

@media only screen and (max-width: 749px) {
  .menu-close .menu-trigger__inner {
    width: 24.85px;
    height: 16.85px;
    margin: 0;
  }
}
.menu-close .menu-trigger__inner span {
  height: 3px;
}
@media only screen and (max-width: 749px) {
  .menu-close .menu-trigger__inner span {
    height: 2px;
  }
}
.menu-close .menu-trigger__inner span:nth-child(1) {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
@media only screen and (max-width: 749px) {
  .menu-close .menu-trigger__inner span:nth-child(1) {
    -webkit-transform: translateY(-50%) rotate(-37.94deg);
    transform: translateY(-50%) rotate(-37.94deg);
  }
}
.menu-close .menu-trigger__inner span:nth-child(2) {
  right: 50%;
  width: 0;
}
.menu-close .menu-trigger__inner span:nth-child(3) {
  -webkit-transform: translateY(50%) rotate(45deg);
  bottom: 50%;
  width: 100%;
  transform: translateY(50%) rotate(45deg);
}
@media only screen and (max-width: 749px) {
  .menu-close .menu-trigger__inner span:nth-child(3) {
    -webkit-transform: translateY(50%) rotate(37.94deg);
    transform: translateY(50%) rotate(37.94deg);
  }
}

/* ---------------------------------------------
*   news-cate-list
--------------------------------------------- */
.news-cate-list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.inner > .news-cate-list {
  max-width: 906px;
}
@media only screen and (max-width: 749px) {
  .news-cate-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -12px;
    margin-right: -8px;
    margin-left: -8px;
  }
}
@media only screen and (max-width: 749px) {
  .news-cate-list__item {
    margin: 12px 8px 0;
  }
}
.news-cate-list__item:not(:last-of-type) {
  margin-right: 10px;
}
@media only screen and (max-width: 749px) {
  .news-cate-list__item:not(:last-of-type) {
    margin-right: 8px;
  }
}
.inner--top .news-cate-list {
  margin: 0 auto 35px;
}
@media only screen and (max-width: 999px) {
  .inner--top .news-cate-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 408px;
    margin: -10px -5px 35px;
  }
}
@media only screen and (max-width: 749px) {
  .inner--top .news-cate-list {
    max-width: unset;
    margin: -12px -8px 25px;
  }
}
.inner--top .news-cate-list__item {
  margin: 10px 5px 0px;
}
.news-cate-list__top-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.news-cate-list__link {
  -webkit-transition: opacity 0.3s ease;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 25px;
  border: 1px solid #FFFFFF;
  border-radius: 999em;
  background-color: #0C528B;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 13px;
  transition: opacity 0.3s ease;
}
@media only screen and (max-width: 749px) {
  .news-cate-list__link {
    width: 96px;
    height: 20px;
    font-size: 11px;
  }
}
.news-cate-list__link:hover {
  opacity: 0.5;
}
.news-cate-list__link.current {
  border-color: #0C528B;
  background-color: #FFFFFF;
  color: #0C528B;
}
.news-cate-list__link--color1 {
  background-color: #00B5B2;
}
.news-cate-list__link--color1.current {
  border-color: #00B5B2;
  color: #00B5B2;
}
.news-cate-list__link--color2 {
  background-color: #D67E7E;
}
.news-cate-list__link--color2.current {
  border-color: #D67E7E;
  color: #D67E7E;
}
.news-cate-list__link--color3 {
  background-color: #8466BC;
}
.news-cate-list__link--color3.current {
  border-color: #8466BC;
  color: #8466BC;
}
.news-cate-list__link--color4 {
  background-color: #4AAF72;
}
.news-cate-list__link--color4.current {
  border-color: #4AAF72;
  color: #4AAF72;
}
.news-cate-list__link--color5 {
  background-color: #D4A954;
}
.news-cate-list__link--color5.current {
  border-color: #D4A954;
  color: #D4A954;
}
.news-cate-list__link--color6 {
  background-color: #C19191;
}
.news-cate-list__link--color6.current {
  border-color: #C19191;
  color: #C19191;
}
.news-cate-list__link--color7 {
  background-color: #468AC8;
}
.news-cate-list__link--color7.current {
  border-color: #468AC8;
  color: #468AC8;
}
.news-cate-list__link--color8 {
  width: 112px;
  background-color: #A53E3E;
}
.news-cate-list__link--color8.current {
  border-color: #A53E3E;
  color: #A53E3E;
}
.news-cate-list__link--color9 {
  background-color: #DB8456;
}
.news-cate-list__link--color9.current {
  border-color: #DB8456;
  color: #DB8456;
}

/* ---------------------------------------------
*   news-footer
--------------------------------------------- */
.news-footer {
  margin-bottom: 80px;
  padding-top: 16.5px;
  border-top: 1px solid #C2CED8;
}
@media only screen and (max-width: 749px) {
  .news-footer {
    margin-bottom: 60px;
  }
}

/* ---------------------------------------------
*   news-header
--------------------------------------------- */
.news-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 749px) {
  .news-header {
    display: block;
  }
}
.news-header__cate-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 749px) {
  .news-header__cate-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.news-header__cate-list-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  height: 25px;
  padding: 0 10px;
  border: 1px solid #FFFFFF;
  border-radius: 999em;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 13px;
}
@media only screen and (max-width: 749px) {
  .news-header__cate-list-item {
    min-width: 96px;
    height: 20px;
    font-size: 11px;
  }
}
.news-header__cate-list-item:not(:last-of-type) {
  margin-right: 18px;
}
@media only screen and (max-width: 749px) {
  .news-header__cate-list-item:not(:last-of-type) {
    margin-right: 15px;
  }
}
.news-header__cate-list-item--color1 {
  background-color: #00B5B2;
}
.news-header__cate-list-item--color2 {
  background-color: #D67E7E;
}
.news-header__cate-list-item--color3 {
  background-color: #8466BC;
}
.news-header__cate-list-item--color4 {
  background-color: #4AAF72;
}
.news-header__cate-list-item--color5 {
  background-color: #D4A954;
}
.news-header__cate-list-item--color6 {
  background-color: #C19191;
}
.news-header__cate-list-item--color7 {
  background-color: #468AC8;
}
.news-header__cate-list-item--color8 {
  background-color: #A53E3E;
}
.news-header__cate-list-item--color9 {
  background-color: #DB8456;
}
.news-header__date {
  margin: 0 9.8px;
}
.news-header__date-wrapper {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -9.8px;
}
@media only screen and (max-width: 749px) {
  .news-header__date-wrapper {
    margin-bottom: 25px;
  }
}
.news-header__date .fas {
  color: #767676;
}
.news-header__date .fa-edit {
  margin-right: 5.4px;
  font-size: 14.6px;
}
.news-header__date .fa-redo-alt {
  margin-right: 3.2px;
  font-size: 15.3px;
}
.news-header__date-label {
  font-weight: 700;
}

/* ---------------------------------------------
*   news-sns
--------------------------------------------- */
.news-sns {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding-bottom: 13.5px;
}
@media only screen and (max-width: 749px) {
  .news-sns {
    padding-bottom: 40px;
  }
}
.news-sns__item:not(:last-of-type) {
  margin-right: 11px;
}
.news-sns__link {
  display: block;
  height: 34px;
}
.news-sns__link img {
  height: 100%;
}

/* ---------------------------------------------
*   トップページNotices
--------------------------------------------- */
.ttl-notices {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
  color: #A53E3E;
  font-size: 30px;
  line-height: 1;
  font-family: "Cardo", serif;
  letter-spacing: 0.14em;
}
@media only screen and (max-width: 749px) {
  .ttl-notices {
    margin-bottom: 8.25px;
  }
}
.ttl-notices:before, .ttl-notices:after {
  display: block;
  width: 55px;
  height: 1px;
  background-color: #A53E3E;
  content: "";
}
.ttl-notices:before {
  margin-right: 16.5px;
}
.ttl-notices:after {
  margin-left: 10.5px;
}

.notices {
  background-color: #FFFFFF;
}
.notices-top__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  line-height: 1.615;
}
.notices-top__label {
  color: #FFFFFF;
}
.notices-top__label-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 210px;
  padding: 11.45px 20px 11.45px 59px;
  background-color: #A53E3E;
}
@media only screen and (max-width: 749px) {
  .notices-top__label-box {
    padding-left: 26.5px;
  }
}
.notices-top__ttl {
  margin-right: auto;
  color: #A53E3E;
}
.notices-top__ttl-box {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-grow: 1;
  align-items: center;
  padding: 11.45px 20px 11.45px 37px;
  background-color: #EFDBDB;
}
@media only screen and (max-width: 749px) {
  .notices-top__ttl-box {
    padding-right: 26.5px;
    padding-left: 16px;
  }
}
.notices-bottom {
  margin: 40px auto 0;
  padding: 0 54.5px 30.5px;
}
@media only screen and (max-width: 749px) {
  .notices-bottom {
    width: auto;
    margin-top: 28.75px;
    padding: 0 26.5px 21.5px;
  }
}
.notices-bottom__list-item {
  padding: 3px 0;
}
@media only screen and (max-width: 749px) {
  .notices-bottom__list-item {
    padding: 12.5px 0;
  }
}
.notices-bottom__list-item:not(:last-of-type) {
  border-bottom: 1px solid rgba(165, 62, 62, 0.3);
}
.notices-bottom__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 749px) {
  .notices-bottom__link {
    display: block;
  }
}
.notices-bottom__link:hover .notices-bottom__ttl {
  text-decoration: underline;
}
.notices-bottom__date {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 42px;
  color: #A53E3E;
  font-size: 18px;
  line-height: 1.43;
}
@media only screen and (max-width: 749px) {
  .notices-bottom__date {
    display: block;
    font-size: 14px;
  }
}
.notices-bottom__ttl {
  padding: 5.18px 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.71;
}
@media only screen and (max-width: 749px) {
  .notices-bottom__ttl {
    padding: 4px 0;
    font-size: 14px;
  }
}

/* ---------------------------------------------
*   parallax-bg
--------------------------------------------- */
.parallax-bg {
  display: block;
  z-index: -1;
  position: sticky;
  top: 0;
  height: 0;
  overflow: visible;
}
.parallax-bg:after {
  display: block;
  position: absolute;
  top: 89px;
  left: 0;
  width: 100%;
  height: calc(100vh - 89px);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
.parallax-bg--news:after {
  background-image: url(/assets/images/news-bg.png);
}
@media only screen and (max-width: 749px) {
  .parallax-bg--news:after {
    background-image: url(/assets/images/news-bg_sp.png);
  }
}
.parallax-bg--major:after {
  background-image: url(/assets/images/major-bg.png);
}
@media only screen and (max-width: 749px) {
  .parallax-bg--major:after {
    background-image: url(/assets/images/major-bg_sp.png);
  }
}

/* ---------------------------------------------
*   検索
--------------------------------------------- */
.search {
  position: relative;
  padding-right: 12.88px;
}
.search__trigger {
  -webkit-transition: opacity 0.3s ease;
  z-index: 100;
  position: relative;
  width: 48.411px;
  height: 48.411px;
  padding: 10px;
  transition: opacity 0.3s ease;
}
.search__trigger img {
  display: block;
  width: 100%;
}
.search__trigger.hide {
  opacity: 0;
}
.search__main {
  -webkit-transition: 0.3s ease;
  visibility: hidden;
  position: absolute;
  top: -30px;
  right: 0;
  width: 478px;
  height: 0;
  overflow: hidden;
  transition: 0.3s ease;
}
.search__main-inner {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 35.5px 74.6px 35.5px 27.7px;
  background-color: #0C528B;
}
.search__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 35px;
  overflow: hidden;
  border: 1px solid #FFFFFF;
  border-radius: 999em;
  background-color: #FFFFFF;
  font-size: 13px;
}
.search__item:not(:last-of-type) {
  margin-bottom: 21px;
}
.search__item input {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 124.8px 0 18.8px;
  border-top-left-radius: 999em;
  border-bottom-left-radius: 999em;
}
.search__submit {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  justify-content: flex-end;
  width: 106px;
  padding-right: 18.8px;
  background-color: #E9EFF4;
  color: #0C528B;
}
.search.active .search__main {
  visibility: visible;
  height: 162px;
}
@media only screen and (max-width: 749px) {
  .search__trigger {
    width: 29.3px;
    height: 29.3px;
    padding: 5px;
  }
  .search__trigger img {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  .search__main {
    position: fixed;
    top: 0;
    left: 0;
    width: auto;
  }
  .search__main-inner {
    padding: 64.8px 24px 17.8px;
  }
  .search__item {
    width: auto;
    height: 28.83px;
    border: none;
    font-size: 10px;
  }
  .search__item:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .search__submit {
    width: 80.74px;
    padding-right: 13.7px;
  }
  .search.active .search__main {
    height: 155.26px;
  }
}

/* ---------------------------------------------
*   section
--------------------------------------------- */
.sec {
  padding: 80px 0 100px;
}
@media only screen and (max-width: 749px) {
  .sec {
    padding: 60px 0 80px;
  }
  .ttl-3__box + .sec, .sec-lead + .sec {
    padding-top: 40px;
  }
}
.sec--blue {
  background-color: #F6F7F8;
}
@media only screen and (max-width: 749px) {
  .sec--news-detail {
    padding-bottom: 60px;
  }
}

.sec-cate-list {
  padding: 60px 0;
  background-color: #F6F7F8;
}

.sec-lead {
  margin-top: 20px;
}

.sec-top {
  padding: 82px 45px 130px;
}
@media only screen and (max-width: 749px) {
  .sec-top {
    padding: 59px 26.5px 80px;
  }
}

.sec-top--1 {
  position: relative;
  padding-bottom: 45px;
  background: no-repeat 0 0/100% auto url(/assets/images/headline-bg.png), #E9EFF4;
}
@media only screen and (max-width: 749px) {
  .sec-top--1 {
    padding-bottom: 80px;
    background: no-repeat 0 36px/100% auto url(/assets/images/headline-bg-sp.png), #E9EFF4;
  }
}
.sec-top--1:before, .sec-top--1:after {
  -webkit-transform: translateX(-50%);
  display: block;
  z-index: 100;
  position: absolute;
  left: 50%;
  width: 1px;
  height: 65px;
  transform: translateX(-50%);
  background-color: #468AC8;
  content: "";
}
@media only screen and (max-width: 749px) {
  .sec-top--1:before, .sec-top--1:after {
    height: 48px;
  }
}
.sec-top--1:before {
  top: 0;
}
.sec-top--1:after {
  bottom: 0;
}

.sec-top--2 {
  position: relative;
  padding-top: 86px;
  padding-bottom: 45px;
}
@media only screen and (max-width: 749px) {
  .sec-top--2 {
    padding-bottom: 80px;
  }
}
.sec-top--2:before, .sec-top--2:after {
  -webkit-transform: translateX(-50%);
  display: block;
  z-index: 100;
  position: absolute;
  left: 50%;
  width: 1px;
  height: 65px;
  transform: translateX(-50%);
  background-color: #FFFFFF;
  content: "";
}
@media only screen and (max-width: 749px) {
  .sec-top--2:before, .sec-top--2:after {
    height: 48px;
  }
}
.sec-top--2:before {
  top: 0;
}
.sec-top--2:after {
  bottom: 0;
}

.sec-top--3 {
  position: relative;
  padding-bottom: 96px;
  background-color: #E9EFF4;
}
.sec-top--3:before, .sec-top--3:after {
  -webkit-transform: translateX(-50%);
  display: block;
  z-index: 100;
  position: absolute;
  left: 50%;
  width: 1px;
  height: 65px;
  transform: translateX(-50%);
  content: "";
}
@media only screen and (max-width: 749px) {
  .sec-top--3:before, .sec-top--3:after {
    height: 48px;
  }
}
.sec-top--3:before {
  top: 0;
  background-color: #468AC8;
}
.sec-top--3:after {
  bottom: 0;
  background-color: #FFFFFF;
}

.media-bg {
  position: absolute;
  top: 0;
  bottom: 65px;
  left: 0;
  width: 80.23%;
  background: no-repeat 90px 52.1px/181.74px auto url(/assets/images/bg-logo.svg), #FFFFFF;
}
@media only screen and (max-width: 749px) {
  .media-bg {
    right: 57px;
    bottom: 48px;
    width: auto;
    background: #FFFFFF;
  }
}

.sec-top--4 {
  position: relative;
  background-color: #E9EFF4;
}
.sec-top--4:before, .sec-top--4:after {
  -webkit-transform: translateX(-50%);
  display: block;
  z-index: 100;
  position: absolute;
  left: 50%;
  width: 1px;
  height: 65px;
  transform: translateX(-50%);
  background-color: #468AC8;
  content: "";
}
@media only screen and (max-width: 749px) {
  .sec-top--4:before, .sec-top--4:after {
    height: 48px;
  }
}
.sec-top--4:before {
  top: 0;
}
.sec-top--4:after {
  bottom: 0;
}

.events-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 80.23%;
  background: no-repeat right 90px top 57.6px/181.74px auto url(/assets/images/bg-logo.svg), #FFFFFF;
}
@media only screen and (max-width: 749px) {
  .events-bg {
    left: 57px;
    width: auto;
    background: #FFFFFF;
  }
}

.sec-top--5 {
  position: relative;
  padding-bottom: 90px;
}
@media only screen and (max-width: 749px) {
  .sec-top--5 {
    padding-bottom: 56px;
  }
}
.sec-top--5:before {
  -webkit-transform: translateX(-50%);
  display: block;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 65px;
  transform: translateX(-50%);
  background-color: #FFFFFF;
  content: "";
}
@media only screen and (max-width: 749px) {
  .sec-top--5:before {
    height: 48px;
  }
}

/* ---------------------------------------------
*   sidemenu
--------------------------------------------- */
.sidemenu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-transition: 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  z-index: 400;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  flex-direction: column;
  justify-content: space-between;
  width: 0;
  overflow: hidden;
  color: #FFFFFF;
  transition: 0.3s ease;
}
@media only screen and (max-width: 749px) {
  .sidemenu {
    left: 100%;
    width: 100%;
  }
}
.sidemenu__inner {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 516px;
  padding: 74px 60px 0;
  background-color: rgba(12, 82, 139, 0.9);
}
@media only screen and (max-width: 749px) {
  .sidemenu__inner {
    width: 100%;
    padding: 43px 27px 0;
    background-color: #0C528B;
  }
}
.sidemenu__inner--bottom {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-negative: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  width: 516px;
  height: 100px;
  padding: 0 60px;
  background-color: #4A4A4A;
}
@media only screen and (max-width: 749px) {
  .sidemenu__inner--bottom {
    width: 100%;
    height: auto;
    min-height: 85px;
    padding: 17.5px;
  }
}
.sidemenu.active {
  visibility: visible;
  width: 516px;
}
@media only screen and (max-width: 749px) {
  .sidemenu.active {
    left: 0;
    width: 100%;
  }
}
.sidemenu__sec {
  padding: 25px 0;
}
@media only screen and (max-width: 749px) {
  .sidemenu__sec {
    padding: 22.5px 0;
  }
}
.sidemenu__sec:not(:last-of-type) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.sidemenu__sec--top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.sidemenu__top-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  margin-left: 5px;
}
@media only screen and (max-width: 749px) {
  .sidemenu__top-list {
    max-width: 480px;
    margin-bottom: 16.9px;
    padding-right: 39px;
  }
}
.sidemenu__top-list-item {
  text-align: center;
}
.sidemenu__top-list-item:not(:last-of-type) {
  margin-right: 107px;
}
@media only screen and (max-width: 749px) {
  .sidemenu__top-list-item:not(:last-of-type) {
    margin-right: auto;
  }
}
.sidemenu__top-link {
  -webkit-transition: opacity 0.3s ease;
  display: block;
  transition: opacity 0.3s ease;
}
.sidemenu__top-link:hover {
  opacity: 0.5;
}
.sidemenu__top-link .fas {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
}
.sidemenu__top-link .fa-map-marker-alt {
  font-size: 31.7px;
}
.sidemenu__top-link .fa-globe {
  font-size: 28.5px;
}
.sidemenu__top-link .fa-envelope {
  font-size: 26.7px;
}
.sidemenu__top-txt {
  font-size: 12px;
}
.sidemenu__ttl {
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
}
@media only screen and (max-width: 749px) {
  .sidemenu__ttl {
    margin-bottom: 22.5px;
    font-size: 17px;
  }
  .sidemenu__ttl:before {
    margin-right: 4.4px;
    content: "●";
  }
}
.sidemenu__list {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sidemenu__list-item {
  width: 175px;
  line-height: 1.72;
}
@media only screen and (max-width: 749px) {
  .sidemenu__list-item {
    width: 41.875%;
  }
}
.sidemenu__list-item:nth-last-of-type(n+3) {
  margin-bottom: 15px;
}
.sidemenu__link {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.sidemenu__link:hover {
  opacity: 0.5;
}
.sidemenu__link:before {
  margin-right: 3.1px;
  content: "-";
}
.sidemenu__bottom-item {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.sidemenu__bottom-item:hover {
  opacity: 0.5;
}
.sidemenu__bottom-item--u-tokyo {
  width: 154.05px;
}
@media only screen and (max-width: 749px) {
  .sidemenu__bottom-item--u-tokyo {
    width: 34.33%;
    margin-left: 6.67%;
  }
}
.sidemenu__bottom-item--gsfs {
  width: 193px;
}
@media only screen and (max-width: 749px) {
  .sidemenu__bottom-item--gsfs {
    width: 43.01%;
    margin-right: 7.08%;
    margin-left: 8.91%;
  }
}
.sidemenu__bottom-item img {
  width: 100%;
}

/* ---------------------------------------------
*   site-search-results
--------------------------------------------- */
.site-search-results {
  -webkit-font-smoothing: auto;
  color: initial;
  line-height: initial;
}
.site-search-results * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.site-search-results th, .site-search-results td {
  padding: initial;
  border: initial;
  line-height: initial;
}
.site-search-results .gsib_a {
  padding: 5px 9px 4px 9px;
}
.site-search-results .gsc-control-cse {
  padding: 0;
}
.site-search-results .gsc-results .gsc-cursor-box .gsc-cursor-page {
  background-color: initial;
  color: #666;
}
.site-search-results .gsc-results .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page {
  color: #1a73e8;
}

/* ---------------------------------------------
*   swiper
--------------------------------------------- */
.slider {
  position: relative;
  padding-top: calc(23.796% + 74px);
  overflow: hidden;
  background-color: #0C528B;
}
@media only screen and (max-width: 749px) {
  .slider {
    padding: 0 32.5px;
  }
}
.slider__wrapper {
  max-height: 276px;
}
.slider__inner {
  -webkit-transform: translateX(-50%);
  position: absolute;
  top: 0;
  left: 50%;
  width: 2331px;
  max-width: calc(300% - 180px);
  transform: translateX(-50%);
}
@media only screen and (max-width: 749px) {
  .slider__inner {
    -webkit-transform: none;
    position: static;
    width: 100%;
    max-width: unset;
    transform: none;
  }
}

:root {
  --swiper-pagination-bullet-size: 11px;
  --swiper-pagination-bullet-horizontal-gap: 10px;
  --swiper-pagination-bullet-inactive-opacity: .5;
}
@media only screen and (max-width: 749px) {
  :root {
    --swiper-pagination-bullet-size: 5px;
    --swiper-pagination-bullet-horizontal-gap:5px;
  }
}

.swiper {
  margin-top: 21px;
  overflow: visible;
}
@media only screen and (max-width: 749px) {
  .swiper {
    margin: 19px 0 37px;
  }
}
.swiper-slide img {
  width: 100%;
}
.swiper-pagination-bullet {
  background-color: #FFFFFF;
}
.swiper-button-prev:after, .swiper-button-next:after {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 32px;
  font-family: "Font Awesome 5 Free";
}
@media only screen and (max-width: 749px) {
  .swiper-button-prev:after, .swiper-button-next:after {
    -webkit-transform: none;
    transform: none;
    font-size: 16.44px;
  }
}
.swiper-button-prev {
  -webkit-transform: translateX(calc(-50% - 8.3px));
  left: 33.3333333333%;
  transform: translateX(calc(-50% - 8.3px));
}
@media only screen and (max-width: 749px) {
  .swiper-button-prev {
    left: -11px;
  }
}
.swiper-button-prev:after {
  content: "\f053";
}
.swiper-button-next {
  -webkit-transform: translateX(calc(50% + 8.3px));
  right: 33.3333333333%;
  transform: translateX(calc(50% + 8.3px));
}
@media only screen and (max-width: 749px) {
  .swiper-button-next {
    right: -11px;
  }
}
.swiper-button-next:after {
  content: "\f054";
}
.swiper-wrapper {
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.swiper-horizontal > .swiper-pagination-bullets {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: -32px;
  justify-content: center;
}
@media only screen and (max-width: 749px) {
  .swiper-horizontal > .swiper-pagination-bullets {
    bottom: -17px;
  }
}

/* ---------------------------------------------
*   top-anchor
--------------------------------------------- */
.top-anchor {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  right: 20px;
  bottom: 20px;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #0C528B;
  border-radius: 50%;
  background-color: #0C528B;
  color: #FFFFFF;
  transition: 0.3s ease;
}
@media only screen and (max-width: 749px) {
  .top-anchor {
    right: 26.5px;
  }
}
.top-anchor.hidden {
  visibility: hidden;
  opacity: 0;
}
.top-anchor.absolute {
  position: absolute;
  top: -60px;
}
.top-anchor .fa-chevron-up {
  font-size: 16px;
}
.top-anchor:hover {
  background-color: #FFFFFF;
  color: #0C528B;
}
.top-anchor__wrapper {
  z-index: 100;
  position: relative;
}

/* ---------------------------------------------
*   wysiwyg
--------------------------------------------- */
.wysiwyg {
  margin-bottom: 80px;
}
@media only screen and (max-width: 749px) {
  .wysiwyg {
    margin-bottom: 60px;
  }
}
.wysiwyg > * {
  margin-bottom: 20px;
}
.wysiwyg h2 {
  margin-bottom: 20px;
  padding-bottom: 10.5px;
  border-bottom: 1px solid #0C528B;
  color: #0C528B;
  font-size: 18px;
  line-height: 1.5;
}
.wysiwyg .c-article__sub-heading {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5;
}
.wysiwyg p {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 2;
}
.wysiwyg p img {
  width: 100%;
  height: auto;
}
.wysiwyg strong {
  font-weight: 700;
}
.wysiwyg a {
  color: #0C528B;
  text-decoration: underline;
}
.wysiwyg a:hover {
  text-decoration: none;
}
.wysiwyg a[target=_blank]:after {
  padding-left: 0.3em;
  content: "\f35d";
  font-weight: bold;
  font-size: 0.943em;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
}
.wysiwyg a[href$=".pdf"] {
  position: relative;
  margin-left: 1.72em;
}
.wysiwyg a[href$=".pdf"]:before {
  position: absolute;
  top: 0.17em;
  left: -1.12em;
  font-weight: normal;
  font-size: 1.27em;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
}
.wysiwyg a[href$=".pdf"]:before {
  content: "\f1c1";
  color: #A53E3E;
}
.wysiwyg a[href$=".pdf"][target=_blank]:after {
  display: none;
}
.wysiwyg a[href$=".pdf"][target=_blank]:not([href^="/"]):not([href^="../"]):not([href*="k.u-tokyo.ac.jp"]) {
  margin-left: 0;
}
.wysiwyg a[href$=".pdf"][target=_blank]:not([href^="/"]):not([href^="../"]):not([href*="k.u-tokyo.ac.jp"]):after {
  display: inline;
}
.wysiwyg a[href$=".pdf"][target=_blank]:not([href^="/"]):not([href^="../"]):not([href*="k.u-tokyo.ac.jp"]):before {
  display: none;
}
.wysiwyg a[href$=".xls"], .wysiwyg a[href$=".xlsx"] {
  position: relative;
  margin-left: 1.72em;
}
.wysiwyg a[href$=".xls"]:before, .wysiwyg a[href$=".xlsx"]:before {
  position: absolute;
  top: 0.17em;
  left: -1.12em;
  font-weight: normal;
  font-size: 1.27em;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
}
.wysiwyg a[href$=".xls"][target=_blank]:after, .wysiwyg a[href$=".xlsx"][target=_blank]:after {
  display: none;
}
.wysiwyg a[href$=".xls"]:before, .wysiwyg a[href$=".xlsx"]:before {
  content: "\f1c3";
  color: #4AAF72;
}
.wysiwyg a[href$=".doc"], .wysiwyg a[href$=".docx"] {
  position: relative;
  margin-left: 1.72em;
}
.wysiwyg a[href$=".doc"]:before, .wysiwyg a[href$=".docx"]:before {
  position: absolute;
  top: 0.17em;
  left: -1.12em;
  font-weight: normal;
  font-size: 1.27em;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
}
.wysiwyg a[href$=".doc"][target=_blank]:after, .wysiwyg a[href$=".docx"][target=_blank]:after {
  display: none;
}
.wysiwyg a[href$=".doc"]:before, .wysiwyg a[href$=".docx"]:before {
  content: "\f1c2";
  color: #0C528B;
}
.wysiwyg ul {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 2;
}
.wysiwyg ul > li {
  margin-left: 1em;
  text-indent: -1em;
}
.wysiwyg ul > li * {
  text-indent: 0;
}
.wysiwyg ul > li:before {
  content: "・";
}
.wysiwyg sup {
  font-size: 0.4em;
  vertical-align: top;
}
.wysiwyg sub {
  font-size: 0.4em;
  vertical-align: bottom;
}
.wysiwyg--old-scholarship {
  overflow-x: auto;
}
.wysiwyg--old-scholarship .border {
  min-width: 728px;
}
.wysiwyg--old-scholarship .border th {
  background-color: #468AC8;
  color: #FFFFFF;
}
.wysiwyg--old-scholarship .borderless th,
.wysiwyg--old-scholarship .borderless td {
  padding: 0;
  border: none;
}