@charset "UTF-8";
.flow {
  /* page_title
  ---------------------------------------------------------------------------------------*/
  /* section
  ---------------------------------------------------------------------------------------*/
  /* flow_footer
  ---------------------------------------------------------------------------------------*/
}
@media screen and (min-width: 768px) {
  .flow .page_title {
    padding-top: 145px;
    text-align: center;
  }
  .flow .page_title .inr h1 {
    font-size: 2.6rem;
    letter-spacing: 0.1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    /* for no-flexbox browsers */
  }
  .flow .page_title .inr h1:after, .flow .page_title .inr h1:before {
    border-top: 1px solid #333333;
    content: "";
    display: inline;
    /* for IE */
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex: 1;
    flex-grow: 1;
  }
  .flow .page_title .inr h1:after {
    margin-left: 0.5em;
  }
  .flow .page_title .inr h1:before {
    margin-right: 0.5em;
  }
  .flow .page_title .inr p {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .flow .page_title {
    position: relative;
    width: 100%;
    height: 90vh;
    text-align: center;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .flow .page_title {
    /* 横向きの場合のスタイル */
    background-image: url("../../images/page/flow/bg_title_sp-yoko.jpg");
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .flow .page_title {
    /* 縦向きの場合のスタイル */
    background-image: url("../../images/page/flow/bg_title_sp.jpg");
  }
}
@media screen and (max-width: 767px) {
  .flow .page_title .inr {
    width: 100%;
    position: absolute;
    top: 42%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0 30px;
  }
  .flow .page_title .inr h1 {
    font-size: 2rem;
  }
  .flow .page_title .inr p {
    font-size: 1rem;
  }
  .flow .page_title .scroll {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -31px;
  }
  .flow .page_title .scroll img {
    width: 62px;
  }
  .flow .page_title .sp_logo {
    position: absolute;
    top: 15px;
    left: 30px;
    width: 140px;
  }
}
.flow .section {
  text-align: center;
  margin: 70px 0;
}
@media screen and (max-width: 767px) {
  .flow .section {
    text-align: left;
    margin: 30px 0 60px;
  }
}
.flow .section .container {
  width: 980px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .flow .section .container {
    width: 100%;
    padding: 0 30px;
  }
}
.flow .section .section_title h2 {
  font-size: 2.8rem;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .flow .section .section_title h2 {
    font-size: 2rem;
    text-align: left;
  }
  .flow .section .section_title h2 br {
    display: none;
  }
}
.flow .section .section_title h2:after {
  content: " ";
  background: #333333;
  width: 34px;
  height: 2px;
  display: block;
  margin: 25px auto;
}
@media screen and (max-width: 767px) {
  .flow .section .section_title h2:after {
    margin: 15px 0;
  }
}
.flow .section01 h3,
.flow .section02 h3,
.flow .section03 h3 {
  font-size: 2.8rem;
  letter-spacing: 0.15em;
  color: #00a0e9;
  background: #e9f4f8;
  padding: 20px 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .flow .section01 h3,
  .flow .section02 h3,
  .flow .section03 h3 {
    font-size: 2rem;
    text-align: left;
    margin-bottom: 30px;
  }
}
.flow .section01 .container,
.flow .section02 .container,
.flow .section03 .container {
  width: 980px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .flow .section01 .container,
  .flow .section02 .container,
  .flow .section03 .container {
    width: 100%;
    padding: 0 30px;
  }
}
.flow .section01 .container dl,
.flow .section02 .container dl,
.flow .section03 .container dl {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .flow .section01 .container dl,
  .flow .section02 .container dl,
  .flow .section03 .container dl {
    margin-bottom: 30px;
  }
}
.flow .section01 .container dl dt,
.flow .section02 .container dl dt,
.flow .section03 .container dl dt {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .flow .section01 .container dl dt,
  .flow .section02 .container dl dt,
  .flow .section03 .container dl dt {
    font-size: 2rem;
    margin-bottom: 15px;
  }
}
.flow .section01 .container dl dd,
.flow .section02 .container dl dd,
.flow .section03 .container dl dd {
  line-height: 2.5;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .flow .section01 .container dl dd,
  .flow .section02 .container dl dd,
  .flow .section03 .container dl dd {
    line-height: 1.78;
  }
  .flow .section01 .container dl dd br,
  .flow .section02 .container dl dd br,
  .flow .section03 .container dl dd br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .flow .section01 .container .section_img,
  .flow .section02 .container .section_img,
  .flow .section03 .container .section_img {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .flow .section01 .container {
    background-image: url("../../images/page/flow/bg_section01.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    height: 1398px;
  }
  .flow .section01 .container .flow01 {
    position: absolute;
    top: 115px;
    left: 212px;
  }
  .flow .section01 .container .flow02 {
    position: absolute;
    top: 420px;
    left: 486px;
  }
  .flow .section01 .container .flow03 {
    position: absolute;
    top: 670px;
    left: 260px;
  }
  .flow .section01 .container .flow04 {
    position: absolute;
    top: 1200px;
    left: 643px;
  }
}
@media screen and (min-width: 768px) {
  .flow .section02 .container {
    background-image: url("../../images/page/flow/bg_section02.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    height: 1068px;
  }
  .flow .section02 .container .flow01 {
    position: absolute;
    top: 100px;
    left: 233px;
  }
  .flow .section02 .container .flow02 {
    position: absolute;
    top: 570px;
    left: 620px;
  }
  .flow .section02 .container .flow03 {
    position: absolute;
    top: 815px;
    left: 366px;
  }
}
.flow .section03 {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .flow .section03 .container {
    background-image: url("../../images/page/flow/bg_section03.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    height: 1670px;
  }
  .flow .section03 .container .flow01 {
    position: absolute;
    top: 115px;
    left: 212px;
  }
  .flow .section03 .container .flow02 {
    position: absolute;
    top: 618px;
    left: 500px;
  }
  .flow .section03 .container .flow03 {
    position: absolute;
    top: 835px;
    left: 225px;
  }
  .flow .section03 .container .flow04 {
    position: absolute;
    top: 1280px;
    left: 550px;
  }
  .flow .section03 .container .flow05 {
    position: absolute;
    top: 1495px;
    left: 400px;
  }
}
.flow .flow_footer {
  text-align: center;
  padding: 55px 0;
  background: #f3f4f5;
}
.flow .flow_footer p {
  font-size: 1.6rem;
}
.flow .flow_footer ul {
  margin-top: 25px;
}
.flow .flow_footer ul li {
  display: inline-block;
  width: 358px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .flow .flow_footer ul li {
    width: 100%;
    margin-bottom: 2px;
  }
}
.flow .flow_footer ul .home_footer_tel {
  background: #fff;
  font-size: 1.8rem;
  line-height: 50px;
}
.flow .flow_footer ul .home_footer_tel a {
  display: block;
}
.flow .flow_footer ul .home_footer_contact {
  background: #969696;
  font-size: 1.6rem;
  line-height: 50px;
}
.flow .flow_footer ul .home_footer_contact a {
  color: #fff;
  display: block;
}