@charset "UTF-8";
@media screen and (min-width: 769px) {
  .view--pc {
    display: block;
  }
  .view--sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .view--pc {
    display: none;
  }
  .view--sp {
    display: block;
  }
}

/*----------------------------------------------------
	.page
----------------------------------------------------*/
.page .inner {
  width: 100%;
  max-width: 978px;
  margin: auto;
}
.page a {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .page .inner {
    width: 90%;
  }
}

.page img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.page _:-ms-input-placeholder,
.page img {
  width: 100%;
  vertical-align: middle;
}

.page .anchor {
  margin-top: -40px;
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  .page .anchor {
    margin-top: -50px;
    padding-top: 50px;
  }
}

/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
/*----------------------------------------------------
	フッター
----------------------------------------------------*/
.page {
  width: 100%;
  padding: 0 0 80px;
  background-color: #fff;
  color: #333;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 1px;
}

.page .kv {
  text-align: center;
}

.page .kv h1 {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .page .kv {
    max-width: 100%;
  }
}
.page .kv h1 img{
  width: 100%;
}
.page .tit {
  padding: 80px 0 60px;
}

@media screen and (max-width: 768px) {
  .page .tit {
    padding: 13vw 0 6.5vw;
  }
}

.page .tit p {
  display: inline;
  font-weight: bold;
  font-size: 36px;
  color: #0064BF;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(0%, #FFF300));
  background: linear-gradient(transparent 55%, #FFF300 0%);
  line-height: 36px;
}

@media screen and (max-width: 768px) {
  .page .tit p {
    font-size: 6.8vw;
    line-height: 1.5;
  }
}

.page .sb_tit {
  margin: 0 0 65px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .page .sb_tit {
    font-size: 3.6vw;
    margin: 0 auto 10.4vw;
  }
}

@media screen and (max-width: 768px) {
  .page .btn_set {
    width: 100%;
  }
}

.page .btn_set .shop_deails {
  margin-bottom: 40px;
}

.page .btn_set .shop_deails .shop_deails_txt {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .page .btn_set .shop_deails .shop_deails_txt {
    font-size: 3.9vw;
    margin-bottom: 5.2vw;
  }
}

@media screen and (max-width: 768px) {
  .page .btn_set .shop_deails {
    margin-bottom: 6.5vw;
  }
}

.page .btn_set .shop_deails a {
  font-size: 18px;
  line-height: 60px;
  border-radius: 50px;
  font-weight: bold;
  width: 469px;
  height: 60px;
  background-color: #0064BF;
  color: #fff;
  position: relative;
}

@media screen and (max-width: 768px) {
  .page .btn_set .shop_deails a {
    font-size: 3.6vw;
    width: 100%;
    max-height: 102px;
  }
}

.page .btn_set .shop_deails a::after {
  width: 8px;
  height: 16px;
  content: "";
  position: absolute;
  background: url(/ec/img/usr/pg/campaign/gakuseifuku/arrow_right.png) no-repeat center center;
  background-size: 100% auto;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  margin-left: 15px;
}

@media screen and (max-width: 768px) {
  .page .btn_set .shop_deails a::after {
    width: 1.8vw;
    height: 3.6vw;
    margin-left: 1.3vw;
  }
}

.page .btn_set .contact_btn {
  margin: 50px auto 85px;
}

@media screen and (max-width: 768px) {
  .page .btn_set .contact_btn {
    margin: 7.8vw 0 13vw;
  }
}

.page .btn_set .contact_btn a {
  font-size: 18px;
  line-height: 60px;
  border-radius: 50px;
  font-weight: bold;
  width: 469px;
  height: 60px;
  background-color: #0064BF;
  color: #fff;
  position: relative;
}

@media screen and (max-width: 768px) {
  .page .btn_set .contact_btn a {
    font-size: 3.6vw;
    width: 100%;
    max-height: 102px;
  }
}

.page .btn_set .contact_btn a::after {
  width: 8px;
  height: 16px;
  content: "";
  position: absolute;
  background: url(/ec/img/usr/pg/campaign/gakuseifuku/arrow_right.png) no-repeat center center;
  background-size: 100% auto;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  margin-left: 15px;
}

@media screen and (max-width: 768px) {
  .page .btn_set .contact_btn a::after {
    width: 1.8vw;
    height: 3.6vw;
    margin-left: 1.3vw;
  }
}

.page .btn_set .small_btn {
  margin: 40px auto 0;
}

@media screen and (max-width: 768px) {
  .page .btn_set .small_btn {
    margin: 7.8vw 0 0;
  }
}

.page .btn_set .small_btn a {
  font-size: 18px;
  line-height: 60px;
  border-radius: 50px;
  font-weight: bold;
  width: 320px;
  height: 60px;
  background-color: #0064BF;
  color: #fff;
  position: relative;
}

@media screen and (max-width: 768px) {
  .page .btn_set .small_btn a {
    font-size: 3.6vw;
    width: 100%;
    max-height: 102px;
  }
}

.page .btn_set .small_btn a::after {
  width: 8px;
  height: 16px;
  content: "";
  position: absolute;
  background: url(/ec/img/usr/pg/campaign/gakuseifuku/arrow_right.png) no-repeat center center;
  background-size: 100% auto;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  margin-left: 15px;
}

@media screen and (max-width: 768px) {
  .page .btn_set .small_btn a::after {
    width: 1.8vw;
    height: 3.6vw;
    margin-left: 1.3vw;
  }
}

.page .btn_set_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 680px;
  margin: 65px auto 100px;
}

@media screen and (max-width: 768px) {
  .page .btn_set_2 {
    width: 100%;
    display: block;
    margin: 10.4vw auto 12.4vw;
  }
}

@media screen and (max-width: 768px) {
  .page .btn_set_2 .sicyaku_shop {
    width: 100%;
    margin-bottom: 7.2vw;
  }
}

.page .btn_set_2 .sicyaku_shop a {
    font-size: 18px;
    line-height: 1.5;
    border-radius: 50px;
    font-weight: bold;
    width: 320px;
    /* height: 60px; */
    background-color: #0064BF;
    color: #fff;
    position: relative;
    padding: 18px 0;
}

@media screen and (max-width: 768px) {
  .page .btn_set_2 .sicyaku_shop a {
    font-size: 3.6vw;
    width: 100%;
    max-height: 102px;
  }
}

.page .btn_set_2 .sicyaku_shop a::after {
  width: 8px;
  height: 16px;
  content: "";
  position: absolute;
  background: url(/ec/img/usr/pg/campaign/gakuseifuku/arrow_right.png) no-repeat center center;
  background-size: 100% auto;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  margin-left: 55px;
}

@media screen and (max-width: 768px) {
  .page .btn_set_2 .sicyaku_shop a::after {
    width: 1.8vw;
    height: 3.6vw;
    margin-left: 7.3vw;
  }
}

.page .merit {
  max-width: 978px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page .merit {
    width: 90%;
  }
}

.page .merit__set {
  max-width: 560px;
  margin: 0 auto 65px;
}

@media screen and (max-width: 768px) {
  .page .merit__set {
    width: 100%;
    margin: 3.9vw auto 11.1vw;
  }
}

.page .merit__set ul li {
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .page .merit__set ul li {
    margin-bottom: 5.2vw;
  }
}

.page .merit__set ul li:last-child {
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .page .merit__set ul li:last-child {
    margin-bottom: 3.9vw;
  }
}

.page .merit__set__kome {
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .page .merit__set__kome {
    font-size: 3.1vw;
  }
}

.page .merit__proof {
  max-width: 720px;
  background: #CCE0F2;
  padding: 40px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .page .merit__proof {
    max-width: 100%;
    display: block;
    padding: 7.3vw 4.9vw;
  }
}

.page .merit__proof__img {
  max-width: 160px;
  width: 25%;
  margin: 0 auto 0 0;
}

@media screen and (max-width: 768px) {
  .page .merit__proof__img {
    max-width: 320px;
    width: 65%;
    margin: auto;
  }
}

.page .merit__proof__img p {
  font-size: 11px;
  margin: 10px 0 0;
}

@media screen and (max-width: 768px) {
  .page .merit__proof__img p {
    margin: 3.3vw 0 0;
    font-size: 2.9vw;
  }
}

.page .merit__proof__text {
  width: 70%;
  text-align: left;
  line-height: 1.5;
  padding: 10px 0;
}

@media screen and (max-width: 768px) {
  .page .merit__proof__text {
    width: 100%;
    padding: 7.3vw 0 0;
  }
}

.page .merit__proof__text .proof__tit {
  font-weight: bold;
  font-size: 15px;
  margin: 0 0 20px;
  color: #0064BF;
}

@media screen and (max-width: 768px) {
  .page .merit__proof__text .proof__tit {
    font-size: 5.2vw;
  }
}

.page .merit__proof__text .proof__txt {
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .page .merit__proof__text .proof__txt {
    font-size: 3.6vw;
    line-height: 1.7;
  }
}

.page .introduction_bk {
  background-color: #CCE0F2;
}

.page .introduction {
  max-width: 978px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page .introduction {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .page .introduction .tit {
    margin: 11.7vw 0 10.4vw;
  }
}

.page .introduction .introduction_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .page .introduction .introduction_main {
    display: block;
    padding-bottom: 10.4vw;
  }
}

.page .introduction .introduction_main .set_img {
  max-width: 469px;
  width: 49%;
}

@media screen and (max-width: 768px) {
  .page .introduction .introduction_main .set_img {
    max-width: 100%;
    width: 100%;
    margin: 0 0 5.2vw;
  }
}

.page .introduction .introduction_main .set_text {
  width: 49%;
  margin: 1.3vw 0;
}

@media screen and (max-width: 768px) {
  .page .introduction .introduction_main .set_text {
    width: 100%;
  }
}

.page .introduction .introduction_main .set_text .case_main_txt-set {
  text-align: left;
}

.page .introduction .introduction_main .set_text .case_main_txt-set .set_tit {
  font-weight: bold;
  font-size: 24px;
  color: #0064BF;
  margin: 0 0 20px;
}

@media screen and (max-width: 768px) {
  .page .introduction .introduction_main .set_text .case_main_txt-set .set_tit {
    font-size: 5.2vw;
    text-align: center;
  }
}

.page .introduction .introduction_main .set_text .case_main_txt-set .set_txt {
  font-size: 15px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .page .introduction .introduction_main .set_text .case_main_txt-set .set_txt {
    font-size: 3.6vw;
  }
}

.page .benefits {
  max-width: 978px;
  margin: 0 auto 83px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page .benefits {
    width: 90%;
    margin: 0 auto 13vw;
  }
}

.page .benefits ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .page .benefits ul {
    display: block;
  }
}

.page .benefits ul li {
  max-width: 299px;
  width: 32%;
}

@media screen and (max-width: 768px) {
  .page .benefits ul li {
    max-width: 100%;
    width: 100%;
    margin-bottom: 10.4vw;
  }
}

.page .benefits ul li .set .set_tit {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
  color: #0064BF;
  margin: 25px 0;
}

@media screen and (max-width: 768px) {
  .page .benefits ul li .set .set_tit {
    font-size: 5.2vw;
    margin: 5.2vw 0;
  }
}

.page .benefits ul li .set .set_txt {
  font-size: 15px;
  text-align: left;
  line-height: 1.7;
  margin: 0 0 40px;
}

@media screen and (max-width: 768px) {
  .page .benefits ul li .set .set_txt {
    font-size: 3.6vw;
    margin: 0 0 6.5vw;
  }
}

.page .benefits ul li .set .set_kome {
  font-size: 13px;
  text-align: left;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .page .benefits ul li .set .set_kome {
    font-size: 3.6vw;
  }
}

.page .benefits ul li .set .set_btn a {
  background-color: #0064BF;
  font-size: 15px;
  border-radius: 50px;
  font-weight: bold;
  width: 100%;
  height: 60px;
  color: #fff;
  position: relative;
  padding: 18px 0;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .page .benefits ul li .set .set_btn a {
    height: 100%;
    font-size: 3.6vw;
    width: 100%;
  }
}

.page .benefits ul li .set .set_btn a::after {
  width: 8px;
  height: 16px;
  content: "";
  position: absolute;
  background: url(/ec/img/usr/pg/campaign/gakuseifuku/arrow_right.png) no-repeat center center;
  background-size: 100% auto;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  margin-left: 15px;
}

@media screen and (max-width: 768px) {
  .page .benefits ul li .set .set_btn a::after {
    width: 1.8vw;
    height: 3.6vw;
    margin-left: 1.3vw;
  }
}

.page .relief_bk {
  background-color: #CCE0F2;
}

.page .relief {
  max-width: 978px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 1px;
}

@media screen and (max-width: 768px) {
  .page .relief {
    width: 90%;
  }
}

.page .relief ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 675px;
  margin: 0 auto 65px;
}

@media screen and (max-width: 768px) {
  .page .relief ul {
    max-width: 100%;
    margin: 0 auto 10.4vw;
  }
}

.page .relief ul li {
  max-width: 166px;
  width: 23%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .page .relief ul li {
    max-width: 100%;
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .page .relief ul li .set_img {
    max-width: 22vw;
  }
}

.page .relief ul li:before {
  width: 15px;
  height: 20px;
  content: '';
  position: absolute;
  background: url(/ec/img/usr/pg/campaign/gakuseifuku/arrow_flow_right.png) no-repeat center center;
}

@media screen and (min-width: 769px) {
  .page .relief ul li:before {
    top: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    right: -67.5px;
  }
}

@media screen and (max-width: 768px) {
  .page .relief ul li:before {
    width: 2.6vw;
    height: 2vw;
    background: url(/ec/img/usr/pg/campaign/gakuseifuku/arrow_flow_right.png) no-repeat center center;
    background-size: contain;
    top: 50%;
    right: -9vw;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.page .relief ul li:last-child:before {
  content: '';
  position: absolute;
  background: none;
}

.page .relief .relief__txt {
  width: 720px;
  margin: 0 auto 25px;
  font-size: 15px;
  line-height: 1.8;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .page .relief .relief__txt {
    width: 100%;
    font-size: 3.6vw;
  }
}

.page .relief .relief__kome {
  width: 720px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .page .relief .relief__kome {
    width: 100%;
    font-size: 3.6vw;
  }
}

.page .relief .contact_btn a {
  background-color: #00B3A2;
}

@media screen and (min-width: 769px) {
  .page .relief .btn_set_2 {
    margin: 80px auto 80px;
  }
}

.page .qa {
  max-width: 978px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page .qa {
    width: 90%;
  }
}

@media screen and (min-width: 769px) {
  .page .qa .contact_btn {
    margin: 40px 0 0;
  }
}

.page .panel {
  display: none;
}

.page .panel.is-show {
  display: block;
  padding: 0;
}

.page .type__set .tab-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 980px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .page .type__set .tab-group {
    max-width: 100%;
  }
}

.page .type__set .tab-group .tab {
  max-width: 315px;
  color: #999;
  background-color: #EEEEEE;
  text-align: center;
  line-height: 1.5;
  padding: 23px;
  position: relative;
  width: 33%;
}

@media screen and (max-width: 768px) {
  .page .type__set .tab-group .tab {
    padding: 6.5vw 0;
  }
}

.page .type__set .tab-group .tab span {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .page .type__set .tab-group .tab span {
    font-weight: bold;
    font-size: 3.9vw;
  }
}

@media screen and (max-width: 768px) {
  .page .type__set .tab-group .tab-01,
  .page .type__set .tab-group .tab-03 {
    padding: 9.1vw 0;
  }
}

.page .type__set .tab-group .tab-01 {
  background-color: #0064BF;
  color: #fff;
}

.page .type__set .tab-group .tab-02 {
  background-color: #00B3A2;
  color: #fff;
}

.page .type__set .tab-group .tab-03 {
  background-color: #00AEEF;
  color: #fff;
}

.page .type__set .tab-group .tab::after {
  position: absolute;
  content: ' ';
  background: url(/ec/img/usr/pg/campaign/gakuseifuku/arrow_bottom.png);
  width: 16px;
  height: 8px;
  background-size: contain;
}

@media screen and (min-width: 769px) {
  .page .type__set .tab-group .tab::after {
    top: 45%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    margin: 0 0 auto 20px;
  }
}

@media screen and (max-width: 768px) {
  .page .type__set .tab-group .tab::after {
    right: 46%;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    bottom: 1.3vw;
  }
}

.page .type__set .tab-group .tab.is-active::after {
  background: url(/ec/img/usr/pg/campaign/gakuseifuku/arrow_bottom.png);
}

.page .type__set .tab-group .tab-01.is-active {
  background-color: #0064BF;
  color: #fff;
}

.page .type__set .tab-group .tab-02.is-active {
  background-color: #00B3A2;
  color: #fff;
}

.page .type__set .tab-group .tab-03.is-active {
  background-color: #00AEEF;
  color: #fff;
}

.page .type__set .tab_type .type {
  max-width: 978px;
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .page .type__set .tab_type .type {
    max-width: 90%;
  }
}

@media screen and (min-width: 769px) {
  .page .type__set .tab_type .type .tit {
    padding: 68px 0 24px;
  }
}

@media screen and (max-width: 768px) {
  .page .type__set .tab_type .type .tit {
    padding: 10.4vw 0 5.2vw;
  }
}

.page .type__set .tab_type .type .type__price {
  margin: 0 auto 65px;
  max-width: 330px;
}

@media screen and (max-width: 768px) {
  .page .type__set .tab_type .type .type__price {
    width: 80%;
    margin: 0 auto 7.2vw;
  }
}

.page .type__set .tab_type .type .type__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .page .type__set .tab_type .type .type__main {
    display: block;
  }
}

.page .type__set .tab_type .type .type__main .type__main__img {
  max-width: 400px;
  width: 40%;
}

@media screen and (max-width: 768px) {
  .page .type__set .tab_type .type .type__main .type__main__img {
    max-width: 100%;
    width: 100%;
  }
}

.page .type__set .tab_type .type .type__main .type__main__text {
  width: 56%;
  margin: 6.5vw 0;
}

@media screen and (max-width: 768px) {
  .page .type__set .tab_type .type .type__main .type__main__text {
    max-width: 100%;
    width: 100%;
  }
}

.page .type__set .tab_type .type .type__main .type__main__text .type__main__text__tit {
  font-weight: bold;
  font-size: 24px;
  color: #0064BF;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .page .type__set .tab_type .type .type__main .type__main__text .type__main__text__tit {
    font-size: 5.2vw;
    margin-bottom: 5.2vw;
  }
}

.page .type__set .tab_type .type .type__main .type__main__text .type__main__text__txt {
  font-size: 15px;
  line-height: 1.8;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .page .type__set .tab_type .type .type__main .type__main__text .type__main__text__txt {
    font-size: 3.6vw;
  }
}

.page .type__set .tab_type .type .type__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 65px 0 40px;
}

@media screen and (max-width: 768px) {
  .page .type__set .tab_type .type .type__item {
    margin: 10.4vw 0 5.2vw;
  }
}

.page .type__set .tab_type .type .type__item li {
  width: 32%;
  margin: 0 0 25px;
}

@media screen and (max-width: 768px) {
  .page .type__set .tab_type .type .type__item li {
    width: 47%;
    margin: 0 0 5.2vw;
  }
}

.page .type__set .tab_type .type .type__set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .page .type__set .tab_type .type .type__set {
    display: block;
  }
}

.page .type__set .tab_type .type .type__set li {
  width: 48.5%;
}

@media screen and (max-width: 768px) {
  .page .type__set .tab_type .type .type__set li {
    width: 100%;
  }
}

.page .type__set .tab_type .type .type__set li .btn_set .contact_btn {
  margin: 40px auto 30px;
}

@media screen and (max-width: 768px) {
  .page .type__set .tab_type .type .type__set li .btn_set .contact_btn {
    margin: 7.2vw auto 12.4vw;
  }
}

.page .type__set .tab_type .type .type__set li .btn_set .contact_btn a {
  max-width: 420px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .page .type__set .tab_type .type .type__set li .btn_set .contact_btn a {
    max-width: 100%;
  }
}

.page .type__set .tab_type__01 .tab-line {
  border-bottom: 4px #0064BF solid;
}

.page .type__set .tab_type__01 .tit p {
  color: #0064BF;
}

.page .type__set .tab_type__02 .tab-line {
  border-bottom: 4px #00B3A2 solid;
}

.page .type__set .tab_type__02 .tit p {
  color: #00B3A2;
}

.page .type__set .tab_type__02 .btn_set .small_btn a,
.page .type__set .tab_type__02 .btn_set .contact_btn a {
  background-color: #00B3A2;
}

.page .type__set .tab_type__03 .tab-line {
  border-bottom: 4px #00AEEF solid;
}

.page .type__set .tab_type__03 .tit p {
  color: #00AEEF;
}

.page .type__set .tab_type__03 .btn_set .small_btn a,
.page .type__set .tab_type__03 .btn_set .contact_btn a {
  background-color: #00AEEF;
}

.page .accordion {
  width: 720px;
  text-align: left;
  margin: 0 auto 140px;
  border-bottom: 1px #D5D5D5 solid;
  position: relative;
}

@media screen and (max-width: 768px) {
  .page .accordion {
    width: 100%;
  }
}

.page .accordion .menu {
  position: relative;
  border-top: 1px #D5D5D5 solid;
  max-width: 720px;
  width: 100%;
  padding: 15px 50px 15px 55px;
  font-size: 15px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .page .accordion .menu {
    width: 100%;
    padding: 3.3vw 10.4vw 3.3vw 10.4vw;
    font-size: 3.6vw;
  }
}

.page .accordion .menu::before {
  position: absolute;
  left: 10px;
  padding: 15px 0;
  content: ' ';
  background-image: url(/ec/img/usr/pg/campaign/gakuseifuku/accordion_q.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
  font-size: 14px;
  font-weight: bold;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (max-width: 768px) {
  .page .accordion .menu::before {
    width: 6.3vw;
    height: 6.3vw;
  }
}

.page .accordion .menu:after {
  position: absolute;
  right: 10px;
  padding: 0px 0;
  content: ' ';
  background-image: url(/ec/img/usr/pg/campaign/gakuseifuku/arrow_blue.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 8px;
  height: 16px;
  font-size: 14px;
  font-weight: bold;
  top: 42%;
  -webkit-transform: rotate(90deg) translate(-50%, 0);
          transform: rotate(90deg) translate(-50%, 0);
  -webkit-transition: all, 0.25s, linear;
  transition: all, 0.25s, linear;
  right: 10px;
}

.page .accordion .child {
  display: none;
}

.page .accordion .child li {
  font-size: 15px;
  line-height: 1.8;
  border-top: 1px #D5D5D5 solid;
  padding: 15px 50px 15px 50px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .page .accordion .child li {
    padding: 3.3vw 10.4vw 3.3vw 10.4vw;
  }
}

.page .accordion .child li a {
  text-decoration: underline;
}

.page .accordion .child li::before {
  position: absolute;
  left: 10px;
  padding: 15px 0;
  content: ' ';
  background-image: url(/ec/img/usr/pg/campaign/gakuseifuku/accordion_a.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .page .accordion .child li::before {
    width: 6.3vw;
    height: 6.3vw;
  }
}

.page .accordion .menu.accordion-active:after {
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.page .grad-btn {
  z-index: 9999;
  font-size: 18px;
  line-height: 60px;
  border-radius: 50px;
  font-weight: bold;
  width: 299px;
  height: 60px;
  background-color: #0064BF;
  color: #fff;
  display: block;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  bottom: -28px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media screen and (max-width: 768px) {
  .page .grad-btn {
    width: 50%;
  }
}

.page .grad-btn::before {
  content: "続きを見る";
}

.page .grad-btn::after {
  position: absolute;
  content: ' ';
  background: url(/ec/img/usr/pg/campaign/gakuseifuku/arrow_bottom.png);
  width: 16px;
  height: 8px;
  background-size: contain;
}

@media screen and (min-width: 769px) {
  .page .grad-btn::after {
    top: 45%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    right: 15px;
  }
}

@media screen and (max-width: 768px) {
  .page .grad-btn::after {
    top: 45%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    right: 15px;
  }
}

.page .grad-item {
  position: relative;
  overflow: hidden;
  height: 348px;
  /*隠した状態の高さ*/
}

.page .grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 370px;
  /*グラデーションで隠す高さ*/
  background: -webkit-gradient(linear, left top, left bottom, color-stop(88%, rgba(255, 255, 255, 0)), color-stop(93%, rgba(255, 255, 255, 0.9)), color-stop(95%, rgba(255, 255, 255, 0.9)), to(#fff));
  background: linear-gradient(top, rgba(255, 255, 255, 0) 88%, rgba(255, 255, 255, 0.9) 93%, rgba(255, 255, 255, 0.9) 95%, #fff 100%);
  content: "";
  z-index: 9;
  pointer-events: none;
}

.page .grad-trigger {
  display: none;
  /*チェックボックスは常に非表示*/
}

.page .grad-trigger:checked ~ .grad-btn {
  bottom: -100px;
}

.page .grad-trigger:checked ~ .grad-btn::before {
  content: "閉じる";
}

.page .grad-trigger:checked ~ .grad-btn::after {
  position: absolute;
  content: ' ';
  background: url(/ec/img/usr/pg/campaign/gakuseifuku/arrow_top.png);
  width: 16px;
  height: 8px;
  background-size: contain;
}

@media screen and (min-width: 769px) {
  .page .grad-trigger:checked ~ .grad-btn::after {
    top: 45%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    right: 15px;
  }
}

@media screen and (max-width: 768px) {
  .page .grad-trigger:checked ~ .grad-btn::after {
    top: 45%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    right: 15px;
  }
}

.page .grad-trigger:checked ~ .grad-item {
  height: auto;
  /*チェックされていたら、高さを戻す*/
}

.page .grad-trigger:checked ~ .grad-item::before {
  display: none;
  /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}
/*# sourceMappingURL=style.css.map */