/* Scss Document */ /* Scss Document */
.intro .btn_stripe a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.intro .text_catch {
  margin-bottom: 75px;
}
@media screen and (max-width: 640px) {
  .intro .text_catch {
    margin-bottom: 0;
    text-align: left;
  }
}
.intro .intro_top {
  padding-bottom: 426px;
  background: url("../images/service/intro_bg.png") bottom center no-repeat;
}
@media screen and (max-width: 640px) {
  .intro .intro_top {
    padding-bottom: 36vw;
    background-size: 133.3333333333vw;
  }
}
.intro .intro_mttl {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -70%);
          transform: translate(-50%, -70%);
  width: 715px;
  padding: 0.5em;
  background: #F78DA7;
  border-radius: 50px;
  color: #FFF;
  font-size: 3rem;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .intro .intro_mttl {
    width: 66.6666666667vw;
    font-size: 4vw;
  }
}
.intro .intro_list {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}
@media screen and (max-width: 640px) {
  .intro .intro_list {
    display: block;
    margin: 13.3333333333vw 0 13.3333333333vw;
  }
}
.intro .intro_list li {
  position: relative;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-box;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 550px;
  padding: 60px 30px 40px;
}
@media screen and (max-width: 640px) {
  .intro .intro_list li {
    display: block;
    width: 100%;
    margin-top: 13.3333333333vw;
    padding: 8vw 4vw 4vw;
  }
}
.intro .intro_list li:before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
  content: "";
  width: 92px;
  height: 66px;
}
@media screen and (max-width: 640px) {
  .intro .intro_list li:before {
    width: 16vw;
    height: 11.4666666667vw;
  }
}
.intro .intro_list_ttl {
  width: 90px;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .intro .intro_list_ttl {
    width: 100%;
    margin-bottom: 4vw;
    font-size: 4vw;
  }
}
.intro .intro_list_ttl .strong {
  font-size: 4rem;
}
@media screen and (max-width: 640px) {
  .intro .intro_list_ttl .strong {
    font-size: 8vw;
  }
}
.intro .intro_list_text {
  width: 375px;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .intro .intro_list_text {
    width: 100%;
    font-size: 3.2vw;
  }
}
.intro .intro_list .kaitori:before {
  background: url("../images/service/ico_kaitori.png") top center no-repeat;
  background-size: contain;
}
.intro .intro_list .baikyaku:before {
  background: url("../images/service/ico_baikyaku.png") top center no-repeat;
  background-size: contain;
}

.strength .strength_lttl {
  font-size: 3rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .strength .strength_lttl {
    font-size: 6.6666666667vw;
  }
}
.strength .strength_list li {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-box;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1040px;
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .strength .strength_list li {
    display: block;
    width: 100%;
    margin-top: 10.6666666667vw;
  }
}
.strength .strength_list li:nth-child(even) {
  margin-left: auto;
}
.strength .strength_list_img {
  width: 432px;
}
@media screen and (max-width: 640px) {
  .strength .strength_list_img {
    width: 100%;
    margin-bottom: 1.3333333333vw;
  }
}
.strength .strength_list_textarea {
  width: 530px;
}
@media screen and (max-width: 640px) {
  .strength .strength_list_textarea {
    width: 100%;
  }
}
.strength .strength_list_ttl {
  margin: 0.7em auto;
  color: #F78DA7;
  font-size: 2.4rem;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .strength .strength_list_ttl {
    font-size: 5.3333333333vw;
  }
}
.strength .strength_list_text01 {
  margin-bottom: 1.5em;
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .strength .strength_list_text01 {
    font-size: 4vw;
  }
}
.strength .strength_list_text02 {
  font-size: 1.6rem;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  .strength .strength_list_text02 {
    font-size: 3.2vw;
  }
}

.flow .flow_mttl {
  margin: 100px 0 60px;
  padding-top: 70px;
  font-size: 3rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .flow .flow_mttl {
    margin: 13.3333333333vw 0 10.6666666667vw;
    padding-top: 12vw;
    padding-bottom: 8vw;
    font-size: 6.1333333333vw;
  }
}
.flow .flow_mttl_wrap {
  position: relative;
}
.flow .flow_mttl_btn {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-left: 40px;
}
@media screen and (max-width: 640px) {
  .flow .flow_mttl_btn {
    bottom: -2.6666666667vw;
    padding-left: 8vw;
  }
}
.flow .flow_mttl_btn a {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #FFF462));
  background: linear-gradient(transparent 70%, #FFF462 30%);
  font-size: 2rem;
}
@media screen and (max-width: 640px) {
  .flow .flow_mttl_btn a {
    font-size: 3.4666666667vw;
  }
}
.flow .flow_mttl_btn a:hover {
  background: none;
}
.flow .flow_list li {
  position: relative;
  margin-top: 65px;
  padding: 40px 30px 20px;
}
@media screen and (max-width: 640px) {
  .flow .flow_list li {
    margin-top: 10.6666666667vw;
    padding: 6.6666666667vw 4vw 4vw;
  }
}
.flow .flow_list li:before {
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 0;
  height: 0;
  border: transparent 16px solid;
  border-top: #000 16px solid;
}
@media screen and (max-width: 640px) {
  .flow .flow_list li:before {
    top: -5.4666666667vw;
    border: transparent 2.6666666667vw solid;
    border-top: #000 2.6666666667vw solid;
  }
}
.flow .flow_list li:first-child {
  margin-top: 0;
}
.flow .flow_list li:first-child:before {
  content: none;
}
.flow .flow_list li:last-child {
  border: #DDD 1px solid;
}
.flow .flow_list li:last-child .flow_list_step {
  background: #000;
}
.flow .flow_list li:last-child .flow_list_ttl {
  color: #000;
}
.flow .flow_list_step {
  position: absolute;
  top: 0;
  left: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 150px;
  background: #F78DA7;
  border-radius: 50px;
  color: #FFF;
  font-size: 2rem;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .flow .flow_list_step {
    left: 4vw;
    width: 26.6666666667vw;
    font-size: 4vw;
  }
}
.flow .flow_list_step .num {
  font-size: 3.5rem;
}
@media screen and (max-width: 640px) {
  .flow .flow_list_step .num {
    font-size: 6.6666666667vw;
  }
}
.flow .flow_list_ttl {
  margin-bottom: 10px;
  color: #F78DA7;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .flow .flow_list_ttl {
    margin-bottom: 2vw;
    font-size: 4.8vw;
  }
}
.flow .kaitori .flow_mttl {
  background: url("../images/service/ico_kaitori.png") top center no-repeat;
}
@media screen and (max-width: 640px) {
  .flow .kaitori .flow_mttl {
    background-size: 16vw;
  }
}
.flow .kaitori .flow_mttl_btn {
  background: url("../images/service/ico_baikyaku.png") top 50% left no-repeat;
  background-size: 37px;
}
@media screen and (max-width: 640px) {
  .flow .kaitori .flow_mttl_btn {
    background-size: 6.6666666667vw;
  }
}
.flow .baikyaku .flow_mttl {
  background: url("../images/service/ico_baikyaku.png") top center no-repeat;
}
@media screen and (max-width: 640px) {
  .flow .baikyaku .flow_mttl {
    background-size: 16vw;
  }
}
.flow .baikyaku .flow_mttl_btn {
  background: url("../images/service/ico_kaitori.png") top 50% left no-repeat;
  background-size: 37px;
}
@media screen and (max-width: 640px) {
  .flow .baikyaku .flow_mttl_btn {
    background-size: 6.6666666667vw;
  }
}