/*
----------------------------------------

reset

----------------------------------------
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote: before, blockquote:after,
q: before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor:help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}


/*
----------------------------------------

common

----------------------------------------
*/

html[lang=ja] {
	margin-top: 0 !important;
}

table {
	width: 100%;
	border-top: solid 1px #dedede;
	border-left: solid 1px #dedede;
}

table th,
table td {
	padding: 3.05rem 4rem;
	border-right: solid 1px #dedede;
	border-bottom: solid 1px #dedede;
	vertical-align: middle;
	letter-spacing: 1.4px;
}

table th {
	font-weight: bold;
	background: #f7f7f7;
}

table td {
	font-size: 1.6rem;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.video {
	max-width: 800px;
	margin: 30px auto;
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.sp {
	display: none;
}

.display-none {
	display: none;
}

.ofi img {
	object-fit: cover;
	font-family: 'object-fit: cover;' /* ie */
}

/* clearfix */

.clearfix:before,
.clearfix:after {
	display: table;
	content: '';
}
.clearfix:after {
	clear: both;
}

/* scrollbar */

/*
::-webkit-scrollbar {
	width: 5px;
	background: transparent;
}

::-webkit-scrollbar-track {
	box-shadow: none;
}

::-webkit-scrollbar-thumb {
	background-color: #ccc;
	box-shadow: none;
}
*/

.topic-path {
	white-space: nowrap;
	overflow: auto;
}

#breadcrumbs {
	font-size: 1.4rem;
	margin: 13px 0;
}

#breadcrumbs a {
	display: inline-block;
	text-decoration: underline;
	position: relative;
	margin-right: 33px;
	color: #0075c2;
}

#breadcrumbs a::after {
	content: '＞';
	font-size: 1rem;
	color: #2f3b50;
	pointer-events: none;
	position: absolute;
	right: -30px;
	top: 50%;
	transform: translate( -50%, -50% ) scale( .5, 1);
}

#breadcrumbs .breadcrumb_last {
	padding-right: 2rem;
}

#wrapper .slider {
	opacity: 0;
	visibility: hidden;
}

#wrapper .slider.slick-slider {
	opacity: 1;
	visibility: visible;
}

#wrapper .slick-slide {
	opacity: .5;
	transition: all .2s;
}

#wrapper .slick-slide .img {
	margin-bottom: 0;
}


#wrapper .slick-slide img {
	width: 100%;
}

#wrapper .slick-active {
	opacity: 1;
}

#wrapper .slick-dots {
	margin: 0;
	bottom: -45px;
}

#wrapper .slick-dots li {
	padding: 0;
	margin: 0 1px;
	letter-spacing: 0;
}

#wrapper .slick-dots li::before {
	display: none;
}

#wrapper .slick-dots li button:before {
	font-size: 10px;
	color: #dbdbdb;
	opacity: 1;
}

#wrapper .slick-dots li.slick-active button:before {
	color: #0075c2;
	opacity: 1;
}

#wrapper .slick-prev,
#wrapper .slick-next {
	width: 60px;
	height: 60px;
	z-index: 99;
	transition: all .2s;
}

#wrapper .slick-prev {
	left: -55px;
	background: url( ../img/common/2x/arrow-prev.png ) center center / 20px no-repeat;
}

#wrapper .slick-next {
	right: -55px;
	background: url( ../img/common/2x/arrow-next.png ) center center / 20px no-repeat;
}

#wrapper .slick-prev:before,
#wrapper .slick-next:before{
	display: none;
}

.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service) > span {
	border-radius: 50%;
	padding: 3px;
	transition: all .2s;
}

/* font */

.en {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}

.en-02 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
}

.en-03 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}

.en-04 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}

#editor .heading-01 {
	font-size: 2.4rem;
	letter-spacing: 1.8px;
	color: #0075c2;
	margin-bottom: 2rem;
	padding-bottom: 1rem;
	border-bottom: solid 5px #cce7f6;
}

/* ttl */

.ttl-01 {
	position: relative;
}

.ttl-01 .en {
	font-size: 7rem;
	line-height: 1;
	letter-spacing: 1.5px;
	text-indent: -2px;
}

.ttl-01 .jp {
	font-size: 2rem;
	letter-spacing: 2px;
	text-indent: 0;
	font-weight: normal;
}

.ttl-01 .en.en-bg {
	font-size: 16rem;
	line-height: 1;
	color: rgba( 0, 117, 194, .06 );
	position: absolute;
	top: -10rem;
	left: -4.5rem;
	z-index: -1;
}

.ttl-02 > * {
	display: inline-block;
}

.ttl-02 .en {
	font-size: 3.4rem;
	letter-spacing: 1px;
	padding-left: 45px;
	position: relative;
	margin-right: 15px;
}

.ttl-02 .en::before {
	content: '';
	width: 30px;
	height: 4px;
	background: linear-gradient( to right, #03a9f4, #0075c2 );
	position: absolute;
	top: 50%;
	left: 0;
}

.ttl-02 .jp {
	font-weight: normal;
	letter-spacing: 1.2px;
	position: relative;
	top: -4px;
}

.ttl-03 {
	position: relative;
	color: #0075c2;
	line-height: 1.6;
	margin-bottom: .8rem;
	padding-top: 4rem;
}

.ttl-03 .en {
	font-size: 1.8rem;
	text-transform: capitalize;
	letter-spacing: .8px;
}

.ttl-03 .jp {
	font-size: 3.8rem;
	letter-spacing: 2.4px;
}

.ttl-03 .en.en-bg {
	font-size: 16rem;
	text-transform: capitalize;
	line-height: 1;
	letter-spacing: 1.8px;
	white-space: nowrap;
	color: rgba( 0, 117, 194, .06 );
	position: absolute;
	top: -20px;
	left: -6px;
	z-index: -1;
}

/* btn */

.btn-01 a {
	display: inline-block;
	color: #fff;
	background: linear-gradient( to right, #03a9f4, #0075c2 );
	width: 200px;
	line-height: 50px;
	white-space: nowrap;
	letter-spacing: .8px;
	text-indent: 1px;
	text-align: center;
	border-radius: 25px;
	position: relative;
	overflow: hidden;
}

.btn-01 a::after {
	content: '';
	background: #003152;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: all .2s;
}

.btn-01 a span {
	display: inline-block;
	position: relative;
	z-index: 99;
}

.btn-02 {
	text-align: center;
}

.btn-02 a {
	display: inline-block;
	color: #fff;
	background: #0075c2;
	width: 280px;
	line-height: 50px;
	font-size: 1.6rem;
	letter-spacing: .8px;
	text-indent: -6px;
	white-space: nowrap;
	text-align: center;
	border-radius: 25px;
	position: relative;
	overflow: hidden;
}

.btn-02.tel a::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url( ../img/common/2x/icon-tel-wh.png ) center center / contain no-repeat;
	vertical-align: middle;
	position: relative;
	top: -3px;
	left: -6px;
}

.btn-02.mail a::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url( ../img/common/2x/icon-mail-wh.png ) center center / contain no-repeat;
	vertical-align: middle;
	position: relative;
	top: -1px;
	left: -6px;
}

.btn-02 + .btn-02 {
	margin-top: 16px;
}

/* list */

.list-01 li {
	position: relative;
	padding-left: 1.5rem;
	margin-bottom: 1.3rem;
	line-height: 1.6;
	letter-spacing: 1.8px;
}

.list-01 li:last-child {
	margin-bottom: 0;
}

.list-01 li::before {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #0075c2;
	position: absolute;
	top: 9px;
	left: 0;
}

.dl-box {
	background: #ebf8ff;
	padding: 5rem 4rem 4rem;
	position: relative;
}

.dl-box.red {
	background: #fff8f7;
}

.dl-box dt {
	display: inline-block;
	min-width: 130px;
	text-align: center;
	color: #0075c2;;
	background: #fff;
	padding: 5px;
	border-style: solid;
	border-width: 2px;
	border-color: #0075c2;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.5;
	white-space: nowrap;
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX( -50% );
}

.dl-box.red dt {
	color: #bf0000;
	border-color: #bf0000;
}

.dl-box dd {
	text-align: center;
}

.dl-border {
	border: solid 3px #cce7f6;
	padding: 4.6rem 4rem;
	margin-top: 2rem;
	position: relative;
}

.dl-border dt {
	display: inline-block;
	background: #fff;
	padding: 2px 24px;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 1px;
	white-space: nowrap;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate( -50%, -50% );
}

.dl-border dd {
	text-align: center;
}

.check-list {
	display: inline-block;
	text-align: left;
}

.check-list li {
	font-size: 1.7rem;
	line-height: 1.6;
	letter-spacing: 1.2px;
	padding: 3.5px 0 3.5px 40px;
	background: url( ../img/recruit/single/2x/check-01.png ) left 5px / 30px no-repeat;
}

.check-list.check-02 li {
	background: url( ../img/recruit/single/2x/check-02.png ) left 5px / 30px no-repeat;
}

.check-list li + li {
	margin-top: 1.2rem;
}

.ext-link {
	display: inline-block;
	line-height: 1.8;
	color: #0075c2;
	border-bottom: solid 1px #0075c2;
	position: relative;
	margin-left: 22px;
}

.ext-link::before {
	content: '';
	width: 14px;
	height: 14px;
	background: url( ../img/contents/2x/icon-ext-link.png ) center center / contain no-repeat;
	position: absolute;
	top: 8px;
	left: -22px;
}

.address-list {
	margin-bottom: .8rem;
}

.address-list dt {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 1.5px;
	color: #0075c2;
	margin-bottom: .5rem;
	padding-left: 3rem;
	position: relative;
}

.address-list dd + dt {
	margin-top: 2.5rem;
}

.address-list dt::before {
	content: '';
	width: 2rem;
	height: 2px;
	background: linear-gradient( to right, #03a9f4, #0075c2 );
	position: absolute;
	top: 1.2rem;
	left: 0;
}

.address-list .map-link {
	margin-top: 2px;
	text-align: right;
}

.more-link {
	margin-left: 3rem;
	position: relative;
	top: -2px;
}

.more-link .ext-link {
	line-height: 1;
}

.more-link .ext-link::before {
	top: 3px;
}

/* layout */

.wrap {
	width: 100%;
	max-width: 1260px;
	padding: 0 30px;
	text-align: left;
	margin: 0 auto;
}

.flex {
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}


/*
----------------------------------------

animation

----------------------------------------
*/

.inview {
	transform: translateY( 2rem );
	opacity: 0;
	visibility: hidden;
	position: relative;
	transition: all .8s;
}

.inview.view {
	opacity: 1;
	visibility: visible;
	transform: none;
}

@keyframes mov-box {

	0% {
		width: 0;
		left: 0;
		right: auto;
	}
	35% {
		width: 100%;
		left: 0;
		right: 0;
	}
	36% {
		width: 100%;
		left: auto;
		right: 0;
	}
	100% {
		width: 0;
		left: auto;
		right: 0;
	}

}

/* mov-ttl */

@keyframes mov-ttl {
	0% {
		opacity: 0;
		transform: rotateX( 45deg );
	}
	100% {
		opacity: 1;
		transform: none;
	}
}

.mov-ttl .mov-txt-wrap {
	display: inline-block;
	position: relative;
}

.mov-ttl .mov-txt-wrap::after {
	content: '';
	width: 0;
	background: #f9fafe;
	position: absolute;
	top: 10%;
	right: auto;
	bottom: 10%;
	left: 0;
}

.mov-ttl .mov-txt-wrap.bl::after {
	background: #0075c2;
}

.mov-ttl .mov-txt {
	transform: rotateX( 45deg );
	opacity: 0;
}

.view .mov-ttl .mov-txt-wrap::after {
	animation: mov-box .6s ease-in-out .6s 1 normal forwards;
}

.view .mov-ttl .mov-txt-wrap .mov-txt {
	animation: mov-ttl .3s ease-in-out 1.2s 1 normal forwards;
}

.view .mov-ttl .mov-txt-wrap.mov-02::after {
	animation: mov-box .6s ease-in-out .8s 1 normal forwards;
}

.view .mov-ttl .mov-txt-wrap.mov-02 .mov-txt {
	animation: mov-ttl .3s ease-in-out 1.4s 1 normal forwards;
}

.view .mov-ttl .mov-txt-wrap.mov-03::after {
	animation: mov-box .6s ease-in-out 1s 1 normal forwards;
}

.view .mov-ttl .mov-txt-wrap.mov-03 .mov-txt {
	animation: mov-ttl .3s ease-in-out 1.6s 1 normal forwards;
}

.view .mov-ttl .mov-txt-wrap.mov-04::after {
	animation: mov-box .6s ease-in-out 1.2s 1 normal forwards;
}

.view .mov-ttl .mov-txt-wrap.mov-04 .mov-txt {
	animation: mov-ttl .3s ease-in-out 1.8s 1 normal forwards;
}

.view .mov-ttl .mov-txt-wrap.mov-05::after {
	animation: mov-box .6s ease-in-out 1.4s 1 normal forwards;
}

.view .mov-ttl .mov-txt-wrap.mov-05 .mov-txt {
	animation: mov-ttl .3s ease-in-out 2s 1 normal forwards;
}


/*
----------------------------------------

default

----------------------------------------
*/

html {
	font-size: 62.5%;
}

body {
	font-size: 1.6rem;
	font-family: 'Roboto', 'Noto Sans JP', sans-serif;
	font-feature-settings: 'palt';
	line-height: 2;
	width: 100vw;
	text-align: center;
	color: #364246;
	box-sizing: border-box;
	position: relative;
	-webkit-text-size-adjust: 100%;
	overflow-scrolling: touch;
}

body * {
	box-sizing: border-box;
}

#wrapper {
	padding-top: 100px;
}

/*
:root {
	--main-color: #C5A882;
	--main-on-color: #d4bea2;
	--main-light-color: #faf7f3;
	--base-color: #2E344F;
	--base-txt-color: #fff;
}
*/

a {
	color: #333;
	text-decoration: none;
	transition: all .2s;
}

li {
	list-style: none;
}

img {
	max-width: 100%;
	height: auto;
}

footer#footer {
	color: #fff;
	background: #ccc;
}

footer#footer .flex {
	height: 600px;
	justify-content: center;
	align-items: center;
	font-size: 8rem;
}

/* page */

.page-header {
	color: #fff;
	background-image: url( ../img/news/2x/header-bg.png );
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.page-header::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #007ACC;
	opacity: .4;
}

.page-header .wrap {
	text-align: center;
	position: relative;
	z-index: 99;
}

.page-header .box {
	height: 300px;
	padding-bottom: 10px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	line-height: 1.4;
}

.page-header .ttl-en {
	font-size: 4.8rem;
	text-transform: capitalize;
	letter-spacing: 1px;
}

.page-header .ttl-jp {
	font-size: 2rem;
	letter-spacing: 2px;
}

.phone-btn {
	margin-right: 25px;
}

.phone-btn a {
	display: block;
	line-height: 1.3;
	text-align: center;
}

.phone-btn .num {
	display: inline-block;
	font-size: 2.6rem;
	letter-spacing: 1.5px;
	white-space: nowrap;
	padding-left: 28px;
	background: url( ../img/common/2x/icon-tel.png ) left center / 21px no-repeat;
}

.phone-btn .num span {
	display: inline-block;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: normal;
	position: relative;
	top: -2px;
}

.phone-btn .note {
	display: block;
	font-size: 1.2rem;
	letter-spacing: .8px;
	text-indent: 10px;
}

.sns-set li {
	padding: 0 1rem;
	line-height: .5;
}

.sns-set a {
	display: inline-block;
}

/* block */

.block-01 {
	text-align: left;
	margin: 120px 0;
}

.block-01 .flex {
	align-items: center;
}

.block-01.reverse .flex {
	flex-direction: row-reverse;
}

.block-01 .txt {
	width: 50%;
	padding: 5px calc( ( 100vw - 1200px ) / 2 ) 0 80px;
}

.block-01.reverse .txt {
	padding: 5px 80px 0 calc( ( 100vw - 1200px ) / 2 );
}

.block-01 h3 {
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 3px;
	color: #0075c2;
	margin: 3.8rem 0 1.5rem;
}

.block-01 .read {
	line-height: 2.5;
	text-align: justify;
	letter-spacing: 1.75px;
}

.block-01 .img {
	width: 50%;
	text-align: center;
}

.block-01 .btn-01 {
	margin-top: 26px;
}

.recruit-bnr {
	margin-top: 150px;
}

.recruit-bnr a {
	display: block;
	color: #fff;
	background: url( ../img/common/2x/recruit-bg.png ) center center / cover no-repeat;
	position: relative;
}

.recruit-bnr a::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #003152;
	opacity: 0;
	visibility: hidden;
	transition: all .2s;
}

.recruit-bnr .flex {
	height: 500px;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: relative;
	z-index: 99;
}

.recruit-bnr a .ttl-03 {
	color: #fff;
}

.recruit-bnr .en {
	font-size: 4.8rem;
	line-height: 1.5;
	letter-spacing: 1px;
}

.recruit-bnr h2 {
	font-size: 2rem;
	letter-spacing: 2px;
	text-indent: 2px;
	font-weight: normal;
}

.recruit-bnr .read {
	margin: 16px 0 22px;
	letter-spacing: 1.8px;
}

.recruit-bnr .btn span {
	display: inline-block;
	color: #0075c2;
	background: #fff;
	width: 160px;
	line-height: 50px;
	letter-spacing: 1px;
	text-indent: 1px;
	font-weight: bold;
	white-space: nowrap;
	text-align: center;
	border-radius: 25px;
	transition: all .2s;
}


/*
----------------------------------------

1400

----------------------------------------
*/

@media screen and ( max-width: 1400px ) {

	.block-01 .txt,
	.block-01.reverse .txt {
		padding: 0 40px;
	}

}


/*
----------------------------------------

1200

----------------------------------------
*/

@media screen and ( max-width: 1200px ) {

	.btn-01 a {
		width: 160px;
	}

	.ttl-01 .en.en-bg {
		font-size: 12rem;
		top: -6rem;
		left: -3rem;
	}

	.ttl-03 .jp {
		font-size: 3.2rem;
	}

	.ttl-03 .en.en-bg {
		font-size: 10rem;
		top: 0;
	}

	.service-box .block-01 h3 {
		margin: 3rem 0 1.5rem;
	}

	.block-01 h3 {
		font-size: 2.8rem;
	}

}


/*
----------------------------------------

1000

----------------------------------------
*/

@media screen and ( max-width: 1000px ) {

	body {
		font-size: 1.5rem;
	}

	#wrapper {
		padding-top: 80px !important;
	}

	.ttl-01 .en {
		font-size: 6rem;
	}

	.ttl-01 .en.en-bg {
		font-size: 10rem;
		top: -5rem;
		left: -1.5rem;
	}

	.dl-border {
		padding: 4rem 3rem 3rem;
	}

	.check-list li {
		font-size: 1.5rem;
		background: url( ../img/recruit/single/2x/check-01.png ) left 1px / 30px no-repeat;
	}

	.block-01 {
		margin: 100px 0;
	}

	.block-01 .txt,
	.block-01.reverse .txt {
		padding: 0 30px;
	}

	.block-01 .read {
		line-height: 2;
		letter-spacing: 0;
	}

	.block-01 h3 {
		font-size: 2.4rem;
		letter-spacing: 2px;
		margin: 1.5rem 0;
	}

	#wrapper .slick-prev,
	#wrapper .slick-next {
		width: 50px;
		height: 50px;
	}

	#wrapper .slick-prev {
		left: -45px;
	}

	#wrapper .slick-next {
		right: -45px;
	}

	.recruit-bnr {
		margin-top: 100px;
	}

	.recruit-bnr .flex {
		height: 50vw;
		padding-top: 75px;
	}

}


/*
----------------------------------------

768

----------------------------------------
*/

@media screen and ( max-width: 768px ) {

	html #wpadminbar {
		display: none;
	}

	body {
		font-size: 1.4rem;
	}

	#wrapper {
		padding-top: 65px !important;
	}

	.wrap {
		padding: 0 20px;
	}

	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	#wrapper .slick-prev,
	#wrapper .slick-next {
		width: 40px;
		height: 40px;
	}

	#wrapper .slick-prev {
		background: url( ../img/common/2x/arrow-prev.png ) center center / 20px no-repeat;
	}

	#wrapper .slick-next {
		background: url( ../img/common/2x/arrow-next.png ) center center / 20px no-repeat;
	}

	#wrapper .slick-dots {
		bottom: -39px;
	}

	.btn-01 {
		text-align: center;
	}

	.btn-01 a {
		width: 200px;
		font-size: 1.6rem;
		margin: 0 auto;
		background: #0075c2;
	}

	.ttl-01 {
		text-align: center;
	}

	.ttl-01 .en {
		font-size: 3.6rem;
		letter-spacing: 1.5px;
		text-indent: 0;
	}

	.ttl-01 .jp {
		font-size: 1.6rem;
		text-indent: 0;
	}

	.ttl-01 .en.en-bg {
		font-size: 8rem;
		right: 0;
		left: 0;
		letter-spacing: .4px;
		text-indent: -1.8px;
	}

	.ttl-02 .en::before {
		top: calc( 50% - 3px );
	}

	.ttl-02 .en {
		font-size: 3.4rem;
		padding-left: 43px;
		margin-right: 7px;
		letter-spacing: 1.6px;
	}

	.ttl-02 .jp {
		font-size: 1.6rem;
		letter-spacing: 1.5px;
		position: relative;
		top: -7px;
	}

	.ttl-03 {
		padding-top: 0;
		margin-bottom: 1rem;
	}

	.ttl-03 .en {
		font-size: 1.6rem;
	}

	.ttl-03 .jp {
		font-size: 2.5rem;
		line-height: 1.4;
	}

	.ttl-03 .en.en-bg {
		font-size: 6.8rem;
		letter-spacing: 1px;
		top: -5px;
		left: 4rem;
	}

	.dl-box {
		padding: 4rem 2rem 2rem;
	}

	.dl-box dt {
		min-width: 120px;
		font-size: 1.6rem;
	}

	.dl-border {
		padding: 3rem 2rem 2rem;
		border: solid 2px #cce7f6;
	}

	.dl-border dt {
		transform: translate( -50%, -58% );
	}

	.dl-border dt {
		font-size: 1.8rem;
		padding: 2px 20px;
	}

	.check-list li {
		padding-left: 3rem;
		background: url( ../img/recruit/single/2x/check-01.png ) left 6px / 22px no-repeat;
	}

	.check-list.check-02 li {
		background: url( ../img/recruit/single/2x/check-02.png ) left 6px / 22px no-repeat;
	}

	.address-list dt {
		font-size: 1.6rem;
		padding-left: 2.4rem;
		margin-bottom: .8rem;
	}

	.address-list dt::before {
		width: 15px;
		height: 3px;
		top: 1rem;
	}

	.ext-link {
		letter-spacing: 1.4px;
	}

	.more-link {
		margin-left: 2rem;
	}

	.ext-link::before {
		top: 6px;
	}

	.more-link .ext-link::before {
		top: 1px;
	}

	#editor .heading-01 {
		margin-right: -2rem;
		margin-left: -2rem;
		margin-bottom: 1.4rem;
		padding: 0 2rem .8rem;
		font-size: 1.9rem;
		line-height: 1.6;
	}

	.block-01 {
		margin: 0;
		padding: 6.8rem 0 0;
	}

	.block-01 .flex {
		flex-direction: column;
	}

	.block-01 .img,
	.block-01 .txt {
		width: 100%;
	}

	.block-01 .txt, .block-01.reverse .txt {
		padding: 0 20px;
	}

	.block-01 h3 {
		font-size: 2.4rem;
		margin: 2rem 0 .8rem;
	}

	.block-01 .btn-01 {
		margin-top: 15px;
	}

	#wrapper .slick-prev {
		left: -30px;
		background: url( ../img/common/2x/arrow-prev.png ) center center / 16px no-repeat;
	}

	#wrapper .slick-next {
		right: -30px;
		background: url( ../img/common/2x/arrow-next.png ) center center / 16px no-repeat;
	}

	.recruit-bnr {
		margin-top: 54px;
	}

	.recruit-bnr a {
		background: url( ../img/common/2x/recruit-bg-sp.png ) center center / cover no-repeat;
	}

	.recruit-bnr .flex {
		height: 275px;
		padding-top: 2px;
	}

	.recruit-bnr .en {
		font-size: 3.6rem;
		margin-bottom: -5px;
	}

	.recruit-bnr h2 {
		font-size: 1.6rem;
	}

	.recruit-bnr .read {
		margin: 6px 0 12px;
		letter-spacing: -2px;
		text-indent: -2px;
	}

	.recruit-bnr .btn span {
		width: 200px;
	}

	.topic-path {
		margin-bottom: 14px;
	}

	#breadcrumbs {
		margin: 8px 0;
	}

	#breadcrumbs a {
		margin-right: 35px;
	}

	#breadcrumbs a::after {
		right: -32px;
	}

	.list-01 li {
		letter-spacing: .8px;
		margin-bottom: .5rem;
	}

	.list-01 li::before {
		top: 7px;
	}

	.page-header {
		background: url( ../img/sp/header-bg-sp.png ) center center / cover no-repeat;
	}

	.page-header .box {
		height: 225px;
		padding: 0;
	}

	.page-header .ttl-en {
		font-size: 3.2rem;
		letter-spacing: 2.8px;
		text-indent: 4px;
	}

	.page-header .ttl-jp {
		font-size: 1.6rem;
	}

	.privacy-policy .address {
		margin-bottom: 3rem;
		padding: 2rem;
	}

}


/*
----------------------------------------

hover

----------------------------------------
*/

@media screen and ( min-width: 768px ) {

	.btn-01 a:hover {
		box-shadow: 0 5px 10px rgba( 0, 0, 0, .1 );
	}

	.btn-01 a:hover::after {
		opacity: .2;
		visibility: visible;
	}

	.btn-02 a:hover {
		background: #008be8;
	}

	.ext-link:hover {
		opacity: .75;
	}

	.sns-set a:hover {
		opacity: .75;
	}

	#wrapper .slick-prev:hover {
		background: url( ../img/common/2x/arrow-prev.png ) left  15px center / 20px no-repeat;
	}

	#wrapper .slick-next:hover {
		background: url( ../img/common/2x/arrow-next.png ) right 15px center / 20px no-repeat;
	}

	.recruit-bnr a:hover::after {
		opacity: .2;
		visibility: visible;
	}

	.recruit-bnr a:hover .btn span {
		background: #0075c2;
		color: #fff;
	}

	/* page */

	.company .page-wrap {
		padding-top: 2rem;
	}

	.company #editor .block-slider {
		margin-top: 4rem;
		margin-bottom: 14.5rem;
	}

	.greeting .page-wrap {
		padding-top: 4rem;
	}

	.privacy-policy .address {
		display: inline-block;
		margin-bottom: 8rem;
		background: #E8F7FA;
		padding: 3rem 4rem;
	}

	.philosophy .page-wrap {
		padding-top: 2rem;
	}

	.philosophy .shinka-box {
		padding: 9rem 0 9.5rem !important;
	}

	.philosophy .shinka-box .read.center {
		line-height: 2.2;
		letter-spacing: 1.6px;
	}

}
