@charset "utf-8";

#kasou .frame_border {
    background-color: #fff;
}

#kasou .frame_border:nth-of-type(2) {
    margin-bottom: 0;
}

#kasou .sec1 .frame_border .btn {
    margin-left: 58px;
}

#kasou .frame_border .col3 {
    margin-bottom: 24px;
    padding-bottom: 36px;
    border-bottom: 1px solid #C9C9C9;
}

@media screen and (max-width:767px) {
    #header h1 {
        margin-bottom: 0;
    }

    #header nav {
        display: none;
    }

    #kasou .frame_border .col3 {
        margin-bottom: 10vw;
        padding-bottom: 10vw;
    }
}

#kasou .frame_border .col3-last {
    margin-bottom: 48px;
    padding-bottom: 0;
    border-bottom: none;
}

.bg_white {
    background-color: #fff;
}

.btn-gray {
    background-color: #C0C0C0;
    pointer-events: none;
}

body {
    position: relative;
}

body::before {
    content: '';
    width: 100%;
    height: 84px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.business_visual {
    aspect-ratio: 1226 / 722;
    background-image: url(../img/business/visual_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.business_visual img{
    width: 100%;
}
.business_visual .logo{
    position: absolute;
    left: 4.894vw;
    top: 3.915vw;
    width: 9.788vw;
    z-index: 1;
}
.business_visual .copy{
    position: absolute;
    left: 4.894vw;
    top: 19vw;
    /*top: 18.207vw;*/
    z-index: 1;
}
.business_visual .main-copy{
    margin-bottom:1.305vw;
}
.business_visual .main-copy .main-copy_01{
    display: block;
    width: 38.254vw;
    margin-bottom:0.653vw;
}
.business_visual .main-copy .main-copy_02{
    display: block;
    width: 51.142vw;
}
.business_visual .sub-copy{
    width: 41.925vw;    
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0.816vw;
}
.business_visual .image{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%; 
    aspect-ratio: 1226 / 722;
    overflow: hidden;
}
.business_visual .message{
    position: absolute;
    bottom:45px;
    right: 8.809vw;
    width: 34.992vw;
    z-index: 1;
}

.business_visual>.pop_btn {
    width: 460px;
    height: 85px;
    position: absolute;
    left: 50%;
    bottom: -40px;
    transform: translateX(-50%);
    display: grid;
    place-items: center;
    z-index: 1;
    
}
.business_visual>.pop_btn span{
    display: block;
    font-size: 2rem;
}
.business_visual>.pop_btn::after {
    position: absolute;
    right: 1.2em;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    display: inline-block;
    width: 49px;
    height: 49px;
    background-image: url(../img/business/icon_arrow-down.svg);
    background-repeat: no-repeat;
    background-position: center 70%;
    background-size: contain;
}


.frame_border {
    border: 2px solid #027797;
}

.h3title+.text {
    margin-bottom: 60px;
    text-align: center;
}

#kasou .frame_border .h4title {
    padding-left: 10px;
    padding-right: 10px;
    color: #027797;
    background-color: transparent !important;
    display: inline-block;
    position: absolute;
    z-index: 2;
}

#kasou .frame_border .h4title::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    background: #fff;
    z-index: -1;
}

@media screen and (max-width:767px) {
    #kasou .frame_border .h4title::before {
        top: 11px;
    }
}

.line_dotted:after {
    background-image: url(../img/business/line_dotted.svg);
}

.flow__block {
    padding: 22px 18px 24px;
    border-radius: 8px;
    background-color: #F4F4F4;
}

.flow__block h5 {
    margin-bottom: 34px;
    font-size: 2.2rem;
    line-height: 1;
}

.arrow {
    display: flex;
    justify-content: space-between;
}

.arrow li {
    padding-left: 15px;
    padding-right: 15px;
    width: calc((100% - 80px) / 4);
    height: 125px;
    border: 2px solid #027797;
    border-radius: 8px;
    background-color: #fff;
    position: relative;
    display: flex;
    align-items: center;
}

.arrow>li:not(:last-child)::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 12px;
    border-color: transparent transparent transparent #027797;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -23px;
}

.arrow li:not(:last-child) {
    margin-right: 20px;
}

.arrow li h6 {
    width: 138px;
    height: 30px;
    border-radius: 20px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 28px;
    color: #fff;
    background-color: #027797;
    position: absolute;
    top: -1.5rem;
    left: 50%;
    transform: translateX(-50%);
}

.arrow li p {
    font-size: 1.6rem;
}

.arrow li a {
    text-decoration: underline;
}

@media screen and (max-width:767px) {
    .h3title+.text {
        margin-bottom: 60px;
    }

    #kasou .frame_border .inner {
        padding: 60px 5vw 30px;
    }

    #kasou .sec1 .frame_border .btn {
        margin-left: 0;
    }

    .flow__block h5 {
        margin-bottom: 40px;
        font-size: 2rem;
        line-height: 1.333;
        text-align: center;
    }

    .arrow {
        flex-direction: column;
        justify-content: flex-start
    }

    .arrow li {
        padding: 30px;
        width: 100%;
        height: auto;
    }

    .arrow li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 60px;
    }

    .arrow>li:not(:last-child)::before {
        top: 120%;
        right: 47.5%;
        transform: rotate(90deg);
    }

    .arrow li p {
        text-align: justify;
    }
}

/* inductionBlock *******************/

.inductionBlock {
    margin-top: 30px;
    padding-bottom: 100px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
}

.inductionBlock::after {
    content: "";
    background: url(../img/business/icon_arrowDown.svg) no-repeat center;
    background-size: contain;
    width: 39px;
    height: 58px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);

}

.inductionBlock .imgWrapper {
    margin-right: 15px;
    width: 338px;
    height: 203px;
}

.inductionBlock .leadtext {
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1;
    text-align: left;
}

.inductionBlock .leadtext strong {
    font-size: 4.6rem;
    font-weight: bold;
    line-height: 1.666;
    display: inline-block;
}

/* leadBlock-about *******************/
.leadBlock-about {
    margin-left: auto;
    width: 896px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 120px;
    padding-bottom: 13px;
}

.leadBlock-about .imgWrapper {
    margin-right: 40px;
    min-width: 219px;
    height: 333px;
}

.leadBlock-about .imgWrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.leadBlock-about .title {
    margin-bottom: 20px;
    font-size: 4rem;
    line-height: 1.375;
    position: relative;
}

.leadBlock-about .title::before {
    content: attr(data-leadBlockAbout);
    font-size: 3.8rem;
    font-weight: normal;
    color: #144A93;
    position: absolute;
    top: -50px;
    left: 5px;
}

.leadBlock-about .text {
    font-size: 2rem;
    line-height: 1.45;
    letter-spacing: 0.1rem;
    font-feature-settings: "palt";
}


/* pop *******************/
.pop {
    width: 430px;
    padding: 1em;
    border-radius: 16px;
    border: solid 2px #144188;
    background: #FFF25A;
    position: fixed;
    bottom: 10px;
    right: -25px;
    z-index: 100;
}


.pop_content {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.pop_content::before {
    content: "";
    background: url(../img/business/btn_img01.png) no-repeat center;
    background-size: contain;
    width: 126px;
    height: 308px;
    position: absolute;
    top: -25px;
    left: -25px;
}

.pop_content::after {
    content: "";
    background: url(../img/business/btn_img02.png) no-repeat center;
    background-size: contain;
    width: 180px;
    height: 156px;
    position: absolute;
    top: -35px;
    right: -65px;
}

.pop_txt {
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.2;
    font-feature-settings: "palt";
    color: #144188;
    text-align: center;
}

.pop_txt strong {
    font-size: 3.8rem;
    line-height: 1;
    display: block;
}

.pop_btn {
    display: inline-flex;
    align-items: center;
    margin-top: 5px;
    padding: 7px 1.2em;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    border: solid 1px #FF8F65;
    border-radius: 100vh;
    background: #d33c3c;
     background: linear-gradient(45deg, rgba(255, 127, 0, 1) 0%, rgba(191, 48, 48, 1) 100%);
    text-decoration: underline;
}

.pop_btn:hover {
    /* text-decoration: none; */
    opacity: 0.7;
}

.pop_btn::after {
    content: '';
    display: inline-block;
    width: 29px;
    height: 29px;
    margin-left: 10px;
    background-image: url(../img/business/icon_arrow-down.svg);
    background-repeat: no-repeat;
    background-position: center 70%;
    background-size: contain;
}

.pop_btn br {
    display: none;
}


/* footer *******************/
@media screen and (max-width: 1940px) {
    footer {
        padding-bottom: 190px;
    }
}

@media screen and (max-width:767px) {
    footer {
        padding-bottom: 28vw;
        position: relative;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .business_visual .logo{
        left: 4.894vw;
        top: 3.915vw;
        width: 9.788vw;
    }
    .business_visual .copy{
        left: 4.894vw;
        top: 18.207vw;
    }
    .business_visual .main-copy{
        margin-bottom:1.305vw;
    }
    .business_visual .main-copy .main-copy_01{
        width: 38.254vw;
        margin-bottom:0.653vw;
    }
    .business_visual .main-copy .main-copy_02{
        width: 51.142vw;
    }
    .business_visual .sub-copy{
        width: 41.925vw; 
        gap: 0.816vw;
    }
    .business_visual .message{
        bottom:3.67vw;
        right: 8.809vw;
        width: 34.992vw;
    }

    .business_visual>.pop_btn {
        width: 37.52vw;
        height: 6.933vw;
        bottom: -3.263vw;        
    }
    .business_visual>.pop_btn::after {
        right: 1.2em;
        width: 3.997vw;
        height: 3.997vw;
    }
}

@media screen and (max-width:767px) {
    .business_visual {
        aspect-ratio: 2 / 3;
        background-image: url(../img/business/visual_bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }
    .business_visual .logo{
        position: absolute;
        left:3vw;
        top: 3vw;
        width:15.625vw;
    }
    .business_visual .copy{
        left:5vw;
        top: 53.5vw;
    }
    .business_visual .main-copy{
        margin-bottom:2.604vw;
    }
    .business_visual .main-copy .main-copy_01{
        width: 80vw;
        margin-bottom:1.302vw;
    }
    .business_visual .main-copy .main-copy_02{
        width: 90vw;
    }
    .business_visual .sub-copy{
        width: 90vw;   
        gap: 1.302vw;
    }
    .business_visual .image{
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
    }
    .business_visual .message{
        position: absolute;
        bottom:auto;
        top: 43vw;
        right: 5vw;
        width: 50vw;
    }  
    .business_visual>.pop_btn {
        width: 90vw;
        height: auto;
        position: absolute;
        bottom: 7.5vw;
        display: grid;
        place-items: center;
    }
    .business_visual>.pop_btn span{
        font-size: 2rem;
        line-height: 6.38vw;
    }

    .business_visual>.pop_btn::after {
        content: '';
        display: inline-block;
        width: 6.38vw;
        height: 6.38vw;
        background-image: url(../img/business/icon_arrow-down.svg);
        background-repeat: no-repeat;
        background-position: center 70%;
        background-size: contain;
    }  
}

/* footer *******************/
@media screen and (max-width: 1940px) {
    footer {
        padding-bottom: 190px;
    }
}

@media screen and (max-width:767px) {
    footer {
        padding-bottom: 40vw;
        position: relative;
    }
}


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

    /* inductionBlock *******************/

    .inductionBlock {
        padding-bottom: 12.5vw;
        flex-direction: column;
    }

    .inductionBlock::after {
        content: "";
        background: url(../img/business/icon_arrowDown.svg) no-repeat center;
        background-size: contain;
        width: 7vw;
        height: 58px;
        position: absolute;
        bottom: -7.5vw;
        left: 50%;
        transform: translateX(-50%);

    }

    .inductionBlock .imgWrapper {
        margin-bottom: 30px;
        margin-right: 0;
        width: 100%;
        height: auto;
    }

    .inductionBlock .leadtext {
        font-size: 6.5vw;
        font-weight: bold;
        line-height: 1;
        text-align: center;
    }

    .inductionBlock .leadtext strong {
        font-size: 8.5vw;
        font-weight: bold;
        line-height: 1.666;
        display: inline-block;
    }

    /* leadBlock-about *******************/
    .leadBlock-about {
        margin-left: 0;
        width: 100%;
        padding-top: 20vw;
        padding-bottom: 13px;
        flex-direction: column-reverse;
    }

    .leadBlock-about .imgWrapper {
        margin-right: 0;
        min-width: 35vw;
        width: 35vw;
        height: auto;
    }

    .leadBlock-about .imgWrapper img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .leadBlock-about .title {
        margin-bottom: 20px;
        font-size: 7vw;
        line-height: 1.375;
        position: relative;
    }

    .leadBlock-about .title::before {
        content: attr(data-leadBlockAbout);
        font-size: 6.5vw;
        top: -10vw;
    }

    .leadBlock-about .text {
        font-size: 5vw;
        line-height: 1.45;
        letter-spacing: 0.1rem;
        font-feature-settings: inherit;
    }

    /* pop *******************/
    .pop {
        width: 100%;
        padding: 1vw 0 2vw;
        border-radius: 0;
        border: solid 2px #144188;
        background: #FFF25A;
        position: fixed;
        bottom: 0;
        right: 0;
        z-index: 100;
    }


    .pop_content {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .pop_content::before {
        content: "";
        background: url(../img/business/btn_img01.png) no-repeat center;
        background-size: contain;
        width: 100px;
        height: 250px;
        position: absolute;
        top: -30px;
        left: -15px;
    }

    .pop_content::after {
        content: "";
        background: url(../img/business/btn_img02.png) no-repeat center;
        background-size: contain;
        width: 180px;
        height: 130px;
        position: absolute;
        top: -35px;
        right: -60px;
    }

    .pop_txt {
        margin-bottom: 0;
        font-size: 3.5vw;
        font-weight: bold;
        line-height: 1.2;
        font-feature-settings: "palt";
        color: #144188;
        text-align: center;
    }

    .pop_txt strong {
        font-size: 7.5vw;
        line-height: 1.2;
        display: inline-block;
    }

    .pop_btn {
        display: inline-flex;
        align-items: center;
        margin-top: 5px;
        padding: 7px 1.2em;
        text-decoration: none;
        color: #fff;
        font-size: 3.2vw;
        font-weight: bold;
        border: solid 1px #FF8F65;
        border-radius: 100vh;
        background: linear-gradient(45deg, rgba(255, 127, 0, 1) 0%, rgba(191, 48, 48, 1) 100%);
    }

    .pop_btn:hover {
        text-decoration: none;
        opacity: 0.7;
    }

    .pop_btn::after {
        content: '';
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-left: 10px;
        background-image: url(../img/business/icon_arrow-down.svg);
        background-repeat: no-repeat;
        background-position: center 70%;
        background-size: contain;
    }

    .pop_btn br {
        display: none;
    }

}

.required {
    background: #027797;
}

input[type="submit"] {
    /*background-color: #027797;*/
    background-color: #FA7805;
}

input[type="submit"]:hover {
    /*background-color: #134A93;*/
    background-color: #C4362B;
}

#inquiry_form .radio_btn {
    width: 25rem;
    white-space: nowrap;
}

#inquiry_form .flex>label {
    text-align: left;
    margin-right: 1rem;
}

#inquiry_form .flex>label:last-of-type {
    margin-right: none;
}

#inquiry_form {        
    background-color: #fff;
    padding: 2rem 0 0;
}
@media screen and (max-width: 767px) {
    #inquiry_form {    
        padding: 2rem 2rem 0;
    }
    #inquiry_form .text {
        margin-bottom: 10vw;
    }

    #inquiry_form .form_list:first-of-type label {

        margin-bottom: 1rem;
        margin-right: 0;
    }

    #inquiry_form .form_list:first-of-type label:last-of-type {
        margin-bottom: 0;
    }
}

.bg_baige{
    background: #FFFEF2;
    padding: 7vw 0;
}
@media screen and (max-width:767px) {
    .bg_baige{
        background: #FFFEF2;
        padding: 7vw 0;
    }
}