@charset "shift_jis";


	* {
		box-sizing: border-box;
	}
.util-hidden {
	display: none;
}
ul, ol {
	list-style: none;
}
figure, p, h1, h2, h3, ul {
	margin: 0;
	padding: 0;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
iframe {
	vertical-align: bottom;
}
html {
	font-size: 62.5%;
}
body {
	line-height: 1.5;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.6rem;
	margin: 0 auto;
	padding: 0;
	border: 0;
	outline: 0;
	width: 100%;
	color: #333;
}

/*---------PC体裁---------*/
@media print, screen and (min-width: 768px) {
	.util-pc-hidden {
		display: none;
	}
	.util-pc-mt25 {
		margin-top: 25px;
	}


	/*ヘッダー*/
	.Header {
		background-color:rgba(0,0,0,0);
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;;
		z-index: 99;
	}
	.Header.fixed {
		top: 0;
		background-color: #fff;
		-webkit-transition: background-color .2s ease-out 0s;
		-moz-transition: background-color .2s ease-out 0s;
		-ms-transition: background-color .2s ease-out 0s;
		-o-transition: background-color .2s ease-out 0s;
		transition: background-color .2s ease-out 0s;
		-moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
		-webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
		-ms-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
		position: fixed;
		width: 100%;
}
	.HeaderBody {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	.header__utility {
		display: flex;
	}
	.header__utility-home {
		display: flex;
		align-items: center;
		font-size: 1.3rem;
		color: #fff;
	}
	.header__utility-home__link {
		position: relative;
		padding: 20px 25px 20px 0;
		margin-right: 60px;
		text-decoration: none;
		color: #000;
	}
	.header__utility-home__link:hover {
		text-decoration: underline;
	}
	.header__utility-home__link::after {
		position: absolute;
		content: "";
		background: url(/logistics_center/malaysia/lp/img/index_ic01.webp) no-repeat;
		background-size: contain;
		top: 21px;
		right: 0;
		width: 14px;
		height: 14px;
	}
	.header-logo__wrap {
		display: flex;
		align-items: center;
		margin-top: 25px;
		color: #000;
	}
	.header-logo {
		display: flex;
		align-items: center;
		font-size: 14px;
		color: #000;
	}
	.header-logo__img {
		margin: 0 20px 0 60px;
	}
	.header-logo__text {
		font-size: 1.4rem;
		font-weight: bold;
	}
	.header__utility-contact {
		background: url("/logistics_center/malaysia/lp/img/index_ic02.webp") no-repeat 32px 26px;
		background-color: #cc0000;
		color: #fff;
	}
	.header__utility-contact:hover {
		background-color: #e91313;
	}
	.header__utility-contact__link {
		display: block;
		padding: 8px 11px;
		text-decoration: none;
		color: #fff;
	}
	.header__utility-contact__text {
		font-size: 1.3rem;
		text-align: center;
		margin-top: 65px;
	}
	.header__utility-movie {
		background: url("/logistics_center/malaysia/lp/img/index_ic05.webp") no-repeat 33px 22px;
		background-color: #0065cc;
		color: #fff;
		min-width: 100px;
	}
	.header__utility-movie:hover {
		background-color: #19a4d3;
	}
	.header__utility-movie__link {
		display: block;
		padding: 8px 11px;
		text-decoration: none;
		color: #fff;
	}
	.header__utility-movie__text {
		font-size: 1.3rem;
		text-align: center;
		margin-top: 65px;
	}
	#container {
		min-width: 1280px;
	}
/*メインビジュアル*/
	.main-visual {
		position: relative;
	}
	.main-visual img {
		width: 100%;
	}

	/*新規契約募集中*/
	.contract__label {
		position: fixed;
		width: 100%;
		height: 80px;
		bottom: 0;
		left: 0;
		padding: 14px 20px;
		background-color: #000;
		color: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
		-moz-box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.1);
		-webkit-box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.1);
		-ms-box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.1);
		z-index: 1;
	}
	.contract__label__elm01 {
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		align-items: center;
		font-weight: bold;
		margin-right: 36px;
	}
	.contract__label__elm01__maintext {
		color: #ffff99;
		font-size: clamp(2.8rem, calc(28px + (100vw - 1280px) * (6 / 640)), 3.4rem);
	}
	.contract__label__elm01__subtext {
		margin-left: 30px;
		color: #ffff99;
		font-size: 1.8rem;
	}


	.contract__label__btn__type {
		width: 378px;
		height: 52px;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #cc0000;
		font-size: 2.8rem;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
	}
	.contract__label__btn__type:hover {
		background-color: #e91313;
	}


	/*main__content1つ目*/
	.main__content__type01 {
		padding: 76px 40px 70px;
		background-image: url("/logistics_center/malaysia/lp/img/index_bg01.webp"),url("/logistics_center/malaysia/lp/img/index_bg02.webp")  ;
		background-repeat: no-repeat, no-repeat;
		background-position: left top, left bottom;
		background-blend-mode: darken;
	}
	.recommend__box,
	.recommend__box-v2 {
		position: relative;
		max-width: 1500px;
		background-color: #fff;
		border: 2px solid #0065cc;
		margin: 79px auto 0;
	}
	.recommend__box {
		padding: 64px 36px 40px 46px;
	}
	.recommend__box-v2 {
		padding: 47px 36px 18px 46px;
	}
	.recommend__box__title-wrap {
		position: absolute;
		top: -23px;
		left: calc(50% - 3px);
		transform: translateX(-50%);
	}
	.recommend__box__title {
		position: relative;
		color: #fff;
		font-size: 3.2rem;
		font-weight: bold;
	}
	.recommend__box__title::before {
		position: absolute;
		content: "";
		width: 473px;
		height: 60px;
		top: -8px;
		left: 50%;
		transform: translateX(-50%);
		background: url(/logistics_center/malaysia/lp/img/index_bg03.webp) no-repeat;
		z-index: -1;
	}
	.recommend__box__list-wrap{
		display: flex;
		justify-content: center;
	}
	.recommend__box__list-wrap__order-list > li {
		position: relative;
		padding-left: 63px;
		color: #555555;
		font-size: 2rem;
		font-weight: bold;
		line-height: 1.9
	}
	.recommend__box__list-wrap__order-list > li + li {
		margin-top: 28px;
	}
	.recommend__box__list-wrap__order-list > li::before {
		position: absolute;
		content: "";
		width: 40px;
		height: 40px;
		background: url("/logistics_center/malaysia/lp/img/index_ic03.webp") no-repeat;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
	}
	.recommend__box__list-wrap__order-list > li .marker-text {
		color: #0065cc;
		font-size: 3.2rem;
		font-weight: bold;
		line-height: 1.2;
		background:linear-gradient(transparent 85%, #fff06f 0%);
		background-position-y: -5px;
	}
	.recommend__box__column {
	}
	.recommend__box__column__list {
		display: flex;
		flex-flow: row nowrap;
		justify-content: center;
		column-gap: 36px;
	}
	.recommend__box__column__list > li {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		column-gap: 10px;
		width: 275px;
	}
	.recommend__box__column__image {
		width: 80px;
		height: 80px;
		flex-shrink: 0;
	}
	.recommend__box__column__image > img {
		object-fit: contain;
		object-position: center;
		width: 100%;
		height: 100%;
	}
	.recommend__box__column__text {
		color: #555;
		font-size: 2.0rem;
		font-weight: bold;
		line-height: 1.4;
	}
	.heading2-malaysia {
		display: flex;
		justify-content: center;
	}
	.lead-text {
		margin: 15px 0 0;
		text-align: center;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1.6;
	}
	.list-wrap-feartures {
		margin-top: 71px;
	}
	.list-wrap-feartures__order-list {
		display: flex;
		justify-content: center;
		padding: 0;
		margin: 0;
	}
	.list-wrap-feartures__order-list > li {
		position: relative;
		width: calc(1130px/3);
		padding: 69px 32px 6px;
		margin: 0 18px;
		border: 4px solid #0065cc;background-color: #fff;
		text-align: center;
		-moz-box-shadow: 10px 17.321px 20px 0px rgba(0, 0, 0, 0.25);
		-webkit-box-shadow: 10px 17.321px 20px 0px rgba(0, 0, 0, 0.25);
		-ms-box-shadow: 10px 17.321px 20px 0px rgba(0, 0, 0, 0.25);
		box-shadow: 10px 17.321px 20px 0px rgba(0, 0, 0, 0.25);
	}
	.num1::after {
		position: absolute;
		content: "";
		width: 100px;
		height: 100px;
		top: -53px;
		left: 50%;
		transform: translateX(-50%);
		background: url("/logistics_center/malaysia/lp/img/index_tx01.webp") no-repeat;
	}
	.num2::after {
		position: absolute;
		content: "";
		width: 100px;
		height: 100px;
		top: -53px;
		left: 50%;
		transform: translateX(-50%);
		background: url("/logistics_center/malaysia/lp/img/index_tx02.webp") no-repeat;
	}
	.num3::after {
		position: absolute;
		content: "";
		width: 100px;
		height: 100px;
		top: -53px;
		left: 50%;
		transform: translateX(-50%);
		background: url("/logistics_center/malaysia/lp/img/index_tx03.webp") no-repeat;
	}
	.media-features {
		display: flex;
		flex-direction: column;
	}

	.media-features__title {
		margin: 15px 0 0;
		color: #0065cc;
		font-size: 3.6rem;
		font-weight: bold;
	}
	.media-features__title-small {
		font-size: 2.4rem;
		font-weight: bold;
	}
	.media-features__text {
		margin: 10px 0 0;
		font-size: 1.8rem;
		line-height: 1.6;
	}


	/*アンカーリスト*/
	.anchor-navi-malaysia {
		background-color: #000;
	}
	.anchor-navi-malaysia__list {
		max-width: 1200px;
		display: flex;
		margin: 0 auto;
	}
	.anchor-navi-malaysia__list > li {
		width: calc(100%/5);
		text-align: center;
	}
	.anchor-navi-malaysia__list > li:hover {
		background-color: #0065cc;
	}
	.anchor-navi-malaysia__link {
		display: block;
		width: 100%;
		padding: 35px 15px 46px;
		font-size: 1.8rem;
		font-weight: bold;
		color: #fff;
		text-decoration: none;
	}
	.anchor-navi-malaysia__label {
		position: relative;
	}
	.anchor-navi-malaysia__label::after {
		position: absolute;
		content: "";
		width: 12px;
		height: 12px;
		bottom: -26px;
		left: 42%;
		border-top: 3px solid #fff;
		border-right: 3px solid #fff;
		transform: rotate(135deg);
	}

	/*メインコンテンツ2つ目*/
	.main__content__type02 {
		margin-top: -14px;
		padding: 63px 0 40px;
		background: url("/logistics_center/malaysia/lp/img/index_bg04.webp") no-repeat top right;
	}
	.heading3-malaysia {
		text-align: center;
	}
	.heading3-malaysia__title {
		position: relative;
		display: inline-block;
	}
	.heading3-malaysia__title::before {
		position: absolute;
		content: "";
		width: 652px;
		height: 112px;
		top: -110px;
		left: -237px;
		background: url(/logistics_center/malaysia/lp/img/index_h02.webp) no-repeat;
		z-index: -1;
	}
	.heading3-malaysia__title__label {
		position: relative;
		color: #fff;
		font-size: 3.2rem;

	}
	.heading3-malaysia__title__label::before {
		position: absolute;
		content: "";
		top: -8px;
		left: -82px;
		width: 296px;
		height: 60px;
		background: url("/logistics_center/malaysia/lp/img/index_bg05.webp") no-repeat;
		z-index: -1;
	}

	.access__box-wrap {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		margin-top: 51px;
	}
	.access__box {
		width: 100%;
		z-index: 1;
	}
	.access__box__elm {
		width: 51.5%;
		background-color: #0065cc;
		-moz-box-shadow: 10px 17.321px 20px 0px rgba(0, 0, 0, 0.25);
		-webkit-box-shadow: 10px 17.321px 20px 0px rgba(0, 0, 0, 0.25);
		-ms-box-shadow: 10px 17.321px 20px 0px rgba(0, 0, 0, 0.25);
		box-shadow: 10px 17.321px 20px 0px rgba(0, 0, 0, 0.25);
	}
	.access__box__elm:nth-of-type(n+2) {
		margin-top: 20px;
	}
	.access__box__inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 28px clamp(30px, calc(30px + (100vw - 1280px) * (63 / 640)), 93px) 22px clamp(40px, calc(40px + (100vw - 1280px) * (170 / 640)), 210px);
	}
	.access__box__head {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		column-gap: 10px;
	}
	.access__box__body {
		width: clamp(195px, calc(195px + (100vw - 1280px) * (49 / 640)), 244px)
	}
	.access__box__icon {
		width: 78px;
		height: 78px;
		flex-shrink: 0;
	}
	.access__box__text {
		position: relative;
		top: 6px;
		color: #fff;
		font-size: 2.4rem;
		font-weight: bold;
		margin: 0;
		line-height: 1.6;
	}
	.access__box__text-small {
		font-size: 2rem;
	}
	.access__box__text-num {
		font-size: 2.8rem;
	}


	.image-wrap--right {
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 50%;
		display: flex;
		justify-content: flex-end;
		z-index: 0;
	}
	.image {
		display: flex;
		justify-content: flex-end;
		margin: 0;
	}
	.image-map {
		position: absolute;
		bottom: -56px;
		left: 96px;
	}
	.image-map__link {
		text-decoration: none;
		padding-right: 34px;
	}
	.image-map__link:hover .image-map__label {
		text-decoration: underline;
	}
	.image-map__link::after {
		background: url("/logistics_center/malaysia/lp/img/index_ic08.webp") no-repeat 0 0;
		content: "";
		display: block;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -10px;
		width: 23px;
		height: 19px;
		background-size: contain;
	}
	.image-map__label {
		color: #1684e2;
		font-size: 2.4rem;
		font-weight: bold;
		line-height: 1.4;
	}

	/*メインコンテンツ3つ目*/
	.main__content__type03 {
		padding: 165px 0 70px;
		background-image: url(/logistics_center/malaysia/lp/img/index_bg08.webp),url("/logistics_center/malaysia/lp/img/index_bg09.webp");
		background-repeat: no-repeat, no-repeat;
		background-position: -20px top, 0 bottom;
		background-blend-mode: darken;
	}

	.heading3-malaysia__title02 {
		position: relative;
		display: inline-block;
	}
	.heading3-malaysia__title02::before {
		position: absolute;
		content: "";
		width: 652px;
		height: 112px;
		top: -110px;
		left: -250px;
		background: url("/logistics_center/malaysia/lp/img/index_h03.webp") no-repeat;
		z-index: -1;
	}
	/*テーブル*/
	.table-malaysia {
		max-width: 1200px;
		margin: 50px auto 0;
	}
	.table__w--33per {
		width: 33%;
	}
	.table__w--67per {
		width: 67%;
	}
	.table-malaysia__matrix {
		width: 100%;
		border-bottom: 1px solid #ddd;
		border-spacing: 0;
	}
	.table-malaysia__matrix [class*=__cell] {
		background-color: #fff;
		padding: 17px 25px;
		border-top: 1px solid #ddd;
	}
	.table-malaysia__matrix [class*=__cell--lv2] {
		background-color: #eee;
		font-weight: bold;
		text-align: left;
	}
	.table__cell--lv2--left-top {
		vertical-align: top;
		text-align: left;
	}
	.table-malaysia__column {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		width: 100%;
	}
	.table-malaysia__column > .column__item {
		width: calc(((100% - (72px)) / 4) - .1px);
	}
	.table-malaysia__image-wrap--center {
		text-align: center;
	}
	.table-malaysia__image-wrap--center .image__title {
	}
	.table-malaysia__image-wrap--center .image__frame {
		margin: 10px auto 0;
		width: 100px;
	}
	.table-malaysia__image-wrap--center .image__caption {
		margin-top: 6px;
	}
	.table-malaysia__text--small {
		font-size: 1.4rem;
	}

	/*メインコンテンツ4つ目*/
	.main__content__type04 {
		position: relative;
		padding: 149px 40px 70px;
		background-image: url(/logistics_center/malaysia/lp/img/index_bg10.webp),url("/logistics_center/malaysia/lp/img/index_bg11.webp");
		background-repeat: no-repeat, no-repeat;
		background-position: right top, right bottom;
		background-blend-mode: darken;
	}
	.heading3-malaysia__title03 {
		position: relative;
		display: inline-block;
	}
	.heading3-malaysia__title03::before {
		position: absolute;
		content: "";
		width: 652px;
		height: 112px;
		top: -108px;
		left: -212px;
		background: url("/logistics_center/malaysia/lp/img/index_h04.webp") no-repeat;
		z-index: -1;
	}
	.heading3-malaysia__title__label02 {
		position: relative;
		color: #fff;
		font-size: 3.2rem;

	}
	.heading3-malaysia__title__label02::before {
		position: absolute;
		content: "";
		top: -8px;
		left: -71px;
		width: 296px;
		height: 60px;
		background: url("/logistics_center/malaysia/lp/img/index_bg05.webp") no-repeat;
		z-index: -1;
	}

	/*平面図*/
	.view-box {
		display: flex;
		flex-direction: column;
		max-width: 1500px;
		margin: 52px auto 0;
		padding: 21px 22px 20px 20px;
		background-color: #fff;
		-moz-box-shadow: 10px 17.321px 20px 0px rgba(0, 0, 0, 0.25);
		-webkit-box-shadow: 10px 17.321px 20px 0px rgba(0, 0, 0, 0.25);
		-ms-box-shadow: 10px 17.321px 20px 0px rgba(0, 0, 0, 0.25);
		box-shadow: 10px 17.321px 20px 0px rgba(0, 0, 0, 0.25);
	}
	.view-box__head {
		display: flex;
		flex-wrap: nowrap;
	}
	.view-box__body {
		margin-top: 19px;
	}
	.view-box__title {
		display: inline-flex;
		align-items: baseline;
		column-gap: 5px;
		margin: -21px 0 0 -20px;
		background-color: #0065cc;
		padding: 35px 11px 27px 13px;
	}
	.view-box__title__label {
		color: #fff;
		font-size: 5.2rem;
		font-weight: bold;
	}
	.view-box__title__floor {
		color: #fff;
		font-size: 4.2rem;
		font-weight: bold;
	}
	.view-box__description {
		margin-left: 32px;
	}
	.view-box__detail {
		display: flex;
		flex-wrap: nowrap;
		margin-top: 3px;
	}

	.view-box__name {
		color: #333;
		font-size: 3.0rem;
		font-weight: bold;
		line-height: 1.4;
	}
	.view-box__scale {
		width: 202px;
		color: #333;
		font-size: 1.6rem;
		line-height: 1.6;
	}
	.view-box__unorder-list {
		margin: 0 0 0 14px;
		padding: 0;
	}
	.view-box__unorder-list > li {
		position: relative;
		padding-left: calc(10px + 10px);
		color: #cc0000;
		font-size: 1.6rem;
		line-height: 1.6;
	}
	.view-box__unorder-list > li:nth-of-type(n+2) {
		margin-top: 3px;
	}
	.view-box__unorder-list > li::before {
		content: "";
		display: inline-block;
		position: absolute;
		left: 0;
		border-radius: 50%;
		background-color: #cc0000;
		top: .4em;
		width: 10px;
		height: 10px;
	}
	.view-box__media {
		background-color: rgba(216, 241, 255, 0.9);
		padding: 0 20px 24px 20px;
	}
	.view-box__media:nth-of-type(n+2) {
		margin-top: 17px;
	}
	.view-box__media__title {
		display: inline-block;
		background-color: #0065cc;
		padding: 5px 10px 1px;
		color: #fff;
		min-width: clamp(138px, calc(138px + (100vw - 1280px) * (29 / 640)), 167px);
		font-size: clamp(2.0rem, calc(20px + (100vw - 1280px) * (6 / 640)), 2.6rem);
		font-weight: bold;
		text-align: center;
		margin-left: -20px;
	}
	.view-box__media__image {
		width: 100%;
		background-color: #fff;
		display: flex;
		justify-content: center;
		margin-top: 19px;
	}
	.view-box__media__image > img {
	}



	.view-accordion {
		position: relative;
		max-width: 1200px;
		margin: 32px auto 0;
	}
	.view-accordion::after {
		position: absolute;
		content: "";
		width: 42px;
		height: 32px;
		top: -31px;
		left: 50%;
		transform: translateX(-50%);
		background: url("/logistics_center/malaysia/lp/img/index_bg12.webp") no-repeat;
	}
	.view-accordion__head {
		display: block;
		padding: 26px 34px 24px;
		background-color: #0065cc;
		color: #fff;
		text-align: center;
		text-decoration: none;
		font-size: 2.4rem;
		font-weight: bold;
	}
	.view-accordion__body {
		display: flex;
		flex-flow: row wrap;
		column-gap: 36px;
		padding: 27px 34px 30px;
		background-color: #fff;
	}
	.view-accordion__item {
		width: calc((100% - 36px) / 2);
	}
	.view-accordion__text {
		margin: 0;
		font-size: 1.6rem;
		line-height: 1.6;
	}
	.view-accordion__link-list {
		margin: 17px 0 0;
	}
	.view-accordion__link-list__type {
		display: inline-block;
		color: #1684e2;
		text-decoration: none;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.6;
	}
	.view-accordion__link-list__type:hover {
		text-decoration: underline;
	}
	.view-accordion__link-list__type::after {
		border-color: #1684e2;
		border-width: 2px;
		width: 10px;
		height: 10px;
		margin-left: 3px;
		top: -1px;
		transform: rotate(45deg);
		display: inline-block;
		position: relative;
		border-top: 2px solid #1684e2;
		border-right: 2px solid #1684e2;
		vertical-align: middle;
		-webkit-backface-v_isibility: hidden;
		content: "";
	}
	.view-accordion__image {
		margin-top: 5px;
	}
	.view-accordion__image__caption {
		margin: 10px 0 0;
		font-size: 1.4rem;
		line-height: 1.6;
	}


	/*メインコンテンツ5つ目*/
	.main__content__type05 {
		position: relative;
		padding: 160px 40px 70px;
		background-image: url(/logistics_center/malaysia/lp/img/index_bg13.webp),url(/logistics_center/malaysia/lp/img/index_bg14.webp);
		background-repeat: no-repeat, no-repeat;
		background-position: left top, left bottom;
		background-blend-mode: darken;
	}
	.main__content__type05::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #eee;
    z-index: -2;
  }

	.heading3-malaysia__title04 {
		position: relative;
		display: inline-block;
	}
	.heading3-malaysia__title04::before {
		position: absolute;
		content: "";
		width: 660px;
		height: 112px;
		top: -110px;
		left: -233px;
		background: url("/logistics_center/malaysia/lp/img/index_h05.webp") no-repeat;
		z-index: -1;
	}
	.heading3-malaysia__title__label03 {
		position: relative;
		color: #fff;
		font-size: 3.2rem;
	}
	.heading3-malaysia__title__label03::before {
		position: absolute;
		content: "";
		top: -8px;
		left: -51px;
		width: 296px;
		height: 60px;
		background: url(/logistics_center/malaysia/lp/img/index_bg05.webp) no-repeat;
		z-index: -1;
	}

	.service-card-wrap {
		display: flex;
		flex-flow: row wrap;
		gap: 32px 36px;
		max-width: 1200px;
		margin: 52px auto 0;
	}
	.service-card {
		width: calc((100% - (36px * 2)) / 3);
		border-bottom: 1px solid #ddd;
		text-decoration: none;
	}
	.service-card:hover .service-card__image img {
		transform: scale(1.3);
	}
	.service-card:hover .service-card__title {
		text-decoration: underline;
	}
	.service-card__head {
	}
	.service-card__body {
		padding: 24px 26px 20px;
	}
	.service-card__image {
		overflow: hidden;
	}
	.service-card__image img {
		-webkit-transition: transform .2s ease-out 0s;
		-moz-transition: transform .2s ease-out 0s;
		-ms-transition: transform .2s ease-out 0s;
		-o-transition: transform .2s ease-out 0s;
		transition: transform .2s ease-out 0s;
	}
	.service-card__subtitle {
		margin: 0 0 5px;
		color: #333;
		text-decoration: none;
		font-size: 1.6rem;
		line-height: 1.6;
	}
	.service-card__title {
		margin: 0;
		color: #1684e2;
		text-decoration: none;
		font-size: 2.0rem;
		font-weight: bold;
		line-height: 1.4;
	}
	.service-card__title::after {
		border-color: #1684e2;
		border-width: 2px;
		width: 10px;
		height: 10px;
		margin-left: 5px;
		top: -1px;
		transform: rotate(45deg);
		display: inline-block;
		position: relative;
		border-top: 2px solid #1684e2;
		border-right: 2px solid #1684e2;
		vertical-align: middle;
		-webkit-backface-v_isibility: hidden;
		content: "";
	}

	.service-lead-text {
		margin: 36px 0 0;
		font-size: 2.0rem;
		font-weight: bold;
		line-height: 1.6;
		text-align: center;
	}

	.service-faq {
		max-width: 1200px;
		margin: 52px auto 0;
	}
	.service-faq__title {
		color: #0065cc;
		font-size: 3.0rem;
		font-weight: bold;
		line-height: 1.4;
		text-align: center;
	}
	.service-faq__item {
		margin-top: 20px;
	}
	.service-faq__head {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		column-gap: 20px;
		padding: 22px 25px;
		background-color: #fff06f;
		font-size: 1.8rem;
		line-height: 1.4;
	}
	.service-faq__question {
		position: relative;
		display: inline-block;
		flex-shrink: 0;
		text-indent: -100vw;
		white-space: nowrap;
		overflow: hidden;
		background: url(/logistics_center/malaysia/lp/img/index_ic06.webp) no-repeat center /contain;
		width: 21px;
		height: 23px;
	}
	.service-faq__body {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		column-gap: 20px;
		padding: 24px 25px 17px;
		background-color: #fff;
		border-right: 2px solid #fff06f;
		border-bottom: 2px solid #fff06f;
		border-left: 2px solid #fff06f;
		font-size: 1.6rem;
		line-height: 1.6;
	}
	.service-faq__answer {
		position: relative;
		display: inline-block;
		flex-shrink: 0;
		text-indent: -100vw;
		white-space: nowrap;
		overflow: hidden;
		background: url(/logistics_center/malaysia/lp/img/index_ic07.webp) no-repeat center /contain;
		width: 21px;
		height: 21px;
	}


	.text-accent-blue {
		color: #0065cc;
	}
	.util-bold {
		font-weight: bold;
	}

	/*関連サービス*/
	.related-service {
		width: 100%;
		padding: 44px 40px 48px;
		background-color: #6a7076;
		text-align: center;
	}
	.related-service__title {
		color: #fff;
		font-size: 2.4rem;
		font-weight: bold;
	}
	.related-service__list-wrap{
		margin-top: 24px;
		color: #fff;
	}
	.related-service__list-wrap__order-list {
		display: flex;
		justify-content: center;
		max-width: 1200px;
		padding: 0;
		margin: 0 auto;
		border: 2px solid #fff;
		font-size: 1.8rem;
		font-weight: bold;
	}
	.related-service__list-wrap__order-list > li {
		width: 100%;
		border-right: 2px solid #fff;
	}
	.related-service__list-wrap__order-list > li:last-of-type {
		border-right: none;
	}
	.related-service__list-wrap__order-list__link {
		display: block;
		width: 100%;
		padding: 26px 10px 22px;
		color: #fff;
		text-decoration: none;
	}
	.related-service__list-wrap__order-list__link:hover {
		color: #333;
		background-color: #fff;
		text-decoration: none;
	}
	.related-service__list-wrap__order-list__label {
		position: relative;
		padding-right: 20px;
	}
	.related-service__list-wrap__order-list__label::after {
		position: absolute;
		content: "";
		width: 10px;
		height: 10px;
		top: 7px;
		right: 0;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transform: rotate(45deg);
	}
	.related-service__list-wrap__order-list__link:hover .related-service__list-wrap__order-list__label::after {
		position: absolute;
		content: "";
		width: 10px;
		height: 10px;
		top: 7px;
		right: 0;
		border-top: 2px solid #0065cc;
		border-right: 2px solid #0065cc;
		transform: rotate(45deg);
	}

	/*動画*/
	.movie__box {
		margin: 0 auto;
		text-align: center;
	}
	.movie__box iframe{
		border: none;
	}

	/*フッター*/
	.Footer {
		position: relative;
		background-color: #000;
		padding-bottom: 80px;
		min-width: 1280px;
	}
	.FooterBody {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		background-color: #000;
		border-bottom: 1px solid #fff;
		padding: 43px 30px 35px;
	}
	.footer-link {
		margin-top: 10px;
	}
	.footer-link > li > a {
		position: relative;
		padding-right: 18px;
		font-size: 1.3rem;
		text-decoration: none;
		color: #fff;
	}
	.footer-link > li > a.a-blank::after {
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -8px;
		width: 14px;
		height: 12px;
		background-position: 0 -20px;
	}
	.footer-link > li > a:hover {
		text-decoration: underline;
	}
	.footer-copyright {
		text-align: right;
		font-size: 1.2rem;
		color: #fff;
	}
	.footer-copyright small {
		display: inline-block;
		margin-top: 10px;
		font-size: 1.2rem;
		color: #999;
	}
	.gnav-list > li > a > span::after, .head-icon-search > span::before, .head-icon-recruit > a > span::before, .head-icon-fglis > a > span::before, .head-contact > a > span::before, .footer-link > li > a::after, .head-contact > a::before, .search-close::after, .search-btn, .megaMenu .megaMenu_title > a::after, .megaMenu .megaMenu_link > li > a::before, .megaMenu .megaMenu_link > li > a::after {
		background: url("/logistics_center/malaysia/lp/img/sprite.webp") no-repeat 0 0;
		content: "";
		display: block;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
	.Pagetop {
		position: fixed;
    display: flex;
		right: 30px;
		bottom: 100px;
		z-index: 2;
}
	.Pagetop.stop {
		position: absolute;
		right: 30px;
		top: -45px;
		z-index: 2;
	}
	.Pagetop > a:hover {
		background-color: #19a4d3;
	}
	.Pagetop > a {
    position: relative;
		width: 62px;
		height: 62px;
		background-color: #0065cc;
    display: inline-block;
		text-indent: -100vw;
		white-space: nowrap;
		overflow: hidden;
		-webkit-transition: transform .2s ease-out 0s;
		-moz-transition: transform .2s ease-out 0s;
		-ms-transition: transform .2s ease-out 0s;
		-o-transition: transform .2s ease-out 0s;
		transition: transform .2s ease-out 0s;;
	}
  .Pagetop > a::after {
		position: absolute;
		content: "";
		width: 17px;
		height: 17px;
		top: 50%;
		left: 50%;
    margin-top: -6px;
    margin-left: -9px;
		border-top: 3px solid #fff;
		border-right: 3px solid #fff;
		transform: rotate(-45deg);
	}
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
	.header-logo__img {
		margin-left: 40px;
	}
	.main__content__type01 {
		background-position: -113px top, -112px bottom;
	}
	.main__content__type02 {
		margin-top: 0;
		background-position: top right -155px;
	}
	.main__content__type03 {
		background-position: -151px top, -150px bottom;
	}
	.main__content__type04 {
		background-position: right -156px top, right -155px bottom;
	}
	.main__content__type05 {
		background-position: -151px top, -150px bottom;
	}
	.recommend__box {
		padding: 64px 28px 40px 30px;
	}
	.recommend__box__column__image {
		width: 64px;
		height: 64px;
	}
	.recommend__box-v2 {
		padding: 44px 30px 21px 30px;
	}
	.access__box__elm {
		width: 52%;
	}
	.access__box__inner {
		padding-block: 40px;
	}
	.access__box__body {
		width: 195px;
	}
	.contract__label__elm01 {
		margin-right: clamp(10px, calc(10px + (100vw - 768px) * (26 / 512)), 36px);
	}
	.contract__label__elm01__maintext {
		font-size: clamp(1.4rem, calc(14px + (100vw - 768px) * (14 / 512)), 2.8rem);
	}
	.contract__label__elm01__subtext {
		font-size: clamp(1.4rem, calc(14px + (100vw - 768px) * (4 / 512)), 1.8rem);
	}
}

@media print, screen and (max-width: 767px) {
	.util-sp-hidden {
		display: none;
	}
	.util-sp-mt15 {
		margin-top: 15px;
	}
	img {
		max-width: 100%;
		height: auto;
		vertical-align: bottom;
	}
	html {
		font-size: 62.5%;
		-webkit-text-size-adjust: 100%;
	}
	body {
		line-height: 1.5;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; /* 適時変更 */
		font-size: 1.4rem;
		color: #333333;
	}



	/*ヘッダー*/
	.Header {
		background-color:rgba(0,0,0,0);
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;;
		z-index: 99;
	}
	.Header.fixed {
		top: 0;
		background-color: #fff;
		-webkit-transition: background-color .2s ease-out 0s;
		-moz-transition: background-color .2s ease-out 0s;
		-ms-transition: background-color .2s ease-out 0s;
		-o-transition: background-color .2s ease-out 0s;
		transition: background-color .2s ease-out 0s;
		-moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
		-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
		-ms-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
		position: fixed;
		width: 100%;
	}
	.HeaderBody {
		display: flex;
		justify-content: space-between;
	}
	.header__utility {
		display: flex;
	}
	.header__utility-home {
		display: none;
	}
	.header-logo__wrap {
		display: flex;
		align-items: center;
		height: 100%;
	}
	.header-logo {
		display: flex;
		align-items: center;
		font-size: 14px;
		color: #fff;
	}
	.header-logo__img {
		width: 91px;
		margin: 0 20px 0 15px;
	}
	.header-logo__text {
		font-size: 1.4rem;
		font-weight: bold;
	}
	.header-identity_link {
		display: flex;
	}
	.header__utility-contact {
		width: 65px;
		height: 55px;
		background: url(/logistics_center/malaysia/lp/img/index_ic02.webp) no-repeat 23px 12px;
		background-size: 20px 14px;
		background-color: #cc0000;
		color: #fff;
	}
	.header__utility-contact__link {
		text-decoration: none;
		color: #fff;
	}
	.header__utility-contact__text {
		font-size: 1rem;
		text-align: center;
		margin-top: 30px;
	}
	.header__utility-movie {
		width: 65px;
		height: 55px;
		background: url(/logistics_center/malaysia/lp/img/index_ic05.webp) no-repeat 23px 10px;
		background-size: 18px 18px;
		background-color: #0065cc;
		color: #fff;
	}
	.header__utility-movie__link {
		text-decoration: none;
		color: #fff;
	}
	.header__utility-movie__text {
		font-size: 1rem;
		text-align: center;
		margin-top: 30px;
	}

/*メインビジュアル*/
	.main-visual {
		position: relative;
	}
	.main-visual img {
		width: 100%;
	}

	/*新規契約募集中*/
	.contract__label {
		position: fixed;
		width: 100%;
		height: 71px;
		bottom: 0;
		left: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-flow: row nowrap;
		column-gap: 10px;
		padding: 10px 15px;
		background-color: #000;
		color: #fff;
		-moz-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
		-webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
		-ms-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
		z-index: 1;
	}
	.contract__label__elm01 {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-flow: row wrap;
		column-gap: 10px;
		line-height: 1.4;
	}
	.contract__label__elm02 {
		flex-shrink: 0;
	}
	.contract__label__elm01__maintext {
		color: #ffff99;
		font-size: 1.2rem;
    font-weight: bold;
		text-align: center;
	}
	.contract__label__elm01__subtext {
		color: #ffff99;
		font-size: 1.2rem;
    font-weight: bold;
		text-align: center;
	}


	.contract__label__btn__type {
		width: 44vw;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 5px;
		background-color: #cc0000;
		font-size: 1.4rem;
		font-weight: bold;
		color: #fff;
		text-decoration: none;
	}


	/*main__content1つ目*/
	.main__content__type01 {
		padding: 76px 15px 40px;
		background-image: url("/logistics_center/malaysia/lp/img/index_bg01.webp"),url("/logistics_center/malaysia/lp/img/index_bg02.webp")  ;
		background-repeat: no-repeat, no-repeat;
		background-position: left top, left bottom;
		background-blend-mode: darken;
		background-size: 90px 214px, 90px 107px;
	}
	.recommend__box,
	.recommend__box-v2 {
		position: relative;
		border: 2px solid #0065cc;
		padding: 30px 12px 14px;
		margin: 50px auto 0;
		background-color: #fff;
	}
	.recommend__box {
		padding: 32px 14px 15px;
	}
	.recommend__box-v2 {
		padding: 39px 5px 10px;
	}
	.recommend__box__title-wrap {
		position: absolute;
		width: 100%;
		text-align: center;
		top: -16px;
		left: 50%;
		transform: translateX(-50%);
	}
	.recommend__box__title {
		position: relative;
		color: #fff;
		font-size: 2.4rem;
		font-weight: bold;
	}
	.recommend__box__title::before {
		position: absolute;
		content: "";
		width: 332px;
		height: 45px;
		top: -8px;
		left: 50%;
		transform: translateX(-50%);
		background: url(/logistics_center/malaysia/lp/img/index_bg03.webp) no-repeat;
		background-size: 332px 45px;
		z-index: -1;

	}
	.recommend__box__list-wrap{
		display: flex;
		justify-content: center;
	}
	.recommend__box__list-wrap__order-list {
		margin: 0;
	}
	.recommend__box__list-wrap__order-list > li {
		position: relative;
		padding-left: 33px;
		color: #555555;
		font-size: 1.3rem;
		font-weight: bold;
		line-height: 1.5;
	}
	.recommend__box__list-wrap__order-list > li + li {
		margin-top: 18px;
	}
	.recommend__box__list-wrap__order-list > li::before {
		position: absolute;
		content: "";
		width: 25px;
		height: 25px;
		background: url(/logistics_center/malaysia/lp/img/index_ic03.webp) no-repeat;
		background-size: 25px 25px;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
	}
	.recommend__box__list-wrap__order-list > li .marker-text {
		color: #0065cc;
		font-size: 1.6rem;
		font-weight: bold;
		background:linear-gradient(transparent 85%, #fff06f 0%);
		background-position-y: -1px;
	}
	.recommend__box__column {
		display: flex;
		justify-content: center;
	}
	.recommend__box__column__list {
	}
	.recommend__box__column__list > li {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		column-gap: 8px;
	}
	.recommend__box__column__list > li:nth-of-type(n+2) {
		margin-top: 10px;
	}
	.recommend__box__column__image {
		width: 75px;
		height: 75px;
		flex-shrink: 0;
	}
	.recommend__box__column__image > img {
		object-fit: contain;
		object-position: center;
		width: 100%;
		height: 100%;
	}
	.recommend__box__column__text {
		color: #555;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.6;
	}
	.heading2-malaysia {
		display: flex;
		justify-content: center;
	}
	.heading2-malaysia__title {
		width: 310px;
		margin: 27px auto 0;
	}
	.lead-text {
		margin: 20px 0 0;
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 1.6;
	}
	.list-wrap-feartures {
		margin-top: 35px;
	}
	.list-wrap-feartures__order-list {
		padding: 0;
		margin: 0;
	}
	.list-wrap-feartures__order-list > li:first-of-type {
		margin: 0!important;
	}
	.list-wrap-feartures__order-list > li {
		position: relative;
		padding: 36px 17px 8px;
		margin: 37px 0 0;
		border: 4px solid #0065cc;
		background-color: #fff;
		-moz-box-shadow: 5px 8.6605px 5px 0px rgba(0, 0, 0, 0.25);
		-webkit-box-shadow: 5px 8.6605px 5px 0px rgba(0, 0, 0, 0.25);
		-ms-box-shadow: 5px 8.6605px 5px 0px rgba(0, 0, 0, 0.25);
		box-shadow: 5px 8.6605px 5px 0px rgba(0, 0, 0, 0.25);
	}
	.num1::after {
		position: absolute;
		content: "";
		width: 50px;
		height: 50px;
		top: -27px;
		left: 50%;
		transform: translateX(-50%);
		background: url("/logistics_center/malaysia/lp/img/index_tx01.webp") no-repeat;
		background-size: 50px 50px;
	}
	.num2::after {
		position: absolute;
		content: "";
		width: 50px;
		height: 50px;
		top: -27px;
		left: 50%;
		transform: translateX(-50%);
		background: url("/logistics_center/malaysia/lp/img/index_tx02.webp") no-repeat;
		background-size: 50px 50px;
	}
	.num3::after {
		position: absolute;
		content: "";
		width: 50px;
		height: 50px;
		top: -27px;
		left: 50%;
		transform: translateX(-50%);
		background: url("/logistics_center/malaysia/lp/img/index_tx03.webp") no-repeat;
		background-size: 50px 50px;
	}
	.media-features {
		display: flex;
		justify-content: center;
		align-items: flex-start;
	}
	.media-features__head {
		margin-right: 20px;
		flex-shrink: 0;
	}
	.media-features__head img {
		width: 75px;
	}

	.media-features__title {
		margin: 0;
		color: #0065cc;
		font-size: 2.6rem;
		font-weight: bold;
	}
	.media-features__title-small {
		font-size: 1.7rem;
		font-weight: bold;
	}
	.media-features__text {
		margin-top: 5px;
		font-size: 1.3rem;
		line-height: 1.6;
	}


		/*アンカーリスト*/
	.anchor-navi-malaysia {
		background-color: #000;
	}
	.anchor-navi-malaysia__list {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding: 0;
		margin: 0;
		text-align: center;
		font-size: 1.6rem;

	}
	.anchor-navi-malaysia__list .type01 {
		width: calc(100%/3);
	}
	.anchor-navi-malaysia__list .type02 {
		width: calc(100%/2);
	}
	.anchor-navi-malaysia__link {
		display: block;
		padding: 11px 0 19px;
		color: #fff;
		text-decoration: none;

	}
	.anchor-navi-malaysia__label {
		position: relative;
		font-size: 1.6rem;
		font-weight: bold;
	}
	.anchor-navi-malaysia__label::after {
		position: absolute;
		content: "";
		width: 7px;
		height: 7px;
		bottom: -8px;
		left: 50%;
		margin-left: -4px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		transform: rotate(135deg);
	}


	/*メインコンテンツ2つ目*/
	.main__content__type02 {
		padding: 40px 15px 40px;
		background: url("/logistics_center/malaysia/lp/img/index_bg04_sp_01.webp") ,url("/logistics_center/malaysia/lp/img/index_bg04_sp_02.webp");
		background-repeat: no-repeat, no-repeat;
		background-position: top right, bottom right;
		background-blend-mode: darken;
		background-size: 90px 108px, 92px 215px;
	}
	.heading3-malaysia {
		text-align: center;
	}
	.heading3-malaysia__title {
		position: relative;
		display: inline-block;
	}
	.heading3-malaysia__title::before {
		position: absolute;
		content: "";
		width: 241px;
		height: 44px;
		top: -49px;
		left: -75px;
		background: url(/logistics_center/malaysia/lp/img/index_h02.webp) no-repeat;
		background-size: 241px 44px;
		z-index: -1;

	}
	.heading3-malaysia__title__label {
		position: relative;
		color: #fff;
		font-size: 2.4rem;

	}
	.heading3-malaysia__title__label::before {
		position: absolute;
		content: "";
		top: -8px;
		left: -63px;
		width: 222px;
		height: 46px;
		background: url("/logistics_center/malaysia/lp/img/index_bg05.webp") no-repeat;
		background-size: 222px 46px;
		z-index: -1;
	}

	.access__box-wrap {
		position: relative;
		margin-top: 31px;
	}
	.access__box {
		position: relative;
		z-index: 1;
	}
	.access__box__elm {
		background-color: #0065cc;
		-moz-box-shadow: 5px 8.6605px 10px 0px rgba(0, 0, 0, 0.25);
		-webkit-box-shadow: 5px 8.6605px 10px 0px rgba(0, 0, 0, 0.25);
		-ms-box-shadow: 5px 8.6605px 10px 0px rgba(0, 0, 0, 0.25);
		box-shadow: 5px 8.6605px 10px 0px rgba(0, 0, 0, 0.25);
	}
	.access__box__elm:nth-of-type(n+2) {
		margin-top: 10px
	}
	.access__box__inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 13px 12px 11px;
	}
	.access__box__body img {
		width: 29.333vw;
		min-width: 110px;
		height: auto;
	}
	.access__box__head {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		column-gap: 7px;
	}
	.access__box__icon {
		width: 7.2vw;
		height: 7.2vw;
		min-width: 27px;
		min-height: 27px;
		flex-shrink: 0;
	}
	.access__box__text {
		color: #fff;
		font-size: 1.4rem;
		font-weight: bold;
		margin: 0;
	}
	.access__box__text-small {
		font-size: 1rem;
	}
	.access__box__text-num {
		font-size: 1.4rem;
	}
	.image {
		position: relative;
		display: flex;
		justify-content: flex-end;
		margin: -20px -15px 0;
		z-index: 0;
	}
	.image-map {
		margin-top: 10px;
	}
	.image-map__link {
		position: relative;
		text-decoration: none;
		padding-right: 28px;
	}
	.image-map__link::after {
		background: url("/logistics_center/malaysia/lp/img/index_ic08.webp") no-repeat 0 0;
		content: "";
		display: block;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -8px;
		width: 17px;
		height: 14px;
		background-size: contain;
	}
	.image-map__label {
		color: #1684e2;
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 1.4;
	}

	/*メインコンテンツ3つ目*/
	.main__content__type03 {
		padding: 117px 15px 40px;
		background-image: url(/logistics_center/malaysia/lp/img/index_bg08.webp),url("/logistics_center/malaysia/lp/img/index_bg09.webp");
		background-repeat: no-repeat, no-repeat;
		background-position: left top, left bottom;
		background-blend-mode: darken;
		background-size: 90px 215px, 90px 107px;
	}

	.heading3-malaysia__title02 {
		position: relative;
		display: inline-block;
	}
	.heading3-malaysia__title02::before {
		position: absolute;
		content: "";
		width: 260px;
		height: 112px;
		top: -50px;
		left: -78px;
		background: url("/logistics_center/malaysia/lp/img/index_h03.webp") no-repeat;
		background-size: 260px 45px;
		z-index: -1;
	}
	/*テーブル*/
	.table-malaysia {
		max-width: 1200px;
		width: 100%;
		margin: 27px auto 0;
	}
	.table__w--33per {
		width: 33%;
	}
	.table__w--67per {
		width: 67%;
	}
	.table-malaysia__matrix {
		width: 100%;
		border-bottom: 1px solid #ddd;
		border-spacing: 0;
	}
	.table-malaysia__matrix [class*=__cell] {
		display: block;
		padding: 15px;
		border-top: 1px solid #ddd;
	}
	[class*=__cell--lv2] {
		background-color: #eee;
		font-weight: bold;
		text-align: left;
	}
	.table__cell--lv2--left-top {
		vertical-align: top;
		text-align: left;
	}
	.table-malaysia__column {
		display: flex;
		flex-flow: row wrap;
		width: 100%;
		gap: 30px 15px;
	}
	.table-malaysia__column > .column__item {
		width: calc(((100% - (15px)) / 2) - .1px);
	}
	.table-malaysia__image-wrap--center {
		text-align: center;
	}
	.table-malaysia__image-wrap--center .image__title {
	}
	.table-malaysia__image-wrap--center .image__frame {
		margin: 0 auto;
		width: 75px;
	}
	.table-malaysia__image-wrap--center .image__caption {
		margin-top: 6px;
	}
	.table-malaysia__text--small {
		font-size: 1.2rem;
	}

	/*メインコンテンツ4つ目*/
	.main__content__type04 {
		position: relative;
		padding: 115px 15px 40px;
		background-image: url(/logistics_center/malaysia/lp/img/index_bg10.webp),url("/logistics_center/malaysia/lp/img/index_bg11.webp");
		background-repeat: no-repeat, no-repeat;
		background-position: right top, right bottom;
		background-blend-mode: darken;
		background-size: 90px 108px, 90px 213px;
	}
	.heading3-malaysia__title03 {
		position: relative;
		display: inline-block;
	}
	.heading3-malaysia__title03::before {
		position: absolute;
		content: "";
		width: 227px;
		height: 44px;
		top: -49px;
		left: -63px;
		background: url("/logistics_center/malaysia/lp/img/index_h04.webp") no-repeat;
		background-size: 227px 44px;
		z-index: -1;
	}
	.heading3-malaysia__title__label02 {
		position: relative;
		color: #fff;
		font-size: 2.4rem;

	}
	.heading3-malaysia__title__label02::before {
		position: absolute;
		content: "";
		top: -7px;
		left: -51px;
		width: 222px;
		height: 45px;
		background: url("/logistics_center/malaysia/lp/img/index_bg05.webp") no-repeat;
		background-size: 222px 45px;
		z-index: -1;
	}

	/*平面図*/
	.view-box {
		margin: 26px auto 0;
		padding: 12px 10px 10px;
		background-color: #fff;
		-moz-box-shadow: 5px 8.6605px 5px 0px rgba(0, 0, 0, 0.25);
		-webkit-box-shadow: 5px 8.6605px 5px 0px rgba(0, 0, 0, 0.25);
		-ms-box-shadow: 5px 8.6605px 5px 0px rgba(0, 0, 0, 0.25);
		box-shadow: 5px 8.6605px 5px 0px rgba(0, 0, 0, 0.25);
	}
	.view-box__head {
		display: flex;
		flex-flow: row nowrap;
		align-items: flex-start;
		width: 100%;
		column-gap: 15px;
	}
	.view-box__body {
		margin-top: 13px;
	}
	.view-box__title {
		display: inline-block;
		margin: -12px 0 0 -10px;
		background-color: #0065cc;
		padding: 17px 9px 16px 9px;
		flex-shrink: 0;
	}
	.view-box__title__label {
		color: #fff;
		font-size: 2.2rem;
		font-weight: bold;
		text-align: center;
		line-height: 1.4;
	}
	.view-box__title__floor {
		color: #fff;
		font-size: 2.0rem;
		font-weight: bold;
		text-align: center;
		line-height: 1.0;
	}
	.view-box__description {
		margin-top: 0;
	}
	.view-box__name {
		color: #333;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1.4;
	}
	.view-box__scale {
		color: #333;
		font-size: 1.2rem;
		line-height: 1.6;
	}
	.view-box__unorder-list {
		margin: 8px 0 0;
		padding: 0;
	}
	.view-box__unorder-list > li {
		position: relative;
		padding-left: calc(7px + 7px);
		color: #cc0000;
		font-size: 1.2rem;
		line-height: 1.6;
	}
	.view-box__unorder-list > li:nth-of-type(n+2) {
		margin-top: 4px;
	}
	.view-box__unorder-list > li::before {
		content: "";
		display: inline-block;
		position: absolute;
		left: 0;
		border-radius: 50%;
		background-color: #cc0000;
		top: .4em;
		width: 7px;
		height: 7px;
	}
	.view-box__media {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		background-color: rgba(216, 241, 255, 0.9);
		padding-bottom: 10px;
		padding: 0 8px 10px 8px;
	}
	.view-box__media:nth-of-type(n+2) {
		margin-top: 8px;
	}
	.view-box__media__title {
		display: inline-block;
		background-color: #0065cc;
		padding: 2px 5px 1px;
		color: #fff;
		min-width: 64px;
		font-size: .9rem;
		font-weight: bold;
		text-align: center;
		margin-left: -8px;
	}
	.view-box__media__image {
		background-color: #fff;
		width: 100%;
		display: flex;
		justify-content: center;
		margin-top: 7px;
	}
	.view-box__media__image > img {
	}



	.view-accordion {
		position: relative;
		max-width: 1200px;
		margin: 18px auto 0;
	}
	.view-accordion::after {
		position: absolute;
		content: "";
		width: 24px;
		height: 18px;
		top: -18px;
		left: 47%;
		background: url("/logistics_center/malaysia/lp/img/index_bg12.webp") no-repeat;
		background-size: 24px 18px;
	}
	.view-accordion__head {
		display: block;
		padding: 12px 40px 7px 15px;
		background-color: #0065cc;
		color: #fff;
		text-decoration: none;
		font-size: 1.5rem;
		font-weight: bold;
	}
	.view-accordion__title {
		position: relative;
	}
	.view-accordion__title::before {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);

	}
	.view-accordion__title::before, .view-accordion__title::after {
		width: 16px;
		-webkit-backface-visibility: hidden;
		position: absolute;
		top: 50%;
		right: -26px;
		height: 2px;
		margin: -1px 0 0;
		background: #fff;
		content: "";
		transition: -webkit-transform .25s cubic-bezier(.4,0,.2,1) 0s;
		transition: transform .25s cubic-bezier(.4,0,.2,1) 0s;
		transition: transform .25s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .25s cubic-bezier(.4,0,.2,1) 0s;
	}
	.is-active .view-accordion__title:before {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	.view-accordion__body {
		display: none;
		padding: 14px 15px;
		background-color: #fff;
	}
	.is-active .view-accordion__body {
		display: block;
		padding: 12px 15px;
		background-color: #fff;
	}
	.view-accordion__item:nth-of-type(n+2) {
		margin-top: 15px;
	}
	.view-accordion__text {
		margin: 0;
		font-size: 1.4rem;
		line-height: 1.6;
	}
	.view-accordion__link-list {
		margin: 10px 0 0;
	}
	.view-accordion__link-list__type {
		display: inline-block;
		color: #1684e2;
		text-decoration: none;
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 1.4;
	}
	.view-accordion__link-list__type::after {
		border-color: #1684e2;
		border-width: 2px;
		width: 7px;
		height: 7px;
		margin-left: 6px;
		top: -1px;
		transform: rotate(45deg);
		display: inline-block;
		position: relative;
		border-top: 2px solid #1684e2;
		border-right: 2px solid #1684e2;
		vertical-align: middle;
		-webkit-backface-v_isibility: hidden;
		content: "";
	}
	.view-accordion__image {
		margin-top: 5px;
	}
	.view-accordion__image__caption {
		margin: 5px 0 0;
		font-size: 1.2rem;
		line-height: 1.6;
	}

	/*メインコンテンツ5つ目*/
	.main__content__type05 {
		position: relative;
		padding: 71px 15px 35px;
		background-image: url(/logistics_center/malaysia/lp/img/index_bg13.webp),url(/logistics_center/malaysia/lp/img/index_bg14.webp);
		background-repeat: no-repeat, no-repeat;
		background-position: left top, left bottom;
		background-blend-mode: darken;
		background-size: 90px 214px, 90px 107px;
	}
	.main__content__type05::before {
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-color: #eee;
		z-index: -2;
	}


	.heading3-malaysia__title04 {
		position: relative;
		display: inline-block;
	}
	.heading3-malaysia__title04::before {
		position: absolute;
		content: "";
		width: 263px;
		height: 45px;
		top: -42px;
		left: -16px;
		background: url("/logistics_center/malaysia/lp/img/index_h05.webp") no-repeat;
		background-size: 263px 45px;
		opacity: 0.8;
	}
	.heading3-malaysia__title__label03 {
		position: relative;
		line-height: 2;
		color: #fff;
		font-size: 2.4rem;
		display: inline-block;
		width: 223px;
		height: 45px;
		background: url(/logistics_center/malaysia/lp/img/index_bg05.webp) no-repeat;
		background-size: 223px 45px;
		background-position: 0px 0px;
	}
	.heading3-malaysia__title__label03::before {
	}


	.service-card-wrap {
		margin-top: 25px;
		border-top: 1px solid #ddd;
	}
	.service-card {
		display: flex;
		flex-flow: row nowrap;
		align-items: flex-start;
		column-gap: 14px;
		padding-block: 15px 10px;
		border-bottom: 1px solid #ddd;
		text-decoration: none;
	}
	.service-card__head {
		width: 125px;
		flex-shrink: 0;
	}
	.service-card__body {
	}
	.service-card__image {
		overflow: hidden;
	}
	.service-card__subtitle {
		margin: 0 0 5px;
		color: #333;
		text-decoration: none;
		font-size: 1.4rem;
		line-height: 1.6;
	}
	.service-card__title {
		margin: 0;
		color: #1684e2;
		text-decoration: none;
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 1.4;
	}
	.service-card__title::after {
		border-color: #1684e2;
		border-width: 2px;
		width: 7px;
		height: 7px;
		margin-left: 5px;
		top: -1px;
		transform: rotate(45deg);
		display: inline-block;
		position: relative;
		border-top: 2px solid #1684e2;
		border-right: 2px solid #1684e2;
		vertical-align: middle;
		-webkit-backface-v_isibility: hidden;
		content: "";
	}

	.service-lead-text {
		margin: 25px 0 0;
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 1.6;
	}

	.service-faq {
		margin-top: 30px;
	}
	.service-faq__title {
		color: #0065cc;
		font-size: 2.2rem;
		font-weight: bold;
		line-height: 1.4;
		text-align: center;
	}
	.service-faq__item {
		margin-top: 10px;
	}
	.service-faq__head {
		display: flex;
		flex-flow: row nowrap;
		align-items: flex-start;
		column-gap: 9px;
		padding: 11px 14px;
		background-color: #fff06f;
		font-size: 1.5rem;
		line-height: 1.4;
	}
	.service-faq__question {
		position: relative;
		display: inline-block;
		flex-shrink: 0;
		text-indent: -100vw;
		white-space: nowrap;
		overflow: hidden;
		background: url(/logistics_center/malaysia/lp/img/index_ic06.webp) no-repeat center /contain;
		width: 16px;
		height: 17px;
	}
	.service-faq__body {
		display: flex;
		flex-flow: row nowrap;
		align-items: flex-start;
		column-gap: 9px;
		padding: 10px 14px;
		background-color: #fff;
		border-right: 2px solid #fff06f;
		border-bottom: 2px solid #fff06f;
		border-left: 2px solid #fff06f;
		font-size: 1.4rem;
		line-height: 1.6;
	}
	.service-faq__answer {
		position: relative;
		display: inline-block;
		flex-shrink: 0;
		text-indent: -100vw;
		white-space: nowrap;
		overflow: hidden;
		background: url(/logistics_center/malaysia/lp/img/index_ic07.webp) no-repeat center /contain;
		width: 16px;
		height: 16px;
	}


	.text-accent-blue {
		color: #0065cc;
	}
	.util-bold {
		font-weight: bold;
	}

	/*関連サービス*/
	.related-service {
		width: 100%;
		padding: 22px 15px;
		background-color: #6a7076;
		text-align: center;
	}
	.related-service__title {
		color: #fff;
		font-size: 1.8rem;
		font-weight: bold;
	}
	.related-service__list-wrap{
		margin-top: 8px;
		color: #fff;
	}
	.related-service__list-wrap__order-list {
		max-width: 1200px;
		padding: 0;
		margin: 0 auto;
		border: 1px solid #fff;
		font-size: 1.5rem;
		font-weight: bold;
	}
	.related-service__list-wrap__order-list > li:nth-of-type(n+2) {
		width: 100%;
		border-top: 1px solid #fff;
	}

	.related-service__list-wrap__order-list__link {
		display: block;
		width: 100%;
		padding: 12px 10px 10px;
		color: #fff;
		text-decoration: none;
	}
	.related-service__list-wrap__order-list__label {
		position: relative;
		padding-right: 14px;
	}
	.related-service__list-wrap__order-list__label::after {
		position: absolute;
		content: "";
		width: 9px;
		height: 9px;
		top: 5px;
		right: 2px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		transform: rotate(45deg);
	}
	/*動画*/
	.movie__box {
		position: relative;
		width: 100%;
		height: 0;
		padding-bottom: 56.25%;
		margin: 0 auto 80px;
	}
	.movie__box iframe{
		border: none;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	/*フッター*/
	.Footer {
		position: relative;
		background-color: #000;
		padding-bottom: 71px;
	}
	.FooterBody {
		align-items: flex-end;
		background-color: #000;
		border-bottom: 1px solid #fff;
		padding: 27px 15px 25px;
	}
	.footer-copyright {
		margin-top: 19px;
		text-align: center;
		font-size: 1.2rem;
		color: #fff;
	}
	.footer-copyright img {
		width: 154px;
	}
	.footer-copyright small {
		display: inline-block;
		margin-top: 13px;
		color: #999;
		font-size: 1.1rem;
	}
	.footer-link {
		padding: 0;
	}
	.footer-link > li > a.a-blank {
		padding-right: 23px;
	}
	.footer-link > li > a {
		position: relative;
		padding-right: 15px;
		font-size: 1.3rem;
		text-decoration: none;
		color: #fff;
	}
	.footer-link > li > a.a-blank::after {
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -6px;
		width: 14px;
		height: 12px;
		background-position: 0 -20px;
	}


	.gnav-list > li > a > span::after, .head-icon-search > span::before, .head-icon-recruit > a > span::before, .head-icon-fglis > a > span::before, .head-contact > a > span::before, .footer-link > li > a::after, .head-contact > a::before, .search-close::after, .search-btn, .megaMenu .megaMenu_title > a::after, .megaMenu .megaMenu_link > li > a::before, .megaMenu .megaMenu_link > li > a::after {
		background: url("/logistics_center/malaysia/lp/img/sprite.webp") no-repeat 0 0;
		content: "";
		display: block;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
	.Pagetop {
		position: fixed;
		right: 15px;
		bottom: calc(15px + 71px);
		z-index: 2;
	}
	.Pagetop.stop {
		position: absolute;
		right: 15px;
		top: 15px;
		z-index: 2;
	}
	.Pagetop > a {
    position: relative;
		width: 45px;
		height: 45px;
		background-color: #0065cc;
    display: inline-block;
		text-indent: -100vw;
		white-space: nowrap;
		overflow: hidden;
	}
  .Pagetop > a::after {
		position: absolute;
		content: "";
		width: 12px;
		height: 12px;
		top: 50%;
		left: 50%;
    margin-top: -5px;
    margin-left: -7px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transform: rotate(-45deg);
	}
	.util-sp-pb65 {
		padding-bottom: 65px;
	}
}
