@charset "utf-8";

.wFull{
	max-width:100%;
}

.w960{
	max-width:960px;
	margin:0 auto;
}

.title_style01{
	border-bottom:1px solid #606;
	font-size:23px;
	font-weight:bold;
	padding-bottom:13px;
	margin-bottom:25px;
	line-height:1.5;
}

.left{
	float:left;
}

.right{
	float:right;
}

.clear{
	overflow:hidden;
}

.contactSection{
	margin:40px auto 0;
	max-width:442px;
	text-align:center;
	font-weight:bold;
}

@media screen and (min-width: 320px) and (max-width: 767px){
	.contactSection{
		padding:0 15px;
	}
}

.contactSection a{
	background:#ae49bd;
	color:#FFF;
	display:block;
	font-size:23px;
	text-decoration:none;
	border-radius:4px;
	padding:20px;
	line-height:1.5;
	font-weight:bold;
	transition:.2s ease-in-out;
}

.contactSection a::before{
	vertical-align:2px;
	margin-right:5px;
}

.contactSection a span{
	font-size:30px;
	display:inline-block;
}

@media screen and (min-width: 320px) and (max-width: 767px){
	.contactSection a span{
		font-size:20px;
	}
}

.contactSection a:hover{
	background:#be46d0;
}

@media screen and (min-width: 320px) and (max-width: 767px){
	.contactSection a{
		font-size:15px;
	}
}


body{
/*	font-family:"游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;*/
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 16px;
	background:#606;
}

@media screen and (min-width: 320px) and (max-width: 767px){
	body{
		font-size:13px;
	}
}

#wrapper{
	background:#FFF;
	border-top:2px solid #606;
}

@media screen and (min-width: 320px) and (max-width: 767px){
	#wrapper{
		border-top:none;
	}
}

#header{
	position:relative;
	margin:0 auto;
	max-width:1400px;
	text-align:center;
}

#header #header__inner{
	z-index:999;
	position:relative;
	padding:10px 0;
	background:#fff;
}

@media screen and (min-width: 320px) and (max-width: 767px){
	#header #header__inner{
		padding:15px 0 10px;
		border-top:2px solid #606;
	}
}

#header .header__logo{
	max-width:230px;
	margin:0 auto;
}

#header .header__logo img{
	width:100%;
}

@media screen and (min-width: 320px) and (max-width: 767px){
	#header .header__logo{
		max-width:180px;
		margin:0 0 0 15px;
	}
}

#header .header__nav{
	position:absolute;
	top:40%;
	right:14%;
}

@media screen and (min-width: 768px) and (max-width: 1179px){
	#header .header__nav{
		position:static;
		margin-top:20px;
	}
}

@media screen and (min-width: 320px) and (max-width: 767px){
	#header .header__nav{
		position:static;
		margin:5px 0 0 15px;
		text-align:left;
	}
}

#header .header__nav>div{
	margin-right:30px;
}

#header .header__nav>div:last-child{
	margin-right:0;
}

#header .header__nav>div:before{
	margin-right:5px;
}

@media screen and (min-width: 320px) and (max-width: 767px){
	#header .header__nav>div{
		margin-right:10px;
	}
}

#header .header__nav a{
	font-weight:bold;
	text-decoration:none;
	color:#333;
}

#header .header__nav .header__contact:before{
	color:#606;
}

#header #gNav{
	max-width:960px;
	margin:10px auto 5px;
}

#header #gNav .cl-effect-3 a{
	padding:8px 0;
}

#header #gNav .cl-effect-3 a::after{
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	height:2px;
	background:rgba(0,0,0,0.1);
	content:'';
	opacity:0;
	transition:opacity 0.3s, transform 0.3s;
	-ms-transform:translateY(10px);
	transform:translateY(10px);
}

#header #gNav .cl-effect-3 a:hover::after,
#header #gNav .cl-effect-3 a:focus::after{
	opacity:1;
	-ms-transform:translateY(0px);
	transform:translateY(0px);
}

#header #gNav ul{
	margin:0;
	padding:0;
	overflow:hidden;
	list-style:none;
}

#header #gNav ul li{
	float:left;
	width:16.6666666666666%;
	padding:0 0 10px;
}

#header #gNav ul li a{
	position:relative;
	text-align:center;
	display:block;
	color:#000;
	font-size:16px;
	text-decoration:none;
}

#header #gNav ul li a:hover{
	color:#606;
}

@media screen and (min-width: 320px) and (max-width: 767px){
	#header #gNav{
		display:none;
	}
}

#header #spGnav{
	display:none;
}

@media screen and (min-width: 320px) and (max-width: 767px){
	#header #spGnav{
		width:100%;
		z-index:2;
		display:block;
		position:absolute;
		top:-300px;
		background:#832491;
		box-shadow:0px 1px 5px -1px #5c1966;
	}
	
	#header #spGnav ul{
		padding:0;
		margin:0;
	}
	
	#header #spGnav ul li{
		border-bottom:1px solid #f6e4f8;
	}
	
	#header #spGnav ul li a{
		display:block;
		background:#fff;
		color:#333;
		text-decoration:none;
		font-weight:bold;
		padding:15px 20px 15px 20px;
		text-align:left;
		transition:.2s ease-in-out;
	}
	
	#header #spGnav ul li a::before{
		font-size:10px;
		vertical-align:2px;
		margin-right:10px;
		color:#832491;
	}
	
	#header #spGnav ul li a:hover{
		background:#fbf5fc;
	}
	
	#header #spGnav ul li:last-child{
		border:none;
	}
}

@media screen and (min-width: 768px){
	#header #spMenu{
		display:none;
	}
}

@media screen and (max-width: 767px){
	#header #spMenu{
		z-index:9999;
		position:absolute;
		top:15px;
		right:15px;
		display:block;
	}
	
	#header #spMenu>span{
		font-size:9px;
		font-weight:bold;
		color:#940094;
		display:block;
		margin-top:3px;
	}
	
	#header #spMenu .menu-trigger,#header #spMenu .menu-trigger span{
		display:inline-block;
		transition:all .4s;
		box-sizing:border-box;
	}
	
	#header #spMenu .menu-trigger{
		margin:0 auto;
		display:block;
		position:relative;
		width:29px;
		height:22px;
	}
	
	#header #spMenu .menu-trigger span{
		position:absolute;
		left:0;
		width:100%;
		height:4px;
		background-color:#940094;
	}
	
	#header #spMenu .menu-trigger span:nth-of-type(1){
		top:0;
	}
	
	#header #spMenu .menu-trigger span:nth-of-type(2){
		top:9px;
	}
	
	#header #spMenu .menu-trigger span:nth-of-type(3){
		bottom:0;
	}
	
	#header #spMenu .menu-trigger.active span:nth-of-type(1){
		-ms-transform:translateY(8px) rotate(-315deg);
		transform:translateY(8px) rotate(-315deg);
	}
	
	#header #spMenu .menu-trigger.active span:nth-of-type(2){
		opacity:0;
	}
	
	#header #spMenu .menu-trigger.active span:nth-of-type(3){
		-ms-transform:translateY(-10px) rotate(315deg);
		transform:translateY(-10px) rotate(315deg);
	}
}

.breadcrumbs{
	margin-bottom:10px;
	padding:3px 0;
	background:#F7F8F8;
}

.breadcrumbs ul{
	padding:0;
	overflow:hidden;
	list-style:none;
}

@media screen and (min-width: 320px) and (max-width: 768px){
	.breadcrumbs ul{
		padding:0 15px;
	}
}

.breadcrumbs ul li{
	float:left;
	font-size:13px;
}

.breadcrumbs ul li::after{
	display:inline-block;
	content:">";
	white-space:pre;
	width:20px;
	text-align:center;
}

.breadcrumbs ul li:last-child{
	margin-right:0;
}

.breadcrumbs ul li:last-child a{
	color:#606;
}

@media screen and (min-width: 320px) and (max-width: 767px){
	.breadcrumbs ul li:last-child a{
		display:inline-block;
		width:80px;
		overflow:hidden;
		white-space:nowrap;
		text-overflow:ellipsis;
	}
}

.breadcrumbs ul li:last-child::after{
	content:"";
	white-space:pre;
}

@media screen and (min-width: 320px) and (max-width: 767px){
	.breadcrumbs ul li:last-child::after{
		display:none;
	}
}

.breadcrumbs ul li a{
	color:#333;
	text-decoration:none;
}

#article{
	padding:30px 0 0;
}

#article .mainTitle{
	font-size:28px;
	padding-bottom:23px;
	margin-bottom:30px;
	font-weight:bold;
	text-align:center;
	background:url(/img/common/main_title_bg.png) no-repeat bottom center/22px;
}

#article .mainImg{
	margin-bottom:50px;
}

#article .mainImg img{
	width:100%;
}

#article .readTxtSection{
	box-shadow:inset 1px 0px 1px 0px #e7e7e7;
	padding:64px 0;
	margin-bottom:70px;
	background:#eee;
	color:#333;
	text-align:center;
}

@media screen and (min-width: 320px) and (max-width: 970px){
	#article .readTxtSection{
		padding:44px 15px;
	}
}

#article .readTxtSection h2{
	font-size:30px;
	font-weight:normal;
	line-height:1.5;
	margin-bottom:40px;
}

@media screen and (min-width: 320px) and (max-width: 970px){
	#article .readTxtSection h2{
		font-size:20px;
		margin-bottom:20px;
	}
}

#article .readTxtSection>p{
	font-size:20px;
	line-height:1.9;
}

@media screen and (min-width: 320px) and (max-width: 970px){
	#article .readTxtSection>p{
		font-size:15px;
	}
}

#article #wp_page_numbers ul{
	margin:0;padding:0;
	list-style:none;
	overflow:hidden;
}

@media screen and (min-width: 320px) and (max-width: 970px){
	#article #wp_page_numbers ul{
		margin:0 auto;
		text-align:center;
	}
}

#article #wp_page_numbers ul li{
	float:left;
	margin-right:10px;
}

@media screen and (min-width: 320px) and (max-width: 970px){
	#article #wp_page_numbers ul li{
		float:none;
		display:inline-block;
		vertical-align:middle;
	}
}

#article #wp_page_numbers ul li:last-child{
	margin-right:0;
}

#article #wp_page_numbers ul li a{
	text-decoration:none;
	display:block;
	border:none;
	border-radius:99999px;
	background:#bfbfbf;
	padding:0;
	width:30px;
	height:30px;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	font-size:13px;
	padding-top:5px;
	transition:.2s ease-in-out;
}

#article #wp_page_numbers ul li a a::before{
	transition:.2s ease-in-out;
}

#article #wp_page_numbers ul li a:hover{
	background:#ae49bd;
}

#article #wp_page_numbers ul li.active_page a{
	background:#ae49bd;
}

#article #wp_page_numbers ul li.prev a,#article #wp_page_numbers ul li.next a{
	background:none;
	padding:0;
	position:relative;
}

#article #wp_page_numbers ul li.prev a::before,#article #wp_page_numbers ul li.next a::before{
	position:absolute;
	width:30px;
	height:30px;
	font-size:35px;
	top:-4px;
	color:#E5E5E5;
}

#article #wp_page_numbers ul li.prev a::before{
	transition:.2s ease-in-out;
	left:0;
}

#article #wp_page_numbers ul li.prev a:hover::before{
	left:-5px;
}

#article #wp_page_numbers ul li.next a::before{
	transition:.2s ease-in-out;
	right:0;
}

#article #wp_page_numbers ul li.next a:hover::before{
	right:-5px;
}

#article .catPict{
	padding:5px 10px;
	display:inline-block;
	background:#ce92d7;
	color:#FFF;
	border-radius:4px;
	font-weight:bold;
	margin-right:10px;
	font-size:13px;
	line-height:1.0;
}

#footer{
	margin-top:90px;
}

@media screen and (min-width: 320px) and (max-width: 767px){
	#footer{
		margin-top:40px;
	}
}

#footer .pageTopBtn{
	max-width:960px;
	margin:0 auto;
	position:relative;
}

#footer .pageTopBtn .pageTop{
	display:block;
	position:absolute;
	right:0;
	top:-20px;
	width:48px;
	height:48px;
	text-indent:-99999px;
	background:url(/img/common/page_top.png) no-repeat 0 0/48px;
	transition:.2s ease-in-out;
}

#footer .pageTopBtn .pageTop:hover{
	opacity:.8;
}

@media screen and (min-width: 768px) and (max-width: 970px){
	#footer .pageTopBtn .pageTop{
		top:15px;
		right:15px;
	}
}

@media screen and (min-width: 320px) and (max-width: 767px){
	#footer .pageTopBtn .pageTop{
		position:static;
		margin:0 auto -34px;
	}
}

#footer .comp_info{
	padding:17px 15px 15px;
	font-size:14px;
	background:#f7f8f8;
	color:#555;
}

@media screen and (min-width: 320px) and (max-width: 767px){
	#footer .comp_info{
		padding:57px 15px 15px;
		font-size:12px;
	}
}

#footer .comp_info br{
	display:none;
}

@media screen and (min-width: 320px) and (max-width: 970px){
	#footer .comp_info br{
		display:block;
	}
}

@media screen and (min-width: 768px) and (max-width: 970px){
	#footer .comp_info{
		text-align:center;
	}
}

#footer .comp_info span::before{
	margin-right:5px;
}

#footer .copy{
	background:#606;
	text-align:center;
	color:#FFF;
	font-size:12px;
	padding:10px 15px;
}

#footer p{
	max-width:960px;
	margin:0 auto;
}

.col_2{
	overflow:hidden;
}

.col_2>*{
	max-width:50%;
	width:100%;
}

.col_2>*:first-child{
	float:left;
	padding-right:3.5%;
}

.col_2>*:last-child{
	float:right;
	padding-left:3.5%;
}

.col_3{
	width:100%;
	margin:0 auto;
	text-align:center;
}

.col_3>*{
	display:inline-block;
	margin-left:1%;
}

.col_3>* img{
	width:100%;
	height:auto;
}

.col_3>*:first-child{
	margin-left:0;
}

.col_3>*:nth-of-type(1),
.col_3>*:nth-of-type(2){
	width:29.014%;
}

.col_3>*:nth-of-type(3){
	width:38.7%;
}

@media screen and (min-width: 320px) and (max-width: 767px){
	.col_3>*:nth-of-type(1),
	.col_3>*:nth-of-type(2){
		width:49%;
		margin-left:2%;
		margin-bottom:10px;
	}
	
	.col_3>*:nth-of-type(1){
		margin-left:0;
	}
	
	.col_3>*:nth-of-type(3){
		display:block;
		width:100%;
		margin-left:0;
	}
}

.titleBox{
	overflow:hidden;
}

.titleBox>*:first-child{
	float:left;
}

.titleBox>*:last-child{
	float:right;
}

@media screen and (min-width: 320px) and (max-width: 767px){
	.titleBox>*:last-child{
		margin-top:2px;
	}
}

/*! sanitize.css v4.0.0 | CC0 License | github.com/10up/sanitize.css */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary{
	display:block;
}

audio,
canvas,
progress,
video{
	display:inline-block;
}

audio:not([controls]){
	display:none;
	height:0;
}

template,[hidden]{
	display:none
}

*,::before,
::after{
	background-repeat:no-repeat;
	box-sizing:inherit;
}

::before,
::after{
	text-decoration:inherit;
	vertical-align:inherit;
}

html{
	box-sizing:border-box;
	cursor:default;
	font-family:sans-serif;
	line-height:1.5;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
}

body{
	margin:0;
}

h1,h2,h3,h4,h5,h6{
	line-height:1.0;
	font-size:inherit;
	margin:0;padding:0;
}

code,
kbd,
pre,
samp{
	font-family:monospace, monospace;
	font-size:1em;
}

hr{
	height:0;
	overflow:visible;
}

nav ol,nav ul{
	list-style:none;
}

abbr[title]{
	border-bottom:1px dotted;
	text-decoration:none;
}

b,strong{
	font-weight:inherit;
}

b,strong{
	font-weight:bolder;
}

dfn{
	font-style:italic;
}

mark{
	background-color:#ffff00;
	color:#000000;
}

progress{
	vertical-align:baseline;
}

small{
	font-size:83.3333%;
}

sub,sup{
	font-size:83.3333%;
	line-height:0;
	position:relative;
	vertical-align:baseline;
}

sub{
	bottom:-.25em;
}

sup{
	top:-.5em;
}

::-moz-selection{
	background-color:#b3d4fc;
	color:#000000;
	text-shadow:none;
}

::selection{
	background-color:#b3d4fc;
	color:#000000;
	text-shadow:none;
}

audio,
canvas,
iframe,
img,
svg,
video{
	vertical-align:middle;
}

img{
	border-style:none;
}

svg{
	fill:currentColor;
}

svg:not(:root){
	overflow:hidden;
}

a{
	background-color:transparent;
	-webkit-text-decoration-skip:objects;
}

:hover{
	outline-width:0;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}

button,
input,
select,
textarea{
	background-color:transparent;
	border-style:none;
	color:inherit;
	font-size:1em;
	margin:0;
}

button,
input{
	overflow:visible;
}

button,select{
	text-transform:none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"]{
	-webkit-appearance:button;
}

::-moz-focus-inner{
	border-style:none;
	padding:0;
}

:-moz-focusring{
	outline:1px dotted ButtonText;
}

fieldset{
	border:1px solid #c0c0c0;
	margin:0 2px;
	padding:.35em .625em .75em;
}

legend{
	display:table;
	max-width:100%;
	padding:0;
	white-space:normal;
}

textarea{
	overflow:auto;
	resize:vertical;
}

[type="checkbox"],
[type="radio"]{
	padding:0;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button{
	height:auto;
}

[type="search"]{
	-webkit-appearance:textfield;
	outline-offset:-2px;
}

::-webkit-search-cancel-button,
::-webkit-search-decoration{
	-webkit-appearance:none;
}

::-webkit-input-placeholder{
	color:inherit;
	opacity:.54;
}

::-webkit-file-upload-button{
	-webkit-appearance:button;
	font:inherit;
}

[aria-busy="true"]{
	cursor:progress;
}

[aria-controls]{
	cursor:pointer;
}

[aria-disabled]{
	cursor:default;
}

a,
area,
button,
input,
label,
select,
textarea,
[tabindex]{
	-ms-touch-action:manipulation;
	touch-action:manipulation;
}

[hidden][aria-hidden="false"]{
	clip:rect(0, 0, 0, 0);
	display:inherit;
	position:absolute;
}

[hidden][aria-hidden="false"]:focus{
	clip:auto;
}

p{
	margin:0;
}

ul{
	margin:0;
	padding:0;
	list-style-type:none;
}

#article.knowledge .knowledgeAbout{
	margin-bottom:70px;
}

@media screen and (min-width: 320px) and (max-width: 970px){
	#article.knowledge .knowledgeAbout{
		padding:0 15px;
	}
}

#article.knowledge .knowledgeAbout .section02 dl{
	font-size:18px;
	line-height:2.0;
	overflow:hidden;
	border-bottom:1px solid #E5D0E5;
	padding-bottom:18px;
}

#article.knowledge .knowledgeAbout .section02 dl dt{
	float:left;
	font-weight:bold;
}

@media screen and (min-width: 320px) and (max-width: 767px){
	#article.knowledge .knowledgeAbout .section02 dl dt{
		float:none;
	}
}

#article.knowledge .knowledgeAbout .section02 dl dd{
	margin-left:160px;
	font-size: 17px;
}

#article.knowledge .knowledgeAbout .section02 dl dd ul{
	padding-left:30px;
}

#article.knowledge .knowledgeAbout .section02 dl dd ul li{
	list-style:decimal;
	margin-bottom:20px;
	font-size:18px;
}

#article.knowledge .knowledgeAbout .section02 dl dd ul li:last-child{
	margin-bottom:0;
}

@media screen and (min-width: 320px) and (max-width: 767px){
	#article.knowledge .knowledgeAbout .section02 dl dd ul{
		padding-left:30px;
	}
}

@media screen and (min-width: 320px) and (max-width: 767px){
	#article.knowledge .knowledgeAbout .section02 dl dd{
		margin-left:0;
		width:100%;
	}
}

#article.knowledge .knowledgeAbout .section02 dl:first-child{
	margin-top:0;
}

#article.knowledge .knowledgeAbout .section02 dl:last-child{
	margin-bottom:0;
}

#article.knowledge .presidentSection{
	margin-bottom:70px;
}

#article.knowledge .presidentSection .left{
	max-width:49%;
}

#article.knowledge .presidentSection .left p{
	margin-bottom:30px;
	line-height:1.8;
}

#article.knowledge .presidentSection .left p:last-child{
	margin-bottom:0;
}

@media screen and (min-width: 320px) and (max-width: 970px){
	#article.knowledge .presidentSection .left p:last-child{
		margin-bottom:20px;
	}
}

#article.knowledge .presidentSection .right{
	max-width:49%;
}

#article.knowledge .presidentSection .right img{
	width:100%;
	margin-bottom:5px;
}

#article.knowledge .presidentSection .right .cap{
	font-size:12px;
	text-align:right;
}

@media screen and (min-width: 768px) and (max-width: 970px){
	#article.knowledge .presidentSection{
		padding:0 15px;
	}
}

@media screen and (min-width: 320px) and (max-width: 767px){
	#article.knowledge .presidentSection{
		padding:0 15px;
	}
	
	#article.knowledge .presidentSection .left,
	#article.knowledge .presidentSection .right{
		float:none;
		max-width:100%;
	}
}

#article.knowledge .logoSection .left{
	max-width:40%;
}

#article.knowledge .logoSection .left img{
	width:100%;
}

@media screen and (min-width: 320px) and (max-width: 767px){
	#article.knowledge .logoSection .left{
		margin-bottom:20px;
	}
}

#article.knowledge .logoSection .right{
	max-width:55%;
	line-height:1.8;
}

@media screen and (min-width: 768px) and (max-width: 970px){
	#article.knowledge .logoSection{
		padding:0 15px;
	}
}

@media screen and (min-width: 320px) and (max-width: 767px){
	#article.knowledge .logoSection{
		padding:0 15px;
	}
	
	#article.knowledge .logoSection .left,#article.knowledge .logoSection .right{
		float:none;
		max-width:100%;
	}
}

#article.guide .guideSection{
	margin-bottom:70px;
}

@media screen and (min-width: 320px) and (max-width: 768px){
	#article.guide .guideSection{
		margin-bottom:30px;
		padding:0 15px;
	}
}

#article.guide .guideSection .left,#article.guide .guideSection .right{
	max-width:45%;
	margin-bottom:65px;
}

#article.guide .guideSection .left img,
#article.guide .guideSection .right img{
	width:100%;
}

@media screen and (min-width: 320px) and (max-width: 767px){
	#article.guide .guideSection .left,
	#article.guide .guideSection .right{
		margin-bottom:35px;
		padding:0 15px;
		max-width:100%;
		float:none;
	}
}

#article.guide .guideSection .left .img,
#article.guide .guideSection .right .img{
	text-align:center;
	margin-bottom:30px;
}

@media screen and (min-width: 320px) and (max-width: 767px){
	#article.guide .guideSection .left .img,
	#article.guide .guideSection .right .img{
		margin-bottom:20px;
	}
}

#article.guide .guideSection .left strong,
#article.guide .guideSection .right strong{
	display:block;
	font-size:23px;
	text-align:center;
	margin-bottom:5px;
}

@media screen and (min-width: 320px) and (max-width: 767px){
	#article.guide .guideSection .left strong,
	#article.guide .guideSection .right strong{
		font-size:17px;
		margin-bottom:10px;
	}
}

#article.guide .guideSection .left *:last-child,
#article.guide .guideSection .right *:last-child{
	line-height:1.8;
}

@media screen and (min-width: 320px) and (max-width: 970px){
	#article.news{
		padding-left:15px;
		padding-right:15px;
	}
}

#article.news .newsList>ul{
	padding:0;
	margin:0 0 25px;
	list-style:none;
}

#article.news .newsList>ul li a{
	position:relative;
	border-bottom:1px solid #E5E5E5;
	display:block;
	padding:40px 60px 40px 0;
	color:#333;
	text-decoration:none;
}

@media screen and (min-width: 320px) and (max-width: 767px){
	#article.news .newsList>ul li a{
		padding:40px 0;
	}
}

#article.news .newsList>ul li a .date{
	font-weight:bold;
	font-size:13px;
	margin-bottom:10px;
}

#article.news .newsList>ul li a .title{
	font-weight:bold;
	font-size:23px;
	margin-bottom:20px;
	line-height:1.2;
}

#article.news .newsList>ul li a .txt{
	font-size:15px;
	line-height:1.5;
}

#article.news .newsList>ul li a::before{
	position:absolute;
	width:40px;
	display:block;
	font-size:60px;
	right:0;
	top:33%;
	color:#BFBFBF;
	transition:.2s ease-in-out;
}

@media screen and (min-width: 320px) and (max-width: 767px){
	#article.news .newsList>ul li a::before{
		display:none;
	}
}

.tagList span{
	padding:6px 10px;
	display:inline-block;
	background:#ce92d7;
	color:#FFF;
	border-radius:4px;
	font-weight:bold;
	margin-left:10px;
	font-size:16px;
	line-height:1.0;
}

.tagList span:first-child{
	margin-left:0;
}

#article.news .newsList>ul li a:hover::before{
	right:-10px;
}

#article.news .newsList>ul li a:hover .title{
	text-decoration:underline;
}

#article.news .newsList>ul li:first-child a{
	padding-top:10px;
}

#article.news .newsDetail .contentArea{
	max-width:670px;
	width:100%;
}

@media screen and (min-width: 320px) and (max-width: 768px){
	#article.news .newsDetail .contentArea{
		float:none;
		max-width:100%;
		margin-bottom:80px;
	}
}

#article.news .newsDetail .contentArea .title{
	font-size:23px;
	margin-bottom:20px;
	line-height:1.3;
}

#article.news .newsDetail .contentArea .title span{
	font-size:13px;
	margin-bottom:5px;
}

#article.news .newsDetail .contentArea .tagList{
	margin-bottom:30px;
}

#article.news .newsDetail .contentArea .tagList span{
	font-weight:500;
}

#article.news .newsDetail .contentArea .contentArea__inner a{
	color:#606;
}

#article.news .newsDetail .contentArea .contentArea__inner a:hover{
	text-decoration:none;
}

#article.news .newsDetail .contentArea .contentArea__inner p{
	margin-bottom: 15px;
	line-height: 1.7;
}

#article.news .newsDetail .contentArea .contentArea__inner img{
	margin-bottom:15px;
	max-width:670px;
}

@media screen and (min-width: 320px) and (max-width: 768px){
	#article.news .newsDetail .contentArea .contentArea__inner img{
		max-width:100%;
	}
}

#article.news .newsDetail .contentArea .contentArea__inner img{
	width:100%;
}

/*
#article.news .newsDetail .contentArea .contentArea__inner .imgL{
	overflow:hidden;
	margin-bottom:20px;
}
*/

#article.news .newsDetail .contentArea .contentArea__inner img.note-float-left{
	float:left;
	max-width:300px;
	height:auto;
	margin:0 30px 10px 0;
}

@media screen and (min-width: 320px) and (max-width: 767px){
	#article.news .newsDetail .contentArea .contentArea__inner img.note-float-left{
		max-width:100%;
		float:none;
		margin:0 0 15px;
	}
}

/*
#article.news .newsDetail .contentArea .contentArea__inner .imgR{
	overflow:hidden;
	margin-bottom:20px;
}
*/

#article.news .newsDetail .contentArea .contentArea__inner img.note-float-right{
	float:right;max-width:300px;
	height:auto;
	margin:0 0 10px 30px;
}

@media screen and (min-width: 320px) and (max-width: 767px){
	#article.news .newsDetail .contentArea .contentArea__inner img.note-float-right{
		max-width:100%;
		float:none;
		margin:0 0 15px;
	}
}

#article.news .newsDetail .contentArea .contentArea__inner h3{
	display:block;
	padding:0 0 15px 30px;
	margin-bottom:20px;
	text-indent:-28px;
	font-size:20px;
	border-bottom:1px solid #606;
	line-height:1.3;
	font-weight: 400;
}

#article.news .newsDetail .contentArea .contentArea__inner h3::before{
	color:#606;
	margin-right:10px;
}

#article.news .newsDetail .contentArea .contentArea__inner .movie{
	position:relative;
	width:100%;
	padding-top:56.25%;
	margin-bottom:20px;
}

#article.news .newsDetail .contentArea .contentArea__inner .movie iframe{
	position:absolute;
	top:0;
	right:0;
	width:100% !important;
	height:100% !important;
}

#article.news .newsDetail .contentArea .contentArea__inner .txtOnly ul,
#article.news .newsDetail .contentArea .contentArea__inner .txtOnly ol{
	margin:0 0 20px;
	padding:0;
}

#article.news .newsDetail .contentArea .contentArea__inner .txtOnly ol{
	list-style:decimal;
	margin-left:20px;
}

#article.news .newsDetail .contentArea .contentArea__inner .txtOnly ul{
	list-style:none;
}

#article.news .newsDetail .contentArea .contentArea__inner .txtOnly ul li{
	padding-left:15px;
	text-indent:-1em;
	margin-bottom:10px;
}

#article.news .newsDetail .contentArea .contentArea__inner .txtOnly ul li::before{
	content:"●";
	color:#606;
}

#article.news .newsDetail .contentArea .contentArea__inner .txtOnly ul li a{
	color:#333;
}

#article.news .newsDetail .contentArea .contentArea__inner .txtOnly ul li a:hover{
	text-decoration:none;
}

#article.news .newsDetail .contentArea .contentArea__inner blockquote{
	margin:0 0 20px;
	padding:30px;
	background:#e0b4e7;
	color:#666;
	font-style:italic;
}

#article.news .newsDetail .contentArea .contentArea__inner blockquote p{
	margin-bottom:0;
}

#article.news .newsDetail .sidebar{
	max-width:220px;
}

@media screen and (min-width: 320px) and (max-width: 768px){
	#article.news .newsDetail .sidebar{
		float:none;
		max-width:100%;
	}
}

#article.news .newsDetail .sidebar h2{
	font-size:20px;
	border-left:2px solid #606;
	padding-left:10px;
	margin-bottom:10px;
}

#article.news .newsDetail .sidebar ul{
	list-style:none;
	padding:0;
	margin:0;
}

#article.news .newsDetail .sidebar ul a{
	text-decoration:none;
	color:#7d7d7d;
	display:block;
	font-size:15px;
	font-weight:bold;
	padding:15px 0;
	transition:.2s ease-in-out;
}

#article.news .newsDetail .sidebar ul a:hover{
	color:#333;
}

#article.news .newsDetail .sidebar ul a span{
	display:block;
	font-size:11px;
}

#article.news .newsDetail .sidebar ul li{
	border-bottom:1px dotted #e5e5e5;
}

#article.news .newsDetail .sidebar ul li:first-child{
	border-top:1px solid #e5e5e5;
}

#article.news .newsDetail .sidebar ul li:last-child{
	border-bottom:none;
}

#article.news .newsDetail .sidebar ul.newList{
	margin-bottom:40px;
}

#article.news .newsDetail .sidebar .oldList{
	margin-top:20px;
	width:100%;
}

#article.news .newsDetail .sidebar .oldList label{
	position:relative;
}

#article.news .newsDetail .sidebar .oldList label::after{
	text-align:center;
	border-radius:99999px;
	background:#ce92d7;
	color:#FFF;
	font-size:10px;
	display:block;
	content:"▼";
	position:absolute;
	top:-1px;
	right:20px;
	width:20px;
	height:20px;
	padding-top:3px;pointer-events:none;
}

#article.news .newsDetail .sidebar .oldList label select{
	position:relative;
	width:100%;
	padding:10px;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	border:1px solid #eee;
}

@media screen and (min-width: 768px){
	#article.news .newsDetail .sidebar .contactSection a{
		padding:10px;
		font-size:83%;
		letter-spacing:-1px;
	}
	
	#article.news .newsDetail .sidebar .contactSection a span{
		font-size:19px;
		letter-spacing:0;
	}
}

@media screen and (min-width: 320px) and (max-width: 970px){
	#article.works{
		padding-left:15px;
		padding-right:15px;
	}
}

#article.works .catList{
	margin-bottom:60px;
}

@media screen and (min-width: 320px) and (max-width: 960px){
	#article.works .catList{
		margin-bottom:30px;
	}
}

#article.works .catList ul{
	margin:0;
	padding:0;
	overflow:hidden;
	list-style:none;
}

#article.works .catList ul li{
	float:left;
}

@media screen and (min-width: 320px) and (max-width: 767px){
	#article.works .catList ul li{
		margin-bottom:10px;
	}
}

#article.works .catList ul li a{
	padding:5px 10px;
	display:inline-block;
	background:#ce92d7;
	color:#FFF;
	border-radius:4px;
	font-weight:bold;
	margin-right:10px;
	font-size:13px;
	line-height:1.0;text-decoration:none;
	transition:.2s ease-in-out;
}

#article.works .catList ul li a:hover{
	background:#d6a5de;
}

#article.works .worksList>ul{
	padding:0;
	margin:0 0 25px;
	list-style:none
}

#article.works .worksList>ul li a{
	position:relative;
	border-bottom:1px solid #E5E5E5;
	display:block;
	padding:40px 60px 40px 0;
	color:#333;
	text-decoration:none;
	overflow:hidden;
}

@media screen and (min-width: 320px) and (max-width: 767px){
	#article.works .worksList>ul li a{
		padding:40px 0;
	}
}

#article.works .worksList>ul li a .img{
	width:23%;
	float:left;
	margin-right:20px;
}

#article.works .worksList>ul li a .img img{
	width:100%;
	height:auto;
}

@media screen and (min-width: 320px) and (max-width: 767px){
	#article.works .worksList>ul li a .img{
		width:100%;
		margin:0 0 20px;
	}
}

#article.works .worksList>ul li a .right{
	width:74%;
}

@media screen and (min-width: 320px) and (max-width: 767px){
	#article.works .worksList>ul li a .right{
		width:100%;
	}
}

#article.works .worksList>ul li a .date{
	font-weight:bold;
	font-size:13px;
	margin-bottom:10px;
}

#article.works .worksList>ul li a .title{
	font-weight:bold;
	font-size:23px;
	margin-bottom:20px;
	line-height:1.3;
}

#article.works .worksList>ul li a .txt{
	font-size:15px;
	line-height:1.5;
}

#article.works .worksList>ul li a::before{
	position:absolute;
	width:40px;
	display:block;
	font-size:60px;
	right:0;
	top:33%;
	color:#BFBFBF;
	transition:.2s ease-in-out;
}

@media screen and (min-width: 320px) and (max-width: 767px){
	#article.works .worksList>ul li a::before{
		display:none;
	}
}

.tagList span{
	padding:6px 10px;
	display:inline-block;
	background:#ce92d7;
	color:#FFF;
	border-radius:4px;
	font-weight:bold;
	margin-left:10px;
	font-size:16px;
	line-height:1.0
}

.tagList span:first-child{
	margin-left:0;
}

#article.works .worksList>ul li a:hover::before{
	right:-10px;
}

#article.works .worksList>ul li a:hover .title{
	text-decoration:underline;
}

#article.works .worksList>ul li:first-child a{
	padding-top:10px;
}

#article.works .worksDetail .contentArea{
	max-width:100%;
}

@media screen and (min-width: 320px) and (max-width: 768px){
	#article.works .worksDetail .contentArea{
		float:none;
		max-width:100%;
		margin-bottom:80px;
	}
}

#article.works .worksDetail .contentArea .title{
	font-size:23px;
	margin-bottom:20px;
	line-height:1.3;
}

#article.works .worksDetail .contentArea .title span{
	font-size:13px;
	display:block;
	margin-bottom:5px;
}

#article.works .worksDetail .contentArea .tagList{
	margin-bottom:30px;
}

#article.works .worksDetail .contentArea .tagList span{
	font-weight:500;
}

#article.works .worksDetail .contentArea .contentArea__inner{
	margin-bottom:100px;
}

#article.works .worksDetail .contentArea .contentArea__inner a{
	color:#606;
}

#article.works .worksDetail .contentArea .contentArea__inner a:hover{
	text-decoration:none;
}

#article.works .worksDetail .contentArea .contentArea__inner p{
	margin-bottom:0;
	line-height:1.7;
}

#article.works .worksDetail .contentArea .contentArea__inner .worksPost{
	margin-bottom:30px;
}

#article.works .worksDetail .contentArea .contentArea__inner #main_img{
	max-width:41.668%;
	overflow:hidden;
}

@media screen and (min-width: 320px) and (max-width: 767px){
	#article.works .worksDetail .contentArea .contentArea__inner #main_img{
		max-width:100%;
		margin-bottom:30px;
	}
}

#article.works .worksDetail .contentArea .contentArea__inner #main_img .swiper-container{
	overflow:visible;
}

#article.works .worksDetail .contentArea .contentArea__inner #main_img img{
	max-width:100%;
}

#article.works .worksDetail .contentArea .contentArea__inner #main_img .swiper-pagination-bullet{
	width:15px;
	height:15px;
	background:#dcdcdc;
}

#article.works .worksDetail .contentArea .contentArea__inner #main_img .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background:#606;
}

#article.works .worksDetail .contentArea .contentArea__inner #main_img .swiper-button-prev{
	background:url(/img/common/icon_slide_arrow_prev.png) no-repeat center/100%;
}

#article.works .worksDetail .contentArea .contentArea__inner #main_img .swiper-button-next{
	background:url(/img/common/icon_slide_arrow_next.png) no-repeat center/100%;
}

@media screen and (min-width: 320px) and (max-width: 767px){
	#article.works .worksDetail .contentArea .contentArea__inner #main_img .swiper-button-prev,
	#article.works .worksDetail .contentArea .contentArea__inner #main_img .swiper-button-next{
		display:none;
	}
}

#article.works .worksDetail .contentArea .contentArea__inner .txtSection{
	width:55.21%;
}

@media screen and (min-width: 320px) and (max-width: 767px){
	#article.works .worksDetail .contentArea .contentArea__inner .txtSection{
		width:100%;
	}
}

#article.works .worksDetail .contentArea .contentArea__inner .worksTitle{
	font-size:23px;
	margin-bottom:20px;
	line-height:1.3;
}

#article.works .worksDetail .contentArea .contentArea__inner .worksTitle span{
	vertical-align:8px;
}

#article.works .worksDetail .contentArea .contentArea__inner #postNav{
	margin:0 auto 60px;
	position:relative;
	max-width:150px;
	height:25px;
}

#article.works .worksDetail .contentArea .contentArea__inner #postNav .prev,
#article.works .worksDetail .contentArea .contentArea__inner #postNav .next{
	background:#832491;
	width:25px;
	height:25px;
	text-align:center;
	border-radius:999999px;
	position:absolute;
	top:0;
	transition:.2s ease-in-out;
}

#article.works .worksDetail .contentArea .contentArea__inner #postNav .prev:hover,
#article.works .worksDetail .contentArea .contentArea__inner #postNav .next:hover{
	background:#a82eba;
}

#article.works .worksDetail .contentArea .contentArea__inner #postNav .prev a,
#article.works .worksDetail .contentArea .contentArea__inner #postNav .next a{
	text-decoration:none;
	vertical-align:middle;
	display:block;
}

#article.works .worksDetail .contentArea .contentArea__inner #postNav .prev i,
#article.works .worksDetail .contentArea .contentArea__inner #postNav .next i{
	vertical-align:2px;
}

#article.works .worksDetail .contentArea .contentArea__inner #postNav .prev i::before,
#article.works .worksDetail .contentArea .contentArea__inner #postNav .next i::before{
	font-size:25px;
	color:#FFF;
	font-weight:bold;
}

#article.works .worksDetail .contentArea .contentArea__inner #postNav .prev{
	left:0;
}

#article.works .worksDetail .contentArea .contentArea__inner #postNav .prev i{
	margin-right:3px;
}

#article.works .worksDetail .contentArea .contentArea__inner #postNav .next{
	right:0;
}

#article.works .worksDetail .contentArea .contentArea__inner #postNav .next i{
	margin-left:3px;
}

#article.works .worksDetail .contentArea .contentArea__inner #postNav .backList{
	position:absolute;
	top:0;
	left:35%;
	right:32%;
	margin:0;
}

#article.works .worksDetail .contentArea .contentArea__inner #postNav .backList a{
	text-decoration:none;
	color:#832491;
	font-weight:bold;
}

#article.works .worksDetail .contentArea .contentArea__inner .catList ul{
	margin:0;
	padding:0;
	overflow:hidden;
	list-style:none;
}

#article.works .worksDetail .contentArea .contentArea__inner .catList ul li{
	float:left;
}

@media screen and (min-width: 320px) and (max-width: 767px){
	#article.works .worksDetail .contentArea .contentArea__inner .catList ul li{
		margin-bottom:10px;
	}
}

#article.works .worksDetail .contentArea .contentArea__inner .catList ul li a{
	padding:5px 10px;
	display:inline-block;
	background:#ce92d7;
	color:#FFF;
	border-radius:4px;
	font-weight:bold;
	margin-right:10px;
	font-size:13px;
	line-height:1.0;
	text-decoration:none;
	transition:.2s ease-in-out;
}

#article.works .worksDetail .contentArea .contentArea__inner .catList ul li a:hover{
	background:#d6a5de;
}

#article.works .worksDetail .contentArea .relationWorks{
	margin-bottom:40px;
}

#article.works .worksDetail .contentArea .relationWorks__list{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}

#article.works .worksDetail .contentArea .relationWorks__post{
	max-width:23.12%;
	float:left;
	margin-right:2.5%;
}

@media screen and (min-width: 320px) and (max-width: 767px){
	#article.works .worksDetail .contentArea .relationWorks__post{
		max-width:100%;
		margin:0 0 20px;
	}
}

#article.works .worksDetail .contentArea .relationWorks__post:last-child{
	margin-right:0;
}

@media screen and (min-width: 320px) and (max-width: 767px){
	#article.works .worksDetail .contentArea .relationWorks__post:last-child{
		margin-bottom:0;
	}
}

#article.works .worksDetail .contentArea .relationWorks__post a{
	text-decoration:none;
	color:#333;
	transition:.2s ease-in-out;
}

#article.works .worksDetail .contentArea .relationWorks__post a:hover{
	opacity:0.8;
}

#article.works .worksDetail .contentArea .relationWorks__post .title{
	border-left:2px solid #9529a5;
	font-size:16px;
	font-weight:bold;
	padding-left:10px;
	margin-bottom:10px;
}

#article.works .worksDetail .contentArea .relationWorks__post .title span{
	margin-bottom:0;
	font-size:14px;
	font-weight:normal;
	color:#666;
}

#article.works .worksDetail .contentArea .relationWorks__post img{
	width:100%;
}

#wrapper.recruit a:hover{
	opacity:0.8;
}

#wrapper.recruit #header .header__logo{
	margin:0;
}

#wrapper.recruit #header .header__home{
	position:absolute;
	top:26%;
	right:0;
}

#wrapper.recruit #header .header__home a{
	display:block;
	padding:5px 10px;
	border:2px solid #b04ebf;
	color:#b04ebf;
	text-decoration:none;
	border-radius:3px;
}

#wrapper.recruit #header .header__home a span:before{
	content:"\f04b";
	font-size:10px;
	margin-right:10px;
	vertical-align:2px;
}

#wrapper.recruit .keyVisual{
	max-width:1400px;
	width:100%;
	margin:0 auto;
}

#wrapper.recruit .keyVisual img{
	width:100%;
}

#wrapper.recruit .title{
	text-align:center;
	font-size:38px;
	font-weight:bold;
	margin-bottom:60px;
}

#wrapper.recruit .title span{
	margin-bottom:5px;
	display:block;
}

#wrapper.recruit .subtt{
	text-align:center;
	font-size:38px;
	font-weight:bold;
	margin-bottom:45px;
}

#wrapper.recruit .textSession{
	text-align:center;
	font-size:22px;
	line-height:2;
	margin-bottom:70px;
}

#wrapper.recruit .info{
	margin-bottom:65px;
}

#wrapper.recruit .info .table{
	max-width:720px;
	width:100%;
	margin:0 auto;
	font-size:24px;
	color:#333;
}

#wrapper.recruit .info .table dl{
	display:table-row;
}

#wrapper.recruit .info .table dl dt{
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	background:#efdbf2;
	padding:20px;
	font-weight:normal;
	width:26%;
	border-bottom:5px solid #fff;
	border-top:5px solid #fff;
}

#wrapper.recruit .info .table dl dd{
	display:table-cell;
	padding:20px 20px 20px 30px;
	border-bottom:5px solid #fff;
	border-top:5px solid #fff;
}

#wrapper.recruit .areaContact{
	margin-bottom:100px;
}

#wrapper.recruit .areaContact p{
	text-align:center;
	font-size:30px;
	margin-bottom:36px;
}

#wrapper.recruit .areaContact a{
	float:left;
	display:block;
	padding:30px 0;
	max-width:440px;
	width:46%;
	margin:0 2%;
	border-radius:10px;
	text-align:center;
	font-size:30px;
	font-weight:bold;
	text-decoration:none;
}

#wrapper.recruit .areaContact a.tel{
	border:2px solid #ae49bd;
	color:#ae49bd;
}

#wrapper.recruit .areaContact a.form{
	border:2px solid #ae49bd;
	background:#ae49bd;
	color:#fff;
}

#wrapper.recruit .areaContact a:before{
	margin-right:5px;
}

#wrapper.recruit .message{
	margin-bottom:100px;
}

#wrapper.recruit .message .messageInner1{
	margin-bottom:80px;
}

#wrapper.recruit .message .messageInner1 .right p{
	text-align:right;margin-top:5px;
	font-size:12px;
}

#wrapper.recruit .message .messageInner1 .left{
	max-width:480px;
	width:100%;
}

#wrapper.recruit .message .messageInner1 .left h4{
	font-size:23px;
	border-bottom:1px solid #660066;
	padding-bottom:15px;
	margin-bottom:20px;
	line-height:1.6;
}

#wrapper.recruit .message .messageInner1 .left p{
	font-size:18px;
	margin-bottom:70px;
}

#wrapper.recruit .message .messageInner1 .left p:last-child{
	margin-bottom:0;
}

#wrapper.recruit .message .messageInner2 h4{
	font-size:23px;
	border-bottom:1px solid #660066;
	padding-bottom:15px;
	margin-bottom:20px;
	line-height:1.6;
}

#wrapper.recruit .message .messageInner2 p{
	font-size:18px;
	margin-bottom:70px;
}

#wrapper.recruit .message .guideBtn{
	display:block;
	max-width:400px;
	width:100%;
	margin:0 auto;
	border:2px solid #ae49bd;
	color:#ae49bd;
	border-radius:10px;
	text-align:center;
	font-size:30px;
	padding:30px 0;
	text-decoration:none;
}

#wrapper.recruit .message .guideBtn span:before{
	content:"\f04b";
	margin-right:10px;
}

#wrapper.recruit .education{
	margin-bottom:100px;
}

#wrapper.recruit .education .educationInner1{
	margin-bottom:80px;
}

#wrapper.recruit .education .educationInner1 .left{
	width:46%;
	width: 100%;
/*	margin-right:8%;*/
}

#wrapper.recruit .education .educationInner1 .left h4{
	font-size:34px;
	margin-bottom:40px;
}

#wrapper.recruit .education .educationInner1 .left h4:before{
	content:url(/img/recruit/icon_training.png);
	margin-right:10px;
}

#wrapper.recruit .education .educationInner1 .left p{
	font-size:20px;
}

#wrapper.recruit .education .educationInner1 .right{
	width:46%;
}

#wrapper.recruit .education .educationInner2 .left{
	width:46%;
}

#wrapper.recruit .education .educationInner2 .right{
	width:46%;
	width: 100%;
/*	margin-left:8%;*/
}

#wrapper.recruit .education .educationInner2 .right h4{
	font-size:34px;
	margin-bottom:40px;
}

#wrapper.recruit .education .educationInner2 .right h4:before{
	content:url(/img/recruit/icon_practical.png);
	margin-right:10px;
}

#wrapper.recruit .education .educationInner2 .right p{
	font-size:20px;
}

#wrapper.recruit .cf:after{
	content:"";
	clear:both;
	display:block;
}

@media screen and (max-width: 960px){
	#wrapper.recruit #header .header__logo{
		margin:0 0 0 15px;
	}
	
	#wrapper.recruit #header .header__home{
		right:15px;
	}
	
	#wrapper.recruit #article{
		padding:0 15px;
	}
	
	#wrapper.recruit .subtt{
		font-size:34px;
	}
	
	#wrapper.recruit .message .messageInner1 .right{
		float:none;
		text-align:center;
		margin-bottom:50px;
	}
	
	#wrapper.recruit .message .messageInner1 .right img{
		width:30%;
	}
	
	#wrapper.recruit .message .messageInner1 .right p{
		text-align:center;
	}
	
	#wrapper.recruit .message .messageInner1 .left{
		float:none;
		max-width:100%;
	}
	
	#wrapper.recruit .areaContact p{
		font-size:26px;
		margin-bottom:30px;
	}
	
	#wrapper.recruit .areaContact a{
		font-size:26px;
	}
}

@media screen and (max-width: 768px){
	#wrapper.recruit .areaContact a{
		float:none;
		max-width:100%;
		width:100%;
		margin:0 auto;
	}
	
	#wrapper.recruit .areaContact a.tel{
		margin:0 auto 3%;
	}
}

@media screen and (max-width: 640px){
	#wrapper.recruit .info .table{
		font-size:20px;
	}
	
	#wrapper.recruit .info .table dl dt{
		width:30%;
		padding:20px 10px;
	}
	
	#wrapper.recruit .info .table dl dd{
		padding:20px;
	}
	
	#wrapper.recruit .message .messageInner1 .right img{
		width:60%;
	}
	
	#wrapper.recruit .education .educationInner1 .left{
		float:none;
		width:100%;
		margin-right:0;
		margin-bottom:3%;
	}
	
	#wrapper.recruit .education .educationInner1 .right{
		float:none;
		width:100%;
		max-width:440px;
		display:block;
		margin:0 auto;
	}
	
	#wrapper.recruit .education .educationInner2 .left{
		float:none;
		width:100%;
		max-width:440px;
		display:block;
		margin:0 auto;
	}
	
	#wrapper.recruit .education .educationInner2 .right{
		float:none;
		width:100%;
		margin-left:0;
		margin-bottom:3%;
	}
}

@media screen and (max-width: 480px){
	#wrapper.recruit .keyVisual{
		margin:0 auto 30px;
	}
	
	#wrapper.recruit .title{
		font-size:26px;
		margin-bottom:30px;
	}
	
	#wrapper.recruit .subtt{
		font-size:21px;
		margin-bottom:20px;
	}
	
	#wrapper.recruit .textSession{
		font-size:18px;
		line-height:1.6;
		margin-bottom:50px;
	}
	
	#wrapper.recruit .info{
		margin-bottom:60px;
	}
	
	#wrapper.recruit .info .table dl{
		display:initial;
	}
	
	#wrapper.recruit .info .table dl dt{
		width:100%;
		display:block;
		padding:10px 15px;
		border:none;
	}
	
	#wrapper.recruit .info .table dl dd{
		display:block;
		margin:0;
		border:none;
	}
	
	#wrapper.recruit .areaContact{
		margin-bottom:80px;
	}
	
	#wrapper.recruit .areaContact p{
		font-size:22px;
		margin-bottom:20px;
	}
	
	#wrapper.recruit .message{
		margin-bottom:80px;
	}
	
	#wrapper.recruit .message .messageInner1{
		margin-bottom:40px;
	}
	
	#wrapper.recruit .message .messageInner1 .left h4{
		font-size:18px;
	}
	
	#wrapper.recruit .message .messageInner1 .left p{
		font-size:16px;
		margin-bottom:40px;
	}
	
	#wrapper.recruit .message .messageInner2 h4{
		font-size:18px;
	}
	
	#wrapper.recruit .message .messageInner2 p{
		font-size:16px;
		margin-bottom:40px;
	}
	
	#wrapper.recruit .message .guideBtn{
		display:block;
		max-width:400px;
		width:100%;
		margin:0 auto;
		border:2px solid #ae49bd;
		color:#ae49bd;
		border-radius:10px;
		text-align:center;
		font-size:30px;
		padding:30px 0;
		text-decoration:none;
	}
	
	#wrapper.recruit .message .guideBtn span:before{
		content:"\f04b";
		margin-right:10px;
	}
	
	#wrapper.recruit .education{
		margin-bottom:60px;
	}
	
	#wrapper.recruit .education .educationInner1 .left h4{
		font-size:26px;
		margin-bottom:30px;
		background:url(/img/recruit/icon_training.png) no-repeat 0 0;
		padding-left:35px;
		background-size:6%;
	}
	
	#wrapper.recruit .education .educationInner1 .left h4:before{
		display:none;
	}
	
	#wrapper.recruit .education .educationInner1 .left p{
		font-size:18px;
	}
	
	#wrapper.recruit .education .educationInner2 .right h4{
		font-size:26px;
		margin-bottom:30px;
		background:url(/img/recruit/icon_practical.png) no-repeat 0 0;
		padding-left:35px;
		background-size:6%;
	}
	
	#wrapper.recruit .education .educationInner2 .right h4:before{
		display:none;
	}
	
	#wrapper.recruit .education .educationInner2 .right p{
		font-size:18px;
	}
}

@media screen and (max-width: 320px){
	#wrapper.recruit #header .header__logo{
		margin:0;
	}
	
	#wrapper.recruit #header .header__logo img{
		width:80%;
	}
	
	#wrapper.recruit .areaContact a{
		font-size:23px;
	}
}

#article.company .spShow{
	display:none;
}

#article.company .infoSection{
	display:table;
	margin-bottom:70px;
	width:100%;
}

#article.company .infoSection dl{
	display:table-row;
}

#article.company .infoSection dl dt,
#article.company .infoSection dl dd{
	display:table-cell;
	padding:20px;
}

#article.company .infoSection dl dt{
	background:#EFDBF2;
	text-align:center;
	vertical-align:middle;
	border-bottom:1px solid #efefef;
	font-weight:bold;
	min-width:170px;
}

#article.company .infoSection dl dd{
	background:#fff;
	border-bottom:1px solid #EFDBF2;
	margin-left:0;
}

#article.company .mapSection .mapInner #map{
	height:350px;
}

#article.company .mapSection .mapInner #map #mapcontent .name{
	color:#660066;
	font-weight:bold;
}

@media screen and (max-width: 960px){
	#article.company .content{
		padding:0 15px;
	}
}

@media screen and (max-width: 640px){
	#article.company .infoSection{
		display:block;
	}
	
	#article.company .infoSection dl{
		margin:0;display:block;
	}
	
	#article.company .infoSection dl dt,#article.company .infoSection dl dd{
		display:block;
		padding:15px;
	}
	
	#article.company .infoSection dl dt{
		border-bottom:none;
		width:100%;
	}
	
	#article.company .infoSection dl dd{
		border-bottom:none;
	}
}

@media screen and (max-width: 480px){
	#article.company .spShow{
		display:initial;
	}
}

#article.contact .flow h2{
	font-size:23px;
	font-weight:bold;
	text-align:center;
	margin-bottom:30px;
}

#article.contact .flow>p{
	text-align:center;
	margin:0 auto 30px;
}

#article.contact .flow h3{
	max-width:640px;
	background:#C499CE;
	color:#FFF;
	text-align:center;
	margin:0 auto 60px;
	padding:10px;
	border-radius:10px;
	font-weight:bold;
	font-size:18px;
	display:block;
	position:relative;
}

#article.contact .flow h3::before{
	position:absolute;
	bottom:-70px;
	color:#EDD3F3;
	font-size:68px;
	left:50%;
	margin-left:-2%;
}

@media screen and (min-width: 320px) and (max-width: 767px){
	#article.contact .flow h3::before{
		margin-left:-6%;
		bottom:-62px;
	}
}

#article.contact .flow dl{
	max-width:640px;
	margin:0 auto;
	overflow:hidden;
	display:block;
	position:relative;
	padding-bottom:60px;
}

@media screen and (min-width: 320px) and (max-width: 767px){
	#article.contact .flow dl{
		padding-bottom:30px;
	}
}

#article.contact .flow dl::before{
	color:#EDD3F3;
	position:absolute;
	font-size:68px;
	bottom:-10px;
	left:50%;
	margin-left:-2%;
}

@media screen and (min-width: 320px) and (max-width: 767px){
	#article.contact .flow dl::before{
		margin-left:-6%;
		bottom:-20px;
	}
}

#article.contact .flow dl dt,
#article.contact .flow dl dd{
	padding:10px;
}

#article.contact .flow dl dt{
	width:26%;
	float:left;
	background:#C499CE;
	color:#FFF;
	text-align:center;
	-webkit-font-smoothing:none;
	-webkit-font-smoothing:antialiased;
	-webkit-font-smoothing:subpixel-antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-weight:bold;
	border-radius:10px;
}

@media screen and (min-width: 320px) and (max-width: 767px){
	#article.contact .flow dl dt{
		width:100%;
		float:none;
	}
}

#article.contact .flow dl dd{
	margin-left:28%;
}

@media screen and (min-width: 320px) and (max-width: 767px){
	#article.contact .flow dl dd{
		margin-left:0;
		text-align:center;
	}
}

#article.contact .inqSection br.mobill{
	display:none;
}

@media screen and (min-width: 320px) and (max-width: 767px){
	#article.contact .inqSection br.mobill{
		display:block;
	}
}

#article.contact .inqSection dl{
	overflow:hidden;
}

#article.contact .inqSection dl dt,
#article.contact .inqSection dl dd{
	margin-bottom:20px;
}

#article.contact .inqSection dl dt{
	float:left;
	max-width:200px;
	width:100%;
}

#article.contact .inqSection dl dt .atsk{
	color:#c52d2d;
}

@media screen and (min-width: 320px) and (max-width: 767px){
	#article.contact .inqSection dl dt{
		float:none;
		max-width:100%;
		background:#f9f0fb;
		padding:10px;
	}
}

#article.contact .inqSection dl dd{
	margin-left:200px;
}

#article.contact .inqSection dl dd .wpcf7-not-valid-tip{
	color:#c52d2d;
}

@media screen and (min-width: 320px) and (max-width: 767px){
	#article.contact .inqSection dl dd{
		margin-left:0;
	}
}

#article.contact .inqSection dl.pref input{
	width:inherit;
}

#article.contact .inqSection dl.pref label{
	position:relative;
}

#article.contact .inqSection dl.pref label::after{
	text-align:center;
	border-radius:99999px;
	background:#ce92d7;
	color:#FFF;
	font-size:10px;
	display:block;
	content:"▼";
	position:absolute;
	top:-1px;
	right:20px;
	width:20px;
	height:20px;
	padding-top:3px;
	pointer-events:none;
}

#article.contact .inqSection dl.pref label select{
	position:relative;
	max-width:180px;
	width:100%;
	padding:10px;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	border:1px solid #ccc;
}

#article.contact .inqSection input,
#article.contact .inqSection textarea{
	width:100%;
	border:1px solid #ccc;
	border-radius:3px;
	padding:10px;
}

#article.contact .inqSection .screen-reader-response{
	display:none;
}

#article.contact .inqSection .wpcf7c-conf{
	background:#eee !important;
}

#article.contact .inqSection .wpcf7-not-valid{
	background:#ffe9e9 !important;
}

#article.contact .inqSection #zip-btn,#article.contact .inqSection #recruit-zip-btn{
	margin-left:10px;
}

@media screen and (min-width: 320px) and (max-width: 767px){
	#article.contact .inqSection #zip-btn,
	#article.contact .inqSection #recruit-zip-btn{
		margin-left:6px;
	}
}

#article.contact .inqSection .wpcf7-response-output{
	text-align:center;
}

#article.contact .inqSection .wpcf7-validation-errors{
	border-color:#c52d2d;
}

#article.contact .inqSection .wpcf7-mail-sent-ok{
	border-color:#606;
}

#article.contact .inqSection .buttons{
	width:100%;
	margin:0 auto;
	text-align:center;
}

#article.contact .inqSection .buttons input{
	display:inline-block;
	max-width:200px;
	width:100%;
	margin-right:10px;
}

#article.contact .inqSection .buttons input.wpcf7-confirm{
	margin-right:0;
}

#article.contact .inqSection .buttons input.wpcf7-submit{
	margin-right:0;
}

@media screen and (min-width: 320px) and (max-width: 767px){
	#article.contact .inqSection .buttons input{
		max-width:46%;
	}
}

#article.contact .tabsWrapper__nav{
	margin-bottom:100px;
}

@media screen and (min-width: 320px) and (max-width: 767px){
	#article.contact .tabsWrapper__nav{
		margin-bottom:50px;
	}
}

#article.contact .tabsWrapper__nav ul{
	max-width:620px;
	width:100%;
	margin:0 auto;
	padding:0;
	list-style:none;
}

#article.contact .tabsWrapper__nav ul li{
	max-width:310px;
	width:100%;
}

@media screen and (min-width: 320px) and (max-width: 767px){
	#article.contact .tabsWrapper__nav ul li{
		max-width:50%;
		width:50%;
	}
}

#article.contact .tabsWrapper__nav ul a{
	display:block;
	text-align:center;
	text-decoration:none;
	color:#606;
	font-weight:bold;
	font-size:20px;
	border:1px solid #606;
	padding:20px
}

#article.contact .tabsWrapper__nav ul a.active{
	background:#f9f0fb;
}

#article.contact .tabsWrapper__nav ul a span{
	vertical-align:middle;
}

@media screen and (min-width: 320px) and (max-width: 767px){
	#article.contact .tabsWrapper__nav ul a{
		display:table;
		font-size:14px;
		padding:10px;
		width:100%;
	}
	
	#article.contact .tabsWrapper__nav ul a span{
		display:table-cell;
		vertical-align:middle;
	}
}

@media screen and (max-width: 960px){
	#article.contact .content{
		padding:0 15px;
	}
}

