@charset "utf-8";

/* CSS Document */

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

/*------------------------------------------------------------------------------------------------------------------
　base style
-------------------------------------------------------------------------------------------------------------------*/

body{	
color:#343434;
font-size:20px;
margin:0;
height:100%;
position:relative;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
line-height:1.6;
overflow-x:hidden;
}

body > #primary {
height: auto;
}


a:link {color:#cf3434; text-decoration:underline;}
a:visited {color:#cf3434; text-decoration:underline;}
a:hover {color:#e59c0e; text-decoration:underline;}

img{
border:0;
vertical-align: bottom;
}

p {
	max-height:100%;
}

/*------------------------------------------------------------------------------------------------------------------
　Expression
-------------------------------------------------------------------------------------------------------------------*/

.clear { clear:both; }
.under { margin-bottom:30px !important; }
.under-harf { margin-bottom:15px !important; }
.right { float:right; margin-left:20px; margin-bottom:15px;}
.left { float:left; margin-right:20px; margin-bottom:15px;}
.overflow { overflow:hidden; }
.text-center { text-align:center; }
.text-right { text-align:right; }

.last { margin-bottom:0 !important; }

.sp { display: none; }

@media only screen and (max-width: 750px) {
    .sp { display: block; }
}

#lineup-font-size-sampler {
	display:none;
}

.ro img, .ro {
	transition:0.3s;
}

.ro img:hover, .ro:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

.dropshadow {
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.17);
}

div:after,
section:after,
article:after,
ul:after {
    content: "";
    display: block;
    clear: both;
}

.pc {
	display:none;
}

.sp {
	display:inherit;
}

.tab {
	display:inherit;
}

/*------------------------------------------------------------------------------------------------------------------
　Float Image
-------------------------------------------------------------------------------------------------------------------*/

.photo-l {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}

.photo-r {
	float:right;
	margin-left:20px;
	margin-bottom:20px;
}

.photo-l img {
	width:100%;
	height:auto;
}

.photo-r img {
	width:100%;
	height:auto;
}

.photo-c {
	text-align:center;
}

.photo-c img {
}

/*------------------------------------------------------------------------------------------------------------------
　wp-pagenavi
-------------------------------------------------------------------------------------------------------------------*/

.wp-pagenavi {
	border-top:#d1d1d1 3px double;
	margin-top:10px;
	padding-top:40px;
	display:block !important;
	clear:both !important;
	text-align:center;
}
.wp-pagenavi a ,.wp-pagenavi span.pages, .wp-pagenavi span.extend {
		color:#333333 !important;
		text-shadow:0px 1px #F6F6F6 !important;
		padding:6px 9px 6px 9px !important;
		border:solid 1px #B6B6B6 !important;
		box-shadow:0px 1px #EFEFEF !important;
		-moz-box-shadow:0px 1px #EFEFEF !important;
		-webkit-box-shadow:0px 1px #EFEFEF !important;
		background:#E6E6E6 !important;
		background:-moz-linear-gradient(top,#FFFFFF 1px,#F3F3F3 1px,#E6E6E6) !important;
		background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#FFFFFF),color-stop(0.02,#F3F3F3),color-stop(1,#E6E6E6)) !important;
		font-size:12px !important;
		margin-right:3px !important;
		text-decoration:none !important;
}	
.wp-pagenavi a:hover {
		color:#fff !important;
		text-shadow:0px 1px #4E802C !important;
		border-color:#478223 !important;
		background:#599F2F !important;
		background:-moz-linear-gradient(top,#9FE355 1px,#79BF4A 1px,#599F2F) !important;
		background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#9FE355),color-stop(0.02,#79BF4A),color-stop(1,#599F2F)) !important;
		color:#FFFFFF !important;
		box-shadow:0px 1px #E7E7E7 !important;
		-moz-box-shadow:0px 1px #E7E7E7 !important;
		-webkit-box-shadow:0px 1px #E7E7E7 !important;

}
 .wp-pagenavi span.current{
		padding:6px 9px 6px 9px !important;
		border:solid 1px #DCDCDC !important;
		color:#fff !important;
		box-shadow:0px 1px #E7E7E7 !important;
		-moz-box-shadow:0px 1px #E7E7E7 !important;
		-webkit-box-shadow:0px 1px #E7E7E7 !important;
		margin-right:3px !important;
		text-shadow:0px 1px #4E802C !important;
		border-color:#478223 !important;
		background:#599F2F !important;
		background:-moz-linear-gradient(top,#9FE355 1px,#79BF4A 1px,#599F2F) !important;
		background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#9FE355),color-stop(0.02,#79BF4A),color-stop(1,#599F2F)) !important;
}

/*------------------------------------------------------------------------------------------------------------------
　Primary
-------------------------------------------------------------------------------------------------------------------*/

#primary {
	width:100%;
	height:100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

article {
	width:100%;
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	padding-left:77px;
	padding-right:77px;
	background-image:url(../image/back.gif);
	background-repeat:repeat-y;
	box-sizing:border-box;
}

@media screen and (max-width: 1200px) {
	article {
		width:100%;
		padding-left:30px;
		padding-right:30px;
		margin-left:auto;
		margin-right:auto;
		position:relative;
		box-sizing: border-box;
		background-image:none;
	}
}

#left-window {
	width:691px;
	float:left;
	margin-bottom:50px;
}

#right-window {
	width:315px;
	float:right;
	margin-bottom:50px;
}

@media screen and (max-width:1200px) {
	#left-window {
		width:65%;
		float:left;
		margin-bottom:50px;
	}
	
	#right-window {
		width:32%;
		float:right;
		margin-bottom:50px;
	}
}

@media screen and (max-width:900px) {
	#left-window {
		width:100%;
		float:none;
		margin-bottom:30px;
	}
	
	#right-window {
		width:100%;
		float:none;
		margin-bottom:50px;
		text-align:center;
	}
}

/*------------------------------------------------------------------------------------------------------------------
　Mainvisual
-------------------------------------------------------------------------------------------------------------------*/

#mainvisual {
	max-width:1045px;
	width:100%;
	height:362px;
	margin-left:auto;
	margin-right:auto;
	margin-top:23px;
	overflow:visible;
}

#mainvisual .bx-viewport {
	overflow:visible !important;
}

#mainvisual img {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.41);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.41);
	overflow:visible;
	position:relative;
}

@media screen and (max-width:1110px) {
	#mainvisual {
		height:auto;
	}
	#mainvisual .item img {
		width:100%;
		height:auto;
	}
}

/*------------------------------------------------------------------------------------------------------------------
　Header
-------------------------------------------------------------------------------------------------------------------*/

header {
	width:100%;
	height:750px;
	background-image:url(../image/header/back.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	font-family: "ヒラギノ丸ゴ Pro　", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width:1110px) {
	header {
		height:auto;
		padding-bottom:30px;
		margin-bottom:30px;
	}
}

#header-primary {
	max-width:1200px;
	width:100%;
	height:209px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

header h1 {
	margin:0;
	padding:0;
	font-size:13px;
	color:#646464;
	font-weight:normal;
	position:absolute;
	top:50px;
	left:97px;
}

@media screen and (max-width:1170px) {
	header h1 {
		top:15px;
		padding-right:30px;
	}
}

header .logo {
	background-image:url(../image/header/logo.png);
/*	width:382px;
	height:82px;*/
	width:362px;
	height:77px;
	display:block;
	position:absolute;
	top:86px;
	left:97px;
	transition:0.3s;
	background-size: contain;
	background-repeat: no-repeat;
}

header .logo a {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	display:block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

header .tel {
	background-image:url(../image/header/tel.png);
	width:200px;
	height:70px;
/*	width:343px;
	height:120px;*/
	display:block;
	position:absolute;
	/*top:50px;*/
	/*right:96px;*/
	top:96px;
	right:30px;
	transition:0.3s;
	background-size: contain;
	background-repeat: no-repeat;
}

header .tel a {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	display:block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

@media screen and (max-width:1110px) {
	header h1 {
		left:30px;
	}
	header .logo {
		left:30px;
	}
	header .tel {
		right:30px;
	}
}

/*@media screen and (max-width:730px) {
	header .tel {
		display:none;
	}
}*/

/*------------------------------------------------------------------------------------------------------------------
　Navi
-------------------------------------------------------------------------------------------------------------------*/

nav {
	background-image:url(../image/navi/back.png);
	width:100%;
	height:85px;
}

nav ul {
	max-width:1200px;
	width:100%;
	margin:0;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	list-style:none;
	height:81px;
	background-image:url(../image/navi/back-fix.png);
	background-position:center top;
	background-repeat:no-repeat;
	box-sizing:border-box;
	padding-left:50px;
	padding-right:50px;
}

nav ul li {
	margin:0;
	padding:0;
	display:block;
	float:left;
	width:184px;
	height:81px;
	position:relative;
	transition:0.3s;
	background-color:rgba(255,255,255,0);
}

nav ul li:last-of-type {
	width:180px;
}

nav ul li:hover {
	background-color:rgba(255,255,255,0.2);
}

nav ul li a {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	display:block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

nav ul li.navi01 { background-image:url(../image/navi/navi01.png); }
nav ul li.navi02 { background-image:url(../image/navi/navi02.png); min-width:104px; }
nav ul li.navi03 { background-image:url(../image/navi/navi03.png); min-width:102px; }
nav ul li.navi04 { background-image:url(../image/navi/navi04.png); }
nav ul li.navi05 { background-image:url(../image/navi/navi05.png); min-width:115px; }
nav ul li.navi06 { background-image:url(../image/navi/navi06.png); }

@media screen and (max-width:1110px) {
	nav ul {
		padding-left:0;
		padding-right:0;
		text-align:center;
	}
}

@media screen and (max-width:1220px) {
	nav ul li:first-of-type {
		width:14%;
	}
	nav ul li {
		float:none;
		display:inline-block;
		width:16%;
		background-position:center;
		background-repeat:no-repeat;
	}
	nav ul li:last-of-type {
		width:14%;
	}
}

/*------------------------------------------------------------------------------------------------------------------
　Side
-------------------------------------------------------------------------------------------------------------------*/

.side-menu {
	border:2px solid #40a1e4;
	background-color:#ffffff;
	margin-bottom:20px;
}

.side-menu h2 {
	font-size:18px;
	color:#40a1e4;
	text-align:center;
	display:block;
	background-color:#eaf6ff;
	border-bottom:1px dotted #b8daf2;
	margin:0;
	padding:0;
	padding-top:13px;
	padding-bottom:13px;
}

.side-menu h2 span {
	font-size:12px;
	color:#939393;
	display:block;
}

.side-menu ul {
	list-style:none;
	margin:0;
	padding:0;
}

.side-menu ul li a {
	display:block;
	margin:0;
	padding:0;
	position:relative;
	text-decoration:none;
	font-size:20px;
	color:#000000;
	border-bottom:1px solid #e3e3e3;
	padding-left:20px;
	padding-top:11px;
	padding-bottom:8px;
	background-image:url(../image/layout/ar01.png);
	background-position:right;
	background-repeat:no-repeat;
	transition:0.3s;
}

.side-menu ul li a:hover {
	padding-left:30px;
	color:#40a1e4;
}

#right-window img {
	width:100%;
	height:auto;
}

@media screen and (max-width:900px) {
	#right-window img {
		width:inherit;
	}
	.side-menu ul li a {
		padding-left:0;
	}
}

.side-company {
	border:2px solid #40a1e4;
	background-color:#ffffff;
	margin-bottom:20px;
}

.side-company h2 {
	font-size:18px;
	color:#40a1e4;
	text-align:center;
	display:block;
	background-color:#eaf6ff;
	border-bottom:1px dotted #b8daf2;
	margin:0;
	padding:0;
	padding-top:13px;
	padding-bottom:13px;
}

.side-company h2 span {
	font-size:12px;
	color:#939393;
	display:block;
}

.side-company p {
	margin:0;
	padding:0;
	padding:30px;
}

/*------------------------------------------------------------------------------------------------------------------
　Footer
-------------------------------------------------------------------------------------------------------------------*/

#footer {
	width:100%;
	background-image:url(../image/footer/cc-back.png);
	background-position:center top;
	background-repeat:repeat-x;
	font-family: "ヒラギノ丸ゴ Pro　", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#footer-primary {
	max-width:1100px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

.topback a {
	position:absolute;
	top:0;
	right:0;
	background-image:url(../image/footer/topback.png);
	width:254px;
	height:80px;
	display:block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	transition:0.3s;
}

.topback a:hover {
	background-image:url(../image/footer/topback_on.png);
}

#footer-cc p {
	color:#ffffff;
	height:80px;
	line-height:80px;
	margin:0;
	padding:0;
	font-size:16px;
}

@media screen and (max-width:1110px) {
	#footer-cc p {
		text-indent:30px;
	}
}

#footer h2 {
	font-size:18px;
	color:#646464;
	text-align:center;
	display:block;
	margin-top:30px;
	margin-bottom:20px;
}

#footer .logo {
	background-image:url(../image/footer/logo.png);
	width:382px;
	height:82px;
	display:block;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}

#footer .logo a {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	display:block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

#footer-content {
	padding-top:10px;
	padding-bottom:10px;
	padding-left:30px;
	padding-right:30px;
}

#footer-content p {
	display:block;
	text-align:center;
}

#footer-content p span {
	color:#FF0004;
}

#footer-copyright {
	color:#666666;
	font-size:14px;
	text-align:center;
	background-color:#e2e2e2;
	height:50px;
	line-height:50px;
}

/*------------------------------------------------------------------------------------------------------------------
　Additional
-------------------------------------------------------------------------------------------------------------------*/

#left-window h2 {
	margin:0;
	padding:0;
	font-size:30px;
	color:#40a1e4;
	background-image:url(../image/layout/h2-back.gif);
	background-position:left;
	background-repeat:repeat-y;
	padding-left:34px;
	font-family:"Yu Gothic", YuGothic;
	line-height:30px;
	height:58px;
	overflow:hidden;
	margin-bottom:30px;
}

#left-window h2 span {
	font-size:16px;
	color:#4f4f4f;
	display:block;
	margin-top:6px;
}

#left-window h3 {
	padding-top:12px;
	padding-bottom:12px;
	padding-left:15px;
	padding-right:15px;
	margin:0;
	margin-bottom:30px;
	display:block;
	border-top:2px solid #268ed5;
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	font-family:"Yu Gothic", YuGothic;
	background-image:url(../image/layout/h3-back.gif);
	text-shadow: 0 1px 2px #1d689c;
}

#left-window .box h3 {
	background-image:url(../image/layout/box-h3-back.gif);
	padding-top:8px !important;
	padding-bottom:8px !important;
	padding-left:14px !important;
	padding-right:14px !important;
	border:none !important;
	margin:0;
	margin-bottom:20px !important;
	display:block;
	font-size:24px !important;
	color:#40a1e4 !important;
	text-shadow:none;
}

#left-window .box h3 span {
	font-size:18px !important;
	color:#3c3c3c !important;
}

#left-window h4 {
	background-color:#4b4b4b;
	color:#ffffff;
	height:40px;
	line-height:40px;
	padding-left:25px;
	padding-right:25px;
	font-size:20px;
	text-align:center;
	display:inline-block;
	margin-top:0;
	margin-bottom:15px;
	font-weight:normal;
	font-family:"Yu Gothic", YuGothic;
}

/*----------------------------------------------------------------------------
   responsive.css - fix
------------------------------------------------------------------------------*/

.table-content th {
	text-align:center !important;
	background-color:#40a1e4 !important;
	/*width:28%;*/
	padding:20px;
	border-bottom:1px solid #d8d8d8;
	border-right:1px solid #d8d8d8;
	vertical-align:top;
	white-space:nowrap;
	color:#ffffff;
	font-size:18px;
}

.table-content td {
	text-align:center !important;
	font-size:18px;
}

.table-content td span {
	color:#ff0000;
}

/*----------------------------------------------------------------------------
   Home
------------------------------------------------------------------------------*/

.information-primary {
	position:relative;
	padding-bottom:50px;
}

.archive-button {
	width:230px;
	height:58px;
	display:block;
	position:absolute;
	top:0;
	right:0;
	background-color:#40a1e4;
	color:#ffffff;
	font-size:17px;
	line-height:58px;
	background-image:url(../image/layout/h2-button-icon.png);
	background-position:right;
	background-repeat:no-repeat;
	transition:0.3s;
}

.archive-button:hover {
	background-color:#6cc0fa;
}

.archive-button a {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
	color:#ffffff;
	font-size:17px;
	text-decoration:none;
	text-indent:18px;
	font-family:"Yu Gothic", YuGothic;
	font-weight:600;
	letter-spacing:-1px;
}

@media screen and (max-width:920px) {
	.archive-button {
		width:165px;
		background-image:none;
	}
	.archive-button a {
		font-size:14px;
	}
}

.information-primary .list {
	border:2px solid #e3e3e3;
	box-sizing:border-box;
	margin-bottom:15px;
}

.information-primary .list:last-of-type {
	margin-bottom:0;
}

.information-primary .list h3 {
	margin:0;
	padding:0;
	display:block;
	padding-left:20px;
	padding-right:20px;
	padding-top:15px;
	padding-bottom:15px;
	font-size:22px;
	color:#40a1e4;
	font-family:"Yu Gothic", YuGothic;
	font-weight:600;
	border-bottom:1px dotted #d5d5d5;
}

.information-primary .list h3 span {
	font-size:18px;
	color:#ffffff;
	padding-right:15px;
}

.information-primary .list p {
	padding-left:20px;
	padding-right:20px;
	padding-top:4px;
	padding-bottom:4px;
}

@media screen and (max-width:900px) {
	.non-crasp {
		width:100%;
		height:auto;
	}
}

#info-20200527{
	border:2px solid #40a1e4;
	margin-bottom:50px;
	padding:30px;
	box-sizing:border-box; 
}

#info-20200527 h2{
	text-align: center;
	font-size:30px;
	color:#f00;
	margin:0 0 20px; 
}

#info-20200527 h3{
	font-size:25px;
	color:#40a1e4;
	margin:0 0 20px;
	text-decoration:underline; 
}

#info-20200527 h4{
	font-size:1.2em;
	color:#40a1e4;
	margin:0 0 20px; 
}

#info-20200527 ul{
	margin:20px 0;
	padding:0;
	list-style:none; 
}

#info-20200527 ul li{
	width:100%;
	float:left; 
	text-align:center;
	padding:1em 0;
	box-sizing:border-box;
	border:2px solid #40a1e4;
	border-radius:20px; 
}

#info-20200527 ul li:first-child{
	margin-bottom:30px; 
}

#info-20200527 .column4-t img{
	width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
    float: left;  
}

#info-20200527 .column4-t img:last-child , #info-20200527 .column4-t img:nth-child(2){
	width: 49%;
    margin-left: 0%;
    margin-right: 0%;
}



/*----------------------------------------------------------------------------
   staff
------------------------------------------------------------------------------*/

.staff-list img.right {
	float:none;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.interview-primary {
}

.interview-primary .list {
	border:2px solid #e3e3e3;
	box-sizing:border-box;
	margin-bottom:15px;
}

.interview-primary .list h3 {
	background-image:none !important;
	border:none !important;
	color:#40a1e4 !important;
	font-size:20px !important;
	text-shadow:none !important;
	padding-left:20px !important;
	padding-right:20px !important;
	padding-top:20px !important;
	padding-bottom:0 !important;
	margin-bottom:0 !important;
}

.interview-primary .list h3 span {
	background-color:#40a1e4;
	width:40px;
	height:40px;
	display:inline-block;
	line-height:40px;
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	margin-right:15px;
}

.interview-primary .list .answer {
	padding-left:20px !important;
	padding-right:20px !important;
	padding-top:10px !important;
	padding-bottom:20px !important;
}

.interview-primary .list .answer span {
	background-color:#ed4949;
	width:40px;
	height:40px;
	display:inline-block;
	line-height:40px;
	color:#ffffff;
	font-weight:bold;
	font-size:18px;
	text-align:center;
	margin-right:15px;
	float:left;
}

.interview-primary .list .answer p {
	overflow:hidden;
	padding-top:0 !important;
	margin-top:0 !important;
	/*padding-top:13px;*/
}

/*----------------------------------------------------------------------------
   about
------------------------------------------------------------------------------*/

.about-comment {
	font-size:26px;
	color:#40a1e4;
	font-family:"Yu Gothic", YuGothic;
	font-weight:600;
	padding-bottom:30px;
}

.about-comment span {
	font-size:18px;
	color:#333333;
	display:block;
}


/*----------------------------------------------------------------------------
   start up
------------------------------------------------------------------------------*/

.apo-comment {
	background-color:#ff7878;
	height:50px;
	line-height:50px;
	text-align:center;
	color:#ffffff;
	font-weight:bold;
	font-size:20px;
	font-family:"Yu Gothic", YuGothic;
	margin-bottom:30px;
}

.startup-subtitle {
	font-size:20px;
	color:#40a1e4;
	display:inline-block;
	margin-bottom:10px;
	font-weight:bold;
	font-family:"Yu Gothic", YuGothic;
}

/*----------------------------------------------------------------------------
   recruit
------------------------------------------------------------------------------*/

.recruit-comment {
	height:auto;
	font-size:20px;
	font-family:"Yu Gothic", YuGothic;
	margin-bottom:30px;
}

.recruit-comment h4 {
	font-family:"Yu Gothic", YuGothic;
	margin-bottom:30px!important;
	margin-top:30px!important;
}

.recruit-comment p {
	font-family:"Yu Gothic", YuGothic;
	margin-bottom:30px;
}

.recruit-comment ul {
	list-style: none;
	padding:0!important;
}

/*----------------------------------------------------------------------------
   recruit-banner
------------------------------------------------------------------------------*/

@media screen and (max-width:640px) {
    .banner-pc{
        display: none;
    }
    .banner-sp{
        display: block;
    }
}



.caution{
	font-weight: bold;
	font-size: 18px;
	color: red;
}





.btn--blue,
a.btn--blue {
  color: #fff;
  background-color: #5DA9E9;
  text-decoration: none;
  padding: 20px 60px;
}
.btn--blue:hover,
a.btn--blue:hover {
  color: #fff;
  background: #01BAEF;
  text-decoration:underline;
}