/* =================================
layout
================================= */
/* common */
.l-inner {
  margin: 0 auto;
  padding: 0 20px;
}
.l-inner.size-l {
  max-width: 1120px;
}
.l-inner.size-m {
  max-width: 900px;
}

.l-title {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .l-title {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.l-title br {
  display: none;
}
@media only screen and (max-width: 768px) {
  .l-title br {
    display: block;
  }
}

.l-marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FCFF64));
  background: linear-gradient(transparent 60%, #FCFF64 60%);
}

.l-btn-wrap {
  padding: 85px 0;
}
@media only screen and (max-width: 768px) {
  .l-btn-wrap {
    padding: 50px 0;
  }
}
.l-btn-wrap .l-btn-read {
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .l-btn-wrap .l-btn-read {
    font-size: 1.2rem;
  }
}
.l-btn-wrap .l-btn-read i {
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .l-btn-wrap .l-btn-read i {
    font-size: 1.6rem;
  }
}
.l-btn-wrap .l-btn-read strong {
  color: #3157AC;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .l-btn-wrap .l-btn-read strong {
    font-size: 1.6rem;
  }
}
.l-btn-wrap .l-btn {
  max-width: 692px;
  margin: 10px auto 0;
}
.l-btn-wrap .l-btn a {
  display: block;
  position: relative;
  padding: 33px 0;
  background: linear-gradient(268.46deg, #3157AC 19.56%, #89F5FC 108.85%);
  border-radius: 60px;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .l-btn-wrap .l-btn a {
    padding: 15px 0;
    font-size: 2rem;
    line-height: 1.5;
  }
}
.l-btn-wrap .l-btn a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 39px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 35px;
  height: 35px;
  background: url(../images/arrow_btn.svg) no-repeat 0 0;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .l-btn-wrap .l-btn a:after {
    right: 15px;
    width: 14px;
    height: 14px;
  }
}
.l-btn-wrap .l-btn a br {
  display: none;
}
@media only screen and (max-width: 768px) {
  .l-btn-wrap .l-btn a br {
    display: block;
  }
}

/* header */
.l-header {
  background: #fff;
}
.l-header .header-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1080px;
  min-height: 60px;
  margin: 0 auto;
}
.l-header .logo {
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .l-header .logo {
    padding-left: 20px;
  }
}
.l-header .logo img {
  max-width: 210px;
}
@media only screen and (max-width: 768px) {
  .l-header .logo img {
    max-width: 147px;
  }
}
.l-header .head-btn {
  width: 110px;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .l-header .head-btn {
    width: 90px;
  }
}
.l-header .head-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 60px;
  background: #3157AC;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .l-header .head-btn a {
    font-size: 1rem;
  }
}

/* footer */
.l-footer {
  padding: 45px 0;
  background: #3157AC;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .l-footer {
    padding: 15px 0;
  }
}
.l-footer .foot-logo {
  font-size: 3rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .l-footer .foot-logo {
    font-size: 1.3rem;
  }
}
.l-footer .address, .l-footer .mail {
  padding-left: 23px;
  background: no-repeat left center;
}
@media only screen and (max-width: 768px) {
  .l-footer .address, .l-footer .mail {
    padding-left: 13px;
    font-size: 1rem;
  }
}
.l-footer .address {
  margin-top: 5px;
  background-image: url(../images/icon_address.svg);
  background-size: 11px 15px;
}
@media only screen and (max-width: 768px) {
  .l-footer .address {
    background-size: 8px 10px;
  }
}
.l-footer .mail {
  background-image: url(../images/icon_mail.svg);
  background-size: 15px 12px;
}
@media only screen and (max-width: 768px) {
  .l-footer .mail {
    background-size: 10px 8px;
  }
}
.l-footer .mail a {
  color: #fff;
  text-decoration: none;
}
.l-footer .copy {
  margin-top: 30px;
  font-size: 1.2rem;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .l-footer .copy {
    margin-top: 25px;
    font-size: 1rem;
  }
}

/* main */
.main-area {
  position: relative;
}
.main-area picture img {
  width: 100%;
}
.main-area .main-text {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .main-area .main-text {
    position: static;
    -webkit-transform: translate(0);
            transform: translate(0);
    margin-top: -50px;
  }
}
.main-area .main-text h1 {
  padding: 1.484375vw 2.96875vw 1.484375vw 10.15625vw;
  background: linear-gradient(268.46deg, #3157AC 19.56%, #89F5FC 108.85%);
  color: #fff;
  font-size: min(3.28125vw, 4.2rem);
  font-weight: 700;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  .main-area .main-text h1 {
    display: inline-block;
    padding: 17px 20px;
    font-size: 2.1rem;
  }
}
.main-area .main-text h1 .catch {
  color: #FCFF64;
  font-size: min(2.34375vw, 3rem);
}
@media only screen and (max-width: 768px) {
  .main-area .main-text h1 .catch {
    font-size: 2.1rem;
  }
}
.main-area .main-text h1 .catch i {
  font-size: min(3.203125vw, 4.1rem);
}
@media only screen and (max-width: 768px) {
  .main-area .main-text h1 .catch i {
    font-size: 3.1rem;
  }
}
.main-area .main-text h1 .catch span {
  font-size: min(1.796875vw, 2.3rem);
}
@media only screen and (max-width: 768px) {
  .main-area .main-text h1 .catch span {
    font-size: 2.1rem;
  }
}
.main-area .read {
  margin-top: 2.34375vw;
  margin-left: 10.15625vw;
  font-size: min(1.5625vw, 2rem);
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .main-area .read {
    margin: 15px 0 0;
    padding: 0 20px;
    font-size: 1.5rem;
  }
}
.main-area .notes {
  margin-top: 0.390625vw;
  margin-left: 10.15625vw;
  font-size: min(0.9375vw, 1.2rem);
}
@media only screen and (max-width: 768px) {
  .main-area .notes {
    margin: 5px 0 0;
    padding: 0 20px;
    font-size: 1.2rem;
  }
}

/* section */
.sec01 {
  padding: 80px 0 0;
}
@media only screen and (max-width: 768px) {
  .sec01 {
    padding: 30px 0 0;
  }
}
.sec01 h2 strong {
  color: #3157AC;
  font-size: 4.3rem;
}
@media only screen and (max-width: 768px) {
  .sec01 h2 strong {
    font-size: 3.2rem;
  }
}
.sec01 h2 br {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sec01 h2 br {
    display: block;
  }
}
.sec01 h3 {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .sec01 h3 {
    font-size: 1.8rem;
  }
}
.sec01 h3 strong {
  color: #3157AC;
}
.sec01 h3 .only-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sec01 h3 .only-sp {
    display: block;
  }
}
.sec01 picture {
  display: block;
  max-width: 969px;
  margin: 45px auto 30px;
}
@media only screen and (max-width: 768px) {
  .sec01 picture {
    margin: 20px auto;
  }
}
.sec01 picture img {
  width: 100%;
}

.sec02 {
  position: relative;
  padding: 188px 0 85px;
  background: linear-gradient(213.49deg, #2650AD 23.55%, #89F5FC 109.43%);
}
@media only screen and (max-width: 768px) {
  .sec02 {
    padding: 50px 0 40px;
  }
}
.sec02:before {
  display: block;
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 125px;
  background: #fff;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media only screen and (max-width: 768px) {
  .sec02:before {
    height: 40px;
  }
}
.sec02 .top-box {
  padding: 0 20px 85px;
}
@media only screen and (max-width: 768px) {
  .sec02 .top-box {
    padding-bottom: 40px;
  }
}
.sec02 .bottom-box {
  padding: 85px 20px 0;
}
@media only screen and (max-width: 768px) {
  .sec02 .bottom-box {
    padding-top: 40px;
  }
}
.sec02 .actual-box + .actual-box {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .sec02 .actual-box + .actual-box {
    margin-top: 20px;
  }
}
.sec02 .actual-box.actual01 h2 {
  background-image: url(../images/bg_title_sec02_01.png);
}
.sec02 .actual-box.actual02 h2 {
  background-image: url(../images/bg_title_sec02_02.png);
}
.sec02 .actual-box.actual03 h2 {
  background-image: url(../images/bg_title_sec02_03.png);
}
.sec02 .actual-box h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 178px;
  background: no-repeat top center;
  background-size: cover;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .sec02 .actual-box h2 {
    min-height: 65px;
    font-size: 2rem;
  }
}
.sec02 .actual-box > dl {
  padding: 45px 97px;
  background: #fff;
  border-radius: 0 0 15px 15px;
}
@media only screen and (max-width: 768px) {
  .sec02 .actual-box > dl {
    padding: 15px 20px;
  }
}
.sec02 .actual-box > dl > dt {
  font-size: 2.3rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .sec02 .actual-box > dl > dt {
    font-size: 1.8rem;
  }
}
.sec02 .actual-box > dl > dt br {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sec02 .actual-box > dl > dt br {
    display: block;
  }
}
.sec02 .actual-box > dl > dd .results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .sec02 .actual-box > dl > dd .results {
    display: block;
  }
}
.sec02 .actual-box > dl > dd .results li {
  width: calc(50% - 10px);
  padding: 15px;
  background: #F39844;
  border-radius: 5px;
}
@media only screen and (max-width: 768px) {
  .sec02 .actual-box > dl > dd .results li {
    width: 100%;
    padding: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .sec02 .actual-box > dl > dd .results li + li {
    margin-top: 10px;
  }
}
.sec02 .actual-box > dl > dd dl dt {
  color: #FCFF64;
  font-size: 1.8rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .sec02 .actual-box > dl > dd dl dt {
    font-size: 1.4rem;
  }
}
.sec02 .actual-box > dl > dd dl dd {
  margin-top: 10px;
  color: #fff;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .sec02 .actual-box > dl > dd dl dd {
    margin-top: 0;
    font-size: 1.6rem;
  }
}
.sec02 .actual-box > dl > dd dl dd strong {
  font-size: 3rem;
}
@media only screen and (max-width: 768px) {
  .sec02 .actual-box > dl > dd dl dd strong {
    font-size: 2rem;
  }
}
.sec02 .actual-box > dl > dd dl dd .small {
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .sec02 .actual-box > dl > dd dl dd .small {
    font-size: 1.4rem;
  }
}
.sec02 .actual-box > dl .notes {
  margin-top: 10px;
}
.sec02 .actual-box > dl .notes br {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sec02 .actual-box > dl .notes br {
    display: block;
  }
}
.sec02 .actual-box > dl .catch {
  margin-top: 30px;
  color: #3157AC;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .sec02 .actual-box > dl .catch {
    margin-top: 15px;
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.sec02 .actual-box > dl .catch .small {
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .sec02 .actual-box > dl .catch .small {
    font-size: 1.4rem;
  }
}
.sec02 .actual-box > dl .catch .only-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sec02 .actual-box > dl .catch .only-sp {
    display: block;
  }
}
.sec02 .actual-box > p {
  padding: 45px 50px;
  background: #fff;
  border-radius: 0 0 15px 15px;
  font-size: 1.8rem;
  line-height: 2.1;
}
@media only screen and (max-width: 768px) {
  .sec02 .actual-box > p {
    padding: 17px 20px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.sec02 .actual-box > p .notes {
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .sec02 .actual-box > p .notes {
    display: block;
    margin-top: 1em;
    font-size: 1.2rem;
  }
}
.sec02 .statement-box {
  padding: 85px 0;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .sec02 .statement-box {
    padding: 40px 0;
  }
}
.sec02 .statement-box h2 {
  color: #3157AC;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .sec02 .statement-box h2 {
    font-size: 2.4rem;
  }
}
.sec02 .statement-box h2 br {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sec02 .statement-box h2 br {
    display: block;
  }
}
.sec02 .statement-box .statement-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
  padding: 0 15px;
}
@media only screen and (max-width: 768px) {
  .sec02 .statement-box .statement-lists {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0;
    padding: 0;
  }
}
.sec02 .statement-box .statement-lists > li {
  position: relative;
  width: calc(25% - 22.5px);
}
@media only screen and (max-width: 768px) {
  .sec02 .statement-box .statement-lists > li {
    width: calc(50% - 5px);
    margin-top: 20px;
  }
}
.sec02 .statement-box .statement-lists > li + li:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: -17.5px;
  width: 5px;
  height: 100%;
  background: #F2F2F2;
}
@media only screen and (max-width: 768px) {
  .sec02 .statement-box .statement-lists > li + li:before {
    display: none;
  }
}
.sec02 .statement-box .statement-lists dl > dt {
  position: relative;
  background: #3157AC;
  padding: 3px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .sec02 .statement-box .statement-lists dl > dt {
    font-size: 1.2rem;
  }
}
.sec02 .statement-box .statement-lists dl > dt:after {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8.5px 0 8.5px;
  border-color: #3157AC transparent transparent transparent;
}
.sec02 .statement-box .statement-lists dl > dd figure {
  display: block;
  max-width: 216px;
  margin: 0 auto;
  padding: 7px 0;
}
.sec02 .statement-box .statement-lists dl > dd figure img {
  width: 100%;
}
.sec02 .statement-box .statement-lists dl > dd ul li {
  position: relative;
  padding-left: 29px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .sec02 .statement-box .statement-lists dl > dd ul li {
    padding-left: 16px;
    font-size: 1rem;
  }
}
.sec02 .statement-box .statement-lists dl > dd ul li + li {
  margin-top: 5px;
}
@media only screen and (max-width: 768px) {
  .sec02 .statement-box .statement-lists dl > dd ul li + li {
    margin-top: 0;
  }
}
.sec02 .statement-box .statement-lists dl > dd ul li:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 17px;
  height: 17px;
}
@media only screen and (max-width: 768px) {
  .sec02 .statement-box .statement-lists dl > dd ul li:before {
    top: 4px;
    -webkit-transform: translate(0);
            transform: translate(0);
    width: 11px;
    height: 11px;
  }
}
.sec02 .statement-box .statement-lists dl > dd ul li.percent01:before {
  background: #3157AC;
}
.sec02 .statement-box .statement-lists dl > dd ul li.percent02:before {
  background: #49A1E0;
}
.sec02 .statement-box .statement-lists dl > dd ul li.percent03:before {
  background: #9ECBFF;
}
.sec02 .statement-box .statement-lists dl > dd ul li.percent04:before {
  background: #163480;
}
.sec02 .statement-box .l-inner .notes {
  margin-top: 10px;
}
.profile {
  padding: 85px 0 0;
}
@media only screen and (max-width: 768px) {
  .profile {
    padding: 30px 0 0;
  }
}
.profile .profile-box {
  padding: 50px 55px;
  background: #F1FCFF;
  border-radius: 15px;
}
@media only screen and (max-width: 768px) {
  .profile .profile-box {
    padding: 30px 20px;
  }
}
.profile .profile-box dt {
  color: #3157AC;
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .profile .profile-box dt {
    font-size: 2rem;
  }
}
.profile .profile-box dd {
  margin-top: 20px;
  font-size: 1.8rem;
  line-height: 2.1;
}
@media only screen and (max-width: 768px) {
  .profile .profile-box dd {
    margin-top: 10px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.profile .profile-box dd strong {
  font-weight: 700;
}
.profile .point {
  position: relative;
  margin-top: 42px;
  padding: 32px 279px 32px 39px;
  border: 1px solid #3157AC;
}
@media only screen and (max-width: 768px) {
  .profile .point {
    margin-top: 30px;
    padding: 20px 20px 130px;
  }
}
.profile .point:after {
  display: block;
  content: "";
  position: absolute;
  right: 52px;
  bottom: -1px;
  width: 199px;
  height: 197px;
  background: url(../images/img_sec02.svg) no-repeat 0 0/contain;
}
@media only screen and (max-width: 768px) {
  .profile .point:after {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 130px;
    height: 121px;
  }
}
.profile .point p {
  color: #3157AC;
  font-size: 1.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .profile .point p {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .profile .point p .only-sp {
    display: none;
  }
}
.profile .l-btn-wrap {
  padding-top: 50px;
}

.sec03 {
  padding: 85px 0;
  background: #F1FCFF;
}
@media only screen and (max-width: 768px) {
  .sec03 {
    padding: 40px 0;
  }
}
.sec03 .dealline {
  max-width: 700px;
  margin: 60px auto 0;
  padding: 30px;
  background: #FFFDD6;
  border-radius: 10px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .sec03 .dealline {
    margin-top: 20px;
    padding: 15px;
  }
}
.sec03 .dealline .date {
  color: #3157AC;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .sec03 .dealline .date {
    font-size: 1.8rem;
    line-height: 1.3;
  }
}
.sec03 .dealline .date span {
  color: #000;
}
.sec03 .dealline .date strong.day {
  font-size: 4rem;
}
@media only screen and (max-width: 768px) {
  .sec03 .dealline .date strong.day {
    font-size: 3.2rem;
  }
}
.sec03 .dealline .date strong.time {
  font-size: 3rem;
}
@media only screen and (max-width: 768px) {
  .sec03 .dealline .date strong.time {
    font-size: 2.4rem;
  }
}
.sec03 .dealline .date br {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sec03 .dealline .date br {
    display: block;
  }
}
.sec03 .dealline .notes {
  margin-top: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .sec03 .dealline .notes {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}
.sec03 .read {
  margin-top: 24px;
  font-size: 1.8rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .sec03 .read {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}
.sec03 .read strong {
  font-weight: 700;
}
.sec03 .read .only-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sec03 .read .only-sp {
    display: block;
  }
}

.sec04 {
  padding: 85px 0;
}
@media only screen and (max-width: 768px) {
  .sec04 {
    padding: 40px 0;
  }
}

.flow-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .flow-box {
    margin-top: 20px;
  }
}
.flow-box .limit {
  width: 55px;
}
@media only screen and (max-width: 768px) {
  .flow-box .limit {
    width: 24px;
  }
}
.flow-box .limit .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 89, 174, 0)), color-stop(61.98%, #3258AD));
  background: linear-gradient(180deg, rgba(51, 89, 174, 0) 0%, #3258AD 61.98%);
  -webkit-clip-path: polygon(100% 0, 100% 95%, 50% 100%, 0 95%, 0 0);
          clip-path: polygon(100% 0, 100% 95%, 50% 100%, 0 95%, 0 0);
  color: #fff;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .flow-box .limit .time {
    -webkit-clip-path: polygon(100% 0, 100% 98%, 50% 100%, 0 98%, 0 0);
            clip-path: polygon(100% 0, 100% 98%, 50% 100%, 0 98%, 0 0);
  }
}
.flow-box .limit .time.limit01 {
  height: 66%;
  -webkit-clip-path: polygon(100% 0, 100% 93%, 50% 100%, 0 93%, 0 0);
          clip-path: polygon(100% 0, 100% 93%, 50% 100%, 0 93%, 0 0);
}
@media only screen and (max-width: 768px) {
  .flow-box .limit .time.limit01 {
    height: 68%;
    -webkit-clip-path: polygon(100% 0, 100% 97%, 50% 100%, 0 97%, 0 0);
            clip-path: polygon(100% 0, 100% 97%, 50% 100%, 0 97%, 0 0);
  }
}
.flow-box .limit .time.limit02 {
  height: 39%;
  margin-top: -50%;
  -webkit-clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
          clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
}
@media only screen and (max-width: 768px) {
  .flow-box .limit .time.limit02 {
    height: 34%;
    -webkit-clip-path: polygon(100% 0, 100% 95%, 50% 100%, 0 95%, 0 0);
            clip-path: polygon(100% 0, 100% 95%, 50% 100%, 0 95%, 0 0);
  }
}
.flow-box .limit .time > span {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  white-space: pre;
}
.flow-box .limit .time .num {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}
.flow-box .step-lists {
  width: calc(100% - 110px);
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .flow-box .step-lists {
    width: calc(100% - 53px);
  }
}
.flow-box .step-lists li + li {
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  .flow-box .step-lists li + li {
    margin-top: 8px;
  }
}
.flow-box .step-lists .step-wrap {
  position: relative;
  padding: 10px 10px 10px 50px;
  background: #F1FCFF;
  border: 1px solid #3157AC;
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  .flow-box .step-lists .step-wrap {
    padding: 10px 10px 10px 26px;
  }
}
.flow-box .step-lists .step-wrap .step-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  left: -24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 58px;
  height: 58px;
  background: #3157AC;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .flow-box .step-lists .step-wrap .step-num {
    left: -20px;
    width: 40px;
    height: 40px;
  }
}
.flow-box .step-lists .step-wrap .step-num .text {
  display: block;
  font-size: 1.1rem;
  text-align: center;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .flow-box .step-lists .step-wrap .step-num .text {
    font-size: 1rem;
  }
}
.flow-box .step-lists .step-wrap .step-num .num {
  display: block;
  font-size: 2.3rem;
  text-align: center;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .flow-box .step-lists .step-wrap .step-num .num {
    font-size: 1.3rem;
  }
}
.flow-box .step-lists dl dt {
  color: #3157AC;
  font-size: 1.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .flow-box .step-lists dl dt {
    font-size: 1.5rem;
  }
}
.flow-box .step-lists .title {
  padding: 14px 0;
  color: #3157AC;
  font-size: 1.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .flow-box .step-lists .title {
    font-size: 1.5rem;
  }
}
.flow-box .step-lists.bg-white .step-wrap {
  background: #fff;
}
.flow-box .step-lists .notification {
  margin-top: 25px;
  padding: 10px 10px 10px 50px;
  background: #FFFFFF;
  border: 1px solid #F39844;
  border-radius: 10px;
  color: #F39844;
  font-size: 1.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .flow-box .step-lists .notification {
    margin-top: 8px;
    padding: 10px 10px 10px 26px;
    font-size: 1.5rem;
  }
}

.sec05 {
  padding: 60px 0;
  background: #F1FCFF;
}
@media only screen and (max-width: 768px) {
  .sec05 {
    padding: 40px 0;
  }
}
.sec05 .read {
  margin-top: 30px;
  font-size: 1.8rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .sec05 .read {
    margin-top: 15px;
    font-size: 1.4rem;
  }
}
.sec05 .plan-box {
  max-width: 574px;
  margin: 30px auto 0;
}
.sec05 .plan-box .start {
  position: relative;
}
.sec05 .plan-box .start dl dt {
  background: #3157AC;
}
.sec05 .plan-box .start dl dd {
  border-color: #3157AC;
}
.sec05 .plan-box .start dl dd strong {
  color: #3157AC;
}
.sec05 .plan-box .start:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 30px;
  height: 30px;
  background: url(../images/icon_plus.svg) no-repeat 0 0/contain;
}
.sec05 .plan-box .success {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .sec05 .plan-box .success {
    display: block;
  }
}
.sec05 .plan-box .success dl {
  width: calc(100% - 0px);
}
/*.sec05 .plan-box .success dl {
  width: calc(50% - 36px);
}*/
@media only screen and (max-width: 768px) {
  .sec05 .plan-box .success dl {
    width: 100%;
  }
}
.sec05 .plan-box .success dl dt {
  background: #F39844;
}
.sec05 .plan-box .success dl dd {
  border-color: #F39844;
}
.sec05 .plan-box .success dl dd strong {
  color: #F39844;
}
.sec05 .plan-box .success .or {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #F39844;
  font-size: 1.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .sec05 .plan-box .success .or {
    position: static;
    -webkit-transform: translate(0);
            transform: translate(0);
    padding: 5px 0;
    text-align: center;
  }
}
.sec05 .plan-box dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 65px;
  padding: 10px;
  border-radius: 10px 10px 0px 0px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .sec05 .plan-box dl dt {
    font-size: 1.6rem;
  }
}
.sec05 .plan-box dl dd {
  padding: 20px;
  background: #fff;
  border: 1px solid;
  border-radius: 0 0 10px 10px;
  text-align: center;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .sec05 .plan-box dl dd {
    font-size: 1.6rem;
  }
}
.sec05 .plan-box dl dd strong {
  font-weight: 700;
}
.sec05 .plan-box dl dd i {
  font-size: 3rem;
}
.sec05 .plan-box dl dd .text {
  display: block;
  margin-top: 10px;
  font-size: 1.2rem;
}

.sec06 {
  padding: 0 0 85px;
}
@media only screen and (max-width: 768px) {
  .sec06 {
    padding: 0 0 40px;
  }
}
.sec06 h2 {
  position: relative;
  margin-bottom: 195px;
  color: #3157AC;
}
@media only screen and (max-width: 768px) {
  .sec06 h2 {
    margin-bottom: 135px;
  }
}
.sec06 h2:after {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 302px;
  height: 183px;
  background: url(../images/img_sec06_title.svg) no-repeat 0 0/contain;
}
@media only screen and (max-width: 768px) {
  .sec06 h2:after {
    width: 185px;
    height: 115px;
  }
}
.sec06 .qa-lists li + li {
  margin-top: 20px;
}
.sec06 .qa-lists .qa-item dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-right: 55px;
  border-bottom: 2px solid #3157AC;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .sec06 .qa-lists .qa-item dt {
    padding-right: 40px;
  }
}
.sec06 .qa-lists .qa-item dt:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22px;
  height: 12px;
  background: url(../images/arrow_toggle.svg) no-repeat 0 0/contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .sec06 .qa-lists .qa-item dt:after {
    right: 12px;
    width: 18px;
    height: 10px;
  }
}
.sec06 .qa-lists .qa-item dt.active:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.sec06 .qa-lists .qa-item dt .icon {
  background: #3157AC;
  color: #fff;
}
.sec06 .qa-lists .qa-item dt .text {
  color: #3157AC;
  font-size: 1.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .sec06 .qa-lists .qa-item dt .text {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.sec06 .qa-lists .qa-item dd {
  display: none;
  margin-top: 10px;
}
.sec06 .qa-lists .qa-item dd .a-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sec06 .qa-lists .qa-item dd .icon {
  color: #3157AC;
}
.sec06 .qa-lists .qa-item dd .text figure {
  margin: 10px 0;
}
.sec06 .qa-lists .qa-item dd .text figure img {
  width: 100%;
}
.sec06 .qa-lists .qa-item dd .text a {
  color: #3157AC;
}
.sec06 .qa-lists .qa-item .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 55px;
  min-height: 55px;
  padding: 5px 0 15px;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
  vertical-align: 1em;
}
@media only screen and (max-width: 768px) {
  .sec06 .qa-lists .qa-item .icon {
    width: 38px;
    min-height: 38px;
    padding: 3px 0 7px;
    font-size: 2rem;
  }
}
.sec06 .qa-lists .qa-item .text {
  width: calc(100% - 75px);
  margin-left: auto;
  padding: 10px 0;
}
@media only screen and (max-width: 768px) {
  .sec06 .qa-lists .qa-item .text {
    width: calc(100% - 48px);
    padding: 5px 0;
  }
}

.contact {
  background: #F5F5F5;
}
.contact .title-wrap {
  padding: 20px 0;
}
.contact .read {
  text-align: center;
}
.contact .read br {
  display: none;
}
@media only screen and (max-width: 768px) {
  .contact .read br {
    display: block;
  }
}
.contact .form-box {
  padding: 60px 0 85px;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .contact .form-box {
    padding: 20px 0 40px;
  }
}
.contact .form-box .form-item + .form-item {
  margin-top: 30px;
}
.contact .form-box .form-item .label {
  display: block;
  margin-bottom: 5px;
}
.contact .form-box .form-item .label .notes {
  display: block;
  font-size: 1.2rem;
}
.contact .form-box .form-item .required {
  display: inline-block;
  margin-left: 8px;
  padding: 0 8px;
  background: #FF0000;
  border-radius: 10px;
  color: #fff;
  font-size: 1.2rem;
}
.contact .form-box .form-item .text {
  font-weight: 700;
}
.contact .form-box .agree-text label {
  cursor: pointer;
}
.contact .form-box .agree-text label input[type=checkbox] {
  margin: 0;
  background: #F5F5F5;
  border: none;
}
.contact .form-box .agree-text label span {
  margin-left: 10px;
}
.contact .form-box .btn-submit {
  max-width: 241px;
  margin: 60px auto 0;
}
@media only screen and (max-width: 768px) {
  .contact .form-box .btn-submit {
    max-width: 173px;
    margin-top: 30px;
  }
}
.contact .form-box .btn-submit input[type=submit] {
  width: 100%;
  padding: 15px 10px;
  background: #3157AC;
  border: none;
  -webkit-box-shadow: 7px 7px 6px rgba(0, 0, 0, 0.31);
          box-shadow: 7px 7px 6px rgba(0, 0, 0, 0.31);
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .contact .form-box .btn-submit input[type=submit] {
    padding: 10px;
    font-size: 1.5rem;
  }
}
.contact .form-box .btn-submit input[type=submit]:hover {
  opacity: 0.5;
}
.contact .form-box .btn-submit input[type=submit]:disabled {
  background: #ccc;
  cursor: default;
}
.contact .form-box .btn-submit input[type=submit]:disabled:hover {
  opacity: 1;
}
.contact .form-box .btn-submit.confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 502px;
}
.contact .form-box .btn-submit.confirm > input[type=submit], .contact .form-box .btn-submit.confirm input[type=button] {
  width: calc(50% - 10px);
}
.contact .form-box .btn-submit.confirm input[type=button] {
  padding: 15px 10px;
  background: #727272;
  border: none;
  -webkit-box-shadow: 7px 7px 6px rgba(0, 0, 0, 0.31);
          box-shadow: 7px 7px 6px rgba(0, 0, 0, 0.31);
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .contact .form-box .btn-submit.confirm input[type=button] {
    padding: 10px;
    font-size: 1.5rem;
  }
}
.contact .form-box .btn-submit.confirm input[type=button]:hover {
  opacity: 0.5;
}
.contact .form-box input[type=text], .contact .form-box input[type=tel], .contact .form-box input[type=email], .contact .form-box textarea {
  width: 100%;
  padding: 13px 20px;
  background: #F5F5F5;
  border: none;
  -webkit-box-shadow: inset 0px 0px 17px #E7EDEF;
          box-shadow: inset 0px 0px 17px #E7EDEF;
  font-size: 1.6rem;
}
.contact .form-box textarea {
  min-height: 200px;
}
.contact .form-box .error_messe {
  color: #FF0000;
}
.contact .form-box .btn-back {
  max-width: 241px;
  margin: 30px auto 0;
}
@media only screen and (max-width: 768px) {
  .contact .form-box .btn-back {
    max-width: 173px;
  }
}
.contact .form-box .btn-back input[type=button] {
  width: 100%;
  padding: 15px 10px;
  background: #727272;
  border: none;
  -webkit-box-shadow: 7px 7px 6px rgba(0, 0, 0, 0.31);
          box-shadow: 7px 7px 6px rgba(0, 0, 0, 0.31);
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .contact .form-box .btn-back input[type=button] {
    padding: 10px;
    font-size: 1.5rem;
  }
}
.contact .form-box .btn-back input[type=button]:hover {
  opacity: 0.5;
}
.contact .policy {
  margin: 30px 0 15px;
}
.contact .policy dt {
  font-weight: 700;
}
.contact .policy dd {
  font-size: 1.2rem;
}

.thanks-box {
  padding: 100px 0;
}
.thanks-box h1 {
  font-size: 3rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .thanks-box h1 {
    font-size: 2rem;
  }
}
.thanks-box .back {
  margin-top: 50px;
  text-align: center;
}
/*# sourceMappingURL=common.css.map */