@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
img {
  width: 100%; }

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateX(-100%); }
  100% {
    opacity: 1;
    transform: translateX(0%); } }
/* overlay animate in */
.mfp-bg.mfp-ready {
  opacity: 0.8; }

/* overlay animate out */
.mfp-bg.mfp-removing {
  opacity: 0; }

.mfp-bg {
  background-color: rgba(0, 0, 0, 0.7); }

/* content at start */
.mfp-wrap .modal-content,
.mfp-wrap .mfp-content {
  transform: translateY(-30px);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

/* content animate it */
.mfp-wrap.mfp-ready .modal-content,
.mfp-wrap.mfp-ready .mfp-content {
  transform: translateY(0);
  opacity: 1; }

/* content animate out */
.mfp-wrap.mfp-removing .modal-content,
.mfp-wrap.mfp-removing .mfp-content {
  transform: translateY(30px);
  opacity: 0; }

/* mfp-close none*/
.mfp-close {
  display: none !important; }

.mfp-content {
  width: 63.3333333333vw !important;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  border: 1px solid #000;
  position: relative; }
  .mfp-content .modal-content {
    width: 100%;
    height: 100%; }
    .mfp-content .modal-content .popup-modal-close {
      cursor: pointer;
      position: absolute;
      width: 2.3333333333vw;
      height: 2.3333333333vw;
      top: 1.5vw;
      right: 1vw; }

.mfp-arrow {
  margin: 0;
  width: auto;
  height: auto;
  display: inline-block;
  line-height: 1.0;
  font-weight: bold;
  font-size: 1.25vw;
  top: auto;
  bottom: 3.5833333333vw; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    position: absolute;
    margin: 0;
    border: none;
    width: auto;
    height: auto;
    opacity: 1; }
  .mfp-arrow:before {
    width: 2.75vw;
    border-top: 1px solid #000;
    top: 0.5833333333vw; }
  .mfp-arrow:after {
    border-right: 1px solid #000;
    height: 1vw;
    top: -0.1666666667vw; }

.mfp-arrow-left {
  padding-left: 2.9166666667vw !important;
  left: 9.5833333333vw; }
  .mfp-arrow-left:before {
    left: 0;
    right: auto; }
  .mfp-arrow-left:after {
    transform: rotate(65deg);
    left: auto;
    left: 0.4166666667vw; }

.mfp-arrow-right {
  padding-right: 2.9166666667vw !important;
  right: 9.5833333333vw; }
  .mfp-arrow-right:before {
    left: auto;
    right: 0; }
  .mfp-arrow-right:after {
    transform: rotate(-65deg);
    left: auto;
    right: 0.4166666667vw; }

.header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 5.4166666667vw;
  background-color: #fff; }
  .header--inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.6666666667vw; }
    .header--inner--logo {
      width: 9.1666666667vw;
      position: relative;
      background-color: #fff;
      z-index: 5; }
    .header--inner .menu-trigger {
      width: 3.3333333333vw;
      height: 2.3333333333vw;
      cursor: pointer;
      position: relative;
      z-index: 11; }
      .header--inner .menu-trigger--inner {
        width: 100%;
        height: 100%;
        position: relative; }
        .header--inner .menu-trigger--inner span {
          position: absolute;
          width: 100%;
          height: 1px;
          background-color: #000;
          left: 0;
          display: inline-block;
          transition: all .4s ease-out; }
          .header--inner .menu-trigger--inner span:nth-of-type(1) {
            top: 0; }
          .header--inner .menu-trigger--inner span:nth-of-type(2) {
            top: 50%; }
          .header--inner .menu-trigger--inner span:nth-of-type(3) {
            bottom: 0; }
      .header--inner .menu-trigger.active .menu-trigger--inner span {
        background-color: #fff; }
        .header--inner .menu-trigger.active .menu-trigger--inner span:nth-of-type(1) {
          -webkit-transform: translateY(1.1vw) rotate(-45deg);
          transform: translateY(1.1vw) rotate(-45deg); }
        .header--inner .menu-trigger.active .menu-trigger--inner span:nth-of-type(2) {
          opacity: 0;
          left: 10px; }
        .header--inner .menu-trigger.active .menu-trigger--inner span:nth-of-type(3) {
          -webkit-transform: translateY(-1.1vw) rotate(45deg);
          transform: translateY(-1.1vw) rotate(45deg); }
  .header .large-menu {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.88);
    padding: 10.1666666667vw 0 0 0; }
    .header .large-menu--inner {
      width: 53.3333333333vw;
      margin: 0 auto; }
      .header .large-menu--inner--title {
        width: 31.0833333333vw; }
      .header .large-menu--inner--wrap {
        margin: 4.1666666667vw 0 0 2.25vw;
        display: flex;
        align-items: flex-end; }
        .header .large-menu--inner--wrap ul li a {
          color: #fff;
          font-weight: bold;
          line-height: 1.0;
          font-size: 1.5833333333vw; }
        .header .large-menu--inner--wrap ul li:nth-of-type(n+2) {
          margin-top: 2.9166666667vw; }
        .header .large-menu--inner--wrap ul:nth-of-type(2) {
          margin: 0 0 0 17.1666666667vw; }
          .header .large-menu--inner--wrap ul:nth-of-type(2) li a {
            font-weight: 400; }

main {
  overflow: hidden; }
  main article {
    padding-top: 5.4166666667vw; }

.more span {
  display: inline-block;
  padding-right: 3.3333333333vw;
  position: relative;
  line-height: 1.0;
  font-weight: bold;
  font-size: 1.25vw; }
  .more span:before, .more span:after {
    content: '';
    display: block;
    position: absolute; }
  .more span:before {
    width: 2.5vw;
    border-top: 1px solid #000;
    top: 0.9166666667vw;
    right: 0; }
  .more span:after {
    border-right: 1px solid #000;
    height: 1vw;
    transform: rotate(-65deg);
    top: 0.25vw;
    right: 0.4166666667vw; }

.footer {
  background-color: #4c4948;
  padding: 2.6666666667vw 0;
  text-align: center;
  font-size: 0.9166666667vw;
  color: #fff; }

#pagetop {
  width: 2.5vw;
  height: 2.5vw;
  position: fixed;
  right: 2.5vw;
  bottom: 2.5vw !important;
  z-index: 80; }
  #pagetop.bottom {
    position: absolute;
    bottom: 45vw !important; }
  #pagetop a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none; }
    #pagetop a:before, #pagetop a:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      vertical-align: middle; }
    #pagetop a:before {
      box-sizing: border-box;
      width: 2.5vw;
      height: 2.5vw;
      background-color: #000;
      border: 1px solid #fff;
      border-radius: 50%; }
    #pagetop a:after {
      top: .4vw;
      right: .9vw;
      width: .6vw;
      height: .6vw;
      transform: rotate(-45deg);
      border-top: 2px solid #fff;
      border-right: 2px solid #fff; }

@media screen and (max-width: 767px) {
  .mfp-content {
    width: 84.0625vw !important; }
    .mfp-content .modal-content .popup-modal-close {
      width: 9.0625vw;
      height: 9.0625vw;
      top: 3.125vw;
      right: 3.125vw; }

  .mfp-arrow {
    font-size: 4.6875vw;
    bottom: 3.125vw; }
    .mfp-arrow:before {
      width: 7.8125vw;
      top: 2.1875vw; }
    .mfp-arrow:after {
      height: 2.34375vw;
      top: 0.5833333333vw; }

  .mfp-arrow-left {
    padding-left: 9.6875vw !important;
    left: 3.125vw; }
    .mfp-arrow-left:after {
      left: 0.78125vw; }

  .mfp-arrow-right {
    padding-right: 9.6875vw !important;
    right: 3.125vw; }
    .mfp-arrow-right:after {
      right: 0.78125vw; }

  .header {
    height: 23.4375vw; }
    .header--inner {
      padding: 0 6.25vw 0 4.6875vw; }
      .header--inner--logo {
        width: 43.125vw; }
      .header--inner .menu-trigger {
        width: 10.46875vw;
        height: 7.8125vw; }
        .header--inner .menu-trigger.active .menu-trigger--inner span:nth-of-type(1) {
          -webkit-transform: translateY(3.6vw) rotate(-45deg);
          transform: translateY(3.6vw) rotate(-45deg); }
        .header--inner .menu-trigger.active .menu-trigger--inner span:nth-of-type(3) {
          -webkit-transform: translateY(-3.6vw) rotate(45deg);
          transform: translateY(-3.6vw) rotate(45deg); }
    .header .large-menu {
      padding: 26.875vw 0 0 0; }
      .header .large-menu--inner {
        width: 66.40625vw; }
        .header .large-menu--inner--title {
          width: 100%; }
        .header .large-menu--inner--wrap {
          margin: 10.9375vw 0 0 12.8125vw;
          display: block; }
          .header .large-menu--inner--wrap ul li a {
            font-size: 4.6875vw; }
          .header .large-menu--inner--wrap ul li:nth-of-type(n+2) {
            margin-top: 5vw; }
          .header .large-menu--inner--wrap ul:nth-of-type(2) {
            margin: 5vw 0 0 0;
            top: auto; }

  main {
    overflow: hidden; }
    main article {
      padding-top: 23.4375vw; }

  .more span {
    padding-right: 8.125vw;
    font-size: 3.59375vw; }
    .more span:before {
      width: 6.25vw;
      top: 1.71875vw; }
    .more span:after {
      height: 2.34375vw;
      top: 0.15625vw;
      right: 0.78125vw; }

  .footer {
    padding: 4.6875vw 0;
    font-size: 3.125vw;
    line-height: 1.8; }
    .footer span {
      display: none; }

  #pagetop {
    width: 10vw;
    height: 10vw;
    right: 2.5vw; }
    #pagetop a:before {
      width: 10vw;
      height: 10vw; }
    #pagetop a:after {
      top: 1.4vw;
      right: 3.3vw;
      width: 2.5vw;
      height: 2.5vw; } }
/* =========================================================
 * reset　　　    /*リセット
========================================================= */
blockquote, body, div, dl, dt, dd, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, select, span, textarea, td, th, ul, figure, figcaption {
  margin: 0px;
  padding: 0px; }

fieldset, img {
  border: 0; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

ol {
  list-style-type: none; }

ul {
  list-style-type: none; }
  ul li {
    list-style-type: none; }
    ul li img {
      line-height: 0;
      font-size: 0;
      vertical-align: top; }

img {
  border: none;
  vertical-align: bottom; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th {
  text-align: left; }

iframe {
  border: none; }

a:focus {
  outline: none; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

/* IE */
* html ul li dl, * html ol li dl {
  display: inline; }
*:first-child + html ul li dl, *:first-child + html ol li dl {
  display: inline; }

/* =========================================================
 * default settings      　   /*デフォルトセッティング
========================================================= */
html {
  font-size: 62.5%;
  overflow: auto; }

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  word-break: break-all;
  /*CJK (中国語、台湾語、日本語、韓国語) 以外のテキストにおいて、単語中などでの文字の改行に関する禁則処理を解除し、どの文字の間でも改行するようにします。*/ }

body {
  overflow: hidden;
  -webkit-text-size-adjust: 100%;
  font: inherit;
  font-size: 1vw;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Sans", Meiryo, "sans-serif";
  line-height: 1.4;
  color: #333;
  background: #fff; }

a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  color: #333;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }
  a:hover {
    opacity: 0.7;
    -webkit-opacity: .7;
    -moz-opacity: .7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)"; }

.soon {
  pointer-events: none;
  opacity: .5; }

.hide, .hidden {
  visibility: hidden; }

p {
  line-break: strict; }

img {
  max-width: 100%; }

main {
  display: block; }

.pc {
  display: block; }

.sp {
  display: none; }

@media screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: 100%;
    background: #fff;
    min-width: 100%; }

  * {
    word-break: normal;
    line-break: strict;
    word-wrap: break-word;
    overflow-wrap: break-word; }

  a {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none; }
    a:hover {
      opacity: 1;
      -webkit-opacity: 1;
      -moz-opacity: 1;
      filter: alpha(opacity=100);
      /* IE lt 8 */
      -ms-filter: "alpha(opacity=100)";
      /* IE 8 */ }

  img {
    width: 100%; }

  .pc {
    display: none; }

  .sp {
    display: block; } }
/* =========================================================
 * font
========================================================= */
/*Roboto Condensed*/
/*Roboto*/
/*noto-sans*/
.roboto-condensed {
  font-family: 'Roboto Condensed', sans-serif; }

.roboto {
  font-family: 'Roboto', sans-serif; }

.font-noto {
  font-family: 'Noto Sans JP', sans-serif; }

.font-notos {
  font-family: 'Noto Serif JP', sans-serif; }

/* =========================================================
 * clearfix　　   /*クリアフィックス
========================================================= */
.clearfix {
  zoom: 1; }
  .clearfix:before {
    content: "";
    display: table; }
  .clearfix:after {
    content: "";
    display: table;
    clear: both; }

/* =========================================================
 * fade Animation　　   /*フェード アニメーション
========================================================= */
.fade,
.fadein,
.fadein-top,
.fadein-left,
.fadein-right,
.opening {
  position: relative;
  opacity: 0;
  transition: opacity 0.875s ease-in-out , transform 0.875s ease-in-out; }

.fade {
  transform: translate(0, 0); }

.fadein {
  transform: translate(0, 50px); }

.fadein-top {
  transform: translate(0, -50px); }

.fadein-left {
  transform: translate(-50px, 0); }

.fadein-right {
  transform: translate(50px, 0); }

.fade.scrollin,
.fadein.scrollin,
.fadein-top.scrollin,
.fadein-left.scrollin,
.fadein-right.scrollin,
.opening.active {
  opacity: 1;
  transform: translate(0, 0); }

/* =========================================================
 * scrollbar　　   /*フスクロールバー
========================================================= */
.top article .fixed-image {
  width: 100%;
  height: 25.25vw; }
.top article .main {
  position: relative; }
  .top article .main p {
    text-align: center;
    font-size: 14px; }
  .top article .main--visual {
    margin: 80px auto 0;
    position: relative;
    width: calc(475px * 1.2); }
    .top article .main--visual .en {
      position: absolute;
      z-index: 2; }
      .top article .main--visual .en.e01 {
        width: calc(502px * 1.1);
        top: calc(-53px * 1.1);
        left: calc(-65px * 1.1); }
      .top article .main--visual .en.e02 {
        width: calc(499px * 1.1);
        bottom: calc(-55px * 1.1);
        right: calc(-65px * 1.1); }
    .top article .main--visual--slideshow {
      position: relative;
      z-index: 1;
      overflow: hidden; }
    .top article .main--visual small {
      display: block;
      position: absolute;
      width: 11px;
      top: 50%;
      transform: translateY(-50%);
      right: -97px; }
.top article .lead {
  margin-top: 120px;
  text-align: center; }
  .top article .lead p {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    line-height: 2.6;
    font-weight: 600;
    font-size: 18px; }
.top article .example {
  margin-top: 10.8333333333vw; }
  .top article .example--inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 63.8333333333vw;
    margin: 0 auto; }
    .top article .example--inner--box {
      width: 27.0833333333vw; }
      .top article .example--inner--box a .texts {
        width: 17.8333333333vw;
        min-height: 11.6666666667vw;
        margin: 0 0 0 auto;
        padding: 1.1666666667vw 0 0.5833333333vw;
        position: relative; }
        .top article .example--inner--box a .texts h3, .top article .example--inner--box a .texts p {
          font-weight: bold;
          font-size: 1.4166666667vw; }
        .top article .example--inner--box a .texts p {
          letter-spacing: -0.04em;
          line-height: 1.4; }
        .top article .example--inner--box a .texts .more {
          position: absolute;
          right: 0;
          bottom: 0; }
      .top article .example--inner--box:nth-of-type(even) {
        margin-left: 9.1666666667vw; }
      .top article .example--inner--box:nth-of-type(n+3) {
        margin-top: 10vw; }
      .top article .example--inner--box.soon {
        opacity: 1; }
        .top article .example--inner--box.soon a .texts {
          display: none; }
.top article .introduction {
  margin-top: 20.8333333333vw; }
  .top article .introduction .fixed-image {
    background: url("../images/top/bg-fixedimg01.jpg") no-repeat center/cover;
    background-attachment: fixed; }
  .top article .introduction--wrap {
    margin-top: 5.6666666667vw;
    display: flex;
    justify-content: center; }
    .top article .introduction--wrap--title {
      margin-right: 2.3333333333vw;
      text-align: right; }
      .top article .introduction--wrap--title h2 {
        margin-top: -0.6666666667vw;
        font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        line-height: 1.8;
        font-weight: 600;
        font-size: 2.75vw; }
        .top article .introduction--wrap--title h2 sup {
          font-size: 1.6666666667vw; }
      .top article .introduction--wrap--title small {
        display: block;
        display: inline-block;
        font-size: 0.75vw; }
    .top article .introduction--wrap--text {
      width: 31.6666666667vw; }
      .top article .introduction--wrap--text p {
        line-height: 1.8;
        font-weight: 500;
        font-size: 1.1666666667vw; }
.top article .studyimage {
  margin-top: 11.8333333333vw; }
  .top article .studyimage--title {
    width: 24.9166666667vw;
    margin: 0 auto; }
  .top article .studyimage--text {
    width: 27vw;
    margin: 4.5vw auto 0;
    font-weight: 500;
    line-height: 1.8;
    font-size: 1.25vw;
    text-align: justify; }
  .top article .studyimage--table {
    margin: 8.75vw auto 0;
    width: 63.3333333333vw;
    position: relative; }
    .top article .studyimage--table--inner {
      padding: 1.25vw; }
      .top article .studyimage--table--inner .year {
        display: flex; }
        .top article .studyimage--table--inner .year dd {
          line-height: 1.0;
          font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
          font-weight: 600;
          font-size: 1.6666666667vw;
          text-align: center; }
          .top article .studyimage--table--inner .year dd:first-letter {
            font-size: 2.5vw; }
          .top article .studyimage--table--inner .year dd.y01 {
            width: 12.6666666667vw; }
          .top article .studyimage--table--inner .year dd.y02 {
            width: 11.4166666667vw; }
          .top article .studyimage--table--inner .year dd.y03 {
            width: 19.5833333333vw; }
          .top article .studyimage--table--inner .year dd.y04 {
            width: 19.6666666667vw; }
      .top article .studyimage--table--inner .title {
        margin-top: 1vw; }
        .top article .studyimage--table--inner .title h2 {
          padding: 1.25vw 0;
          background-color: #fff;
          border-radius: 6px;
          line-height: 1.0;
          text-align: center;
          font-size: 1.25vw;
          font-weight: 500; }
          .top article .studyimage--table--inner .title h2 span {
            font-weight: bold;
            font-size: 1.5vw; }
      .top article .studyimage--table--inner .contents {
        margin-top: 0.8333333333vw;
        display: flex;
        justify-content: space-between; }
        .top article .studyimage--table--inner .contents--block01, .top article .studyimage--table--inner .contents--block02 {
          background-color: #fff;
          border-radius: 6px;
          padding: 1.3333333333vw; }
          .top article .studyimage--table--inner .contents--block01 h3, .top article .studyimage--table--inner .contents--block02 h3 {
            line-height: 1.0;
            font-weight: 500;
            font-size: 1.25vw;
            text-align: center; }
          .top article .studyimage--table--inner .contents--block01--wrap--box, .top article .studyimage--table--inner .contents--block02--wrap--box {
            border-radius: 6px;
            background-color: #e6e7e7;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center; }
            .top article .studyimage--table--inner .contents--block01--wrap--box > div .faculty, .top article .studyimage--table--inner .contents--block02--wrap--box > div .faculty {
              font-weight: bold;
              font-size: 1.3333333333vw;
              line-height: 1.5; }
            .top article .studyimage--table--inner .contents--block01--wrap--box > div .subject, .top article .studyimage--table--inner .contents--block02--wrap--box > div .subject {
              margin-top: 0.4166666667vw;
              font-weight: 500;
              font-size: 1vw; }
        .top article .studyimage--table--inner .contents--block01 {
          width: 18.8333333333vw; }
          .top article .studyimage--table--inner .contents--block01--wrap {
            margin-top: 0.8333333333vw; }
            .top article .studyimage--table--inner .contents--block01--wrap--box {
              height: 7.0833333333vw; }
              .top article .studyimage--table--inner .contents--block01--wrap--box:nth-of-type(n+2) {
                margin-top: 1.3333333333vw; }
        .top article .studyimage--table--inner .contents--block02 {
          width: 40.6666666667vw;
          text-align: center; }
          .top article .studyimage--table--inner .contents--block02 p {
            margin-top: 0.8333333333vw;
            font-size: 1.3333333333vw;
            line-height: 1.5; }
            .top article .studyimage--table--inner .contents--block02 p span {
              font-size: 1.1666666667vw; }
          .top article .studyimage--table--inner .contents--block02 .ttl {
            margin-top: 0.8333333333vw;
            display: inline-block;
            border: 1px solid #000;
            line-height: 1.0;
            font-weight: 500;
            font-size: 1.1666666667vw;
            padding: 0.5vw 1.25vw; }
            .top article .studyimage--table--inner .contents--block02 .ttl span {
              font-size: 1vw; }
          .top article .studyimage--table--inner .contents--block02--wrap {
            margin-top: 1.25vw;
            display: flex;
            justify-content: space-between; }
            .top article .studyimage--table--inner .contents--block02--wrap--box {
              width: 18.25vw;
              height: 15.5vw; }
      .top article .studyimage--table--inner .learning {
        margin-top: 1vw;
        display: flex;
        align-items: center;
        justify-content: flex-end; }
        .top article .studyimage--table--inner .learning--box {
          height: 5.0833333333vw;
          display: flex;
          align-items: center;
          justify-content: center;
          background-color: #fff;
          border-radius: 6px;
          line-height: 1.2;
          font-weight: bold;
          font-size: 1.4166666667vw;
          text-align: center; }
          .top article .studyimage--table--inner .learning--box.l01 {
            width: 31.9166666667vw;
            margin-right: 1.1666666667vw; }
          .top article .studyimage--table--inner .learning--box.l02 {
            width: 14.9166666667vw; }
    .top article .studyimage--table .backwrap {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: -1;
      display: flex; }
      .top article .studyimage--table .backwrap .back {
        background: #e5e5e5;
        background: linear-gradient(90deg, #e5e5e5 56%, #bababa 100%); }
        .top article .studyimage--table .backwrap .back.back01 {
          width: 12.6666666667vw; }
        .top article .studyimage--table .backwrap .back.back02 {
          width: 11.4166666667vw; }
        .top article .studyimage--table .backwrap .back.back03 {
          width: 19.5833333333vw; }
        .top article .studyimage--table .backwrap .back.back04 {
          width: 19.6666666667vw; }
  .top article .studyimage--btn {
    margin: 8.5vw auto 0;
    width: 40.8333333333vw;
    height: 3.6666666667vw; }
    .top article .studyimage--btn a {
      display: flex;
      width: 100%;
      height: 100%;
      align-items: center;
      justify-content: center;
      position: relative;
      line-height: 1.0;
      color: #fff;
      border-radius: 20px;
      font-weight: bold;
      font-size: 1.3333333333vw;
      background: #fabe00;
      background: linear-gradient(90deg, #fabe00 0%, #e48900 88%, #e48900 100%);
      padding-right: 2.0833333333vw; }
      .top article .studyimage--btn a em {
        font-weight: bold; }
      .top article .studyimage--btn a:after {
        content: '';
        display: block;
        position: absolute;
        top: 46%;
        transform: translateY(-50%);
        width: 1.6666666667vw;
        height: 1.75vw;
        background: url("../images/top/img-icon-download.png") no-repeat 0/cover;
        right: 4vw; }
.top article .studysubject {
  margin-top: 12.5vw; }
  .top article .studysubject .fixed-image {
    background: url("../images/top/bg-fixedimg02.jpg") no-repeat center/cover;
    background-attachment: fixed; }
  .top article .studysubject--title {
    margin: 9.5833333333vw auto 0;
    width: 28.5vw; }
  .top article .studysubject--text {
    width: 27vw;
    margin: 3.3333333333vw auto 0;
    font-weight: 500;
    line-height: 1.8;
    font-size: 1.25vw;
    text-align: justify; }
  .top article .studysubject--wrap {
    margin: 7.6666666667vw auto 0;
    width: 61.1666666667vw;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .top article .studysubject--wrap--box {
      width: 17vw; }
      .top article .studysubject--wrap--box a h3 {
        line-height: 1.2;
        font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        font-weight: 600;
        color: #fabe00;
        font-size: 1.5833333333vw;
        height: 3.3333333333vw;
        display: flex;
        align-items: flex-end; }
        .top article .studysubject--wrap--box a h3 span em {
          display: inline-block;
          margin-left: -0.5em; }
      .top article .studysubject--wrap--box a .image {
        margin-top: 0.8333333333vw; }
      .top article .studysubject--wrap--box a .more {
        margin: 2.25vw 0 0 4.5833333333vw; }
      .top article .studysubject--wrap--box:nth-of-type(n+4) {
        margin-top: 5.8333333333vw; }
.top article .pbl {
  margin-top: 12.9166666667vw; }
  .top article .pbl .fixed-image {
    background: url("../images/top/bg-fixedimg03.jpg") no-repeat center/cover;
    background-attachment: fixed; }
  .top article .pbl--title {
    width: 28.8333333333vw;
    margin: 9.8333333333vw auto 0; }
  .top article .pbl--text {
    width: 27vw;
    margin: 3.75vw auto 0;
    font-weight: 500;
    line-height: 1.8;
    font-size: 1.25vw;
    text-align: justify; }
  .top article .pbl--wrap {
    margin: 7.9166666667vw auto 0;
    width: 49.1666666667vw; }
    .top article .pbl--wrap--block--ttl {
      display: flex;
      align-items: flex-end; }
      .top article .pbl--wrap--block--ttl dt, .top article .pbl--wrap--block--ttl dd {
        line-height: 1.0;
        font-weight: bold; }
      .top article .pbl--wrap--block--ttl dt {
        font-size: 1.6666666667vw;
        margin-right: 0.5em; }
      .top article .pbl--wrap--block--ttl dd {
        font-size: 2.3333333333vw; }
    .top article .pbl--wrap--block--content {
      margin-top: 0.8333333333vw;
      border-left: 1px solid #000;
      border-bottom: 1px solid #000;
      padding-left: 1.6666666667vw; }
      .top article .pbl--wrap--block--content li {
        padding: 1vw 0;
        position: relative;
        font-weight: 500;
        line-height: 1.0;
        font-size: 1.5833333333vw; }
        .top article .pbl--wrap--block--content li a {
          display: flex;
          align-items: center; }
          .top article .pbl--wrap--block--content li a p {
            margin-right: 4.1666666667vw; }
            .top article .pbl--wrap--block--content li a p span {
              font-size: 1.1666666667vw; }
          .top article .pbl--wrap--block--content li a .more {
            color: #fabe00; }
            .top article .pbl--wrap--block--content li a .more span:before, .top article .pbl--wrap--block--content li a .more span:after {
              border-color: #fabe00; }
        .top article .pbl--wrap--block--content li:after {
          content: '';
          display: block;
          position: absolute;
          bottom: 0;
          left: -1.6666666667vw;
          width: 1vw;
          border-bottom: 1px solid #000; }
        .top article .pbl--wrap--block--content li:last-child:after {
          display: none; }
    .top article .pbl--wrap--block:nth-of-type(n+2) {
      margin-top: 4.4166666667vw; }
.top article .companys {
  margin-top: 13.75vw;
  padding-bottom: 5.1666666667vw;
  background-color: #f7f5f1; }
  .top article .companys .fixed-image {
    background: url("../images/top/bg-fixedimg04.jpg") no-repeat center/cover;
    background-attachment: fixed; }
  .top article .companys--title {
    margin: 9.1666666667vw auto 0;
    width: 29.0833333333vw; }
  .top article .companys--text {
    width: 27vw;
    margin: 2.5vw auto 0;
    font-weight: 500;
    line-height: 1.8;
    font-size: 1.25vw;
    text-align: justify; }
  .top article .companys--wrap {
    margin: 10vw auto 0;
    width: 63.3333333333vw;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .top article .companys--wrap--box {
      width: 9.5833333333vw;
      height: 6.75vw; }
      .top article .companys--wrap--box a {
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center; }
        .top article .companys--wrap--box a .logo {
          margin-bottom: 0.4166666667vw; }
          .top article .companys--wrap--box a .logo img {
            width: auto; }
        .top article .companys--wrap--box a span {
          display: block;
          width: 100%;
          font-size: 0.8333333333vw;
          letter-spacing: -0.04em;
          white-space: nowrap;
          color: #397fcb;
          text-decoration: underline; }
        .top article .companys--wrap--box a.soon {
          pointer-events: none;
          opacity: 1; }
          .top article .companys--wrap--box a.soon span {
            color: #000;
            text-decoration: none; }
        .top article .companys--wrap--box a:hover span {
          text-decoration: none; }
      .top article .companys--wrap--box:nth-of-type(n+7) {
        margin-top: 1.3333333333vw; }
.top article .under {
  padding: 12.5vw 0 10vw; }
  .top article .under--inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 60vw;
    margin: 0 auto; }
    .top article .under--inner--box {
      width: 25.75vw; }
      .top article .under--inner--box a {
        position: relative; }
        .top article .under--inner--box a .more {
          position: absolute;
          bottom: 0;
          right: 0; }
      .top article .under--inner--box:nth-of-type(n+3) {
        margin-top: 10.4166666667vw;
        width: 25.4166666667vw; }

.subject-modal-content {
  padding: 6.3333333333vw 0 10.5vw; }
  .subject-modal-content .modal-content--block {
    width: 49.75vw;
    margin: 0 auto; }
    .subject-modal-content .modal-content--block h3 {
      font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
      font-weight: 600;
      color: #fabe00;
      line-height: 1.0;
      font-size: 2.25vw; }
    .subject-modal-content .modal-content--block .flex-wrap {
      margin-top: 1.5vw;
      display: flex;
      justify-content: space-between; }
      .subject-modal-content .modal-content--block .flex-wrap .image {
        width: 21.0833333333vw; }
      .subject-modal-content .modal-content--block .flex-wrap .texts {
        width: 27.0833333333vw; }
        .subject-modal-content .modal-content--block .flex-wrap .texts h4 {
          line-height: 1.2;
          font-weight: bold;
          font-size: 2vw; }
          .subject-modal-content .modal-content--block .flex-wrap .texts h4 span {
            font-size: 1.5vw; }
        .subject-modal-content .modal-content--block .flex-wrap .texts p {
          margin-top: 0.8333333333vw;
          font-weight: 500;
          line-height: 1.8;
          font-size: 1.3333333333vw;
          text-align: justify; }

.pbl-modal-content {
  padding: 8.3333333333vw 0 12.5vw; }
  .pbl-modal-content .modal-content--block {
    width: 49.75vw;
    margin: 0 auto; }
    .pbl-modal-content .modal-content--block .texts h4 {
      line-height: 1.2;
      font-weight: bold;
      font-size: 2vw; }
    .pbl-modal-content .modal-content--block .texts p {
      margin-top: 0.8333333333vw;
      font-weight: 500;
      line-height: 1.8;
      font-size: 1.3333333333vw;
      text-align: justify; }

@media screen and (max-width: 767px) {
  .top article .fixed-image {
    height: 48.4375vw; }
  .top article .main {
    padding-top: 7.03125vw; }
    .top article .main p {
      font-size: 3.4375vw;
      line-height: 1.8;
      letter-spacing: -0.02em; }
    .top article .main--visual {
      margin: 14.0625vw auto 0;
      width: 68.75vw; }
      .top article .main--visual .en.e01 {
        width: 72.65625vw;
        top: -7.5vw;
        left: -10vw; }
      .top article .main--visual .en.e02 {
        width: 72.65625vw;
        bottom: -7.96875vw;
        right: -9.375vw; }
      .top article .main--visual small {
        display: none; }
  .top article .lead {
    margin-top: 22.1875vw; }
    .top article .lead p {
      text-align: justify;
      width: 84.0625vw;
      margin: 0 auto;
      letter-spacing: -0.06em;
      line-height: 2.2;
      word-break: normal;
      font-size: 4.0625vw; }
  .top article .example {
    margin-top: 28.125vw; }
    .top article .example--inner {
      display: block;
      width: 75.78125vw; }
      .top article .example--inner--box {
        width: 100%; }
        .top article .example--inner--box a .texts {
          width: 50vw;
          padding: 3.59375vw 0 5.46875vw;
          min-height: inherit; }
          .top article .example--inner--box a .texts h3, .top article .example--inner--box a .texts p {
            font-size: 4.0625vw;
            white-space: nowrap; }
        .top article .example--inner--box:nth-of-type(even) {
          margin-left: 0; }
        .top article .example--inner--box:nth-of-type(n+2), .top article .example--inner--box:nth-of-type(n+3) {
          margin-top: 25.78125vw; }
        .top article .example--inner--box:nth-of-type(1) a .texts {
          padding-bottom: 5.46875vw; }
        .top article .example--inner--box:nth-of-type(2) a .texts {
          padding-bottom: 7.8125vw; }
        .top article .example--inner--box:nth-of-type(3) a .texts {
          padding-bottom: 10.15625vw; }
        .top article .example--inner--box:nth-of-type(4) a .texts {
          padding-bottom: 15.625vw; }
  .top article .introduction {
    margin-top: 26.875vw; }
    .top article .introduction .fixed-image {
      background: url("../images/top/bg-fixedimg01.jpg") no-repeat center top -28vw/115%;
      background-attachment: local; }
    .top article .introduction--wrap {
      margin-top: 13.75vw;
      display: block; }
      .top article .introduction--wrap--title {
        margin-right: 0;
        text-align: center; }
        .top article .introduction--wrap--title h2 {
          margin-top: 0;
          line-height: 1.3;
          font-size: 8.90625vw; }
          .top article .introduction--wrap--title h2 span {
            display: inline-block; }
            .top article .introduction--wrap--title h2 span:nth-of-type(n+2) {
              margin-top: 3.90625vw; }
            .top article .introduction--wrap--title h2 span sup {
              font-size: 4.6875vw; }
        .top article .introduction--wrap--title small {
          text-align: center;
          font-weight: 500;
          line-height: 1.7;
          margin-top: 4.6875vw;
          font-size: 2.65625vw; }
      .top article .introduction--wrap--text {
        margin: 10.9375vw auto 0;
        width: 84.0625vw; }
        .top article .introduction--wrap--text p {
          font-size: 3.90625vw;
          text-align: justify; }
  .top article .studyimage {
    margin-top: 20.3125vw; }
    .top article .studyimage--title {
      width: 55.9375vw; }
    .top article .studyimage--text {
      width: 83.75vw;
      margin: 8.75vw auto 0;
      font-size: 3.90625vw; }
    .top article .studyimage .spatt {
      text-align: right;
      width: 90%;
      margin: 0 auto;
      line-height: 1.0;
      margin: 23.4375vw auto 0;
      font-size: 3.4375vw; }
    .top article .studyimage--table {
      margin: 3.125vw auto 0;
      width: 90%;
      overflow-x: scroll; }
      .top article .studyimage--table > div {
        width: 118.75vw;
        position: relative;
        height: 100%; }
      .top article .studyimage--table--inner {
        padding: 2.34375vw; }
        .top article .studyimage--table--inner .year dd {
          font-size: 4.6875vw; }
          .top article .studyimage--table--inner .year dd:first-letter {
            font-size: 6.25vw; }
          .top article .studyimage--table--inner .year dd.y01 {
            width: 23.75vw; }
          .top article .studyimage--table--inner .year dd.y02 {
            width: 21.40625vw; }
          .top article .studyimage--table--inner .year dd.y03 {
            width: 36.71875vw; }
          .top article .studyimage--table--inner .year dd.y04 {
            width: 36.875vw; }
        .top article .studyimage--table--inner .title {
          margin-top: 1.875vw; }
          .top article .studyimage--table--inner .title h2 {
            text-align: left;
            padding: 2.34375vw 5%;
            font-size: 3.90625vw; }
            .top article .studyimage--table--inner .title h2 span {
              font-size: 4.6875vw; }
        .top article .studyimage--table--inner .contents {
          margin-top: 3.125vw; }
          .top article .studyimage--table--inner .contents--block01, .top article .studyimage--table--inner .contents--block02 {
            padding: 2.5vw; }
            .top article .studyimage--table--inner .contents--block01 h3, .top article .studyimage--table--inner .contents--block02 h3 {
              font-size: 3.59375vw; }
            .top article .studyimage--table--inner .contents--block01--wrap--box > div .faculty, .top article .studyimage--table--inner .contents--block02--wrap--box > div .faculty {
              font-size: 3.90625vw; }
            .top article .studyimage--table--inner .contents--block01--wrap--box > div .subject, .top article .studyimage--table--inner .contents--block02--wrap--box > div .subject {
              margin-top: 1.5625vw;
              letter-spacing: -0.02em;
              font-size: 3.125vw; }
          .top article .studyimage--table--inner .contents--block01 {
            width: 40.625vw; }
            .top article .studyimage--table--inner .contents--block01--wrap {
              margin-top: 3.125vw; }
              .top article .studyimage--table--inner .contents--block01--wrap--box {
                height: 23.4375vw; }
                .top article .studyimage--table--inner .contents--block01--wrap--box:nth-of-type(n+2) {
                  margin-top: 2.34375vw; }
          .top article .studyimage--table--inner .contents--block02 {
            width: 68.75vw; }
            .top article .studyimage--table--inner .contents--block02 p {
              margin-top: 1.5625vw;
              font-size: 3.125vw; }
              .top article .studyimage--table--inner .contents--block02 p span {
                font-size: 2.5vw; }
            .top article .studyimage--table--inner .contents--block02 .ttl {
              margin-top: 1.5625vw;
              font-size: 2.8125vw;
              padding: 1.5625vw 2.34375vw; }
              .top article .studyimage--table--inner .contents--block02 .ttl span {
                font-size: 2.5vw; }
            .top article .studyimage--table--inner .contents--block02--wrap {
              margin-top: 2.34375vw; }
              .top article .studyimage--table--inner .contents--block02--wrap--box {
                width: 48%;
                height: 54.6875vw; }
        .top article .studyimage--table--inner .learning {
          margin-top: 3.125vw; }
          .top article .studyimage--table--inner .learning--box {
            height: 12.5vw;
            font-size: 3.90625vw;
            text-align: center; }
            .top article .studyimage--table--inner .learning--box.l01 {
              width: 59.84375vw;
              margin-right: 2.34375vw; }
            .top article .studyimage--table--inner .learning--box.l02 {
              width: 27.96875vw; }
      .top article .studyimage--table .backwrap .back.back01 {
        width: 23.75vw; }
      .top article .studyimage--table .backwrap .back.back02 {
        width: 21.40625vw; }
      .top article .studyimage--table .backwrap .back.back03 {
        width: 36.71875vw; }
      .top article .studyimage--table .backwrap .back.back04 {
        width: 36.875vw; }
    .top article .studyimage--btn {
      margin: 13.75vw auto 0;
      width: 84.0625vw;
      height: 22.03125vw; }
      .top article .studyimage--btn a {
        font-size: 4.375vw;
        line-height: 1.6;
        padding-right: 0;
        padding-top: 4.6875vw;
        text-align: center;
        display: block; }
        .top article .studyimage--btn a span {
          display: none; }
        .top article .studyimage--btn a em {
          display: inline-block;
          padding-right: 10.9375vw; }
        .top article .studyimage--btn a:after {
          top: auto;
          transform: none;
          width: 5.46875vw;
          height: 5.78125vw;
          bottom: 5.15625vw;
          right: 25vw; }
  .top article .studysubject {
    margin-top: 20.3125vw; }
    .top article .studysubject .fixed-image {
      background: url("../images/top/bg-fixedimg02.jpg") no-repeat center/cover; }
    .top article .studysubject--title {
      margin: 15.625vw auto 0;
      width: 63.90625vw; }
    .top article .studysubject--text {
      width: 83.75vw;
      margin: 8.59375vw auto 0;
      font-size: 3.90625vw; }
    .top article .studysubject--wrap {
      margin: 10.9375vw auto 0;
      width: 78.125vw; }
      .top article .studysubject--wrap--box {
        width: 34.21875vw; }
        .top article .studysubject--wrap--box a h3 {
          font-size: 4.0625vw;
          height: 10.3125vw; }
        .top article .studysubject--wrap--box a .image {
          margin-top: 1.875vw; }
        .top article .studysubject--wrap--box a .more {
          margin: 6.25vw 0 0 5.46875vw; }
        .top article .studysubject--wrap--box:nth-of-type(n+3), .top article .studysubject--wrap--box:nth-of-type(n+4) {
          margin-top: 17.1875vw; }
        .top article .studysubject--wrap--box:nth-of-type(even) {
          position: relative;
          left: 3.125vw; }
  .top article .pbl {
    margin-top: 20.3125vw; }
    .top article .pbl .fixed-image {
      background: url("../images/top/bg-fixedimg03.jpg") no-repeat center/110%; }
    .top article .pbl--title {
      width: 64.6875vw;
      margin: 16.5625vw auto 0; }
    .top article .pbl--text {
      width: 83.75vw;
      margin: 7.03125vw auto 0;
      font-size: 3.90625vw; }
    .top article .pbl--wrap {
      margin: 8.59375vw auto 0;
      width: 83.75vw; }
      .top article .pbl--wrap--block--ttl dt, .top article .pbl--wrap--block--ttl dd {
        line-height: 1.4; }
      .top article .pbl--wrap--block--ttl dt {
        font-size: 4.6875vw;
        white-space: nowrap; }
      .top article .pbl--wrap--block--ttl dd {
        font-size: 5.78125vw; }
      .top article .pbl--wrap--block--content {
        margin-top: 1.5625vw;
        padding-left: 3.59375vw; }
        .top article .pbl--wrap--block--content li {
          padding: 3.75vw 0 3.125vw;
          font-size: 4.0625vw; }
          .top article .pbl--wrap--block--content li a {
            display: block;
            line-height: 1.6; }
            .top article .pbl--wrap--block--content li a p {
              margin-right: 0; }
              .top article .pbl--wrap--block--content li a p span {
                font-size: 3.4375vw; }
            .top article .pbl--wrap--block--content li a .more {
              margin-top: 3.75vw;
              display: flex;
              justify-content: flex-end; }
          .top article .pbl--wrap--block--content li:after {
            left: -3.59375vw;
            width: 3.125vw; }
      .top article .pbl--wrap--block:nth-of-type(n+2) {
        margin-top: 11.25vw; }
      .top article .pbl--wrap--block:nth-of-type(2) .pbl--wrap--block--content li:nth-of-type(1) a p span {
        margin-left: 3em; }
      .top article .pbl--wrap--block:nth-of-type(2) .pbl--wrap--block--content li:nth-of-type(1) a .more {
        margin-top: -1.875vw; }
      .top article .pbl--wrap--block:last-child .pbl--wrap--block--ttl {
        align-items: flex-start; }
        .top article .pbl--wrap--block:last-child .pbl--wrap--block--ttl dt {
          line-height: 1.8; }
  .top article .companys {
    margin-top: 20vw;
    padding-bottom: 12.8125vw; }
    .top article .companys .fixed-image {
      background: url("../images/top/bg-fixedimg04.jpg") no-repeat center bottom -14.5vw/110%; }
    .top article .companys--title {
      margin: 17.1875vw auto 0;
      width: 65.625vw; }
    .top article .companys--text {
      width: 82.1875vw;
      margin: 7.03125vw auto 0;
      font-size: 3.90625vw; }
    .top article .companys--wrap {
      margin: 6.25vw auto 0;
      width: 84.0625vw; }
      .top article .companys--wrap--box {
        width: 26.5625vw;
        height: 23.4375vw; }
        .top article .companys--wrap--box a .logo {
          margin-bottom: 0.78125vw; }
        .top article .companys--wrap--box a span {
          font-size: 2.265625vw;
          line-height: 1.2;
          letter-spacing: -0.06em; }
        .top article .companys--wrap--box:nth-of-type(20) a span {
          letter-spacing: -0.08em; }
        .top article .companys--wrap--box:nth-of-type(n+4), .top article .companys--wrap--box:nth-of-type(n+7) {
          margin-top: 3.4375vw; }
  .top article .under {
    padding: 25vw 0 17.96875vw; }
    .top article .under--inner {
      display: block;
      width: 100%; }
      .top article .under--inner--box {
        width: 70.46875vw;
        margin: 0 auto; }
        .top article .under--inner--box a {
          position: relative; }
          .top article .under--inner--box a .more {
            position: absolute;
            bottom: 0;
            right: 0; }
        .top article .under--inner--box:nth-of-type(n+2) {
          width: 70.46875vw;
          margin-top: 21.09375vw; }
        .top article .under--inner--box:nth-of-type(n+3) {
          margin-top: 21.09375vw; }

  .subject-modal-content {
    padding: 18.75vw 0 31.25vw; }
    .subject-modal-content .modal-content--block {
      width: 75vw; }
      .subject-modal-content .modal-content--block h3 {
        font-size: 5vw;
        margin-left: -0.5em; }
      .subject-modal-content .modal-content--block .flex-wrap {
        margin-top: 2.34375vw;
        display: block; }
        .subject-modal-content .modal-content--block .flex-wrap .image {
          width: 100%; }
        .subject-modal-content .modal-content--block .flex-wrap .texts {
          margin-top: 3.90625vw;
          width: 100%; }
          .subject-modal-content .modal-content--block .flex-wrap .texts h4 {
            font-size: 4.375vw; }
            .subject-modal-content .modal-content--block .flex-wrap .texts h4 span {
              font-size: 3.90625vw; }
          .subject-modal-content .modal-content--block .flex-wrap .texts p {
            margin-top: 3.125vw;
            font-size: 3.90625vw; }

  .pbl-modal-content {
    padding: 18.75vw 0 23.4375vw; }
    .pbl-modal-content .modal-content--block {
      width: 75vw; }
      .pbl-modal-content .modal-content--block .texts h4 {
        font-size: 4.375vw;
        line-height: 1.6; }
        .pbl-modal-content .modal-content--block .texts h4 span {
          margin-left: -0.5em;
          display: block;
          font-size: 3.75vw; }
      .pbl-modal-content .modal-content--block .texts p {
        margin-top: 3.125vw;
        font-size: 3.90625vw; } }
.example article {
  padding-bottom: 5.4166666667vw; }
  .example article .main {
    padding: 7.5vw 0 6.3333333333vw;
    position: relative;
    width: 62.5vw;
    margin: 0 auto; }
    .example article .main--title {
      position: absolute;
      width: 4.8333333333vw;
      right: 0;
      top: 7.5vw; }
    .example article .main--contents {
      padding-top: 10.4166666667vw; }
      .example article .main--contents .image {
        width: 31.6666666667vw; }
      .example article .main--contents .texts {
        margin-top: 2.5vw; }
        .example article .main--contents .texts h2 {
          font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
          line-height: 1.8;
          font-weight: 500;
          font-size: 3vw; }
          .example article .main--contents .texts h2 span {
            color: #fff; }
            .example article .main--contents .texts h2 span.ti01 {
              display: inline-block;
              margin-left: -0.5em; }
        .example article .main--contents .texts small {
          display: block;
          margin-top: 1.25vw;
          line-height: 1.8;
          font-weight: 500;
          font-size: 1vw; }
    .example article .main--profile {
      position: absolute;
      right: 0;
      bottom: 0; }
      .example article .main--profile--inner {
        display: flex;
        align-items: flex-end; }
        .example article .main--profile--inner .image {
          width: 16.25vw; }
        .example article .main--profile--inner .texts {
          margin-left: 0.8333333333vw;
          padding-left: 0.8333333333vw;
          width: 11.6666666667vw;
          border-left: 1px solid #fff;
          color: #fff; }
          .example article .main--profile--inner .texts h3 {
            font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
            line-height: 1.0;
            font-weight: 500;
            font-size: 1.5vw; }
          .example article .main--profile--inner .texts p {
            margin-top: 0.8333333333vw;
            font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
            font-size: 1vw;
            text-align: justify; }
            .example article .main--profile--inner .texts p span {
              font-size: 0.8333333333vw; }
  .example article .contents {
    margin-top: 8.3333333333vw; }
    .example article .contents--inner {
      width: 63.3333333333vw;
      margin: 0 auto; }
      .example article .contents--inner--block {
        display: flex;
        justify-content: space-between; }
        .example article .contents--inner--block--texts {
          width: 31.6666666667vw; }
          .example article .contents--inner--block--texts--box h3 {
            font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
            line-height: 1.4;
            font-weight: 600;
            color: #fff;
            font-size: 1.5vw; }
          .example article .contents--inner--block--texts--box p {
            margin-top: 1.4166666667vw;
            font-weight: 500;
            line-height: 1.8;
            font-size: 1.1666666667vw;
            text-align: justify; }
          .example article .contents--inner--block--texts--box:nth-of-type(n+2) {
            margin-top: 1.8333333333vw; }
        .example article .contents--inner--block--image {
          width: 28.75vw; }
        .example article .contents--inner--block:nth-of-type(n+2) {
          margin-top: 4.5833333333vw; }
        .example article .contents--inner--block:nth-of-type(even) {
          flex-direction: row-reverse; }
  .example article .under-link {
    margin-top: 12.5vw; }
    .example article .under-link ul {
      width: 44.1666666667vw;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .example article .under-link ul li a {
        display: inline-block;
        line-height: 1.0;
        font-weight: bold;
        font-size: 1.0833333333vw; }
      .example article .under-link ul li.prev a, .example article .under-link ul li.next a {
        position: relative; }
        .example article .under-link ul li.prev a:before, .example article .under-link ul li.prev a:after, .example article .under-link ul li.next a:before, .example article .under-link ul li.next a:after {
          content: '';
          display: block;
          position: absolute; }
        .example article .under-link ul li.prev a:before, .example article .under-link ul li.next a:before {
          width: 2.75vw;
          border-top: 1px solid #000;
          top: 0.75vw; }
        .example article .under-link ul li.prev a:after, .example article .under-link ul li.next a:after {
          border-right: 1px solid #000;
          height: 1vw;
          top: 0.0833333333vw; }
      .example article .under-link ul li.prev a {
        padding-left: 3.3333333333vw; }
        .example article .under-link ul li.prev a:before {
          left: 0; }
        .example article .under-link ul li.prev a:after {
          transform: rotate(65deg);
          left: 0.4166666667vw; }
      .example article .under-link ul li.next a {
        padding-right: 3.3333333333vw; }
        .example article .under-link ul li.next a:before {
          right: 0; }
        .example article .under-link ul li.next a:after {
          transform: rotate(-65deg);
          right: 0.4166666667vw; }

.example01 article {
  background-color: #f29d93; }

.example02 article {
  background-color: #c2ca59; }
  .example02 article .main--title {
    width: 5.3333333333vw; }

.example03 article {
  background-color: #bb99c0; }
  .example03 article .main--title {
    width: 5.25vw; }

.example04 article {
  background-color: #81b2d1; }
  .example04 article .main--title {
    width: 5.4166666667vw; }

@media screen and (max-width: 767px) {
  .example article {
    padding-bottom: 12.8125vw; }
    .example article .main {
      padding: 12.1875vw 0 0;
      width: 84.0625vw; }
      .example article .main--title {
        position: static;
        width: 30.3125vw; }
      .example article .main--contents {
        padding-top: 3.90625vw; }
        .example article .main--contents .image {
          width: 59.375vw; }
        .example article .main--contents .texts {
          margin-top: 5.46875vw; }
          .example article .main--contents .texts h2 {
            font-size: 5.78125vw;
            white-space: nowrap; }
          .example article .main--contents .texts small {
            margin-top: 2.34375vw;
            font-size: 3.4375vw; }
      .example article .main--profile {
        position: static;
        margin-top: 8.59375vw; }
        .example article .main--profile--inner .image {
          width: 30.46875vw; }
        .example article .main--profile--inner .texts {
          margin-left: 3.4375vw;
          padding-left: 0;
          width: 39.0625vw;
          border-left: none; }
          .example article .main--profile--inner .texts h3 {
            font-size: 4.0625vw; }
          .example article .main--profile--inner .texts p {
            margin-top: 1.5625vw;
            line-height: 1.3;
            font-size: 3.28125vw;
            word-break: normal;
            line-break: strict;
            word-wrap: break-word;
            overflow-wrap: break-word;
            text-align: justify; }
            .example article .main--profile--inner .texts p span {
              font-size: 2.96875vw; }
    .example article .contents {
      margin-top: 14.84375vw; }
      .example article .contents--inner {
        width: 84.0625vw; }
        .example article .contents--inner--block {
          display: block; }
          .example article .contents--inner--block--texts {
            width: 100%; }
            .example article .contents--inner--block--texts--box h3 {
              font-size: 5.234375vw; }
            .example article .contents--inner--block--texts--box p {
              margin-top: 3.75vw;
              font-size: 3.90625vw;
              word-break: normal;
              line-break: strict;
              letter-spacing: .02em;
              word-wrap: break-word;
              overflow-wrap: break-word;
              text-align: justify; }
            .example article .contents--inner--block--texts--box:nth-of-type(n+2) {
              margin-top: 5.15625vw; }
          .example article .contents--inner--block--image {
            width: 100%;
            margin-top: 10.625vw; }
            .example article .contents--inner--block--image.double {
              display: flex; }
              .example article .contents--inner--block--image.double div {
                width: 50%; }
          .example article .contents--inner--block:nth-of-type(n+2) {
            margin-top: 15.625vw; }
    .example article .under-link {
      margin-top: 25vw; }
      .example article .under-link ul {
        width: 84.0625vw; }
        .example article .under-link ul li a {
          font-size: 3.59375vw; }
        .example article .under-link ul li.prev a:before, .example article .under-link ul li.next a:before {
          width: 6.25vw;
          top: 1.71875vw; }
        .example article .under-link ul li.prev a:after, .example article .under-link ul li.next a:after {
          height: 2.34375vw;
          top: 0; }
        .example article .under-link ul li.prev a {
          padding-left: 8.125vw; }
          .example article .under-link ul li.prev a:after {
            left: 0.78125vw; }
        .example article .under-link ul li.next a {
          padding-right: 8.125vw; }
          .example article .under-link ul li.next a:after {
            right: 0.78125vw; }

  .example02 article .main--title {
    width: 36.25vw; }
  .example02 article .main--profile--inner .texts {
    width: 44.0625vw; }

  .example03 article .main--title {
    width: 50.9375vw; }

  .example04 article .main--title {
    width: 28.90625vw; }
  .example04 article .main--profile--inner .texts {
    width: 32.34375vw; } }
