@charset "utf-8";
/* ====================================================
	アニメーション設定1（表）
==================================================== */
.mainContent .headingImg img,
.mainContent .headingBlock h2,
.mainContent .overviewBlock,
.linkBlock,
.linkBlock_gMap {
	opacity: 0;
	transform: translateY(35px);
	transition: opacity 1s ease-out 0s, transform 1s ease-out 0s;
}
.mainContent .headingImg img.active,
.mainContent .headingBlock h2.active,
.mainContent .overviewBlock.active,
.linkBlock.active,
.linkBlock_gMap.active {
	opacity: 1;
	transform: translateY(0);
}
/* ====================================================
	アニメーション設定2（マップ）
==================================================== */
/*---------- 横フェードイン ----------*/
.accessBlock h3 img {
	opacity: 0;
	transform: translateX(35px);
	transition: opacity 1s ease-out 0s, transform 1s ease-out 0s;
}
.accessBlock h3 img.active {
	opacity: 1;
	transform: translateX(0);
}
/*---------- 縦フェードイン ----------*/
.accessWrapper #map {
	opacity: 0;
	transform: translateY(35px);
	transition: opacity 1s ease-out 0s, transform 1s ease-out 0s;
}
.accessWrapper #map.active {
	opacity: 1;
	transform: translateY(0);
}
/* ====================================================
	アニメーション設定3（グループ会社）
==================================================== */
.groupWrapper .decorationText,
.groupWrapper h2,
.groupWrapper ul {
	opacity: 0;
	transform: translateY(35px);
	transition: opacity 1s ease-out 0s, transform 1s ease-out 0s;
}
.groupWrapper .decorationText.active,
.groupWrapper h2.active,
.groupWrapper ul.active {
	opacity: 1;
	transform: translateY(0);
}
/* ====================================================
	mainContent
==================================================== */
.commonWrapper .mainContent {
	display: flex;
	align-items: start;
	padding: 40px 30px 0;
	margin: 0 auto 95px;
	box-sizing: border-box;
}
/* ----------------------------------------------------
	heading
---------------------------------------------------- */
.commonWrapper .mainContent .headingBlock {
	width: 132px;
	margin: 0 39px 0 0;
	padding: 0 23px 0 0;
	box-sizing: border-box;
	position: relative;
}
.commonWrapper .mainContent .headingBlock h2 {
	z-index: 1;
	width: 80px;
	height: 260px;
	padding: 0 27px 0 0;
	position: absolute;
	top: 50px;
	right: 0;
	border-right: 4px solid #f39800;
	box-sizing: border-box;
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 50px;
	letter-spacing: 12px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
/* -- IE Hac -- */
_:lang(x)::-ms-backdrop,
.commonWrapper .mainContent .headingBlock {
	padding: 0 132px 0 0;
}
_:lang(x)::-ms-backdrop,
.commonWrapper .mainContent .headingBlock h2 {
	padding: 0 40px 0 0;
}
/* -- Chrome Hac -- */
_:lang(x)::-internal-media-controls-overlay-cast-button,
.commonWrapper .mainContent .headingBlock h2 {
	right: 1px;
}
/* ----------------------------------------------------
	overview
---------------------------------------------------- */
.commonWrapper .mainContent .overviewBlock {
	display: flex;
	padding: 52px 0 0;
	flex-wrap: wrap;
	font-size: 16px;
	line-height: 25px;
}
.commonWrapper .mainContent .overviewBlock dt {
	width: 130px;
	margin: 0 26px 0 0;
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #f39700;
}
.commonWrapper .mainContent .overviewBlock dd {
	width: calc(100% - 165px);
	margin: 0px 0 17.3px;
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.8px;
}
.commonWrapper .mainContent .overviewBlock dd:last-of-type {
	margin: 0;
}
.commonWrapper .mainContent .overviewBlock dd li {
	line-height: 31px;
}
/* ====================================================
	link
==================================================== */
.commonWrapper .linkBlock {
	margin: 0 auto 76px;
}
.commonWrapper .linkBlock a {
	display: block;
	width: 380px;
	height: 60px;
	margin: 0 auto 30px;
	box-sizing: border-box;
	border: 2px solid #0fc8c9;
	background-color: #0fc8c9;
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 58px;
	letter-spacing: 0.15em;
	text-decoration: none;
	position: relative;
	transition: .5s;
}
.commonWrapper .linkBlock a:last-of-type {
	margin: 0 auto;
	padding-left: 25px;
}
.commonWrapper .linkBlock a:hover {
	background-color: #ffffff;
	color: #0fc8c9;
}
.commonWrapper .linkBlock a:before {
	content: "\0025B6";
	font-size: 17px;
	vertical-align: top;
	position: absolute;
	left: 28px;
}
/* -- IE Hac -- */
/*---------- Edgeは不要 ----------*/
@media (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	.commonWrapper .linkBlock a {
		line-height: 76px;
		vertical-align: middle;
		position: relative;
	}
}
/* -- IE Hac -- */
_:lang(x)::-ms-backdrop,
.commonWrapper .linkBlock a:before {
	line-height: 56px;
	vertical-align: middle;
	position: absolute;
	left: 40px;
}
/*---------- 黒ボタン ----------*/
.accessWrapper .linkBlock_gMap {
	margin: 44px auto 90px;
}
.accessWrapper .linkBlock_gMap a {
	display: block;
	width: 330px;
	height: 50px;
	margin: 0 auto 30px;
	box-sizing: border-box;
	border: 2px solid #000000;
	background-color: #000000;
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 47px;
	letter-spacing: 0.17em;
	text-decoration: none;
	position: relative;
	transition: .5s;
}
.accessWrapper .linkBlock_gMap a:hover {
	background-color: #ffffff;
	color: #000000;
}
/* -- IE Hac -- */
/*---------- Edgeは不要 ----------*/
@media (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	.accessWrapper .linkBlock_gMap a {
		line-height: 76px;
		vertical-align: middle;
		position: relative;
	}
}
/* -- IE Hac -- */
_:lang(x)::-ms-backdrop,
.accessWrapper .linkBlock_gMap a:before {
	line-height: 56px;
	vertical-align: middle;
	position: absolute;
	left: 40px;
}
/* ====================================================
	access
==================================================== */
.accessWrapper .accessContent {
	width: 980px;
	margin: auto;
}
.accessWrapper .accessBlock {
	margin: 0 auto 0;
}
.accessWrapper .accessBlock h3 img {
	display: block;
	margin: 0 0 0 auto;
}
.accessWrapper #map {
	margin-top: -5px;
	width: 100%;
	height: 500px;
}
/* ====================================================
	group
==================================================== */
.groupWrapper {
	background-color: #e5f1fc;
}
.groupWrapper .groupContent {
	display: flex;
	width: 980px;
	margin: 0 auto;
	padding: 95px 0 120px;
	align-items: start;
}
.groupWrapper .groupContent h2 {
	margin: 0 41px 0 80px;
	padding: 0 25px 0 0;
	border-right: 4px solid #3783c6;
	box-sizing: border-box;
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 50px;
	letter-spacing: 0.25em;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	width: 80px;
	height: 375px;
}
/* -- IE Hac -- */
_:lang(x)::-ms-backdrop,
.groupWrapper .groupContent h2 {
	padding-right: 50px;
}
.groupWrapper .groupContent .groupBlock .decorationText {
	margin: 0 auto 35px;
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 24px;
	color: #3783c6;
	line-height: 32px;
	letter-spacing: 0.5em;
}
.groupWrapper .groupContent .groupBlock ul {
	display: flex;
	width: 700px;
	flex-wrap: wrap;
}
.groupWrapper .groupContent .groupBlock ul li {
	width: 306px;
	margin: 0 0 40px;
}
.groupWrapper .groupContent .groupBlock ul li:nth-of-type(odd) {
	margin: 0 40px 40px 0;
}
.groupWrapper .groupContent .groupBlock ul li:last-of-type {
	margin-bottom: 0;
}
.groupWrapper .groupContent .groupBlock ul li a {
	display: block;
	height: 110px;
	margin: 0 auto 11.2px;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
}
.groupWrapper .groupContent .groupBlock ul li .coTitle {
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
	letter-spacing: 0.09em;
	padding-left: 6px;
}
/*---------- ホバーで色反転 ----------*/
.fullswing a {
	background-image: url(/img/company/f_hover.png?version=211126);
}
.enjoy a {
	background-image: url(/img/company/e_hover.png?version=211126);
}
.discovery a {
	background-image: url(/img/company/d_hover.png?version=211126);
}
.contribution a {
	background-image: url(/img/company/c_hover.png?version=211126);
}
.birth a {
	background-image: url(/img/company/b_hover.png?version=211126);
}
.arrival a {
	background-image: url(/img/company/a_hover.png?version=211126);
}
.number8 a {
	background-image: url(/img/company/n_hover.png?version=211126);
}
.possibility a {
	background-image: url(/img/company/p_hover.png?version=211126);
}
.one_and_only a {
	background-image: url(/img/company/o_hover.png);
}
.laviri a {
	background-image: url(/img/company/l_hover.png?version=220510_01);
}
.groupBlock ul li a img {
	transition: opacity 0.3s;
}
.groupBlock ul li a:hover img {
	opacity: 0;
}

/* ====================================================
	footer
==================================================== */
footer {
	margin: 0 auto;
}
