/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */
.reason_bg {
  padding: 2em 0 3em;
  background-image: url("/img/lp/reason/reason_bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.reason_list {
  width: 85%;
  margin: auto;
}
.reason_list li {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  margin: 3em auto 0;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  position: relative;
}
.reason_list li:first-child {
  margin: 2em auto 0;
}
.reason_list li::before {
  /*画像を絶対配置*/
  position: absolute;
  content: '';
  top: -20px;
  display: block;
  width: 80px; /*幅*/
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat; /*画像を繰り返さない*/
  z-index: 1;
}
.reason_list li:nth-child(1)::before {
  left: -10px;
  background-image: url("/img/lp/reason/01.webp");
}
.reason_list li:nth-child(2)::before {
  right: -30px;
  background-image: url("/img/lp/reason/02.webp");
}
.reason_list li:nth-child(3)::before {
  left: -10px;
  background-image: url("/img/lp/reason/03.webp");
}
.reason {}
.reason_img {
  margin: 0 auto 1em;
}
.reason_txt {
  text-align: left;
}
.reason_txt div {
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', serif;
  color: #00D1D9;
  font-size: 2rem;
  letter-spacing: 3px;
  margin: 0 auto 0.5em;
}
.reason_txt div span {
  display: inline-block;
  border-bottom: 1px solid #00D1D9;
}
.reason_txt p {
  line-height: 1.7;
}
.reason01 {}
.reason01 p {
  text-align: left;
  margin: 0.5em auto 0;
}
.reason01l {
  margin: 2em auto 3em;
  position: relative;
}
.reason01l::after {
  position: absolute;
  bottom: -40px;
  left: 50%;
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  content: '\f0d7';
  font-family: FontAwesome;
  font-weight: 400;
  color: #00D1D9;
  font-size: 3.0rem;
}
.reason01r {}
/* before after */
.be_af_list {
  width: 85%;
  margin: auto;
}
.be_af_list li {
  margin: 1em auto 0;
  background: #fff;
  border-radius: 10px;
  padding: 5px 15px 20px;
}
.be_af_ttl {
  position: relative;
  color: #00D1D9;
  font-weight: bold;
  font-size: 1.6rem;
}
.be_af_ttl:before {
  position: absolute;
  top: calc(60% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #00D1D9;
}
.be_af_ttl span {
  position: relative;
  padding: 0 13px;
  background: #fff;
}
.be_af_ttl span.times {
  font-size: 3rem;
  padding: 0 3px;
}
.be_af_txt {
  font-weight: bold;
}
.be_af_txt span {
  display: inline-block;
  background: #00D1D9;
  color: #fff;
  border-radius: 5px;
  padding: 3px 10px;
  margin: 0 8px;
  font-size: 1.2rem;
  letter-spacing: 0;
}
.be_af_list ul {
  width: 100%;
  margin: auto;
}
.be_af_list ul li {
  padding: 0;
  margin: 0 auto 1em;
}
.be_af_list ul.three {
  width: 80%;
  margin: auto;
}
/* voice */
.voice_bg {
  padding: 2em 0 3em;
  background-image: url("/img/lp/voice/voice_bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.voice {
  position: relative;
  width: 80%;
  margin: auto;
}
.voice li {
  margin: 2em auto 0;
}
.voice_img {
  margin: 0em 5% -20px -5%;
  position: relative;
  z-index: 1;
}
.voice_txt {
  background: #ECF6FA;
  text-align: left;
  border-radius: 10px;
  padding: 40px 20px 20px;
}
.voice_txt div {
  color: #00D1D9;
  letter-spacing: 2px;
  border-bottom: 1px solid #00D1D9;
  padding: 0 0 8px;
  margin: 0 auto 12px;
}
.voice_txt div span {
	color: #333;
  display: block;
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', serif;
  font-size: 1.7rem;
  margin: 0 auto 3px;
}
.voice li:nth-of-type(even) .voice_img {
  margin: 2em -5% -20px 5%;
}
.voice_txt p {}
/* flow */
.flow {
  width: 100%;
  margin: 1em auto 0;
  text-align: left;
  position: relative;
}
.flow::before {
  position: absolute;
  content: '';
  bottom: 18px;
  left: 14%;
  display: block;
  width: 10px; /*幅*/
  height: 7px;
  background-image: url("/img/lp/flow/arrow.webp");
  background-size: contain;
  background-repeat: no-repeat; /*画像を繰り返さない*/
}
.flow::after {
  position: absolute;
  content: '';
  width: 10px;
  height: calc(100% - 5em);
  top: 40px;
  left: 14%;
  background: linear-gradient(180deg, rgba(122, 221, 239, 1) 0%, rgba(222, 209, 255, 1)100%);
}
.flow li {
  position: relative;
  padding: 20px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1)15%, rgba(255, 255, 255, 1)85%, rgba(255, 255, 255, 0) 100%);
}
.flow li:nth-of-type(even) {
  background: rgba(255, 255, 255, 0);
}
.flow li:before {
  /*画像を絶対配置*/
  position: absolute;
  content: '';
  top: 20px;
  left: 7%;
  display: block;
  width: 16%; /*幅*/
  height: 100%;
  object-fit: cover;
  background-size: contain;
  background-repeat: no-repeat; /*画像を繰り返さない*/
  z-index: 1;
}
.flow li:nth-child(1):before {
  background-image: url("/img/lp/flow/step01.webp");
}
.flow li:nth-child(2):before {
  background-image: url("/img/lp/flow/step02.webp");
}
.flow li:nth-child(3):before {
  background-image: url("/img/lp/flow/step03.webp");
}
.flow li:nth-child(4):before {
  background-image: url("/img/lp/flow/step04.webp");
}
.flow_in {
  width: 72%;
  margin: 0 3% 0 auto;
}
.flow_in_img {
  margin: 0 auto 0.5em;
}
.flow_in_txt {}
.flow_in_txt div {
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', serif;
  font-size: 1.8rem;
  color: #00D1D9;
  position: relative;
  padding: 0 0 5px;
  margin: 0 auto 10px;
}
.flow_in_txt div:before {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 30px;
  height: 1px;
  content: '';
  background: #00D1D9;
}
.flow_in_txt p {}
.flow_in_txt a {
  margin: 1em auto 0;
  /*矢印の基点とするためrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
  background: #FA8093;
  color: #fff;
  padding: 10px 40px 10px 30px;
  border-radius: 5px;
  text-align: center;
  outline: none;
  /*アニメーションの指定*/
  transition: ease .2s;
}
.flow_in_txt a:hover {
  background: #00D1D9;
}
.flow_in_txt a i {
  padding: 0 6px 0 0;
}
/* 矢印が右に移動 */
.flow_in_txt a.btnarrow::after {
  content: '';
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  top: 42%;
  right: 13px;
  /*矢印の形状*/
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  /*アニメーションの指定*/
  transition: all .3s;
}
/*hoverした際の移動*/
.flow_in_txt a.btnarrow:hover::after {
  right: 11px;
}
.faq {
  width: 85%;
  margin: auto;
}
.faq li {
  text-align: left;
  margin: 1.5em auto 0;
  background: #ECF6FA;
  border-radius: 10px;
}
.faq li div {
  color: #fff;
  background: #00D1D9;
  border-radius: 10px 10px 0 0;
  padding: 8px 15px 8px 50px;
  font-size: 1.6rem;
  position: relative;
}
.faq li div::before {
  position: absolute;
  top: 5px;
  left: 10px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #fff;
  content: 'Q';
  color: #00D1D9;
  text-align: center;
  line-height: 25px;
  font-family: "Gentium Plus", serif;
  font-weight: 400;
  font-size: 2rem;
}
.faq li p {
  line-height: 1.8;
  padding: 10px 15px 10px 50px;
  position: relative;
}
.faq li p::before {
  position: absolute;
  top: 15px;
  left: 10px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #00D1D9;
  content: 'A';
  color: #fff;
  text-align: center;
  line-height: 28px;
  font-family: "Gentium Plus", serif;
  font-weight: 400;
  font-size: 2rem;
}
/* ------------------------------------ */
/* ▼PC用デザイン */
/* ------------------------------------ */
@media all and (min-width: 768px) {
  .reason_bg {
    padding: 4em 0 5em;
  }
  .reason_list {
    width: 90%;
    margin: auto;
  }
  .reason_list li {
    max-width: calc(1200px - 120px);
    width: calc(92% - 120px);
    border-radius: 20px;
    padding: 40px 60px;
    margin: 5em 0 0 8%;
  }
  .reason_list li:first-child {
    margin: 3em 0 0 8%;
  }
  .reason_list li:nth-of-type(even) {
    margin: 4em 8% 0 0;
  }
  .reason_list li::before {
    top: -30px;
    width: 120px; /*幅*/
    height: 120px;
  }
  .reason_list li:nth-child(1)::before {
    left: -50px;
  }
  .reason_list li:nth-child(2)::before {
    right: -80px;
  }
  .reason_list li:nth-child(3)::before {
    left: -50px;
  }
  .reason.reverse {
    flex-direction: row;
  }
  .reason {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 0em;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
  }
  .reason_img {
    margin: 0;
    width: 48%;
  }
  .reason_txt {
    width: 47%;
  }
  .reason_txt div {
    line-height: 1.6;
    font-size: 3rem;
  }
  .reason_txt p {
    line-height: 2;
  }
  .reason01 {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 2em auto 0em;
    justify-content: space-between;
  }
  .reason01 p {
    margin: 0.7em auto 0;
  }
  .reason01l {
    margin: 0;
    width: 28%;
  }
  .reason01l::after {
    position: absolute;
    bottom: 30%;
    left: inherit;
    right: -60px;
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    content: '\f0da';
    font-size: 6.0rem;
  }
  .reason01r {
    width: 63%;
  }
  /* before after */
  .be_af_list.flex {
    width: calc(90% + 25px);
    max-width: 1280px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 0em;
    justify-content: space-between;
  }
  .be_af_list.flex li {
    margin: 2em 15px 0em;
    width: calc(100% / 2 - 80px);
    padding: 15px 25px 20px;
  }
  .be_af_list {
    width: 90%;
    max-width: 1200px;
  }
  .be_af_list li {
    margin: 2em auto 0;
    border-radius: 20px;
    padding: 15px 50px 20px;
  }
  .be_af_ttl {
    font-size: 2.5rem;
  }
  .be_af_ttl span {
    padding: 0 30px;
  }
  .be_af_ttl span.times {
    font-size: 4.5rem;
    padding: 0 5px;
  }
  .be_af_txt {
    font-size: 1.8rem;
  }
  .be_af_txt span {
    padding: 3px 15px;
    margin: 0 15px;
    font-size: 1.6rem;
    letter-spacing: 1px;
  }
  .be_af_list ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 1.5em;
    justify-content: space-between;
  }
  .be_af_list ul li {
    padding: 0;
    margin: 0 15px 0em;
    width: calc(100% / 2 - 30px);
  }
  .be_af_list ul.three {
    width: 100%;
    margin: 0em auto 1.5em;
  }
  .be_af_list ul.three li {
    width: calc(100% / 3 - 30px);
  }
  .be_af_list.flex ul li {
    margin: 0 15px 0em;
    width: calc(100% / 1 - 30px);
  }
  /* voice */
  .voice_bg {
    padding: 4em 0 5em;
  }
  .voice {
    max-width: 1100px;
    width: 90%;
    margin: auto;
  }
  .voice li {
    margin: 6em auto 0;
    position: relative;
  }
  .voice_img {
    margin: 0;
    position: absolute;
    top: -3.5em;
    left: 0;
    width: 45%;
  }
  .voice_txt {
    width: calc(90% - 45%);
    margin: 0 0 0 10%;
    border-radius: 20px;
    padding: 60px 5% 60px 40%;
  }
  .voice_txt div {
    padding: 0 0 10px;
    margin: 0 auto 15px;
  }
  .voice_txt div span {
    font-size: 2.8rem;
    margin: 0 auto 0px;
  }
  .voice li:nth-of-type(even) .voice_img {
    margin: 0;
    left: inherit;
    right: 0;
  }
  .voice li:nth-of-type(even) .voice_txt {
    margin: 0 10% 0 0;
    padding: 60px 40% 60px 5%;
  }
  .voice_txt p {
    line-height: 2;
  }
  /* flow */
  .flow {
    max-width: 1100px;
    margin: 1em auto 0;
  }
  .flow::before {
    bottom: 25px;
    left: 10.5%;
    width: 15px; /*幅*/
    height: 10px;
  }
  .flow::after {
    width: 15px;
    height: calc(100% - 5em);
    top: 40px;
    left: 10.5%;
  }
  .flow li {
    position: relative;
    padding: 30px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1)15%, rgba(255, 255, 255, 1)85%, rgba(255, 255, 255, 0) 100%);
  }
  .flow li:before {
    top: 30px;
    left: 7%;
    width: 90px; /*幅*/
  }
  .flow_in {
    width: 82%;
    margin: 0 3% 0 auto;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    align-items: center;
  }
  .flow_in_img {
    width: 45%;
    margin: 0;
  }
  .flow_in_txt {
    width: 50%;
  }
  .flow_in_txt div {
    font-size: 2.5rem;
    padding: 0 0 5px;
    margin: 0 auto 15px;
    letter-spacing: 3px;
  }
  .flow_in_txt div:before {
    width: 50px;
  }
  .flow_in_txt p {
    line-height: 2;
  }
  .flow_in_txt a {
    font-size: 1.8rem;
    padding: 10px 60px 10px 50px;
  }
  .faq {
    width: 90%;
    max-width: 900px;
  }
  .faq li {
    margin: 1.5em auto 0;
  }
  .faq li div {
    padding: 10px 15px 10px 80px;
    font-size: 2rem;
    letter-spacing: 2px;
  }
  .faq li div::before {
    position: absolute;
    top: 8px;
    left: 20px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    line-height: 35px;
    font-size: 3rem;
  }
  .faq li p {
    line-height: 1.8;
    padding: 20px 15px 20px 80px;
    position: relative;
  }
  .faq li p::before {
    top: 25px;
    left: 20px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    line-height: 35px;
    font-size: 3rem;
  }
}