@charset "UTF-8";
/* HOUSEPAYMENT CSS (main.css) */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #000;
}

ul, ol {
  list-style: none;
}

ul, ol, li, h1, h2, h3, h4, h5, h6, dl, dt, dd, a, strong {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: normal;
}

div {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

img, a img {
  border: none;
}

table {
  letter-spacing: 1px;
}

iframe {
  border: none;
}

strong {
  font-weight: bold;
}

#content_area a:hover {
  text-decoration: none;
}

/* ============================================
 base
============================================ */
html {
  overflow-y: scroll;
}

html, body {
  width: 100%;
  height: auto;
  color: #000;
  min-width: 320px;
  letter-spacing: .1px;
  font-size: 12px;
  line-height: 1.5;
  font-family: Arial, Roboto, "Droid Sans","メイリオ", Meiryo,"游ゴシック", YuGothic,"ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, sans-serif;
  -webkit-text-size-adjust: 100%;
  background: #ffffff;
}

.no_sp {
  display: inline;
}

.no_pc {
  display: none;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

#exterior_wrapper {
  position: relative;
  z-index: 1;
}

.wrapper {
  width: 80%;
  max-width: 1280px;
  margin: 0 auto;
}

/* ============================================
 header
============================================ */
header {
  width: 100%;
  margin: 0 auto;
  height: 67px;
  background: #2a6eb6;
  border-bottom: 2px solid #fff;
  color: #fff;
}
header .header_logo {
  padding-top: 18px;
  display: flex;
  align-items: center;
}
header .header_logo img {
  width: 135px;
}
header .header_logo span {
  display: inline-block;
  margin-left: 28px;
  margin-top: 7px;
  font-size: 14px;
}

#main_visual {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 67px);
  z-index: 2;
  overflow: hidden;
  background: -moz-linear-gradient(bottom left, #3076b6 50%, #21c9e5);
  background: -webkit-linear-gradient(bottom left, #3076b6 50%, #21c9e5);
  background: linear-gradient(to top right, #3076b6 50%, #21c9e5);
}
#main_visual .main_visual_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: url("./images/bg_logo.png") no-repeat;
  background-size: cover;
}
#main_visual .main_visual_inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#main_visual .main_visual_box {
  display: flex;
  flex-direction: column;
  width: 60%;
  max-width: 627px;
  position: relative;
}
#main_visual .main_visual_box .main_head {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
#main_visual .main_visual_box .main_head p {
  letter-spacing: -.5px;
  line-height: 1.35;
  margin-left: 15px;
  font-size: 31px;
  font-size: 2.421875vw;
  font-weight: bold;
  color: #fff708;
  white-space: nowrap;
}
@media (min-width: 1280px) {
  #main_visual .main_visual_box .main_head p {
    font-size: 31px;
  }
}
#main_visual .main_visual_box .main_txt {
  margin-bottom: 40px;
}
#main_visual .main_visual_box .main_btn {
  margin-bottom: 25px;
}
#main_visual .main_visual_box .main_btn a {
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.4);
  position: relative;
  color: #e35f94;
  border-radius: 35px;
  font-size: 22px;
  font-size: 1.71875vw;
  background: #fff708;
  padding: 18px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#main_visual .main_visual_box .main_btn a:before {
  position: absolute;
  left: 25px;
  display: inline-block;
  content: "";
  background: url("/images/ico_arrow-right.png") no-repeat;
  width: 25px;
  height: 25px;
}
@media (min-width: 1280px) {
  #main_visual .main_visual_box .main_btn a {
    font-size: 22px;
  }
}
#main_visual .main_visual_box .main_txt_attention {
  color: #fff;
  font-size: 15px;
  font-size: 1.171875vw;
  letter-spacing: -0.4px;
  white-space: nowrap;
}
@media (min-width: 1280px) {
  #main_visual .main_visual_box .main_txt_attention {
    font-size: 15px;
  }
}
#main_visual .main_visual_box .main_visual_img {
  position: absolute;
  right: -100%;
  top: -15%;
  width: 100%;
  margin-top: 0;
}
#main_visual .main_visual_box .main_visual_img .main_visual_img_ico {
  position: absolute;
  top: 61px;
  left: 50px;
  width: 25%;
}

*::-ms-backdrop, #main_visual {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
  z-index: 2;
  overflow: hidden;
}

*::-ms-backdrop, #main_visual .main_visual_inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

*::-ms-backdrop, #main_visual .main_visual_inner .wrapper {
  margin: 50px auto;
}

/* ============================================
 contents
============================================ */
.content {
  padding: 90px 0;
}
.content h2 {
  position: relative;
  font-size: 32px;
  font-size: 2.6666666667rem;
  font-weight: bold;
  color: #2a6eb6;
  margin-bottom: 35px;
}

#lead01 h2 {
  text-align: center;
}
#lead01 h2 span {
  margin-bottom: 30px;
}
#lead01 .lead01_txt {
  font-size: 21px;
  font-size: 1.75rem;
  margin-bottom: 30px;
}
#lead01 .lead01_txt a {
  color: #e35f94;
  text-decoration: underline;
}
#lead01 .lead01_txt a:hover {
  text-decoration: none;
}
#lead01 .lead01_content {
  border: solid 2px #2a6eb6;
  margin: 0 auto 10px;
  font-size: 24px;
  font-size: 2rem;
  color: #2a6eb6;
  font-weight: bold;
  max-width: 820px;
  border-radius: 30px;
  text-align: center;
  padding: 10px 15px;
}
#lead01 .lead01_content.kikan {
  background: #2a6eb6;
  color: #fff;
}
#lead01 .lead01_content small {
  font-size: 18px;
  font-size: 1.5rem;
}

#lead02 {
  background: #f2f2f2;
}
#lead02 h2 {
  margin-top: 20px;
  text-align: center;
}
#lead02 h2 span {
  padding-left: 130px;
  display: inline-block;
}
#lead02 h2 strong {
  letter-spacing: 1px;
}
#lead02 h2 img {
  position: absolute;
  left: 50%;
  margin-left: -427px;
  top: -50%;
  width: 24%;
  min-width: 230px;
}
#lead02 .lead02_box {
  position: relative;
  background: #4f81bd;
  padding: 40px 60px;
  display: flex;
  margin-bottom: 20px;
}
#lead02 .lead02_box .lead02_box_detail {
  width: 65%;
}
#lead02 .lead02_box .lead02_box_detail h3 {
  margin-bottom: 15px;
}
#lead02 .lead02_box .lead02_box_detail .lead02_box_cp02 {
  font-weight: bold;
  font-size: 30px;
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 5px;
}
#lead02 .lead02_box .lead02_box_detail .lead02_box_cp03 {
  font-size: 32px;
  font-size: 2.6666666667rem;
  margin-bottom: 20px;
}
#lead02 .lead02_box .lead02_box_detail .lead02_box_cp03 strong {
  font-size: 70px;
  font-size: 5.8333333333rem;
}
#lead02 .lead02_box .lead02_box_detail .lead02_box_txt {
  color: #fff;
  font-size: 22px;
  font-size: 1.8333333333rem;
  line-height: 1.6;
}
#lead02 .lead02_box .lead02_box_detail .lead02_box_txt a {
  color: #fff;
  text-decoration: underline;
}
#lead02 .lead02_box .lead02_box_detail .lead02_box_txt a:hover {
  text-decoration: none;
}
#lead02 .lead02_box .lead02_box_img {
  width: 35%;
}
#lead02 .lead02_box .credit {
  margin-top: 20px;
  background: #fff;
  padding: 20px;
  text-align: left;
  display: inline-block;
}
#lead02 .lead02_box .credit img {
  padding: 0 30px;
}
#lead02 .lead02_box .credit p {
  margin-bottom: 10px;
}
#lead02 .lead02_attention {
  font-size: 18px;
  font-size: 1.5rem;
  line-height: 1.7;
}

#use h2 {
  margin-top: 20px;
  text-align: center;
}
#use h2 span {
  padding-left: 130px;
  display: inline-block;
}
#use h2 strong {
  letter-spacing: 1px;
}
#use h2 img {
  position: absolute;
  left: 20px;
  top: -76px;
}
#use .use_box {
  background: #f2f2f2;
  padding: 30px 53px;
  margin: 0 auto 20px;
}
#use .use_box p {
  font-size: 22px;
  font-size: 1.8333333333rem;
  margin: 20px auto;
}
#use .use_box p.use_attention {
  font-size: 18px;
  font-size: 1.5rem;
}
#use .use_box p.use_attention strong {
  margin: 15px auto;
  font-weight: bold;
  color: #2a6eb6;
}
#use .use_box .use_img {
  padding: 15px;
  background: #fff;
  text-align: center;
}
#use .use_box .use_img p {
  font-size: 22px;
  font-size: 1.8333333333rem;
  text-align: center;
  font-weight: bold;
  color: #2a6eb6;
  margin: 10px auto;
}
#use .use_box.use_box03 h3 {
  margin-bottom: 20px;
}
#use .use_link {
  margin-top: 50px;
  text-align: center;
  font-size: 18px;
  font-size: 1.5rem;
}
#use .use_link a {
  color: #e35f94;
  text-decoration: underline;
}
#use .use_link a:hover {
  text-decoration: none;
}

#use .use_lead {
  display: none;
}
#use h2 {
  margin-top: 20px;
  text-align: center;
}
#use h2 span {
  padding-left: 130px;
  display: inline-block;
}
#use h2 strong {
  letter-spacing: 1px;
}
#use h2 img {
  position: absolute;
  left: 20px;
  top: -76px;
}
#use .use_box {
  background: #f2f2f2;
  padding: 40px 70px;
  margin: 0 auto 20px;
}
#use .use_box h3 {
  text-align: center;
}
#use .use_box p {
  font-size: 22px;
  font-size: 1.8333333333rem;
  margin: 20px auto;
}
#use .use_box p.use_attention {
  font-size: 18px;
  font-size: 1.5rem;
}
#use .use_box p.use_attention strong {
  margin: 15px auto;
  font-weight: bold;
  color: #2a6eb6;
}
#use .use_box .use_img {
  padding: 15px;
  background: #fff;
  text-align: center;
}
#use .use_box .use_img p {
  font-size: 22px;
  font-size: 1.8333333333rem;
  text-align: center;
  font-weight: bold;
  color: #2a6eb6;
  margin: 10px auto;
}
#use .use_box.use_box03 h3 {
  margin-bottom: 20px;
}

#period {
  background: #f2f2f2;
}
#period h2 {
  margin-top: 20px;
  text-align: center;
  margin-bottom: 30px;
}
#period h2 span {
  padding-left: 130px;
  display: inline-block;
}
#period h2 strong {
  letter-spacing: 1px;
}
#period h3 {
  text-align: center;
  margin: 0 auto 20px;
}
#period p {
  margin: 0 auto 30px;
  text-align: center;
  font-size: 22px;
  font-size: 1.8333333333rem;
}

#flow {
  background: #2a6eb6;
}
#flow h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
#flow .flow_lead {
  font-size: 18px;
  font-size: 1.5rem;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#flow .flow_lead strong {
  color: #efcb02;
}
#flow .flow_img {
  text-align: center;
}
#flow .address {
  border: solid #fff 1px;
  max-width: 1002px;
  margin: 40px auto 0;
}
#flow .address h3 {
  background: #fff;
  text-align: center;
  padding: 5px 10px;
  color: #2a6eb6;
  font-weight: bold;
  font-size: 22px;
  font-size: 1.8333333333rem;
}
#flow .address div {
  padding: 20px;
}
#flow .address p {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-size: 1.5rem;
}
#flow .address p:first-child {
  margin-bottom: 8px;
}
#flow .address .mail {
  color: #fff;
  font-size: 36px;
  font-size: 3rem;
  line-height: 1.1;
  letter-spacing: 7px;
  font-family: helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
}
#flow .address .mail a {
  color: #fff;
}
#flow .apply {
  margin: 70px auto;
}
#flow .apply h3 {
  text-align: center;
  margin-bottom: 15px;
  color: #fff;
  font-size: 22px;
  font-size: 1.8333333333rem;
  font-weight: bold;
}
#flow .apply .main_btn {
  max-width: 630px;
  margin: 0 auto;
}
#flow .apply .main_btn a {
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.4);
  position: relative;
  color: #e35f94;
  border-radius: 35px;
  font-size: 22px;
  font-size: 1.71875vw;
  background: #fff708;
  padding: 18px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#flow .apply .main_btn a:before {
  position: absolute;
  left: 25px;
  display: inline-block;
  content: "";
  background: url("/images/ico_arrow-right.png") no-repeat;
  width: 25px;
  height: 25px;
}
@media (min-width: 1280px) {
  #flow .apply .main_btn a {
    font-size: 22px;
  }
}

#contact h2 {
  text-align: center;
  margin-top: 20px;
  color: #2a6eb6;
  font-weight: bold;
  font-size: 22px;
  font-size: 1.8333333333rem;
}
#contact p {
  font-size: 18px;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 20px;
}
#contact .bnr {
  text-align: center;
}

#page-top {
  position: fixed;
  z-index: 10;
  right: 45px;
  bottom: 70px;
  width: 115px;
  height: 115px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s linear;
}
#page-top a {
  color: #fff;
}

#page-top.active {
  visibility: visible;
  opacity: 1;
}

#btn_float {
  position: fixed;
  width: 100%;
  opacity: 0;
  bottom: -140px;
  background: rgba(242, 242, 242, 0.8);
  -webkit-transition: all 0.35s ease-in;
  transition: all 0.35s linear;
}
#btn_float .float_inner {
  padding: 10px 10px 15px;
}
#btn_float h3 {
  text-align: center;
  margin-bottom: 5px;
  color: #2a6eb6;
  font-size: 22px;
  font-size: 1.8333333333rem;
  font-weight: bold;
}
#btn_float .main_btn {
  max-width: 630px;
  margin: 0 auto;
}
#btn_float .main_btn a {
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.4);
  position: relative;
  color: #e35f94;
  border-radius: 35px;
  font-size: 22px;
  font-size: 1.71875vw;
  background: #fff708;
  padding: 18px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#btn_float .main_btn a:before {
  position: absolute;
  left: 25px;
  display: inline-block;
  content: "";
  background: url("/images/ico_arrow-right.png") no-repeat;
  width: 25px;
  height: 25px;
}
@media (min-width: 1280px) {
  #btn_float .main_btn a {
    font-size: 22px;
  }
}
#btn_float.active {
  opacity: 1;
  bottom: 0;
}

/* ============================================
 footer
============================================ */
footer {
  margin-top: 30px;
  background: #2a6eb6;
  padding: 40px 0 180px;
  border-top: 4px solid #000;
}
footer .footer_logo {
  padding-top: 18px;
  display: flex;
  align-items: center;
  color: #fff;
  margin-bottom: 25px;
}
footer .footer_logo img {
  width: 135px;
}
footer .footer_logo span {
  display: inline-block;
  margin-left: 28px;
  margin-top: 7px;
  font-size: 14px;
}
footer .copyrights {
  color: #fff;
  text-align: left;
  font-size: 12px;
  font-size: 1rem;
}

.fadein, .fadein_sc {
  opacity: 0;
  -ms-transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-transition: all 0.45s ease-in;
  transition: all 0.45s linear;
}

.fadein.scrolling {
  opacity: 1;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.fadein_sc.scrolling {
  opacity: 1;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.delay2 {
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  transition-delay: 200ms;
}

.delay3 {
  -moz-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  transition-delay: 300ms;
}

.delay4 {
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
  transition-delay: 400ms;
}

.delay5 {
  -moz-transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  transition-delay: 500ms;
}

.delay6 {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
  transition-delay: 600ms;
}

.delay7 {
  -moz-transition-delay: 700ms;
  -webkit-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  transition-delay: 700ms;
}

.delay8 {
  -moz-transition-delay: 800ms;
  -webkit-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
  transition-delay: 800ms;
}

.sns {
  padding: 15px 0;
  margin: 40px 0 30px;
}
.sns ul {
  text-align: center;
}
.sns ul .list_item {
  display: inline-block;
  margin: 0 8px;
  padding: 5px 0 3px;
}
.sns ul .fb_item {
  position: relative;
  top: -4px;
}

@media screen and (max-width: 768px) {
  /* ============================================
 base
============================================ */
  .no_sp {
    display: none;
  }

  .no_pc {
    display: inline;
  }

  .clearfix:before, .clearfix:after {
    content: "";
    display: table;
  }
  .clearfix:after {
    clear: both;
  }

  #exterior_wrapper {
    position: relative;
    z-index: 1;
  }

  .wrapper {
    width: 90%;
    max-width: none;
    margin: 0 auto;
  }

  /* ============================================
   header
  ============================================ */
  header {
    width: 100%;
    margin: 0 auto;
    height: 67px;
    background: #2a6eb6;
    border-bottom: 2px solid #fff;
    color: #fff;
    display: flex;
    align-items: center;
  }
  header .header_logo {
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
  }
  header .header_logo img {
    width: 100px;
  }
  header .header_logo span {
    letter-spacing: -.3px;
    display: inline-block;
    margin-left: 10px;
    margin-top: 0.7%;
    font-size: 20px;
    font-size: 2.6041666667vw;
  }

  #main_visual {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 2;
    overflow: hidden;
    background: -moz-linear-gradient(bottom left, #3076b6 42%, #21c9e5);
    background: -webkit-linear-gradient(bottom left, #3076b6 42%, #21c9e5);
    background: linear-gradient(to top right, #3076b6 42%, #21c9e5);
  }
  #main_visual .main_visual_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: url("./images/bg_logo.png") no-repeat;
    background-size: cover;
  }
  #main_visual .main_visual_inner {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #main_visual .main_visual_box {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: none;
  }
  #main_visual .main_visual_box .main_head {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    flex-wrap: wrap;
    margin-top: 20%;
  }
  #main_visual .main_visual_box .main_head .main_head_ico {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }
  #main_visual .main_visual_box .main_head .main_head_ico img {
    width: 28%;
    max-width: 133px;
  }
  #main_visual .main_visual_box .main_head p {
    width: 100%;
    text-align: center;
    letter-spacing: -.1px;
    line-height: 1.35;
    margin-left: 15px;
    font-size: 42px;
    font-size: 5.46875vw;
    font-weight: bold;
    color: #fff708;
    white-space: nowrap;
  }
  #main_visual .main_visual_box .main_txt {
    margin-bottom: 20px;
    padding: 0 5%;
  }
  #main_visual .main_visual_box .main_btn {
    margin-bottom: 14%;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 10;
  }
  #main_visual .main_visual_box .main_btn a {
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.4);
    position: relative;
    color: #e35f94;
    border-radius: 35px;
    font-size: 30px;
    font-size: 3.90625vw;
    line-height: 1;
    background: #fff708;
    display: flex;
    /* padding: 18px 30px; */
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #main_visual .main_visual_box .main_btn a:before {
    position: absolute;
    left: 15px;
    display: inline-block;
    content: "";
    background: url(/images/ico_arrow-right.png) no-repeat center;
    background-size: 18px;
    width: 25px;
    height: 18px;
  }
  #main_visual .main_visual_box .main_txt_attention {
    color: #fff;
    font-size: 18px;
    font-size: 2.34375vw;
    letter-spacing: -0.8px;
    text-align: center;
    white-space: pre-wrap;
  }
  #main_visual .main_visual_box .main_visual_img {
    position: relative;
    right: 0;
    top: 0;
    width: 80%;
    margin: 0 auto;
    height: calc(100vw / 1.2);
    max-width: 500px;
  }
  #main_visual .main_visual_box .main_visual_img .main_visual_img_ico {
    position: absolute;
    top: 4%;
    left: auto;
    right: 1%;
    width: 40%;
    max-width: 170px;
  }

  /* ============================================
 contents
============================================ */
  .content {
    padding: 60px 0;
  }
  .content h2 {
    position: relative;
    font-size: 41px;
    font-size: 5.3385416667vw;
    font-weight: bold;
    color: #2a6eb6;
    margin-bottom: 25px;
  }

  #lead01 h2 {
    text-align: center;
    font-size: 50px;
    font-size: 6.5104166667vw;
  }
  #lead01 h2 span {
    margin-bottom: 15px;
    display: inline-block;
  }
  #lead01 h2 span img {
    width: 70%;
    max-width: 144px;
  }
  #lead01 .lead01_txt {
    font-size: 35px;
    font-size: 4.5572916667vw;
    margin-bottom: 25px;
  }
  #lead01 .lead01_content {
    border: solid 2px #2a6eb6;
    margin: 0 auto 10px;
    font-size: 32px;
    font-size: 4.1666666667vw;
    color: #2a6eb6;
    font-weight: bold;
    border-radius: 20px;
    text-align: center;
    padding: 15px 15px;
  }
  #lead01 .lead01_content.kikan {
    background: #2a6eb6;
    color: #fff;
  }
  #lead01 .lead01_content small {
    font-size: 24px;
    font-size: 3.125vw;
  }

  #lead02 {
    background: #f2f2f2;
    padding-top: 40px;
  }
  #lead02 h2 {
    margin-top: 0px;
    text-align: center;
  }
  #lead02 h2 span {
    position: relative;
    padding-left: 0;
    display: inline-block;
    margin-top: -50px;
  }
  #lead02 h2 strong {
    letter-spacing: 1px;
  }
  #lead02 h2 img {
    margin-left: 0;
    min-width: 0;
    position: relative;
    left: 0;
    top: -20px;
    width: 50%;
    text-align: center;
  }
  #lead02 .lead02_box {
    position: relative;
    background: #2a6eb6;
    padding: 20px 20px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  #lead02 .lead02_box .lead02_box_detail {
    width: 100%;
  }
  #lead02 .lead02_box .lead02_box_detail h3 {
    margin-bottom: 15px;
  }
  #lead02 .lead02_box .lead02_box_detail .lead02_box_cp02 {
    font-weight: bold;
    font-size: 38px;
    font-size: 4.9479166667vw;
    color: #fff;
    margin-bottom: 5px;
  }
  #lead02 .lead02_box .lead02_box_detail .lead02_box_cp03 {
    font-size: 40px;
    font-size: 5.2083333333vw;
    margin-bottom: 20px;
  }
  #lead02 .lead02_box .lead02_box_detail .lead02_box_cp03 strong {
    font-size: 78px;
    font-size: 10.15625vw;
  }
  #lead02 .lead02_box .lead02_box_detail .lead02_box_txt {
    color: #fff;
    margin-bottom: 20px;
    font-size: 31px;
    font-size: 4.0364583333vw;
    line-height: 1.6;
  }
  #lead02 .lead02_box .lead02_box_detail .lead02_box_txt a {
    color: #fff;
    text-decoration: underline;
  }
  #lead02 .lead02_box .lead02_box_detail .lead02_box_txt a:hover {
    text-decoration: none;
  }
  #lead02 .lead02_box .lead02_box_img {
    margin: 0 auto;
    width: 80%;
    margin-bottom: 20px;
  }
  #lead02 .lead02_box .credit {
    margin-top: 0;
    margin-bottom: 20px;
    background: #fff;
    padding: 15px;
    text-align: left;
    display: inline-block;
  }
  #lead02 .lead02_box .credit img {
    padding: 0 10px;
  }
  #lead02 .lead02_box .credit p {
    margin-bottom: 10px;
  }
  #lead02 .lead02_attention {
    font-size: 26px;
    font-size: 3.3854166667vw;
    line-height: 1.7;
  }

  #use .use_lead {
    display: block;
    text-align: center;
    margin: -10px auto 20px;
    font-size: 30px;
    font-size: 3.90625vw;
  }
  #use h2 {
    margin-top: 20px;
    text-align: center;
    font-size: 50px;
    font-size: 6.5104166667vw;
  }
  #use h2 span {
    padding-left: 130px;
    display: inline-block;
  }
  #use h2 strong {
    letter-spacing: 1px;
  }
  #use h2 img {
    position: absolute;
    left: 20px;
    top: -76px;
  }
  #use .use_box {
    background: #f2f2f2;
    padding: 10px;
    margin: 0 auto 20px;
  }
  #use .use_box p {
    font-size: 30px;
    font-size: 3.90625vw;
    margin: 20px auto;
  }
  #use .use_box p.use_attention {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
  #use .use_box p.use_attention strong {
    margin: 15px auto;
    font-weight: bold;
    color: #2a6eb6;
  }
  #use .use_box .use_img {
    padding: 5px;
    background: #fff;
    text-align: center;
  }
  #use .use_box .use_img p {
    font-size: 24px;
    font-size: 3.125vw;
    text-align: center;
    font-weight: bold;
    color: #2a6eb6;
    margin: 10px auto;
  }
  #use .use_box.use_box03 h3 {
    margin-bottom: 20px;
  }
  #use .use_link {
    margin-top: 35px;
    text-align: center;
    font-size: 24px;
    font-size: 3.125vw;
  }
  #use .use_link a {
    color: #e35f94;
    text-decoration: underline;
  }
  #use .use_link a:hover {
    text-decoration: none;
  }

  #period {
    background: #f2f2f2;
  }
  #period h2 {
    margin-top: 20px;
    text-align: center;
    font-size: 50px;
    font-size: 6.5104166667vw;
    margin-bottom: 10px;
  }
  #period h2 strong {
    letter-spacing: 1px;
  }
  #period h3 {
    text-align: center;
    margin: 0 auto 20px;
  }
  #period h3 img {
    width: 80%;
  }
  #period p {
    margin: 0 auto 30px;
    text-align: center;
    font-size: 32px;
    font-size: 4.1666666667vw;
  }

  #flow {
    background: #2a6eb6;
  }
  #flow h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    font-size: 50px;
    font-size: 6.5104166667vw;
  }
  #flow .flow_lead {
    font-size: 28px;
    font-size: 3.6458333333vw;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
  }
  #flow .flow_lead strong {
    color: #efcb02;
  }
  #flow .flow_img {
    text-align: center;
  }
  #flow .address {
    border: solid #fff 1px;
    max-width: 1002px;
    margin: 20px auto 0;
  }
  #flow .address h3 {
    background: #fff;
    text-align: center;
    padding: 5px 10px;
    color: #2a6eb6;
    font-weight: bold;
    font-size: 24px;
    font-size: 3.125vw;
  }
  #flow .address div {
    padding: 20px;
  }
  #flow .address p {
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-size: 2.8645833333vw;
  }
  #flow .address p:first-child {
    font-size: 20px;
    font-size: 2.6041666667vw;
    margin-bottom: 8px;
  }
  #flow .address .mail {
    color: #fff;
    font-size: 34px;
    font-size: 4.4270833333vw;
    line-height: 1.1;
    letter-spacing: 2px;
    font-family: helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
  }
  #flow .address .mail a {
    color: #fff;
    white-space: pre-wrap;
  }
  #flow .apply {
    margin: 30px auto;
  }
  #flow .apply h3 {
    text-align: center;
    margin-bottom: 15px;
    color: #fff;
    font-size: 30px;
    font-size: 3.90625vw;
    font-weight: bold;
  }
  #flow .apply .main_btn {
    position: relative;
    bottom: 0;
    width: 90%;
    z-index: 10;
  }
  #flow .apply .main_btn a {
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.4);
    position: relative;
    color: #e35f94;
    border-radius: 35px;
    font-size: 30px;
    font-size: 3.90625vw;
    line-height: 1;
    background: #fff708;
    display: flex;
    /* padding: 18px 30px; */
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #flow .apply .main_btn a:before {
    position: absolute;
    left: 15px;
    display: inline-block;
    content: "";
    background: url(/images/ico_arrow-right.png) no-repeat center;
    background-size: 18px;
    width: 25px;
    height: 18px;
  }

  #contact h2 {
    text-align: center;
    margin-top: 20px;
    color: #2a6eb6;
    font-weight: bold;
    font-size: 50px;
    font-size: 6.5104166667vw;
  }
  #contact p {
    font-size: 26px;
    font-size: 3.3854166667vw;
    text-align: center;
    margin-bottom: 20px;
  }
  #contact .bnr {
    text-align: center;
  }

  #page-top {
    display: none;
    position: fixed;
    z-index: 10;
    right: 5%;
    bottom: 45px;
    width: 65px;
    height: 65px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s linear;
  }
  #page-top a {
    color: #fff;
  }

  #page-top.active {
    visibility: visible;
    opacity: 1;
  }

  #btn_float {
    position: fixed;
    width: 100%;
    opacity: 0;
    bottom: -140px;
    background: rgba(242, 242, 242, 0.8);
    -webkit-transition: all 0.35s ease-in;
    transition: all 0.35s linear;
  }
  #btn_float .float_inner {
    padding: 10px 5px 10px;
  }
  #btn_float h3 {
    text-align: center;
    margin-bottom: 0;
    font-size: 30px;
    font-size: 3.90625vw;
    font-weight: bold;
  }
  #btn_float .main_btn {
    position: relative;
    bottom: 0;
    width: 90%;
    z-index: 10;
  }
  #btn_float .main_btn a {
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.4);
    position: relative;
    color: #e35f94;
    border-radius: 35px;
    font-size: 30px;
    font-size: 3.90625vw;
    line-height: 1;
    background: #fff708;
    display: flex;
    /* padding: 18px 30px; */
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #btn_float .main_btn a:before {
    position: absolute;
    left: 15px;
    display: inline-block;
    content: "";
    background: url(/images/ico_arrow-right.png) no-repeat center;
    background-size: 18px;
    width: 25px;
    height: 18px;
  }
  #btn_float.active {
    opacity: 1;
    bottom: 0;
  }

  /* ============================================
   footer
  ============================================ */
  footer {
    margin-top: 30px;
    background: #2a6eb6;
    padding: 40px 0 80px;
    border-top: 4px solid #000;
  }
  footer .footer_logo {
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
  }
  footer .footer_logo img {
    width: 100px;
  }
  footer .footer_logo span {
    letter-spacing: -.3px;
    display: inline-block;
    margin-left: 10px;
    margin-top: 0.7%;
    font-size: 20px;
    font-size: 2.6041666667vw;
  }
  footer .copyrights {
    color: #fff;
    text-align: left;
    font-size: 20px;
    font-size: 2.6041666667vw;
  }
}

/*# sourceMappingURL=main.css.map */
