:root {
  --viewport: 750;
  --font-family-bebas: 'Bebas Neue', sans-serif;
  --font-family-oswald: 'Oswald', sans-serif;
  --font-family-notoSerif: 'Noto Serif JP', serif;
}

#area_news {
  padding: 15.46666vw 0 7.93333vw;
}
#breadcrumbs {
  padding: 3.333333vw 0;
}
@media screen and (min-width: 768px) {
  #area_news {
    padding: 84px 0 44px;
  }
  #breadcrumbs {
    padding: 20px 0 40px;
  }
}

.newPlanBox .box {
  background: #fff;
  border-radius: calc(100vw / var(--viewport) * 10);
  margin-top: calc(100vw / var(--viewport) * 40);
  padding: calc(100vw / var(--viewport) * 45) calc(100vw / var(--viewport) * 35) calc(100vw / var(--viewport) * 45);
}
.newPlanBox .box .innerBox .partsImage {
  margin: 0 0 calc(100vw / var(--viewport) * 40);
}
.newPlanBox .box .innerBox .course {
  color: #fff;
  font-size: calc(100vw / var(--viewport) * 30);
  font-weight: bold;
  text-align: center;
  background: #00aafa;
  border-radius: 50vw;
  width: 100%;
  height: calc(100vw / var(--viewport) * 62);
  display: flex;
  justify-content: center;
  align-items: center;
}
.newPlanBox .box .innerBox .priceBox {
  position: relative;
}
.newPlanBox .box .innerBox .priceBox .price {
  color: #f10e01;
  font-size: calc(100vw / var(--viewport) * 190);
  font-weight: normal;
  font-family: 'Bebas Neue', sans-serif;
  vertical-align: baseline;
}
.newPlanBox .box .innerBox .priceBox .yen {
  font-size: calc(100vw / var(--viewport) * 72);
  font-weight: bold;
  vertical-align: baseline;
  margin-left: calc(100vw / var(--viewport) * 10);
}
.newPlanBox .box .innerBox .priceBox .zei {
  font-size: calc(100vw / var(--viewport) * 30);
  font-weight: bold;
  position: absolute;
  top: calc(100vw / var(--viewport) * 68);
  right: calc(100vw / var(--viewport) * 23);
}
.newPlanBox .box .innerBox .priceBox .free {
  font-size: calc(100vw / var(--viewport) * 18);
  font-weight: bold;
  position: absolute;
  right: 0;
  bottom: calc(100vw / var(--viewport) * 15);
}
.newPlanBox .box .innerBox .monthBox {
  text-align: left;
  line-height: 1;
  display: flex;
  justify-content: flex-start;
  margin-left: calc(100vw / var(--viewport) * 53);
}
.newPlanBox .box .innerBox .monthBox .month {
  font-size: calc(100vw / var(--viewport) * 40);
  font-weight: bold;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-top: calc(100vw / var(--viewport) * 10);
  margin-right: calc(100vw / var(--viewport) * 13);
}
.newPlanBox .box .innerBox .monthBox .priceBox2 .price {
  font-size: calc(100vw / var(--viewport) * 98);
  font-weight: normal;
  font-family: 'Bebas Neue', sans-serif;
  vertical-align: baseline;
}
.newPlanBox .box .innerBox .monthBox .priceBox2 .yen {
  font-size: calc(100vw / var(--viewport) * 40);
  font-weight: bold;
  vertical-align: baseline;
  width: auto;
  margin: 0;
}
.newPlanBox .box .innerBox .monthBox .bunkatsu {
  font-size: calc(100vw / var(--viewport) * 26);
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  width: calc(100vw / var(--viewport) * 110);
  height: calc(100vw / var(--viewport) * 110);
  background: #ff0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-top: calc(100vw / var(--viewport) * -9);
  margin-left: calc(100vw / var(--viewport) * 22);
}
.newPlanBox .box .innerBox .monthBox .bunkatsu .big {
  font-size: calc(100vw / var(--viewport) * 38);
}
.newPlanBox .bottom {
  margin-top: calc(100vw / var(--viewport) * 60);
}
.newPlanBox .bottom .obi {
  color: #ff0;
  font-size: calc(100vw / var(--viewport) * 20);
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  background: #00AAFA;
  padding: calc(100vw / var(--viewport) * 15) 0;
}
.newPlanBox .bottom .caption {
  font-size: calc(100vw / var(--viewport) * 15);
  font-weight: bold;
  text-align: left;
  margin-top: 0.8em;
}

@media screen and (min-width: 768px) {
  .pc_flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .newPlanBox .box {
    border-radius: 7px;
    margin-top: 50px;
    padding: 30px 60px;
  }
  .newPlanBox .box .innerBox .pc_flex > div {
    width: 398px;
  }
  .newPlanBox .box .innerBox .partsImage {
    width: 481px;
    margin: 0;
  }
  .newPlanBox .box .innerBox .course {
    font-size: 30px;
    height: 57px;
  }
  .newPlanBox .box .innerBox .priceBox .price {
    font-size: 121px;
  }
  .newPlanBox .box .innerBox .priceBox .yen {
    font-size: 49px;
    margin-left: 11px;
  }
  .newPlanBox .box .innerBox .priceBox .zei {
    font-size: 20px;
    top: 42px;
    right: 19px;
  }
  .newPlanBox .box .innerBox .priceBox .free {
    font-size: 12px;
    right: 0;
    bottom: 10px;
  }
  .newPlanBox .box .innerBox .monthBox {
    justify-content: flex-end;
    margin-top: 7px;
    margin-left: 0;
  }
  .newPlanBox .box .innerBox .monthBox .month {
    font-size: 26px;
    writing-mode: initial;
    margin-top: 10px;
    margin-right: 11px;
  }
  .newPlanBox .box .innerBox .monthBox .priceBox2 .price {
    font-size: 49px;
  }
  .newPlanBox .box .innerBox .monthBox .priceBox2 .yen {
    font-size: 28px;
  }
  .newPlanBox .box .innerBox .monthBox .bunkatsu {
    font-size: 16px;
    width: 60px;
    height: 60px;
    margin-top: -10px;
    margin-left: 11px;
  }
  .newPlanBox .box .innerBox .monthBox .bunkatsu .big {
    font-size: 20px;
  }
  .newPlanBox .bottom {
    text-align: left;
    margin-top: 25px;
  }
  .newPlanBox .bottom .obi {
    font-size: 20px;
    padding: 14px 0;
  }
  .newPlanBox .bottom .caption {
    font-size: 16px;
    display: inline-block;
    margin-right: 35px;
  }
}



/*** h1 ***/
.div01 h1 {
  font-size: .54rem;
  text-align: center;
  color: #fff;
  padding-top: 12.66666%;
}
.div01 h1 span {
  font-size: .42rem;
}
.div01 h1 span .yellow {
  font-size: .54rem;
  color: #ff0;
}
.div01 h1 span.small {
  font-size: .44rem;
  vertical-align: text-bottom;
}
@media screen and (min-width: 768px) {
  .div01 h1 {
    font-size: 42px;
    text-align: center;
    color: #fff;
    padding-top: 50px;
  }
  .div01 h1 span {
    font-size: 24px;
  }
  .div01 h1 span .yellow {
    font-size: 42px;
  }
  .div01 h1 span.small {
    font-size: 32px;
  }
}


/*** headline_square ***/
.headline_square {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: .32rem;
  color: #000;
  display: block;
  margin-bottom: 3vw;
}
.headline_square span {
  padding: 0 .8vw;
  border: 0.26666vw solid #000;
  margin: 2.4vw 0.26666vw;
}
.headline_square .square__black {
  color: #fff;
  background: #000;
  position: relative;
}
.headline_square .square__black:before {
  content: '';
  background: url("/hige/common/images/img_headline_hige.png");
  background-size: cover;
  width: .29rem;
  height: .38rem;
  position: absolute;
  top: -7vw;
  left: 2vw;
}
@media screen and (min-width: 768px) {
  .headline_square {
    font-size: 20px;
    display: block;
    margin-bottom: 28px;
  }
  .headline_square span {
    padding: 0 4px;
    border: 2px solid #000;
    margin: 0 2px;
  }
  .headline_square .square__black:before {
    content: '';
    background: url("/hige/common/images/img_headline_hige.png");
    background-size: cover;
    width: 19px;
    height: 28px;
    top: -36px;
    left: 10px;
  }
}


/***section_newba***/
/**case__container**/
.flex__case__container .flex__left, .flex__case__container .flex__right {
  width: 100%;
}
.flex__case__container .flex__left.flex {
  justify-content: center;
}
.case__container {
  margin: calc(100vw / var(--viewport) * 40) auto 0;
  padding: calc(100vw / var(--viewport) * 80) 0;
  background: rgba(0, 83, 139, .5);
  -webkit-backdrop-filter: blur(calc(100vw / var(--viewport) * 20));
  backdrop-filter: blur(calc(100vw / var(--viewport) * 20));
}
.case__container:first-of-type {
  margin-top: 100vh;
}
.case__title {
  font-size: .32rem;
  color: #fff;
  text-align: center;
}
.case__icon {
  width: 100%;
  margin: calc(100vw / var(--viewport) * 60) auto 0;
  text-align: center;
}
.case__icon img {
  width: calc(100vw / var(--viewport) * 200);
}
.case__name {
  width: 100%;
  font-family: var(--font-family-oswald);
  font-size: .64rem;
  margin: calc(100vw / var(--viewport) * 60) auto 0;
  color: #fff;
  letter-spacing: .05em;
  text-align: center;
}
.case__name span {
  font-family: initial;
  letter-spacing: initial;
  font-size: .32rem;
  display: block;
}
.newba_index .btn a {
  width: calc(100vw / var(--viewport) * 320);
  font-size: .24rem;
  margin: calc(100vw / var(--viewport) * 60) auto 0;
  padding: calc(100vw / var(--viewport) * 20) 0;
  color: #fff;
  background: #000;
  text-align: center;
  border-radius: calc(100vw / var(--viewport) * 80);
  box-shadow: none;
}
.newba_index .btn a:after {
  right: 1px;
}
.case__table {
  width: 100%;
  margin: calc(100vw / var(--viewport) * 60) auto 0;
  color: #fff;
}
.case__table tr {
  display: flex;
  align-items: center;
  font-size: .32rem;
  font-weight: normal;
  padding: calc(100vw / var(--viewport) * 25) 0;
  border-top: calc(100vw / var(--viewport) * 1) solid #fff;
}
.case__table tr:last-child {
  border-bottom: calc(100vw / var(--viewport) * 1) solid #fff;
}
.case__table th {
  width: 20%;
}
.case__table td {
  width: 80%;
}
.case__img {
  margin: calc(100vw / var(--viewport) * 60) auto 0;
}
.newba_person {
  margin: 0 auto;
  background: #00aafa;
  text-align: center;
}
.section__ba__container .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section__ba__container .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: none !important;
}
.section__ba__container h2 {
  margin: calc(100vw / var(--viewport) * 136) auto 0;
  text-align: center;
}
.section__ba__container h2 img {
  width: calc(100vw / var(--viewport) * 256);
}
.section__ba__container .img__ba {
  margin: calc(100vw / var(--viewport) * 80) auto 0;
}
.newba_person .flex__case__container {
  padding: calc(100vw / var(--viewport) * 80) 0 0;
  position: relative;
}
.newba_person .flex__case__container .flex__left.flex {
  justify-content: flex-start;
}
.newba_person .flex__case__container .flex__right {
  position: relative;
}
.newba_person .case__img {
  width: calc(100vw / var(--viewport) * 200);
  margin: 0 auto;
  position: absolute;
  top: calc(100vw / var(--viewport) * -430);
  right: calc(100vw / var(--viewport) * 0);
}
.newba_person .case__table {
  width: 78%;
  margin: 0;
}
.newba_person .case__table tr {
  font-weight: bold;
  padding: calc(100vw / var(--viewport) * 10) 0;
  border: none;
}
.newba_person .case__table tr:last-child {
  border-bottom: calc(100vw / var(--viewport) * 1) solid #fff;
}
.newba_person .case__table th {
  width: 20%;
  font-size: .20rem;
  padding: calc(100vw / var(--viewport) * 8) 0;
  color: #000;
  background: #fff;
  text-align: center;
  border-radius: calc(100vw / var(--viewport) * 8);
}
.newba_person .case__table td {
  font-size: .24rem;
  margin-left: 3%;
  text-align: left;
}
.newba_person .case__table tr:last-of-type td {
  font-size: .48rem;
  color: #FFFC52;
}
.section__ba__container h2 {
  margin: calc(100vw / var(--viewport) * 136) auto 0;
  text-align: center;
}
.section__ba__container h2 img {
  width: calc(100vw / var(--viewport) * 256);
}
.section__ba__container .img__ba {
  margin: calc(100vw / var(--viewport) * 80) auto 0;
}
/**tab__container**/
.tab__area {
  display: flex;
  align-items: flex-end;
  font-weight: bold;
  margin: calc(100vw / var(--viewport) * 80) auto 0;
  padding: 0 calc(100vw / var(--viewport) * 40);
}
.tab {
  font-size: .2rem;
  width: calc(100vw / var(--viewport) * 150);
  height: calc(100vw / var(--viewport) * 104);
  margin-right: calc(100vw / var(--viewport) * 7);
  padding: calc(100vw / var(--viewport) * 20) 0 calc(100vw / var(--viewport) * 15);
  background: rgba(255, 255, 255, .5);
  text-align: center;
}
.tab:last-child {
  margin-right: 0;
}
.tab.active {
  width: calc(100vw / var(--viewport) * 200);
  height: calc(100vw / var(--viewport) * 120);
  padding: calc(100vw / var(--viewport) * 15) 0;
  background: #fff;
}
.tab__title {
  font-family: var(--font-family-oswald);
  font-weight: 500;
  font-size: .32rem;
  display: block;
  line-height: 1.25;
}
.tab.active .tab__title {
  font-size: .4rem;
}
.panel__area {
  background: #fff;
  padding: calc(100vw / var(--viewport) * 80) 0;
  box-sizing: border-box;
}
.panel {
  /*display: none;*/
  text-align: center;
  visibility: hidden;
  height: 0;
}
.panel.active {
  /*display: block;*/
  visibility: visible;
  height: auto;
}
.flex__tab__container {
  width: 100%;
  overflow: hidden;
}
.newba_person .flex__left, .newba_person .flex__right {
  width: 100%;
}
.newba_person .flex__tab__container .flex__left {
  padding: 0 calc(100vw / var(--viewport) * 90);
  position: relative;
}
/**swiper-ba**/
.newba_person .flex__tab__container .flex__right {
  margin: calc(100vw / var(--viewport) * 40) auto 0;
  padding: 0 calc(100vw / var(--viewport) * 90);
  position: relative;
}
.swiper-ba.swiper-container {
  width: 100%;
  overflow: hidden;
}
.swiper-ba.swiper-slide {
  width: 100% !important;
}
.swiper-ba.swiper-slide img {
  width: 100%;
}
.newba_person .flex__left .count, .newba_person .swiper-ba .swiper-slide .count {
  font-size: .24rem;
  font-weight: bold;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  background: rgba(0, 0, 0, .5);
  padding: calc(100vw / var(--viewport) * 10) calc(100vw / var(--viewport) * 20);
}
.newba_person .flex__left .count {
  left: calc(100vw / var(--viewport) * 90);
}
.newba_person .flex__right .swiper-button-prev, .newba_person .flex__right .swiper-button-next {
  width: calc(100vw / var(--viewport) * 30);
  height: calc(100vw / var(--viewport) * 60);
}
.newba_person .flex__right .swiper-button-prev {
  left: calc(100vw / var(--viewport) * 40);
}
.newba_person .flex__right .swiper-button-next {
  right: calc(100vw / var(--viewport) * 40);
}
@media screen and (min-width:768px) {
  .newba_person .flex__case__container {
    width: 620px;
    margin: 0 auto;
    padding: 80px 0 0 0;
  }
  .newba_person .flex__case__container .flex__left, .newba_person .flex__case__container .flex__right {
    width: 100%;
  }
  .newba_person .case__img {
    width: 146px;
    position: absolute;
    top: -288px;
    right: 0;
  }
  .newba_person .case__table {
    width: 82%;
  }
  .newba_person .case__table tr {
    padding: 5px 0;
  }
  .newba_person .case__table tr:first-child {
    padding: 0 0 5px 0;
  }
  .newba_person .case__table tr:last-child {
    border-bottom: 1px solid #fff;
  }
  .newba_person .case__table th {
    font-size: 18px;
    padding: 4px 0;
    border-radius: 5px;
  }
  .newba_person .case__table td {
    font-size: 20px;
    margin-left: 12px;
  }
  .newba_person .case__table tr:last-of-type td {
    font-size: 36px;
  }
  .newba_person .flex__case__container {
    width: 620px;
    margin: 0 auto;
    padding: 80px 0 0 0;
  }
  .newba_person .flex__case__container .flex__left, .newba_person .flex__case__container .flex__right {
    width: 100%;
  }
  .newba_person .case__img {
    width: 146px;
    position: absolute;
    top: -288px;
    right: 0;
  }
  .newba_person .case__table {
    width: 82%;
  }
  .newba_person .case__table tr {
    padding: 5px 0;
  }
  .newba_person .case__table tr:first-child {
    padding: 0 0 5px 0;
  }
  .newba_person .case__table tr:last-child {
    border-bottom: 1px solid #fff;
  }
  .newba_person .case__table th {
    font-size: 18px;
    padding: 4px 0;
    border-radius: 5px;
  }
  .newba_person .case__table td {
    font-size: 20px;
    margin-left: 12px;
  }
  .newba_person .case__table tr:last-of-type td {
    font-size: 36px;
  }
  .section__ba__container h2 {
    margin: 160px auto 0;
  }
  .section__ba__container h2 img {
    width: 763px;
  }
  .section__ba__container .img__ba {
    margin: 56px auto 0;
    text-align: center;
  }
  /**tab__container**/
  .tab__area {
    display: flex;
    align-items: flex-end;
    width: 530px;
    margin: 70px auto 0;
    padding: 0;
  }
  .tab {
    font-size: 12px;
    width: 120px;
    height: 60px;
    margin-right: 4px;
    padding: 12px 0;
    cursor: pointer;
  }
  .tab:hover {
    opacity: .8;
  }
  .tab.active {
    width: 160px;
    height: 70px;
    padding: 15px 0;
    opacity: 1;
  }
  .tab.active:hover {
    opacity: 1;
  }
  .tab__title {
    font-size: 18px;
  }
  .tab.active .tab__title {
    font-size: 24px;
  }
  .panel__area {
    padding: 40px 0;
    width: 905px;
    margin: 0 auto;
  }
  .newba_person .flex__tab__container {
    width: 800px;
    margin: 0 auto;
  }
  .newba_person .flex__right {
    margin: 0;
    padding: 0;
  }
  /**swiper-ba**/
  .newba_person .flex__tab__container .flex__left {
    width: 400px;
    padding: 0;
  }
  .newba_person .flex__tab__container .flex__right {
    width: 400px;
    margin: 0;
    padding: 0;
  }
  .newba_person .flex__left .count, .newba_person .swiper-ba .swiper-slide .count {
    font-size: 16px;
    padding: 10px 20px;
  }
  .newba_person .flex__left .count {
    left: 0;
  }
  .newba_person .flex__right .swiper-button-prev, .newba_person .flex__right .swiper-button-next {
    width: 20px;
    height: 40px;
  }
  .newba_person .flex__right .swiper-button-prev {
    left: 10px;
  }
  .newba_person .flex__right .swiper-button-next {
    right: 10px;
  }
}


/***section_classification***/
.section_classification {
  padding: 18.66666% 0 0;
  background: #00aafa;
  text-align: center;
}
.classification_container {
  font-size: .24rem;
  font-weight: bold;
  background: #fff;
  margin-top: 8.93333%;
  padding: 6% 5.333333%;
  border-radius: 1.33333vw;
  line-height: 1.75;
  text-align: left;
}
.classification_container .txt_area_txt span {
  background: #ff0;
  background: linear-gradient(180deg, #fff 0, #fff 20%, #ff0 20%, #ff0 80%, #fff 80%, #fff 100%);
  padding: 5px;
  border-radius: .4vw;
}
.classification_table {
  text-align: center;
  width: 100%;
  font-size: .18rem;
  font-weight: bold;
  border-collapse: separate;
  line-height: 1.3888;
  margin-top: 8%;
}
.classification_table th {
  color: #fff;
}
.classification_table th {
  background: #019eea;
  border-bottom: 1px solid #bbb;
  vertical-align: middle;
  width: 13.066666%;
  padding: 3.2% 0;
}
.classification_table .th_fff {
  background: #fff;
  border: none;
}
.classification_table th:nth-child(2) {
  background: #ff0;
  border-left: 2px solid #000;
  border-top: 2px solid #000;
  border-bottom: none;
  width: 21.733333%;
  border-radius: 1.06666vw 0 0 0;
  overflow: hidden;
  border-collapse: separate;
  color: #000;
}
.classification_table th:nth-child(3) {
  background: #ff0;
  border-bottom: none;
  width: 21.733333%;
  border-left: 1px solid #000;
  border-top: 2px solid #000;
  color: #000;
}
.classification_table th:nth-child(4) {
  background: #ff0;
  border-left: 1px solid #000;
  border-right: 2px solid #000;
  border-bottom: none;
  width: 21.733333%;
  border-radius: 0 1.06666vw 0 0;
  border-top: 2px solid #000;
  color: #000;
}
.classification_table td, .classification_table2 td {
  padding: 2.5333% 1.6%;
  vertical-align: middle;
}
.classification_table .tr_row td:nth-child(2) {
  color: #000;
  border-left: 2px solid #000;
  border-bottom: 1px solid #bbb;
}
.classification_table .tr_row td:nth-child(3) {
  color: #000;
  border-left: 1px solid #000;
  border-bottom: 1px solid #bbb;
}
.classification_table .tr_row td:nth-child(4) {
  color: #000;
  border-left: 1px solid #000;
  border-right: 2px solid #000;
  border-bottom: 1px solid #bbb;
}
.classification_table .th_row__last td {
  border-bottom: 2px solid #000 !important;
}
.classification_table .period {
  font-size: .14rem;
  line-height: 1.375;
}
@media screen and (min-width:768px) {
  .section_classification {
    padding: 80px 0;
  }
  .classification_container {
    font-size: 14px;
    font-weight: bold;
    background: #fff;
    margin-top: 22px;
    padding: 60px;
    border-radius: 7.5px;
    line-height: 1.75;
    text-align: left;
  }
  .classification_txt_area {
    letter-spacing: -0.05em;
  }
  .classification_container .txt_area_txt span {
    border-radius: 3px;
  }
  .classification_table {
    text-align: center;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    border-collapse: separate;
    line-height: 1.35714;
    margin-top: 25px;
  }
  .classification_table th {
    color: #fff;
    background: #ff0;
  }
  .classification_table th {
    background: #019eea;
    border-bottom: 1px solid #bbb;
    vertical-align: middle;
    width: 110px;
    padding: 12px 0;
  }
  .classification_table .th_fff {
    background: #fff;
    border: none;
  }
  .classification_table th:nth-child(2) {
    background: #ff0;
    border-left: 2px solid #000;
    border-top: 2px solid #000;
    border-bottom: none;
    width: 281px;
    border-radius: 10px 0 0 0;
    overflow: hidden;
    border-collapse: separate;
    color: #000;
  }
  .classification_table th:nth-child(3) {
    background: #ff0;
    border-bottom: none;
    width: 281px;
    border-left: 1px solid #000;
    border-top: 2px solid #000;
    color: #000;
  }
  .classification_table th:nth-child(4) {
    background: #ff0;
    border-left: 1px solid #000;
    border-right: 2px solid #000;
    border-bottom: none;
    width: 281px;
    border-radius: 0 10px 0 0;
    border-top: 2px solid #000;
    color: #000;
  }
  .classification_table td, .classification_table2 td {
    padding: 11px 0;
    vertical-align: middle;
  }
  .classification_table .tr_row td:nth-child(2) {
    color: #000;
    border-left: 2px solid #000;
    border-bottom: 1px solid #bbb;
  }
  .classification_table .tr_row td:nth-child(3) {
    color: #000;
    border-left: 1px solid #000;
    border-bottom: 1px solid #bbb;
  }
  .classification_table .tr_row td:nth-child(4) {
    color: #000;
    border-left: 1px solid #000;
    border-right: 2px solid #000;
    border-bottom: 1px solid #bbb;
  }
  .classification_table .th_row__last td {
    border-bottom: 2px solid #000 !important;
  }
  .classification_table .period {
    font-size: 12px;
    line-height: 1.583333;
  }
}


/***bodyPlanArea***/

  .section_body {
    padding: 16% 0 0;
  }
  .section_body .heading {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 0.28rem;
    margin-bottom: 6.933333%;
  }
  .section_body .heading span {
    color: #ff0;
  }
  .section_body .heading span span {
    font-size: 0.53rem;
    line-height: 1.1;
  }
  .section_body .heading {
    position: relative;
    letter-spacing: 0.1em;
    width: 68vw;
    display: inline-block;
  }
  .section_body .heading:before, .section_body .heading:after {
    content: '';
    position: absolute;
    top: 70%;
    width: 28px;
    height: 2px;
    background-color: #000;
  }
  .section_body .heading:before {
    left: 0;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
  }
  .section_body .heading:after {
    right: 0;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
  }
#plan {
  width: 100%;
  margin: 0 auto;
  overflow-x: scroll;
  scrollbar-width: none;
}
#plan .font-bebas {
  font-family: var(--font-family-bebas);
  font-weight: normal;
  line-height: .75;
}
#plan .inner {
  display: flex;
  margin: 0 auto;
  width: fit-content;
}
#plan .inner .box {
  background: #fff;
  padding: calc(100vw / var(--viewport) * 44) calc(100vw / var(--viewport) * 40) calc(100vw / var(--viewport) * 64);
  border-top: calc(100vw / var(--viewport) * 16) solid #20396F;
  margin-top: calc(100vw / var(--viewport) * 56);
  border-radius: 0 0 2.133333333333vw 2.133333333333vw;
  box-shadow: 10px 10px 20px 0px #008ef8;
  width: 82vw;
}
#plan .inner .box:nth-child(n+2) {
  margin-left: 2%;
}
#plan .inner .box.box01 {
  margin-top: 0;
}
#plan .inner .box .midashi {
  font-size: calc(100vw / var(--viewport) * 50);
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin-bottom: calc(100vw / var(--viewport) * 20);
}
#plan .inner .box.box02 .midashi {
  margin-bottom: calc(100vw / var(--viewport) * 40);
}
#plan .inner .box .midashi .sub {
  font-size: calc(100vw / var(--viewport) * 32);
  display: block;
  margin-bottom: calc(100vw / var(--viewport) * 20);
}
#plan .inner .box .midashi .sub span{
  font-family: 'Roboto', sans-serif;
  font-size: calc(100vw / var(--viewport) * 52);
  color: #20396F;
  display: inline-block;
  transform: translateY(4px);
  margin: 2px 0 0 6px;
}
#plan .inner .box .midashi .small {
  font-size: calc(100vw / var(--viewport) * 32);
}
#plan .inner .box img {
  width: 64%;
}
#plan .inner .box:nth-child(2) img {
  width: 88.5%;
}
#plan .inner .box:nth-child(3) img {
  width: 71.5%;
}
#plan .inner .box .course {
  font-weight: bold;
}
#plan .inner .box .title {
  font-size: calc(100vw / var(--viewport) * 24);
  line-height: calc(100vw / var(--viewport) * 56);
  text-align: center;
  background: #F6D287;
  margin-top: calc(100vw / var(--viewport) * 40);
  margin-bottom: calc(100vw / var(--viewport) * 20);
  position: relative;
}
#plan .inner .box .title .count {
  font-size: calc(100vw / var(--viewport) * 32);
  vertical-align: baseline;
}
#plan .inner .box .title .special {
  font-size: calc(100vw / var(--viewport) * 20);
  text-align: center;
  background: #fff;
  width: calc(100vw / var(--viewport) * 170);
  height: calc(100vw / var(--viewport) * 36);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(100vw / var(--viewport) * 10);
}
#plan .inner .box .course .flex {
  white-space: nowrap;
  flex-wrap: nowrap;
  align-items: center;
}
#plan .inner .box .priceBox {
  margin-top:calc(100vw / var(--viewport) * 35);
}
#plan .inner .box .priceBox .total {
  font-size: calc(100vw / var(--viewport) * 24);
  letter-spacing: 0.2em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 0 0 calc(100vw / var(--viewport) * 20) 0;
}
_::-webkit-full-page-media, _:future, :root #plan .inner .box .priceBox .total {
  margin-right: calc(100vw / var(--viewport) * -5);
}
#plan .inner .box .priceBox .price {
  color: #DB002A;
  font-size: calc(100vw / var(--viewport) * 140);
}
#plan .inner .box .priceBox .price span{
  color: #DB002A;
  font-size: calc(100vw / var(--viewport) * 140);
}
_::-webkit-full-page-media, _:future, :root #plan .inner .box .priceBox .price {
  letter-spacing: -0.05em;
}
#plan .inner .box .priceBox .yen {
  font-size: calc(100vw / var(--viewport) * 32);
}
_::-webkit-full-page-media, _:future, :root #plan .inner .box .priceBox .yen {
  margin-left: calc(100vw / var(--viewport) * -5);
}
#plan .inner .box .monthBox {
  font-size: calc(100vw / var(--viewport) * 24);
  margin: 6% auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#plan .inner .box .monthBox .month {
  font-size: calc(100vw / var(--viewport) * 24);
  margin-right: calc(100vw / var(--viewport) * 5);
}
#plan .inner .box .monthBox .price {
  font-size: calc(100vw / var(--viewport) * 56);
  font-weight: 500;
  line-height: 1;
}
#plan .inner .box .monthBox .price .font-bebas{
  font-size: calc(100vw / var(--viewport) * 86);
}
#plan .inner .box .monthBox .price .yen {
  font-size: calc(100vw / var(--viewport) * 24);
}
#plan select {
  font-size: calc(100vw / var(--viewport) * 24);
  font-weight: bold;
  margin-top: calc(100vw / var(--viewport) * 20);
  border: calc(100vw / var(--viewport) * 2) solid #000;
  border-radius: calc(100vw / var(--viewport) * 8);
  text-align: center;
}
#plan .caption {
  font-weight: bold;
  margin-top: 4%;
  text-align: left;
}
#plan .caption span {
  font-size: .18rem;
}
.section_body .btn {
  margin-top: 10%;
}
@media screen and (min-width: 768px) {
  #plan {
    overflow-x: hidden;
  }
  #plan .inner .box {
    width: 350px;
    padding: 26px 30px 30px;
    border-top: 6px solid #20396F;
    margin-top: 40px;
    border-radius: 0 0 8px 8px;
  }
  #plan .inner .box:nth-of-type(n+2) {
    margin-left: 30px;
  }
  #plan .inner .box .midashi {
    font-size: 30px;
    margin-bottom: 30px;
  }
  #plan .inner .box .pc_flex {
    text-align: center;
  }
  #plan .inner .box .midashi .sub {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #plan .inner .box .midashi .sub span{
    font-size: 36px;
  }
  #plan .inner .box .midashi .small {
    font-size: 16px;
  }
  #plan .inner .box img {
    width: 180px;
  }
  #plan .inner .box:nth-child(2) img {
    width: 250px;
  }
  #plan .inner .box:nth-child(3) img {
    width: 202px;
  }
  #plan .inner .box .flex__course {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
  }
  #plan .inner .box .course {
    width: 280px;
    text-align: left;
  }
  #plan .inner .box .course .flex {
    flex-wrap: wrap;
  }
  #plan .inner .box .title {
    font-size: 12px;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 8px;
  }
  #plan .inner .box .title:nth-child(1) {
    margin-top: 0;
  }
  #plan .inner .box .title .count {
    font-size: 20px;
  }
  #plan .inner .box .priceBox {
    width: 100%;
    margin-top: 22px;
    text-align: center;
  }
  #plan .inner .box .priceBox .total {
    font-size: 16px;
    margin: 0 0 6px 0;
  }
  #plan .inner .box .priceBox .price {
    font-size: 64px;
    font-weight: 500;
  }
  #plan .inner .box .priceBox .yen {
    font-size: 20px;
  }
  #plan .inner .box .monthBox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    margin-top: 16px;
  }
  #plan .inner .box .monthBox .month {
    font-size: 16px;
    width: auto;
  }
  #plan .inner .box .monthBox .price {
    font-size: 40px;
  }
  #plan .inner .box .monthBox .price .font-bebas{
      font-size: 50px;
  }
  #plan .inner .box .monthBox .price .yen {
    font-size: 20px;
  }
  #plan .inner .box .title .special {
    font-size: 10px;
    width: 85px;
    height: 18px;
    right: 5px;
  }
  #plan .inner .box .modalButton, #plan .inner .box .ttl_aco {
    font-size: 14px;
    height: 40px;
    padding-right: 32px;
    margin-top: 40px;
  }
  #plan .inner .box .modalButton:after, #plan .inner .box .ttl_aco:after {
    font-size: 12px;
    right: 256px;
  }
  #plan .inner .box.box02 .midashi {
    margin-bottom: 30px;
  }
  #plan .inner .box.box03 .midashi {
    margin-bottom: 15px;
  }
  #plan .inner .box.box03 .midashi .small {
    font-size: 20px;
  }
  #plan select {
    width: 100px;
    height: 21px;
    font-size: 12px;
    border: 1px solid #000;
    border-radius: 4px;
    margin: 0 0 0 8px;
  }
  #plan .caption {
    font-size: 10px;
    margin-top: 20px;
  }
  #plan .caption span {
    font-size: 12px;
  }
  .section_body .btn {
    margin-top: 60px;
  }
}


/***section__flow***/
#flow {
  max-width: 100%;
  padding: 18.46666% 0 0;
  background: #00aafa;
}
@media screen and (min-width: 768px) {
  #flow {
    padding: 60px 0 80px;
  }
}
#flow .flowSlide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 22px;
  padding: 0vw 5.3125vw 0vw 5.3125vw;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #flow .flowSlide {
    font-size: 3.4375vw;
  }
}
@media screen and (min-width: 768px) {
  #flow .flowSlide {
    padding: 0;
  }
}
#flow .flowSlide__cont {
  overflow-x: scroll;
  padding: 8.296875vw 0vw 0vw 0vw;
  scrollbar-width: none;
}
@media screen and (min-width: 768px) {
  #flow .flowSlide__cont {
    width: 94%;
    padding: 53.1px 0;
    margin: 0 auto;
  }
}
#flow .flowSlide__item {
  width: 73.75vw;
}
@media screen and (min-width: 768px) {
  #flow .flowSlide__item {
    width: 316px;
  }
}
#flow .flowSlide__item:nth-child(n+2) {
  margin: 0vw 0vw 0vw 5.46875vw;
}
@media screen and (min-width: 768px) {
  #flow .flowSlide__item:nth-child(n+2) {
    margin: 0 0 0 30px;
  }
}
#flow .flowSlide__item .flowSlide__item__number {
  text-align: center;
  line-height: 1.15;
  margin-bottom: -7.5vw;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #flow .flowSlide__item .flowSlide__item__number {
    margin-bottom: -40px;
  }
}
#flow .flowSlide__item .flowSlide__item__number .cap {
  font-size: 16px;
  color: #fff;
  letter-spacing: .15em;
}
@media screen and (max-width: 767px) {
  #flow .flowSlide__item .flowSlide__item__number .cap {
    font-size: 3.75vw;
  }
}
#flow .flowSlide__item .flowSlide__item__number .border {
  color: #20396B;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 58px;
  font-weight: normal;
  margin-top: 1.25vw;
}
@media screen and (max-width: 767px) {
  #flow .flowSlide__item .flowSlide__item__number .border {
    font-size: 12.6875vw;
  }
}
@media screen and (min-width: 768px) {
  #flow .flowSlide__item .flowSlide__item__number .border {
    margin-top: 8px;
  }
}
#flow .flowSlide__item .modBox {
  padding-bottom: 4.375vw;
  border-radius: 2.1333vw;
  background: #fff;
}
@media screen and (min-width: 768px) {
  #flow .flowSlide__item .modBox {
    padding-bottom: 28px;
    border-radius: 16px;
    box-shadow: 16px 16px 26px 0px #008ef8;
  }
}
#flow .flowSlide__item .modBox .midashi {
  color: var(--lightRizeGold);
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 6.203125vw 0 3.4375vw;
}
@media screen and (max-width: 767px) {
  #flow .flowSlide__item .modBox .midashi {
    font-size: 4.6875vw;
  }
}
@media screen and (min-width: 768px) {
  #flow .flowSlide__item .modBox .midashi {
    padding: 30px 0 15px;
  }
}
#flow .flowSlide__item .modBox .text {
  font-size: 14px;
  font-weight: bold;
  margin: 4.375vw 4.84375vw 0vw 4.84375vw;
}
@media screen and (max-width: 767px) {
  #flow .flowSlide__item .modBox .text {
    font-size: 3.4375vw;
  }
}
@media screen and (min-width: 768px) {
  #flow .flowSlide__item .modBox .text {
    margin: 24px 24px 0 24px;
  }
}
#flow .flowSlide__item__img {
  vertical-align: middle;
}


/***section__knowledge***/
#knowledge {
  max-width: 100%;
  padding: 18.46666% 0 0;
  background: #00aafa;
}
@media screen and (min-width: 768px) {
  #knowledge {
    padding: 60px 0 112px;
  }
}
#knowledge .flowSlide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 22px;
  padding: 0vw 5.3125vw 0vw 5.3125vw;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #knowledge .flowSlide {
    font-size: 3.4375vw;
  }
}
@media screen and (min-width: 768px) {
  #knowledge .flowSlide {
    padding: 0;
  }
}
#knowledge .flowSlide__cont {
  overflow-x: scroll;
  padding: 8.296875vw 0vw 0vw 0vw;
  scrollbar-width: none;
}
@media screen and (min-width: 768px) {
  #knowledge .flowSlide__cont {
    overflow-x: hidden;
    width: 1080px;
    padding: 53.1px 0 0;
    margin: 0 auto;
  }
}
#knowledge .flowSlide__item {
  width: 50.75vw;
  filter: drop-shadow(25px 20px 15px rgba(0, 143, 248, 1));
}
@media screen and (min-width: 768px) {
  #knowledge .flowSlide__item {
    width: 275px;
  }
}
#knowledge .flowSlide__item:nth-child(n+2) {
  margin: 0vw 0vw 0vw 5.46875vw;
}
@media screen and (min-width: 768px) {
  #knowledge .flowSlide__item:nth-child(n+2) {
    margin: 0 0 0 90px;
  }
}
#knowledge .flowSlide__item h3 {
  text-align: center;
  line-height: 1.67;
  margin-bottom: -5vw;
}
@media screen and (min-width: 768px) {
  #knowledge .flowSlide__item h3 {
    margin-bottom: -27px;
  }
}
#knowledge .flowSlide__item h3 .cap {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #knowledge .flowSlide__item h3 .cap {
    font-size: 3.75vw;
  }
}
#knowledge .flowSlide__item h3 .border {
  color: var(--goldGray);
  font-size: 52px;
  -webkit-text-stroke: 1px #C6B183;
  margin-top: 1.25vw;
}
@media screen and (max-width: 767px) {
  #knowledge .flowSlide__item h3 .border {
    font-size: 9.6875vw;
  }
}
@media screen and (min-width: 768px) {
  #knowledge .flowSlide__item h3 .border {
    margin-top: 8px;
  }
}
#knowledge .flowSlide__item .modBox .midashi {
  color: var(--lightRizeGold);
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 6.203125vw 0 3.4375vw;
}
@media screen and (max-width: 767px) {
  #knowledge .flowSlide__item .modBox .midashi {
    font-size: 4.6875vw;
  }
}
@media screen and (min-width: 768px) {
  #knowledge .flowSlide__item .modBox .midashi {
    padding: 30px 0 15px;
  }
}
#knowledge .flowSlide__item .modBox .text {
  font-size: 18px;
  font-weight: bold;
  margin: 4.375vw 4.84375vw 0vw 4.84375vw;
}
@media screen and (max-width: 767px) {
  #knowledge .flowSlide__item .modBox .text {
    font-size: 3.4375vw;
  }
}
@media screen and (min-width: 768px) {
  #knowledge .flowSlide__item .modBox .text {
    margin: 24px 24px 0 24px;
  }
}
#knowledge .flowSlide__item__img {
  vertical-align: middle;
}
#knowledge .btn {
  margin-top: 8vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #knowledge .btn {
    margin-top: 80px;
  }
}


/***レイアウト調整***/
.newba_person {
  padding: 18.66666% 0 0;
}
.sec01 {
  padding: 18.66666% 0 0;
}
.sec02 {
  padding: 0;
}
.sec03 {
  padding: 18.66666% 0 0;
}
.section_body{
  background: #00aafa;
  text-align: center;
  padding: 18.66666% 0 0;
}
.sec05 {
  padding: 18.66666% 0 15.46666vw;
}
.sec07 {
  padding: 18.66666% 0 0;
}


.sec01 h2 span{
    font-size: initial;
	margin: 2.4vw 0.26666vw 3vw;
}
@media screen and (max-width: 767px) {
  .sec01 h2{
    width: auto;
    margin: 5vw auto 0;
  }
  .sec01 h2 img {
    margin-bottom: 4.8%;
  }
  .sec01 h2 .number {
    font-size: 0.88rem;
    margin: 0 auto;
    vertical-align: baseline;
  }
  .sec01 h2 span.wake:before {
    top: 28%;
    right: 12%;
  }
  .sec04 .heading{
      width: 74vw;
  }
  .sec04 .btn{
      margin-top: 10%;
  }
  .system_box_area{
      margin-top: 0;
  }
  .sec08 {
    padding: 18.66666% 0 0;
  }
  .swiper4.swiper-container > h3 {
    /*width: 27.13333333333333vw;*/
    height: auto;
    position: absolute;
    top: 7.7vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(../images/icon_expert_bg.png);
    background-size: cover;
    width: 25.2vw;
    height: 26.7vw;
    padding: 8% 0;
    font-size: .68rem;
    line-height: 1.375;
    z-index: 2;
  }
  .swiper4.swiper-container > h3 .reason__headline__small {
    font-size: .45rem;
    transform: translateY(-4px);
    display: inline-block;
    margin-left: 2%;
  }
  .swiper4.swiper-container > h3 .reason__headline__sub {
    display: block;
    font-size: .15rem;
    color: #00aafa;
    letter-spacing: .1em;
  }
  .newba_person {
    padding: 18.66666% 0;
  }
  .newba_person h2 {
    font-size: 0.65rem;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: #fff;
  }
  .newba_person h2 img {
    max-width: 14.133333vw;
    vertical-align: text-top;
    transform: translateX(16%);
  }
  .newba_person h2 span {
    color: #000;
    vertical-align: baseline;
  }
  .section_classification h2, .section_body h2 {
    background: url("../images/h2_bg_pc.png");
    background-size: cover;
    font-size: 0.48rem;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.3333;
    padding: 3.73333% 5.36666% 7.466666% 0;
    margin: 0 0 0 5.36666%;
    text-align: center;
  }
  .section_classification h2 .h2_english,  .section_body h2 .h2_english {
    font-size: 0.28rem;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.12em;
    position: relative;
  }
  .sec03 h2 .h2_small, .section_classification h2 .h2_small, .section_body h2 .h2_small {
    font-size: 0.28rem;
  }
  .section_classification h2 i, .section_body h2 i {
    background: url("../images/h2_bg_i_sp.png");
    width: 47px;
    height: 50px;
    position: absolute;
    transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    top: -20px;
    left: -34%;
  }
  .sec05 h2{
    background: none;
    width: 100%;
    padding: 18.06666% 0 0;
  }
  .sec05 h2 .sec05_h2_txtArea {
    background: none;
    width: auto;
    padding: 4.06666% 0 0 0;
    display: flex;
    justify-content: center;
  }
  .sec05 h2 .sec05_h2_txtArea i {
    width: 30%;
    display: contents;
  }
  .sec05 h2 .sec05_h2_txtArea i img {
    width: 30%;
  }
  .sec05 h2 .sec05_h2_txtArea .sec05_h2_txtArea__txt {
    margin-top: 3%;
  }
  .sec05 h2 .h2_english {
    font-size: 0.26rem;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.12em;
    display: block;
    margin-top: 8%;
  }
  .sec05 h2 .h2_english {
    display: block;
    margin-top: 8%;
  }
  #flow h2, #knowledge h2 {
    font-size: .48rem;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
  }
  #flow h2 span, #knowledge h2 span {
    font-size: .24rem;
    font-family: 'Roboto', sans-serif;
    vertical-align: super;
  }
	
	
}
@media screen and (min-width: 768px) {
  .sec02{
      padding: 24px 0 80px;
  }
  .sec01{
      padding: 84px 0 60px;
  }
  .sec01 h2 .number {
    font-size: 62px;
    margin: 0 auto;
    vertical-align: baseline;
  }
  .sec03{
      padding: 60px 0;
  }
  .sec04{
    padding: 80px 0;
  }
  .sec05{
    padding: 80px 0;
  }
  .section_body{
    padding: 84px 0 80px;
    background: #00aafa;
  }
  .sec07{
    padding: 60px 0 80px;
  }
  .swiper5.swiper-container{
      margin-top: 8px;
  }
  .swiper4.swiper-container > h3 {
    /*width: 126px;*/
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(../images/icon_expert_bg.png);
    background-size: cover;
    width: 126px;
    height: 134px;
    padding: 38px 0;
    font-size: 46px;
    line-height: 1.375;
    z-index: 2;
  }
  .swiper4.swiper-container > h3 .reason__headline__small {
    font-size: 30px;
    transform: translateY(-4px);
    display: inline-block;
    margin-left: 2px;
  }
  .swiper4.swiper-container > h3 .reason__headline__sub {
    display: block;
    font-size: 10px;
    color: #00aafa;
    letter-spacing: .1em;
  }
	
	
  .newba_person {
    padding: 84px 0;
  }
  .newba_person .inner {
    max-width: 1280px;
    position: relative;
  }
  .newba_person {
    padding: 84px 0;
  }
  .newba_person h2 {
    font-size: 48px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: #fff;
  }
  .newba_person h2 img {
    max-width: 107px;
    vertical-align: text-top;
  }
  .newba_person h2 span.sec02_h2_after {
    color: #000;
    vertical-align: baseline;
    margin-left: -12px;
  }
  .section_classification h2, .section_body h2 {
    background: url("../images/h2_bg_pc.png") no-repeat;
    width: 430px;
    background-size: contain;
    font-size: 32px;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.3479;
    padding: 20px 20px 45px 0;
    display: inline-block;
    margin-left: 30px;
    text-align: center;
  }
  .section_classification h2 .h2_english, .section_body h2 .h2_english  {
    font-size: 18px;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.12em;
    position: relative;
  }
  .sec03 h2 .h2_small, .section_classification h2 .h2_small, .section_body h2 .h2_small {
    font-size: 18px;
  }
  .section_classification h2 i, .section_body h2 i {
    background: url("../images/h2_bg_i_pc.png");
    width: 64px;
    height: 70px;
    position: absolute;
    transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    top: -30px;
    left: -46px;
  }
  .sec01 h2 {
    width: auto;
  }
  .sec01 h2 span {
    font-size: 20px;
    margin: 0 2px 28px;
  }
  .sec05 h2 {
    background: none;
    width: auto;
    padding: 0;
  }
  .sec05 h2 .sec05_h2_txtArea {
    width: 350px;
    font-size: 38px;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1;
    letter-spacing: 0.001em;
    margin: 0 auto;
    padding: 0 0 35px 0;
    display: flex;
  }
  .sec05 h2 .sec05_h2_txtArea i {
    width: 120px;
    height: 108px;
    display: contents;
  }
  .sec05 h2 .sec05_h2_txtArea i img {
    width: 120px;
    height: 108px;
  }
  #flow h2, #knowledge h2 {
    font-size: 32px;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
  }
  #flow h2 span, #knowledge h2 span {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    vertical-align: super;
  }
}