@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------
  RECRUITE SUPPORT PAGE
----------------------------------------------------*/

.support_page {
  background-color: #95867F;
  color: #95867F;
}

.mv_wrap {
  background-image: url(../img/recruit-joint/main01.jpg);
}
.mv_image {
  background-image: url(../img/recruit-joint/main02.jpg);
}

.support_inner {
  width: calc(1120 * var(--size-flex));
  margin: 0 auto;
}

.support_inner_narrow {
  width: calc(980 * var(--size-flex));
}

.support_section_title {
  text-align: center;
  font-size: calc(30 * var(--size-flex));
  line-height: 1.8;
  letter-spacing: .08em;
}

.support_section_title_white {
  color: #fff;
}

.support_sub_title {
  margin-top: calc(46 * var(--size-flex));
  text-align: center;
  font-size: calc(25 * var(--size-flex));
  line-height: 1.85;
  letter-spacing: .08em;
}

.support_lead {
  background-color: #95867f;
  color: #fff;
  padding: calc(90 * var(--size-flex)) 0 calc(96 * var(--size-flex));
}

.support_lead_title {
  font-size: calc(46 * var(--size-flex));
  line-height: 1.7;
  letter-spacing: .1em;
}

.support_lead_row {
  margin-top: calc(36 * var(--size-flex));
  display: grid;
  grid-template-columns: 1fr calc(430 * var(--size-flex));
  gap: calc(42 * var(--size-flex));
  align-items: center;
}

.support_lead_text {
  font-size: calc(16 * var(--size-flex));
  line-height: 2;
  letter-spacing: .07em;
}

.support_lead_image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}


.scheme{
  background-color: #fff;
  padding: calc(110 * var(--size-flex)) 0 calc(217 * var(--size-flex));
}
.scheme_inner{
  width: calc(1208 * var(--size-flex));
  margin: 0 auto;
}
.scheme_headline{
  font-size: calc(24 * var(--size-flex));
  line-height: 1.75;
}
.scheme_main{
  margin: calc(40 * var(--size-flex)) auto 0;
  background-color: #fff;
}
.scheme_main_title{
  font-size: calc(32 * var(--size-flex));
  line-height: 1.75;
  text-align: center;
  padding: calc(22 * var(--size-flex)) 0;
  background-color: #95867F;
  color: #fff;
}
.scheme_main_body{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  gap: calc(50 * var(--size-flex)) calc(40 * var(--size-flex));
  padding: calc(50 * var(--size-flex));
}
.scheme_main_block{
  position: relative;
  width: calc(534 * var(--size-flex));
  padding: calc(22 * var(--size-flex));
  font-size: calc(32 * var(--size-flex));
  text-align: center;
  line-height: 1.5;
  box-sizing: border-box;
  background-color: #95867F;
  color: #fff;
  z-index: 1;
}
.scheme_main_block_arrow{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: calc(100% + (50 * var(--size-flex)) * 2);
  background-color: #95867F;
  z-index: -1;
}
.scheme_main_block_arrow-reverse{
transform: rotate(180deg);
}
.scheme_main_block_arrow::after{
  content: "";
  position: absolute;
  display: block;
  bottom: calc(2 * var(--size-flex));
  left: calc(-9 * var(--size-flex));
  width: calc(20 * var(--size-flex));
  height: calc(20 * var(--size-flex));
  border-right: 2px solid #95867F;
  border-bottom: 2px solid #95867F;
  box-sizing: border-box;
  transform: rotate(45deg);
}
.scheme_main_block-wide{
  width: 100%;
  padding: calc(22 * var(--size-flex));
  font-size: calc(32 * var(--size-flex));
  text-align: center;
  line-height: 1.5;
  box-sizing: border-box;
  border: 2px solid #95867F;
  color: #95867F;
}
.scheme_main_block-wide small{
  display: block;
  font-size: calc(24 * var(--size-flex));
  line-height: 1.25;
}
.scheme_text{
  margin: calc(132 * var(--size-flex)) auto 0;
  font-size: calc(36 * var(--size-flex));
  line-height: 1.75;
  text-align: center;
}
.scheme_partner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: calc(80 * var(--size-flex)) auto 0;
  width: calc(1200 * var(--size-flex));
  gap: calc(50 * var(--size-flex)) calc(40 * var(--size-flex));
}

.scheme_partner_logo {
  width: calc(200 * var(--size-flex));
  height: calc(130 * var(--size-flex));

}
.scheme_partner_logo img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}
.scheme_partner_logo-85 img{
  transform: scale(.85);
}
.scheme_partner_logo-90 img{
  transform: scale(.9);
}



.system{
  background-color: #95867F;
  padding: calc(110 * var(--size-flex)) 0 calc(217 * var(--size-flex));
}
.system_inner{
  width: calc(1208 * var(--size-flex));
  margin: 0 auto;
}
.system_headline{
  font-size: calc(36 * var(--size-flex));
  text-align: center;
  color: #fff;
}

.system_checklist {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  margin: calc(95 * var(--size-flex)) auto calc(120 * var(--size-flex));
  width: calc(792 * var(--size-flex));
  gap: calc(40 * var(--size-flex));
}
.system_checklist_box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 1px solid #fff;
  color: #fff;
  padding: calc(10 * var(--size-flex)) calc(20 * var(--size-flex));
  min-height: calc(100 * var(--size-flex));
  font-size: calc(24 * var(--size-flex));
  line-height: 1.75;
  letter-spacing: .1em;
  text-align: center;
}
.system_checklist_box::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: calc(29 * var(--size-flex));
  bottom: 0;
  margin: auto;
  width: calc(52 * var(--size-flex));
  height: calc(44 * var(--size-flex));
  background-image: url(../img/common/icon_checkbox02.svg);
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(calc(-6 * var(--size-flex)));
}
.system_checklist_box small{
  display: block;
  font-size: calc(12 * var(--size-flex));
  line-height: 1.75;
  letter-spacing: .1em;
}

.system_explain{
  position: relative;
  width: calc(1080 * var(--size-flex));
  margin: calc(120 * var(--size-flex)) auto 0;
  color: #fff;
  border: 1px solid #fff;
  border-radius: calc(30 * var(--size-flex));
  padding: calc(59 * var(--size-flex)) calc(72 * var(--size-flex)) calc(65 * var(--size-flex));
}
.system_explain_badge{
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: calc(-70 * var(--size-flex));
  right: calc(-30 * var(--size-flex));
  width: calc(140 * var(--size-flex));
  height: calc(140 * var(--size-flex));
  font-size: calc(20 * var(--size-flex));
  line-height: 1.75;
  border-radius: 100%;
  background-color: #fff;
  color: #95867F;
}
.system_explain_headline{
  font-size: calc(24 * var(--size-flex));
  line-height: 1.75;
}
.system_explain_text{
  margin-top: calc(30 * var(--size-flex));
  font-size: calc(24 * var(--size-flex));
  line-height: 1.75;
}


.slider {
  padding: calc(172 * var(--size-flex)) 0;
}

.slider_container {
  position: relative;
  width: calc(1080 * var(--size-flex));
  margin: auto;
}

.slider_container .splide__arrow--prev,
.slider_container .splide__arrow--next{
  position: absolute;
  bottom: calc(10 * var(--size-flex));
  width: calc(25 * var(--size-flex));
  height: calc(25 * var(--size-flex));
  cursor: pointer;
}
.slider_container .splide__arrow--prev svg,
.slider_container .splide__arrow--next svg{
  width: 100%;
  height: 100%;
}
.slider_container .splide__arrow--prev path,
.slider_container .splide__arrow--next path{
  fill: #fff;
}
.slider_container .splide__arrow--prev{
  left: 0;
  transform: scaleX(-1);
}
.slider_container .splide__arrow--next{
  right: 0;
}
.column_pagination_page{
  background-color: #fff;
}

.slider_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: calc(24 * var(--size-flex)) 0;
  border-radius: calc(infinity * var(--size-flex));
  color: #fff;
  border: 1px solid #fff;
  margin: calc(90 * var(--size-flex)) auto 0;
  width: calc(370 * var(--size-flex));
  font-size: calc(24 * var(--size-flex));
  line-height: 1;
  letter-spacing: .1em;
  transition: color .3s, background-color .3s;
}
.slider_btn:hover {
  color: #95867f;
  background-color: #fff;
}
.slider_btn_arrow{
  display: inline-block;
  width: calc(24 * var(--size-flex));
  height: calc(24 * var(--size-flex));
  stroke: #fff;
  transition: stroke .3s;
}
.slider_btn:hover .slider_btn_arrow{
  stroke: #95867f;
}


.result {
  background-color: rgba(255, 255, 255, .8);
  padding: calc(110 * var(--size-flex)) 0 calc(217 * var(--size-flex));
}

.result_title{
  font-size: calc(36 * var(--size-flex));
  line-height: 1.75;
  letter-spacing: .1em;
  text-align: center;
}

.result_container {
  position: relative;
  margin: calc(40 * var(--size-flex)) auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: calc(1208 * var(--size-flex));
  gap: calc(10 * var(--size-flex));
  opacity: 0;
  transition: gap .9s, opacity .9s;
}
.result_container.is-view {
  opacity: 1;
  gap: calc(39 * var(--size-flex));
}

.result_circle {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  border: 1px solid #95867F;
  border-radius: 100%;
  width: calc(272 * var(--size-flex));
  height: calc(272 * var(--size-flex));
}

.result_circle_headline {
  font-size: calc(24 * var(--size-flex));
  line-height: 1.3;
  letter-spacing: .1em;
}

.result_circle_number {
  font-size: calc(36 * var(--size-flex));
  line-height: 1;
  letter-spacing: .1em;
}
.result_circle_number strong{
  font-size: calc(60 * var(--size-flex));
  line-height: 1;
  letter-spacing: .1em;
}
.result_circle_notes{
  position: absolute;
  top: calc(100% + (35 * var(--size-flex)));
  right: 0;
  display: block;
  font-size: calc(12 * var(--size-flex));
  text-align: right;
}

.result_explain{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: calc(100 * var(--size-flex)) auto 0;
  width: calc(896 * var(--size-flex));
  padding: calc(50 * var(--size-flex)) calc(64 * var(--size-flex));
  gap: calc(40 * var(--size-flex));
  border: 1px solid #95867F;
  border-radius: calc(30 * var(--size-flex));
}
.result_explain_text{
  width: calc(416 * var(--size-flex));
  font-size: calc(24 * var(--size-flex));
  line-height: 1.75;
  letter-spacing: .1em;
  text-align: justify;
}
.result_explain_image{
  width: calc(312 * var(--size-flex));
  height: calc(260 * var(--size-flex));
}
.result_explain_image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.result_partner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: calc(80 * var(--size-flex)) auto 0;
  width: calc(1200 * var(--size-flex));
  gap: calc(50 * var(--size-flex)) calc(40 * var(--size-flex));
}

.result_partner_logo {
  width: calc(200 * var(--size-flex));
  height: calc(130 * var(--size-flex));

}
.result_partner_logo img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.issue {
  background-color: #95867f;
  color: #fff;
  padding: calc(110 * var(--size-flex)) 0 calc(150 * var(--size-flex));
}

.issue_title{
  font-size: calc(36 * var(--size-flex));
  line-height: 1.75;
  text-align: center;
}

.issue_section + .issue_section{
  margin-top: calc(120 * var(--size-flex));
}

.issue_container {
  margin: calc(38 * var(--size-flex)) auto 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: calc(40 * var(--size-flex));
}

.issue_card {
  width: calc(480 * var(--size-flex));
}
.issue_card_image {
  width: 100%;
  height: calc(319 * var(--size-flex));
}
.issue_card_text {
  margin-top: calc(40 * var(--size-flex));
  font-size: calc(16 * var(--size-flex));
  line-height: 1.75;
  text-align: justify;
}

.issue_check {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: calc(72 * var(--size-flex)) auto 0;
  width: calc(1000 * var(--size-flex));
  gap: calc(40 * var(--size-flex));
}

.issue_check_box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  padding: calc(29 * var(--size-flex));
  font-size: calc(24 * var(--size-flex));
  line-height: 1.75;
  letter-spacing: .1em;
  text-align: center;
}
.issue_check_box-small {
  font-size: calc(20 * var(--size-flex));
  padding: calc(29 * var(--size-flex)) calc(10 * var(--size-flex)) calc(29 * var(--size-flex)) calc(84 * var(--size-flex));
}

.issue_check_box::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: calc(29 * var(--size-flex));
  bottom: 0;
  margin: auto;
  width: calc(52 * var(--size-flex));
  height: calc(44 * var(--size-flex));
  background-image: url(../img/common/icon_checkbox02.svg);
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(calc(-6 * var(--size-flex)));
}

.service {
  background-color: rgba(255, 255, 255, .8);
  padding: calc(115 * var(--size-flex)) 0 calc(157 * var(--size-flex));
}
.service_inner{
  width: calc(1208 * var(--size-flex));
  margin: 0 auto;
}
.service_title{
  font-size: calc(36 * var(--size-flex));
  line-height: 1.75;
  letter-spacing: .1em;
  text-align: center;
}

.service_grid {
  margin-top: calc(36 * var(--size-flex));
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: calc(40 * var(--size-flex)) calc(50 * var(--size-flex));
}

.service_card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  color: #fff;
  text-align: center;
  min-height: calc(360 * var(--size-flex));
  border-radius: calc(20 * var(--size-flex));
  background-color: #95867f;
  padding: calc(40 * var(--size-flex)) calc(10 * var(--size-flex)) calc(50 * var(--size-flex));
}

.service_card-wide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #95867f;
  color: #fff;
  text-align: left;
  border-radius: calc(20 * var(--size-flex));
  grid-column: span 2;
  padding: calc(40 * var(--size-flex)) calc(80 * var(--size-flex)) calc(50 * var(--size-flex));
}

.service_card_title {
  font-size: calc(36 * var(--size-flex));
  line-height: 1.75;
  letter-spacing: .1em;
}

.service_card_text {
  font-size: calc(24 * var(--size-flex));
  line-height: 1.75;
  letter-spacing: .1em;
}

.service_card_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: calc(24 * var(--size-flex)) calc(60 * var(--size-flex)) calc(24 * var(--size-flex)) calc(84 * var(--size-flex));
  border-radius: calc(infinity * var(--size-flex));
  background-color: #fff;
  color: #95867F;
  font-size: calc(24 * var(--size-flex));
  line-height: 1;
  letter-spacing: .1em;
  transition: opacity .3s;
}
.service_card_btn:hover {
  opacity: .75;
}
.service_card_btn_arrow{
  display: inline-block;
  width: calc(24 * var(--size-flex));
  height: calc(24 * var(--size-flex));
  margin-left: calc(10 * var(--size-flex));
  stroke: #95867f;
}

.service_card_btn-disable {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: calc(24 * var(--size-flex)) calc(60 * var(--size-flex)) calc(24 * var(--size-flex)) calc(84 * var(--size-flex));
  border-radius: calc(infinity * var(--size-flex));
  background-color: rgba(255, 255, 255, 0.5);
  color: #95867F;
  pointer-events: none;
  font-size: calc(24 * var(--size-flex));
  line-height: 1;
  font-weight: 700;
  letter-spacing: .1em;
  transition: opacity .3s;
}

.service_card_btn-wide {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: calc(24 * var(--size-flex)) calc(130 * var(--size-flex)) calc(24 * var(--size-flex)) calc(148 * var(--size-flex));
  border-radius: calc(infinity * var(--size-flex));
  color: #fff;
  border: 1px solid #fff;
  font-size: calc(24 * var(--size-flex));
  line-height: 1;
  letter-spacing: .1em;
  transition: color .3s, background-color .3s;
}
.service_card_btn-wide:hover {
  color: #95867f;
  background-color: #fff;
}
.service_card_btn_arrow-wide{
  display: inline-block;
  width: calc(24 * var(--size-flex));
  height: calc(24 * var(--size-flex));
  stroke: #fff;
  transition: stroke .3s;
}
.service_card_btn-wide:hover .service_card_btn_arrow-wide{
  stroke: #95867f;
}

.recommend{
  padding: calc(110 * var(--size-flex)) 0 calc(176 * var(--size-flex));
  background-color: rgba(255, 255, 255, 1);
}
.recommend_title{
  font-size: calc(36 * var(--size-flex));
  line-height: 1;
  text-align: center;
}
.recommend_movie{
  display: block;
  width: calc(1080 * var(--size-flex));
  height: calc(609 * var(--size-flex));
  margin: calc(80 * var(--size-flex)) auto 0;
}

.combination_achievements{
  padding: calc(137 * var(--size-flex)) 0 0;
}
.combination_title{
  font-size: calc(36 * var(--size-flex));
  line-height: 1.75;
  letter-spacing: .1em;
  text-align: center;
  color: #fff;
}
.combination_achievements__container{
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin: calc(60 * var(--size-flex)) auto 0;
  width: calc(1208 * var(--size-flex));
  gap: calc(60 * var(--size-flex)) calc(40 * var(--size-flex));
}
.combination_achievements__box{
  width: calc(375 * var(--size-flex));
}
.combination_achievements__box__image img{
  width: 100%;
  height: calc(250 * var(--size-flex));
  object-fit: cover;
}
.combination_achievements__box__name{
  margin-top: calc(30 * var(--size-flex));
  font-size: calc(16 * var(--size-flex));
  line-height: 1;
  text-align: center;
  color: #fff;
}



.order {
  background-color: rgba(255, 255, 255, .8);
  color: #95867f;
  padding: calc(115 * var(--size-flex)) 0 calc(167 * var(--size-flex));
}
.order_inner {
  margin: 0 auto;
}
.order_title {
  text-align: center;
  font-size: calc(36 * var(--size-flex));
  line-height: 1.75;
  letter-spacing: .1em;
}


.order_steps {
  margin: calc(34 * var(--size-flex)) auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(20 * var(--size-flex));
}
.order_steps_box {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  text-align: center;
  border: 1px solid #c6bbb6;
  border-radius: 100%;
  width: calc(250 * var(--size-flex));
  height: calc(250 * var(--size-flex));
  font-size: calc(24 * var(--size-flex));
  line-height: 1.4;
  letter-spacing: .1em;
  opacity: 0;
  transition: opacity .6s;
}
.order_steps_box:nth-child(1){
  transition-delay: .0s;
}
.order_steps_box:nth-child(3){
  transition-delay: .4s;
}
.order_steps_box:nth-child(5){
  transition-delay: .8s;
}
.order_steps_box:nth-child(7){
  transition-delay: 1.2s;
}
.order_steps.is-view .order_steps_box{
  opacity: 1;
}
.order_steps_box_number {
  font-size: calc(48 * var(--size-flex));
  line-height: 1.75;
  margin-top: calc(30 * var(--size-flex));
}
.order_steps_box_text {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -.25em;
  min-height: calc(2em * 1.75);
}
.order_steps_arrow {
  display: block;
  width: calc(26 * var(--size-flex));
  height: calc(44 * var(--size-flex));
  background-color: #95867F;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  opacity: 0;
  transition: opacity .6s;
}
.order_steps_arrow:nth-child(2){
  transition-delay: .2s;
}
.order_steps_arrow:nth-child(4){
  transition-delay: .6s;
}
.order_steps_arrow:nth-child(6){
  transition-delay: .8s;
}
.order_steps.is-view .order_steps_arrow{
  opacity: 1;
}



@media screen and (max-width: 768px) {
  .support_page {
    background-color: #95867F;
    color: #95867F;
  }

  .mv_wrap {

  }
  .mv_image {

  }

  .support_inner {
    width: calc(1120 * var(--size-flex));
    margin: 0 auto;
  }

  .support_inner_narrow {
    width: calc(980 * var(--size-flex));
  }

  .support_section_title {
    text-align: center;
    font-size: calc(30 * var(--size-flex));
    line-height: 1.8;
    letter-spacing: .08em;
  }

  .support_section_title_white {
    color: #fff;
  }

  .support_sub_title {
    margin-top: calc(46 * var(--size-flex));
    text-align: center;
    font-size: calc(25 * var(--size-flex));
    line-height: 1.85;
    letter-spacing: .08em;
  }

  .support_lead {
    background-color: #95867f;
    color: #fff;
    padding: calc(90 * var(--size-flex)) 0 calc(96 * var(--size-flex));
  }

  .support_lead_title {
    font-size: calc(46 * var(--size-flex));
    line-height: 1.7;
    letter-spacing: .1em;
  }

  .support_lead_row {
    margin-top: calc(36 * var(--size-flex));
    display: grid;
    grid-template-columns: 1fr calc(430 * var(--size-flex));
    gap: calc(42 * var(--size-flex));
    align-items: center;
  }

  .support_lead_text {
    font-size: calc(16 * var(--size-flex));
    line-height: 2;
    letter-spacing: .07em;
  }

  .support_lead_image img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .scheme{
    padding: calc(55 * var(--size-flex)) 0 calc(108 * var(--size-flex));
  }
  .scheme_inner{
    width: calc(315 * var(--size-flex));
  }
  .scheme_headline{
    font-size: calc(18 * var(--size-flex));
    line-height: 1.75;
  }
  .scheme_main{
    margin: calc(20 * var(--size-flex)) auto 0;
  }
  .scheme_main_title{
    font-size: calc(16 * var(--size-flex));
    padding: calc(11 * var(--size-flex))  calc(5 * var(--size-flex));
  }
  .scheme_main_body{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: calc(25 * var(--size-flex)) calc(20 * var(--size-flex));
    padding: calc(25 * var(--size-flex)) 0;
  }
  .scheme_main_block{
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(140 * var(--size-flex));
    padding: calc(11 * var(--size-flex));
    font-size: calc(12 * var(--size-flex));
  }
  .scheme_main_block_arrow{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 2px;
    height: calc(100% + (25 * var(--size-flex)) * 2);
    background-color: #95867F;
    z-index: -1;
  }
  .scheme_main_block_arrow-reverse{
  transform: rotate(180deg);
  }
  .scheme_main_block_arrow::after{
    content: "";
    position: absolute;
    display: block;
    bottom: calc(2 * var(--size-flex));
    left: calc(-6 * var(--size-flex));
    width: calc(15 * var(--size-flex));
    height: calc(15 * var(--size-flex));
    border-right: 2px solid #95867F;
    border-bottom: 2px solid #95867F;
    box-sizing: border-box;
    transform: rotate(45deg);
  }
  .scheme_main_block-wide{
    width: calc(315 * var(--size-flex));
    padding: calc(11 * var(--size-flex));
    font-size: calc(16 * var(--size-flex));
  }
  .scheme_main_block-wide small{
    font-size: calc(12 * var(--size-flex));
    line-height: 1.4;
  }
  .scheme_text{
    margin: calc(33 * var(--size-flex)) auto 0;
    font-size: calc(12 * var(--size-flex));
    line-height: 1.75;
    text-align: center;
  }


  .scheme_partner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin: calc(50 * var(--size-flex)) auto 0;
    width: calc(312 * var(--size-flex));
    gap: calc(20 * var(--size-flex));
  }

  .scheme_partner_logo {
    width: calc(90 * var(--size-flex));
    height: calc(60 * var(--size-flex));
  }



  .system{
    background-color: #95867F;
    padding: calc(55 * var(--size-flex)) 0 calc(108 * var(--size-flex));
  }
  .system_inner{
    width: calc(315 * var(--size-flex));
    margin: 0 auto;
  }
  .system_headline{
    font-size: calc(18 * var(--size-flex));
    text-align: center;
    color: #fff;
  }

  .system_checklist {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
    margin: calc(45 * var(--size-flex)) auto calc(60 * var(--size-flex));
    width: calc(315 * var(--size-flex));
    gap: calc(20 * var(--size-flex));
  }
  .system_checklist_box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid #fff;
    color: #fff;
    padding: calc(5 * var(--size-flex)) calc(10 * var(--size-flex));
    min-height: calc(50 * var(--size-flex));
    font-size: calc(12 * var(--size-flex));
    line-height: 1.75;
    letter-spacing: .1em;
    text-align: center;
  }
  .system_checklist_box::before {
    left: calc(14 * var(--size-flex));
    width: calc(26 * var(--size-flex));
    height: calc(22 * var(--size-flex));
    transform: translateY(calc(-6 * var(--size-flex)));
  }
  .system_checklist_box small{
    display: block;
    font-size: calc(8 * var(--size-flex));
    line-height: 1.75;
    letter-spacing: .1em;
  }

  .system_explain{
    position: relative;
    width: calc(315 * var(--size-flex));
    margin: calc(60 * var(--size-flex)) auto 0;
    border-radius: calc(15 * var(--size-flex));
    padding: calc(28 * var(--size-flex)) calc(36 * var(--size-flex)) calc(32 * var(--size-flex));
  }
  .system_explain_badge{
    top: calc(-35 * var(--size-flex));
    right: calc(-15 * var(--size-flex));
    width: calc(70 * var(--size-flex));
    height: calc(70 * var(--size-flex));
    font-size: calc(10 * var(--size-flex));
    line-height: 1.75;
  }
  .system_explain_headline{
    font-size: calc(12 * var(--size-flex));
    line-height: 1.75;
  }
  .system_explain_text{
    margin-top: calc(15 * var(--size-flex));
    font-size: calc(12 * var(--size-flex));
    line-height: 1.75;
  }


  .slider {
    padding: calc(50 * var(--size-flex)) 0;
  }

  .slider_container {
    width: calc(315 * var(--size-flex));
    margin: auto;
  }

  .slider_container .splide__arrow--prev,
  .slider_container .splide__arrow--next{
    position: absolute;
    bottom: calc(17 * var(--size-flex));
    width: calc(12 * var(--size-flex));
    height: calc(12 * var(--size-flex));
    cursor: pointer;
  }
  .slider_container .splide__arrow--prev svg,
  .slider_container .splide__arrow--next svg{
    width: 100%;
    height: 100%;
  }
  .slider_container .splide__arrow--prev path,
  .slider_container .splide__arrow--next path{
    fill: #95867F;
  }
  .slider_container .splide__arrow--prev{
    left: 0;
    transform: scaleX(-1);
  }
  .slider_container .splide__arrow--next{
    right: 0;
  }

  .slider_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: calc(12 * var(--size-flex)) 0;
    margin: calc(30 * var(--size-flex)) auto 0;
    width: calc(220 * var(--size-flex));
    font-size: calc(12 * var(--size-flex));
    line-height: 1;
    letter-spacing: .1em;
    transition: color .3s, background-color .3s;
  }
  .slider_btn:hover {
    color: #fff;
    background-color: #95867f;
  }
  .slider_btn_arrow{
    display: inline-block;
    width: calc(12 * var(--size-flex));
    height: calc(12 * var(--size-flex));
    stroke: #95867f;
    transition: stroke .3s;
  }
  .slider_btn:hover .slider_btn_arrow{
    stroke: #fff;
  }



  .result {
    background-color: #fff;
    padding: calc(55 * var(--size-flex)) 0 calc(80 * var(--size-flex));
  }

  .result_title{
    font-size: calc(18 * var(--size-flex));
    line-height: 1.75;
    letter-spacing: .1em;
  }

  .result_container {
    flex-wrap: wrap;
    margin: calc(40 * var(--size-flex)) auto 0;
    width: calc(300 * var(--size-flex));
    gap: calc(5 * var(--size-flex)) calc(10 * var(--size-flex));
    transition: gap .9s, opacity .9s;
  }
  .result_container.is-view {
    opacity: 1;
    gap: calc(10 * var(--size-flex)) calc(20 * var(--size-flex));
  }

  .result_circle {
    width: calc(136 * var(--size-flex));
    height: calc(136 * var(--size-flex));
  }

  .result_circle_headline {
    font-size: calc(12 * var(--size-flex));
    line-height: 1.75;
    letter-spacing: .1em;
  }

  .result_circle_number {
    font-size: calc(18 * var(--size-flex));
    line-height: 1;
    letter-spacing: .1em;
  }
  .result_circle_number strong{
    font-size: calc(30 * var(--size-flex));
    line-height: 1;
    letter-spacing: .1em;
  }
  .result_circle_notes{
    display: block;
    top: calc(100% + (12 * var(--size-flex)));
    font-size: calc(7 * var(--size-flex));
    line-height: 1;
    letter-spacing: .1em;
  }

  .result_explain{
    flex-direction: column-reverse;
    margin: calc(50 * var(--size-flex)) auto 0;
    width: calc(315 * var(--size-flex));
    padding: calc(25 * var(--size-flex)) calc(25 * var(--size-flex));
    gap: calc(20 * var(--size-flex));
    border-radius: calc(15 * var(--size-flex));
  }
  .result_explain_text{
    width: 100%;
    font-size: calc(12 * var(--size-flex));
    line-height: 1.75;
    letter-spacing: .1em;
    text-align: justify;
  }
  .result_explain_image{
    width: 100%;
    height: calc(180 * var(--size-flex));
  }
  .result_explain_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }


  .result_partner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin: calc(50 * var(--size-flex)) auto 0;
    width: calc(312 * var(--size-flex));
    gap: calc(20 * var(--size-flex));
  }

  .result_partner_logo {
    width: calc(90 * var(--size-flex));
    height: calc(60 * var(--size-flex));
  }


  .issue {
    padding: calc(55 * var(--size-flex)) 0 calc(50 * var(--size-flex));
  }

  .issue_title{
    font-size: calc(18 * var(--size-flex));
    line-height: 1.75;
    text-align: center;
  }

  .issue_section + .issue_section{
    margin-top: calc(60 * var(--size-flex));
  }

  .issue_container {
    margin: calc(38 * var(--size-flex)) auto 0;
    width: calc(315 * var(--size-flex));
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: calc(40 * var(--size-flex));
  }

  .issue_card {
    width: 100%;
  }
  .issue_card_image {
    width: 100%;
    height: calc(209 * var(--size-flex));
  }
  .issue_card_text {
    margin-top: calc(10 * var(--size-flex));
    font-size: calc(10 * var(--size-flex));
    line-height: 1.75;
    text-align: justify;
  }

  .issue_check {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin: calc(30 * var(--size-flex)) auto 0;
    width: calc(240 * var(--size-flex));
    gap: calc(20 * var(--size-flex));
  }

  .issue_check_box {
    padding: calc(14 * var(--size-flex));
    font-size: calc(12 * var(--size-flex));
    line-height: 1.75;
    letter-spacing: .1em;
    text-align: center;
  }
  .issue_check_box-small {
    font-size: calc(10 * var(--size-flex));
    padding: calc(14 * var(--size-flex)) calc(10 * var(--size-flex)) calc(14 * var(--size-flex)) calc(35 * var(--size-flex));
  }

  .issue_check_box::before {
    left: calc(10 * var(--size-flex));
    bottom: 0;
    margin: auto;
    width: calc(26 * var(--size-flex));
    height: calc(22 * var(--size-flex));
    transform: translateY(calc(-3 * var(--size-flex)));
  }

  .service {
    padding: calc(57 * var(--size-flex)) 0 calc(80 * var(--size-flex));
  }
  .service_inner{
    width: calc(316 * var(--size-flex));
    margin: 0 auto;
  }
  .service_title{
    font-size: calc(18 * var(--size-flex));
    line-height: 1.75;
    letter-spacing: .1em;
    text-align: center;
  }

  .service_grid {
    margin-top: calc(36 * var(--size-flex));
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: calc(40 * var(--size-flex)) calc(50 * var(--size-flex));
  }

  .service_card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    color: #fff;
    text-align: center;
    min-height: calc(180 * var(--size-flex));
    border-radius: calc(20 * var(--size-flex));
    background-color: #95867f;
    padding: calc(20 * var(--size-flex)) calc(10 * var(--size-flex)) calc(24 * var(--size-flex));
  }

  .service_card-wide {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    background-color: #95867f;
    color: #fff;
    text-align: center;
    border-radius: calc(20 * var(--size-flex));
    grid-column: span 1;
    padding: calc(20 * var(--size-flex)) calc(10 * var(--size-flex)) calc(24 * var(--size-flex));
  }

  .service_card_title {
    font-size: calc(18 * var(--size-flex));
    line-height: 1.75;
    letter-spacing: .1em;
  }

  .service_card_text {
    margin-top: calc(8 * var(--size-flex));
    font-size: calc(12 * var(--size-flex));
    line-height: 1.75;
    letter-spacing: .1em;
  }

  .service_card_btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: calc(15 * var(--size-flex));
    padding: calc(12 * var(--size-flex)) calc(30 * var(--size-flex)) calc(12 * var(--size-flex)) calc(42 * var(--size-flex));
    border-radius: calc(infinity * var(--size-flex));
    background-color: #fff;
    color: #95867F;
    font-size: calc(12 * var(--size-flex));
    line-height: 1;
    letter-spacing: .1em;
    transition: opacity .3s;
  }
  .service_card_btn:hover {
    opacity: .75;
  }
  .service_card_btn_arrow{
    display: inline-block;
    width: calc(12 * var(--size-flex));
    height: calc(12 * var(--size-flex));
    margin-left: calc(5 * var(--size-flex));
    stroke: #95867f;
  }

  .service_card_btn-disable {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: calc(15 * var(--size-flex));
    padding: calc(12 * var(--size-flex)) calc(30 * var(--size-flex)) calc(12 * var(--size-flex)) calc(42 * var(--size-flex));
    border-radius: calc(infinity * var(--size-flex));
    background-color: rgba(255, 255, 255, 0.5);
    color: #95867F;
    pointer-events: none;
    font-size: calc(12 * var(--size-flex));
    line-height: 1;
    letter-spacing: .1em;
    transition: opacity .3s;
  }



  .service_card_btn-wide {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: calc(15 * var(--size-flex));
    padding: calc(12 * var(--size-flex)) calc(30 * var(--size-flex)) calc(12 * var(--size-flex)) calc(42 * var(--size-flex));
    border-radius: calc(infinity * var(--size-flex));
    color: #fff;
    border: 1px solid #fff;
    font-size: calc(12 * var(--size-flex));
    line-height: 1;
    letter-spacing: .1em;
    transition: color .3s, background-color .3s;
  }
  .service_card_btn-wide:hover {
    color: #95867f;
    background-color: #fff;
  }
  .service_card_btn_arrow-wide{
    display: inline-block;
    width: calc(12 * var(--size-flex));
    height: calc(12 * var(--size-flex));
    margin-left: calc(5 * var(--size-flex));
    stroke: #fff;
    transition: stroke .3s;
  }
  .service_card_btn-wide:hover .service_card_btn_arrow-wide{
    stroke: #95867f;
  }

  .recommend{
    padding: calc(50 * var(--size-flex)) 0 calc(70 * var(--size-flex));
  }
  .recommend_title{
    font-size: calc(18 * var(--size-flex));
    line-height: 1;
    text-align: center;
  }
  .recommend_movie{
    display: block;
    width: calc(312 * var(--size-flex));
    height: calc(176 * var(--size-flex));
    margin: calc(30 * var(--size-flex)) auto 0;
  }

  .combination_achievements{
    padding: calc(68 * var(--size-flex)) 0  calc(34 * var(--size-flex));
  }
  .combination_title{
    font-size: calc(18 * var(--size-flex));
  }
  .combination_achievements__container{
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    margin: calc(15 * var(--size-flex)) auto 0;
    width: calc(315 * var(--size-flex));
    gap: calc(15 * var(--size-flex)) calc(20 * var(--size-flex));
  }
  .combination_achievements__box{
    width: calc(320 * var(--size-flex));
  }
  .combination_achievements__box__image img{
    width: 100%;
    height: calc(175 * var(--size-flex));
    object-fit: cover;
  }
  .combination_achievements__box__name{
    margin-top: calc(10 * var(--size-flex));
    font-size: calc(10 * var(--size-flex));
    line-height: 1;
    text-align: center;
    color: #fff;
  }



  .order {
    padding: calc(115 * var(--size-flex)) 0 calc(83 * var(--size-flex));
  }
  .order_inner {
    margin: 0 auto;
  }
  .order_title {
    text-align: center;
    font-size: calc(18 * var(--size-flex));
    line-height: 1.75;
    letter-spacing: .1em;
  }

  .order_steps {
    margin: calc(34 * var(--size-flex)) auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: calc(10 * var(--size-flex));
  }
  .order_steps_box {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: calc(125 * var(--size-flex));
    height: calc(125 * var(--size-flex));
    font-size: calc(12 * var(--size-flex));
    line-height: 1.4;
    letter-spacing: .1em;
    opacity: 0;
    transition: opacity .6s;
  }
  .order_steps_box_number {
    font-size: calc(24 * var(--size-flex));
    line-height: 1.75;
    margin-top: calc(15 * var(--size-flex));
  }
  .order_steps_box_text {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -.25em;
    min-height: calc(2em * 1.75);
  }
  .order_steps_arrow {
    display: block;
    width: calc(22 * var(--size-flex));
    height: calc(13 * var(--size-flex));
    clip-path: polygon(0 0, 50% 100%, 100% 0%);
    opacity: 0;
    transition: opacity .6s;
  }
  .order_steps_arrow:nth-child(2){
    transition-delay: .2s;
  }
  .order_steps_arrow:nth-child(4){
    transition-delay: .6s;
  }
  .order_steps_arrow:nth-child(6){
    transition-delay: .8s;
  }
  .order_steps.is-view .order_steps_arrow{
    opacity: 1;
  }




}