@charset "UTF-8";

/*全体共通*/
:root,
html {
	font-size: 10px;
}

* {
	box-sizing: border-box;
}

body {
	--max-width: 900px;
	--c-base: #000;
	--c-main: #22538E;
	--c-accent: #3192FA;
	--c-light: #F5F9FF;
	--ff-main: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	--ff-mincho: "游明朝", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
	--ff-en: "Antonio", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	/* Antonio: Regular-400; SemiBold-600; Bold-700; */

	position: relative;
	width: 100%;
	overflow-x: hidden;
	font-family: var(--ff-main);
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.4;
	-webkit-text-size-adjust: 100%;
}

body.-fixed {
	position: fixed;
	left: 0;
	width: 100%;
	height: 100%;
}

/* IE表示用のCSS　*/
@media all and (-ms-high-contrast:none) {
	body {
		font-family: "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	}
}

a {
	display: inline-block;
	color: inherit;
	font-weight: inherit;
}

a:hover {
	cursor: pointer;
}

body.userAgent-pc a[href^="tel:"] {
	pointer-events: none;
}

img,
svg {
	display: inline-block;
	max-width: 100%;
	vertical-align: bottom;
}

select {
	cursor: pointer;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.--ff-en {
	font-family: var(--ff-en);
}

.--c-red {
	color: #e60012 !important;
}

.--c-white {
	color: var(--c-light) !important;
}

.--c-yellow {
	color: var(--c-light) !important;
}

.--c-blue {
	color: #3372b9 !important;
}

.--c-pink {
	color: #ff7987 !important;
}

.--center {
	text-align: center !important;
}

.--ta-l {
	text-align: left !important;
}

.--ta-r {
	text-align: right !important;
}

.--ta-justify {
	text-justify: inter-ideograph;
	text-align: justify;
	text-align-last: left;
}

.--bold {
	font-weight: bold !important;
}

.--thin {
	font-weight: 100 !important;
}

.--nowrap {
	white-space: nowrap;
}

.--kerning {
	font-feature-settings: "palt";
}

.--overflow-ellipsis {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

a.--h-opacity,
.--h-opacity a {
	transition: opacity .3s;
}

a.--h-opacity:hover,
.--h-opacity a:hover {
	opacity: .5;
}

.--under {
	border-bottom: 1px solid #888;
}

.--img-cover {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.--img-contain {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.--clearfix::after {
	content: "";
	display: block;
	clear: both;
}

.--d-ib {
	display: inline-block !important;
}

.--d-n {
	display: none !important;
}

.--d-f {
	display: flex !important;
}

.--justify-center {
	display: flex;
	justify-content: center;
}

.--absolute {
	position: absolute;
	top: 0;
	left: 0;
}

/* PC */
@media (min-width: 900px) {
	.--tab {
		display: none !important;
	}

	.--sp {
		display: none !important;
	}

	.--tab-sp {
		display: none !important;
	}

	.--pc_pl-0 {
		padding: 0 !important;
	}

	.--pc_pr-0 {
		padding: 0 !important;
	}
}

/* TAB */
@media screen and (max-width: 899px) and (min-width: 481px) {
	.--pc {
		display: none !important;
	}

	.--sp {
		display: none !important;
	}

	.--pc-sp {
		display: none !important;
	}

	.--tab_pl-0 {
		padding: 0 !important;
	}

	.--tab_pr-0 {
		padding: 0 !important;
	}
}

/* SP */
@media screen and (max-width: 480px) {
	.--pc {
		display: none !important;
	}

	.--tab {
		display: none !important;
	}

	.--pc-tab {
		display: none !important;
	}

	.--sp-pl-0 {
		padding: 0 !important;
	}

	.--sp-pr-0 {
		padding: 0 !important;
	}

	.--sp_fs-14 {
		font-size: 14px !important;
	}

	.--sp_fs-16 {
		font-size: 16px !important;
	}

	.--sp_fs-18 {
		font-size: 18px !important;
	}
}

/* 共通 */
.cntInner,
._Inner {
	width: 100%;
	margin: 0 auto;
}

._Title .ja {
	font-size: 2.2rem;
	font-weight: 600;
	letter-spacing: .05em;
}

._Title .en {
	position: relative;
	display: inline-block;
	font-size: 9rem;
	font-weight: 700;
	font-family: var(--ff-en);
	letter-spacing: .05em;
	line-height: 1.1;
	z-index: 1;
}

._Title .en:first-letter {
	color: var(--c-accent);
}

._Title .en.bg::after {
	position: absolute;
	content: "";
	background: url(../img/index-assets/ttl.png) center/contain no-repeat;
	height: 82px;
	width: 95px;
	top: -18px;
	left: -36px;
	z-index: -1;
}

._Btn {
	font-weight: 700;
	font-family: var(--ff-en);
	font-style: italic;
	letter-spacing: .15em;
	display: inline-block;
	border-bottom: 2px solid #0E0E0E;
	width: 200px;
	padding-bottom: 16px;
	padding-left: 6px;
	position: relative;
	transition: all .3s;
}

._Btn::after {
	position: absolute;
	content: url(../img/index-assets/btn_arw.png);
	right: 1px;
	top: 0;
	transition: .3s;
}

._Btn:hover {
	color: var(--c-accent);
}

._Btn:hover::after {
	right: -2px;
}

._Mail-btn {
	background: var(--c-accent);
	color: var(--c-light);
	font-family: var(--ff-en);
	transition: all .2s;
}

._Mail-btn:hover {
	background: #fff;
	color: var(--c-accent);
}

._Mail-btn .icon {
	display: inline-block;
	width: 31px;
	height: 32px;
	background: url(../img/index-assets/contact_mail.png) center/contain no-repeat;
}

._Mail-btn:hover .icon {
	background-image: url(../img/index-assets/contact_mail_colored.png);
}

._Inview {
	opacity: 0;
	transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}

._Inview.-fadeup {
	transform: translateY(20px);
}

._Inview.-slideleft {
	transform: translateX(20px);
}

._Inview.-slideright {
	transform: translateX(-20px);
}

._Inview.-in {
	opacity: 1;
	transform: none;
}

/* TAB */
@media screen and (max-width: 899px) {
	._Title .ja {
		font-size: 1.6rem;
	}

	._Title .en {
		font-size: 5.4rem;
	}

	._Title .en.bg::after {
		height: 49px;
		width: 57px;
		top: -9px;
		left: -23px;
	}

	._Btn {
		width: 170px;
		padding-bottom: 12px;
	}
}

/* ローディング */
#loading {
	position: fixed;
	top: 0;
	left: 0;
	background: var(--c-light);
	width: 100%;
	height: 100%;
	z-index: 999;
}

/* トップへ戻るボタン */
#top {
	position: fixed;
	top: auto;
	bottom: 0;
	right: 0;
	z-index: 100;
	width: 70px;
	height: 70px;
	background: var(--c-light);
	border-radius: 10px 0 0 0;
}

/* TAB */
@media screen and (max-width: 899px) {
	#top {
		width: 56px;
		height: 56px;
	}
}

/* ヘッダー */
#header #headerLogo {
	flex-shrink: 0;
	padding-top: 40px;
}

#header {
	z-index: 100;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
}

#header .cntInner {
	display: flex;
	justify-content: space-between;
	gap: 0 20px;
	max-width: 1760px;
	width: 100%;
	padding: 0 20px;
}

#header .cntBox {
	display: flex;
	justify-content: space-between;
	max-width: 1040px;
	width: 100%;
}

#header .cntList {
	display: flex;
	justify-content: space-between;
	max-width: 483px;
	width: 100%;
	padding-top: 48px;
}

#header .cntList .item {
	text-align: center;
}

#header .cntList li+li {
	margin-right: 8px;
}

#header .cntList .txt {
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: .1em;
	margin-bottom: 3px;
}

#header .cntList .en {
	font-size: 1.2rem;
	font-weight: 700;
	font-family: var(--ff-en);
	letter-spacing: .05em;
	display: block;
	transition: .3s;
}

#header .cntList .current .en {
	color: var(--c-accent);
}

#header .cntList .item:hover .en {
	color: var(--c-accent);
}

#header .cntBtn-tel {
	font-size: 3.3rem;
	font-weight: 700;
	font-family: var(--ff-en);
	letter-spacing: .075em;
	display: inline-block;
	padding-left: 12px;
	padding-top: 41px;
	padding-right: 10px;
	min-width: 277px;
}

#header .cntBtn-tel .small {
	font-size: 2.4rem;
}

#header .cntBtn-mail {
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: .075em;
	max-width: 220px;
	width: 100%;
	height: 100px;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 2px solid var(--c-accent);
	border-left: 2px solid var(--c-accent);
	border-right: 2px solid var(--c-accent);
	border-radius: 0 0 20px 20px;
}

#header .cntBtn-mail .icon {
	width: 25px;
}

#header .cntBtn-mail .txt {
	padding-left: 16px;
	padding-right: 26px;
}

#headerLogo {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#headerLogo img {
	width: 123px;
}

#headerLogo .cntText {
	font-size: 2.4rem;
	font-weight: 600;
	letter-spacing: -0.04em;
	color: var(--c-main);
	padding-top: 5px;
	display: inline-block;
}

#headerLogo .cntText span {
	letter-spacing: .09em;
}

@media screen and (max-width: 1920px) {
	#header .cntBox {
		max-width: 54.16vw;
	}

	#header .cntList {
		align-items: center;
		height: 100%;
		max-width: 25.15vw;
		padding-top: 10px;
	}

	#header .cntList .txt {
		font-size: 0.93vw;
	}

	#header .cntBtn-tel {
		align-self: center;
		min-width: 11.82vw;
		padding-top: 0;
		font-size: 1.71vw;
	}

	#header .cntBtn-mail {
		font-size: 1.14vw;
		max-width: 11.45vw;
	}

	#header #headerLogo {
		padding-top: 2.08vw;
	}

	#headerLogo img {
		width: 6.40vw;
	}

	#headerLogo .cntText {
		font-size: 1.25vw;
	}
}

@media screen and (max-width: 1356px) {
	#header .cntBox {
		max-width: 737px;
	}

	#header .cntList {
		max-width: 373px;
	}

	#header .cntList .txt {
		font-size: 1.5rem;
	}

	#header .cntList .en {
		font-size: 1rem;
	}

	#header .cntBtn-tel {
		font-size: 1.9rem;
		min-width: 166px;
	}

	#header .cntBtn-tel .small {
		font-size: 1.4rem;
	}

	#header .cntBtn-mail {
		font-size: 1.8rem;
		width: 100%;
		max-width: 140px;
		min-width: 125px;
		flex-shrink: 2;
	}

	#header .cntBtn-mail .txt {
		padding-left: 12px;
		padding-right: 0;
	}

	#header .cntBtn-mail .icon {
		width: 20px;
	}

	#headerLogo img {
		width: 80px;
	}

	#headerLogo .cntText {
		font-size: 1.4rem;
	}
}

/* TAB */
@media screen and (max-width: 899px) {
	#header #headerLogo {
		height: 80px;
	}

	#header .cntBox {
		max-width: 100%;
		justify-content: flex-end;
	}

	#headerLogo .cntText {
		font-size: 1.2rem;
	}
}

#headerBtn {
	position: fixed;
	top: 19px;
	height: 10px;
	cursor: pointer;
	z-index: 200;
}

#headerBtn span {
	transition: all .5s;
}

/* TAB */
@media screen and (max-width: 899px) {
	#headerBtn {
		width: 48px;
		height: 40px;
	}

	#headerBtn span {
		position: absolute;
		left: 5px;
		display: block;
		width: calc(100% - 10px);
		height: 2px;
		background: var(--c-main);
	}

	#headerBtn span:nth-of-type(1) {
		top: 8px;
	}

	#headerBtn span:nth-of-type(2) {
		top: 50%;
		transform: translateY(-1px);
	}

	#headerBtn span:nth-of-type(3) {
		bottom: 8px;
	}

	#headerBtn.active span:nth-of-type(1) {
		transform: translateY(11px) rotate(45deg);
	}

	#headerBtn.active span:nth-of-type(2) {
		opacity: 0;
	}

	#headerBtn.active span:nth-of-type(3) {
		transform: translateY(-11px) rotate(-45deg);
	}
}

/* スマホナビ */
#nav {
	position: fixed;
	top: 80px;
	right: 0;
	display: none;
	width: 100%;
	padding: 40px 20px 120px;
	background: #fff;
	z-index: 200;
	text-align: center;
	overflow-y: scroll;
	height: 100%;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

#nav::-webkit-scrollbar {
	display: none;
}

#nav .cntInner {
	padding-bottom: 50px;
}

#nav .cntList li+li {
	margin-top: 16px;
}

#nav .cntList .txt {
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 6px;

}

#nav .cntList .en {
	display: block;
	font-size: 1.1rem;
	font-family: var(--ff-en);
	font-weight: 700;
}

#nav .cntList .item.current .en {
	color: var(--c-accent);
}

#nav .cntList .item:hover .en {
	color: var(--c-accent);
}

#nav .cntBtn-tel {
	font-size: 2.2rem;
	font-weight: 700;
	font-family: var(--ff-en);
	letter-spacing: .075em;
	margin-top: 16px;
}

#nav .cntBtn-tel .small {
	font-size: 1.6rem;
}

#nav .cntBtn-mail {
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: .075em;
	max-width: 220px;
	width: 100%;
	height: 50px;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	margin: 24px auto 0;
}

#nav .cntBtn-mail .icon {
	width: 14px;
}

#nav .cntBtn-mail .txt {
	padding-left: 16px;
}

/* フッター */
#footer {
	background: var(--c-main);
}

#footer .cntInner {
	padding: 93px 20px 51px;
}

#footer .cntText {
	font-size: 1.4rem;
	letter-spacing: .075em;
	color: #fff;
	text-align: center;
	margin-bottom: 64px;
}

#footer .cntList {
	display: flex;
	justify-content: space-between;
	max-width: 720px;
	width: 100%;
	font-weight: 600;
	letter-spacing: .1em;
	color: #fff;
	margin: 0 auto 32px;
}

#footer .cntList li+li {
	margin-left: 16px;
}

#footerLogo {
	text-align: center;
}

#footerLogo img {
	max-width: 154px;
}

#footerLogo .text {
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: .07em;
	margin-top: 20px;
	margin-bottom: 49px;
	color: #fff;
}

#copyright {
	font-size: 1.1rem;
	letter-spacing: .05em;
	text-align: center;
	display: block;
	color: #fff;
}

/* TAB */
@media screen and (max-width: 899px) {
	#footer .cntInner {
		padding-top: 50px;
	}

	#footerLogo img {
		max-width: 100px;
	}

	#footer .cntText {
		margin-bottom: 40px;
	}

	#footer .cntList {
		flex-wrap: wrap;
		justify-content: center;
	}

	#footer .cntList .txt {
		display: inline-block;
		margin-top: 10px;
	}

	#footerLogo .text {
		margin-top: 10px;
		font-size: 1.6rem;
		margin-bottom: 30px;
	}
}

/* SP */
@media screen and (max-width: 480px) {
	#footerLogo img {
		max-width: 80px;
	}

	#footerLogo .text {
		font-size: 1.4rem;
	}
}












/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.inner {
	max-width: 1280px;
	margin: auto;
	box-sizing: border-box;
}

@media screen and (max-width: 1280px) {
	.inner {
		padding: 0 4%;
	}
}

.center {
	text-align: center;
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 23px;
	letter-spacing: 0.1em;
}

.headLine01 span {
	display: block;
}

.headLine01 .jp {
	color: #033333;
}

.headLine01 .en {
	color: #135589;
	font-size: 5.2rem;
	line-height: 1.2;
	letter-spacing: 0.02em;
}

@media screen and (max-width: 899px) {
	.headLine01 {
		margin-bottom: 13px;
	}

	.headLine01 .en {
		font-size: 3.2rem;
	}
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	color: var(--c-main);
	text-align: center;
	font-size: 6rem;
	margin: 0 auto 30px;
	padding-bottom: 20px;
	font-weight: 500;
	font-family: var(--ff-en), var(--ff-main);
	border-bottom: var(--c-base) 1px solid;
}

.headLine02::first-letter {
	color: var(--c-accent);
}

.headLine02 .jp {
	display: block;
	font-size: 3rem;
	color: var(--c-base);
}

.headLine02 .note {
	font-weight: normal;
	font-size: 1.2rem;
	letter-spacing: -0.1px;
	line-height: 100%;
}

@media screen and (max-width: 899px) {
	.headLine02 {
		font-size: 3rem;
	}

	.headLine02 .en {
		display: block;
		font-size: 1.4rem;
	}
}

/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	font-size: 2.4rem;
	margin: 0 auto 30px;
	color: var(--c-base);
	font-family: var(--ff-en);
	font-size: 6rem;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	z-index: 10;
}

.headLine03::first-letter {
	color: var(--c-accent);
}

.headLine03 span::before {
	position: absolute;
	content: "";
	background: url(../img/sub/sub_ttl.png) center/contain no-repeat;
	height: 82px;
	width: 95px;
	top: -18px;
	left: -36px;
	z-index: -1;
}

.headLine03 span {
	color: var(--c-accent);
	font-size: 3rem;
	padding-left: 20px;
}

@media screen and (max-width: 899px) {
	.headLine03 {
		margin-top: 20px;
		font-size: 3rem;
	}

	.headLine03 span {
		font-size: 2rem;
		padding-left: 0;
	}
}

/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
	font-size: 2.4rem;
	margin: 0 auto 30px;
	color: var(--c-accent);
	font-family: var(--ff-en);
	font-size: 6rem;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	z-index: 10;
}

.headLine04::first-letter {
	color: var(--c-main);
}

.headLine04 span::before {
	position: absolute;
	content: "";
	background: url(../img/sub/sub_ttl.png) center/contain no-repeat;
	height: 82px;
	width: 95px;
	top: -18px;
	left: -36px;
	z-index: -1;
}

.headLine04 span {
	color: var(--c-base);
	font-size: 3rem;
	padding-left: 20px;
}

@media screen and (max-width: 899px) {
	.headLine04 {
		margin-top: 20px;
		font-size: 3rem;
	}
}

/*------------------------------------------------------------
//余白調整
------------------------------------------------------------*/
.mt0 {
	margin-top: 0px !important;
}

.mb0 {
	margin-bottom: 0px !important;
}

.pt0 {
	padding-top: 0px !important;
}

.pb0 {
	padding-bottom: 0px !important;
}

.mt5 {
	margin-top: 5px !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.pt5 {
	padding-top: 5px !important;
}

.pb5 {
	padding-bottom: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.pt10 {
	padding-top: 10px !important;
}

.pb10 {
	padding-bottom: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.pt15 {
	padding-top: 15px !important;
}

.pb15 {
	padding-bottom: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.mt25 {
	margin-top: 25px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.pt25 {
	padding-top: 25px !important;
}

.pb25 {
	padding-bottom: 25px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.pt30 {
	padding-top: 30px !important;
}

.pb30 {
	padding-bottom: 30px !important;
}

.mt35 {
	margin-top: 35px !important;
}

.mb35 {
	margin-bottom: 35px !important;
}

.pt35 {
	padding-top: 35px !important;
}

.pb35 {
	padding-bottom: 35px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.pt40 {
	padding-top: 40px !important;
}

.pb40 {
	padding-bottom: 40px !important;
}

.mt45 {
	margin-top: 45px !important;
}

.mb45 {
	margin-bottom: 45px !important;
}

.pt45 {
	padding-top: 45px !important;
}

.pb45 {
	padding-bottom: 45px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.pt50 {
	padding-top: 50px !important;
}

.pb50 {
	padding-bottom: 50px !important;
}

.mt55 {
	margin-top: 55px !important;
}

.mb55 {
	margin-bottom: 55px !important;
}

.pt55 {
	padding-top: 55px !important;
}

.pb55 {
	padding-bottom: 55px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.pt60 {
	padding-top: 60px !important;
}

.pb60 {
	padding-bottom: 60px !important;
}

.mt65 {
	margin-top: 65px !important;
}

.mb65 {
	margin-bottom: 65px !important;
}

.pt65 {
	padding-top: 65px !important;
}

.pb65 {
	padding-bottom: 65px !important;
}

.mt70 {
	margin-top: 70px !important;
}

.mb70 {
	margin-bottom: 70px !important;
}

.pt70 {
	padding-top: 70px !important;
}

.pb70 {
	padding-bottom: 70px !important;
}

.mt75 {
	margin-top: 75px !important;
}

.mb75 {
	margin-bottom: 75px !important;
}

.pt75 {
	padding-top: 75px !important;
}

.pb75 {
	padding-bottom: 75px !important;
}

.mt80 {
	margin-top: 80px !important;
}

.mb80 {
	margin-bottom: 80px !important;
}

.pt80 {
	padding-top: 80px !important;
}

.pb80 {
	padding-bottom: 80px !important;
}

.mt85 {
	margin-top: 85px !important;
}

.mb85 {
	margin-bottom: 85px !important;
}

.pt85 {
	padding-top: 85px !important;
}

.pb85 {
	padding-bottom: 85px !important;
}

.mt90 {
	margin-top: 90px !important;
}

.mb90 {
	margin-bottom: 90px !important;
}

.pt90 {
	padding-top: 90px !important;
}

.pb90 {
	padding-bottom: 90px !important;
}

.mt95 {
	margin-top: 95px !important;
}

.mb95 {
	margin-bottom: 95px !important;
}

.pt95 {
	padding-top: 95px !important;
}

.pb95 {
	padding-bottom: 95px !important;
}

.mt100 {
	margin-top: 100px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

.pt100 {
	padding-top: 100px !important;
}

.pb100 {
	padding-bottom: 100px !important;
}


/* flex */
.flex {
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-moz-flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.flexno {
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-moz-flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.flex-st {
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-moz-flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-moz-justify-content: flex-start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.flexno-st {
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-moz-flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-moz-justify-content: flex-start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.flexno-rev {
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-moz-flex-flow: row-reverse nowrap;
	-webkit-flex-flow: row-reverse nowrap;
	flex-flow: row-reverse nowrap;
	-moz-justify-content: flex-start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.flexno-col {
	display: -moz-flex;
	display: -webkit-flex;
	display: flex !important;
	-moz-flex-flow: column wrap !important;
	-webkit-flex-flow: column wrap !important;
	flex-flow: column wrap !important;
}


/* position */

.--pr {
	position: relative;
}

.--pa {
	position: absolute;
}

/* display & layout */

.pc_none {
	display: none;
}

.sp_none {}

@media screen and (max-width: 899px) {
	.pc_none {
		display: inherit;
	}

	.sp_none {
		display: none;
	}
}

/* ========================================
sub page
==========================================*/
/* subVisual */
.subVisual {
	text-align: center;
	padding: 100px 0 50px;
	border-bottom: 9px solid var(--c-main);
	position: relative;
	overflow: hidden;
}

.subVisual.service_main {
	background: url("../img/sub/service_h2.jpg")no-repeat center;
	background-size: cover;
	padding: 170px 0 100px;
	border-color: var(--c-accent);
}

.subVisual.company_main {
	background: url("../img/sub/company_h2.jpg")no-repeat center;
	background-size: cover;
	padding: 170px 0 100px;
	border-color: var(--c-main);
}

.subVisual.recruit_main {
	background: url("../img/sub/recruit_h2.jpg")no-repeat center;
	background-size: cover;
	padding: 170px 0 100px;
	border-color: var(--c-main);
}

.subVisual.topics_main {
	background: url("../img/sub/topics_h2.jpg")no-repeat center;
	background-size: cover;
	padding: 170px 0 100px;
	border-color: var(--c-main);
}

.subVisual.contact_main {
	background: url("../img/sub/contact_h2.jpg")no-repeat center;
	background-size: cover;
	padding: 170px 0 100px;
	border-color: var(--c-main);
}

.subVisual h2 {
	font-size: 7.0rem;
	font-family: var(--ff-en);
	line-height: 1.3;
	text-transform: uppercase;
}

.subVisual h2::first-letter {
	color: var(--c-accent);
}

.subVisual.service_main h2,
.subVisual.company_main h2,
.subVisual.recruit_main h2,
.subVisual.topics_main h2,
.subVisual.contact_main h2 {
	font-size: 10.0rem;
	color: #fff;
	text-shadow: 0px 0px 16px rgba(80, 80, 80, .7);
}

.subVisual h2 span {
	display: block;
	font-size: 2.4rem;
	font-family: var(--ff-main);
	letter-spacing: 0.075rem;
}

@media screen and (max-width: 899px) {
	.subVisual {
		padding: 50px 0 25px;
		border-bottom: 5px solid var(--c-accent);
	}

	.subVisual.service_main,
	.subVisual.company_main,
	.subVisual.recruit_main,
	.subVisual.topics_main,
	.subVisual.contact_main {
		padding: 110px 0 30px;
	}

	.subVisual h2 {
		font-size: 4.5rem;
	}

	.subVisual.service_main h2,
	.subVisual.company_main h2,
	.subVisual.recruit_main h2,
	.subVisual.topics_main h2,
	.subVisual.contact_main h2 {
		font-size: 4.5rem;
	}

	.subVisual h2 span {
		font-size: 1.8rem;
	}
}

/* bread_crumb
--------------------------------------------------*/
.bread_crumb_list {
	padding: 6px 0;
	width: 100%;
	margin: auto;
	background: #fff;
}

ul.bread_crumb {
	text-align: left;
	margin: 0 auto;
	padding: 0 1%;
	max-width: calc(1280px + 2%);
}

.bread_crumb li {
	display: inline;
	color: #333;
	font-size: 0.8em;
	font-weight: 500;
}

.bread_crumb .material-icons {
	vertical-align: -0.2em !important;
}

.bread_crumb li:after {
	content: '>';
	padding-left: 10px;
	margin-right: 10px;
}

.bread_crumb li:last-child:after {
	content: '';
}

.bread_crumb li a {
	color: #333;
	text-decoration: underline;
}

.bread_crumb li a:hover {
	text-decoration: none;
}

.bread_crumb li.current {}

@media screen and (max-width:1356px) {
	ul.bread_crumb {
		padding: 0 3%;
	}
}

@media screen and (max-width:899px) {
	ul.bread_crumb {
		padding: 0 5%;
	}
}


/* table
--------------------------------------------------*/
.tbl-def {
	width: 100%;
	margin: 40px auto 0;
	border: none;
	border-collapse: collapse;
}

.tbl-def th {
	width: 320px;
	margin: 0;
	vertical-align: middle;
	font-size: 1.8rem;
	font-weight: 600;
	padding: 30px 50px;
	background: var(--c-main);
	border-bottom: 1px solid #e2e2e2;
	color: #fff;
	box-sizing: border-box;
}

.tbl-def td {
	padding: 30px 50px;
	margin: 0;
	text-align: left;
	line-height: 1.6em;
	vertical-align: middle;
	background: #fff;
	border-bottom: 1px solid #b6b6b7;
	box-sizing: border-box;
}

.tbl-def td dl {
	display: table
}

.tbl-def td dt {
	display: table-cell;
}

.tbl-def td dd {
	display: table-cell;
}

.tbl-def tr:last-child th {
	border: none;
}

.tbl-def tr:last-child td {
	border: none;
}

@media screen and (max-width: 899px) {
	.tbl-def {
		width: 100%;
		margin: 40px auto 0;
	}

	.tbl-def th {
		width: 100%;
		display: block;
		padding: 15px 40px;
		border-bottom: none;
	}

	.tbl-def td {
		width: 100%;
		display: block;
		padding: 20px 20px;
		border-bottom: none;
	}
}


/* page navi
--------------------------------------------------*/

span.pages {
	display: none;
}

.wp-pagenavi {
	text-align: center;
	margin: 20px 0;
	font-size: 18px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center
}

.pages {
	margin-right: 20px;
}

.wp-pagenavi .current,
.wp-pagenavi a.page {
	margin: 0 6px 6px 0;
	display: inline-block;
	border: solid 1px #333;
	background: #fff;
	border-radius: 5px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

.wp-pagenavi .current {
	border: none;
	border-radius: 5px;
	background: var(--c-main);
	color: #fff;
	text-shadow: none;
}

.wp-pagenavi a.page:hover {
	color: #fff;
	line-height: 1.5;
	text-align: center;
	background: var(--c-main);
	height: 30px;
	border: solid 1px var(--c-main);
	border-radius: 0px;
	position: relative;
	transition: 1s;
}

.wp-pagenavi a.page:hover:before {
	content: "";
	position: absolute;
	left: 0;
	top: -16px;
	width: 0;
	height: 0;
	border-bottom: 15px solid var(--c-main);
	border-right: 24px solid transparent;
	border-left: 24px solid transparent;
	transition: 1s;
}

.wp-pagenavi a.page:hover:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -16px;
	width: 0;
	height: 0;
	border-top: 15px solid var(--c-main);
	border-right: 24px solid transparent;
	border-left: 24px solid transparent;
	transition: 1s;
}



@media screen and (max-width: 1356px) {
	.wp-pagenavi a.page:hover {
		line-height: 3;
		height: 50px;
	}

	.wp-pagenavi a.page:hover:before,
	.wp-pagenavi a.page:hover:after {
		display: none;
	}
}


.wp-pagenavi .first,
.wp-pagenavi .extend {
	margin-right: 10px;
}

.wp-pagenavi .first,
.wp-pagenavi .last {
	color: var(--c-main);
	font-size: 20px;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	display: none;
}

@media screen and (max-width: 1356px) {
	.wp-pagenavi {
		margin: 5px 0;
		font-size: 16px;
	}
}


/* sub page navi */

.pager_wrapper {
	text-align: center;
	margin: 40px auto;
}

.pager_wrapper ul.pager2 {
	display: inline-block;
	overflow: hidden;
}

.pager_wrapper ul.pager2 li {
	float: left;
	width: 150px;
	margin: 10px;
}

.pager_wrapper ul.pager2 li a {
	background: var(--c-main);
	display: block;
	width: 100%;
	color: #fff;
	font-size: 1.5rem;
	padding: 5px 0;
	border: 1px solid var(--c-main);
	border-radius: 5px;
	transition: 0.5s;
	line-height: 1.3;
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}

.pager_wrapper ul.pager2 li a {
	padding: 13px 0;
}

.pager_wrapper ul.pager2 li a:hover {
	background: #fff;
	color: var(--c-main);
	text-decoration: none;
	opacity: 1;
}

@media screen and (max-width: 899px) {
	.pager_wrapper ul.pager2 {
		display: inline-grid;
	}
}

/*--------------------------------------------------
 subContent
--------------------------------------------------*/
.subContent .inner {
	max-width: 1280px;
	padding-bottom: 120px;
}

.footer.sub_ft {
	margin-top: 0
}

.subContent .headLine02.mt0 {
	margin-bottom: 0;
}

@media all and (max-width: 1356px) {
	.subContent .inner {
		max-width: 1270px;
		width: 98%;
	}
}

@media all and (max-width: 899px) {
	.subContent .inner {
		max-width: 1270px;
		width: 90%;
	}
}

.subContent .sub_catch {
	padding: 0 0 50px;
}

.subContent .sub_catch.sub_catch_recruit {
	padding: 60px 0 80px;
}

.subContent .sub_catch.sub_catch_history {
	padding: 60px 0 80px;
}


.subContent .bg01 {
	background: #eaedf0;
	z-index: -10;
}

.subContent .bg02 {
	background: #eee;
	padding: 90px 0;
	z-index: -10;
}

.subContent .bg03 {
	background: #ecefec;
	padding: 90px 0;
	z-index: -10;
}

.subContent .bg04 {
	background: #ddd;
	padding: 90px 0;
	z-index: -10;
}

.subContent .headLine03_btm {
	border-bottom: 1px solid #444;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.subContent .headLine03_btm2 {
	border-bottom: 2px solid #eee;
	padding-bottom: 15px;
	margin-bottom: 20px;
	position: relative;
}

.subContent .headLine03_btm2::after {
	position: absolute;
	content: "";
	width: 20%;
	height: 2px;
	background: #333;
	bottom: -2px;
	left: 0;
}

.subContent .headLine03_btm2 .sub_cat {
	display: block;
}

.subContent .headLine03_btm2 .sub_cat .cat1,
.subContent .headLine03_btm2 .sub_cat .cat2 {
	border: 1px solid #111;
	color: #fff;
	padding: 1px 10px 3px;
	margin: 2px 2px 0 0;
	font-size: 1.2rem;
	display: inline-block;
	background: #111;
}

.subContent .headLine03_btm2 .sub_cat .cat2 {
	background: rgb(135, 23, 24);
	border-color: rgb(135, 23, 24);
}

.subContent .sub_catch .inner,
.subContent .sub_catch.sub_catch_recruit .inner,
.subContent .sub_catch.sub_catch_history .inner,
.subContent .sub_catch.sub_catch_service .inner {
	padding-bottom: 0;
}

/*
.subContent .bg01 .inner,
.subContent .bg02 .inner,
.subContent .bg03 .inner,
.subContent .bg04 .inner {
	padding-bottom: 0;
} */

@media screen and (max-width: 899px) {
	.subContent .sub_catch {
		padding: 0 0 30px;
	}

	.subContent .sub_catch.sub_catch_recruit {
		padding: 10px 0 20px;
	}

	.subContent .sub_catch.sub_catch_history {
		padding: 10px 0 20px;
	}

	.subContent .bg01 {
		padding: 40px 0;
	}

	.subContent .bg02 {
		padding: 40px 0;
	}

	.subContent .bg03 {
		padding: 40px 0;
	}

	.subContent .bg04 {
		padding: 40px 0;
	}

}

.subContent section {
	padding: 80px 0;
}

@media all and (max-width: 899px) {
	.subContent section {
		padding: 30px 0;
	}
}

/* service
--------------------------------------------------*/
.subContent .sub_catch_service {
	max-width: 1920px;
	margin: 7.81vw auto 0;
}

.subContent .sub_catch_service .sub_catch_img {
	left: 0;
	top: -150px;
	max-width: 1500px;
	z-index: -1;
	height: 750px;
}

.subContent .sub_catch_service .sub_catch_img img {
	object-position: right;
}

.subContent .sub_catch_service .sub_catch_txt {
	max-width: 800px;
	width: 100%;
	padding: 4.19vw 54px 6vw;
	margin: 0 20rem 0 auto;
	background: #fff;
	border-radius: 15px;
	-webkit-box-shadow: 10px 10px 20px 5px rgba(0, 0, 0, .1);
	box-shadow: 10px 10px 20px 5px rgba(0, 0, 0, .1);
}

.subContent .sub_catch_service .sub_catch_txt .large {
	font-size: 6.5rem;
	font-weight: 600;
	font-style: italic;
	letter-spacing: .075em;
	line-height: 1.461;
}

.subContent .sub_catch_service .sub_catch_txt p {
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: .075em;
	line-height: 1.666;
	margin-top: 16px;
	transition-delay: .5s;
}

@media screen and (max-width: 1920px) {
	.subContent .sub_catch_service .sub_catch_img {
		max-width: 78.12vw;
		height: 40.06vw;
	}


	.subContent .sub_catch_service .sub_catch_txt .large {
		font-size: 3.38vw;
	}
}

@media screen and (max-width: 1356px) {
	.subContent .sub_catch_service .sub_catch_img {
		max-width: 85vw;
		height: 55vw;
		min-height: 530px;
	}

	.subContent .sub_catch_service .sub_catch_txt {
		margin: 0 auto 0 10rem;
		padding-top: 85px;
		padding-bottom: 85px;
	}

	.subContent .sub_catch_service .sub_catch_txt .large {
		font-size: 4vw;
	}
}

@media screen and (max-width: 899px) {
	.subContent .sub_catch_service {
		margin-bottom: 50px;
	}

	.subContent .sub_catch_service .sub_catch_txt {
		margin: 0 auto;
		width: 90%;
		padding: 10vw 5vw;
		background: rgb(255, 255, 255, 0.9);
	}

}





/* service_list */
.subContent .servicecontent {
	width: 100%;
	height: auto;
	margin: 100px auto 0;
	padding: 150px 0 60px;
	clear: both;
	position: relative;
	overflow: hidden;
}

.subContent #_01.servicecontent {
	background: url(../img/sub/service_listbg_01.png) no-repeat center/cover;
}

.subContent #_02.servicecontent {
	background: url(../img/sub/service_listbg_02.png) no-repeat top/cover;
}

.subContent .servicecontent:nth-last-child(2) {
	margin-top: 200px;
}

.subContent .servicecontent .sub_service {
	width: 100%;
	max-width: 1280px;
	height: auto;
	padding: 0;
	margin: 0 auto;
	clear: both;
}

.subContent .servicecontent .box {
	padding: 60px;
	max-width: 1080px;
	background: #fff;
	border-radius: 15px;
	-webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, .1);
	box-shadow: 0 0 15px 5px rgba(0, 0, 0, .1);
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.servicecontent .box p {
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: .075em;
	line-height: 1.666;
	margin-top: 26px;
	transition-delay: .5s;
}

.subContent .servicecontent .sub_service::after {
	content: "";
	clear: both;
	display: block;
}

.subContent .servicecontent:after {
	content: "";
	display: block;
	width: 100%;
	height: 220px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.subContent .servicecontent::after {
	content: "";
	clear: both;
	display: block;
}


.subContent .sub_service_list {
	margin: 0 auto 80px;
	width: 100%;
	max-width: 1000px;
}


.subContent .sub_service_list li>img {
	flex: 1;
	width: 100%;
	height: auto;
	border-radius: 10px;
	-webkit-box-shadow: 10px 10px 15px 5px rgba(0, 0, 0, .15);
	box-shadow: 10px 10px 15px 5px rgba(0, 0, 0, .15);
}

.subContent .sub_service_list li:not(:first-child) {
	margin-left: 30px;
}

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

@media screen and (max-width: 1356px) {
	/* .subContent .servicecontent {
		padding-bottom: 30px;
	} */

	.subContent .servicecontent:nth-last-child(2) {
		margin-top: 100px;
	}

	.subContent .servicecontent .sub_service {
		width: 95%;
	}

	.subContent .servicecontent .box {
		padding: 30px;
	}

	.servicecontent .box p {
		letter-spacing: .095em;
		line-height: 1.4;
		margin-top: 16px;
	}

	/* .subContent .servicecontent:after {
		height: 340px;
	} */

	.subContent .sub_service_list li:not(:first-child) {
		margin-left: 5px;
	}
}

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

/* service_point */

.subContent .servicepoint-mv {
	top: 140px;
	right: 0px;
	width: 420px;
	height: auto
}

.subContent .servicepoint-mv img {
	margin: auto;
	max-width: 100%
}

.subContent .servicepoint-maincopy {
	text-align: center;
	font-size: 1.9rem;
    font-weight: 600;
    letter-spacing: .052em;
    line-height: 2.05;
    margin-bottom: 74px;
}

.subContent .servicepoint-list {
	padding-top: 10px;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.subContent .servicepoint-list-item {
	margin-top: 4rem;
	padding: 4rem 20px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 30.3%;
	-ms-flex: 0 1 31%;
	flex: 0 1 31%;
	text-align: center;
	border-radius: 15px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, .1)
}

.subContent .servicepoint-list-item.-speace {
	background-color: rgba(0, 0, 0, 0);
	-webkit-box-shadow: none;
	box-shadow: none
}

.subContent .servicepoint-list-item img {
	margin: auto;
	display: block;
	width: auto;
	height: 82px
}

.subContent .servicepoint-title {
	margin-top: .75rem;
	display: block;
	font-size: calc(18/16 * 1.8rem);
	font-weight: 700;
	line-height: 1.55;
	letter-spacing: .025em
}


.subContent .servicepoint-copy {
	margin-top: 12px;
	font-size: calc(13/16 * 2rem);
	line-height: 1.6
}



@media screen and (max-width: 1356px) {
	.subContent .servicepoint-mv {
		top: 180px;
		width: 350px
	}
}

@media screen and (max-width: 992px) {
	.subContent .servicepoint-mv {
		top: 110px;
		width: 300px;
		right: -60px
	}
}

@media all and (max-width: 899px) {
	.subContent .servicepoint-mv {
		margin: 0 auto 1.5rem;
		position: relative;
		top: auto;
		right: auto;
		width: 80%;
		display: none
	}

	.subContent .servicepoint-maincopy {
		text-align: left;
	}

	.subContent .servicepoint-list {
		padding-top: 2rem
	}

	.subContent .servicepoint-list-item {
		margin-top: 30px;
		padding: 2.5rem 12px 2rem;
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 48%;
		-ms-flex: 0 1 48%;
		flex: 0 1 48%
	}

	.subContent .servicepoint-list-item.-speace {
		display: none
	}

	.subContent .servicepoint-list-item img {
		height: 54px
	}

	.subContent .servicepoint-title {
		margin-top: .625rem;
		font-size: calc(14/16 * 1.8rem);
		line-height: 1.28
	}

	.subContent .servicepoint-copy {
		font-size: calc(10/16 * 2rem);
		text-align: left
	}

}



/* company
--------------------------------------------------*/
.subContent .sub_catch_company {
	max-width: 1920px;
	margin: 7.81vw auto 0;
}

.subContent .sub_catch_company .sub_catch_img {
	right: 0;
	top: -150px;
	max-width: 1500px;
	z-index: -1;
	height: 750px;
}

.subContent .sub_catch_company .sub_catch_img img {
	object-position: left;
}

.subContent .sub_catch_company .sub_catch_txt {
	max-width: 800px;
	width: 100%;
	padding: 4.19vw 60px 6vw;
	margin: 0 auto 0 20rem;
	background: #fff;
	border-radius: 15px;
	-webkit-box-shadow: 15px 15px 25px 10px rgba(0, 0, 0, .1);
	box-shadow: 15px 15px 25px 10px rgba(0, 0, 0, .1)
}

.subContent .sub_catch_company .sub_catch_txt .large {
	font-size: 6.5rem;
	font-weight: 600;
	font-style: italic;
	letter-spacing: .075em;
	line-height: 1.461;
}

.subContent .sub_catch_company .sub_catch_txt p {
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: .075em;
	line-height: 1.666;
	margin-top: 16px;
	transition-delay: .5s;
}



/* history */
.subContent .companycontent .history {
	margin-top: 33px;
}

.subContent .companycontent .history .container {
	max-width: 1170px;
	margin: 0 auto;
	position: relative;
	padding-top: 80px;
	padding-bottom: 73px;
	background: url("../img/sub/company_bg02.png") bottom right no-repeat;
}

.subContent .companycontent .history .container:after {
	position: absolute;
	content: "";
	background: var(--c-light);
	border-radius: 0 15px 15px 0;
	height: 100%;
	width: 155%;
	top: 0;
	left: -50%;
	z-index: -1;
}

.subContent .companycontent .history .history-line {
	padding: 0 10px;
}

.subContent .companycontent .history .history-line .item {
	display: flex;
	justify-content: space-between;
}

.subContent .companycontent .history .history-line .item .year {
	width: 160px;
	border-right: 2px solid var(--c-accent);
	font-size: 20px;
	font-weight: bold;
	color: var(--c-accent);
	position: relative;
	padding: 12px 0;
}

.subContent .companycontent .history .history-line .item .year:after {
	content: '';
	position: absolute;
	top: 20px;
	right: -6px;
	width: 10px;
	height: 10px;
	background: var(--c-accent);
	border-radius: 100%;
}

.subContent .companycontent .history .history-line .item .txt {
	width: calc(100% - 140px);
	padding: 12px 0;
	padding-left: 55px;
}



@media screen and (max-width: 1920px) {
	.subContent .sub_catch_company .sub_catch_img {
		max-width: 78.12vw;
		height: 40.06vw;
	}


	.subContent .sub_catch_company .sub_catch_txt .large {
		font-size: 3.38vw;
	}
}

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

	.subContent .sub_catch_company .sub_catch_img {
		max-width: 85vw;
		height: 55vw;
		min-height: 530px;
	}

	.subContent .sub_catch_company .sub_catch_txt {
		margin: 0 auto 0 10rem;
		padding-top: 85px;
		padding-bottom: 85px;
	}

	.subContent .sub_catch_company .sub_catch_txt .large {
		font-size: 4vw;
	}
}

@media all and (max-width: 899px) {
	.subContent .sub_catch_company {
		margin-bottom: 50px;
	}

	.subContent .sub_catch_company .sub_catch_txt {
		margin: 0 auto;
		width: 90%;
		padding: 10vw 5vw;
		background: rgb(255, 255, 255, 0.9);
	}

	.subContent .companycontent .history .history-line .item .year {
		width: 110px;
		font-size: 18px;
	}
	.subContent .companycontent .history .history-line .item .txt {
		width: calc(100% - 90px);
		padding-left: 24px;
	}
}



/* recruit
--------------------------------------------------*/
.subContent .sub_catch_recruit {
	content: "";
	background: url(../img/sub/recruit_bg.png) no-repeat center left /cover;
	position: relative;

}

.subContent .sub_catch_recruit .sub_catch_recruit::before {
	position: absolute;
	content: "Message";
	font-size: 15rem;
	font-family: var(--ff-en);
	writing-mode: vertical-rl;
	color: rgb(255, 255, 255, 0.5);
	letter-spacing: 0.065em;
	line-height: 1.05;
	width: 88.5%;
	height: auto;
	top: 20%;
	left: 0px;
	z-index: 0;
	display: flex;
	align-items: end;
	padding-top: 145px;
}

.subContent .sub_catch_recruit .sub_catch_txt h3 {
	font-family: var(--ff-en);
	font-size: 8rem;
	line-height: 1.4;
	color: #fff;
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: var(--c-accent) 1px solid;
}

.subContent .sub_catch_recruit .sub_catch_txt:first-letter {
	color: var(--c-accent);
}

.subContent .sub_catch_recruit .sub_catch_txt p {
	line-height: 2;
	padding-left: 60px;
	max-width: 830px;
	width: 100%;
	font-size: 2rem;
	color: #fff;
}
p.recruitpoint-maincopy {
    text-align: center;
    font-size: 1.9rem;
    font-weight: 600;
    letter-spacing: .052em;
    line-height: 2.05;
}

@media screen and (max-width: 899px) {
	.subContent .sub_catch_recruit .sub_catch_txt h3 {
		padding-top: 50px;
		font-size: 3.2rem;
		line-height: 1.3;
	}

	.subContent .sub_catch_recruit .sub_catch_txt p {
		padding-left: 0;
		padding-bottom: 50px;
		line-height: 1.8;
		font-size: 1.8rem;
	}

}

/* recruit_point */

.subContent .recruitpoint-mv {
	top: 0px;
	left: 0px;
	width: 440px;
	height: auto;
	z-index: -1;
}

.subContent .recruitpoint-mv img {
	margin: auto;
	max-width: 100%
}

.subContent .recruitpoint-list {
	padding-top: 10px;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.subContent .recruitpoint-list-item {
	margin-top: 4rem;
	padding: 4rem 19px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 23.3%;
	-ms-flex: 0 1 23.3%;
	flex: 0 1 23.3%;
	text-align: center;
	border-radius: 15px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, .1)
}

.subContent .recruitpoint-list-item img {
	margin: auto;
	display: block;
	width: auto;
	height: 82px
}

.subContent .recruitpoint-copy {
	margin-top: 12px;
	font-size: calc(13/16 * 2rem);
	line-height: 1.6
}

@media screen and (max-width: 1356px) {
	.subContent .recruitpoint-mv {
		top: 70px;
		width: 380px
	}
}

@media screen and (max-width: 899px) {
	.subContent .recruitpoint-mv {
		margin: 0 auto 1.5rem;
		position: relative;
		top: auto;
		right: auto;
		width: 20%
	}

	.subContent .recruitpoint-list {
		padding-top: 2rem
	}

	.subContent .recruitpoint-list-item {
		margin-top: 10px;
		padding: 2.5rem 20px 2rem;
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 48%;
		-ms-flex: 0 1 48%;
		flex: 0 1 48%
	}

	.subContent .recruitpoint-list-item.-speace {
		display: none
	}

	.subContent .recruitpoint-list-item img {
		height: 54px
	}

	.subContent .recruitpoint-copy {
		font-size: calc(10/16 * 2rem);
		text-align: center
	}
}


/* topics
--------------------------------------------------*/
.subContent #_topics {
	position: relative;
}


.subContent #_topics::after {
	position: absolute;
	content: "";
	display: inline-block;
	background: url(../img/index-assets/topics_bg.png) center/contain no-repeat;
	left: 10%;
	bottom: 0px;
	width: 28.8vw;
	height: 570px;
	z-index: -2;
}

.subContent .sub_catch_topics article {
	margin-bottom: 90px;
	padding: 60px;
	box-sizing: border-box;
}

.subContent .sub_catch_topics article .data {
	display: block;
	text-align: left;
	margin-bottom: 10px;
	font-weight: 600;
	line-height: 2.18em;
	letter-spacing: .075em;
}

.subContent .sub_catch_topics article .data .cate {
	display: inline-block;
	width: 120px;
	min-width: 120px;
	height: 2.14em;
	text-align: center;
	color: #fff;
	background: var(--c-main);
	border-radius: 5px;
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: .075em;
	padding: 0 5px;
	margin-left: 20px;
}

.subContent .sub_catch_topics article p {
	padding: 0 0 0;
	font-size: 1.6rem;
	letter-spacing: 0.05rem;
	font-weight: 400;
}

.subContent .sub_catch_topics .topics__img {
	max-width: 780px;
	overflow: hidden;
	margin: 30px auto;
	text-align: center;
}

.subContent .sub_catch_topics article h1 {
	margin: 0 0 25px;
	padding: 18px 0;
	font-size: 2.6rem;
	font-weight: bold;
	border-top: 2px solid var(--c-main);
	border-bottom: 2px solid var(--c-main);
	color: var(--c-main);
}

.subContent .sub_catch_topics article h2 {
	margin: 35px 0 25px;
	padding: 18px 0;
	font-size: 2.2rem;
	font-weight: bold;
	position: relative;
}

.subContent .sub_catch_topics article h2::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 7px;
	box-sizing: border-box;
	border-top: 3px solid var(--c-main);
	border-bottom: 1px solid var(--c-main);
}

.subContent .sub_catch_topics article h3 {
	margin: 35px 0 25px;
	padding: 10px 15px;
	font-size: 2.0rem;
	font-weight: bold;
	position: relative;
	border-bottom: 1px solid #333;
}

.subContent .sub_catch_topics article h3::after {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: '';
	width: 6px;
	height: 1.9em;
	background-color: var(--c-accent);
	border-radius: 2px;
}

.subContent .sub_catch_topics article h4 {
	margin: 35px 0 5px;
	padding: 10px 0 10px;
	padding-left: 1.2em;
	font-size: 1.9rem;
	font-weight: bold;
	position: relative;
}

.subContent .sub_catch_topics article h4::after {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: '';
	width: 8px;
	height: 8px;
	border: solid 4px var(--c-accent);
	border-radius: 100%;
}

.subContent .sub_catch_topics article h5 {
	margin: 35px 0 10px;
	padding: 15px 0 10px;
	font-size: 1.9rem;
	font-weight: bold;
	border-bottom: 1px solid #676765;
}


.subContent .sub_catch_topics article h6 {
	margin: 35px 0 10px;
	padding: 10px 0;
	padding-left: 1.5em;
	font-size: 1.8rem;
	font-weight: bold;
	position: relative;
	color: #676765;
}

.subContent .sub_catch_topics article h6::after {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: '';
	width: 15px;
	height: 4px;
	background: #ddd;
}

@media screen and (max-width: 899px) {
	.subContent .sub_catch_topics article {
		padding: 60px 0;
	}
}

/* contact
---------------------------------------------------------------------------*/
.subContent .sub_catch_contact .contact__txt {
	text-align: center;
	padding: 30px 0;
	font-size: 1.9rem;
    font-weight: 600;
    letter-spacing: .052em;
    line-height: 2.05;
	border-top: var(--c-main) 3px solid;
	border-bottom: var(--c-main) 3px solid;
}

.subContent .sub_catch_contact .contact__txt .tel_box {}

.subContent .sub_catch_contact .contact__txt .colR_box span {
	font-size: 4.0rem;
}

.subContent .sub_catch_contact .contact__area {
	background: #fff;
	padding: 70px;
	margin-top: 50px;
	box-sizing: border-box;
}

.subContent .sub_catch_contact .contact__area .defTable01 th {
	width: 320px;
	letter-spacing: 0;
}

.subContent .sub_catch_contact .contact__area .defTable01 td {}

.subContent .sub_catch_contact .contact__area .defTable01 input[type="text"],
.subContent .sub_catch_contact .contact__area .defTable01 input[type="email"],
.subContent .sub_catch_contact .contact__area .defTable01 input[type="tel"] {
	border: 1px solid var(--c-light);
	padding: 12px;
	background: var(--c-light);
	border-radius: 2px;
	width: 100%;
}

.subContent .sub_catch_contact .contact__area .defTable01 input[type="text"].inpt_oth {
	width: 50%;
}

.subContent .sub_catch_contact .contact__area .defTable01 select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid var(--c-light);
	padding: 12px;
	border-radius: 4px;
	width: 100%;
}

.subContent .sub_catch_contact .contact__area .defTable01 input[type="checkbox"] {
	border: 2px solid var(--c-light);
	padding: 10px;
	border-radius: 2px;
	margin-right: 5px;
	-webkit-appearance: auto;
	appearance: auto;
}

.subContent .sub_catch_contact .contact__area .defTable01 select optgroup {
	background: #ddd;
}

.subContent .sub_catch_contact .contact__area .defTable01 textarea {
	border: 1px solid var(--c-light);
	padding: 12px;
	background: var(--c-light);
	border-radius: 2px;
	width: 100%;
	font-family: YuGothic, "Yu Gothic", sans-serif;
}

.subContent .sub_catch_contact .contact__area .defTable01 input[type="text"]::placeholder,
.subContent .sub_catch_contact .contact__area .defTable01 input[type="email"]::placeholder,
.subContent .sub_catch_contact .contact__area .defTable01 input[type="tel"]::placeholder,
.subContent .sub_catch_contact .contact__area .defTable01 textarea::placeholder {
	color: #333;
	font-size: max(16px, 0.94vw);
	font-family: YuGothic, "Yu Gothic", sans-serif;
}

.subContent .sub_catch_contact .contact__area .defTable01 .privacy {
	margin: 10px 0;
	max-height: 250px;
	overflow-y: scroll;
	padding: 30px;
	box-sizing: border-box;
	background: #f8f8f8;
}

.subContent .sub_catch_contact .contact__area .defTable01 .privacy h3 {
	border-bottom: 1px solid #ddd;
	font-weight: 600;
	font-size: 1.8rem;
	padding: 10px 0;
	margin: 10px 0;
}

.subContent .sub_catch_contact .contact__area .defTable01 .privacy p {
	font-size: 1.6rem;
	letter-spacing: 0;
	line-height: 1.7;
	font-weight: 400;
	padding-bottom: 20px;
}

.subContent .sub_catch_contact .contact__area .defTable01 .privacy ol {
	margin: 20px 0 0 50px;
}

.subContent .sub_catch_contact .contact__area .defTable01 .privacy li {
	position: relative;
	list-style: outside decimal;
	padding: 0 0 0 5px;
}

.subContent .sub_catch_contact .contact__area .defTable01 .privacy li::marker {
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--c-accent);
}

.subContent .sub_catch_contact .form_btn {
	text-align: center;
	margin-top: 60px;
}

.subContent .sub_catch_contact .form_btn input {
	background: var(--c-accent);
	border: solid 2px var(--c-accent);
	color: #fff;
	padding: 20px 0;
	font-size: max(16px, 0.94vw);
	letter-spacing: 1px;
	cursor: pointer;
	transition: 0.5s;
	width: 100%;
	max-width: 350px;
	-webkit-appearance: none;
	font-family: YuGothic, "Yu Gothic", sans-serif;
	font-weight: bold;
}

.subContent .sub_catch_contact .form_btn input:hover {
	background: #fff;
	color: var(--c-accent);
}

.subContent em.colR {
	background: var(--c-accent);
	font-style: normal;
	color: #fff;
	padding: 5px 7px;
	margin-left: 5px;
	font-size: max(14px, 0.74vw);
}

.subContent .sub_catch_contact .error_messe {
	font-style: normal;
	color: var(--c-accent);
}

.defTable01,
.defTable02 {
	width: 100%;
	margin: 0 auto;
	border: none;
	border-collapse: collapse;
}

.defTable01.defTable01_com01 {
	max-width: 780px;
}

.defTable01 th {
	width: 220px;
	padding: 25px;
	margin: 0;
	text-align: left;
	vertical-align: middle;
	font-weight: 600;
	background: #fff;
	border-bottom: 1px solid #ddd;
	font-size: 1.8rem;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

.defTable01 th span {
	background: var(--c-light);
	display: block;
	width: 100%;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
}

.defTable01 td {
	padding: 25px;
	margin: 0;
	text-align: left;
	vertical-align: middle;
	background: #fff;
	border-bottom: 1px solid #ddd;
	font-size: 1.8rem;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

.defTable01 tr:last-child th {
	border-bottom: none;
}

.defTable01 tr:last-child td {
	border-bottom: none;
}

.defTable01 thead th {
	font-size: 2.0rem;
	background: var(--c-accent);
	padding: 30px;
	color: #fff;
}

@media screen and (max-width: 899px) {
	.subContent .sub_catch_contact .contact__txt {
		text-align: left;
		font-size: 1.5rem;
		line-height: 2;
	}

	.subContent .sub_catch_contact .contact__area {
		padding: 0;
		margin-top: 20px;
	}

	.subContent .sub_catch_contact .contact__area .defTable01 th {
		width: 100%;
		font-size: 1.5rem;
	}

	.subContent .sub_catch_contact .contact__area .defTable01 td {
		font-size: 1.5rem;
		padding: 10px 0;
	}

	.subContent .sub_catch_contact .contact__area .defTable01 input[type="text"],
	.subContent .sub_catch_contact .contact__area .defTable01 input[type="email"],
	.subContent .sub_catch_contact .contact__area .defTable01 input[type="tel"] {
		padding: 10px;
	}

	.subContent .sub_catch_contact .contact__area .defTable01 input[type="checkbox"] {
		font-size: 1.5rem;
	}

	.subContent .sub_catch_contact .contact__area .defTable01 textarea {
		padding: 10px;
	}

	.subContent .sub_catch_contact .contact__area .defTable01 input[type="text"]::placeholder,
	.subContent .sub_catch_contact .contact__area .defTable01 input[type="email"]::placeholder,
	.subContent .sub_catch_contact .contact__area .defTable01 input[type="tel"]::placeholder,
	.subContent .sub_catch_contact .contact__area .defTable01 textarea::placeholder {
		font-size: 1.5rem;
	}

	.subContent .sub_catch_contact .contact__area .defTable01 .privacy {
		margin: 10px 0;
		max-height: 220px;
		padding: 20px;
	}

	.subContent .sub_catch_contact .contact__area .defTable01 .privacy h3 {
		font-size: 1.6rem;
	}

	.subContent .sub_catch_contact .contact__area .defTable01 .privacy p {
		font-size: 1.5rem;
		line-height: 1.6;
		padding-bottom: 20px;
	}

	.defTable01 th {
		display: block;
		width: 100%;
		padding: 10px;
		background: #eee;
		border-bottom: none;
		font-size: 1.5rem;
	}

	.defTable01 td {
		display: block;
		width: 100%;
		padding: 10px;
		border-bottom: none;
		font-size: 1.5rem;
	}

	.defTable01 tr:last-child th {
		border-bottom: none;
	}

	.defTable01 tr:last-child td {
		border-bottom: none;
	}

	.defTable01 th span {
		background: none;
		text-align: left;
		padding: 0;
	}

}
