@charset "UTF-8";

/* ---------------------------------------------
	Home - Component
--------------------------------------------- */
.p-top .c-head__l span {
	display: block;
}
.p-top .c-head__l .c-head__l__en {
	font-weight: 600;
	line-height: 1;
	letter-spacing: normal;
}
.p-top .c-head__l .c-head__l__jp {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: normal;
}
.p-top p {
	font-weight: normal;
}
/* ------------------------------
	Link -- under bar
------------------------------ */
.c-link__bar {
	color: #003352;
	font-weight: bold;
	display: block;
	position: relative;
	max-width: 400px;
	width: 100%;
	letter-spacing: 0.03em;
	border-bottom-style: solid;
	border-color: #003352;
}
.c-link__bar::after {
	content: "";
	display: inline-block;
	border-right-style: solid;
	border-top-style: solid;
	border-color: #003352;
	bottom: 0.8em;
	height: 0.7em;
	width: 0.7em;
	position: absolute;
	right: 10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	z-index: 0;
}
.c-link__bar:hover::after {
	right: 0;
}
@media screen and (min-width: 768px) {
	.c-link__bar {
		font-size: clamp(15px, 1.05vw, 16.8px);
		border-width: 0.1em;
	}
	.c-link__bar::after {
		border-width: 2px;
	}
}
@media screen and (max-width: 767.98px) {
	.c-link__bar {
		border-width: 0.083333333333333em;
		font-size: 3vw;
		width: 100%;
		max-width: none;
	}
	.c-link__bar::after {
		border-width: 0.158730158730159em;
	}
}
/* 	Link -- under bar -- Features
------------------------------ */
.p-top-features a.c-link__bar {
	padding-bottom: 0.3em;
}
@media screen and (min-width: 768px) and (max-width: 999.08px) {
	.p-top-features a.c-link__bar {
		max-width: 350px;
		width: 51%;
	}
}
@media screen and (min-width: 768px) {
	.p-top-features a.c-link__bar {
		margin-top: 4.8em;
	}
}
@media screen and (max-width: 767.98px) {
	.p-top-features a.c-link__bar {
		margin-top: 4.6em;
	}
}
/* 	Link -- under bar -- Company
------------------------------ */
.p-top-company a.c-link__bar {
	padding-bottom: 0.55em;
}
.p-top-company a.c-link__bar + a.c-link__bar {
	margin-top: 1.39em;
}
@media screen and (max-width: 767.98px) {
	.p-top-company a.c-link__bar {
		padding-bottom: 0.45em;
	}
	.p-top-company a.c-link__bar + a.c-link__bar {
		margin-top: 1.43em;
	}
}
/* ------------------------------
	Link -- Button
------------------------------ */
.c-link__btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-weight: normal;
	letter-spacing: 0.1em;
	position: relative;
	text-align: center;
	width: 12.5em;
	font-size: 19.2px;
	margin-top: 1.65em;
	padding: 0.135em 1.5em 0.28em 0.5em;
	line-height: 1.1;
	min-height: 35.3606px;
}
.c-link__btn::after {
	content: "";
	display: inline-block;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	transition: all 0.5s;
	width: 0.6em;
	height: 0.6em;
	z-index: 0;
	position: absolute;
	right: 6%;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}
.c-link__btn:hover::after {
	right: 3%;
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
	.c-link__btn {
		width: 12.5em;
		font-size: 1.6vw;
		min-height: 2.947vw;
	}
}
@media screen and (max-width: 767.98px) {
	.c-link__btn {
		font-size: 3.36vw;
		min-height: 6.188vw;
	}
}

/* ---------------------------------------------
	Home -- main visual
--------------------------------------------- */
.p-top-mainvisual__bg {
	height: 0;
	margin: auto;
	padding-bottom: 100%;
	position: relative;
	width: 100%;
	z-index: 0;
}
.p-top-mainvisual__bg::before {
	-o-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-image: url(../images/home/mainvisual_s.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 95%;
	z-index: 1;
}
.p-top-mainvisual__bg::after {
	background: #414141;
	content: "";
	display: block;
	height: 88%;
	left: 0;
	position: absolute;
	top: 5%;
	width: 95%;
	z-index: -1;
}
.p-top-mainvisual__bg > p,
.p-top-mainvisual__bg > h2 {
	display: none;
}
@media screen and (min-width: 768px) {
	.p-top-mainvisual__bg {
		padding-bottom: 55%;
	}
	.p-top-mainvisual__bg::before {
		background-image: url("../images/home/mainvisual.png");
		background-size: cover;
		width: calc(100% - 50px);
	}
	.p-top-mainvisual__bg::after {
		top: 12%;
		width: calc(100% - 50px);
	}
}
@media screen and (min-width: 1000px) {
	.p-top-mainvisual__bg {
		padding-bottom: 42.5%;
	}
	.p-top-mainvisual__bg::before {
		height: 88.2%;
		width: calc(100% - 150px);
	}
	.p-top-mainvisual__bg::after {
		width: calc(100% - 150px);
	}
}
@media screen and (max-width: 999.98px) {
	.p-top-mainvisual__bg::before {
		height: 90%;
	}
	.p-top-mainvisual__bg::after {
		height: 90%;
		top: auto;
		bottom: 0;
	}
}
@media screen and (min-width: 1280px) {
	.p-top-mainvisual__bg::before {
		width: calc(100% - 201px);
	}
	.p-top-mainvisual__bg::after {
		width: calc(100% - 201px);
	}
}

/* ---------------------------------------------
	Home -- news
--------------------------------------------- */
.p-top-news .l-container {
	display: flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	/*height: 130vw;*/
	height: 150vw;
	position: relative;
	border-left: 1.1339px solid #003352;
}
.p-top-news .l-container .c-head__l {
	line-height: 1.45;
}
.p-top-news .l-container .c-head__l .c-head__l__en {
	transform: translateY(-0.15em);
	letter-spacing: normal;
}
.p-top-news .l-container .c-head__l .c-head__l__jp {
	font-weight: normal;
}
.p-top-news__list article {
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	position: relative;
	width: 80vw !important;
}
.p-top-news__list article time {
	display: block;
	font-weight: 400;
	letter-spacing: 0;
	font-size: 16px;
	width: 23%;
}
.p-top-news__list article .news_txt_wrap {
	font-size: 16px;
	letter-spacing: 0.02em;
	width: 100% !important;
}
.p-top-news__list article .news_txt_wrap .news_title {
	overflow: hidden;
	margin-bottom: 0;
	font-weight: 400;
	width: 100% !important;
}
.p-top-news__list article .news_txt_wrap .news_txt {
	display: none;
}
.p-top-news .l-container .p-top-news__list::after {
	display: block;
	position: absolute;
	right: 0;
	/*top: 40px !important;*/
	top: 80px !important;
	margin-top: 150px;
}
@media screen and (min-width: 600px) {
	.p-top-news .l-container {
		min-height: 800px;
	}
}
@media screen and (min-width: 767px) {
	.p-top-news .l-container {
		/*height: 400px;*/
		height: 500px;
		min-height: auto !important;
		/*max-height: 400px;*/
		max-height: 500px !important;
	}
}
@media screen and (min-width: 1000px) {
	.p-top-news {
		/*height: 600px;*/
		height: 700px;
		padding-top: 83px;
		padding-bottom: 80px;
	}
	.p-top-news .l-container {
		/*height: 420px;*/
		height: 600px;
		min-height: 420px !important;
		/*max-height: 420px;*/
		max-height: 600px;
	}
	.p-top-news .l-container .c-head__l .c-head__l__en {
		font-size: 40px;
	}
	.p-top-news .l-container .c-head__l .c-head__l__jp {
		font-size: 18px;
	}
	.p-top-news__list article {
		margin-top: 0px;
	}
	.p-top-news__list article .news_txt_wrap {
		font-size: 16px;
		letter-spacing: 0.02em;
		width: 77%;
	}
	.p-top-news__list article .news_txt_wrap .news_title {
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		line-clamp: 1;
		display: -webkit-box;
		font-size: 16px;
	}
	.p-top-news .l-container > a {
		position: absolute;
		bottom: -20px;
		left: 0;
	}
	.p-top-news .l-container .p-top-news__list::after {
		display: block;
		position: absolute;
		right: 0;
		top: 40px !important;
	}
}
@media screen and (min-width: 1280px) {
	.p-top-news {
		/*height: 450px;*/
		height: 550px;
	}
	.p-top-news .l-container {
		/*height: 300px;*/
		height: 400px;
		min-height: 300px !important;
		/*max-height: 300px;*/
		max-height: 400px;
	}
	.p-top-news .l-container .c-head__l {
		border-right: 1.1339px solid #003352;
		text-align: center;
		display: flex;
		flex-flow: column;
		justify-content: center;
		padding: 0 2.9%;
		width: 202px;
		margin-bottom: 0;
	}
	.p-top-news .l-container .c-head__l .c-head__l__en {
		margin-bottom: 0.07em;
	}
	.p-top-news .l-container .p-top-news__list {
		border-right: 1px solid #003352;
		padding-left: 6.7%;
		padding-right: 5%;
		padding-top: 1em;
		width: 66.7%;
	}
	.p-top-news .l-container::after {
		content: "";
		width: 155px;
		height: 155px;
		background-image: url(../images/common/security_action.png);
		background-repeat: no-repeat;
		background-size: 100%;
		display: block;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(calc(-50% - 5px));
	}
	.p-top-news .l-container > a {
		position: absolute;
		bottom: 10px;
		left: 280px;
	}
	.p-top-news .l-container > a::after {
		border-right: 0.158730158730159em solid #003352;
		border-top: 0.158730158730159em solid #003352;
		bottom: 0.6em;
		content: "";
		display: inline-block;
		height: 0.6em;
		position: absolute;
		right: -30px;
		top: 50%;
		-webkit-transform: rotate(45deg) translateY(-50%);
		transform: rotate(45deg) translateY(-50%);
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
		width: 0.6em;
		z-index: 0;
	}
}
@media screen and (min-width: 1000px) and (max-width: 1279.98px) {
	.p-top-news .l-container {
		padding-left: 4vw;
		padding-right: 4vw;
		min-height: 260px;
	}
	.p-top-news .l-container .c-head__l {
		margin-bottom: 32px;
	}
	.p-top-news .l-container .p-top-news__list {
		width: 76%;
		position: relative;
	}
	.p-top-news .l-container .p-top-news__list::after {
		content: "";
		width: 155px;
		height: 155px;
		background-image: url(../images/common/security_action.png);
		background-repeat: no-repeat;
		background-size: 100%;
		display: block;
		position: absolute;
		right: -8%;
		top: 50%;
		transform: translateY(-50%) translateX(100%);
	}
	.p-top-news .l-container > a {
		color: #003352;
		display: inline-block;
		font-weight: 500;
		position: relative;
		font-size: clamp(10.08px, 3.15vw, 18px);
		margin-top: 2.5em;
		width: 9em;
		z-index: 1;
		letter-spacing: 0.08em;
	}
	.p-top-news .l-container > a::after {
		border-right: 0.158730158730159em solid #003352;
		border-top: 0.158730158730159em solid #003352;
		bottom: 0.6em;
		content: "";
		display: inline-block;
		height: 0.6em;
		position: absolute;
		right: 10px;
		top: 50%;
		-webkit-transform: rotate(45deg) translateY(-50%);
		transform: rotate(45deg) translateY(-50%);
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
		width: 0.6em;
		z-index: 0;
	}
}
@media screen and (max-width: 1279.98px) {
	.p-top-news .l-container {
		display: block;
		border-right: 1.1339px solid #003352;
		max-height: 240px;
	}
	.p-top-news .l-container .p-top-news__list::after {
		content: "";
		width: 165px;
		height: 165px;
		background-image: url(../images/common/security_action.png);
		background-repeat: no-repeat;
		background-size: 100%;
		display: block;
		position: absolute;
		right: -45px;
		top: 70px;
	}
}
@media screen and (max-width: 999.98px) {
	.p-top-news {
		padding-top: 80px;
		padding-bottom: 80px;
		padding-top: min(20vw, 80px);
		padding-bottom: min(20vw, 80px);
	}
	.p-top-news .l-container {
		padding-left: 4.842vw;
		padding-right: 4.842vw;
		width: calc(100% - 10vw);
		/*max-height: 600px;*/
		max-height: 700px;
		border-width: 1px;
	}
	.p-top-news .l-container .c-head__l {
		margin-bottom: 0;
		text-align: left;
	}
	.p-top-news .l-container .c-head__l .c-head__l__en {
		font-size: clamp(32px, 10vw, 40px);
		line-height: 1;
		transform: translateY(-0.125em) translateX(-2px);
	}
	.p-top-news .l-container .c-head__l .c-head__l__jp {
		font-size: clamp(10.08px, 3.15vw, 18px);
		margin-bottom: 1.849579365079365em;
	}
	.p-top-news__list {
		width: 60%;
	}
	.p-top-news__list article time {
		font-size: clamp(8.8px, 2.75vw, 16px);
		width: 8.4em;
	}
	.p-top-news__list article .news_txt_wrap .news_title {
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		display: -webkit-box;
		font-size: clamp(8.8px, 2.75vw, 16px);
		line-height: 1.7;
	}
	.p-top-news__list article + article {
		margin-top: 0.27em;
	}
	.p-top-news .l-container > a {
		color: #003352;
		display: inline-block;
		font-weight: 500;
		position: relative;
		font-size: clamp(10.08px, 3.15vw, 18px);
		margin-top: 2.5em;
		width: 9em;
		z-index: 1;
		letter-spacing: 0.08em;
	}
	.p-top-news .l-container > a::after {
		border-right: 0.158730158730159em solid #003352;
		border-top: 0.158730158730159em solid #003352;
		bottom: 0.6em;
		content: "";
		display: inline-block;
		height: 0.6em;
		position: absolute;
		right: 10px;
		top: 50%;
		-webkit-transform: rotate(45deg) translateY(-50%);
		transform: rotate(45deg) translateY(-50%);
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
		width: 0.6em;
		z-index: 0;
	}
	.p-top-news .l-container .p-top-news__list::after {
		content: "";
		width: 155px;
		height: 155px;
		background-image: url(../images/common/security_action.png);
		background-repeat: no-repeat;
		background-size: 100%;
		display: block;
		position: absolute;
		right: 35px;
		top: 35px;
	}
}
@media screen and (max-width: 766px) {
	.p-top-news {
		padding-top: 20vw;
		padding-bottom: 20vw;
	}
	.p-top-news .l-container {
		border-width: 0.25vw;
		padding-bottom: 40vw;
		position: relative;
	}
	.p-top-news .l-container .p-top-news__list::after {
		content: "";
		width: 30vw;
		max-width: 200px;
		height: 30vw;
		background-image: url(../images/common/security_action.png);
		background-repeat: no-repeat;
		background-size: 100%;
		display: block;
		position: absolute;
		left: calc((100% - 30vw) / 2);
		top: 60vw !important;
	}
	.p-top-news .l-container .c-head__l .c-head__l__en {
		font-size: 10vw;
	}
	.p-top-news .l-container .c-head__l .c-head__l__jp {
		font-size: 3.15vw;
	}
	.p-top-news__list article time {
		font-size: 2.75vw;
	}
	.p-top-news__list article .news_txt_wrap .news_title {
		font-size: 2.75vw;
	}
	.p-top-news .l-container > a {
		font-size: 3.15vw;
	}
	.p-top-news .l-container > a::after {
		right: 2.5vw;
	}
}

/* ---------------------------------------------
	Home -- Focus Designの特徴
--------------------------------------------- */
.p-top-features {
	overflow: hidden;
}
.p-top-features .p-top-features__title {
	color: #003352;
	margin-bottom: 0;
}
.p-top-features .p-top-features__title .p-top-features__title__sub {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: solid 2.8346px #003352;
	line-height: 1.3;
	padding: 0.05em 0.75em 0.1em;
	letter-spacing: 0.03em;
}
.p-top-features .p-top-features__title .p-top-features__title__main {
	display: block;
	position: relative;
	z-index: 1;
}
.p-top-features .p-top-features__title .p-top-features__title__main .lang__en {
	font-size: 3.4em;
	letter-spacing: normal;
	color: transparent;
	background-image: url(../images/home/features_heading.svg);
	background-repeat: no-repeat;
	display: inline-block;
	background-repeat: no-repeat;
	display: inline-block;
	background-position: 0 calc(100% - 0.15em);
	background-size: 94%;
}
.p-top-features .p-top-features__title .p-top-features__title__main .lang__jp {
	font-weight: 500;
}
.p-top-features__inner .p-top-features__subtitle {
	line-height: 1.647058823529412;
	letter-spacing: 0.02em;
	margin-bottom: 0.5em;
	font-weight: 500;
}
.p-top-features__inner .p-top-features__inner__txt {
	line-height: 2.375;
	letter-spacing: 0.02em;
	margin-bottom: 0;
}
@media screen and (min-width: 1600px) {
	.p-top-features .l-container::before {
		content: "";
		display: block;
		width: 66.875em;
		height: 66.875em;
		background-image: url(../images/home/features_zero.svg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		left: 30%;
		transform: translateY(-49.8%);
		top: 50%;
		z-index: -1;
	}
}
@media screen and (max-width: 1599.98px) {
	.p-top-features .l-container::before {
		display: none;
	}
}
@media screen and (min-width: 768px) and (max-width: 1599.98px) {
	.p-top-features::before {
		content: "";
		display: block;
		width: max(66.875vw, 802.5px);
		height: max(66.875vw, 802.5px);
		background-image: url(../images/home/features_zero.svg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		transform: translateY(-49.8%);
		top: 50%;
		z-index: -1;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1599.98px) {
	.p-top-features::before {
		right: -1.938vw;
	}
}
@media screen and (min-width: 768px) and (max-width: 1279.98px) {
	.p-top-features::before {
		left: 35%;
	}
}
@media screen and (min-width: 1000px) {
	.p-top-features {
		padding-top: clamp(80px, 10vw, 160px);
		padding-bottom: clamp(80px, 10vw, 160px);
		font-size: clamp(12px, 1vw, 16px);
	}
}
@media screen and (min-width: 768px) and (max-width: 999.98px) {
	.p-top-features {
		padding-top: min(20vw, 80px);
		padding-bottom: min(20vw, 80px);
		font-size: 1.25vw;
	}
	.p-top-features::before {
		max-width: 760px;
		max-height: 760px;
		width: 85vw;
		height: 85vw;
	}
}
@media screen and (min-width: 768px) {
	.p-top-features .p-top-features__sp {
		display: none;
	}
	.p-top-features__illust {
		display: none;
	}
	.p-top-features .p-top-features__title {
		font-size: 1em;
		margin-bottom: 4.3em;
	}
	.p-top-features .p-top-features__title .p-top-features__title__sub {
		border-width: 0.14em;
		font-size: 1.375em;
	}
	.p-top-features .p-top-features__title .p-top-features__title__main .lang__en {
		font-size: 4.75em;
	}
	.p-top-features .p-top-features__title .p-top-features__title__main .lang__jp {
		font-size: 3.125em;
		position: relative;
		left: -0.4em;
		top: -0.1em;
	}
	.p-top-features__inner .p-top-features__subtitle {
		font-size: 2.125em;
	}
	.p-top-features__inner .p-top-features__inner__txt {
		font-size: max(1em, 14px);
	}
}
/* VWバージョン */
@media screen and (max-width: 767.98px) {
	.p-top-features__pc {
		display: none;
	}
	.p-top-features {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.p-top-features .l-container {
		width: calc(100% - 20vw);
	}
	.p-top-features .p-top-features__title {
		font-size: 3.85vw;
		margin-bottom: 2em;
	}
	.p-top-features .p-top-features__title .p-top-features__title__sub {
		border-width: 0.625vw;
	}
	.p-top-features .p-top-features__title .p-top-features__title__main {
		white-space: nowrap;
	}
	.p-top-features .p-top-features__title .p-top-features__title__main .lang__en {
		font-size: 2.532467532467532em;
		background-position: 0 calc(100% - 0.1em);
		background-size: 98%;
	}
	.p-top-features .p-top-features__title .p-top-features__title__main .lang__jp {
		font-size: 1.623376623376623em;
	}
	.p-top-features__illust {
		width: 120vw;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		margin-bottom: -6%;
		z-index: -1;
	}
	.p-top-features__inner .p-top-features__subtitle {
		font-size: 5.5vw;
		line-height: 1.681818181818182;
		margin-bottom: 0.7em;
	}
	.p-top-features__inner .p-top-features__inner__txt {
		font-size: 3vw;
		line-height: 2.216666666666667;
	}
}

/* 固定値の場合（Focus Designの特徴） */
/* @media screen and (min-width: 480.02px) and (max-width: 767.98px) {
  .p-top-features .p-top-features__title {
    font-size: 3.4vw;
  }
  .p-top-features__inner .p-top-features__subtitle {
    font-size: 5vw;
  }
  .p-top-features__inner .p-top-features__inner__txt {
    font-size: 2.5vw;
  }
  .p-top-features__illust {
    width: 108vw;
  }
}
@media screen and (max-width: 767.98px) {
  .p-top-features__pc{
    display: none;
  }
  .p-top-features {
    padding-top: min(20vw, 80px);
    padding-bottom: min(20vw, 80px);
  }
  .p-top-features .l-container {
    width: calc(100% - 20vw);
  }
  .p-top-features .p-top-features__title {
    font-size: clamp(12.6px, 3.85vw, 21.7px);
    margin-bottom: 2em;
  }
  .p-top-features .p-top-features__title .p-top-features__title__main {
    white-space: nowrap;
  }
  .p-top-features .p-top-features__title .p-top-features__title__main .lang__en {
    font-size: 2.532467532467532em;
    background-position: 0 calc(100% - 0.1em);
    background-size: 98%;
  }
  .p-top-features .p-top-features__title .p-top-features__title__main .lang__jp {
    font-size: 1.623376623376623em;
  }
  .p-top-features__illust{
    width: 120vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: -6%;
    z-index: -1;
  }
  .p-top-features__inner .p-top-features__subtitle {
    font-size: clamp(18px, 5.5vw, 31px);
    line-height: 1.681818181818182;
    margin-bottom: 0.7em;
  }
  .p-top-features__inner .p-top-features__inner__txt {
    font-size: clamp(10px, 3vw, 17px);
    line-height: 2.216666666666667;
  }
}
@media screen and (min-width: 480.02px) and (max-width: 767.98px) {
  .p-top-features .p-top-features__title {
    font-size: 3.4vw;
  }
  .p-top-features__inner .p-top-features__subtitle {
    font-size: 5vw;
  }
  .p-top-features__inner .p-top-features__inner__txt {
    font-size: 2.5vw;
  }
  .p-top-features__illust {
    width: 108vw;
  }
} */

/* ---------------------------------------------
	Home -- Company
--------------------------------------------- */
.p-top-company .c-head__l {
	font-size: 10px;
	text-align: left;
}
.p-top-company .c-head__l .c-head__l__en {
	font-size: 6.8em;
	transform: translateY(-0.15em) scale(0.9, 1);
	transform-origin: top left;
}
.p-top-company .c-head__l .c-head__l__jp {
	font-size: 1.8em;
}
.p-top-company .l-container .p-top-company__txt {
	font-size: 28px;
	font-weight: 400;
	margin-top: 3.1em;
	line-height: 1.678571428571429;
	letter-spacing: 0.02em;
}
.p-top-company .l-container .p-top-company__invoice {
	font-size: 16px;
	font-weight: normal;
	display: block;
	margin-top: 0.87em;
	margin-bottom: 4.65em;
	letter-spacing: 0.02em;
	transform: translateX(2px);
}
@media screen and (min-width: 1200px) {
	.p-top-company {
		padding-bottom: 10px;
		margin-top: 166px;
		margin-bottom: 158px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
	.p-top-company {
		margin-top: max(100px, 10.375vw);
		margin-bottom: max(100px, 9.875vw);
		padding-bottom: 0.625vw;
	}
	.p-top-company .c-head__l {
		font-size: 0.833vw;
		font-size: max(7.5px, 0.833vw);
	}
	.p-top-company .l-container .p-top-company__txt {
		font-size: 2.333vw;
		font-size: max(21px, 2.333vw);
	}
	.p-top-company .l-container .p-top-company__invoice {
		font-size: 1.333vw;
		font-size: max(12px, 1.333vw);
	}
}
@media screen and (min-width: 768px) {
	.p-top-company {
		overflow: hidden;
		margin-left: auto;
		margin-right: auto;
		padding-top: 0px;
	}
	.p-top-company .c-head__l .c-head__l__en {
		margin-bottom: -0.09em;
	}
	.p-top-company .p-top-company__img {
		width: 42.563vw;
		height: 100%;
		position: absolute;
		left: 0;
	}
	.p-top-company .p-top-company__img img {
		width: 100%;
		height: 101%;
		object-fit: cover;
	}
	.p-top-company .l-container {
		display: flex;
		justify-content: end;
	}
	.p-top-company .l-container .p-top-company__txt br:nth-of-type(2) {
		display: none;
	}
	.p-top-company .l-container .p-top-company__txt-wrap {
		width: 50%;
	}
}
@media screen and (max-width: 767.98px) {
	.p-top-company .l-container {
		width: calc(100% - 20vw);
	}
	.p-top-company .c-head__l .c-head__l__en {
		font-size: 11.9vw;
		margin-top: 1.25em;
	}
	.p-top-company .c-head__l .c-head__l__jp {
		font-size: 3.15vw;
	}
	.p-top-company .p-top-company__img {
		width: calc(100% - 10vw);
	}
	.p-top-company .l-container .p-top-company__txt {
		font-size: 4.9vw;
		margin-top: 1.785em;
	}
	.p-top-company .l-container .p-top-company__txt br:nth-of-type(2) {
		display: block;
	}
	.p-top-company .l-container .p-top-company__invoice {
		font-size: 2.9vw;
		margin-top: 0.6em;
		margin-bottom: 4.12em;
		letter-spacing: -0.005em;
	}
}

/* ---------------------------------------------
	Home -- OUR SERVICE
--------------------------------------------- */
.p-top-service .c-head__l {
	font-size: 10px;
	margin-bottom: 7.5em;
}
.p-top-service .c-head__l .c-head__l__en {
	font-size: 6.8em;
	transform: scale(0.9, 1);
	letter-spacing: normal;
	margin-bottom: 0.05em;
}
.p-top-service .c-head__l .c-head__l__jp {
	font-size: 2em;
	letter-spacing: 0.04em;
}
.p-top-service .top-service-head__m {
	font-size: 32px;
	margin-top: 1.04em;
	letter-spacing: 0.02em;
}
.p-top-service .top-service-txt {
	font-size: 18px;
	line-height: 1.666666666666667;
	letter-spacing: normal;
	margin-top: 0.8em;
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
	.p-top-service .c-head__l {
		font-size: 0.833vw;
	}
	.p-top-service .top-service-head__m {
		font-size: 2.667vw;
	}
	.p-top-service .top-service-txt {
		font-size: 1.5vw;
	}
}
@media screen and (min-width: 768px) {
	.p-top-service {
		padding-top: min(151px, 9.438vw);
		padding-bottom: min(119px, 7.438vw);
	}
	.p-top-service {
		background: linear-gradient(#f0f0f0 0, #f0f0f0 50%, #fff 50%, #fff 100%);
	}
	.p-top-service .l-container.flx {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row;
		flex-flow: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.p-top-service .l-container > .col_item {
		width: 47.5%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.p-top-service .top-service-txt {
		flex-grow: 1;
	}
}
@media screen and (max-width: 767.98px) {
	.p-top-service {
		background: linear-gradient(#f0f0f0 0, #f0f0f0 25%, #fff 25%, #fff 100%);
		padding-top: 18.25vw;
		padding-bottom: 20vw;
	}
	.p-top-service .l-container {
		width: calc(100% - 10vw);
	}
	.p-top-service .c-head__l {
		font-size: 2.5vw;
		margin-bottom: 5.4em;
	}
	.p-top-service .c-head__l .c-head__l__en {
		font-size: 4.76em;
		margin-bottom: 0.04em;
	}
	.p-top-service .c-head__l .c-head__l__jp {
		font-size: 1.4em;
	}
	.p-top-service .top-service-head__m {
		font-size: 5.6vw;
	}
	.p-top-service .top-service-txt {
		font-size: 3.15vw;
		margin-top: 0.82em;
	}
	.p-top-service .l-container > .col_item + .col_item {
		margin-top: 14.75vw;
	}
}

/* ---------------------------------------------
	Home -- map
--------------------------------------------- */
.p-top-map {
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-image: url(../images/home/map_img.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	position: relative;
}
.p-top-map > a {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}
@media screen and (min-width: 768px) {
	.p-top-map {
		height: 28.75vw;
		max-height: 460px;
	}
}
@media screen and (max-width: 767.98px) {
	.p-top-map {
		background-image: url(../images/home/map_img_sp.png);
		height: 80.5vw;
	}
}

/* ---------------------------------------------
	Home -- link
--------------------------------------------- */
.p-top-link {
	padding-bottom: 80px;
	padding-top: 80px;
}
.p-top-link ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
}
.p-top-link ul li {
	-o-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding-bottom: 36%;
	position: relative;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	width: 100%;
}
.p-top-link ul li:hover {
	background-size: 120% auto;
}
.p-top-link ul li a {
	background: rgba(0, 51, 82, 0.8);
	color: #fff;
	height: 100%;
	left: 0;
	line-height: 1.2;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 2.25em;
}
.p-top-link ul li a:hover {
	background: rgba(0, 51, 82, 0.9);
	opacity: 1;
}
.p-top-link ul li a .lang__en {
	font-weight: bold;
	font-size: 44px;
	transform-origin: left top;
	margin-bottom: 0.15em;
}
.p-top-link ul li a .lang__jp {
	font-weight: normal;
	font-size: 16px;
}
.p-top-link ul li a .lang__jp::before {
	content: "";
	display: block;
	width: 1em;
	height: 1em;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	z-index: 0;
	right: 2.5em;
}
.p-top-link ul li a:hover .lang__jp::before {
	right: 1em;
}
.p-top-link ul li:nth-child(1) {
	background-image: url("../images/home/link_card_greeting.jpg");
}
.p-top-link ul li:nth-child(2) {
	background-image: url("../images/home/link_card_column.jpg");
}
.p-top-link ul li:nth-child(3) {
	background-image: url("../images/home/link_card_access.jpg");
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
	.p-top-link {
		padding-bottom: 6.667vw;
		padding-top: 6.667vw;
	}
	.p-top-link ul li a {
		padding: 1em 1.75em;
	}
	.p-top-link ul li a .lang__en {
		font-size: 3.667vw;
		margin-top: -0.7em;
	}
	.p-top-link ul li a .lang__jp {
		font-size: 1.333vw;
	}
	.p-top-link ul li a .lang__jp::before {
		right: 1.75em;
	}
}
@media screen and (min-width: 768px) {
	.p-top-link ul {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.p-top-link ul li {
		padding-bottom: 23.4%;
		width: 31.8%;
	}
}
@media screen and (max-width: 767.98px) {
	.p-top-link {
		padding-bottom: 20vw;
		padding-top: 20vw;
	}
	.p-top-link .l-container {
		width: calc(100% - 20vw);
	}
	.p-top-link ul li a .lang__en {
		font-size: 7.7vw;
	}
	.p-top-link ul li a .lang__jp {
		font-size: 2.8vw;
	}
	.p-top-link ul li {
		padding-bottom: 31%;
	}
	.p-top-link ul li + li {
		margin-top: 7vw;
	}
	.p-top-link ul li {
		background-position: right bottom;
		background-size: 82% auto;
	}
	.p-top-link ul li:hover {
		background-size: 90% auto;
	}
	.p-top-link ul li a {
		padding: 1.6em;
	}
	.p-top-link ul li a .lang__en {
		margin-top: -0.2em;
	}
	.p-top-link ul li a .lang__jp::before {
		border-width: 0.396vw;
		right: 2.5em;
	}
}
