@charset "utf-8";
#p-feature {
  margin-top: 15px;
  @media screen and (max-width: 720px) {
    margin-top: 0;
  }
  
  &, * {
    box-sizing: content-box;
    font-family: inherit;
    line-height: inherit;
  }
}
.p-feature {
  /* デフォルト：479px以下用（スマートフォン用）の記述 */
  :root {
      --base-color: #000;
      --base-color-medium: #333;
      --link-color: #666;
      --linkhover-color: #999;
      --back-color: #f7f7f7;
      --back-color-yellow: #FEFFDF;
      --back-color-paleblue: #EEF9FE;
      --border-color: #ccc;
      --white-color: #fff;
      --nav-color: #333;
      --base-blue-cta-bg: #50B4EB;
      --accent-yellow: #FCEE21;
      --accent-blue-medium: #0A56A2;;
      --accent-sky: #3072D6;
      --accent-red: #F03A3A;
      --accent-pink: #FB75B0;
  }
  .underline_yellow {
      background: linear-gradient(transparent 50%, #f9ff48 50%);
  }
  .underline_red {
      background: linear-gradient(transparent 70%, #F03A3A 50%);
  }
  .pc-on{
      display: none;
      @media screen and (min-width: 768px) {
      display:block;
      }
  }
  .sp-on{
      display:block;
      @media screen and (min-width: 768px) {
      display:none;
      }
  }
  .pc-on-inline{
      display: none;
      @media screen and (min-width: 768px) {
      display:inline;
      }
  }
  .sp-on-inline{
      display:inline;
      @media screen and (min-width: 768px) {
      display:none;
      }
  }
  
  
  body {
      counter-reset: number;
      /* counter-reset: title_number 0; */
      }
  .container {
      padding: 0px !important;
  }
  a:hover{
      text-decoration: none;
  }
  #contents {
      width: auto !important;
      max-width: 1000px;
  }
  /* メインビジュアル */
  .mv{
      background: url("../../../../../images/page/feature/mv_sp_bg.webp") no-repeat center / cover;
      height: 600px;
      position: relative;
  }
  .mv h1 {
      font-size: min(14vw, 88px);
      color: #fff;
      font-family: serif !important;
      letter-spacing: -.04em;
      transform: rotate(-5deg);
      font-weight: 800;
      padding: 2rem 0 0.3em;
      white-space: nowrap;
  }
  .mv p img{
      scale: .9;
  }
  .mv .hosoku{
      color: #0c0c0c;
      font-size: 0.7em;
      position: absolute;
      bottom: -2rem;
      left: 0;
      text-align: left;
      padding-left: 1em;
  }
  /* CVボタン */
  .cv_btn{
      text-align: center;
  }
  .cv_btn p{
      font-size: 1.1rem;
      font-weight: 500;
      position: relative;
      border-radius: 10px;
      background: #F2C811;
      background: linear-gradient(140deg, #F2C811 0%, #F3D900 100%);
      line-height: 55px;
      margin: 3.5rem 1rem 1.5rem;
  }
  /* 5つの特長コンテンツ   */
      .wrap_content{
      padding: 2.5rem 1rem;
      }
      .blue_bg{
      background: #E7F0F7;
      }
  .point{
      color: #0a56a2
      }
      .point h2{
          font-size: 50px;
          font-weight: 700;
          text-align: left;
          position: relative;
          line-height: 1;
          z-index: 0;
          margin-bottom: 1rem;
          font-family: kozuka-gothic-pr6n, sans-serif !important;
          font-weight: 700;
          font-style: normal;
      }
      .point h2::after{
      content: "";
      background-image: url("../../../../../images/page/feature/point_bg.webp");
      display: inline-block;
      background-size: cover;
      width: 150px;
      height: 150px;
      position: absolute;
      /* bottom: 10px; */
      right: 0;
      /* transform: translateX(-50%); */
      /* -webkit-transform: translateX(-50%); */
      -ms-transform: translateX(-50%);
      top: 0;
      z-index: -1;
      }
      .point h2 .fs_s{
          font-size: .45em;
      }
      .point h2 .fs_m{
          font-size: .7em;
      }
      .big-red-five {
          color: var(--accent-red);
          font-family: 'din-2014', sans-serif !important;
          font-size: 1.5em;
      }
      /*.point h2 >span span:nth-child(1){
          color: var(--accent-red);
          font-family: 'din-2014' !important;
          font-size: 1.5em;
      }*/
  .point ul li{
      border: 1px solid #0a56a2;
      font-size: 16px;
      font-weight: 700;
      border-radius: 10px;
      background-color: var(--white-color);
      position: relative;
      margin: 2rem 0rem;
      z-index: 0;
      height: 100px;
  }
  .wavy-yellow-underline {
      text-decoration: underline wavy #FFF000;
  }
  .point ul li::before{
      counter-increment: number 1;
      content: counter(number, decimal-leading-zero) "";
      position: absolute;
      top: -1.5rem;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      background: rgb(255,146,97);
      background: linear-gradient(140deg, rgba(255,146,97,1) 0%, rgba(255,115,122,1) 67%, rgba(238,95,135,1) 100%);
      border-radius: 50%;
      padding: 0.3rem 0.4rem;
      color: var(--white-color);
      font-size: 1.3rem;
      font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif !important;
  }
  .point ul li::after{
      content: "";
      width: 100%;
      height: 25px;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      background: var(--accent-sky);
      border-radius: 0 0 5px 5px;
      color: var(--white-color);
      z-index: -1;
      /* display: block; */
  }
  .point ul li a{
      display: block;
      height: 14px;
      padding: 1.3em 0 1em;
      color: #0a56a2;
  }
  .dli-chevron-down {
      display: block;
      vertical-align: middle;
      color: var(--white-color);
      line-height: 1;
      width: .5em;
      height: .5em;
      border: 0.2em solid currentColor;
      border-left: 0;
      border-bottom: 0;
      box-sizing: border-box;
      transform: translateY(-25%) rotate(135deg);
      margin: 0 auto;
      z-index: 1;
      margin-top: 1.1rem;
      font-size: 16px;
  }
  .flexbox{
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
  }
  
  .card1{
      width: 30%;
      height: 100px;
      margin-right: 5%;
      margin-bottom: 20px;
  }
  .card1:nth-child(5) a{
      margin-right: 0;
      font-size: 14px;
      letter-spacing: -0.07em;
  }
  .card1:nth-child(5) a span{
      margin-top: 1.6em;
  }
  .card2{
      width: 47.5%;
      height: 60px;
      margin-right: 5%;
  }
  .card2:nth-child(2){
      margin-right: 0;
  }
  /* 特長の共通デザイン */
  .blue_wrap{
      background: rgb(0,94,174);
      background: linear-gradient(140deg, rgba(0,94,174,1) 0%, rgba(47,128,209,1) 100%, rgba(47,128,209,1) 100%);
      border-radius: 10px;
      margin: 0 auto;
      padding: 2rem 1rem;
      font-size: 16px;
      color: #fff;
      text-align: left;
      margin-top: 3rem;
  }
  .blue_wrap h3{
      font-weight: 700;
      font-size: 2.5rem;
      margin: 1rem 0 2rem;
      line-height: 1.5;
      position: relative;
  }
  .background-red {
      font-weight: 700;
      position: relative;
      z-index: 1;
  }
  /* .point_01 .underline_yellow {
      position:relative;
  } */
  #point_01 .background-red {
      font-size: 1.2em;
  }
  .five {
      font-family: 'din-2014', sans-serif !important;
      font-size:1.65em
  }
  #point_04 h3{
      font-size: 2.6rem;
  }
  #point_04 h3 span{
      letter-spacing: -.15em;
  }
  #point_05 h3{
      font-size: 2.7rem;
  }
  #point_05 h3 span{
      font-size: 2em;
      font-family: din-2014, sans-serif !important;
      font-weight: 700;
      font-style: normal;
  }
  #point_05 h3 small{
      font-size: .4em;
      font-weight: 500;
  }
  
  .point_content{
  counter-reset: number;
  }
  /* .blue_wrap h3::before{
      counter-increment: number 1;
      content: counter(number, decimal-leading-zero);
      display: block;
      font-size: 70px;
      line-height: 1.3;
      font-family: 'din-2014-narrow', 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif !important;
  } */
  .headnumber{
      display: block;
      font-size: 70px;
      line-height: 1.3;
      font-family: 'din-2014-narrow', 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif !important;
      position: relative;
  }
  /* .blue_wrap h3::after {
      content: "";
      position: absolute;
      top: 37px;
      width: 1px;
      height: 37px;
      left: 2.2em;
      background-color: white;
      transform: rotate(45deg);
  } */
  .slash {
      display: block;
      position: absolute;
      top: 2.5rem;
      width: 1px;
      height: 37px;
      left: 5.5rem;
      background-color: white;
      transform: rotate(45deg);
  }
  .blue_wrap .underline_yellow{
      background: linear-gradient(transparent 90%, #FFF000 0%);
      display: inline;
      padding: 0px 0px 0px 0px;
      font-family: noto-sans-cjk-jp, sans-serif !important;
      font-weight: 700;
  }
  .sp_point05_div {
      display: flex;
  }
  .sp_daiichishibo {
      font-family: noto-sans-cjk-jp, sans-serif !important;
      font-weight: 700;
      font-size: 2rem;
      line-height: 1.2 !important;
  }
  .sp_daiichishibo span {
      font-size: 2rem !important;
      font-family: noto-sans-cjk-jp, sans-serif !important;
      font-weight: 900 !important;
  }
  /* .sp_daiichishibo::after {
      left: 2.6em !important;
  } */
  .sp_ninetyover {
      font-family: din-2014, "Yu Gothic", sans-serif !important;
      margin: auto 0rem 0rem 1rem;
      font-size: 6.5rem;
      position: relative;
      flex-grow: 1;
  }
  .point_flex{
      position: relative;
  }  
  .point05_bg .point_flex::before {
      display: block;
      content: "";
      width: 100%;
      height: 7px;
      background-color: #FFF000;
      position: absolute;
      top: -45px;
  }
  .sp_ninetyover span::before {
      content: "※";
      position: absolute;
      left: 119px;
      font-size: 8px;
      top: 66px;
  }
  .blue_wrap .text{
      margin: 1.5rem 0;
      font-family: kozuka-gothic-pr6n, sans-serif !important;
      font-weight: 500;
  }
  .point_01 h3 span:nth-child(1)::after{
      content: "";
      background: url("../../../../../images/page/feature/crayon_red03.webp") no-repeat center center /100% auto;
      position: absolute;
      z-index: -14;
      width: 9.5rem;
      height: 57px;
      top: 0.75rem;
      left: 0;
  }
  .point_02 h3 span::after {
      content: "";
      background: url("../../../../../images/page/feature/crayon_red03.webp") no-repeat center center /100% auto;
      position: absolute;
      z-index: -14;
      width: 9rem;
      height: 57px;
      top: 0rem;
      left: -1rem;
  }
  .point_03 h3 span::after {
      content: "";
      background: url("../../../../../images/page/feature/crayon_red03.webp") no-repeat center center /100% auto;
      position: absolute;
      z-index: -14;
      width: 9.2rem;
      height: 57px;
      top: 0rem;
      left: -1rem;
  }
  .point_04 h3 span::after{
      content: "";
      background: url("../../../../../images/page/feature/crayon_red04.webp") no-repeat center center /100% auto;
      position: absolute;
      z-index: -1;
      width: 11.8rem;
      height: 57px;
      top: 0.1rem;
      left: -0.2rem;
  }
  .point_05 h3 span::after{
      content: "";
      background: url("../../../../../images/page/feature/crayon_red02.webp") no-repeat center center /100% auto;
      position: absolute;
      z-index: -1;
      width: 9rem;
      height: 67px;
      top: 0.3rem;
      left: 0;
  }
  .sp_ninetyover span::after {
      content: "";
      background: url("../../../../../images/page/feature/crayon_red02.webp") no-repeat center center / 100% auto;
      position: absolute;
      z-index: -1;
      width: 12rem;
      height: 8.5rem;
      top: 0rem;
      left: -5px;
  }
  .point01_bg{
      background: url("../../../../../images/page/feature/point01_bg.webp") no-repeat center top /100% auto;
  }
  .point02_bg{
      background: url("../../../../../images/page/feature/point02_bg.webp") no-repeat center top /100% auto;
  }
  .point03_bg{
      background: url("../../../../../images/page/feature/point03_bg.webp") no-repeat center top /100% auto;
  }
  .point04_bg{
      background: url("../../../../../images/page/feature/point04_bg.webp") no-repeat center top /100% auto;
  }
  .point05_bg{
      background: url("../../../../../images/page/feature/point05_bg.webp") no-repeat center top /100% auto;
  }
  .point_04 .background-red {
      padding-right: 0.5rem;
  }
  #point_01 > h3 > span:nth-child(3){
      font-size: 7px;
      position: absolute;
      top: 0.5rem !important;
      left: 16.3rem !important;
      z-index: 3;
  }
  #point_04 .box_right,
  #point_05 .box_right{
      text-align: right;
  }
  .gessha5225yen .underline_red {
      margin-left: 2rem;
  }
  
  .tyokueikou{
      font-size: 20px;
      font-weight: 700;
      position: relative;
      display: flex;
      justify-content: center;
      margin: 2em 0 1.5em;
  }
  .tyokueikou .underline_red{
      position: relative;
      font-size: 1.5rem;
  }
  .tyokueikou:before {
      margin-right: .5rem;
      content: '＼';
      font-size: 1.4em;
  }
  .tyokueikou:after {
      margin-left: .5rem;
      content: '／';
      font-size: 1.4em;
  }
  .tyokueikou small{
      font-size: .7em;
      line-height: 1.3;
      position: absolute;
      top: -18px;
      left: -6px;
      width: 64px;
      height: 21px;
      padding-top: 2px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      color: #F00;
      border-radius: 15px;
      background: #fff;
      text-align: center;
  }
  .tyokueikou span{
      font-size: 1.7em;
      font-family: 'din-2014', 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif !important;
  }
  .hundredandthirtytwo {
      font-size: 1.8rem;
  }
  .ribbon {
      font-size: 20px;
      font-weight: bold;
      color: #000;
      margin: 1em 0;
  }
  .ribbon {
      --s: 1.2em; /* the ribbon size */
      --d: .6em;  /* the depth */
      --c: .6em;  /* the cutout part */
      padding: 0 calc(var(--s) + .0em) var(--d);
      line-height: 1.8;
  
      background:
      conic-gradient(at left  var(--s) bottom var(--d),
      #0000 25%,#0008 0 37.5%,#0004 0) 0   /50% 100% no-repeat,
      conic-gradient(at right var(--s) bottom var(--d),
      #0004 62.5%,#0008 0 75%,#0000 0) 100%/50% 100% no-repeat;
      clip-path: polygon(0 var(--d), var(--s) var(--d),var(--s) 0,calc(100% - var(--s)) 0,calc(100% - var(--s)) var(--d),100% var(--d),calc(100% - var(--c)) calc(50% + var(--d)/2),100% 100%,calc(100% - var(--s) - var(--d)) 100%,calc(100% - var(--s) - var(--d)) calc(100% - var(--d)),calc(var(--s) + var(--d)) calc(100% - var(--d)),calc(var(--s) + var(--d)) 100%,0 100%,var(--c) calc(50% + var(--d)/2));
      background: -webkit-linear-gradient(315deg, #b3ae02 0%, #f5ea06 40%, #e1ce08 60%, #a8af06 100%);
      background: linear-gradient(135deg, #b3ae02 0%, #f5ea06 40%, #e1ce08 60%, #a8af06 100%);
      width: fit-content;
      margin: 0 auto;
  }
  .ribbon p{
      box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
      padding: 0 1em;
      font-size: .8em;
      text-align: center;
      line-height: 1.5;
      font-family: serif !important;
  }
  .ribbon p span{
      font-size: 1.8em;
      font-style: italic;
  }
  .hosoku{
      font-size: .6em;
      text-align: center;
      padding-top: 1rem;
  }
  /* #point01 .hosoku {
      font-size: .4em;
      text-align: left;
      padding-top: 1rem;
      padding-right: 3rem;
      position: absolute;
      top: 0px;
      top: 30%;
      left: 60%;
  } */
  /* イラスト部分 */
  .illust_waku{
      background: #5aa3da;
      border-radius: 4px;
      padding: .4em .3em;
      font-size: 16px;
      font-weight: 700;
      position: relative;
      margin: 1em auto 1.5em;
      width: 280px;
  }
  .illust_waku p {
      width: 65%;
  }
  .illust_waku p > span{
      background-color: #ff0;
      color: #0a56a2;
  }
  .illust_waku.illust_b > p:nth-child(1) > span:nth-child(3){
      background: none;
      color: #fff;
      font-size: 10px;
      position: absolute;
      top: 0.5rem;
      left: 13.4rem;
  }
  .illust_a p::after {
      content: "";
      width: 103px;
      height: 100px;
      background: url("../../../../../images/page/feature/point02_a.webp") no-repeat bottom / contain;
      display: inline-block;
      position: absolute;
      right: -6px;
      bottom: 0;
  }
  .illust_b p::before {
      content: "";
      width: 103px;
      height: 100px;
      background: url("../../../../../images/page/feature/point02_b.webp") no-repeat center/ contain;
      display: inline-block;
      position: absolute;
      left: -6px;
      bottom: 0;
  }
  .illust_b p{
      margin-left: 100px;
  }
  /* 料金 */
  .lessonfee .anshinkakaku{
      background: #ff0;
      display: inline-block;
      color: #000;
      border-radius: 10px;
      padding: 0.1em 0.5em;
      font-weight: 700;
  }
  .lessonfee .gessha5225yen{
      /* display: inline-block; */
      padding: 0.1em 0.5em;
      font-size: 25px;
      font-weight: 700;
      position: relative;
      line-height: 1;
      text-align: center;
      margin-left: 2rem;
  }
  .lessonfee .gessha {
      position: absolute;
      bottom: 23px;
      left: 0.2em;
      font-weight: normal;
  }
  /*#point_03 div.box_right > div > p:nth-child(2){
      text-align: center;
      margin-left: 2rem;
  }*/
  /*.lessonfee p:nth-child(2) span:nth-child(1){
      position: absolute;
      bottom: 23px;
      left: .5em;
      font-weight: normal;
  }*/
  .lessonfee .price {
      font-size: 2.5em;
      letter-spacing: -0.04em;
      font-family: din-2014, sans-serif !important;
      font-weight: 700;
      font-style: normal;
  }
  .zeikomi {
      font-size: 16px;
      font-weight: normal;
      position: absolute;
      bottom: 7px;
      left: -0.2em;
  }
  /*.lessonfee p:nth-child(2) span:nth-child(3){
      font-size: 16px;
      font-weight: normal;
      position: absolute;
      bottom: 7px;
      left: 0;
  }*/
  /* 04・05  */
  #point04 .box_right{
      text-align: right;
  }
  /* 教室イメージ */
  #school_image {
      padding-top:200px;
      margin-top: -125px;
  }
  
  a.btn--feature {
      color: #0a56a2;
      background-color: #fff;
      border: 1px solid #F03A3A;
      transition: .7s;
  }
  
  a.btn--feature:hover {
      color: #fff !important;
      background: #ffb9b9
  }
  a.btn-c {
      font-size: 1.3rem;
      position: relative;
      padding: 0.7rem 2rem 0.7rem 1.5rem;
      border-radius: 100vh;
      color: #0a56a2 !important;
      font-family: "toppan-bunkyu-midashi-go-std", sans-serif !important;
      font-weight: 700;
      display: inline-block;
      width: 250px;
      filter: drop-shadow(2px 2px 3px gray);
  }
  
  a.btn-c:before {
      font-family: 'Font Awesome 5 Free' !important;
      font-size: 1.1rem;
      line-height: 1rem;
      position: absolute;
      top: calc(50% - 0.47rem);
      right: 1rem;
      margin: 0;
      padding: 0;
      content: '\f054';
      color: #0a56a2 !important;
      font-weight: 700;
  }
  a.btn-c:hover::before {
      color: #fff;
  }
  .sp_yellow_btn {
      width: auto !important;
      filter: none !important;
      padding: 0.5rem 2rem 0.5rem 1.5rem;
  }
  div.feature_btn{
      text-align: center;
      margin: 2.5rem 0rem 1rem 0rem;
  }
  /* ボタン周り */
  .btn-copy {
      font-size: 1.5rem;
      font-weight: bold;
  
      position: relative;
  
      margin-bottom: .2em;
  
      text-align: center;
  }
  
  .btn-copy:before {
      margin-right: 1rem;
  
      content: '＼';
  }
  
  .btn-copy:after {
      margin-left: 1rem;
  
      content: '／';
  }
  /* ---------------------------------------- */
  @media screen and (min-width: 480px) {
      /* 480px以上用（タブレット／スマートフォン用）の記述 */
      .main {
      width:auto !important;
      }
      .mv{
      background: url("../../../../../images/page/feature/mv_pc_bg.webp") no-repeat center / cover;
      width: 100%;
      height: 550px;
          /* padding: 1rem 5rem; */
          position: relative;
      }
      .mv h1 {
      font-size: min(12vw, 55px);
      margin-bottom: 0;
      }  
      .mv p img {
      max-width: 400px;
      height: auto;
      }
  }
  /* ---------------------------------------- */
  @media screen and (min-width: 720px) {
  body {
      display: flex;
      flex-direction: column;
      justify-content: center;
  }
  .mv .hosoku{
      color: #fff;
      font-size: 0.8em;
      position: absolute;
      bottom: .5rem;
      left: 0;
      text-align: left;
  }
  #point_03 div.box_right > div > p:nth-child(2){
      margin-left: 0;
  }
  .tyokueikou .underline_red {
      font-size: 1.3rem;
  }
  }
  /* ---------------------------------------- */
  @media screen and (min-width: 768px) {
      /* 768px以上用（タブレット用）の記述 */
      /* コンテナの幅を1000pxに戻す */
      .wrap_content{
      padding: 3rem 1rem;
      }
  
      /* メインビジュアル */

  .container {
      padding: 0px !important;
  }

  .mv{
      background: url("../../../../../images/page/feature/mv_pc_bg.webp") no-repeat center / cover;
      width: 1000px;
      height: 550px;
          /* padding: 1rem 5rem; */
          position: relative;
  }
  .mv h1{
      font-size: 4.3rem;
      color: #fff;
      font-family: serif !important;
      text-align: left;
      padding: 1rem 11rem;
      letter-spacing: .04em;
  }
  .mv p img{
      transform: translateX(-160px);
      max-width: 400px;
  }
  .mv ul.hosoku{
      position: absolute;
      bottom: 30px;
      text-align: left;
      left: 4rem;
      font-size: .9em;
  }
  /* 2カラムにする */
  
  
      .point h2 {
          font-size: 60px;
          font-weight: 700;
          text-align: left;
          margin-left: 5rem;
          line-height: 1.3;
          margin-bottom: 2rem;
          position: relative;
      }
      .point h2::after {
      width: 250px;
      height: 250px ;
      position: absolute;
      top: 0;
      }
      .point ul li {
      height: 130px;
      font-size: 24px;
      }
      .point ul li::before {
      padding: 0.3rem 0.6rem;
      font-size: 2rem;
      }
      .card1:nth-child(5) a {
      font-size: 24px;
      }
      .point ul li a {
      padding: 1em 0 1em;
      }
      .point h2::after {
      left: 50%;
      }
      .dli-chevron-down {
      font-size: 12px;
      }
      /* 特長詳細の共通デザイン */
      .blue_wrap{
      /* background: #0a56a2; */
      width: 600px;
      margin: 6rem auto 3rem;
      padding: 20px 45px;
      }
      .point_flex{
      display: flex;
      justify-content: space-between;
      margin-top: 1rem;
      position: relative;
      }
      
      .box_left{
      width: 48%;
      }
      .box_right{
      width: 48%;
      }
      #point_01 .box_right{
      width: 43%;
      transform: translate(20px,-61px);
      }
      #point_02 .box_right{
      width: 40%;
      }
      #point_03 .box_left{
      /* width: 40%; */
      }
      #point_03 .box_right{
      width: 50%;
      }
      #sp_point05 {
          display: none !important;
      }
      .box_right .img{
      text-align: center;
      }
      a.btn-c {
          padding: 1.2rem 2rem 1.2rem 1.5rem;
          width: 255px;
          font-size: 1.4rem;
      }
      div.feature_btn{
          margin: 3rem 0 2rem;
      }
      /* #point_01 .hosoku{
          font-size: .6em;
          text-align: center;
          padding-top: 1rem;
      } */
      .sp_daiichishibo {
          font-size: 2rem;
          line-height: 1.2 !important;
      }
      .sp_daiichishibo span {
          font-size: 1.5rem !important;
      }
      .sp_ninetyover {
          margin: auto 0rem 0rem 1rem;
          font-size: 6.5rem;
      }
      .sp_ninetyover span::after {
          content: "";
          background: url("../../../../../images/page/feature/crayon_red02.webp") no-repeat center center / 100% auto;
          position: absolute;
          z-index: -1;
          width: 12rem;
          height: 8rem;
          top: 0rem;
          left: -5px;
      }
      .sp_ninetyover span::after {
          content: "";
          background: url("../../../../../images/page/feature/crayon_red02.webp") no-repeat center center / 100% auto;
          position: absolute;
          z-index: -1;
          width: 11rem;
          height: 7.5rem;
          top: 0.2rem;
          left: -5px;
      }
      .point05_bg .point_flex::before {
          display: block;
          content: "";
          width: 315px;
          height: 7px;
          background-color: #FFF000;
          position: absolute;
          top: -40px;
      }
  }
  
  /* ---------------------------------------- */
  @media screen and (min-width: 980px) {
      /* 980px以上用（PC用）の記述 */
      .wrap_content{
      padding: 4rem 7rem;
      }
  } 

  /* @media screen and (max-width: 767px) {
      .sp_point05_div {
          display: none !important;
      }
  } */
  
  /* スマホだけ表示のCTAボタン   */
      a.btn--yellow {
      color: #0A56A2;
      background-color: #F2C811;
      background-color:#F3D900;
      }
      
      a.btn--orange:hover {
      color: #fff;
      background: #f56500;
      }
      

  /*小型スマホ用表示*/
  @media screen and (max-width: 420px) {
      .sp_daiichishibo span {
          font-size: 1.5rem !important;
      }
      #point_05 h3 {
          font-size: 2.5rem;
      }
      /* .sp_ninetyover {
          font-family: "Yu Gothic", sans-serif !important;
          margin: auto 0rem -0.7rem 1rem;
          font-size: 5.5rem;
          position: relative;
          flex-grow: 1;
      } */
      .sp_ninetyover {
          font-family: din-2014, sans-serif !important;
          margin: auto 0rem 0rem 1rem;
          font-size: 6rem;
          position: relative;
          flex-grow: 1;
      }
      /* .sp_ninetyover span::after {
          content: "";
          background: url("../../../../../images/page/feature/crayon_red02.webp") no-repeat center center / 100% auto;
          position: absolute;
          z-index: -1;
          width: 11rem;
          height: 7.5rem;
          top: -0.5rem;
          left: -5px;
      } */
      .sp_ninetyover span::after {
          content: "";
          background: url("../../../../../images/page/feature/crayon_red02.webp") no-repeat center center / 100% auto;
          position: absolute;
          z-index: -1;
          width: 11rem;
          height: 7.5rem;
          top: 0.2rem;
          left: -5px;
      }
      .sp_ninetyover span::before {
          content: "※";
          position: absolute;
          left: 107px;
          font-size: 7px;
          top: 62px;
      }
  }

  @media screen and (min-width: 420px) and (max-width: 450px) {
      #mv p {
          margin-top: -15px;
      }
  }
}

/* =========================================================
  2026 feature renewal
========================================================= */

#feature-page {
  --feature-blue: #0b63c7;
  --feature-deep-blue: #004c9d;
  --feature-sky: #49b8e9;
  --feature-light-blue: #eaf7ff;
  --feature-yellow: #ffe95c;
  --feature-red: #e93945;
  --feature-green: #20b74f;
  --feature-text: #1e2b36;
  --feature-muted: #5d6a75;
  --feature-line: #cfe1ed;
  --feature-white: #fff;
  overflow: hidden;
  color: var(--feature-text);
  font-family: "Noto Sans JP", "noto-sans-cjk-jp", sans-serif;
  line-height: 1.6;
  background: var(--feature-white);
}

#feature-page * {
  box-sizing: border-box;
  font-family: inherit;
}

#feature-page img {
  display: block;
  max-width: 100%;
  height: auto;
}

.c-breadcrumbs {
  padding: 10px 0 0;
  background: #fff;
}

.c-breadcrumbs .u-wrap {
  width: 100%;
  max-width: 1080px;
  padding: 0 4.2vw;
  margin: 0 auto;
  overflow: hidden;
  color: #222;
  font-size: 2.9vw;
  line-height: 1.6;
  text-overflow: ellipsis;
  white-space: nowrap;

  @media screen and (min-width: 1080px) {
    padding: 0 40px;
  }
}

.c-breadcrumbs .feature-page__breadcrumbs-wrap ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  list-style: none;
  white-space: nowrap;
}

.c-breadcrumbs .feature-page__breadcrumbs-wrap li {
  flex: 0 0 auto;
  padding-right: 1vw;
  margin: 0;
  font-size: 2.9vw;
  line-height: 1.6;
  white-space: nowrap;
}

.c-breadcrumbs .u-wrap.feature-page__breadcrumbs-wrap a {
  color: #0068c9;
  text-decoration: underline;
  text-underline-offset: 2px;
}

#feature-page a {
  color: inherit;
  text-decoration: none;
}

#feature-page .feature-page__wrap {
  width: 100%;
  max-width: 1080px;
  padding: 0 20px;
  margin: 0 auto;
}

#feature-page .feature-page__sp-only {
  display: inline;
}

#feature-page .feature-page__fv {
  padding: 15.2vw 0 0;
  background: #fff;

  @media screen and (min-width: 1080px) {
    padding: 14px 0 0;
  }
}

#feature-page .feature-page__fv-wrap {
  width: 100%;
  max-width: 1125px;
  margin: 0 auto;

  @media screen and (min-width: 1080px) {
    max-width: 1080px;
    padding: 0 40px;
  }
}

#feature-page .feature-page__fv-image {
  position: relative;
  overflow: visible;
  background: #fff;
  border-radius: 0;
}

#feature-page .feature-page__fv-image img {
  width: 100%;
  aspect-ratio: 1125 / 1111;
  object-fit: contain;

  @media screen and (min-width: 1080px) {
    aspect-ratio: 1500 / 552;
  }
}

#feature-page .feature-page__fv-copy {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  color: var(--feature-blue);
  pointer-events: none;

  @media screen and (min-width: 1080px) {
    top: 46px;
    left: 40px;
    width: 720px;
  }
}

#feature-page .feature-page__fv-kicker {
  position: absolute;
  top: -11.8vw;
  left: 0;
  width: 100%;
  margin: 0;
  color: var(--feature-blue);
  font-size: 7.8vw;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;

  @media screen and (min-width: 1080px) {
    position: static;
    width: auto;
    font-size: 31px;
    text-align: left;
  }
}

#feature-page .feature-page__fv-title {
  position: absolute;
  top: 37.4vw;
  left: 21vw;
  width: 64vw;
  margin: 0;
  color: #333;
  font-size: 12.7vw;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  white-space: normal;

  @media screen and (min-width: 1080px) {
    display: block;
    position: static;
    width: auto;
    margin-top: 33px;
    font-size: 62px;
    white-space: nowrap;
  }
}

#feature-page .feature-page__fv-title-main {
  display: inline-block;

  @media screen and (min-width: 1080px) {
    position: relative;
    left: 28px;
    font-size: 1em;
  }
}

#feature-page .feature-page__fv-title-small {
  display: inline-block;
  margin-left: 0.6vw;
  font-size: 0.46em;
  vertical-align: 0.12em;

  @media screen and (min-width: 1080px) {
    position: relative;
    top: -2px;
    margin: 0 4px 0 34px;
    font-size: 0.56em;
  }
}

#feature-page .feature-page__fv-title-blue {
  display: block;
  color: var(--feature-blue);
  font-size: 1em;
  font-weight: 700;

  @media screen and (min-width: 1080px) {
    display: inline;
    position: relative;
    font-size: 1em;
  }
}

#feature-page .feature-page__fv-note {
  display: block;
  padding: 3vw 4.4vw 0;
  text-align: center;

  @media screen and (min-width: 1080px) {
    display: block;
    width: 470px;
    padding: 0;
    margin: -70px 0 0 auto;
    text-align: left;
  }
}

#feature-page .feature-page__fv-note p {
  margin: 0;
  color: var(--feature-text);
  font-size: 2.65vw;
  font-weight: 500;
  line-height: 1.5;
}

#feature-page .feature-page__price-lead {
  padding: 28px 0 36px;
  text-align: center;
  background: #fff;
}

#feature-page .feature-page__small-heading {
  margin: 0;
  color: var(--feature-text);
  font-size: 5.8vw;
  font-weight: 700;
  line-height: 1.5;
}

#feature-page .feature-page__price-lead-title {
  margin: 4px 0 0;
  color: var(--feature-text);
  font-size: 5.8vw;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

#feature-page .feature-page__price-highlight {
  color: var(--feature-blue);
  font-size: 1.15em;
}

#feature-page .feature-page__price-main {
  display: inline-block;
  padding: 0 3px;
  margin: 6px 0 0;
  color: var(--feature-text);
  font-size: 5.25vw;
  font-weight: 700;
  line-height: 1.04;
  white-space: nowrap;
  background: linear-gradient(transparent 70%, #fffb00 70%, #fffb00 100%);
}

#feature-page .feature-page__price-amount {
  color: var(--feature-red);
}

#feature-page .feature-page__price-main strong {
  color: var(--feature-red);
  font-family: Roboto, "Noto Sans JP", "noto-sans-cjk-jp", sans-serif;
  font-size: 1.95em;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 0.9;
}

#feature-page .feature-page__price-yen {
  position: relative;
  display: inline-block;
}

#feature-page .feature-page__price-tax {
  position: absolute;
  top: -1.1em;
  left: -0.35em;
  color: var(--feature-red);
  font-size: 0.38em;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

#feature-page .feature-page__price-main::before {
  content: "";
}

#feature-page .feature-page__price-suffix {
  display: inline-block;
}

#feature-page .feature-page__note {
  margin: 10px 0 0;
  color: var(--feature-muted);
  font-size: min(3.2vw, 12px);
  line-height: 1.6;
}

#feature-page .feature-page__cta {
  padding: 34px 0;
  background: var(--feature-sky);
}

#feature-page .feature-page__cta-box {
  padding: 20px;
  text-align: center;
  background: rgba(255, 255, 255, 0.12);
  border: 2px solid var(--feature-yellow);
  border-radius: 8px;
}

#feature-page .feature-page__cta-kicker {
  margin: 0 0 14px;
  color: var(--feature-white);
  font-size: min(4.2vw, 17px);
  font-weight: 800;
  line-height: 1.5;
}

#feature-page .feature-page__cta-buttons {
  display: grid;
  gap: 10px;
}

#feature-page .feature-page__cta-button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 18px;
  color: var(--feature-white);
  font-size: min(4vw, 16px);
  font-weight: 700;
  line-height: 1.3;
  border-radius: 999px;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.18);
}

#feature-page .feature-page__cta-button--trial {
  background: var(--feature-red);
}

#feature-page .feature-page__cta-button--download {
  background: var(--feature-green);
}

#feature-page .feature-page__cta--contact {
  padding: 9.5vw 0 10.5vw;
  background: var(--feature-sky);
}

#feature-page .feature-page__cta--contact .feature-page__wrap {
  padding: 0 4.5vw;
}

#feature-page .feature-page__cta--contact .feature-page__cta-box {
  position: relative;
  width: 100%;
  max-width: 88vw;
  aspect-ratio: 945 / 998;
  padding: 0;
  margin: 0 auto;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
}

#feature-page .feature-page__cta-frame,
#feature-page .feature-page__cta-frame img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

#feature-page .feature-page__cta-frame img {
  object-fit: contain;
}

#feature-page .feature-page__cta--contact .feature-page__cta-content {
  position: absolute;
  inset: 0;
  text-align: center;
}

#feature-page .feature-page__cta--contact .feature-page__cta-kicker {
  position: absolute;
  top: 18.5vw;
  right: 6vw;
  left: 6vw;
  margin: 0;
  color: var(--feature-white);
  font-size: 5.9vw;
  font-weight: 700;
  line-height: 1.45;
}

#feature-page .feature-page__cta-kicker-small,
#feature-page .feature-page__cta-kicker-main {
  display: block;
}

#feature-page .feature-page__cta-kicker-small {
  position: relative;
  top: -4.6vw;
  font-size: 0.78em;
  line-height: 1.1;
}

#feature-page .feature-page__cta--contact .feature-page__cta-buttons {
  position: absolute;
  top: 33vw;
  right: 0;
  left: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2vw;
  width: 100%;
  max-width: 78vw;
  margin: 0 auto;
}

#feature-page .feature-page__cta--contact .feature-page__cta-button--trial {
  transform: translateY(2vw);
}

#feature-page .feature-page__cta--contact .feature-page__cta-button {
  display: block;
  min-height: 0;
  padding: 0;
  overflow: visible;
  line-height: 1;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

#feature-page .feature-page__cta--contact .feature-page__cta-button picture,
#feature-page .feature-page__cta--contact .feature-page__cta-button img {
  display: block;
  width: 100%;
}

#feature-page .feature-page__cta--contact .feature-page__cta-button img {
  height: auto;
}

#feature-page .feature-page__lead {
  position: relative;
  padding: 22px 20px 28px;
  text-align: center;
  background: var(--feature-deep-blue);
}

#feature-page .feature-page__lead::after {
  position: absolute;
  bottom: -16px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-color: var(--feature-deep-blue) transparent transparent;
  border-style: solid;
  border-width: 16px 12px 0;
  transform: translateX(-50%);
}

#feature-page .feature-page__lead-title {
  margin: 0;
  color: var(--feature-white);
  font-size: min(5.9vw, 24px);
  font-weight: 700;
  line-height: 1.35;
}

#feature-page .feature-page__lead-title span {
  display: block;
  color: #fcee21;
  font-size: 1.48em;
  line-height: 1.22;
}

#feature-page .feature-page__reason-point {
  padding: 32px 0 42px;
  background: var(--feature-white);
}

#feature-page .feature-page__reason-point-summary {
  position: relative;
  width: 100%;
  min-height: 148px;
  padding: 30px 18px 18px;
  margin: 0 auto;
  background: #eaf7ff;
  border-top: 3px solid var(--feature-sky);
}

#feature-page .feature-page__reason-point-number {
  position: absolute;
  top: -13px;
  left: 10%;
  padding: 2px 18px 3px;
  margin: 0;
  color: var(--feature-sky);
  font-size: min(4.2vw, 24px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  background: var(--feature-white);
}

#feature-page .feature-page__reason-point-title {
  position: static;
  display: block;
  margin: 0;
  color: var(--feature-text);
  font-size: min(5.1vw, 32px);
  font-weight: 700;
  line-height: 1.45;
  text-align: left;
}

#feature-page .feature-page__reason-point-title span {
  display: inline-block;
  color: var(--feature-deep-blue);
  white-space: nowrap;
  background: linear-gradient(transparent 70%, #fffb00 70%, #fffb00 100%);
}

#feature-page .feature-page__reason-point-title span + span,
#feature-page .feature-page__reason-point-title strong,
#feature-page .feature-page__reason-point-title small {
  font-size: inherit;
}

#feature-page .feature-page__reason-point-title strong {
  font-family: "Noto Sans JP", "noto-sans-cjk-jp", sans-serif;
  font-size: 1.58em;
  font-weight: 700;
  letter-spacing: -0.04em;
}

#feature-page .feature-page__reason-point-title small {
  font-size: 0.36em;
  font-weight: 700;
}

#feature-page .feature-page__reason-price-card {
  position: relative;
  width: calc(100% - 52px);
  min-height: 286px;
  margin: 42px auto 0;
  background-color: #fff;
  background-image:
    linear-gradient(rgba(15, 92, 189, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 92, 189, 0.1) 1px, transparent 1px);
  background-size: 22px 22px;
  border: 8px solid #0f5cbd;
  border-radius: 28px;
}

#feature-page .feature-page__reason-price-message {
  position: absolute;
  top: 34px;
  right: 24px;
  left: 24px;
  color: var(--feature-deep-blue);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

#feature-page .feature-page__reason-price-message > span {
  display: block;
  margin-bottom: 8px;
  font-size: min(5.3vw, 30px);
}

#feature-page .feature-page__reason-price-message strong {
  display: flex;
  justify-content: center;
  gap: 2px;
  font-size: min(9.1vw, 52px);
  font-weight: 700;
  letter-spacing: 0.03em;
}

#feature-page .feature-page__reason-price-message strong span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.18em;
  height: 1.18em;
  color: #fcee21;
  background: #0f5cbd;
}

#feature-page .feature-page__reason-price-message strong span:nth-last-child(-n+2) {
  color: #0f5cbd;
  background: #fcee21;
}

#feature-page .feature-page__reason-price-amount {
  position: absolute;
  right: 18px;
  bottom: 38px;
  left: 18px;
  width: auto;
  color: var(--feature-deep-blue);
  font-weight: 700;
  text-align: center;
}

#feature-page .feature-page__reason-price-amount p {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  top: -14px;
  margin: 0 0 8px;
  color: #0f5cbd;
  font-size: min(4.7vw, 30px);
  line-height: 1;
  white-space: nowrap;
}

#feature-page .feature-page__reason-price-amount p::before,
#feature-page .feature-page__reason-price-amount p::after {
  display: block;
  width: min(11vw, 48px);
  height: 2px;
  content: "";
  background: #0f5cbd;
}

#feature-page .feature-page__reason-price-amount strong {
  display: inline-block;
  color: #f5333f;
  font-family: "din-2014", sans-serif;
  font-size: min(13.6vw, 88px);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.05em;
  white-space: nowrap;
  transform: translateY(-2px);
}

#feature-page .feature-page__reason-price-amount strong span {
  font-family: "Noto Sans JP", "noto-sans-cjk-jp", sans-serif;
  font-size: 0.44em;
  font-weight: 700;
}

#feature-page .feature-page__reason-price-amount strong .feature-page__reason-price-number {
  position: relative;
  font-family: Roboto, "Noto Sans JP", "noto-sans-cjk-jp", sans-serif;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: -0.04em;
}

#feature-page .feature-page__reason-price-amount strong .feature-page__reason-price-number::after {
  position: absolute;
  top: 1px;
  right: -18px;
  display: block;
  width: 28px;
  height: 29px;
  content: "";
  background: url("https://www.souei.net/img/feature/reason-price-accent-sp.webp") no-repeat center / contain;
}

#feature-page .feature-page__reason-price-amount strong .feature-page__reason-price-wave {
  font-size: 0.34em;
}

#feature-page .feature-page__reason-price-amount small {
  position: absolute;
  right: 1.2%;
  bottom: 36%;
  display: grid;
  gap: 1px;
  color: #f5333f;
  font-size: min(2.3vw, 13px);
  font-weight: 700;
  line-height: 1;
  text-align: left;
}

#feature-page .feature-page__reason-price-amount small span {
  display: block;
}

#feature-page .feature-page__tuition {
  padding: 0 0 44px;
  background: var(--feature-white);
}

#feature-page .feature-page__tuition-layout {
  display: grid;
  gap: 20px;
}

#feature-page .feature-page__tuition-copy {
  display: contents;
}

#feature-page .feature-page__tuition-text {
  order: 1;
  margin: 0;
  color: var(--feature-text);
  font-size: min(4.1vw, 17px);
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.03em;
}

#feature-page .feature-page__tuition-note {
  order: 2;
  margin: -8px 0 0;
  color: var(--feature-text);
  font-size: min(3.2vw, 13px);
  font-weight: 700;
  line-height: 1.4;
  text-align: right;
}

#feature-page .feature-page__tuition-chart {
  order: 3;
  width: min(92vw, 680px);
  margin: 0 auto;
}

#feature-page .feature-page__tuition-chart img {
  width: 100%;
  height: auto;
}

#feature-page .feature-page__tuition-button {
  order: 4;
  display: block;
  width: min(92vw, 680px);
  margin: 8px auto 0;
  transition: opacity 0.2s ease;
}

#feature-page .feature-page__tuition-button:hover {
  opacity: 0.86;
}

#feature-page .feature-page__tuition-button img {
  width: 100%;
  height: auto;
}

#feature-page .feature-page__exam-point {
  padding: 34px 0 42px;
  background: var(--feature-white);
}

#feature-page .feature-page__exam-point-summary {
  position: relative;
  width: 100%;
  min-height: 0;
  padding: 29px 24px 24px;
  margin: 0 auto;
  background: #eaf7ff;
  border-top: 3px solid var(--feature-sky);
}

#feature-page .feature-page__exam-point-number {
  position: absolute;
  top: -13px;
  left: 10%;
  padding: 2px 18px 3px;
  margin: 0;
  color: var(--feature-sky);
  font-size: min(4.2vw, 24px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  background: var(--feature-white);
}

#feature-page .feature-page__exam-point-title {
  margin: 0;
  color: var(--feature-text);
  font-size: min(4.25vw, 25px);
  font-weight: 700;
  line-height: 1.72;
  letter-spacing: 0;
}

#feature-page .feature-page__exam-point-title br {
  display: block;
}

#feature-page .feature-page__exam-point-title span {
  display: inline-block;
  color: #0f5cbd;
  font-size: 1.2em;
  background: linear-gradient(transparent 68%, #fffb00 68%, #fffb00 100%);
}

#feature-page .feature-page__exam-point-layout {
  display: grid;
  gap: 24px;
  max-width: 680px;
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto;
}

#feature-page .feature-page__exam-point-teachers {
  position: relative;
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
}

#feature-page .feature-page__exam-point-teachers img {
  width: 100%;
}

#feature-page .feature-page__exam-point-teachers p {
  position: absolute;
  top: 3.2vw;
  right: 8vw;
  left: 8vw;
  margin: 0;
  color: #0f5cbd;
  font-size: min(3.9vw, 28px);
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

#feature-page .feature-page__exam-point-copy {
  display: grid;
  gap: 30px;
  max-width: 680px;
  margin-right: auto;
  margin-left: auto;
}

#feature-page .feature-page__exam-point-text {
  margin: 0;
  color: var(--feature-text);
  font-size: min(3.55vw, 22px);
  font-weight: 500;
  line-height: 1.88;
  letter-spacing: 0.03em;
}

#feature-page .feature-page__exam-point-move {
  display: grid;
  grid-template-columns: minmax(0, 1fr) min(42vw, 240px);
  gap: 14px;
  align-items: center;
  max-width: 680px;
  margin-right: auto;
  margin-left: auto;
}

#feature-page .feature-page__exam-point-move p {
  margin: 0;
  color: #0f5cbd;
  font-size: min(3.55vw, 24px);
  font-weight: 700;
  line-height: 1.45;
}

#feature-page .feature-page__exam-point-sp-break {
  display: block;
}

#feature-page .feature-page__exam-point-move img {
  width: 100%;
}

#feature-page .feature-page__exam-point-results {
  position: relative;
  width: 100%;
  max-width: 680px;
  margin: 26px auto 0;
}

#feature-page .feature-page__exam-point-results img {
  width: 100%;
}

#feature-page .feature-page__exam-point-results p {
  position: static;
  width: 58%;
  margin: -17vw 0 0 auto;
  color: var(--feature-text);
  font-size: min(2.55vw, 16px);
  font-weight: 500;
  line-height: 1.5;
}

#feature-page .feature-page__subject-point {
  padding: 34px 0 44px;
  background: var(--feature-white);
}

#feature-page .feature-page__subject-point-summary {
  position: relative;
  width: 100%;
  min-height: 0;
  padding: 29px 24px 24px;
  margin: 0 auto;
  background: #eaf7ff;
  border-top: 3px solid var(--feature-sky);
}

#feature-page .feature-page__subject-point-number {
  position: absolute;
  top: -13px;
  left: 10%;
  padding: 2px 18px 3px;
  margin: 0;
  color: var(--feature-sky);
  font-size: min(4.2vw, 24px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  background: var(--feature-white);
}

#feature-page .feature-page__subject-point-title {
  margin: 0;
  color: var(--feature-text);
  font-size: min(4.6vw, 27px);
  font-weight: 700;
  line-height: 1.48;
  letter-spacing: 0;
}

#feature-page .feature-page__subject-point-title br {
  display: block;
}

#feature-page .feature-page__subject-point-title span {
  display: inline-block;
  color: #0f5cbd;
  font-size: 1.2em;
  background: linear-gradient(transparent 68%, #fffb00 68%, #fffb00 100%);
}

#feature-page .feature-page__subject-point-title strong {
  font-size: 1.2em;
  font-weight: 700;
}

#feature-page .feature-page__subject-point-intro {
  display: grid;
  gap: 22px;
  width: min(92vw, 680px);
  margin: 32px auto 0;
}

#feature-page .feature-page__subject-point-photo {
  display: block;
}

#feature-page .feature-page__subject-point-photo img {
  width: 100%;
  height: auto;
}

#feature-page .feature-page__subject-point-text {
  margin: 0;
  color: var(--feature-text);
  font-size: min(3.65vw, 23px);
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.03em;
}

#feature-page .feature-page__subject-support {
  width: min(92vw, 680px);
  padding: min(7.2vw, 44px) min(5.6vw, 34px) min(7.6vw, 48px);
  margin: 32px auto 0;
  background: #fffde7;
  border-radius: min(4vw, 28px);
}

#feature-page .feature-page__subject-support-title {
  margin: 0 0 min(7vw, 42px);
  color: var(--feature-text);
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  letter-spacing: 0;
}

#feature-page .feature-page__subject-support-title > span {
  position: relative;
  display: inline-block;
  font-size: min(4.6vw, 25px);
}

#feature-page .feature-page__subject-support-title em {
  position: relative;
  display: inline-flex;
  color: #0f5cbd;
  font-style: normal;
  font-weight: 700;
}

#feature-page .feature-page__subject-support-title em span {
  position: relative;
  display: inline-block;
}

#feature-page .feature-page__subject-support-title em span::before {
  content: "";
  position: absolute;
  top: -0.46em;
  left: 50%;
  width: 0.18em;
  height: 0.18em;
  background: #0f5cbd;
  border-radius: 50%;
  transform: translateX(-50%);
}

#feature-page .feature-page__subject-support-title > span::before,
#feature-page .feature-page__subject-support-title > span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 2px;
  height: 1.45em;
  background: var(--feature-text);
}

#feature-page .feature-page__subject-support-title > span::before {
  left: -0.9em;
  transform: translateY(-50%) rotate(-24deg);
}

#feature-page .feature-page__subject-support-title > span::after {
  right: -0.9em;
  transform: translateY(-50%) rotate(24deg);
}

#feature-page .feature-page__subject-support-title strong {
  display: inline-block;
  color: #0f5cbd;
  font-size: min(6.1vw, 36px);
  font-weight: 900;
  background: linear-gradient(transparent 68%, #fffb00 68%, #fffb00 100%);
}

#feature-page .feature-page__subject-support-grid {
  display: grid;
  gap: min(8vw, 44px);
}

#feature-page .feature-page__subject-support-item {
  display: block;
  width: 100%;
}

#feature-page .feature-page__subject-support-item img {
  width: 100%;
  height: auto;
}

#feature-page .feature-page__balance-point {
  padding: 34px 0 44px;
  background: var(--feature-white);
}

#feature-page .feature-page__balance-point-summary {
  position: relative;
  width: 100%;
  min-height: 0;
  padding: 29px 24px 24px;
  margin: 0 auto;
  background: #eaf7ff;
  border-top: 3px solid var(--feature-sky);
}

#feature-page .feature-page__balance-point-number {
  position: absolute;
  top: -13px;
  left: 10%;
  padding: 2px 18px 3px;
  margin: 0;
  color: var(--feature-sky);
  font-size: min(4.2vw, 24px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  background: var(--feature-white);
}

#feature-page .feature-page__balance-point-title {
  margin: 0;
  color: var(--feature-text);
  font-size: min(5.2vw, 30px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}

#feature-page .feature-page__balance-point-title br {
  display: block;
}

#feature-page .feature-page__balance-point-title span {
  display: inline-block;
  color: #0f5cbd;
  font-size: 1.28em;
  background: linear-gradient(transparent 68%, #fffb00 68%, #fffb00 100%);
}

#feature-page .feature-page__balance-point-title strong {
  font-size: 1.28em;
  font-weight: 700;
}

#feature-page .feature-page__balance-schedule {
  display: grid;
  gap: min(4.4vw, 28px);
  width: min(92vw, 680px);
  margin: 32px auto 0;
}

#feature-page .feature-page__balance-student {
  display: grid;
  grid-template-columns: min(21vw, 104px) minmax(0, 1fr);
  gap: 9px 16px;
  align-items: center;
}

#feature-page .feature-page__balance-student h3 {
  grid-column: 2;
  margin: 0;
  color: #0f5cbd;
  font-size: min(5.7vw, 33px);
  font-weight: 700;
  line-height: 1.25;
  transform: translateY(12px);
}

#feature-page .feature-page__balance-student picture {
  grid-row: 1 / 3;
  display: block;
}

#feature-page .feature-page__balance-student img {
  width: 100%;
  height: auto;
}

#feature-page .feature-page__balance-student p {
  grid-column: 2;
  width: fit-content;
  padding: 4px 10px;
  margin: 0;
  color: var(--feature-text);
  font-size: min(3.9vw, 23px);
  font-weight: 700;
  line-height: 1.35;
  background: #fff9a6;
  transform: translateY(-2px);
}

#feature-page .feature-page__balance-table {
  position: relative;
  width: 100%;
}

#feature-page .feature-page__balance-table picture {
  display: block;
}

#feature-page .feature-page__balance-table img {
  width: 100%;
  height: auto;
}

#feature-page .feature-page__balance-bubble {
  position: absolute;
  right: 12%;
  bottom: 15.6%;
  left: 14%;
  color: #0f5cbd;
  font-weight: 700;
  line-height: 1.22;
  text-align: center;
  pointer-events: none;
}

#feature-page .feature-page__balance-bubble strong,
#feature-page .feature-page__balance-bubble span {
  display: block;
}

#feature-page .feature-page__balance-bubble strong {
  font-size: min(3.6vw, 24px);
}

#feature-page .feature-page__balance-bubble span {
  font-size: min(5.1vw, 36px);
}

#feature-page .feature-page__balance-table-note {
  margin: 8px 0 0;
  color: var(--feature-text);
  font-size: min(2.8vw, 15px);
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
}

#feature-page .feature-page__balance-text {
  width: min(92vw, 680px);
  margin: 28px auto 0;
  color: var(--feature-text);
  font-size: min(3.75vw, 22px);
  font-weight: 500;
  line-height: 1.95;
  letter-spacing: 0.03em;
}

#feature-page .feature-page__balance-link-title {
  width: min(92vw, 680px);
  margin: 34px auto 0;
  color: #0f5cbd;
  font-size: min(5.2vw, 30px);
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

#feature-page .feature-page__balance-link-grid {
  display: grid;
  gap: min(4.2vw, 24px);
  width: min(84vw, 620px);
  margin: 18px auto 0;
}

#feature-page .feature-page__balance-link {
  display: block;
  transition: opacity 0.2s ease;
}

#feature-page .feature-page__balance-link:hover {
  opacity: 0.86;
}

#feature-page .feature-page__balance-link img {
  width: 100%;
  height: auto;
}

#feature-page .feature-page__voices,
#feature-page .feature-page__flow,
#feature-page .feature-page__school-list {
  padding: 44px 0;
}

#feature-page .feature-page__section-kicker {
  margin: 0 0 6px;
  color: var(--feature-blue);
  font-size: min(3.6vw, 13px);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0;
}

#feature-page .feature-page__section-title {
  margin: 0;
  color: var(--feature-text);
  font-size: min(6vw, 28px);
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

#feature-page .feature-page__cta--search,
#feature-page .feature-page__cta--bottom {
  padding-bottom: 42px;
}

#feature-page .feature-page__school-search {
  position: relative;
  width: 100%;
  max-width: 315px;
  padding: 30px 15px;
  margin: 14vw auto 0;
  background: var(--feature-white);
  border-radius: 5px;
}

#feature-page .feature-page__search-title {
  position: absolute;
  top: -18px;
  left: 50%;
  min-width: 0;
  padding: 8px 21px;
  margin: 0;
  color: var(--feature-deep-blue);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  background: var(--feature-white);
  border-radius: 5px 5px 0 0;
  transform: translateX(-50%);
}

#feature-page .feature-page__search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 72px;
  gap: 0 12px;
  align-items: start;
}

#feature-page .feature-page__search-label {
  grid-column: 1 / -1;
  padding-bottom: 4px;
  color: var(--feature-text);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}

#feature-page .feature-page__search-input {
  width: 100%;
  height: 40px;
  min-height: 0;
  padding: 10px 16px;
  color: var(--feature-text);
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #333;
  border-radius: 4px;
  outline: none;
}

#feature-page .feature-page__search-input::placeholder {
  color: #bbb;
}

#feature-page .feature-page__search-submit {
  display: block;
  width: 72px;
  min-height: 0;
  padding: 0;
  margin: 0;
  background: none;
  border: 0;
  cursor: pointer;
}

#feature-page .feature-page__search-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2px;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #999;
}

#feature-page .feature-page__search-links a {
  display: block;
}

#feature-page .feature-page__search-submit picture,
#feature-page .feature-page__search-submit img,
#feature-page .feature-page__search-links picture,
#feature-page .feature-page__search-links img {
  display: block;
  width: 100%;
}

#feature-page .feature-page__search-submit img,
#feature-page .feature-page__search-links img {
  height: auto;
}

#feature-page .feature-page__voices {
  background: #feffdf;
}

#feature-page .feature-page__voices .feature-page__section-kicker {
  font-size: min(5.4vw, 22px);
  font-weight: 700;
  text-transform: uppercase;
}

#feature-page .feature-page__voices .feature-page__section-title {
  font-size: min(7.2vw, 30px);
  font-weight: 700;
  line-height: 1.3;
}

#feature-page .feature-page__voice-grid {
  display: grid;
  gap: 0;
  margin-top: 0;
}

#feature-page .feature-page__voice-card {
  position: relative;
  padding: 96px 20px 28px;
  margin-top: 105px;
  overflow: visible;
  background: var(--feature-white);
  border-radius: 20px;
}

#feature-page .feature-page__voice-head {
  position: absolute;
  top: -80px;
  left: 50%;
  z-index: 2;
  width: 160px;
  transform: translateX(-50%);
  text-align: center;
}

#feature-page .feature-page__voice-head img {
  width: 100%;
  height: 160px;
  object-fit: contain;
  background: transparent;
  border-radius: 50%;
}

#feature-page .feature-page__voice-score {
  position: absolute;
  top: -54px;
  right: 0;
  z-index: 3;
  width: 127px;
  height: 144px;
  padding-top: 36px;
  text-align: center;
  background: url("../../../../../images/page/top/voice_bg_score.webp") no-repeat top left / 100% 100%;
}

#feature-page .feature-page__voice-score p {
  margin: 0;
  color: #fcee21;
  font-size: 13px;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: 0.015em;
  text-align: center;
}

#feature-page .feature-page__voice-score strong {
  display: inline-block;
  margin-top: 4px;
  color: #fcee21;
  font-family: "din-2014", sans-serif;
  font-size: 37px;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: 0.015em;
  text-transform: uppercase;
}

#feature-page .feature-page__voice-score strong:last-child {
  margin-top: 0;
  font-size: 36px;
}

#feature-page .feature-page__voice-score small {
  font-size: 16px;
  font-weight: 700;
}

#feature-page .feature-page__voice-grade {
  position: absolute;
  right: 20px;
  bottom: 12px;
  width: 100%;
  margin: 7px 0 0;
  color: #50b4eb;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.02em;
  text-align: right;
}

#feature-page .feature-page__voice-body {
  margin: 15px 0 0;
  color: var(--feature-text);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
  text-align: justify;
}

#feature-page .feature-page__flow {
  background: #eef9fe;
}

#feature-page .feature-page__flow .feature-page__section-kicker {
  font-size: min(5.8vw, 23px);
}

#feature-page .feature-page__flow .feature-page__section-title {
  font-size: min(7.2vw, 30px);
}

#feature-page .feature-page__flow-list {
  display: grid;
  gap: 0;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

#feature-page .feature-page__flow-item {
  position: relative;
  display: flex;
  padding-bottom: 28px;
  background: transparent;
}

#feature-page .feature-page__flow-item::before {
  position: absolute;
  top: 0;
  left: 44px;
  z-index: 1;
  display: block;
  width: 3px;
  height: 100%;
  pointer-events: none;
  content: "";
  background: #0f5cbd;
}

#feature-page .feature-page__flow-item:last-child {
  padding-bottom: 0;
}

#feature-page .feature-page__flow-item:last-child::before {
  display: none;
}

#feature-page .feature-page__flow-image {
  position: relative;
  z-index: 2;
  width: 90px;
  text-align: center;
}

#feature-page .feature-page__flow-image img {
  display: block;
  width: 90px;
  height: 90px;
}

#feature-page .feature-page__flow-copy {
  width: calc(100% - 90px);
  padding-left: 8px;
}

#feature-page .feature-page__flow-item h3 {
  margin: 0;
  color: #0f5cbd;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.015em;
}

#feature-page .feature-page__flow-item p {
  margin: 4px 0 0;
  color: var(--feature-text);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
  text-align: justify;
}

#feature-page .feature-page__school-list {
  background: #fff;
}

#feature-page .feature-page__school-list-title {
  margin: 0 0 24px;
  color: var(--feature-text);
  font-size: min(6vw, 28px);
  font-weight: 700;
  line-height: 1.35;
}

#feature-page .feature-page__prefecture {
  padding: 20px 0;
  border-top: 1px solid var(--feature-line);
}

#feature-page .feature-page__prefecture h3 {
  margin: 0 0 14px;
  color: var(--feature-deep-blue);
  font-size: min(4.8vw, 20px);
  font-weight: 700;
  line-height: 1.4;
}

#feature-page .feature-page__area {
  display: grid;
  gap: 8px;
  padding: 10px 0;
}

#feature-page .feature-page__area h4 {
  margin: 0;
  color: var(--feature-text);
  font-size: min(3.8vw, 14px);
  font-weight: 700;
  line-height: 1.5;
}

#feature-page .feature-page__area ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

#feature-page .feature-page__area li {
  color: var(--feature-text);
  font-size: min(3.5vw, 13px);
  line-height: 1.5;
}

@media screen and (min-width: 1080px) {
  #feature-page .feature-page__wrap {
    padding: 0 40px;
  }

  #feature-page .feature-page__sp-only {
    display: none;
  }

  #feature-page .feature-page__price-lead {
    padding: 48px 0 52px;
  }

  #feature-page .feature-page__small-heading {
    font-size: 26px;
  }

  #feature-page .feature-page__price-lead-title {
    font-size: 34px;
  }

  #feature-page .feature-page__price-main {
    margin-top: 8px;
    font-size: 38px;
  }

  #feature-page .feature-page__price-main strong {
    font-size: 1.85em;
  }

  #feature-page .feature-page__cta {
    padding: 44px 0;
  }

  #feature-page .feature-page__cta-box {
    max-width: 820px;
    padding: 24px 34px;
    margin: 0 auto;
  }

  #feature-page .feature-page__cta-kicker {
    font-size: 18px;
  }

  #feature-page .feature-page__cta-buttons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 620px;
    margin: 0 auto;
  }

  #feature-page .feature-page__cta-button {
    min-height: 58px;
    font-size: 17px;
    transition: opacity 0.2s ease;
  }

  #feature-page .feature-page__cta-button:hover {
    opacity: 0.82;
  }

  #feature-page .feature-page__cta--contact {
    padding: 46px 0;
  }

  #feature-page .feature-page__cta--contact .feature-page__wrap {
    max-width: 1080px;
    padding: 0 40px;
  }

  #feature-page .feature-page__cta--contact .feature-page__cta-box {
    max-width: 900px;
    aspect-ratio: 1500 / 468;
    padding: 0;
  }

  #feature-page .feature-page__cta--contact .feature-page__cta-content {
    inset: 0;
  }

  #feature-page .feature-page__cta--contact .feature-page__cta-kicker {
    top: 66px;
    right: 34px;
    left: 50px;
    font-size: 26px;
    line-height: 1.35;
  }

  #feature-page .feature-page__cta--contact .feature-page__cta-kicker-small {
    position: relative;
    top: -16px;
    margin-bottom: 0;
    font-size: 0.68em;
    line-height: 1;
  }

  #feature-page .feature-page__cta--contact .feature-page__cta-buttons {
    top: 134px;
    right: 0;
    left: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2px;
    max-width: 840px;
  }

  #feature-page .feature-page__cta--contact .feature-page__cta-button--trial {
    transform: none;
  }

  #feature-page .feature-page__lead {
    padding: 18px 40px;
  }

  #feature-page .feature-page__lead-title {
    font-size: 36px;
  }

  #feature-page .feature-page__lead-title span {
    display: inline;
    font-size: 1.18em;
  }

  #feature-page .feature-page__reason-point {
    padding: 45px 0 54px;
  }

  #feature-page .feature-page__reason-point-summary {
    width: 940px;
    aspect-ratio: 1505 / 192;
    min-height: 0;
    padding: 0;
    background: url("https://www.souei.net/img/feature/reason-point-bg-pc.webp") no-repeat center / 100% 100%;
    border-top: 0;
  }

  #feature-page .feature-page__reason-point-number {
    top: -12px;
    left: 10.5%;
    padding: 0;
    font-size: 22px;
    background: transparent;
  }

  #feature-page .feature-page__reason-point-title {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: baseline;
    justify-content: center;
    font-size: 23px;
    line-height: 1.25;
    text-align: center;
    transform: translateY(34px);
  }

  #feature-page .feature-page__reason-point-title span {
    display: inline-block;
    color: #0f5cbd;
    font-size: 1.72em;
    line-height: 1;
  }

  #feature-page .feature-page__reason-point-title strong {
    font-size: 1.08em;
    letter-spacing: -0.04em;
  }

  #feature-page .feature-page__reason-point-title small {
    font-size: 0.46em;
  }

  #feature-page .feature-page__reason-price-card {
    width: 860px;
    aspect-ratio: 1380 / 372;
    min-height: 0;
    margin-top: 28px;
    background: url("https://www.souei.net/img/feature/reason-price-card-bg-pc.webp") no-repeat center / 100% 100%;
    border: 0;
    border-radius: 0;
  }

  #feature-page .feature-page__reason-price-message {
    right: auto;
    top: 30%;
    left: 5.4%;
  }

  #feature-page .feature-page__reason-price-message > span {
    font-size: 18px;
  }

  #feature-page .feature-page__reason-price-message strong {
    justify-content: flex-start;
    gap: 5px;
    font-size: 46px;
  }

  #feature-page .feature-page__reason-price-message strong span {
    width: 1.22em;
    height: 1.22em;
    color: #fcee21;
    background: #0f5cbd;
  }

  #feature-page .feature-page__reason-price-message strong span:nth-last-child(-n+2) {
    color: #0f5cbd;
    background: #fcee21;
  }

  #feature-page .feature-page__reason-price-amount {
    top: 24%;
    right: 3.2%;
    bottom: auto;
    left: auto;
    width: 47%;
  }

  #feature-page .feature-page__reason-price-amount p {
    position: relative;
    display: block;
    top: -4px;
    left: 18px;
    margin-bottom: 18px;
    font-size: 22px;
  }

  #feature-page .feature-page__reason-price-amount p::before,
  #feature-page .feature-page__reason-price-amount p::after {
    display: none;
  }

  #feature-page .feature-page__reason-price-amount strong {
    font-size: 84px;
    letter-spacing: -0.02em;
    transform: translate(12px, 3px);
  }

  #feature-page .feature-page__reason-price-amount strong span {
    font-size: 0.54em;
  }

  #feature-page .feature-page__reason-price-amount strong .feature-page__reason-price-number {
    font-family: Roboto, "Noto Sans JP", "noto-sans-cjk-jp", sans-serif;
    font-size: 1.08em;
    letter-spacing: -0.01em;
  }

  #feature-page .feature-page__reason-price-amount strong .feature-page__reason-price-number::after {
    display: none;
  }

  #feature-page .feature-page__reason-price-amount strong .feature-page__reason-price-wave {
    font-size: 0.34em;
  }

  #feature-page .feature-page__reason-price-amount small {
    top: 46%;
    right: 4.6%;
    bottom: auto;
    display: inline-flex;
    flex-direction: row-reverse;
    font-size: 12px;
  }

  #feature-page .feature-page__reason-price-amount small span {
    display: inline;
  }

  #feature-page .feature-page__tuition {
    padding: 0 0 64px;
  }

  #feature-page .feature-page__tuition-layout {
    grid-template-columns: 395px 420px;
    gap: 45px;
    align-items: start;
    width: 860px;
    margin: 0 auto;
  }

  #feature-page .feature-page__tuition-copy {
    display: grid;
    grid-template-rows: auto auto 1fr;
    min-height: 346px;
    padding-top: 0;
  }

  #feature-page .feature-page__tuition-text {
    order: initial;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.78;
  }

  #feature-page .feature-page__tuition-note {
    order: initial;
    margin-top: 8px;
    font-size: 12px;
    text-align: right;
  }

  #feature-page .feature-page__tuition-button {
    order: initial;
    align-self: end;
    width: 395px;
    margin: 0;
  }

  #feature-page .feature-page__tuition-chart {
    order: initial;
    width: 420px;
    margin: 0;
  }

  #feature-page .feature-page__exam-point {
    padding: 54px 0 68px;
  }

  #feature-page .feature-page__exam-point-summary {
    width: 940px;
    min-height: 162px;
    padding: 28px 40px 24px;
  }

  #feature-page .feature-page__exam-point-number {
    top: -12px;
    left: 5.8%;
    padding: 0 48px;
    font-size: 22px;
    background: #fff;
  }

  #feature-page .feature-page__exam-point-title {
    font-size: 26px;
    line-height: 1.68;
    text-align: center;
  }

  #feature-page .feature-page__exam-point-title br {
    display: block;
  }

  #feature-page .feature-page__exam-point-title span {
    font-size: 1.4em;
  }

  #feature-page .feature-page__exam-point-layout {
    grid-template-columns: 450px minmax(0, 1fr);
    gap: 36px;
    align-items: start;
    width: 860px;
    max-width: none;
    margin: 34px auto 0;
  }

  #feature-page .feature-page__exam-point-teachers {
    max-width: none;
  }

  #feature-page .feature-page__exam-point-teachers p {
    top: 16px;
    right: 36px;
    left: 36px;
    font-size: 19px;
  }

  #feature-page .feature-page__exam-point-copy {
    gap: 44px;
    max-width: none;
    padding-top: 8px;
  }

  #feature-page .feature-page__exam-point-text {
    font-size: 15px;
    line-height: 1.9;
  }

  #feature-page .feature-page__exam-point-move {
    grid-template-columns: 1fr;
    gap: 16px;
    justify-items: center;
    max-width: none;
    transform: translateY(-12px);
  }

  #feature-page .feature-page__exam-point-move p {
    font-size: 19px;
    line-height: 1.45;
    text-align: center;
  }

  #feature-page .feature-page__exam-point-sp-break {
    display: none;
  }

  #feature-page .feature-page__exam-point-move img {
    width: 280px;
  }

  #feature-page .feature-page__exam-point-results {
    width: 860px;
    max-width: none;
    margin-top: 8px;
  }

  #feature-page .feature-page__exam-point-results p {
    position: static;
    width: 100%;
    margin-top: 18px;
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
  }

  #feature-page .feature-page__subject-point {
    padding: 54px 0 68px;
  }

  #feature-page .feature-page__subject-point-summary {
    width: 940px;
    min-height: 126px;
    padding: 28px 40px 24px;
  }

  #feature-page .feature-page__subject-point-number {
    top: -12px;
    left: 5.8%;
    padding: 0 48px;
    font-size: 22px;
    background: #fff;
  }

  #feature-page .feature-page__subject-point-title {
    font-size: 28px;
    line-height: 1.55;
    text-align: center;
  }

  #feature-page .feature-page__subject-point-title br {
    display: block;
  }

  #feature-page .feature-page__subject-point-title span,
  #feature-page .feature-page__subject-point-title strong {
    font-size: 1.42em;
  }

  #feature-page .feature-page__subject-point-intro {
    grid-template-columns: 430px minmax(0, 1fr);
    gap: 28px;
    align-items: center;
    width: 860px;
    max-width: none;
    margin: 34px auto 0;
  }

  #feature-page .feature-page__subject-point-text {
    font-size: 16px;
    line-height: 1.85;
  }

  #feature-page .feature-page__subject-support {
    width: 860px;
    max-width: none;
    padding: 38px 38px 34px;
    margin-top: 40px;
    border-radius: 16px;
  }

  #feature-page .feature-page__subject-support-title {
    margin-bottom: 34px;
    line-height: 1.22;
  }

  #feature-page .feature-page__subject-support-title > span {
    font-size: 22px;
    font-weight: 700;
  }

  #feature-page .feature-page__subject-support-title strong {
    display: block;
    width: fit-content;
    margin: 10px auto 0;
    font-size: 38px;
    font-weight: 900;
    background: linear-gradient(transparent 66%, #fffb00 66%, #fffb00 100%);
  }

  #feature-page .feature-page__subject-support-title > span::before {
    left: -1.16em;
  }

  #feature-page .feature-page__subject-support-title > span::after {
    right: -1.16em;
  }

  #feature-page .feature-page__subject-support-title em span::before {
    top: -0.42em;
    width: 0.2em;
    height: 0.2em;
  }

  #feature-page .feature-page__subject-support-title > span::before,
  #feature-page .feature-page__subject-support-title > span::after {
    width: 2px;
  }

  #feature-page .feature-page__subject-support-grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    align-items: end;
  }

  #feature-page .feature-page__subject-support-item--test {
    width: 250px;
    justify-self: start;
  }

  #feature-page .feature-page__subject-support-item--guidance {
    width: 240px;
    justify-self: center;
  }

  #feature-page .feature-page__subject-support-item--materials {
    width: 248px;
    justify-self: end;
    transform: translateY(14px);
  }

  #feature-page .feature-page__balance-point {
    padding: 54px 0 68px;
  }

  #feature-page .feature-page__balance-point-summary {
    width: 940px;
    min-height: 126px;
    padding: 28px 40px 24px;
  }

  #feature-page .feature-page__balance-point-number {
    top: -12px;
    left: 5.8%;
    padding: 0 48px;
    font-size: 22px;
    background: #fff;
  }

  #feature-page .feature-page__balance-point-title {
    font-size: 25px;
    line-height: 1.55;
    text-align: center;
  }

  #feature-page .feature-page__balance-point-title span,
  #feature-page .feature-page__balance-point-title strong {
    font-size: 1.42em;
  }

  #feature-page .feature-page__balance-schedule {
    grid-template-columns: 360px minmax(0, 1fr);
    gap: 42px;
    align-items: start;
    width: 860px;
    max-width: none;
    margin: 38px auto 0;
  }

  #feature-page .feature-page__balance-student {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    justify-items: center;
    padding-top: 6px;
  }

  #feature-page .feature-page__balance-student h3 {
    grid-column: auto;
    font-size: 25px;
    text-align: center;
  }

  #feature-page .feature-page__balance-student picture {
    grid-row: auto;
    width: 190px;
    transform: translateY(-12px);
  }

  #feature-page .feature-page__balance-student p {
    grid-column: auto;
    padding: 7px 13px;
    font-size: 19px;
    text-align: center;
    transform: translateY(-12px);
  }

  #feature-page .feature-page__balance-bubble {
    right: 15%;
    bottom: 13.8%;
    left: 22%;
    transform: translateX(-18px);
  }

  #feature-page .feature-page__balance-bubble strong {
    font-size: 17px;
  }

  #feature-page .feature-page__balance-bubble span {
    font-size: 26px;
  }

  #feature-page .feature-page__balance-table-note {
    margin-top: 7px;
    font-size: 12px;
  }

  #feature-page .feature-page__balance-text {
    width: 860px;
    max-width: none;
    margin-top: 32px;
    font-size: 17px;
    line-height: 1.85;
  }

  #feature-page .feature-page__balance-link-title {
    width: 860px;
    max-width: none;
    margin-top: 36px;
    font-size: 28px;
  }

  #feature-page .feature-page__balance-link-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    width: 860px;
    max-width: none;
    margin-top: 20px;
  }

  #feature-page .feature-page__voices,
  #feature-page .feature-page__flow,
  #feature-page .feature-page__school-list {
    padding: 64px 0;
  }

  #feature-page .feature-page__section-kicker {
    font-size: 14px;
  }

  #feature-page .feature-page__section-title {
    font-size: 32px;
  }

  #feature-page .feature-page__school-search {
    max-width: 760px;
    padding: 34px 20px 20px;
    margin: 68px auto 0;
    border-radius: 10px;
  }

  #feature-page .feature-page__search-title {
    top: -27px;
    padding: 10px 21px;
    font-size: 24px;
    border-radius: 10px 10px 0 0;
  }

  #feature-page .feature-page__search-form {
    grid-template-columns: 150px minmax(0, 1fr) 140px;
    gap: 0 16px;
    align-items: start;
  }

  #feature-page .feature-page__search-label {
    grid-column: auto;
    padding-top: 14px;
    padding-bottom: 0;
    font-size: 18px;
  }

  #feature-page .feature-page__search-input {
    height: 56px;
    padding: 16px;
    font-size: 14px;
    border-radius: 8px;
  }

  #feature-page .feature-page__search-submit {
    width: 140px;
  }

  #feature-page .feature-page__search-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    padding-top: 10px;
    margin-top: 16px;
  }

  #feature-page .feature-page__search-links a {
    transition: opacity 0.2s ease;
  }

  #feature-page .feature-page__search-links a:hover {
    opacity: 0.82;
  }

  #feature-page .feature-page__voice-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 31.5px;
    margin-top: 11px;
  }

  #feature-page .feature-page__voices .feature-page__section-kicker {
    font-size: 26px;
  }

  #feature-page .feature-page__voices .feature-page__section-title {
    font-size: 39px;
  }

  #feature-page .feature-page__voice-card {
    padding: 112px 24px 50px;
    margin-top: 110px;
    border-radius: 40px;
  }

  #feature-page .feature-page__voice-head {
    top: -90px;
    left: 58px;
    width: 100%;
    transform: none;
  }

  #feature-page .feature-page__voice-head img {
    width: 180px;
    height: 180px;
  }

  #feature-page .feature-page__voice-score {
    top: -54px;
    right: 8px;
    width: 140px;
    height: 160px;
    padding-top: 36px;
  }

  #feature-page .feature-page__voice-score p {
    font-size: 16px;
  }

  #feature-page .feature-page__voice-score strong {
    margin-top: 4px;
    font-size: 47px;
  }

  #feature-page .feature-page__voice-score strong:last-child {
    margin-top: 0;
    font-size: 44px;
  }

  #feature-page .feature-page__voice-score small {
    font-size: 14px;
  }

  #feature-page .feature-page__voice-body {
    font-size: 16px;
  }

  #feature-page .feature-page__voice-grade {
    right: 24px;
    bottom: 16px;
    font-size: 14px;
  }

  #feature-page .feature-page__flow .feature-page__section-kicker {
    font-size: 24px;
  }

  #feature-page .feature-page__flow-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 48px;
    margin-top: 40px;
    position: relative;
  }

  #feature-page .feature-page__flow-list::before {
    position: absolute;
    top: 68px;
    right: 50px;
    left: 50px;
    z-index: 1;
    display: block;
    height: 3px;
    pointer-events: none;
    content: "";
    background: #0f5cbd;
  }

  #feature-page .feature-page__flow-item {
    display: block;
    min-height: 0;
    padding: 0;
    text-align: center;
    z-index: 2;
  }

  #feature-page .feature-page__flow-item::before {
    display: none;
  }

  #feature-page .feature-page__flow-image {
    width: auto;
  }

  #feature-page .feature-page__flow-image img {
    width: 140px;
    height: 140px;
    margin: 0 auto;
  }

  #feature-page .feature-page__flow-copy {
    width: auto;
    padding-left: 0;
    margin-top: 16px;
  }

  #feature-page .feature-page__flow-item h3 {
    font-size: 20px;
    text-align: center;
  }

  #feature-page .feature-page__flow-item p {
    margin-top: 8px;
    font-size: 16px;
  }

  #feature-page .feature-page__school-list-title {
    font-size: 30px;
  }

  #feature-page .feature-page__prefecture {
    padding: 28px 0;
  }

  #feature-page .feature-page__prefecture h3 {
    font-size: 22px;
  }

  #feature-page .feature-page__area {
    grid-template-columns: 160px minmax(0, 1fr);
    gap: 20px;
  }

  #feature-page .feature-page__area h4 {
    font-size: 14px;
  }

  #feature-page .feature-page__area li {
    font-size: 13px;
  }
}

@media screen and (min-width: 1080px) {
  .c-breadcrumbs {
    padding: 18px 0 0;
  }

  .c-breadcrumbs .u-wrap.feature-page__breadcrumbs-wrap {
    box-sizing: border-box;
    max-width: 1080px;
    padding: 0 40px;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.4;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .c-breadcrumbs .feature-page__breadcrumbs-wrap ul {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    list-style: none;
    white-space: nowrap;
  }

  .c-breadcrumbs .feature-page__breadcrumbs-wrap li {
    flex: 0 0 auto;
    padding-right: 5px;
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
    white-space: nowrap;
  }

  #feature-page .feature-page__fv {
    padding-top: 20px;
  }

  #feature-page .feature-page__fv-wrap {
    max-width: 1080px;
    padding: 0 40px;
    position: relative;
  }

  #feature-page .feature-page__fv-note {
    display: block;
    position: absolute;
    right: 40px;
    bottom: -3px;
    z-index: 2;
    width: 470px;
    margin: 0;
    text-align: left;
  }

  #feature-page .feature-page__fv-note p {
    font-size: 12px;
  }
}
