<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";


/*--------------------------------------------------------------------------------
	/ir/guide/ css
--------------------------------------------------------------------------------*/

.c-secondaryHeading__withEnglish {
	font-size: 3.2rem;
	font-weight: 500;
	line-height: 32px;
	margin-bottom: 56px;
	position: relative;
}

.c-secondaryHeading__withEnglish span {
	display: flex;
	align-items: center;
	min-height: 64px;
}

.c-secondaryHeading__withEnglish span i {
	color: #fff;
	padding: 15px;
}

.c-secondaryHeading__withEnglish span i:nth-child(1) {
	background-color: #CF0908;
}

.c-secondaryHeading__withEnglish span i:nth-child(2) {
	background-color: #222;
}

[data-entext="Service"]::before {
	left: 171px;
}

[data-entext="Number"]::before {
	left: 171px;
}

[data-entext="Global"]::before {
	left: 251px;
}

@media only screen and (max-width: 735px) {
	.c-secondaryHeading__withEnglish {
		font-size: 2.4rem;
		margin-bottom: 32px;
	}

	.c-secondaryHeading__withEnglish::before {
		bottom: 44px;
		font-size: 6.0rem;
	}

	.c-secondaryHeading__withEnglish span {
		min-height: 48px;
	}

	.c-secondaryHeading__withEnglish span i {
		padding: 6px 10px;
	}

	[data-entext="Service"]::before {
		left: 30px;
	}

	[data-entext="Number"]::before {
		left: 30px;
	}

	[data-entext="Global"]::before {
		left: 30px;
	}
}



/*--------------------------------------------------------------------------------
	keyvisual
--------------------------------------------------------------------------------*/

.c-keyvisual {
	margin-bottom: 0;
	margin-top: 0;
}

.c-keyvisual .c-keyvisual__img {
	background: -moz-linear-gradient(top, #ffffff 0.3%, #000000 0.3%, #000000 100%);
	background: -webkit-linear-gradient(top, #ffffff 0.3%, #000000 0.3%, #000000 100%);
	background: linear-gradient(to bottom, #ffffff 0.3%, #000000 0.3%, #000000 100%);
	height: calc(100vh - 0px - 193px);
	min-height: 670px;
}

.iPad .c-keyvisual .c-keyvisual__img,
.iPadOS .c-keyvisual .c-keyvisual__img {
	height: 670px;
	min-height: initial;
}

.c-keyvisual .c-keyvisual__img picture img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;

	opacity: 0;
	-webkit-animation: appeareKv 0.8s forwards;
	animation: appeareKv 0.8s forwards;
	animation-delay: .3s;
	animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

@-webkit-keyframes appeareKv {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes appeareKv {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.c-keyvisual .c-keyvisual__text {
	background-color: #fff;
	color: #222;
	justify-content: initial;
	height: auto;
	min-height: 120px;
	opacity: 0;
	padding: 38px 56px;
	position: relative;
	width: 790px;

	-webkit-animation: appeareKvtext 0.5s forwards;
	animation: appeareKvtext 0.5s forwards;
	animation-delay: 1.6s;
	animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.c-keyvisual .c-keyvisual__text p {
	font-size: 2.0rem;
	line-height: 36px;
}

@-webkit-keyframes appeareKvtext {
	0% {
		margin-top: 50px;
		opacity: 0;
	}

	100% {
		margin-top: 0;
		opacity: 1;
	}
}

@keyframes appeareKvtext {
	0% {
		top: 50px;
		opacity: 0;
	}

	100% {
		top: 0;
		opacity: 1;
	}
}

.c-keyvisual .l-guide-primaryHeading {
	left: 50%;
	opacity: 0;
	padding-left: 30px;
	padding-right: 30px;
	position: absolute;
	top: 37.6%;
	max-width: 1260px;
	width: 100%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);

	-webkit-animation: appeareKv 0.8s forwards;
	animation: appeareKv 0.3s forwards;
	animation-delay: 1.2s;
	animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.c-keyvisual .l-guide-primaryHeading span {
	display: flex;
}

.c-keyvisual .l-guide-primaryHeading span i {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 5rem;
	min-height: 98px;
	padding: 0 20px;
}

.c-keyvisual .l-guide-primaryHeading span i:nth-child(1) {
	background-color: #CF0908;
}

.c-keyvisual .l-guide-primaryHeading span i:nth-child(2) {
	background-color: #222;
	font-weight: 500;
}

.c-keyvisual .l-guide-primaryHeading span i.c-icon--logo:before {
	color: #fff;
}

.l-keyvisual--bottomText {
	background-color: #f7f7f7;
	display: flex;
	min-height: 400px;
	margin-bottom: -32px;
	padding-top: 60px;
}

.l-keyvisual--bottomText_inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 790px;
}

.l-keyvisual--bottomText_inner .c-txt-xl {
	color: #CF0908;
	font-size: 2.8rem;
	font-weight: 500;
	line-height: 45px;
	margin-bottom: 24px;
	text-align: center;
}

.l-keyvisual--bottomText_inner .c-txt-md {
	line-height: 31px;
	margin-bottom: 0;
}

.c-keyvisual__inducer {
	bottom: 0;
	padding-left: 30px;
	padding-right: 30px;
	position: absolute;
	opacity: 0;
	left: 50%;
	max-width: 1260px;
	width: 100%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);

	-webkit-animation: appeareKv 0.3s forwards;
	animation: appeareKv 0.3s forwards;
	animation-delay: 1.5s;
	animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.c-keyvisual__inducer p {
	width: 1px;
}

.c-keyvisual__inducer p:before {
	color: #222;
	content: 'SCROLL';
	display: block;
	font-family: 'Red Rose', cursive;
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 0;
	margin-left: 32px;
	-webkit-transform: rotate(90deg) translate(-200%, 50%);
	transform: rotate(90deg) translate(-200%, 50%);
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

.c-keyvisual__inducer p&gt;span {
	background-color: #fff;
	display: block;
	height: 176px;
	margin: auto;
	overflow: hidden;
	position: relative;
	width: 1px;
}

.c-keyvisual__inducer p&gt;span:before {
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #cf0908 50%, #cf0908 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #cf0908 50%, #cf0908 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #cf0908 50%, #cf0908 100%);
	bottom: 0;
	content: "";
	display: block;
	height: 230%;
	z-index: 1;
	-webkit-animation: inducer 2.5s infinite;
	animation: inducer 2.5s infinite;
}

@-webkit-keyframes inducer {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	80% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes inducer {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	80% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@media only screen and (max-width: 735px) {
	.c-keyvisual {
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.c-keyvisual .c-keyvisual__img {
		height: calc(100vh - 0px - 309px);
		min-height: initial;
	}

	.iphone .c-keyvisual .c-keyvisual__img {
		height: calc(100vh - 0px - 309px);
	}

	.android .c-keyvisual .c-keyvisual__img {
		height: calc(100vh - 0px - 191px);
	}

	.c-keyvisual .l-guide-primaryHeading {
		left: 20px;
		padding-left: 0;
		padding-right: 0;
		top: 140px;
		-webkit-transform: none;
		transform: none;
	}

	.c-keyvisual .l-guide-primaryHeading span i {
		font-size: 3.0rem;
		line-height: 28.8px;
		min-height: 60px;
		padding: 0 12.74px;
	}

	.l-keyvisual--bottomText {
		min-height: auto;
		margin-bottom: -99px;
		padding-bottom: 148px;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 56px;
	}

	.l-keyvisual--bottomText_inner .c-txt-xl {
		font-size: 2.0rem;
		font-weight: 500;
		line-height: 33px;
		margin-bottom: 24px;
		text-align: left;
	}

	.c-keyvisual__inducer {
		bottom: 40px;
		left: 26px;
		padding-left: 0;
		padding-right: 0;
		-webkit-transform: none;
		transform: none;
	}

	.iphone .c-keyvisual__inducer,
	.android .c-keyvisual__inducer {
		bottom: 15px;
	}

	.c-keyvisual__inducer p:before {
		font-size: 1.2rem;
		margin: 0 auto;
		margin-bottom: 60px;
	}

	.c-keyvisual__inducer p&gt;span {
		height: 60px;
	}

	.c-keyvisual__inducer p&gt;span:before {
		-webkit-animation: inducer 2.0s infinite;
		animation: inducer 2.0s infinite;
	}
}

.l-keyvisual--bottomText+.c-anckerGroup {
	margin-bottom: 185px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 30px;
	max-width: 1260px;
}

.l-keyvisual--bottomText+.c-anckerGroup .c-anckerGroup__item {
	background-color: #fff;
}

@media only screen and (max-width: 735px) {
	.l-keyvisual--bottomText+.c-anckerGroup {
		margin-bottom: 118px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.l-keyvisual--bottomText+.c-anckerGroup .c-anckerGroup__item {
		width: auto;
	}
}



/*--------------------------------------------------------------------------------
	service
--------------------------------------------------------------------------------*/

.p-guide-service {
	margin-bottom: 225px;
}

.p-guide-service .p-guide-service_inner {
	margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1260px;
}

.p-guide-service .c-secondaryHeading__withEnglish+.c-txt-xl {
	font-size: 2.8rem;
	font-weight: 500;
	margin-bottom: 40px;
	text-align: center;
}

.p-guide-service .c-textGroup {
	margin-bottom: 56px;
}

.p-guide-service .c-textGroup__items {
	margin-bottom: -30px;
}

.p-guide-service .c-textGroup__item {
	border: 4px solid #EAEAEA;
	margin-bottom: 30px;
	padding: 21px 28px;
}

.p-guide-service .c-textGroup__item_heading {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}

.p-guide-service .c-textGroup__item_heading p {
	display: inline-block;
	position: relative;
}

.p-guide-service .c-textGroup__item_heading p::after {
	background-color: #000000;
	content: "";
	height: 100%;
	position: absolute;
	right: -6px;
	top: 0;
	width: 6px;
}

.p-guide-service .c-textGroup__item_heading p span {
	background-color: #CF0908;
	color: #FFF;
	display: flex;
	align-items: center;
	font-size: 1.8rem;
	font-weight: 500;
	height: 30px;
	padding: 3px 10px;
	white-space: nowrap;
}

.p-guide-service .c-textGroup__item_heading p+i {
	font-size: 1.2rem;
	margin-left: 22px;
}

.p-guide-service .c-textGroup__item [class^="c-txt-"] {
	margin-bottom: 0;
}

.p-guide-service .c-textGroup__item .c-txt-xl {
	line-height: 43px;
	font-weight: 500;
}

.p-guide-service-images {
	margin-bottom: 87px;
	margin-left: -70px;
	margin-right: -70px;
	padding-left: 70px;
	padding-right: 70px;
	position: relative;
}

.p-guide-service-images::before {
	background-color: #FFDFE0;
	content: "";
	height: 78.75%;
	left: 0;
	position: absolute;
	top: 10.625%;
	width: 100%;
	z-index: -1;
}

.p-guide-service-images::after {
	background-image: url(/assets/img/ir/guide/line.png);
	background-size: cover;
	bottom: -66px;
	content: "";
	display: block;
	height: 266px;
	left: 50%;
	position: absolute;
	width: 21px;
	z-index: 1;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.p-guide-service-images .c-imageGroup.c-imageGroup--single .c-imageGroup__item {
	margin-bottom: 0;
}


.p-guide-service-link {
	position: relative;
	z-index: 5;
	margin-bottom: 90px;
	padding: 70px 0 0;
}

.p-guide-service-link::before,
.p-guide-service-link::after {
	content: '';
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: -1;
}

.p-guide-service-link::before {
	left: 0;
	background-image: linear-gradient(181deg, rgba(251, 222, 222, 1), rgba(255, 255, 255, 1));
}

.p-guide-service-link::after {
	right: 0;
	background-image: linear-gradient(181deg, rgba(205, 233, 230, 1), rgba(255, 255, 255, 1));
}

.p-guide-service-link .p-guide-service-link_items {
	max-width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.p-guide-service-link .p-guide-service-link_item {
	position: relative;
	flex: 0 0 570px;
}

.p-guide-service-link .p-guide-service-link_heading {
	font-size: 3.2rem;
	font-weight: 500;
	color: #fff;
	text-align: center;
	position: absolute;
	top: -100px;
	width: 100%;
	padding: 8px 0;
}

.p-guide-service-link .p-guide-service-link_powertrain .p-guide-service-link_heading {
	background-color: #CF0908;
}

.p-guide-service-link .p-guide-service-link_frontier .p-guide-service-link_heading {
	background-color: #009086;
}

.p-guide-service-link .c-basicPanelGroup__item {
	width: 100%;
}

.p-guide-service-link .c-basicPanelGroup__item + .c-basicPanelGroup__item {
	margin-top: 10px;
}

.p-guide-service-link .c-basicPanel__inner {
	display: flex;
}

.p-guide-service-link .c-basicPanel__inner .c-basicPanel__vis {
	flex: 0 0 45%;
}

.p-guide-service-link .c-basicPanel__inner .c-basicPanel__body {
	flex: 0 0 55%;
}
.p-guide-service-link .c-basicPanel__inner .c-basicPanel__body .c-basicPanel__bodyーinner {
	height: 100%;
}
.p-guide-service-link .c-basicPanelGroup .c-basicPanel__body .c-basicPanel__heading {
	font-size: 2rem;
}

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

	.p-guide-service-link {
		padding: 0;
		margin-bottom: 0;
	}

	.p-guide-service-link .p-guide-service-link_items {
		flex-direction: column;
	}
	
	.p-guide-service-link::before,
	.p-guide-service-link::after {
		content: none;
	}

	.p-guide-service-link .p-guide-service-link_item {
		padding: 50px 20px 70px;
		flex: 0;
	}

	.p-guide-service-link_item.p-guide-service-link_powertrain {
		background-image: linear-gradient(181deg, rgba(251, 222, 222, 1), rgba(255, 255, 255, 1));
	}

	.p-guide-service-link_item.p-guide-service-link_frontier {
		background-image: linear-gradient(181deg, rgba(205, 233, 230, 1), rgba(255, 255, 255, 1));
	}

	.p-guide-service-link .p-guide-service-link_heading {
		font-size: 2.2rem;
		left: 0;
		right: 0;
		margin: auto;
		width: 92%;
		top: -24px;
	}
	.p-guide-service-link .c-basicPanelGroup .c-basicPanel__body .c-basicPanel__heading {
		font-size: 1.4rem;
	}

	.p-guide-service-link .c-basicPanel__inner .c-basicPanel__body .c-basicPanel__bodyーinner {
		height: 100%;
		padding: 0 20px 0;
	}
	

}

.p-guide-service-button {
	max-width: 325px;
	position: absolute;
	width: 23.75%;
}

.p-guide-service-button:nth-child(1) {
	left: 70px;
	top: 37.25%;
}

.p-guide-service-button:nth-child(2) {
	right: 70px;
	top: 37.25%;
}

.p-guide-service-button:nth-child(3) {
	bottom: 0;
	left: 70px;
}

.p-guide-service-button:nth-child(4) {
	bottom: 0;
	right: 70px;
}

.p-guide-service-button .c-buttonGroup {
	margin-bottom: 0;
}

.p-guide-service-button .c-buttonGroup__inner {
	margin-left: 0;
	margin-right: 0;
}

.p-guide-service-button .c-buttonGroup+.c-txt-sm {
	color: #CF0908;
	margin-bottom: 0;
	margin-top: 16px;
	text-align: center;
}

.p-guide-service-strengths {
	background-color: #222;
	padding: 30px;
	position: relative;
}

.p-guide-service-strengths::before {
	color: #FFF;
	content: attr(data-strengths-en);
	font-family: 'Red Rose', cursive;
	font-size: 100px;
	font-weight: 700;
	left: 50%;
	opacity: 0.1;
	position: absolute;
	top: 0px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.p-guide-service-strengths_heading {
	color: #FFF;
	font-size: 2.6rem;
	font-weight: 500;
	margin-bottom: 26px;
	text-align: center;
}

.p-guide-service-strengths__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	position: relative;
}

.p-guide-service-strengths__item {
	background-color: #FFF;
	min-height: 168px;
	margin-right: 30px;
	width: calc(100% - 60px);
	max-width: 330px;
}

.p-guide-service-strengths__item:nth-child(1) {
	max-width: 420px;
	min-width: 328px;
}

.p-guide-service-strengths__item:nth-child(3n) {
	margin-right: 0;
}

.p-guide-service-strengths__item_heading {
	background-color: #CF0908;
	color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.0rem;
	font-weight: 500;
	line-height: 32px;
	height: 40px;
}

.p-guide-service-strengths__item_list {
	display: flex;
	justify-content: center;
}

.p-guide-service-strengths__item_list ul {
	padding: 16px;
	text-align: center;
}

.p-guide-service-strengths__item_list ul li:nth-child(n+2) {
	margin-top: 12px;
}

@media screen and (min-width: 736px) and (max-width: 1024px) {
	.p-guide-service .c-secondaryHeading__withEnglish+.c-txt-xl {
		display: none;
	}

	.p-guide-service .c-textGroup {
		display: none;
	}
}

@media only screen and (max-width: 735px) {
	.p-guide-service {
		margin-bottom: 134px;
	}

	.p-guide-service .c-secondaryHeading__withEnglish+.c-txt-xl {
		font-size: 2.0rem;
		line-height: 30px;
		margin-bottom: 24px;
		text-align: left;
	}

	.p-guide-service .c-textGroup {
		margin-bottom: 48px;
	}

	.p-guide-service .c-textGroup__items {
		margin-bottom: -15px;
	}

	.p-guide-service .c-textGroup__item {
		margin-bottom: 15px;
		padding: 16px 20px;
	}

	.p-guide-service .c-textGroup__item_heading {
		display: block;
	}

	.p-guide-service .c-textGroup__item_heading p span {
		font-size: 1.6rem;
		height: 28px;
	}

	.p-guide-service .c-textGroup__item_heading p+i {
		font-size: 1.1rem;
		display: block;
		margin-left: 0;
		margin-top: 8px;
	}

	.p-guide-service .c-textGroup__item .c-txt-xl {
		font-size: 1.8rem;
		line-height: 32px;
	}

	.p-guide-service-images {
		margin-bottom: 70px;
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.p-guide-service-images::after {
		bottom: -48px;
		height: 242px;
		width: 19px;
	}

	.p-guide-service-button {
		width: 43%;
	}

	.p-guide-service-button:nth-child(1) {
		left: 10px;
		top: 20.5%;
	}

	.p-guide-service-button:nth-child(2) {
		right: 10px;
		top: 20.5%;
	}

	.p-guide-service-button:nth-child(3) {
		bottom: 0;
		left: 10px;
	}

	.p-guide-service-button:nth-child(4) {
		bottom: 0;
		right: 10px;
	}

	.p-guide-service-button .c-buttonGroup+.c-txt-sm {
		display: flex;
		justify-content: flex-end;
		font-size: 1.0rem;
		margin-top: 6px;
		line-height: 16px;
		text-align: right;
	}

	.p-guide-service-button .c-button-01 i {
		font-size: 1.1rem;
	}

	.p-guide-service-button .c-button-01 a&gt;span {
		font-size: 1.1rem;
		padding: 6.5px 31.5px 7.5px 21.5px;
	}

	.p-guide-service-strengths {
		margin-left: -20px;
		margin-right: -20px;
		padding: 20px;
	}

	.p-guide-service-strengths::before {
		font-size: 60px;
	}

	.p-guide-service-strengths_heading {
		font-size: 2.0rem;
		margin-bottom: 14px;
	}

	.p-guide-service-strengths__items {
		display: block;
	}

	.p-guide-service-strengths__item {
		min-height: initial;
		margin-right: 0;
		width: auto;
		max-width: initial;
	}

	.p-guide-service-strengths__item:nth-child(2) {
		max-width: initial;
		min-width: initial;
	}

	.p-guide-service-strengths__item_heading {
		font-size: 1.6rem;
		height: 32px;
	}

	.p-guide-service-strengths__item_list ul {
		padding: 10px;
	}

	.p-guide-service-strengths__item_list ul li {
		font-size: 1.4rem;
	}
}



/*--------------------------------------------------------------------------------
	number
--------------------------------------------------------------------------------*/

.p-guide-number {
	margin-bottom: 225px;
}

.p-guide-number-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: -32px;
	overflow: hidden;
}

.p-guide-number-item {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 32px;
	position: relative;
	text-align: center;
	width: calc(33.33% - 30px);
}

.p-guide-number-item__inner {
	border: 1px solid #EAEAEA;
	min-height: 250px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
	position: relative;
	text-align: center;
}

.p-guide-number__heading {
	font-size: 2.1rem;
	font-weight: 700;
	margin-bottom: 8px;
}

.p-guide-number__image img {
	height: 96px;
	width: 96px;
}

.p-guide-number__value {
	color: #CF0908;
	font-size: 3.4rem;
	font-weight: 700;
	line-height: 1;
}

.p-guide-number__value span {
	font-size: 4.4rem;
}

.p-guide-number .c-buttonGroup {
	margin-top: 64px;
}

.p-guide-number .p-guide-number-data {
	margin-top: 16px;
	text-align: right;
}

@media only screen and (max-width: 735px) {
	.p-guide-number {
		margin-bottom: 134px;
	}

	.p-guide-number-items {
		justify-content: flex-start;
		margin-left: -7.5px;
		margin-right: -7.5px;
		margin-bottom: -15px;
	}

	.p-guide-number-item {
		margin-left: 7.5px;
		margin-right: 7.5px;
		margin-bottom: 15px;
		width: calc(50% - 15px);
	}

	.p-guide-number-item__inner {
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 190px;
		padding: 0;
	}

	.p-guide-number__heading {
		font-size: 1.6rem;
		margin-bottom: 12px;
	}

	.p-guide-number__heading span {
		display: block;
		font-size: 1.2rem;
	}

	.p-guide-number__image img {
		height: 56px;
		width: 56px;
	}

	.p-guide-number__value {
		font-size: 1.4rem;
		margin-top: 2px;
	}

	.p-guide-number__value span {
		font-size: 2.2rem;
	}

	.p-guide-number .c-buttonGroup {
		margin-top: 32px;
	}

	.p-guide-number .p-guide-number-data {
		font-size: 1.4rem;
		margin-top: 10px;
	}
}



/*--------------------------------------------------------------------------------
	global
--------------------------------------------------------------------------------*/

.p-guide-global .c-textGroup {
	margin-bottom: 56px;
}

.p-guide-global .c-textGroup__item:nth-child(1) {
	padding-right: 55px;
}

.p-guide-global .c-textGroup__item:nth-child(2) {
	padding-left: 15px;
}

.p-guide-global .c-textGroup__item [class^="c-txt-"] {
	margin-bottom: 0;
}

.p-guide-global .c-textGroup__item .c-txt-xl {
	line-height: 43px;
	font-weight: 500;
}

.p-guide-global .c-line-01 {
	margin-top: 100px;
	margin-bottom: 64px;
}

@media only screen and (max-width: 735px) {
	.p-guide-global .c-textGroup {
		margin-bottom: 48px;
	}

	.p-guide-global .c-textGroup__item:nth-child(1) {
		padding-right: 0;
	}

	.p-guide-global .c-textGroup__item:nth-child(2) {
		padding-left: 0;
	}

	.p-guide-global .c-textGroup__item .c-txt-xl {
		font-size: 1.8rem;
		line-height: 32px;
	}

	.p-guide-global .c-buttonGroup__inner {
		margin-left: auto;
		margin-right: auto;
	}

	.p-guide-global .c-imageGroup.c-imageGroup--scroll {
		margin-left: -20px;
		margin-right: -20px;
	}

	.p-guide-global .c-imageGroup.c-imageGroup--single.c-imageGroup--scroll .c-imageGroup__items {
		width: 776px;
	}

	.p-guide-global .c-line-01 {
		margin-top: 64px;
		margin-bottom: 48px;
	}

	.p-guide-global .c-imageGroup.c-imageGroup--twoUp {
		margin-bottom: -32px;
	}

	.p-guide-global .c-imageGroup--twoUp .c-imageGroup__item:nth-child(1) {
		margin-bottom: 64px;
	}

	.p-guide-global .c-imageGroup--twoUp .c-imageGroup__item:nth-child(1) .c-buttonGroup {
		margin-bottom: 0;
		margin-top: 24px;
	}

	.p-guide-global .c-imageGroup--twoUp .c-imageGroup__item:nth-child(2) .c-buttonGroup {
		margin-bottom: 0;
		margin-top: 40px;
	}
}

.p-guide-global .c-image {
	position: relative;
}

.p-mapPositon {
	background-color: #FFF;
	border: 1px solid #CF0908;
	border-radius: 19px;
	cursor: pointer;
	position: absolute;
	width: 100%;
}

.p-mapPositon span {
	color: #CF0908;
	display: flex;
	align-items: center;
	font-size: 1.6rem;
	font-weight: 500;
	height: 32px;
	line-height: 1;
	padding-left: 16px;
	padding-right: 30px;
	position: relative;
}

.p-mapPositon span::before,
.p-mapPositon span::after {
	background-color: #CF0908;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
}

.p-mapPositon span::before {
	height: 2px;
	right: 16.75px;
	width: 10.5px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.p-mapPositon span::after {
	height: 10.5px;
	right: 20.75px;
	width: 2px;
	-webkit-transform: translateY(-46%);
	transform: translateY(-46%);
}

.p-mapPositon--xs {
	max-width: 88px;
}

.p-mapPositon--sm {
	max-width: 104px;
}

.p-mapPositon--md {
	/* max-width: 120px; */
	max-width: 130px;
}

.p-mapPositon--xl {
	/* max-width: 152px; */
	max-width: 182px;
}

[data-mapposi="1"] {
	left: 170px;
	top: 163px;
}

[data-mapposi="2"] {
	left: 170px;
	top: 249px;
}

[data-mapposi="3"] {
	left: 372px;
	top: 196px;
}

[data-mapposi="4"] {
	left: 300px;
	top: 349px;
}

[data-mapposi="5"] {
	/* left: 475px; */
	left: 485px;
	top: 196px;
}

[data-mapposi="6"] {
	left: 452px;
	top: 326px;
}

[data-mapposi="7"] {
	left: 452px;
	top: 411px;
}

[data-mapposi="8"] {
	left: 934px;
	top: 178px;
}

[data-mapposi="9"] {
	left: 934px;
	top: 393px;
}

[data-mapposi="10"] {
	left: 452px;
	top: 283px;
}

[data-mapposi="11"] {
	left: 100px;
	top: 108px;
}

@media only screen and (min-width: 1024px) and (max-width: 1260px) {
	.p-mapPositon span {
		font-size: 1.26984vw;
		height: 2.581vw;
		padding-left: 1.269841vw;
		padding-right: 2.38095vw;
	}

	.p-mapPositon span::before {
		right: 1.236vw;
	}

	.p-mapPositon span::after {
		right: 1.62682vw;
	}

	[data-mapposi="1"] {
		left: 14.34%;
		top: 27%;
	}

	[data-mapposi="2"] {
		left: 14.34%;
		top: 41.51%;
	}

	[data-mapposi="3"] {
		left: 30.97%;
		top: 32.57%;
	}

	[data-mapposi="4"] {
		left: 24.89%;
		top: 58.22%;
	}

	[data-mapposi="5"] {
		/* left: 39.66%; */
		left: 40.66%;
		top: 32.57%;
	}

	[data-mapposi="6"] {
		left: 37.72%;
		top: 54.54%;
	}

	[data-mapposi="7"] {
		left: 37.72%;
		top: 68.86%;
	}

	[data-mapposi="8"] {
		left: 77.8%;
		top: 29.53%;
	}

	[data-mapposi="9"] {
		left: 77.8%;
		/* top: 41.25%; */
		top: 65.5%;
	}

	[data-mapposi="10"] {
		left: 37.72%;
		top: 47.39%;
	}

	[data-mapposi="11"] {
		left: 8.4%;
		top: 18.05%;
	}

	.p-mapPositon--xs {
		max-width: 6.98412vw;
	}

	.p-mapPositon--sm {
		max-width: 8.25396vw;
	}

	.p-mapPositon--md {
		max-width: 9.52380vw;
	}

	.p-mapPositon--xl {
		/* max-width: 12.06349vw; */
		max-width: 14.445vw;
	}
}

@media only screen and (min-width: 736px) and (max-width: 1023px) {
	.p-mapPositon span {
		font-size: 1.3rem;
		height: 28.42px;
		padding-left: 13px;
		padding-right: 24px;
	}

	.p-mapPositon span::before {
		right: 12.657px;
	}

	.p-mapPositon span::after {
		right: 16.863px;
	}

	[data-mapposi="1"] {
		left: 138.2376px;
		top: 130.14px;
	}

	[data-mapposi="2"] {
		left: 138.2376px;
		top: 200.0782px;
	}

	[data-mapposi="3"] {
		left: 298.5508px;
		top: 156.9874px;
	}

	[data-mapposi="4"] {
		left: 239.9396px;
		top: 280.6204px;
	}

	[data-mapposi="5"] {
		/* left: 382.3224px; */
		left: 392.3224px;
		top: 156.9874px;
	}

	[data-mapposi="6"] {
		left: 363.6208px;
		top: 262.8828px;
	}

	[data-mapposi="7"] {
		left: 363.6208px;
		top: 331.9052px;
	}

	[data-mapposi="8"] {
		left: 749.992px;
		top: 142.3346px;
	}

	[data-mapposi="9"] {
		left: 749.992px;
		/* top: 198.825px; */
		top: 315.53px;
	}

	[data-mapposi="10"] {
		left: 363.6208px;
		top: 228.4198px;
	}

	[data-mapposi="11"] {
		left: 80.97px;
		top: 87.001px;
	}

	.p-mapPositon--xs {
		max-width: 69.516px;
	}

	.p-mapPositon--sm {
		max-width: 82.516px;
	}

	.p-mapPositon--md {
		/* max-width: 95.516px; */
		max-width: 105.516px;
	}

	.p-mapPositon--xl {
		/* max-width: 121.516px; */
		max-width: 151.516px;
	}
}

@media only screen and (max-width: 735px) {
	.p-mapPositon span {
		font-size: 1.4rem;
	}

	.p-mapPositon--xs {
		max-width: 80px;
	}

	.p-mapPositon--sm {
		max-width: 90px;
	}

	.p-mapPositon--md {
		/* max-width: 106px; */
		max-width: 116px;
	}

	.p-mapPositon--xl {
		/* max-width: 138px; */
		max-width: 158px;
	}

	[data-mapposi="1"] {
		left: 110px;
		top: 98px;
	}

	[data-mapposi="2"] {
		left: 80px;
		top: 156px;
	}

	[data-mapposi="3"] {
		/* left: 212px; */
		left: 232px;
		top: 98px;
	}

	[data-mapposi="4"] {
		left: 152px;
		top: 215px;
	}

	[data-mapposi="5"] {
		/* left: 305px; */
		left: 330px;
		top: 98px;
	}

	[data-mapposi="6"] {
		left: 305px;
		top: 213px;
	}

	[data-mapposi="7"] {
		left: 305px;
		top: 258px;
	}

	[data-mapposi="8"] {
		left: 510px;
		top: 85px;
	}

	[data-mapposi="9"] {
		left: 568px;
		top: 220px;
	}

	[data-mapposi="10"] {
		left: 305px;
		top: 168px;
	}

	[data-mapposi="11"] {
		left: 40px;
		top: 50px;
	}
}



/*--------------------------------------------------------------------------------
	philosoph
--------------------------------------------------------------------------------*/

.p-guide-philosoph {
	margin-bottom: 140px;
}

.p-guide-philosoph__inner {
	margin: 0 auto;
	padding-left: 30px;
	padding-right: 30px;
	max-width: 1260px;
}

.p-guide-philosoph-kv {
	min-height: 435px;
	margin-bottom: 100px;
	position: relative;
}

.p-guide-philosoph-kv .c-secondaryHeading__withEnglish {
	bottom: 49px;
	left: 50%;
	margin-bottom: 0;
	padding-left: 30px;
	padding-right: 30px;
	position: absolute;
	max-width: 1260px;
	width: 100%;
	z-index: 1;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.p-guide-philosoph-kv .c-secondaryHeading__withEnglish::before {
	bottom: 3px;
	/* left: 236px; */
	left: 290px;
	opacity: .4;
}

.p-guide-philosoph-kv .c-secondaryHeading__withEnglish span i.c-icon--logo:before {
	background-image: url(/tp_e/assets/img/tprs.svg);
	background-size: cover;
	content: "";
	display: block;
	height: 32px;
	width: 98px;
}

.p-guide-philosoph-textGroup {
	margin-bottom: 100px;
}

.p-guide-philosoph-textGroup .p-guide-philosoph__inner {
	padding-left: 260px;
}

.p-guide-philosoph-heading {
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 45px;
	margin-bottom: 48px;
}

.p-guide-philosoph-items {
	margin-bottom: 140px;
}

.p-guide-philosoph-items__inner {
	background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 39%, #f7f7f7 39%, #f7f7f7 100%);
	background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 39%, #f7f7f7 39%, #f7f7f7 100%);
	background: linear-gradient(to right, #ffffff 0%, #ffffff 39%, #f7f7f7 39%, #f7f7f7 100%);
	margin: 0 auto;
	padding-left: 30px;
	padding-right: 30px;
	max-width: 1260px;
	padding: 110px 0;
	position: relative;
}

.p-guide-philosoph-items__inner::after {
	background-color: #f7f7f7;
	content: "";
	height: 100%;
	right: -100%;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-guide-philosoph-item:nth-child(1) {
	margin-bottom: 83px;
}

.p-guide-philosoph-item:nth-child(2) {
	margin-bottom: 53px;
}

.p-guide-philosoph-tprEach .p-guide-philosoph-tprEach__heading {
	border-top: 1px solid #222;
	margin-bottom: 24px;
	padding-top: 24px;
	max-width: 310px;
	width: 100%;
}

.p-guide-philosoph-tprEach {
	background-position: 100px top;
	background-repeat: no-repeat;
	display: flex;
	padding-left: 260px;
}

.p-guide-philosoph-item:nth-child(1) .p-guide-philosoph-tprEach {
	background-image: url(/assets/img/ir/guide/T.svg);
	background-size: 80px auto;
}

.p-guide-philosoph-item:nth-child(2) .p-guide-philosoph-tprEach {
	background-image: url(/assets/img/ir/guide/P.svg);
	background-size: 79px auto;
}

.p-guide-philosoph-item:nth-child(3) .p-guide-philosoph-tprEach {
	background-image: url(/assets/img/ir/guide/R.svg);
	background-size: 94px auto;
}

.p-guide-philosoph-tprEach .p-guide-philosoph-tprEach__heading {
	border-top: 1px solid #222;
	margin-bottom: 24px;
	max-width: 310px;
	width: 100%;
}

.p-guide-philosoph-tprEach .p-guide-philosoph-tprEach__text {
	padding-left: 60px;
	max-width: 630px;
	width: 100%;
}

.p-guide-philosoph-tprEach .p-guide-philosoph-tprEach__heading p {
	font-family: 'Red Rose', cursive;
	font-size: 3.2rem;
	font-weight: 700;
	letter-spacing: 1.23px;
}

.p-guide-philosoph-tprEach .p-guide-philosoph-tprEach__heading p span {
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 29px;
	margin-top: 10px;
}

.p-guide-philosoph-tprEach .p-guide-philosoph-tprEach__text {
	line-height: 29px;
}

@media only screen and (min-width: 736px) and (max-width: 1260px) {
	.p-guide-philosoph-kv .c-secondaryHeading__withEnglish {
		bottom: 49px;
	}

	.p-guide-philosoph-tprEach {
		display: block;
	}

	.p-guide-philosoph-tprEach .p-guide-philosoph-tprEach__text {
		margin-top: 8px;
		padding-left: 0;
	}
}

@media only screen and (max-width: 735px) {
	.p-guide-philosoph {
		margin-bottom: 64px;
	}

	.p-guide-philosoph__inner {
		padding-left: 20px;
		padding-right: 20px;
	}

	.p-guide-philosoph-kv {
		min-height: auto;
		margin-bottom: 48px;
	}

	.p-guide-philosoph-kv .c-secondaryHeading__withEnglish {
		bottom: 33px;
		left: 22px;
		padding-left: 0;
		padding-right: 0;

		-webkit-transform: none;
		transform: none;
	}

	.p-guide-philosoph-kv .c-secondaryHeading__withEnglish::before {
		bottom: 44px;
		left: 30px;
	}

	.p-guide-philosoph-kv .c-secondaryHeading__withEnglish span i {
		display: flex;
		align-items: center;
		min-height: 48px;
	}

	.p-guide-philosoph-kv .c-secondaryHeading__withEnglish span i.c-icon--logo:before {
		height: 24px;
		width: 74px;
	}

	.p-guide-philosoph-textGroup {
		margin-bottom: 48px;
	}

	.p-guide-philosoph-textGroup .p-guide-philosoph__inner {
		padding-left: 20px;
		padding-right: 20px;
	}

	.p-guide-philosoph-heading {
		font-size: 2.4rem;
		line-height: 33px;
		margin-bottom: 40px;
	}

	.p-guide-philosoph-items {
		margin-bottom: 64px;
	}

	.p-guide-philosoph-items__inner {
		background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 50%, #f7f7f7 50%, #f7f7f7 100%);
		background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 50%, #f7f7f7 50%, #f7f7f7 100%);
		background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #f7f7f7 50%, #f7f7f7 100%);
		padding: 64px 0;
	}

	.p-guide-philosoph-item:nth-child(1) {
		margin-bottom: 64px;
	}

	.p-guide-philosoph-item:nth-child(2) {
		margin-bottom: 64px;
	}

	.p-guide-philosoph-tprEach {
		background-position: 30px top;
		display: block;
		padding-left: 120px;
		padding-right: 20px;
	}

	.p-guide-philosoph-item:nth-child(1) .p-guide-philosoph-tprEach {
		background-size: 49px auto;
	}

	.p-guide-philosoph-item:nth-child(2) .p-guide-philosoph-tprEach {
		background-size: 47px auto;
	}

	.p-guide-philosoph-item:nth-child(3) .p-guide-philosoph-tprEach {
		background-size: 56px auto;
	}

	.p-guide-philosoph-tprEach .p-guide-philosoph-tprEach__text {
		padding-left: 0;
	}

	.p-guide-philosoph-tprEach .p-guide-philosoph-tprEach__heading p {
		font-size: 2.4rem;
		letter-spacing: 1px;
	}

	.p-guide-philosoph-tprEach .p-guide-philosoph-tprEach__heading p span {
		font-size: 1.4rem;
		margin-top: 8px;
	}

	.p-guide-philosoph-tprEach .p-guide-philosoph-tprEach__text {
		font-size: 1.2rem;
		line-height: 22px;
	}

	.p-guide-philosoph .c-imageGroup {
		margin-left: -20px;
		margin-right: -20px;
	}

	.p-guide-philosoph .c-imageGroup.c-imageGroup--single.c-imageGroup--scroll .c-imageGroup__inner {
		padding-bottom: 0;
	}
}

@media only screen and (min-width: 736px) {
	.p-guide-locations .c-imageGroup .c-image {
		margin-bottom: 20px;
	}
}</pre></body></html>