@charset "UTF-8";
html, body {
  color: #333;
}

.sec-ttl {
  margin-bottom: 50px;
  font-size: 42px;
  font-weight: bold;
}

.sec-mv {
  padding-top: 117px;
  background-image: url("../img/img_mv_bg_right.png");
  background-position: right -12px top 100px;
  background-size: 242px auto;
  background-repeat: no-repeat;
}

.sec-mv .mv-inner {
  max-width: 1100px;
  width: 100%;
  height: 771px;
  position: relative;
  background-image: url("../img/img_mv_bg_bottom.png");
  background-position: left 101px bottom 0;
  background-size: 350px auto;
  background-repeat: no-repeat;
}

.sec-mv .mv-list {
  margin: 0 0 60px 20px;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.7;
}

.sec-mv .mv-contents-img {
  margin: 0;
}

.sec-mv .mv-contents-img img {
  position: absolute;
  left: 0;
  bottom: 0;
}

.sec-mv .main-img {
  position: absolute;
  bottom: 0;
  left: -50px;
  margin: 0;
}

.sec-mv .mv-comment {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  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;
  font-size: 16px;
  z-index: 0;
}

.sec-mv .mv-comment p {
  margin: 0;
}

.sec-mv .mv-comment.blue {
  background-image: url("../img/img_hukidasi_blue.png");
}

.sec-mv .mv-comment.red {
  background-image: url("../img/img_hukidasi_red.png");
}

.sec-mv .mv-comment:first-of-type {
  left: 20px;
  top: -56px;
  width: 223px;
  height: 188px;
}

.sec-mv .mv-comment:nth-of-type(2) {
  right: 29px;
  top: -30px;
  width: 236px;
  height: 197px;
}

.sec-mv .mv-comment:nth-of-type(3) {
  right: 78px;
  bottom: 334px;
  width: 236px;
  height: 210px;
}

.sec-mv .mv-comment:nth-of-type(4) {
  right: 4px;
  bottom: 72px;
  width: 244px;
  height: 213px;
}

.sec-mv .mv-contents-01 {
  width: calc(100% - 574px);
}

.sec-mv .mv-contents-02 {
  width: 574px;
  position: relative;
}

.sec-mv .btn-wrap .btn-bg {
  margin: 0 0 0 20px;
}

.sec-dsc {
  background: #E5E8F8;
  padding: 98px 0 68px;
  -webkit-box-shadow: inset hoff voff blur #D8DFFF;
          box-shadow: inset hoff voff blur #D8DFFF;
}

.sec-dsc .dsc-box {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  background: #D8DFFF;
  border: 8px solid #fff;
  padding: 45px 10px;
  margin-bottom: 50px;
}

.sec-dsc .dsc-box p {
  font-size: 42px;
  line-height: 1.2;
  margin: 0 auto;
  font-weight: bold;
}

.sec-dsc .dsc-catchCopy {
  font-size: 42px;
  text-align: center;
  font-weight: bold;
  line-height: 1.7;
}

.sec-dsc .dsc-catchCopy span {
  color: #6A78BC;
}

.sec-dsc .dsc-figure {
  max-width: 600px;
  width: 100%;
  margin: 0 auto 45px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  padding: 0;
}

.sec-dsc .dsc-figure li {
  position: relative;
  z-index: 1;
}

.sec-dsc .dsc-figure::before {
  content: "";
  display: block;
  position: absolute;
  height: 12px;
  width: calc(100% - 30px);
  background: #fff;
  top: 86px;
  left: 0;
  z-index: 0;
}

.sec-dsc .dsc-txt-box {
  background: #fff;
  border-radius: .3rem;
  padding: 30px 50px;
  text-align: center;
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}

.sec-dsc .dsc-txt-box dt {
  display: inline-block;
  font-weight: bold;
  border-bottom: 5px solid #D8DFFF;
  font-size: 22px;
  padding: 0 0 10px;
  margin-bottom: 23px;
}

.sec-dsc .dsc-txt-box dd {
  font-size: 15px;
  line-height: 1.7;
  text-align: left;
}

.sec-dsc .dsc-txt {
  font-size: 18px;
  line-height: 1.4;
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
}

.sec-dsc .dsc-txt-sub {
  max-width: 880px;
  font-size: 12px;
  width: 100%;
  color: #959595;
  margin: 1em auto 60px;
}

.sec-merit {
  background: #F3F5FF;
  padding: 70px 0 110px;
}

.sec-merit .merit-inner {
  max-width: 1000px;
  width: 100%;
}

.sec-merit .merit-txt {
  font-size: 18px;
  max-width: 850px;
  width: 100%;
  margin: 0 auto 1em;
}

.sec-merit .merit-col {
  max-width: 460px;
  width: 100%;
  border-radius: .3rem;
  background: #fff;
  padding: 20px;
}

.sec-merit .merit-detail-ttl {
  font-size: 13px;
  font-weight: bold;
  background: #6A78BC;
  padding: 0 1.5em;
  line-height: 26px;
  vertical-align: middle;
  border-radius: 3rem;
  text-align: center;
  color: #fff;
}

.sec-merit .merit-detail-figure {
  margin-bottom: 0;
}

.sec-merit .merit-detail-figure img {
  width: 100%;
  height: auto;
}

.sec-merit .merit-txt-wrap {
  margin-top: 45px;
}

.sec-merit .merit-box {
  gap: 20px;
}

.sec-example {
  background: #F3F5FF;
}

.sec-example .example-inner {
  padding: 90px 0 80px;
}

.sec-example .sec-ttl {
  margin-bottom: 115px;
}

.sec-example .example-box {
  position: relative;
  width: 980px;
  height: 620px;
}

.sec-example .example-box img {
  width: 100%;
  height: auto;
}

.sec-example .example-box p {
  margin: 0;
}

.sec-example .example-contents-txt {
  width: 472px;
}

.sec-example .example-contents-01 {
  width: 798px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.sec-example .example-contents-02 {
  width: 129px;
  position: absolute;
  bottom: 191px;
  right: 150px;
  z-index: 3;
}

.sec-example .example-contents-03 {
  width: 350px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.sec-example .example-contents-04 {
  position: absolute;
  right: 33px;
  bottom: -20px;
  font-size: 10px;
}

.sec-example .example-caution {
  list-style: none;
  padding-left: 0;
}

.sec-example .example-caution li {
  padding-left: 0.5em;
  text-indent: -0.5em;
}

.sec-example .example-caution li::before {
  content: '※';
}

.sec-flow {
  background: #F3F5FF;
}

.sec-flow .flow-inner {
  width: 100%;
  max-width: 1250px;
  position: relative;
  padding: 30px 0 40px;
}

.sec-flow .flow-inner .sec-ttl {
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.sec-flow .flow-figure-wrap {
  overflow-x: auto;
}

.sec-flow .flow-figure {
  width: 1250px;
}

.sec-flow .flow-figure img {
  width: 1250px;
  height: auto;
}

.sec-step .step-inner {
  padding: 40px 0 50px;
  max-width: 940px;
  width: 100%;
}

.sec-step .step-detail {
  width: 250px;
  height: 250px;
  border: 5px solid #D8DFFF;
  padding: 25px 25px;
  border-radius: 50%;
}

.sec-step .step-sub-ttl {
  font-size: 18px;
  font-weight: bold;
}

.sec-step .step-txt {
  font-size: 12px;
  margin: 0 auto;
}

.sec-step .step-flow {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sec-landing {
  background: #E5E8F8;
}

.sec-landing .landing-inner {
  padding: 60px 0;
  max-width: 600px;
  width: 100%;
}

.sec-landing .landing-txt {
  font-size: 28px;
  font-weight: bold;
}

.sec-schedule {
  background: #F3F5FF;
}

.sec-schedule .schedule-inner {
  padding: 80px 0 100px;
  max-width: 780px;
  width: 100%;
}

.sec-schedule .schedule-row {
  background: #6A78BC;
  color: #fff;
  padding: 20px 30px;
  border-radius: .3rem;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}

.sec-schedule .schedule-row .schedule-ttl {
  background-size: 54px auto;
  background-position: left 0 top 0;
  background-repeat: no-repeat;
  line-height: 54px;
  vertical-align: middle;
  font-size: 22px;
  font-weight: bold;
}

.sec-schedule .schedule-row .schedule-ttl span {
  font-weight: normal;
  font-size: 18px;
}

.sec-schedule .schedule-row .schedule-ttl, .sec-schedule .schedule-row .schedule-detail {
  padding-left: 74px;
}

.sec-schedule .schedule-row::after {
  content: "";
  background: url("../img/img_schedule_arrow.png") no-repeat;
  background-size: contain;
  width: 40px;
  height: 18px;
  position: absolute;
  left: 37px;
  bottom: -17px;
}

.sec-schedule .schedule-row:first-child .schedule-ttl {
  background-image: url("../img/txt_schedule_01.png");
}

.sec-schedule .schedule-row:nth-child(2) .schedule-ttl {
  background-image: url("../img/txt_schedule_02.png");
}

.sec-schedule .schedule-row:nth-child(3) .schedule-ttl {
  background-image: url("../img/txt_schedule_03.png");
}

.sec-schedule .schedule-row:nth-child(4) .schedule-ttl {
  background-image: url("../img/txt_schedule_04.png");
}

.sec-schedule .schedule-row:nth-child(5) .schedule-ttl {
  background-image: url("../img/txt_schedule_05.png");
}

.sec-schedule .schedule-row:nth-child(6) .schedule-ttl {
  background-image: url("../img/txt_schedule_06.png");
}

.sec-schedule .schedule-row:nth-child(7) .schedule-ttl {
  background-image: url("../img/txt_schedule_07.png");
}

.sec-schedule .schedule-row:last-child {
  margin-bottom: 0;
}

.sec-schedule .schedule-row:last-child::after {
  background: none;
}

.sec-case {
  background: #E5E8F8;
}

.sec-case .case-inner {
  max-width: 840px;
  width: 100%;
  padding: 80px 0 100px;
}

.sec-case .case-box {
  background: #fff;
  border-radius: .3rem;
  padding: 60px 70px 60px 90px;
}

.sec-case .case-icons img {
  width: 247px;
  height: auto;
}

.sec-case .case-desc {
  background: #F2F3F6;
  padding: 30px 40px;
  border-radius: .3rem;
}

.sec-case .case-desc ul {
  padding-left: 0;
}

.sec-case .case-desc ul li {
  position: relative;
  padding-left: calc(1rem + 5px);
  color: #333;
  font-size: 1rem;
  list-style: none;
  margin-bottom: 1rem;
  font-weight: bold;
}

.sec-case .case-desc ul li::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: #333;
  left: 0;
  top: 3px;
}

.sec-faq {
  background: #F3F5FF;
}

.sec-faq .faq-inner {
  padding: 80px 0 120px;
  max-width: 800px;
  width: 100%;
}

.sec-faq .faq-row {
  background: #fff;
  padding: 30px;
  border-radius: .3rem;
}

.sec-faq .faq-row .faq-question {
  padding: 0 0 0 33px;
  background: url("../img/txt_faq_q.png") no-repeat;
  background-position: left 0 top 0;
  background-size: 21px auto;
  margin-bottom: 15px;
  font-size: 1rem;
}

.sec-faq .faq-row .faq-answer {
  padding: 0 0 0 33px;
  background: url("../img/txt_faq_a.png") no-repeat;
  background-position: left 0 top 0;
  background-size: 21px auto;
  color: #6A78BC;
  font-size: 0.9rem;
  margin: 0;
}

.sec-inquiry .inquiry-inner {
  padding: 80px 0 0;
}

.sec-inquiry .btn-wrap {
  margin-bottom: 110px;
}

.sec-inquiry .form-control {
  background: #F8F8F8;
}

.sec-inquiry .inquiry-example {
  margin: 0.5rem 0 0;
  color: #878282;
}

.sec-inquiry .inquiry-row:not(:last-child) {
  border-bottom: 1px solid #EAE3E2;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.sec-inquiry .form-check {
  margin: 30px 0 40px;
  display: inline-block;
}

.inquiry-inner {
  max-width: 950px;
  width: 100%;
}

.btn-bg {
  width: 370px;
  height: 90px;
  display: block;
  position: relative;
  margin: auto;
}

.btn-bg::after {
  content: "";
  position: absolute;
  z-index: 0;
  background: #940A2B;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -5px;
  border-radius: .3rem;
}

.btn-bg:hover .btn-common {
  bottom: -5px;
  color: #fff;
}

.btn-common {
  width: 100%;
  background: #EC2C5A;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 20px 0;
  color: #fff;
  font-size: 2rem;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.company-logo {
  margin: 0 0 37px 0;
}

.footer {
  background: #6A78BC;
}

.footer {
  padding: 30px 0;
}

.sp-inline {
  display: none;
}

@media (max-width: 991px) {
  .sec-mv {
    padding-top: 33px;
  }
  .sec-mv .mv-inner {
    min-height: 90vh;
    max-width: 670px;
    margin: auto;
    background-position: left 0 bottom 0;
  }
  .sec-mv .sec-ttl {
    margin-bottom: 10px;
  }
  .sec-mv .sec-ttl img {
    height: auto;
    width: 100%;
  }
  .sec-mv .mv-contents-01 {
    width: 100%;
    height: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sec-mv .mv-contents-02 {
    width: 100%;
    height: 55%;
  }
  .sec-mv .mv-contents-02 .btn-wrap {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 20px;
  }
  .sec-mv .mv-contents-img img {
    right: 0;
    left: 0;
    margin: auto;
    bottom: 70px;
    height: 80%;
  }
  .sec-mv .main-img {
    height: 80%;
    left: 190px;
    bottom: 85px;
  }
  .sec-mv .main-img img {
    height: 100%;
  }
  .sec-mv .mv-comment {
    font-size: 14px;
    background-size: 100% 150px;
  }
  .sec-mv .mv-comment:first-of-type {
    left: 0;
    top: 20px;
    width: 150px;
    height: 150px;
  }
  .sec-mv .mv-comment:nth-of-type(2) {
    right: -30px;
    top: 0;
    width: 210px;
    height: 150px;
  }
  .sec-mv .mv-comment:nth-of-type(3) {
    right: -60px;
    top: 90px;
    bottom: 0;
    width: 190px;
    height: 150px;
  }
  .sec-mv .mv-comment:nth-of-type(4) {
    right: -40px;
    bottom: 90px;
    width: 220px;
    height: 150px;
  }
  .sec-mv .mv-list {
    font-size: 18px;
    margin: 0;
  }
  .sec-mv .btn-wrap .btn-bg {
    margin: 0 auto;
    width: 90%;
  }
  .sec-ttl {
    font-size: 32px;
  }
  .sec-example .example-box {
    width: 100%;
    height: 600px;
  }
  .sec-example .example-box .example-contents-txt {
    width: 60%;
  }
  .sec-example .example-box .example-contents-01 {
    width: 100%;
    bottom: 20px;
  }
  .sec-example .example-box .example-contents-02 {
    right: 0;
  }
  .sec-example .example-box .example-contents-03 {
    width: 38%;
    right: -10px;
    top: -30px;
  }
  .sec-case .case-box {
    padding: 60px 40px;
  }
}

@media (max-width: 768px) {
  .sec-mv {
    padding: 0;
  }
  .sec-mv .mv-contents-01 {
    padding-top: 20px;
  }
  .sec-mv .sec-ttl {
    margin-bottom: 10px;
  }
  .sec-mv .sec-ttl img {
    width: 100%;
    height: auto;
  }
  .sec-mv .mv-list {
    font-size: 16px;
    margin: 0;
  }
  .sec-mv .mv-inner {
    height: 100vh;
    min-height: -webkit-fill-available;
  }
  .sec-mv .main-img {
    height: 70%;
    left: 50px;
    bottom: 55px;
    z-index: 1;
  }
  .sec-mv .main-img img {
    height: 100%;
  }
  .sec-mv .mv-comment {
    font-size: 10px;
    background-size: 100% 100%;
  }
  .sec-mv .mv-comment:first-of-type {
    left: 0;
    top: 50px;
    width: 100px;
    height: 100px;
  }
  .sec-mv .mv-comment:nth-of-type(2) {
    right: 0;
    top: 10px;
    width: 170px;
    height: 130px;
  }
  .sec-mv .mv-comment:nth-of-type(3) {
    right: 0;
    bottom: 170px;
    width: 150px;
    height: 130px;
  }
  .sec-mv .mv-comment:nth-of-type(4) {
    right: 20px;
    bottom: 80px;
    width: 150px;
    height: 90px;
  }
  .sec-ttl {
    font-size: 28px;
  }
  .sec-dsc {
    padding: 50px 0;
  }
  .sec-dsc .sec-ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .sec-dsc .dsc-figure::before {
    top: calc(50% + 6px);
    right: 0;
    margin: auto;
    width: 80%;
  }
  .sec-dsc .dsc-figure li:first-of-type {
    width: 25vw;
  }
  .sec-dsc .dsc-figure li:nth-of-type(2) {
    width: calc(25vw + 23px);
  }
  .sec-dsc .dsc-figure li:nth-of-type(2) img {
    position: relative;
    left: 7px;
  }
  .sec-dsc .dsc-figure li:nth-of-type(3) {
    width: calc(25vw + 40px);
  }
  .sec-dsc .dsc-figure li img {
    width: 100%;
    height: auto;
  }
  .sec-dsc .dsc-box {
    padding: 20px 10px;
    margin-bottom: 20px;
  }
  .sec-dsc .dsc-box p {
    font-size: 24px;
  }
  .sec-dsc .dsc-catchCopy {
    font-size: 24px;
  }
  .sec-dsc .dsc-txt {
    font-size: 14px;
  }
  .sec-dsc .dsc-txt-sub {
    margin: 1em auto 20px;
  }
  .sec-dsc .dsc-txt-box {
    padding: 20px;
  }
  .sec-dsc .dsc-txt-box dd {
    font-size: 14px;
  }
  .sec-merit {
    padding: 50px 0;
  }
  .sec-merit .sec-ttl {
    margin-bottom: 20px;
  }
  .sec-merit .merit-detail-ttl {
    font-size: 14px;
    line-height: 1.7;
    padding: 0.5em 1em;
  }
  .sec-merit .merit-col:first-of-type {
    margin-bottom: 20px;
  }
  .sec-merit .merit-txt-wrap {
    margin-top: 20px;
  }
  .sec-landing .landing-inner {
    padding: 40px 0;
  }
  .sec-landing .landing-txt {
    font-size: 16px;
    text-align: center;
  }
  .sec-example .example-inner {
    padding: 50px 0;
  }
  .sec-example .sec-ttl {
    margin-bottom: 20px;
  }
  .sec-example .example-box {
    height: 460px;
  }
  .sec-example .example-box .example-contents-txt {
    width: 100%;
  }
  .sec-example .example-box .example-contents-01 {
    bottom: 20px;
  }
  .sec-example .example-box .example-contents-02 {
    width: 90px;
    bottom: 210px;
  }
  .sec-example .example-box .example-contents-03 {
    width: 60%;
    right: 0;
    left: 0;
    top: 50px;
    margin: auto;
  }
  .sec-example .example-box .example-contents-04 {
    right: 0;
  }
  .sec-flow .flow-figure {
    width: 940px;
  }
  .sec-flow .flow-figure img {
    width: 940px;
  }
  .sec-step .step-arrow {
    text-align: center;
  }
  .sec-step .step-arrow img {
    -webkit-transform: rotateZ(90deg);
            transform: rotateZ(90deg);
  }
  .sec-step .step-detail {
    margin: auto;
  }
  .sec-schedule .schedule-inner {
    padding: 50px 0;
  }
  .sec-schedule .sec-ttl {
    margin-bottom: 20px;
  }
  .sec-schedule .schedule-row {
    padding: 15px;
  }
  .sec-schedule .schedule-row .schedule-ttl {
    font-size: 18px;
  }
  .sec-schedule .schedule-row .schedule-detail {
    font-size: 14px;
  }
  .sec-case .case-inner {
    padding: 50px 0;
  }
  .sec-case .case-box {
    padding: 20px;
  }
  .sec-case .case-icons {
    text-align: center;
  }
  .sec-case .case-icons img {
    width: 70%;
  }
  .sec-case .case-desc {
    padding: 20px;
  }
  .sec-faq .faq-inner {
    padding: 50px 0;
  }
  .sec-faq .faq-row {
    padding: 20px;
  }
  .sec-faq .faq-row .faq-question {
    font-size: 18px;
  }
  .sec-faq .faq-row .faq-answer {
    font-size: 14px;
  }
  .sec-inquiry .inquiry-inner {
    padding: 50px 0 0;
  }
  .sec-inquiry .btn-wrap {
    margin-bottom: 50px;
  }
  .btn-common {
    font-size: 16px;
    height: 55px;
    padding: 0;
    line-height: 55px;
  }
  .btn-bg {
    height: 55px;
    width: 100%;
  }
  .sp-inline {
    display: inline;
  }
  .company-logo img {
    width: 120px;
  }
}

@media (max-width: 576px) {
  .sec-mv {
    background: none;
  }
  .sec-mv .main-img {
    height: 70%;
    left: 50px;
    bottom: 55px;
    z-index: 1;
  }
  .sec-mv .main-img img {
    height: 100%;
  }
  .sec-mv .mv-contents-img img {
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
  }
  .sec-mv .mv-inner {
    background: none;
  }
  .sec-mv .mv-comment {
    font-size: 10px;
    background-size: 100% 100%;
  }
  .sec-mv .mv-comment:first-of-type {
    left: 0;
    top: 50px;
    width: 100px;
    height: 100px;
  }
  .sec-mv .mv-comment:nth-of-type(2) {
    right: 0;
    top: 10px;
    width: 170px;
    height: 130px;
  }
  .sec-mv .mv-comment:nth-of-type(3) {
    right: 0;
    top: 140px;
    bottom: 0;
    width: 150px;
    height: 130px;
  }
  .sec-mv .mv-comment:nth-of-type(4) {
    right: 20px;
    bottom: 80px;
    width: 150px;
    height: 90px;
  }
  .sec-dsc .dsc-figure::before {
    top: 50%;
  }
  .footer {
    padding: 1rem 0;
  }
}

@media (max-width: 375px) {
  .sec-mv .sec-ttl img {
    width: 80%;
  }
  .sec-mv .mv-list {
    font-size: 14px;
  }
}
/*# sourceMappingURL=style.css.map */