<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 {
  .contents__inner {
    padding: 0;
  }
  .caution_txt {
    background: #f00;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    color: #fff;
    font-size: 2.2rem;
    font-weight: bold;
    margin: 0 auto 35px;
    padding: 20px 30px;
    text-align: left;
    width: 800px;
  }
  .attention {
    color: #ff0000;
    font-weight: bold;
    margin-top: 20px;
  }
  .period_txt {
    font-size: 2.2rem;
    font-weight: bold;
    /* color: #ff0000; */
  }
  .period_txt span {
    display: block;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.6;
    margin-top: 5px;
  }
  .red {
    font-size: 2.2rem;
    font-weight: bold;
    color: #ff0000;
    margin-top: 30px;
  }
  .red .disc {
    text-align: left;
    width: 780px;
    margin: 0 auto;
  }
  .intro {
    text-align: center;
    padding: 0 0 65px;
  }
  .intro_mv {
    display: block;
    width: 100%;
    margin-bottom: 55px;
  }
  .intro_mv img {
    width: 100%;
  }
  .intro_ttl {
    font-size: 3.2rem;
    line-height: 1;
    margin-bottom: 35px;
  }
  .intro_btn {
    width: 588px !important;
    height: 114px !important;
    -moz-border-radius: 57px !important;
         border-radius: 57px !important;
    margin: 45px auto 35px;
  }
  .intro_btn a {
    line-height: 114px;
  }
  .intro_btn span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2.8rem;
  }
  .intro_insst {
    font-weight: bold;
    font-size: 1.6rem;
    margin: 25px auto 30px;
  }
  .intro_inst {
    line-height: 1;
    font-size: 2rem;
    font-weight: bold;
  }
  .course {
    padding: 45px 90px 70px;
    background-repeat: no-repeat;
    background-position: 0 0;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    background-color: #ecf0fa;
  }
  .course_title {
    font-family: 'Akrobat-SemiBold';
    letter-spacing: .05em;
    font-size: 5.4rem;
    line-height: 1;
    text-align: center;
    margin-bottom: 25px;
  }
  .course_subtitle {
    font-size: 2rem;
    line-height: 1;
    text-align: center;
    font-weight: bold;
  }
  .course_typelist {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 60px auto 45px;
  }
  .course_typeitem {
    position: relative;
    width: 540px;
    height: 300px;
    margin-bottom: 20px;
    -moz-background-size: cover;
         background-size: cover;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .course_typeitem:hover {
    opacity: 0.4;
  }
  .course_typeitem img {
    display: block;
    margin: 50px auto 20px;
  }
  .course_typeitem span {
    display: block;
    font-size: 1.6rem;
    color: white;
    text-align: center;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 2px;
  }
  .course_typeitem a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none !important;
  }
  .course .u18 {
    background-image: url(../images/u18_bg.jpg);
  }
  .course .u18 img {
    width: 109px;
  }
  .course .regular {
    background-image: url(../images/regular_bg.jpg);
  }
  .course .regular img {
    width: 185px;
  }
  .course .middle,
  .course .bigflames {
    background-image: url(../images/bigflames_bg.jpg);
  }
  .course .middle img,
  .course .bigflames img {
    width: 318px;
    margin: 35px auto 20px;
  }
  .course .bigflamespremium {
    position: relative;
    background-image: url(../images/premium_bg.jpg);
  }
  .course .bigflamespremium img {
    width: 316px;
    margin: 20px auto 10px;
  }
  .course .bigflamespremium a {
    position: relative;
  }
  .course .bigflamespremium a::before {
    content: '';
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    background: #ccc;
    opacity: 0.8;
  }
  .course .bigflamespremium .end {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    font-size: 2.4rem;
    color: #fc0000;
  }
  .benefit_title {
    text-align: center;
    color: white;
    background-color: #2d2d2d;
    line-height: 70px;
    width: 100%;
    height: 70px;
    font-size: 2rem;
  }
  .benefit_tablecontainer {
    width: 1100px;
    margin-top: 15px;
  }
  .benefit_table {
    width: 856px;
    height: 1146px;
    margin: 0 auto;
    background: url(../images/benefit_table.png) 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .attention_wrap {
    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;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-top: 10px;
  }
  .attention_wrap .attention_txt {
    text-align: left;
    margin-top: 10px;
  }
  .attention_wrap .attention_txt:nth-of-type(1) {
    width: 56%;
  }
  .attention_wrap .attention_txt:nth-of-type(2) {
    width: 44%;
  }
  .other {
    padding: 65px 90px 100px;
    text-align: center;
  }
  .other_bluebox {
    background-color: #000a6e;
    padding: 50px 0 40px;
    color: white;
    margin: 0 auto 50px;
  }
  .other_ttl {
    font-size: 2.4rem;
    line-height: 1;
    margin-bottom: 35px;
  }
  .other_block:not(:first-of-type) {
    margin-top: 50px;
  }
  .other_btn {
    width: 529px;
    height: 73px;
    color: #000a6e !important;
    -moz-border-radius: 37px;
         border-radius: 37px;
    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;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 40px auto 0;
    text-decoration: none !important;
    background-color: white;
    font-size: 2.8rem;
    font-weight: bold;
  }
  .other_btn:before {
    content: "";
    position: absolute;
    width: 78px;
    height: 59px;
    -moz-background-size: cover;
         background-size: cover;
    background-image: url(../images/other_btn_decor.png);
    bottom: 0;
    right: 20px;
  }
  .other .disc {
    padding: 20px 10px 0;
    text-align: left;
  }
  .other .section_block__title {
    text-align: left;
  }
  .other .attention_txtbox {
    padding: 20px 10px 0;
  }
  .other .attention_txtbox p {
    text-align: left;
  }
  .other .attention_txtbox p + p {
    margin-top: 20px;
  }
  .other .attention_txtbox .attention_list {
    text-align: left;
    padding: 30px 10px 70px;
  }
  .other .attention_txtbox .attention_list_s {
    text-align: left;
    padding: 10px 0 0;
  }
  .other .attention_txtbox .attention_list_s li {
    padding-left: 1em;
    text-indent: -1em;
  }
  .other .attention_txtbox .attention_list_s &gt; li:before {
    content: '※';
  }
  .other .attention_txtbox .changename_txtbox {
    padding: 20px 0 0;
  }
  .other .attention_txtbox .changename_txtbox strong {
    display: block;
    text-indent: 0;
    padding: 0 0 0;
    text-align: left;
  }
  .other .attention_txtbox .changename_txtbox span {
    display: block;
    font-weight: bold;
    padding: 0 0 10px;
    text-align: left;
  }
  .other .attention_txtbox .changename_txtbox p {
    padding: 10px 0 5px;
  }
  .other .attention_txtbox .changename_txtbox .disc {
    padding: 5px 0 0;
  }
  .other .attention_txtbox .btn.is_sink {
    width: 356px !important;
    height: 66px !important;
    -moz-border-radius: 33px !important;
         border-radius: 33px !important;
    margin: 15px 0;
  }
  .other .attention_txtbox .btn.is_sink a {
    width: 100%;
    color: #fff;
    text-align: center;
    line-height: 66px;
  }
  .other .attention_txtbox .top_none {
    display: none;
  }
  .other .period {
    font-size: 2rem;
    font-weight: bold;
    display: inline-block;
    padding: 6px 1em !important;
    margin: 10px 0;
    color: #fff;
    background-color: #000a6e;
  }
  .font_red {
    color: #fc0000;
  }
  .mt_1em {
    margin-top: 20px;
  }
  .mb40 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .contents__inner {
    padding: 0;
  }
  .caution_txt {
    background: #f00;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    color: #fff;
    font-size: 4.16667vw;
    font-weight: bold;
    margin: 0 auto 5.20833vw;
    padding: 2.60417vw 3.90625vw;
    text-align: left;
    width: 80%;
  }
  .attention {
    color: #ff0000;
    font-weight: bold;
    margin-top: 3.90625vw;
  }
  .period_txt {
    font-size: 4.16667vw;
    font-weight: bold;
    /* color: #ff0000; */
  }
  .period_txt span {
    display: block;
    font-size: 3.125vw;
    font-weight: normal;
    line-height: 1.6;
    margin-top: 5px;
  }
  .red {
    font-size: 3.90625vw;
    font-weight: bold;
    color: #ff0000;
    margin-top: 3.90625vw;
  }
  .intro {
    text-align: center;
    padding: 0 0 7.8125vw;
  }
  .intro_mv {
    display: block;
    width: 100%;
    margin-bottom: 7.8125vw;
  }
  .intro_mv img {
    width: 100%;
  }
  .intro_ttl {
    font-size: 6.25vw;
    margin-bottom: 5.20833vw;
  }
  .intro_present {
    padding: 0 3.90625vw;
  }
  .intro_btn {
    width: 85.9375vw !important;
    height: 20.83333vw !important;
    -moz-border-radius: 10.41667vw !important;
         border-radius: 10.41667vw !important;
    margin: 5.20833vw auto;
  }
  .intro_btn a {
    line-height: 20.83333vw;
  }
  .intro_btn span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 4.16667vw;
  }
  .intro_insst {
    font-weight: bold;
    margin: 2.60417vw auto 5.20833vw;
  }
  .intro_inst {
    line-height: 1;
    font-size: 4.6875vw;
    font-weight: bold;
  }
  .course {
    padding: 7.8125vw 3.90625vw;
    background-repeat: no-repeat;
    background-position: 0 0;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    background-color: #ecf0fa;
  }
  .course_title {
    font-family: 'Akrobat-SemiBold';
    letter-spacing: .05em;
    font-size: 6.25vw;
    line-height: 1;
    text-align: center;
    margin-bottom: 5.20833vw;
  }
  .course_subtitle {
    font-size: 4.6875vw;
    line-height: 1;
    text-align: center;
    font-weight: bold;
  }
  .course_typelist {
    width: 100%;
    margin: 7.8125vw auto;
  }
  .course_typeitem {
    position: relative;
    width: 100%;
    height: 51.17188vw;
    margin-bottom: 5.20833vw;
    -moz-background-size: cover;
         background-size: cover;
  }
  .course_typeitem img {
    display: block;
    margin: 3.90625vw auto 5.20833vw;
  }
  .course_typeitem span {
    display: block;
    font-size: 4.16667vw;
    color: white;
    text-align: center;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.52083vw;
  }
  .course_typeitem a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none !important;
  }
  .course .u18 {
    background-image: url(../images/u18_bg.jpg);
  }
  .course .u18 img {
    width: 21.35417vw;
    margin-left: 19.53125vw;
  }
  .course .u18 span {
    padding-left: 10.41667vw;
  }
  .course .regular {
    background-image: url(../images/regular_bg.jpg);
  }
  .course .regular img {
    width: 36.45833vw;
  }
  .course .middl,
  .course .bigflames {
    background-image: url(../images/bigflames_bg.jpg);
  }
  .course .middl img,
  .course .bigflames img {
    width: 65.10417vw;
    margin: 2.60417vw 0;
  }
  .course .bigflamespremium {
    position: relative;
    background-image: url(../images/premium_bg.jpg);
  }
  .course .bigflamespremium img {
    width: 65.10417vw;
    margin: 2.60417vw 0;
  }
  .course .bigflamespremium .end {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    font-size: 2.2rem;
    color: #fc0000;
  }
  .course .bigflamespremium a::before {
    content: '';
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    background: #ccc;
    opacity: 0.8;
  }
  .benefit_title {
    text-align: center;
    color: white;
    background-color: #2d2d2d;
    line-height: 10.41667vw;
    width: 100%;
    height: 10.41667vw;
    font-size: 4.16667vw;
  }
  .benefit_tablecontainer {
    position: relative;
    width: 100%;
    margin-top: 5.20833vw;
    overflow-y: scroll;
  }
  .benefit_table {
    width: 156.25vw;
    height: 209.24479vw;
    background: url(../images/benefit_table.png) 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .attention_wrap {
    margin-top: 5.20833vw;
  }
  .attention_wrap .attention_txt {
    padding-left: 1em;
    text-indent: -1em;
  }
  .attention_wrap .attention_txt:not(:last-child) {
    margin-bottom: 2.60417vw;
  }
  .other {
    padding: 7.8125vw 3.90625vw;
    text-align: left;
  }
  .other_bluebox {
    background-color: #000a6e;
    padding: 7.8125vw 3.90625vw;
    color: white;
    margin: 0 auto 7.8125vw;
  }
  .other_ttl {
    font-size: 4.6875vw;
    margin-bottom: 5.20833vw;
  }
  .other_block:not(:first-of-type) {
    margin-top: 7.8125vw;
  }
  .other_btn {
    width: 85.9375vw;
    height: 18.22917vw;
    color: #000a6e !important;
    -moz-border-radius: 9.11458vw;
         border-radius: 9.11458vw;
    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;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 5.20833vw auto 0;
    text-decoration: none !important;
    background-color: white;
    font-size: 5.20833vw;
    font-weight: bold;
  }
  .other_btn:before {
    content: "";
    position: absolute;
    width: 20.3125vw;
    height: 15.36458vw;
    -moz-background-size: cover;
         background-size: cover;
    background-image: url(../images/other_btn_decor.png);
    bottom: 0;
    right: 5.20833vw;
  }
  .other .attention_txtbox {
    padding: 1.3em 0 0;
  }
  .other .attention_txtbox strong {
    display: block;
    text-indent: 0;
    padding: 0;
    text-align: left;
  }
  .other .attention_txtbox p {
    padding: 0;
  }
  .other .attention_txtbox p + p {
    margin-top: 2.60417vw;
  }
  .other .attention_txtbox span {
    font-weight: bold;
    padding: 1.30208vw 0;
    text-align: left;
  }
  .other .attention_txtbox .attention_list {
    text-align: left;
    padding: 0 0 10.41667vw;
  }
  .other .attention_txtbox .attention_list_s {
    text-align: left;
    padding: 1.30208vw 0;
  }
  .other .attention_txtbox .attention_list_s li {
    padding-left: 1em;
    text-indent: -1em;
  }
  .other .attention_txtbox .attention_list_s &gt; li:before {
    content: '※';
  }
  .other .attention_txtbox .changename {
    display: block;
    text-indent: 0;
    padding: 1.30208vw 0;
  }
  .other .attention_txtbox .changename_txtbox {
    margin-bottom: 7.8125vw;
  }
  .other .attention_txtbox .changename_txtbox span {
    display: block;
    padding: 0 0 2.60417vw;
  }
  .other .attention_txtbox .btn.is_sink {
    width: 100% !important;
    height: 11.71875vw !important;
    -moz-border-radius: 23px;
         border-radius: 23px;
    margin: 5.20833vw auto 5.20833vw;
  }
  .other .attention_txtbox .btn.is_sink a {
    width: 100%;
    color: #fff;
    text-decoration: none;
    line-height: 11.71875vw;
  }
  .other .attention_txtbox .top_none {
    display: none;
  }
  .other .disc {
    padding: 0;
    text-align: left;
  }
  .other .disc.disc_mb {
    margin-top: 1.3em;
  }
  .other .period {
    font-size: 3.90625vw;
    font-weight: bold;
    width: 100%;
    padding: 1.30208vw 1em !important;
    margin: 1.30208vw 0;
    color: #fff;
    background-color: #000a6e;
  }
  .font_red {
    color: #fc0000;
  }
  .mt_1em {
    margin-top: 20px;
  }
  .mb40 {
    margin-bottom: 10vw;
  }
}
</pre></body></html>