/* =================================
sakigake
================================= */
body {
  letter-spacing: 0;
  background: #fff;
}

section {
  max-width: none;
}

a {
  text-decoration: none !important;
}

.wrapper {
  padding-top: 173px;
}
@media (max-width: 768px) {
  .wrapper {
    padding-top: 176px;
  }
}

/* header */
.header .flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 25px;
  background: #fff;
}
@media (max-width: 768px) {
  .header .flexBox {
    display: block;
    padding: 7px 14px 13px;
  }
}
.header .logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (max-width: 768px) {
  .header .logo-wrap {
    display: block;
  }
}
.header .site-name {
  line-height: 1;
}
.header .site-name span {
  display: block;
  margin-bottom: 10px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 1200px) {
  .header .site-name span {
    font-size: 1.25vw;
  }
}
@media (max-width: 768px) {
  .header .site-name span {
    margin-bottom: 5px;
    font-size: 1.2rem;
  }
}
.header .site-name strong {
  color: #3143CF;
  font-size: 3rem;
  font-weight: 700;
}
@media only screen and (max-width: 1200px) {
  .header .site-name strong {
    font-size: 2.0833333333vw;
  }
}
@media (max-width: 768px) {
  .header .site-name strong {
    font-size: 2rem;
  }
}
.header .site-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 26px;
}
@media only screen and (max-width: 1200px) {
  .header .site-logo {
    margin-left: 1.8055555556vw;
  }
}
@media (max-width: 768px) {
  .header .site-logo {
    margin: 5px 0 0;
  }
}
.header .site-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #383838;
}
.header .site-logo a:hover {
  text-decoration: none;
}
.header .site-logo span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.4rem;
}
@media only screen and (max-width: 1200px) {
  .header .site-logo span {
    font-size: 0.9722222222vw;
  }
}
@media (max-width: 768px) {
  .header .site-logo span {
    font-size: 1rem;
  }
}
.header .site-logo img {
  width: 100%;
  max-width: 133px;
  margin-left: 8px;
}
@media only screen and (max-width: 1200px) {
  .header .site-logo img {
    width: 9.2361111111vw;
  }
}
@media (max-width: 768px) {
  .header .site-logo img {
    width: 93px;
  }
}
.header .head-contact {
  -ms-flex-preferred-size: 500px;
      flex-basis: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
}
@media only screen and (max-width: 1200px) {
  .header .head-contact {
    -ms-flex-preferred-size: 31.6666666667vw;
        flex-basis: 31.6666666667vw;
  }
}
@media (max-width: 768px) {
  .header .head-contact {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin: 10px 0 0;
  }
}
.header .head-contact .tel {
  display: none;
  width: 100%;
  max-width: 170px;
}
@media only screen and (max-width: 1200px) {
  .header .head-contact .tel {
    width: max(11.8055555556vw, 120px);
  }
}
@media (max-width: 768px) {
  .header .head-contact .tel {
    display: block;
    width: auto;
    max-width: 130px;
  }
}
.header .head-contact .tel strong {
  display: block;
  color: #3143CF;
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 1200px) {
  .header .head-contact .tel strong {
    font-size: 1.3888888889vw;
  }
}
@media (max-width: 768px) {
  .header .head-contact .tel strong {
    font-size: 1.6rem;
  }
}
.header .head-contact .tel strong:before {
  display: inline-block;
  content: "";
  width: 15px;
  height: 16px;
  margin-right: 8px;
  background: url(../images/icon_tel.svg) no-repeat 0 0;
  background-size: contain;
}
@media (max-width: 768px) {
  .header .head-contact .tel strong:before {
    width: 11px;
    height: 13px;
  }
}
.header .head-contact .tel small {
  display: block;
  color: #636363;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .header .head-contact .tel small {
    font-size: 1rem;
  }
}
.header .head-contact .btn-contact {
  width: 100%;
  max-width: 150px;
  margin-left: 23px;
}
@media only screen and (max-width: 1200px) {
  .header .head-contact .btn-contact {
    width: 10.4166666667vw;
    margin-left: 1.5972222222vw;
  }
}
@media (max-width: 768px) {
  .header .head-contact .btn-contact {
    width: 100%;
    max-width: 95px;
    margin-left: auto;
  }
}
.header .head-contact .btn-contact + .btn-contact {
  margin-left: 10px;
}
@media only screen and (max-width: 1200px) {
  .header .head-contact .btn-contact + .btn-contact {
    margin-left: 0.6944444444vw;
  }
}
@media (max-width: 768px) {
  .header .head-contact .btn-contact + .btn-contact {
    margin-left: 6px;
  }
}
.header .head-contact .btn-contact > a {
  display: block;
  padding: 9px;
  background: #EAD964;
  border-radius: 21px;
  color: #383838;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 1200px) {
  .header .head-contact .btn-contact > a {
    font-size: 1.1111111111vw;
  }
}
@media (max-width: 768px) {
  .header .head-contact .btn-contact > a {
    padding: 6.6px;
    border-radius: 20px;
    font-size: 1.2rem;
  }
}
.header .head-contact .btn-contact > a:hover {
  text-decoration: none;
}

/* footer */
.footer {
  padding: 20px 15px;
  background: #fff;
}
.footer .copy {
  font-size: 1.4rem;
  text-align: center;
}
@media (max-width: 768px) {
  .footer .copy {
    font-size: 1rem;
  }
}

/* common */
.sec-inner {
  max-width: 1228px;
  margin: 0 auto;
  padding: 0 14px;
}

/* kv */
.kv {
  position: relative;
}
.kv .text-wrap {
  position: absolute;
  top: min(3.6805555556vw, 53px);
  left: min(4.3055555556vw, 62px);
}
@media (max-width: 768px) {
  .kv .text-wrap {
    top: 26px;
    left: 0;
    width: 100%;
    padding: 0 14px;
  }
}
.kv h1 {
  color: #fff;
  font-size: 3.8888888889vw;
  font-weight: 700;
  line-height: 1.4;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 768px) {
  .kv h1 {
    font-size: 8.2666666667vw;
  }
}
@media (max-width: 768px) {
  .kv h1 br {
    display: none;
  }
}
.kv .point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: min(2.2222222222vw, 32px);
}
.kv .point span {
  display: inline-block;
  position: relative;
  padding: 7px 20px;
  background: #fff;
  border-radius: 6px;
  font-size: 1.1111111111vw;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .kv .point span {
    padding: 7px 10px;
    font-size: 3.2vw;
  }
}
.kv .point span + span {
  margin-left: 7px;
}
.kv .point span:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -12px;
  left: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 13px;
  border-color: transparent transparent transparent #fff;
}
@media (max-width: 768px) {
  .kv .point span:after {
    bottom: -10px;
    left: 10px;
    border-width: 10px 0 10px 11px;
  }
}
.kv .btn {
  margin: 1.3888888889vw 0 0;
}
@media (max-width: 768px) {
  .kv .btn {
    display: none;
  }
}
.kv .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.kv .btn a:hover {
  text-decoration: none;
}
.kv .btn .img {
  position: relative;
  z-index: 2;
  width: 11.9444444444vw;
}
.kv .btn .txt {
  position: relative;
  z-index: 1;
  margin-left: -10px;
  padding: 1.3888888889vw 2.0833333333vw;
  background: #EAD964;
  border-radius: 3px;
  color: #383838;
}
.kv .btn .txt small {
  display: block;
  font-size: 0.9027777778vw;
  font-weight: 700;
}
.kv .btn .txt strong {
  display: block;
  font-size: 1.6666666667vw;
  font-weight: 700;
  line-height: 1.23;
}
.kv .btn .txt span {
  display: block;
  margin-top: 5px;
  font-size: 1.1111111111vw;
  font-weight: 700;
}
.kv img {
  width: 100%;
}

.kv-btn {
  display: none;
  margin: 16px 14px 0;
}
@media (max-width: 768px) {
  .kv-btn {
    display: block;
  }
}
.kv-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px;
  background: #EAD964;
  border-radius: 3px;
  color: #383838;
}
.kv-btn a:hover {
  text-decoration: none;
}
.kv-btn .img {
  width: 114px;
}
.kv-btn .img img {
  width: 100%;
}
.kv-btn .txt {
  width: calc(100% - 124px);
  margin-left: 10px;
  color: #383838;
}
.kv-btn .txt small {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
}
.kv-btn .txt strong {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.23;
}
.kv-btn .txt span {
  display: block;
  margin-top: 5px;
  font-size: 1.3rem;
  font-weight: 700;
}

.cta-box {
  margin-top: max(-5.2083333333vw, -100px);
}
@media (max-width: 768px) {
  .cta-box {
    margin-top: 20px;
  }
}
.cta-box .read {
  color: #fff;
  font-size: min(1.5972222222vw, 2.3rem);
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .cta-box .read {
    color: #383838;
    font-size: 1.4rem;
  }
}
.cta-box .read span {
  display: inline-block;
  position: relative;
}
.cta-box .read span:before, .cta-box .read span:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  width: 48px;
  height: 1px;
  background: #fff;
}
@media (max-width: 768px) {
  .cta-box .read span:before, .cta-box .read span:after {
    width: 28px;
    background: #383838;
  }
}
.cta-box .read span:before {
  left: -40px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media (max-width: 768px) {
  .cta-box .read span:before {
    left: -30px;
  }
}
.cta-box .read span:after {
  right: -40px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
@media (max-width: 768px) {
  .cta-box .read span:after {
    right: -30px;
  }
}
.cta-box .btn {
  max-width: 622px;
  margin: 1.3888888889vw auto 0;
}
@media (max-width: 768px) {
  .cta-box .btn {
    margin-top: 7px;
  }
}
.cta-box .btn a {
  display: block;
  position: relative;
  padding: 24px;
  background: #EED84E;
  border-radius: 3px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #383838;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .cta-box .btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 6px;
    text-align: left;
  }
}
.cta-box .btn a:hover {
  text-decoration: none;
}
.cta-box .btn a:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 5px;
  width: 114px;
  height: 97px;
  background: url(../images/img_btn_cta.svg) no-repeat 0 0/contain;
}
@media (max-width: 768px) {
  .cta-box .btn a:before {
    position: static;
    width: 82px;
    height: 70px;
  }
}
@media (max-width: 768px) {
  .cta-box .btn a span {
    margin-left: 7px;
  }
}
.cta-box .btn a strong {
  display: block;
  font-size: 2.8rem;
}
@media (max-width: 768px) {
  .cta-box .btn a strong {
    font-size: 2rem;
  }
}
.cta-box .btn a i {
  display: block;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .cta-box .btn a i {
    font-size: 1.4rem;
  }
}

.emphasis-btn {
  max-width: 662px;
  margin: 50px auto 0;
}
.emphasis-btn a {
  display: block;
  padding: 13px;
  background: #EAD964;
  border-radius: 3px;
  color: #383838;
  font-weight: 700;
  text-align: center;
}
.emphasis-btn a:hover {
  text-decoration: none;
}
.emphasis-btn a small {
  display: block;
}
@media (max-width: 768px) {
  .emphasis-btn a small {
    font-size: 1.4rem;
  }
}
.emphasis-btn a strong {
  display: block;
  font-size: 2.8rem;
}
@media (max-width: 768px) {
  .emphasis-btn a strong {
    font-size: 1.9rem;
  }
}

.sec01 {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .sec01 {
    padding: 30px 0 50px;
  }
}
.sec01 h2 {
  font-size: 3.4rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .sec01 h2 {
    font-size: 1.5rem;
  }
}
.sec01 h2 .no {
  display: block;
  margin: 10px 0;
}
.sec01 h2 .no img {
  width: 82px;
}
@media (max-width: 768px) {
  .sec01 h2 .no img {
    width: 65px;
  }
}
.sec01 h2 strong {
  color: #3143CF;
  font-size: 4.4rem;
}
@media (max-width: 768px) {
  .sec01 h2 strong {
    font-size: 2rem;
  }
}
.sec01 .example-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 98px 0 50px;
}
@media (max-width: 768px) {
  .sec01 .example-lists {
    display: block;
    margin: 50px 0;
  }
}
.sec01 .example-lists > li {
  width: calc(33.3333333333% - 20px);
  background: #3143CF;
  border-radius: 3px;
}
@media (max-width: 768px) {
  .sec01 .example-lists > li {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .sec01 .example-lists > li + li {
    margin-top: 14px;
  }
}
.sec01 .example-lists > li dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  min-height: 193px;
  padding: 0 0 19px;
  background: no-repeat top center;
  background-size: cover;
  text-align: center;
}
@media (max-width: 768px) {
  .sec01 .example-lists > li dl dt {
    min-height: 176px;
  }
}
.sec01 .example-lists > li dl dt.bg01 {
  background-image: url(../images/img_sec01_01.png);
}
.sec01 .example-lists > li dl dt.bg02 {
  background-image: url(../images/img_sec01_02.png);
}
.sec01 .example-lists > li dl dt.bg03 {
  background-image: url(../images/img_sec01_03.png);
}
.sec01 .example-lists > li dl dt:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 75px;
  height: 26px;
  background: url(../images/arrow_sec01.svg) no-repeat 0 0/contain;
}
@media (max-width: 768px) {
  .sec01 .example-lists > li dl dt:after {
    width: 68px;
    height: 23px;
  }
}
.sec01 .example-lists > li dl dt strong {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .sec01 .example-lists > li dl dt strong {
    font-size: 2.2rem;
  }
}
.sec01 .example-lists > li dl dd {
  padding: 40px 19px 35px;
  color: #fff;
}
@media (max-width: 768px) {
  .sec01 .example-lists > li dl dd {
    padding: 35px 16px;
  }
}
.sec01 .example-lists > li ul.disc {
  padding-left: 20px;
  list-style-type: disc;
}
@media (max-width: 768px) {
  .sec01 .example-lists > li ul li {
    font-size: 1.4rem;
  }
}
.sec01 .example-lists > li ul li + li {
  margin-top: 10px;
}
.sec01 .read {
  max-width: 758px;
  margin: 50px auto 0;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .sec01 .read {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .sec01 .read .only-pc {
    display: none;
  }
}

.sec02 .head {
  padding: 50px 14px;
  background: #F0F2F4;
}
@media (max-width: 768px) {
  .sec02 .head {
    padding: 40px 14px;
  }
}
.sec02 .body {
  max-width: 1228px;
  margin: 0 auto;
  padding: 70px 14px 139px;
}
@media (max-width: 768px) {
  .sec02 .body {
    padding: 60px 14px 70px;
  }
}
.sec02 h2 {
  color: #3143CF;
  font-size: 3.4rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .sec02 h2 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .sec02 h2 br {
    display: none;
  }
}
.sec02 h3 {
  position: relative;
  max-width: 757px;
  margin: 50px auto;
  text-align: center;
}
@media (max-width: 768px) {
  .sec02 h3 {
    margin: 20px 0 30px;
  }
}
.sec02 h3 span {
  position: relative;
  z-index: 2;
  padding: 0 20px;
  background: #F0F2F4;
  font-size: 3rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .sec02 h3 span {
    padding: 0 7px;
    font-size: 1.6rem;
  }
}
.sec02 h3:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background: #000;
}
.sec02 .ex-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .sec02 .ex-lists {
    display: block;
  }
}
.sec02 .ex-lists li {
  width: calc(33.3333333333% - 16px);
  max-width: 254px;
}
@media (max-width: 768px) {
  .sec02 .ex-lists li {
    width: 100%;
    max-width: none;
  }
}
.sec02 .ex-lists li + li {
  margin-left: 24px;
}
@media (max-width: 768px) {
  .sec02 .ex-lists li + li {
    margin: 30px 0 0;
  }
}
.sec02 .ex-lists li .text {
  display: block;
  font-weight: 700;
  text-align: center;
}
.sec02 .ex-lists li .text small {
  display: block;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .sec02 .ex-lists li .text small {
    font-size: 1.2rem;
  }
}
.sec02 .ex-lists li .text strong {
  display: block;
  color: #3143CF;
  font-size: 2.6rem;
}
@media (max-width: 768px) {
  .sec02 .ex-lists li .text strong {
    font-size: 2rem;
  }
}
.sec02 .ex-lists li figure {
  display: block;
  max-width: 254px;
  margin: 20px auto 0;
}
@media (max-width: 768px) {
  .sec02 .ex-lists li figure {
    max-width: 191px;
  }
}
.sec02 .ex-lists li figure img {
  width: 100%;
}
.sec02 .graph-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .sec02 .graph-item {
    display: block;
  }
}
@media (max-width: 768px) {
  .sec02 .graph-item.order {
    margin-top: 70px;
  }
}
.sec02 .graph-item.order p {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.sec02 .graph-item.order .graph {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-left: 0;
  padding: 0 0 0 43px;
}
@media (max-width: 768px) {
  .sec02 .graph-item.order .graph {
    padding: 0;
  }
}
.sec02 .graph-item.order .graph img {
  max-width: 515px;
}
@media (max-width: 768px) {
  .sec02 .graph-item.order .graph img {
    width: 100%;
  }
}
.sec02 .graph-item p {
  width: 50%;
  padding: 0 50px;
  font-size: 2.4rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .sec02 .graph-item p {
    width: 100%;
    padding: 0;
    font-size: 1.6rem;
  }
}
.sec02 .graph-item p strong {
  color: #3143CF;
  font-size: 4rem;
}
@media (max-width: 768px) {
  .sec02 .graph-item p strong {
    font-size: 3.2rem;
  }
}
.sec02 .graph-item p span {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .sec02 .graph-item p span {
    font-size: 1.6rem;
  }
}
.sec02 .graph-item .graph {
  width: 50%;
  margin-left: auto;
  padding: 0 29px 0 0;
}
@media (max-width: 768px) {
  .sec02 .graph-item .graph {
    width: 100%;
    margin: 35px 0 0;
    padding: 0;
  }
}
.sec02 .graph-item .graph h4 {
  margin-bottom: 10px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .sec02 .graph-item .graph h4 {
    margin-bottom: 5px;
  }
}
.sec02 .graph-item .graph img {
  width: 100%;
  max-width: 497px;
}
@media (max-width: 768px) {
  .sec02 .graph-item .graph img {
    width: 100%;
    max-width: none;
  }
}
.sec02 .graph-item .graph .notes {
  display: block;
  max-width: 515px;
  margin-top: 30px;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .sec02 .graph-item .graph .notes {
    margin-top: 12px;
  }
}

.sec03 {
  padding: 107px 0 90px;
}
@media (max-width: 768px) {
  .sec03 {
    padding: 50px 0 55px;
  }
}
.sec03 .head-read {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 768px) {
  .sec03 .head-read {
    font-size: 1.6rem;
  }
}
.sec03 .head-read sub {
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .sec03 .head-read sub {
    font-size: 1rem;
  }
}
.sec03 h2 {
  margin: 13px 0 52px;
  color: #3143CF;
  font-size: 3.4rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .sec03 h2 {
    margin: 7px 0 47px;
    font-size: 2.4rem;
  }
}
.sec03 .point-box {
  padding: 48px 15px 68px;
  background: #F0F2F4;
}
@media (max-width: 768px) {
  .sec03 .point-box {
    padding: 26px 15px 30px;
  }
}
.sec03 .point-box h3 {
  margin-bottom: 40px;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .sec03 .point-box h3 {
    margin-bottom: 15px;
    font-size: 2rem;
  }
}
.sec03 .point-box .point-lists {
  max-width: 1047px;
  margin: 0 auto;
}
.sec03 .point-box .point-lists li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec03 .point-box .point-lists li + li {
  margin-top: 14px;
}
.sec03 .point-box .point-lists .num {
  width: 105px;
  padding: 6px;
  background: #2A3290;
  border-radius: 4px 0 0 4px;
  text-align: center;
}
@media (max-width: 768px) {
  .sec03 .point-box .point-lists .num {
    width: 43px;
  }
}
.sec03 .point-box .point-lists .num img {
  width: 33px;
}
@media (max-width: 768px) {
  .sec03 .point-box .point-lists .num img {
    width: 23px;
  }
}
.sec03 .point-box .point-lists .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 105px);
  padding: 10px 20px;
  background: #fff;
  border-radius: 0 4px 4px 0;
  font-size: 2.2rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .sec03 .point-box .point-lists .text {
    width: calc(100% - 43px);
    padding: 12px;
    font-size: 1.4rem;
  }
}
.sec03 .point-box .read {
  max-width: 590px;
  margin: 34px auto 0;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .sec03 .point-box .read {
    margin: 15px auto 0;
  }
}
.sec03 .function-box {
  margin-top: 90px;
}
@media (max-width: 768px) {
  .sec03 .function-box {
    margin-top: 50px;
  }
}
.sec03 .function-box h3 {
  margin-bottom: 38px;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .sec03 .function-box h3 {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
}
.sec03 .function-box .function-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .sec03 .function-box .function-wrap {
    display: block;
  }
}
.sec03 .function-box .function-item {
  width: 33.3333333333%;
}
@media (max-width: 768px) {
  .sec03 .function-box .function-item {
    position: relative;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .sec03 .function-box .function-item:after {
    display: block;
    content: "";
    position: absolute;
    bottom: -54px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 26px 31.5px 0 31.5px;
    border-color: #b8c0c8 transparent transparent transparent;
  }
}
@media (max-width: 768px) {
  .sec03 .function-box .function-item.end:after {
    display: none;
  }
}
.sec03 .function-box .function-head {
  position: relative;
  padding: 14px;
  background: #F0F2F4;
  border-radius: 6px;
}
.sec03 .function-box .function-head.first {
  margin: 0 0 0 30px;
}
@media (max-width: 768px) {
  .sec03 .function-box .function-head.first {
    margin: 0;
  }
}
.sec03 .function-box .function-head.first:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: -22px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14.5px 0 14.5px 12px;
  border-color: transparent transparent transparent #B8C0C8;
}
@media (max-width: 768px) {
  .sec03 .function-box .function-head.first:after {
    display: none;
  }
}
.sec03 .function-box .function-head.center {
  margin: 0 30px;
}
@media (max-width: 768px) {
  .sec03 .function-box .function-head.center {
    margin: 70px 0 0;
  }
}
.sec03 .function-box .function-head.center:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: -22px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14.5px 0 14.5px 12px;
  border-color: transparent transparent transparent #B8C0C8;
}
@media (max-width: 768px) {
  .sec03 .function-box .function-head.center:after {
    display: none;
  }
}
.sec03 .function-box .function-head.end {
  margin: 0 30px 0 0;
  background: #F59BB5;
}
@media (max-width: 768px) {
  .sec03 .function-box .function-head.end {
    margin: 70px 0 0;
  }
}
.sec03 .function-box .function-head .case {
  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: relative;
  min-height: 66px;
  background: #fff;
}
.sec03 .function-box .function-head .case + .case {
  margin-top: 14px;
}
.sec03 .function-box .function-head .case .icon {
  width: 58px;
  margin-right: 10px;
  text-align: center;
}
.sec03 .function-box .function-head .case strong {
  width: 170px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .sec03 .function-box .function-head .case strong {
    font-size: 1.6rem;
  }
}
.sec03 .function-box .function-head .case.case03:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 10.5px 0 10.5px;
  border-color: #a2a7ad transparent transparent transparent;
}
.sec03 .function-box .function-head .case.case05:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 10.5px 0 10.5px;
  border-color: #F51253 transparent transparent transparent;
}
.sec03 .function-box .function-head .case.case05 .icon {
  position: absolute;
  bottom: 0;
  left: 8px;
  width: auto;
}
.sec03 .function-box .function-head .case.case05 strong {
  width: auto;
  padding-left: 50px;
  color: #F51253;
}
.sec03 .function-box .function-head .case.case06 {
  background: #F51253;
}
.sec03 .function-box .function-head .case.case06 .icon {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: auto;
}
.sec03 .function-box .function-head .case.case06 strong {
  width: auto;
  padding-left: 40px;
  color: #fff;
  font-size: 2rem;
}
.sec03 .function-box .function-body {
  margin-top: 27px;
  background: #F0F2F4;
}
@media (max-width: 768px) {
  .sec03 .function-box .function-body {
    margin-top: 55px;
    background: none;
  }
}
.sec03 .function-box .function-body.first {
  padding: 32px 0 30px 30px;
}
@media (max-width: 768px) {
  .sec03 .function-box .function-body.first {
    padding: 0;
  }
}
.sec03 .function-box .function-body.center {
  padding: 32px 30px 30px;
}
@media (max-width: 768px) {
  .sec03 .function-box .function-body.center {
    padding: 0;
  }
}
.sec03 .function-box .function-body.center .service {
  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;
}
.sec03 .function-box .function-body.end {
  padding: 32px 30px 30px 0;
}
@media (max-width: 768px) {
  .sec03 .function-box .function-body.end {
    padding: 0;
  }
}
.sec03 .function-box .function-body .service {
  position: relative;
  min-height: 170px;
  padding: 18px 14px;
  background: #3143CF;
}
@media (max-width: 768px) {
  .sec03 .function-box .function-body .service {
    min-height: 150px;
  }
}
.sec03 .function-box .function-body .service:before {
  display: block;
  content: "";
  position: absolute;
  top: -51px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 84px;
  height: 60px;
  background: url(../images/arrow_sec03.svg) no-repeat 0 0/contain;
}
.sec03 .function-box .function-body .service h4 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.sec03 .function-box .function-body .service ul {
  margin-top: 10px;
  padding-left: 25px;
  color: #fff;
  font-size: 1.4rem;
  list-style-type: disc;
}
@media (max-width: 768px) {
  .sec03 .function-box .function-body .service ul {
    font-size: 1.2rem;
  }
}
.sec03 .function-box .function-body .service.omt {
  padding: 18px 0 0;
}
@media (max-width: 768px) {
  .sec03 .function-box .function-body .service.omt {
    min-height: auto;
  }
}
.sec03 .function-box .function-body .service.omt p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background: #fff;
  border: 4px solid #3143CF;
  color: #3143CF;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 768px) {
  .sec03 .function-box .function-body .service.omt p {
    position: static;
    margin-top: 18px;
  }
}
.sec03 .function-box .function-body .service .schedule {
  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;
  bottom: -22px;
  right: 10px;
  width: 96px;
  height: 96px;
  background: #EAD964;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .sec03 .function-box .function-body .service .schedule {
    bottom: -30px;
  }
}
.sec03 .function-box .function-body .service .schedule span {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}
.sec03 .function-box .function-body .service .schedule span strong {
  font-size: 1.5rem;
}
.sec03 .function-box .function-body .service .schedule span strong i {
  font-size: 1.8rem;
}
.sec03 .function-box .function-bottom {
  padding: 7px;
  background: #3143CF;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .sec03 .function-box .function-bottom {
    margin-top: 14px;
    font-size: 2rem;
  }
}
.sec03 .function-box .plus {
  color: #3143CF;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.sec03 .function-box .option {
  padding: 24px 30px 34px;
  background: #F0F2F4;
}
@media (max-width: 768px) {
  .sec03 .function-box .option {
    padding: 24px 14px;
  }
}
.sec03 .function-box .option h4 {
  margin-bottom: 24px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.sec03 .function-box .option .item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .sec03 .function-box .option .item-wrap {
    display: block;
  }
}
.sec03 .function-box .option .option-item {
  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: calc(33.3333333333% - 20px);
  padding: 30px 10px;
  background: #fff;
  border: 4px solid #3143CF;
}
@media (max-width: 768px) {
  .sec03 .function-box .option .option-item {
    display: block;
    width: 100%;
    padding: 18px 14px;
  }
}
@media (max-width: 768px) {
  .sec03 .function-box .option .option-item + .option-item {
    margin-top: 19px;
  }
}
.sec03 .function-box .option .option-item h5 {
  color: #3143CF;
  font-size: 1.8rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .sec03 .function-box .option .option-item h5 {
    font-size: 1.6rem;
    text-align: center;
  }
}
.sec03 .function-box .option .option-item ul {
  margin-top: 15px;
  list-style-type: disc;
  color: #3143CF;
  font-size: 1.4rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .sec03 .function-box .option .option-item ul {
    padding-left: 20px;
  }
}
.sec03 .function-box .option .option-item.opx {
  display: block;
  position: relative;
  padding-top: 15px;
  background: #3143CF;
  border: none;
}
@media (max-width: 768px) {
  .sec03 .function-box .option .option-item.opx {
    padding: 15px 0 0;
  }
}
.sec03 .function-box .option .option-item.opx h5 {
  color: #fff;
  text-align: center;
}
.sec03 .function-box .option .option-item .opx-lists {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 25px 20px 40px;
  background: #fff;
  border: 4px solid #3143CF;
}
@media (max-width: 768px) {
  .sec03 .function-box .option .option-item .opx-lists {
    position: static;
    padding: 14px 0 14px 30px;
  }
}
.sec03 .summary-box {
  padding: 100px 0 0;
}
@media (max-width: 768px) {
  .sec03 .summary-box {
    padding-top: 70px;
  }
}
.sec03 .summary-box h3 {
  color: #3143CF;
  font-size: 3.4rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .sec03 .summary-box h3 {
    font-size: 2rem;
  }
}
.sec03 .summary-box h3 br {
  display: none;
}
@media (max-width: 768px) {
  .sec03 .summary-box h3 br {
    display: block;
  }
}
.sec03 .summary-box .read {
  margin: 25px 0 45px;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .sec03 .summary-box .read {
    margin: 15px 0 25px;
    font-size: 1.6rem;
  }
}
.sec03 .summary-box .read strong {
  color: #3143CF;
}
.sec03 .summary-box .summary-wrap {
  max-width: 1139px;
  margin: 0 auto;
}
.sec03 .summary-box .summary-wrap .logo-wrap {
  position: relative;
  margin-bottom: 65px;
}
@media (max-width: 768px) {
  .sec03 .summary-box .summary-wrap .logo-wrap {
    margin-bottom: 22px;
  }
}
.sec03 .summary-box .summary-wrap .logo-wrap:before, .sec03 .summary-box .summary-wrap .logo-wrap:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #3143CF;
}
@media (max-width: 768px) {
  .sec03 .summary-box .summary-wrap .logo-wrap:before, .sec03 .summary-box .summary-wrap .logo-wrap:after {
    display: none;
  }
}
.sec03 .summary-box .summary-wrap .logo-wrap:before {
  bottom: -39px;
  width: 2px;
  height: 25px;
}
.sec03 .summary-box .summary-wrap .logo-wrap:after {
  bottom: -41px;
  width: calc(100% - 360px);
  height: 2px;
}
.sec03 .summary-box .summary-wrap .head-logo {
  max-width: 271px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .sec03 .summary-box .summary-wrap .head-logo {
    max-width: 144px;
  }
}
.sec03 .summary-box .summary-wrap .head-logo img {
  width: 100%;
}
.sec03 .summary-box .summary-wrap .summary-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .sec03 .summary-box .summary-wrap .summary-item-wrap {
    display: block;
  }
}
.sec03 .summary-box .summary-wrap .summary-item {
  position: relative;
  width: calc(33.3333333333% - 20px);
}
@media (max-width: 768px) {
  .sec03 .summary-box .summary-wrap .summary-item {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .sec03 .summary-box .summary-wrap .summary-item + .summary-item {
    margin-top: 25px;
  }
}
.sec03 .summary-box .summary-wrap .summary-item:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: -25px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2px;
  height: 25px;
  background: #3143CF;
}
@media (max-width: 768px) {
  .sec03 .summary-box .summary-wrap .summary-item:before {
    display: none;
  }
}
.sec03 .summary-box .summary-wrap .summary-item h4 {
  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: 72px;
  margin-bottom: 20px;
  padding: 9px 8px;
  background: #3143CF;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .sec03 .summary-box .summary-wrap .summary-item h4 {
    min-height: 54px;
    margin-bottom: 16px;
    padding: 5px;
  }
}
.sec03 .summary-box .summary-wrap .summary-item h4.has-icon .title {
  margin-left: auto;
}
.sec03 .summary-box .summary-wrap .summary-item h4 .schedule {
  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: 96px;
  margin-left: auto;
  padding: 7px;
  background: #EAD964;
  color: #000;
}
@media (max-width: 768px) {
  .sec03 .summary-box .summary-wrap .summary-item h4 .schedule {
    width: 86px;
    padding: 5px;
  }
}
.sec03 .summary-box .summary-wrap .summary-item h4 .schedule span {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}
.sec03 .summary-box .summary-wrap .summary-item h4 .schedule span strong {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .sec03 .summary-box .summary-wrap .summary-item h4 .schedule span strong {
    font-size: 1.2rem;
  }
}
.sec03 .summary-box .summary-wrap .summary-item h4 .schedule span strong i {
  font-size: 1.8rem;
}
.sec03 .summary-box .summary-wrap .summary-item .has-fig {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec03 .summary-box .summary-wrap .summary-item .has-fig figure {
  text-align: center;
}
.sec03 .summary-box .summary-wrap .summary-item .has-fig ul {
  padding-left: 25px;
  list-style: disc;
  font-size: 1.4rem;
  font-weight: 700;
}
.sec03 .summary-box .summary-wrap .summary-item .has-fig.item01 figure {
  width: 90px;
}
.sec03 .summary-box .summary-wrap .summary-item .has-fig.item01 figure img {
  max-width: 56px;
}
.sec03 .summary-box .summary-wrap .summary-item .has-fig.item02 figure {
  width: 114px;
}
.sec03 .summary-box .summary-wrap .summary-item .has-fig.item02 figure img {
  max-width: 87px;
}
.sec03 .summary-box .summary-wrap .summary-item p {
  text-align: center;
}
.sec03 .summary-box .summary-wrap .summary-item p span {
  display: block;
  margin-bottom: 10px;
  color: #3143CF;
  font-size: 1.8rem;
  font-weight: 700;
}
.sec03 .summary-box .summary-wrap .summary-item p img {
  max-width: 169px;
}
.sec03 .summary-box .option-wrap {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .sec03 .summary-box .option-wrap {
    margin-top: 37px;
  }
}
.sec03 .summary-box .option-wrap h4 {
  position: relative;
  margin-bottom: 25px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .sec03 .summary-box .option-wrap h4 {
    margin-bottom: 30px;
    font-size: 1.6rem;
  }
}
.sec03 .summary-box .option-wrap h4 span {
  position: relative;
  z-index: 2;
  padding: 0 18px;
  background: #fff;
}
.sec03 .summary-box .option-wrap h4:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  height: 1px;
  background: #000;
}
.sec03 .summary-box .option-wrap .option-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .sec03 .summary-box .option-wrap .option-item-wrap {
    display: block;
  }
}
.sec03 .summary-box .option-wrap .option-item {
  width: calc(33.3333333333% - 20px);
}
@media (max-width: 768px) {
  .sec03 .summary-box .option-wrap .option-item {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .sec03 .summary-box .option-wrap .option-item + .option-item {
    margin-top: 17px;
  }
}
.sec03 .summary-box .option-wrap .option-item .has-border {
  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: 72px;
  border: 2px solid #3143CF;
  text-align: center;
}
.sec03 .summary-box .option-wrap .option-item .has-border span {
  color: #3143CF;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
}
.sec03 .summary-box .option-wrap .option-item .has-border span small {
  font-size: 1.4rem;
}
.sec03 .summary-box .option-wrap .option-item .has-border + .has-border {
  margin-top: 17px;
}
.sec03 .summary-box .option-wrap .option-item .logo {
  width: 100%;
  margin-top: 17px;
  text-align: center;
}
.sec03 .summary-box .option-wrap .option-item .logo span {
  display: block;
  margin-bottom: 10px;
  color: #3143CF;
  font-size: 1.8rem;
  font-weight: 700;
}
.sec03 .summary-box .option-wrap .option-item .logo img {
  max-width: 169px;
}
.sec03 .summary-box .option-wrap .option-item ul {
  margin-top: 17px;
  padding-left: 55px;
  list-style: disc;
  font-size: 1.4rem;
  font-weight: 700;
}
.sec03 .summary-box .option-wrap .option-item .notes {
  margin-top: 14px;
  font-size: 1.4rem;
  font-weight: 700;
}
.sec03 .emphasis-btn {
  margin-top: 74px;
}
@media (max-width: 768px) {
  .sec03 .emphasis-btn {
    margin-top: 50px;
  }
}

.sec04 {
  padding: 91px 0 98px;
  background: #F0F2F4;
}
@media (max-width: 768px) {
  .sec04 {
    padding: 30px 0 40px;
  }
}
.sec04 h2 {
  margin-bottom: 50px;
  color: #3143CF;
  font-size: 3.4rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .sec04 h2 {
    margin-bottom: 30px;
    font-size: 2.4rem;
  }
}
.sec04 .flow-lists {
  max-width: 996px;
  margin: 0 auto;
  padding: 14px 12px;
  background: #fff;
}
@media (max-width: 768px) {
  .sec04 .flow-lists {
    padding: 12px;
  }
}
.sec04 .flow-lists li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
}
@media (max-width: 768px) {
  .sec04 .flow-lists li {
    padding: 14px;
  }
}
.sec04 .flow-lists li:nth-child(4) {
  border-top: 1px solid #DBDBDB;
}
.sec04 .flow-lists li .num-wrap {
  padding: 10px 0;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}
@media (max-width: 768px) {
  .sec04 .flow-lists li .num-wrap {
    padding: 0;
  }
}
.sec04 .flow-lists li .num-wrap span {
  display: block;
  line-height: 1;
}
.sec04 .flow-lists li .num-wrap .step {
  font-size: 1.2rem;
}
.sec04 .flow-lists li .num-wrap .num {
  font-size: 3.7rem;
}
.sec04 .flow-lists li .text {
  margin-left: 70px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .sec04 .flow-lists li .text {
    margin-left: 11px;
  }
}
.sec04 .flow-lists li .text h3 {
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .sec04 .flow-lists li .text h3 {
    font-size: 2rem;
  }
}
.sec04 .flow-lists li .text p {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .sec04 .flow-lists li .text p {
    font-size: 1.3rem;
  }
}
.sec04 .flow-lists li.has-bg {
  background: #3143CF;
  color: #fff;
}

.sec-cta {
  background: #3143CF;
}
@media (max-width: 768px) {
  .sec-cta {
    padding: 37px 0 0;
  }
}
.sec-cta .sec-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .sec-cta .sec-inner {
    display: block;
  }
}
.sec-cta .text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 50%;
  max-width: 577px;
  margin-left: min(6.3888888889vw, 92px);
}
@media (max-width: 768px) {
  .sec-cta .text {
    width: 100%;
    max-width: none;
    margin-left: 0;
  }
}
.sec-cta .text .read {
  max-width: 480px;
  padding: 10px;
  background: #fff;
  border-radius: 6px;
  color: #3143CF;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .sec-cta .text .read {
    max-width: none;
    font-size: 1.5rem;
  }
}
.sec-cta .text h2 {
  margin: 33px 0;
  color: #fff;
  font-size: 3.6rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .sec-cta .text h2 {
    margin: 20px 0 25px;
    font-size: 2.4rem;
  }
}
.sec-cta .text .btn {
  max-width: 438px;
}
.sec-cta .text .btn a {
  display: block;
  padding: 20px 10px;
  background: #EAD964;
  border-radius: 92px;
  color: #383838;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .sec-cta .text .btn a {
    font-size: 1.6rem;
  }
}
.sec-cta .text .btn a:hover {
  text-decoration: none;
}
.sec-cta figure {
  display: block;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 27px 0 0 min(8.4722222222vw, 122px);
}
@media (max-width: 768px) {
  .sec-cta figure {
    margin-top: 36px;
    padding: 0;
    text-align: center;
  }
}
.sec-cta figure img {
  width: 100%;
  max-width: 355px;
}
@media (max-width: 768px) {
  .sec-cta figure img {
    max-width: 221px;
  }
}

/* contact */
.sec-contact {
  padding: 87px 0 40px;
}
@media (max-width: 768px) {
  .sec-contact {
    padding: 45px 0 40px;
  }
}
.sec-contact h2 {
  color: #3143CF;
  font-size: 3.4rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .sec-contact h2 {
    font-size: 2.4rem;
  }
}
.sec-contact h2 small {
  display: block;
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .sec-contact h2 small {
    font-size: 1.6rem;
  }
}
.sec-contact .link {
  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;
  max-width: 744px;
  margin: 55px auto 0;
  background: #3143CF;
  border-radius: 10px;
  font-size: 2.2rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .sec-contact .link {
    display: block;
    margin-top: 35px;
    font-size: 1.4rem;
  }
}
.sec-contact .link 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;
  width: 100%;
  min-height: 101px;
  color: #fff;
  line-height: 1;
}
@media (max-width: 768px) {
  .sec-contact .link a {
    display: block;
    min-height: auto;
    padding: 22px;
    text-align: center;
  }
}
.sec-contact .link a:hover {
  text-decoration: none;
}
.sec-contact .link span {
  display: block;
}
.sec-contact .link img {
  width: 166px;
  margin: 0 17px;
}
@media (max-width: 768px) {
  .sec-contact .link img {
    width: 207px;
    margin: 15px 0;
  }
}

.form-area {
  max-width: 898px;
  margin: 50px auto 0;
  padding: 45px;
  border: 6px solid #c0c0c0;
}
@media (max-width: 768px) {
  .form-area {
    margin-top: 30px;
    padding: 20px;
    border-width: 3px;
  }
}
.form-area iframe {
  width: 100%;
}
.form-area [id*=embbed] {
  width: 100% !important;
  height: auto !important;
  overflow: visible !important;
}