@charset "utf-8";



html {
	width:100%;
	max-width:480px;
	min-width:320px;
	min-height:100%;
	font-size:62.5%; /*10px*/
	margin:0 auto;
}


body {
	position:relative;
	background-color: #ffffff;
	font-size:15px;
	line-height:1.6;
	width:100%;
	min-height:100%;
	padding-top:60px;
	text-align:left;
	color: #000000;
	font-family:'ShinGoPro';
	font-weight:normal;
	z-index:1;
	overflow-x:hidden;
	-webkit-text-size-adjust: 100%;
}
body.recruit,
body.age,
body.top,
body.technique {
	padding-top:0;
}
body.pageContents > h1 {
	position:absolute;
	bottom:calc(3em + 1em); /* フッター(コピーライト)の高さ3emプラスアルファ */
	left:0;
	font-size:0.6em;
	width:100%;
	text-align:center;
	color:#000000;
	z-index:10;
}

#header {
	position:fixed;
	/*top:-60px;*/
	top:0;
	left:0;
	/*box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.05);*/
	box-sizing:border-box;
	width:100%;
	height:60px;
	z-index:9000;
	transition:.2s;
}
#header.test {
	top:0;
}
	
	.recruit #header {
		position:fixed;
		top:-60px;
	}
	.recruit.headerShow #header {
		top:0;
	}

#header .headerInner {
	position:relative;
	display:flex;
	flex-wrap:nowrap;
	justify-content: center;
	background-color:rgba(255,255,255,0);
	box-sizing:border-box;
	width:100%;
	max-width:480px;
	padding:0;
	margin:auto;
}
#header.test .headerInner {
	background-color:rgba(255,255,255,0);
}
.recruit #header .headerInner { /* 求人のとき */
	background-color:#ffffff;
}

#header .h_logo {
	position:absolute;
	top:0; bottom:0; left:10px;
	box-sizing:border-box;
	height:60px;
	padding:5px 0;
}
#header .h_logo img {
	width:auto;
	height:100%;
}

#header .header_logo {
	position:absolute;
	top:0; bottom:0; left:0;
	box-sizing:border-box;
	height:calc(60px + 10px);
}
#header .header_logo img {
	width:auto;
	height:100%;
}

#header .h_nav {
	width:100%;
	height:60px;
}
	.blog #header .h_nav { /* ブログのとき */
		margin-left:60px; /* ロゴの分 */
		margin-right:auto;
	}

#header .h_nav ul {
	display:flex;
	flex-wrap:nowrap;
	justify-content: space-evenly;
	align-items: center;
	box-sizing:border-box;
	width:calc(100% - 65px - 50px);
	height:100%;
	margin-left:65px;/* ロゴ分 */
	margin-right:50px;/*トグル分 */
}
#header .h_nav ul li {
	display:table;
	font-size:0.8em;
	height:60px;
	white-space:nowrap;
}
#header .h_nav ul li a {
	display:table-cell;
	vertical-align:middle;
	color:#000000;
}
	#header .h_nav ul li.twitter a {
		background:url(/web/20220310155822im_/https://chikubi-now.com/img/icon_twitter.png) right 50% no-repeat;
		background-size:80% auto;
		width:1.5em;
	}

#header .h_navi {
	width:100%;
	height:60px;
}
@media only screen and (max-width: 480px) {
	#header .h_navi {
		font-size:3.2vw;
	}
}

	.blog #header .h_navi { /* ブログのとき */
		margin-left:70px; /* ロゴの分 */
		margin-right:auto;
	}

#header .h_navi nav {
	display:flex;
	justify-content: space-between;
	align-items:center;
	height:60px;
}
#header .h_navi ul {
	display:flex;
	flex-wrap:nowrap;
	justify-content: space-evenly;
	align-items:center;
	box-sizing:border-box;
	width:calc(100% - 65px - 9%);/* ロゴとメニュー開閉ボタン分差し引く */
	height:60px;
	margin-left:65px;/* ロゴ分 */
	margin-right:9%;/* メニュー開閉ボタン分 */
}
#header .h_navi ul li {
	display:table;
	font-size:0.9em;
	line-height:1.2;
	background:rgba(255,255,255,0.9);
	border-radius:50%;
	width:4em;
	height:4em;
	white-space:nowrap;
}
#header .h_navi ul li a {
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	color:#000000;
}

.btnBrands {
	position:absolute;
	/*top:5px; bottom:0; right:0;*/
	bottom:calc(55px + 5px); right:0;
	height:calc(55px - 5px);
	margin:auto;
	cursor:pointer;
}
	.btnBrands img {
		width:auto;
		height:100%;
	}

#menu-icon {
	position:absolute;
	top:0; bottom:0; right:15px;
	box-sizing:border-box;
	width:20px;
	height:30px;
	padding:0.6em 0 0;
	margin:auto;
	/*display:none;*/
}
.menuIconLay {
	position:absolute;
	/*top:calc(-55px - 5px); right:0;*/
	top:5px; right:0; bottom:0;
	display:flex;
	align-items:center;
	background-color:rgba(0,108,255,0.8);
	border-radius:27px 0 0 27px;
	box-sizing:border-box;
	width:9%;
	height:55px;
	margin:auto;
	z-index:9999;
	overflow:hidden;
}
#menuIcon {
	box-sizing:border-box;
	width:50%;
	height:30px;
	padding:10px 0 0;
	margin-left:35%;
}
#menu-icon span,
#menuIcon span {
	display:block;
	background-color:#000000;
	width:20px;
	height:1px;
	margin-bottom:0.5em;
	-webkit-transition:all .2s;
	transition:all .1s;
	transition:all .1s;
}
#menuIcon span {
	background-color:#ffffff;
	width:100%;
}

.headerShow #menu-icon,
#menuIcon {
	display:block !important;
	cursor:pointer;
	z-index:9999;
}
	#menu-icon.active .first,
	#menuIcon.active .first {
		position:relative;
		top:-0.1em;
		transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
		margin-top:0.5em;
	}
	#menu-icon.active .second,
	#menuIcon.active .second {
		transform:rotate(135deg);
		-webkit-transform:rotate(135deg);
		position:relative;
		top:-0.7em;
	}
	#menu-icon.active .third,
	#menuIcon.active .third {
		display:none;
	}

.h_menu {
	display:none;
	position:absolute;
	top:60px;
	left:0;
	background-color:rgba(255,240,0,0.9);
	width:100%;
	max-height:calc(100vh - 60px);
	text-align:center;
	/*overflow-y:scroll;*/
	z-index: 9998;
}
.recruit .h_menu { /* 求人のとき */
	background-color:rgba(255,255,255,0.9);
}
	 .h_menu > ul {
		margin:0 2.5em;
	}
	 .h_menu > ul > li {
		font-size:0.9em;
		border-top:1px solid rgba(255,255,255,1);
	}
	 .h_menu > ul > li.twitter { /* ツイッター */
		background:url(/web/20220310155822im_/https://chikubi-now.com/img/icon_twitter.png) center center no-repeat;
		background-size:auto 60%;
	}
	 .recruit .h_menu > ul > li { /* 求人のとき */
		border-top:1px solid rgba(0,0,0,0.3);
	}
	.h_menu > ul > li:last-child {
		display:block;
	}
	.h_menu ul li a {
		display:block;
		height:3em;
		line-height:3em;
		/*padding:0.5em 0;*/
		color:#000000;
	}
	.h_menu ul li.lady a {
		color:#ff00f0;
	}
	.recruit .h_menu ul li a { /* 求人のとき */
		color:#000000;
	}

@media only screen and (max-width: 480px) {
	#header .h_nav ul li {
		font-size:2.8vw;
	}
	.recruit #header .h_nav ul li {
		font-size:2.5vw;
	}
}


.menuRight {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:0;
	/*height:calc(100vh - 60px);*/
	overflow-x:hidden;
	overflow-y:visible;
}
	.menuRight.active {
		width:100%;
		height:calc(100vh - 60px);
	}

.menuRight .menuFrame {
	position:absolute;
	top:0;
	/*bottom:55px;*/
	right:-95%;
	/*right:0;*/
	background-color: rgba(0,0,0,0.9);
	border-radius:2em 0 0 2em;
	box-sizing:border-box;
	width:95%;
	min-width:calc(320px - 5%);
	max-width:calc(480px - 5%);
	max-height:calc(100vh - 60px - 55px);
	padding:1.5em 0;
	text-align:center;
	overflow-y:auto;
	z-index: 9998;
	transition:.8s;
	/*opacity:0;*/
	pointer-events:none;
}
.menuRight.active .menuFrame {
	right:0;
	/*opacity:1;*/
	pointer-events:inherit;
}
.menuRight .prBanner {
	padding:0 4%;
}
	.menuRight .prBanner img {
		min-width:100%;
		width:100%;
	}
	.menuRight .prBanner .prTitle {
		padding-bottom:1em;
		color:#ffffff;
	}
	.menuRight .prBanner .slider-pro {
		margin-bottom:1em;
	}

.menuRight .menuLink {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	border-top:1px solid rgba(255,255,255,0.2);
	width:calc(100% - 3em);
	padding-top:1.5em;
	margin:0 1.5em;
}
@media only screen and (max-width: 480px) {
	.menuRight .menuLink {
		font-size:3.4vw;
	}
}
 .menuRight .menuLink li {
	font-size:0.9em;
	display:flex:
	align-items:center;
	width:50%;
}
	.menuRight .menuLink li a {
		line-height:3.5;
		display:block;
		height:3.5em;
		color:#ffffff;
	}
	 .menuRight .menuLink li.twitter {
		background:url(/web/20220310155822im_/https://chikubi-now.com/img/icon_twitter.png) center center no-repeat;
		background-size:auto 60%;
	}
	.menuRight .menuLink li.lady a { 
		color:#ff74bf;
	}
	.menuRight .menuLink li.man a { 
		color:#1da1f2;
	}

.btmMenu {
	position:fixed;

	bottom:0; left:50%;
/*left:0;*/
	transform:translateX(-50%);
	width:100%;
	min-width:320px;
	max-width:480px;
	z-index:9000;
}
.btmMenu .btmMenuBtn {
	display:flex;
	justify-content:space-between;
	box-sizing:border-box;
	width:100%;
	max-width:480px;
margin:auto;
}
@media only screen and (max-width: 480px) {
	.btmMenu .btmMenuBtn {
		font-size:3vw;
	}
}

.btmMenu .btmMenuBtn .twitter {
	position:absolute;
	bottom:calc(100% + 1em);
	left:5px;
	height:3.5em;
	transition:.5s;
}
.headerShow .btmMenu .btmMenuBtn .twitter {
	display:none;
}
	.btmMenu .btmMenuBtn .twitter img {
		width:auto;
		height:100%;
	}

.btmMenu .btmMenuBtn .card {
	background-color:rgba(255,255,255,0.9);
	box-sizing:border-box;
	width:15%;
	height:55px;
	padding:1px;
}
	.btmMenu .btmMenuBtn .card p {
		background:linear-gradient(135deg, #006cff 52%,#00a8ff 100%);
		border-radius:4px;
	}
	.btmMenu .btmMenuBtn .card p a {
		display:block;
		background-image:url(/web/20220310155822im_/https://chikubi-now.com/img/icon_card.png);
		background-repeat:no-repeat;
		background-position:center center;
		background-size:100% auto;
		height:calc(55px - 4px);
		margin:2px;
	}

.btmMenu .btmMenuBtn ul {
	display:flex;
	justify-content: space-around;
	align-items: center;
	background-color:rgba(255,255,255,0.9);
	border-radius:0 27px 27px 0;
	box-sizing:border-box;
	width:75%;
	height:55px;
	overflow:hidden;
}
	.btmMenu .btmMenuBtn ul li {
		display:table;
		position:relative;
		box-sizing:border-box;
		width:25%;
		height:55px;
		text-align:center;
		color:#ffffff;
	}
	.btmMenu .btmMenuBtn ul li a {
		font-size:0.7em;
		display:table-cell;
		height:55px;
		padding-top:7px;
		vertical-align:top;
	}
	.btmMenu .btmMenuBtn ul li span {
		/*display:inline-block;*/
	}
	
	.btmMenu .btmMenuBtn ul li.time {
		background:url(/web/20220310155822im_/https://chikubi-now.com/img/btmMenu_tel.png) center 27px no-repeat;
		background-size:auto 40%;
	}
	.btmMenu .btmMenuBtn ul li.time a {
		color:#006cff;
	}
	
	.btmMenu .btmMenuBtn ul li.now {
		background:url(/web/20220310155822im_/https://chikubi-now.com/img/btmMenu_now.png) center 27px no-repeat;
		background-size:auto 40%;
	}
	.btmMenu .btmMenuBtn ul li.now a {
		color:#ee7b00;
	}
	
	.btmMenu .btmMenuBtn ul li.net {
		background:url(/web/20220310155822im_/https://chikubi-now.com/img/btmMenu_net.png) center 27px no-repeat;
		background-size:auto 40%;
	}
	.btmMenu .btmMenuBtn ul li.net a {
		color:#ee0074;
	}
	
	.btmMenu .btmMenuBtn ul li.recruit {
		background:url(/web/20220310155822im_/https://chikubi-now.com/img/btmMenu_recruit.png) center 27px no-repeat;
		background-size:auto 40%;
	}
	.btmMenu .btmMenuBtn ul li.recruit a {
		color:#ff7fac;
	}


.btmMenu .btmMenuBtn .pageTop {
	background-color:rgba(255,255,255,0.9);
	border-radius:27px 0 0 27px;
	width:9%;
	height:55px;
	margin-left:1%;
	overflow:hidden;
}
	.btmMenu .btmMenuBtn .pageTop a {
		display:block;
		background:url(/web/20220310155822im_/https://chikubi-now.com/img/btmMenu_top.png) 70% center no-repeat;
		background-size:auto 1.5em;
		height:100%;
	}


.recruit .bottomNav {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	z-index:9000;
}
.recruit .bottomNav ul {
	display:flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
	background-color:#ffffff;
	box-sizing:border-box;
	width:100%;
	max-width:480px;
	height:55px;
	margin:auto;
}
	.recruit .bottomNav ul li {
		font-size:0.8em;
		display:table;
		position:relative;
		box-sizing:border-box;
		width:24%;
		height:100%;
		padding:2px 0 6px;
		text-align:center;
		color:#ffffff;
		letter-spacing:0.1em;
	}
	.recruit .bottomNav ul li a {
		display:table-cell;
		border-radius:4px;
		height:100%;
		vertical-align:middle;
		overflow:hidden;
	}

	.recruit .bottomNav ul li.line a {
		background: #00d200;
		background: -webkit-linear-gradient(-45deg, #00d200 0%,#1cac00 100%);
		background: linear-gradient(135deg, #00d200 0%,#1cac00 100%);
		box-shadow: 0 3px 0 rgba(0, 151, 1, 1);
	}
	.recruit .bottomNav ul li.entry a {
		background: #ff7174;
		background: -webkit-linear-gradient(-45deg, #ff7174 0%,#ff5155 100%);
		background: linear-gradient(135deg, #ff7174 0%,#ff5155 100%);
		box-shadow: 0 3px 0 rgba(236, 3, 0, 1);
	}
	.recruit .bottomNav ul li.tel a {
		background: #3fe5ff;
		background: -webkit-linear-gradient(-45deg, #3fe5ff 0%,#00bedb 100%);
		background: linear-gradient(135deg, #3fe5ff 0%,#00bedb 100%);
		box-shadow: 0 3px 0 rgba(0, 168, 202, 1);
	}
	.recruit .bottomNav ul li.top a {
		background: #ffd200;
		background: -webkit-linear-gradient(-45deg, #ffd200 0%,#ffae00 100%);
		background: linear-gradient(135deg, #ffd200 0%,#ffae00 100%);
		box-shadow: 0 3px 0 rgba(233, 154, 0, 1);
	}
	.recruit .bottomNav ul li img {
		width:90%;
	}


.btnNotice {
	opacity:0;
	position:fixed;
	left:0;
	bottom:0;
	width:100%;
	height:55px;
	overflow:visible;
	transition:.5s;
	z-index:20;
}
.btnNotice span {
	position:relative;
	display:block;
	width:100%;
	max-width:480px;
	height:55px;
	margin:auto;
}
.btnNotice a {
	display:block;
	position:absolute;
	top:-160px;
	right:5px;
	width:50px;
	height:auto;
}
	.btnNotice img {
		width:100%;
		height:auto;
	}

body.headerShow .btnNotice {
	opacity:1;
}

.remodal.notice0307 {
	padding:0;
}
	.remodal.notice0307 img {
		width:100%;
	}


.btnWhatsnew {
	opacity:0;
	position:fixed;
	left:0;
	bottom:0;
	width:100%;
	height:55px;
	overflow:visible;
	transition:.5s;
	z-index:20;
}
.btnWhatsnew span {
	position:relative;
	display:block;
	width:100%;
	max-width:480px;
	height:55px;
	margin:auto;
}
.btnWhatsnew a {
	display:block;
	position:absolute;
	top:-110px;
	right:5px;
	width:50px;
	height:auto;
}
	.btnWhatsnew img {
		width:100%;
		height:auto;
	}

body.headerShow .btnWhatsnew {
	opacity:1;
}

.remodal.whatsNew {
	background-color: rgba(255,255,255,0.95);
	border-radius: 0.5em;
}
.remodal.whatsNew > a.bn:not(:last-of-type) {
	display: block;
	margin-bottom: 0.5em;
}
.remodal.whatsNew img {
	width:100%;
}
.remodal.whatsNew dl dt {
	padding:1.2em 0;
}
.remodal.whatsNew dl dt p {
	display: inline-block;
	background-color: #cc0000;
	border-radius:0.8em;
	line-height: 1;
	padding: 0.3em 2em;
	color: #ffffff;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
.remodal.whatsNew dl dd {
	max-height:19em;
	overflow-y:auto;
}
@media only screen and (max-width: 480px) {
	.remodal.whatsNew dl dd {
		font-size:3.4vw;
	}
}
.remodal.whatsNew dl dd a {
	display: block;
	margin-bottom: 0.5em;
}


.brandSelectSwitch {
	opacity:0;
	position:fixed;
	left:0;
	bottom:0;
	width:100%;
	height:55px;
	overflow:visible;
	transition:.5s;
	z-index:20;
}
.brandSelectSwitch span {
	position:relative;
	display:block;
	width:100%;
	max-width:480px;
	height:55px;
	margin:auto;
}
.brandSelectSwitch a {
	display:block;
	position:absolute;
	top:calc(-55px - 5px);
	right:5px;
	width:50px;
	height:auto;
}
	.brandSelectSwitch img {
		width:100%;
		height:auto;
	}

body.headerShow .brandSelectSwitch {
	opacity:1;
}

.remodal.brandSelect {
	position:relative;
}
.remodal.brandSelect ul {
	display:flex;
	flex-wrap:wrap;
	align-content: center;
	algn-items: center;
}
.remodal.brandSelect ul li {
	background-color:#212121;
	border-right:1px solid #363636;
	border-bottom:1px solid #363636;
	box-sizing:border-box;
	/*display:table;*/
	width:calc(100% / 3);
}
	.remodal.brandSelect ul li.soon {
		pointer-events:none;
	}
	.recruit .remodal.brandSelect ul li { /* 女性求人 */
		background-color:#57a8da;
		border-right:1px solid #ffffff;
		border-bottom:1px solid #ffffff;
	}
	.remodal.brandSelect ul li:nth-child(3n) {
		border-right:0;
	}
	
	.remodal.brandSelect ul li:nth-child(3n+1):nth-last-child(-n+3),
	
	.remodal.brandSelect ul li:nth-child(3n+1):nth-last-child(-n+3) ~ li {
		border-bottom:0;
	}

	.remodal.brandSelect ul li a {
		position:relative;
		/*display:table-cell;*/
		display:flex;
		align-items:center;
		box-sizing:border-box;
		height:100%;
		padding:1.2em 0 0.9em 0;
		text-align:center;
		vertical-align:middle;
	}
	.remodal.brandSelect ul li a span {
		position:absolute;
		top:1em;
		font-size:0.5em;
		line-height:1;
		width:100%;
		color:#8e8e8e;
	}
	.remodal.brandSelect ul li a img {
		width:100%;
	}
@media only screen and (max-width: 480px) {
	.remodal.brandSelect ul li a span {
		font-size:1.6vw;
	}
}

.remodal.brandSelect .remodal-close {
	position:absolute;
	top:inherit;
	left:inherit;
	bottom:-2.5em;
	right:0;
	background-color:#212121;
	border-radius:0 0 0 0.8em;
	width:8em;
	height:3em;
	padding-left:1em;
	color: #ffffff;
}
	.recruit .remodal.brandSelect .remodal-close { /* 女性求人 */
		background-color:#57a8da
	}
	.remodal.brandSelect .remodal-close:before {
		display: block;
		position: absolute;
		top:0; left:0; right:auto; bottom:0;
		font-size: 2em;
		line-height: 2em;
		background:none;
		border-radius:0;
		width: 2em;
		height: 2em;
		margin:auto;
		color: #ffffff;
	}

#footer {
	background-color:#999;
	max-width: 480px;
	margin-top:5em;
	margin-left:auto; margin-right:auto;
	margin-bottom:55px;
	color:#000000;
}
	body.age #footer {
		margin-bottom:0;
	}
	body.ageAuth #footer {
		margin-bottom:0;
	}
	body.blog #footer {
		margin-bottom:0;
	}
	body.topDir #footer { /* トップディレクトリのウェブページ */
		margin-bottom:0;
	}

#footer p {
	font-size:0.7em;
	line-height:3em;
	text-align:center;
}

@media only screen and (max-width: 480px) {
	#footer p {
		font-size:0.7em;
	}
}

a { color:#000000; text-decoration:none; }
a[data-remodal-target] {cursor:pointer;}
img, video { width:100%; } 
.layoutBox {
	position: relative;
	box-sizing:border-box;
	max-width: 480px;
	margin: auto;
}
.layoutBox2 {
	position: relative;
	box-sizing:border-box;
	max-width: 480px;
	margin: auto;
}
.layoutBox img,
.layoutBox2 img {
	width:100%;
}
.red { color:#ff0000; }
.wideBanner {padding:0 4%; margin:2em 0;}
.taxSmall { font-size:0.8em; }

.blockTitle {
	position:relative;
	margin-bottom:1.5em;
	text-align:center;
	color:#000000;
	font-family:'ShinGoPro';
}
@media only screen and (max-width: 480px) {
	.blockTitle {
		font-size:3.5vw;
	}
}
	.blockTitle p,
	.blockTitle h2 {
		position:relative;
		font-size:1.2em;
		line-height:2.4;
		background: linear-gradient(170deg, #f2f2f2 58%,#f2f2f2 58%,#e4e4e4 100%);
		border-radius:1.2em;
		font-weight:500;
	}

.blockTitle.toggle h2::after {
	content:"";
	position:absolute;
	top:0; right:1em; bottom:0;
	width:0;
	height:0;
	border-style: solid;
	border-width:0.7em 0.5em 0 0.5em;
	border-color:#007bff transparent transparent transparent;
	margin:auto;
}
.ac.open .blockTitle.toggle h2::after {
	border-width:0 0.5em 0.7em 0.5em;
	border-color:transparent transparent #007bff transparent;
}

ul.pointList {
}
	ul.pointList li,
	p.pointList,
	span.pointList {
		position: relative;
		display: block;
		line-height:1.3;
		padding:0.2em 0 0.2em 1em;
	}
	ul.pointList li::before,
	p.pointList::before,
	span.pointList::before {
		content: "・";
		position: absolute;
		left:0;
	}

ul.pointList2 {
}
	ul.pointList2 li,
	p.pointList2,
	span.pointList2 {
		position: relative;
		display: block;
		line-height:1.3;
		padding:0.2em 0 0.2em 1em;
	}
	ul.pointList2 li::before,
	p.pointList2::before,
	span.pointList2::before {
		content: "※";
		position: absolute;
		left:0;
	}

.pageContents .pageTitle {
	padding:3em 0.5em;
	/*margin:3em 0;*/
	text-align:center;
	font-family: 'Noto Serif JP', serif;
}
	.pageContents .pageTitle h1,
	.pageContents .pageTitle p {
		font-size:1.3em;
		line-height:1.2;
	}

.delighter.delighter {
	transition:all .6s ease-out;
	transform:translateY(20%);
	opacity:0
}
.delighter.delighter.started {
	transform:none;
	opacity:1
}


.textBlink {
	animation: textBlink 1.3s ease-in-out infinite alternate;
}
	@keyframes textBlink {
		0% {opacity:0;}
		100% {opacity:1;}
	}

.btnBlink {
	animation: btnBlink 1s ease-in-out infinite alternate;
}
	@keyframes btnBlink {
		0% {opacity:0.2;}
		100% {opacity:1;}
	}

.bannerBlink {
	animation: bannerBlink 1.3s ease-in-out infinite alternate;
}
	@keyframes bannerBlink {
		0% {opacity:0.3;}
		100% {opacity:1;}
	}

/* ============ [ページ]相互リンク ============ */
.linkContents {
	padding:0 4%;
	margin:auto;
}
.ageAuth .linkContents {

}
.linkContents p {
}
.linkContents .contentsTitle {
	border-left:2px solid #000000;
	padding-left:0.5em;
	margin-bottom:1em;
}
	.linkContents .contentsTitle p {
		font-size:1em;
		padding:0.3em;
		line-height:1.2;
	}

.linkContents .imgBanner,
.linkContents .textLink {
	margin-bottom:5em;
}
.linkContents .imgBanner img {
	font-size:0;
	line-height:0;
	width:auto;
	max-width:100%;
	height:auto;
	margin-bottom:8px;
}
.linkContents textarea {
	box-sizing:border-box;
	width:100%;
}
.linkContents br {
	line-height:1;
}
.linkContents table td {
	vertical-align:middle;
}

.linkContents .myBanner {
	overflow-x:auto;
	-webkit-overflow-scrolling: touch;
}
	.linkContents .myBanner img  {
		width:auto;
		max-width:100%;
		height:auto;
	}
	.linkContents .myBanner .text  {
		margin-bottom:1em;
	}
	.linkContents .myBanner .text p {
		margin-bottom:0.5em;
	}

.linkContents .myBanner .text ol {
	list-style-positin:outside;
	list-style-type:decimal;
	margin-left:1.5em;
}
	.linkContents .myBanner .text ol li {
		margin-bottom:0.5em;
	}
	.linkContents .myBanner .text ol li:last-child {
		margin-bottom:0;
	}
	.linkContents .myBanner .text ol li span {
		display:block;
		font-size:0.9em;
	}

.linkContents .myBanner dl {
	margin-bottom:2em;
}
	.linkContents .myBanner dl dt {
		margin-bottom:0.5em;
	}
	.linkContents .myBanner dl dt p {
		position:relative;
		margin-bottom:0.5em;
		padding-left:1.5em;
	}
	.linkContents .myBanner dl dt p::before {
		content:'●';
		position:absolute;
		left:0;
		margin-bottom:0.5em;
	}
	.linkContents .myBanner dl dt span {
		font-size:0.8em;
		padding-left:5px;
	}
	.linkContents .myBanner dl dt div {
		margin-top:0.5em;
		margin-bottom:0.8em;
	}
	.linkContents .myBanner dl dd {
	}
	.linkContents .myBanner dl dd textarea {
		box-sizing:border-box;
		width:100%;
	}

.notFoundContents {
	display:flex;
	flex-wrap:wrap;
	align-content:center;
	height:calc(100vh - 60px - 55px - 3em);
	text-align:center;
}
.notFoundContents .text {
	font-size:1.4em;
	width:100%;
	margin-bottom:2em;
	color:#000000;
}
.notFoundContents .link {
	font-size:1.2em;
	width:100%;
}
.notFoundContents .link a {
	position:relative;
	display:inline-block;
	padding:0.5em 0 0.5em 1.4em;
	margin:0 0.5em 0.5em;
	color:#000000;
}
	.notFoundContents .link a::before {
		content:"";
		position:absolute;
		top:0; left:0.5em; bottom:0;
		border-top:1px solid rgba(0,0,0,1);
		border-right:1px solid rgba(0,0,0,1);
		line-height:3em;
		margin:auto;
		width:4px;
		height:4px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

.notFoundContents .link a.recruit {
	color:#ff8888;
}

