<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*---------------------------------------------------------------------------*/
@media screen and (min-width: 768px), print {
  .player .section_block {
    padding-bottom: 80px;
  }
  .player .section_block:last-of-type {
    padding-bottom: 0;
  }
  .player .section_block__title {
    margin-bottom: 25px;
  }
  .player__list {
    font-size: 0rem;
    text-align: center;
    letter-spacing: 0;
    margin-left: -45px;
    text-align: left;
  }
  .player__list &gt; * {
    display: inline-block;
    vertical-align: top;
    font-size: 1.4rem;
  }
  .player__list li {
    width: 525px;
    margin: 0 0 0 45px;
  }
  .player__list li:nth-child(n+3) {
    margin-top: 75px;
  }
  .player__list figure {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .player__list figure figcaption {
    width: 370px;
    padding-left: 20px;
  }
  .player__list--pix {
    width: 145px;
    height: 180px;
  }
  .player__list--caption {
    font-weight: bold;
    font-size: 2.2rem;
  }
  .player__list--caption span {
    padding-right: .5em;
  }
  .player__list--caption small {
    font-size: 1.5rem;
  }
  .player__list dl {
    line-height: 1.8;
    font-size: 1.4rem;
    width: auto;
  }
  .player__list dl dt, .player__list dl dd {
    display: inline;
  }
  .player__list dl dt {
    font-weight: bold;
  }
  .player__list dl dt:after {
    content: '：';
  }
  .player__list dl:last-of-type dt, .player__list dl:last-of-type dd {
    display: block;
  }
  .player__list dl:last-of-type dt:after {
    display: none;
  }
  .academy .section_block {
    padding-bottom: 70px;
  }
  .academy .section_block:last-of-type {
    padding-bottom: 0;
  }
  .academy .section_block__title {
    margin-bottom: 25px;
  }
  .academy .information {
    padding-bottom: 75px;
  }
  .academy .information .btn {
    margin: 30px auto 0;
  }
  .academy__row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .academy .lede .academy__row:nth-of-type(1) {
    padding-bottom: 55px;
  }
  .academy .lede .academy__column {
    width: 540px;
  }
  .academy .lede .section_block__title {
    margin-bottom: 35px;
  }
  .academy .lede__text {
    width: 500px;
    margin-left: 10px;
  }
  .academy .lede__text p {
    font-weight: bold;
    font-size: 2rem;
  }
  .academy .lede dl {
    background-color: #f2f2f2;
    -moz-border-radius: 15px;
         border-radius: 15px;
    padding: 22px 20px;
    margin-top: 25px;
  }
  .academy .lede dl dt {
    line-height: 1;
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .academy .lede__pix {
    background: url("/academy/images/vision_img.png") 0 0 no-repeat;
    overflow: hidden;
    width: 520px;
    height: 318px;
    margin-right: 20px;
  }
  .academy .lede h4 {
    margin-bottom: 35px;
  }
  .academy .lede__list li {
    padding: 10px 18px 10px 90px;
    background-color: #eee;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .academy .lede__list li + li {
    margin-top: 10px;
  }
  .academy .lede__list mark {
    display: block;
    position: absolute;
    left: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 3rem;
    font-weight: bold;
    font-family: 'Akrobat-ExtraBold';
    letter-spacing: .05em;
    width: 53px;
    height: 53px;
    line-height: 1;
    padding: 12px 0 17px;
    color: #fff;
    text-align: center;
  }
  .academy .lede__list strong {
    font-size: 2.6rem;
    font-weight: bold;
    font-family: 'Akrobat-Bold';
    letter-spacing: .05em;
  }
  .academy .lede .btn {
    margin: 30px auto 0;
  }
  .academy__concept .lede__list li {
    height: 74px;
  }
  .academy__concept .lede__list mark {
    background-color: #000a6e;
  }
  .academy__concept .lede__list strong {
    color: #000a6e;
  }
  .academy__style .lede__list li {
    height: 116px;
  }
  .academy__style .lede__list mark {
    background-color: #fc0000;
  }
  .academy__style .lede__list strong {
    display: block;
    color: #fc0000;
    line-height: 1.3;
  }
  .academy__category h4 {
    margin-bottom: 12px;
    font-size: 2rem;
  }
  .academy__category h4 &gt; span {
    min-width: 70px;
    padding: 6px 0 6px 12px;
  }
  .academy__category h4 .en {
    font-family: 'Akrobat-Bold';
    letter-spacing: .05em;
    font-size: 2.6rem;
  }
  .academy__category .academy__column {
    width: 345px;
  }
  .academy__category--btn {
    display: table;
    text-align: center;
    margin: 20px auto 0;
  }
  .academy__category--btn li + li {
    margin-top: 15px;
  }
  .academy__category--btn .btn {
    width: 316px;
    height: 44px;
    line-height: 44px;
    font-weight: bold;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .player .section_block {
    padding-top: 8.46354vw;
    padding-bottom: 7.8125vw;
  }
  .player .section_block:last-of-type {
    padding-bottom: 0;
  }
  .player .section_block__title {
    margin-bottom: 3.90625vw;
  }
  .player__list li:nth-child(n+2) {
    margin-top: 7.8125vw;
  }
  .player__list figure {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .player__list figure figcaption {
    width: 62.5vw;
    padding-left: 3.90625vw;
  }
  .player__list--pix {
    width: 30.07812vw;
    height: 37.23958vw;
  }
  .player__list--caption {
    font-weight: bold;
    margin-bottom: 1.04167vw;
  }
  .player__list--caption span {
    padding-right: .5em;
  }
  .player__list--caption small {
    font-size: 2.86458vw;
  }
  .player__list dl {
    font-size: 3.125vw;
    width: auto;
  }
  .player__list dl dt, .player__list dl dd {
    display: inline;
  }
  .player__list dl dt {
    font-weight: bold;
  }
  .player__list dl dt:after {
    content: '：';
  }
  .player__list dl:last-of-type dt, .player__list dl:last-of-type dd {
    display: block;
  }
  .player__list dl:last-of-type dt:after {
    display: none;
  }
  .academy .section_block {
    padding-bottom: 9.11458vw;
  }
  .academy .section_block__title {
    margin-bottom: 3.25521vw;
  }
  .academy .information .section_block__title {
    margin-bottom: 0;
  }
  .academy .information .btn {
    margin: 3.90625vw auto 0;
  }
  .academy .lede .academy__column {
    padding-bottom: 7.8125vw;
  }
  .academy .lede .academy__column:last-of-type {
    padding-bottom: 0;
  }
  .academy .lede__text p {
    font-weight: bold;
    font-size: 3.90625vw;
  }
  .academy .lede dl {
    background-color: #f2f2f2;
    -moz-border-radius: 1.95312vw;
         border-radius: 1.95312vw;
    padding: 3.90625vw 3.25521vw;
    margin-top: 4.55729vw;
  }
  .academy .lede dl dt {
    line-height: 1;
    font-weight: bold;
    margin-bottom: 1.30208vw;
    font-size: 3.90625vw;
  }
  .academy .lede__pix {
    background: url("/academy/images/vision_img.png") 0 0 no-repeat;
    position: relative;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    margin: 5.20833vw 3.125vw 7.8125vw;
  }
  .academy .lede__pix:after {
    content: '';
    display: block;
    padding-top: 61.15385%;
  }
  .academy .lede h4 {
    margin-bottom: 3.64583vw;
  }
  .academy .lede__list li {
    padding: 1.95312vw 3.25521vw 1.95312vw 15.625vw;
    background-color: #eee;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .academy .lede__list li + li {
    margin-top: 10px;
  }
  .academy .lede__list mark {
    display: block;
    position: absolute;
    left: 3.25521vw;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 5.20833vw;
    font-weight: bold;
    font-family: 'Akrobat-ExtraBold';
    letter-spacing: .05em;
    width: 9.11458vw;
    height: 9.11458vw;
    line-height: 1;
    padding: 1.82292vw 0 3.90625vw;
    color: #fff;
    text-align: center;
  }
  .academy .lede__list strong {
    font-size: 5.20833vw;
    font-weight: bold;
    font-family: 'Akrobat-Bold';
    letter-spacing: .05em;
  }
  .academy .lede .btn {
    width: auto;
    margin: 3.90625vw auto 0;
  }
  .academy__concept .lede__list li {
    min-height: 12.76042vw;
  }
  .academy__concept .lede__list mark {
    background-color: #000a6e;
  }
  .academy__concept .lede__list strong {
    color: #000a6e;
  }
  .academy__style .lede__list li {
    min-height: 19.92188vw;
  }
  .academy__style .lede__list mark {
    background-color: #fc0000;
  }
  .academy__style .lede__list strong {
    display: block;
    color: #fc0000;
    line-height: 1.3;
  }
  .academy__category h4 {
    margin-bottom: 12px;
    font-size: 3.90625vw;
  }
  .academy__category h4 &gt; span {
    min-width: 11.71875vw;
    padding: 6px 0 6px 12px;
  }
  .academy__category h4 .en {
    font-family: 'Akrobat-Bold';
    letter-spacing: .05em;
    font-size: 4.6875vw;
  }
  .academy__category .academy__column + .academy__column {
    margin-top: 7.16146vw;
  }
  .academy__category--btn {
    text-align: center;
    margin: 3.90625vw 3.25521vw 0;
  }
  .academy__category--btn li + li {
    margin-top: 3.90625vw;
  }
  .academy__category--btn .btn {
    width: 100%;
    height: 11.45833vw;
    line-height: 11.45833vw;
    font-weight: bold;
    font-size: 3.64583vw;
  }
  .pix img {
    width: 100%;
  }
}
</pre></body></html>