@charset "UTF-8";
@media screen and (min-width: 769px), print {
  .topPage .b_mainvisual {
    /*margin-top: 155px;*/
    color: #ffffff;
    position: relative;
  }
}

@media screen and (min-width: 769px) and (max-width: 1350px), print and (max-width: 1350px) {
  .topPage .b_mainvisual {
    /*margin-top: 119px;*/
  }
}

@media screen and (min-width: 769px), print {
  .topPage .b_mainvisual::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/top/fv_bg.png") repeat center center/contain;
    z-index: 2;
  }
  .topPage .b_mainvisual::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
  }
  .topPage .b_mainvisual h2 {
    font-size: 7.1rem;
    font-weight: 100;
    line-height: 1;
    position: relative;
    z-index: 3;
  }
  .topPage .b_mainvisual p {
    font-size: 1.9rem;
    line-height: -webkit-calc(23 / 19);
    line-height: -moz-calc(23 / 19);
    line-height: calc(23 / 19);
    margin-top: 15px;
    font-weight: 500;
    position: relative;
    z-index: 3;
  }
  .topPage .b_mainvisual__btn {
    margin-top: 30px;
    position: relative;
    z-index: 3;
  }
  .topPage .b_mainvisual .visual_txt {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 40%;
    text-align: center;
  }
  .topPage .b_topSlider__item {
    position: relative;
    width: 385px;
    height: 232px;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .topPage .b_topSlider__item a {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
  }
  .topPage .b_topSlider__item a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  .topPage .b_topSlider__item img {
    width: auto;
    height: 100%;
    object-fit: cover;
  }
  .topPage .b_topSlider__item.slick-current a::before {
    background: rgba(0, 0, 0, 0);
  }
  .topPage .b_topSlider .slick-dots li {
    margin: 0 10px;
  }
  .topPage .b_topSlider .slick-dots li.slick-active button {
    background-color: #3c60ad;
  }
  .topPage .b_topSlider .slick-dots li button {
    width: 11px;
    height: 11px;
    background-color: #ffffff;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .topPage .b_topSlider .slick-dots li button::before {
    display: none;
  }
  .topPage .b_posts {
    background-color: #b9e5fb;
    padding: 100px 0 60px;
  }
  .topPage .b_posts__content {
    background-color: #ffffff;
    padding: 50px 65px;
    margin-bottom: 30px;
  }
  .topPage .b_posts__content .flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .topPage .b_posts__content .flex:not(:last-child) {
    margin-bottom: 40px;
  }
  .topPage .b_posts__content .flex.--col2 > div {
    width: -webkit-calc(50% - 25px);
    width: -moz-calc(50% - 25px);
    width: calc(50% - 25px);
  }
  .topPage .b_posts__content .flex.--col3 > div {
    width: -webkit-calc((100% - 58px) / 3);
    width: -moz-calc((100% - 58px) / 3);
    width: calc((100% - 58px) / 3);
  }
  .topPage .b_posts__content .flex.--col4 > div {
    width: -webkit-calc((100% - 45px) / 4);
    width: -moz-calc((100% - 45px) / 4);
    width: calc((100% - 45px) / 4);
  }
  .topPage .b_posts__content__item {
    display: block;
    margin-bottom: 20px;
    margin-right: 25px;
    width: -webkit-calc(50% - 12.5px);
    width: -moz-calc(50% - 12.5px);
    width: calc(50% - 12.5px);
  }
  .topPage .b_posts__content__item img {
    width: 100%;
  }
  .topPage .b_posts__content__item:nth-of-type(n + 2) {
    width: -webkit-calc(50% - 12.5px);
    width: -moz-calc(50% - 12.5px);
    width: calc(50% - 12.5px);
  }
  .topPage .b_posts__content__item:nth-of-type(n + 3):nth-of-type(-n + 5) {
    width: -webkit-calc(33.333% - 16.6px);
    width: -moz-calc(33.333% - 16.6px);
    width: calc(33.333% - 16.6px);
    margin-right: 24px;
  }
  .topPage .b_posts__content__item:nth-of-type(2), .topPage .b_posts__content__item:nth-of-type(5), .topPage .b_posts__content__item:nth-of-type(9) {
    margin-right: 0 !important;
  }
  .topPage .b_posts__content__item:nth-of-type(n + 6):nth-of-type(-n + 9) {
    width: -webkit-calc(25% - 18.75px);
    width: -moz-calc(25% - 18.75px);
    width: calc(25% - 18.75px);
  }
  .topPage .b_posts__content__item p {
    font-size: 1.5rem;
    line-height: -webkit-calc(21 / 15);
    line-height: -moz-calc(21 / 15);
    line-height: calc(21 / 15);
    margin-top: 10px;
  }
  .topPage .b_posts__vr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #00337f;
    position: relative;
    border: 2px solid #ffffff;
  }
  .topPage .b_posts__vr > img {
    position: absolute;
    bottom: 5px;
    z-index: 3;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-left: 55px;
  }
  .topPage .b_posts__vr__left {
    width: 719px;
  }
  .topPage .b_posts__vr__right {
    padding-right: 40px;
    color: #ffffff;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .topPage .b_posts__vr__right h3 {
    text-transform: uppercase;
    font-size: 7.8rem;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 10px;
    white-space: nowrap;
    text-align: right;
    padding-right: 10px;
  }
  .topPage .b_posts__vr__right h3 span {
    font-weight: 400;
    display: inline-block;
    margin: 0 5px;
  }
  .topPage .b_posts__vr__right p {
    font-size: 2.7rem;
    line-height: -webkit-calc(34 / 27);
    line-height: -moz-calc(34 / 27);
    line-height: calc(34 / 27);
    margin-bottom: 20px;
    text-align: right;
  }
  .topPage .b_posts__vr__right a {
    width: 216px;
    margin-left: auto;
    margin-right: 15px;
  }
  .topPage .b_news {
    padding: 120px 0 90px;
    background: url("../img/top/news_bg.png") repeat-x center top #ffffff;
    -moz-background-size: auto 142px;
         background-size: auto 142px;
  }
  .topPage .b_news .row {
    max-width: 1078px;
  }
  .topPage .b_news__content {
    margin-bottom: 40px;
  }
  .topPage .b_news__content li {
    border-top: 1px solid #3c60ad;
  }
  .topPage .b_news__content li:last-child {
    border-bottom: 1px solid #3c60ad;
  }
  .topPage .b_news__content li a {
    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;
    padding: 22px;
  }
  .topPage .b_news__content li a time {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    margin-right: 40px;
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 130px;
            flex: 0 0 130px;
    white-space: nowrap;
  }
  .topPage .b_news__content li a span {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
    margin-right: 30px;
    background-color: #3c60ad;
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
    height: 31px;
    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;
    color: #ffffff;
    -moz-border-radius: 10px;
         border-radius: 10px;
  }
  .topPage .b_news__content li a p {
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: 500;
  }
  .topPage .b_news__btn a {
    width: 216px;
  }
  .topPage .b_reason01 {
    background-color: #3c60ad;
    padding-bottom: 140px;
  }
  .topPage .b_reason01 .row {
    max-width: 1078px;
  }
  .topPage .b_reason01_top {
    padding: 100px 0 80px;
    color: #fff;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    border-bottom: 3px solid #fff;
  }
  .topPage .b_reason01_top:after {
    content: "";
    width: 66px;
    height: 37px;
    background: #3c60ad url("../img/top/arrow_ttl.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    bottom: -37px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .topPage .b_reason01_top_ttl span {
    font-size: 5rem;
    line-height: 1;
    font-weight: 700;
    display: inline-block;
    position: relative;
    padding: 0 50px;
  }
  .topPage .b_reason01_top_ttl span:before {
    content: "";
    width: 31px;
    height: 106px;
    background: url("../img/top/bf_ttl.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
  }
  .topPage .b_reason01_top_ttl span:after {
    content: "";
    width: 31px;
    height: 106px;
    background: url("../img/top/af_ttl.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
  }
  .topPage .b_reason01_top .txt_top {
    font-size: 2.6rem;
    line-height: 32px;
    font-weight: 500;
    margin-top: 20px;
  }
  .topPage .b_reason01 .ttlIndex {
    font-size: 5.6rem;
  }
  .topPage .b_reason01 .txt_top2 {
    text-align: center;
    font-size: 3.6rem;
    line-height: 43px;
    font-style: italic;
    font-weight: bold;
    color: #fff;
    margin-bottom: 50px;
  }
  .topPage .b_reason01_item {
    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;
    position: relative;
    background-color: #ffffff;
    -webkit-transform: skew(-10deg);
       -moz-transform: skew(-10deg);
        -ms-transform: skew(-10deg);
            transform: skew(-10deg);
    min-height: 205px;
  }
  .topPage .b_reason01_item:not(:last-child) {
    margin-bottom: 60px;
    position: relative;
  }
  .topPage .b_reason01_item:not(:last-child):after {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 40px 35px 0 35px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    bottom: -32px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .topPage .b_reason01_item__text {
    width: -webkit-calc(100% - 318px);
    width: -moz-calc(100% - 318px);
    width: calc(100% - 318px);
    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;
    padding: 30px 60px 30px 130px;
    z-index: 2;
  }
  .topPage .b_reason01_item__number {
    width: 80px;
    height: 65px;
    background-color: #3c60ad;
    color: #ffffff;
    font-size: 4.3rem;
    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: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: absolute;
    top: 0;
    left: 30px;
  }
  .topPage .b_reason01_item__title {
    font-size: 3.3rem;
    font-weight: 700;
    color: #3c60ad;
    line-height: 1.3;
    margin-bottom: 25px;
  }
  .topPage .b_reason01_item__desc {
    -webkit-transform: skew(10deg);
       -moz-transform: skew(10deg);
        -ms-transform: skew(10deg);
            transform: skew(10deg);
  }
  .topPage .b_reason01_item__desc p {
    font-size: 1.6rem;
    line-height: -webkit-calc(21 / 16);
    line-height: -moz-calc(21 / 16);
    line-height: calc(21 / 16);
  }
  .topPage .b_reason01_item__image {
    width: 318px;
    position: relative;
    z-index: 2;
    -webkit-transform: skew(10deg);
       -moz-transform: skew(10deg);
        -ms-transform: skew(10deg);
            transform: skew(10deg);
    margin-left: 15px;
    margin-right: -15px;
  }
  .topPage .b_reason01_item__image img {
    width: 100%;
    height: auto;
    display: block;
  }
  .topPage .b_reason01_item__button {
    position: absolute;
    bottom: 35px;
    right: 165px;
    z-index: 3;
  }
  .topPage .b_reason01_item__button a {
    width: 200px;
    margin: 0;
    background: #3c60ad;
    pointer-events: none;
  }
  .topPage .b_reason02 {
    background-color: #efeeed;
    padding: 80px 0 100px;
  }
  .topPage .b_reason02 .row {
    max-width: 1078px;
  }
  .topPage .b_reason02 .ttlIndex {
    font-size: 5.6rem;
  }
  .topPage .b_reason02 .ttl_top {
    text-align: center;
    font-size: 3.5rem;
    line-height: 42px;
    font-weight: bold;
    color: #3c60ad;
    margin-bottom: 20px;
    font-style: italic;
  }
  .topPage .b_reason02 .txt_top {
    text-align: center;
    font-size: 1.7rem;
    line-height: 32px;
    margin-bottom: 60px;
  }
  .topPage .b_reason02 .b_goals {
    margin-top: 70px;
    background-color: #3c60ad;
    padding: 50px 50px 140px;
    position: relative;
  }
  .topPage .b_reason02 .b_goals:before {
    content: "";
    width: 141px;
    height: 141px;
    background: url("../img/top/block_bg_white.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
  }
  .topPage .b_reason02 .b_goals:after {
    content: "";
    width: 591px;
    height: 86px;
    background: url("../img/top/txt_program.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    bottom: -2px;
    left: 0;
  }
  .topPage .b_reason02 .b_goals_ttl {
    text-align: center;
    font-size: 3.5rem;
    line-height: 43px;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 30px;
    color: #fff;
  }
  .topPage .b_reason02 .b_goals_txt {
    text-align: center;
    font-size: 1.8rem;
    line-height: 31px;
    color: #fff;
    margin-bottom: 50px;
  }
  .topPage .b_reason02 .b_goals_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    margin-right: -30px;
  }
  .topPage .b_reason02 .b_goals_item {
    width: -webkit-calc(33.33% - 30px);
    width: -moz-calc(33.33% - 30px);
    width: calc(33.33% - 30px);
  }
  .topPage .b_reason02 .b_goals_item .pic {
    position: relative;
  }
  .topPage .b_reason02 .b_goals_item .pic figcaption {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #ffffff;
    font-size: 2.6rem;
    line-height: 1;
    font-weight: 900;
    text-align: center;
  }
  .topPage .b_reason02 .b_goals_item h4 {
    font-size: 1.9rem;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    margin: 15px 0;
    text-align: center;
  }
  .topPage .b_reason02 .b_goals_item p {
    font-size: 1.4rem;
    line-height: 24px;
    color: #fff;
    font-weight: 500;
  }
  .topPage .b_reason02 .b_goals_item .btn {
    margin: 20px auto 0;
  }
  .topPage .b_reason03 {
    background-color: #3c60ad;
    padding: 80px 0 100px;
  }
  .topPage .b_reason03 .row {
    max-width: 1078px;
  }
  .topPage .b_reason03 .ttlIndex {
    font-size: 5.6rem;
  }
  .topPage .b_reason03 .ttl_top {
    text-align: center;
    font-size: 3rem;
    line-height: 42px;
    font-weight: bold;
    color: #3c60ad;
    margin-bottom: 20px;
    font-style: italic;
    color: #fff;
  }
  .topPage .b_reason03 .txt_top {
    text-align: center;
    font-size: 1.7rem;
    line-height: 32px;
    margin-bottom: 60px;
    color: #fff;
  }
  .topPage .b_reason03 .reason_wrap {
    margin-bottom: 80px;
  }
  .topPage .b_reason03 .reason_wrap .reason_item__title {
    background-color: #fff;
    color: #3c60ad;
  }
  .topPage .b_reason03 .b_facility_ttl {
    text-align: center;
    margin-bottom: 30px;
  }
  .topPage .b_reason03 .b_facility_ttl span {
    font-size: 3rem;
    line-height: 36px;
    font-weight: bold;
    color: #3c60ad;
    position: relative;
    display: inline-block;
    padding: 0 40px;
  }
  .topPage .b_reason03 .b_facility_ttl span:before {
    content: "";
    width: 28px;
    height: 31px;
    background: url("../img/top/bf_rs3.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
  }
  .topPage .b_reason03 .b_facility_ttl span:after {
    content: "";
    width: 28px;
    height: 31px;
    background: url("../img/top/af_rs3.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
  }
  .topPage .b_reason03 .b_facility .b_posts__vr > img {
    width: 300px;
    margin-left: 0;
  }
  .topPage .b_reason03 .b_facility .b_posts__vr__left {
    width: 544px;
  }
  .topPage .b_reason03 .b_facility .b_posts__vr__right h3 {
    font-size: 6.2rem;
  }
  .topPage .b_reason03 .b_facility .b_posts__vr__right p {
    font-size: 2.2rem;
  }
  .topPage .b_reason03 .b_facility .b_posts__vr__right a {
    width: 172px;
    height: 45px;
  }
  .topPage .b_reason03 .b_facility h4 {
    text-align: center;
    font-size: 3.1rem;
    line-height: 36px;
    font-weight: 500;
    margin-top: 50px;
    margin-bottom: 15px;
    color: #3c60ad;
  }
  .topPage .b_reason03 .b_facility .txt_sub {
    text-align: center;
    font-size: 1.8rem;
    line-height: 26px;
    margin-bottom: 30px;
  }
  .topPage .b_reason04 {
    padding: 80px 0;
  }
  .topPage .b_reason04 .ttlIndex {
    font-size: 5.6rem;
    margin-bottom: 20px;
  }
  .topPage .b_reason04 .txt_top {
    font-size: 2.2rem;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 60px;
    text-align: center;
  }
  .topPage .b_reason04 .b_program .ttlIndex {
    font-size: 4.2rem;
  }
  .topPage .b_reason04 .b_program .ttlIndex span {
    font-size: 2.2rem;
  }
  .topPage .b_reason04 .b_program__content {
    padding: 25px;
    background: #dbf1fe;
  }
  .topPage .b_reason04 .b_tennis .ttlIndex {
    font-size: 4.2rem;
  }
  .topPage .b_reason04 .b_tennis .b_tennis__content {
    padding: 30px;
    background: #dbf1fe;
  }
  .topPage .b_reason05 {
    padding: 20px;
    background: #3c60ae;
  }
  .topPage .reason_wrap .reason_item {
    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;
  }
  .topPage .reason_wrap .reason_item:not(:last-child) {
    margin-bottom: 30px;
  }
  .topPage .reason_wrap .reason_item:nth-child(odd) .reason_item__inner {
    margin-left: -2%;
  }
  .topPage .reason_wrap .reason_item:nth-child(odd) .reason_item__image {
    margin-right: -2%;
  }
  .topPage .reason_wrap .reason_item:nth-child(odd) .reason_item__btn {
    padding-left: 55px;
  }
  .topPage .reason_wrap .reason_item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .topPage .reason_wrap .reason_item:nth-child(even) .reason_item__inner {
    margin-right: -2%;
  }
  .topPage .reason_wrap .reason_item:nth-child(even) .reason_item__image {
    margin-left: -2%;
  }
  .topPage .reason_wrap .reason_item:nth-child(even) .reason_item__btn {
    padding-right: 55px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .topPage .reason_wrap .reason_item__image {
    width: 554px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .topPage .reason_wrap .reason_item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .topPage .reason_wrap .reason_item__content {
    width: 60%;
  }
  .topPage .reason_wrap .reason_item__inner {
    width: 100%;
    -webkit-transform: skew(-10deg);
       -moz-transform: skew(-10deg);
        -ms-transform: skew(-10deg);
            transform: skew(-10deg);
  }
  .topPage .reason_wrap .reason_item__title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.3;
    background-color: #3c60ad;
    padding: 15px 20px;
    text-align: center;
  }
  .topPage .reason_wrap .reason_item__title span {
    display: inline-block;
  }
  .topPage .reason_wrap .reason_item__desc {
    font-size: 1.8rem;
    color: #ffffff;
    line-height: 1.6;
    margin-bottom: 30px;
    background-color: #000;
    text-align: center;
    padding: 10px 20px;
  }
  .topPage .reason_wrap .reason_item__desc span {
    display: inline-block;
  }
  .topPage .reason_wrap .reason_item__txt {
    font-size: 1.8rem;
    line-height: 26px;
    color: #fff;
    margin-top: 20px;
    padding-left: 55px;
  }
  .topPage .reason_wrap .reason_item__btn a {
    margin: 0;
  }
  .topPage .b_why {
    text-align: center;
    color: #3c60ad;
    font-size: 5.6rem;
    line-height: 1;
    font-weight: 500;
    padding: 50px 0;
    background-color: #b9e5fb;
  }
  .topPage .b_choice {
    margin-bottom: 50px;
  }
  .topPage .b_choice__content {
    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;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .topPage .b_choice__content__item {
    width: -webkit-calc((100% - 68px) / 3);
    width: -moz-calc((100% - 68px) / 3);
    width: calc((100% - 68px) / 3);
    position: relative;
  }
  .topPage .b_choice__content__item img {
    width: 100%;
  }
  .topPage .b_choice__content__item p:not(.bgColor) {
    font-size: 2.3rem;
    line-height: 1;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px 0;
    z-index: 2;
  }
  .topPage .b_choice__content__item .bgColor {
    height: 73px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--bgColor);
    mix-blend-mode: multiply;
    z-index: 1;
  }
  .topPage .b_program__content {
    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: wrap;
        flex-wrap: wrap;
  }
  .topPage .b_program__content__item {
    width: -webkit-calc((100% - 80px) / 3);
    width: -moz-calc((100% - 80px) / 3);
    width: calc((100% - 80px) / 3);
    position: relative;
    margin-bottom: 55px;
    padding-bottom: 90px;
  }
  .topPage .b_program__content__item img {
    width: 100%;
    display: block;
    margin-bottom: 15px;
  }
  .topPage .b_program__content__item h4 {
    text-align: center;
    color: #3c60ad;
    font-weight: 500;
    font-size: 1.9rem;
    line-height: 1;
    margin-bottom: 10px;
  }
  .topPage .b_program__content__item p {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: -webkit-calc(20 / 12);
    line-height: -moz-calc(20 / 12);
    line-height: calc(20 / 12);
    letter-spacing: -0.5px;
  }
  .topPage .b_program__content__item a {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 216px;
    height: 57px;
  }
  .topPage .b_tennis {
    margin-top: 40px;
  }
  .topPage .b_tennis h3 {
    margin-bottom: 10px;
  }
  .topPage .b_tennis__content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 75px;
  }
  .topPage .b_tennis__content__left {
    width: 459px;
    padding-bottom: 20px;
  }
  .topPage .b_tennis__content__right {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    padding-left: 40px;
    position: relative;
  }
  .topPage .b_tennis__content__right h4 {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: -webkit-calc(31 / 25);
    line-height: -moz-calc(31 / 25);
    line-height: calc(31 / 25);
    margin-bottom: 20px;
  }
  .topPage .b_tennis__content__right p {
    font-size: 1.3rem;
    line-height: -webkit-calc(21 / 12);
    line-height: -moz-calc(21 / 12);
    line-height: calc(21 / 12);
    font-weight: 500;
  }
  .topPage .b_tennis__content__right a {
    position: absolute;
    right: 0;
    bottom: 10px;
  }
  .topPage .b_facility {
    padding-bottom: 60px;
  }
  .topPage .b_facility__content {
    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: wrap;
        flex-wrap: wrap;
  }
  .topPage .b_facility__content__item {
    width: -webkit-calc((100% - 48px) / 3);
    width: -moz-calc((100% - 48px) / 3);
    width: calc((100% - 48px) / 3);
    position: relative;
    position: relative;
    margin-bottom: 24px;
  }
  .topPage .b_facility__content__item img {
    width: 100%;
    display: block;
  }
  .topPage .b_facility__content__item p {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #ffffff;
    font-size: 2.6rem;
    line-height: 1;
    font-weight: 900;
    text-align: center;
  }
  .topPage .b_system {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border: 2px solid #ffffff;
    margin-top: 30px;
  }
  .topPage .b_system__left {
    width: 590px;
  }
  .topPage .b_system__left img {
    display: block;
    width: 100%;
  }
  .topPage .b_system__right {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    padding: 30px 65px 30px 35px;
    color: #ffffff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .topPage .b_system__right h4 {
    font-size: 2.8rem;
    font-weight: 500;
    line-height: -webkit-calc(33 / 28);
    line-height: -moz-calc(33 / 28);
    line-height: calc(33 / 28);
    margin-bottom: 20px;
  }
  .topPage .b_system__right p {
    font-size: 1.3rem;
    line-height: -webkit-calc(21 / 13);
    line-height: -moz-calc(21 / 13);
    line-height: calc(21 / 13);
    font-weight: 500;
  }
  .topPage .b_system__right a {
    margin: 0;
  }
  .topPage .b_movie {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #299cd3;
    margin-top: 30px;
  }
  .topPage .b_movie > img {
    width: 380px;
  }
  .topPage .b_movie > div {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .topPage .b_movie > div p {
    font-size: 2.8rem;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 30px;
    color: #ffffff;
  }
  .topPage .b_sns {
    padding: 150px 0 90px;
    background: url("../img/top/sns_bg.png") repeat-x center top -20px #ffffff;
    -moz-background-size: auto 141px;
         background-size: auto 141px;
  }
  .topPage .b_sns__content {
    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;
  }
  .topPage .b_sns__content > div {
    width: -webkit-calc((100% - 130px) / 2);
    width: -moz-calc((100% - 130px) / 2);
    width: calc((100% - 130px) / 2);
  }
  .topPage .b_sns__content > div p {
    text-align: center;
    margin-bottom: 20px;
  }
  .topPage .b_sns__content > div p span {
    color: #ffffff;
    display: inline-block;
    line-height: 1;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
    padding: 10px 20px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background-color: #3c60ad;
  }
  .topPage .b_sns__content > div ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .topPage .b_sns__content > div ul li {
    width: -webkit-calc((100% - 30px) / 3);
    width: -moz-calc((100% - 30px) / 3);
    width: calc((100% - 30px) / 3);
    background-color: #e3e3e3;
    aspect-ratio: 1 / 1;
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .topPage .b_sns__content > div ul li:nth-child(3n + 3) {
    margin-right: 0;
  }
  .bDetail .detail {
    padding: 80px 0 100px;
  }
  .bDetail .detail .ttl_box {
    padding-bottom: 10px;
    border-bottom: 2px solid #e60012;
    margin-bottom: 50px;
  }
  .bDetail .detail .ttl_box .ttlSt01 {
    margin-bottom: 0;
    color: #000000;
    font-size: 4.62963rem;
    font-weight: bold;
    letter-spacing: 4px;
  }
  .bDetail .detail .ttl_box .ttlSt01 span {
    display: inline-block;
    margin-left: 10px;
    letter-spacing: 2px;
    font-size: 1.66667rem;
    line-height: 1;
    font-weight: 500;
    color: #3e3a39;
    margin-top: 5px;
  }
  .bDetail .detail .detail_inner {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bDetail .detail .detail_inner .detail_meta {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bDetail .detail .detail_inner .detail_meta .detail_time_date {
    font-size: 5.55556rem;
    color: #e60012;
    display: block;
    text-align: left;
    width: 100%;
    font-weight: bold;
    line-height: 1;
  }
  .bDetail .detail .detail_inner .detail_meta .detail_time_month_year {
    font-size: 1.2963rem;
    display: block;
    text-align: left;
    margin-left: 23px;
    width: 100%;
  }
  .bDetail .detail .detail_inner .content_dt {
    width: 100%;
    max-width: 850px;
  }
  .bDetail .detail .detail_inner .content_dt .cate_detail {
    padding: 9px 35px;
    color: #fff;
    background: #e60012;
    font-size: 1.6rem;
    line-height: 1;
    display: inline-block;
    margin-bottom: 30px;
    margin-top: 10px;
    text-align: center;
  }
  .bDetail .detail .detail_inner .detail_title {
    font-size: 3.33333rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .bDetail .detail .detail_inner .detail_txt {
    color: #666666;
    font-size: 1.66667rem;
  }
  .bDetail .detail .detail_inner .detail_txt p {
    margin-top: 10px;
    line-height: 1.8;
  }
  .bDetail .detail .detail_inner .detail_txt p:not(:first-child) {
    margin-top: 5px;
  }
  .bDetail .detail .detail_inner .detail_txt img {
    margin-top: 10px;
    max-width: 800px;
    display: block;
    margin: 20px 0;
  }
  .bDetail .detail .detail_inner .detail_txt a {
    color: #0a6ab0;
  }
  .bDetail .detail .detail_inner .detail_btn {
    text-align: center;
    margin-top: 40px;
  }
  .bDetail .detail .detail_inner .detail_btn a {
    padding: 10px 40px;
    color: #fff;
    font-size: 1.66667rem;
    background: #8fc31f;
  }
  .p-purpose_top {
    padding: 108px 0 40px;
  }
  .p-purpose_top .l-anchor {
    margin-bottom: 95px;
  }
  .p-purpose_top .b_choice {
    text-align: center;
    width: 100%;
    min-height: 528px;
    -moz-border-radius: 56px;
         border-radius: 56px;
    background: url("../img/purpose/bg_choice.png") no-repeat center center/cover;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .p-purpose_top .b_choice p {
    font-size: 2.6rem;
    line-height: 34px;
    color: #fff;
    font-weight: 500;
  }
  .p-purpose_top .b_choice h3 {
    font-size: 13.9rem;
    line-height: 1;
    color: #fff;
    font-weight: 500;
  }
  .p-purpose_tabs {
    background-color: #B9E5FB;
    position: relative;
    padding: 155px 0 55px;
  }
  .p-purpose_tabs:before {
    content: "";
    width: 100%;
    height: 142px;
    background: url("../img/bg_all.png") repeat-x;
    -moz-background-size: auto;
         background-size: auto;
    position: absolute;
    top: -1px;
    left: 0;
  }
  .p-purpose_tabs .tabs_controls li {
    width: 33.33%;
  }
  .p-purpose_tabs .tabs_contents .flx_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    gap: 60px;
    margin-right: -60px;
  }
  .p-purpose_tabs .tabs_contents .flx_item {
    width: -webkit-calc(33.33% - 60px);
    width: -moz-calc(33.33% - 60px);
    width: calc(33.33% - 60px);
  }
  .p-purpose_tabs .tabs_contents .flx_item .pic {
    -moz-border-radius: 100%;
         border-radius: 100%;
    position: relative;
    margin-bottom: 30px;
  }
  .p-purpose_tabs .tabs_contents .flx_item .pic:after {
    content: "";
    width: 100%;
    height: 100%;
    -moz-border-radius: 100%;
         border-radius: 100%;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0;
  }
  .p-purpose_tabs .tabs_contents .flx_item .pic img {
    width: 100%;
    height: 100%;
  }
  .p-purpose_tabs .tabs_contents .flx_item .pic figcaption {
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.9), 0 1px 8px rgba(0, 0, 0, 0.9);
  }
  .p-purpose_tabs .tabs_contents .flx_item .l_list li {
    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;
    -moz-border-radius: 100px;
         border-radius: 100px;
    padding: 8px;
    gap: 10px;
  }
  .p-purpose_tabs .tabs_contents .flx_item .l_list li:not(:last-child) {
    margin-bottom: 15px;
  }
  .p-purpose_tabs .tabs_contents .flx_item .l_list li .nb {
    width: 34px;
    height: 34px;
    -moz-border-radius: 100%;
         border-radius: 100%;
    background-color: #fff;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 600;
    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;
  }
  .p-purpose_tabs .tabs_contents .flx_item .l_list li em {
    font-size: 1.6rem;
    line-height: 1.3;
    display: block;
    font-weight: 500;
    color: #fff;
    font-style: normal;
  }
  .p-purpose_tabs .tabs_contents .flx_item .l_list li.clg01 {
    background-color: #309DD8;
  }
  .p-purpose_tabs .tabs_contents .flx_item .l_list li.clg01 .nb {
    color: #309DD8;
  }
  .p-purpose_tabs .tabs_contents .flx_item .l_list li.clg02 {
    background-color: #EC9D51;
  }
  .p-purpose_tabs .tabs_contents .flx_item .l_list li.clg02 .nb {
    color: #EC9D51;
  }
  .p-purpose_tabs .tabs_contents .flx_item .l_list li.clg03 {
    background-color: #68A783;
  }
  .p-purpose_tabs .tabs_contents .flx_item .l_list li.clg03 .nb {
    color: #68A783;
  }
  .p-purpose_tabs .tabs_contents .flx_item .tl {
    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;
    gap: 15px;
    margin-top: 25px;
  }
  .p-purpose_tabs .tabs_contents .flx_item .tl .ds {
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 600;
    color: #3C60AD;
  }
  .p-purpose_tabs .tabs_contents .flx_item .tl .sl {
    font-size: 6.6rem;
    line-height: 1.3;
    font-weight: 600;
    color: #3C60AD;
  }
  .p-purpose_tabs .tabs_contents .flx_item .tl .sl small {
    font-size: 3.7rem;
  }
  .p-purpose_bottom {
    background-color: #B9E5FB;
    padding-bottom: 110px;
  }
  .p-purpose_bottom .bt_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    gap: 30px;
    margin-right: -30px;
  }
  .p-purpose_bottom .bt_item {
    width: -webkit-calc(33.33% - 30px);
    width: -moz-calc(33.33% - 30px);
    width: calc(33.33% - 30px);
  }
  .p-purpose_bottom .bt_item:nth-child(1) a:before {
    background: #EEE6DF;
  }
  .p-purpose_bottom .bt_item:nth-child(1) .txt:after {
    background: -webkit-gradient(linear, left top, right top, from(#ec9d51), to(white));
    background: -webkit-linear-gradient(left, #ec9d51 0%, white 100%);
    background: -moz- oldlinear-gradient(left, #ec9d51 0%, white 100%);
    background: linear-gradient(90deg, #ec9d51 0%, white 100%);
  }
  .p-purpose_bottom .bt_item:nth-child(2) a:before {
    background: #ECECEC;
  }
  .p-purpose_bottom .bt_item:nth-child(2) .txt:after {
    background: -webkit-gradient(linear, left top, right top, from(#68a783), to(white));
    background: -webkit-linear-gradient(left, #68a783 0%, white 100%);
    background: -moz- oldlinear-gradient(left, #68a783 0%, white 100%);
    background: linear-gradient(90deg, #68a783 0%, white 100%);
  }
  .p-purpose_bottom .bt_item:nth-child(3) a:before {
    background-color: #A6D7FF;
  }
  .p-purpose_bottom .bt_item:nth-child(3) .txt:after {
    background: -webkit-gradient(linear, left top, right top, from(#309dd8), to(white));
    background: -webkit-linear-gradient(left, #309dd8 0%, white 100%);
    background: -moz- oldlinear-gradient(left, #309dd8 0%, white 100%);
    background: linear-gradient(90deg, #309dd8 0%, white 100%);
  }
  .p-purpose_bottom .bt_item a {
    display: block;
    position: relative;
  }
  .p-purpose_bottom .bt_item a:after {
    content: "";
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .p-purpose_bottom .bt_item figure {
    position: relative;
  }
  .p-purpose_bottom .bt_item figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p-purpose_bottom .bt_item figcaption {
    font-size: 7rem;
    line-height: 1.3;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
  }
  .p-purpose_bottom .txt {
    padding: 15px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .p-purpose_bottom .txt:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
  }
  .p-purpose_bottom .txt h3 {
    font-size: 1.9rem;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    margin-bottom: 5px;
    position: relative;
    z-index: 1;
  }
  .p-purpose_bottom .txt p {
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 500;
    color: #fff;
    position: relative;
    z-index: 1;
  }
  .p-facility .l-anchor {
    padding: 95px 0 65px;
  }
  .p-facility_wrap {
    background-color: #B9E5FB;
    position: relative;
    padding: 177px 0 100px;
    z-index: 1;
  }
  .p-facility_wrap:before {
    content: "";
    width: 100%;
    height: 142px;
    background: url("../img/bg_all.png") repeat-x;
    -moz-background-size: auto;
         background-size: auto;
    position: absolute;
    top: -1px;
    left: 0;
    z-index: -1;
  }
  .p-facility .b_360 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #00337F;
    margin-bottom: 40px;
  }
  .p-facility .b_360_pic {
    position: relative;
    width: 717px;
  }
  .p-facility .b_360_pic:after {
    content: "";
    width: 376px;
    height: 240px;
    background: url("../img/facility/deco_360.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -90px;
  }
  .p-facility .b_360_pic img {
    width: 100%;
  }
  .p-facility .b_360 .txt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: right;
    width: -webkit-calc(100% - 717px);
    width: -moz-calc(100% - 717px);
    width: calc(100% - 717px);
    padding: 20px 40px;
  }
  .p-facility .b_360 .txt h3 {
    font-size: 7.8rem;
    line-height: 1;
    color: #fff;
    margin-bottom: 10px;
  }
  .p-facility .b_360 .txt p {
    font-size: 2.7rem;
    line-height: 33px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
  }
  .p-facility .b_360 .txt .btn {
    width: 216px;
    height: 57px;
  }
  .p-facility .b_360 .txt .btn.--whiteTextBlue {
    background: url("../img/top/arr_right_whiteBlue2.svg") no-repeat right 15px center #ffffff;
    -moz-background-size: 18px auto;
         background-size: 18px auto;
    color: #3C60AD;
  }
  .p-facility .b_360 .txt .btn.--whiteTextBlue:hover {
    opacity: 1;
    color: #ffffff;
    background: url("../img/top/arr_right_white.svg") no-repeat right 15px center #3C60AD;
    -moz-background-size: 18px auto;
         background-size: 18px auto;
  }
  .p-facility_item {
    background-color: #fff;
    padding: 40px 90px 60px;
    position: relative;
  }
  .p-facility_item:before {
    content: "";
    width: 143px;
    height: 143px;
    background: url("../img/block_bg.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
  }
  .p-facility_item:not(:last-child) {
    margin-bottom: 40px;
  }
  .p-facility_item .ttl_it {
    text-align: center;
    font-size: 7.2rem;
    line-height: 1;
    font-weight: bold;
    color: #3C60AD;
    margin-bottom: 35px;
  }
  .p-facility_item .ttl_sub {
    font-size: 2.8rem;
    line-height: 1;
    font-weight: bold;
    color: #3C60AD;
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  .p-facility_item p {
    font-size: 1.5rem;
    line-height: 22px;
    text-align: center;
    margin-bottom: 20px;
  }
  .p-facility_item .l_img {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
  }
  .p-facility_item .l_img li {
    width: 33.33%;
  }
  .p-facility_floor {
    padding: 75px 0;
  }
  .p-facility_floor_img li {
    text-align: center;
  }
  .p-facility_floor_img li:not(:last-child) {
    margin-bottom: 50px;
  }
  .p-facility_floor .btn {
    width: 330px;
    height: 58px;
    margin: 70px auto 0;
  }
  .p-reservation {
    padding-bottom: 50px;
  }
  .p-reservation .b_flow {
    padding: 60px 0;
  }
  .p-reservation .b_flow_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 70px;
    margin-right: -70px;
  }
  .p-reservation .b_flow_item {
    width: -webkit-calc(33.33% - 70px);
    width: -moz-calc(33.33% - 70px);
    width: calc(33.33% - 70px);
    position: relative;
  }
  .p-reservation .b_flow_item:not(:last-child):after {
    content: "";
    width: 30px;
    height: 39px;
    background: url("../img/reservation/arr01.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 80px;
    right: -52px;
  }
  .p-reservation .b_flow_item .pic {
    margin-bottom: 15px;
  }
  .p-reservation .b_flow_item .pic img {
    width: 100%;
    height: auto;
  }
  .p-reservation .b_flow_item h3 {
    font-size: 4.5rem;
    line-height: 1;
    font-weight: bold;
    color: #3C60AD;
    margin-bottom: 20px;
  }
  .p-reservation .b_flow_item p {
    font-size: 1.9rem;
    line-height: 23px;
    font-weight: 500;
  }
  .p-reservation .b_form {
    padding: 185px 0 110px;
    position: relative;
    background-color: #B9E5FB;
  }
  .p-reservation .b_form:before {
    content: "";
    width: 100%;
    height: 142px;
    background: url("../img/bg_all.png") repeat-x;
    -moz-background-size: auto;
         background-size: auto;
    position: absolute;
    top: -1px;
    left: 0;
  }
  .p-reservation .b_form .txt_top {
    text-align: center;
    font-size: 1.6rem;
    line-height: 32px;
    margin-bottom: 30px;
  }
  .p-reservation .b_form .l_step {
    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;
  }
  .p-reservation .b_form .l_step li {
    width: 100%;
    min-height: 136px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -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;
    flex-direction: column;
    background-color: #fff;
    -moz-border-radius: 22px;
         border-radius: 22px;
    position: relative;
  }
  .p-reservation .b_form .l_step li:not(:last-child) {
    margin-right: 53px;
  }
  .p-reservation .b_form .l_step li:not(:last-child):after {
    content: "";
    width: 11px;
    height: 30px;
    background: url("../img/reservation/arr02.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -30px;
  }
  .p-reservation .b_form .l_step li:nth-child(1) {
    max-width: 336px;
  }
  .p-reservation .b_form .l_step li:nth-child(2) {
    max-width: 490px;
  }
  .p-reservation .b_form .l_step li:nth-child(3) {
    max-width: 182px;
  }
  .p-reservation .b_form .l_step li .nb {
    display: block;
    font-size: 3.6rem;
    line-height: 1;
    font-weight: bold;
    color: #3C60AD;
    margin-bottom: 10px;
  }
  .p-reservation .b_form .l_step li em {
    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-style: normal;
    font-size: 1.7rem;
    line-height: 20px;
    color: #0F56A5;
    text-align: center;
    min-height: 60px;
  }
  .p-contact_wrap {
    background-color: #B9E5FB;
    padding: 60px 0 90px;
  }
  .p-contact_box {
    background-color: #fff;
    position: relative;
    padding: 60px 60px 80px;
    text-align: center;
  }
  .p-contact_box:before {
    content: "";
    width: 143px;
    height: 143px;
    background: url("../img/block_bg.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
  }
  .p-contact_box .ttl {
    font-size: 2.2rem;
    line-height: 1.2;
    color: #299CD3;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .p-contact_box .txt_tel {
    font-size: 4.5rem;
    line-height: 1;
    color: #3C60AD;
    font-weight: 500;
    margin-bottom: 25px;
  }
  .p-contact_box .desc {
    font-size: 1.9rem;
    line-height: 28px;
  }
  .p-contact_box .btn {
    width: 418px;
    height: 58px;
    margin: 50px auto 0;
  }
  .p-junior .l-anchor {
    padding: 65px 0 85px;
  }
  .p-junior_top {
    padding-bottom: 50px;
  }
  .p-junior_top_box {
    width: 100%;
    min-height: 545px;
    -moz-border-radius: 56px;
         border-radius: 56px;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 50px;
    background: url("../img/junior/bg_message.png") no-repeat center center/cover;
  }
  .p-junior_top_box .ttl_message {
    position: absolute;
    bottom: 25px;
    left: 25px;
  }
  .p-junior_top_box .ttl_message_ja {
    display: block;
    font-size: 3rem;
    line-height: 1;
    font-weight: 700;
    color: #fff;
  }
  .p-junior_top_box .ttl_message_en {
    display: block;
    font-size: 11rem;
    line-height: 1;
    font-weight: 700;
    color: #fff;
  }
  .p-junior_top_box .txt {
    max-width: 372px;
  }
  .p-junior_top_box .txt h3 {
    font-size: 3.6rem;
    line-height: 1.5;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
  }
  .p-junior_top_box .txt p {
    font-size: 1.9rem;
    line-height: 36px;
    color: #fff;
    text-align: justify;
  }
  .p-junior .b_course {
    padding: 110px 0 80px;
    background-color: #B9E5FB;
    position: relative;
    z-index: 1;
  }
  .p-junior .b_course:before {
    content: "";
    width: 100%;
    height: 142px;
    background: url("../img/bg_all.png") repeat-x;
    -moz-background-size: auto;
         background-size: auto;
    position: absolute;
    top: -1px;
    left: 0;
    z-index: -1;
  }
  .p-junior .b_course_item {
    background-color: #fff;
    position: relative;
    padding: 70px 80px 60px;
  }
  .p-junior .b_course_item:before {
    content: "";
    width: 143px;
    height: 143px;
    background: url("../img/block_bg.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
  }
  .p-junior .b_course_item:not(:last-child) {
    margin-bottom: 70px;
  }
  .p-junior .b_course_item .ttl_it {
    font-size: 4.2rem;
    line-height: 1;
    color: #3C60AD;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
  }
  .p-junior .b_course_item .txt_top {
    font-size: 1.8rem;
    line-height: 34px;
    text-align: center;
    margin-bottom: 45px;
  }
  .p-junior .b_course .course_block:not(:last-child) {
    margin-bottom: 70px;
  }
  .p-junior .b_course .course_block_pic {
    position: relative;
  }
  .p-junior .b_course .course_block_pic:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .p-junior .b_course .course_block_pic figcaption {
    font-size: 3.1rem;
    line-height: 1.3;
    font-weight: bold;
    text-align: right;
    color: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 30px;
    z-index: 2;
  }
  .p-junior .b_course .course_block_pic figcaption small {
    display: block;
  }
  .p-junior .b_course .course_block_pic.mask01:after {
    background: url("../img/junior/bg_mask01.png") no-repeat center center/cover;
  }
  .p-junior .b_course .course_block_pic.mask02:after {
    background: url("../img/junior/bg_mask02.png") no-repeat center center/cover;
  }
  .p-junior .b_course .course_block_pic.mask03:after {
    background: url("../img/junior/bg_mask03.png") no-repeat center center/cover;
  }
  .p-junior .b_course .course_block_fee table, .p-junior .b_course .course_block_fee th, .p-junior .b_course .course_block_fee td {
    border-collapse: collapse;
    border: 1px solid #3C60AD;
  }
  .p-junior .b_course .course_block_fee table {
    width: 100%;
    table-layout: fixed;
  }
  .p-junior .b_course .course_block_fee table th {
    background-color: #3C60AD;
    border: 1px solid #4EB5E2;
    font-size: 1.8rem;
    line-height: 1;
    color: #fff;
    padding: 15px;
    text-align: center;
  }
  .p-junior .b_course .course_block_fee table th.w_296 {
    width: 296px;
  }
  .p-junior .b_course .course_block_fee table th.w_322 {
    width: 322px;
  }
  .p-junior .b_course .course_block_fee table th.w_390 {
    width: 390px;
  }
  .p-junior .b_course .course_block_fee table th.w_475 {
    width: 475px;
  }
  .p-junior .b_course .course_block_fee table td {
    padding: 15px;
    font-size: 1.8rem;
    line-height: 1.5;
    text-align: center;
  }
  .p-junior .b_course .course_block_fee table td small {
    font-size: 1.6rem;
  }
  .p-junior .b_course .course_block .note {
    text-align: right;
    font-size: 1.4rem;
    line-height: 24px;
    margin-top: 15px;
  }
  .p-schedule .l-anchor {
    padding: 80px 0 60px;
  }
  .p-schedule .b_schedule {
    background-color: #B9E5FB;
    position: relative;
    padding: 85px 0 105px;
    z-index: 1;
  }
  .p-schedule .b_schedule:before {
    content: "";
    width: 100%;
    height: 142px;
    background: url("../img/bg_all.png") repeat-x;
    -moz-background-size: auto;
         background-size: auto;
    position: absolute;
    top: -1px;
    left: 0;
    z-index: -1;
  }
  .p-schedule .b_schedule_item {
    background-color: #fff;
    padding: 30px 80px 40px;
    position: relative;
  }
  .p-schedule .b_schedule_item:before {
    content: "";
    width: 143px;
    height: 143px;
    background: url("../img/block_bg.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
  }
  .p-schedule .b_schedule_item:not(:last-child) {
    margin-bottom: 45px;
  }
  .p-schedule .b_schedule_item h3 {
    font-size: 2.5rem;
    line-height: 30px;
    color: #3C60AD;
    font-weight: bold;
    margin-bottom: 25px;
  }
  .p-schedule .b_schedule_item .flx {
    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;
    gap: 30px;
  }
  .p-schedule .b_schedule_item .flx .l_txt {
    width: -webkit-calc(100% - 258px);
    width: -moz-calc(100% - 258px);
    width: calc(100% - 258px);
    border-top: 2px solid #3C60AD;
    border-bottom: 2px solid #3C60AD;
  }
  .p-schedule .b_schedule_item .flx .l_txt li {
    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;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 0;
  }
  .p-schedule .b_schedule_item .flx .l_txt li:not(:last-child) {
    border-bottom: 1px solid #3C60AD;
  }
  .p-schedule .b_schedule_item .flx .l_txt li em {
    display: block;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 18px;
    font-weight: 500;
    width: -webkit-calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    width: calc(100% - 200px);
  }
  .p-schedule .b_schedule_item .flx .l_txt li .btn {
    width: 200px;
    height: 46px;
  }
  .p-schedule .b_schedule_item .flx .pic {
    width: 258px;
  }
  .p-program .l-anchor {
    padding: 105px 0 80px;
  }
  .p-program .b_program {
    background-color: #B9E5FB;
    position: relative;
    padding: 85px 0 75px;
    z-index: 1;
  }
  .p-program .b_program:before {
    content: "";
    width: 100%;
    height: 142px;
    background: url("../img/bg_all.png") repeat-x;
    -moz-background-size: auto;
         background-size: auto;
    position: absolute;
    top: -1px;
    left: 0;
    z-index: -1;
  }
  .p-program .tabs_controls li {
    width: 33.33%;
  }
  .p-program .tabs_contents .flx_top {
    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;
    gap: 50px;
    margin-bottom: 60px;
  }
  .p-program .tabs_contents .flx_top .pic {
    width: 567px;
  }
  .p-program .tabs_contents .flx_top .txt {
    width: -webkit-calc(100% - 567px);
    width: -moz-calc(100% - 567px);
    width: calc(100% - 567px);
  }
  .p-program .tabs_contents .flx_top .txt h3 {
    font-size: 2.6rem;
    line-height: 1.5;
    font-weight: bold;
    color: #1C50A1;
    margin-bottom: 20px;
  }
  .p-program .tabs_contents .flx_top .txt p {
    font-size: 2.1rem;
    line-height: 33px;
  }
  .p-program .tabs_contents .b_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    gap: 30px 20px;
  }
  .p-program .tabs_contents .b_wrap .b_item {
    width: -webkit-calc(33.33% - 20px);
    width: -moz-calc(33.33% - 20px);
    width: calc(33.33% - 20px);
    background-color: #1C50A1;
    padding: 25px;
  }
  .p-program .tabs_contents .b_wrap .b_item figure {
    margin-bottom: 15px;
  }
  .p-program .tabs_contents .b_wrap .b_item figure img {
    width: 100%;
    height: 184px;
    object-fit: cover;
  }
  .p-program .tabs_contents .b_wrap .b_item h3 {
    font-size: 2rem;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 15px;
    color: #fff;
    text-align: center;
  }
  .p-program .tabs_contents .b_wrap .b_item p {
    font-size: 1.6rem;
    line-height: 20px;
    color: #fff;
    margin-bottom: 20px;
  }
  .p-program .tabs_contents .b_wrap .b_item .l_if {
    max-width: 200px;
    margin: 0 auto;
    width: 100%;
  }
  .p-program .tabs_contents .b_wrap .b_item .l_if li {
    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;
    gap: 10px;
  }
  .p-program .tabs_contents .b_wrap .b_item .l_if li span {
    width: 109px;
    min-height: 22px;
    -moz-border-radius: 100px;
         border-radius: 100px;
    background-color: #fff;
    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: 1.3rem;
    line-height: 1;
    font-weight: 500;
    color: #1C50A1;
  }
  .p-program .tabs_contents .b_wrap .b_item .l_if li em {
    display: block;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 500;
    color: #fff;
    font-style: normal;
    width: -webkit-calc(100% - 109px);
    width: -moz-calc(100% - 109px);
    width: calc(100% - 109px);
  }
  .p-program .tabs_contents .b_wrap .b_item .l_if li:not(:last-child) {
    margin-bottom: 10px;
  }
  .p-fee .l-anchor {
    padding: 100px 0 60px;
  }
  .p-fee .b_price {
    background-color: #B9E5FB;
    position: relative;
    padding: 120px 0 140px;
    z-index: 1;
  }
  .p-fee .b_price:before {
    content: "";
    width: 100%;
    height: 142px;
    background: url("../img/bg_all.png") repeat-x;
    -moz-background-size: auto;
         background-size: auto;
    position: absolute;
    top: -1px;
    left: 0;
    z-index: -1;
  }
  .p-fee .b_price .row {
    max-width: 1080px;
  }
  .p-fee .b_price_item:not(:last-child) {
    margin-bottom: 65px;
  }
  .p-fee .b_price_item h3 {
    font-size: 2.8rem;
    line-height: 1.5;
    font-weight: bold;
    color: #3C60AD;
    margin-bottom: 30px;
    text-align: center;
  }
  .p-fee .b_price_item .txt_top {
    text-align: center;
    font-size: 1.6rem;
    line-height: 19px;
    margin-bottom: 30px;
  }
  .p-fee .b_price_item .table_fee_scrll table, .p-fee .b_price_item .table_fee_scrll th, .p-fee .b_price_item .table_fee_scrll td {
    border-collapse: collapse;
    border: 1px solid #9DAFD6;
  }
  .p-fee .b_price_item .table_fee_scrll table {
    width: 100%;
  }
  .p-fee .b_price_item .table_fee_scrll table th {
    padding: 15px;
    background-color: #8AA0CE;
    font-size: 1.8rem;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    font-weight: 500;
  }
  .p-fee .b_price_item .table_fee_scrll table th.w_242 {
    width: 242px;
  }
  .p-fee .b_price_item .table_fee_scrll table th.w_295 {
    width: 295px;
  }
  .p-fee .b_price_item .table_fee_scrll table td {
    font-size: 1.8rem;
    line-height: 1.6;
    text-align: center;
    font-weight: 500;
    background-color: #fff;
    padding: 15px;
  }
  .p-fee .b_price_item .table_fee_scrll table td small {
    font-size: 1.5rem;
  }
  .p-fee .b_price_item .table_fee_scrll table td small.ds_block {
    display: block;
  }
  .p-fee .b_price_item .table_fee_scrll table td.txt_left {
    text-align: left;
  }
  .p-fee .b_price_item .table_fee_scrll table td.bg01 {
    background-color: #3C60AD;
    color: #fff;
  }
  .p-fee .b_price_item .table_fee_scrll table td.w_60 {
    width: 60px;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
  }
  .p-fee .b_price_item .note {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 20px;
  }
  .p-terms .b_regulation {
    background-color: #B9E5FB;
    padding: 65px 0 100px;
  }
  .p-terms .b_regulation_item {
    background-color: #fff;
    padding: 50px 80px 40px;
    position: relative;
  }
  .p-terms .b_regulation_item:before {
    content: "";
    width: 143px;
    height: 143px;
    background: url("../img/block_bg.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
  }
  .p-terms .b_regulation_item:not(:last-child) {
    margin-bottom: 80px;
  }
  .p-terms .b_regulation_item h3 {
    font-size: 2.8rem;
    line-height: 1.5;
    color: #3C60AD;
    font-weight: bold;
    margin-bottom: 25px;
    text-align: center;
  }
  .p-terms .b_regulation_item .txt_group {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-terms .b_regulation_item .txt_group_ttl {
    width: 210px;
    font-size: 1.5rem;
    line-height: 28px;
    display: block;
    -moz-font-feature-settings: "palt" 1;
         font-feature-settings: "palt" 1;
    font-weight: bold;
  }
  .p-terms .b_regulation_item .txt_group_txt {
    width: -webkit-calc(100% - 210px);
    width: -moz-calc(100% - 210px);
    width: calc(100% - 210px);
    padding-left: 15px;
    font-size: 1.6rem;
    line-height: 28px;
    -moz-font-feature-settings: "palt" 1;
         font-feature-settings: "palt" 1;
  }
  .p-terms .b_regulation_item .txt_group_txt .l_count {
    counter-reset: li;
  }
  .p-terms .b_regulation_item .txt_group_txt .l_count li {
    position: relative;
    padding-left: 20px;
  }
  .p-terms .b_regulation_item .txt_group_txt .l_count li:before {
    counter-increment: li;
    content: counter(li) ". ";
    position: absolute;
    top: 0;
    left: 0;
  }
  .p-company_wrap {
    padding: 80px 0 110px;
    background-color: #B9E5FB;
  }
  .p-company_wrap .row {
    max-width: 1080px;
  }
  .p-company .l_company_list {
    border: 1px solid #3C60AD;
  }
  .p-company .l_company_list li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-company .l_company_list li:not(:last-child) span {
    border-bottom: 1px solid #fff;
  }
  .p-company .l_company_list li:not(:last-child) em {
    border-bottom: 1px solid #3C60AD;
  }
  .p-company .l_company_list li span {
    width: 217px;
    font-size: 1.9rem;
    line-height: 1.5;
    font-weight: 500;
    color: #fff;
    background-color: #3C60AD;
    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;
    padding: 25px 60px;
  }
  .p-company .l_company_list li em {
    display: block;
    width: -webkit-calc(100% - 217px);
    width: -moz-calc(100% - 217px);
    width: calc(100% - 217px);
    font-style: normal;
    padding: 25px 20px;
    background-color: #fff;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .p-privacy_wrap {
    padding: 90px 0;
    background-color: #B9E5FB;
  }
  .p-privacy_item {
    background-color: #fff;
    padding: 40px 90px 60px;
    position: relative;
  }
  .p-privacy_item:before {
    content: "";
    width: 143px;
    height: 143px;
    background: url("../img/block_bg.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
  }
  .p-privacy_item:not(:last-child) {
    margin-bottom: 40px;
  }
  .p-privacy_item h3 {
    font-size: 2.2rem;
    line-height: 1;
    font-weight: bold;
    color: #299cd3;
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
  .p-privacy_item p {
    font-size: 1.5rem;
    line-height: 28px;
  }
  .p-privacy_item .l_count {
    counter-reset: li;
  }
  .p-privacy_item .l_count > li {
    position: relative;
    padding-left: 20px;
    font-size: 1.5rem;
    line-height: 28px;
  }
  .p-privacy_item .l_count > li:before {
    counter-increment: li;
    content: counter(li) ". ";
    position: absolute;
    top: 0;
    left: 0;
  }
  .p-privacy_item .l_count2 {
    counter-reset: li;
  }
  .p-privacy_item .l_count2 > li {
    position: relative;
    padding-left: 23px;
    font-size: 1.5rem;
    line-height: 28px;
  }
  .p-privacy_item .l_count2 > li:before {
    counter-increment: li;
    content: "(" counter(li) ")";
    position: absolute;
    top: 0;
    left: 0;
  }
  .p-privacy_item .l_count2 > li .mg_left {
    margin-left: -23px;
  }
  .p-privacy_item .it_box:not(:last-child) {
    margin-bottom: 25px;
  }
  .p-privacy_item .it_box.txt_right {
    text-align: right;
  }
  .p-procedures .b_reception {
    padding: 65px 0 80px;
    text-align: center;
  }
  .p-procedures .b_reception .ttl_section {
    margin-bottom: 30px;
  }
  .p-procedures .b_reception .ttl_sub {
    max-width: 465px;
    min-height: 50px;
    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;
    -moz-border-radius: 100px;
         border-radius: 100px;
    color: #fff;
    font-size: 2.5rem;
    list-style: 1;
    font-weight: 500;
    margin: 0 auto 30px;
    width: 100%;
    background-color: #1c50a1;
  }
  .p-procedures .b_reception .txt_blue {
    font-size: 3.2rem;
    line-height: 39px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #3c60ad;
  }
  .p-procedures .b_reception p {
    font-size: 1.9rem;
    line-height: 28px;
    font-weight: 500;
  }
  .p-procedures_tabs {
    padding: 170px 0 110px;
    background-color: #B9E5FB;
    position: relative;
    z-index: 1;
  }
  .p-procedures_tabs:before {
    content: "";
    width: 100%;
    height: 142px;
    background: url("../img/bg_all.png") repeat-x;
    -moz-background-size: auto;
         background-size: auto;
    position: absolute;
    top: -1px;
    left: 0;
    z-index: -1;
  }
  .p-procedures_tabs .tabs_controls li {
    width: 50%;
  }
  .p-procedures_tabs .tabs_controls li a {
    height: 71px;
  }
  .p-procedures_tabs .tabs_contents {
    padding: 0;
    background-color: transparent;
  }
  .p-procedures_tabs .tabs_contents:after {
    content: none;
  }
  .p-procedures_tabs .tabs_contents .tab_wrap {
    background-color: #fff;
    padding: 50px;
    position: relative;
  }
  .p-procedures_tabs .tabs_contents .tab_wrap:after {
    content: "";
    width: 143px;
    height: 143px;
    background: url("../img/block_bg.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
  }
  .p-procedures_tabs .tabs_contents .tab_wrap:not(:last-child) {
    margin-bottom: 30px;
  }
  .p-procedures_tabs .tabs_contents .tab_ttl {
    font-size: 2.8rem;
    line-height: 1.5;
    font-weight: bold;
    color: #3c60ad;
    margin-bottom: 50px;
    text-align: center;
  }
  .p-procedures_tabs .tabs_contents .tab_box {
    max-width: 950px;
    margin: 0 auto;
  }
  .p-procedures_tabs .tabs_contents .tab_box:not(:last-child) {
    margin-bottom: 80px;
  }
  .p-procedures_tabs .tabs_contents .tab_box h3 {
    text-align: center;
    margin-bottom: 30px;
  }
  .p-procedures_tabs .tabs_contents .tab_box h3 span {
    font-size: 2rem;
    line-height: 32px;
    font-weight: 600;
    display: inline-block;
    border-bottom: 2px solid #3c60ad;
    padding-bottom: 5px;
  }
  .p-procedures_tabs .tabs_contents .tab_box .txt_center {
    text-align: center;
  }
  .p-procedures_tabs .tabs_contents .tab_box p {
    font-size: 1.6rem;
    line-height: 32px;
  }
  .p-procedures_tabs .tabs_contents .tab_box p + p {
    margin-top: 20px;
  }
  .p-procedures_tabs .tabs_contents .tab_box p span {
    font-weight: bold;
    color: #3c60ad;
  }
  .p-procedures_tabs .tabs_contents .tab_box p.mg-left {
    margin-left: 18px;
  }
  .p-procedures_tabs .tabs_contents .tab_box .l_dot li {
    font-size: 1.6rem;
    line-height: 32px;
    padding-left: 20px;
    position: relative;
  }
  .p-procedures_tabs .tabs_contents .tab_box .l_dot li:before {
    content: "●";
    font-size: 1.6rem;
    line-height: 32px;
    position: absolute;
    top: 0;
    left: 0;
    color: #3c60ad;
  }
  .p-procedures_tabs .tabs_contents .tab_box .l_note {
    padding-left: 18px;
  }
  .p-procedures_tabs .tabs_contents .tab_box .l_note li {
    font-size: 1.6rem;
    line-height: 32px;
    padding-left: 20px;
    position: relative;
  }
  .p-procedures_tabs .tabs_contents .tab_box .l_note li:before {
    content: "※";
    font-size: 1.6rem;
    line-height: 32px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .p-procedures_tabs .tabs_contents .tab_box .l_inf {
    max-width: 550px;
    margin: 0 auto;
  }
  .p-procedures_tabs .tabs_contents .tab_box .l_inf li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.6rem;
    line-height: 32px;
  }
  .p-procedures_tabs .tabs_contents .tab_box .l_inf li span {
    display: block;
    font-weight: bold;
    color: #3c60ad;
  }
  .p-procedures_tabs .tabs_contents .tab_box .l_inf li em {
    display: block;
    font-style: normal;
  }
  .p-procedures_tabs .tabs_contents .tab_box .p_wrap {
    max-width: 500px;
    margin: 0 auto;
  }
  .p-recruit {
    /*max-width: 1115px;*/
    width: 100%;
    margin: 0 auto 0;
    padding: 0 0 60px;
    background: #b9e5fb;
  }
  .p-recruit_ttl {
    text-align: center;
    font-size: 3.3rem;
    line-height: 1;
    font-weight: 500;
    color: #3C60AD;
    margin: 40px 0 20px;
  }
  .p-recruit .ttl_info {
    display: block;
    font-size: 4rem;
    font-weight: 500;
    color: #4d4d4d;
    line-height: 1;
    vertical-align: bottom;
    margin-top: 50px;
    margin-left: 0;
    font-family: 'Josefin Sans', sans-serif;
    color: #3c60ad;
    text-align: center;
  }
  .p-recruit .ttl_info span {
    -webkit-transform: scale(0.8, 1);
       -moz-transform: scale(0.8, 1);
        -ms-transform: scale(0.8, 1);
            transform: scale(0.8, 1);
    text-align: center;
    font-size: 2.4rem;
    letter-spacing: 0em;
    line-height: 1;
    color: #333;
    font-family: 'Noto Sans JP', sans-serif;
  }
  .p-recruit .tabs_controls {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 40px -12px;
  }
  .p-recruit .tabs_controls li {
    width: -webkit-calc(33.33% - 12px);
    width: -moz-calc(33.33% - 12px);
    width: calc(33.33% - 12px);
    margin: 0 0 0 12px;
  }
  .p-recruit .tabs_controls li a, .p-recruit .tabs_controls li 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;
    /*background-color: #EAEAEA;*/
    min-height: 70px;
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    border: none;
  }
  .p-recruit .tabs_controls li.active a, .p-recruit .tabs_controls li.active span {
    background-color: #3C60AD;
    color: #fff;
  }
  .p-recruit_list li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-recruit_list li:not(:last-child) {
    margin-bottom: 3px;
  }
  .p-recruit_list li span {
    width: 182px;
    background-color: #3C60AD;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 500;
    text-align: center;
    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;
    padding: 15px 20px;
    color: #fff;
  }
  .p-recruit_list li .txt {
    width: -webkit-calc(100% - 182px);
    width: -moz-calc(100% - 182px);
    width: calc(100% - 182px);
    background-color: #EAEAEA;
    padding: 15px 20px;
  }
  .p-recruit_list li p {
    font-size: 1.6rem;
    line-height: 27px;
    font-weight: 500;
  }
  .p-recruit_btn a {
    width: 385px;
    height: 62px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    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: 1.8rem;
    text-decoration: none;
    line-height: 1;
    font-weight: 500;
    background-color: #3C60AD;
    color: #fff;
    margin: 50px auto 0;
  }
  .p-table_tenis .l-anchor {
    padding: 80px 0 60px;
  }
  .p-table_tenis_bkg {
    background-color: #B9E5FB;
    position: relative;
    padding: 85px 0 105px;
    z-index: 1;
  }
  .p-table_tenis_bkg:before {
    content: "";
    width: 100%;
    height: 142px;
    background: url("../img/bg_all.png") repeat-x;
    -moz-background-size: auto;
         background-size: auto;
    position: absolute;
    top: -1px;
    left: 0;
    z-index: -1;
  }
  .p-table_tenis_sec:not(:last-child) {
    margin-bottom: 100px;
  }
  .p-table_tenis .box_item {
    background-color: #fff;
    padding: 50px 80px 40px;
    position: relative;
  }
  .p-table_tenis .box_item:before {
    content: "";
    width: 143px;
    height: 143px;
    background: url("../img/block_bg.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
  }
  .p-table_tenis .box_item .ttl_it {
    text-align: center;
    font-size: 4.2rem;
    line-height: 1;
    font-weight: bold;
    color: #3C60AD;
    margin-bottom: 30px;
  }
  .p-table_tenis .box_item .txt_top {
    text-align: center;
    font-size: 1.8rem;
    line-height: 34px;
    margin-bottom: 35px;
  }
  .p-table_tenis .box_item .txt_bottom {
    text-align: center;
    font-size: 1.8rem;
    line-height: 34px;
    margin-top: 25px;
  }
  .p-table_tenis .course_block .ttl_it_sub {
    font-size: 2.6rem;
    line-height: 1;
    font-weight: bold;
    color: #1c50a1;
    margin-bottom: 20px;
    margin-top: 15px;
  }
  .p-table_tenis .course_block_pic {
    position: relative;
  }
  .p-table_tenis .course_block_pic:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .p-table_tenis .course_block_pic figcaption {
    font-size: 3.1rem;
    line-height: 1.3;
    font-weight: bold;
    text-align: right;
    color: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 30px;
    z-index: 2;
  }
  .p-table_tenis .course_block_pic figcaption small {
    display: block;
  }
  .p-table_tenis .course_block_pic.mask03:after {
    background: url("../img/junior/bg_mask03.png") no-repeat center center/cover;
  }
  .p-table_tenis .course_block_fee table, .p-table_tenis .course_block_fee th, .p-table_tenis .course_block_fee td {
    border-collapse: collapse;
    border: 1px solid #3C60AD;
  }
  .p-table_tenis .course_block_fee table {
    width: 100%;
    table-layout: fixed;
    background-color: #EFEFEF;
  }
  .p-table_tenis .course_block_fee table th {
    background-color: #3C60AD;
    border: 1px solid #4EB5E2;
    font-size: 1.8rem;
    line-height: 1;
    color: #fff;
    padding: 15px;
    text-align: center;
  }
  .p-table_tenis .course_block_fee table th.w_242 {
    width: 242px;
  }
  .p-table_tenis .course_block_fee table th.w_435 {
    width: 435px;
  }
  .p-table_tenis .course_block_fee table td {
    padding: 15px;
    font-size: 1.8rem;
    line-height: 1.5;
    text-align: center;
  }
  .p-table_tenis .course_block_fee table td small {
    font-size: 1.6rem;
  }
  .p-table_tenis .course_block .note {
    text-align: right;
    font-size: 1.4rem;
    line-height: 24px;
    margin-top: 15px;
  }
  .p-table_tenis .pr_flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 930px;
    margin: 0 auto;
    gap: 70px;
  }
  .p-table_tenis .pr_flex .fl_item {
    width: 50%;
  }
  .p-table_tenis .pr_flex .fl_item .pic img {
    width: 100%;
    height: auto;
  }
  .p-table_tenis .pr_flex .fl_item .txt {
    background-color: #F6F6F6;
    position: relative;
    padding: 25px;
    text-align: center;
  }
  .p-table_tenis .pr_flex .fl_item .txt .sub {
    width: 104px;
    height: 104px;
    -moz-border-radius: 100%;
         border-radius: 100%;
    background-color: #f79500;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -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;
    text-align: center;
    position: absolute;
    top: -52px;
    right: 20px;
  }
  .p-table_tenis .pr_flex .fl_item .txt .sub .sub_top {
    font-size: 3.4rem;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 5px;
  }
  .p-table_tenis .pr_flex .fl_item .txt .sub .sub_top small {
    font-size: 2.6rem;
  }
  .p-table_tenis .pr_flex .fl_item .txt .sub .sub_bottom {
    font-size: 3.1rem;
    line-height: 0.6;
    font-weight: 500;
  }
  .p-table_tenis .pr_flex .fl_item .txt .sub .sub_bottom small {
    font-size: 2.1rem;
    line-height: 21px;
    display: inline-block;
  }
  .p-table_tenis .pr_flex .fl_item .txt h4 {
    text-align: center;
    font-size: 2.6rem;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .p-table_tenis .pr_flex .fl_item .txt .nb_price p {
    font-size: 8.4rem;
    line-height: 1;
    color: #f79500;
    font-weight: 400;
  }
  .p-table_tenis .pr_flex .fl_item .txt .nb_price p small {
    font-size: 2.8rem;
    font-weight: bold;
  }
  .p-table_tenis .b_schedule .b_link01 {
    background-color: #2ea7e0;
    padding: 20px;
    max-width: 930px;
    margin: 0 auto 30px;
  }
  .p-table_tenis .b_schedule .b_link01 .l_top {
    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;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .p-table_tenis .b_schedule .b_link01 .l_top h3 img {
    width: 328px;
  }
  .p-table_tenis .b_schedule .b_link01 .l_top .l_cta {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
  .p-table_tenis .b_schedule .b_link01 .l_top .l_cta li a {
    width: 100%;
    height: 82px;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #fff;
    color: #0a66a5;
    padding: 15px;
    font-weight: bold;
    position: relative;
  }
  .p-table_tenis .b_schedule .b_link01 .l_top .l_cta li a span {
    font-size: 2.7rem;
    line-height: 1.2;
    display: block;
    margin-bottom: 5px;
  }
  .p-table_tenis .b_schedule .b_link01 .l_top .l_cta li a small {
    font-size: 1.8rem;
    line-height: 23px;
  }
  .p-table_tenis .b_schedule .b_link01 .l_top .l_cta li a:after {
    content: "";
    width: 15px;
    height: 21px;
    background: url("../img/table-tenis/icon_arr.png") no-repeat center center/cover;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 10px;
  }
  .p-table_tenis .b_schedule .b_link01 .l_top .l_cta li:nth-child(1) {
    width: 275px;
  }
  .p-table_tenis .b_schedule .b_link01 .l_top .l_cta li:nth-child(1) a {
    padding-right: 30px;
    -moz-border-radius: 10px 0 0 10px;
         border-radius: 10px 0 0 10px;
  }
  .p-table_tenis .b_schedule .b_link01 .l_top .l_cta li:nth-child(2) {
    width: 235px;
  }
  .p-table_tenis .b_schedule .b_link01 .l_top .l_cta li:nth-child(2) a {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -moz-border-radius: 0 10px 10px 0;
         border-radius: 0 10px 10px 0;
  }
  .p-table_tenis .b_schedule .b_link01 .l_bottom {
    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;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-table_tenis .b_schedule .b_link01 .l_bottom p {
    font-size: 2.4rem;
    line-height: 23px;
    font-weight: bold;
    color: #fff;
  }
  .p-table_tenis .b_schedule .b_link01 .l_bottom p small {
    font-size: 1.8rem;
  }
  .p-table_tenis .b_schedule .b_link01 .l_bottom .nb_tel {
    margin-right: 40px;
  }
  .p-table_tenis .b_schedule .b_link01 .l_bottom .nb_tel span {
    font-size: 4.3rem;
    color: #fff;
    font-weight: bold;
    position: relative;
    padding-left: 45px;
  }
  .p-table_tenis .b_schedule .b_link01 .l_bottom .nb_tel span:before {
    content: "";
    width: 36px;
    height: 37px;
    background: url("../img/table-tenis/icon_tel.png") no-repeat center center/cover;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    margin-top: 3px;
  }
  .p-table_tenis .b_schedule .b_link02 {
    background-color: #6270b4;
    padding: 20px;
    max-width: 930px;
    margin: 0 auto;
    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;
  }
  .p-table_tenis .b_schedule .b_link02 figure {
    width: 295px;
    height: 100%;
    margin: -20px 20px -20px 0;
  }
  .p-table_tenis .b_schedule .b_link02 figure img {
    width: 100%;
    height: auto;
  }
  .p-table_tenis .b_schedule .b_link02 h3 {
    font-size: 2.9rem;
    line-height: 36px;
    font-weight: bold;
    color: #fff;
  }
  .p-table_tenis .b_schedule .b_link02 span {
    width: 208px;
    height: 67px;
    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;
    background-color: #fff;
    color: #6270b4;
    font-size: 1.7rem;
    line-height: 1.4;
    font-weight: bold;
    margin-left: 20px;
    -moz-border-radius: 10px;
         border-radius: 10px;
  }
  .p-table_tenis .b_flow .btn_plc {
    max-width: 930px;
    margin: 0 auto 25px;
  }
  .p-table_tenis .b_flow .btn_plc a {
    width: 100%;
    min-height: 70px;
    background-color: #df506a;
    color: #fff;
    font-size: 1.7rem;
    line-height: 24px;
    font-weight: 500;
    position: relative;
    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;
    text-align: center;
  }
  .p-table_tenis .b_flow .btn_plc a:after {
    content: "";
    width: 9px;
    height: 13px;
    background: url("../img/table-tenis/icon_arr_white.png") no-repeat center center/cover;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 15px;
  }
  .p-table_tenis .b_flow .flow_wrap {
    max-width: 930px;
    margin: 0 auto;
  }
  .p-table_tenis .b_flow .flow_wrap .flow_item {
    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;
    background-color: #efefef;
  }
  .p-table_tenis .b_flow .flow_wrap .flow_item:not(:last-child) {
    margin-bottom: 28px;
  }
  .p-table_tenis .b_flow .flow_wrap .flow_item .pic {
    width: 385px;
  }
  .p-table_tenis .b_flow .flow_wrap .flow_item .txt {
    width: -webkit-calc(100% - 385px);
    width: -moz-calc(100% - 385px);
    width: calc(100% - 385px);
    padding: 25px;
  }
  .p-table_tenis .b_flow .flow_wrap .flow_item .txt h3 {
    font-size: 1.8rem;
    line-height: 1;
    color: #9fa0a0;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .p-table_tenis .b_flow .flow_wrap .flow_item .txt h3 span {
    font-size: 6rem;
    margin-left: 10px;
    font-weight: 400;
  }
  .p-table_tenis .b_flow .flow_wrap .flow_item .txt p {
    font-size: 1.5rem;
    line-height: 23px;
  }
  .p-table_tenis .b_other .ttl_section {
    margin-bottom: 40px;
  }
  .p-table_tenis .b_other p {
    font-size: 1.8rem;
    line-height: 2.4;
    font-weight: 500;
    text-align: center;
  }
  .p-table_tenis .b_other .btn_wrap a {
    width: 200px;
    height: 55px;
    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;
    background-color: #f79500;
    color: #fff;
    position: relative;
    font-weight: bold;
    margin: 30px auto 0;
  }
  .p-table_tenis .b_other .btn_wrap a:after {
    content: "";
    width: 9px;
    height: 13px;
    background: url("../img/table-tenis/icon_arr_white.png") no-repeat center center/cover;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 15px;
  }
  .p-mossa {
    background-color: #000;
    color: #ffffff;
  }
  .p-mossa .mainvisual:after {
    background: transparent;
  }
  .p-mossa_wrap {
    padding: 195px 0 225px;
    position: relative;
    z-index: 1;
  }
  .p-mossa_wrap:before {
    content: "";
    width: 100%;
    height: 142px;
    background: url("../img/mossa/bg_org.png") repeat-x;
    -moz-background-size: auto;
         background-size: auto;
    position: absolute;
    top: -1px;
    left: 0;
    z-index: -1;
  }
  .p-mossa_wrap .row {
    max-width: 1080px;
  }
  .p-mossa_wrap .ttl_top {
    text-align: center;
    font-size: 5.5rem;
    line-height: 71px;
    color: #e57b2e;
    font-weight: bold;
    margin-bottom: 50px;
  }
  .p-mossa_wrap .ttl_top b {
    display: block;
    font-size: 5.9rem;
  }
  .p-mossa_wrap .txt_top {
    text-align: center;
    color: #ffffff;
    font-size: 4.4rem;
    line-height: 61px;
    font-weight: bold;
    margin-bottom: 50px;
  }
  .p-mossa_wrap .txt_top span {
    color: #e57b2e;
    font-size: 6rem;
  }
  .p-mossa_wrap .video {
    max-width: 808px;
    margin: 0 auto 95px;
    width: 100%;
  }
  .p-mossa_wrap .video iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
    border: 4px solid #e57b2e;
  }
  .p-mossa_program {
    background-color: #e57b2e;
    padding: 40px 40px 80px;
    position: relative;
  }
  .p-mossa_program:before {
    content: "";
    width: 143px;
    height: 143px;
    background: url("../img/mossa/block_bg_pg.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
  }
  .p-mossa_program .ttlIndex {
    color: #000000;
    margin-bottom: 30px;
  }
  .p-mossa_program .ttlIndex span {
    color: #000000;
  }
  .p-mossa_program .txt_top_pg {
    text-align: center;
    font-size: 2.5rem;
    line-height: 30px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 40px;
  }
  .p-mossa_program_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 45px;
    margin: 0 -23px;
  }
  .p-mossa_program_item {
    width: -webkit-calc(33.33% - 46px);
    width: -moz-calc(33.33% - 46px);
    width: calc(33.33% - 46px);
    position: relative;
  }
  .p-mossa_program_item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
    z-index: 1;
  }
  .p-mossa_program_item_pic {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .p-mossa_program_item_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-filter: grayscale(100%) brightness(0.5);
            filter: grayscale(100%) brightness(0.5);
  }
  .p-mossa_program_item_txt {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 20px;
    z-index: 2;
    color: #ffffff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-mossa_program_item_txt .pg_logo {
    margin-bottom: 60px;
    text-align: center;
  }
  .p-mossa_program_item_txt .pg_logo.pg_logo01 img {
    width: 238.5px;
  }
  .p-mossa_program_item_txt .pg_logo.pg_logo02 img {
    width: 221px;
  }
  .p-mossa_program_item_txt .pg_logo.pg_logo03 img {
    width: 243.5px;
  }
  .p-mossa_program_item_txt .pg_logo.pg_logo04 img {
    width: 235px;
  }
  .p-mossa_program_item_txt .pg_logo.pg_logo05 img {
    width: 240px;
  }
  .p-mossa_program_item_txt .pg_logo.pg_logo06 img {
    width: 213.5px;
  }
  .p-mossa_program_item_txt .pg_logo.pg_logo07 img {
    width: 254px;
  }
  .p-mossa_program_item_txt .pg_logo.pg_logo08 img {
    width: 243px;
  }
  .p-mossa_program_item_txt .pg_logo img {
    margin: 0 auto;
  }
  .p-mossa_program_item_txt h3 {
    font-size: 2.2rem;
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #ffffff;
    text-align: center;
  }
  .p-mossa_program_item_txt p {
    font-size: 1.6rem;
    line-height: 28px;
    color: #ffffff;
  }
}

@media screen and (max-width: 768px) {
  .topPage .b_mainvisual {
    /*margin-top: vw(99);*/
    height: 69.14063vw;
    background: url("../img/top/fv_sp.png") no-repeat center center;
    -moz-background-size: cover;
         background-size: cover;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -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;
    text-align: center;
    color: #ffffff;
    position: relative;
    padding: 5.20833vw 1.30208vw 0;
  }
  .topPage .b_mainvisual::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/top/fv_bg.png") no-repeat center center;
    -moz-background-size: cover;
         background-size: cover;
    z-index: 2;
  }
  .topPage .b_mainvisual::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
  }
  .topPage .b_mainvisual h2 {
    font-size: 9.63542vw;
    font-weight: 100;
    line-height: 1;
    white-space: nowrap;
    position: relative;
    z-index: 3;
  }
  .topPage .b_mainvisual p {
    font-size: 2.60417vw;
    line-height: -webkit-calc(23 / 19);
    line-height: -moz-calc(23 / 19);
    line-height: calc(23 / 19);
    margin-top: 2.60417vw;
    font-weight: 500;
    position: relative;
    z-index: 3;
    line-height: 1.5;
  }
  .topPage .b_mainvisual__btn {
    margin-top: 3.90625vw;
    position: relative;
    z-index: 3;
  }
  .topPage .b_mainvisual__btn a {
    background: url("../img/top/arr_right.svg") no-repeat right 2.60417vw center #ffffff;
    -moz-background-size: 3.64583vw auto;
         background-size: 3.64583vw auto;
    font-size: 3.125vw;
    line-height: 1;
    color: #3c60ad;
    font-weight: 500;
    height: 11.71875vw;
    width: 39.0625vw;
    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: 0 auto;
    -moz-border-radius: 40px;
         border-radius: 40px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .topPage .b_mainvisual__btn a:hover {
    opacity: 1;
    color: #ffffff;
    background: url("../img/top/arr_right_white.svg") no-repeat right 15px center #3c60ad;
    -moz-background-size: 18px auto;
         background-size: 18px auto;
  }
  .topPage .b_topSlider__item {
    width: 50.13021vw;
    height: 30.20833vw;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .topPage .b_topSlider__item a {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
  }
  .topPage .b_topSlider__item a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  .topPage .b_topSlider__item img {
    width: auto;
    height: 100%;
    object-fit: cover;
  }
  .topPage .b_topSlider__item.slick-current a::before {
    background: rgba(0, 0, 0, 0);
  }
  .topPage .b_topSlider .slick-dots li {
    margin: 0 1.30208vw;
  }
  .topPage .b_topSlider .slick-dots li.slick-active button {
    background-color: #3c60ad;
  }
  .topPage .b_topSlider .slick-dots li button {
    width: 2.34375vw;
    height: 2.34375vw;
    background-color: #ffffff;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .topPage .b_topSlider .slick-dots li button::before {
    display: none;
  }
  .topPage .b_posts {
    background-color: #b9e5fb;
    padding: 19.53125vw 0 9.11458vw;
  }
  .topPage .b_posts__content {
    background-color: #ffffff;
    padding: 3.90625vw;
    margin-bottom: 30px;
  }
  .topPage .b_posts__content .flex {
    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;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .topPage .b_posts__content .flex:not(:last-child) {
    margin-bottom: 6.51042vw;
  }
  .topPage .b_posts__content__item {
    display: block;
    width: 49%;
  }
  .topPage .b_posts__content__item img {
    display: block;
    width: 100%;
  }
  .topPage .b_posts__content__item:not(:last-child) {
    margin-bottom: 5.20833vw;
  }
  .topPage .b_posts__content__item p {
    font-size: 3.125vw;
    line-height: -webkit-calc(21 / 15);
    line-height: -moz-calc(21 / 15);
    line-height: calc(21 / 15);
    margin-top: 1.95313vw;
  }
  .topPage .b_posts__vr {
    background-color: #00337f;
    position: relative;
    border: 2px solid #ffffff;
  }
  .topPage .b_posts__vr > img {
    position: absolute;
    top: 32.55208vw;
    z-index: 3;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 65.10417vw;
  }
  .topPage .b_posts__vr__left {
    width: 100%;
  }
  .topPage .b_posts__vr__right {
    padding: 31.25vw 3.90625vw 3.90625vw;
    color: #ffffff;
  }
  .topPage .b_posts__vr__right h3 {
    text-transform: uppercase;
    font-size: 15.625vw;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 10px;
    white-space: nowrap;
    padding-right: 10px;
    text-align: center;
  }
  .topPage .b_posts__vr__right h3 span {
    font-weight: 400;
    display: inline-block;
    margin: 0 1.30208vw;
  }
  .topPage .b_posts__vr__right p {
    font-size: 4.6875vw;
    line-height: -webkit-calc(34 / 27);
    line-height: -moz-calc(34 / 27);
    line-height: calc(34 / 27);
    margin-bottom: 3.90625vw;
    text-align: center;
  }
  .topPage .b_news {
    padding: 15.625vw 0 11.71875vw;
    background: url("../img/top/news_bg.png") repeat-x center top #ffffff;
    -moz-background-size: auto 18.48958vw;
         background-size: auto 18.48958vw;
  }
  .topPage .b_news__content {
    margin-bottom: 7.8125vw;
  }
  .topPage .b_news__content li {
    border-top: 1px solid #3c60ad;
  }
  .topPage .b_news__content li:last-child {
    border-bottom: 1px solid #3c60ad;
  }
  .topPage .b_news__content li a {
    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;
    padding: 2.60417vw 1.30208vw;
  }
  .topPage .b_news__content li a time {
    font-size: 2.60417vw;
    font-weight: 500;
    line-height: 1;
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 23.4375vw;
            flex: 0 0 23.4375vw;
    white-space: nowrap;
  }
  .topPage .b_news__content li a span {
    font-size: 2.60417vw;
    font-weight: 500;
    line-height: 1;
    margin-right: 3.90625vw;
    background-color: #3c60ad;
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 11.71875vw;
            flex: 0 0 11.71875vw;
    height: 6.25vw;
    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;
    color: #ffffff;
    -moz-border-radius: 1.30208vw;
         border-radius: 1.30208vw;
  }
  .topPage .b_news__content li a p {
    font-size: 2.86458vw;
    line-height: 1.2;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .topPage .b_reason01 {
    background-color: #3c60ad;
    padding-bottom: 13.02083vw;
  }
  .topPage .b_reason01_top {
    padding: 6.51042vw 0 5.20833vw;
    color: #fff;
    text-align: center;
    margin-bottom: 5.20833vw;
    position: relative;
    border-bottom: 0.39063vw solid #fff;
  }
  .topPage .b_reason01_top:after {
    content: "";
    width: 8.59375vw;
    height: 4.81771vw;
    background: #3c60ad url("../img/top/arrow_ttl.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    bottom: -4.81771vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .topPage .b_reason01_top_ttl span {
    font-size: 5.20833vw;
    line-height: 1;
    font-weight: 700;
    display: inline-block;
    position: relative;
    padding: 0 5.20833vw;
  }
  .topPage .b_reason01_top_ttl span:before {
    content: "";
    width: 4.03646vw;
    height: 13.80208vw;
    background: url("../img/top/bf_ttl.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
  }
  .topPage .b_reason01_top_ttl span:after {
    content: "";
    width: 4.03646vw;
    height: 13.80208vw;
    background: url("../img/top/af_ttl.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
  }
  .topPage .b_reason01_top .txt_top {
    font-size: 3.64583vw;
    line-height: 1.6;
    font-weight: 500;
    margin-top: 20px;
  }
  .topPage .b_reason01 .ttlIndex {
    font-size: 7.29167vw;
  }
  .topPage .b_reason01 .txt_top2 {
    text-align: center;
    font-size: 4.6875vw;
    line-height: 5.59896vw;
    font-style: italic;
    font-weight: bold;
    color: #fff;
    margin-bottom: 50px;
  }
  .topPage .b_reason01_item {
    position: relative;
    background-color: #ffffff;
    -webkit-transform: skew(-2deg);
       -moz-transform: skew(-2deg);
        -ms-transform: skew(-2deg);
            transform: skew(-2deg);
    padding-bottom: 3.90625vw;
  }
  .topPage .b_reason01_item:not(:last-child) {
    margin-bottom: 7.8125vw;
    position: relative;
  }
  .topPage .b_reason01_item:not(:last-child):after {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5.20833vw 4.55729vw 0 4.55729vw;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    bottom: -4.16667vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .topPage .b_reason01_item__text {
    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;
    padding: 3.90625vw 7.8125vw 3.90625vw 16.92708vw;
    position: relative;
    z-index: 2;
  }
  .topPage .b_reason01_item__number {
    width: 13.02083vw;
    height: 9.76563vw;
    background-color: #3c60ad;
    color: #ffffff;
    font-size: 5.98958vw;
    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: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: absolute;
    top: 0;
    left: 1.95313vw;
  }
  .topPage .b_reason01_item__title {
    font-size: 4.29688vw;
    font-weight: 700;
    color: #3c60ad;
    line-height: 1.3;
    margin-bottom: 3.25521vw;
  }
  .topPage .b_reason01_item__desc {
    -webkit-transform: skew(2deg);
       -moz-transform: skew(2deg);
        -ms-transform: skew(2deg);
            transform: skew(2deg);
  }
  .topPage .b_reason01_item__desc p {
    font-size: 3.38542vw;
    line-height: 1.6;
  }
  .topPage .b_reason01_item__image {
    position: relative;
    z-index: 2;
    -webkit-transform: skew(10deg);
       -moz-transform: skew(10deg);
        -ms-transform: skew(10deg);
            transform: skew(10deg);
  }
  .topPage .b_reason01_item__image img {
    width: 100%;
    height: auto;
    display: block;
  }
  .topPage .b_reason01_item__button a {
    margin: 5.20833vw auto 0;
    background: #3c60ad;
    pointer-events: none;
  }
  .topPage .b_reason02 {
    background-color: #efeeed;
    padding: 5.20833vw 0 6.51042vw;
  }
  .topPage .b_reason02 .ttlIndex {
    font-size: 7.29167vw;
  }
  .topPage .b_reason02 .ttl_top {
    text-align: center;
    font-size: 5.20833vw;
    line-height: 1.5;
    font-weight: bold;
    color: #3c60ad;
    margin-bottom: 20px;
    font-style: italic;
  }
  .topPage .b_reason02 .txt_top {
    text-align: center;
    font-size: 3.64583vw;
    line-height: 1.6;
    margin-bottom: 7.8125vw;
  }
  .topPage .b_reason02 .b_goals {
    margin-top: 9.11458vw;
    background-color: #3c60ad;
    padding: 6.51042vw 6.51042vw 18.22917vw;
    position: relative;
  }
  .topPage .b_reason02 .b_goals:before {
    content: "";
    width: 18.35938vw;
    height: 18.35938vw;
    background: url("../img/top/block_bg_white.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
  }
  .topPage .b_reason02 .b_goals:after {
    content: "";
    width: 76.95313vw;
    height: 11.19792vw;
    background: url("../img/top/txt_program.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    bottom: -0.26042vw;
    left: 0;
  }
  .topPage .b_reason02 .b_goals_ttl {
    text-align: center;
    font-size: 5.20833vw;
    line-height: 1.5;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 3.90625vw;
    color: #fff;
  }
  .topPage .b_reason02 .b_goals_txt {
    text-align: center;
    font-size: 3.38542vw;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 6.51042vw;
  }
  .topPage .b_reason02 .b_goals_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.51042vw;
  }
  .topPage .b_reason02 .b_goals_item .pic {
    position: relative;
  }
  .topPage .b_reason02 .b_goals_item .pic figcaption {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #ffffff;
    font-size: 6.51042vw;
    line-height: 1;
    font-weight: 900;
    text-align: center;
  }
  .topPage .b_reason02 .b_goals_item h4 {
    font-size: 4.94792vw;
    line-height: 1.5;
    font-weight: 500;
    color: #fff;
    margin: 3.25521vw 0;
    text-align: center;
  }
  .topPage .b_reason02 .b_goals_item p {
    font-size: 3.38542vw;
    line-height: 1.6;
    color: #fff;
    font-weight: 500;
  }
  .topPage .b_reason02 .b_goals_item .btn {
    margin: 3.90625vw auto 0;
  }
  .topPage .b_reason03 {
    background-color: #3c60ad;
    padding: 5.20833vw 0 6.51042vw;
  }
  .topPage .b_reason03 .ttlIndex {
    font-size: 7.29167vw;
  }
  .topPage .b_reason03 .ttl_top {
    text-align: center;
    font-size: 5.20833vw;
    line-height: 1.5;
    font-weight: bold;
    color: #3c60ad;
    margin-bottom: 2.60417vw;
    font-style: italic;
    color: #fff;
  }
  .topPage .b_reason03 .txt_top {
    text-align: center;
    font-size: 3.64583vw;
    line-height: 1.6;
    margin-bottom: 7.8125vw;
    color: #fff;
  }
  .topPage .b_reason03 .reason_wrap {
    margin-bottom: 10.41667vw;
  }
  .topPage .b_reason03 .reason_wrap .reason_item__title {
    background-color: #fff;
    color: #3c60ad;
  }
  .topPage .b_reason03 .b_facility {
    padding-top: 19.53125vw;
  }
  .topPage .b_reason03 .b_facility_ttl {
    text-align: center;
    margin-bottom: 3.90625vw;
  }
  .topPage .b_reason03 .b_facility_ttl span {
    font-size: 5.20833vw;
    line-height: 1.2;
    font-weight: bold;
    color: #3c60ad;
    position: relative;
    display: inline-block;
    padding: 0 6.51042vw;
  }
  .topPage .b_reason03 .b_facility_ttl span:before {
    content: "";
    width: 4.16667vw;
    height: 4.6875vw;
    background: url("../img/top/bf_rs3.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    margin-top: 0.26042vw;
  }
  .topPage .b_reason03 .b_facility_ttl span:after {
    content: "";
    width: 4.16667vw;
    height: 4.6875vw;
    background: url("../img/top/af_rs3.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    margin-top: 0.26042vw;
  }
  .topPage .b_reason03 .b_facility .b_posts__vr > img {
    width: 52.08333vw;
    margin-left: 0;
  }
  .topPage .b_reason03 .b_facility .b_posts__vr__left img {
    width: 100%;
  }
  .topPage .b_reason03 .b_facility h4 {
    text-align: center;
    font-size: 4.94792vw;
    line-height: 1.5;
    font-weight: 500;
    margin-top: 6.51042vw;
    margin-bottom: 1.95313vw;
    color: #3c60ad;
  }
  .topPage .b_reason03 .b_facility .txt_sub {
    text-align: center;
    font-size: 3.38542vw;
    line-height: 1.6;
    margin-bottom: 3.90625vw;
  }
  .topPage .b_reason04 {
    padding: 7.8125vw 0;
  }
  .topPage .b_reason04 .ttlIndex {
    font-size: 7.29167vw;
    margin-bottom: 3.25521vw;
  }
  .topPage .b_reason04 .txt_top {
    font-size: 3.64583vw;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 7.8125vw;
    text-align: center;
  }
  .topPage .reason_wrap .reason_item:not(:last-child) {
    margin-bottom: 6.51042vw;
  }
  .topPage .reason_wrap .reason_item__image {
    overflow: hidden;
    position: relative;
    z-index: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .topPage .reason_wrap .reason_item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .topPage .reason_wrap .reason_item__inner {
    width: 100%;
    -webkit-transform: skew(-10deg);
       -moz-transform: skew(-10deg);
        -ms-transform: skew(-10deg);
            transform: skew(-10deg);
  }
  .topPage .reason_wrap .reason_item__title {
    font-size: 3.90625vw;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.3;
    background-color: #3c60ad;
    padding: 1.95313vw 2.60417vw;
    text-align: center;
  }
  .topPage .reason_wrap .reason_item__title span {
    display: inline-block;
  }
  .topPage .reason_wrap .reason_item__desc {
    font-size: 3.38542vw;
    color: #ffffff;
    line-height: 1.6;
    margin-bottom: 3.90625vw;
    background-color: #000;
    text-align: center;
    padding: 1.30208vw 2.60417vw;
  }
  .topPage .reason_wrap .reason_item__desc span {
    display: inline-block;
  }
  .topPage .reason_wrap .reason_item__txt {
    font-size: 3.38542vw;
    line-height: 1.6;
    color: #fff;
    margin-top: 2.60417vw;
    padding-left: 3.25521vw;
  }
  .topPage .b_why {
    text-align: center;
    color: #3c60ad;
    font-size: 6.51042vw;
    line-height: 1.4;
    font-weight: 500;
    padding: 6.51042vw 0;
    background-color: #b9e5fb;
  }
  .topPage .b_choice {
    margin-bottom: 10.41667vw;
  }
  .topPage .b_choice__content__item {
    position: relative;
  }
  .topPage .b_choice__content__item:not(:last-child) {
    margin-bottom: 6.51042vw;
  }
  .topPage .b_choice__content__item img {
    width: 100%;
  }
  .topPage .b_choice__content__item p:not(.bgColor) {
    font-size: 5.20833vw;
    line-height: 1;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5.85938vw 0;
    z-index: 2;
  }
  .topPage .b_choice__content__item .bgColor {
    height: 15.625vw;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--bgColor);
    mix-blend-mode: multiply;
    z-index: 1;
  }
  .topPage .b_program h3 {
    line-height: 1.2;
  }
  .topPage .b_program h3 span {
    margin-top: 2.60417vw;
  }
  .topPage .b_program__content__item {
    position: relative;
  }
  .topPage .b_program__content__item:not(:last-child) {
    margin-bottom: 6.51042vw;
  }
  .topPage .b_program__content__item img {
    width: 100%;
    display: block;
    margin-bottom: 15px;
  }
  .topPage .b_program__content__item h4 {
    text-align: center;
    color: #3c60ad;
    font-weight: 500;
    font-size: 5.07813vw;
    line-height: 1.3;
    margin-bottom: 1.95313vw;
  }
  .topPage .b_program__content__item p {
    font-size: 3.38542vw;
    font-weight: 500;
    line-height: -webkit-calc(20 / 12);
    line-height: -moz-calc(20 / 12);
    line-height: calc(20 / 12);
    margin-bottom: 3.90625vw;
  }
  .topPage .b_tennis {
    padding-top: 13.02083vw;
  }
  .topPage .b_tennis h3 {
    font-size: 10.41667vw;
    margin-bottom: 6.51042vw;
    line-height: 1.2;
  }
  .topPage .b_tennis__content__left img {
    display: block;
    width: 100%;
  }
  .topPage .b_tennis__content__right {
    position: relative;
    padding: 3.90625vw 3.90625vw 0;
  }
  .topPage .b_tennis__content__right h4 {
    font-size: 5.46875vw;
    font-weight: 500;
    line-height: -webkit-calc(31 / 25);
    line-height: -moz-calc(31 / 25);
    line-height: calc(31 / 25);
    margin-bottom: 3.25521vw;
    text-align: center;
  }
  .topPage .b_tennis__content__right p {
    font-size: 3.38542vw;
    line-height: -webkit-calc(21 / 12);
    line-height: -moz-calc(21 / 12);
    line-height: calc(21 / 12);
    font-weight: 500;
    margin-bottom: 3.90625vw;
  }
  .topPage .b_facility {
    padding-bottom: 3.90625vw;
  }
  .topPage .b_facility__content__item {
    position: relative;
    margin-bottom: 4.16667vw;
  }
  .topPage .b_facility__content__item img {
    width: 100%;
    display: block;
  }
  .topPage .b_facility__content__item p {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #ffffff;
    font-size: 6.51042vw;
    line-height: 1;
    font-weight: 900;
    text-align: center;
  }
  .topPage .b_system {
    border: 2px solid #ffffff;
    margin-top: 6.51042vw;
  }
  .topPage .b_system__left img {
    display: block;
    width: 100%;
  }
  .topPage .b_system__right {
    padding: 3.90625vw 3.90625vw 7.8125vw;
    color: #ffffff;
  }
  .topPage .b_system__right h4 {
    font-size: 6.51042vw;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 3.25521vw;
  }
  .topPage .b_system__right p {
    font-size: 3.38542vw;
    line-height: -webkit-calc(21 / 13);
    line-height: -moz-calc(21 / 13);
    line-height: calc(21 / 13);
    font-weight: 500;
    margin-bottom: 3.90625vw;
  }
  .topPage .b_movie {
    background-color: #299cd3;
    margin-top: 6.51042vw;
  }
  .topPage .b_movie > img {
    width: 100%;
  }
  .topPage .b_movie > div {
    text-align: center;
    padding: 10.41667vw 0;
  }
  .topPage .b_movie > div p {
    font-size: 6.51042vw;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 5.20833vw;
    color: #ffffff;
  }
  .topPage .b_sns {
    padding: 19.53125vw 0 11.71875vw;
    background: url("../img/top/sns_bg.png") repeat-x center top -2.60417vw #ffffff;
    -moz-background-size: auto 18.35938vw;
         background-size: auto 18.35938vw;
  }
  .topPage .b_sns__content > div:not(:last-child) {
    margin-bottom: 6.51042vw;
  }
  .topPage .b_sns__content > div p {
    text-align: center;
    margin-bottom: 5.20833vw;
  }
  .topPage .b_sns__content > div p span {
    color: #ffffff;
    display: inline-block;
    line-height: 1;
    font-size: 3.90625vw;
    font-weight: 500;
    text-align: center;
    padding: 1.95313vw 3.90625vw;
    -moz-border-radius: 1.30208vw;
         border-radius: 1.30208vw;
    background-color: #3c60ad;
  }
  .topPage .b_sns__content > div ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .topPage .b_sns__content > div ul li {
    width: -webkit-calc((100% - 5.20833vw) / 3);
    width: -moz-calc((100% - 5.20833vw) / 3);
    width: calc((100% - 5.20833vw) / 3);
    background-color: #e3e3e3;
    aspect-ratio: 1 / 1;
    margin-right: 2.60417vw;
    margin-bottom: 2.60417vw;
  }
  .topPage .b_sns__content > div ul li:nth-child(3n + 3) {
    margin-right: 0;
  }
  .bDetail {
    margin-top: 50px;
  }
  .bDetail .detail {
    padding: 10.41667vw 0 13.02083vw;
  }
  .bDetail .detail .ttl_box {
    padding-bottom: 2.60417vw;
    border-bottom: 1px solid #e60012;
    margin-bottom: 9.11458vw;
  }
  .bDetail .detail .ttl_box .ttlSt01 {
    margin-bottom: 0;
    color: #000;
    font-weight: bold;
  }
  .bDetail .detail .ttl_box .ttlSt01 span {
    display: inline-block;
    font-size: 2.86458vw;
    line-height: 1;
    font-weight: 500;
    color: #3e3a39;
    margin-top: 0.65104vw;
  }
  .bDetail .detail .detail_inner {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .bDetail .detail .detail_inner .detail_meta {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 3.90625vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 15.625vw;
  }
  .bDetail .detail .detail_inner .detail_meta .detail_time_date {
    font-size: 8.46354vw;
    color: #e60012;
    font-weight: bold;
    width: 100%;
    text-align: left;
    line-height: 1;
  }
  .bDetail .detail .detail_inner .detail_meta .detail_time_month_year {
    font-size: 3.38542vw;
    text-align: left;
    width: 100%;
  }
  .bDetail .detail .detail_inner .content_dt {
    width: 100%;
  }
  .bDetail .detail .detail_inner .content_dt .cate_detail {
    padding: 1.30208vw 2.60417vw;
    display: inline-block;
    color: #fff;
    background: #e60012;
    font-size: 3.38542vw;
    line-height: 1;
  }
  .bDetail .detail .detail_inner .detail_title {
    font-size: 5.98958vw;
    font-weight: bold;
    margin-top: 3.90625vw;
    margin-bottom: 3.90625vw;
  }
  .bDetail .detail .detail_inner .detail_txt {
    color: #666;
    font-size: 3.90625vw;
  }
  .bDetail .detail .detail_inner .detail_txt p {
    margin-top: 10px;
  }
  .bDetail .detail .detail_inner .detail_txt p:not(:first-child) {
    margin-top: 3.90625vw;
  }
  .bDetail .detail .detail_inner .detail_txt img {
    margin-top: 5px;
    width: 100%;
    height: auto;
  }
  .bDetail .detail .detail_inner .detail_txt a {
    color: #0a6ab0;
  }
  .bDetail .detail .detail_inner .detail_btn {
    text-align: center;
    margin-top: 7.8125vw;
  }
  .bDetail .detail .detail_inner .detail_btn a {
    padding: 1.95313vw 6.51042vw;
    color: #fff;
    font-size: 3.64583vw;
    background: #8fc31f;
  }
  .p-purpose_top {
    padding: 7.8125vw 0 6.51042vw;
  }
  .p-purpose_top .l-anchor {
    margin-bottom: 7.8125vw;
  }
  .p-purpose_top .b_choice {
    text-align: center;
    width: 100%;
    min-height: 39.0625vw;
    -moz-border-radius: 7.29167vw;
         border-radius: 7.29167vw;
    background: url("../img/purpose/bg_choice.png") no-repeat center center/cover;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .p-purpose_top .b_choice p {
    font-size: 3.38542vw;
    line-height: 1.5;
    color: #fff;
    font-weight: 500;
  }
  .p-purpose_top .b_choice h3 {
    font-size: 13.02083vw;
    line-height: 1;
    color: #fff;
    font-weight: 500;
  }
  .p-purpose_tabs {
    background-color: #B9E5FB;
    position: relative;
    padding: 12.36979vw 0 7.16146vw;
  }
  .p-purpose_tabs:before {
    content: "";
    width: 100%;
    height: 9.375vw;
    background: url("../img/bg_all.png") repeat-x;
    -moz-background-size: cover;
         background-size: cover;
    position: absolute;
    top: -1px;
    left: 0;
  }
  .p-purpose_tabs .tabs_controls li {
    width: 33.33%;
  }
  .p-purpose_tabs .tabs_contents .flx_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.20833vw;
  }
  .p-purpose_tabs .tabs_contents .flx_item .pic {
    -moz-border-radius: 100%;
         border-radius: 100%;
    position: relative;
    margin: 0 auto 3.90625vw;
    width: 53.125vw;
  }
  .p-purpose_tabs .tabs_contents .flx_item .pic:after {
    content: "";
    width: 100%;
    height: 100%;
    -moz-border-radius: 100%;
         border-radius: 100%;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0;
  }
  .p-purpose_tabs .tabs_contents .flx_item .pic img {
    width: 100%;
    height: 100%;
  }
  .p-purpose_tabs .tabs_contents .flx_item .pic figcaption {
    font-size: 3.64583vw;
    line-height: 1.5;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    width: 100%;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.9), 0 1px 8px rgba(0, 0, 0, 0.9);
  }
  .p-purpose_tabs .tabs_contents .flx_item .l_list li {
    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;
    -moz-border-radius: 100px;
         border-radius: 100px;
    padding: 1.30208vw;
    gap: 1.30208vw;
  }
  .p-purpose_tabs .tabs_contents .flx_item .l_list li:not(:last-child) {
    margin-bottom: 2.60417vw;
  }
  .p-purpose_tabs .tabs_contents .flx_item .l_list li .nb {
    width: 7.03125vw;
    height: 7.03125vw;
    -moz-border-radius: 100%;
         border-radius: 100%;
    background-color: #fff;
    font-size: 3.125vw;
    line-height: 1;
    font-weight: 600;
    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;
  }
  .p-purpose_tabs .tabs_contents .flx_item .l_list li em {
    font-size: 3.64583vw;
    line-height: 1.3;
    display: block;
    font-weight: 500;
    color: #fff;
    font-style: normal;
  }
  .p-purpose_tabs .tabs_contents .flx_item .l_list li.clg01 {
    background-color: #309DD8;
  }
  .p-purpose_tabs .tabs_contents .flx_item .l_list li.clg01 .nb {
    color: #309DD8;
  }
  .p-purpose_tabs .tabs_contents .flx_item .l_list li.clg02 {
    background-color: #EC9D51;
  }
  .p-purpose_tabs .tabs_contents .flx_item .l_list li.clg02 .nb {
    color: #EC9D51;
  }
  .p-purpose_tabs .tabs_contents .flx_item .l_list li.clg03 {
    background-color: #68A783;
  }
  .p-purpose_tabs .tabs_contents .flx_item .l_list li.clg03 .nb {
    color: #68A783;
  }
  .p-purpose_tabs .tabs_contents .flx_item .tl {
    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;
    gap: 1.95313vw;
    margin-top: 3.25521vw;
  }
  .p-purpose_tabs .tabs_contents .flx_item .tl .ds {
    font-size: 2.86458vw;
    line-height: 1.3;
    font-weight: 600;
    color: #3C60AD;
  }
  .p-purpose_tabs .tabs_contents .flx_item .tl .sl {
    font-size: 10.41667vw;
    line-height: 1.3;
    font-weight: 600;
    color: #3C60AD;
  }
  .p-purpose_tabs .tabs_contents .flx_item .tl .sl small {
    font-size: 6.11979vw;
  }
  .p-purpose_bottom {
    background-color: #B9E5FB;
    padding-bottom: 14.32292vw;
  }
  .p-purpose_bottom .bt_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 3.90625vw;
  }
  .p-purpose_bottom .bt_item:nth-child(1) a:before {
    background: #EEE6DF;
  }
  .p-purpose_bottom .bt_item:nth-child(1) .txt:after {
    background: -webkit-gradient(linear, left top, right top, from(#ec9d51), to(white));
    background: -webkit-linear-gradient(left, #ec9d51 0%, white 100%);
    background: -moz- oldlinear-gradient(left, #ec9d51 0%, white 100%);
    background: linear-gradient(90deg, #ec9d51 0%, white 100%);
  }
  .p-purpose_bottom .bt_item:nth-child(2) a:before {
    background: #ECECEC;
  }
  .p-purpose_bottom .bt_item:nth-child(2) .txt:after {
    background: -webkit-gradient(linear, left top, right top, from(#68a783), to(white));
    background: -webkit-linear-gradient(left, #68a783 0%, white 100%);
    background: -moz- oldlinear-gradient(left, #68a783 0%, white 100%);
    background: linear-gradient(90deg, #68a783 0%, white 100%);
  }
  .p-purpose_bottom .bt_item:nth-child(3) a:before {
    background-color: #A6D7FF;
  }
  .p-purpose_bottom .bt_item:nth-child(3) .txt:after {
    background: -webkit-gradient(linear, left top, right top, from(#309dd8), to(white));
    background: -webkit-linear-gradient(left, #309dd8 0%, white 100%);
    background: -moz- oldlinear-gradient(left, #309dd8 0%, white 100%);
    background: linear-gradient(90deg, #309dd8 0%, white 100%);
  }
  .p-purpose_bottom .bt_item a {
    display: block;
    position: relative;
  }
  .p-purpose_bottom .bt_item a:after {
    content: "";
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .p-purpose_bottom .bt_item figure {
    position: relative;
  }
  .p-purpose_bottom .bt_item figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p-purpose_bottom .bt_item figcaption {
    font-size: 11.71875vw;
    line-height: 1.3;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
  }
  .p-purpose_bottom .txt {
    padding: 3.25521vw;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .p-purpose_bottom .txt:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
  }
  .p-purpose_bottom .txt h3 {
    font-size: 3.90625vw;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    margin-bottom: 1.30208vw;
    position: relative;
    z-index: 1;
  }
  .p-purpose_bottom .txt p {
    font-size: 3.38542vw;
    line-height: 1.3;
    font-weight: 500;
    color: #fff;
    position: relative;
    z-index: 1;
  }
  .p-facility .l-anchor {
    padding: 7.8125vw 0;
  }
  .p-facility_wrap {
    background-color: #B9E5FB;
    position: relative;
    padding: 13.02083vw 0 6.51042vw;
  }
  .p-facility_wrap:before {
    content: "";
    width: 100%;
    height: 9.375vw;
    background: url("../img/bg_all.png") repeat-x;
    -moz-background-size: cover;
         background-size: cover;
    position: absolute;
    top: -1px;
    left: 0;
  }
  .p-facility .b_360 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #00337F;
    margin-bottom: 5.20833vw;
  }
  .p-facility .b_360_pic {
    position: relative;
    width: 54.03646vw;
  }
  .p-facility .b_360_pic:after {
    content: "";
    width: 30.85938vw;
    height: 19.79167vw;
    background: url("../img/facility/deco_360.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 13.67188vw;
    right: 0;
  }
  .p-facility .b_360_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
  }
  .p-facility .b_360 .txt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: right;
    width: -webkit-calc(100% - 54.03646vw);
    width: -moz-calc(100% - 54.03646vw);
    width: calc(100% - 54.03646vw);
    padding: 2.60417vw;
  }
  .p-facility .b_360 .txt h3 {
    font-size: 7.55208vw;
    line-height: 1;
    color: #fff;
    margin-bottom: 10px;
  }
  .p-facility .b_360 .txt p {
    font-size: 3.38542vw;
    line-height: 1.4;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
    margin-bottom: 2.60417vw;
  }
  .p-facility .b_360 .txt .btn {
    width: 39.0625vw;
    height: 7.8125vw;
  }
  .p-facility .b_360 .txt .btn.--whiteTextBlue {
    background: url("../img/top/arr_right_whiteBlue2.svg") no-repeat right 1.95313vw center #ffffff;
    -moz-background-size: 2.34375vw auto;
         background-size: 2.34375vw auto;
    color: #3C60AD;
  }
  .p-facility .b_360 .txt .btn.--whiteTextBlue:hover {
    opacity: 1;
    color: #ffffff;
    background: url("../img/top/arr_right_white.svg") no-repeat right 1.95313vw center #3C60AD;
    -moz-background-size: 2.34375vw auto;
         background-size: 2.34375vw auto;
  }
  .p-facility_item {
    background-color: #fff;
    padding: 5.20833vw;
    position: relative;
  }
  .p-facility_item:before {
    content: "";
    width: 18.22917vw;
    height: 18.22917vw;
    background: url("../img/block_bg.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
  }
  .p-facility_item:not(:last-child) {
    margin-bottom: 5.20833vw;
  }
  .p-facility_item .ttl_it {
    text-align: center;
    font-size: 8.07292vw;
    line-height: 1;
    font-weight: bold;
    color: #3C60AD;
    margin-bottom: 3.25521vw;
  }
  .p-facility_item .ttl_sub {
    font-size: 4.16667vw;
    line-height: 1;
    font-weight: bold;
    color: #3C60AD;
    display: block;
    text-align: center;
    margin-bottom: 2.60417vw;
  }
  .p-facility_item p {
    font-size: 3.125vw;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 2.60417vw;
  }
  .p-facility_item .l_img {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.95313vw;
  }
  .p-facility_item .l_img li {
    width: 33.33%;
  }
  .p-facility_floor {
    padding: 6.51042vw 0;
  }
  .p-facility_floor_img li {
    text-align: center;
  }
  .p-facility_floor_img li:not(:last-child) {
    margin-bottom: 5.20833vw;
  }
  .p-facility_floor .btn {
    width: 55.98958vw;
    height: 10.41667vw;
    margin: 6.51042vw auto 0;
  }
  .p-reservation {
    padding-bottom: 9.11458vw;
  }
  .p-reservation .b_flow {
    padding: 7.8125vw 0;
  }
  .p-reservation .b_flow_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 13.02083vw;
  }
  .p-reservation .b_flow_item {
    width: 66.14583vw;
    margin: 0 auto;
    position: relative;
  }
  .p-reservation .b_flow_item:not(:last-child):after {
    content: "";
    width: 3.90625vw;
    height: 5.07813vw;
    background: url("../img/reservation/arr01.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    bottom: -9.11458vw;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
       -moz-transform: translateX(-50%) rotate(90deg);
        -ms-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
  .p-reservation .b_flow_item .pic {
    margin-bottom: 1.95313vw;
  }
  .p-reservation .b_flow_item .pic img {
    width: 100%;
    height: auto;
  }
  .p-reservation .b_flow_item h3 {
    font-size: 6.25vw;
    line-height: 1;
    font-weight: bold;
    color: #3C60AD;
    margin-bottom: 2.60417vw;
  }
  .p-reservation .b_flow_item p {
    font-size: 3.38542vw;
    line-height: 1.5;
    font-weight: 500;
  }
  .p-reservation .b_form {
    padding: 13.02083vw 0 10.41667vw;
    position: relative;
    background-color: #B9E5FB;
  }
  .p-reservation .b_form:before {
    content: "";
    width: 100%;
    height: 9.375vw;
    background: url("../img/bg_all.png") repeat-x;
    -moz-background-size: cover;
         background-size: cover;
    position: absolute;
    top: -1px;
    left: 0;
  }
  .p-reservation .b_form .txt_top {
    text-align: center;
    font-size: 3.64583vw;
    line-height: 1.6;
    margin-bottom: 3.90625vw;
  }
  .p-reservation .b_form .l_step {
    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-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-reservation .b_form .l_step li {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -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;
    flex-direction: column;
    background-color: #fff;
    -moz-border-radius: 2.86458vw;
         border-radius: 2.86458vw;
    position: relative;
    padding: 2.60417vw;
  }
  .p-reservation .b_form .l_step li:not(:last-child) {
    margin-bottom: 10.80729vw;
  }
  .p-reservation .b_form .l_step li:not(:last-child):after {
    content: "";
    width: 2.86458vw;
    height: 7.8125vw;
    background: url("../img/reservation/arr02.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
       -moz-transform: translateX(-50%) rotate(90deg);
        -ms-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
    bottom: -9.11458vw;
  }
  .p-reservation .b_form .l_step li:nth-child(1) {
    max-width: 61.97917vw;
  }
  .p-reservation .b_form .l_step li:nth-child(2) {
    max-width: 80.72917vw;
  }
  .p-reservation .b_form .l_step li:nth-child(3) {
    max-width: 36.84896vw;
  }
  .p-reservation .b_form .l_step li .nb {
    display: block;
    font-size: 5.46875vw;
    line-height: 1;
    font-weight: bold;
    color: #3C60AD;
    margin-bottom: 2.60417vw;
  }
  .p-reservation .b_form .l_step li em {
    display: block;
    font-style: normal;
    font-size: 3.38542vw;
    line-height: 1.4;
    color: #0F56A5;
    text-align: center;
  }
  .p-contact_wrap {
    background-color: #B9E5FB;
    padding: 6.51042vw 0 7.8125vw;
  }
  .p-contact_box {
    background-color: #fff;
    position: relative;
    padding: 5.20833vw 2.60417vw 6.51042vw;
    text-align: center;
  }
  .p-contact_box:before {
    content: "";
    width: 18.22917vw;
    height: 18.22917vw;
    background: url("../img/block_bg.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
  }
  .p-contact_box .ttl {
    font-size: 3.90625vw;
    line-height: 1.2;
    color: #299CD3;
    font-weight: 600;
    margin-bottom: 2.60417vw;
  }
  .p-contact_box .txt_tel {
    font-size: 6.51042vw;
    line-height: 1;
    color: #3C60AD;
    font-weight: 500;
    margin-bottom: 3.25521vw;
  }
  .p-contact_box .desc {
    font-size: 3.38542vw;
    line-height: 5.72917vw;
  }
  .p-contact_box .btn {
    width: 75.52083vw;
    height: 10.41667vw;
    margin: 6.51042vw auto 0;
  }
  .p-junior .l-anchor {
    padding: 6.51042vw 0;
  }
  .p-junior .l-anchor li:nth-child(4) {
    width: 100%;
  }
  .p-junior_top {
    padding-bottom: 50px;
  }
  .p-junior_top_box {
    width: 100%;
    -moz-border-radius: 6.51042vw;
         border-radius: 6.51042vw;
    position: relative;
    padding: 6.51042vw 3.90625vw;
    background: url("../img/junior/bg_message.png") no-repeat center center/cover;
  }
  .p-junior_top_box .ttl_message {
    margin-bottom: 3.90625vw;
  }
  .p-junior_top_box .ttl_message_ja {
    display: block;
    font-size: 3.90625vw;
    line-height: 1;
    font-weight: 700;
    color: #fff;
  }
  .p-junior_top_box .ttl_message_en {
    display: block;
    font-size: 14.32292vw;
    line-height: 1;
    font-weight: 700;
    color: #fff;
  }
  .p-junior_top_box .txt h3 {
    font-size: 4.6875vw;
    line-height: 1.5;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
  }
  .p-junior_top_box .txt p {
    font-size: 3.38542vw;
    line-height: 5.20833vw;
    color: #fff;
    text-align: justify;
  }
  .p-junior .b_course {
    padding: 9.11458vw 0 6.51042vw;
    background-color: #B9E5FB;
    position: relative;
    z-index: 1;
  }
  .p-junior .b_course:before {
    content: "";
    width: 100%;
    height: 9.375vw;
    background: url("../img/bg_all.png") repeat-x;
    -moz-background-size: cover;
         background-size: cover;
    position: absolute;
    top: -1px;
    left: 0;
    z-index: -1;
  }
  .p-junior .b_course_item {
    background-color: #fff;
    position: relative;
    padding: 6.51042vw 2.60417vw 3.90625vw;
  }
  .p-junior .b_course_item:before {
    content: "";
    width: 13.02083vw;
    height: 13.02083vw;
    background: url("../img/block_bg.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
  }
  .p-junior .b_course_item:not(:last-child) {
    margin-bottom: 6.51042vw;
  }
  .p-junior .b_course_item .ttl_it {
    font-size: 5.46875vw;
    line-height: 1;
    color: #3C60AD;
    font-weight: 700;
    margin-bottom: 3.25521vw;
    text-align: center;
  }
  .p-junior .b_course_item .txt_top {
    font-size: 3.38542vw;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 5.85938vw;
  }
  .p-junior .b_course .course_block:not(:last-child) {
    margin-bottom: 6.51042vw;
  }
  .p-junior .b_course .course_block_pic {
    position: relative;
  }
  .p-junior .b_course .course_block_pic:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .p-junior .b_course .course_block_pic figcaption {
    font-size: 4.16667vw;
    line-height: 1.3;
    font-weight: bold;
    color: #fff;
    text-align: right;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 3.90625vw;
    z-index: 2;
  }
  .p-junior .b_course .course_block_pic figcaption small {
    display: block;
  }
  .p-junior .b_course .course_block_pic.mask01:after {
    background: url("../img/junior/bg_mask01.png") no-repeat center center/cover;
  }
  .p-junior .b_course .course_block_pic.mask02:after {
    background: url("../img/junior/bg_mask02.png") no-repeat center center/cover;
  }
  .p-junior .b_course .course_block_pic.mask03:after {
    background: url("../img/junior/bg_mask03.png") no-repeat center center/cover;
  }
  .p-junior .b_course .course_block_fee {
    overflow: auto;
  }
  .p-junior .b_course .course_block_fee table, .p-junior .b_course .course_block_fee th, .p-junior .b_course .course_block_fee td {
    border-collapse: collapse;
    border: 1px solid #3C60AD;
  }
  .p-junior .b_course .course_block_fee table {
    width: 169.27083vw;
    table-layout: fixed;
  }
  .p-junior .b_course .course_block_fee table th {
    background-color: #3C60AD;
    border: 1px solid #4EB5E2;
    font-size: 3.125vw;
    line-height: 1;
    color: #fff;
    padding: 1.95313vw;
    text-align: center;
  }
  .p-junior .b_course .course_block_fee table th.w_296 {
    width: 38.54167vw;
  }
  .p-junior .b_course .course_block_fee table th.w_322 {
    width: 41.92708vw;
  }
  .p-junior .b_course .course_block_fee table th.w_390 {
    width: 50.78125vw;
  }
  .p-junior .b_course .course_block_fee table th.w_475 {
    width: 61.45833vw;
  }
  .p-junior .b_course .course_block_fee table td {
    padding: 1.95313vw;
    font-size: 3.125vw;
    line-height: 1.5;
    text-align: center;
  }
  .p-junior .b_course .course_block_fee table td small {
    font-size: 2.86458vw;
  }
  .p-junior .b_course .course_block .note {
    text-align: right;
    font-size: 2.60417vw;
    line-height: 1.5;
    margin-top: 1.95313vw;
  }
  .p-schedule .l-anchor {
    padding: 6.51042vw 0;
  }
  .p-schedule .b_schedule {
    background-color: #B9E5FB;
    position: relative;
    padding: 9.76563vw 0 10.41667vw;
    z-index: 1;
  }
  .p-schedule .b_schedule:before {
    content: "";
    width: 100%;
    height: 9.375vw;
    background: url("../img/bg_all.png") repeat-x;
    -moz-background-size: cover;
         background-size: cover;
    position: absolute;
    top: -1px;
    left: 0;
    z-index: -1;
  }
  .p-schedule .b_schedule_item {
    background-color: #fff;
    padding: 3.90625vw 3.90625vw 5.20833vw;
    position: relative;
  }
  .p-schedule .b_schedule_item:before {
    content: "";
    width: 13.02083vw;
    height: 13.02083vw;
    background: url("../img/block_bg.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
  }
  .p-schedule .b_schedule_item:not(:last-child) {
    margin-bottom: 5.85938vw;
  }
  .p-schedule .b_schedule_item h3 {
    font-size: 4.16667vw;
    line-height: 1.5;
    color: #3C60AD;
    font-weight: bold;
    margin-bottom: 3.90625vw;
  }
  .p-schedule .b_schedule_item .flx {
    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-orient: vertical;
    -webkit-box-direction: reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 3.90625vw;
  }
  .p-schedule .b_schedule_item .flx .l_txt {
    border-top: 2px solid #3C60AD;
    border-bottom: 2px solid #3C60AD;
  }
  .p-schedule .b_schedule_item .flx .l_txt li {
    padding: 3.25521vw 0;
  }
  .p-schedule .b_schedule_item .flx .l_txt li:not(:last-child) {
    border-bottom: 1px solid #3C60AD;
  }
  .p-schedule .b_schedule_item .flx .l_txt li em {
    display: block;
    font-style: normal;
    font-size: 3.38542vw;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 2.60417vw;
  }
  .p-schedule .b_schedule_item .flx .l_txt li .btn {
    height: 7.8125vw;
  }
  .p-schedule .b_schedule_item .flx .pic {
    width: 35.15625vw;
    margin: 0 auto;
  }
  .p-program .l-anchor {
    padding: 6.51042vw 0;
  }
  .p-program .b_program {
    background-color: #B9E5FB;
    position: relative;
    padding: 10.41667vw 0 9.76563vw;
    z-index: 1;
  }
  .p-program .b_program:before {
    content: "";
    width: 100%;
    height: 9.375vw;
    background: url("../img/bg_all.png") repeat-x;
    -moz-background-size: cover;
         background-size: cover;
    position: absolute;
    top: -1px;
    left: 0;
    z-index: -1;
  }
  .p-program .tabs_controls li {
    width: 33.33%;
  }
  .p-program .tabs_contents .flx_top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.60417vw;
    margin-bottom: 5.20833vw;
  }
  .p-program .tabs_contents .flx_top .txt h3 {
    font-size: 4.16667vw;
    line-height: 1.5;
    font-weight: bold;
    color: #1C50A1;
    margin-bottom: 2.60417vw;
  }
  .p-program .tabs_contents .flx_top .txt p {
    font-size: 3.38542vw;
    line-height: 1.5;
  }
  .p-program .tabs_contents .b_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.90625vw;
  }
  .p-program .tabs_contents .b_wrap .b_item {
    background-color: #1C50A1;
    padding: 3.25521vw;
  }
  .p-program .tabs_contents .b_wrap .b_item figure {
    margin-bottom: 2.60417vw;
  }
  .p-program .tabs_contents .b_wrap .b_item figure img {
    width: 100%;
    height: 45.05208vw;
    object-fit: cover;
  }
  .p-program .tabs_contents .b_wrap .b_item h3 {
    font-size: 3.90625vw;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 1.95313vw;
    color: #fff;
    text-align: center;
  }
  .p-program .tabs_contents .b_wrap .b_item p {
    font-size: 3.38542vw;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 3.25521vw;
  }
  .p-program .tabs_contents .b_wrap .b_item .l_if {
    margin: 0 auto;
    width: 100%;
  }
  .p-program .tabs_contents .b_wrap .b_item .l_if li {
    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;
    gap: 1.95313vw;
  }
  .p-program .tabs_contents .b_wrap .b_item .l_if li span {
    width: 23.4375vw;
    min-height: 5.46875vw;
    -moz-border-radius: 100px;
         border-radius: 100px;
    background-color: #fff;
    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.86458vw;
    line-height: 1;
    font-weight: 500;
    color: #1C50A1;
  }
  .p-program .tabs_contents .b_wrap .b_item .l_if li em {
    display: block;
    font-size: 2.86458vw;
    line-height: 1.5;
    font-weight: 500;
    color: #fff;
    font-style: normal;
    width: -webkit-calc(100% - 23.4375vw);
    width: -moz-calc(100% - 23.4375vw);
    width: calc(100% - 23.4375vw);
  }
  .p-program .tabs_contents .b_wrap .b_item .l_if li:not(:last-child) {
    margin-bottom: 1.95313vw;
  }
  .p-fee .l-anchor {
    padding: 6.51042vw 0;
  }
  .p-fee .b_price {
    background-color: #B9E5FB;
    position: relative;
    padding: 13.02083vw 0;
    z-index: 1;
  }
  .p-fee .b_price:before {
    content: "";
    width: 100%;
    height: 9.375vw;
    background: url("../img/bg_all.png") repeat-x;
    -moz-background-size: cover;
         background-size: cover;
    position: absolute;
    top: -1px;
    left: 0;
    z-index: -1;
  }
  .p-fee .b_price_item:not(:last-child) {
    margin-bottom: 9.76563vw;
  }
  .p-fee .b_price_item h3 {
    font-size: 4.42708vw;
    line-height: 1.5;
    font-weight: bold;
    color: #3C60AD;
    margin-bottom: 3.90625vw;
    text-align: center;
  }
  .p-fee .b_price_item .txt_top {
    text-align: center;
    font-size: 3.38542vw;
    line-height: 1.5;
    margin-bottom: 4.55729vw;
  }
  .p-fee .b_price_item .table_fee_scrll {
    overflow-x: auto;
  }
  .p-fee .b_price_item .table_fee_scrll table, .p-fee .b_price_item .table_fee_scrll th, .p-fee .b_price_item .table_fee_scrll td {
    border-collapse: collapse;
    border: 1px solid #9DAFD6;
  }
  .p-fee .b_price_item .table_fee_scrll table {
    width: 169.27083vw;
  }
  .p-fee .b_price_item .table_fee_scrll table th {
    padding: 1.95313vw;
    background-color: #8AA0CE;
    font-size: 3.38542vw;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    font-weight: 500;
  }
  .p-fee .b_price_item .table_fee_scrll table th.w_242 {
    width: 35.15625vw;
  }
  .p-fee .b_price_item .table_fee_scrll table th.w_295 {
    width: 38.41146vw;
  }
  .p-fee .b_price_item .table_fee_scrll table td {
    font-size: 3.38542vw;
    line-height: 1.6;
    text-align: center;
    font-weight: 500;
    background-color: #fff;
    padding: 1.95313vw;
  }
  .p-fee .b_price_item .table_fee_scrll table td small {
    font-size: 2.60417vw;
  }
  .p-fee .b_price_item .table_fee_scrll table td small.ds_block {
    display: block;
  }
  .p-fee .b_price_item .table_fee_scrll table td.txt_left {
    text-align: left;
  }
  .p-fee .b_price_item .table_fee_scrll table td.bg01 {
    background-color: #3C60AD;
    color: #fff;
  }
  .p-fee .b_price_item .table_fee_scrll table td.w_60 {
    width: 10.41667vw;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
  }
  .p-fee .b_price_item .note {
    font-size: 3.125vw;
    line-height: 1.5;
    margin-top: 3.25521vw;
  }
  .p-terms .b_regulation {
    background-color: #B9E5FB;
    padding: 8.46354vw 0 10.41667vw;
  }
  .p-terms .b_regulation_item {
    background-color: #fff;
    padding: 5.20833vw 3.90625vw;
    position: relative;
  }
  .p-terms .b_regulation_item:before {
    content: "";
    width: 13.02083vw;
    height: 13.02083vw;
    background: url("../img/block_bg.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
  }
  .p-terms .b_regulation_item:not(:last-child) {
    margin-bottom: 6.51042vw;
  }
  .p-terms .b_regulation_item h3 {
    font-size: 4.16667vw;
    line-height: 1.5;
    color: #3C60AD;
    font-weight: bold;
    margin-bottom: 3.25521vw;
    text-align: center;
  }
  .p-terms .b_regulation_item .txt_group:not(:last-child) {
    margin-bottom: 1.95313vw;
  }
  .p-terms .b_regulation_item .txt_group_ttl {
    font-size: 3.38542vw;
    line-height: 1.6;
    display: block;
    -moz-font-feature-settings: "palt" 1;
         font-feature-settings: "palt" 1;
    font-weight: bold;
  }
  .p-terms .b_regulation_item .txt_group_txt {
    font-size: 3.38542vw;
    line-height: 1.6;
    -moz-font-feature-settings: "palt" 1;
         font-feature-settings: "palt" 1;
  }
  .p-terms .b_regulation_item .txt_group_txt .l_count {
    counter-reset: li;
  }
  .p-terms .b_regulation_item .txt_group_txt .l_count li {
    position: relative;
    padding-left: 3.90625vw;
  }
  .p-terms .b_regulation_item .txt_group_txt .l_count li:before {
    counter-increment: li;
    content: counter(li) ". ";
    position: absolute;
    top: 0;
    left: 0;
  }
  .p-company_wrap {
    padding: 9.11458vw 0 10.41667vw;
    background-color: #B9E5FB;
  }
  .p-company .l_company_list {
    border: 1px solid #3C60AD;
  }
  .p-company .l_company_list li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-company .l_company_list li:not(:last-child) span {
    border-bottom: 1px solid #fff;
  }
  .p-company .l_company_list li:not(:last-child) em {
    border-bottom: 1px solid #3C60AD;
  }
  .p-company .l_company_list li span {
    width: 28.25521vw;
    font-size: 3.38542vw;
    line-height: 1.5;
    font-weight: 500;
    color: #fff;
    background-color: #3C60AD;
    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;
    text-align: left;
    padding: 3.25521vw;
  }
  .p-company .l_company_list li em {
    display: block;
    width: -webkit-calc(100% - 28.25521vw);
    width: -moz-calc(100% - 28.25521vw);
    width: calc(100% - 28.25521vw);
    font-style: normal;
    padding: 3.25521vw 2.60417vw;
    background-color: #fff;
    font-size: 3.38542vw;
    line-height: 1.5;
  }
  .p-privacy_wrap {
    padding: 7.8125vw 0;
    background-color: #B9E5FB;
  }
  .p-privacy_item {
    background-color: #fff;
    padding: 5.20833vw 3.90625vw 6.51042vw;
    position: relative;
  }
  .p-privacy_item:before {
    content: "";
    width: 13.02083vw;
    height: 13.02083vw;
    background: url("../img/block_bg.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
  }
  .p-privacy_item:not(:last-child) {
    margin-bottom: 40px;
  }
  .p-privacy_item h3 {
    font-size: 4.16667vw;
    line-height: 1;
    font-weight: bold;
    color: #299cd3;
    display: block;
    text-align: center;
    margin-bottom: 5.20833vw;
  }
  .p-privacy_item p {
    font-size: 3.38542vw;
    line-height: 1.6;
  }
  .p-privacy_item .l_count {
    counter-reset: li;
  }
  .p-privacy_item .l_count > li {
    position: relative;
    padding-left: 5.20833vw;
    font-size: 3.38542vw;
    line-height: 1.6;
  }
  .p-privacy_item .l_count > li:before {
    counter-increment: li;
    content: counter(li) ". ";
    position: absolute;
    top: 0;
    left: 0;
  }
  .p-privacy_item .l_count2 {
    counter-reset: li;
  }
  .p-privacy_item .l_count2 > li {
    position: relative;
    padding-left: 5.20833vw;
    font-size: 3.38542vw;
    line-height: 1.6;
  }
  .p-privacy_item .l_count2 > li:before {
    counter-increment: li;
    content: "(" counter(li) ")";
    position: absolute;
    top: 0;
    left: 0;
  }
  .p-privacy_item .l_count2 > li .mg_left {
    margin-left: -5.20833vw;
  }
  .p-privacy_item .it_box:not(:last-child) {
    margin-bottom: 3.90625vw;
  }
  .p-privacy_item .it_box.txt_right {
    text-align: right;
  }
  .p-procedures .b_reception {
    padding: 8.46354vw 0 10.41667vw;
    text-align: center;
  }
  .p-procedures .b_reception .ttl_section {
    margin-bottom: 3.90625vw;
  }
  .p-procedures .b_reception .ttl_sub {
    max-width: 62.5vw;
    min-height: 7.8125vw;
    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;
    -moz-border-radius: 100px;
         border-radius: 100px;
    color: #fff;
    font-size: 3.64583vw;
    list-style: 1;
    font-weight: 500;
    margin: 0 auto 3.90625vw;
    width: 100%;
    background-color: #1c50a1;
  }
  .p-procedures .b_reception .txt_blue {
    font-size: 4.16667vw;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 3.90625vw;
    color: #3c60ad;
  }
  .p-procedures .b_reception p {
    font-size: 3.38542vw;
    line-height: 1.5;
    font-weight: 500;
  }
  .p-procedures_tabs {
    padding: 10.41667vw 0 11.71875vw;
    background-color: #B9E5FB;
    position: relative;
    z-index: 1;
  }
  .p-procedures_tabs:before {
    content: "";
    width: 100%;
    height: 9.375vw;
    background: url("../img/bg_all.png") repeat-x;
    -moz-background-size: cover;
         background-size: cover;
    position: absolute;
    top: -1px;
    left: 0;
    z-index: -1;
  }
  .p-procedures_tabs .tabs_controls li {
    width: 50%;
  }
  .p-procedures_tabs .tabs_controls li a {
    font-size: 3.125vw;
    line-height: 1.5;
    min-height: 15.625vw;
    padding: 2.60417vw;
  }
  .p-procedures_tabs .tabs_contents {
    padding: 0;
    background-color: transparent;
  }
  .p-procedures_tabs .tabs_contents:after {
    content: none;
  }
  .p-procedures_tabs .tabs_contents .tab_wrap {
    background-color: #fff;
    padding: 6.51042vw;
    position: relative;
  }
  .p-procedures_tabs .tabs_contents .tab_wrap:after {
    content: "";
    width: 13.02083vw;
    height: 13.02083vw;
    background: url("../img/block_bg.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
  }
  .p-procedures_tabs .tabs_contents .tab_wrap:not(:last-child) {
    margin-bottom: 3.90625vw;
  }
  .p-procedures_tabs .tabs_contents .tab_ttl {
    font-size: 4.16667vw;
    line-height: 1.5;
    font-weight: bold;
    color: #3c60ad;
    margin-bottom: 3.90625vw;
    text-align: center;
  }
  .p-procedures_tabs .tabs_contents .tab_box {
    margin: 0 auto;
  }
  .p-procedures_tabs .tabs_contents .tab_box:not(:last-child) {
    margin-bottom: 10.41667vw;
  }
  .p-procedures_tabs .tabs_contents .tab_box h3 {
    text-align: center;
    margin-bottom: 3.90625vw;
  }
  .p-procedures_tabs .tabs_contents .tab_box h3 span {
    font-size: 3.90625vw;
    line-height: 1.5;
    font-weight: 600;
    display: inline-block;
    border-bottom: 2px solid #3c60ad;
    padding-bottom: 1.30208vw;
  }
  .p-procedures_tabs .tabs_contents .tab_box .txt_center {
    text-align: center;
  }
  .p-procedures_tabs .tabs_contents .tab_box p {
    font-size: 3.38542vw;
    line-height: 1.5;
  }
  .p-procedures_tabs .tabs_contents .tab_box p + p {
    margin-top: 3.25521vw;
  }
  .p-procedures_tabs .tabs_contents .tab_box p span {
    font-weight: bold;
    color: #3c60ad;
  }
  .p-procedures_tabs .tabs_contents .tab_box .l_dot li {
    font-size: 3.38542vw;
    line-height: 1.5;
    padding-left: 4.55729vw;
    position: relative;
  }
  .p-procedures_tabs .tabs_contents .tab_box .l_dot li:before {
    content: "●";
    font-size: 3.38542vw;
    line-height: 1.5;
    position: absolute;
    top: 0;
    left: 0;
    color: #3c60ad;
  }
  .p-procedures_tabs .tabs_contents .tab_box .l_note {
    padding-left: 2.60417vw;
  }
  .p-procedures_tabs .tabs_contents .tab_box .l_note li {
    font-size: 3.38542vw;
    line-height: 1.5;
    padding-left: 3.90625vw;
    position: relative;
  }
  .p-procedures_tabs .tabs_contents .tab_box .l_note li:before {
    content: "※";
    font-size: 3.38542vw;
    line-height: 1.5;
    position: absolute;
    top: 0;
    left: 0;
  }
  .p-procedures_tabs .tabs_contents .tab_box .l_inf {
    margin: 0 auto;
  }
  .p-procedures_tabs .tabs_contents .tab_box .l_inf li {
    font-size: 3.38542vw;
    line-height: 1.5;
  }
  .p-procedures_tabs .tabs_contents .tab_box .l_inf li span {
    display: block;
    font-weight: bold;
    color: #3c60ad;
  }
  .p-procedures_tabs .tabs_contents .tab_box .l_inf li em {
    display: block;
    font-style: normal;
  }
  .p-procedures_tabs .tabs_contents .tab_box .l_inf li + li {
    margin-top: 1.95313vw;
  }
  .p-recruit {
    width: 100%;
    margin: 0 auto 0;
    padding: 0 0 60px;
    background: #b9e5fb;
  }
  .p-recruit_ttl {
    text-align: center;
    font-size: 5.20833vw;
    line-height: 1;
    font-weight: 500;
    color: #3C60AD;
    margin: 5.20833vw 0 3.90625vw;
  }
  .p-recruit .ttl_info {
    display: block;
    font-size: 5.20833vw;
    font-weight: 500;
    color: #4d4d4d;
    line-height: 1;
    vertical-align: bottom;
    margin-top: 6.51042vw;
    margin-left: 0;
    font-family: 'Josefin Sans', sans-serif;
    color: #3c60ad;
    text-align: center;
  }
  .p-recruit .ttl_info span {
    -webkit-transform: scale(0.8, 1);
       -moz-transform: scale(0.8, 1);
        -ms-transform: scale(0.8, 1);
            transform: scale(0.8, 1);
    text-align: center;
    font-size: 3.90625vw;
    letter-spacing: 0em;
    line-height: 1;
    color: #333;
    font-family: 'Noto Sans JP', sans-serif;
  }
  .p-recruit .tabs_controls {
    /*      // display: flex;
      // margin: 0 0 vw(40) vw(-12);*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 5.20833vw;
  }
  .p-recruit .tabs_controls li {
    /*// width: calc(33.33% - 1.5625vw);
        // margin: 0 0 0 vw(12);*/
    width: 100%;
  }
  .p-recruit .tabs_controls li:not(:last-child) {
    margin-bottom: 1.30208vw;
  }
  .p-recruit .tabs_controls li a, .p-recruit .tabs_controls li 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;
    /*background-color: #EAEAEA;*/
    min-height: 11.71875vw;
    font-size: 3.64583vw;
    line-height: 1.3;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
  }
  .p-recruit .tabs_controls li.active a, .p-recruit .tabs_controls li.active span {
    background-color: #3C60AD;
    color: #fff;
  }
  .p-recruit_list li {
    /*// display: flex;*/
  }
  .p-recruit_list li:not(:last-child) {
    margin-bottom: 0.65104vw;
  }
  .p-recruit_list li span {
    /*// width: 182px;*/
    background-color: #3C60AD;
    font-size: 3.64583vw;
    line-height: 1;
    font-weight: 500;
    text-align: center;
    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;
    padding: 2.60417vw;
    color: #fff;
  }
  .p-recruit_list li .txt {
    /*// width: calc(100% - 182px);*/
    background-color: #EAEAEA;
    padding: 2.60417vw;
  }
  .p-recruit_list li p {
    font-size: 3.64583vw;
    line-height: 1.5;
    font-weight: 500;
  }
  .p-recruit_btn a {
    width: 65.10417vw;
    height: 13.02083vw;
    -moz-border-radius: 1.30208vw;
         border-radius: 1.30208vw;
    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;
    text-decoration: none;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 3.90625vw;
    line-height: 1;
    font-weight: 500;
    background-color: #3C60AD;
    color: #fff;
    margin: 6.51042vw auto 0;
  }
  .p-table_tenis .l-anchor {
    padding: 6.51042vw 0;
  }
  .p-table_tenis .l-anchor li:nth-child(4) {
    width: 100%;
  }
  .p-table_tenis_bkg {
    background-color: #B9E5FB;
    position: relative;
    padding: 8.46354vw 0 13.02083vw;
    z-index: 1;
  }
  .p-table_tenis_bkg:before {
    content: "";
    width: 100%;
    height: 9.375vw;
    background: url("../img/bg_all.png") repeat-x;
    -moz-background-size: cover;
         background-size: cover;
    position: absolute;
    top: -1px;
    left: 0;
    z-index: -1;
  }
  .p-table_tenis_sec:not(:last-child) {
    margin-bottom: 13.02083vw;
  }
  .p-table_tenis .box_item {
    background-color: #fff;
    position: relative;
    padding: 6.51042vw 3.90625vw 3.90625vw;
  }
  .p-table_tenis .box_item:before {
    content: "";
    width: 13.02083vw;
    height: 13.02083vw;
    background: url("../img/block_bg.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
  }
  .p-table_tenis .box_item .ttl_it {
    text-align: center;
    font-size: 5.46875vw;
    line-height: 1;
    font-weight: bold;
    color: #3C60AD;
    margin-bottom: 3.90625vw;
  }
  .p-table_tenis .box_item .txt_top {
    text-align: center;
    font-size: 3.38542vw;
    line-height: 1.8;
    margin-bottom: 4.55729vw;
  }
  .p-table_tenis .box_item .txt_bottom {
    text-align: center;
    font-size: 3.38542vw;
    line-height: 1.8;
    margin-top: 3.90625vw;
  }
  .p-table_tenis .course_block .ttl_it_sub {
    font-size: 3.90625vw;
    line-height: 1;
    font-weight: bold;
    color: #1c50a1;
    margin-bottom: 3.90625vw;
    margin-top: 4.55729vw;
  }
  .p-table_tenis .course_block_pic {
    position: relative;
  }
  .p-table_tenis .course_block_pic:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .p-table_tenis .course_block_pic figcaption {
    font-size: 4.16667vw;
    line-height: 1.3;
    font-weight: bold;
    color: #fff;
    text-align: right;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 3.90625vw;
    z-index: 2;
  }
  .p-table_tenis .course_block_pic figcaption small {
    display: block;
  }
  .p-table_tenis .course_block_pic.mask03:after {
    background: url("../img/junior/bg_mask03.png") no-repeat center center/cover;
  }
  .p-table_tenis .course_block_fee {
    overflow: auto;
  }
  .p-table_tenis .course_block_fee table, .p-table_tenis .course_block_fee th, .p-table_tenis .course_block_fee td {
    border-collapse: collapse;
    border: 1px solid #3C60AD;
  }
  .p-table_tenis .course_block_fee table {
    width: 169.27083vw;
    table-layout: fixed;
    background-color: #EFEFEF;
  }
  .p-table_tenis .course_block_fee table th {
    background-color: #3C60AD;
    border: 1px solid #4EB5E2;
    font-size: 3.125vw;
    line-height: 1;
    color: #fff;
    padding: 1.95313vw;
    text-align: center;
  }
  .p-table_tenis .course_block_fee table th.w_242 {
    width: 44.53125vw;
  }
  .p-table_tenis .course_block_fee table th.w_435 {
    width: 52.08333vw;
  }
  .p-table_tenis .course_block_fee table td {
    padding: 1.95313vw;
    font-size: 3.125vw;
    line-height: 1.5;
    text-align: center;
  }
  .p-table_tenis .course_block_fee table td small {
    font-size: 2.86458vw;
  }
  .p-table_tenis .course_block .note {
    text-align: right;
    font-size: 2.60417vw;
    line-height: 1.5;
    margin-top: 1.95313vw;
  }
  .p-table_tenis .pr_flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
    gap: 6.51042vw;
  }
  .p-table_tenis .pr_flex .fl_item .pic img {
    width: 100%;
    height: auto;
  }
  .p-table_tenis .pr_flex .fl_item .txt {
    background-color: #F6F6F6;
    position: relative;
    padding: 3.90625vw;
    text-align: center;
  }
  .p-table_tenis .pr_flex .fl_item .txt .sub {
    width: 19.53125vw;
    height: 19.53125vw;
    -moz-border-radius: 100%;
         border-radius: 100%;
    background-color: #f79500;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -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;
    text-align: center;
    position: absolute;
    top: -9.76563vw;
    right: 3.90625vw;
  }
  .p-table_tenis .pr_flex .fl_item .txt .sub .sub_top {
    font-size: 5.72917vw;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 0.65104vw;
  }
  .p-table_tenis .pr_flex .fl_item .txt .sub .sub_top small {
    font-size: 3.90625vw;
  }
  .p-table_tenis .pr_flex .fl_item .txt .sub .sub_bottom {
    font-size: 5.33854vw;
    line-height: 0.6;
    font-weight: 500;
  }
  .p-table_tenis .pr_flex .fl_item .txt .sub .sub_bottom small {
    font-size: 3.90625vw;
    line-height: 4.03646vw;
    display: inline-block;
  }
  .p-table_tenis .pr_flex .fl_item .txt h4 {
    text-align: center;
    font-size: 5.46875vw;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 2.60417vw;
  }
  .p-table_tenis .pr_flex .fl_item .txt .nb_price p {
    font-size: 12.23958vw;
    line-height: 1;
    color: #f79500;
    font-weight: 400;
  }
  .p-table_tenis .pr_flex .fl_item .txt .nb_price p small {
    font-size: 3.90625vw;
    font-weight: bold;
  }
  .p-table_tenis .b_schedule .b_link01 {
    background-color: #2ea7e0;
    padding: 2.60417vw;
    margin: 0 auto 3.90625vw;
  }
  .p-table_tenis .b_schedule .b_link01 .l_top {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #fff;
    padding-bottom: 3.25521vw;
    margin-bottom: 3.25521vw;
  }
  .p-table_tenis .b_schedule .b_link01 .l_top h3 {
    margin-bottom: 2.60417vw;
  }
  .p-table_tenis .b_schedule .b_link01 .l_top h3 img {
    width: 46.61458vw;
  }
  .p-table_tenis .b_schedule .b_link01 .l_top .l_cta {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.30208vw;
  }
  .p-table_tenis .b_schedule .b_link01 .l_top .l_cta li a {
    width: 100%;
    height: 15.625vw;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #fff;
    color: #0a66a5;
    padding: 1.95313vw;
    font-weight: bold;
    position: relative;
  }
  .p-table_tenis .b_schedule .b_link01 .l_top .l_cta li a span {
    font-size: 3.90625vw;
    line-height: 1.2;
    display: block;
    margin-bottom: 0.65104vw;
  }
  .p-table_tenis .b_schedule .b_link01 .l_top .l_cta li a small {
    font-size: 2.86458vw;
    line-height: 1.4;
  }
  .p-table_tenis .b_schedule .b_link01 .l_top .l_cta li a:after {
    content: "";
    width: 1.95313vw;
    height: 2.73438vw;
    background: url("../img/table-tenis/icon_arr.png") no-repeat center center/cover;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 1.30208vw;
  }
  .p-table_tenis .b_schedule .b_link01 .l_top .l_cta li:nth-child(1) {
    width: 42.31771vw;
  }
  .p-table_tenis .b_schedule .b_link01 .l_top .l_cta li:nth-child(1) a {
    padding-right: 3.90625vw;
    -moz-border-radius: 1.30208vw 0 0 1.30208vw;
         border-radius: 1.30208vw 0 0 1.30208vw;
  }
  .p-table_tenis .b_schedule .b_link01 .l_top .l_cta li:nth-child(2) {
    width: 35.80729vw;
  }
  .p-table_tenis .b_schedule .b_link01 .l_top .l_cta li:nth-child(2) a {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -moz-border-radius: 0 1.30208vw 1.30208vw 0;
         border-radius: 0 1.30208vw 1.30208vw 0;
  }
  .p-table_tenis .b_schedule .b_link01 .l_bottom {
    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;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.90625vw;
  }
  .p-table_tenis .b_schedule .b_link01 .l_bottom p {
    font-size: 4.42708vw;
    line-height: 1.5;
    font-weight: bold;
    color: #fff;
  }
  .p-table_tenis .b_schedule .b_link01 .l_bottom p small {
    font-size: 2.60417vw;
  }
  .p-table_tenis .b_schedule .b_link01 .l_bottom .nb_tel span {
    font-size: 6.51042vw;
    color: #fff;
    font-weight: bold;
    position: relative;
    padding-left: 6.51042vw;
  }
  .p-table_tenis .b_schedule .b_link01 .l_bottom .nb_tel span:before {
    content: "";
    width: 4.6875vw;
    height: 4.81771vw;
    background: url("../img/table-tenis/icon_tel.png") no-repeat center center/cover;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    margin-top: 0.39063vw;
  }
  .p-table_tenis .b_schedule .b_link02 {
    background-color: #6270b4;
    padding: 2.60417vw;
    margin: 0 auto;
    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-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.60417vw;
  }
  .p-table_tenis .b_schedule .b_link02 figure {
    width: 64.45313vw;
    height: 100%;
  }
  .p-table_tenis .b_schedule .b_link02 figure img {
    width: 100%;
    height: auto;
  }
  .p-table_tenis .b_schedule .b_link02 h3 {
    font-size: 4.16667vw;
    line-height: 1.5;
    font-weight: bold;
    color: #fff;
  }
  .p-table_tenis .b_schedule .b_link02 span {
    width: 43.48958vw;
    height: 12.36979vw;
    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;
    background-color: #fff;
    color: #6270b4;
    font-size: 3.51563vw;
    line-height: 1.4;
    font-weight: bold;
    -moz-border-radius: 1.30208vw;
         border-radius: 1.30208vw;
  }
  .p-table_tenis .b_flow .btn_plc {
    margin: 0 auto 3.90625vw;
  }
  .p-table_tenis .b_flow .btn_plc a {
    width: 100%;
    min-height: 15.625vw;
    background-color: #df506a;
    color: #fff;
    font-size: 3.51563vw;
    line-height: 1.4;
    font-weight: 500;
    position: relative;
    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;
    text-align: center;
    padding: 2.60417vw;
  }
  .p-table_tenis .b_flow .btn_plc a:after {
    content: "";
    width: 1.95313vw;
    height: 2.73438vw;
    background: url("../img/table-tenis/icon_arr_white.png") no-repeat center center/cover;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 1.95313vw;
  }
  .p-table_tenis .b_flow .flow_wrap {
    margin: 0 auto;
  }
  .p-table_tenis .b_flow .flow_wrap .flow_item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #efefef;
  }
  .p-table_tenis .b_flow .flow_wrap .flow_item:not(:last-child) {
    margin-bottom: 3.90625vw;
  }
  .p-table_tenis .b_flow .flow_wrap .flow_item .txt {
    padding: 3.25521vw;
  }
  .p-table_tenis .b_flow .flow_wrap .flow_item .txt h3 {
    font-size: 3.64583vw;
    line-height: 1;
    color: #9fa0a0;
    font-weight: bold;
    margin-bottom: 2.60417vw;
  }
  .p-table_tenis .b_flow .flow_wrap .flow_item .txt h3 span {
    font-size: 7.8125vw;
    margin-left: 1.30208vw;
    font-weight: 400;
  }
  .p-table_tenis .b_flow .flow_wrap .flow_item .txt p {
    font-size: 3.38542vw;
    line-height: 5.72917vw;
  }
  .p-table_tenis .b_other .ttl_section {
    margin-bottom: 5.20833vw;
  }
  .p-table_tenis .b_other p {
    font-size: 3.64583vw;
    line-height: 2.4;
    font-weight: 500;
    text-align: center;
  }
  .p-table_tenis .b_other .btn_wrap a {
    width: 52.08333vw;
    height: 11.71875vw;
    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;
    background-color: #f79500;
    color: #fff;
    position: relative;
    font-size: 3.38542vw;
    font-weight: bold;
    margin: 3.90625vw auto 0;
  }
  .p-table_tenis .b_other .btn_wrap a:after {
    content: "";
    width: 1.95313vw;
    height: 2.73438vw;
    background: url("../img/table-tenis/icon_arr_white.png") no-repeat center center/cover;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 1.95313vw;
  }
  .p-mossa {
    background-color: #000;
    color: #ffffff;
  }
  .p-mossa .mainvisual:after {
    background: transparent;
  }
  .p-mossa_wrap {
    padding: 16.92708vw 0 13.02083vw;
    position: relative;
    z-index: 1;
  }
  .p-mossa_wrap:before {
    content: "";
    width: 100%;
    height: 9.375vw;
    background: url("../img/mossa/bg_org.png") repeat-x;
    -moz-background-size: cover;
         background-size: cover;
    position: absolute;
    top: -1px;
    left: 0;
    z-index: -1;
  }
  .p-mossa_wrap .ttl_top {
    text-align: center;
    font-size: 7.16146vw;
    line-height: 9.24479vw;
    color: #e57b2e;
    font-weight: bold;
    margin-bottom: 6.51042vw;
  }
  .p-mossa_wrap .ttl_top b {
    display: block;
    font-size: 7.68229vw;
  }
  .p-mossa_wrap .txt_top {
    text-align: center;
    color: #ffffff;
    font-size: 6.25vw;
    line-height: 9.63542vw;
    font-weight: bold;
    margin-bottom: 6.51042vw;
  }
  .p-mossa_wrap .txt_top span {
    color: #e57b2e;
    font-size: 8.07292vw;
  }
  .p-mossa_wrap .video {
    margin: 0 auto 7.16146vw;
    width: 100%;
  }
  .p-mossa_wrap .video iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
    border: 0.52083vw solid #e57b2e;
  }
  .p-mossa_program {
    background-color: #e57b2e;
    padding: 5.20833vw 3.90625vw 10.41667vw;
    position: relative;
  }
  .p-mossa_program:before {
    content: "";
    width: 18.22917vw;
    height: 18.22917vw;
    background: url("../img/mossa/block_bg_pg.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
  }
  .p-mossa_program .ttlIndex {
    color: #000000;
    margin-bottom: 3.90625vw;
  }
  .p-mossa_program .ttlIndex span {
    color: #000000;
  }
  .p-mossa_program .txt_top_pg {
    text-align: center;
    font-size: 4.55729vw;
    line-height: 6.51042vw;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 5.20833vw;
  }
  .p-mossa_program_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3.90625vw;
  }
  .p-mossa_program_item {
    position: relative;
    padding: 6.51042vw 0;
  }
  .p-mossa_program_item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
    z-index: 1;
  }
  .p-mossa_program_item_pic {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .p-mossa_program_item_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-filter: grayscale(100%) brightness(0.5);
            filter: grayscale(100%) brightness(0.5);
  }
  .p-mossa_program_item_txt {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 3.90625vw 2.60417vw;
    z-index: 2;
    color: #ffffff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-mossa_program_item_txt .pg_logo {
    margin-bottom: 6.51042vw;
    text-align: center;
  }
  .p-mossa_program_item_txt .pg_logo.pg_logo01 img {
    width: 44.07552vw;
  }
  .p-mossa_program_item_txt .pg_logo.pg_logo02 img {
    width: 41.79688vw;
  }
  .p-mossa_program_item_txt .pg_logo.pg_logo03 img {
    width: 44.72656vw;
  }
  .p-mossa_program_item_txt .pg_logo.pg_logo04 img {
    width: 43.61979vw;
  }
  .p-mossa_program_item_txt .pg_logo.pg_logo05 img {
    width: 44.27083vw;
  }
  .p-mossa_program_item_txt .pg_logo.pg_logo06 img {
    width: 40.82031vw;
  }
  .p-mossa_program_item_txt .pg_logo.pg_logo07 img {
    width: 46.09375vw;
  }
  .p-mossa_program_item_txt .pg_logo.pg_logo08 img {
    width: 44.66146vw;
  }
  .p-mossa_program_item_txt .pg_logo img {
    margin: 0 auto;
  }
  .p-mossa_program_item_txt h3 {
    font-size: 4.6875vw;
    line-height: 6.25vw;
    font-weight: bold;
    margin-top: 6.51042vw;
    margin-bottom: 9.11458vw;
    color: #ffffff;
    text-align: center;
  }
  .p-mossa_program_item_txt p {
    font-size: 3.64583vw;
    line-height: 5.72917vw;
    color: #ffffff;
  }
}
