.re_center {
    text-align: center;
}

.re_flex {
    display: flex;
    gap: 4rem;
    /* 全体で統一 */
    flex-wrap: wrap;
    /* スマホ対応 */
}

h1 {
    font-size: 48px;
    font-weight: 700;
    margin-top: 90px;
}

h1 span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
}

._w1160 {
    width: calc(100% - 40px);
    max-width: 1160px;
    margin: 0 auto;
}

/* hero */
.hero_sec {
    width: 100%;
    margin-top: 95px;
}

.hero_sec .re_flex {
    align-items: center;
}

.hero_image,
.hero_txt {
    flex: 1;
    min-width: 300px;
    /* レスポンシブ対応 */
}

.hero_image img {
    width: 100%;
    height: auto;
}

.hero_txt h2 {
    font-size: 40px;
    line-height: 1.5;
    font-weight: 700;
}

.hero_txt p {
    font-size: 2rem;
    line-height: 1.6;
    margin-top: 3.5rem;
}

/* cta */
.cta_sec {
    background-color: #f4f4f4;
    padding: clamp(5rem, -0.137rem + 6.689vw, 9rem) 0 clamp(5rem, -1.421rem + 8.361vw, 10rem);
    margin-top: clamp(5px * 20 / 2, 0.75vw * 20, 5px * 20) !important;
}

.cta_sec .re_flex {
    align-items: stretch;
}

.cta_sec ._w1160 .re_flex {
    margin-top: 40px;
}

.card {
    background-color: #fff;
    padding: 4.5rem 3rem;
    flex: 1;
    min-width: 300px;
    /* スマホ対応 */
}

.card_body h5 {
    font-size: 2.4rem;
    line-height: 1.33;
    font-weight: 700;
    position: relative;
    margin-top: 1.5rem;
    padding-left: 3.5rem;
}

.card_body h5:before {
    content: "";
    position: absolute;
    box-sizing: border-box;
    width: 2.4rem;
    height: 2.4rem;
    border: 4px solid #1973bc;
    border-radius: 50%;
    top: 0.5rem;
    left: 0;
}

.card_body p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2;
}

.cta_sec h2 {
    text-align: center;
}





._mtst40 {
    margin-top: 40px !important;
}

._w960 {
    width: 100%;
    max-width: 960px;
    margin: auto;
}

.c-desc01 {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2;
}

.p-request__btnarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 4rem;
}

.p-request__button {
    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;
    background-color: #1973bc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 18px 30px;
    border: 2px solid #1973bc;
    position: relative;
    border-radius: 10px;
    -webkit-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
    width: 27rem;
}

/*
.p-request__button:after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 50%;
    right: 11px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
*/

.p-request__btnarea a:visited {
    color: #fff;
}

.p-request__btnarea a:hover {
    color: #1973bc;
    background: #fff;
}

.p-request__button:hover:after {
    border-color: #1973bc;
}





/* see */

.see_sec {
    padding: clamp(5rem, -0.137rem + 6.689vw, 9rem) 0 clamp(5rem, -1.421rem + 8.361vw, 10rem);
}

.see_sec h2 {
    font-size: clamp(2.6rem, 1.829rem + 1.003vw, 3.2rem);
    font-weight: 700;
    text-align: center;
}

.c-free-layout {
    position: relative;
    margin-top: 40px;
}

.c-free-layout .big-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 40px;
    padding: 4px 20px 6px;
    border: 1px solid #1973bc;
    position: relative;
}

._fadeio.-active {
    opacity: 1;
}

.c-free-layout .big-list:before {
    content: "POINT";
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    display: block;
    padding: 5px 10px 5px 25px;
    border-radius: 5px 5px 0 0;
    position: absolute;
    top: 0;
    left: -1px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    background: #1973bc url(../img/icon_point.svg) no-repeat;
    background-size: 15px 15px;
    background-position: center left 6px;
}

.c-free-layout .big-list .list {
    font-size: 16px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    padding: 15px 10px 15px 35px;
    position: relative;
}

.c-free-layout .big-list .list:before {
    content: "";
    position: absolute;
    left: 0;
    top: 16px;
    width: 26px;
    height: 26px;
    background: #1973bc url(../img/icon_chk.svg) center center no-repeat;
    background-size: 14px auto;
    border-radius: 50%;
}

.c-free-layout .big-list .list {
    font-size: 16px;
}

.c-free-layout .big-list .list::marker {
    content: "";
}

._mtst65 {
    margin-top: 65px !important;
}

.c-free-layout .big-list .list:last-child {
    border-bottom: 0;
}

.p-request__sec-bg {
    background-color: #f4f4f4;
}

.p-request__sec {
    padding: clamp(5rem, -0.137rem + 6.689vw, 9rem) 0 clamp(5rem, -1.421rem + 8.361vw, 10rem);
}

.p-request__ttl {
    font-size: clamp(2.6rem, 1.829rem + 1.003vw, 3.2rem);
    font-weight: 700;
    text-align: center;
}

.p-request .faq-list {
    margin: 43px 0 0;
}

._fadeio.-active {
    opacity: 1;
}

._w960 {
    width: 100%;
    max-width: 960px;
    margin: auto;
}

._fadeio.-active {
    opacity: 1;
}

.faq_sec .faq-list__dt {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 2rem;
    line-height: 1.4;
    border-radius: 30px;
    padding: 15px 65px 15px 20px;
    background-color: #fff;
    color: #222;
    margin-bottom: 20px;
    border: 1px solid #fff;
    cursor: pointer;
}

.faq_sec .faq-list__dt:before {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: calc(50% - 20px);
    width: 42px;
    height: 42px;
    z-index: 10;
    background: url(../img/icon_faq.svg) -40px 0 no-repeat;
    background-size: 80px 40px;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 50%;
}

.faq_sec .faq-list__quest {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 2rem;
    font-family: "Lato", sans-serif;
    margin-right: 10px;
    min-width: 20px;
    color: #1973bc;
}

.faq_sec .faq-list__dt:after {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: calc(50% - 20px);
    width: 42px;
    height: 42px;
    z-index: 10;
    background: url(../img/icon_faq.svg) -40px 0 no-repeat;
    background-size: 80px 40px;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 50%;
}

.faq-list__dd {
    display: none;
}

.faq_sec .faq-list__dt:after {
    background-position: 0 0;
    z-index: 1;
    opacity: 0;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

.faq_sec .faq-list__dt.is-active:after {
    z-index: 10;
    opacity: 1;
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
}

.faq_sec .faq-list__dt.is-active:before {
    z-index: 1;
    opacity: 0;
    -webkit-transform: rotateZ(-180deg);
    transform: rotateZ(-180deg);
}

.faq_sec .faq-list__dd {
    display: none;
    padding: 40px 80px 95px;
    margin-top: -20px;
}

.faq_sec .faq-list {
    margin: 43px 0 0;
}




























/* formまわり */
#contact table th,
#contact #mfp_confirm_table th {
    background: #fff;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 20px;
    font-size: 15px;
    white-space: nowrap;
    vertical-align: middle;
    text-align: left;
    width: 15%;
}

#contact table td,
#contact #mfp_confirm_table td {
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 20px;
    font-size: 15px;
    background: #fff;
    text-align: left;
}

#contact table {
    border: none;
    width: 100%;
    margin-top: 20px;
}



#contact table tr {
    display: flex;
}

#contact table th {
    font-size: 16px !important;
    font-weight: 500 !important;
    width: 31.5%;
    display: flex;
    justify-content: space-between;
    padding-right: 3%;
    line-height: 2;
}

#contact table th .red {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1973bc;
    color: #fff;
    border-radius: 0;
    font-size: 12px;
    width: 50px;
    height: 24px;
}

.form_sec {
    padding: clamp(5rem, -0.137rem + 6.689vw, 9rem) 0 clamp(5rem, -1.421rem + 8.361vw, 10rem);
}

.form_sec input {
    border: 0;
    background: #f4f4f4;
    padding: 18px 20px;
    line-height: 1.5;
    width: 100%;
    font-size: 16px;
    font-family: inherit;
    color: #222;
}

.form_sec textarea {
    background: #f4f4f4;
}

.form_sec td {
    padding: 50px 0;
}

span.placeholder {
    font-size: 16px !important;
    line-height: 3 !important;
    padding-left: 8px !important;
}

.form_sec input {
    width: auto;
}

input[type=checkbox] {
    margin-right: 0px;
}

form#mailformpro label {
    margin-right: 8px;
}

#contact .privacy h3 {
    background: #f4f4f4;
}

  .label_flex {background: #f4f4f4;
padding:5%;}

.label_bg {background: #f4f4f4;
padding:20px;}

@media screen and (max-width:767px) {

    .pc_only {
        display: none;
    }

    #contact h1 {
        margin-top: 60px;
    }

    .hero_sec {
        margin-top: 14.25vw !important;
    }

    .hero_txt h2 {
        font-size: clamp(3.2rem, 2.173rem + 1.338vw, 4rem) !important;
        line-height: 1.5;
        font-weight: 700;
    }

    .hero_txt p {
        margin-top: 1rem;
        font-size: 2rem;
        line-height: 1.6;
    }

    .cta_sec h2 {
        font-size: clamp(2.6rem, 1.829rem + 1.003vw, 3.2rem);
    }

    .see_sec {
        width: 90%;
        margin: 0 auto;
    }

    .faq_sec .faq-list__item {
        width: 90%;
        margin: 0 auto;
    }

    .faq_sec .faq-list__dd {
        display: none;
        padding: 15px 59px 15px 20px;
        margin-top: -20px;
    }

    #contact table tr {
        display: block;
    }

    #contact table th {
        border-bottom: none;
        padding: 0;
        padding-top: 30px;
    }

    #contact table td {
        padding-left: 0;
        padding-top: 15px;
        padding-bottom: 30px;
    }

    input[type="text"] {
    width: 100%!important;
  }

  td span {display:block!important;}

    #contact table td {padding-right:0!important;}

}

#contact ul li {
    list-style: none!important;
}

.l_txt {font-size:16px;
text-align: center;
font-weight:500;}

.privacy_policy {text-align: center;
margin-top:20px;
font-size:16px;}

.policy-consent {background: #f4f4f4;
padding:2.5%;
margin-top:2.5%;}

.label_bg {display:flex;}

.label_bg label {line-height:2;}

@media screen and (max-width:767px) {
.label_bg {display:flex;
flex-wrap:wrap;}
}

#mfp_hidden {display:none;}