@charset "UTF-8";

.header {
	height: 100px;
}

.header__logo {
	max-width: 290px;
	width: 16%;
	height: auto;
	aspect-ratio: 290 / 60;
}

.header__search .icon path {
	fill: var(--point02-color);
}

.header__search .icon g {
	opacity: 1;
}

.header__nav_item_inn:hover span {
	transition: color 0.3s;
}

.header__nav_item_inn span {
	text-shadow: none;
}

.header__megamenu {
	top: 100px;
}

.header__megamenu_nav span {
	text-shadow: none;
}

.header__nav_item.contact {
	font-size: 1.8rem;
}

.header__nav_item.contact .header__nav_item_inn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: min(13.8vw, 200px);
	height: 100px;
	background-color: var(--point-color);
	color: #fff;
	cursor: pointer;
}

@media screen and (max-width: 1023px) {
	.header {
		height: 60px;
	}

	.header__logo {
		aspect-ratio: 193 / 40;
		max-width: 193px;
		width: 100%;
	}
}

@media screen and (min-width: 1024px) {
	.header.target .header__nav_item_inn span {
		text-shadow: none;
	}

	.header.target .header__search .icon path {
		fill: #fff;
	}

	.header__search .icon g {
		opacity: 1;
	}
}

@media (hover: hover) and (pointer: fine) {
	.header__nav_item_inn:hover span {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		color: var(--point-color);
	}

	.header__megamenu_nav li:hover:not(.header__megamenu_item) span,
	.header__megamenu_item li.last.w100 li:hover span {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	.header__nav_item.contact:hover .header__nav_item_inn span {
		color: #fff;
	}
}

.top .mv__copy {
	font-size: 4.2rem;
	text-transform: initial;
	line-height: calc(63 / 42);
}

.top .mv__btn {
	width: 100%;
}

.top .mv__btn .arrow_wrap {
	min-width: 24px;
}

.top .business {
	margin-top: 120px;
}

.top .business__txt .num {
	width: 40px;
}

.service .text {
	text-align: center;
	line-height: calc(32 / 16);
	margin-bottom: 30px;
}

.service__img .c-title02 .en {
	font-size: 3rem;
	color: #fff;
	opacity: 1;
}

.service__wrapper .c-title02 .en {
	font-size: 3.1rem;
	color: rgb(36 59 176 / 0.6);
	opacity: 1;
}

.top .service__link li {
	width: auto;
}

.top .col2 {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.top .col2__item {
	width: 100%;
	height: auto;
}

.top .col2__item.company-address {
	overflow: visible;
	padding: 30px 60px;

	.item {
		padding: 12px 0;
	}

	.item:not(:first-child) {
		border-top: solid 1px var(--line02-color);
	}

	.name {
		display: grid;
		grid-template-columns: 16px 1fr;
		column-gap: 8px;
		font-size: 1.6rem;
		font-weight: 700;
		line-height: calc(24 / 16);
		letter-spacing: 0.16px;
	}

	.name::before {
		content: "";
		width: 16px;
		height: 20px;
		margin-block: calc((1lh - 20px) / 2);
		background: url(../img/common/icon-pin.svg) no-repeat center center / contain;
	}

	.data {
		line-height: calc(24 / 16);
		font-size: 1.6rem;
		color: rgb(16 34 51 / 0.6);
		letter-spacing: 0.16px;
		margin-top: 5px;
	}
}

@media screen and (max-width: 1280px) {
	.top .service__wrapper {
		position: relative;
		bottom: auto;
		min-height: auto;
		padding: 30px 20px 0;
	}

	.top .col2__item.company-address {
		padding: 30px;
	}
}

@media screen and (max-width: 1023px) {
	.top .mv__copy {
		font-size: 3.2rem;
	}
}

@media screen and (max-width: 1024px) {
	.top .col2 {
		grid-template-columns: auto;
	}

	.top .col2__item.company {
		aspect-ratio: 375 / 280;
	}

	.top .col2__item.company-address {
		padding: 30px 20px;
		display: block;
	}
}

@media screen and (max-width: 768px) {
	.top .mv__copy {
		font-size: 2.4rem;
	}

	.top .mv__btn {
		min-height: 115px;
	}

	.top .mv__btn_item {
		top: initial;
		bottom: 0;
	}

	.top .business {
		margin-top: 80px;
	}

	.top .col2__item.company-address {
		aspect-ratio: initial;

		.name {
			font-size: 1.4rem;
			grid-template-columns: 16px 1fr;
		}

		.name::before {
			width: 14px;
			height: 17px;
		}

		.data {
			font-size: 1.2rem;
		}
	}
}

@media screen and (max-width: 767px) {
	.top .business__txt {
		max-width: calc(100% - 44px - 10px);
	}

	.service__wrapper .c-title02 .en {
		font-size: 2.4rem;
	}

	.c-list01__item {
		padding-bottom: 60px;
	}
}

.footer__bottom .logo {
	width: 270px;
}

.footer__link a {
	word-break: break-word;
}

@media screen and (max-width: 1023px) {
	.footer__bottom .logo {
		width: 270px;
	}
}

.c-spnav__link a::before {
	min-width: 6px;
}

.c-sidemenu {
	top: 100px;
}

/* 翻訳用スタイル */
.translated-ltr {
	.c-under__mv .c-title01 .ja,
	.c-sidemenu__title .ja,
	.c-title01 .ja,
	.about_us .c-title02 .en,
	.business .c-title02 .en,
	.sea .c-title02 .en {
		display: none;
	}
}

/* 関係会社一覧 */
.group .c-map__link li[data-item="ns_higashi"]::before {
	width: 46px;
	right: 250px;
}

.group .c-map__link li[data-item="ns_higashi"]::after {
	left: -55px;
}

.group .c-map__link li[data-item="toyohashi"] {
	right: 44px;
}

.group .c-map__link li[data-item="toyohashi"]::before {
	right: 348px;
}

.group .c-map__link li[data-item="aoba"] {
	right: 130px;
}

.group .c-map__link li[data-item="aoba"]::before {
	right: 264px;
}

.group .c-map__link li[data-item="ns_kansai"]::before {
	right: 216px;
}

.group .c-map__link li[data-item="ns_osaka"]::before {
	right: 210px;
}

.group .c-map__link li[data-item="sumisaku"]::before {
	right: 168px;
}

.group .c-map__link li[data-item="ns_nishi"]::before {
	right: 123px;
}

.group .c-map__link li[data-item="marinelink"]::before {
	right: 47px;
}

@media screen and (max-width: 1023px) {
	.group .c-map__link li[data-item="ns_higashi"]::before {
		right: 215px;
		width: 16px;
	}

	.group .c-map__link li[data-item="ns_higashi"]::after {
		left: -20px;
	}

	.group .c-map__link li[data-item="toyohashi"] {
		right: 0;
	}

	.group .c-map__link li[data-item="toyohashi"]::after {
		left: -4px;
	}

	.group .c-map__link li[data-item="toyohashi"]::before {
		width: 5px;
		right: 292px;
	}

	.group .c-map__link li[data-item="aoba"] {
		right: 70px;
	}

	.group .c-map__link li[data-item="aoba"]::before {
		right: 226px;
		width: 18px;
	}

	.group .c-map__link li[data-item="aoba"]::after {
		left: -24px;
	}

	.group .c-map__link li[data-item="ns_kansai"]::before {
		right: 189px;
	}

	.group .c-map__link li[data-item="ns_osaka"]::before {
		right: 184px;
	}

	.group .c-map__link li[data-item="sumisaku"]::before {
		right: 149px;
	}

	.group .c-map__link li[data-item="ns_nishi"]::before {
		right: 109px;
	}

	.group .c-map__link li[data-item="marinelink"]::before {
		right: 56px;
	}
}

@media screen and (max-width: 767px) {
	.group .c-map__link li[data-item="ns_higashi"] {
		right: 10px;
	}

	.group .c-map__link li[data-item="ns_higashi"]::before {
		display: none;
	}

	.group .c-map__link li[data-item="ns_higashi"]::after {
		bottom: 15px;
		left: 27px;
		height: 20px;
	}

	.group .c-map__link li[data-item="toyohashi"] {
		right: 0;
	}

	.group .c-map__link li[data-item="toyohashi"]::before {
		display: none;
	}

	.group .c-map__link li[data-item="toyohashi"]::after {
		bottom: 15px;
		left: 21px;
		height: 20px;
	}

	.group .c-map__link li[data-item=aoba] {
		right: 38px;
	}

	.group .c-map__link li[data-item="aoba"]::after {
		left: 6px;
	}

	.group .c-map__link li[data-item=ns_kansai]::before {
		right: 114px;
	}

	.group .c-map__link li[data-item=ns_osaka]::before {
		right: 111px;
	}

	.group .c-map__link li[data-item=sumisaku]::before {
		right: 89px;
	}

	.group .c-map__link li[data-item=ns_nishi]::before {
		right: 94px;
	}

	.group .c-map__link li[data-item=marinelink]::before {
		right: 53px;
	}
}
