body{
    margin: 0 auto;
}

header{
    width: 100%;
    height: fit-content;
    position: relative;
    max-width: 1440px;
    margin: auto;
}

.footer_call{
    background-color: #EF7700;
    position: fixed;
    width: fit-content !important;
    height: 100px;
    white-space: nowrap;
    color: white;
    bottom: 10px;
    right: 10px;
    z-index: 30;
    padding: 0 30px;
}.footer_call div{
    width: 100%;
    height: 50%;
}.footer_call div:nth-child(1){
    position: relative;
    font-size: 35px;
}.footer_call div:nth-child(1) > div{
    width: fit-content;
    position: absolute;
    transform: translate(-50%, -50%);
    bottom: 0;
    left: 50%;
}

footer{
    width: 100%;
    text-align: center;
    border-top: 1px solid gray;
    font-weight: 600;
}

.company_detail{
    width: 100%;
    height: fit-content;
    color: white;
    background-color: #03A58E;
    padding: 50px 0;
}.company_detail div{
    font-size: clamp(10px, 2.5vw, 15px);

}

.copyright{
    background-color: white;
    height: 80px;
}.copyright > p{
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    width: fit-content;
    color: #334155;
}

.maxsize{
    max-width: 1140px;
    margin: auto;
}

.effect_a{
    width: 100%;
    background-color:#04a48c;
}.effect_b{
    width: 100%;
    background-color:#D8D8D8;
}.effect_c{
    width: 100%;
    background-color:#FAFAFA;
}.effect_d{
    width: 100%;
    background-color:#EFFCFB;;
}

a {
    text-decoration: none;
    color: inherit;
}a:hover {
    text-decoration: none;
    color: inherit;
}

.no_responce_flex{
    display: flex;
}

.position_center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.position_left {
    display: flex;
    justify-content: left;
    align-items: center;
}

.position_right {
    display: flex;
    justify-content: right;
    align-items: center;
}

.position_bottom {
    display: flex;
    justify-content: center;
    align-items: bottom;
}

.black_mask{
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 50;
    top: 0;
    left: 0;
}

.max-width-franme{
    max-width: 1140px;
    margin: auto;
    display: block;
}

.log_link{
    background-image: url(../image/logo_1024x206.png);
    width: 20vw;
    height: 100px;
    max-width: 170px;
    margin-left: auto;
}

.background-image-default{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.background-image-logo{
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: right;
}

.pc_container {
    width: 70%;
}

.pc_menu_group{
    margin: 15px 0px 0px auto;
}

.pc_menu{
    flex-grow: 1;
    height: fit-content;
    margin: 0 10px;
}.pc_menu > a {
    width: fit-content;
    display: block;
    margin: auto;
    border-bottom: solid 2px rgb(0, 0, 0);
    color: black;
    font-size: clamp(15px, 1.5vw, 20px);
}

.mobile_container {
    width: 100%;
}

.mobile_menu_button{
    width: fit-content;
}

.mobile_menu_group{
    position: absolute;
    height: fit-content;
    background-color: #ffffff;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 10;
}

.mobile_menu_item{
    width: 100%;
    padding: 10px 0;
    color: white;
    background-color: #03A58E;
    border-bottom: 1px solid white;
    text-align: center;
    transition: background 0.2s, color 0.2s;
}.mobile_menu_item > a:visited{
    color: inherit;
}.mobile_menu_item:hover{
    background-color: white;
    color: black;
}

.call_box{
    color: #fff;
    fill: #fff;
    display: block;
    margin: auto;
    width: fit-content;
    border-radius: 3px;
    padding: 0 10px;
    transition: all .3s;
    background-color: #03A58E;
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    
}

.call_button{
    width: 100%;
    height: 100%;
    gap: 5px;
}

.call_container{
    height: 100%;    
    margin: 0 auto;
}

.icon_element_group{
    width: 50px;
    cursor: pointer;
    border-width: 0px;
    margin: 15px 0px 0px 30px;
}.icon_element_group > div{
    width: 100%;
    margin-bottom: 6px;
    background-color: #333333;
    height: 4px;
}.icon_element_group > div:last-child {
    margin-bottom: 0 !important;

}.icon_element_group:hover > div {
    background-color: #03A58E;
}

.lp_image{
    width: 100%;
}

.msg_1{
    width: 100%;
    margin: 20vw auto 0 auto;
    text-align: center;
    font-size: clamp(20px, 5vw, 35px);
    color: #FFB000;
    font-weight: bold;
}

.guidance_image{
    position: relative;

}.guidance_image > div {
    position: absolute;
    white-space: nowrap;
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
    transform: translate(-50%, -50%);
    font-size: clamp(20px, 5vw, 60px);
    color: #166BC1;
    top: 39%;
    left: 50%;
    z-index: 10
}

.pc_guidance_image_a{
    position: relative;
    width: 100%;
    
}.pc_guidance_image_a > div:nth-child(2) {
    position: absolute;
    white-space: nowrap;
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
    transform: translate(-50%, -50%);
    font-size: clamp(30px, 5vw, 60px);
    color: #EF7700;
    top: 43%;
    left: 50%;

}

.pc_guidance_image_b{
    position: relative;
    width: 100%;
    
}.pc_guidance_image_b > div:nth-child(2) {
    position: absolute;
    white-space: nowrap;
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
    transform: translate(-50%, -50%);
    font-size: clamp(30px, 5vw, 60px);
    color: #EF7700;
    top: 60%;
    left: 50%;

}

.mobile_guidance_image_a{
    position: relative;
    width: 100%;
}.mobile_guidance_image_a > a {
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

.mobile_guidance_image_b{
    position: relative;
    width: 100%;
}.mobile_guidance_image_b > a {
    position: absolute;
    top: 64%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

.concent_group{
    width: fit-content;
    margin: auto;
    text-align: center;

}.concent_label{
    width: fit-content;
    margin: auto;
    display: block;
}

.form_button{
    padding: 10px 20px;
    background-color: #03a58e;
    color: white;
    margin: 20px auto;
    width: fit-content;
    height: fit-content;
    font-size: 1.2em;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
}

.call_icon{
    width: 25px;
    height: 25px;
}

.error_msg{
    background-color: rgb(255, 140, 140);
    color: white;
    font-weight: bold;
    text-indent: 10px;
}

/*------------------footer------------------*/
.float_footer {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
    padding-block: 10px;
    position: fixed;
    bottom: 0px;
    transition: transform 0.3s ease-in-out;
    transform: translateY(100%);
    z-index: 1000;
    right: 0;
    left: 0;
}

.show {
    transform: translateY(0) !important;
}
/*-------pc-------*/
#contact_tel_pc .contact_tel_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

#contact_tel_pc .contact_tel_wrap .contact_tel_icon {
    width: 65px;
    display: flex;
    align-items: flex-end;
    margin-right: 10px;
}

#contact_tel_pc .contact_tel_wrap_content {
    padding-right: 60px;
}#contact_tel_pc .contact_tel_wrap_content > p {
    margin: 0;
}

#contact_tel_pc .contact_tel_wrap .contact_tel_icon img {
    width: 100%;
    padding-top: 10px;
}

#contact_tel_pc .contact_tel_openinghour {
    font-size: 26px;
    text-align: center;
    margin: 0;
}

#contact_tel_pc .contact_tel_wrap .tel-number {
    font-size: clamp(2em, 8vw, 3.7em);
    font-weight: 900;
    margin: 0;
}

#contact_tel_pc .contact_tel_wrap_content .contact_tel_free {
    color: #231815;
    background: #fff;
    font-size: clamp(1em, 0.5vw, 3em);
    font-weight: 700;
    letter-spacing: 0.3rem;
    text-align: center;
    width: 100%;
    border-radius: 14px;
}

#contact_tel_pc .contact_tel_wrap_content .contact_tel_phone {
    font-size: clamp(2em, 2vw, 3em);
    font-weight: 700;
}

/*-------sp-------*/
#contact_tel_sp {
    margin: auto;
    height: fit-content;
}

#contact_tel_sp .contact_tel_wrap {
    margin-inline: auto;
    width: fit-content;
    background-color: rgb(35 149 129);
    border: 1px solid white;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
    display: flex;
    padding: 5px 20px 0;
}

#contact_tel_sp > .contact_tel_phone {
    width: fit-content;
    margin: auto;
    display: flex;
    justify-content: center;
    text-decoration: none;
}

#contact_tel_sp .contact_tel_wrap > .contact_tel_icon {
    width: 36px;
    height: 36px;
    background: url(../image/contact_tel_icon.png) no-repeat center center;
    background-size: contain;
    margin-right: 10px;
    margin-top: 2px;
    display: block;
}

@media (min-width: 1025px) {
    .sp_only{
        display: none;
    }
    
    .pc_only{
        display:none;        
    }
    
    .responce_flex{
        display: flex;
    }

    .mobile_container {
        display: none;
    }

    .call_container{
        width: 30%;
    }

    .call_container a:nth-child(2){
        display: none;
    } 

    .mobile_image{
        display: none;
    }

}@media (max-width: 1024px) {
    .pc_only{
        display:none;        
    }

    .return_responce_flex{
        display: flex;
    }

    header{
        padding: 10px 0;
    }

    .pc_container {
        display: none;
    }

    .call_container{
        width: 60%;
    }

    .call_container div:nth-of-type(1){
        display: none;
    }

    .call_button{
        padding: 10px 0
    }

    .pc_image{
        display: none;
    }
}
