@charset "UTF-8";
/* CSS Document */
.about{
    text-align: center;
    margin: 7% 0;
}
.about .ttl_02,
.person .ttl_02,
.value .ttl_02,
.howa_sc .ttl_02{
	padding: 3% 0;
}
.about .line_red{
	width: 1%;
    right: 0;
    position: absolute;
}
.about .line_red.line_w,
.value  .line_red.line_w,
.person .line_red.line_w {
	width: 70%;
}
.bnrwrap {
	overflow: hidden;
    display: block;
    position: relative;
    width: 100%;
}
.about ul.banners li {
	width: 33.3%;
	float: left;
}
.about ul.banners li .bnrwrap img {
	padding: 0;
	width: 100%;
	object-fit: cover;
}
.about .bnrttl {
	font-family: 'Oswald';
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	font-size: 30px;
	-webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	text-shadow: rgba(0,0,0,0.7) 0px 0px 5px, rgba(0,0,0,0.7) 0px 0px 5px;
}
.about .bnr
.about .bnrttl p {
	margin: 15px 0;
}
.about .bnrttl p::after {
	content: '';
	display: block;
	border-bottom: 2px solid #fff;
	width: 25%;
	margin:10% auto 0;
}
.about .bnrttl span {
	font-family: HiraginoSans, "Yu Gothic", 'Meiryo', 'メイリオ', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
	font-size: 18px;
}

span.more {
	color: #fff;
	position: absolute;
	right: 15%;
	bottom: 8%;
	opacity: 0;
	z-index: 4;
}
span.more::after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	right: -25px;
	border-style: solid;
	border-width: 8px 0 8px 13.9px;
	border-color: transparent transparent transparent #fff;
	opacity: 0;
	z-index: 4;
}
.bnrwrap:hover span.more,
.bnrwrap:hover span.more::after {
	opacity: 1;
}
.about .link_bg:hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.square {
	position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 20rem;
    height: 14rem;
    border: 6px solid transparent;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}
.square, .square_inner {
	transition: all .3s ease;
  	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
}
.link_bnr {
	width: 100%;
    position: relative;
    z-index: 0;
    margin-bottom: -3px;
}
.link_bnr::after {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: '';
    background: rgba(0, 0, 0, 0.3);
    background-repeat: no-repeat;
    background-size: 10%;
    background-position: center right 10px;
    transform-origin: right top;
    transition: transform .3s;
	opacity: 0;
}
.bnrwrap:hover .link_bnr::after{
	opacity: 1;
	transition: all .3s ease;
  	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
}
.square::after, .square::before, .square_inner::after, .square_inner::before {
    background-color: #fff;
    content: '';
    display: block;
    position: absolute;
    z-index: 10;
	transition: all .3s ease;
  	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
}
.square::before {
    bottom: -1px;
    height: 6px;
    right: -1px;
    width: 0px;
}
.square::after {
    height: 6px;
    left: -1px;
    top: -1px;
    width: 0px;
}
.square_inner::before {
    height: 0px;
    right: -1px;
    top: -1px;
    width: 6px;
}
.square_inner::after {
    bottom: -1px;
    height: 0px;
    left: -1px;
    width: 6px;
}
.bnrwrap:hover .square::after,
.bnrwrap:hover .square::before {
	width: 100%;
	width: calc(100% + 1px);
}
.bnrwrap:hover .square_inner::after,
.bnrwrap:hover .square_inner::before {
  height: 100%;
  height: calc(100% + 1px);
}
.about dl{
    padding: 0 15% 5%;
}
.about .text_01,
.value .text_01{
    padding: 5% 0;
}
.about .font_l{
    top: -20%;
    text-align: center;
}
.about .text_box img{
    padding: 6% 0 2%;
}
.value {
	margin: 15% 0;
	position: relative;
}
.value .font_l {
	position: absolute;
	text-align: center;
	top: -12%;
}
.value .line_red {
	width: 1%;
    position: absolute;
    left: 0;
}
.value .greybox {
	width: 85%;
    left: 75%;
	background-color: rgb(238, 238, 238);
}
.value .text_box {
	position: relative;
	text-align: center;
	width:95%;
	margin: 0 auto;
	background-color: rgb(238, 238, 238);
}
.value dl {
	display: inline-block;
    text-align: left;
    line-height: 2;
	padding-bottom: 5%;
}
.value dl .js-scroll:nth-child(1) {
	text-align: center;
	padding: 7% 0 2%;
}
.value dl .js-scroll .motion-txt {
	vertical-align: middle;
}
.value dl ol {
	padding: 5% 0;
}
.value dl ol li {
	list-style-type: decimal;
	list-style-position: inside;
}
.value dl dt {
	text-align: center;
}
.person {
	margin-bottom: 5%;
}
.person .font_l{
    top: -13%;
	text-align: center;
}
.person .line_red{
	width: 1%;
	position: absolute;
	right: 0;
}
.person dl .text_01 {
	padding: 5% 0;
} 
.person dl .text_02 {
	padding: 3% 0;
}
.sp_try_scratch {
	display: none;
}
.person dl .text_02 span,
.howa_sc .sp_try_scratch span,
.howa_sc .pc_try_scratch span{
	display: inline-block;
    width: 60px;
    vertical-align: middle;
    margin-bottom: 3px;
    height: 16px;
	background:rgba(0,0,0,.6);
}
.howa_sc .sp_try_scratch,
.howa_sc .pc_try_scratch{
	text-align: center;
	padding: 2% 0;
}
#wScratchPad,
#wScratchPad2,
#wScratchPad3,
#wScratchPad4{
	display: inline-block;
	position: relative;
	width: 270px;
	height: 70px;
	overflow: hidden;
	cursor: url("../../img/recruit_common/coin.svg"),url("../../img/recruit_common/coin.png"),url("../../img/recruit_common/coin.cur"),pointer!important;
}
#wScratchPad p,
#wScratchPad2 p,
#wScratchPad3 p {
	font-weight: 600;
	font-size: 30px;
	padding-top: 20px;
	letter-spacing: 0.1em;
}
#wScratchPad img,
#wScratchPad2 img,
#wScratchPad3 img,
#wScratchPad4 img{
	z-index: -3;
	top: 0;
}
#wScratchPad4 p {
	font-weight: 600;
	font-size: 38px;
	padding-top: 21px;
	color: #e40606;
	letter-spacing: 0.1em;
}
canvas {
	top: 0;
	left: 0;
}
input[type=checkbox]:checked canvas{
    display:none;
}
.person ul.scratch1 li {
	width: 33%;
	float: left;
	text-align: center;
}
.person ul.scratch1 li img{
	transform: scale(.1);
	-ms-transform: scale(.1);
	-webkit-transform: scale(.1);
}
.person ul.scratch1.scale_big li img{
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
}
.person ul.scratch1 li:nth-child(1) img{
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.person ul.scratch1 li:nth-child(2) img{
	-webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.person ul.scratch1 li:nth-child(3) img{
	-webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}
.person ul.scratch1 li img:first-child {
	padding: 5%;
	object-fit: contain;
}
.person .txtspace .person_msg:nth-child(1) {
	padding-top: 5%;
}
.howa_sc {
	margin: 15% 0 5%;
}
.howa_sc .font_l {
    top: -7%;
    text-align: center;
}
.howa_sc .line_red {
	position: absolute;
	left: 0;
	width: 1%;
}
.howa_sc .line_red.line_w {
	width: 85%;
}
.howa_sc .txtspace {
	padding: 5% 15% 2%;
}
.sc_ttl {
	font-family: 'Oswald';
	color: #e30606;
	font-size: 4em;
	font-weight: 600;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0.05em;
	padding: 3% 0% 3% 1%;
}
.sc_ttl2 {
	font-weight: 600;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
}
.sc_line::before {
	content: '';
    display: inline-block;
    width: 1px;
    height: 1px;
    background-color: #000;
	vertical-align: middle;
	margin: 0 3%;
}
.sc_line.line_w::before {
	width: 80px;
	-webkit-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
}
.howa_sc ul.scratch2 li {
	width: 33%;
	float: left;
	text-align: center;
}
.howa_sc ul.scratch2 li dl dt {
	font-weight: 600;
	padding: 5% 0;
}
.howa_sc ul.scratch2 li dl p::after {
	content: '';
    display: block;
    border-bottom: 2px solid #e30606;
    width: 90%;
    margin: 0 auto;
}
.howa_sc ul.scratch2 li dl dd {
	line-height: 1.5;
	text-align: left;
	padding: 5%;
}
.sc_msg {
	letter-spacing: 0.1em;
}
#scratch_l01,
#scratch_l02,
#scratch_l03,
#scratch_l04,
#scratch_l05,
#scratch_l06,
#scratch_l07,
#scratch_l08,
#scratch_l09{
	display: inline-block;
	position: relative;
	width: 95%;
	height: 240px;
	overflow: hidden;
	cursor: url("../../img/recruit_common/coin.svg"),url("../../img/recruit_common/coin.png"),url("../../img/recruit_common/coin.cur"),pointer!important;
}
#scratch_l01 img,
#scratch_l02 img,
#scratch_l03 img,
#scratch_l04 img,
#scratch_l05 img,
#scratch_l06 img,
#scratch_l07 img,
#scratch_l08 img,
#scratch_l09 img {
	z-index: -3;
	top: 0;
}
@media screen and (max-width: 1024px){
	.hidden_area {
		padding-top: 1%;
	}
	.about .text_01, .value .text_01 {
		padding: 4% 0;
	}
	.square {
		width: 16rem;
    	height: 11rem;
		border: 4px solid transparent;
	}
	.square::before {
    bottom: -1px;
    height: 4px;
    right: -1px;
    width: 0px;
	}
	.square::after {
		height: 4px;
		left: -1px;
		top: -1px;
		width: 0px;
	}
	.square_inner::before {
		height: 0px;
		right: -1px;
		top: -1px;
		width: 4px;
	}
	.square_inner::after {
		bottom: -1px;
		height: 0px;
		left: -1px;
		width: 4px;
	}
	span.more::after {
		border-width: 7px 0 7px 12.1px;
		top: 1px;
	}
	.person dl .text_02 {
		padding: 0 0 3%;
	}
	#wScratchPad,
	#wScratchPad2,
	#wScratchPad3,
	#wScratchPad4 {
		width: 230px;
    	height: 60px;
	}
	#wScratchPad p,
	#wScratchPad2 p,
	#wScratchPad3 p,
	#wScratchPad4 p,
	.person_msg{
		font-size: 26px;
	}
	.howa_sc .font_l {
		top: -6%;
	}
	.scratch_list .btnarea {
    	margin: 2rem auto 2rem;
	}

}
@media screen and (max-width: 900px){
	.square {
		width: 14rem;
    	height: 10rem;
	}
	.about .bnrttl {
		font-size: 26px;
	}
	.about .bnrttl span,
	.sc_ttl2{
		font-size: 16px;
	}
	span.more,
	.value dl ol li,
	.value dd,
	.howa_sc ul.scratch2 li dl dt,
	.howa_sc ul.scratch2 li dl dd{
		font-size: 14px;
	}
	span.more::after {
		border-width: 7px 0 7px 12.1px;
		top: 1px;
	}
	.person ul.scratch1.scale_big li img {
		    transform: scale(.8);
		-ms-transform: scale(.8);
		-webkit-transform: scale(.8);
	}
	.person ul.scratch1 li img:first-child {
		height: 160px;
		padding: 0;
	}
	#wScratchPad p,
	#wScratchPad2 p,
	#wScratchPad3 p,
	#wScratchPad4 p,
	.person_msg{
		font-size: 24px;
	}
	.sc_ttl {
		font-size: 3em;
	}
}
@media screen and (max-width: 768px){
	.square {
		width: 12rem;
    	height: 8rem;
	}
	.about .bnrttl {
		font-size: 24px;
	}
	.about .bnrttl span, .sc_ttl2 {
		font-size: 14px;
	}
	span.more::after {
		border-width: 5px 0 5px 8.7px;
		top: 2px;
		right: -14px;
	}
	.value .ttl_02 {
		padding: 1% 0 3%;
	}
	.value dl .js-scroll:nth-child(1) {		
		padding: 5% 0 0;
	}
	.value dl ol {
		padding: 3% 0 4%;
	}
	.person .ttl_02 {
		padding: 0 0 3%;
	}
	.person dl .text_02 {
		font-size: 12px;
	}
	.pc_try_scratch {
		display: none;
	}
	.sp_try_scratch {
		display: block;
	}
	.person ul.scratch1 li img:first-child {
    	height: 120px;
	}
	#wScratchPad, #wScratchPad2, #wScratchPad3, #wScratchPad4 {
		width: 150px;
		height: 36px;
	}
	#wScratchPad p, #wScratchPad2 p, #wScratchPad3 p, #wScratchPad4 p {
		font-size: 16px;
		 padding-top: 10px;
	}
	.person_msg {
		font-size: 16px;
	}
	#wScratchPad4 p {
		padding-top: 14px;
	}
	.sc_txt {
		padding: 0 15%;
	}
	.person .btnarea {
		margin: 2rem auto 2rem;
	}
	.howa_sc .font_l {
		top: -4%;
	}
	.sc_ttl {
		font-size: 2em;
	}
	.value dl ol li,
	.value dd,
	.howa_sc ul.scratch2 li dl dt,
	.howa_sc ul.scratch2 li dl dd{
		font-size: 12px;
	}
	#scratch_l01, #scratch_l02, #scratch_l03, #scratch_l04, #scratch_l05, #scratch_l06, #scratch_l07, #scratch_l08, #scratch_l09 {
		height: 190px;
		width: 85%;
	}
}
@media screen and (max-width: 500px){
	.about .font_l {
		top: -5%;
	}
	span.more::after {
		border-width: 6px 0 6px 10.4px;
	}
	.about {
		margin:10% 0;
	}
	.about .bnrttl span, .sc_ttl2 {
		font-size: 12px;
	}
	.about ul.banners li {
		width: 100%;
		float: none;
	}
	.about ul.banners li .bnrwrap img {
		height: 160px;
	}
	.value .font_l {
		top: -6%;
	}
	.value .ttl_02 {
		padding: 1% 0 3%;
	}
	.value dl .js-scroll:nth-child(1) {
		padding: 3% 0 0;
	}
	.about .text_01, .value .text_01 {
		padding: 3% 0;
	}
	.value dd,
	.value dd.text_01 {
		padding: 3%;
	}
	.value dl {
		padding: 0 0% 5% 5%;
	}
	.value dl ol {
		padding: 3% 3% 4%;
	}
	.value dl ol li, .value dd, .howa_sc ul.scratch2 li dl dt, .howa_sc ul.scratch2 li dl dd{
		font-size: 11px;
	}
	.person .font_l {
		top: -4%;
	}
	.person ul.scratch1 li {
		float: none;
		width: 50%;
		margin: 15px auto;
	}
	.person ul.scratch1 li:nth-child(3) {
		width: 70%;
	}
	.person ul.scratch1 li img:first-child {
		height: 140px;
	}
	.scratch_btn {
		width: 70px;
	}
	.howa_sc {
		margin: 20% 0 5%;
	}
	.howa_sc .font_l {
		top: -1.5%;
	}
	.howa_sc ul.scratch2 li {
    	width: 80%;
		float: none;
		margin: 15px auto;
	}
	#wScratchPad p, #wScratchPad2 p, #wScratchPad3 p, #wScratchPad4 p ,.person_msg{
		font-size: 14px;
	}
	.person_msg{
		padding-bottom: 4px;
	}
}
@media all and (-ms-high-contrast: none) {
	.bnrwrap:hover .square::after,
	.bnrwrap:hover .square::before {
	animation: width100 .3s ease normal forwards;
	}
	.bnrwrap:hover .square_inner::after,
	.bnrwrap:hover .square_inner::before {
  animation: height100 .3s ease normal forwards;
	}
	.value .text_box,
	.value .greybox{
		background-color: #e0e0e0;
	}
}
@supports (-ms-ime-align: auto) {
	.bnrwrap:hover .square::after,
	.bnrwrap:hover .square::before {
	animation: width100 .3s ease normal forwards;
	}
	.bnrwrap:hover .square_inner::after,
	.bnrwrap:hover .square_inner::before {
  animation: height100 .3s ease normal forwards;
	}
}