@charset "UTF-8";
@media screen and (min-width: 769px), print {
  .topPage .bBanner {
    height: clamp(500px, 39.06vw, 750px);
    overflow: hidden;
    position: relative;
    margin-bottom: 60px;
    margin-top: 136px;
  }
  .topPage .bBanner_txt {
    font-size: 4.6rem;
    line-height: -webkit-calc(73 / 55);
    line-height: -moz-calc(73 / 55);
    line-height: calc(73 / 55);
    max-width: 1440px;
    padding: 0 20px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .topPage .bBanner_txt p {
    height: 71px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1300px), print {
  .topPage .bBanner_txt {
    font-size: 3.8rem;
  }
}

@media screen and (min-width: 769px), print {
  .topPage .bBanner_slider {
    margin-left: auto;
    width: 48%;
    overflow: hidden;
  }
  .topPage .bBanner_slider .slide {
    height: clamp(500px, 39.06vw, 750px);
    background-image: var(--bg);
    background-repeat: no-repeat;
    background-position: left center;
    -moz-background-size: cover;
    background-size: cover;
    -webkit-mask-image: url("../img/k-shape.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 0% center;
    mask-image: url("../img/k-shape.svg");
    mask-repeat: no-repeat;
    mask-position: 0% center;
    z-index: 1;
  }
  .topPage .bBanner_slider .slide.slick-current {
    -webkit-animation: moveMask 10s ease-in-out;
    -moz-animation: moveMask 10s ease-in-out;
    animation: moveMask 10s ease-in-out;
  }
  .topPage .bBanner_slider .slide.move-right {
    -webkit-mask-position: left 1000% top;
    mask-position: left 1000% top;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px), print and (max-width: 1200px) {
  .topPage .bBanner_slider .slide.move-right {
    -webkit-mask-position: left 2300% top;
    mask-position: left 2300% top;
  }
}

@media screen and (min-width: 769px), print {
  .topPage .bBanner_slider .slide.move-left {
    -webkit-mask-position: 0% center;
    mask-position: 0% center;
  }
  @-webkit-keyframes moveMask {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    100% {
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
    }
  }
  @-moz-keyframes moveMask {
    0% {
      -moz-transform: scale(1);
      transform: scale(1);
    }
    100% {
      -moz-transform: scale(1.2);
      transform: scale(1.2);
    }
  }
  @keyframes moveMask {
    0% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      transform: scale(1);
    }
    100% {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      transform: scale(1.2);
    }
  }
  .topPage .bFeatures {
    padding-bottom: 100px;
  }
  .topPage .bFeatures__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .topPage .bFeatures__item {
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
    margin-bottom: 20px;
  }
  .topPage .bFeatures__item:nth-child(3n + 3) .bFeatures__content {
    border-right: 1px solid #000000;
  }
  .topPage .bFeatures__item.reverse {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
  .topPage .bFeatures__item.reverse .bFeatures__img {
    margin-top: 15px;
  }
  .topPage .bFeatures__item.reverse .bFeatures__content {
    margin-top: 0;
  }
  .topPage .bFeatures__img {
    height: 206px;
    overflow: hidden;
  }
  .topPage .bFeatures__img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .topPage .bFeatures__content {
    padding: 15px 20px;
    margin-top: 15px;
    border-left: 1px solid #000000;
    height: -webkit-calc(100% - (206px + 15px));
    height: -moz-calc(100% - (206px + 15px));
    height: calc(100% - (206px + 15px));
  }
  .topPage .bFeatures__content h4 {
    margin-bottom: 10px;
    font-size: 1.8rem;
    padding: 24px 10px 24px 85px;
    background: url("../img/top/k_ic.svg") no-repeat left center #c1e8fb;
    -moz-background-size: auto 75px;
    background-size: auto 75px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  .topPage .bFeatures__content p {
    font-size: 1.5rem;
    line-height: -webkit-calc(28 / 16);
    line-height: -moz-calc(28 / 16);
    line-height: calc(28 / 16);
  }
  .topPage .bNotice {
    background: #05a4d6;
    background: -webkit-gradient(linear, left top, right top, from(#05a4d6), to(#0167c9));
    background: -webkit-linear-gradient(left, #05a4d6 0%, #0167c9 100%);
    background: -moz- oldlinear-gradient(left, #05a4d6 0%, #0167c9 100%);
    background: linear-gradient(90deg, #05a4d6 0%, #0167c9 100%);
    padding: 40px 0;
  }
  .topPage .bNotice h3 {
    color: #ffffff !important;
  }
  .topPage .bNotice__item:last-child {
    border-bottom: 1px solid #000000;
  }
  .topPage .bNotice__item a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 30px;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #000000;
    background: url("../img/top/ar_circle_ic.svg") no-repeat right 30px center #ffffff;
    -moz-background-size: 35px auto;
    background-size: 35px auto;
  }
  .topPage .bNotice__item a time {
    font-size: 1.6rem;
    color: #000000;
    margin-right: 20px;
  }
  .topPage .bNotice__item a span {
    line-height: 1;
    color: #ffffff;
    font-size: 1.4rem;
    padding: 5px 10px;
    margin-right: 20px;
    width: 100px;
    text-align: center;
    white-space: nowrap;
  }
  .topPage .bNotice__item a span.orange {
    background-color: #ff841e;
  }
  .topPage .bNotice__item a span.red {
    background-color: #ee2314;
  }
  .topPage .bNotice__item a span.blue {
    background-color: #05a4d6;
  }
  .topPage .bNotice__item a p {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    font-size: 1.8rem;
    line-height: -webkit-calc(28 / 18);
    line-height: -moz-calc(28 / 18);
    line-height: calc(28 / 18);
  }
  .topPage .bNotice__btn {
    margin-top: 50px;
    text-align: center;
  }
  .topPage .bInstruction {
    padding: 80px 0;
  }
  .topPage .bInstruction .ttlIndex {
    margin-bottom: 70px;
  }
  .topPage .bInstruction__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .topPage .bInstruction__item {
    width: -webkit-calc((100% - 40px) / 2);
    width: -moz-calc((100% - 40px) / 2);
    width: calc((100% - 40px) / 2);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 200px;
    overflow: hidden;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin-bottom: 40px;
  }
  .topPage .bInstruction__img {
    width: 63%;
    overflow: hidden;
  }
  .topPage .bInstruction__img img {
    object-fit: cover;
  }
  .topPage .bInstruction__content {
    background-color: #0071bb;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    text-align: center;
    padding: 20px 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-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .topPage .bInstruction__content p {
    color: #ffffff;
    font-size: 2rem;
    line-height: 1;
    padding: 0 10px;
  }
  .topPage .bInstruction__content a {
    display: block;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    margin-top: 40px;
    min-width: auto;
  }
  .topPage .bInstruction__box {
    background-color: #ee2314;
    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;
    color: #ffffff;
    padding: 50px 40px;
  }
  .topPage .bInstruction__box p {
    font-size: 2rem;
    line-height: 1.4;
    white-space: nowrap;
    font-weight: 600;
  }
  .topPage .bInstruction__box img {
    width: 420px;
    margin: 0 20px;
  }
  .topPage .bInstruction__box > div {
    font-size: 2.1rem;
    line-height: 1;
    font-weight: 600;
    margin-right: 20px;
    white-space: nowrap;
  }
  .topPage .bInstruction__box a {
    min-width: 0;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
  }
  .topPage .bChoose {
    background: #05a4d6;
    background: -webkit-gradient(linear, left top, right top, from(#05a4d6), to(#0167c9));
    background: -webkit-linear-gradient(left, #05a4d6 0%, #0167c9 100%);
    background: -moz- oldlinear-gradient(left, #05a4d6 0%, #0167c9 100%);
    background: linear-gradient(90deg, #05a4d6 0%, #0167c9 100%);
    padding: 70px 0 80px;
  }
  .topPage .bChoose .ttlIndex {
    margin-bottom: 70px;
  }
  .topPage .bChoose__list {
    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;
    margin-bottom: 30px;
  }
  .topPage .bChoose__item {
    width: -webkit-calc((100% - 40px) / 2);
    width: -moz-calc((100% - 40px) / 2);
    width: calc((100% - 40px) / 2);
  }
  .topPage .bChoose__item:first-child .bChoose__item__top h4 {
    background-color: #ee2314;
  }
  .topPage .bChoose__item:first-child .bChoose__item__top > div > span {
    color: #ee2314;
  }
  .topPage .bChoose__item:first-child .bChoose__item__bottom ul li > div {
    background-color: #ee2314;
  }
  .topPage .bChoose__item:first-child .bChoose__item__bottom ul li p a {
    color: #ee2314;
  }
  .topPage .bChoose__item:last-child .bChoose__item__top h4 {
    background-color: #05a4d6;
  }
  .topPage .bChoose__item:last-child .bChoose__item__top > div > span {
    color: #05a4d6;
  }
  .topPage .bChoose__item:last-child .bChoose__item__top img {
    left: auto;
    right: 20px;
    width: 107px;
  }
  .topPage .bChoose__item:last-child .bChoose__item__bottom ul li > div {
    background-color: #05a4d6;
  }
  .topPage .bChoose__item__top {
    background-color: #ffffff;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 30px 0 20px;
    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: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    height: 240px;
    margin-bottom: 25px;
  }
  .topPage .bChoose__item__top::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #ffffff;
    position: absolute;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .topPage .bChoose__item__top img {
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 102px;
  }
  .topPage .bChoose__item__top h4 {
    color: #ffffff;
    text-align: center;
    font-size: 3rem;
    line-height: 1;
    padding: 10px 50px 12px;
    font-weight: 600;
    display: inline-block;
    -moz-border-radius: 50px;
    border-radius: 50px;
  }
  .topPage .bChoose__item__top h4 span {
    font-size: 2rem;
  }
  .topPage .bChoose__item__top > div {
    text-align: center;
  }
  .topPage .bChoose__item__top > div > span {
    display: block;
    text-align: center;
    font-size: 2.2rem;
    font-weight: 700;
    margin-top: 15px;
  }
  .topPage .bChoose__item__top > div > span ins {
    display: block;
    text-decoration: none;
    font-size: 2rem;
    color: #000000;
  }
  .topPage .bChoose__item__top > div > span ins em {
    font-style: normal;
    display: inline-block;
    vertical-align: bottom;
    font-size: 1.6rem;
  }
  .topPage .bChoose__item__top > p {
    font-size: 1.4rem;
    line-height: -webkit-calc(28 / 16);
    line-height: -moz-calc(28 / 16);
    line-height: calc(28 / 16);
    text-align: center;
  }
  .topPage .bChoose__item__bottom ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .topPage .bChoose__item__bottom ul li {
    width: -webkit-calc((100% - 15px) / 2);
    width: -moz-calc((100% - 15px) / 2);
    width: calc((100% - 15px) / 2);
    background-color: #ffffff;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 15px;
    height: 135px;
  }
  .topPage .bChoose__item__bottom ul li > div {
    color: #ffffff;
    font-size: 500;
    text-align: center;
    line-height: 1;
    font-size: 2.6rem;
    padding: 15px 0;
  }
  .topPage .bChoose__item__bottom ul li > p {
    padding: 10px 15px 20px;
    font-size: 1.5rem;
    text-align: center;
    line-height: -webkit-calc(28 / 16);
    line-height: -moz-calc(28 / 16);
    line-height: calc(28 / 16);
  }
  .topPage .bChoose__item__bottom ul li > p.center {
    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;
    height: -webkit-calc(100% - 56px);
    height: -moz-calc(100% - 56px);
    height: calc(100% - 56px);
  }
  .topPage .bChoose__item__bottom ul li > p a {
    font-size: 2.1rem;
    display: block;
    line-height: 1;
    font-weight: 700;
    margin-top: 5px;
  }
  .topPage .bChoose__box {
    margin: 0 auto;
    background: url("../img/top/cs_bg.png") no-repeat center/cover;
    padding: 25px 25px 25px 205px;
    width: 650px;
    overflow: hidden;
    -moz-border-radius: 15px;
    border-radius: 15px;
  }
  .topPage .bChoose__box h4 {
    background-color: #80b73f;
    color: #ffffff;
    text-align: center;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1;
    padding: 15px 30px;
    -moz-border-radius: 50px;
    border-radius: 50px;
  }
  .topPage .bChoose__box h4 span {
    font-size: 2rem;
  }
  .topPage .bChoose__box p {
    text-align: center;
    font-size: 1.5rem;
    line-height: -webkit-calc(25 / 16);
    line-height: -moz-calc(25 / 16);
    line-height: calc(25 / 16);
    margin-top: 15px;
  }
  .topPage .bStory {
    padding: 50px 0 90px;
  }
  .topPage .bStory__list {
    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 .bStory__list a {
    display: block;
    width: -webkit-calc((100% - 40px) / 2);
    width: -moz-calc((100% - 40px) / 2);
    width: calc((100% - 40px) / 2);
    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;
    height: 180px;
    background-image: url("../img/top/ar_white_ic.svg");
    background-position: right 30px center;
    background-repeat: no-repeat;
    -moz-background-size: 38px auto;
    background-size: 38px auto;
  }
  .topPage .bStory__list a.yellow {
    background-color: #fbae34;
    color: #000000;
  }
  .topPage .bStory__list a.blue {
    background-color: #3f9ae6;
    color: #ffffff;
  }
  .cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 250%;
    height: 250%;
    background: #05a4d6;
    -webkit-transform: rotate(-45deg) translateY(28%);
    -moz-transform: rotate(-45deg) translateY(28%);
    -ms-transform: rotate(-45deg) translateY(28%);
    transform: rotate(-45deg) translateY(28%);
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    z-index: 9999;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    -moz-transition:
      transform 0.5s ease-in-out,
      -moz-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition:
      transform 0.5s ease-in-out,
      -webkit-transform 0.5s ease-in-out,
      -moz-transform 0.5s ease-in-out;
  }
  .cover2 {
    z-index: 9998;
    /* cover thứ hai nằm dưới cover1 */
    background: #1c1c1c75;
  }
  .bDetail {
    padding-top: 100px;
  }
  .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_cms .b_banner_img {
    width: 100%;
    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;
    overflow: hidden;
    position: relative;
    margin-top: 95px;
  }
  .p_cms .b_banner_img img {
    width: 100%;
    height: auto;
  }
  .p_cms .b_g_school {
    padding: 100px 0;
  }
  .p_cms .b_g_school_ttl {
    text-align: center;
    margin-bottom: 50px;
  }
  .p_cms .b_g_school_ttl_sub {
    display: block;
    width: 300px;
    height: 50px;
    margin: 0 auto 15px;
  }
  .p_cms .b_g_school_ttl_sub text {
    font-size: 2.2rem;
    font-weight: bold;
    fill: #000;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.05em;
  }
  .p_cms .b_g_school_ttl_main {
    display: inline-block;
    font-size: 5rem;
    font-weight: bold;
    color: #fff;
    padding: 0 60px 4px;
    background: -webkit-gradient(linear, left top, right top, from(#05a4d6), to(#0167c9));
    background: -webkit-linear-gradient(left, #05a4d6 0%, #0167c9 100%);
    background: -moz- oldlinear-gradient(left, #05a4d6 0%, #0167c9 100%);
    background: linear-gradient(90deg, #05a4d6 0%, #0167c9 100%);
    -moz-border-radius: 100px;
    border-radius: 100px;
    letter-spacing: 0.1em;
    max-width: 560px;
    width: 100%;
  }
  .p_cms .b_g_school_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
  }
  .p_cms .b_g_school_list li {
    width: 375px;
    height: 245px;
  }
  .p_cms .b_g_school_list li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-border-radius: 18px;
    border-radius: 18px;
  }
  .p_cms .ttl_st {
    text-align: center;
    font-size: 3.2rem;
    line-height: 1;
    font-weight: bold;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 50px;
  }
  .p_cms .ttl_st:after {
    content: "";
    width: 85px;
    height: 6px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .p_cms .ttl_st.ttl_af01:after {
    background-color: #e14c3f;
  }
  .p_cms .ttl_st.ttl_af02:after {
    background: #05a4d6;
    background: -webkit-gradient(linear, left top, right top, from(#05a4d6), to(#0167c9));
    background: -webkit-linear-gradient(left, #05a4d6 0%, #0167c9 100%);
    background: -moz- oldlinear-gradient(left, #05a4d6 0%, #0167c9 100%);
    background: linear-gradient(90deg, #05a4d6 0%, #0167c9 100%);
  }
  .p_cms .b_event {
    background-color: #e7e9ea;
    padding: 80px 0;
  }
  .p_cms .b_event_slider {
    position: relative;
    margin: 0 -12px;
  }
  .p_cms .b_event_slider .slick-list {
    padding: 15px 0;
  }
  .p_cms .b_event_slider .slick-prev,
  .p_cms .b_event_slider .slick-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    width: 50px;
    height: 50px;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
  }
  .p_cms .b_event_slider .slick-prev img,
  .p_cms .b_event_slider .slick-next img {
    width: 100%;
    height: auto;
  }
  .p_cms .b_event_slider .slick-prev:hover,
  .p_cms .b_event_slider .slick-next:hover {
    opacity: 0.8;
  }
  .p_cms .b_event_slider .slick-prev {
    left: -60px;
  }
  .p_cms .b_event_slider .slick-next {
    right: -60px;
  }
  .p_cms .b_event_item {
    padding: 0 12px;
  }
  .p_cms .b_event_item a {
    display: block;
    background: #e26258;
    background: -webkit-gradient(linear, left top, right top, from(#e26258), to(#df2b1b));
    background: -webkit-linear-gradient(left, #e26258 0%, #df2b1b 100%);
    background: -moz- oldlinear-gradient(left, #e26258 0%, #df2b1b 100%);
    background: linear-gradient(90deg, #e26258 0%, #df2b1b 100%);
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    padding: 20px;
    text-decoration: none;
    -webkit-transition:
      box-shadow 0.3s ease,
      -webkit-transform 0.3s ease;
    transition:
      box-shadow 0.3s ease,
      -webkit-transform 0.3s ease;
    -moz-transition:
      transform 0.3s ease,
      box-shadow 0.3s ease,
      -moz-transform 0.3s ease,
      -moz-box-shadow 0.3s ease;
    transition:
      transform 0.3s ease,
      box-shadow 0.3s ease;
    transition:
      transform 0.3s ease,
      box-shadow 0.3s ease,
      -webkit-transform 0.3s ease,
      -moz-transform 0.3s ease,
      -moz-box-shadow 0.3s ease;
  }
  .p_cms .b_event_item a:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  }
  .p_cms .b_event_item .pic {
    position: relative;
    overflow: hidden;
    -moz-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
    margin: 0;
  }
  .p_cms .b_event_item .pic img {
    width: 100%;
    height: auto;
    display: block;
  }
  .p_cms .b_event_item .pic .label_end {
    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;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 8px 20px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    white-space: nowrap;
  }
  .p_cms .b_event_item .txt {
    padding: 20px 0 0;
    position: relative;
  }
  .p_cms .b_event_item .txt h3 {
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .p_cms .b_event_item .txt p {
    font-size: 1.6rem;
    color: #fff;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-right: 75px;
  }
  .p_cms .b_event_item .txt .arrow {
    position: absolute;
    right: 0;
    bottom: 0;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .p_cms .b_event_item .txt .arrow img {
    width: 40px;
    height: auto;
  }
  .p_cms .b_board {
    padding: 110px 0 50px;
  }
  .p_cms .b_board_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    margin: 0 -30px 0 0;
  }
  .p_cms .b_board_item {
    width: -webkit-calc(50% - 30px);
    width: -moz-calc(50% - 30px);
    width: calc(50% - 30px);
  }
  .p_cms .b_board .b_bulletin_box {
    background-color: #e7e9ea;
    padding: 20px;
    height: 370px;
    overflow-y: auto;
  }
  .p_cms .b_board .b_bulletin_box::-webkit-scrollbar {
    width: 10px;
    background-color: #e7e9ea;
    border-left: 1px solid #000;
  }
  .p_cms .b_board .b_bulletin_box::-webkit-scrollbar-thumb {
    background-color: #889ea6;
    border-radius: 10px;
  }
  .p_cms .b_board .b_bulletin_box::--webkit-scrollbar-track {
    background-color: #e7e9ea;
    border-left: 1px solid #000;
  }
  .p_cms .b_board .b_bulletin_box p {
    font-size: 1.6rem;
    line-height: 1.6;
    color: #000;
  }
  .p_cms .b_board .b_bulletin_box p + p {
    margin-top: 20px;
  }
  .p_cms .b_board .b_news_box .bNotice__list {
    height: 314px;
    overflow-y: auto;
  }
  .p_cms .b_board .b_news_box .bNotice__list::-webkit-scrollbar {
    width: 10px;
    background-color: #e7e9ea;
    border-left: 1px solid #000;
  }
  .p_cms .b_board .b_news_box .bNotice__list::-webkit-scrollbar-thumb {
    background-color: #889ea6;
    border-radius: 10px;
  }
  .p_cms .b_board .b_news_box .bNotice__list::--webkit-scrollbar-track {
    background-color: #e7e9ea;
    border-left: 1px solid #000;
  }
  .p_cms .b_board .b_news_box .btn_wrap {
    text-align: center;
  }
  .p_cms .b_board .b_news_box .btn_wrap .btn {
    background: url("../img/top/ar_whiteBold_ic.svg") no-repeat right 20px center #ee2314;
    -moz-background-size: 18px auto;
    background-size: 18px auto;
    color: #fff;
    margin: 0 auto 0;
  }
  .p_cms .b_feedback {
    padding: 80px 0 75px;
    background-color: #c1e8fb;
    overflow: hidden;
    position: relative;
  }
  .p_cms .b_feedback_slider {
    position: relative;
  }
  .p_cms .b_feedback_slider .slick-list {
    overflow: visible;
  }
  .p_cms .b_feedback_slider .slick-slide.slick-center {
    opacity: 1;
  }
  .p_cms .b_feedback_slider .slick-prev,
  .p_cms .b_feedback_slider .slick-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    width: 50px;
    height: 50px;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
  }
  .p_cms .b_feedback_slider .slick-prev img,
  .p_cms .b_feedback_slider .slick-next img {
    width: 100%;
    height: auto;
  }
  .p_cms .b_feedback_slider .slick-prev:hover,
  .p_cms .b_feedback_slider .slick-next:hover {
    opacity: 0.8;
  }
  .p_cms .b_feedback_slider .slick-prev {
    left: -webkit-calc((100% - 885px) / 2 - 60px);
    left: -moz-calc((100% - 885px) / 2 - 60px);
    left: calc((100% - 885px) / 2 - 60px);
  }
  .p_cms .b_feedback_slider .slick-next {
    right: -webkit-calc((100% - 885px) / 2 - 60px);
    right: -moz-calc((100% - 885px) / 2 - 60px);
    right: calc((100% - 885px) / 2 - 60px);
  }
  .p_cms .b_feedback_slider .slick-dots {
    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;
    gap: 10px;
    padding: 0;
    list-style: none;
    bottom: -65px;
  }
  .p_cms .b_feedback_slider .slick-dots li {
    width: 12px;
    height: 12px;
  }
  .p_cms .b_feedback_slider .slick-dots li button {
    width: 12px;
    height: 12px;
    padding: 0;
    text-indent: -9999px;
    border: 1px solid #000;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    font-size: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .p_cms .b_feedback_slider .slick-dots li.slick-active button {
    background: #1370cb;
  }
  .p_cms .b_feedback_item {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 55px;
    background-color: #fff;
    padding: 40px 55px;
    margin: 0 15px;
    max-width: 985px;
    min-height: 445px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .p_cms .b_feedback_item .pic {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0;
  }
  .p_cms .b_feedback_item .pic img {
    width: 120px;
    height: auto;
  }
  .p_cms .b_feedback_item .txt {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .p_cms .b_feedback_item .txt h3 {
    font-size: 2.4rem;
    font-weight: bold;
    color: #05a4d6;
    line-height: 1.4;
    margin-bottom: 15px;
  }
  .p_cms .b_feedback_item .txt p {
    font-size: 1.6rem;
    color: #000;
    line-height: 1.8;
  }
  .p_cms .b_feedback .btn_wrap {
    text-align: center;
    margin-top: 40px;
  }
  .p_cms .b_feedback .btn_wrap .btn {
    color: #fff;
    margin: 0 auto 0;
    background: #05a4d6;
    position: relative;
    background: -webkit-gradient(linear, left top, right top, from(#05a4d6), to(#0167c9));
    background: -webkit-linear-gradient(left, #05a4d6 0%, #0167c9 100%);
    background: -moz- oldlinear-gradient(left, #05a4d6 0%, #0167c9 100%);
    background: linear-gradient(90deg, #05a4d6 0%, #0167c9 100%);
    position: absolute;
    bottom: 29px;
    right: -webkit-calc((100% - 1200px) / 2);
    right: -moz-calc((100% - 1200px) / 2);
    right: calc((100% - 1200px) / 2);
  }
  .p_cms .b_feedback .btn_wrap .btn:after {
    content: "";
    width: 18px;
    height: 10px;
    background: url("../img/top/ar_whiteBold_ic.svg") no-repeat center center;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .p_cms .b_staff {
    padding: 80px 0;
    position: relative;
  }
  .p_cms .b_staff_slider {
    position: relative;
    margin: 0 -15px;
  }
  .p_cms .b_staff_slider .slick-prev,
  .p_cms .b_staff_slider .slick-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    width: 50px;
    height: 50px;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
  }
  .p_cms .b_staff_slider .slick-prev img,
  .p_cms .b_staff_slider .slick-next img {
    width: 100%;
    height: auto;
  }
  .p_cms .b_staff_slider .slick-prev:hover,
  .p_cms .b_staff_slider .slick-next:hover {
    opacity: 0.8;
  }
  .p_cms .b_staff_slider .slick-prev {
    left: -60px;
  }
  .p_cms .b_staff_slider .slick-next {
    right: -60px;
  }
  .p_cms .b_staff_slider .slick-slide {
    padding: 0 15px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .p_cms .b_staff_slider .slick-slide > div {
    height: 100%;
  }
  .p_cms .b_staff_item {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
    height: 100%;
  }
  .p_cms .b_staff_item .pic {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 200px;
    margin: 0;
    background-color: #e7e9ea;
    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_cms .b_staff_item .pic img {
    width: 100%;
    height: auto;
  }
  .p_cms .b_staff_item .txt {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .p_cms .b_staff_item .txt h3 {
    font-size: 2rem;
    font-weight: bold;
    color: #000;
    line-height: 1.4;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #05a4d6;
  }
  .p_cms .b_staff_item .txt p {
    font-size: 1.6rem;
    line-height: 28px;
    color: #000;
  }
  .p_cms .b_access {
    padding: 85px 0;
    background-color: #c1e8fb;
  }
  .p_cms .b_access .txt_top {
    text-align: center;
    margin-bottom: 100px;
    position: relative;
    padding: 0 60px;
  }
  .p_cms .b_access .txt_top:before,
  .p_cms .b_access .txt_top:after {
    content: "";
    width: 40px;
    height: 220px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .p_cms .b_access .txt_top:before {
    left: 0;
    background-image: url("../img/cms/bf_info.png");
  }
  .p_cms .b_access .txt_top:after {
    right: 0;
    background-image: url("../img/cms/af_info.png");
  }
  .p_cms .b_access .txt_top p {
    font-size: 3rem;
    font-weight: bold;
    color: #05a4d6;
    line-height: 1.8;
  }
  .p_cms .b_access_if {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .p_cms .b_access_if .txt {
    width: 320px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .p_cms .b_access_if .txt h3 {
    font-size: 3rem;
    font-weight: bold;
    color: #000;
    line-height: 1.4;
    margin-bottom: 15px;
    padding: 5px 15px;
    background: -webkit-gradient(linear, left top, right top, from(#05a4d6), to(#0167c9));
    background: -webkit-linear-gradient(left, #05a4d6 0%, #0167c9 100%);
    background: -moz- oldlinear-gradient(left, #05a4d6 0%, #0167c9 100%);
    background: linear-gradient(90deg, #05a4d6 0%, #0167c9 100%);
    text-align: center;
    -moz-border-radius: 100px;
    border-radius: 100px;
    color: #fff;
  }
  .p_cms .b_access_if .txt p {
    font-size: 1.9rem;
    color: #000;
    line-height: 1.8;
  }
  .p_cms .b_access_if .txt .txt_tel {
    font-size: 3.8rem;
    font-weight: bold;
    color: #000;
    margin-top: 15px;
  }
  .p_cms .b_access_if .if {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-calc(100% - 320px);
    width: -moz-calc(100% - 320px);
    width: calc(100% - 320px);
  }
  .p_cms .b_access_if .if figure {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    width: 320px;
  }
  .p_cms .b_access_if .if figure img {
    width: 100%;
    height: auto;
  }
  .p_cms .b_access_if .if .map {
    width: -webkit-calc(100% - 320px);
    width: -moz-calc(100% - 320px);
    width: calc(100% - 320px);
  }
  .p_cms .b_access_if .if .map iframe {
    width: 100%;
    height: 100%;
    min-height: 250px;
  }
  .p_cms .b_sns {
    padding: 80px 0;
  }
  .p_cms .b_sns_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .p_cms .b_sns_item {
    width: -webkit-calc(50% - 30px);
    width: -moz-calc(50% - 30px);
    width: calc(50% - 30px);
  }
  .news_list .p_cms .b_board .b_board_item {
    width: 100%;
  }
  .p_stories {
    padding: 95px 0 50px;
  }
  .p_stories_kv {
    min-height: 647px;
    margin-bottom: 60px;
    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-left: -webkit-calc((100% - 1200px) / 2);
    padding-left: -moz-calc((100% - 1200px) / 2);
    padding-left: calc((100% - 1200px) / 2);
    background: url("../img/stories/mv_stories.webp") no-repeat center center/cover;
  }
  .p_stories_kv .ttl_caption {
    font-size: 5.5rem;
    line-height: 1;
    font-weight: 400;
  }
  .p_stories_tabs {
    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;
    gap: 85px;
    margin-bottom: 100px;
  }
  .p_stories_tabs .tab_btn {
    width: 182px;
    height: 60px;
    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.6rem;
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    -moz-border-radius: 100px;
    border-radius: 100px;
  }
  .p_stories_tabs .tab_btn[data-color="blue"] {
    background-color: #294a9b;
    color: #fff;
  }
  .p_stories_tabs .tab_btn[data-color="blue"]:hover {
    background-color: #1f3a7a;
  }
  .p_stories_tabs .tab_btn[data-color="pink"] {
    background-color: #c5145a;
    color: #fff;
  }
  .p_stories_tabs .tab_btn[data-color="pink"]:hover {
    background-color: #a01148;
  }
  .p_stories_tabs .tab_btn[data-color="orange"] {
    background-color: #ff841e;
    color: #fff;
  }
  .p_stories_tabs .tab_btn[data-color="orange"]:hover {
    background-color: #e6701a;
  }
  .p_stories_tabs .tab_btn.active {
    z-index: 2;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .p_stories_content .tab_content {
    display: none;
  }
  .p_stories_content .tab_content.active {
    display: block;
  }
  .p_stories_content .story_item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-bottom: 60px;
    padding-bottom: 60px;
  }
  .p_stories_content .story_item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .p_stories_content .story_item_blue {
    border-bottom: 1px solid #294a9b;
  }
  .p_stories_content .story_item_pink {
    border-bottom: 1px solid #c5145a;
  }
  .p_stories_content .story_item_orange {
    border-bottom: 1px solid #ff841e;
  }
  .p_stories_content .story_item .story_img {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    width: 300px;
    height: 300px;
    overflow: hidden;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
  .p_stories_content .story_item .story_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_stories_content .story_item .story_text {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .p_stories_content .story_item .story_text .story_title {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
  }
  .p_stories_content .story_item .story_text .story_title span {
    display: inline-block;
    font-size: 2.5rem;
    line-height: 1.4;
    font-weight: 800;
    padding: 5px 15px;
    margin-right: 10px;
  }
  .p_stories_content .story_item .story_text .story_title em {
    font-style: normal;
    display: inline-block;
    font-size: 1.9rem;
    line-height: 1.4;
    font-weight: bold;
  }
  .p_stories_content .story_item .story_text .story_title_blue {
    color: #294a9b;
  }
  .p_stories_content .story_item .story_text .story_title_blue span {
    background-color: #d4dbeb;
  }
  .p_stories_content .story_item .story_text .story_title_pink {
    color: #c5145a;
  }
  .p_stories_content .story_item .story_text .story_title_pink span {
    background-color: #f3d0de;
  }
  .p_stories_content .story_item .story_text .story_title_orange {
    color: #ff841e;
  }
  .p_stories_content .story_item .story_text .story_title_orange span {
    background-color: #ffe6d2;
  }
  .p_stories_content .story_item .story_text .story_desc p {
    font-size: 1.6rem;
    line-height: 28px;
  }
  .p_policy {
    padding: 0 0 80px;
  }
  .p_policy_item {
    margin-top: 80px;
  }
  .p_policy_item .ttlIndex {
    margin-bottom: 50px;
  }
  .p_policy_item .ttlIndex span {
    font-size: 2.6rem;
    line-height: 1;
    margin-top: 5px;
    font-weight: 400;
    display: block;
  }
  .p_policy_intro {
    font-size: 1.6rem;
    line-height: -webkit-calc(28 / 16);
    line-height: -moz-calc(28 / 16);
    line-height: calc(28 / 16);
    margin-bottom: 30px;
    color: #000000;
  }
  .p_policy_section:not(:last-child) {
    margin-bottom: 30px;
  }
  .p_policy_section_title {
    font-size: 1.7rem;
    line-height: 31px;
    font-weight: bold;
    color: #294a9b;
    margin-bottom: 10px;
  }
  .p_policy_text {
    font-size: 1.7rem;
    line-height: 31px;
  }
  .p_policy_text + p {
    margin-top: 15px;
  }
  .p_policy_list {
    margin: 15px 0;
  }
  .p_policy_list li {
    font-size: 1.7rem;
    line-height: 31px;
  }
  .p_company .form_btn {
    margin: 50px 0 0;
    text-align: center;
  }
  .p_company .form_btn a.button-apply {
    background: -webkit-gradient(linear, left top, right top, from(#00a6e8), to(#007bc7));
    background: -webkit-linear-gradient(left, #00a6e8 0%, #007bc7 100%);
    background: -moz- oldlinear-gradient(left, #00a6e8 0%, #007bc7 100%);
    background: linear-gradient(90deg, #00a6e8 0%, #007bc7 100%);
    color: #fff;
    font-size: 2rem;
    -moz-border-radius: 9999px;
    border-radius: 9999px;
    padding: 14px 32px;
    font-weight: 600;
    border: none;
    cursor: pointer;
  }
  .p_company_info {
    margin-top: 100px;
  }
  .p_company_info__item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #294a9b;
    padding: 40px 0;
  }
  .p_company_info__item:first-child {
    border-top: 1px solid #294a9b;
  }
  .p_company_info__label {
    width: 220px;
    font-size: 1.7rem;
    line-height: 31px;
    font-weight: bold;
    color: #294a9b;
    margin: 0;
    padding-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .p_company_info__value {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 1.7rem;
    line-height: 31px;
  }
  .p_company_history__item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_company_history__item:not(:last-child) {
    margin-bottom: 30px;
  }
  .p_company_history__date {
    width: 250px;
    font-size: 1.7rem;
    line-height: 31px;
    padding-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .p_company_history__text {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 1.7rem;
    line-height: 31px;
  }
  .p_company_greeting {
    padding: 80px 0 20px;
  }
  .p_company_greeting .ttlIndex {
    margin-bottom: 50px;
  }
  .p_company_greeting .greeing_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .p_company_greeting .greeting_img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 246px;
  }
  .p_company_greeting .greeting_img img {
    width: 100%;
    height: auto;
    display: block;
  }
  .p_company_greeting .greeting_txt {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
  }
  .p_company_greeting .greeting_txt p {
    font-size: 1.7rem;
    line-height: 31px;
  }
  .p_course {
    padding: 95px 0 50px;
  }
  .p_course .kv_course {
    min-height: 647px;
    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;
    padding-left: -webkit-calc((100% - 1200px) / 2);
    padding-left: -moz-calc((100% - 1200px) / 2);
    padding-left: calc((100% - 1200px) / 2);
  }
  .p_course .kv_course .ttl_caption {
    font-size: 5.5rem;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 50px;
  }
  .p_course .kv_course .point_list {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 7px;
  }
  .p_course .kv_course .point_list li {
    padding: 8px 25px;
    background-color: #fff;
    border: 1px solid #0071bb;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 400;
    text-align: center;
  }
  .p_course .kv_course .ttl_sub {
    display: block;
    font-size: 2.5rem;
    line-height: 1;
  }
  .p_course .kv_course.kv_course_junior {
    background: url("../img/course/junior/kv_course_pc.webp") no-repeat center center/cover;
  }
  .p_course .kv_course.kv_course_high {
    background: url("../img/course/high/kv_course_pc.webp") no-repeat center center/cover;
  }
  .p_course .kv_course.kv_course_elementary {
    background: url("../img/course/elementary/kv_course_pc.webp") no-repeat center center/cover;
  }
  .p_course .kv_course.kv_course_other {
    background: url("../img/course/other/kv_course_pc.webp") no-repeat center center/cover;
  }
  .p_course .p_course_top {
    padding: 60px 0 80px;
  }
  .p_course .p_course_top .ttl_top {
    color: #ee2314;
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 58px;
    text-align: center;
    margin-bottom: 70px;
  }
  .p_course .p_course_top .p_course_top_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .p_course .p_course_top .p_course_top_wrap .p_course_top_item {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: -webkit-linear-gradient(45deg, #df2919 0%, #e55042 100%);
    background: -moz- oldlinear-gradient(45deg, #df2919 0%, #e55042 100%);
    background: linear-gradient(45deg, #df2919 0%, #e55042 100%);
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 25px 40px;
    position: relative;
  }
  .p_course .p_course_top .p_course_top_wrap .p_course_top_item .icon {
    position: absolute;
    top: 15px;
    left: 25px;
  }
  .p_course .p_course_top .p_course_top_wrap .p_course_top_item .icon img {
    width: 60px;
    height: auto;
  }
  .p_course .p_course_top .p_course_top_wrap .p_course_top_item:nth-child(2) .icon {
    left: auto;
    right: 25px;
  }
  .p_course .p_course_top .p_course_top_wrap .p_course_top_item h4 {
    color: #fff;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 28px;
    text-align: center;
  }
  .p_course .p_course_top .p_course_top_wrap .p_course_top_item p {
    color: #ffffff;
    font-size: 1.6rem;
    line-height: 28px;
  }
  .p_course .b_examplePlan {
    background-color: #e7e9ea;
    padding: 90px 0;
  }
  .p_course .b_examplePlan .ttlIndex {
    margin-bottom: 30px;
  }
  .p_course .b_examplePlan .txt_top {
    font-size: 1.8rem;
    line-height: 35px;
    margin-bottom: 90px;
    text-align: center;
  }
  .p_course .b_examplePlan .b_examplePlan_wrap .b_examplePlan_item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #ffffff;
    margin-bottom: 55px;
  }
  .p_course .b_examplePlan .b_examplePlan_wrap .b_examplePlan_item:last-child {
    margin-bottom: 0;
  }
  .p_course .b_examplePlan .b_examplePlan_wrap .b_examplePlan_item .pic {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 50%;
  }
  .p_course .b_examplePlan .b_examplePlan_wrap .b_examplePlan_item .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .p_course .b_examplePlan .b_examplePlan_wrap .b_examplePlan_item .txt {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .p_course .b_examplePlan .b_examplePlan_wrap .b_examplePlan_item .txt h4 {
    background-color: #ee2314;
    color: #ffffff;
    font-size: 2.4rem;
    font-weight: bold;
    padding: 15px 30px;
    line-height: 1.4;
    text-align: center;
  }
  .p_course .b_examplePlan .b_examplePlan_wrap .b_examplePlan_item .txt .desc {
    padding: 20px;
  }
  .p_course .b_examplePlan .b_examplePlan_wrap .b_examplePlan_item .txt p {
    font-size: 1.6rem;
    line-height: 28px;
  }
  .p_course .b_exampleEdu {
    padding: 80px 0;
  }
  .p_course .b_exampleEdu .ttlIndex {
    margin-bottom: 80px;
  }
  .p_course .b_exampleEdu .b_exampleEdu_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: 100px;
  }
  .p_course .b_exampleEdu .b_exampleEdu_item {
    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;
    gap: 66px;
  }
  .p_course .b_exampleEdu .b_exampleEdu_left {
    width: 50%;
    background-color: #ebf4fa;
    padding: 15px 30px 30px 30px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    position: relative;
  }
  .p_course .b_exampleEdu .b_exampleEdu_right {
    width: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 20px 20px 20px 60px;
    border: 2px solid #ee2314;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
  .p_course .b_exampleEdu .b_exampleEdu_avatar {
    position: absolute;
    left: -40px;
    top: -10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 95px;
    height: 95px;
  }
  .p_course .b_exampleEdu .b_exampleEdu_avatar img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .p_course .b_exampleEdu .b_exampleEdu_content {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .p_course .b_exampleEdu .b_exampleEdu_title {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 25px;
    padding: 0 15px 10px 35px;
  }
  .p_course .b_exampleEdu .b_exampleEdu_left .b_exampleEdu_title {
    border-bottom: 1px solid #0071bb;
  }
  .p_course .b_exampleEdu .b_exampleEdu_number {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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;
    background-color: #0071bb;
    color: #ffffff;
    font-size: 1.7rem;
    font-weight: bold;
    padding: 4px 12px;
    line-height: 1.2;
    margin-bottom: -12px;
    margin-top: 2px;
  }
  .p_course .b_exampleEdu .b_exampleEdu_title_main {
    font-size: 2.1rem;
    font-weight: bold;
    color: #0071bb;
    line-height: 1.5;
  }
  .p_course .b_exampleEdu .b_exampleEdu_text {
    font-size: 1.6rem;
    line-height: 28px;
  }
  .p_course .b_exampleEdu .b_exampleEdu_highlight {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffdba9));
    background: -webkit-linear-gradient(transparent 60%, #ffdba9 60%);
    background: -moz- oldlinear-gradient(transparent 60%, #ffdba9 60%);
    background: linear-gradient(transparent 60%, #ffdba9 60%);
  }
  .p_course .b_success {
    background: -webkit-linear-gradient(45deg, #df2919 0%, #e55042 100%);
    background: -moz- oldlinear-gradient(45deg, #df2919 0%, #e55042 100%);
    background: linear-gradient(45deg, #df2919 0%, #e55042 100%);
    padding: 80px 0;
  }
  .p_course .b_success .ttlIndex {
    margin-bottom: 50px;
  }
  .p_course .b_success .b_success_box {
    background-color: #fff;
    padding: 40px 30px;
  }
  .p_course .b_success .b_success_item:not(:last-child) {
    margin-bottom: 30px;
  }
  .p_course .b_success .b_success_item h4 {
    color: #ee2314;
    font-size: 2rem;
    line-height: 37px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .p_course .b_success .b_success_item p {
    font-size: 1.8rem;
    line-height: 37px;
    -moz-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
  }
  .p_features {
    padding: 95px 0 50px;
  }
  .p_features .kv_features {
    min-height: 648px;
    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: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: -webkit-calc((100% - 1200px) / 2);
    padding-left: -moz-calc((100% - 1200px) / 2);
    padding-left: calc((100% - 1200px) / 2);
    padding-bottom: 50px;
    background: url("../img/features/mv_features_pc.webp") no-repeat center center/cover;
  }
  .p_features .kv_features_logo {
    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: 5px;
    margin-bottom: 50px;
  }
  .p_features .kv_features_logo img {
    width: 368px;
  }
  .p_features .kv_features_logo span {
    font-size: 5.5rem;
    line-height: 1;
  }
  .p_features .kv_features h2 {
    font-size: 2.5rem;
    line-height: 40px;
    color: #ee2314;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .p_features .kv_features p {
    font-size: 1.8rem;
    line-height: 31px;
  }
  .p_features_main {
    padding: 100px 0;
    background-color: #e7e9ea;
  }
  .p_features_box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 100px;
  }
  .p_features_box_title {
    font-size: 2.4rem;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    padding: 12px 25px;
    -moz-border-radius: 30px 30px 0 0;
    border-radius: 30px 30px 0 0;
    min-width: 300px;
    position: absolute;
    top: -48px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .p_features_box_title span {
    font-size: 2.2rem;
  }
  .p_features_box_item {
    padding: 50px 0;
    min-height: 350px;
  }
  .p_features_box_item:not(:last-child) {
    border-bottom: 1px solid #000;
  }
  .p_features_box_item h4 {
    font-size: 2.5rem;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .p_features_box_item h4 span {
    font-size: 2rem;
  }
  .p_features_box_item p {
    font-size: 1.6rem;
    line-height: 28px;
  }
  .p_features_box_left {
    border: 1px solid #889ea6;
    position: relative;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 10px 30px;
    width: 375px;
    background-color: #fff;
  }
  .p_features_box_left .p_features_box_item {
    position: relative;
  }
  .p_features_box_left .p_features_box_item:after {
    content: "";
    width: 65px;
    height: 33px;
    background: url("../img/features/arr.webp") no-repeat center center/contain;
    position: absolute;
    top: 50%;
    right: -115px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .p_features_box_left .p_features_box_title {
    background-color: #889ea6;
  }
  .p_features_box_left h4 {
    color: #889ea6;
  }
  .p_features_box_right {
    width: -webkit-calc(100% - 375px);
    width: -moz-calc(100% - 375px);
    width: calc(100% - 375px);
    border: 1px solid #ee2314;
    position: relative;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 10px 30px;
    background-color: #fff;
  }
  .p_features_box_right .p_features_box_title {
    background-color: #ee2314;
    display: inline-block;
  }
  .p_features_box_right .p_features_box_title img {
    width: 198px;
  }
  .p_features_box_right .p_features_box_item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
  }
  .p_features_box_right .p_features_box_item .txt {
    width: -webkit-calc(100% - 250px);
    width: -moz-calc(100% - 250px);
    width: calc(100% - 250px);
  }
  .p_features_box_right .p_features_box_item figure {
    width: 250px;
  }
  .p_features_box_right h4 {
    color: #ee2314;
  }
  .p_classroom {
    padding: 95px 0 50px;
  }
  .p_classroom .kv_classroom {
    min-height: 648px;
    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: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: -webkit-calc((100% - 1200px) / 2);
    padding-left: -moz-calc((100% - 1200px) / 2);
    padding-left: calc((100% - 1200px) / 2);
    padding-bottom: 50px;
    background: url("../img/tutor_classroom/kv_classroom_pc.webp") no-repeat center center/cover;
  }
  .p_classroom .kv_classroom_title {
    margin-bottom: 50px;
  }
  .p_classroom .kv_classroom_title span {
    font-size: 5.5rem;
    line-height: 1;
  }
  .p_classroom .kv_classroom_pic {
    margin-bottom: 10px;
    display: block;
  }
  .p_classroom .kv_classroom h2 {
    font-size: 2.8rem;
    line-height: 40px;
    color: #ee2314;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .p_classroom .kv_classroom p {
    font-size: 1.8rem;
    line-height: 31px;
  }
  .p_classroom_top {
    padding: 80px 0;
    background-color: #e7e9ea;
  }
  .p_classroom_top_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: 65px 45px;
    margin-right: -45px;
  }
  .p_classroom_top_item {
    width: -webkit-calc(50% - 45px);
    width: -moz-calc(50% - 45px);
    width: calc(50% - 45px);
    background-color: #fff;
  }
  .p_classroom_top_item h3 {
    font-size: 2.5rem;
    line-height: 1;
    color: #fff;
    background-color: #ee2314;
    padding: 21px 25px;
    font-weight: bold;
    text-align: center;
  }
  .p_classroom_top_item .txt {
    padding: 25px;
    height: 100%;
  }
  .p_classroom_top_item .txt p {
    font-size: 1.6rem;
    line-height: 28px;
  }
  .p_classroom_top_item .txt p span {
    font-weight: 600;
    font-size: 2rem;
    color: #ee2314;
  }
  .p_classroom_top_item .txt figure {
    margin-top: 15px;
  }
  .p_classroom_step {
    padding: 80px 0;
  }
  .p_classroom_step .ttlIndex {
    text-align: center;
    margin-bottom: 60px;
  }
  .p_classroom_step_wrap {
    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;
    gap: 40px;
    position: relative;
  }
  .p_classroom_step_item {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    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: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: relative;
  }
  .p_classroom_step_item:not(:last-child)::after {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 12.5px 0 12.5px 16px;
    border-color: transparent transparent transparent #ee2314;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    position: absolute;
    bottom: 85px;
    right: -29px;
    z-index: 1;
  }
  .p_classroom_step_item .nb {
    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.9rem;
    font-weight: normal;
    color: #ee2314;
    margin-bottom: 15px;
    line-height: 1;
    font-weight: bold;
    gap: 10px;
  }
  .p_classroom_step_item .nb b {
    font-size: 3.7rem;
  }
  .p_classroom_step_item h3 {
    font-size: 1.8rem;
    color: #000;
    line-height: 1.5;
    margin-bottom: 20px;
    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_classroom_step_item .pic {
    width: 100%;
    margin: 0;
  }
  .p_classroom_step_item .pic img {
    width: 100%;
    height: auto;
    display: block;
  }
  .p_classroom_store {
    padding: 80px 0;
    background-color: #e7e9ea;
  }
  .p_classroom_store_ttl {
    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: 10px;
    font-size: 3.2rem;
    line-height: 1;
    font-weight: bold;
    color: #ee2314;
    margin-bottom: 100px;
  }
  .p_classroom_store_ttl img {
    width: auto;
    height: auto;
  }
  .p_classroom_store_list {
    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: 45px;
    margin-right: -45px;
  }
  .p_classroom_store_list .b_store_item {
    width: -webkit-calc(50% - 45px);
    width: -moz-calc(50% - 45px);
    width: calc(50% - 45px);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #ffffff;
    border: 1px solid #e7e9ea;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
  }
  .p_classroom_store_list .b_store_item > a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    color: inherit;
    text-decoration: none;
  }
  .p_classroom_store_list .b_store_item .st_left {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .p_classroom_store_list .b_store_item .st_left h3 {
    font-size: 2.8rem;
    padding: 8px;
    color: #fff;
    background-color: #ee2314;
    font-weight: bold;
    text-align: center;
  }
  .p_classroom_store_list .b_store_item .st_left .txt {
    padding: 20px;
  }
  .p_classroom_store_list .b_store_item .st_left .txt .txt_address {
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 10px;
  }
  .p_classroom_store_list .b_store_item .st_left .txt .txt_tel {
    font-size: 2rem;
    line-height: 1;
    font-weight: bold;
    color: #ee2314;
    text-align: center;
    margin-bottom: 15px;
  }
  .p_classroom_store_list .b_store_item .st_left .txt .btn {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    height: 60px;
    display: block;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #ee2314;
  }
  .p_classroom_store_list .b_store_item .st_right {
    width: 280px;
    height: 100%;
  }
  .p_classroom_store_list .b_store_item .st_right figure {
    width: 100%;
    height: 100%;
  }
  .p_classroom_store_list .b_store_item .st_right figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .p_homeTutor {
    padding: 95px 0 50px;
  }
  .p_homeTutor .kv_home {
    min-height: 648px;
    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: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: -webkit-calc((100% - 1200px) / 2);
    padding-left: -moz-calc((100% - 1200px) / 2);
    padding-left: calc((100% - 1200px) / 2);
    padding-bottom: 50px;
    background: url("../img/tutor_home/kv_home_pc.webp") no-repeat center center/cover;
  }
  .p_homeTutor .kv_home_title span {
    font-size: 5.5rem;
    line-height: 1;
  }
  .p_homeTutor .kv_home .sub {
    display: block;
    font-size: 2.5rem;
    line-height: 1.5;
    margin-top: 15px;
    margin-bottom: 50px;
  }
  .p_homeTutor .kv_home_pic {
    margin-bottom: 10px;
    display: block;
  }
  .p_homeTutor .kv_home_pic img {
    width: 198px;
  }
  .p_homeTutor .kv_home h2 {
    font-size: 2.8rem;
    line-height: 40px;
    color: #0071bb;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .p_homeTutor .kv_home p {
    font-size: 1.8rem;
    line-height: 31px;
  }
  .p_homeTutor_top {
    padding: 80px 0;
    background-color: #e7e9ea;
  }
  .p_homeTutor_top_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: 65px 45px;
    margin-right: -45px;
  }
  .p_homeTutor_top_item {
    width: -webkit-calc(50% - 45px);
    width: -moz-calc(50% - 45px);
    width: calc(50% - 45px);
    background-color: #fff;
  }
  .p_homeTutor_top_item h3 {
    font-size: 2.5rem;
    line-height: 1;
    color: #fff;
    background-color: #0071bb;
    padding: 21px 25px;
    font-weight: bold;
    text-align: center;
  }
  .p_homeTutor_top_item .txt {
    padding: 25px;
    height: 100%;
  }
  .p_homeTutor_top_item .txt p {
    font-size: 1.6rem;
    line-height: 28px;
  }
  .p_homeTutor_top_item .txt p span {
    font-weight: 600;
    font-size: 2rem;
    color: #0071bb;
  }
  .p_homeTutor_top_item .txt figure {
    margin-top: 15px;
  }
  .p_homeTutor_step {
    padding: 80px 0;
  }
  .p_homeTutor_step .ttlIndex {
    text-align: center;
    margin-bottom: 60px;
  }
  .p_homeTutor_step_wrap {
    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;
    gap: 40px;
    position: relative;
  }
  .p_homeTutor_step_item {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    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: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: relative;
  }
  .p_homeTutor_step_item:not(:last-child)::after {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 12.5px 0 12.5px 16px;
    border-color: transparent transparent transparent #0071bb;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    position: absolute;
    bottom: 85px;
    right: -29px;
    z-index: 1;
  }
  .p_homeTutor_step_item .nb {
    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.9rem;
    font-weight: normal;
    color: #0071bb;
    margin-bottom: 15px;
    line-height: 1;
    font-weight: bold;
    gap: 10px;
  }
  .p_homeTutor_step_item .nb b {
    font-size: 3.7rem;
  }
  .p_homeTutor_step_item h3 {
    font-size: 1.8rem;
    color: #000;
    line-height: 1.5;
    margin-bottom: 20px;
    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_homeTutor_step_item .pic {
    width: 100%;
    margin: 0;
  }
  .p_homeTutor_step_item .pic img {
    width: 100%;
    height: auto;
    display: block;
  }
  .p_homeTutor_store {
    padding: 80px 0;
    background-color: #e7e9ea;
  }
  .p_homeTutor_store_ttl {
    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: 10px;
    font-size: 3.2rem;
    line-height: 1;
    font-weight: bold;
    color: #0071bb;
    margin-bottom: 50px;
  }
  .p_homeTutor_store_ttl img {
    width: auto;
    height: auto;
  }
  .p_homeTutor_store .txt_top {
    text-align: center;
    margin-bottom: 40px;
    font-size: 1.6rem;
    line-height: -webkit-calc(28 / 16);
    line-height: -moz-calc(28 / 16);
    line-height: calc(28 / 16);
  }
  .p_homeTutor_store_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 615px;
    margin: 0 auto;
  }
  .p_homeTutor_store_list li {
    width: -webkit-calc((100% - 15px) / 2);
    width: -moz-calc((100% - 15px) / 2);
    width: calc((100% - 15px) / 2);
    background-color: #ffffff;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 15px;
    height: 135px;
  }
  .p_homeTutor_store_list li > div {
    color: #ffffff;
    font-size: 500;
    text-align: center;
    line-height: 1;
    font-size: 2.6rem;
    padding: 15px 0;
    background-color: #05a4d6;
  }
  .p_homeTutor_store_list li > p {
    padding: 10px 15px 20px;
    font-size: 1.5rem;
    text-align: center;
    line-height: -webkit-calc(28 / 16);
    line-height: -moz-calc(28 / 16);
    line-height: calc(28 / 16);
  }
  .p_homeTutor_store_list li > p.center {
    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;
    height: -webkit-calc(100% - 56px);
    height: -moz-calc(100% - 56px);
    height: calc(100% - 56px);
  }
  .p_homeTutor_store_list li > p a {
    font-size: 2.1rem;
    display: block;
    line-height: 1;
    font-weight: 700;
    margin-top: 5px;
  }
  .p_recruitment .ttl_caption_ja {
    position: relative;
    z-index: 1;
  }
  .p_recruitment .ttl_caption_en {
    white-space: nowrap;
    margin-left: -30px;
  }
  .p_recruitment_top {
    padding: 90px 0 70px;
  }
  .p_recruitment_top p {
    font-size: 1.8rem;
    line-height: -webkit-calc(35 / 18);
    line-height: -moz-calc(35 / 18);
    line-height: calc(35 / 18);
    text-align: center;
  }
  .p_recruitment_aomori {
    background-color: #e7e9ea;
    padding: 32px 0 50px;
    display: none;
  }
  .p_recruitment_aomori.active {
    display: block;
  }
  .p_recruitment_aomori h3 {
    text-align: center;
    font-size: 31px;
    line-height: 1;
    color: #ee2314;
    font-weight: bold;
    margin: 0 0 10px;
  }
  .p_recruitment_aomori .txt_top {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
  }
  .p_recruitment_aomori .aomori_box {
    background-color: #fff;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 40px 60px;
    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_recruitment_aomori .aomori_box .aomori_dt {
    font-size: 18px;
    line-height: 1;
    color: #ee2314;
    font-weight: bold;
    width: 270px;
  }
  .p_recruitment_aomori .aomori_box .aomori_dd {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
  }
  .p_recruitment_aomori .aomori_box .aomori_list li {
    font-size: 1.8rem;
    line-height: -webkit-calc(35 / 18);
    line-height: -moz-calc(35 / 18);
    line-height: calc(35 / 18);
    margin-bottom: 10px;
    text-align: center;
  }
  .p_recruitment_aomori .aomori_box .aomori_list li:last-child {
    margin-bottom: 0;
  }
  .p_recruitment_list_school {
    padding: 90px 0;
  }
  .p_recruitment_list_school .l_school {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 45px 20px;
    margin-right: -20px;
  }
  .p_recruitment_list_school .l_school li {
    width: -webkit-calc(20% - 20px);
    width: -moz-calc(20% - 20px);
    width: calc(20% - 20px);
  }
  .p_recruitment_list_school .l_school li a {
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #ee2314;
    color: #fff;
    display: block;
    text-align: center;
    padding: 20px 0;
  }
  .p_recruitment_list_school .l_school li a span {
    font-size: 2.2rem;
    line-height: 1.2;
    font-weight: 600;
    display: block;
    position: relative;
  }
  .p_recruitment_list_school .l_school li a span:after {
    content: "→";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 600;
    color: #fff;
  }
  .p_recruitment_list_school .l_school li a small {
    display: block;
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 600;
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .topPage .bBanner {
    height: 75.52083vw;
    overflow: hidden;
    position: relative;
    margin-bottom: 6.51042vw;
    padding-top: 6.51042vw;
    padding-bottom: 6.51042vw;
  }
  .topPage .bBanner_txt {
    font-size: 4.6875vw;
    line-height: 1.6;
    width: 25vw;
    position: absolute;
    top: 6.51042vw;
    left: 1.95313vw;
    padding: 0 3.90625vw;
    z-index: 9;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    white-space: nowrap;
    text-orientation: upright;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
  .topPage .bBanner_slider {
    margin-left: auto;
    width: 72%;
    overflow: hidden;
  }
  .topPage .bBanner_slider .slide {
    height: 62.5vw;
    background-image: var(--bg);
    background-repeat: no-repeat;
    background-position: left center;
    -moz-background-size: cover;
    background-size: cover;
    -webkit-mask-image: url("../img/k-shape.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 0% center;
    mask-image: url("../img/k-shape.svg");
    mask-repeat: no-repeat;
    -webkit-mask-position: left 0% top;
    mask-position: left 0% top;
    z-index: 1;
  }
  .topPage .bBanner_slider .slide.slick-current {
    -webkit-animation: moveMask 5s ease-in-out;
    -moz-animation: moveMask 5s ease-in-out;
    animation: moveMask 5s ease-in-out;
  }
  .topPage .bBanner_slider .slide.move-right {
    -webkit-mask-position: left 2300% top;
    mask-position: left 2300% top;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  .topPage .bBanner_slider .slide.move-left {
    -webkit-mask-position: 0% center;
    mask-position: 0% center;
  }
  @-webkit-keyframes moveMask {
    0% {
      -webkit-mask-position: 0% center;
      mask-position: 0% center;
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    100% {
      -webkit-mask-position: 120% center;
      mask-position: 120% center;
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
    }
    /*100% {
    -webkit-mask-position: 0% center;
    mask-position: 0% center;
    transform: scale(1);
  }*/
  }
  @-moz-keyframes moveMask {
    0% {
      -webkit-mask-position: 0% center;
      mask-position: 0% center;
      -moz-transform: scale(1);
      transform: scale(1);
    }
    100% {
      -webkit-mask-position: 120% center;
      mask-position: 120% center;
      -moz-transform: scale(1.1);
      transform: scale(1.1);
    }
    /*100% {
    -webkit-mask-position: 0% center;
    mask-position: 0% center;
    transform: scale(1);
  }*/
  }
  @keyframes moveMask {
    0% {
      -webkit-mask-position: 0% center;
      mask-position: 0% center;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      transform: scale(1);
    }
    100% {
      -webkit-mask-position: 120% center;
      mask-position: 120% center;
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      transform: scale(1.1);
    }
    /*100% {
    -webkit-mask-position: 0% center;
    mask-position: 0% center;
    transform: scale(1);
  }*/
  }
  .topPage .bFeatures {
    padding-bottom: 10.41667vw;
  }
  .topPage .bFeatures .ttlIndex .ttlIndex__inner .ttlIndex__logo img {
    width: 45vw;
  }
  .topPage .bFeatures__item {
    width: 100%;
  }
  .topPage .bFeatures__item:not(:last-child) {
    margin-bottom: 3.90625vw;
  }
  .topPage .bFeatures__img {
    height: 39.0625vw;
    overflow: hidden;
  }
  .topPage .bFeatures__img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .topPage .bFeatures__content {
    padding: 2.60417vw 3.90625vw;
    margin-top: 2.60417vw;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
  }
  .topPage .bFeatures__content h4 {
    font-size: 4.16667vw;
    margin-bottom: 2.60417vw;
    padding: 3.90625vw 1.30208vw 3.90625vw 15.625vw;
    background: url("../img/top/k_ic.svg") no-repeat left center #c1e8fb;
    -moz-background-size: auto 100%;
    background-size: auto 100%;
    -moz-border-radius: 1.95313vw;
    border-radius: 1.95313vw;
  }
  .topPage .bFeatures__content p {
    font-size: 3.38542vw;
    line-height: -webkit-calc(28 / 16);
    line-height: -moz-calc(28 / 16);
    line-height: calc(28 / 16);
  }
  .topPage .bNotice {
    background: #05a4d6;
    background: -webkit-gradient(linear, left top, right top, from(#05a4d6), to(#0167c9));
    background: -webkit-linear-gradient(left, #05a4d6 0%, #0167c9 100%);
    background: -moz- oldlinear-gradient(left, #05a4d6 0%, #0167c9 100%);
    background: linear-gradient(90deg, #05a4d6 0%, #0167c9 100%);
    padding: 7.8125vw 0;
  }
  .topPage .bNotice h3 {
    color: #ffffff !important;
  }
  .topPage .bNotice__item:last-child {
    border-bottom: 1px solid #000000;
  }
  .topPage .bNotice__item a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3.90625vw 10.41667vw 3.90625vw 3.90625vw;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #000000;
    background: url("../img/top/ar_circle_ic.svg") no-repeat right 2.60417vw center #ffffff;
    -moz-background-size: 7.16146vw auto;
    background-size: 7.16146vw auto;
  }
  .topPage .bNotice__item a time {
    font-size: 3.125vw;
    color: #000000;
    margin-right: 2.60417vw;
  }
  .topPage .bNotice__item a span {
    line-height: 1;
    color: #ffffff;
    font-size: 2.86458vw;
    padding: 1.04167vw 1.5625vw;
    margin-right: 2.60417vw;
    width: 18.22917vw;
    text-align: center;
    white-space: nowrap;
  }
  .topPage .bNotice__item a span.orange {
    background-color: #ff841e;
  }
  .topPage .bNotice__item a span.red {
    background-color: #ee2314;
  }
  .topPage .bNotice__item a span.blue {
    background-color: #05a4d6;
  }
  .topPage .bNotice__item a p {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    font-size: 3.125vw;
    line-height: -webkit-calc(28 / 18);
    line-height: -moz-calc(28 / 18);
    line-height: calc(28 / 18);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .topPage .bNotice__btn {
    margin-top: 6.51042vw;
    text-align: center;
  }
  .topPage .bInstruction {
    padding: 10.41667vw 0;
  }
  .topPage .bInstruction .ttlIndex {
    margin-bottom: 9.11458vw;
  }
  .topPage .bInstruction__list {
    margin-bottom: 6.51042vw;
  }
  .topPage .bInstruction__item {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 39.0625vw;
    overflow: hidden;
    -moz-border-radius: 3.90625vw;
    border-radius: 3.90625vw;
    margin-bottom: 5.20833vw;
  }
  .topPage .bInstruction__img {
    width: 58%;
    overflow: hidden;
  }
  .topPage .bInstruction__img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
  .topPage .bInstruction__content {
    background-color: #0071bb;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    text-align: center;
    padding: 2.60417vw 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-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .topPage .bInstruction__content p {
    color: #ffffff;
    font-size: 3.64583vw;
    line-height: 1;
    padding: 0 0.65104vw;
    white-space: nowrap;
  }
  .topPage .bInstruction__content a {
    display: block;
    width: -webkit-calc(100% - 5.20833vw);
    width: -moz-calc(100% - 5.20833vw);
    width: calc(100% - 5.20833vw);
    margin-top: 7.8125vw;
    min-width: auto;
    font-size: 2.86458vw;
  }
  .topPage .bInstruction__box {
    background-color: #ee2314;
    color: #ffffff;
    padding: 5.20833vw 3.90625vw;
  }
  .topPage .bInstruction__box p {
    font-size: 3.64583vw;
    text-align: center;
    line-height: 1.6;
    white-space: nowrap;
    font-weight: 600;
  }
  .topPage .bInstruction__box img {
    width: 100%;
    margin: 2.60417vw 0;
  }
  .topPage .bInstruction__box > div {
    font-size: 4.16667vw;
    text-align: center;
    line-height: 1;
    font-weight: 600;
    white-space: nowrap;
  }
  .topPage .bInstruction__box a {
    width: 41.66667vw;
    margin: 2.60417vw auto 0;
    display: block;
  }
  .topPage .bChoose {
    background: #05a4d6;
    background: -webkit-gradient(linear, left top, right top, from(#05a4d6), to(#0167c9));
    background: -webkit-linear-gradient(left, #05a4d6 0%, #0167c9 100%);
    background: -moz- oldlinear-gradient(left, #05a4d6 0%, #0167c9 100%);
    background: linear-gradient(90deg, #05a4d6 0%, #0167c9 100%);
    padding: 10.41667vw 0;
  }
  .topPage .bChoose .ttlIndex {
    margin-bottom: 9.11458vw;
    font-size: 4.94792vw;
    white-space: nowrap;
  }
  .topPage .bChoose__list {
    margin-bottom: 5.20833vw;
  }
  .topPage .bChoose__item {
    width: 100%;
  }
  .topPage .bChoose__item:first-child {
    margin-bottom: 6.51042vw;
  }
  .topPage .bChoose__item:first-child .bChoose__item__top h4 {
    background-color: #ee2314;
  }
  .topPage .bChoose__item:first-child .bChoose__item__top > div > span {
    color: #ee2314;
  }
  .topPage .bChoose__item:first-child .bChoose__item__bottom ul li > div {
    background-color: #ee2314;
  }
  .topPage .bChoose__item:first-child .bChoose__item__bottom ul li p a {
    color: #ee2314;
  }
  .topPage .bChoose__item:last-child .bChoose__item__top h4 {
    background-color: #05a4d6;
  }
  .topPage .bChoose__item:last-child .bChoose__item__top > div > span {
    color: #05a4d6;
  }
  .topPage .bChoose__item:last-child .bChoose__item__top img {
    left: auto;
    top: 10.41667vw;
    right: 2.60417vw;
    width: 19.53125vw;
  }
  .topPage .bChoose__item:last-child .bChoose__item__bottom ul li > div {
    background-color: #05a4d6;
  }
  .topPage .bChoose__item__top {
    background-color: #ffffff;
    -moz-border-radius: 2.60417vw;
    border-radius: 2.60417vw;
    padding: 3.90625vw 0 3.90625vw;
    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: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin-bottom: 6.51042vw;
  }
  .topPage .bChoose__item__top::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 3.25521vw solid transparent;
    border-right: 3.25521vw solid transparent;
    border-top: 3.25521vw solid #ffffff;
    position: absolute;
    bottom: -2.99479vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .topPage .bChoose__item__top img {
    position: absolute;
    top: 1.30208vw;
    left: 1.30208vw;
    width: 15.625vw;
  }
  .topPage .bChoose__item__top h4 {
    color: #ffffff;
    text-align: center;
    font-size: 4.94792vw;
    line-height: 1;
    padding: 2.60417vw 6.51042vw;
    font-weight: 600;
    display: inline-block;
    -moz-border-radius: 7.8125vw;
    border-radius: 7.8125vw;
  }
  .topPage .bChoose__item__top h4 span {
    font-size: 4.55729vw;
  }
  .topPage .bChoose__item__top > div {
    text-align: center;
  }
  .topPage .bChoose__item__top > div > span {
    display: block;
    text-align: center;
    font-size: 4.16667vw;
    font-weight: 700;
    margin-top: 3.90625vw;
  }
  .topPage .bChoose__item__top > div > span ins {
    display: block;
    text-decoration: none;
    font-size: 3.64583vw;
    color: #000000;
  }
  .topPage .bChoose__item__top > div > span ins em {
    font-style: normal;
    display: inline-block;
    vertical-align: bottom;
    font-size: 3.125vw;
  }
  .topPage .bChoose__item__top > p {
    font-size: 3.125vw;
    line-height: -webkit-calc(28 / 16);
    line-height: -moz-calc(28 / 16);
    line-height: calc(28 / 16);
    text-align: center;
  }
  .topPage .bChoose__item__bottom ul li {
    background-color: #ffffff;
    -moz-border-radius: 2.60417vw;
    border-radius: 2.60417vw;
    overflow: hidden;
    margin-bottom: 2.60417vw;
  }
  .topPage .bChoose__item__bottom ul li > div {
    color: #ffffff;
    font-size: 500;
    text-align: center;
    line-height: 1;
    font-size: 4.29688vw;
    padding: 3.25521vw 0;
  }
  .topPage .bChoose__item__bottom ul li > p {
    padding: 1.95313vw 2.60417vw 3.25521vw;
    font-size: 3.38542vw;
    text-align: center;
    line-height: -webkit-calc(28 / 16);
    line-height: -moz-calc(28 / 16);
    line-height: calc(28 / 16);
  }
  .topPage .bChoose__item__bottom ul li > p.center {
    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;
    height: -webkit-calc(100% - 56px);
    height: -moz-calc(100% - 56px);
    height: calc(100% - 56px);
  }
  .topPage .bChoose__item__bottom ul li > p a {
    font-size: 5.46875vw;
    display: block;
    line-height: 1;
    font-weight: 700;
    margin-top: 0.65104vw;
  }
  .topPage .bChoose__box {
    margin: 0 auto;
    background: url("../img/top/cs_bg.png") no-repeat left center/cover;
    padding: 3.90625vw 3.90625vw 3.90625vw 32.55208vw;
    overflow: hidden;
    -moz-border-radius: 2.60417vw;
    border-radius: 2.60417vw;
  }
  .topPage .bChoose__box h4 {
    background-color: #80b73f;
    color: #ffffff;
    text-align: center;
    font-size: 4.16667vw;
    font-weight: 600;
    line-height: 1;
    padding: 3.25521vw 3.90625vw 3.90625vw;
    -moz-border-radius: 6.51042vw;
    border-radius: 6.51042vw;
  }
  .topPage .bChoose__box h4 span {
    font-size: 3.64583vw;
  }
  .topPage .bChoose__box p {
    text-align: center;
    font-size: 3.38542vw;
    line-height: -webkit-calc(25 / 16);
    line-height: -moz-calc(25 / 16);
    line-height: calc(25 / 16);
    margin-top: 3.25521vw;
  }
  .topPage .bStory {
    padding: 10.41667vw 0;
  }
  .topPage .bStory__list a {
    display: block;
    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;
    height: 26.04167vw;
    background-image: url("../img/top/ar_white_ic.svg");
    background-position: right 3.90625vw center;
    background-repeat: no-repeat;
    -moz-background-size: 7.8125vw auto;
    background-size: 7.8125vw auto;
  }
  .topPage .bStory__list a:first-child {
    margin-bottom: 2.60417vw;
  }
  .topPage .bStory__list a.yellow {
    background-color: #fbae34;
    color: #000000;
  }
  .topPage .bStory__list a.yellow img {
    width: 45.57292vw;
  }
  .topPage .bStory__list a.blue {
    background-color: #3f9ae6;
    color: #ffffff;
  }
  .topPage .bStory__list a.blue img {
    width: 32.55208vw;
  }
  .contents {
    opacity: 0;
  }
  .cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 250%;
    height: 250%;
    background: #05a4d6;
    -webkit-transform: rotate(-45deg) translateY(28%);
    -moz-transform: rotate(-45deg) translateY(28%);
    -ms-transform: rotate(-45deg) translateY(28%);
    transform: rotate(-45deg) translateY(28%);
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    z-index: 9999;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    -moz-transition:
      transform 0.5s ease-in-out,
      -moz-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition:
      transform 0.5s ease-in-out,
      -webkit-transform 0.5s ease-in-out,
      -moz-transform 0.5s ease-in-out;
  }
  .cover2 {
    z-index: 9998;
    /* cover thứ hai nằm dưới cover1 */
    background: #1c1c1c75;
  }
  .bDetail {
    margin-top: 0;
    padding-top: 0;
  }
  .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;
  }
  .contents {
    opacity: 1;
  }
  .p_cms .b_banner_img {
    width: 100%;
    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;
    overflow: hidden;
    position: relative;
  }
  .p_cms .b_banner_img img {
    width: 100%;
    height: auto;
  }
  .p_cms .b_g_school {
    padding: 13.02083vw 0;
  }
  .p_cms .b_g_school_ttl {
    text-align: center;
    margin-bottom: 6.51042vw;
  }
  .p_cms .b_g_school_ttl_sub {
    display: block;
    width: 52.08333vw;
    height: 9.11458vw;
    margin: 0 auto 3.25521vw;
  }
  .p_cms .b_g_school_ttl_sub text {
    font-size: 4.16667vw;
    font-weight: bold;
    fill: #000;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.05em;
  }
  .p_cms .b_g_school_ttl_main {
    display: inline-block;
    font-size: 6.51042vw;
    font-weight: bold;
    color: #fff;
    padding: 0 7.8125vw 0.52083vw;
    background: -webkit-gradient(linear, left top, right top, from(#05a4d6), to(#0167c9));
    background: -webkit-linear-gradient(left, #05a4d6 0%, #0167c9 100%);
    background: -moz- oldlinear-gradient(left, #05a4d6 0%, #0167c9 100%);
    background: linear-gradient(90deg, #05a4d6 0%, #0167c9 100%);
    -moz-border-radius: 13.02083vw;
    border-radius: 13.02083vw;
    letter-spacing: 0.1em;
    max-width: 72.91667vw;
    width: 100%;
  }
  .p_cms .b_g_school_ttl img {
    width: 72.91667vw;
    height: auto;
  }
  .p_cms .b_g_school_list {
    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: 3.25521vw;
  }
  .p_cms .b_g_school_list li {
    width: 41.66667vw;
    height: 31.90104vw;
  }
  .p_cms .b_g_school_list li img {
    width: 100%;
    height: 100%;
    -moz-border-radius: 2.34375vw;
    border-radius: 2.34375vw;
    object-fit: cover;
  }
  .p_cms .ttl_st {
    text-align: center;
    font-size: 5.46875vw;
    line-height: 1;
    font-weight: bold;
    position: relative;
    padding-bottom: 3.25521vw;
    margin-bottom: 6.51042vw;
  }
  .p_cms .ttl_st:after {
    content: "";
    width: 13.02083vw;
    height: 1.04167vw;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .p_cms .ttl_st.ttl_af01:after {
    background-color: #e14c3f;
  }
  .p_cms .ttl_st.ttl_af02:after {
    background: #05a4d6;
    background: -webkit-gradient(linear, left top, right top, from(#05a4d6), to(#0167c9));
    background: -webkit-linear-gradient(left, #05a4d6 0%, #0167c9 100%);
    background: -moz- oldlinear-gradient(left, #05a4d6 0%, #0167c9 100%);
    background: linear-gradient(90deg, #05a4d6 0%, #0167c9 100%);
  }
  .p_cms .b_event {
    background-color: #e7e9ea;
    padding: 10.41667vw 0;
  }
  .p_cms .b_event .row {
    padding: 0;
  }
  .p_cms .b_event_slider {
    position: relative;
    margin: 0 -1.5625vw;
  }
  .p_cms .b_event_slider .slick-list {
    padding: 1.95313vw 0;
  }
  .p_cms .b_event_slider .slick-prev,
  .p_cms .b_event_slider .slick-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    width: 7.8125vw;
    height: 7.8125vw;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
  }
  .p_cms .b_event_slider .slick-prev img,
  .p_cms .b_event_slider .slick-next img {
    width: 100%;
    height: auto;
  }
  .p_cms .b_event_slider .slick-prev:hover,
  .p_cms .b_event_slider .slick-next:hover {
    opacity: 0.8;
  }
  .p_cms .b_event_slider .slick-prev {
    left: 7.8125vw;
  }
  .p_cms .b_event_slider .slick-next {
    right: 7.8125vw;
  }
  .p_cms .b_event_item {
    padding: 0 1.5625vw;
  }
  .p_cms .b_event_item a {
    display: block;
    background: #e26258;
    background: -webkit-gradient(linear, left top, right top, from(#e26258), to(#df2b1b));
    background: -webkit-linear-gradient(left, #e26258 0%, #df2b1b 100%);
    background: -moz- oldlinear-gradient(left, #e26258 0%, #df2b1b 100%);
    background: linear-gradient(90deg, #e26258 0%, #df2b1b 100%);
    -moz-border-radius: 2.60417vw;
    border-radius: 2.60417vw;
    overflow: hidden;
    padding: 2.60417vw;
    text-decoration: none;
    -webkit-transition:
      box-shadow 0.3s ease,
      -webkit-transform 0.3s ease;
    transition:
      box-shadow 0.3s ease,
      -webkit-transform 0.3s ease;
    -moz-transition:
      transform 0.3s ease,
      box-shadow 0.3s ease,
      -moz-transform 0.3s ease,
      -moz-box-shadow 0.3s ease;
    transition:
      transform 0.3s ease,
      box-shadow 0.3s ease;
    transition:
      transform 0.3s ease,
      box-shadow 0.3s ease,
      -webkit-transform 0.3s ease,
      -moz-transform 0.3s ease,
      -moz-box-shadow 0.3s ease;
  }
  .p_cms .b_event_item a:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -moz-box-shadow: 0 1.30208vw 3.25521vw rgba(0, 0, 0, 0.15);
    box-shadow: 0 1.30208vw 3.25521vw rgba(0, 0, 0, 0.15);
  }
  .p_cms .b_event_item .pic {
    position: relative;
    overflow: hidden;
    -moz-border-radius: 2.60417vw 2.60417vw 0 0;
    border-radius: 2.60417vw 2.60417vw 0 0;
    margin: 0;
  }
  .p_cms .b_event_item .pic img {
    width: 100%;
    height: auto;
    display: block;
  }
  .p_cms .b_event_item .pic .label_end {
    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;
    font-size: 3.64583vw;
    font-weight: bold;
    padding: 1.04167vw 2.60417vw;
    -moz-border-radius: 0.52083vw;
    border-radius: 0.52083vw;
    white-space: nowrap;
  }
  .p_cms .b_event_item .txt {
    padding: 2.60417vw 0 0;
    position: relative;
  }
  .p_cms .b_event_item .txt h3 {
    font-size: 3.90625vw;
    font-weight: bold;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 1.30208vw;
  }
  .p_cms .b_event_item .txt p {
    font-size: 3.64583vw;
    color: #fff;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-right: 9.76563vw;
  }
  .p_cms .b_event_item .txt .arrow {
    position: absolute;
    right: 0;
    bottom: 0;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .p_cms .b_event_item .txt .arrow img {
    width: 7.8125vw;
    height: auto;
  }
  .p_cms .b_board {
    padding: 13.02083vw 0 7.8125vw;
  }
  .p_cms .b_board_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;
  }
  .p_cms .b_board .b_bulletin_box {
    background-color: #e7e9ea;
    padding: 2.60417vw;
    height: 65.10417vw;
    overflow-y: auto;
  }
  .p_cms .b_board .b_bulletin_box::-webkit-scrollbar {
    width: 1.30208vw;
    background-color: #e7e9ea;
    border-left: 1px solid #000;
  }
  .p_cms .b_board .b_bulletin_box::-webkit-scrollbar-thumb {
    background-color: #889ea6;
    border-radius: 10px;
  }
  .p_cms .b_board .b_bulletin_box::--webkit-scrollbar-track {
    background-color: #e7e9ea;
    border-left: 1px solid #000;
  }
  .p_cms .b_board .b_bulletin_box p {
    font-size: 3.38542vw;
    line-height: 1.6;
    color: #000;
  }
  .p_cms .b_board .b_bulletin_box p + p {
    margin-top: 2.60417vw;
  }
  .p_cms .b_board .b_news_box .bNotice__list {
    margin-bottom: 5.20833vw;
  }
  .p_cms .b_board .b_news_box .btn_wrap {
    text-align: center;
  }
  .p_cms .b_board .b_news_box .btn_wrap .btn {
    background: url("../img/top/ar_whiteBold_ic.svg") no-repeat right 20px center #ee2314;
    -moz-background-size: 3.90625vw auto;
    background-size: 3.90625vw auto;
    color: #fff;
    margin: 0 auto 0;
  }
  .p_cms .b_feedback {
    padding: 10.41667vw 0 9.11458vw;
    background-color: #c1e8fb;
    overflow: hidden;
    position: relative;
  }
  .p_cms .b_feedback_slider {
    position: static;
  }
  .p_cms .b_feedback_slider .slick-list {
    overflow: visible;
  }
  .p_cms .b_feedback_slider .slick-slide.slick-center {
    opacity: 1;
  }
  .p_cms .b_feedback_slider .slick-prev,
  .p_cms .b_feedback_slider .slick-next {
    position: absolute;
    bottom: 24.08854vw;
    top: auto;
    z-index: 10;
    width: 7.8125vw;
    height: 7.8125vw;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
  }
  .p_cms .b_feedback_slider .slick-prev img,
  .p_cms .b_feedback_slider .slick-next img {
    width: 100%;
    height: auto;
  }
  .p_cms .b_feedback_slider .slick-prev {
    left: 24.08854vw;
  }
  .p_cms .b_feedback_slider .slick-next {
    right: 24.08854vw;
  }
  .p_cms .b_feedback_slider .slick-dots {
    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;
    gap: 1.30208vw;
    padding: 0;
    list-style: none;
    bottom: 30.59896vw;
  }
  .p_cms .b_feedback_slider .slick-dots li {
    width: 2.60417vw;
    height: 2.60417vw;
  }
  .p_cms .b_feedback_slider .slick-dots li button {
    width: 2.60417vw;
    height: 2.60417vw;
    padding: 0;
    text-indent: -9999px;
    border: 1px solid #000;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    font-size: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .p_cms .b_feedback_slider .slick-dots li.slick-active button {
    background: #1370cb;
  }
  .p_cms .b_feedback_item {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -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;
    background-color: #fff;
    padding: 3.90625vw;
    margin: 0 1.95313vw;
    max-width: 85.9375vw;
    min-height: 162.10938vw;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .p_cms .b_feedback_item .pic {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0;
    text-align: center;
  }
  .p_cms .b_feedback_item .pic img {
    width: 15.625vw;
    height: auto;
    margin: 0 auto;
  }
  .p_cms .b_feedback_item .txt {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .p_cms .b_feedback_item .txt h3 {
    font-size: 4.16667vw;
    font-weight: bold;
    color: #05a4d6;
    line-height: 1.4;
    margin-bottom: 1.95313vw;
    text-align: center;
  }
  .p_cms .b_feedback_item .txt p {
    font-size: 3.38542vw;
    color: #000;
    line-height: 1.8;
  }
  .p_cms .b_feedback .btn_wrap {
    text-align: center;
    margin-top: 19.53125vw;
  }
  .p_cms .b_feedback .btn_wrap .btn {
    color: #fff;
    margin: 0 auto 0;
    background: #05a4d6;
    position: relative;
    background: -webkit-gradient(linear, left top, right top, from(#05a4d6), to(#0167c9));
    background: -webkit-linear-gradient(left, #05a4d6 0%, #0167c9 100%);
    background: -moz- oldlinear-gradient(left, #05a4d6 0%, #0167c9 100%);
    background: linear-gradient(90deg, #05a4d6 0%, #0167c9 100%);
  }
  .p_cms .b_feedback .btn_wrap .btn:after {
    content: "";
    width: 3.90625vw;
    height: 2.60417vw;
    background: url("../img/top/ar_whiteBold_ic.svg") no-repeat center center;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    right: 2.60417vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .p_cms .b_staff {
    padding: 10.41667vw 0;
    position: relative;
  }
  .p_cms .b_staff .row {
    padding: 0 7.8125vw;
  }
  .p_cms .b_staff_slider {
    position: relative;
    margin: 0 -1.95313vw;
  }
  .p_cms .b_staff_slider .slick-prev,
  .p_cms .b_staff_slider .slick-next {
    position: absolute;
    top: 19.53125vw;
    z-index: 10;
    width: 7.8125vw;
    height: 7.8125vw;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
  }
  .p_cms .b_staff_slider .slick-prev img,
  .p_cms .b_staff_slider .slick-next img {
    width: 100%;
    height: auto;
  }
  .p_cms .b_staff_slider .slick-prev {
    left: -3.25521vw;
  }
  .p_cms .b_staff_slider .slick-next {
    right: -3.25521vw;
  }
  .p_cms .b_staff_slider .slick-slide {
    padding: 0 1.95313vw;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .p_cms .b_staff_slider .slick-slide > div {
    height: 100%;
  }
  .p_cms .b_staff_item {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4.55729vw;
    height: 100%;
  }
  .p_cms .b_staff_item .pic {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 39.0625vw;
    margin: 0 auto;
    background-color: #e7e9ea;
    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_cms .b_staff_item .pic img {
    width: 100%;
    height: auto;
  }
  .p_cms .b_staff_item .txt {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .p_cms .b_staff_item .txt h3 {
    font-size: 4.16667vw;
    font-weight: bold;
    color: #000;
    line-height: 1.4;
    margin-bottom: 1.30208vw;
    padding-bottom: 1.30208vw;
    border-bottom: 0.26042vw solid #05a4d6;
  }
  .p_cms .b_staff_item .txt p {
    font-size: 3.38542vw;
    line-height: 1.6;
    color: #000;
  }
  .p_cms .b_access {
    padding: 11.06771vw 0;
    background-color: #c1e8fb;
  }
  .p_cms .b_access .txt_top {
    text-align: center;
    margin-bottom: 6.51042vw;
    position: relative;
    padding: 0 7.8125vw;
  }
  .p_cms .b_access .txt_top:before,
  .p_cms .b_access .txt_top:after {
    content: "";
    width: 5.20833vw;
    height: 28.64583vw;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .p_cms .b_access .txt_top:before {
    left: 0;
    background-image: url("../img/cms/bf_info.png");
  }
  .p_cms .b_access .txt_top:after {
    right: 0;
    background-image: url("../img/cms/af_info.png");
  }
  .p_cms .b_access .txt_top p {
    font-size: 4.16667vw;
    font-weight: bold;
    color: #05a4d6;
    line-height: 1.8;
  }
  .p_cms .b_access_if .txt h3 {
    font-size: 4.42708vw;
    font-weight: bold;
    color: #000;
    line-height: 1.4;
    margin-bottom: 1.95313vw;
    padding: 1.30208vw;
    background: -webkit-gradient(linear, left top, right top, from(#05a4d6), to(#0167c9));
    background: -webkit-linear-gradient(left, #05a4d6 0%, #0167c9 100%);
    background: -moz- oldlinear-gradient(left, #05a4d6 0%, #0167c9 100%);
    background: linear-gradient(90deg, #05a4d6 0%, #0167c9 100%);
    text-align: center;
    -moz-border-radius: 100px;
    border-radius: 100px;
    color: #fff;
  }
  .p_cms .b_access_if .txt p {
    font-size: 3.38542vw;
    color: #000;
    line-height: 1.8;
  }
  .p_cms .b_access_if .txt .txt_tel {
    font-size: 5.46875vw;
    font-weight: bold;
    color: #000;
    margin-top: 2.60417vw;
  }
  .p_cms .b_access_if .if {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3.25521vw;
  }
  .p_cms .b_access_if .if figure {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    width: 32.55208vw;
  }
  .p_cms .b_access_if .if figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_cms .b_access_if .if .map {
    width: -webkit-calc(100% - 32.55208vw);
    width: -moz-calc(100% - 32.55208vw);
    width: calc(100% - 32.55208vw);
  }
  .p_cms .b_access_if .if .map iframe {
    width: 100%;
    height: 100%;
    min-height: 32.55208vw;
  }
  .p_cms .b_sns {
    padding: 10.41667vw 0;
  }
  .p_cms .b_sns_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;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .p_stories {
    padding: 0 0 6.51042vw;
  }
  .p_stories_kv {
    min-height: 45.57292vw;
    margin-bottom: 7.8125vw;
    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-left: 3.90625vw;
    background: url("../img/stories/mv_stories.webp") no-repeat center center/cover;
  }
  .p_stories_kv .ttl_caption {
    font-size: 6.51042vw;
    line-height: 1;
    font-weight: 400;
  }
  .p_stories_tabs {
    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;
    gap: 2.60417vw;
    margin-bottom: 7.8125vw;
  }
  .p_stories_tabs .tab_btn {
    width: 33.33%;
    height: 10.41667vw;
    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: 3.64583vw;
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    -moz-border-radius: 100px;
    border-radius: 100px;
  }
  .p_stories_tabs .tab_btn[data-color="blue"] {
    background-color: #294a9b;
    color: #fff;
  }
  .p_stories_tabs .tab_btn[data-color="blue"]:hover {
    background-color: #1f3a7a;
  }
  .p_stories_tabs .tab_btn[data-color="pink"] {
    background-color: #c5145a;
    color: #fff;
  }
  .p_stories_tabs .tab_btn[data-color="pink"]:hover {
    background-color: #a01148;
  }
  .p_stories_tabs .tab_btn[data-color="orange"] {
    background-color: #ff841e;
    color: #fff;
  }
  .p_stories_tabs .tab_btn[data-color="orange"]:hover {
    background-color: #e6701a;
  }
  .p_stories_tabs .tab_btn.active {
    z-index: 2;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .p_stories_content .tab_content {
    display: none;
  }
  .p_stories_content .tab_content.active {
    display: block;
  }
  .p_stories_content .story_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;
    gap: 3.90625vw;
    margin-bottom: 7.8125vw;
    padding-bottom: 7.8125vw;
  }
  .p_stories_content .story_item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .p_stories_content .story_item_blue {
    border-bottom: 1px solid #294a9b;
  }
  .p_stories_content .story_item_pink {
    border-bottom: 1px solid #c5145a;
  }
  .p_stories_content .story_item_orange {
    border-bottom: 1px solid #ff841e;
  }
  .p_stories_content .story_item .story_img {
    width: 58.59375vw;
    height: 58.59375vw;
    overflow: hidden;
    margin: 0 auto;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
  .p_stories_content .story_item .story_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_stories_content .story_item .story_text {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .p_stories_content .story_item .story_text .story_title {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.30208vw;
    margin-bottom: 1.30208vw;
  }
  .p_stories_content .story_item .story_text .story_title span {
    display: inline-block;
    font-size: 4.16667vw;
    line-height: 1.4;
    font-weight: 800;
    padding: 0.65104vw 2.60417vw;
    margin-right: 10px;
  }
  .p_stories_content .story_item .story_text .story_title em {
    font-style: normal;
    display: inline-block;
    font-size: 3.64583vw;
    line-height: 1.4;
    font-weight: bold;
  }
  .p_stories_content .story_item .story_text .story_title_blue {
    color: #294a9b;
  }
  .p_stories_content .story_item .story_text .story_title_blue span {
    background-color: #d4dbeb;
  }
  .p_stories_content .story_item .story_text .story_title_pink {
    color: #c5145a;
  }
  .p_stories_content .story_item .story_text .story_title_pink span {
    background-color: #f3d0de;
  }
  .p_stories_content .story_item .story_text .story_title_orange {
    color: #ff841e;
  }
  .p_stories_content .story_item .story_text .story_title_orange span {
    background-color: #ffe6d2;
  }
  .p_stories_content .story_item .story_text .story_desc p {
    font-size: 3.64583vw;
    line-height: -webkit-calc(44 / 28);
    line-height: -moz-calc(44 / 28);
    line-height: calc(44 / 28);
  }
  .p_policy {
    padding: 0 0 6.51042vw;
  }
  .p_policy_item {
    margin-top: 10.41667vw;
  }
  .p_policy_item .ttlIndex {
    margin-bottom: 6.51042vw;
  }
  .p_policy_item .ttlIndex span {
    font-size: 3.38542vw;
    line-height: 1;
    margin-top: 5px;
    font-weight: 400;
    display: block;
  }
  .p_policy_intro {
    font-size: 3.38542vw;
    line-height: 5.72917vw;
    margin-bottom: 5.20833vw;
    color: #000000;
  }
  .p_policy_section:not(:last-child) {
    margin-bottom: 5.20833vw;
  }
  .p_policy_section_title {
    font-size: 3.38542vw;
    line-height: 5.72917vw;
    font-weight: bold;
    color: #294a9b;
    margin-bottom: 1.95313vw;
  }
  .p_policy_text {
    font-size: 3.38542vw;
    line-height: 5.72917vw;
  }
  .p_policy_text + p {
    margin-top: 1.95313vw;
  }
  .p_policy_list {
    margin: 1.95313vw 0;
  }
  .p_policy_list li {
    font-size: 3.38542vw;
    line-height: 5.72917vw;
  }
  .p_company .form_btn {
    margin: 50px 0 0;
    text-align: center;
  }
  .p_company .form_btn a.button-apply {
    background: -webkit-gradient(linear, left top, right top, from(#00a6e8), to(#007bc7));
    background: -webkit-linear-gradient(left, #00a6e8 0%, #007bc7 100%);
    background: -moz- oldlinear-gradient(left, #00a6e8 0%, #007bc7 100%);
    background: linear-gradient(90deg, #00a6e8 0%, #007bc7 100%);
    color: #fff;
    font-size: 2rem;
    -moz-border-radius: 9999px;
    border-radius: 9999px;
    padding: 14px 32px;
    font-weight: 600;
    border: none;
    cursor: pointer;
  }
  .p_company_info {
    margin-top: 10.41667vw;
  }
  .p_company_info__item {
    border-bottom: 1px solid #294a9b;
    padding: 3.90625vw 0;
  }
  .p_company_info__item:first-child {
    border-top: 1px solid #294a9b;
  }
  .p_company_info__label {
    font-size: 3.38542vw;
    line-height: 5.72917vw;
    font-weight: bold;
    color: #294a9b;
    margin: 0;
    padding-bottom: 1.30208vw;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .p_company_info__value {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 3.38542vw;
    line-height: 5.72917vw;
  }
  .p_company_history__item:not(:last-child) {
    margin-bottom: 4.03646vw;
  }
  .p_company_history__date {
    font-size: 3.38542vw;
    line-height: 5.72917vw;
    padding-bottom: 1.30208vw;
    display: block;
    font-weight: 500;
  }
  .p_company_history__text {
    font-size: 3.38542vw;
    line-height: 5.72917vw;
    display: block;
  }
  .p_company_greeting {
    padding: 10.41667vw 0 2.60417vw;
  }
  .p_company_greeting .ttlIndex {
    margin-bottom: 6.51042vw;
  }
  .p_company_greeting .greeing_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;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .p_company_greeting .greeting_img {
    width: 45.05208vw;
    margin: 0 auto;
  }
  .p_company_greeting .greeting_img img {
    width: 100%;
    height: auto;
    display: block;
  }
  .p_company_greeting .greeting_txt {
    position: relative;
  }
  .p_company_greeting .greeting_txt p {
    font-size: 3.38542vw;
    line-height: 5.72917vw;
  }
  .p_course {
    padding: 0 0 6.51042vw;
  }
  .p_course .kv_course {
    min-height: 110.41667vw;
    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: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 9.76563vw;
  }
  .p_course .kv_course .ttl_caption {
    font-size: vư(55);
    line-height: 1;
    font-weight: 400;
    margin-bottom: 6.51042vw;
  }
  .p_course .kv_course .point_list {
    margin-bottom: 3.25521vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 7px;
  }
  .p_course .kv_course .point_list li {
    padding: 1.30208vw 3.25521vw;
    background-color: #fff;
    border: 1px solid #0071bb;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-size: 3.64583vw;
    line-height: 1;
    font-weight: 400;
    text-align: center;
  }
  .p_course .kv_course .ttl_sub {
    display: block;
    font-size: 3.64583vw;
    line-height: 1;
  }
  .p_course .kv_course.kv_course_junior {
    background: url("../img/course/junior/kv_course_sp.webp") no-repeat center center/cover;
  }
  .p_course .kv_course.kv_course_high {
    background: url("../img/course/high/kv_course_sp.webp") no-repeat center center/cover;
  }
  .p_course .kv_course.kv_course_elementary {
    background: url("../img/course/elementary/kv_course_sp.webp") no-repeat center center/cover;
  }
  .p_course .kv_course.kv_course_other {
    background: url("../img/course/other/kv_course_sp.webp") no-repeat center center/cover;
  }
  .p_course .p_course_top {
    padding: 7.8125vw 0 10.41667vw;
  }
  .p_course .p_course_top .ttl_top {
    color: #ee2314;
    font-size: 4.54792vw;
    font-weight: bold;
    line-height: 8.98438vw;
    text-align: left;
    margin-bottom: 9.11458vw;
  }
  .p_course .p_course_top .p_course_top_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: 8.46354vw;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .p_course .p_course_top .p_course_top_wrap .p_course_top_item {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: -webkit-linear-gradient(45deg, #df2919 0%, #e55042 100%);
    background: -moz- oldlinear-gradient(45deg, #df2919 0%, #e55042 100%);
    background: linear-gradient(45deg, #df2919 0%, #e55042 100%);
    -moz-border-radius: 2.60417vw;
    border-radius: 2.60417vw;
    padding: 5.20833vw 6.51042vw;
    position: relative;
  }
  .p_course .p_course_top .p_course_top_wrap .p_course_top_item .icon {
    position: absolute;
    top: 1.95313vw;
    left: 1.95313vw;
  }
  .p_course .p_course_top .p_course_top_wrap .p_course_top_item .icon img {
    width: 11.97917vw;
    height: auto;
  }
  .p_course .p_course_top .p_course_top_wrap .p_course_top_item:nth-child(2) .icon {
    left: auto;
    right: 1.95313vw;
  }
  .p_course .p_course_top .p_course_top_wrap .p_course_top_item h4 {
    color: #fff;
    font-size: 4.81771vw;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 4.55729vw;
    text-align: center;
  }
  .p_course .p_course_top .p_course_top_wrap .p_course_top_item p {
    color: #ffffff;
    font-size: 3.38542vw;
    line-height: 5.72917vw;
  }
  .p_course .b_examplePlan {
    background-color: #e7e9ea;
    padding: 11.71875vw 0;
  }
  .p_course .b_examplePlan .txt_top {
    font-size: 3.38542vw;
    line-height: 5.72917vw;
    margin-bottom: 10.41667vw;
    text-align: left;
  }
  .p_course .b_examplePlan .b_examplePlan_wrap .b_examplePlan_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;
    margin-bottom: 9.11458vw;
  }
  .p_course .b_examplePlan .b_examplePlan_wrap .b_examplePlan_item:last-child {
    margin-bottom: 0;
  }
  .p_course .b_examplePlan .b_examplePlan_wrap .b_examplePlan_item .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .p_course .b_examplePlan .b_examplePlan_wrap .b_examplePlan_item .txt {
    background-color: #fff;
  }
  .p_course .b_examplePlan .b_examplePlan_wrap .b_examplePlan_item .txt h4 {
    background-color: #ee2314;
    color: #ffffff;
    font-size: 5.07813vw;
    font-weight: bold;
    padding: 15px 30px;
    line-height: 1.4;
    text-align: center;
  }
  .p_course .b_examplePlan .b_examplePlan_wrap .b_examplePlan_item .txt .desc {
    padding: 3.90625vw;
  }
  .p_course .b_examplePlan .b_examplePlan_wrap .b_examplePlan_item .txt p {
    font-size: 3.38542vw;
    line-height: 5.72917vw;
  }
  .p_course .b_exampleEdu {
    padding: 10.41667vw 0;
  }
  .p_course .b_exampleEdu .b_exampleEdu_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: 15.625vw;
  }
  .p_course .b_exampleEdu .b_exampleEdu_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;
    gap: 5.20833vw;
    padding-left: 3.90625vw;
  }
  .p_course .b_exampleEdu .b_exampleEdu_left {
    background-color: #ebf4fa;
    padding: 3.25521vw 5.20833vw 5.20833vw 5.20833vw;
    -moz-border-radius: 2.60417vw;
    border-radius: 2.60417vw;
    position: relative;
  }
  .p_course .b_exampleEdu .b_exampleEdu_right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 15.625vw 5.20833vw 6.51042vw 6.77083vw;
    border: 0.26042vw solid #ee2314;
    -moz-border-radius: 2.60417vw;
    border-radius: 2.60417vw;
  }
  .p_course .b_exampleEdu .b_exampleEdu_avatar {
    position: absolute;
    left: -5.20833vw;
    top: -1.30208vw;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 18.48958vw;
    height: 18.48958vw;
  }
  .p_course .b_exampleEdu .b_exampleEdu_avatar img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .p_course .b_exampleEdu .b_exampleEdu_content {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .p_course .b_exampleEdu .b_exampleEdu_title {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 2.60417vw;
    margin-bottom: 3.90625vw;
    padding: 0 2.60417vw 1.30208vw 10.41667vw;
  }
  .p_course .b_exampleEdu .b_exampleEdu_left .b_exampleEdu_title {
    border-bottom: 1px solid #0071bb;
  }
  .p_course .b_exampleEdu .b_exampleEdu_number {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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;
    background-color: #0071bb;
    color: #ffffff;
    font-size: 3.25521vw;
    font-weight: bold;
    padding: 0.52083vw 1.5625vw;
    line-height: 1.2;
    margin-bottom: -1.5625vw;
    margin-top: 0.52083vw;
  }
  .p_course .b_exampleEdu .b_exampleEdu_title_main {
    font-size: 4.42708vw;
    line-height: 6.38021vw;
    font-weight: bold;
    color: #0071bb;
    line-height: 1.5;
  }
  .p_course .b_exampleEdu .b_exampleEdu_text {
    font-size: 3.38542vw;
    line-height: 5.72917vw;
  }
  .p_course .b_exampleEdu .b_exampleEdu_highlight {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffdba9));
    background: -webkit-linear-gradient(transparent 60%, #ffdba9 60%);
    background: -moz- oldlinear-gradient(transparent 60%, #ffdba9 60%);
    background: linear-gradient(transparent 60%, #ffdba9 60%);
  }
  .p_course .b_success {
    background: -webkit-linear-gradient(45deg, #df2919 0%, #e55042 100%);
    background: -moz- oldlinear-gradient(45deg, #df2919 0%, #e55042 100%);
    background: linear-gradient(45deg, #df2919 0%, #e55042 100%);
    padding: 10.41667vw 0;
  }
  .p_course .b_success .b_success_box {
    background-color: #fff;
    padding: 5.20833vw 3.90625vw;
  }
  .p_course .b_success .b_success_item:not(:last-child) {
    margin-bottom: 5.20833vw;
  }
  .p_course .b_success .b_success_item h4 {
    color: #ee2314;
    font-size: 3.90625vw;
    line-height: 5.72917vw;
    font-weight: bold;
    margin-bottom: 1.30208vw;
  }
  .p_course .b_success .b_success_item p {
    font-size: 3.38542vw;
    line-height: 5.72917vw;
    -moz-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
  }
  .p_features {
    padding: 0 0 6.51042vw;
  }
  .p_features .kv_features {
    min-height: 110.54688vw;
    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: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 9.11458vw 3.90625vw 0;
    text-align: left;
    background: url("../img/features/mv_features_sp.webp") no-repeat center center/cover;
  }
  .p_features .kv_features_logo {
    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: 0.65104vw;
    margin-bottom: 6.51042vw;
  }
  .p_features .kv_features_logo img {
    width: 47.91667vw;
  }
  .p_features .kv_features_logo span {
    font-size: 7.16146vw;
    line-height: 1;
  }
  .p_features .kv_features h2 {
    font-size: 3.64583vw;
    line-height: 1.6;
    color: #ee2314;
    font-weight: bold;
    margin-bottom: 1.30208vw;
  }
  .p_features .kv_features p {
    font-size: 2.73438vw;
    line-height: 1.6;
    -moz-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
  }
  .p_features_main {
    padding: 13.02083vw 0;
    background-color: #e7e9ea;
  }
  .p_features_box_wrap:not(:last-child) {
    margin-bottom: 16.92708vw;
  }
  .p_features_box_wrap:not(:last-child) .p_features_item.layout01 {
    position: relative;
  }
  .p_features_box_wrap:not(:last-child) .p_features_item.layout01:after {
    content: "";
    width: 13.54167vw;
    height: 4.81771vw;
    background: url("../img/features/arr.webp") no-repeat center center/contain;
    position: absolute;
    left: 50%;
    bottom: -11.71875vw;
    -webkit-transform: translateX(-50%) rotate(90deg);
    -moz-transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
  }
  .p_features_item {
    background-color: #fff;
    -moz-border-radius: 3.90625vw;
    border-radius: 3.90625vw;
    padding: 6.51042vw;
    position: relative;
  }
  .p_features_item h3 {
    font-size: 3.77604vw;
    line-height: 1.6;
    font-weight: bold;
    -moz-border-radius: 3.125vw;
    border-radius: 3.125vw;
    color: #fff;
    display: inline-block;
    padding: 0.65104vw 5.20833vw;
    position: absolute;
    top: -5.20833vw;
    left: 0;
  }
  .p_features_item h3 span {
    font-size: 3.38542vw;
  }
  .p_features_item h4 {
    font-size: 4.6875vw;
    line-height: 5.85938vw;
    font-weight: bold;
    margin-bottom: 2.60417vw;
  }
  .p_features_item h4 span {
    font-size: 3.64583vw;
  }
  .p_features_item p {
    font-size: 3.38542vw;
    line-height: 5.20833vw;
  }
  .p_features_item figure {
    margin-top: 3.90625vw;
    text-align: center;
  }
  .p_features_item figure img {
    width: 56.64063vw;
    height: auto;
  }
  .p_features_item.layout01 {
    border: 1px solid #889ea6;
    margin-bottom: 18.88021vw;
  }
  .p_features_item.layout01 h3 {
    background-color: #889ea6;
  }
  .p_features_item.layout01 h4 {
    text-align: center;
    color: #889ea6;
  }
  .p_features_item.layout02 {
    border: 1px solid #ee2314;
  }
  .p_features_item.layout02 h3 {
    background-color: #ee2314;
  }
  .p_features_item.layout02 h4 {
    color: #ee2314;
  }
  .p_classroom {
    padding: 0 0 6.51042vw;
  }
  .p_classroom .kv_classroom {
    min-height: 110.54688vw;
    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: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 9.11458vw 2.60417vw 0;
    text-align: left;
    background: url("../img/tutor_classroom/kv_classroom_sp.webp") no-repeat center center/cover;
  }
  .p_classroom .kv_classroom_title {
    margin-bottom: 6.51042vw;
  }
  .p_classroom .kv_classroom_title span {
    font-size: 7.16146vw;
    line-height: 1;
  }
  .p_classroom .kv_classroom_pic {
    margin-bottom: 10px;
    display: block;
  }
  .p_classroom .kv_classroom_pic img {
    width: 25.78125vw;
  }
  .p_classroom .kv_classroom h2 {
    font-size: 3.64583vw;
    line-height: 1.6;
    color: #ee2314;
    font-weight: bold;
    margin-bottom: 1.30208vw;
  }
  .p_classroom .kv_classroom p {
    font-size: 2.73438vw;
    line-height: 1.6;
    -moz-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
  }
  .p_classroom_top {
    padding: 13.02083vw 0;
    background-color: #e7e9ea;
  }
  .p_classroom_top_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: 10.41667vw;
  }
  .p_classroom_top_item {
    background-color: #fff;
  }
  .p_classroom_top_item h3 {
    font-size: 4.81771vw;
    line-height: 1.5;
    color: #fff;
    background-color: #ee2314;
    padding: 2.73438vw 3.25521vw;
    font-weight: bold;
    text-align: center;
  }
  .p_classroom_top_item .txt {
    padding: 3.90625vw;
    height: 100%;
  }
  .p_classroom_top_item .txt p {
    font-size: 3.38542vw;
    line-height: 1.6;
  }
  .p_classroom_top_item .txt p span {
    font-weight: 600;
    font-size: 3.90625vw;
    color: #ee2314;
  }
  .p_classroom_top_item .txt figure {
    margin-top: 1.95313vw;
  }
  .p_classroom_top_item .txt figure img {
    width: 100%;
  }
  .p_classroom_step {
    padding: 10.41667vw 0;
  }
  .p_classroom_step_wrap {
    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;
    -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;
    gap: 13.02083vw;
    position: relative;
  }
  .p_classroom_step_item {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    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: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: relative;
  }
  .p_classroom_step_item:not(:last-child)::after {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 3.25521vw 2.21354vw 0 2.21354vw;
    border-color: #ee2314 transparent transparent transparent;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    position: absolute;
    bottom: -9.11458vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
  }
  .p_classroom_step_item .nb {
    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: 3.64583vw;
    font-weight: normal;
    color: #ee2314;
    margin-bottom: 1.95313vw;
    line-height: 1;
    font-weight: bold;
    gap: 10px;
  }
  .p_classroom_step_item .nb b {
    font-size: 7.16146vw;
  }
  .p_classroom_step_item h3 {
    font-size: 3.64583vw;
    color: #000;
    line-height: 1.5;
    margin-bottom: 2.60417vw;
    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_classroom_step_item .pic {
    width: 56.64063vw;
    margin: 0;
  }
  .p_classroom_step_item .pic img {
    width: 100%;
    height: auto;
    display: block;
  }
  .p_classroom_store {
    padding: 10.41667vw 0;
    background-color: #e7e9ea;
  }
  .p_classroom_store_ttl {
    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: 10px;
    font-size: 5.72917vw;
    line-height: 1;
    font-weight: bold;
    color: #ee2314;
    margin-bottom: 9.11458vw;
  }
  .p_classroom_store_ttl img {
    width: 28.38542vw;
    height: auto;
  }
  .p_classroom_store_list {
    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_classroom_store_list .b_store_item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #ffffff;
    border: 1px solid #e7e9ea;
    -moz-border-radius: 2.60417vw;
    border-radius: 2.60417vw;
    overflow: hidden;
  }
  .p_classroom_store_list .b_store_item > a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    color: inherit;
    text-decoration: none;
  }
  .p_classroom_store_list .b_store_item .st_left {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .p_classroom_store_list .b_store_item .st_left h3 {
    font-size: 3.64583vw;
    padding: 1.30208vw;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background-color: #ee2314;
  }
  .p_classroom_store_list .b_store_item .st_left .txt {
    padding: 2.60417vw;
  }
  .p_classroom_store_list .b_store_item .st_left .txt .txt_address {
    font-size: 3.38542vw;
    line-height: 1.6;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 1.30208vw;
  }
  .p_classroom_store_list .b_store_item .st_left .txt .txt_tel {
    font-size: 3.90625vw;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
    color: #ee2314;
  }
  .p_classroom_store_list .b_store_item .st_left .txt .btn {
    width: -webkit-calc(100% - 5.20833vw);
    width: -moz-calc(100% - 5.20833vw);
    width: calc(100% - 5.20833vw);
    height: 7.8125vw;
    display: block;
    margin: 2.60417vw auto 0;
    text-align: center;
    border: 1px solid #ee2314;
    background-position: right 1.95313vw center;
    padding: 1.82292vw 2.60417vw 1.82292vw 1.82292vw;
  }
  .p_classroom_store_list .b_store_item .st_right {
    width: 36.45833vw;
  }
  .p_classroom_store_list .b_store_item .st_right figure {
    width: 100%;
    height: 100%;
  }
  .p_classroom_store_list .b_store_item .st_right figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .p_homeTutor {
    padding: 0 0 6.51042vw;
  }
  .p_homeTutor .kv_home {
    min-height: 110.54688vw;
    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: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 9.11458vw 2.60417vw 0;
    text-align: left;
    background: url("../img/tutor_home/kv_home_sp.webp") no-repeat center center/cover;
  }
  .p_homeTutor .kv_home_title span {
    font-size: 7.16146vw;
    line-height: 1;
  }
  .p_homeTutor .kv_home .sub {
    display: block;
    font-size: 3.25521vw;
    line-height: 1.5;
    margin-top: 1.30208vw;
    margin-bottom: 3.90625vw;
  }
  .p_homeTutor .kv_home_pic {
    margin-bottom: 10px;
    display: block;
  }
  .p_homeTutor .kv_home_pic img {
    width: 25.78125vw;
  }
  .p_homeTutor .kv_home h2 {
    font-size: 3.64583vw;
    line-height: 1.6;
    color: #0071bb;
    font-weight: bold;
    margin-bottom: 1.30208vw;
  }
  .p_homeTutor .kv_home p {
    font-size: 2.73438vw;
    line-height: 1.6;
    -moz-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
  }
  .p_homeTutor_top {
    padding: 13.02083vw 0;
    background-color: #e7e9ea;
  }
  .p_homeTutor_top_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: 10.41667vw;
  }
  .p_homeTutor_top_item {
    background-color: #fff;
  }
  .p_homeTutor_top_item h3 {
    font-size: 4.81771vw;
    line-height: 1.5;
    color: #fff;
    background-color: #0071bb;
    padding: 2.73438vw 3.25521vw;
    font-weight: bold;
    text-align: center;
  }
  .p_homeTutor_top_item .txt {
    padding: 3.90625vw;
    height: 100%;
  }
  .p_homeTutor_top_item .txt p {
    font-size: 3.38542vw;
    line-height: 1.6;
  }
  .p_homeTutor_top_item .txt p span {
    font-weight: 600;
    font-size: 3.90625vw;
    color: #0071bb;
  }
  .p_homeTutor_top_item .txt figure {
    margin-top: 1.95313vw;
  }
  .p_homeTutor_top_item .txt figure img {
    width: 100%;
  }
  .p_homeTutor_step {
    padding: 10.41667vw 0;
  }
  .p_homeTutor_step_wrap {
    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;
    -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;
    gap: 13.02083vw;
    position: relative;
  }
  .p_homeTutor_step_item {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    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: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: relative;
  }
  .p_homeTutor_step_item:not(:last-child)::after {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 3.25521vw 2.21354vw 0 2.21354vw;
    border-color: #0071bb transparent transparent transparent;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    position: absolute;
    bottom: -9.11458vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
  }
  .p_homeTutor_step_item .nb {
    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: 3.64583vw;
    font-weight: normal;
    color: #0071bb;
    margin-bottom: 1.95313vw;
    line-height: 1;
    font-weight: bold;
    gap: 10px;
  }
  .p_homeTutor_step_item .nb b {
    font-size: 7.16146vw;
  }
  .p_homeTutor_step_item h3 {
    font-size: 3.64583vw;
    color: #000;
    line-height: 1.5;
    margin-bottom: 2.60417vw;
    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_homeTutor_step_item .pic {
    width: 56.64063vw;
    margin: 0;
  }
  .p_homeTutor_step_item .pic img {
    width: 100%;
    height: auto;
    display: block;
  }
  .p_homeTutor_store {
    padding: 10.41667vw 0;
    background-color: #e7e9ea;
  }
  .p_homeTutor_store_ttl {
    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: 10px;
    font-size: 5.72917vw;
    line-height: 1;
    font-weight: bold;
    color: #0071bb;
    margin-bottom: 5.20833vw;
  }
  .p_homeTutor_store_ttl img {
    width: 28.38542vw;
    height: auto;
  }
  .p_homeTutor_store .txt_top {
    text-align: center;
    margin-bottom: 5.20833vw;
    font-size: 3.38542vw;
    line-height: 1.6;
  }
  .p_homeTutor_store_list li {
    background-color: #ffffff;
    -moz-border-radius: 2.60417vw;
    border-radius: 2.60417vw;
    overflow: hidden;
    margin-bottom: 2.60417vw;
  }
  .p_homeTutor_store_list li > div {
    color: #ffffff;
    font-size: 500;
    text-align: center;
    line-height: 1;
    font-size: 4.29688vw;
    padding: 3.25521vw 0;
    background-color: #05a4d6;
  }
  .p_homeTutor_store_list li > p {
    padding: 1.95313vw 2.60417vw 3.25521vw;
    font-size: 3.38542vw;
    text-align: center;
    line-height: -webkit-calc(28 / 16);
    line-height: -moz-calc(28 / 16);
    line-height: calc(28 / 16);
  }
  .p_homeTutor_store_list li > p.center {
    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;
    height: -webkit-calc(100% - 56px);
    height: -moz-calc(100% - 56px);
    height: calc(100% - 56px);
  }
  .p_homeTutor_store_list li > p a {
    font-size: 5.46875vw;
    display: block;
    line-height: 1;
    font-weight: 700;
    margin-top: 0.65104vw;
  }
  .p_recruitment_top {
    padding: 7.8125vw 0;
  }
  .p_recruitment_top p {
    font-size: 3.64583vw;
    line-height: 1.5;
    text-align: center;
  }
  .p_recruitment_aomori {
    background-color: #e7e9ea;
    padding: 6.51042vw 0;
    display: none;
  }
  .p_recruitment_aomori.active {
    display: block;
  }
  .p_recruitment_aomori h3 {
    text-align: center;
    font-size: 5.46875vw;
    line-height: 1;
    color: #ee2314;
    font-weight: bold;
    margin: 0 0 2.60417vw;
  }
  .p_recruitment_aomori .txt_top {
    text-align: center;
    font-size: 3.64583vw;
    line-height: 1.5;
    margin-bottom: 3.25521vw;
  }
  .p_recruitment_aomori .aomori_box {
    background-color: #fff;
    -moz-border-radius: 3.90625vw;
    border-radius: 3.90625vw;
    padding: 5.20833vw;
  }
  .p_recruitment_aomori .aomori_box .aomori_dt {
    font-size: 4.16667vw;
    line-height: 1;
    color: #ee2314;
    font-weight: bold;
    margin-bottom: 2.60417vw;
  }
  .p_recruitment_aomori .aomori_box .aomori_list li {
    font-size: 3.64583vw;
    line-height: 1.5;
    margin-bottom: 1.30208vw;
  }
  .p_recruitment_aomori .aomori_box .aomori_list li:last-child {
    margin-bottom: 0;
  }
  .p_recruitment_list_school {
    padding: 7.8125vw 0;
  }
  .p_recruitment_list_school .l_school {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2.60417vw;
    margin-right: -2.60417vw;
  }
  .p_recruitment_list_school .l_school li {
    width: -webkit-calc(50% - 2.60417vw);
    width: -moz-calc(50% - 2.60417vw);
    width: calc(50% - 2.60417vw);
  }
  .p_recruitment_list_school .l_school li a {
    -moz-border-radius: 1.30208vw;
    border-radius: 1.30208vw;
    background-color: #ee2314;
    color: #fff;
    display: block;
    text-align: center;
    padding: 2.60417vw 0;
  }
  .p_recruitment_list_school .l_school li a span {
    font-size: 3.64583vw;
    line-height: 1.2;
    font-weight: 600;
    display: block;
    position: relative;
  }
  .p_recruitment_list_school .l_school li a span:after {
    content: "→";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    font-size: 2.60417vw;
    line-height: 1;
    font-weight: 600;
    color: #fff;
  }
  .p_recruitment_list_school .l_school li a small {
    display: block;
    font-size: 2.34375vw;
    line-height: 1.2;
    font-weight: 600;
    margin-top: 10px;
  }
}
