@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/*=======================================
　ページ内共通
=======================================*/
h2 {
  color: #2A65A9;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.9;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 22px;
  }
}

header {
  border-bottom: 1px solid rgba(22, 32, 44, 0.12);
}

/*=======================================
　flow
=======================================*/
.BG_ari {
  display: block;
  background: #F2F9FC;
  padding-bottom: 50px;
  border-radius: 18px 18px 0 0;
  -webkit-transform: translateY(-6.25vw);
      -ms-transform: translateY(-6.25vw);
          transform: translateY(-6.25vw);
}
@media screen and (max-width: 768px) {
  .BG_ari {
    padding-bottom: 0;
    margin-bottom: 30px;
  }
}

.breadcrumbs {
  margin: 0 auto;
  padding-top: 28px;
  margin-bottom: 124px;
  max-width: 81.25%;
}
@media screen and (max-width: 768px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs .inner {
  margin: 0;
}
.breadcrumbs .inner ol li a {
  color: #2A65A9;
}

.service_ttl {
  margin: 0px auto 129px;
}
@media screen and (max-width: 768px) {
  .service_ttl {
    padding-top: 55px;
    margin-bottom: 45px;
  }
}
.service_ttl .sec_ttl {
  margin-bottom: 16px;
  color: #2A65A9;
  text-align: center;
  font-size: 45px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.26666;
}
@media screen and (max-width: 768px) {
  .service_ttl .sec_ttl {
    font-size: 28px;
    line-height: 34.8px;
    margin-bottom: 3px;
  }
}
.service_ttl p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #707070;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .service_ttl p {
    font-size: 12px;
    line-height: 21px;
  }
}

.site_des {
  text-align: center;
  margin-bottom: 51px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .site_des {
    font-size: 14px;
    line-height: 1.75;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}

div.flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 30px;
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  div.flow {
    gap: 2.5%;
    width: 90%;
    max-width: 569px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
div.flow:last-of-type .step_num::before {
  display: none;
}
div.flow .step_num {
  position: relative;
  width: 82px;
}
@media screen and (max-width: 768px) {
  div.flow .step_num {
    width: 40px;
  }
}
div.flow .step_num .txt {
  position: relative;
  margin-bottom: -3px;
  margin-left: 31%;
  padding-top: 9%;
  color: #2A65A9;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-style: italic;
  font-family: "jost", sans-serif;
  background: #F2F9FC;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  div.flow .step_num .txt {
    font-size: 10px;
    margin-left: 15%;
  }
}
div.flow .step_num .num {
  margin-left: 13%;
  position: relative;
  display: block;
  color: #2A65A9;
  font-size: 54px;
  font-weight: 500;
  font-style: italic;
  font-family: "jost", sans-serif;
  background: #F2F9FC;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  div.flow .step_num .num {
    font-size: 25px;
    margin-left: 0;
  }
}
div.flow .step_num::before {
  content: "";
  display: block;
  position: absolute;
  top: 50px;
  left: 45%;
  width: 1px;
  height: 100%;
  background: #2A65A9;
}
div.flow .txt_area {
  margin-top: 31px;
  width: 60%;
  max-width: 555px;
}
@media screen and (max-width: 768px) {
  div.flow .txt_area {
    width: 78%;
    max-width: 390px;
    height: 100%;
    margin-top: 5px;
  }
}
div.flow .txt_area .flow_ttl {
  margin-top: 3px;
  margin-bottom: 14px;
  color: #333333;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.46464;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  div.flow .txt_area .flow_ttl {
    font-size: 20px;
    margin-top: 5px;
  }
}
div.flow .txt_area .flow_des {
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  div.flow .txt_area .flow_des {
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 5px;
  }
}
div.flow .txt_area .tell_txt {
  position: relative;
  margin-bottom: 15px;
  padding-left: 15px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.47058;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  div.flow .txt_area .tell_txt {
    font-size: 15px;
  }
}
div.flow .txt_area .tell_txt::before {
  content: "";
  position: relative;
  display: block;
  width: 7px;
  height: 7px;
  top: 17px;
  left: -15px;
  background: #2A65A9;
  border-radius: 100%;
}
div.flow .txt_area .inq_btn {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.83333;
  letter-spacing: 0.05em;
  max-width: 319px;
  display: block;
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 0 0 currentColor;
          box-shadow: inset 0 0 0 0 currentColor;
  padding: 23px 107px 23px 21px;
  overflow: hidden;
  -webkit-transition: color 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: color 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: color 0.4s ease, box-shadow 0.4s ease;
  transition: color 0.4s ease, box-shadow 0.4s ease, -webkit-box-shadow 0.4s ease;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  div.flow .txt_area .inq_btn {
    font-size: 14px;
    max-width: 390px;
    padding: 20.4442px 45.1101px 20.4442px 15.6664px;
  }
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  div.flow .txt_area .inq_btn:hover {
    color: #2A65A9;
    -webkit-box-shadow: inset 0 0 0 2px currentColor;
            box-shadow: inset 0 0 0 2px currentColor;
  }
  div.flow .txt_area .inq_btn:hover::before {
    opacity: 0;
  }
  div.flow .txt_area .inq_btn:hover .inq_btn_icon {
    background-color: #2A65A9;
  }
  div.flow .txt_area .inq_btn:hover .inq_btn_icon::before {
    -webkit-animation: arrowMove 0.8s ease forwards;
            animation: arrowMove 0.8s ease forwards;
    background-image: url(../img/common/arrow-white2.svg);
    -webkit-transition: background-image 0s ease 0.4s;
    transition: background-image 0s ease 0.4s;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  div.flow .txt_area .inq_btn:hover {
    color: #2A65A9;
    -webkit-box-shadow: inset 0 0 0 2px currentColor;
            box-shadow: inset 0 0 0 2px currentColor;
  }
  div.flow .txt_area .inq_btn:hover::before {
    opacity: 0;
  }
  div.flow .txt_area .inq_btn:hover .inq_btn_icon {
    background-color: #2A65A9;
  }
  div.flow .txt_area .inq_btn:hover .inq_btn_icon::before {
    -webkit-animation: arrowMove 0.8s ease forwards;
            animation: arrowMove 0.8s ease forwards;
    background-image: url(../img/common/arrow-white2.svg);
    -webkit-transition: background-image 0s ease 0.4s;
    transition: background-image 0s ease 0.4s;
  }
}
div.flow .txt_area .inq_btn .inq_btn_txt {
  position: relative;
}
div.flow .txt_area .inq_btn .inq_btn_icon {
  width: 30px;
  height: 22px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 16px;
  background-color: #fff;
  border-radius: 100%;
  overflow: hidden;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
@media screen and (max-width: 768px) {
  div.flow .txt_area .inq_btn .inq_btn_icon {
    right: 9px;
  }
}
div.flow .txt_area .inq_btn .inq_btn_icon::before {
  content: "";
  width: 14px;
  height: 6px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: center/contain url(../img/flow/inq_arrow.svg) no-repeat;
  -webkit-animation: none;
          animation: none;
  -webkit-transition: background-image 0s ease 0s;
  transition: background-image 0s ease 0s;
}
div.flow .txt_area .inq_btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#2A65A9), to(#69A9F0));
  background-image: linear-gradient(to right, #2A65A9, #69A9F0);
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  z-index: -1;
}
div.flow .txt_area .tell_btn {
  color: #333;
  font-family: "Noto Sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.32875;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 19px;
  pointer-events: none;
  cursor: default;
}
div.flow .txt_area .tell_btn span {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  div.flow .txt_area .tell_btn {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.83333;
    max-width: 390px;
    position: relative;
    background-image: -webkit-gradient(linear, left top, right top, from(#2A65A9), to(#69A9F0));
    background-image: linear-gradient(to right, #2A65A9, #69A9F0);
    border-radius: 5px;
    padding: 15px 50px 15px 15px;
    margin-bottom: 15px;
    pointer-events: auto;
    cursor: pointer;
  }
  div.flow .txt_area .tell_btn::after {
    content: "";
    width: 19px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 16px;
    background: center/contain url(../img/flow/icon-tel.svg) no-repeat;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  div.flow .txt_area .tell_btn span {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.08em;
    margin-right: 0.5em;
  }
}
div.flow .flow_img {
  display: block;
  position: absolute;
  width: 240.79px;
  height: auto;
  aspect-ratio: 1.85223/1;
  bottom: 50px;
  right: 0;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  div.flow .flow_img {
    position: relative;
    bottom: 0;
    margin-top: 20px;
    width: 90%;
  }
}

.flow_img_ari {
  gap: 33px;
  padding-bottom: 70px;
  height: 220px;
}
@media screen and (max-width: 768px) {
  .flow_img_ari {
    gap: 2.5%;
    height: 100%;
    width: 90%;
    max-width: 569px;
    padding-bottom: 50px;
  }
}
.flow_img_ari.flow .txt_area {
  margin-top: 33px;
  width: 80%;
  max-width: 555px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .flow_img_ari.flow .txt_area {
    width: calc(100% - 385px);
    max-width: 555px;
    height: 100%;
    margin-top: 5px;
  }
  .flow_img_ari.flow .txt_area .br_1024 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .flow_img_ari.flow .txt_area {
    width: 78%;
    max-width: 390px;
  }
}
.flow_img_ari.flow .txt_area .flow_des {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .flow_img_ari.flow .txt_area .flow_des {
    height: auto;
  }
}

.faq_ttl {
  margin-bottom: 66px;
}
@media screen and (max-width: 768px) {
  .faq_ttl {
    margin-bottom: 40px;
  }
}

.faq_div {
  width: 90%;
  max-width: 1085px;
  margin: 0 auto 200px;
}
@media screen and (max-width: 768px) {
  .faq_div {
    margin-bottom: 100px;
  }
}
.faq_div .faq_contemts {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .faq_div .faq_contemts {
    margin-bottom: 10px;
  }
}
.faq_div .faq_contemts:last-of-type {
  margin-bottom: 0;
}
.faq_div .faq_contemts .faq_q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #2A65A9;
  margin-bottom: 3px;
  padding: 0px 5px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .faq_div .faq_contemts .faq_q {
    font-size: 17px;
    padding: 0 0 0 5px;
  }
}
.faq_div .faq_contemts .faq_q .txt_q {
  margin-right: 40px;
  color: #2A65A9;
  font-size: 54px;
  font-weight: 500;
  font-style: italic;
  font-family: "jost", sans-serif;
}
@media screen and (max-width: 768px) {
  .faq_div .faq_contemts .faq_q .txt_q {
    font-size: 30px;
    margin-right: 20px;
  }
}
.faq_div .faq_contemts .faq_q .main_q_txt {
  padding: 24px 0;
}
.faq_div .faq_contemts .faq_a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 8px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .faq_div .faq_contemts .faq_a {
    font-size: 14px;
    line-height: 1.75;
    padding: 0 0 0 8px;
  }
}
.faq_div .faq_contemts .faq_a .txt_a {
  margin-right: 48px;
  color: #368FD7;
  font-size: 54px;
  font-weight: 500;
  font-style: italic;
  font-family: "jost", sans-serif;
}
@media screen and (max-width: 768px) {
  .faq_div .faq_contemts .faq_a .txt_a {
    font-size: 30px;
    margin-right: 28px;
  }
}
.faq_div .faq_contemts .faq_a .main_a_txt {
  padding: 24px 0;
}
.faq_div .faq_contemts .faq_a .faq_link {
  color: #368FD7;
  height: 24px;
  display: inline-block;
  border-bottom: 1px solid #368FD7;
  -webkit-transition: color 0.4s ease, border-color 0.4s ease;
  transition: color 0.4s ease, border-color 0.4s ease;
}
@media screen and (max-width: 768px) {
  .faq_div .faq_contemts .faq_a .faq_link {
    height: 19px;
  }
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .faq_div .faq_contemts .faq_a .faq_link:hover {
    color: #2A65A9;
    border-bottom-color: #2A65A9;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .faq_div .faq_contemts .faq_a .faq_link:hover {
    color: #2A65A9;
    border-bottom-color: #2A65A9;
  }
}

.br_1040 {
  display: none;
}
@media screen and (max-width: 1040px) {
  .br_1040 {
    display: block;
  }
}/*# sourceMappingURL=flow.css.map */