@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
/*-----------------------
   //共通
------------------------*/
/*---------mixin設定-------------*/
/*ブレイクポイント*/
@media (max-width: 768px) {
  .sp_none {
    display: none; } }
@media (min-width: 769px) {
  .pc_none {
    display: none; } }
main {
  overflow: hidden; }

.zen {
  font-family: 'Zen Maru Gothic', sans-serif; }

.l-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 50px; }
  @media (max-width: 768px) {
    .l-inner {
      width: 88%;
      padding: 0; } }

.txt-marker {
  background: linear-gradient(transparent 60%, #F9ED5F 60%); }

.txt-blue {
  color: #0e369f; }

.txt-red {
  color: #C62E00; }

.txt-orange {
  color: #E57700; }

.txt-yellow {
  color: #ffee00; }

.bg-color {
    background: linear-gradient(to bottom, #cee7fd, #ffffff);
  }

.bg-square {
  background: #fff url("../images/bg-square.png");
  background-size: 1%; }
  @media (max-width: 768px) {
    .bg-square {
      background-size: 4%; } }

.cmn-ttl {
  text-align: center;
  margin-bottom: 50px; }
  .cmn-ttl__sub span {
    background: #2c71a5;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 3px 20px;
    box-sizing: border-box;
    border-radius: 100vh;
    position: relative; }
    .cmn-ttl__sub span::before {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -10px;
      border: 10px solid transparent;
      border-top: 12px solid #2c71a5; }
  .cmn-ttl__main {
    font-size: 50px; }
    .cmn-ttl__main span.slash {
      position: relative;
      padding: 0 50px; }
    .cmn-ttl__main span.slash::before {
      position: absolute;
      left: 0;
      top: 10px;
      content: "";
      width: 4px;
      height: 80%;
      background: #000;
      border-radius: 3px;
      transform: rotate(-25deg); }
    .cmn-ttl__main span.slash::after {
      position: absolute;
      content: "";
      right: 0;
      top: 10px;
      width: 4px;
      height: 80%;
      background: #000;
      border-radius: 3px;
      transform: rotate(25deg); }

@media (max-width: 768px) {
  .cmn-ttl {
    margin-bottom: 30px; }
    .cmn-ttl__sub {
      margin-bottom: 5px; }
      .cmn-ttl__sub span {
        font-size: 15px; }
        .cmn-ttl__sub span::before {
          margin-left: -8px;
          border: 8px solid transparent;
          border-top: 10px solid #2c71a5; }
    .cmn-ttl__main {
      font-size: 28px; }
      .cmn-ttl__main span.slash {
        padding: 0 30px; }
      .cmn-ttl__main span.slash::before {
        top: 5px;
        width: 3px; }
      .cmn-ttl__main span.slash::after {
        top: 5px;
        width: 3px; } }
/*-----------------------
   //cv
------------------------*/
.cv {
  background: #2c71a5; }
  .cv .cv-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 35px 50px 40px;
    background-image: url("../images/cv_obj_01.png"), url("../images/cv_obj_02.png");
    background-repeat: no-repeat,no-repeat;
    background-position: left bottom,right bottom;
    background-size: auto,auto; }
  .cv__ttl {
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px; }
  .cv .cv-btn-list {
    display: flex;
    justify-content: center;
    flex-flow: row wrap; }
    .cv .cv-btn-list .btn-item {
      width: 335px;
      margin: 0 20px; }
      .cv .cv-btn-list .btn-item a {
        display: block;
        background: #0E369F;
        color: #fff;
        border-radius: 5px;
        padding: 25px 0 20px;
        text-align: center;
        font-size: 18px;
        letter-spacing: 1px;
        font-weight: 700;
        position: relative;
        border-bottom: solid 4px #001E6C; }
        .cv .cv-btn-list .btn-item a:hover {
          opacity: 0.8; }
        .cv .cv-btn-list .btn-item a::after {
          content: "";
          display: block;
          width: 15px;
          height: 15px;
          position: absolute;
          right: 24px;
          top: 0;
          bottom: 0;
          margin: auto; }
      .cv .cv-btn-list .btn-item.btn-trial a::before {
        content: "";
        display: block;
        background: url("../images/cv_btn_icon01.png") no-repeat;
        background-size: contain;
        width: 30px;
        height: 30px;
        position: absolute;
        left: 20px;
        top: 0;
        bottom: 0;
        margin: auto; }
      .cv .cv-btn-list .btn-item.btn-trial a::after {
        background: url("../images/cv_btn_arrow01.png") no-repeat;
        background-size: contain; }
      .cv .cv-btn-list .btn-item.btn-doc a {
        background: #fff;
        color: #0E369F;
        border: 2px solid #0E369F;
        border-bottom: 4px solid #0E369F; }
      .cv .cv-btn-list .btn-item.btn-doc a::before {
        content: "";
        display: block;
        background: url("../images/cv_btn_icon02.png") no-repeat;
        background-size: contain;
        width: 34px;
        height: 26px;
        position: absolute;
        left: 25px;
        top: 0;
        bottom: 0;
        margin: auto; }
      .cv .cv-btn-list .btn-item.btn-doc a::after {
        background: url("../images/cv_btn_arrow02.png") no-repeat;
        background-size: contain; }
  .cv__note {
    text-align: center;
    color: #fff;
    margin-top: 20px;
    display: block; }

@media (max-width: 768px) {
  .cv .cv-inner {
    width: 100%;
    padding: 30px 0 43px;
    background-size: 40%,33%;
    background-position: left -30px bottom,right -30px bottom; }
  .cv__ttl {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 20px; }
    .cv__ttl span {
      display: block; }
  .cv .cv-btn-list {
    flex-flow: column-reverse; }
    .cv .cv-btn-list .btn-item {
      width: 85%;
      margin: 0 auto 15px; }
      .cv .cv-btn-list .btn-item a {
        font-size: 17px;
        padding: 20px 0 17px; }
  .cv__note {
    margin: 5px auto 0; } }
/*-----------------------
   //fv
------------------------*/
.fv {
  background: #EBEBEB; }
  .fv .wrap {
    /*background: url("../images/fv_pc.png") no-repeat;
    background-size: cover;
    background-position: center top;*/
    max-width: 1400px;
    min-width: 1400px;
    margin: 0 auto; }
  .fv .fv-inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 120px 30px 410px; }
.fv__ttl {
max-width: 590px;
    position: absolute;
    right: 90px;
    top: -110px;
    bottom: 0;
    margin: auto;
    height: 145px;
}
.fv__sub-copy {
position: absolute;
    right: -50px;
    bottom: 110px;
    max-width: 840px;
}

@media (min-width: 769px) {

  .fv.himeji .wrap {
	  background-position: center;}

.fv.himeji .fv-inner {
	padding: 110px 30px 66px 100px;
}
.fv.himeji .fv__ttl {
    max-width: 620px; }


	.fv .badge {
		position: absolute;
		width: 200px;
		left: 20px;
		top: 20px;
	}
}

@media (max-width: 768px) {
  /*.fv .wrap {
    background: url("../images/fv_sp_.png") no-repeat;
    background-size: cover;
	  background-position: left bottom;
    height: 440px;
        min-width: 100%;
  }*/
  .fv .fv-inner {
	  position: relative;
    width: 100%;
	  height: 100%;
    padding: 30px 0 0; }
  .fv__ttl {
    width: 102%;
    margin: 0 auto;
    right: 0;
    top: 26px;
    left: -4px;
  }
  .fv__sub-copy {
    position: absolute;
    right: auto;
    left: 0;
    top: 95px;
    max-width: 90%;
    right: 0;
    margin: auto;
  }
	
	
	.fv .badge {
		position: absolute;
		width: 40vw;
		left: 20px;
		top: auto;
		bottom: 15px;
	}

}
/*-----------------------
   //massage
------------------------*/
.massage {
/*   background: url("../images/message_bg.jpg") no-repeat; */
  background-position: center bottom;
  background-size: 100%;
  padding: 80px 0 80px; }
.massage strong {
  color: #0e369f;
  font-weight: bold;
}

.banner{
  margin: 0 0 80px;
}

  .massage .massage-inner {
    max-width: 780px;
    margin: 0 auto;
    position: relative;
    padding-left: 0; }
/*     .massage .massage-inner::before {
      content: "";
      display: block;
      background: url("../images/message_sub_txt01.png") no-repeat;
      background-size: contain;
      width: 45px;
      height: 150px;
      position: absolute;
      left: 0;
      top: 18px; } */
  .massage__ttl {
        text-align: center;
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 30px; }
    .massage__ttl span {
      color: #fff;
      font-size: 40px;
      background: linear-gradient(#0757ba, #4884d0);
      border-radius: 5px;
      padding: 0 20px; }
  .massage__txt {
    font-size: 18px;
    line-height: 2; }
  .massage__banner {
    margin: 50px 0 0;
  }
  .massage__eng {
    position: absolute;
    right: -80px;
    bottom: -165px;
    width: 385px; }

@media (max-width: 768px) {
  .massage {
    background-size: 100%;
    background-position: center bottom;
    padding: 45px 0 40px; }
    .massage .massage-inner {
      width: 100%;
      padding: 0 20px; }
/*       .massage .massage-inner::before {
        width: 30px;
        height: 90px;
        top: 10px; } */
    .massage__ttl {
      font-size: 22px;
      margin-bottom: 20px; }
      .massage__ttl span {
        font-size: 24px;
        border-radius: 3px;
        padding: 0 10px; }
    .massage__txt {
      font-size: 14px;
      line-height: 2; }
    .massage__eng {
      bottom: -80px;
      right: -20px;
      width: 50vw; } }
/*-----------------------
   //feature
------------------------*/
.feature {
  padding: 100px 0 120px; }
  .feature .cmn-ttl {
    line-height: 1.2; }
    .feature .cmn-ttl .txt-big {
      font-size: 70px; }
  .feature__block {
    border: 2px solid #2c71a5;
    margin-bottom: 70px;
    background: #fff; }
  .feature__block .big {
    font-size: 40px;
  }
    .feature__block dt {
      background: #2c71a5;
      display: flex;
      padding: 25px 50px;
box-sizing: border-box;}
      .feature__block dt .ttl {
        color: #fff;
        font-size: 30px;
        font-weight: 700;
        line-height: 1.4;
        text-align: left;
        margin-left: 20px; }
      .feature__block dt .icon {
        background: #ffee00;
        text-align: center;
        color: #000;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: column;
        width: 100px;
        height: 100px;
        font-size: 22px;
        font-weight: 700;
        line-height: 0.9; }
        .feature__block dt .icon .num {
          font-size: 48px; }
    .feature__block dd {
      padding: 25px 90px 40px;
      box-sizing: border-box; }
      .feature__block dd .txt {
        font-size: 18px;
        margin-bottom: 30px; }
      .feature__block dd .image-wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
      justify-content: center;
    }
        .feature__block dd .image-wrap figure {
          text-align: center;
        }
        .feature__block dd.flex {
          display: flex;
            justify-content: space-between;
        }
        .feature__block dd.flex .txt {
          width: 48%;
          text-align: left;
        }
        .feature__block dd.flex .image-wrap {
          width: 48%;
          display: block;
        }
        .feature__block dd.flex .image-wrap figure{
          width: 100%;
        }
    .feature__block.block03 {
      margin-bottom: 90px; }
    .feature__block.block04 {
      position: relative; }
      .feature__block.block04::after {
        content: "";
        display: block;
        background: url("../images/feature_arrow.png") no-repeat;
        background-size: contain;
        width: 390px;
        height: 65px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -120px;
        margin: auto; }
      .feature__block.block04 dt {
        display: block;
        position: relative;
        padding: 35px 0 25px; }
        .feature__block.block04 dt .sub {
          position: absolute;
          top: -20px;
          right: 0;
          left: 0;
          margin: auto; }
          .feature__block.block04 dt .sub span {
            background: #0E369F;
            color: #fff;
            font-size: 20px;
            font-weight: 700;
            padding: 3px 20px;
            box-sizing: border-box;
            border-radius: 100vh;
            position: relative; }
            .feature__block.block04 dt .sub span::before {
              content: "";
              position: absolute;
              top: 100%;
              left: 50%;
              margin-left: -10px;
              border: 10px solid transparent;
              border-top: 12px solid #0E369F; }
        .feature__block.block04 dt .ttl {
          text-align: center; }
      .feature__block.block04 dd {
        padding: 35px 90px 35px; }
      .feature__block.block04 .suport-list {
        display: flex;
        justify-content: space-between; }
        .feature__block.block04 .suport-list li {
          width: 30%; }
          .feature__block.block04 .suport-list li .txt01 {
            text-align: center;
            font-size: 16px;
            color: #fff;
            font-weight: 700;
            background: #00C754;
            border-radius: 100vh;
            padding: 2px 0;
            margin: 10px 0; }
          .feature__block.block04 .suport-list li .txt02 {
            font-size: 14px; }

@media (max-width: 768px) {
  .feature {
    padding: 60px 0 50px; }
    .feature .cmn-ttl .txt-big {
      font-size: 50px; }
    .feature__block {
      margin-bottom: 30px; }
  .feature__block .big {
    font-size: 30px;
  }
      .feature__block dt {
        border-radius: 0;
        padding: 20px 20px 15px;
        display: block; }
        .feature__block dt .ttl {
          font-size: 20px;
          margin-left: 0;
          text-align: center; }
        .feature__block dt .icon {
          flex-flow: nowrap;
          width: auto;
          height: auto;
          font-size: 18px;
          padding: 5px 0;
          width: 30%;
          margin: 0 auto 10px; }
          .feature__block dt .icon .num {
            font-size: 20px; }
      .feature__block dd {
        padding: 20px 20px 30px; }
        .feature__block dd .txt {
          text-align: left;
          width: 100%;
          font-size: 14px;
          margin-bottom: 25px; }
          .feature__block dd.flex .txt {
              width: 100%;
          }
          .feature__block dd.flex .image-wrap {
            margin-bottom: 0;
              width: 100%;
          }
        .feature__block dd .image-wrap {
          width: 100%;
          display: block; }
          .feature__block dd .image-wrap figure {
            width: 90%;
            margin: 0 auto; }
            .feature__block dd .image-wrap figure:first-child {
              margin: 0 auto 0; }
              .feature__block dd.flex{
                display: block;
              }
      .feature__block.block03 {
        margin-bottom: 60px; }
      .feature__block.block04::after {
        width: 200px;
        height: 40px;
        bottom: -70px; }
      .feature__block.block04 dt {
        display: block;
        position: relative;
        padding: 30px 0 18px; }
        .feature__block.block04 dt .sub {
          position: absolute;
          top: -20px;
          right: 0;
          left: 0;
          margin: auto; }
          .feature__block.block04 dt .sub span {
            font-size: 16px; }
            .feature__block.block04 dt .sub span::before {
              content: "";
              position: absolute;
              top: 100%;
              left: 50%;
              margin-left: -10px;
              border: 10px solid transparent;
              border-top: 12px solid #0E369F; }
      .feature__block.block04 dd {
        padding: 30px 20px 30px; }
      .feature__block.block04 .suport-list {
        display: block; }
        .feature__block.block04 .suport-list li {
          width: 100%;
          margin: 0 auto 25px; }
          .feature__block.block04 .suport-list li:last-child {
            margin: 0 auto; }
          .feature__block.block04 .suport-list li img {
            width: 100%;
            height: auto; } }
/*-----------------------
   //record
------------------------*/
.record {
  background-image: url("../images/record_bg_top.jpg"), url("../images/record_bg_bottom.jpg");
  background-repeat: no-repeat,no-repeat;
  background-position: center top,center bottom;
  background-size: 100%,100%;
  padding: 80px 0; }
.record.record-single {
  background-image: url("../images/record_bg_top.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  padding: 80px 0; }

  .record .record-inner {
    max-width: 850px;
    margin: 0 auto; }
  .record__wrap {
    border: 1px solid #EFEFEF; }
  .record__ttl {
    max-width: 560px;
    margin: 0 auto 30px; }

@media (max-width: 768px) {
  .record {
    background-image: url("../images/record_bg_top_sp.jpg");
    padding: 40px 0 35px; }
  .record.record-single {
    background-image: url("../images/record_bg_top_sp.jpg");
    padding: 40px 0 35px; }
	
    .record .record-inner {
      width: 90%; }
    .record__ttl {
      width: 100%;
      margin: 0 auto 20px; } }
/*-----------------------
   //voice
------------------------*/
.voice {
  padding: 80px 0; }
  .voice .voice-list {
    display: flex;
    justify-content: space-between; }
    .voice .voice-list li {
      width: 31%;
      border-radius: 10px;
      background: #fff;
      padding: 45px 20px 20px;
      box-sizing: border-box;
      position: relative; }
      .voice .voice-list li .txt-eng {
        position: absolute;
        left: -38px;
        top: -41px; }
      .voice .voice-list li .prof {
        border-top: 1px solid #D3D3D3;
        padding-top: 15px;
        margin-top: 15px;
        display: flex;
        justify-content: flex-start;
        align-items: center; }
        .voice .voice-list li .prof figure {
          width: 20%;
          margin-right: 5%; }
        .voice .voice-list li .prof .name {
          width: 75%;
          font-size: 14px;
          font-weight: 500; }

@media (max-width: 768px) {
  .voice {
    padding: 50px 0 45px; }
    .voice .voice-list {
      display: block; }
      .voice .voice-list li {
        width: 90%;
        margin: 0 auto 25px;
        padding: 35px 20px 20px; }
        .voice .voice-list li:last-child {
          margin: 0 auto; }
        .voice .voice-list li .txt-eng {
          left: -30px;
          top: -30px;
          width: 115px; } }
/*-----------------------
   //faq
------------------------*/
.faq {
  padding: 80px 0; }

@media (max-width: 768px) {
  .faq {
    padding: 50px 0 40px; } }
/*-----------------------
   //flow
------------------------*/
.flow {
  padding: 80px 0; }
  .flow .flow-list {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    list-style: none; }
    .flow .flow-list li {
      background: #fff;
      border-radius: 15px;
      padding: 60px 20px 20px;
      box-sizing: border-box;
      width: 23%;
      position: relative; }
      .flow .flow-list li::before {
        content: "";
        background: url("../images/flow_arrow.png") no-repeat;
        background-size: contain;
        width: 20px;
        height: 50px;
        position: absolute;
        top: 60px;
        right: -25px; }
      .flow .flow-list li:last-child::before {
        content: none; }
      .flow .flow-list li .num {
        background: #0E369F;
        color: #fff;
        font-weight: 700;
        font-size: 24px;
        width: 52px;
        height: 52px;
        text-align: center;
        line-height: 50px;
        border-radius: 100vh;
        position: absolute;
        left: 0;
        right: 0;
        top: -18px;
        margin: auto; }
      .flow .flow-list li .ttl {
        text-align: center;
        font-weight: 700;
        font-size: 22px;
        margin-bottom: 20px;
        line-height: 1.4; }
      .flow .flow-list li .txt {
        font-size: 14px; }
        .flow .flow-list li .txt a {
          color: #0E369F;
          font-weight: 700; }

@media (max-width: 768px) {
  .flow {
    padding: 50px 0 45px; }
    .flow .flow-list {
      display: block;
      background: #fff;
      padding: 25px;
      box-sizing: border-box;
      border-radius: 15px;
      position: relative; }
      .flow .flow-list::before {
        content: "";
        display: block;
        background: #0E369F;
        width: 3px;
        height: 80%;
        position: absolute;
        left: 47px;
        top: 32px; }
      .flow .flow-list li {
        padding: 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-bottom: 40px;
        background: none; }
        .flow .flow-list li:last-child {
          margin-bottom: 0; }
        .flow .flow-list li::before {
          content: "";
          background: url("../images/flow_arrow_sp.png") no-repeat;
          background-size: contain;
          width: 35px;
          height: 15px;
          position: absolute;
          top: auto;
          left: 70px;
          right: 0;
          bottom: -30px;
          margin: auto; }
        .flow .flow-list li .num {
          font-size: 20px;
          width: 45px;
          height: 45px;
          line-height: 44px;
          position: relative;
          margin: 0;
          top: 0; }
        .flow .flow-list li .txtarea {
          width: 75%; }
        .flow .flow-list li .ttl {
          font-size: 20px;
          text-align: left;
          margin-bottom: 10px; }
        .flow .flow-list li .txt {
          font-size: 14px; } }
.lp-individual-11 .school {
  margin-top: 0 !important; }

@media (max-width: 768px) {
  .lp-individual-11 .school .school-list .school-cell .wrapper {
    padding: 20px !important; } }


.table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    background: #FFF;
}
.table tr {
    border: 1px solid #ACACAC;
}
.table tr th,
.table tr td {
    padding: 20px 10px;
    border: 1px solid #ACACAC;
}
.table tr th {
    font-weight: bold;
    border: 1px solid #ACACAC;
    background-color: #2c71a5;
    color: #FFF;
}
.table tr td {
}

@media screen and (max-width: 767px){
.table tr th,
.table tr td {
  padding: 5px 3px;
}
}

.center{
  text-align: center;
}
.vam{
  vertical-align: middle;
}