@charset "utf-8";

html {
    font-family: "Zen Kaku Gothic New";
    font-weight: normal;
}
input, select {
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #000;
    border-radius: 0px;
  }
h1,h2,h3,menu,p{
    margin: 0;
    padding: 0;
    font-weight: normal;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
*{
    position: relative;
}
body {
    padding:0;
    margin: 0;
    background-color: #f6f5f7;
    overflow-x: hidden;
}


header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    height: 100px;
    background-color: #f6f5f799;
    overflow: hidden;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);

    border-radius: 0 0 20px 20px;
    display: flex;

    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    z-index: 900;

}
header>div.toplogo,
header>h1{
    display: flex;
    height: 100%;
    box-sizing: border-box;
    flex-flow: row nowrap;
    align-items: center;
    flex-shrink: 0;
}

header>div.toplogo>span,
header>h1>span{
    display: none;
}

header>div.toplogo>div,
header>h1>div{
    background-position: center center;
    background-repeat: no-repeat;
    width: 100px;
    height: 100%;
}

header>div.toplogo>div.logo,
header>h1>div.logo{
    background-image: url(../img/clogob.svg);
    background-size: 80%;
    width: 140px;
}

header>div.toplogo>div.tlogo,
header>h1>div.tlogo{
    /* background-image: url(../img/tlogo.svg); */
    background-size: contain;
    width: 120px;
}

header>div.info{
    display: flex;
    height: 100%;
    box-sizing: border-box;
    flex-flow: row nowrap;
    align-items: center;
    font-size: .84em;
    flex-shrink: 0;
    gap: 1em;
}
header>div.info>div{
    position: relative;
    display: flex;
    box-sizing: border-box;
    flex-flow: row nowrap;
    align-items: center;
    color: #542e34;
}
header>div.info>div>span{
    display: block;
    padding-right: .5em;
    font-weight: 500;
    margin-bottom: -4px;
}

header>div.info>div>div{
    /* width: 10em; */
    flex-shrink: 0;
    
}
header>div.info>div>div>span{
    display: block;
    position: relative;
    font-size: 1.8em;
    font-weight: 600;
    width: 100%;
    color: #231815;
}
header>div.info>div>div>span>span{
    display: block;
    font-weight: 400;
    font-size: .4em;
    position: absolute;
    bottom: -1.4em;
    left: 0;
}







header>menu{
    padding: 0 1em;
    flex-shrink: 0;
}

header>menu>ul{
    display: flex;
    box-sizing: border-box;
    flex-flow: row nowrap;
    align-items: center;
    font-size: .92em;
    border-radius: 100px;
    border:1px solid #524a5a;
    padding: 0 1em;
    background-color: #f6f5f7;
}

header>menu>ul>li>a{
    display: block;
    padding: .3em .5em .32em .5em ;
    text-decoration: none;
    border-right: 1px solid #524a5a;
    color: #25181a;
}
header>menu>ul>li>a:hover{
    text-decoration: underline;
}
header>menu>ul>li:last-child>a{
    padding-right: 0;
    border-right: 0;
}






div.mv{
    position: relative; 
    background-image: url(../img/mv0.jpg);
    height: 650px;
    width: 100%;
    box-sizing: border-box;
    background-size: cover;
    background-position: center center;
    padding-top: 100px;

    display: flex;
    justify-content: flex-start;
    align-items: center;
}
div.mv>div{
    position: relative;
    background-color: #ffffffcc;
    margin-left: 1.4em;
    top: 2em;
}
div.mv>div>span{
    display: block;
    padding: 0 1em;
    background-color: #000;

    background: linear-gradient(#334c9e 0%,#334c9e 50%, #c8102e 50%, #c8102e 100%);
    background: linear-gradient(#c8102e, #500411);
    -webkit-background-clip:text;
    background-clip:text;
	-webkit-text-fill-color: transparent;

    font-size: 2.4rem;
    font-weight: 600;
}
div.mv.company{
    height: 480px;
    justify-content: center;
    align-items: center;
}

div.mv.company>img{
    width: 25%;
}
 


main.main{
    width: 800px;
    margin: auto;
    padding: 120px 0 0;
}


div.tbox{
    position: relative;
    margin-bottom: 8em;
}
div.tbox>h2{
    font-size: 4em;
    font-family: 'Poppins';
    font-weight: 600;
    background: linear-gradient(#334c9e 0%,#334c9e 50%, #c8102e 50%, #c8102e 100%);
    background: linear-gradient(#c8102e, #500411);
    -webkit-background-clip:text;
    background-clip:text;
	-webkit-text-fill-color: transparent;
    border-bottom: solid 1px #695a5a;
    position: relative;
    width: 50%;
    margin-bottom: 20px;
    opacity: 0;
    bottom: -30px;
    transition: all .2s;
    overflow: visible;
}


body.second div.tbox>h2{
    font-size: 2.6em;
    font-family: 'Poppins';
    font-weight: 600;
    background: linear-gradient(#334c9e 0%,#334c9e 50%, #c8102e 50%, #c8102e 100%);
    background: linear-gradient(#c8102e, #500411);
    -webkit-background-clip:text;
    background-clip:text;
	-webkit-text-fill-color: transparent;
    border-bottom: solid 1px #695a5a;
    position: relative;
    width: fit-content;
    margin-bottom: 20px;
}

div.tbox>h2.open{
    opacity: 1;
    bottom: 0px;
    transition: all .4s;
}

div.tbox>div.catch{
    font-size: 1.6em;
    font-weight: 600;
    color: #524a5a;
    margin-bottom: 20px;
}

div.tbox>p{
    color: #524a5a;
    width: 50%;
}


div.tbox.wide>p{
    color: #524a5a;
    width: 75%;
}

body.second div.tbox.wide ul,
body.second div.tbox.wide p{
    color: #524a5a;
    width: auto;
    line-height: 180%;
    margin-bottom: 2em;
}
body.second div.tbox.wide ul.number li{
    text-indent: -3em;
    padding-left: 3em;
}


div.tbox>div.img.no1{
    width: 60%;
    aspect-ratio: 1.3/1;
    background-image: url(../img/cut1.png);
    background-size: contain;

    position: absolute;
    top: 7%;
    right: -12%;

    z-index: -10;
}


div.tbox>div.img.no2{
    width: 120%;
    aspect-ratio: 10/5;
    background-image: url(../img/cut2.png);
    background-size: cover;
    background-position: center center;

    position:relative; 
    top: 50px;
    left: -10%;

    z-index: -10;
}



body.second div.tbox.wide>img.companyinfo{
    display: block;
    width: 50%;
    margin: auto;
}



body.second div.tbox.wide>table.companytable{
    margin: 4em auto;
}

body.second div.tbox.wide>table.companytable th{
    text-align: justify;
    background-color: #d3d0c4;
    font-weight: normal;
    color: #695a5a;
    padding: 1em 2em ;
}
body.second div.tbox.wide>table.companytable td{
    text-align: justify;
    background-color: #dfe1e9;
    font-weight: normal;
    padding: 1em 2em ;
}
















ul.aboutlist{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;   
    padding-top: 2em;
}
ul.aboutlist>li{
    width: 27%;
}
ul.aboutlist>li>a{
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content:center;
    height: 200px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.3em;
    color: #f6f5f7;
    border: 0px #fff solid;
    box-sizing: border-box;
    transition: all .2s;
    text-shadow: 0 0 2px #524a5a;
}
ul.aboutlist>li>a>span{
    font-weight: 500;
    font-size: .86em;
}

ul.aboutlist>li>a:hover{
    border: 10px #695a5a solid;
    transition: all .2s;
    font-size: 1.4em;
}

ul.aboutlist>li.sec1>a{
    background: linear-gradient(180deg, #c8102e, #500411);
}

ul.aboutlist>li.sec2>a{
    background: linear-gradient(180deg, #0e670e,#032d03);
}

ul.aboutlist>li.sec3>a{
    background: linear-gradient(180deg, #334c9e,#0d2236);
}







footer{

    background-color: #231815;
    padding: 40px;



    display:flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content:space-between;
}

footer>div.logo{
    display:flex;
    flex-flow: row nowrap;
    align-items: center;
}
footer>div.logo>div{
    background-position: center center;
    background-repeat: no-repeat;
    width: 120px;
    height: 85px;
}
footer>div.logo>div.logo{
    background-image: url(../img/clogow.svg);
    background-size: 80%;
    width: 130px;
}
footer>div.logo>div.tlogo{
    background-image: url(../img/tlogow.svg);
    background-size: contain;
    width: 150px;
}
footer>div.info{
    display: flex;
    flex-flow: column;
    gap: 2px;
    color: #f6f5f7cc;
    text-align: right;
}
footer>div.info>div.name{
    font-size: 1em;
    color: #f6f5f7;
}
footer>div.info>div.adr{
    font-size: .76em;
}
footer>div.info>div.tel{
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: center;
    justify-content: center;
}

footer>div.info>div.tel>span{
    display: block;
}
footer>div.info>div.tel>span:last-child{
    margin-left: 10px;
    font-size: 1.6em;
    font-weight: 600;
    top: -2px;
    color: #f6f5f7;
}
address{
    background-color: #2e2928;
    color: #918b78;
    font-style: normal;
    font-size: .72em;
    text-align: center;
    padding: 1em 0 ;

}


span.phone>a{
    color: inherit;
    text-decoration: none;
}

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


    header>h1{
        height: 80px;
    }
    header>div.info{
        height: 80px;
    }
    header>div.toplogo{
        height: 80px;
    }

    header{
        flex-flow: row wrap;
        justify-content:space-evenly;
        align-items: center;
        align-content: center;
        gap:5px;
        height: 160px;
    }

    header>menu {
        padding: 0 1em;
        flex-shrink: 0;
        width: fit-content;
        box-sizing: border-box;
    }

    main.main{
        width: auto;
        padding: 200px 1em;
        overflow-x: hidden;
    }
    div.tbox>div.img.no1 {
        width: 45%;
        aspect-ratio: 1.3 / 1;
        background-image: url(../img/cut1.png);
        background-size: contain;
        position: absolute;
        top: 10%;
        right: 0%;
        z-index: -10;
    }

}

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

    ul.aboutlist {
        display: flex;
        flex-flow: column nowrap;
        gap: 1em;
    }
    ul.aboutlist>li {
        width: auto;
    }
    ul.aboutlist>li>a {
        height:  100px;
    }
}


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

    header>div.info{
        display: none;
    }
    header>menu {
        padding:0;
    }

    

    div.tbox>h2.open {
        width: auto;
    }
    div.tbox.wide>p,
    div.tbox>p {
        width: auto;
        padding: .5em 1em;
    }


    div.tbox>div.img.no1 {
        width: 90%;
        margin: auto;
        position: relative;
    }






    div.mv.company>img{
        width: 40%;
    }













    footer{

        padding: 40px;
        gap: 2em;
        
        display:flex;
        flex-flow: column nowrap;
        align-items: center;
        justify-content:space-between;
    }
















}



@media screen and (min-width:660px) {

    br.sp{
        display: none;
    }

}


@media screen and (min-width:426px) {

    br.sp2{
        display: none;
    }

}

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



    div.mv>div>span{
        font-size:  2em;
    }


    div.tbox>h2 {
        font-size: 3em;
    }
    body.second div.tbox>h2{
        font-size: 2em;
    }
    body.second main{
        padding-top: 8em;
    }

    body.second div.tbox>div.catch,
    div.tbox>div.catch{
        font-size: 1.4em;
    }



    div.mv.company>img{
        width: 50%;
    }
    
    body.second div.tbox.wide>table.companytable tr{
        font-size: .84em;
        display: flex;
        flex-flow: column nowrap;

    }

    div.tbox{
        margin-bottom: 3em;
    }
    main.main {
        padding: 60px 1em 60px;
    }

}

p>strong{
    margin-bottom: 1em;
    display: block;
}




@media screen and (max-width:400px) {
    header{
        height: 120px;
    }
    header>div.toplogo,
    header h1{
        height: 60px;
    }
    header>div.toplogo>div.logo, header>h1>div.logo {
        width: 120px;
    }
    header>div.toplogo>div.tlogo, header>h1>div.tlogo {
        width: 120px;
    }

    header>menu>ul>li>a {

        padding: .3em .3em .32em .3em;
    }
    




}

