@charset "UTF-8";
/*###############################################
リセット
###############################################*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: bottom;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input[type="submit"] {
	cursor:pointer;
	border:1px solid #ccc;
}
/*###############################################
common
###############################################*/
a {color: #333;text-decoration:underline;}
a:hover{color:#10ac36;}
.clear {clear:both;}
.fl{float:left;}
.fr{float:right;}
img.fl{margin-right:15px;margin-bottom:15px;}
img.fr{margin-left:15px;margin-bottom:15px;}
.mgt5 {margin-top:5px;}
.mgt10{margin-top:10px;}
.mgt15{margin-top:15px;}
.mgt20{margin-top:20px;}
.mgt30{margin-top:30px;}
.mgt40{margin-top:40px;}
.mgt50{margin-top:50px;}
.mgt60{margin-top:60px;}
.mgb10{margin-bottom:10px;}
.mgb20{margin-bottom:20px;}
.mgb30{margin-bottom:30px;}
p strong {font-weight:bold;}
label{cursor:pointer;}
td,th {text-align:left;vertical-align:top;}
.tx_r{text-align:right;}
.tx_center{text-align:center;}
.clearfix::after {
	content:'';
	display:block;
	clear:both;
}
.pc_block {display:block;}
/*###############################################
structure
###############################################*/
html {
	font-size: 62.5%;
}
html, body {
    width: 100%;
    height: 100%;
    background: #fff;
    color: #333;
    line-height: 1.5;
    vertical-align: middle;
}
body {
	text-align:left;
	font-family: "Montserrat","メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",sans-serif;
}
strong{
    font-weight: normal;
}
#container {
	width:100%;
	padding-top:80px;
}
#pagehead {
	width:100%;
	height:76px;
	margin:0 auto;
	text-align:left;
	background-color:#fff;
	position:absolute;
	top:0;
	z-index:900;
}
#pagehead .inr {
	width:100%;
	max-width:1200px;
	margin:0 auto;
}
#main {
	width:100%;
	max-width:1900px;
	margin:0 auto;
}
/*###############################################
header
###############################################*/
#logo {
	width:200px;
	margin:0;
	position:absolute;
	left:30px;
	top:20px;
	cursor:pointer;
}
#logo img {
	width:100%;
	height:auto;
	max-width:165px;
}
#label_recruit {
	display: inline-block;
	font-size: 16px;
	color: #809183;
	font-weight: lighter;
	text-align: center;
	border-radius: 40px;
	border:1px solid #809183;
	padding:5px 15px;
	position: absolute;
	left:110px;
	top:22px;
}
#label_recruit a {text-decoration: none}
#label_recruit:hover {
	background-color: #48ba5c;
	border:1px solid #48ba5c;
	color: #fff;

}
#label_recruit:hover a{
	color: #fff;
}
/*###############################################
mainmenu
###############################################*/
/*mainmenu*/
#mainmenu {
	padding-left:20%;
	height:76px;
}
#gnv {
	width:100%;
	/*display:flex;
	justify-content: space-between;*/
	overflow:hidden;
}
#gnv li {
	display:inline-block;
}

#gnv li a {
	display:block;
	width:100%;
	padding:28px 8px 0;
	height:76px;
	box-sizing:border-box;
	color:#302f2f;
	font-size:1.6rem;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}
#gnv li a:hover {
	color:#10ac36;
}
#snv {
    position: absolute;
    right: 30px;
    top: 15px;
}
#snv li{
	display:inline-block;
}
#snv li a{
    color: #FFF;
    text-decoration: none;
    font-size: 18px;
    display: block;
    padding: 10px 25px 9px 68px;
    background-color: #FF3600;
    border-radius: 40px;
    font-weight: bold;
    position: relative;
}
#snv li a:hover {
    background-color: #FF3600;
}
#snv_recruit a::before{
	content: '';
	width: 36px;
	height: 27px;
	position: absolute;
	left: 22px;
	top: 8px;
	background-image: url(../img/ic_mail.png);
	background-repeat: no-repeat;
}
#snv #snv_tel {
	display: none;
}
#mainmenu #snv #snv_tel {
}
/*###############################################
footer
###############################################*/
#pagefoot {
	width:100%;
	background-color:#f3f1f1;
	overflow: hidden;
}
#pagefoot .inr {
	padding:50px 0 30px;
	width:100%;
	max-width:1200px;
	margin:0 auto;
}

#f_h {
    background-color: #FF3600;
    position: relative;
    text-align: center;
    padding-top: 15px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 40px;
}
#f_h::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 800px 0 800px;
	border-color: #01a92e transparent transparent transparent;
    position: absolute;
    left: 50%;
    bottom: -48px;
    margin-left: -800px;
    z-index: 200;
}
#f_h h4 {
    font-size: 18px;
    color: #fff;
}
#f_h p {
	color: #fff;
	font-size: 14px;
}
#f_h .box_c {
	position: absolute;
	bottom: -30px;
	z-index: 202;
	width: 300px;
	text-align: center;
	left: 50%;
	margin-left: -150px;
}
#f_info {
	display:block;
	max-width: 500px;
	margin:0 auto;
	color:#333;
	position:relative;
	font-size:1.4rem;
	text-align:center;
	box-sizing:border-box;
	position: relative;
}
#f_info p span {
	display:block;
}
#f_tel {
	display:inline-block;
	text-align:center;
	color:#fff;
	font-size:7rem;
	line-height: 7rem;
	margin-bottom: 20px;
}
#f_tel a {
	color:#333;
	text-decoration:none;
}
#f_logo {
    display: inline-block;
    width: 180px;
    padding-top: 10px;
    margin-bottom: 5px;
}
#f_logo img {
	width:100%;
	height:auto;
}
#f_info .text {
	font-size: 24px;
	padding-top: 15px;
	padding-left: 120px;
	text-align: left;

}
#label_current {
	background-color: #B4E227;
	border-radius: 50%;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.8rem;
	width: 100px;
	height: 100px;
	position: absolute;
	left: 0;
	top: 0;
	padding-top: 20px;
	box-sizing: border-box;
}
.fbtn li {
	width: 240px;
	display: inline-block;
	box-sizing: border-box;
}
.fbtn li:first-child {
	margin-right: 15px;
}
.fbtn li a {
	display: block;
	background-color: #ccc;
	width: 100%;
	padding: 15px 0;
	font-size: 28px;
	text-align: center;
	box-sizing: border-box;
	text-decoration: none;
	border-radius: 25px;
	color: #fff;
}


.fbtn li.recruitment a {
	background-color:#c9be88;
}
.fbtn li.recruitment a:hover {
	background-color:#b6aa71;
}
.fbtn li.application a {
	background-color:#44b3a8;
}
.fbtn li.application a:hover {
	background-color:#309b90;
}

#f_info .time {
	margin-top: 20px;
}
#f_info .time dt {
	font-size: 14px;
	display: inline-block;
	border:1px solid #333;
	padding:5px 10px;
	vertical-align: middle;
	margin-right: 10px;
	border-radius: 50px;
}
#f_info .time dd {
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
}


#fnv {
	background-color: #fff;
	text-align: center;
	display:block;
	margin-top:5px;
	padding:40px 0;
}
#fnv ul {
	max-width: 900px;
	margin:0 auto;
}
#fnv li {
	display:inline-block;
	margin-right:15px;
	margin-bottom:10px;
}
#fnv li a {
	font-size:1.4rem;
	color:#333;
	font-weight: bold;
	text-decoration:none;
	position:relative;
	padding-left:15px;
}
#fnv li a:hover {
	text-decoration:underline;
}
#copy {
	border-top: 1px solid #eee;
	background-color: #fff;
	font-size:12px;
	padding:10px 0;
	text-align:center;
}
#pagetop {
	display: none;
	position: fixed;
	bottom: 60px;
	right: 40px;
	z-index: 100;
}
#pagetop a {
    display: block;
    width: 48px;
    height: 48px;
    box-shadow: 0 0 8px #fff;
    background-color: #FF5200;
    border-radius: 50%;
    text-indent: -100px;
    text-align: left;
    font-size: 10px;
    overflow: hidden;
    opacity: 0.8;
    position: relative;
}
#pagetop a::after {
	display:inline-block;
	content:'';
	width:10px;
	height:10px;
	border-top:3px solid #fff;
	border-left:3px solid #fff;
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-4px;
	margin-left:-6px;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
#pagetop a:hover {
	opacity:1.0;
}

/*###############################################
common
###############################################*/
#main p {
	font-size:1.5rem;
}
/*---------st---------*/


#news_base li{
	border-bottom:1px solid #fff;
	position:relative;
	padding:6px 0 2px 190px;
	min-height:30px;

}
#news_base li h4 {
	color:#fff;
	position:absolute;
	left:2px;
	top:8px;
	font-size:1.3rem;
}
#news_base li h5 {
	color:#fff;
	position:absolute;
	left:80px;
	top:6px;
	width:100px;
	text-align:center;
	font-size:1.3rem;
	color:#a29fc5;
	padding:2px 0;
}
#news_base li h5.s1 {
	background-color:#e3bf13;
	color:#fff;
}
#news_base li h5.s2 {
	background-color:#fff;
	color:#a29fc5;
}

#news_base li p {
	color:#fff;
}
#news_base li a {
	display:block;
}
#news_base li:hover {
	background-color:#8f8bbc;
}
.st1 {
	font-size:3.0rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}

.st2 {
	font-size:3.0rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}
.st3 {
	font-size:2.8rem;
	font-weight:bold;
	text-align:center;
	margin-bottom:15px;
}
.st4 {
	font-family: 'Noto Serif JP', serif;
	font-size: 36px;
	letter-spacing: 0.1em;
	line-height: 1.6em;
}
.st5 {
	font-family: 'Noto Serif JP', serif;
	font-size: 11px;
	letter-spacing: 1.4em;
}
.st6 {
	font-size: 24px;
	font-weight:bold;
	color: #48ba5c;
	position: relative;
	margin-bottom: 15px;
}
.st6 span {
	background-color: #fff;
	display: inline-block;
	position: relative;
	z-index: 4;
	padding-right: 15px;
}
.st6::after {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #48ba5c;
	position: absolute;
	top: 15px;
	left: 0;
}
.st6.gr {color: #4d94a3}
.st6.gr::after {
	background-color: #4d94a3;
}
.btn1 {
    font-size: 1.8rem;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    padding: 18px 0;
    width: 280px;
    text-align: center;
    border-radius: 100px;
    position: relative;
    background-color: #2DC08A;
    letter-spacing: 1.2px;
}

.btn1::after  {
	display:inline-block;
	content:'';
	width:8px;
	height:8px;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	position:absolute;
	right:20px;
	top:50%;
	margin-top:-5px;

	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.btn1:hover {
    background-color: #20a373;
    color: #fff;
}
.bone {
	width: 100%;
	box-sizing: border-box;
	max-width: 1000px;
	margin:0 auto;
}

#lower_info {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 10px;
	margin-bottom: 40px;
}
#lower_info .box {
	width: 47%;
	display: inline-block;
	border:1px solid #d1d1d1;
	box-sizing: border-box;
	border-radius: 25px;
	padding: 35px 0;
	background-color: #fefefe;
}
#lower_info h4 {
	font-size:24px;
	font-weight: bold;
	text-align: center;
}
#lower_info p {
	padding:10px 35px;
}
#lower_info figure {
	width:100%;
	padding:0 35px;
	box-sizing: border-box;
}
#lower_info figure img {
	width:100%;
	height: auto;
	height: 300px;
}
.pictures {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pictures figure img {
	width:100%;
	height: auto;
	border-radius: 15px;
}
.pictures figcaption {
	font-size: 16px;
	margin-top: 6px;
}
/*--------interview--------*/
#interview li {
	width: 31%;
	margin-bottom: 45px;
}
#interview li a {
	display: block;
	height: 0;
	padding-top: 124.4%;
	background-color: #f9fbfa;
	background-size: contain;
	background-repeat: no-repeat;
	transition-duration: 0.4s;
	text-align: center;
	text-decoration: none;
	font-family: "Montserrat",sans-serif;
	font-size: 14px;
	font-weight: 100;
	color: #999;
	border-radius: 15px;
}

#nabekura a {background-image: url(../img/simg_staff_nabekura00.png)}
#nabekura a:hover {background-image: url(../img/simg_staff_nabekura00on.png)}
#fujiwara a {background-image: url(../img/simg_staff_fujiwara00.png)}
#fujiwara a:hover {background-image: url(../img/simg_staff_fujiwara00on.png)}
#nakajima a {background-image: url(../img/simg_staff_nakajima00.png)}
#nakajima a:hover {background-image: url(../img/simg_staff_nakajima00on.png)}
#tsunawaki a {background-image: url(../img/simg_staff_tsunawaki00.png)}
#tsunawaki a:hover {background-image: url(../img/simg_staff_tsunawaki00on.png)}
#sato a {background-image: url(../img/simg_staff_sato00.png)}
#sato a:hover {background-image: url(../img/simg_staff_sato00on.png)}
#yokota a {background-image: url(../img/simg_staff_yokota00.png)}
#yokota a:hover {background-image: url(../img/simg_staff_yokota00on.png)}


#base_dmbg div{
	width:1px;
	height:1px;
	overflow: hidden;
}
#dmbg001{background-image: url(../img/simg_staff_nabekura00on.png)}
#dmbg002{background-image: url(../img/simg_staff_fujiwara00on.png)}
#dmbg003{background-image: url(../img/simg_staff_nakajima00on.png)}
#dmbg004{background-image: url(../img/simg_staff_tsunawaki00on.png)}
#dmbg005{background-image: url(../img/simg_staff_sato00on.png)}
#dmbg006{background-image: url(../img/simg_staff_yokota00on.png)}


/*retina*/
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	#snv_recruit a::before{
		background-image: url(../img/ic_mail@2x.png);
		background-size:36px 27px;
	}
}
