@charset "utf-8";
body {
    padding: 0;
    margin: 0;
    font-size: 20px;
    font-family: 'Hiragino Sans', "ヒラギノ角ゴシック", 'Yu Gothic', "游ゴシック";
}
img {
    display: block;
    max-width: 100%;
    width: auto;
}
a {
    text-decoration: none;
    color: #000;
}
p {
    line-height: 1.6;
}
ul li {
    list-style-type: none;
}
section {
    padding: 130px 0;
}
.flex {
    display: flex;
}
.inner {
    max-width: 1100px;
    width: 88%;
    margin: auto;
}
.sp-view {
    display: none;
}

header {
    width: 88%;
    max-width: 1100px;
    margin: auto;
    justify-content: space-between;
}
.logo_img {
    height: 80px;
}
.logo_img img {
    margin: 17px;
    height: 46px;
}
.nav_menu {
    padding-top: 37px;
}
.nav_menu li {
    font-weight: 700;
}
.nav_menu li:not(:first-of-type) {
    margin-left: 48px;
}

.yb_tt {
    background-color: #ffe500;
    padding: 20px 0;
}
.yb_tt img {
    height: 48px;
    margin: auto;
}
@media screen and (max-width: 800px) {
    .yb_tt img {
        height: 36px;
    }
}
@media screen and (max-width: 600px) {
    .yb_tt img {
        height: 24px;
    }
}
@media screen and (max-width: 450px) {
    .yb_tt img {
        height: 20px;
    }
}
.mv {
    background-image: url(img/mv_photo_pc_n.jpg);
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0;
}
.top-contact {
    background-color: rgba(0, 30, 80, 0.8);
    padding: 30px 0 50px;
}
.top-contact p {
    text-align: center;
    color: #fff;
    font-size: 32px;
    line-height: 1.6;
    font-weight: 700;
}
.top-contact a {
    background-color: #e1913c;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    width: 100%;
    max-width: 800px;
    padding: 20px 0;
    text-align: center;
    display: block;
    margin: 35px auto 0;
    position: relative;
    color: #fff;
}
.top-contact a::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(img/arrow.svg);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    top: 50%;
    right: 20px;
}


.contact_btn {
    position: fixed;
    bottom: 30px;
    width: 100%;
    z-index: 10;
}
.contact_btn a {
    display: block;
    background-color: #e1913c;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    width: 100%;
    max-width: 800px;
    padding: 20px 0;
    text-align: center;
    margin: 35px auto 0;
    color: #fff;
    position: relative;
}
.contact_btn a::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(img/arrow.svg);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    top: 50%;
    right: 20px;
}

.intr {
    background-image: url(img/bg_2_pc.jpg);
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 100px 0;
}
.intr p {
    font-size: 32px;
    line-height: 2;
    text-align: center;
    font-weight: 700;
}
.intr p span {
    color: #e1913c;
}

.blk {
    border: 4px solid #c8c8c8;
    padding: 50px;
    text-align: center;
    position: relative;
    margin-top: 140px;
}
.blk h3 {
    font-size: 30px;
    padding: 0 40px;
    display: inline-block;
    background-color: #fff;
    transform: translateY(-65px)
}
.blk p {
    text-align: left;
    margin-bottom: 50px;
}
.blk h4 {
    font-weight: 700;
    margin-bottom: 10px;
}
.blk .blk_info {
    justify-content: space-between;
}
.blk .blk_info div {
    width: 48%;
}

.trou {
    background-color: #4b82be;
    position: relative;
}
.trou::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 40px 0 40px;
    border-color: #4b83be transparent transparent transparent;
    transform: translate(-50%, 100%);
    bottom: 0;
    left: 50%;
}
.trou_blk {
    margin-top: 100px;
}
.cha {
    position: relative;
}
.cha:not(:last-of-type) {
    margin-bottom: 50px;
}
.trou_blk-item {
    width: 800px;
    margin: auto;
    height: 190px;
    text-align: center;
    background-color: #fff;
}
.cha_r .trou_blk-item {
    border-radius: 20px 20px 20px 0;
}
.cha_l .trou_blk-item {
    border-radius: 20px 20px 0 20px;
}
.trou_blk-item p {
    font-size: 24px;
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.trou_blk-item p span {
    color: #4b82be;
    font-size: 38px;
}
.trou_blk-item img {
    position: absolute;
    bottom: 0;
    height: 190px;
}
.cha_r .trou_blk-item img {
    left: 0;
}
.cha_l .trou_blk-item img {
    right: 0;
}
.trou_p {
    line-height: 1.8;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin-top: 70px;
    text-align: center;
}
.trou_p span {
    color: #ffe600;
}

.tsm {
    padding: 190px 0 180px;
}
.ttl_img_1 {
    width: 866px;
    margin: auto;
}
.ttl_img_2 {
    width: 796px;
    margin: auto;
}
.ttl_img_3 {
    width: 944px;
    margin: auto;
    margin-bottom: 120px;
}
.ttl_img_4 {
    width: 570px;
    margin: auto;
}
.ttl_img_5 {
    width: 478px;
    margin: auto;
    margin-top: 140px;
}
.ttl_img_6 {
    width: 184px;
    margin: auto;
    margin-bottom: 120px
}
.ttl_img_7 {
    width: 795px;
    margin: auto;
    margin-bottom: 100px;
}
.ttl_img_8 {
    width: 326px;
    margin: auto;
    margin-bottom: 110px;
}

.rea {
    background-color: #e1913c;
    padding: 0;
}
.rea .inner {
    position: relative;
    padding: 130px 0;
}
.rea h2 {
    font-size: 40px;
    line-height: 2.5;
    font-weight: 700;
    background-image: url(img/rb.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    width: 100%;
}
.rea_blk {
    background-color: #fff;
    border-radius: 0 20px 20px 20px;
    padding: 100px;
    position: relative;
}
.rea_blk:not(:last-of-type) {
    margin-bottom: 120px;
}
.rea_blk::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 170px;
    height: 170px;
}
.rea_1::before {
    background-image: url(img/reason_1.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.rea_2::before {
    background-image: url(img/reason_2.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.rea_3::before {
    background-image: url(img/reason_3.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.rea_blk .blk_img {
    width: 50%;
    margin: 0 auto 100px;
}
.rea_blk h3 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin: 80px auto 30px;
    line-height: 1.5;
}
.rea_blk_info {
    padding-top: 60px;
    margin-top: 60px;
    border-top: 1px dotted #000;
}
.rea_blk_info div:first-of-type {
    margin-right: 50px;
}
.rea_blk h4 {
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}
.blk_ttl_img_r1 {
    width: 692px;
    margin: auto;
}
.blk_ttl_img_r2 {
    width: 854px;
    margin: auto;
}
.blk_ttl_img_r3 {
    width: 100%;
    margin: auto;
}
.rea_img {
    width: 80%;
    margin: auto;
    margin-top: 60px;
}
.rea_blk_ms {
    padding-top: 60px;
    margin-top: 60px;
    border-top: 1px dotted #000;
}
.ms_pt {
    width: 270px;
    margin-right: 40px;
}
.ms_pt p {
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    margin-top: 10px;
}
.ms_p {
    width: calc(100% - 310px);
    background-color: #ffe500;
    border-radius: 20px;
    position: relative;
    height: 320px;
}
.ms_p::before {
    content: "";
    position: absolute;
    transform: translate(-100%, -50%);
    top: 50%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 30px 16px 0;
    border-color: transparent #ffe500 transparent transparent;
}
.ms_p p {
    font-size: 24px;
    line-height: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 40px;
}
.ms_p p span {
    font-size: 30px;
    font-weight: 700;
}
.rea_2_b {
    font-size: 32px;
    max-width: 800px;
    width: 100%;
    margin: 60px auto;
    border: 4px solid #000;
    position: relative;
    border-radius: 50px;
    text-align: center;
    font-weight: 700;
    padding: 25px 0;
}
.rea_2_b::before {
    content: "";
    position: absolute;
    transform: translateY(100%);
    bottom: 0;
    right: 94px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 32px 27px 0;
    border-color: transparent #fff transparent transparent;
    z-index: 1
}
.rea_2_b::after {
    content: "";
    position: absolute;
    transform: translateY(100%);
    bottom: 0;
    right: 90px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 40px 35px 0;
    border-color: transparent #000 transparent transparent;
}
.rea_2_p {
    font-size: 40px;
    line-height: 1.5;
    text-align: center;
    font-weight: 700;
    color: #e0903c;
}

.logo_content {
    flex-wrap: wrap;
    margin-top: 130px;
}
.logo_blk {
    width: 48%;
    height: 300px;
    margin-bottom: 40px;
    border: 2px solid #c7c7c7;
    position: relative;
}
.logo_blk::before {
    content: "";
    position: absolute;
    top: 8px;
    right: 8px;
    width: 19px;
    height: 19px;
    background-image: url(img/link_gray.svg);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.logo_blk:not(:nth-of-type(2n)) {
    margin-right: 4%;
}
.logo_blk a {
    cursor: pointer;
    display: block;
    width: 100%;
    height: 100%;
}
.logo_blk a:hover {
    opacity: .7;
}
.logo {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
.logo_1 {
    width: 240px;
}
.logo_2 {
    width: 234px;
}
.logo_3 {
    width: 280px;
}
.logo_4 {
    width: 224px;
}
.logo_5 {
    width: 280px;
}
.logo_6 {
    width: 274px;
}
.logo_7 {
    width: 218px;
}
.logo_8 {
    width: 275px;
}
.perf {
    flex-wrap: wrap;
    margin-top: 130px;
}
.perf_item {
    width: 48%;
    margin-bottom: 40px;
    position: relative;
}
.perf_item::before {
    content: "";
    position: absolute;
    top: 8px;
    right: 8px;
    width: 19px;
    height: 19px;
    background-image: url(img/link_white.svg);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.perf_item:not(:nth-of-type(2n)) {
    margin-right: 4%;
}
.perf_item img {
    margin-bottom: 30px;
}
.perf_item a {
    width: 100%;
    height: 100%;
    display: block;
}
.perf_item a:hover {
    opacity: .7;
}
.perf_item p {
    font-size: 16px;
}
.link_a {
    width: 700px;
    border-radius: 45px;
    font-size: 30px;
    padding: 25px 0;
    text-align: center;
    margin: 40px auto 120px;
    background-color: #4b81bd;
    color: #fff;
    font-weight: 700;
    display: block;
    position: relative;
}
.link_a::after {
    content: "";
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 30px;
    width: 19px;
    height: 19px;
    background-image: url(img/link_white.svg);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.link_a:hover {
    opacity: .7;
}

.voice .ms_p {
    height: auto;
}
.voice .ms_p::before {
    top: 30%;
}
.voice .ms_p p {
    position: static;
    transform: translate(0);
    padding: 40px;
}

.faq {
    background-color: #4b82be;
}
.qa_blk {
    background-color: #fff;
}
.qa_blk:not(:last-of-type) {
    margin-bottom: 40px;
}
.q_mk {
    width: 80px;
    background-color: #ffe500;
}
.q_mk img {
    width: 30px;
    margin: auto;
    position: relative;
    top: 20px;
}
.q_tt {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.6;
    width: calc(100% - 80px);
    position: relative;
}
.q_tt::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    background-image: url(img/arrow.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
}
.open .q_tt::after {
    transform: rotate(180deg);
}
.q_tt a {
    display: block;
    cursor: pointer;
    padding: 16px 25px;
    padding-right: 80px;
}
.a_blk {
    display: none;
}
.a_mk {
    width: 80px;
    background-color: #e0903c
}
.a_mk img {
    width: 30px;
    margin: auto;
    position: relative;
    top: 20px;
}
.a_tt {
    padding: 20px 25px;
    width: calc(100% - 80px)
}
.a_tt p {
    font-size: 20px;
    line-height: 2;
}

.consu {
    padding-bottom: 55px;
}
.consu-img {
    border: 1px solid #000;
}
.consu-tt {
    font-size: 24px;
    line-height: 2;
    text-align: center;
    margin-top: 30px;
}
.consu h3 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin: 40px auto 20px;
}
.consu-ps {
    font-size: 20px;
    text-align: center;
}
.consu_blk {
    border: 10px solid #e0903c;
    border-radius: 20px;
    padding: 50px 100px;
    margin: 55px auto; 
}
.consu_blk li {
    font-size: 30px;
    line-height: 2;
    text-indent: -40px;
    padding-left: 40px;
    font-weight: 700;
}
.consu_blk li span {
    color: #e0903c;
}
.consu_p {
    font-size: 30px;
    line-height: 2;
    font-weight: 700;
    text-align: center;
}
.d_arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 56px 111px 0 111px;
    border-color: #e0903c transparent transparent transparent;
    margin: 40px auto 0;
}

.contact {
    background-color: #e5e5e5;
    padding-top: 0;
}
.contact h2 {
    font-size: 60px;
    color: #fff;
    font-weight: 700;
    background-color: #e0903c;
    line-height: 2;
    text-align: center;
}
.contact .inner {
    padding-top: 100px;
}
.step_tb {
    justify-content: center;
    margin-bottom: 80px;
}
.step_tb div {
    width: 200px;
    height: 200px;
    background-color: #fff;
    border: 4px solid #e0903c;
    border-radius: 20px;
}
.step_tb div:not(:last-of-type) {
    margin-right: 100px;
}
.step_tb div p {
    font-size: 30px;
    font-weight: 700;
    position: relative;
    transform: translateY(-50%);
    top: 50%;
    text-align: center;
    color: #e0903c;
}
.step_tb div.on {
    background-color: #e0903c
}
.step_tb div.on p {
    color: #fff;
}
.step_tb div.oper {
    position: relative;
}
.step_tb div.oper::after {
    content: "";
    position: absolute;
    transform: translate(100%, -50%);
    top: 50%;
    right: -20px;
    width: 70px;
    height: 52px;
    background-image: url(img/ct_arrow.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.form {
    background-color: #fff;
    padding-bottom: 80px;
}
/*
.form table {
    border-spacing: 0;
    width: 100%;
    margin-bottom: 70px;
}
.form th,
.form td {
    border-bottom: 1px solid #c7c7c7;
}
.form th {
    width: 240px;
    padding: 35px 20px;
    font-size: 20px;
    line-height: 1;
    padding-right: 0;
}
.form th span {
    font-size: 14px;
    color: #fff;
    background-color: #ec1c24;
    line-height: 1.8;
    width: 50px;
    text-align: center;
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
}
.form th span.bk {
    background-color: #000;
}
.form td {
    padding: 20px;
}
.form input {
    background-color: #efefef;
    width: 100%;
    border-radius: 15px;
    font-size: 20px;
    padding: 15px;
}
.form textarea {
    background-color: #efefef;
    width: 100%;
    border-radius: 15px;
    font-size: 20px;
    padding: 15px;
    resize: none;
    height: 330px;
}
.input_btn {
    text-align: center;
}
.form button {
    width: 700px;
    border-radius: 45px;
    font-size: 30px;
    padding: 25px 0;
    text-align: center;
    margin: auto;
    background-color: #e0903c;
    color: #fff;
    font-weight: 700;
}
.form button:hover {
    opacity: .7;
}
*/
.contact h3 {
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    margin: 110px auto 50px;
}
.tel_blk {
    background-color: #fff;
    padding: 50px 0;
    text-align: center;
}
.tel {
    font-size: 60px;
    font-weight: 700;
    color: #e0903c;
    margin-bottom: 20px;
    line-height: 1;
}
.time {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
}
.tel_p {
    font-size: 30px;
    font-weight: 700;
    margin: 50px auto 70px;
    text-align: center;
}
.contact .link_a {
    margin-bottom: 0;
}
.form .back_btn button,
.form .send_btn button {
    width: 340px;
}
.verification_form {
    
}

footer {
    padding: 50px 0;
}
footer p {
    font-size: 14px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    body {
        font-size: 16px;
    }
    section {
        padding: 65px 0;
    }
    p {
        line-height: 1.8
    }
    .sp-view {
        display: block;
    }
    .pc-view {
        display: none;
    }
    
    .logo_img {
        height: 60px;
    }
    .logo_img img {
        margin: 17px auto;
        height: 27px;
    }
    .nav_menu {
        display: none;
        position: absolute;
        width: 100%;
        height: 100vh;
        top: 60px;
        background-color: #fff;
        left: 0;
        text-align: center;
        padding-top: 10vh;
    }
    .nav_menu ul.flex {
        display: block;
        width: 60vw;
        margin: auto;
    }
    .nav_menu li {
        font-size: 24px;
        font-weight: 700;
        border-bottom: 2px solid #c8c8c8;
        padding-bottom: 15px;
    }
    .nav_menu li:not(:first-of-type) {
        margin-left: 0;
        margin-top: 20px;
    }
    .sp-btn {
        width: 30px;
        height: 20px;
        position: absolute;
        top: 20px;
        right: 4%;
    }
    .sp-btn button {
        width: 30px;
        height: 20px;
    }
    .sp-btn span {
        width: 100%;
        height: 1px;
        background-color: #000;
        position: absolute;
        transform: translateY(-50%);
        top: 50%;
        left: 0;
    }
    .sp-btn span:first-of-type{
        left: 0;
        top: 15%;
        background-color: #000;
    }
    .sp-btn span:last-of-type {
        left: 0;
        top: 85%;
        background-color: #000;
    }
    
    .sp-btn .open span:nth-of-type(2) {
        opacity: 0;
        transition: all .3s;
    }
    .sp-btn .open span:first-of-type{
        left: 0;
        top: 50%;
        background-color: #000;
        transform: translateY(-50%) rotate(-45deg);
        transition: all .3s;
    }
    .sp-btn .open span:last-of-type {
        left: 0;
        top: 50%;
        background-color: #000;
        transform: translateY(-50%) rotate(45deg);
        transition: all .3s;
    }
    
    .mv {
        background-image: url(img/bg_sp2.jpg);
        background-size: 100% auto;
    }
    .top-contact {
        padding: 25px 0 35px;
    }
    .top-contact p {
        font-size: 20px;
    }
    .top-contact a {
        display: none;
        position: fixed;
        bottom: 0;
        left: 0;
        font-size: 20px;
        z-index: 10;
    }
    .contact_btn {
        display: none;
    }
    .contact_btn.sp-view {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 10;
        transform: translateY(0)
    }
    .contact_btn.sp-view a {
        font-size: 20px;
    }
    
    .intr {
        background-image: url(img/bg_2_sp.jpg);
        background-size: 100% auto;
        background-position: top center;
        padding: 80px 0;
    }
    .intr p {
        font-size: 19px;
        line-height: 1.8;
    }
    
    .blk {
        padding: 17px 20px 50px;
        margin-top: 80px;
    }
    .blk h3 {
        font-size: 16px;
        padding: 0 20px;
        transform: translateY(-27px);
    }
    .blk .blk_info {
        display: block;
    }
    .blk .blk_info div {
        width: 100%;
    }
    .blk .blk_info div {
        margin-top: 40px;
    }
    .blk h4 {
        margin-bottom: 20px;
    }
    
    .trou::after {
        border-width: 30px 24px 0 24px;
    }
    .trou_blk {
        margin-top: 65px;
    }
    .trou_blk-item {
        width: 80%;
        position: relative;
        height: 220px;
    }
    .cha_l .trou_blk-item {
        border-radius: 20px 20px 20px 0;
    }
    .cha_r .trou_blk-item {
        border-radius: 20px 20px 0 20px;
    }
    .trou_blk-item p {
        font-size: 16px;
    }
    .trou_blk-item p span {
        font-size: 24px;
    }
    .trou_blk-item img {
        height: 95px;
    }
    .cha_l .trou_blk-item img {
        right: auto;
        left: 0;
        transform: translateX(-50%)
    }
    .cha_r .trou_blk-item img {
        left: auto;
        right: 0;
        transform: translateX(50%)
    }
    .trou_p {
        font-size: 23px;
    }
    
    .tsm {
        padding: 100px 0 120px;
    }
    
    .rea h2 {
        font-size: 25px;
        line-height: 1.6;
        background-image: url(img/rb_sp.png);
        padding: 10px 0;
    }
    .rea_blk {
        padding: 140px 20px 60px;
    }
    .rea_blk:not(:last-of-type) {
        margin-bottom: 60px;
    }
    .rea_blk::before {
        width: 85px;
        height: 85px;
    }
    .rea_blk .blk_img {
        margin-bottom: 70px;
        width: 90%;
    }
    .rea_blk h3 {
        font-size: 24px;
        margin: 40px auto 15px;
        line-height: 1.8;
    }
    .rea_blk_info {
        display: block;
        margin-top: 35px;
        padding-top: 50px;
    }
    .rea_blk_info div {
        width: 100%;
    }
    .rea_blk_info div:first-of-type {
        margin-right: 0;
        margin-bottom: 40px;
    }
    .rea_blk h4 {
        margin-bottom: 20px;
    }
    .rea_blk_info div:last-of-type img {
        width: 70%;
        margin: auto;
    }
    .rea_blk_ms {
        display: block;
        padding-top: 50px;
        margin-top: 35px;
    }
    .ms_pt {
        width: 100%;
    }
    .ms_pt img {
        width: 35%;
        margin: auto
    }
    .ms_pt p {
        font-size: 14px;
    }
    .ms_p {
        width: 100%;
        height: auto;
        padding: 20px;
        margin-top: 35px;
    }
    .ms_p::before {
        transform: translate(-50%, -100%);
        left: 50%;
        top: 0;
        border-width: 0 12px 20px 12px;
        border-color: transparent transparent #ffe500 transparent;
    }
    .ms_p p {
        position: static;
        transform: translate(0);
        padding: 0;
        font-size: 16px;
    }
    .ms_p p span {
        font-size: 20px;
    }
    .rea_2_b {
        font-size: 20px;
        line-height: 1.8;
        border-radius: 20px;
    }
    .rea_2_p {
        font-size: 24px;
    }
    
    
    .ttl_img_1 {
        
    }
    .ttl_img_2 {
        width: 60vw;
    }
    .ttl_img_3 {
        width: 75vw;
        margin-bottom: 65px;
    }
    .ttl_img_4 {
        width: 72vw;
    }
    .ttl_img_5 {
        width: 65vw;
        margin-top: 60px;
    }
    .ttl_img_6 {
        width: 22vw;
        margin-bottom: 50px;
    }
    .ttl_img_7 {
        width: 100%;
        margin-bottom: 45px;
    }
    .ttl_img_8 {
        width: 40vw;
        margin-bottom: 50px;
    }
    .blk_ttl_img_r1 {
        width: 65vw;
    }
    .blk_ttl_img_r2 {
        width: 65vw;
    }
    
    
    .logo_content {
        display: block;
        margin-top: 50px;
    }
    .logo_blk {
        width: 100%;
        height: 150px;
        margin-bottom: 20px;
    }
    .logo_blk:not(:nth-of-type(2n)) {
        margin-right: 0;
    }
    .logo {
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
    }
    .logo_1 {
        width: 120px;
    }
    .logo_2 {
        width: 117px;
    }
    .logo_3 {
        width: 140px;
    }
    .logo_4 {
        width: 112px;
    }
    .logo_5 {
        width: 140px;
    }
    .logo_6 {
        width: 137px;
    }
    .logo_7 {
        width: 159px;
    }
    .logo_8 {
        width: 138px;
    }
    
    .perf {
        margin-top: 55px;
        display: block;
    }
    .perf_item {
        width: 100%;
        margin-bottom: 20px;
    }
    .perf_item:not(:nth-of-type(2n)) {
        margin-right: 0;
    }
    .perf_item img {
        margin-bottom: 15px;
    }
    
    .link_a {
        width: 100%;
        font-size: 21px;
        padding: 18px;
        margin-bottom: 60px;
    }
    .link_a::after {
        width: 15px;
        height: 15px;
    }
    
    .voice {
        display: block;
    }
    .voice .ms_p p {
        padding: 0;
    }
    .voice .ms_p::before {
        top: 0;
    }
    
    .q_blk {
        display: block;
        position: relative;
    }
    .qa_blk:not(:last-of-type) {
        margin-bottom: 20px;
    }
    .q_mk {
        width: 100%;
        padding: 5px 0;
    }
    .q_mk img {
        width: auto;
        height: 20px;
        margin: auto;
        position: static;
        top: auto;
    }
    .q_tt {
        width: 100%;
        position: static;
        font-size: 20px;
    }
    .q_tt::after {
        width: 30px;
        height: 30px;
        background-image: url(img/arrow_y.png)
    }
    .q_tt a {
        padding: 15px 20px;
        padding-right: 20px;
    }
    .a_blk .flex {
        display: block;
    }
    .a_mk {
        width: 100%;
        padding: 5px 0;
    }
    .a_mk img {
        position: static;
        top: auto;
        height: 20px;
        width: auto;
    }
    .a_tt {
        width: 100%;
        padding: 15px 20px;
    }
    .a_tt p {
        font-size: 16px;
    }
    
    .consu {
        padding-bottom: 40px;
    }
    .consu-tt {
        font-size: 16px;
        text-align: left;
    }
    .consu-tt br {
        display: none;
    }
    .consu-ps {
        font-size: 16px;
    }
    .consu h3 {
        font-size: 24px;
        line-height: 1.8;
        margin: 20px auto;
    }
    .consu_blk {
        padding: 30px 20px;
        border-width: 5px;
        margin-top: 25px;
    }
    .consu_blk li {
        font-size: 20px;
        line-height: 1.3;
        text-indent: -25px;
        padding-left: 25px;
    }
    .consu_blk li:not(:last-of-type) {
        margin-bottom: 20px;
    }
    .consu_p {
        font-size: 20px;
        line-height: 1.8;
    }
    .d_arrow {
        border-width: 39px 78px 0 78px;
        margin: 35px auto 0;
    }
    
    .contact h2 {
        font-size: 30px;
        line-height: 1.2;
        padding: 15px 0;
    }
    .contact .inner {
        padding-top: 45px;
    }
    .step_tb {
        margin-bottom: 45px;
    }
    .step_tb div {
        width: 22vw;
        height: 22vw;
    }
    .step_tb div.oper::after {
        width: 6vw;
        height: 5vw;
        right: -3vw;
    }
    .step_tb div:not(:last-of-type) {
        margin-right: 10vw
    }
    .step_tb div p {
        font-size: 20px;
        line-height: 1.2;
    }
    .input_form {
        padding-bottom: 75px;
    }
    .input_form table {
        margin-bottom: 45px;
    }
    .input_form th, .input_form td {
        display: block;
        width: 100%;
    }
    .input_form th {
        font-size: 16px;
        border-bottom: 0;
        padding: 15px 8% 10px;
    }
    .input_form th span {
        font-size: 10px;
        padding: 0px 0;
        width: 30px;
        margin-left: 10px;
    }
    .input_form td {
        padding: 0 8% 15px;
    }
    .input_form button {
        width: 84%;
        margin: auto;
        font-size: 20px;
        padding: 20px 0;
    }
    .contact h3 {
        font-size: 24px;
        line-height: 1.8;
        margin: 70px auto 30px;
    }
    .tel_blk {
        padding: 30px 0;
    }
    .tel {
        font-size: 25px;
        margin-bottom: 20px;
    }
    .time {
        font-size: 16px;
    }
    .tel_p {
        font-size: 20px;
        margin: 30px auto 50px;
    }
    
    footer p {
        font-size: 12px;
        line-height: 1.8;
    }
}
@media screen and (max-width: 500px) {
    .top-contact p {
        font-size: 5.5vw;
    }
    .intr p {
        font-size: 5vw;
        line-height: 1.8;
    }

    .trou_blk-item p {
        font-size: 4.5vw;
    }
    .trou_blk-item p span {
        font-size: 5.5vw;
    }

    .trou_p {
        font-size: 5.5vw;
    }
    
    .rea h2 {
        font-size: 5.5vw;
    }
}

form {
        display: flex;
    flex-wrap: wrap;
    padding:  0 20px;
}
form label[for] {
    display: block;
    cursor: text;
    width: 240px;
    padding: 35px 20px;
    font-size: 20px;
    line-height: 1;
    padding-right: 0;
    padding-left: 0;
}
form label[for] span {
    font-size: 14px;
    color: #fff;
    background-color: #ec1c24;
    line-height: 1.8;
    width: 50px;
    text-align: center;
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
}
form label[for] span.bk {
    background-color: #000;
}
form input {
    background-color: #efefef;
    width: calc(100% - 240px);
    border-radius: 15px;
    font-size: 20px;
    padding: 15px;
    margin: 20px auto;
}
form textarea {
    width: calc(100% - 240px);
    background-color: #efefef;
    border-radius: 15px;
    font-size: 20px;
    padding: 15px;
    resize: none;
    height: 330px;
    margin: 20px auto;
}
form select {
    background-color: #efefef;
    width: calc((100% - 240px) / 2);
    border-radius: 15px;
    font-size: 20px;
    padding: 15px;
    margin: 20px auto;
    margin-right: auto;
    margin-left: 0;
}
form input[type="submit"] {
    width: 700px;
    border-radius: 45px;
    font-size: 30px;
    padding: 25px 0;
    text-align: center;
    margin: auto;
    background-color: #e0903c;
    color: #fff;
    font-weight: 700;
    margin-top: 50px;
}

@media screen and (max-width: 768px) {
    form {
        display: block;
    }
    form label[for] {
        width: 100%;
        font-size: 16px;
        border-bottom: 0;
        padding: 15px 0 10px;
    }
    form label[for] span {
        font-size: 10px;
        padding: 0px 0;
        width: 30px;
        margin-left: 10px;
    }
    form input {
        width: 100%;
        margin: auto;
        margin-bottom: 20px;
    }
    form textarea {
        width: 100%;
        margin-bottom: 20px;
    }
    form select {
        width: 100%;
        margin: auto;
        font-size: 16px;
    }
    form input[type="submit"]{
        width: 100%;
        margin: 40px auto 0;
        font-size: 20px;
        padding: 20px 0;
    }
}

.thank-blk {
    width: 80%;
    margin: 0px auto 50px;
    background-color: #fff;
    padding: 80px 0;
}
.thank-blk p {
    font-size: 30px;
    text-align: center;
}
.thank-blk p.t-p {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
    .thank-blk {
        width: 100%;
        margin: 0px auto 50px;
        padding: 50px 0;
    }
    .thank-blk p {
        font-size: 5vw;
        text-align: center;
    }
    .thank-blk p.t-p {
        font-size: 7vw;
        margin-bottom: 40px;
    }
}
