/* 共通 */
html {
    font-size: 62.5%;
}
body {
    font-family: "Noto Sans JP", "sans-serif";
    color: #111111;
    margin-top: 8rem;
}
.inner{
    padding: 0 2.5rem;
    max-width: 121rem;
    margin: 0 auto;
}
.section-title{
    color: #222222;
    font-size: 4.8rem;
    line-height: calc(48 / 48);
    font-weight: bold;
    font-family:"Lato",'sans-serif';
    display: inline-flex;
    align-items: center;
}
.section-title::before{
    content: '';
    display: inline-block;
    background-color: #EB6700;
    height: 2px;
    width: 12rem;
    margin-right: 3.2rem;
}
.sp-show{
    display: none;
}

/* header */
.header{
    background-color: #222222;
    height: 8rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}
.header-inner{
    padding: 0 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: inherit;
}
.nav-list{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}
.list-item:nth-child(n+2){
    margin-left: 4.8rem;
}
.list-item a{
    text-decoration: none;
    color: #FFFFFF;
    font-family: "Lato",'sans-serif';
    font-size: 1.6rem;
    font-weight: bold;
    line-height: calc(19 / 16);
}

/* main-view */
.mv{
    background:url(../img/mv.jpg) no-repeat center / cover;
    height: calc(100vh);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.mv-inner{
    color: #FFFFFF;
    /* display: flex;
    flex-direction: column;
    align-items: center; */
}
.mv-title{
    font-size: 6.4rem;
    line-height: calc(64 / 64);
}
.mv-text{
    font-size: 2rem;
    line-height: calc(40 / 20 );
    margin-top: 3.2rem;
}
/* .mv-btn{
    margin-top: 6.4rem;
    width: 28rem;
    height: 7rem;
    background-color: #EB6700;
    border-radius: 0.5rem;
    padding: 2.1rem 0 2rem;
    text-decoration: none;
}
.mv-btn-item{
    color: #FFFFFF;
    font-size: 2rem;
    line-height: calc(20 / 20);
    display: flex;
    justify-content: center;
}
.mv-btn-item::before{
    content: '';
    display: inline-block;
    background:url(../img/mail.svg) no-repeat center/ contain;
    width: 2.4rem;
    height: 2rem;
    margin-right: 0.7rem;
} */
.mv-btn-wrapper {
text-align: center;
margin-top: 6.4rem;

}
.mv-btn {
    display: inline-block;
    padding: 20px 0;
    max-width: 28rem;
    width: 100%;
    background-color: #EB6700;
    color: #FFFFFF;
    font-size: 2rem;
    line-height: calc(20 / 20);
    text-decoration: none;
}
.mv-btn::before{
    content: '';
    display: inline-block;
    background:url(../img/mail.svg) no-repeat center/ contain;
    width: 2.4rem;
    height: 2rem;
    margin-right: 0.7rem;
    vertical-align: middle;
}

/* about-section */
.about{
    padding: 8.4rem 0 8rem;
    background-color: #F5F5F5;
}
.about-wrapper{
    margin-top: 6.4rem;
}
.about-wrapper:nth-of-type(even) .about-body{
    flex-direction: row-reverse;
}
.about-title{
    text-align: center;
    font-size: 4rem;
    font-family: "Lato",'sans-serif';
    line-height: calc(24 / 40);
    font-weight: bold;
    color: #EB6700;
}
.about-body{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 4rem;
}
.about-img img{
    width: 44rem;
    height: 33rem;
    aspect-ratio: 440 / 330;
    object-fit: contain;
}
.about-text-body{
    margin: auto 0;
    width: 47rem;
}
.about-subtitle{
    font-size: 2.4rem;
    font-weight: bold;
    line-height: calc(24 / 24);
}
.about-text{
    margin-top: 3.2rem;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: calc(32 / 16);
}

/* news-section */
.news{
    padding: 8rem 0;
    background:linear-gradient(
    transparent 0%,
    transparent 65%,
    #222222 65%,
    #222222 100%);
}
.news-card{
    margin-top: 6.4rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 4rem;
}
.card-item{
    background-color: #fff;
    height: 37.8rem;
    width: 36rem;
}
.card-item a{
    text-decoration: none;
}
.card-item img{
    aspect-ratio: 360 / 270;
}
.card-text{
    color: #111111;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: calc(32 / 16);
    text-decoration: none;
    padding: 2rem 2rem 3.2rem 2rem;
}

/* access-section */
.access{
    background-color: #F5F5F5;
    padding: 8rem 0;
}
.company-info{
    display: flex;
    margin-top: 6.4rem;
}
.company-img{
    margin-right: 9.8rem;
}
.company-img img{
    aspect-ratio: 572 / 343;
}
.address-item:nth-child(n+2){
    margin-top: 2.4rem;
}
.address-item dt{
    font-size: 1.8rem;
    font-weight: 500;
    line-height: calc(18 / 18);
}
.address-item dd{
    font-size: 1.6rem;
    font-weight: 400;
    line-height:calc(32 / 16);
    letter-spacing: 0.16px;
    margin-top: 1rem;
}
.company-map{
    margin-top: 6.4rem;
    text-align: center;
}

/* contact-section */
.contact{
    padding: 8rem 0;
}
.contact-text{
    margin-top: 6.4rem;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: calc(32 / 16);
}
.contact-text span{
    color: #EB6700;
}
.from{
    margin-top: 6.4rem;
}
.from-item:nth-child(n+2){
    margin-top: 4rem;
}
.from-title{
    font-size: 1.6rem;
    font-weight: 500;
    line-height: calc(28 / 16);
}
.required{
    color: #EB6700;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: calc(24 / 22);
}
.from-input-wrapper{
    margin-top: 1.2rem;
}
.from-input-wrapper input[type=text],
.from-input-wrapper input[type=email],
.from-input-wrapper input[type=tel],
.from-input-wrapper select{
    width: 57.2rem;
    height: 5.2rem;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: calc(28 / 16);
    border-radius: 5px;
    background-color: #F5F5F5;
    border: 1px solid #F5F5F5;
    color: #8D8D8D;
}
.from-input-wrapper textarea{
    width: 100%;
    height: 20rem;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: calc(28 / 16);
    border-radius: 5px;
    background-color: #F5F5F5;
    border: 1px solid #F5F5F5;
    resize: none;
}
.from-input-wrapper input[type=text],
.from-input-wrapper input[type=email],
.from-input-wrapper input[type=tel],
.from-input-wrapper textarea{
    padding: 1.4rem 2rem;
}
.from-input-wrapper input::placeholder,
.from-input-wrapper select:invalid,
.from-input-wrapper textarea::placeholder{
    color: #8D8D8D;
}
.from-radio{
    position: relative;
}
.from-radio input[type=radio]{
    opacity: 0;
    position: absolute;
}
.from-radio:nth-child(n+2){
    margin-top: 1rem;
}
.from-radio label{
    font-size: 1.6rem;
    line-height: calc(24 / 16);
    display: flex;
    align-items: center;
    position: relative;
}
.from-radio label:hover{
    cursor: pointer;
}
.from-radio label::before{
    content: '';
    display: inline-block;
    width: 2rem;
    height: 2rem;
    border: 1px solid #707070;
    border-radius: 50%;
    margin-right: 0.5rem;
}
.from-radio input[type=radio]:checked + label::after{
    content: '';
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    background-color: #EB6700;
    border-radius: 50%;
    position: absolute;
    top: 0.6rem;
    left: 0.4rem;
}
.from-input-wrapper select{
    padding: 1.4rem 5.2rem 1.4rem 2rem;
    appearance: none;
}
.from-input-wrapper select:hover{
    cursor: pointer;
}
.select-wrapper{
    position: relative;
    width: 57.2rem;
}
.select-wrapper::before{
    content:'▼';
    display: inline-block;
    font-size: 0.5rem;
    color: #222222;
    position: absolute;
    right: 1.3rem;
    top: 50%;
    transform: translateY(-50%);
}
.from-agree{
    margin-top: 6.4rem;
    position: relative;
}
.from-agree label{
    font-size: 1.6rem;
    font-weight: 500;
    line-height: calc(24 / 16);
    display: inline-flex;
    align-items: center;
}
.from-agree label::before{
    content: '';
    display: inline-block;
    border: 1px solid #707070;
    height: 2rem;
    width: 2rem;
    margin-right: 0.5rem;
}
.from-agree input[type=checkbox]:checked +label::after{
    content: '';
    display: inline-block;
    width: 0.7rem;
    height: 1.2rem;
    border-bottom: 3px solid #EB6700;
    border-right: 3px solid #EB6700;
    transform: rotate(45deg);
    position: absolute;
    top: 0.5rem;
    left: 0.6rem;
}
.from-agree label a{
    color: #002222;
    transition: .3s;
}
.from-agree label a:hover{
    opacity: 0.7;
}
.from-agree input[type=checkbox]{
    opacity: 0;
    position: absolute;
}
.from-btn{
    margin-top: 6.4rem;
}
.btn{
    width: 27rem;
    height: 6rem;
    background-color: #EB6700;
    border-radius: 0.5rem;
    border:none;
    color: #FFFFFF;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: calc(28 / 16);
    box-shadow: 0 0.3rem 1rem #03989833;
    transition: .3s;
}
.btn:hover{
    opacity: 0.7;
    cursor: pointer;
}

/* footer */
.footer{
    background-color: #222222;
    padding: 4rem 0 2.4rem;
}
.footer-inner{
    display: flex;
    flex-direction: column;
}
.footer-logo{
    margin: 0 auto;
}
.footer-nav{
    margin-top: 3.2rem;
}
.footer-nav .nav-list{
    justify-content: center;
}
.footer-list a{
    font-size: 1.5rem;
    line-height: calc(18 / 15);
}
.footer-copy{
    color: #FFFFFF;
    font-size: 1.2rem;
    line-height: calc(30 / 12);
    margin-top: 3.2rem;
    text-align: center;
}


/* 画面幅が1210pxの時 */
@media screen and (max-width:1210px) {
    html{
        font-size: calc(10 / 1210 * 100vw);
    }
}
/* 画面幅が767pxの時 */
@media screen and (max-width:767px) {
    html{
        font-size: 62.5%;
    }
    body{
        margin-top: 10rem;
    }
    .inner{
        padding: 0 2rem;
        max-width: 100%;
        margin: 0 ;
    }
    .section-title{
        font-size: 3.2rem;
        line-height: calc(32 / 32);
    }
    .section-title::before{
        width: 7rem;
        margin-right: 1rem;
    }
    .sp-show{
        display: inline-block;
    }
    .sp-none{
        display: none;
    }

    /* header */
    .header{
        height: 10rem;
    }
    .header-inner{
        padding: 0 2rem;
        display: block;
    }
    .logo{
        width: 12rem;
        height: 2.2rem;
    }
    .nav-list{
        margin: 2.4rem 0 0;
    }
    .list-item:nth-child(n+2){
        margin-left: 4.3rem;
    }
    .list-item a{
        font-size: 1.4rem;
        line-height: calc(17 / 14);
    }

    /* main-view */
    .mv{
        background:url(../img/sp-mv-img.jpg) no-repeat center / cover;
        height: calc(100vh - 10rem);
        position: relative;
    }
    .mv::before{
        content: "";
        display: block;
        background-color:#00000066;
        height: inherit;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .mv-inner{
        padding: 0 2rem;
        z-index: 2;
    }
    .mv-title{
        font-size: 3.3rem;
        line-height: calc(24 / 32);
    }
    .mv-text{
        font-size: 1.6rem;
        line-height: calc(28.8 / 16);
        margin-top: 2rem;
    }
    .mv-btn{
        margin-top: 3.2rem;
        width: 28rem;
        height: 6rem;
        padding: 1.6rem 6rem 1.8rem;
    }
    .mv-btn-item{
        font-size: 1.8rem;
        line-height: calc(20 / 18);
    }
    .mv-btn-item::before{
        width: 2.2rem;
        height: 1.7rem;
        margin-right: 0.9rem;
        margin-top: auto;
    }

    /* about-section */
    .about{
        padding: 6.4rem 0 ;
    }
    .about-wrapper{
        margin-top: 4rem;
    }
    .about-title{
        font-size: 2.6rem;
        line-height: calc(24 / 26);
    }
    .about-body{
        display: block;
        margin-top: 2.4rem;
    }
    .about-img{
        width: 24rem;
        height: 18rem;
        margin: 0 auto;
    }
    .about-img img{
        width: inherit;
        height: inherit;
        aspect-ratio: 240 / 180;
    }
    .about-text-body{
        margin: 2.4rem 0 0 0;
        width: 100%;
    }
    .about-subtitle{
        font-size: 2rem;
        line-height: calc(24 / 20);
    }
    .about-text{
        margin-top: 1.6rem;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: calc(28.8 / 16);
    }

/* news-section */
    .news{
        padding: 6.4rem 0;
        background:linear-gradient(to left,#222222 36%,#FFFFFF 36%);
    }
    .news-card{
        margin-top: 4rem;
        display: block;
    }
    .card-item{
        background-color: #fff;
        height: 34.8rem;
        width: 33.5rem;
        box-shadow: 0 0.3rem 1rem #00000029;
    }
    .card-item:nth-child(n+2){
        margin-top: 2.4rem;
    }
    .card-item img{
        aspect-ratio: 335 / 251;
    }
    .card-text{
        line-height: calc(28 / 16);
        text-decoration: none;
        padding: 2rem 1.5rem 0 1.5rem;
    }

/* access-section */
    .access{
        padding: 6.4rem 0;
    }
    .company-info{
        display: block;
        margin-top: 4rem;
    }
    .company-img{
        margin-right: 0;
    }
    .company-img img{
        aspect-ratio: 335 / 200;
    }
    .company-ad{
        margin-top: 3,2rem;
    }
    .address-item dt{
        line-height: calc(26 / 18);
        letter-spacing: 0.18px;
    }
    .address-item dd{
        line-height:calc(28 / 16);
    }
    .company-map{
        margin-top: 3.2rem;
        text-align: center;
    }
    .company-map iframe{
        width: 100%;
        height: 25.1rem;
    }

/* contact-section */
    .contact{
        padding: 6.4rem 0;
    }
    .contact-text{
        margin-top: 4rem;
        line-height: calc(29 / 16);
    }
    .from{
        margin-top:4rem;
    }
    .from-item:nth-child(n+2){
        margin-top: 2.4rem;
    }
    .from-input-wrapper{
        margin-top: 0.8rem;
    }
    .from-input-wrapper input[type=text],
    .from-input-wrapper input[type=email],
    .from-input-wrapper input[type=tel],
    .from-input-wrapper select{
        width: 100%;
        font-size: 1.6rem;
        line-height: calc(28 / 16);
    }
    .from-input-wrapper select{
        padding: 1.3rem 4.5rem 1.4rem 2rem;
    }
    .select-wrapper{
        width: 100%;
    }
    .from-agree{
        margin-top: 3.2rem;
        text-align: center;
    }
    .from-agree input[type=checkbox]:checked +label::after{
        left: 4.2rem;
    }
    .from-btn{
        margin-top: 3.2rem;
        display: flex;
        justify-content: center;
    }

/* footer */
    .footer{
        padding: 3.2rem 0 2.4rem;
    }
    .footer-logo{
        margin: 0 auto;
        width: 12rem;
        height: 2.2rem;
    }
    .footer-nav .nav-list{
        justify-content: center;
        flex-direction: column;
        margin: 0;
    }
    .footer-nav .nav-list .list-item{
        margin: 0 auto;
    }
    .footer-nav .nav-list .list-item:nth-child(n+2){
        margin-top: 2.2rem;
    }
    .footer-copy{
        margin-top: 3.2rem;
    }

}
@media screen and (max-width:375px) {
    html{font-size: calc(10 / 375 * 100vw);}
        
}