@charset "utf-8";

/******************** recruit ********************/
p.recruit {
	margin-bottom: 40px;
}
dl.guideline {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	text-align: left;
	border: 1px solid #ddd;
	border-bottom: none;
	margin-bottom: 30px;
}
dl.guideline dt {
	width: 208px;
	padding: 15px 0 15px 20px;
	font-weight: bold;
	background: #f5f5f5;
	border-bottom: 1px solid #ddd;
}
dl.guideline dd {
	width: 890px;
	padding: 15px 20px;
	border-bottom: 1px solid #ddd;
}
.manga {
	float: right;
	vertical-align: top;
	margin: 0 -10px -10px 0;
}
/********************/
.taigu ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-right: -10px;
}
.taigu li {
	width: 212px;
	margin: 0 10px 20px 0;
	color: #00454f;
	font-size: 20px;
	font-weight: bold;
	font-family:  "A-OTF 丸フォーク Pro R", "游ゴシック", Yu Gothic;
}
.taigu li .small {
	text-align: left;
	font-size: 13px;
	font-weight: normal;
	font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	display: block;
	line-height: 17px;
	margin: 10px 0 0 10px;
	letter-spacing: -0.05em;
}
.taigu li img {
	width: 180px;
	height: auto;
	margin-bottom: 8px;
	text-align: center;
	-webkit-box-shadow: 5px 5px 0px #c9f7ff;
	-moz-box-shadow: 5px 5px 0px #c9f7ff;
	box-shadow: 5px 5px 0px #c9f7ff;
}
.taigu .comment {
	background: #f1f9fc;
	border: 2px solid #c9f7ff;
	padding: 10px 20px;
	color: #333;
	margin: 10px 0 30px;
}

/*
.taigu ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-right: -5px;
}
.taigu li {
	width: 215px;
	margin: 0 5px 5px 0;
	line-height: 60px;
	padding-bottom: 5px;
	color: #00454f;
	font-size: 20px;
	font-weight: bold;
	font-family:  "A-OTF 丸フォーク Pro R", "游ゴシック", Yu Gothic;
	border: 2px solid #c9f7ff;
	background: #e1ffff;
	background: -moz-linear-gradient(top, #e1ffff 0%, #e1ffff 5%, #fdffff 7%, #fdffff 15%, #dafdff 40%, #dafdff 40%, #b5dcf6 100%);
	background: -webkit-linear-gradient(top, #e1ffff 0%,#e1ffff 5%,#fdffff 7%,#fdffff 15%,#dafdff 40%,#dafdff 40%,#b5dcf6 100%);
	background: linear-gradient(to bottom, #e1ffff 0%,#e1ffff 5%,#fdffff 7%,#fdffff 15%,#dafdff 40%,#dafdff 40%,#b5dcf6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1ffff', endColorstr='#b5dcf6',GradientType=0 );
}
.taigu .long {
	letter-spacing: -0.05em;
	font-size: 18px;
}
.taigu .rows, .taigu .rows2 {
	display: block;
	margin: -10px 0 0;
}
.taigu .rows2 {
	margin: -15px 0 0;
}
.taigu .small, .taigu .small2 {
	display: block;
	color: #fff;
	text-shadow: 0px 0px 5px #008ac8;
	font-size: 14px;
	line-height: 14px;
	margin: -10px 0 -15px;
	letter-spacing: 0.05em;
}
.taigu .small2 {
	line-height: 16px;
	margin: -18px 10px -15px;
}
.taigu .comment {
	background: #f1f9fc;
	border: 2px solid #c9f7ff;
	padding: 10px 20px;
	color: #333;
	margin: 0 5px 30px 0;
}
*/
/********************/
.appeal .title {
	color: #fa7128;
	font-size: 18px;
	font-weight: bold;
	font-family:  "A-OTF 丸フォーク Pro R", "游ゴシック", Yu Gothic;
	letter-spacing: 0.1em;
}
.appeal .title img {
	vertical-align: text-bottom;
	margin: 0 5px -3px 0;
}
.appeal dl {
	text-align: left;
	background: url("/wp-content/uploads/2025/04/recruit_appeal.jpg") no-repeat right top;
	margin: 15px 0 40px;
}
.appeal dt {
	background: url("/wp-content/uploads/2025/04/icon_star.png") no-repeat left 6px;
	padding-left: 30px;
	font-size: 18px;
	font-weight: bold;
	font-family:  "A-OTF 丸フォーク Pro R", "游ゴシック", Yu Gothic;
	line-height: 180%;
	margin-bottom: 5px;
	letter-spacing: 0.1em;
}
.appeal dd {
	color: #666;
	margin: 0 0 10px 30px;
	text-shadow: 1px 1px 0px #ffffff;
}
/********************/
.appeal2 {
	-webkit-box-shadow: 0px 0px 5px #ccc;
	-moz-box-shadow: 0px 0px 5px #ccc;
	box-shadow: 0px 0px 5px #ccc;
	padding: 20px;
	text-align: left;
	margin-bottom: 30px;
}
ul.toiawase {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
dl.enquete dt {
	width: 208px;
	padding: 15px 0 15px 20px;
	font-weight: bold;
}
dl.enquete dd {
	width: 890px;
	padding: 15px 0 15px 20px;
}
/********************/
ul.recruit_movie {
	display: flex;
	justify-content: center;
	margin: -10px auto 30px;
}
ul.recruit_movie li {
	margin: 0 5px;
}
video {
	width: 100%;
	min-width: 200px;
	max-width: 1100px;
	height: auto;
	object-fit: cover;
	object-position: 50% 10%;
}
video.original {
	width: 100%;
	min-width: 200px;
	max-width: 700px;
	height: auto;
	object-fit: cover;
	object-position: 50% 10%;
}




/* よく使いそうなCSS3
----------------------------------------------------*/
#selectors {
/* 角丸 */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

/* 角丸個別 */
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;

/* ボックスに影 */
	-webkit-box-shadow: 1px 1px 3px #999;
	-moz-box-shadow: 1px 1px 3px #999;
	box-shadow: 1px 1px 3px #999;

/* テキストに影 */
	text-shadow: 1px 1px 0px #999;

/* グラデーション */
    background: -moz-linear-gradient(top, #f5f5f5, #fff);　/* Firefox用 */  
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#066));　/* Safari,Google Chrome用 */  
}

@media screen and (min-width: 320px) and (max-width: 650px){
}

