.sec4_slide {
    margin-left: 24px;
    overflow: hidden;
}

.sec1_slide,
.sec2_slide,
.sec3_slide,
.sec4_slide,
.sec6_slide,
.sec8_slide {
    overflow: hidden;
}

#sec1 {
    background: url(../img/pc/sec1_bg.png);
    padding: 1.465vw 0 5.861vw;
}

section#sec1 .inn_title {
    width: 43.5vw;
    margin: 0 auto 0;
}

.swiper_sec1 .swiper-wrapper {
    transition-timing-function: linear;
}

.cta_wrap.c2 {
    width: 87vw;
    margin: 4.396vw auto 0;
    position: relative;
}

#sec3 {
    background: url(../img/pc/sec3_bg.png);
    background-size: 100%;
    background-repeat: repeat;
    padding: 7.326vw 0 5.861vw;
    margin-bottom: 1.465vw;
}

#sec3 .inn_title {
    margin-bottom: 2.93vw;
}

#sec3 .content_wrap {
    width: 65.934vw;
    margin: auto;
}

#sec3 .content_wrap img {
    margin-bottom: 2.491vw;
}

section#sec4 {
    padding: 1.465vw 0 5.128vw;
    background: url(../img/pc/sec4_bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left bottom;
}

section#sec4 .inn_title {
    width: 73.26vw;
    margin: 0 auto 2.93vw;
}

#sec4 .content_wrap {
    width: 87vw;
    margin: auto;
}

#sec5 {
    margin-top: -3.5vw;
    z-index: -1;
    position: relative;
}

#sec6 {
    padding: 5.861vw 0;
    background: url(../img/pc/sec6_bg.png);
}

#sec6 .inn_title {
    width: 87.912vw;
    margin: 0 auto 3.516vw;
}

#sec8 {
    background: #155681;
    padding: 5.861vw 0;
}

#sec8 .content_wrap {
    width: 68.132vw;
    margin: auto;
}

#sec8 .content_wrap img.view_pc {
    margin-bottom: 0.879vw;
}

#sec9 {
    padding: 7.326vw 0;
    background: #EFF5F8;
}

#sec9 .inn_title {
    width: 73.26vw;
    margin: 0 auto 2.344vw;
}

#sec9 .content_wrap {
    width: 67.033vw;
    margin: auto;
}

.cta_wrap.c3 {
    width: 100%;
    background: #eff5f8;
    background-image: url(../img/pc/cta3wrap_bg.png);
    background-size: 100%;
    margin: 0 auto;
    padding: 0 15% 6.593vw;
}

.cta3_inner {
    width: 100%;
    position: relative;
}

.cta_btn.c3 {
    bottom: 2vw;
    left: 50%;
    width: 47%;
}

#sec10 {
    padding: 7.326vw 0;
}

#sec10 .inn_title {
    margin-bottom: 2.344vw;
}

/* QA アコーディオン */

.accordion {
    width: 860px;
    margin: auto;
}

.accordion-header {
    position: relative;
    display: flex;
    width: 100%;
    background: #FAFAFA;
    padding: 16px 19px;
    margin-bottom: 24px;
}

span.faq_left {
    border-radius: 30px;
    background: var(--light-blue, #329FD6);
    display: flex;
    align-items: center;
    width: 24px;
    height: 24px;
    padding-left: 1px;
    flex-direction: column;
    justify-content: space-between;
    color: #F4F9FD;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.accordion-content {
    display: none;
}

span.faq_right {
    padding-left: 14px;
    padding-right: 18px;
}

.accordion-content {
    background: #fafafa;
    padding: 30px;
    margin-top: -24px;
    margin-bottom: 24px;
}

.accordion-header:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 14px;
    top: 50%;
    right: 19px;
    transform: translate(0, -7px);
    background: url(../img/pc/q_open.png);
    background-size: cover;
}

.accordion-header.active:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 14px;
    top: 50%;
    right: 19px;
    transform: translate(0, -7px);
    background: url(../img/pc/q_close.png);
    background-size: cover;
}

/* QA アコーディオン */

#sec11 {
    padding: 100px;
    background: #FAFAFA;
}


#sec11 .inn_title {
    margin-bottom: 4.396vw;
}

.company_wrap table {
    width: 58.82352941176471vw;
    margin: auto;
    border-top: solid 1px #155681;
}

.company_wrap table tr {
    display: flex;
    padding: 30px 30px;
    border-bottom: dotted 1px #9E9E9E;
}

.company_wrap th {
    width: 30%;
    color: #015681;
}

.company_wrap td {
    width: 70%;
}

#sec12 {
    padding: 2.93vw 0;
    background: var(--grd-orange, linear-gradient(179deg, #FFA42D 3.42%, #E35B2A 103.03%));
}

.con_wrap {
    width: 84.982vw;
    background: #fff;
    margin: auto;
    padding: 50px 0;
}

#sec12 h2 {
    margin-bottom: 1.465vw;
}

p.contact_p {
    width: 43.516vw;
    margin: auto;
    font-size: 1.172vw
}

.f-logo {
    width: 38.828vw;
    margin: auto;
    padding: 2.344vw 0;
}

/* form  */ 

input.wpcf7-form-control.has-spinner.wpcf7-submit {
    width: auto;
    padding: 24px 70px 24px 50px;
    margin: auto;
    text-align: center;
    color: #fff;
    border-radius: 66px;
    background: var(--grd-orange, linear-gradient(179deg, #FFA42D 3.42%, #E35B2A 103.03%));
}

.blue_btn.center {
    display: flex;
    flex-direction: column;
    margin-top: 28px;
    position: relative;
}

.btn_icon {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 33.5vw;
    top: 1.932vw;
    background: url(../img/pc/btn_icon.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
}

span.wpcf7-list-item {
  padding-right: 15px;
  margin: 0 0 0 0;
}

table.form_tbl.rec td input[type="text"], 
table.form_tbl.rec td input[type="tel"], 
table.form_tbl.rec td input[type="email"] {
  width: 94%;
  padding: 8px 15px;
  font-size: 16px;
}

table.form_tbl.rec td input[type="file"] {
  cursor: pointer;
  background: none;
  border: none;
}

table.form_tbl td.birth {
  display: flex;
  flex-direction: row;

  select {
    width: 65px;
    padding: 5px 5.5px 5px 5px;
    margin-right: 0;
  }
  
  div {
    margin-right: 8px;
  }
}

td.birth p {
  display: flex;
  width: auto;
}

td.birth p label {
  width: 100%;
}

table.form_tbl.rec td textarea {
  width: 94%;
  font-size: 16px;
  padding: 15px;
}

.hidden_box {
    width: 50vw;
    height: 25vw;
    overflow: scroll;
    margin: 0 auto 25px;
    padding: 24px 20px 24px 20px;
    overflow-x: hidden;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background: #FAFAFA;
    border: solid 1px #e0e0e0;
}

.hidden_box h4 {
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 1px;
  color: #757575;
}

.hidden_box p {
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 1px;
  color: #757575;
}

.hidden_box a {
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 1px;
  color: #757575;
}

div#wpcf7-f210-o1 {
  color: #000;
}

.hidden_box::-webkit-scrollbar {
  width: 5px;
}

.hidden_box::-webkit-scrollbar-thumb {
  background: #404040;
  border-radius: 3px;
}

.hidden_box::-webkit-scrollbar-track {
  background: #fff;
  height: 98%;
  margin: 1%;
}

.submit_btn {
    text-align: center;
    width: 300px;
    margin: 0 auto;
}

span.haveto {
    color: #fff;
    background: #E00A17;
    font-size: 12px;
    border-radius: 2px;
    margin-left: 5px;
    padding: 4px 12px 4px;
}

span.wpcf7-not-valid-tip {
  position: relative;
  color: red;
  left: 0;
  padding: 1% 0 0;
}

div.screen-reader-response {
  display: none;
}

.wpcf7-response-output {
  text-align: center;
  color: red;
  margin-top: 35px;
}

#wrapper {
  overflow: hidden;
}

.top1 img, .top2 img, .top3 img {
  overflow: hidden;
  object-fit: cover;
  height: 100%;
}

.wpcf7-form-control-wrap {
    position: relative;
}

.center span.wpcf7-form-control-wrap {
    display: flex;
    justify-content: center;
}

.days {
    width: 45%;
}

.hour {
    width: 45%;
}

select {
  align-items: center;
  display: -webkit-inline-flex;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 12px 5.5px 12px 15px;
  width: 100px;
  margin: 0 10px 0 0;
  font-size: 16px;
}

span.space_span {
  margin-right: 2%;
}

td.name_flex p {
  display: flex;
}

table.form_tbl.rec td.name_flex input[type="text"] {
    margin: 0 10% 0 0;
    width: 94%;
}

input {
    width: 100%;
    max-width: 780px;
    padding: 4px 0;
}

input, select, textarea {
    color: #212121;
    background: #FAFAFA;
}

td input {
    padding: 4px 0 4px 5px;
}

.hour select {
    max-width: 344.47px;
}

.days input {
    max-width: 334.47px;
    padding-left: 10px;
}

.w100_form {
    margin: 5% auto;
    width: 100%;
}

table.form_tbl {
    width: 57.143vw;
    margin: auto;
    border-top: solid 1px #045390;
}

table.form_tbl.rec tr {
    border-bottom: dotted 1px #9DB5B2;
    display: flex
;
}

table.form_tbl td {
    padding: 30px 0 30px;
    text-align: left;
    width: 97%;
    color: #212121;
}


td.name_flex {
    display: flex;
}

table.form_tbl th {
    padding: 30px 0 30px;
    width: 45%;
}

table.form_tbl th:after,
table.form_tbl td:after {
  content: "";
  position: absolute;
  display: none;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  background: none;
}

h3.formttl.center,
table.form_tbl th {
    text-align: left;
    font-weight: 500;
}

h3.personal_info {
  margin: 60px auto 8px;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.5px;
}

/*::::::: ERROR MESSAGE :::::::*/


td p span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
    width: auto;
    display: block;
    bottom: 0;
}

.year span.wpcf7-form-control-wrap {
  width: 70px;
}

.month span.wpcf7-form-control-wrap {
  width: 70px;
}

.days span.wpcf7-form-control-wrap {
  width: 70px;
}

.year p span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  white-space: nowrap;
}

.month p span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  display: none;
}

.days p span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  display: none;
}

p.rec_form_p {
    width: 37.436vw;
    margin: 0 auto 2.344vw;
}

label {
    display: flex;
}

input[type="checkbox"] {
    width: 22px;
    height: 22px;
    margin-right: 5px;
}

.time_wrap {
    display: flex;
    position: absolute;
    top: 2.79vw;
    left: 23.5vw;
}

.current_time {
    background: #155681;
    color: #fff;
    padding: 0 0.44vw 0.22vw;
    font-weight: 900;
    letter-spacing: .5px;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 1.758vw;
    font-style: normal;
    font-weight: 900;
    line-height: 2.198vw;
}

.required {
    color: var(--dark-blue, #015681);
    font-family: "Noto Sans JP";
    font-size: 2.344vw;
    font-weight: 900;
    line-height: 2.344vw;
    letter-spacing: -0.147vw;
    margin-left: 0.9vw;
    font-style: italic;
    display: inline-block;
    transform: skew(-10deg);
}

/*::::::: ERROR MESSAGE :::::::*/

/* form  */ 

@media screen and (max-width: 767px) {
    h1 {
        line-height: 0;
    }
    .h-logo {
        width: 41.519vw;
        display: flex;
        margin: 2.025vw 3.797vw;
    }
    .h-btn_wrap {
        display: flex;
        position: fixed;
        bottom: 0;
        z-index: 99;
    }
    .con_mv .img {
        line-height: 0;
        padding-top: 0;
    }

    section#sec1 .inn_title {
        width: 100vw;
        padding: 60px 0 40px;
    }

    .sec1_slide {
        margin-bottom: 40px;
    }

    .sec2_slide {
        padding-left: 7%;
        padding-bottom: 40px;
    }

    .cta_wrap.c2 {
        width: 100vw;
        margin: 0 auto;
    }

    .cta_btn_2 {
        position: absolute;
        bottom: 5px;
        width: 90%;
        margin: 0 5%;
    }

    .cta_btn_2 a {
        margin-bottom: 20px;
    }

    #sec3 {
        background-size: cover;
    }

    #sec3 .content_wrap {
        width: 92vw;
        margin: auto;
    }

    .sec3_slide {
        position: relative;
        padding-bottom: 10px;
    }

    img.reason-02 {
        position: absolute;
        width: 92%;
    }

    .reason-02_slide {
        padding-top: 220px;
        padding-bottom: 25px;
        width: 76%;
        margin: auto;
    }

    .sec3_slide {
        position: relative;
    }

    .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 0;
    }

    section#sec4 {
        background: url(../img/sp/sec4_bg.png);
        background-position: bottom;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .cta_wrap {
        width: 100%;
        margin: 0 0;
    }

    #sec1 {
        padding-bottom: 0;
    }

    .sec2_slide {
        padding-left: 2%;
        padding-bottom: 40px;
        width: 97%;
    }

    #sec3 {
        padding-bottom: 50px;
        margin-bottom: -28px;
    }

    .time_wrap {
        display: flex;
        position: absolute;
        top: 2.19vw;
        left: auto;
        right: 55.9vw;
    }

    .current_time {
        font-size: 4vw;
        line-height: 4vw;
        padding: 0 1vw 1vw;
    }

    .required {
        font-size: 6.5vw;
        margin-left: 0.5vw;
        line-height: 18px;
    }

    .cta_btn {
        position: absolute;
        width: 85vw;
        bottom: 29vw;
        left: 7.5vw;
    }

    section#sec4 {
        padding: 9.487vw 0;
    }

    #sec5 {
        margin-top: -9.487vw;
        z-index: -1;
        position: relative;
    }

    .cta_btn a {
        margin-bottom: 2.5vw;
    }

    .sec6_slide {
        margin-top: 30px;
    }

    #sec8 .inn_title {
        width: 77.949vw;
        margin: auto;
    }

    #sec8 .content_wrap {
        width: 92vw;
        margin: auto;
    }

    .sec8_slide {
        position: relative;
        padding-bottom: 34px;
    }

    .cta_wrap.c3 {
        padding: 0;
    }

    .cta_btn.c3 {
        position: absolute;
        width: 80vw;
        bottom: 12vw;
        left: 10vw;
    }

    img.view_sp.tel {
        width: 96%;
        margin-left: 2%;
    }

    #sec10 {
        padding-bottom: 52px;
    }

    #sec9 .inn_title {
        width: 56.41vw;
    }

    #sec9 .content_wrap {
        width: 95vw;
        margin: auto;
    }

    .accordion {
        width: 95%;
    }

    .accordion-header {
        position: relative;
        display: flex;
        width: 100%;
        background: #FAFAFA;
        padding: 16px 19px;
        margin-bottom: 8px;
    }

    .accordion-content {
        background: #fafafa;
        padding: 30px;
        margin-top: -22px;
        margin-bottom: 8px;
    }

    #sec11 {
        padding: 60px 0;
        background: #FAFAFA;
    }

    #sec11 .inn_title {
        margin-bottom: 0vw;
    }

    .company_wrap table {
        width: 90%;
    }

    .company_wrap table tr {
        padding: 30px 0;
    }

    .company_wrap th {
        width: 30%;
        color: #015681;
        text-align: left;
    }

    #sec12 {
        padding: 30px 0;
    }

    .con_wrap {
        padding: 30px 0;
    }

    p.contact_p {
        font-size: 4vw;
        width: 90%;
    }

    h3.formttl.center, table.form_tbl th {
        display: block;
        width: 100%;
    }
    .con_wrap {
        padding: 30px 0;
        width: 93%;
    }
    table.form_tbl.rec tr {
        flex-direction: column;
    }
    table.form_tbl th {
        padding: 30px 0 0;
    }
    table.form_tbl {
        width: 87vw;
    }
    table.form_tbl td {
        padding: 8px 0 30px;
        text-align: left;
        width: 97%;
        color: #212121;
    }
    table.form_tbl.rec td input[type="text"], 
    table.form_tbl.rec td input[type="tel"], 
    table.form_tbl.rec td input[type="email"] {
        width: 100%;
        padding: 8px 1%;
        font-size: 16px;
    }

    table.form_tbl.rec td textarea {
        width: 100%;
        font-size: 16px;
        padding: 1%;
    }

    table.form_tbl.rec td textarea {
        width: 98%;
        font-size: 16px;
        padding: 15px;
    }

    p.rec_form_p {
        margin: 0 auto 8.5vw;
        width: 73vw;
        font-size: 14px;
    }

    .hidden_box {
        width: 80vw;
        font-size: 14px;
        height: 100vw;
    }

    span.wpcf7-list-item-label {
        font-size: 14px;
    }

    .btn_icon {
        right: 17vw;
        top: 6vw;
    }

    .swiper-pagination-bullet-active {
        background: #015681 !important;
    }

    .sec6_slide {
        margin-top: 30px;
        position: relative;
        padding-bottom: 20px;
    }

    #sec8  .swiper-pagination-bullet-active {
        background: #FFF !important;
    }

    footer {
        padding-bottom: 15vw;
    }
}