@charset "utf-8";
/* COMMON STYLE */

/* listbox-works ------------------------------------ */
.listbox-works {
	width: calc(100% + 3px);
    width: -webkit-calc(100% + 3px);
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.listbox-works .sbox-work {
	border: 1px solid #e5e5e5;
    margin: -1px 0 0 -1px;
	width: calc(25% + 1px);
    box-sizing: border-box;
	transform: translateX(30px);
	opacity: 0;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.listbox-works .sbox-work > a {
    position: relative;
    display: block;
	height: 100%;
    box-sizing: border-box;
	padding: 27px;
	-webkit-transition: box-shadow 0.8s cubic-bezier(0.19, 1, 0.22, 1),background-color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: box-shadow 0.8s cubic-bezier(0.19, 1, 0.22, 1),background-color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.listbox-works .sbox-work > a:hover {
    box-shadow: 0 0 36px 0 rgba(10,10,50,0.15);
}

.listbox-works .sbox-work .col-thumb img {
	width: 100%;
	display: block;
}

.listbox-works .sbox-work .inner-winfo {
	position: relative;
}

.listbox-works .sbox-work .inner-winfo .slogo {
	text-align: center;
	padding: 10px 0;
}

.listbox-works .sbox-work .inner-winfo .slogo img {
	height: 75px;
	object-fit: contain;
}

.listbox-works .sbox-work .inner-winfo .sttl {
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
    font-size: 1.5rem;
}

.listbox-works .sbox-work .inner-winfo .sttl > .stxt-remarks {
	font-size: 1.2rem;
	color: #bbb;
	padding-top: 5px;
}

.listbox-works .sbox-work .inner-winfo .stxt,
.listbox-works .sbox-work .inner-winfo .t-date {
	text-align: center;
	padding: 0 0 7px 0;
}

.listbox-works .sbox-work .inner-winfo .t-detail {
		display: none;
		width: 100%;
		padding: 10px 15px;
		background: rgba(0,0,0,0.7);
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 1.2rem;
		color: #fff;
		letter-spacing: 0.25em;
		white-space: nowrap;
		position: absolute;
		bottom: 0;
		left: 0;
}
.listbox-works .sbox-work .inner-winfo .t-detail:before {
		content: "";
		display: block;
		width: 7px;
		height: 7px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		position: absolute;
		top: 50%;
		right: 15px;
		z-index: 1;
		transform: translateY(-50%) rotate(45deg);
		transition: right ease 0.28s;
}

@media (max-width: 768px) {
	.listbox-works .sbox-work .inner-winfo .t-detail {
		display: block;
	}
	.listbox-works .sbox-work a:hover .inner-winfo .t-detail:before {
		right: 10px;
	}
}

@media (min-width: 481px) and (max-width: 575px) {
	.listbox-works.w-logo .sbox-work .inner-winfo .t-detail {
		letter-spacing: 0;
	}
}



.listbox-works .sbox-work .inner-winfo .stxt .stxt-wtxt {
	display: block;
	line-height: 1.0;
	font-size: 1.5rem;
}

.listbox-works .sbox-work .inner-winfo {
	position: relative;
    box-sizing: border-box;
	padding-bottom: 0;
}

@media (max-width: 768px) {
	.listbox-works .sbox-work .inner-winfo {
		padding-bottom: 40px;
	}
}

.listbox-works .sbox-work .inner-winfo .stxt-tag .stxt-tag-inner,
#sec-case .listbox-works .sbox-work .inner-winfo .stxt-tag .stxt-tag-inner {
	background: #aaa;
	padding: 3px 5px;
	text-align: center;
}

.listbox-works .sbox-work .inner-winfo .stxt-tag span {
	font-size: 1.3rem;
}

.stxt-tag span::after {
	font-size: 1.4rem;
	top: -1px;
}
.stxt-tag > p > span::after {
	right: -5px;
	top: -2px;
	color: #bbb;
	font-size: 1.4rem;
}

@media (max-width: 1199px) {
	.listbox-works .sbox-work > a {
		padding: 20px;
	}
	.listbox-works {
		width: calc(100% + 2px);
		width: -webkit-calc(100% + 2px);
	}
	.listbox-works .sbox-work {
		width: calc(33.333333333333333% + 1px);
	}
}
@media (max-width: 991px) {
	.listbox-works {
		width: calc(100% + 1px);
		width: -webkit-calc(100% + 1px);
	}
	.listbox-works .sbox-work {
		width: calc(50% + 1px);
	}
	.listbox-works .sbox-work > a {
		padding: 20px;
	}
}

@media (max-width: 768px) {
	.listbox-works .sbox-work .inner-winfo .sttl {
		font-size: 1.5rem;
	}
}

@media (max-width: 480px) {
	.listbox-works {
		width: 100%;
		position: ;
	}
	.listbox-works .sbox-work > a {
		padding: 10px;
	}
	.listbox-works .sbox-work .inner-winfo .slogo {
		padding: 5px 0;
	}
}







/* site-footer ------------------------------------ */
.site-footer {
	position: relative;
	padding-bottom: 25px;
	background: #fff;
}
.f-logo {
	text-align: center;
}
.fbox-cname {
	position: relative;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}

.fbox-cname .flogo-img {
	display: block;
}

.fbox-cname .f-cname {
	color: #999;
	padding-left: 40px;
	text-align: center;
	display: block;
	position: absolute;
	display: block;
	bottom: -3px;
	box-sizing: border-box;
	width: 100%;
}

.f-add,
.f-fax {
	text-align: center;
	padding: 2px 0;
	color: #666;
}

.f-add span,
.f-fax span {
	padding-right: 25px;
	position: relative;
}

.f-add span::after,
.f-fax span::after {
	position: absolute;
	right: 7px;
	content:"/";
	color: #666;
	font-size: 1.6rem;
}

.f-contact.row {
	width: 565px;
	margin: 0 auto;
}

.f-contact [class^="col-"],
.f-contact [class*=" col-"] {
	padding-right: 0;
	padding-left: 0;
}

.f-contact .col-tel {
	margin-right: auto;
}

.tel-time {
	display: block;
	color: #666;
	padding-top: 5px;
}
.bttm-footer {
	border-top: 1px solid #e5e5e5;
	padding: 25px 0 0 0;
	box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.link-privacy {
	font-size: 1.35rem;
	position: relative;
}
.link-privacy::before {
	position: relative;
    content: ">";
	color: #333;
	display: inline-block;
	margin-right: 5px;
}
.link-privacy a.txtlink:link,
.link-privacy a.txtlink:hover,
.link-privacy a.txtlink:visited {
	color: #666;
}
.link-privacy a.txtlink:hover::before {
    background-color: rgba(0,0,0,0.1);
}
.copy {
	font-family: 'Roboto Slab', serif;
	font-size: 1.1rem;
	color: #999;
	text-align: right;
	padding-top: 2px;
}

/* col-tel */
.col-tel .sp-tel {
	background: #ff80b2;
	padding: 7px 10px;
	color: #fff;
	display: block;
	box-sizing: border-box;
	text-align: center;
}

.sp-tel.f-sz21 {
	font-size: 2.1rem;
}

.col-tel .sp-tel > i {
	font-size: 2.2rem;
	display: inline-block;
	margin-right: 8px;
	top: -5px;
    position: relative;
}

.col-tel .sp-tel > i.mn-tel:before {
	color: #fff;
}

/* お問合せページ用 */
.col-tel.in-contact {
	width: fit-content;
}
.col-tel.in-contact a {
	padding: 0 17px;
}
.col-tel.in-contact .sp-tel {
	display: flex;
    align-items: center;
	padding: 0px 20px;
}
    
.col-tel.in-contact .sp-tel > i {
	top: 0;
}

@media (max-width: 480px) {
	.col-tel.in-contact .sp-tel {
		padding: 2px 15px;
	}
}

/* toTop */
#toTop {
    width: 60px;
    height: 60px;
    position: fixed;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    color: #fff;
    text-align: center;
    cursor: pointer;
    z-index: 1500;
    display: none;
	transition: all 0.3s ease;
}

#toTop:hover {
	background: rgba(0,0,0,0.7);
}

.arrowtop {
	position: absolute;
    top: 27px;
    bottom: 0;
    left: 24px;
    display: block;
    width: 13px;
    height: 13px;
    box-sizing: border-box;
    transform: rotate(-45deg);
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
}

@media (max-width: 768px) {
	.f-contact.row {
		width: 100%;
	}

	.f-add span {
		padding-right: 0;
		display: block;
	}

	.f-add span::after {
		content: none;
	}

	.f-contact {
		width: 100%;
		display: block;
	}

	.f-contact .col-tel {
		display: table;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
		text-align: center;
	}

	.f-contact .col-web {
		display: table;
		margin: 0 auto;
		width: 100%;
		text-align: center;
	}
}
@media (max-width: 480px) {
	.bttm-footer {
		display: block;
		padding-top: 20px;
	}
	.copy,
	.link-privacy {
		text-align: center;
	}
	.copy {
		padding-top: 10px;
	}
}

/* inpage common style ----------------------------------- */
.bg-wblue {
	background-color: rgba(175,233,247,0.2);
}

/* btn btn-line */
.btn {
	min-width: 300px;
	line-height: 60px;
    border: none;
    padding-top: 0;
    padding-bottom: 0;
}

.btn .btn-txt {
	line-height: inherit;
    margin-left: -10px;
}

.btn .btn-txt.f-noto {
	font-weight: 500;
	line-height: 60px;
    box-sizing: border-box;
}

.btn.btn-line {
	position: relative;
	z-index: 1;
}

.btn.btn-line::before {
	position: absolute;
	content:"";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-style: solid;
	border-width: 2px;
	border-color: #00b4e1;
	box-sizing: border-box;
}

.btn.btn-line.btn-pink::before {
	border-color: #ff80b2;
}
.btn.btn-line.btn-gray::before {
	border-color: #ddd;
}

.btn.btn-line .arrow-r {
	position: absolute;
	display: block;
	z-index: 3;
	width: 30px;
    height: 30px;
	top: 50%;
	right: -2px;
	margin-top: -15px;
	background: #fff;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.btn.btn-line .arrow-r::before {
	position: absolute;
	content:"";
	width: 9px;
    height: 9px;
	top: 50%;
	right: 15px;
	transform:rotate(-45deg);
	margin-top: -4.5px;
	border-right: 2px solid #00b4e1;
	border-bottom: 2px solid #00b4e1;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.btn.btn-line.btn-pink .arrow-r::before {
	border-color: #ff80b2;
}

.btn.btn-line.btn-gray .arrow-r::before {
	border-color: #ddd;
}

.btn-gray .f-gray {
	color: #ddd;
}

.btn.btn-line .btn-inner1 {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.btn.btn-line .btn-inner1::before,
.btn.btn-line .btn-inner1::after {
	content:"";
	position: absolute;
	display: block;
	background: #00b4e1;
	z-index: 2;
	transition: all .15s ease-in;
    -webkit-transition: all .15s ease-in;
	height: 0;
	transform: translateY(-10px);
	opacity: 0;
	visibility: hidden;
}

.btn.btn-line.btn-pink .btn-inner1::before,
.btn.btn-line.btn-pink .btn-inner1::after {
	background: #ff80b2;
}

.btn.btn-line.btn-gray .btn-inner1::before,
.btn.btn-line.btn-gray .btn-inner1::after {
	background: #ddd;
}

.btn.btn-line .btn-inner1::before {
	left: 2px;
	right: 2px;
    bottom: 0;
	width: calc(100% - 4px);
	-webkit-transition-delay: .09s;
}

.btn.btn-line .btn-inner1::after {
	left: 5px;
	right: 5px;
	bottom: 0;
	width: calc(100% - 10px);
	-webkit-transition-delay: .13s;
}

.btn.btn-line:hover .btn-inner1::before,
.btn.btn-line:hover .btn-inner1::after {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	height: 2px;
}

.btn.btn-line:hover .btn-inner1::before {
	bottom: -4px;
}

.btn.btn-line:hover .btn-inner1::after {
	bottom: -8px;
}

.btn.btn-line:hover .arrow-r {
	right: -15px;

}
.btn.btn-line:hover .arrow-r::before {
	right: 11px;
}

.arrow-blank {
	position: relative;
	width: 13px;
	height: 10px;
	display: block;
	border: 2px solid #00b4e1;
}

.arrow-blank::before,
.arrow-blank::after {
	content:"";
	position: absolute;
	right: -6px;
    top: -6px;
	display: block;
	background: #00b4e1;
}

.arrow-blank::before {
	width: 2px;
	height: 7px;
}

.arrow-blank::after {
	width: 10px;
	height: 2px;
}

.btn.btn-line.btn-blank .arrow-blank {
	position: absolute;
    right: 28px;
    top: 50%;
    margin-top: -4px;
    z-index: 2;
}

.btn.btn-line.btn-blank::after,
.btn.btn-line.btn-plus::after {
	position: absolute;
	content:"";
    display: block;
    z-index: 3;
    width: 30px;
    height: 30px;
    top: 50%;
    right: 0;
    margin-top: -15px;
    background: #fff;
    z-index: 1;
}

.arrow-plus {
	display: block;
	width: 12px;
	height: 12px;
	position: relative;
}

.arrow-plus::before,
.arrow-plus::after {
	content:"";
	position: absolute;
	display: block;
	background: #00b4e1;
}

.arrow-plus::before {
	width: 12px;
	height: 2px;
	right: 0;
	top: 5px;
}

.arrow-plus::after {
	width: 2px;
	height: 12px;
	right: 5px;
	top: 0;
}

.btn.btn-line.btn-plus .arrow-plus {
	position: absolute;
	right: 25px;
	top: 50%;
	margin-top: -6px;
	z-index: 2;
}

.btn.focus .arrow-blank,
.btn:focus .arrow-blank {
	border-color: #fff;
}

.btn:focus .arrow-blank::before,
.btn:focus .arrow-blank::after,
.btn.focus .arrow-blank::before,
.btn.focus .arrow-blank::after {
	background-color: #fff;
}

.btn.focus.btn-line.btn-blank::after,
.btn:focus.btn-line.btn-blank::after{
	background-color: transparent;
}

.btn.focus.btn-line .arrow-r::before,
.btn:focus.btn-line .arrow-r::before {
    right: 12px;
}


@media (max-width: 480px){
	.btn {
		min-width: auto;
		width: 100%;
	    display: block;
	}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.btn .btn-txt.f-noto {
		font-family: "ヒラギノ角ゴ Pro W6",'HiraKakuPro-W6',"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
		font-weight: normal;
	}
}

/* box-table */
.box-table {

}

.box-table > dl {
	display: table;
}

.box-table.w-auto > dl {
	width: auto;
	margin: 0 auto;
}

.box-table > dl > dt,
.box-table > dl > dd {
	display: table-cell;
	vertical-align: top;
	padding-top: 20px;
	padding-bottom: 20px;
}

.box-table > dl > dt {
	font-weight: bold;
	color: #333;
}

.box-table > dl > dd {
	padding-left: 65px;
}

@media (max-width: 768px) {
	.box-table > dl,
	.box-table > dl > dt,
	.box-table > dl > dd {
		display: block;
		line-height: 1.6;
	}

	.box-table > dl > dt {
		padding-top: 15px;
		padding-bottom: 3px;
	}

	.box-table > dl > dd {
		padding-left: 0;
		padding-top: 2px;
		padding-bottom: 15px;
	}

	.box-table.w-auto > dl {
		width: 100%;
		min-width: auto !important;
	}
}

/* stxt-tag */
.stxt-tag {
	line-height: 1.5;
	display: table;
    width: 100%;
    padding-bottom: 7px;
}
.stxt-tag > p {
	display: table-cell;
	vertical-align: middle;
}
.stxt-tag > p > span {
	display: inline-block;
	padding-right: 6px;
	padding-left: 10px;
	position: relative;
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.5;
    vertical-align: middle;
}

.stxt-tag > p > span::after {
	content:"/";
	position: absolute;
	right: -5px;
	color: rgba(255,255,255,0.3);
	font-size: 1.5rem;
}
.stxt-tag > p > span:first-child {
	padding-left: 0;
}
.stxt-tag > p > span:last-child {
	padding-right: 0;
}

.stxt-tag > p > span:last-child::after {
	content: none;
}

/* list-stag */
.list-stag {
	font-size: 0;
	margin-left: -5px;
}
.list-stag li {
	display: inline-block;
	padding: 5px 10px;
	margin: 5px;
	background: #f1f1f1;
	font-size: 1.6rem;
	border-radius: 4px;
}


@media (max-width: 480px) {
	.list-stag {
		margin-left: -3px;
	}
	.list-stag li {
		padding: 4px 7px;
    	margin: 3px;
	}
}

@media (max-width: 370px) {
	.list-stag {
		margin-left: -2px;
	}
	.list-stag li {
		padding: 4px 4px;
    	margin: 1px;
	}
}



/* sec-recruit */
#sec-recruit {
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}

.bcg-parallax .bcg {
	background: url(../img/recruit/bg_recruit.jpg) no-repeat center;
	background-size: cover;
	position: absolute;
	width: 100%;
	height: 160%;
	top: 0;
	z-index: 1;
}

#sec-recruit .bg-bnr {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	z-index: 2;

}

#sec-recruit .bg-bnr::before,
#sec-recruit .bg-bnr::after {
	content:"";
	position: absolute;
	display: block;
	width: 150vw;
	height: 300%;
	transition: all 0.3s ease;
}

#sec-recruit .bg-bnr::before {
	background: rgba(252,44,120,0.8);
	transform: skewX(-45deg);
	left: -150vw;
}

#sec-recruit .bg-bnr::after {
	background: rgba(142,189,0,0.75);
	transform: skewX(-45deg);
    left: 0;
}

#sec-recruit .inner-bnr {
	z-index: +1;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	width: 90%;
    margin: 0 auto;
	z-index: 3;
	position: relative;
}

#sec-recruit .inner-bnr .bnr-txt{
	color: #fff;
}

#sec-recruit .inner-bnr .lttl-recruit span {
	display: block;
	color: #fff;
}

#sec-recruit .inner-bnr .bnr-txt h3 {
	line-height: 1.7;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
}

#sec-recruit .inner-bnr .bnr-txt p {
	color: #fff;
}

#sec-recruit .inner-bnr .bnr-btn {
	padding-left: 35px;
}

#sec-recruit .inner-bnr .bnr-btn ul {
	display: table;
	table-layout: fixed;
	width: auto;
}

#sec-recruit .inner-bnr .bnr-btn ul li {
	display: table-cell;
}

#sec-recruit .inner-bnr .bnr-btn ul li a {
	display: block;
	border-radius: 50%;
	background: #000;
	color: #fff;
	text-align: center;
    min-width: auto;
	padding: 0;
	margin: 0 5px;
	box-sizing: border-box;
	transition: all 0.28s ease;
	position: relative;
	overflow: hidden;
	border: none;
}

#sec-recruit .inner-bnr .bnr-btn ul li a::before {
	position: absolute;
	content:"";
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	transform: scale(0,0);
	border-radius: 100%;
	visibility: hidden;
	opacity: 0;
	transition: all 0.35s ease-in;
}

#sec-recruit .inner-bnr .bnr-btn ul li a:hover::before {
	transform: scale(1,1);
	opacity: 1;
	visibility: visible;
	background: rgba(255,255,255,0.25);
	border-radius: 100%;
}

#sec-recruit .inner-bnr .bnr-btn ul li a span {
	color: #fff;
}

@media (min-width: 1250px) {
	#sec-recruit .inner-bnr .bnr-btn ul li a {
		width: 180px;
		height: 180px;
	}
	#sec-recruit .inner-bnr .bnr-btn ul li a span {
		line-height: 180px;
		letter-spacing: 0.4em;
    	padding-left: 0.75em;
	}
}

@media (max-width: 1249px) {
	#sec-recruit {
		background-size: cover;
	}
	#sec-recruit .inner-bnr .bnr-btn ul li a {
		width: 160px;
		height: 160px;
	}
	#sec-recruit .inner-bnr .bnr-btn ul li a span {
		line-height: 160px;
		letter-spacing: 0.2em;
    	padding-left: 0.55em;
	}
}

@media (max-width: 1199px) {
	#sec-recruit .inner-bnr .bnr-btn ul li a {
		width: 150px;
		height: 150px;
	}
	#sec-recruit .inner-bnr .bnr-btn ul li a span {
		line-height: 150px;
	}
	#sec-recruit .inner-bnr .bnr-btn {
		padding-left: 20px;
	}
}

@media (max-width: 991px) {
	#sec-recruit .bg-bnr::before {
		left: -170vw;
	}

	#sec-recruit .bg-bnr::after {
		left: -20vw;
	}
	#sec-recruit .inner-bnr {
		flex-direction: column;
	}
	#sec-recruit .inner-bnr .bnr-txt{
		width: 100%;
	}

	#sec-recruit .inner-bnr .bnr-btn {
		padding-left: 0;
		padding-top: 30px;
	}
}

@media (max-width: 768px) {
	#sec-recruit .bg-bnr::before {
		left: -200vw;
	}

	#sec-recruit .bg-bnr::after {
		left: -50vw;
	}
	#sec-recruit .inner-bnr .bnr-btn ul li a {
		width: 155px;
		height: 155px;
	}
	#sec-recruit .inner-bnr .bnr-btn ul li a span {
		line-height: 155px;
	}
}

@media (max-width: 550px) {
	#sec-recruit .bg-bnr::before {
		left: -230vw;
	}

	#sec-recruit .bg-bnr::after {
		left: -80vw;
	}
	#sec-recruit .inner-bnr .bnr-btn ul li a {
		width: 135px;
		height: 135px;
	}
	#sec-recruit .inner-bnr .bnr-btn ul li a span {
		line-height: 135px;
	}
}

@media (max-width: 480px) {
	#sec-recruit .bg-bnr::before, #sec-recruit .bg-bnr::after {
	    width: 200vw;
	}
	#sec-recruit .bg-bnr::before {
		left: -330vw;
	}

	#sec-recruit .bg-bnr::after {
		left: -130vw;
	}
	#sec-recruit .inner-bnr .bnr-btn {
		padding-top: 10px;
	}
	#sec-recruit .inner-bnr .bnr-btn ul,
	#sec-recruit .inner-bnr .bnr-btn ul li {
		display: block;
	}

	#sec-recruit .inner-bnr .bnr-btn ul li a {
	    margin: 10px 0 0 0;
		width: 125px;
		height: 125px;
	}
	#sec-recruit .inner-bnr .bnr-btn ul li a span {
		line-height: 125px;
		letter-spacing: 0.15em;
	}

}

@media (max-width: 400px) {
	#sec-recruit .bg-bnr::before, #sec-recruit .bg-bnr::after {
	    width: 200vw;
		top: -20%;
	}
	#sec-recruit .bg-bnr::before {
		left: -370vw;
	}

	#sec-recruit .bg-bnr::after {
		left: -170vw;
	}
}

/* col-thumb */
.col-thumb {
	position: relative;
}
.col-thumb img {
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	transition: 0.4s all linear;
}

.w-logo .col-thumb img {
	background-position: center center;
	background-size: contain;
}

.col-thumb {
	overflow: hidden;
}

a:hover .col-thumb img {
	transform: scale(1.2,1.2);
	transform-origin: center center;
}

/* .pager */
.pager ul {
	width: auto;
	float: right;
	position: relative;
	display: table;
	margin-bottom: 20px;
}

.pager ul li {
	height: 60px;
	display: table-cell;
	vertical-align: middle;
}

.pager ul .nav-current {
	padding-right: 35px;
}

.pager ul .nav-pre {
	padding-right: 2px;
}

.pager ul .nav-pre > a,
.pager ul .nav-pre > span,
.pager ul .nav-next > a,
.pager ul .nav-next > span {
	display: block;
	width: 60px;
	height: 60px;
	position: relative;
}

.pager ul .nav-pre > a,
.pager ul .nav-next > a {
	background: #00b4e1;
}

.pager ul .nav-pre > span,
.pager ul .nav-next > span {
	background: #d5d5d5;
}

.pager ul .nav-pre .arrow-pre,
.pager ul .nav-next .arrow-next {
	position: absolute;
    top: 25px;
    display: block;
    width: 11px;
    height: 11px;
    box-sizing: border-box;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
}
.pager ul .nav-pre .arrow-pre {
	transform: rotate(-135deg);
    left: 27px;
}
.pager ul .nav-next .arrow-next {
    transform: rotate(45deg);
    left: 23px;
}

.pager ul .nav-pre a:hover .arrow-pre {
	-webkit-animation: move-left-anim .65s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0s 1 forwards;
	animation: move-left-anim .65s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0s 1 forwards;
}
.pager ul .nav-next a:hover .arrow-next {
	-webkit-animation: move-right-anim .65s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0s 1 forwards;
    animation: move-right-anim .65s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0s 1 forwards;
}



@-webkit-keyframes move-right-anim{
	0%{transform:translateX(0) rotate(45deg);opacity:1}
	50%{transform:translateX(5px) rotate(45deg);opacity:0}
	50.1%{transform:translateX(-5px) rotate(45deg);opacity:0}
	100%{transform:translateX(0) rotate(45deg);opacity:1}
}

@keyframes move-right-anim{
	0%{transform:translateX(0) rotate(45deg);opacity:1}
	50%{transform:translateX(5px) rotate(45deg);opacity:0}
	50.1%{transform:translateX(-5px) rotate(45deg);opacity:0}
	100%{transform:translateX(0) rotate(45deg);opacity:1}
}

@-webkit-keyframes move-left-anim{
	0%{-webkit-transform:translateX(0) rotate(-135deg);opacity:1}
	50%{-webkit-transform:translateX(-5px) rotate(-135deg);opacity:0}
	50.1%{-webkit-transform:translateX(5px) rotate(-135deg);opacity:0}
	100%{-webkit-transform:translateX(0) rotate(-135deg);opacity:1}
}

@keyframes move-left-anim{
	0%{-webkit-transform:translateX(0) rotate(-135deg);opacity:1}
	50%{-webkit-transform:translateX(-5px) rotate(-135deg);opacity:0}
	50.1%{-webkit-transform:translateX(5px) rotate(-135deg);opacity:0}
	100%{-webkit-transform:translateX(0) rotate(-135deg);opacity:1}
}


@media (max-width: 768px) {
	.pager ul .nav-current {
		padding-right: 15px;
	}

}

/* .t-date */
.t-date {
	color: #b0b0b0;
	font-size: 1.35rem;
	letter-spacing: 0;
	font-family: 'Roboto Slab', serif;
}

/* .btn-backlist */
.btn-backlist {
	top: -30px;
	position: relative;
	display: block;
	z-index: 3;
}
.btn-backlist > a {
	display: inline-block;
	position: relative;
	transition: all ease 0.28s;
}
.btn-backlist > a:hover {
	width: 100%;
	display: block;
}
.btn-backlist > a::before {
	content:"";
	position: absolute;
	display: block;
	width: 0;
	height: 60px;
	transition: all ease 0.28s;
}
.btn-backlist > a:hover::before {
	width: 100%;
	background-color: rgba(0,180,225,0.15);
}

.btn-backlist.btnback-bottom {
	top: 0;
    margin-bottom: 0;
}

.btn-backlist .i-back {
	display: inline-block;
	width: 60px;
	height: 60px;
	background: #00b4e1;
	position: relative;
}

.btn-backlist .i-back > span {
	position: absolute;
	width: 8px;
	height: 8px;
	border: 2px solid #fff;
	display: inline-block;
	left: 14px;
}

.btn-backlist .i-back > span::before,
.btn-backlist .i-back > span::after {
	content:"";
	position: absolute;
	display: inline-block;
	width: 4px;
	height: 4px;
	border: 2px solid #fff;
}

.btn-backlist .i-back > span:first-child {
	top: 14px;
}

.btn-backlist .i-back > span:nth-child(2) {
	top: 26px;
}

.btn-backlist .i-back > span:nth-child(3) {
	top: 38px;
}

.btn-backlist .i-back > span::before,
.btn-backlist .i-back > span::after {
	top: -2px;
}

.btn-backlist .i-back > span:first-child::before,
.btn-backlist .i-back > span:nth-child(2)::before,
.btn-backlist .i-back > span:nth-child(3)::before {
	left: 10px;
}
.btn-backlist .i-back > span:first-child::after,
.btn-backlist .i-back > span:nth-child(2)::after,
.btn-backlist .i-back > span:nth-child(3)::after {
	left: 22px;
}

.btn-backlist > a > span {
	display: inline-block;
	line-height: 60px;
	padding-left: 15px;
}

@media (max-width: 768px) {
	.btn-backlist {
		top: 0;
		margin-bottom: 25px;
	}
}

@media (max-width: 640px) {
	.btn-backlist > a {
		display: block;
	}
	.btn-backlist > a::before {
		content: none;
	}
}

/* t-link */
.txt-link {
	position: relative;
	display: inline-block;
    z-index: 1;

}

a.txt-link {
	color: #00b4e1;
}

.txt-link::before {
    position: absolute;
    content: "";
    z-index: -1;
    transition: all ease 0.28s;
    display: inline-block;
    width: 0;
    height: 5px;
    bottom: 0;
}

.txt-link:hover::before {
    width: 100%;
    background-color: rgba(0,180,225,0.15);
}

/* txt-privacy ---------------------*/
#privacy .l-ttl .lttl {
    display: block;
}

#privacy .l-ttl .lttl-ja {
	position: relative;
}

.txt-privacy p {
    margin-bottom: 30px;
    letter-spacing: 0.08em;
}
.txt-privacy p .f-bold {
    color: #000;
    font-size: 1.7rem;
    padding-bottom: 5px;
}

.txt-privacy p .f-bold em{
	font-weight: 700;
	color: #000;
	font-size: 2.0rem;
	font-family: 'Roboto Slab', serif;
    position: relative;
    top: 2px;
}

.f_item .txt-privacy {
    height: 150px;
    padding: 20px;
    margin-bottom: 15px;
    border: 1px solid #ededed;
    overflow-y: scroll;
    text-align: left;
	font-size: 1.45rem;
	line-height: 1.5;
}

.f_item .txt-privacy p {
	margin-bottom: 15px;
}

.f_item .txt-privacy p:last-child {
	margin-bottom: 0;
}

.f_item .txt-privacy p .f-bold {
	font-size: 1.6rem;
}
.f_item .txt-privacy p .f-bold em {
    top: 2px;
	font-size: 1.8rem;
}

#privacy {
	background: url(../img/privacy/bg.jpg)  no-repeat right top;
}

#privacy::before {
	position: absolute;
	content:"";
	width: 100%;
	height: 100%;
	display: block;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0;
	background: url(../img/privacy/bg_dot.png) no-repeat right top;
}

#privacy.is-loaded::before {
	transition-delay: 0.15s;
	transition: all 1s ease;
	opacity: 1;
}

@media (max-width: 768px) {

	.f_item .txt-privacy::-webkit-scrollbar {
		background:#ccc;
  		width:10px;
	}
	.f_item .txt-privacy::-webkit-scrollbar-thumb {
	  background:#fff;
	}

	#privacy,
	#privacy::before {
		background-size: 80% auto;
	}
}
@media (max-width: 480px) {
	#privacy,
	#privacy::before {
		background-size: 95% auto;
	}


	.txt-privacy p {
		margin-bottom: 25px;
	}
	.f_item .txt-privacy {
		padding: 12px;
	}

}

/* box-free */
.box-free img {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    margin-left: 0 !important;
    margin-right: 0 !important;
}


.box-free {
    letter-spacing: 0.07em;
    box-sizing: border-box;
    word-break: break-all !important;
    word-wrap: break-word !important;
}

.box-free p {
	margin-bottom: 25px;
}

.box-free a {
    color: #00b4e1 !important;
}

.box-free a:hover {
	text-decoration: underline !important;
}

/* t-url */
.t-url {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}

.t-url > a {
	color: #00b4e1;
}

.t-url > a.i-blank {
	position: relative;
	display: inline-block;
	z-index: 1;
}

.t-url > a.i-blank::before {
	position: absolute;
	content:"";
	z-index: -1;
	transition: all ease 0.28s;
	display: inline-block;
	width: 0;
	height: 5px;
	bottom: 0;
}

.t-url > a.i-blank:hover::before {
	width: 100%;
	background-color: rgba(0,180,225,0.15);
}

.t-url > a.i-blank > .arrow-blank {
	display: inline-block;
    top: -10px;
}


