@charset "utf-8";
.flow_fv {
  background-image: url(../img/iedukuri.jpg);
}
@media screen and (max-width: 1200px) {


}

/***メッセージ***/
.flow_message_sec .wrapper {
  padding-top: 100px;
  padding-bottom: 80px;
  text-align: center;
  position: relative;
}

.flow_message_sec .wrapper::after {
  content: '';
  width: 1px;
  height: 60px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.flow_message_sec h2 {
  font-size: 28px;
  margin-bottom: 40px;
  font-weight: 400;
}

.flow_message_sec h2 span {
  position: relative;
}
.flow_message_sec h2 span::after {
  content: '';
  width: 150px;
  height: 18px;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/text_line.png) center / contain no-repeat;
}

.flow_message_sec p {
  max-width: 910px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .flow_message_sec .wrapper {
    padding-top: 54px;
    padding-bottom: 50px;
  }
  
.flow_message_sec .wrapper::after {
  height: 30px;
}
.flow_message_sec h2 {
  font-size: 24px;
  margin-bottom: 30px;
}
.flow_message_sec h2 span::after {
  width: 100px;
  height: 18px;
  bottom: -12px;
}
.flow_message_sec p {
  text-align: left;
  font-size: 16px;
}
}
/***ステップ***/
.flow_step_sec {
  padding-top: 56px;
  padding-bottom: 220px;
}
.flow_step_sec .title_2 {
  margin-bottom: 75px;
}
.flow_step_sec ol ol {
  counter-reset: count 0;
}
.flow_step_sec ol li {
  counter-increment: count 1;
}

.flow_step_sec ol li .image {
  position: relative;
}

.flow_step_sec li:nth-of-type(n + 2) .image::after{
  content: '';
  height: 156px;
  width: 8px;
  background-color: #FAEDED;
  display: block;
  position: absolute;
  
  transform: translateX(-50%);
  bottom: 100%;
  z-index: 0;
}

.flow_step_sec li:nth-of-type(2n + 1) .image::after{
  left: calc(25% + 20px);
}
.flow_step_sec li:nth-of-type(2n) .image::after{
  left: calc(50% - 20px);
}

.flow_step_sec ol li .content:before {
  content: "STEP.0" counter(count);
  font-family: Open Sans;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 3px;
  position: absolute;
  right: 22px;
  bottom: 30px;
  transform: rotate(90deg);
  transform-origin: 88% 62%;
}
.flow_step_sec ol > li {
  position: relative;
}
.flow_step_sec ol > li:not(:last-of-type) {
  margin-bottom: 130px;
  
}

.flow_step_sec li .content {
  position: relative;
  z-index: 2;
  background-color: white;
  width: calc(50% + 40px);
  max-width: 740px;
  /* box-shadow: 20px 20px 40px 0 rgba(0, 0, 0, 0.1); */
  filter: drop-shadow(20px 20px 40px rgba(0, 0, 0, 0.10));
  min-height: 320px;
}

.flow_step_sec li .content::after{
  content: '';
  width: 8px;
  height: 148px;
  background-color: #EA3737;
  position: absolute;
  top: 0;
  right: 0;
}

.flow_step_sec li:nth-of-type(2n) .content::after{
  right: inherit;
  left: 0;
}



.flow_step_sec li .content .num {
  font-family: 'Allison', cursive;
  position: absolute;
  color: #FEB4B4;
  right: 55px;
  top: -65px;
  font-size: 160px;
  line-height: 1;
}
.flow_step_sec li .content  h3 {
  padding: 65px 80px 25px;
  color: var(--red);
  font-size: 22px;
  padding-right: 0;
  width: calc(100% - 80px);
  position: relative;
}

.flow_step_sec li .content h3::before {
  content: '';
  background-color: #FEB4B4;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.flow_step_sec li .content h3::after {
  content: '';
  background-color: #FEB4B4;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: rotate(45deg);
  transform-origin: 0% 100%;
}

.flow_step_sec li .content .ex {
  padding: 25px 85px;
  line-height: 1.9;
}

.flow_step_sec li .content .box {
  display: flex;
  padding: 0 85px 40px;
}

.flow_step_sec li .content .box .term {
  width: 106px;
  height: 30px;
  border-radius: 50px;
  color: #EA3737;
  border: 1px solid #EA3737;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow_step_sec li .content .box .link {
  text-align: center;
  flex: 1;
}

.flow_step_sec li .content .box .link a {
  text-decoration: underline;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow_step_sec li .content .box .link a::before {
  content: '';
  width: 16px;
  height: 16px;
  background: url(../img/arrow.png) center / contain no-repeat;
  margin-right: 10px;
}
@media screen and (min-width: 1201px) {
/*PCのみ*/
.flow_step_sec ol > li:nth-of-type(2n + 1) .content,
.flow_step_sec ol > li:nth-of-type(2n) .image{
  position: absolute;
  top: 55px;
}

.flow_step_sec ol > li:nth-of-type(2n + 1) .content {
  left: calc(50% - 50px);
}

.flow_step_sec ol > li:nth-of-type(2n) .image {
  left: calc(50% + 10px);
}

}

@media screen and (max-width: 1200px) {
  .flow_step_sec {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .flow_step_sec .title_2 {
    margin-bottom: 15px;
  }
  .flow_step_sec ol > li:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .flow_step_sec li .image {
    margin: 0 calc(50% - 50vw);
  }
  .flow_step_sec li:nth-of-type(n + 2) .image::after{
    content: '';
    height: 50px;
    width: 8px;
    background-color: #FAEDED;
    display: block;
    position: absolute;
    
    transform: translateX(-50%);
    bottom: 100%;
    z-index: 0;
  }
  
  .flow_step_sec li:nth-of-type(2n + 1) .image::after{
    left: 50%;
  }
  .flow_step_sec li:nth-of-type(2n) .image::after{
    left: 50%;
  }
  .flow_step_sec li .content {
    min-height: inherit;
    width: 100%;
    padding-right: 50px;
    margin-top: -20px;
  }

  .flow_step_sec ol li .content:before {
    bottom: 25px;
    right: 25px;
  }
  .flow_step_sec li .content::after{
    width: 4px;
    height: 60px;
  }

  .flow_step_sec li:nth-of-type(2n) .content::after{
    right: 0;
    left: inherit;
  }
  

  .flow_step_sec li .content .num {
    right: 35px;
    top: 0px;
    font-size: 60px;
  }
  .flow_step_sec li .content  h3 {
    padding: 20px;
    font-size: 18px;
    padding-right: 0;
    width: 100%;
  }
  .flow_step_sec li .content .ex {
    padding: 25px 20px;
    padding-right: 10px;
    line-height: 2;
  }
  .flow_step_sec li .content .box {
    display: block;
    padding: 0 20px 30px;
  }
  
  .flow_step_sec li .content .box .link {
    text-align: left;
    flex: 1;
    margin-top: 20px;
  }
  .flow_step_sec li .content .box .link a {
    text-decoration: underline;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  
}


@media screen and (max-width: 1200px) {


}


/***BEST10***/
.option_best_sec {
  background: url(../img/best10.jpg) center / cover no-repeat;
  padding-bottom: 85px;
}

.option_best_sec .top {
  max-width: 780px;
  text-align: center;
  background-color: rgba(255,255,255,0.8);
  border-radius: 0 0 30px 30px;
  padding: 60px 0 20px;
  margin: 0 auto 50px;
}

.option_best_sec .title_2 {
  position: relative;
}

.option_best_sec .title_2 h2 {
  line-height: 1;
}

.option_best_sec .title_2 .crown {
  width: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -25px;
}

.option_best_sec .best_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.option_best_sec .best_list li {
  width: calc(100% / 3 - 40px / 3);
  background-color: white;
  padding: 35px 30px 65px;
  position: relative;
  border-radius: 15px;
  box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, 0.15);
  align-items: stretch;
}

.option_best_sec .best_list li::after {
  content: '';
  width: 138px;
  border-bottom: 16px solid #EA3737;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.option_best_sec .best_list li .best_title {
  display: flex;
  padding-left: 40px;
  position: relative;
  align-items: center;
  margin-bottom: 30px;
}
.option_best_sec .best_list li .best_title .best_icon {
  width: 30px;
  top: 0;
  left: 0;
  position: absolute;
}
.option_best_sec .best_list li .best_title p:not(.add) {
  font-size: 38px;
  font-weight: 600;
  padding-right: 10px;
  margin-right: 17px;
  border-right: 2px solid #EA3737;
}
.option_best_sec .best_list li .best_title h3 {
  font-size: 28px;
  flex: 1;
}

.option_best_sec .best_list li .best_title .add {
  position: absolute;
  left: 110px;
  top: calc(100% - 10px);
  font-size: 13px;
  font-weight: bold;
}

.option_best_sec .best_list li figure img {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.option_best_sec .bottom {
  background-color: white;
  box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  padding: 40px 100px;
}


.option_best_sec .bottom ol {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  }
  
  .option_best_sec .bottom ol li:nth-of-type(1) { grid-area: 1 / 1 / 2 / 2; }
  .option_best_sec .bottom ol li:nth-of-type(2) { grid-area: 2 / 1 / 3 / 2; }
  .option_best_sec .bottom ol li:nth-of-type(3) { grid-area: 3 / 1 / 4 / 2; }
  .option_best_sec .bottom ol li:nth-of-type(4) { grid-area: 1 / 2 / 2 / 3; }
  .option_best_sec .bottom ol li:nth-of-type(5)  { grid-area: 2 / 2 / 4 / 3; }
  .option_best_sec .bottom ol li:nth-of-type(6) { grid-area: 1 / 3 / 2 / 4; }
  .option_best_sec .bottom ol li:nth-of-type(7) { grid-area: 2 / 3 / 4 / 4; }

  .option_best_sec .bottom ol li div {
    display: flex;
  }

  .option_best_sec .bottom ol li div .num {
    position: relative;
    padding-top: 5px;
    font-size: 24px;
    font-weight: 600;
    color: #EA3737;
    margin-right: 10px;
  }

  .option_best_sec .bottom ol li div .num .num_best {
    width: 30px;
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
  }

  .option_best_sec .bottom ol li div .text {
    font-size: 25px;
    font-weight: bold;
    flex: 1;
    padding-top: 4px;
  }

  .option_best_sec .bottom ol li div .text span {
    font-size: 12px;
  }

  @media screen and (max-width: 1200px) {
    .option_best_sec {
      padding: 50px 0 40px;
    }
    .option_best_sec .top {
      background-color: transparent;
      border-radius: 0;
      padding: 0;
      margin: 0 auto 20px;
    }

    .option_best_sec .best_list {
      flex-direction: column;
    }
    .option_best_sec .best_list li {
      width: 100%;
      padding: 30px 20px 30px;
    }

    .option_best_sec .best_list li:not(:last-of-type) {
      margin-bottom: 20px;
    }

    .option_best_sec .best_list li::after {
      width: 80px;
      border-bottom: 10px solid #EA3737;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
    }

    .option_best_sec .best_list li .best_title {
      display: flex;
      padding-left: 20px;
      position: relative;
      align-items: center;
      margin-bottom: 10px;
    }
    .option_best_sec .best_list li .best_title .best_icon {
      width: 16px;
      top: -12px;
    }
    .option_best_sec .best_list li .best_title p:not(.add) {
      font-size: 20px;
      padding-right: 6px;
      margin-right: 6px;
      line-height: 1;
    }
    .option_best_sec .best_list li .best_title h3 {
      font-size: 16px;
      flex: inherit;
    }
    
    .option_best_sec .best_list li .best_title .add {
      position: relative;
      left: inherit;
      bottom: inherit;
      font-size: 10px;
      flex: 1;
    }

    .option_best_sec .best_list li figure img {
      width: 100%;
    }
    
    .option_best_sec .bottom {
      padding: 20px;
    }

    .option_best_sec .bottom ol > li:not(:last-of-type) {
      margin-bottom: 10px;
    }
    .option_best_sec .bottom ol li div .num {
      padding-top: 0px;
      font-size: 18px;
      margin-right: 8px;
      line-height: 1.2;
      margin-top: 1px;
    }
    .option_best_sec .bottom ol li div .num .num_best {
      width: 20px;
      top: -10px;
    }
    .option_best_sec .bottom ol {
      display: block;
      }
      

      .option_best_sec .bottom ol li div .text {
        display: block;
        font-size: 16px;
        padding-top: 0px;
      }

      .option_best_sec .bottom ol li div .text span {
        display: block;
      }
  }
  /**リンク***/
  .flow_link_sec {
    padding: 25px 0 40px;
  }

  .flow_link_sec .wrapper {
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
  }

  .flow_link_sec .wrapper > div {
    width: calc(100% / 2 - 50px / 2);
    padding-top: 40px;
  }


  .flow_link_sec .youtube p {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .flow_link_sec .youtube .movie {
    position: relative;
    overflow: hidden;
  }

  .flow_link_sec .youtube .movie iframe {
    width: 100%;
  }

  .flow_link_sec .youtube .link {
    text-align: right;
    margin-top: 20px;
  }

  .flow_link_sec .youtube .link a {
    font-size: 15px;
    text-decoration: underline;
    display: flex;
    justify-content: flex-end;
  }

  .flow_link_sec .youtube .link a::after {
    content: '';
    width: 24px;
    height: 20px;
    background: url(../img/youtube_icon.png) center / contain no-repeat;
    margin-left: 10px;
    display: block;
  }

  @media screen and (max-width: 1200px) {
    .flow_link_sec {
      padding: 40px 0;
    }
    .flow_link_sec .wrapper {
      display: block;
    }

    .flow_link_sec .wrapper > div {
      width: 100%;
      padding-top: 0px;
    }
    .flow_link_sec .banner {
      padding-top: 0px;
      margin-bottom: 40px;
      text-align: center;
    }

    .flow_link_sec .banner img {
      width: 100%;
    }
    .flow_link_sec .youtube p {
      margin-bottom: 10px;
    }
  
    .flow_link_sec .youtube .link {
      margin-top: 10px;
    }

    .flow_link_sec .youtube .link a {
      font-size: 13px;
    }

    .flow_link_sec .youtube .movie {
      height: 0;
      padding-bottom: 56.5%;
    }
  
    .flow_link_sec .youtube .movie iframe {
      position: absolute;
      top: 0;
      left: 0%;
      width: 100%;
      height: 100%;
    }
  
  }
  /***アフターサポート***/
  .after_support_sec {
    padding-bottom: 125px;
  }

  .after_support_sec h2 {
    margin-bottom: 50px;
  }

  .after_support_sec ul {
    display: flex;
    flex-wrap: wrap;
  }

  .after_support_sec ul li {
    width: calc(100% / 2 - 60px / 2);
  }

  .after_support_sec ul li:nth-of-type(2n) {
    margin-left: 60px;
  }

  .after_support_sec ul li:nth-of-type(n + 3) {
    margin-top: 90px;
  }
  .after_support_sec li figure {
    margin-bottom: 45px;
  }
  .after_support_sec li img {
    width: 100%;
    box-shadow: 20px 20px 0 0 #FAEDED;
  }

  .after_support_sec li h3 {
    font-size: 22px;
    color: var(--red);
    margin-bottom: 18px;
  }

  @media screen and (max-width: 1200px) {
    .after_support_sec {
      padding-bottom: 45px;
    }
    .after_support_sec h2 {
      margin-bottom: 25px;
      font-size: 20px;
    }
    .after_support_sec ul li {
      width: 100%;
    }
    .after_support_sec ul li:nth-of-type(2n) {
      margin-left: 0;
  }
  .after_support_sec ul li:nth-of-type(n + 3),
  .after_support_sec ul li:nth-of-type(n + 3) {
    margin-top: 30px;
  }
  .after_support_sec li figure {
    margin-bottom: 30px;
  }
  .after_support_sec li img {
    box-shadow: 10px 10px 0 0 #FAEDED;
  }
  .after_support_sec li h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .after_support_sec li p {
    font-size: 16px;
    line-height: 1.8;
  }

}