@charset "UTF-8";
@font-face {
    font-family: "fontJost";
    src: url("./fonts/Jost-VariableFont_wght.ttf") format("truetype");
    font-display: swap;
  }
@font-face {
    font-family: "fontJostIt";
    src: url("./fonts/Jost-Italic-VariableFont_wght.ttf") format("truetype");
    font-display: swap;
  }
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');
/*全体共通*/
:root, html{ font-size: 10px; } 
*{ box-sizing: border-box; }
body {
    --max-width: 900px;
    --c-base: #000000;
    --c-main: #e50111;
    --c-accent: #f4f4f4;
    --ff-main:"Noto Sans JP", sans-serif;
    --ff-en: "fontJost",sans-serif;
    position: relative;
    width: 100%;
    overflow-x: hidden;
    font-family: var(--ff-main);
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.6;
    -webkit-text-size-adjust: 100%;
    color: #000000;
    letter-spacing:0.05em;
    background: #ffffff;
    }


/* IE表示用のCSS　*/
@media all and (-ms-high-contrast:none){body {font-family:"Noto Sans JP", sans-serif;}}
a{
    display: inline-block;
    color: inherit;
    font-weight: inherit;
    }
a:hover{cursor: pointer;}
body.userAgent-pc a[href^="tel:"]{pointer-events: none;}
img, svg{
    display: inline-block;
    max-width: 100%;
    vertical-align: bottom;
    }
select{
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    }

.--ff-en{ font-family: var(--ff-en); }
.--ff-g{ font-family: var(--ff-main); }
.--c-red{ color: #e50111 !important; }
.--c-white{ color: #fff !important; }
.--c-yellow{ color: #fff000 !important; }
.--c-blue{ color: #323cb9 !important; }
.--c-green{ color: #00b143 !important; }
.--center{ text-align: center !important; }
.--ta-l{ text-align: left !important; }
.--ta-r{ text-align: right !important; }
.--ta-justify{ text-justify: inter-ideograph; text-align: justify; text-align-last: left; }
.--bold{ font-weight: bold !important; }
.--thin{ font-weight: 100 !important; }
.--nowrap{ white-space: nowrap; }
.--kerning{ font-feature-settings: "palt"; }

.--overflow-ellipsis{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    }
.--under{ border-bottom: 1px solid #888; }
.--img-cover{
    width: 100%;
    height: 100%;
    object-fit: cover;
    }
.--img-contain{
    width: 100%;
    height: 100%;
    object-fit: contain;
    }
.--clearfix::after{
    content: "";
    display: block;
    clear: both;
    }
.--d-ib{ display: inline-block !important; }
.--d-n{ display: none !important; }
.--d-f{ display: flex !important; }
.--justify-center{ display: flex; justify-content: center; }

a.--h-opacity, .--h-opacity a{transition: opacity .3s;}
a.--h-opacity:hover, .--h-opacity a:hover{opacity: .6;}

/* PC */
@media (min-width: 781px){
	.--tab{ display: none !important; }
	.--sp{ display: none !important; }
	.--tab-sp{ display: none !important; }
}
/* TAB */
@media screen and (max-width: 780px) and (min-width: 481px) {
	.--pc{ display: none !important; }
	.--sp{ display: none !important; }
	.--pc-sp{ display: none !important; }
}
/* SP */
@media screen and (max-width: 480px) {
	.--pc{ display: none !important; }
	.--tab{ display: none !important; }
	.--pc-tab{ display: none !important; }
}

/* アニメーション */
@keyframes inview_img_before{
	0%{
    transform-origin: left;
    transform: scaleX(0);
	}
	50%{
		transform-origin: left;
		transform: scaleX(1);
	}
	51%{
		transform-origin: right;
	}
	100%{
		transform-origin: right;
		transform: scaleX(0);
	}
}
@keyframes inview_img{
	0%{ opacity: 0; }
	50%{ opacity: 0; }
	100%{ opacity: 1; }
    }

/* 共通 */
.cntInner,
._Inner{
    width: 100%;
    margin: 0 auto;
    }
._Title{text-align: center;margin-bottom: 60px;}
._Title .en{
    display: block;
    font-family: var(--ff-en);
    /*font-size: 11.5rem;*/
    font-size: calc(100vw / 17);
    letter-spacing: .075em;
    text-transform: capitalize;
    line-height: 1.2;
    color:var(--c-main);
    font-weight: 500;
    }
._Title .ja{
    font-family: var(--ff-main);
    /*font-size: 3.4rem;*/
    font-size: calc(100vw / 55);
    letter-spacing: .05em;
    color:var(--c-base);
    font-weight: 600;
    }


._Title02{
    /*font-size: 5.5rem;*/
    font-size: calc(100vw / 29);
    letter-spacing: .05em;
    color: #fff;
    margin-bottom: 5%;
    }
._Title02.bgw{color: var(--c-main);}
._Title02 span{
    background:var(--c-main);
    /* padding: 3px 20px 5px; */
    padding: 0.8% 20px;
    font-weight: 500;    
    }
._Title02.bgw span{background: #fff}

._Title03,
._bg .cntBox ._Title03{
    letter-spacing: .05em;
    color: var(--c-main);
    margin-bottom: 20px;
    display: table;
    width: 100%;
    position: relative;
    }
._Title03::after,
._bg .cntBox ._Title03::after{
    position: absolute;
    content: "";
    border-bottom: 1px solid var(--c-main);
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    }
._Title03 .nm,
._bg .cntBox ._Title03 .nm{
    display: table-cell;
    vertical-align: top;
    width: 8%;
    font-family: var(--ff-en);
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    }
._Title03 .nm strong,
._bg .cntBox ._Title03 .nm strong{
    display: block;
    background: var(--c-main);
    padding: 18% 15%;
    /*font-size: 5.0rem;*/
    font-size: calc(100vw / 40);
    line-height: 1.3;
    }
._Title03 .nm span{
    display: block;
    font-size: 1.1rem;
    padding-top: 5px;
    margin-bottom: -5px;
    font-family: var(--ff-main);
    }

._Title03 .ttl{
    display: table-cell;
    width: calc(100% - 8%);
    box-sizing: border-box;
    /* font-size: 5.0rem; */
    font-size: calc(100vw / 40);
    line-height: 1.2;
    padding: 1% 0 2% 2%;
    vertical-align: middle;
    font-weight: 400;
    }
._bg ._Title03{color:#fff;}
._bg ._Title03::after{border-color: #fff}
._bg ._Title03 .nm{color: var(--c-main);}
._bg ._Title03 .nm strong{background:#fff;}


._Title04{
    /*font-size: 5.0rem;*/
    /* font-size: calc(100vw / 27); */
    font-size: calc(100vw / 32);
    font-weight: 500;
    margin-bottom: 30px;
    padding-left: 7%;
    position: relative;
    }
._Title04::before{
    position: absolute;
    content: "■";
    /*background:  var(--c-main); */
    color: var(--c-main);
    /* font-size: calc(100vw / 27); */
    font-size: calc(100vw / 30);
    /*width: 40px;
    height: 40px;*/
    /* top: 2%; */
    top: 1%;    
    left: 0;
    }

@media screen and (max-width: 1450px) {
._Title02{
    /* font-size: calc(100vw / 27); */
    font-size: calc(100vw / 30);
    }
/*._Title03 .ttl{
font-size: calc(100vw / 28);
    }*/
}

/* TAB */
@media screen and (max-width: 780px) {
._Title{margin-bottom: 6%;}
._Title .en{
    font-size: calc(100vw / 15);
    line-height: 1.1;
    /*font-size: 5.4rem;*/}
._Title .ja{
    font-size: calc(100vw / 35);
    /*font-size: 2.2rem;*/}
    
._Title02{
    font-size: 3.2rem;
    font-weight: 500;
    margin-bottom: 35px;
    }
/* ._Title02 span{padding: 3px 10px 5px;} */
._Title02 span{padding: 10px;}

._Title03,
._bg .cntBox ._Title03{
    /* padding-bottom: 20px; */
    margin-bottom: 20px;
    }
._Title03 .nm,
._bg .cntBox ._Title03 .nm{
    width: 60px;
    }
._Title03 .nm strong,
._bg .cntBox ._Title03 .nm strong{
    padding: 10px 2px;
    font-size: 3.0rem;
    }
._Title03 .nm span{
    font-size: 1.0rem;
    padding-top: 5px;
    margin-bottom: -6px;
    }

._Title03 .ttl{
    width: calc(100% - 60px);
    font-size: 6.1vw;
    font-weight: 500;
    padding-left: 10px;
    }

._Title04{
    font-size: 3.0rem;
    margin-bottom: 20px;
    padding-left: 38px;
    }
._Title04::before{
    /*width: 22px;
    height: 22px;*/
    font-size: 3.0rem;
    top: 3%;
    }
}

/* SP */
@media screen and (max-width: 580px) {
 ._Title02{font-size: 2.6rem;}   
}
@media screen and (max-width: 480px) {
._Title .en{/*font-size: 3.8rem;*/}
._Title .ja{/*font-size: 1.5rem;letter-spacing: 0;*/}
._Title02{font-size: 5.5vw;}
}



._Box._bg{background: rgba(229,1,17,0.8);}
._Box .cntInner{
    /*max-width: 1430px;
    width: 96%;*/
    width: 80%;
    margin: 0 auto;
    }
._Box .cntText{
    font-weight: 600;
    letter-spacing: .075em;
    line-height: 1.8;
    }

.cntBtn{
    width: 100%;
    max-width:580px;
    margin:35px auto 0 0;
    text-align: left;
    }
.cntBtn.--ta-r{margin:35px 0 0 auto;text-align: left;padding-right:80px;}
.cntBtn.--center{margin:35px auto 0;text-align: left;}
.cntBtn a {
    display: block;
    width: 100%;
    position: relative;
    font-size: 2.5rem;
    text-transform: uppercase;
    transition: 0.7s;
    background: var(--c-main);
    border: 2px solid var(--c-main);
    color: #fff;
    text-align: center;
    padding: 22px 0;
    box-sizing: border-box;
    }
.cntBtn a span{
    background: url("../img/newgraduate/arw02.png")no-repeat left center;
    padding-left: 35px;
    background-size: 25px;
    }
.cntBtn a:hover{}

.cntDiv{}
.cntImg{}
._Box.-inver .cntDiv{}
._Box.-inver .cntImg .inner{ }
._Box .cntList{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap:         wrap;
    justify-content:space-between;
    }


/* TAB */
@media screen and (max-width: 780px) {
    .cntBtn a {font-size: 1.8rem;}
    }
/* SP */
@media screen and (max-width: 480px) {
    ._Box .cntInner{width: 90%;}
    .cntBtn a {font-size: 1.6rem;}
    .cntBtn a span{background-size: contain;}
    }


/* ローディング */
#loading{
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 999;
    }


/* ヘッダー */
#header {
    position: fixed;
    /* position: sticky; */
    width: 100%;
    top: 0;
    left: 0;
    z-index: 101;
    /* background-color: rgba(255,255,255,0.9); */

    }
#header.scrolled {
    background-color: rgba(255,255,255,0.9);
    /*box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);*/
    transition: all 1s 0s ease;/*transitionの記述を追加*/
    }
#header .cntInner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    /* padding:35px 10px; */
    padding:2%;
    margin: 0 auto;
    box-sizing: border-box;
    }
#headerLogo{
    width: 50%;
    font-size: 1.6rem;
    letter-spacing: 0;
    vertical-align: middle;
    }
#headerLogo img{max-width: 330px;}
#headerLogo span{
    margin-left: 15px;
    top: 40%;
    position: absolute;
    }
#header .cntBox.btn{
    width: 30%;
    box-sizing: border-box;
    margin-right: 50px;
    }
#header .cntBox.btn .cntList{
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    }
#header .cntBox.btn .cntList li{
    width: 49%;
    }
#header .btn .cntList a{
    display: block;
    width: 100%;
    border-radius: 100px;
    background: #ed4d58;
    color: #fff;
    text-align: center;
    padding: 10px 2%;
    font-family: var(--ff-main);
    /*font-size:1.7rem;*/
    font-size: calc(100vw / 95);
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: .025em;
    transition: 0.7s;
    }
#header .btn .cntList li:last-child a{background: #03649a;}
#header .btn .cntList .en{
    display: block;
    /*font-size:1.5rem;*/
    font-size: calc(100vw / 105);
    letter-spacing: 0;
    font-weight: 400;
    }

#headerBtn{
    position: fixed;
    /* top: 35px; */
    right: 1%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 999;
    background: #141414;
    border-radius: 100px;
    }
#headerBtn span{
    position: absolute;
    left: 10px;
    display: inline-block;
    width: calc(100% - 20px);
    height: 2px;
    transition: all .5s;
    background:#fff;
    border-radius: 100px;
    }
#headerBtn span:nth-of-type(1){top: 16px;}
#headerBtn span:nth-of-type(2){
    top: 50%;
    transform: translateY(-1px);
    }
#headerBtn span:nth-of-type(3){bottom: 15px;}
#headerBtn.active span{background:#fff;}
#headerBtn.active span:nth-of-type(1){transform: translateY(7px) rotate(45deg);}
#headerBtn.active span:nth-of-type(2){opacity: 0;}
#headerBtn.active span:nth-of-type(3){transform: translateY(-9px) rotate(-45deg);}

@media screen and (max-width: 1430px) {}
@media screen and (max-width: 1000px) {}

/* TAB */
@media screen and (max-width: 780px) {
#header .cntInner{
    padding:15px 10px;
    }
#headerLogo{
    width: 30%;
    font-size: 1.1rem;
    letter-spacing: 0;
    vertical-align: middle;
    }
#headerLogo img{max-width: 210px;}
#headerLogo span{
    /* margin-left: 30px; */
    margin-top: -3px;
    margin-left: 33px;
    /*top: 66%;*/
    display: block;
    position: static;
    }
#header .cntBox.btn{
    width: 45%;
    margin-right: 40px;
    }
#header .btn .cntList a{
    padding: 6px 5px;
    font-size:1.2rem;
    letter-spacing: 0;
    }
#header .btn .cntList .en{
    font-size:1.2rem;
    }
#headerBtn{
    top: 2.4vw;
    right: 5px;
    width: 40px;
    height: 40px;
    }
#headerBtn span{
    left: 10px;
    width: calc(100% - 20px);
    height: 2px;
    }
#headerBtn span:nth-of-type(1){top: 12px;}
#headerBtn span:nth-of-type(3){bottom: 12px;}
#headerBtn.active span:nth-of-type(1){transform: translateY(7px) rotate(45deg);}
#headerBtn.active span:nth-of-type(3){transform: translateY(-7px) rotate(-45deg);}
}

/* SP */
@media screen and (max-width: 480px) {
    
#headerLogo {font-size: 1.0rem;}
#headerLogo img{max-width: 135px;}    
#headerLogo span {margin-left: 18%;}
#header .btn .cntList a{font-size: 1.0rem;}
#header .btn .cntList .en {font-size: 0.9rem;}
#headerBtn{top: 3.3vw;}
}

/* スマホナビ */
#nav{
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100vh;
    padding-bottom: 70px;
    background: #fff;
    z-index: 100;
    color: #333;
    }
#nav .cntInner{
    padding: 120px 20px 0;
    }
#nav .cntList{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap:         wrap;
    justify-content:space-between;
    /* max-width: 1430px;
    margin: auto;     */
    max-width: 1335px;
    margin: 2% auto;
    }
#nav .cntList ul{
    /* width: 25%; */
    width: 19%;
    text-align: left;
    }
#nav .cntList ul:nth-child(1){margin-left: 4%;}
#nav .cntList ul li{
    margin-top: 15px;
    line-height: 1.2;
    letter-spacing: .05em;
    font-weight: 500;
    }
#nav .cntList ul li:nth-child(1){margin-bottom: 20px;}
#nav .cntList ul li .ttl{
    color:var(--c-main);
    font-size: 1.5rem;
    }
#nav .cntList ul li .ttl span{
    display: block;
    letter-spacing: 0;
    font-size: 2.2rem;
    }
#nav .cntList ul li a{
    font-size: 1.5rem;
    padding-left:0.9em;
    text-indent:-0.7em;
    }

@media screen and (max-width: 1280px) {
    #nav .cntList ul{
    width: 23%;
    }
}
/* TAB */
@media screen and (max-width: 780px) {
#nav{
    height: 100%;
    padding-bottom: 0;
    }
#nav .cntInner{
    padding: 65px 10px 0;
    overflow: auto;
    height: 100vh;
    }
#nav .cntList ul{
    width: 100%;
    }
#nav .cntList ul{margin-left: 4%;}
#nav .cntList ul li{
    margin: 0;
    margin-bottom:5px;
    line-height: 1.1;
    letter-spacing: 0;
    }
#nav .cntList ul li:nth-child(1){margin:10px 0 5px;}
#nav .cntList ul li .ttl{
    font-size: 1.1rem;
    }
#nav .cntList ul li .ttl span{
    display: inherit;
    letter-spacing: 0;
    padding-right:5px;
    font-size: 1.5rem;
    }
#nav .cntList ul li a{font-size: 1.3rem;}
#nav .cntList ul li a br{display: none;}
}

/* フッター */
#footer{background:url("../img/cmn/ftbg.jpg")repeat;}
#footer .cntInner{
    z-index: 2;
    max-width: 1300px;
    width: 96%;
    margin: 0 auto;
    padding: 70px 0;
    }

#footer #footerLogo{
    text-align: left;
    margin: 0 0 40px;
    }
#footer #footerLogo img{max-width: 400px;width: 96%}
#footer .footerNav .cntList{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap:         wrap;
    justify-content:space-between;
    width: 100%;
    }
#footer .footerNav .cntList ul{
    width: 20%;
    }
#footer .cntList ul li{
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    margin-bottom: 5px;
    }
#footer .cntList li .ttl{
    color:var(--c-main);
    letter-spacing: .05em;
    }
#footer .cntList li a{
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing:0;
    padding-left:0.8em;
    text-indent:-0.6em;
    line-height: 1.4;
    }
#footer .footerNav .cntList ul:nth-child(4) li:nth-child(4){
    margin-top: 26px;
    }

#footer #copyright{
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.0;
    text-align: center;
    background:  var(--c-main);
    color: #fff;
    padding: 25px 0;
    }

/* トップへ戻るボタン */
#top{
	position: fixed;
	bottom: 0;
	right: 0;
	width: 52px;
	z-index: 100;
    }

/* TAB */
@media screen and (max-width: 780px){
#footer .cntInner{
    padding: 50px 0;
    }
#footer #footerLogo{
    text-align: center;
    width: 100%;
    margin: 0 auto;
    }
    
#footer #copyright{
    font-size: 1.3rem;
    padding: 20px 0;
    }

#top{width: 40px;}
}
/* SP */
@media screen and (max-width: 480px) {
#footer .cntInner{padding: 30px 0;}

 
#top{width: 30px;}
}




/*------------------------------------------------------------
	over_effect
------------------------------------------------------------*/
.over_effect {width: 100%;overflow: hidden;}
.over_effect a {text-decoration: none;}
.over_effect img{transition: 0.7s;}
.over_effect a:hover img {
	display: block;
	transform: scale(1.1, 1.1);
	transition-duration: 0.8s;
	}


