

@charset "utf-8";
html{
    font-size: 62.5%;
}
body {
    font-family: "游ゴシック", "游明朝";
    font-size: 1.6rem;
}

li {
    list-style: none;
}
a {
    text-decoration: none;
}

h1, h2{
    font-size: 60px ;
    font-family: "游明朝" ;
    /* color: #0C2E48; */
    /* color: #fff; */
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
h1 img{
	max-width: 120px;
	width:100%;
}

/** reset **/
/* =============================================== */
html, body, div, h1, h2, h3, h4, h5, h6, p, a, blockquote, pre,
address, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, header, footer {
	margin: 0; padding: 0; box-sizing: border-box;
}
p:not(:last-of-type) { margin-bottom: 1.5rem; }
table { border-collapse: collapse; border-spacing: 0; width: 100%; }
ul { list-style: none; }
img { max-width: 100%; height: auto; border: 0; }
img, input { vertical-align: middle; }
.object-fit-img { object-fit: cover; font-family: 'object-fit: cover;'}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
/** common **/
/* =============================================== */
html {
	font-size: 62.5%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body, input, textarea, pre, code {
	position: relative;
	color: #333;
	font: 1.6rem/1.6 "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: .1rem;
}
input::placeholder,
textarea::placeholder {
	color: #717171;
}
/* IE */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #717171;
}
/* Edge */
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: #717171;
}
a {
	color: #333;
	text-decoration: none;
	transition: all .1s linear;
}
a:hover {
	color: #cccccc;
}
a img {
	transition: all .1s linear;
}
a:hover img {
	opacity: .7;
}
@font-face {
	font-family: "Roboto";
	font-weight: 400;
	font-style: normal;
	src: url("../fonts/Roboto-Bold.woff2") format("woff2");
	font-display: swap;
  }
.ta_center{
    text-align: center;
}
.ta_right{
    text-align: right;
}
.ta_left{
    text-align: left;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
 }
 .fs_24{
     font-size: 24px;
 }
 .only-sp{
    display: none;
}
.only-pc{
    display: block;
}
.color_white {
    color: #fff
  }
  .link-btn{
      width:300px;
      height:50px;
      position: relative;
      margin: 0 auto ;
  }
  .link-btn a{
    width:100%;
    height:100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    border:1px solid #707070;
    background-color: #FFF;
    color:#0C2E48;
}
.link-btn img{
    position: absolute;
    top:calc(50% - 6px);
    right:0;
    padding-right:10px;
    width:8px;
}
.mb10{
    margin-bottom:10px;
}
.mb20{
    margin-bottom:20px;
}
.mb30{
    margin-bottom:30px;
}
.mb40{
    margin-bottom:40px;
}
.mb80{
    margin-bottom:80px;
}
.mt10{
    margin-top:10px;
}
.mt20{
    margin-top:20px;
}
.mt30{
    margin-top:30px;
}
.mt40{
    margin-top:40px;
}
.mt80{
    margin-top:80px;
}
.pt10{
    padding-top:10px;
}
.pt20{
    padding-top:20px;
}
.pt40{
    padding-top:30px;
}
.pt40{
    padding-top:40px;
}
.pb10{
    padding-bottom:10px;
}
.pb20{
    padding-bottom:20px;
}
.pb30{
    padding-bottom:30px;
}
.pb40{
    padding-bottom:40px;
}
.h2-area{
    display: flex;
}
.h2-area .h2-left{
    flex:45;
    text-align: right;
    padding-right:20px;
    background-color: #062E48;
    color:#FFF
}
.h2-area .h2-right{
    flex:55;
    margin-left:2em;
    display: flex;
    align-items: flex-end;
    font-size: 24px;
}
.w80{
	width:80%;
	margin:0 auto;
}
/** nav **/
/* =============================================== */
nav ul .nav_entry a {
	width: 15rem;
	background-color: rgba(6, 46, 72, 1);
	color: #fff;
	margin:10px 0;
}
nav ul .nav_entry.new_graduate a{
	border: 1px solid rgba(6, 46, 72, 1);
	background-color: #FFF;
	color: rgba(6, 46, 72, 1);
}

@media (max-width: 1200px) {
	.nav_logo {
		transition: all .1s linear;
	}
	h1 {
		margin: 3px 3.3%;
		padding: 0;
		top: 1.8rem;
		left: 5%;
			/* fix202220225 */
		z-index: 90;
	}
	h1 img {
		margin: 0 4%;
		padding: 0;
		height: 45px;
		vertical-align: text-top;
	}
	/* .menu_contents li a,
	nav ul .nav_entry a {
		color: rgba(6, 46, 72, 1);
	} */
    nav ul .nav_entry.new_graduate a{
        border:none;
    }
	
	nav ul li:hover a {
		background:transparent;
		color: rgba(6, 46, 72, 1);
	}
	.menu .menu_list > a:hover {
		background: transparent;
		color: rgba(6, 46, 72, 1);
	}
	nav ul li a span {
		margin: 0;
	}
	nav ul li a span::before {
		position: relative;
	}
	nav ul li a span::after {
		position: relative;
	}
	/* nav ul .nav_entry a {
		background: transparent;
	} */
	nav ul .nav_entry ul li::before {
		display: none;
	}
	/* .nav_entry .menu_contents li {
		width: 100%;
		margin: 0;
	} */
	nav ul li ul {
		display: block;
		position: relative;
		background: transparent;
		left: 0;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	nav ul li ul li {
		position: relative;
		padding-left: 0;
	}
	nav ul li ul li::before {
		content: "-";
		display: block;
		position: absolute;
		top : 50%;
		left : -18px;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		color: rgba(6, 46, 72, 1);
	}
	nav ul li ul,
	nav ul li:hover ul,
	.nav_fixed nav ul li ul {
		top: 0;
		margin-bottom: 1.5rem;
		padding: 0;
		visibility: visible;
	}
	.nav_fixed nav {
		padding: 0;
	}
	nav ul li ul a {
		font-size: 1.6rem;
	}
	nav ul .nav_entry li a {
		max-width: 40rem;
		width: 100%;
	}
	.nav_fixed nav ul li ul, .nav_fixed nav ul li:hover ul {
		top: 0;
	}
	.menu-trigger {
		display: block;
	}
}
#overlay {
	position: fixed;
	width: 100%;
	height: 100vh;
	left: 0;
	top: 0;
	background: #fff;
	display: none;
	/* add202220225 */
	z-index: 95;

}
/*fv=============================================*/
.fv{
    position: relative;
    top:120px;
    padding-bottom:120px;
}
/*job-category====================================*/
#job-category{
    background: url("../images/saiyo/job-back.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position:0 210px;
}
#job-category .job-list{
	height:3em;
}
 .job-btn-area ul{
    display: flex;
    justify-content: space-between;
    width: 77%;
    margin:25px auto;
    flex-wrap: wrap;
}
.job-btn-area ul li{
    width:24%;
    border: 2px solid #0C2E48;
    color: #0C2E48;
    text-align: center;
    padding:2em 0;
    flex-wrap: wrap;
    margin:1.5% 0;
    background-color: #FFF;
    position: relative;
}
.job-btn-area ul li a {
    display: block;
}

.job-btn-area ul li.active{
    background-color: #0C2E48;
    color: #FFF;
	position: relative;
}
.job-btn-area ul li.active a{
    color: #FFF;
}
.job-btn-area ul li.active::before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 15px solid #0C2E48;
}
.job-btn-area ul li .arrow{
    display: none;
}
/*interview=============================== */
#interview{
	position: relative;
	padding:20px 0;
}
#interview::before{
	content:"";
	position: absolute;
	top:30%;
	left:10%;
	width: 90%;
	height:70%;
	background-color: #F8F8F8;
}
.interview-list{
    width:68%;
    margin: 20px auto;
}
.interview-list ul{
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}
.interview-list ul li{
    position: relative;
    font-weight: bold;
    width:20vw;
    height:calc(20vw + 100px);
}
.interview-list ul li:nth-child(1),
.interview-list ul li:nth-child(4){
    margin-top:90px;
}
.interview-list ul li:nth-child(2),
.interview-list ul li:nth-child(5){
    margin-top:45px;
}

.interview-list ul li img{
    position: absolute;
    width:20vw;
    height:20vw;
    top:10px;
    left:10px;
}
.interview-list ul li .thum{
    position: absolute;
    border: 5px solid #062E48;
    width:20vw;
    height:20vw;
}
.interview-list ul li .staff-info{
    margin-top:20vw;
    position: absolute;
    background-color: #062E48;
    width: calc(20vw - 20px);
    margin-left:20px;
    padding:20px 0 10px 10px;
    color:#FFF;
}
.interview-list ul li .staff-info img{
	position: relative;
	height:0.8em;
	width: 10px;
	margin-bottom:1.3em;
	margin-right:5px;
}
.interview-list ul li .staff-info a{
    display: inline-block;
    width: 100%;
    text-align: right;
    color:#FFF;
    padding-right:1em;
	position: absolute;
	right: 0;
}
/*workplace====================================*/
#workplace{
	background-color: #F8F8F8;
	margin:80px 0;
	padding:20px 0 80px 0;
}
#workplace ul{
	display: flex;
	width: 60%;
	margin: 0 auto;
    justify-content: center;
}
#workplace ul li{
	width:50%;
	height:20vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #FFF;
	border:1px solid #EFEFEF;
	font-weight: bold;
	font-size: 20px;
}
#workplace ul li:nth-child(2),
#workplace ul li:nth-child(3){
	border-left:none;
}
#workplace ul li img{
	height:8vw;
	min-height:80px;
}

/*philosoohy====================================*/
#philosoohy{
	background: url("../images/saiyo/philosophy-back.png");
    background-repeat: no-repeat;
    background-size: cover;
	background-position:0 3em;
}
#philosoohy .philosoohy-sub{
	width:80%;
	margin: 0 auto;
}
#philosoohy ul {
	display: flex;
	width: 77%;
	margin: 0 auto;
	justify-content: space-between;
}
#philosoohy ul li{
	width:33%;
	justify-content: center;
	background-color: #FFF;
	border: 1px solid #FFF;
}
#philosoohy ul li .list-title{
	padding:1.5em 0;
	text-align: center;
	font-weight: bold;
	background-color: #0C2E48;
	color: #FFF;
}
#philosoohy ul li p{
	color:#0C2E48;
	padding:2em;
}
/*business*/
#business ul{
	display: flex;
	flex-wrap: wrap;
	width:77%;
	margin:40px  auto;
}
#business ul li{
	width:50%;
	border-left:1px solid #0C2E48;
	border-top:1px solid #0C2E48;
}
#business ul li:nth-child(2n){
	border-right:1px solid #0C2E48;
}
#business ul li:nth-child(7){
	border-bottom:1px solid #0C2E48;
}
#business ul li:nth-child(8){
	border-bottom:none;
	border-right:none;
}
#business ul li .li-left{
	background-color: #707070;
	width: 200px;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	border-bottom:1px solid #fff;
	float: left;
	font-weight: bold;
}
#business ul li .li-left.shop{
	background: url("../images/saiyo/shop-back.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
#business ul li .li-left.make{
	background: url("../images/saiyo/make-back.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
#business ul li .li-left.food{
	background: url("../images/saiyo/food-back.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
#business ul li .li-left.nurse{
	background: url("../images/saiyo/nurse-back.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
#business ul li .li-left.fashion{
	background: url("../images/saiyo/fashion-back.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
#business ul li .li-left.db{
	background: url("../images/saiyo/db-back.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
#business ul li .li-left.propaty{
	background: url("../images/saiyo/propaty-back.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
#business ul li .li-left .icon{
	height:47px;
	width:47px;
	margin: 5px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
#business ul li .li-left .icon img{
	max-width: 80%;
	max-height: 80%;
}

#business ul li .li-right{
	padding:0 10px;
	width: calc(100% - 220px);
	height:200px;
	display: flex;
	align-items: center;
	float: left;
	font-size: 14px;
}
#business ul li .link-btn{
	margin-top:calc(100px - 25px);
}
.tour{
	width:77%;
	margin:0 auto;
}
#flow{
	/* width:89%;
	margin-left:11%; */
	width: 100%;;
	background-image: url("../images/saiyo/flow-back.png");
	background-repeat: no-repeat;
	background-size:100% calc(100% - 280px);
	background-position: 17vw 260px;
	margin-bottom:80px;
}
#flow ul{
	margin:40px 0 40px 11%;
	padding: 0;
}
#flow ul li{
	width: 100%;
	height:6em;
	display: flex;
}
#flow ul li .li-left{
	width: 45%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #0C2E48;
	color: #FFF;
	position: relative;
	font-weight: bold;
}
#flow ul li .li-left img{
	height:3.5em;
	width:auto;
	left:3em;
	position: absolute;
}
#flow ul li .naitei{
	border:1px solid #0C2E48;
	background-color: #FFF;
	color: #0C2E48;
}
#flow ul li .li-right{
	width: 55%;
	display: flex;
	align-items: center;
	padding-left: 3em;
}
#flow ul li.li-arrow{
	width:45%;
	height:4em;
	justify-content: center;
}
#flow ul li.li-arrow img{
	width:40px;
	height:auto;
}
#flow .flow-p{
	width:90%;
	margin-left:10%;
	margin-bottom:40px;
}
footer{
	padding:40px 20px;
}
footer img{
	max-width: 120px;
}
/*PC(小)=======================================================================*/
@media screen and (max-width:1500px) {
    .interview-list ul li{
        font-size: 1.4rem;
    }

}
    
@media screen and (max-width:1024px){
    .interview-list ul li{
        font-size: 1.0rem;
    }
	#business ul {
		flex-direction: column;
	}
	#business ul li,#business ul li:nth-child(6){
		width: 100%;
		border:1px solid #0C2E48;
		border-bottom: none;
	}
	#business ul li:last-child{
		border:none;
	}
	#business ul li .li-right{
		font-size: 16px;
	}
	#business ul li .link-btn{
		margin-top:50px;
	}
}
/*SP=======================================================================*/
@media screen and (max-width:768px){
    h2{
        font-size: 28px;
    }
    .fs_sp_21{
        font-size: 21px;
    }
	.fs_sp_14{
        font-size: 14px;
    }
    .only-sp{
        display: block;
    }
    .only-pc{
        display: none !important;
    }
    .fv{
        position: relative;
        top:60px;
        padding-bottom:60px;
    }
    .job-btn-area ul{
        width:95%;
    }
    .job-btn-area ul li{
        width: 48%;
        font-size: 14px;
        margin:4% 0;
    }
    #job-category{
        background: url("../images/saiyo/job-back-sp.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position:0 155px;
    }
    #job-category .job-list{
        padding:0 10%;
        text-align: left;
		margin-bottom:50px;
    }
    .job-btn-area ul li .arrow{
        display: block;
        width:8px;
        height:12px;
        position: absolute;
        top:calc(50% - 6px);
        right:0;
        padding-right:15px;
        background: url("../images/saiyo/icon-arrow-right.svg");
        background-repeat: no-repeat;
        background-size: contain;
    }
	.job-btn-area ul li.active::before{
		display: none;
	}
    .job-btn-area ul li.active .arrow{
        background: url("../images/saiyo/icon-arrow-right-w.svg");
        background-repeat: no-repeat;
        background-size: contain;
    }.h2-area {
		background: #0C2E48;
	}
    .h2-area .h2-left,.h2-area .h2-right{
        padding:20px 0;
    }
    .h2-area .h2-left{
        padding:0;
        display: flex;
        align-items: center;
    }
    .h2-area .h2-left h2{
        font-size: 26px;
        padding:0 20px;
        
    }
    .h2-area .h2-right{
        margin: 0;
        font-size: 14px;
        background-color:#062E48; ;
        color:#FFF;
    }
    .h2-area .h2-right p{
        margin-top:5px;
    }
	#interview::before{
		top:10%;
		left:50%;
		width: 50%;
		height:90%;
		background-color: #F8F8F8;
	}
    .interview-list{
        width: 80%;
		-webkit-justify-content:center;
	    justify-content: center;
    }
	
    .interview-list ul li{
        width:80vw;
        height:calc(80vw + 140px);
        margin-left:-5px;
        font-size: 1.6rem;
    }
    .interview-list ul li:nth-child(1),
    .interview-list ul li:nth-child(4),
    .interview-list ul li:nth-child(2),
    .interview-list ul li:nth-child(5){
        margin-top:0;
    }
    .interview-list ul li img{
        width:80vw;
        height:80vw;
    }
    .interview-list ul li .thum{
        width:80vw;
        height:80vw;
    }
    .interview-list ul li .staff-info{
        margin-top:80vw;
        width: calc(80vw - 20px);
    }
	#workplace ul,#philosoohy ul {
		flex-direction: column;
	}
	#workplace ul li{
		width: 100%;
		height:200px;
		border: none;
		margin-bottom:40px;
	}
	#workplace ul li:last-child,
	#philosoohy ul li:last-child{
		margin-bottom:0;
	}
	#philosoohy ul li{
		width: 100%;
		border: none;
		margin-bottom:40px;
	}
	#philosoohy{
		background: url("../images/saiyo/philosophy-back-sp.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position:0 3em;
	}
	#business ul {
		width:100%;
	}
	#business ul li{
		flex-direction: column;
	}
	#business ul li .li-left,#business ul li .li-right{
		display: block;
		clear:both;
		height:unset;
		width: 100%;
		padding:10px;
	}
	#business ul li .li-left .icon{
		float: left;
		padding-right:10px;
	}
	#business ul li .li-left p{
		margin-top:calc( 23.5px - 0.5em);
	}
	#business ul li .li-right{
		font-size: 14px;
		padding:2em;
	}
	.tour{
		width:95%;
		margin:0 auto;
	}
	#flow{
		width:100%;
		margin:80px auto;
		background-size:100% calc(100% - 250px);
		background-position: 0 230px;
		margin-bottom:80px;
	}
	#flow ul{
		width:90%;
		margin: 40px auto 0 auto;
	}
	#flow ul li{
		flex-direction: column;
		height:auto;
	}
	#flow ul li .li-left,#flow ul li .li-right{
		width:100%;
	}
	#flow ul li .li-left{
		height:6em;
	}
	#flow ul li .li-right{
		padding:1em 0 3em 0;
		font-size: 14px;;
	}
	#flow .flow-p{
		margin:0 auto 40px auto;
		font-size: 14px;
	}
}