:root{
    --color-black:#000;
    --color-white:#EEEEEE;
    --color-navy:#010027;
    --color-blue:#040566;
    --color-yellow:#F07700;
    --color-orange:#D85300;
}

html{
    scroll-behavior: smooth;
}
body {
    /* background-color:#f77; */
    font-family: "yu-gothic-pr6n",Helvetica,  Arial, sans-serif;
    font-size: 14px;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  
    background: #EEEEEE;
}

img{
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
}

p {
    margin: 0;
    padding: 0;
    font-size: 14px;
}
h2{
    display: block;
    width: fit-content;
    margin: 0 auto;
}

a{
    color:white;
    text-decoration: none;
}
input{
    font-size: 16px;
}
input[type="submit"]{
    font-size: 14px;
}
ul{
    padding: 0;
}

.flex{
    display: flex;
}


/* original */


.fv{
    width: 100%;
    height: 100vh;
    background-image: url(img/fv_img.webp);
    background-position: 70% 0%;
    background-size: cover;
    position: relative;
}
.fv_inner{
    width: 40%;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 5%;
}
.fv_btn{
    display: block;
    margin-top: 15%;
    padding: 10px 25px;
    background:linear-gradient(to bottom, #F07700, #D85300);
    border-radius: 50px;
    font-weight: bold;
    font-size: 22px;
    width: fit-content;
    filter: drop-shadow(0px 3px 6px #00000033);
}

.header{
    background:#01002733;
    width: calc(100% - 10%);
    height: 85px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 0 5%;
}
.header_btn{
    margin-top: 0px;
    max-width: 205px;
    font-size: 16px;
    padding: 7.5px 15px;
}
.logo_img{
    max-width:125px;
    height: auto;
}
.header .flex{
    justify-content: space-between;
    align-items: center;
    height: 85px;
}

.content_title{
    margin: 20px auto 25px;
}
.worry_list{
    align-items: center;
    font-weight: bold;
    margin: 15px;
}
.worry_list p{
    font-size: 17px;
}
.worry_list img{
    width: 25px;
    height: 25px;
    margin-right: 30px;
    margin-left: 0;
}
.cnt_inner{
    background: white;
    border: 5px solid #040566;
    margin: 0 auto;
    padding: 30px 5%;
    width: calc(600px - 10%);
    filter: drop-shadow(0px 3px 6px #00000033);
}
.content{
    padding: 75px 0;
}

.arrow_wrap{
    background-image: url(img/title_back1.webp);
    background-position: center;
    background-size: 100% 100%;
    color: white;
    padding: 90px 0 60px;
}

.reason_wrap{
    background-image: url(img/erabareru_back.webp);
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
}
.reason_inner{
    text-align: center;
    margin-bottom: 25px;
    padding: 35px 5% 40px;
}
.reason_inner h3{
    margin: 0px;
    font-size: 21px;
    color: var(--color-blue);
}
.reason_inner h3 span{
    font-size: 28px;
    color: var(--color-orange);
}
.reason_inner p{
    margin: 15px 0 25px;
}
.reason_inner img{
    width: 350px;
    height: 125px;
    object-fit: cover;
    margin: auto;
}

.middle_cta_wrap{
    background: var(--color-navy);
    padding: 20px 0;
}
.middle_cta{
    display: block;
    margin: auto;
    padding: 10px 25px;
    background: linear-gradient(to bottom, #F07700, #D85300);
    border-radius: 50px;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    width: 450px;
    filter: drop-shadow(0px 3px 6px #00000033);
}
.middle_cta span{
    background: white;
    color: var(--color-orange);
    padding: 5px 15px;
    border-radius: 50px;
    margin-right: 10px;

}

.example_wrap{
    background-image: url(img/kyuzinrei.webp);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}
.example_inner{
    text-align: center;
    padding: 25px 5%;
    margin-bottom: 20px;
    background: #ffffffed;
}
.example_inner h3,.example_inner p:has(strong){
    font-size: 28px;
    color: var(--color-blue);
    margin: 0 0 5px;
}
.example_inner h3{
    color: var(--color-navy);
}
.example_inner span{
    display: block;
    margin: 15px 0;
    width: 100%;
    height: 1px;
    background-color: #040566;
}

.voice_title{
    background-image: url(img/title_back2.webp);
    background-position: center;
    background-size: 100% 100%;
    padding: 1px;
    margin-bottom: 35px;
}
.voice_wrap{
    padding-bottom: 25px;
    background: linear-gradient(to bottom,#00010D 0%,#002E98 25%, #FFDCD6 85%,  transparent 100%);
}

.voice_left img{
    width: 100px;
    margin-bottom: 15px;
}
.voice_left {
    margin-right: 25px;
}
.voice_right h3{
    margin: 0 0 15px;
    font-size: 22px;
    color: var(--color-blue);
}
.voice_wrap .cnt_inner{
    margin-bottom: 20px;
}


.bottom_arrow{
    background-image: url(img/title_back3.webp);
    background-position: center;
    background-size: 100% 100%;
    padding: 65px 0;
}


.form_wrap .content_title{
    margin: 0px ;
}
.form_wrap .flex{
    width: fit-content;
    margin: 20px auto 25px;
}
.form {
    width: fit-content;
    margin: 0 auto;
}
form input[type="text"],form input[type="datetime-local"],form textarea,form input[type="date"]{
    width: 492px;
    margin: 5px 0 20px;
    border: #010027 1px solid;
    border-radius: 5px;
    padding: 5px;
    font-size: 12px;
}
form input[type="submit"]{
    width: 500px;
    margin: 30px 0 0;
}
form input[type="checkbox"]{
    margin: 5px 0 15px;
    border: #010027 1px solid;
    border-radius: 2.5px;
}
form a{
    text-decoration: underline;
    color: var(--color-orange);
}
.form_wrap form p:has(strong){
    font-size: 14px;
    padding-top: 17.5px;
    border-top: 0.5px solid #01002785;
}

.form_wrap form p strong{
    font-weight: normal;
}

input.submit{
    font-weight: bold;
    display: block;
    padding: 10px 25px;
    background:linear-gradient(to bottom, #F07700, #D85300);
    border: none;
    border-radius: 50px;
    font-size: 22px;
    filter: drop-shadow(0px 3px 6px #00000033);
    color: white;
}

.form_wrap{
    padding: 50px 0 100px;
}

footer{
    padding: 75px 0;
    background: var(--color-navy);
}

a.fv_text_link{
    display: block;
    margin-top: 10px;
    text-decoration: underline;
    width: 226px;
    text-align: center;    
}


.slick-dots {
    display: flex;
    justify-content: center;
    button {
        display: block;
        width: 10px;
        height: 10px;
        margin: 6px;
        font-size: 0;
        padding: 0;
        border: 0;
        outline: none;
        cursor: pointer;
        background: #cfcfcf;
        border-radius: 50%;
    }
    .slick-active {
        button {
            background:var(--color-yellow);
        }
    }
}
ul li{
    list-style: none;
}

.example_flex{
    justify-content: space-around;
    align-items: center;
}
.example_inner h3{
    font-size: 24px;
    margin: 0 0 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--color-blue);
}
.example_line{
    width: 0px;
    height: 100px;
    display: block;
    background: var(--color-blue);
}
p strong.strong_company{
    font-size: 18px;
    color: var(--color-navy);
}
.example_right,.example_left{
    width: 48%;
}
.example_after strong{
    color: var(--color-orange);
}
.example_line{
    position: relative;
}
.example_line::before{
    content: "";
    width: 50px;
    height: 75px;
    background-image: url(img/arrow.webp);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

body:has(.company){
    background: #f1f1f8;
}
body:has(.company) .header{
    background:#010027db ;
}
.company_form_text{
    max-width: 492px;
    margin: 0 auto;
    text-align: center;
}
.form a.fv_text_link{
    width: 100%;
}
/* ここから森内 */
div.line_bottun img{width:inherits;height:inherits;margin:inherits;}
div.line_bottun 
{
    max-width: 300px;
    margin: auto;
    width: 60%;
    padding: 10px;
    
}

@media screen and (max-width:800px) {
    .fv{
        background-position: 85% 18%;
        background-size: cover;
    }
    .fv_inner {
        width: 60%;
        position: absolute;
        transform: translateY(-50%);
        top: 75%;
        left: 5%;
    }
}

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

    p {
        font-size: 12px;
    }
    .fv{
        background-image: url(img/fv_img_sp.webp);
        background-position: 0% 10%;
        background-size: cover;
    }
    .fv_btn {
        font-size: 20px;
        width: calc(100% - 50px);
        text-align: center;
    }
    .fv_inner {
        width: 70%;
        position: absolute;
        transform: translateX(-50%);
        top: 110vw;
        left: 50%;
    }
    .content {
        padding: 65px 0;
    }
    .content_title {
        margin: 20px auto 25px;
    }
    .cnt_inner {
        background: white;
        border: 3px solid #040566;
        margin: 0 auto;
        padding: 30px 5%;
        min-width: calc(350px - 10%);
        width: 80%;
        filter: drop-shadow(0px 3px 6px #00000033);
    }
    .reason_inner img {
        width: 275px;
        height: 125px;
    }
    .middle_cta {
        padding: 15px 25px;
        font-size: 20px;
        width: 300px;
    }
    form input[type="text"],form input[type="datetime-local"],form textarea {
        width: 322px;
    }
    form input[type="submit"] {
        width: 325px;
    }
    .form_wrap .flex {
        display: block;
    }
    .form_wrap .content_title img,
    .example_wrap .content_title img,
    .voice_wrap .content_title img{
        max-height: 35px !important;
    }
    input.submit {
        font-size: 20px;
    }
    .header_btn {
        font-size: 14px;
        width: fit-content;
    }

    .worry_list {
        margin: 15px 0;
    }
    .worry_list img {
        margin-right: 20px;
    }
    .worry_list p {
        font-size: 14px;
    }
    .arrow_wrap {
        padding: 60px 0 55px;
    }
    .arrow_wrap h2,.worry_wrap .content_title{
        max-width: 95%;
    }
    .reason_wrap .content_title{
        max-width: 90%;
    }


    .reason_inner {
        margin-bottom: 25px;
    }

    .example_inner h3{
        font-size: 18px;
    }
    .example_inner p:has(strong) {
        font-size: 21px;
        margin:0 0 2px;
    }
    .example_inner {
        padding: 25px 5%;
        margin-bottom: 15px;
        background: #ffffffed;
    }
    .voice_title {
        margin-bottom: 25px;
    }
    .voice_left img {
        width: 85px;
    }
    .voice_left {
        margin-right: 20px;
    }
    .voice_right h3 {
        font-size: 17px;
    }   
    .form_wrap {
        padding: 25px 0 100px;
    }
    .form_wrap form p:has(strong) {
        font-size: 12px;
    } 

    a.fv_text_link{
        width: 100%;
    }

    p strong.strong_company{
        font-size: 16px;
    }

    .example_line{
        height: 70px;
    }

    .company_form_text{
        max-width: 322px;
    }
    .logo_img {
        max-width: 115px;
    }
}

@media screen and (max-width:550px) {
    .fv {
        background-position: top;
    }
    .fv_inner {
        width: 90%;
        top: 85vw;
    }
    .example_line::before{
        width: 25px;
        height: 40px;
    }


}
@media screen and (max-width:350px) {
    .header_btn {
        font-size: 12px;
    }
    .cnt_inner {
        min-width:auto;
    }
    .middle_cta {
        padding: 15px 25px;
        font-size: 15px;
        width: 55%;
    }
    .form_wrap .content_title img, .example_wrap .content_title img, .voice_wrap .content_title img {
        max-height: 30px !important;
    }
    form input[type="submit"] {
        width: auto;
    }
    form input[type="text"],form input[type="datetime-local"],form textarea {
        width: calc(100% - 8px);
    }
}