@charset "UTF-8";

/*contents CSS PC用*/

@media screen and (min-width: 668px){
	
.sp{
	display: none !important;
}
.pc{
	display: inherit !important;
}

	
#outlineBox,
#releaseBox,
#recruitBox,
#visionBox {
	padding: 0px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
}
.row {
	padding: 0px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#outlineBox .inBox,
#releaseBox .inBox,
#recruitBox .inBox,
#visionBox .inbox {
	padding-top: 30px;
	padding-bottom: 50px;
}

#outlineBox .inTBox{
	padding-top: 30px;
	padding-bottom: 20px;
}

	


/***********************************
RISU Japanについて
************************************/
.mainImgOutline{
	text-align: center;
	padding-bottom: 30px;
}

.mainImgOutlineSp{
	display: none;
}

#titleOutlineBox{
	overflow: hidden;
	position: relative;
	display: block;
	margin-top: 15px;
	font-size: 12px;
	background-color: #e1f0f0;
	margin-bottom: 15px;
	padding: 40px 0;
}

#titleOutlineBox .inBox{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	justify-content: space-between;
}

#titleOutlineBox .inBox h2{
	display: block;
	color: #FFF;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	line-height: 52px;
	font-size: 24px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFF;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
	float: none;
}

#titleOutlineBox .item-box {
    background: #FFF;
    width: 310px;
    position: relative;
}
#titleOutlineBox .item-box:before {
    content: "";
    bottom: 0;
    right: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid #00aebb;
    position: absolute;
    z-index: 100;
}
#titleOutlineBox .item-box a {
    text-align: center;
    background: #00aebb;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    display: block;
    padding: 12px 0;
    position: relative;
}
#titleOutlineBox .item-box a:hover {
    text-decoration: none;
}
#titleOutlineBox .item-box a:before {
    content: "\f105";
    font-family: Fontawesome;
    font-weight: normal;
    font-size: 25px;
    left: 15px;
    top: 12px;
    position: absolute;
}
#titleOutlineBox .item-box .in {
    padding: 20px;
    text-align: center;
    height: 150px;
    box-sizing: border-box;
}
#titleOutlineBox .item-box .in .fl {
    float: left;
    width: 120px;
}
#titleOutlineBox .item-box .in .fr {
    overflow: hidden;
    width: auto;
    text-align: left;
    padding-left: 10px;
    font-size: 14px;
    height: 120px;
    display: table-cell;
    vertical-align: middle;
}
#titleOutlineBox .service-box {
    width: 300px;
    padding-top: 15px;
}
#titleOutlineBox .service-box ul {
    padding: 20px 0 0 10px;
}
#titleOutlineBox .service-box li {
    float: none;
    background: none;
}
#titleOutlineBox .service-box li a {
    position: relative;
    background: none;
    font-weight: normal!important;
}
#titleOutlineBox .service-box li a:before {
    position: absolute;
    content: "\f054";
    font-family: Fontawesome;
    left: 5px;

}
#titleOutlineBox .service-box strong {
    font-size: 20px;
}

#titleOutlineBox ul{
	overflow: hidden;
	position: relative;
	padding-bottom: 20px;
}

#titleOutlineBox li{
	background-color: #FFF;
	float: left;
	margin-right: 11px;
	margin-bottom: 11px;
}

#titleOutlineBox li a{
	background-image: url(../images/iconLinkArrowLeftS.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-size: 16px;
	/* [disabled]font-weight: bold; */
}

#titleOutlineBox li a:link,
#titleOutlineBox li a:visited,
#titleOutlineBox li a:active{
	color: #00AEBB;
	font-weight: bold;
	text-decoration: underline;
}

#titleOutlineBox li a:hover{
	outline:none;
	text-decoration: none;
	color: #F00;
}

#titleOutlineBox li.i01{	
	width: 484px;
	height: 222px;
	text-align: center;
}

#titleOutlineBox li p{
	line-height: 16px;
	display: block;
	padding-top: 3px;
}

#titleOutlineBox li.i01 span{
	display: block;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 15px;
}

#titleOutlineBox li.i02{	
	width: 236px;
	height: 222px;
	text-align: center;
}

#titleOutlineBox li.i02 span{
	display: block;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 15px;
}

#titleOutlineBox li.i03{
	width: 238px;
	height: 106px;
	margin-right: 0px;
	background-image: url(../../images/top/i03.png);
	background-repeat: no-repeat;
	background-position: 15px center;
}

#titleOutlineBox li.i03 span,
#titleOutlineBox li.i04 span{
	display: block;
	padding-top: 42px;
	padding-left: 70px;
}

#titleOutlineBox li.i04{
	width: 238px;
	height: 106px;
	margin-right: 0px;
	background-image: url(../../images/top/i04.png);
	background-repeat: no-repeat;
	background-position: 15px center;
}
    
/*2023-05-17add A.S*/
    #titleOutlineBox.v02 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #titleOutlineBox.v02 .inBox .col {
        width: 310px;
    }
    #titleOutlineBox.v02 .title {
        position: relative;
        font-weight: bold;
        font-size: 18px;
        color: #FFF;
        background: #00aebb;
        border-radius: 6px;
        padding: 10px 20px;
        margin-bottom: 15px;
    }
    #titleOutlineBox.v02 .sub .title {
        background: #6c8385;
    }
    #titleOutlineBox.v02 .title:before {
        position: absolute;
        left: 30px;
        height: 0;
        width: 0;
        border: solid transparent;
        content: "";
        top: 100%;
        margin-left: 10px;
        border-color: transparent;
        border-top-color: #00aebb;
        border-right-color: #00aebb;
        border-width: 5px;
    }
    #titleOutlineBox.v02 .sub .title:before {
        border-top-color: #6c8385;
        border-right-color: #6c8385;
    }
    #titleOutlineBox.v02 .link a,
    #titleOutlineBox.v02 .sub .box a {
        display: block;
        background: #FFF;
        border-radius: 6px;
        box-shadow: 0px 1px 2px 0px rgba(76, 106, 106, 0.3);
        padding: 15px;
        margin-bottom: 10px;
        font-size: 17px;
        font-weight: bold;
    }
    #titleOutlineBox.v02 .link a {
        color: #00aebb;
        text-decoration: none;
        transition: 0.3s;
    }
    #titleOutlineBox.v02 .sub .box a {
        color: #020202;
        text-decoration: none;
        transition: 0.3s;
    }
    #titleOutlineBox.v02 .link a:hover,
    #titleOutlineBox.v02 .sub .box a:hover {
        text-decoration: underline;
        transition: 0.3s;
        opacity: 0.8;
    }
    #titleOutlineBox.v02 .link a .flex,
    #titleOutlineBox.v02 .sub .box a {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    /*#titleOutlineBox.v02 .link a.soon {
        pointer-events: none;
        color: #8f8f8f;
    }*/
    #titleOutlineBox.v02 .link a .flex span span {
        font-size: 14px;
    }
    #titleOutlineBox.v02 .link a .flex img,
    #titleOutlineBox.v02 .sub .box img {
        margin-right: 15px;
    }
    #titleOutlineBox.v02 .link a .flex img {
        width: 70px;
        height: 55px;
    }
    #titleOutlineBox.v02 .sub .box p {
        font-size: 14px;
    }
    #titleOutlineBox.v02 .sub.col .item:first-child {
        margin-bottom: 18px;
    }



#outlineBox{
}

#outlineBox table{
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#outlineBox th{
	width: 173px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aad8db;
	font-size: 16px;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 7px;
	line-height: 16px;
	vertical-align: top;
}

#outlineBox td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e8e8e8;
	font-size: 14px;
	margin: 0px;
	padding-top: 20px;
	padding-right: 18px;
	padding-bottom: 20px;
	padding-left: 18px;
	vertical-align: top;
}

#outlineBox th.eth,
#outlineBox td.etd{
	border-bottom-style: none;
}

#outlineBox #mapBox{
	height: 380px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#outlineBox #mapBox iframe{
	width:100%;
	height: 380px;
}

/***********************************
プレスリリース
************************************/

#titleReleaseBox .inBox h2{
	display: block;
	float: left;
	color: #FFF;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	line-height: 52px;
	font-size: 24px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFF;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
}

#releaseBox{
}

/**/
.releaseList{
}

.releaseList .st{
	background-color: #dff4f6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aad8db;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.releaseList .st h4{
	display: block;
	line-height: 26px;
	background-image: url(../images/pr_iconH4.png);
	background-repeat: no-repeat;
	background-position: 10px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	font-weight: bold;
	font-size: 16px;
}

.releaseList ul{
	display: block;
	padding-left: 20px;
}

.releaseList li{
	display: block;
	line-height: 20px;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}

.releaseList a:link,
.releaseList a:visited,
.releaseList a:active{
	color: #00AEBA;
}

.releaseList a:hover{
	color: #F30;
	text-decoration: underline;
	outline:none;
}

.releaseList li.pdf a{
	background-image: url(../images/iconPdf.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size:18px 18px;
	padding-right: 23px;
}

.releaseList li span{
	display: block;
	float: left;
	width: 130px;
}

.releaseList li p{
	display: block;
	float: left;
	width: 770px;
}
#releaseBox p.in_img {
	text-align: center;
	box-sizing: border-box;
}
#releaseBox p.in_img img {
	height: auto;
	max-height: 600px;
    width: auto;
	max-width: 60%;
}
#releaseBox .release-date {
	margin-bottom: 10px;
}
.single .releaseList ul {
	padding-left: 0;
	margin: 0 0 2em;
}
.single .releaseList li:before {
	content: "・";
	margin-right: 5px;
}
	
	
/***********************************
未来の才能のために
************************************/
	
	#center.vision {
		border-top: 1px solid #f2f2f2;
		padding-top: 15px;
	}
	.vision-mv {
		background: #101113;
		text-align: center;
	}
	#visionBox  {
		position: relative;
		padding-top: 100px;
	}
	#visionBox .link-box {
		position: absolute;
		top: -200px;
	}
	#visionBox .flex {
		width: 980px;
		display: flex;
		justify-content: space-between;
	}
	#visionBox .fl {
		float: left;
	}
	#visionBox .fr {
		float: right;
	}
	#visionBox p {
		font-size: 16px;
		margin-bottom: 25px;
		line-height: 1.8;
	}
	#visionBox .link-item {
		background: #FFF;
		width: 470px;
		position: relative;
		padding: 20px;
		box-shadow: 0px 1px 4px 0px rgba(175, 175, 175, 0.44);
		box-sizing: border-box;
	}
	#visionBox .link-item:before {
		content: "";
		bottom: 0;
		right: 0;
		border-top: 10px solid transparent;
		border-right: 10px solid #00aebb;
		position: absolute;
		z-index: 100;
	}
	#visionBox .link-item a {
		text-align: center;
		color: #00aebb;
		font-size: 22px;
		font-weight: bold;
		display: block;
		padding: 30px 0 15px;
	}
	#visionBox .link-item a:hover {
		text-decoration: none;
	}
	#visionBox .link-item p {
		text-align: center;
		font-size: 16px;
		margin-bottom: 0;
	}
	#visionBox h2 {
		font-size: 26px;
		font-weight: bold;
		margin-top: 65px;
		margin-bottom: 30px;
		padding-left: 0;
		padding-bottom: 5px;
		border-left: none;
		border-bottom: 1px solid #e0e5e8;
		position: relative;
	}
	#visionBox h2:after {
		content: " ";
		width: 160px;
		border-bottom: 3px solid #00aebb;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	article#visionBox h2:before {
		border-left: 0;
	}
	#visionBox .article-box .item {
		margin-bottom: 30px;
	}
	#visionBox .article-box a {
		border: 1px solid #e5e5e5;
		padding: 20px;
		display: block;
		text-decoration: none;
		color: #333333;
		transition: 0.3s;
	}
	#visionBox .article-box a:hover {
		border: 1px solid #00aebb;
		transition: 0.3s;
	}
	#visionBox .article-box .text-box {
		width: 620px;
		padding-top: 40px;
	}
	#visionBox .article-box a b {
		font-weight: bold;
		color: #00aebb;
		font-size: 20px;
		text-decoration: none;
		border-bottom: 1px solid #00aebb;
		padding-bottom: 2px;
		transition: 0.3s;
	}
	#visionBox .article-box a:hover b {
		text-decoration: none;
		border-bottom: none;
		transition: 0.3s;
	}
	#visionBox .article-box a b:after {
		content: url(../../images/blank-ico.png);
		margin-left: 5px;
		border-bottom: 1px solid #FFF;
		padding-bottom: 2px;
		transition: 0.3s;
	}
	#visionBox .article-box a p {
		font-size: 18px;
		line-height: 1.7;
		margin-top: 15px;
		margin-bottom: 0;
	}
	#visionBox .article-box a p span {
		font-size: 14px;
	}
	#visionBox .article-box a p span {
		font-size: 14px;
	}
	#visionBox .article-box.ver2 .item:last-child {
		margin-bottom: 100px;
	}
	#visionBox .article-box.ver2 .cf {
		margin-bottom: 15px;
	}
	#visionBox .article-box.ver2 .cat {
		background: #fbec00;
		font-size: 14px;
		padding: 4px 15px 2px;
	}
	#visionBox .article-box.ver2 .date {
		font-size: 14px;
		padding: 4px 15px 2px;
		color: #666666;
	}
	#visionBox .article-box.ver2 .text-box {
		width: 780px;
		padding-top: 0;
	}
	#visionBox .article-box.ver2 a p {
		font-size: 14px;
		margin-top: 10px;
		margin-bottom: 0;
	}
	
	#visionBox .btn02 {
		text-align: center;
		width: 100%;
	}
	#visionBox .btn02 a {
		background: #FFF;
		position: relative;
		font-size: 16px;
		display: inline-block;
		padding: 15px 40px 12px;
		margin: 20px 0;
		text-decoration: none;
		color: #00aebb;
		border: 1px solid #00aebb;
		transition: 0.3s;
	}
	#visionBox .btn02 a::before {
		content: url(../../images/recruit/arrow-ico04.png);
		position: absolute;
		left: 25px;
		top: 15px;
	}
	#visionBox .btn02 a:hover {
		transition: 0.3s;
		background: #00aebb;
		color: #FFF;
	}

	#visionBox .article-box .item .last{
		margin-bottom: 100px;
	}
/***********************************
採用情報
************************************/

#recruitBox{
}

#recruitBox #read{
	background-image: url(../../images/recruit/mainImg.png);
	background-repeat: no-repeat;
	height: 235px;
	width: 980px;
	display: block;
	margin-bottom: 40px;
	text-align: center;
	color: #FFF;
	font-size: 28px;
	font-weight: normal;
}

#recruitBox #read span{
	display: block;
	padding-top: 50px;
}

#recruitBox #read br{
	display: none;
}
	
	
/*add2017.1*/
	.recruit .fl {
		float: left;
	}
	.recruit .fr {
		float: right;
	}
	.recruit p {
		font-size: 16px;
	}
	.recruit p {
		font-size: 16px;
		margin-bottom: 25px;
		line-height: 1.8;
	}
	.recruit p.lead {
		font-size: 18px;
		color: #002e31;
	}
	.recruit p b {
		font-size: 18px;
	}
    .recruit p.note {
        font-size: 85%;
        color: #999;
    }
	.recruit .bread-box {
		padding: 15px 0 0;
		border-top: 1px solid #f2f2f2;
	}
	.recruit nav {
		background: #00aebb;
	}
	.recruit nav li a {
		float: left;
		color: #FFF;
		font-size: 16px;
		text-decoration: none;
		display: block;
		padding: 20px 13px 18px;
		transition: 0.3s;
	}
	.recruit nav ul li ul a {
		display: block;
		padding: 20px 25px 18px;
		transition: 0.3s;
	}
	.recruit nav li a:hover,.recruit nav li.current a {
		background: #009fab;
		transition: 0.3s;
	}
	.recruit nav li a:before {
		content: url(../../images/recruit/arrow-ico.png);
		margin-right: 5px;
	}
	.recruit nav li.drop {
		position: relative;
	}
	.recruit nav li.drop ul {
		position: absolute;
		top: 40px;
		right: 45px;
		background: rgba(0,159,171,0.95);
		visibility: hidden;
		opacity: 0;
		z-index: 100;
		transition: 0.5s;
	}
	.recruit nav li.drop:hover ul {
		top: 60px;
		visibility: visible;
		opacity: 1;
	}
	.recruit nav li.drop ul li a {
		float: none;
	}
	.recruit nav li.drop ul li a:before {
		content: url(../../images/recruit/arrow-ico.png);
		margin-right: 10px;
	}
	.recruit nav li.drop ul li a:hover {
		background: #00818b;
	}
	.recruit .head-box {
		height: 370px;
		background: #e0e5e8;
		position: relative;
		margin-bottom: 20px;
	}
	.recruit .head-box img {
		position: absolute;
		right: -200px;
		z-index: 1;
	}
	.recruit .head-box .row {
		position: relative;
	}
	.recruit.inner .head-box {
		height: 200px;
		position: relative;
		margin-bottom: 20px;
	}
	.recruit.inner.support .head-box img {
	}
	.recruit.inner.future .head-box img {
		right: 0;
	}
	.recruit.inner.require .head-box img {
	}
	.recruit.inner.general .head-box {
		background: #e0e5e8;
		height: 100px;
	}
	.recruit.inner.member-in .head-box {
		height: 290px;
	}
	.recruit.inner.member-in .head-box .head-text {
		width: 100%;
	}
	.recruit.inner.member-in .head-box .head-text p {
		text-shadow: 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff;
	}
	.recruit.inner.member-in .head-box img {
		right: -40px;
	}
	.recruit.inner.member-in .head-box h2 {
		font-size: 32px;
		font-weight: bold;
		padding-top: 45px;
	}
	.recruit.inner.member-in .head-box h2 span {
		display: inline-block;
		font-size: 22px;
		font-weight: normal;
		margin-bottom: 10px;
	}
	.recruit.inner.member-in .head-box h2 p {
		font-size: 16px;
		color: #3b3936;
	}
	.recruit .head-in {
		height: 370px;
		background: url("../../images/recruit/mv-ol.png") right top repeat-x;
	}
	.recruit.inner .head-in {
		height: 200px;
		background: none;
	}
	.recruit .head-box .row {
		z-index: 50;
	}
	.recruit .head-box .head-text {
		width: 500px;
		color: #00484d;
		position: relative;
		z-index: 10;
	}
	.recruit .head-box h2 {
		font-size: 42px;
		font-weight: bold;
		line-height: 1.2;
		padding-top: 40px;
	}
	.recruit.inner .head-box h2 {
		font-size: 36px;
		font-weight: bold;
		padding-top: 85px;
	}
	.recruit.inner.general .head-box h2 {
		padding-top: 30px;
	}
	
	.recruit.inner.general .head-box .head-in .head-text {
		width: 100%;
	}
	.recruit .head-box p {
		font-size: 18px;
		line-height: 1.8;
		margin-top: 20px;
	}
	.recruit article .interview-box {
		width: 800px;
		margin: auto;
	}
	.recruit article h2 {
		font-size: 26px;
		font-weight: bold;
		margin-top: 65px;
		margin-bottom: 30px;
		padding-left: 0;
		padding-bottom: 15px;
		line-height: 1.3;
		border-left: none;
		border-bottom: 1px solid #e0e5e8;
		position: relative;
	}
	.recruit article h2:first-child{
		margin-top: 0;
	}
	.recruit article h2:after {
		content: " ";
		width: 160px;
		border-bottom: 3px solid #00aebb;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.recruit article h2:before {
		content: " ";
		border-left: none;
	}
	.recruit article h2 + h3 {
		margin-top: 0;
	}
	.recruit article h3 {
		font-size: 18px;
		font-weight: bold;
		border-bottom: 1px solid #ededed;
		padding-left: 25px;
		padding-bottom: 8px;
		position: relative;
		margin-bottom: 15px;
		margin-top: 80px;
	}
	.recruit article h3:before {
		content: " ";
		border-bottom: 4px solid #00aebb;
		width: 15px;
		position: absolute;
		left: 0;
		top: 8px;
	}
	.recruit article .img {
		text-align: center;
		margin-bottom: 25px;
	}
	.recruit article .img img {
		width: 600px;
		height: auto;
	}
	.recruit.inner article li {
		font-size: 16px;
		text-indent: -1.7em;
		padding-left: 1.7em;
		margin-bottom: 15px;
		line-height: 1.5;
	}
	.recruit.inner article .flex .text li {
		margin-bottom: 10px;
	}
	.recruit.inner article li:before {
		content: url(../../images/recruit/list-ico01.png);
		margin-right: 10px;
	}
	.recruit.inner article table,.recruit.inner article th,.recruit.inner article table tr,.recruit.inner article table td {
		font-size: 16px;
		line-height: 1.5;
	}
	.recruit.inner article th {
		width: 160px;
		border-bottom: 1px solid #7acbd1;
		padding: 20px 15px 18px;
		vertical-align: top;
	}
	.recruit.inner article tr {
	}
	.recruit.inner article td {
		border-bottom: 1px solid #e0e5e8;
		padding: 20px 15px 18px;
	}
	.recruit.inner article table li {
		text-indent: -1.3em;
		padding-left: 1.3em;
		margin-bottom: 15px;
	}
	.recruit.inner article table li:last-child {
		margin-bottom: 0;
	}
	.recruit.inner article table li:before {
		content: "・";
		color: #00aebb;
		margin-right: 5px;
	}
	
	.recruit.inner article table ol {
		counter-reset: my-counter;
  		list-style: none;
		padding-left: 17px;
		margin: 0;
	}
	.recruit.inner article table ol li {
		position: relative;
		text-indent: 0;
		padding-left: 5px;
	}
	.recruit.inner article table ol li:before {
		content: counter(my-counter);
		counter-increment: my-counter;
		border: 1px solid #00aebb;
		color: #00aebb;
		display: block;
		position: absolute;
		line-height: 22px;
		text-align: center;
		height: 20px;
		width: 20px;
		border-radius: 50%;
		text-indent: 0;
		left: -20px;
		font-size: 14px;
		transform: scale(0.8);
	}
	.recruit article .req-img-box {
		text-align: center;
		margin-top: 40px;
	}
	.recruit article .req-img-box img {
		width: 80%;
		height: auto;
		margin-bottom: 25px;
	}
	.recruit article .req-img-box .bnr img {
		width: 50%;
	}
	.recruit article .req-img-box img.timeline {
		width: 60%;
	}
	
	.btn01 {
		text-align: center;
		width: 100%;
	}
	.btn01 a {
		width: 400px;
		background: #00aebb;
		position: relative;
		font-size: 20px;
		font-weight: bold;
		display: inline-block;
		padding: 20px 0 18px;
		margin: 30px 0 30px;
		text-decoration: none;
		color: #FFF;
		transition: 0.3s;
	}
	.btn01 a:before {
		content: url(../../images/recruit/arrow-ico03.png);
		position: absolute;
		left: 15px;
		top: 15px;
	}
	.btn01 a:hover {
		transition: 0.3s;
		background: #009fab;
	}
    .btn01.large a {
        width: 70%;
    }
    .btn01.large.mb0 a {
        margin-bottom: 0;
    }
	
	
	.recruit article .btn02 {
		text-align: center;
		width: 100%;
	}
	.recruit article .btn02.right {
		text-align: right;
	}
	.recruit article .btn02 a {
		background: #FFF;
		position: relative;
		font-size: 16px;
		display: inline-block;
		padding: 15px 70px 12px;
		margin: 20px 0;
		text-decoration: none;
		color: #00aebb;
		border: 1px solid #00aebb;
		transition: 0.3s;
	}
	.recruit article .btn02 a:before {
		content: url(../../images/recruit/arrow-ico04.png);
		position: absolute;
		left: 25px;
		top: 15px;
	}
	.recruit article .btn02 a:hover {
		transition: 0.3s;
		background: #00aebb;
		color: #FFF;
	}
	
	.recruit .type01 {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.recruit .type01 .item {
		width: 310px;
		background: #f2f6f6;
	}
	.recruit .type01 .item:nth-child(-n + 3) {
		margin-bottom: 25px;
	}
	.recruit .type01 .item a {
        transition: 0.3s;
	}
	.recruit .type01 .item a:hover {
        opacity: 0.8;
        transition: 0.3s;
	}
	.recruit .type01 .item img {
		margin-bottom: 15px;
		width: 100%;
		height: auto;
	}
	.page-template-member-index .recruit .type01 .item img {
		margin-bottom: 0;
	}
	.recruit .type01 .item strong {
		font-size: 15px;
		font-weight: bold;
		color: #00aebb;
		padding: 0 15px;
	}
	.recruit .type01 .item .name {
		font-size: 18px;
		padding: 5px 15px;
		line-height: 1.5;
		color: #FFF;
	}
	.recruit .type01 .item .name .position {
		font-size: 14px;
	}
	.recruit .type01 .item p {
		font-size: 14px;
		padding: 10px 15px 0;
		color: #333333;
	}
	
	.recruit .type02 .item {
		width: 470px;
		position: relative;
		margin-bottom: 40px;
	}
	.recruit .type02 .item:nth-child(odd) {
		float: left;
	}
	.recruit .type02 .item:nth-child(even) {
		float: right;
	}
	
	.recruit .item-box a {
		display: block;
		text-decoration: none;
	}
	.recruit .item-box a span {
		display: block;
		padding: 15px 0 12px;
		text-align: center;
		color: #FFF;
		text-decoration: none;
		font-size: 17px;
		background: rgba(0,174,187,1);
		position: relative;
		transition: 0.3s;
	}
	.recruit .item-box.type02 a span {
		position: absolute;
		bottom: 0;
		width: 100%;
		background: rgba(0,174,187,0.9);
	}
	.recruit .item-box a:hover span {
		background: rgba(0,159,171,0.9);
		transition: 0.3s;
	}
	.recruit .item-box a span:before {
		position: absolute;
		content: url(../../images/recruit/arrow-ico02.png);
		top: 16px;
		left: 20px;
		color: #FFF;
	}
	.recruit .text-box {
		width: 600px;
	}
	.recruit .article-box .item {
		margin-bottom: 30px;
	}
	.recruit .article-box a {
		border: 1px solid #e5e5e5;
		padding: 20px;
		display: block;
		text-decoration: none;
		color: #333333;
		transition: 0.3s;
	}
	.recruit .article-box a:hover {
		border: 1px solid #00aebb;
		transition: 0.3s;
	}
	.recruit .article-box .text-box {
		width: 620px;
		padding-top: 40px;
	}
	.recruit .article-box a b {
		font-weight: bold;
		color: #00aebb;
		font-size: 20px;
		text-decoration: none;
		border-bottom: 1px solid #00aebb;
		padding-bottom: 2px;
		transition: 0.3s;
	}
	.recruit .article-box a:hover b {
		text-decoration: none;
		border-bottom: none;
		transition: 0.3s;
	}
	.recruit .article-box a b:after {
		content: url(../../images/recruit/blank-ico.png);
		margin-left: 5px;
		border-bottom: 1px solid #FFF;
		padding-bottom: 2px;
		transition: 0.3s;
	}
	.recruit .article-box a p {
		font-size: 18px;
		line-height: 1.7;
		margin-top: 15px;
		margin-bottom: 0;
	}
	.recruit .article-box a p span {
		font-size: 14px;
	}
	.recruit .article-box a p span {
		font-size: 14px;
	}
	.recruit .author {
		font-size: 14px;
		border-top: 1px solid #e5e5e5;
		padding-top: 40px;
		margin-top: 30px;
	}
	.recruit .author .cf {
		width: 140px;
		display: inline-block;
	}
	.recruit .author .text-box {
		width: 800px;
	}
	.recruit .author .text-box .name {
		font-size: 18px;
		line-height: 1.2;
		margin-bottom: 15px;
	}
	.recruit .author .text-box .name span {
		font-size: 10px;
	}
	.recruit .author .text-box p {
		font-size: 14px;
	}
	
	.recruit .fnav.pc {
		padding: 70px 15px 0;
		text-align: center;
	}
	.recruit .fnav.pc ul {
		line-height: 1.8;
		margin-bottom: 10px;
	}
	.recruit .fnav.pc li {
		line-height: 1.8;
		margin-left: 10px;
		display: inline-block;
	}
	.recruit .fnav.pc li:after {
		content: "｜";
		margin-left: 10px;
	}
	.recruit .fnav.pc li:before {
		content: none;
	}
	.recruit .fnav.pc li:last-child:after {
		content: none;
	}
	.recruit .fnav.pc a {
		font-size: 15px;
		color: #18b5c0;
	}
	.welfare .inBox.pd {
		padding: 30px 0;
	}
    #welfareBox .green {
        background: #00aebb;
    }
    
    #welfareBox .inBox.color {
        padding: 40px 25px;
    }
	.recruit article#welfareBox .pb50 {
		padding-bottom: 50px;
	}
    .recruit article#welfareBox h2 {
        font-size: 26px;
        font-weight: bold;
        color: #FFF;
        margin-top: 0;
        margin-bottom: 30px;
        padding-left: 0;
        padding-bottom: 5px;
        border-left: none;
        border-bottom: 1px solid #FFF;
        position: relative;
    }
    .recruit article#welfareBox h3 {
        font-size: 20px;
        font-weight: bold;
        color: #00484d;
        border: none;
        margin-bottom: 40px;
		position: relative;
		padding-left: 95px;
		margin-top: 20px;
    }
    .recruit article#welfareBox .item-box.only-h .item {
        display: flex;
        align-items: center;
    }
    .recruit article#welfareBox .item-box.only-h .item h3 {
        margin-bottom: 0;
		margin-top: 0;
    }
	.recruit article#welfareBox h3 span {
		background: #FFF;
		position: relative;
		padding: 3px 35px 3px 5px;
	}
	.recruit article#welfareBox h3 span.num {
		font-size: 50px;
		font-style: italic;
		margin-right: 10px;
		position: absolute;
		left: 0;
		top: 12px;
		transform: translateY(-50%);
	}
	.recruit article#welfareBox h3::before {
		content: '';
		width: calc(100% - 150px);
		height: 2px;
		position: absolute;
		top: 10px;
		left: 150px;
		background: #00484d;
		border-bottom: none;
	}
    .recruit article#welfareBox .item-box {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .recruit article#welfareBox .item-box .item ul li:last-child {
        margin-bottom: 0;
    }
    .recruit article#welfareBox .item-box .item {
        background: #FFF;
        padding: 30px;
        margin-bottom: 20px;
        box-sizing: border-box;
        border-radius: 10px;
    }
    .recruit article#welfareBox .item-box .item p {
        margin-bottom: 0;
        margin-top: 15px;
    }
    .recruit article#welfareBox .item-box .item h3 + p,
    .recruit article#welfareBox .item-box .item img + p,
    .recruit article#welfareBox .item-box .item .flex .text p:first-child {
        margin-top: 0;
    }
    .recruit article#welfareBox .item-box .item img {
        max-width: 100%;
        height: auto;
        border-radius: 10px;
        margin-bottom: 25px;
    }
    .recruit article#welfareBox .item-box.col1 .item {
        width: 100%;
    }
    .recruit article#welfareBox .item-box.col2 .item {
        width: 49%;
    }
    .recruit article#welfareBox .item-box.col3 .item {
        width: 32%;
    }
    .recruit article#welfareBox .item-box .item .flex {
        display: flex;
        justify-content: flex-start;
    }
    .recruit article#welfareBox .item-box .item .flex .text {
        width: 100%;
    }
    .recruit article#welfareBox .item-box .item .flex .img {
        width: 100%;
        margin-left: 25px;
    }
    .recruit article#welfareBox .item-box .item .flex img {
        margin-bottom: 0;
    }
    .recruit article#welfareBox .item-box .item .rev-wrapp .flex {
		align-items: center;
    }
    .recruit article#welfareBox .item-box .item .rev-wrapp .flex:nth-child(even) {
		flex-direction: row-reverse;
    }
    .recruit article#welfareBox .item-box .item .rev-wrapp .flex:nth-child(even) .img {
		margin-right: 25px;
		margin-left: 0;
    }
	.recruit article#welfareBox .item-box .item.interview .flex {
		justify-content: flex-start;
    }
	.recruit article#welfareBox .item-box .item.interview .flex .text,
	.recruit article#welfareBox .item-box .item.interview .flex .list {
		width: 50%; 
    }
	.recruit article#welfareBox .item-box .item.interview .flex .list {
		margin-left: 25px;
    }
	.recruit article#welfareBox .item-box .item.interview .itv-box {
		margin-top: 40px;
		border: 2px solid #eee;
		border-radius: 10px;
		padding: 25px;
    }
	.recruit article#welfareBox .item-box .item.interview .itv-box .title {
		font-size: 20px;
		line-height: 1.5;
		font-weight: bold;
		margin-bottom: 15px;
		position: relative;
    }
	.recruit article#welfareBox .item-box .item.interview .itv-box .title span.catch {
		font-size: 25px;
		font-style: italic;
		color: #bbb;
		position: absolute;
		background: #FFF;
		padding: 0 15px;
		top: -45px;
    	left: -15px;
    }
	.recruit article#welfareBox .item-box .item.interview .itv-box .title span.sub {
		font-size: 80%;
    }
	.recruit article#welfareBox .item-box .item.interview .itv-box p {
		font-size: 14px;
    }
	.recruit article#welfareBox .item-box .item.interview .itv-box .flex .img {
		width: 25%;
		margin: 0 25px 0 0;
    }
	.recruit article#welfareBox .item-box .item.interview .itv-box .flex .text {
		width: 75%;
    }
	
	
/***********************************
RISU 将棋部
************************************/
	.shogi {
		margin-bottom: 80px;
	}
	.shogi .mv {
		position: relative;
		margin-bottom: 50px;
	}
	.shogi .mv .bg img {
		width: 100%;
		height: auto;
	}
	.shogi .mv .logo {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.shogi .mv .logo img {
		width: 200px;
		height: auto;
	}
	.shogi article p {
		font-size: 16px;
		margin-bottom: 25px;
		line-height: 1.8;
	}
	.shogi article h2 {
		font-size: 26px;
		font-weight: bold;
		margin-top: 65px;
		margin-bottom: 30px;
		padding-left: 0;
		padding-bottom: 5px;
		border-left: none;
		border-bottom: 1px solid #e0e5e8;
		position: relative;
	}
	.shogi article h2::before {
		border-left: 0;
	}
	.shogi article h2::after {
		content: " ";
		width: 160px;
		border-bottom: 3px solid #00aebb;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.shogi article h3 {
		font-size: 24px;
		font-weight: bold;
		margin: 40px 0 25px;
	}
	.shogi article .img {
		text-align: center;
		margin: 25px 0;
	}
	.shogi article .img.logo img {
		width: 500px;
		height: auto;
	}
	.shogi article .img img {
		width: 60%;
		height: auto;
	}
	.shogi .achieve .item {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		gap: 25px;
		margin-bottom: 30px;
		border-bottom: 1px solid #eee;
		padding-bottom: 30px;
	}
	.shogi .achieve .item:nth-child(odd) {
		flex-direction: row-reverse;
	}
	.shogi .achieve .item h3 {
		margin-top: 0;
		color: #00aebb;
	}
	.shogi .achieve .item .img {
		width: 30%;
	}
	.shogi .achieve .item .img img {
		width: 100%;
		height: auto;
	}
	.shogi .achieve .item .text {
		flex: 1;
	}
	.shogi .achieve-area .item:last-child {
		margin-bottom: 0;
		border-bottom: none;
	}
	
/***********************************
パートナーシップ
************************************/
	.partnership * {
	  box-sizing: border-box;
	}
	.partnership .mv {
		position: relative;
		background: #16B5C1;
		height: 500px;
		background-image: url(../../images/partnership/mv-bg.png);
		background-repeat: no-repeat;
		background-size: auto 100%;
		background-position: center right -50px;
	}
	.partnership .mv .mv-row {
		width: 980px;
		margin: auto;
		position: relative;
	}
	.partnership .mv .bg {
		position: absolute;
		top: 0;
		left: 0;
		max-width: 100%;
		height: 650px;
	}
	.partnership .mv .text {
		color: #FFF;
		font-weight: bold;
		padding-top: 60px;
	}
	.partnership .mv .text h1 {
		font-size: 48px;
		font-weight: bold;
		line-height: 1.4;
	}
	.partnership .mv .text ul {
		margin-top: 40px;
	}
	.partnership .mv .text li {
		position: relative;
		padding-left: 1em;
		font-size: 32px;
		font-weight: bold;
		line-height: 1.3;
		margin-bottom: 10px;
	}

	.partnership .mv .text li::before {
		content: '';
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%) rotate(45deg);
		width: 0.3em;
		height: 0.6em;
		border-right: 2px solid #fff;
		border-bottom: 2px solid #fff;
	}
	
	
	.partnership .cont {
		background: #EFE9E3;
		padding: 40px 0;
	}
	.partnership .cont section {
		padding: 40px 0;
	}
	.partnership .slide-logo-area {
		overflow: hidden;
		position: relative;
		width: 100%;
		margin-bottom: 40px;
	}
	.partnership .slide-logo-area::before {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
		content: '';
		width: 20px;
		height: 100%;
		background: linear-gradient(-90deg, rgba(239, 233, 227, 0) 0, rgba(239, 233, 227, .5) 50%, rgba(239, 233, 227, 1) 100%);
	}
	.partnership .slide-logo-area::after {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 3;
		content: '';
		width: 20px;
		height: 100%;
		background: linear-gradient(90deg, rgba(239, 233, 227, 0) 0, rgba(239, 233, 227, .5) 50%, rgba(239, 233, 227, 1) 100%);
	}
	.partnership .slide-logo-area .slide-inner {
		display: flex;
		white-space: nowrap;
	}
	.partnership .slide-logo-area div {
		flex: 0 0 auto;
		padding: 0 20px;
	}
	.partnership .btn.contact {
		text-align: center;
	}
	.partnership .btn.contact a {
		background: #16B5C1;
		box-shadow: 0px 4px 0px #1E6E74;
		border-radius: 6px;
		display: inline-block;
		padding: 20px;
		margin: 40px auto;
		width: 500px;
		color: #FFF;
		font-size: 22px;
		font-weight: bold;
		text-decoration: none;
		transition: 0.3s;
	}
	.partnership .btn.contact a:hover {
		transition: 0.3s;
		opacity: 0.8;
	}
	.partnership h2 {
		font-size: 38px;
		font-weight: bold;
		text-align: center;
		line-height: 1.4;
		margin-bottom: 40px;
	}
	.partnership h2::before {
		content: none;
	}
	.partnership .w-box {
		background: #FFF;
		border-radius: 40px;
		padding: 50px;
		text-align: center;
		font-size: 20px;
		line-height: 1.5;
		margin: 20px auto;
		width: 750px;
	}
	.partnership .w-box h3 {
		font-size: 30px;
		font-weight: bold;
		margin-bottom: 60px;
	}
	.partnership .w-box h3.company {
		font-size: 23px;
		padding: 10px;
		margin-bottom: 0;
		background: #16B5C1;
		color: #FFF;
	}
	.partnership .w-box h3 .balloon {
		font-size: 23px;
		color: #FFF;
		position: relative;
		background: #16B5C1;
		border-radius: 10px;
		padding: 15px;
		margin-bottom: 40px;
	}
	.partnership .w-box h3 .balloon:before {
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		margin-left: -15px;
		border: 15px solid transparent;
		border-top: 15px solid #16B5C1;
	}
	.partnership .w-box .img {
		width: 100%;
		margin: 40px auto;
	}
	/*.partnership .w-box p {
		width: 80%;
		margin: auto;
	}*/
	
	.partnership .w-box p.note {
		font-size: 85%;
	}
	.partnership .w-box img {
		width: 100%;
		height: auto;
	}
	.partnership .hr {
		text-align: center;
		margin: 25px 0;
	}
	.partnership .reason .w-box.box01 .img {
		width: 80%;
	}
	.partnership .reason .w-box.box02 .img {
		width: 90%;
	}
	.partnership .reason .w-box.box03 .img {
		width: 50%;
	}
	.partnership .results .slide-results-area .w-box {
		width: 750px;
		height: 670px;
		margin-bottom: 0;
		margin-left: 20px;
		margin-right: 20px;
	}
	.partnership .results .slide-results-area img {
		max-height: 500px;
		max-width: 65%;
		margin: auto;
	}
	.partnership .results .slide-results-area a {
		background: #75D0D7;
		color: #FFF;
		padding: 15px;
		border-radius: 40px;
		display: block;
		width: 80%;
		margin: 20px auto 0;
		text-decoration: none;
		transition: 0.3s;
	}
	.partnership .results .slide-results-area a {
		transition: 0.3s;
		opacity: 0.8;
	}
	.partnership .results .slide-results-area .slick-prev {
		left: 25px;
	}
	.partnership .results .slide-results-area .slick-next {
		right: 25px;
	}

	
/***********************************
RISUのあゆみ
************************************/

	#historyBox {
		width: 900px;
		margin: auto;
		padding: 70px 0 40px;
		text-align: center;
		box-sizing: border-box;
	}
	#historyBox .title {
		font-size: 26px;
		line-height: 1.3;
	}
	#historyBox .title strong {
		font-size: 40px;
		color: #00aebb;
		display: block;
	}
	#historyBox .timeline {
		position: relative;
		margin: 50px 0;
	}
	#historyBox .timeline:before {
		content: '';
		position: absolute;
		top: 0;
		left: 50%;
		height: 100%;
		width: 4px;
		background: #00aebb;
		margin-left: -2px;
	}
	#historyBox .item {
		position: relative;
	}
	#historyBox .item:after {
		content: "";
		display: table;
		clear: both;
	}
	#historyBox .timeline .item .circle.end {
		margin-bottom: 0;
	}
	#historyBox .circle {
		height: 110px;
		width: 110px;
		border-radius: 50%;
		background: #00aebb;
		display: table;
		margin: 50px auto;
	}
	#historyBox .circle span {
		font-size: 30px;
		color: #FFF;
		display: table-cell;
		vertical-align: middle;
		padding-top: 5px;
	}
	#historyBox .content {
		background: #FFF;
		border: 1px solid #a4d2d5;
		border-radius: 14px;
		padding: 40px;
		margin-bottom: 50px;
	}
	#historyBox .item .content:last-child {
		margin-bottom: 0;
	}
	#historyBox .content:after {
		content: "";
		display: table;
		clear: both;
	}
	#historyBox .content p.in-title {
		font-size: 30px;
		font-weight: bold;
		color: #00aebb;
	}
	#historyBox .content p {
		font-size: 16px;
		color: #333;
		line-height: 1.5;
		margin-top: 10px;
	}
	#historyBox .content a {
		color: #00aebb;
	}
	#historyBox .content img {
		margin-top: 30px;
		max-width: 600px;
		height: auto;
	}
	.media-text-area {
		background: #FFF;
		border: 1px solid #d5d5d5;
		border-radius: 14px;
		padding: 40px;
		text-align: left;
	}
	.media-text-area p {
		font-size: 12px;
		color: #a9a9a9;
		line-height: 1.8;
		margin-bottom: 0;
	}
    
    /*アコーディオン*/
    #historyBox .cont-wrapp {
        display: none;
    }
    #historyBox .timeline .item:first-child .cont-wrapp {
        display: block;
    }
    #historyBox .timeline .item.last {
        margin-bottom: 0;
    }
    #historyBox .timeline .item.last .circle {
        margin-bottom: 0;
        transition: 0.6s;
    }
    #historyBox .timeline .item.last .circle.click {
        margin-bottom: 50px;
        transition: 0.6s;
    }
    #historyBox .circle span {
        cursor: pointer;
    }

/***********************************
エイプリルフール2022
************************************/
    #aprilfool .mv {
        background: #23acc4;
        text-align: center;
    }
    #aprilfool .mv img.pc {
        display: inline-block !important;
    }
    #aprilfool .inner {
        background: #FFF;
        border-radius: 10px;
        padding: 30px;
    }
    #aprilfool .sec01 {
        background: #f0efeb;
        position: relative;
        height: 640px;
    }
    #aprilfool .sec01 .inner {
        position: absolute;
        top: -130px;
        width: 980px;
    }
    #aprilfool h2 {
        font-size: 40px;
        font-weight: bold;
        border: none;
        text-align: center;
    }
    #aprilfool h2:before {
        content: none;
    }
    #aprilfool h2 span {
        border-bottom: 8px solid #ffde00;
    }
    #aprilfool .sec01 h2 {
        border-bottom: 1px solid #dbdbdb;
        margin: 0 -30px;
        padding-bottom: 37px;
        padding-top: 10px;
    }
    #aprilfool .faq {
        margin-bottom: 30px;
        padding-left: 110px;
    }
    #aprilfool .faq .item {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-size: 34px;
        font-weight: bold;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    #aprilfool .faq .item img {
        margin-right: 20px;
    }
    #aprilfool .faq .item img:first-child {
        margin-right: 40px;
    }
    #aprilfool .blain {
        background: #fffae7;
        border-radius: 10px;
        padding: 30px 35px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 24px;
        font-weight: bold;
        line-height: 1.5;
    }
    #aprilfool .blain strong {
        font-size: 32px;
        color: #ff9900;
    }
    #aprilfool .blain .img img {
        margin-left: 15px;
    }
    #aprilfool .blain .text img {
        margin-top: 15px;
    }
    #aprilfool .cv {
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        line-height: 1.5;
        padding: 60px 0;
    }
    #aprilfool .cv strong {
        font-size: 48px;
        color: #2a9cb0;
    }
    #aprilfool .cv .btn {
        font-size: 38px;
        color: #FFF;
        background: #2a9cb0;
        border-radius: 55px;
        width: 640px;
        margin: auto;
        padding: 30px;
        margin-top: 25px;
    }
    #aprilfool .sec02,
    #aprilfool .sec03 {
        padding: 60px 0;
        background: #2a9cb0;
    }
    #aprilfool .sec03 {
        padding: 0 0 60px;
    }
    #aprilfool .sec02 h2,
    #aprilfool .sec03 h2 {
        font-size: 34px;
        color: #FFF;
        margin-bottom: 60px;
    }
    #aprilfool .sec02 h2 span,
    #aprilfool .sec03 h2 span {
        font-size: 50px;
    }
    #aprilfool .sec02 .inner, 
    #aprilfool .sec03 .inner {
        padding: 50px 40px;
    }
    #aprilfool .sec02 {
        font-size: 18px;
        line-height: 1.5;
    }
    #aprilfool .sec02 .flex{
        display: flex;
        justify-content: space-between;
    }
    #aprilfool .sec02 .item {
        width: 430px;
    }
    #aprilfool .sec02 .secret {
        font-size: 24px;
        color: #FFF;
        font-weight: bold;
        background: #2a9cb0;
        border-radius: 20px;
        width: 160px;
        padding: 8px;
        margin: 0 auto 15px;
        box-sizing: border-box;
        text-align: center;
        display: block;
        line-height: 1;
    }
    #aprilfool .sec02 .title {
        font-size: 28px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 15px;
    }
    #aprilfool .sec02 p {
        margin-bottom: 25px;
    }
    #aprilfool .sec03 .flex {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        text-align: center;
        margin-bottom: 25px;
    }
    #aprilfool .voice .item {
        border-top: 1px solid #dedede;
        padding: 30px 0;
        font-size: 18px;
        line-height: 1.5;
    }
    #aprilfool .voice .item:last-child {
        padding-bottom: 0;
    }
    #aprilfool .voice .name {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 25px;
    }
    #aprilfool .voice .name img {
        margin-right: 25px;
    }
    #aprilfool .row.attention {
        text-align: center;
        font-size: 85%;
        color: #8D8D8D;
        margin-bottom: 30px;
    }	


/*Q&A アコーディオン*/
.acBox{
	clear: both;
}

.acBox dl{
	_zoom: 1;
	display: block;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

.acBox dt{
	cursor: pointer;
	_zoom: 1;
	font-weight: bold;
	background-color: #f7f7f7;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

.acBox dt .title{
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}

.acBox dt .title{
	display: block;
	_zoom: 1;
	background-image: url(../../images/recruit/pr_iconP.png);
	background-position: 900px center;
	border-top-style: none;
	background-repeat: no-repeat;
}

.acBox dt.selected .title{
	background-image: url(../../images/recruit/pr_iconM.png);
	background-position: 900px center;
	border-top-style: none;
	background-repeat: no-repeat;
}

.acBox dt.selected{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #e8fdff;
}

.acBox dt .inWrapBox{
	overflow: hidden;
	position: relative;
}

.acBox dt h4{
	line-height: 24px;
	font-size: 16px;
	color: #19B6C2;
	text-decoration: underline;
	font-weight: bold;
	float: left;
	margin-bottom: 10px;
}

.acBox dt ul{
	float: left;
	padding-left: 10px;
}

.acBox dt li{
	float: left;
	padding-right: 2px;
}

.acBox dt p{
	line-height: 24px;
	font-size: 16px;
	width: 90%;
	font-weight: normal;
}


/*告知用*/
.acBox .ps{
	cursor: pointer;
	_zoom: 1;
	font-weight: bold;
	background-color: #f7f7f7;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

.acBox .ps .title{
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}

.acBox .ps .inWrapBox{
	overflow: hidden;
	position: relative;
}

.acBox .ps h4{
	line-height: 24px;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	float: left;
	margin-bottom: 10px;
}

.acBox .ps ul{
	float: left;
	padding-left: 10px;
}

.acBox .ps li{
	float: left;
	padding-right: 2px;
}

.acBox .ps p{
	line-height: 24px;
	font-size: 16px;
	width: 90%;
	font-weight: normal;
}


/*ココから記事のCSS*/
.acBox dd{
	display: block;
	font-size: 16px;
	line-height: 28px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

.acBox dd h5{
	background-color: #474747;
	font-weight: bold;
	color: #FFF;
	margin-top: 20px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-bottom: 15px;
}

.acBox dd ul{
	width: 936px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.acBox dd li{
	background-image: url(../images/hr.png);
	background-repeat: no-repeat;
	background-position: left 12px;
	padding-left: 20px;
	padding-bottom: 10px;
}

.acBox span{
	font-weight: bold;
	display: block;
	padding-bottom: 10px;
}

.acBox strong{
	color: #F2790D;
}

.acBox .tBox{
	display: block;
	background-color: #f5f5f5;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.acBox table{
	width: 936px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

.acBox th{
	width: 173px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aad8db;
	font-size: 16px;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 7px;
	line-height: 16px;
	vertical-align: top;
}

.acBox td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e8e8e8;
	font-size: 14px;
	margin: 0px;
	padding-top: 20px;
	padding-right: 18px;
	padding-bottom: 20px;
	padding-left: 18px;
	vertical-align: top;
}

.acBox th.eth,
.acBox td.etd{
	border-bottom-style: none;
}

.acBox .btnBox{
	text-align: center;
	padding-bottom: 40px;
}

.acBox .btnBox p{
	text-align: center;
	font-size: 14px;
}

/*entry form*/
    .wpcf7 .wpcf7-list-item {
        display: block;
    }
    .wpcf7 label b {
        margin-bottom: 10px;
        display: inline-block;
        line-height: 1.3;
    }
    .wpcf7 input[type="submit"] {
        transition: 0.3s;
        font-size: 18px;
        font-weight: bold;
        display: inline-block;
        padding: 15px 25px;
        margin: 15px 0;
        text-decoration: none;
        color: #FFF;
        background: #009fab;
        width: 250px;
        border: none;
        cursor: pointer;
    }
    .wpcf7 input[type="submit"]:hover {
        transition: 0.3s;
        opacity: 0.8;
    }
    .wpcf7 .wpcf7-response-output {
        font-size: 120%;
        font-weight: bold;
        padding: 10px 15px!important;
    }

}
/*end*/
