*{font-feature-settings: "palt";}
html {font-size: 62.5%; font-family:  'Noto Sans JP', 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif; background: #d80c18; color: #fff; font-weight: 100;}
body{font-size:1.6rem; position: relative; padding-top:90px;}
header{display: flex; align-items: center; padding: 0 0 0 30px; background: rgba(216, 12, 24, 0.7); backdrop-filter: blur(12px);}
header.shadow{box-shadow: #800 0px 0px 20px;}
header{width: 100%;}
header {display: flex; position: fixed; top: 0; z-index: 9999; align-items: start;}
header .logo{display: flex; justify-content: flex-start; padding: 15px 0;}
header .logo a,
header .logo h1{display: block; white-space: nowrap; font-size: 20px;}
header .logo a{  margin-left: 20px; display: flex; align-items: center;}
header .logo h1{line-height: 1.4; margin-top: 2px; padding-right: 20px; border-right: solid 1px #fff;}
header .logo h1 a{margin: 0; font-weight: bold;}
header .logo a img{width: 280px;}
.toggle{ display: none; }
nav {width: 100%;}
nav > ul { justify-content: flex-end; }
nav > ul > li {position: relative;}
nav > ul > li > a {display: block; width: 100%; padding: 35px 10px 40px; line-height: 1; color: #fff; font-weight: bold; }
nav > ul > li:hover a{background: #fff; color: #D80C18}
nav > ul > li:last-child > a{background: #fff; color: #D80C18;border: solid 1px #fff; border-bottom: solid 1px #D80C18; border-left: solid 1px #D80C18;}
nav > ul > li:last-child > a:hover{background: #D80C18; color: #fff; border: solid 1px #fff;}
nav > ul > li > ul {display: none; width: 250px; position: absolute; left: 0; z-index: 10; }
nav > ul > li li > a {display: block; width: 100%; padding: 10px 5%; background-color: #fff; color: #D80C18; font-weight: bold;}
nav > ul > li li > a:hover{ background: #F7CED1; }
.entry{display: none;}
.entry_area{background: url('/recruit/chubu/img/wave_footer.gif') center 0 no-repeat; height: 527px; padding-top: 150px; }
.entry_area p{color: #fff; font-size: 2rem; font-weight: bold; text-align: center; font-style: normal; width: 100%; line-height: 2;}
.entry_area .wrap_entry{display: flex; justify-content: center;}
.entry_area a.more_link{ position: relative; display: block; text-align: center; line-height: 1; background: #fff; color: #d80c18; font-weight:bold; font-size: 3rem; padding: 40px; box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.3); border: solid 3px #d80c18; width: 300px; transform: skewX(-15deg); margin: 40px 0;}
.entry_area a.more_link span{transform: skewX(15deg); display: block;}
.entry_area a.more_link span:before,
.entry_area a.more_link:hover span:before{display: none !important;}
.entry_area a.more_link:hover { border: solid 3px #fff; background: #d80c18; color: #fff; }
.sitemap{ background: #e4555e; padding: 40px 0; }
.sitemap .wrap{display: flex; justify-content: space-between; margin: 0 auto; max-width: 1000px; padding: 0 20px;}
.sitemap .wrap ul{width: 20%; font-style:normal;}
.sitemap .wrap ul li{font-size: 1.4rem; margin-bottom: 15px;}
.sitemap .wrap ul li:first-child{ font-weight: bold; font-size:1.6rem; margin-bottom: 25px;}
.sitemap .wrap ul li a{position: relative; transition: all 0.2s ease 0s;}
.sitemap .wrap ul li a:after { position: absolute; content: ''; bottom: -5px; left: 0; width: 0; height: 1px; background: #fff; transition: all 0.3s ease 0s;}
.sitemap .wrap ul li a:hover:after { width: 100%;}
footer{ text-align: center; font-size: 1.4rem; padding: 20px 0}
.main{ max-width: 1600px; margin: 0 auto; }
.cat_name{ text-align: center; margin: 50px 0;}
.cat_name h2{ font-size: 3.5rem; font-style: normal; font-weight: bold; display: table; margin: 0 auto; background: linear-gradient(transparent 75%, #EB868C 0%); padding: 0 20px;}

.btn.video{transition: .3s; display: inline-block; background: #fff; border-radius: 5px; border:solid 3px #ccc ; position: fixed; right: 20px; bottom: 20px; box-shadow: #ccc 1px 1px 10px; z-index: 10;}
.btn.video:hover{background: #F7CED1; bottom: 25px; border: solid 3px #fff;}

.umios-btn{
    position: fixed;
    right: 0;
    bottom: 200px;
    z-index: 10;
    background: #fff;
    border-radius: 10px 0 0 10px;
    padding: 15px;
    font-size: 11px;
    text-align: center;
    line-height: 1.4;
    box-shadow: 0 0 15px #ccc;
	color: #000;
	font-style: normal;
    img{
        margin-bottom: 10px;
    }
    a{
        display: block;
        background:#0042bc;
        border: solid 1px #0042bc;
        color: #fff;
        padding: 5px 10px;
        border-radius: 15px;
        margin: 5px 0;
        transition: .3s;
        white-space: nowrap;
        font-size: 12px;

        img{        transition: .4s;
            margin-bottom: 10px;
        }
        &:hover{
            border: solid 1px #0042bc;
            background: #fff;
            color: #0042bc;
            img{
                transform: scale(1.1);
            }
        }
    }
}

@media screen and (max-width: 1100px) {
header .logo{margin-top: -10px;}
header .logo img{width: 180px !important;}
header .logo h1 a{font-size: 1.3rem;}
nav > ul > li > a{padding: 30px 5px 30px 5px}
}

@media screen and (max-width: 950px) {
header {  padding-top: 12px; }
header .logo{ display: block; }
header .logo h1 br{display: none;}
header .logo h1 {font-weight: bold; margin-top: 10px;}
}


@media screen and (min-width: 850px){
nav > ul{display: flex}

}


@media screen and (max-width: 849px) {
	body{padding-top: 90px}
	header .logo{ display: block; padding: 15px 0 0 10px; }
	header .logo a{ margin:10px 0 0;}
	header .logo h1 { margin-top:0; letter-spacing: 0; border-right: none; padding-right: 0;}
	header .logo h1 br{display: none;}
	header .logo h1+a{margin:10px 0;}
	header {padding: 0;}
	.toggle{ display: block; cursor: pointer; width: 60px !important; position: absolute; right: 75px;top: -58px !important; border: solid 1px #fff; background-color: #d80c18 !important; color: #fff !important; font-weight: bold; font-size:1.3rem; text-align: center; line-height: 48px; height: 50px;}
	.toggle:hover{ background: #fff !important; color: #d80c18 !important; }
	/* .toggle + ul{display: none} */
	nav{position: absolute; width: 100%; left: 0; top: 90px; background: rgba(255, 255, 255, 0.8); backdrop-filter: blur(12px); z-index: 10; }
	nav > ul {display: none;height: 100vh}
	nav > ul > li > ul{ position: relative; width: 100%; }
	nav > ul > li { border-bottom: solid 1px rgba(255,255,255,0.5) }
	nav > ul > li:last-child{ display: none; }
	nav > ul > li.subnavi{position: relative;}
	nav > ul > li.subnavi:before,
	nav > ul > li.subnavi:after{ display: block; content: '';  background-color: #fff;  position: absolute;  width: 20px;  height: 2px; top: 50%; right: 20px; }
	nav > ul > li.subnavi:before { width: 2px; height: 19px; top: 20px; right: 29px;}
	nav > ul > li.subnavi a.open:after{content: '';  background-color: #D80C18; position: absolute;  width: 20px;  height: 2px; top: 27px; right: 20px; z-index: 100 }
	nav > ul > li > a { padding: 20px 10px; background: #E4555E;}
	nav > ul > li li > a { padding: 12px 5%;border-top: solid 1px #D80C18}
	.entry{display: flex; align-items: center; width: 70px; height: 50px; padding: 5px; font-size:1.2rem;top: 12px; position: absolute; right: 0; padding: 5px; text-align: center; background-color: #fff; color: #D80C18; font-weight: bold;  border: solid 1px #fff; letter-spacing: -1}
}

.entry:hover{background-color: #D80C18; color: #fff; border: solid 1px #fff; }



@media screen and (max-width: 700px) {
	body{font-size:1.4rem;}
	header .logo{ display: block; }
	header .logo h1 { margin-top: 5px; font-size: 1.1rem; letter-spacing: 0;}
	.entry_area{padding-top: 120px;}
	.entry_area a.more_link span{ font-size: 2.5rem; }
	.entry_area a.more_link{padding: 20px;}
	.sitemap .wrap{display: block !important;}
	.sitemap .wrap ul {width: 100% !important; margin: 0 auto;}
	.sitemap .wrap ul li:first-child{margin-bottom: 0; font-size: 1.4rem;}
	.sitemap .wrap ul li{margin: 0 !important; font-size: 1.2rem;}
	.sitemap .wrap ul li a,
	.sitemap .wrap ul li h4{display: block; padding: 15px 10px 15px 20px; border-bottom: solid 1px #F88E8E;}
	.sitemap .wrap ul li:first-child a,
	.sitemap .wrap ul li h4{ padding:15px 10px; background: #f37979; }
	.entry_area{height: auto !important;}
	.entry_area p{font-size: 1.6rem;}
	.entry_area{ padding-top: 0 !important; background-image: none !important; }
	.entry_area .wrap_entry{display: block; }
	.entry_area p br{display: none;}
	.entry_area p {padding: 20px; line-height: 1.5 !important;}
	.entry_area a.more_link{width: 80% !important; margin: 0 auto 20px auto;}
	.sitemap{padding: 0 !important; }
	.sitemap .wrap{padding: 0;}
	footer{font-size: 1.2rem;}
	.btn.video{width: 150px; border: solid 2px #ccc;}
	.btn.video img{width: 100%;}
}

