@charset "UTF-8";

.header {
	height: 100px;
}

.header__inner {
	padding: 0 20px;
}

.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__item {
		height: auto;
	}

	.top .service__img {
		height: auto;
	}

	.top .service__img .c-title02 {
		display: none;
	}

	.top .service__img img {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	@media (hover: hover) and (pointer: fine) {
		.top .service__item:hover .service__img img {
			-webkit-transform: scale(1);
			transform: scale(1);
		}
	}

	.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;
}

.c-spnav__top a,
.c-spnav__link a {
	word-break: auto-phrase;
}

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

/* 会社概要 */
@media screen and (max-width: 767px) {
	.c-table tr:has(table) th {
		width: 33% !important;
	}
	.c-table tr:has(table) td {
		width: 67% !important;
	}
}

/* 拠点一覧 */
.office .c-map__link a br {
	display: none;
}
.office .c-map__link li::before,
.office .c-map__link li::after {
	display: none;
}
.office .c-map__pin::before,
.office .c-map__pin::after {
	position: absolute;
	height: 1px;
	background-color: var(--base-color);
	content: "";
	opacity: 0.4;
}
.office .c-map__pin::after {
	width: 1px;
}
.office .c-map__pin[data-pin="main"]::before {
	left: 13px;
	bottom: 8px;
	width: 37px;
}

.office .c-map__link li[data-item="kamaishi"] {
	top: 350px;
}
.office .c-map__pin[data-pin="kamaishi"]::before {
	width: 33px;
	top: 6px;
	left: 10px;
}
.office .c-map__pin[data-pin="kamaishi"]::after {
	width: 1px;
	height: 40px;
	left: 43px;
	top: 6px;
}

.office .c-map__link li[data-item="muroran"] {
	right: -90px;
}
.office .c-map__pin[data-pin="muroran"]::before {
	top: 6px;
	left: 11px;
	width: 32px;
}
.office .c-map__pin[data-pin="muroran"]::after {
	height: 28px;
	bottom: -23px;
	left: 42.5px;
}

.office .c-map__pin[data-pin="kimitsu"]::before {
	left: 7px;
	width: 32px;
	top: 42px;
}
.office .c-map__pin[data-pin="kimitsu"]::after {
	left: 6px;
	top: 13px;
	height: 30px;
}

.office .c-map__pin[data-pin="kashima"]::before {
	left: 13px;
	width: 30px;
	top: 6px;
}
.office .c-map__pin[data-pin="kashima"]::after {
	top: -20px;
	left: 42px;
	height: 26px;
}

.office .c-map__pin[data-pin="nagoya"]::before {
	display: none;
}
.office .c-map__pin[data-pin="nagoya"]::after {
	height: 80px;
	left: 5px;
	top: 12px;
}

.office .c-map__pin[data-pin="kansai"]::before {
	display: none;
}
.office .c-map__pin[data-pin="kansai"]::after {
	height: 230px;
	left: 6px;
	bottom: 13px;
}

.office .c-map__pin[data-pin="wakayama"]::before {
	width: 30px;
	left: -31px;
	top: 6px;
}
.office .c-map__pin[data-pin="wakayama"]::after {
	top: 6px;
	height: 170px;
	left: -32px;
}

.office .c-map__link li[data-item="hirohata"] {
	left: 220px;
}
.office .c-map__pin[data-pin="hirohata"]::before {
	display: none;
}
.office .c-map__pin[data-pin="hirohata"]::after {
	bottom: 13px;
	left: 6px;
	height: 270px;
}

.office .c-map__pin[data-pin="hanshin"]::before {
	display: none;
}
.office .c-map__pin[data-pin="hanshin"]::after {
	height: 130px;
	top: 13px;
	left: 6px;
}

.office .c-map__link li[data-item="yahata"] {
	left: 45px;
}
.office .c-map__pin[data-pin="yahata"]::before {
	display: none;
}
.office .c-map__pin[data-pin="yahata"]::after {
	height: 120px;
	bottom: 13px;
	left: 6px;
}

.office .c-map__pin[data-pin="oita"]::before {
	display: none;
}
.office .c-map__pin[data-pin="oita"]::after {
	height: 80px;
	left: 6px;
	top: 13px;
}

@media screen and (max-width: 1023px) {
	.office .c-map__link li[data-item="main"] {
		right: 20px;
	}

	.office .c-map__link li[data-item="kamaishi"] {
		right: -59px;
		top: 265px;
	}

	.office .c-map__link li[data-item="muroran"]::before {
		top: -83px;
		left: 38px;
		width: 32px;
	}
	.office .c-map__link li[data-item="muroran"]::after {
		height: 27px;
		bottom: 25px;
		left: 70.5px;
	}

	.office .c-map__link li[data-item="kimitsu"] {
		right: -100px;
		bottom: 157px;
	}

	.office .c-map__link li[data-item="kashima"] {
		right: -87px;
		bottom: 255px;
	}

	.office .c-map__pin[data-pin="nagoya"]::after {
		height: 30px;
	}

	.office .c-map__pin[data-pin="kansai"]::after {
		height: 130px;
	}

	.office .c-map__link li[data-item="wakayama"] {
		bottom: 30px;
		left: 180px;
	}
	.office .c-map__pin[data-pin="wakayama"]::after {
		height: 120px;
	}

	.office .c-map__link li[data-item="hirohata"] {
		left: 195px;
	}
	.office .c-map__pin[data-pin="hirohata"]::after {
		height: 160px;
	}

	.office .c-map__link li[data-item="yahata"] {
		left: 0;
	}

	.office .c-map__link li[data-item="oita"] {
		left: 3px;
	}
	.office .c-map__pin[data-pin="oita"]::after {
		height: 60px;
	}
}

@media screen and (max-width: 767px) {
	.c-map__link a br {
		display: block;
	}

	.office .c-map__link li[data-item="main"] {
		right: -20px;
		bottom: 106px;
	}
	.office .c-map__pin[data-pin="main"]::before {
		left: 9px;
		bottom: 4px;
		width: 40px;
	}

	.office .c-map__link li[data-item="muroran"] {
		top: 30px;
		right: -15px;
	}
	.office .c-map__pin[data-pin="muroran"]::before {
		display: none;
	}
	.office .c-map__pin[data-pin="muroran"]::after {
		height: 14px;
		bottom: 7px;
		left: 3px;
	}

	.office .c-map__link li[data-item="kamaishi"] {
		top: 133px;
		right: -20px;
	}
	.office .c-map__pin[data-pin="kamaishi"]::before {
		width: 10px;
		top: 3px;
		left: 5px;
	}
	.office .c-map__pin[data-pin="kamaishi"]::after {
		width: 1px;
		height: 10px;
		left: 15px;
		top: 3px;
	}

	.office .c-map__link li[data-item="kimitsu"] {
		right: -20px;
		bottom: 82px;
	}
	.office .c-map__pin[data-pin="kimitsu"]::before {
		display: none;
	}
	.office .c-map__pin[data-pin="kimitsu"]::after {
		left: 3px;
		top: 6px;
		height: 8px;
	}

	.office .c-map__link li[data-item="kashima"] {
		right: -15px;
		bottom: 130px;
	}
	.office .c-map__pin[data-pin="kashima"]::before {
		display: none;
	}
	.office .c-map__pin[data-pin="kashima"]::after {
		top: -7px;
		left: 2px;
		height: 8px;
	}

	.office .c-map__pin[data-pin="nagoya"]::after {
		height: 17px;
		left: 3px;
		top: 7px;
	}

	.office .c-map__pin[data-pin="kansai"]::after {
		height: 80px;
		left: 3px;
		bottom: 6px;
	}

	.office .c-map__link li[data-item="wakayama"] {
		bottom: 20px;
		left: 100px;
	}
	.office .c-map__pin[data-pin="wakayama"]::before {
		width: 15px;
		left: -14px;
		top: 3px;
	}
	.office .c-map__pin[data-pin="wakayama"]::after {
		top: 4px;
		height: 62px;
		left: -14px;
	}

	.office .c-map__link li[data-item="hirohata"] {
		left: 0;
	}
	.office .c-map__pin[data-pin="hirohata"]::after {
		bottom: 7px;
		left: 3px;
		height: 100px;
	}

	.office .c-map__pin[data-pin="hanshin"]::after {
		height: 35px;
		top: 7px;
		left: 3px;
	}

	.office .c-map__link li[data-item="yahata"] {
		left: 0;
	}
	.office .c-map__pin[data-pin="yahata"]::after {
		height: 65px;
		bottom: 6px;
		left: 3px;
	}

	.office .c-map__link li[data-item="oita"] {
		bottom: 37px;
	}
	.office .c-map__pin[data-pin="oita"]::after {
		height: 28px;
		left: 3px;
		top: 6px;
	}
}

/* 企業理念 */
.policy .value__item {
	display: grid;
	grid-template-columns: 150px minmax(0, 1fr);
	gap: 30px 20px;
}
.policy .value__title {
	word-break: break-word;
}
@media screen and (max-width: 1023px) {
	.policy .value__item {
		grid-template-columns: 100%;
	}
}

@media screen and (max-width: 576px) {
	.policy .management__wrap {
		max-width: 100%;
	}
}

/* 日鉄物流の強み */
.about_us .data__item[data-item="国内拠点数"] p:first-of-type {
	width: 118px !important;
}
.about_us .data__item[data-item="国内拠点数"] p:last-of-type {
	width: 136px !important;
}
@media screen and (max-width: 767px) {
	.about_us .data__item[data-item="国内拠点数"] p:first-of-type {
		width: 127px !important;
	}

	.about_us .data__item[data-item="国内拠点数"] p:last-of-type {
		width: 146px !important;
	}
}

/* 国際複合一貫輸送 */
.c-flow__title {
	max-width: 315px;
	width: 100%;
}

/* サイトマップ */
.sitemap__link a {
	word-break: auto-phrase;
}

/* 関連サービス */
.c-related {
	flex-wrap: wrap;
}
