@charset "utf-8";

/* ======================================================
* solution_case.css
* ------------------------------------------------------
* @media print, screen and (min-width: 768px)
* - Override
* - Page Component
* - Clearfix
* PC Media Queries
* @media only screen and (max-width: 767px)
* - Override
* - Page Component
* - Clearfix
* SP Media Queries
* Print
====================================================== */

/* ======================================================
* PC
====================================================== */
@media print, screen and (min-width: 768px) {
	/* ------------------------------------------------------
	* Override
	------------------------------------------------------ */
	.Pagetop {
		display: none!important;
	}

	/* ------------------------------------------------------
	* Page Component
	------------------------------------------------------ */
	/* ----- solution-logistics-outsourcing-index-headinglv1 ----- */
	.solution-logistics-outsourcing-index-headinglv1 {
		background: url(/solution/logistics_outsourcing/images/index_im01.jpg) no-repeat 0 0;
		overflow: hidden;
		position: relative;
		min-height: 365px;
		margin-top: 14px;
	}
	.solution-logistics-outsourcing-index-headinglv1__inner {
		width: 1200px;
		margin: 0 auto;
		min-height: 365px;
		padding: 40px 0;
		text-align: center;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}
	.solution-logistics-outsourcing-index-headinglv1__title {
		color: #fff;
		font-size: 3.6rem;
		font-weight: bold;
		line-height: 1.4;
	}
	.solution-logistics-outsourcing-index-headinglv1__lead {
		margin-top: 17px;
		color: #fff;
		font-size: 2rem;
		font-weight: bold;
		line-height: 1.4;
	}

	/* ----- solution-logistics-outsourcing-index-area ----- */
	.solution-logistics-outsourcing-index-area {
		position: relative;
		background-color: #fff4e6;
	}
	.solution-logistics-outsourcing-index-area::after {
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		bottom: -30%;
		left: 50%;
		transform: translate(-50%, -50%);
		border-style: solid;
		border-left: 65px solid transparent;
		border-right: 65px solid transparent;
		border-top: 56px solid #fff4e6;
		border-bottom: 0;
	}

	/* ----- solution-logistics-outsourcing-index__inner ----- */
	.solution-logistics-outsourcing-index__inner {
		display: flex;
		position: relative;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		width: 1200px;
		padding: 32px 0 42px;
		margin: 0 auto;
	}

	/* ----- solution-logistics-outsourcing-index__lead ----- */
	.solution-logistics-outsourcing-index__lead {
		font-size: 24px;
		font-weight: bold;
		line-height: 1.5;
	}

	/* ----- solution-logistics-outsourcing-index-media ----- */
	.solution-logistics-outsourcing-index-media {
		width: 100%;
		margin-top: 42px;
		display: flex;
		align-items: center;
	}
	.solution-logistics-outsourcing-index-media__head {
		margin-right: 46px;
	}
	.solution-logistics-outsourcing-index-media__image {
		max-width: 162px;
	}
	.solution-logistics-outsourcing-index-media__frame > img {
		display: block;
	}
	.solution-logistics-outsourcing-index-media__body {
		column-gap: 36px;
		display: flex;
		flex: 1;
	}

	/* ----- solution-logistics-outsourcing-index-media-v2 ----- */
	.solution-logistics-outsourcing-index-media-v2-wrap {
		margin-top: 29px;
		display: flex;
		flex-flow: row wrap;
		width: 100%;
		column-gap: 36px;
	}
	.solution-logistics-outsourcing-index-media-v2 {
		width: calc((100% - (108px)) / 4);
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.solution-logistics-outsourcing-index-media-v2__lead {
		width: 100%;
		display: flex;
		justify-content: center;
		font-size: 20px;
		font-weight: bold;
		line-height: 1.4;
		color: #ff580e;
		background-color: #fff;
		margin-top: -36px;
		padding-top: 20px;
	}
	.solution-logistics-outsourcing-index-media-v2__text {
		margin-top: 10px;
		font-size: 16px;
		line-height: 1.6;
		text-align: center;
	}
	.solution-logistics-outsourcing-index-media-v2__body {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-top: -5px;
	}
	.solution-logistics-outsourcing-index-media-v2__frame > img {
		display: block;
	}

	/* ----- solution-logistics-outsourcing-index-box ----- */
	.solution-logistics-outsourcing-index-box {
		display: flex;
		width: calc((100% - (36px)) / 2);
		align-items: center;
		column-gap: 36px;
		background-color: #fff;
		border-radius: 10px;
		padding: 17px 28px;
		border: 1px solid #dee0e0;
	}
	.solution-logistics-outsourcing-index-box__frame > img {
		display: block;
	}
	.solution-logistics-outsourcing-index-box__lead {
		font-size: 16px;
		font-weight: bold;
		line-height: 2.1;
	}
	.solution-logistics-outsourcing-index-box__lead-v2 {
		margin-top: .2em;
		font-size: 20px;
		font-weight: bold;
		line-height: 1.7;
	}

	/* ----- solution-logistics-outsourcing-index-box-v2 ----- */
	.solution-logistics-outsourcing-index-box-v2-wrap {
		margin-top: 29px;
		gap: 30px 36px;
		display: flex;
		flex-flow: row wrap;
		width: 100%;
	}
	.solution-logistics-outsourcing-index-box-v2 {
		width: calc((100% - 36px) / 2);
		display: flex;
		align-items: center;
		column-gap: 43px;
		background-color: #fff;
		border-radius: 10px;
		padding: 12px 28px;
		border: 1px solid #dee0e0;
	}
	.solution-logistics-outsourcing-index-box-v2__image {
		width: 86px;
		flex-shrink: 0;
	}
	.solution-logistics-outsourcing-index-box-v2__frame > img {
		display: block;
	}
	.solution-logistics-outsourcing-index-box-v2__lead {
		font-size: 22px;
		font-weight: bold;
		line-height: 1.4;
	}
	.solution-logistics-outsourcing-index-area-v2 {
		width: 1200px;
		margin: 0 auto;
		padding: 9.5rem 0 6rem;
	}

	/* ----- solution-logistics-outsourcing-index-text--bold ----- */
	.solution-logistics-outsourcing-index-text--bold {
		margin-top: 2.3em;
		font-weight: bold;
		line-height: 1.625;
	}

	/* ----- solution-logistics-outsourcing-index-bold ----- */
	.solution-logistics-outsourcing-index-bold {
		font-size: 18px;
		font-weight: bold;
		line-height: 1.4;
	}
	/* ----- solution-logistics-outsourcing-index__message--center ----- */
	.solution-logistics-outsourcing-index__message--center {
		margin-top: 1em;
		text-align: center;
		font-size: 2rem;
		line-height: 1.6;
	}
	.solution-logistics-outsourcing-index__message--center + .solution-logistics-outsourcing-index__message--center {
		margin-top: 1.2em;
	}

	/* ----- solution-logistics-outsourcing-index__message-v2--center ----- */
	.solution-logistics-outsourcing-index__message-v2--center {
		margin-top: 1.25em;
		text-align: center;
		font-size: 2.2rem;
		line-height: 1.6;
	}
	.solution-logistics-outsourcing-index__message-v2--center + .solution-logistics-outsourcing-index__message-v2--center {
		margin-top: 1.2em;
	}

	/* ----- solution-logistics-outsourcing-index__label ----- */
	.solution-logistics-outsourcing-index__label {
		font-weight: bold;
		text-decoration: underline;
		text-decoration-color: #ff824b;
		text-decoration-thickness: 8px;
		text-underline-offset: 1px;
	}

	/* ----- solution-logistics-outsourcing-index-text ----- */
	.solution-logistics-outsourcing-index-text {
		margin-top: 2.1em;
		font-size: 1.6rem;
		line-height: 1.63;
	}
	.solution-logistics-outsourcing-index-text + .solution-logistics-outsourcing-index-text {
		margin-top: 1.9em;
	}

	/* ----- solution-logistics-outsourcing-index-anchor ----- */
	.solution-logistics-outsourcing-index-anchor {
		margin-top: 2.8em;
		background-color: #F7F7F7;
		border-radius: 9px;
		padding: 33px 33px;
	}
	.solution-logistics-outsourcing-index-anchor__title {
		font-size: 22px;
		font-weight: bold;
		color: #ff580e;
		line-height: 1.63;
	}
	.solution-logistics-outsourcing-index-anchor__list > li > .solution-logistics-outsourcing-index-anchor__link {
		color: #333;
		text-decoration: none;
	}
	.solution-logistics-outsourcing-index-anchor__list > li > .solution-logistics-outsourcing-index-anchor__link:hover {
		color: #0075c2;
		text-decoration: underline;
	}
	.solution-logistics-outsourcing-index-anchor__body {
		margin-top: 18px;
		font-size: 16px;
		font-weight: bold;
	}
	.solution-logistics-outsourcing-index-anchor__list > li > a {
		position: relative;
		padding-left: 24px;
	}
	.solution-logistics-outsourcing-index-anchor__list > li > a::before {
		border-color: #1684e2;
		border-width: 1px;
		width: 10px;
		height: 10px;
		top: 3px;
		left: 2px;
		transform: rotate(135deg);
		display: inline-block;
		position: absolute;
		border-top: 2px solid #1684e2;
		border-right: 2px solid #1684e2;
		vertical-align: middle;
		content: "";
	}
	.solution-logistics-outsourcing-index-anchor__list > li + li {
		margin-top: 8px;
	}

	/* ----- solution-logistics-outsourcing-index-heading2 ----- */
	.solution-logistics-outsourcing-index-heading2 {
		margin-top: 68px;
		padding-left: 1px;
	}
	.solution-logistics-outsourcing-index-heading2__title {
		padding-bottom: 9px;
		position: relative;
		font-size: 26px;
		font-weight: bold;
	}
	.solution-logistics-outsourcing-index-heading2__title::after {
		background: linear-gradient(to right, #ff9208 0%, #ffd329 100%);
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100px;
		height: 4px;
		content: "";
	}

	/* ----- solution-logistics-outsourcing-index-heading2-v2 ----- */
	.solution-logistics-outsourcing-index-heading2-v2 {
		margin-top: 6rem;
	}
	.solution-logistics-outsourcing-index-heading2-v2__inner {
		display: flex;
		justify-content: center;
		text-align: center;
	}
	.solution-logistics-outsourcing-index-heading2-v2__inner > .solution-logistics-outsourcing-index-heading2-v2__type {
		color: #333;
		text-decoration: none;
	}
	.solution-logistics-outsourcing-index-heading2-v2__type {
		transition: all .2s ease-out 0s;
		padding-bottom: 1.5rem;
	}
	.solution-logistics-outsourcing-index-heading2-v2__type:hover {
		color: #0b73cd;
		text-decoration: underline;
	}
	.solution-logistics-outsourcing-index-layout > section > .solution-logistics-outsourcing-index-heading2-v2 {
		margin-top: 0;
	}
	[class*="solution-logistics-outsourcing-index-heading2-v2__title"] {
		position: relative;
		font-size: 2.6rem;
		line-height: 1.4;
		font-weight: bold;
		margin-top: 2rem;
	}
	[class*=solution-logistics-outsourcing-index-heading2-v2__title--]::after {
		position: absolute;
		bottom: -14px;
		left: 50%;
		width: 100px;
		height: 4px;
		margin-left: -51px;
		content: "";
	}
	.solution-logistics-outsourcing-index-heading2-v2__title--pink::after {
		background: linear-gradient(to right, #eb71b2 0%, #ffa7a7 100%);
	}
	.solution-logistics-outsourcing-index-heading2-v2__title--yellow::after {
		background: linear-gradient(to right, #ff9208 0%, #ffd329 100%);
	}
	.solution-logistics-outsourcing-index-heading2-v2__title--blue::after {
		background: linear-gradient(to right, #3164e4 0%, #71c6eb 100%);
	}
	.solution-logistics-outsourcing-index-heading2-v2__title--green::after {
		background: linear-gradient(to right, #38e4bd 0%, #b1ffa7 100%);
	}
	.solution-logistics-outsourcing-index-heading2-v2__title--purple::after {
		background: linear-gradient(to right, #9671eb 0%, #6a8bf7 100%);
	}

	/* ----- solution-logistics-outsourcing-index-button ----- */
	.solution-logistics-outsourcing-index-button-wrap {
		margin-top: 1.6em;
	}
	.solution-logistics-outsourcing-index-button {
		display: flex;
		align-items: center;
		min-width: 382px;
	}
	.solution-logistics-outsourcing-index-button > .solution-logistics-outsourcing-index-button__type {
		position: relative;
		text-decoration: none;
		padding: 12px 32px;
		line-height: 1.375;
		border-radius: 31px;
		font-weight: bold;
		color: #fff;
		background-color: #1684e3;
	}
	.solution-logistics-outsourcing-index-button > .solution-logistics-outsourcing-index-button__type::after {
		margin-top: -6px;
		width: 10px;
		height: 10px;
		position: absolute;
		top: 50%;
		right: 21px;
		border-width: 2px;
		transform: rotate(45deg);
		display: inline-block;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		vertical-align: middle;
		content: "";
	}
	.solution-logistics-outsourcing-index-button > .solution-logistics-outsourcing-index-button__type:hover {
		background-color: #0b73cd;
	}

	/* ----- .solution-logistics-outsourcing-index-card ----- */
	.solution-logistics-outsourcing-index-card-wrap {
		display: flex;
		flex-flow: row wrap;
		width: 100%;
		gap: 3rem 36px;
		margin: 2.8rem 0 0;
	}
	.solution-logistics-outsourcing-index-card {
		width: calc(((100% - (36px) * 2) / 3) - .1px);
		background-color: #fff;
		border-radius: 10px;
		overflow: hidden;
		box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
	}
	.solution-logistics-outsourcing-index-card .solution-logistics-outsourcing-index-card__type {
		text-decoration: none;
		color: #333;
	}
	.solution-logistics-outsourcing-index-card__body {
		padding: 2.4rem 2.4rem 2rem;
	}
	.solution-logistics-outsourcing-index-card__image {
		width: 100%;
		height: auto;
		-webkit-transition: all .2s ease-out 0s;
		transition: all .2s ease-out 0s;
	}
	.solution-logistics-outsourcing-index-card__image > img {
		display: block;
	}
	.solution-logistics-outsourcing-index-card__type:hover .solution-logistics-outsourcing-index-card__image {
		opacity: 0.7;
	}
	.solution-logistics-outsourcing-index-card__title {
		color: #333;
		font-size: 2rem;
		font-weight: 700;
		line-height: 1.4;
		-webkit-transition: all .2s ease-out 0s;
		transition: all .2s ease-out 0s;
	}
	.solution-logistics-outsourcing-index-card__title::after {
		content: "";
		display: inline-block;
		position: relative;
		right: 0;
		top: 50%;
		margin-left: 8px;
		width: 15px;
		height: 20px;
		background: url(../images_new/sprite.webp);
		background-position: 0 -3px;
		background-repeat: no-repeat;
		vertical-align: middle;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
	.solution-logistics-outsourcing-index-card__type:hover .solution-logistics-outsourcing-index-card__title {
		color: #0b73cd;
		text-decoration: underline;
	}
	.solution-logistics-outsourcing-index-card__detail {
		margin-top: 2rem;
	}
	.solution-logistics-outsourcing-index-card__detail__item {
		display: flex;
		flex-flow: row nowrap;
		padding: 0.5rem 0.8rem;
		align-items: center;
		min-height: 77px;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
	}
	.solution-logistics-outsourcing-index-card__detail__item + .solution-logistics-outsourcing-index-card__detail__item {
		border-top: none;
	}
	.solution-logistics-outsourcing-index-card__icon {
		width: 56px;
		height: auto;
		margin-right: 10px;
	}
	.solution-logistics-outsourcing-index-card__icon > img {
		width: 100%;
	}
	.solution-logistics-outsourcing-index-card__lead {
		flex: 1;
		font-size: 1.6rem;
		line-height: 1.375;
		color: #333;
		font-weight: 700;
	}
	[class*="solution-logistics-outsourcing-index-card__highlight--"] {
		font-size: 2.0rem;
		line-height: 1;
		font-weight: 700;
	}
	.solution-logistics-outsourcing-index-card__highlight--pink {
		color: #e85ea8;
	}
	.solution-logistics-outsourcing-index-card__highlight--yellow {
		color: #ff580e;
	}
	.solution-logistics-outsourcing-index-card__highlight--blue {
		color: #3265e4;
	}
	.solution-logistics-outsourcing-index-card__highlight--green {
		color: #0ba76a;
	}
	.solution-logistics-outsourcing-index-card__highlight--purple {
		color: #7344de;
	}
	.solution-logistics-outsourcing-index-card__tag {
		margin-top: 1.1rem;
		color: #333;
		font-size: 1.6rem;
		line-height: 1.625;
	}
	.pc-solution-logistics-outsourcing-index-hidden {
		display: none !important;
	}
	.bg-yellow {
		background-color: #fff4e6;
	}
	.solution-logistics-outsourcing-index-area-v3 {
		width: 1200px;
		margin: 0 auto;
		padding: 4.2rem 0 6rem;
	}
	/* ----- solution-logistics-outsourcing-index-contact-layout ----- */
	.solution-logistics-outsourcing-index-contact-layout {
		margin: 6.4rem auto 8rem;
		width: 1200px;
	}

	/* ----- solution-logistics-outsourcing-index-banner ----- */
	.solution-logistics-outsourcing-index-banner-wrap {
		width: 100%;
		height: 109px;
	}
	.solution-logistics-outsourcing-index-banner {
		position: relative;
		bottom: 0;
		z-index: 1;
		background-color: #e5f9fd;
		width: 100%;
		margin: 0 auto;
		padding: 22px 0;
		display: flex;
		justify-content: center;
		transform: translateY(109px);
		transition: transform .5s cubic-bezier(.4, 0, .2, 1) .1s;
	}
	.solution-logistics-outsourcing-index-banner.is-show {
		transform: translateY(0);
	}
	.solution-logistics-outsourcing-index-banner.is-banner-fixed {
		position: fixed;
		bottom: 0;
	}
	.solution-logistics-outsourcing-index-banner.is-not-move {
		transition: none;
	}
	.solution-logistics-outsourcing-index-banner:not(.is-show):not(.is-banner-fixed) {
		transform: translateY(0);
	}
	.solution-logistics-outsourcing-index-banner__item {
		width: 788px;
		display: flex;
		gap: 36px;
	}
	.solution-logistics-outsourcing-index-banner__anchor {
		width: calc((100% - 36px) / 2);
	}
	.solution-logistics-outsourcing-index-banner__anchor__type {
		position: relative;
		padding: 17px 46px 11px 20px;
		background-color: #fff;
		border-radius: 9999px;
		display: flex;
		justify-content: center;
		font-size: 2rem;
		box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
		font-weight: bold;
		border: 1px solid #ddd;
	}
	.solution-logistics-outsourcing-index-banner__anchor__type::after {
		content: "";
		position: absolute;
		border-color: #47bcfc;
		border-width: 1px;
		width: 10px;
		height: 10px;
		margin-top: -6px;
		top: 50%;
		right: 28px;
		transform: rotate(135deg);
		display: inline-block;
		border-top: 2px solid #47bcfc;
		border-right: 2px solid #47bcfc;
		vertical-align: middle;
	}
	.solution-logistics-outsourcing-index-banner__anchor > .solution-logistics-outsourcing-index-banner__anchor__type:hover {
		border-color: #0b73cd;
		text-decoration: underline;
		color: #0b73cd;
	}
	.solution-logistics-outsourcing-index-banner__anchor > .solution-logistics-outsourcing-index-banner__anchor__type:hover::after {
		border-color: #0b73cd;
	}
	.solution-logistics-outsourcing-index-banner__anchor > .solution-logistics-outsourcing-index-banner__anchor__type {
		text-decoration: none;
		color: #333;
	}
	.solution-logistics-outsourcing-index-banner__button {
		width: calc((100% - 36px) / 2);
	}
	.solution-logistics-outsourcing-index-banner__button__type {
		position: relative;
		padding: 17px 46px 11px 20px;
		background-color: #47bbfb;
		border-radius: 9999px;
		display: flex;
		justify-content: center;
		font-size: 2rem;
		font-weight: bold;
		border: 1px solid #47bbfb;
	}
	.solution-logistics-outsourcing-index-banner__button__type::after {
		content: "";
		position: absolute;
		border-color: #fff;
		border-width: 1px;
		width: 10px;
		height: 10px;
		margin-top: -4px;
		top: 50%;
		right: 28px;
		transform: rotate(45deg);
		display: inline-block;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		vertical-align: middle;
	}
	.solution-logistics-outsourcing-index-banner__button > .solution-logistics-outsourcing-index-banner__button__type:hover {
		background-color: #fff;
		color: #47bcfc;
		text-decoration: underline;
	}
	.solution-logistics-outsourcing-index-banner__button > .solution-logistics-outsourcing-index-banner__button__type:hover::after {
		border-color: #47bcfc;
	}
	.solution-logistics-outsourcing-index-banner__button > .solution-logistics-outsourcing-index-banner__button__type {
		text-decoration: none;
		color: #fff;
	}

}
/* ======================================================
* PC Media Queries
====================================================== */
/***
@media screen and (min-width: 768px) and (max-width: 1280px) {
}
@media screen and (min-width: 768px) and (max-width: 1800px) {
}
@media screen and (min-width: 768px) and (max-width: 1450px) {
}
@media screen and (min-width: 1921px) {
}
***/

/* ======================================================
* SP
====================================================== */
@media only screen and (max-width: 767px) {
	/* ------------------------------------------------------
	* Override
	------------------------------------------------------ */
	.container {
		padding: 0;
	}
	.Pagetop {
		display: none!important;
	}
	/* ------------------------------------------------------
	* Page Component
	------------------------------------------------------ */
	/* ----- solution-logistics-outsourcing-index-headinglv1 ----- */
	.solution-logistics-outsourcing-index-headinglv1 {
		background: url(/solution/logistics_outsourcing/images/index_im01_sp.jpg) #fff no-repeat 0 0;
		background-size: cover;
		min-height: 292px;
		overflow: hidden;
		position: relative;
		margin-top: 14px;
	}
	.solution-logistics-outsourcing-index-headinglv1__inner {
		width: 100%;
		margin: 0 auto;
		padding: 36px 15px 20px 15px;
		min-height: 292px;
		text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.solution-logistics-outsourcing-index-headinglv1__title {
		color: #fff;
		font-size: 2.5rem;
		font-weight: bold;
		line-height: 1.4;
	}
	.solution-logistics-outsourcing-index-headinglv1__lead {
		margin-top: 12px;
		color: #fff;
		text-align: left;
		font-size: 1.4rem;
		font-weight: bold;
		line-height: 1.4;
	}

	/* ----- solution-logistics-outsourcing-index-area ----- */
	.solution-logistics-outsourcing-index-area {
		position: relative;
		background-color: #fff4e6;
	}
	.solution-logistics-outsourcing-index-area::after {
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		bottom: -6%;
		left: 50%;
		transform: translate(-50%, -50%);
		border-style: solid;
		border-left: 22px solid transparent;
		border-right: 22px solid transparent;
		border-top: 19px solid #fff4e6;
		border-bottom: 0;
	}

	/* ----- solution-logistics-outsourcing-index__inner ----- */
	.solution-logistics-outsourcing-index__inner {
		display: flex;
		position: relative;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		padding: 36px 15px 30px;
		margin: 0 auto;
	}

	/* ----- solution-logistics-outsourcing-index__lead ----- */
	.solution-logistics-outsourcing-index__lead {
		font-size: 18px;
		font-weight: bold;
		line-height: 1.4;
		text-align: center;
	}

	/* ----- solution-logistics-outsourcing-index-media ----- */
	.solution-logistics-outsourcing-index-media {
		width: 100%;
		margin-top: 25px;
		display: flex;
		align-items: center;
		flex-direction: column;
	}
	.solution-logistics-outsourcing-index-media__image {
		max-width: 118px;
	}
	.solution-logistics-outsourcing-index-media__frame > img {
		display: block;
	}
	.solution-logistics-outsourcing-index-media__body {
		width: 100%;
		margin-top: 10px;
		display: flex;
		flex-direction: column;
		row-gap: 14px;
		flex: 1;
	}

	/* ----- solution-logistics-outsourcing-index-media-v2 ----- */
	.solution-logistics-outsourcing-index-media-v2-wrap {
		margin-top: 34px;
		display: flex;
		width: 100%;
		flex-flow: row wrap;
		gap: 25px 15px;
	}
	.solution-logistics-outsourcing-index-media-v2 {
		width: calc((100% - (15px)) / 2);
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.solution-logistics-outsourcing-index-media-v2__lead {
		width: 100%;
		display: flex;
		justify-content: center;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.4;
		color: #ff580e;
		background-color: #fff;
		margin-top: -8px;
		padding-top: 7px;
	}
	.solution-logistics-outsourcing-index-media-v2__text {
		margin-top: 5px;
		font-size: 13px;
		line-height: 1.7;
		text-align: center;
	}
	.solution-logistics-outsourcing-index-media-v2__body {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-top: -5px;
	}
	.solution-logistics-outsourcing-index-media-v2__frame > img {
		display: block;
	}

	/* ----- solution-logistics-outsourcing-index-box ----- */
	.solution-logistics-outsourcing-index-box {
		display: flex;
		width: 100%;
		justify-content: flex-start;
		align-items: center;
		column-gap: 13px;
		background-color: #fff;
		border-radius: 10px;
		padding: 10px 12px;
		border: 1px solid #dee0e0;
	}
	.solution-logistics-outsourcing-index-box__image {
		flex-shrink: 0;
		max-width: 21px;
	}
	.solution-logistics-outsourcing-index-box__frame > img {
		display: block;
	}
	.solution-logistics-outsourcing-index-box__lead {
		font-size: 14px;
		font-weight: bold;
		line-height: 1.6;
	}
	.solution-logistics-outsourcing-index-box__lead-v2 {
		font-size: 16px;
		font-weight: bold;
		line-height: 1.4;
	}

	/* ----- solution-logistics-outsourcing-index__message--center ----- */
	.solution-logistics-outsourcing-index__message--center {
		margin-top: 1em;
		font-size: 1.5rem;
		line-height: 1.6;
	}
	.solution-logistics-outsourcing-index__message--center + .solution-logistics-outsourcing-index__message--center {
		margin-top: 1.2em;
	}

	/* ----- solution-logistics-outsourcing-index__label ----- */
	.solution-logistics-outsourcing-index__label {
		font-weight: bold;
		text-decoration: underline;
		text-decoration-color: #ff824b;
		text-decoration-thickness: 6px;
		text-underline-offset: 1px;
	}

	/* ----- solution-logistics-outsourcing-index__message-v2--center ----- */
	.solution-logistics-outsourcing-index__message-v2--center {
		margin-top: 1.65em;
		font-size: 1.7rem;
		line-height: 1.6;
	}
	.solution-logistics-outsourcing-index__message-v2--center + .solution-logistics-outsourcing-index__message-v2--center {
		margin-top: 1.2em;
	}

	/* ----- solution-logistics-outsourcing-index-anchor ----- */
	.solution-logistics-outsourcing-index-anchor {
		margin-top: 1.4em;
		background-color: #F7F7F7;
		border-radius: 10px;
		padding: 16px 12px 26px;
	}
	.solution-logistics-outsourcing-index-anchor__title {
		font-weight: bold;
		font-size: 16px;
		color: #ff580e;
		line-height: 1.4;
	}
	.solution-logistics-outsourcing-index-anchor__list > li > .solution-logistics-outsourcing-index-anchor__link {
		color: #333;
		text-decoration: none;
	}
	.solution-logistics-outsourcing-index-anchor__body {
		margin-top: 12px;
		font-size: 14px;
		font-weight: bold;
	}
	.solution-logistics-outsourcing-index-anchor__list > li > a {
		position: relative;
	}
	.solution-logistics-outsourcing-index-anchor__list > li {
		padding-left: 22px;
	}
	.solution-logistics-outsourcing-index-anchor__list > li > a::before {
		border-color: #1684e2;
		border-width: 1px;
		width: 8px;
		height: 8px;
		top: 3px;
		left: -18px;
		transform: rotate(135deg);
		display: inline-block;
		position: absolute;
		border-top: 2px solid #1684e2;
		border-right: 2px solid #1684e2;
		vertical-align: middle;
		content: "";
	}
	.solution-logistics-outsourcing-index-anchor__list > li + li {
		margin-top: 1.15em;
	}

	/* ----- solution-logistics-outsourcing-index-heading2 ----- */
	.solution-logistics-outsourcing-index-heading2 {
		margin-top: 48px;
	}
	.solution-logistics-outsourcing-index-heading2__title {
		position: relative;
		font-size: 18px;
		font-weight: bold;
	}
	.solution-logistics-outsourcing-index-heading2__title::after {
		background: linear-gradient(to right, #ff9208 0%, #ffd329 100%);
		position: absolute;
		bottom: -7px;
		left: 52px;
		width: 50px;
		height: 4px;
		margin-left: -51px;
		content: "";
	}

	/* ----- solution-logistics-outsourcing-index-text ----- */
	.solution-logistics-outsourcing-index-text {
		margin-top: 2.6em;
		font-size: 1.4rem;
		line-height: 1.6;
	}
	.solution-logistics-outsourcing-index-text + .solution-logistics-outsourcing-index-text {
		margin-top: 1.9em;
	}

	/* ----- solution-logistics-outsourcing-index-box-v2 ----- */
	.solution-logistics-outsourcing-index-box-v2-wrap {
		margin-top: 28px;
		gap: 14px 0;
		display: flex;
		flex-flow: row wrap;
		width: 100%;
	}
	.solution-logistics-outsourcing-index-box-v2 {
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		column-gap: 33px;
		background-color: #fff;
		border-radius: 10px;
		padding: 13px 20px;
		border: 1px solid #dee0e0;
	}
	.solution-logistics-outsourcing-index-box-v2__image {
		width: 65px;
		flex-shrink: 0;
	}
	.solution-logistics-outsourcing-index-box-v2__frame > img {
		display: block;
	}
	.solution-logistics-outsourcing-index-box-v2__lead {
		font-size: 17px;
		font-weight: bold;
		line-height: 1.4;
	}

	/* ----- solution-logistics-outsourcing-index-area-v2 ----- */
	.solution-logistics-outsourcing-index-area-v2 {
		margin: 0 auto;
		padding: 4.4rem 15px;
	}
	.solution-logistics-outsourcing-index-area-v2 > *:first-child {
		margin-top: 0;
	}

	/* ----- solution-logistics-outsourcing-index-bold ----- */
	.solution-logistics-outsourcing-index-bold {
		font-size: 1.4rem;
		font-weight: bold;
		line-height: 1.6;
	}

	/* ----- solution-logistics-outsourcing-index-text--bold ----- */
	.solution-logistics-outsourcing-index-text--bold {
		margin-top: 1.7em;
		font-weight: bold;
		line-height: 1.6;
	}

	/* ----- .solution-logistics-outsourcing-index-card ----- */
	.solution-logistics-outsourcing-index-card-wrap {
		display: flex;
		flex-direction: column;
		width: 100%;
		row-gap: 1.4rem;
		margin: 2.2rem 0 0;
	}
	.solution-logistics-outsourcing-index-card {
		width: 100%;
		background-color: #fff;
		border-radius: 10px;
		overflow: hidden;
		box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
	}
	.solution-logistics-outsourcing-index-card .solution-logistics-outsourcing-index-card__type {
		text-decoration: none;
		color: #333;
	}
	.solution-logistics-outsourcing-index-card__body {
		padding: 1.2rem 1.6rem 1rem 1.5rem;
	}
	.solution-logistics-outsourcing-index-card__image {
		width: 100%;
		height: auto;
	}
	.solution-logistics-outsourcing-index-card__image > img {
		display: block;
	}
	.solution-logistics-outsourcing-index-card__title {
		color: #333;
		font-size: 1.5rem;
		font-weight: 700;
		line-height: 1.4;
	}
	.solution-logistics-outsourcing-index-card__title::after {
		content: "";
		display: inline-block;
		position: relative;
		right: 0;
		top: 50%;
		margin-left: 6px;
		width: 10px;
		height: 14px;
		background: url(../images_new/sprite.webp);
		background-position: -20px -21px;
		background-repeat: no-repeat;
		vertical-align: middle;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
	.solution-logistics-outsourcing-index-card__detail {
		margin-top: 1rem;
	}
	.solution-logistics-outsourcing-index-card__detail__item {
		display: flex;
		flex-flow: row nowrap;
		padding: 0.5rem;
		align-items: center;
		min-height: 69px;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
	}
	.solution-logistics-outsourcing-index-card__detail__item + .solution-logistics-outsourcing-index-card__detail__item {
		border-top: none;
	}
	.solution-logistics-outsourcing-index-card__icon {
		width: 56px;
		height: auto;
		margin-right: 12px;
	}
	.solution-logistics-outsourcing-index-card__icon > img {
		width: 100%;
	}
	.solution-logistics-outsourcing-index-card__lead {
		flex: 1;
		font-size: 1.4rem;
		line-height: 1.6;
		color: #333;
		font-weight: 700;
	}
	[class*="solution-logistics-outsourcing-index-card__highlight--"] {
		font-size: 1.6rem;
		line-height: 1;
		font-weight: 700;
	}
	.solution-logistics-outsourcing-index-card__highlight--pink {
		color: #e85ea8;
	}
	.solution-logistics-outsourcing-index-card__highlight--yellow {
		color: #ff580e;
	}
	.solution-logistics-outsourcing-index-card__highlight--blue {
		color: #3265e4;
	}
	.solution-logistics-outsourcing-index-card__highlight--green {
		color: #0ba76a;
	}
	.solution-logistics-outsourcing-index-card__highlight--purple {
		color: #7344de;
	}
	.solution-logistics-outsourcing-index-card__tag {
		margin-top: 0.5rem;
		color: #333;
		font-size: 1.4rem;
		line-height: 1.6;
	}
	.bg-yellow {
		background-color: #fff4e6;
	}
	.solution-logistics-outsourcing-index-area-v3 {
		margin: 0 auto;
		padding: 4rem 15px;
	}

	/* ----- solution-logistics-outsourcing-index-button ----- */
	.solution-logistics-outsourcing-index-button-wrap {
		margin-top: .9em;
	}
	.solution-logistics-outsourcing-index-button {
		width: 100%;
	}
	.solution-logistics-outsourcing-index-button > .solution-logistics-outsourcing-index-button__type {
		display: flex;
		justify-content: center;
		text-align: center;
		position: relative;
		text-decoration: none;
		padding: 11px 32px;
		line-height: 1.375;
		border-radius: 9999px;
		font-weight: bold;
		color: #fff;
		background-color: #1684e3;
		font-size: 1.6rem;
	}
	.solution-logistics-outsourcing-index-button > .solution-logistics-outsourcing-index-button__type::after {
		margin-top: -4px;
		width: 8px;
		height: 8px;
		position: absolute;
		top: 50%;
		right: 19px;
		border-width: 2px;
		transform: rotate(45deg);
		display: inline-block;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		vertical-align: middle;
		content: "";
	}

	/* ----- solution-logistics-outsourcing-index-banner ----- */
	.solution-logistics-outsourcing-index-banner-wrap {
		width: 100%;
		height: 66px;
	}
	.solution-logistics-outsourcing-index-banner {
		background-color: #e5f9fd;
		z-index: 1;
		width: 100%;
		padding: 13px 15px;
		display: flex;
		justify-content: center;
		transform: translateY(66px);
		transition: transform .5s cubic-bezier(.4, 0, .2, 1) .1s;
	}
	.solution-logistics-outsourcing-index-banner.is-show {
		transform: translateY(0);
	}
	.solution-logistics-outsourcing-index-banner.is-banner-fixed {
		position: fixed;
		bottom: 0;
	}
	.solution-logistics-outsourcing-index-banner.is-not-move {
		transition: none;
	}
	.solution-logistics-outsourcing-index-banner:not(.is-show):not(.is-banner-fixed) {
		transform: translateY(0);
	}
	.solution-logistics-outsourcing-index-banner__item {
		width: 100%;
		display: flex;
		gap: 15px;
	}
	.solution-logistics-outsourcing-index-banner__anchor {
		width: calc((100% - 15px) / 2);
	}
	.solution-logistics-outsourcing-index-banner__anchor__type {
		position: relative;
		padding: 7px 30px 7px 5px;
		background-color: #fff;
		border-radius: 9999px;
		display: flex;
		justify-content: center;
		font-size: 1.6rem;
		box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
		font-weight: bold;
		border: 1px solid #ddd;
	}
	.solution-logistics-outsourcing-index-banner__anchor__type::after {
		content: "";
		position: absolute;
		border-color: #1684e2;
		border-width: 1px;
		width: 10px;
		height: 10px;
		margin-top: -8px;
		top: 50%;
		right: 14px;
		transform: rotate(135deg);
		display: inline-block;
		border-top: 2px solid #1684e2;
		border-right: 2px solid #1684e2;
		vertical-align: middle;
	}
	.solution-logistics-outsourcing-index-banner__anchor > .solution-logistics-outsourcing-index-banner__anchor__type {
		text-decoration: none;
		color: #333;
	}
	.solution-logistics-outsourcing-index-banner__button {
		width: calc((100% - 15px) / 2);
	}
	.solution-logistics-outsourcing-index-banner__button__type {
		position: relative;
		padding: 7px 30px 7px 13px;
		background-color: #47bbfb;
		border-radius: 9999px;
		display: flex;
		justify-content: center;
		font-size: 1.6rem;
		font-weight: bold;
	}
	.solution-logistics-outsourcing-index-banner__button__type::after {
		content: "";
		position: absolute;
		border-color: #fff;
		border-width: 1px;
		width: 10px;
		height: 10px;
		margin-top: -5px;
		top: 50%;
		right: 15px;
		transform: rotate(45deg);
		display: inline-block;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		vertical-align: middle;
	}
	.solution-logistics-outsourcing-index-banner__button > .solution-logistics-outsourcing-index-banner__button__type {
		text-decoration: none;
		color: #fff;
	}

	/* ----- solution-logistics-outsourcing-index-heading2-v2 ----- */
	.solution-logistics-outsourcing-index-heading2-v2 {
		margin-top: 4rem;
	}
	.solution-logistics-outsourcing-index-heading2-v2 + * {
		margin: 2.2rem 0 0;
	}
	.solution-logistics-outsourcing-index-heading2-v2__inner {
		display: flex;
		justify-content: center;
		text-align: center;
	}
	.solution-logistics-outsourcing-index-heading2-v2__inner > .solution-logistics-outsourcing-index-heading2-v2__type {
		color: #333;
		text-decoration: none;
	}
	.solution-logistics-outsourcing-index-heading2-v2__type {
		padding-bottom: .9rem;
	}
	.solution-logistics-outsourcing-index-layout > section > .solution-logistics-outsourcing-index-heading2-v2 {
		margin-top: 0;
	}
	[class*="solution-logistics-outsourcing-index-heading2-v2__title"] {
		position: relative;
		font-size: 1.8rem;
		line-height: 1.4;
		font-weight: bold;
		margin: 0;
	}
	[class*="solution-logistics-outsourcing-index-heading2-v2__title"]::after {
		position: absolute;
		bottom: -12px;
		left: 50%;
		width: 50px;
		height: 4px;
		margin-left: -22px;
		content: "";
	}
	.solution-logistics-outsourcing-index-heading2-v2__title--pink::after {
		background: linear-gradient(to right, #eb71b2 0%, #ffa7a7 100%);
	}
	.solution-logistics-outsourcing-index-heading2-v2__title--yellow::after {
		background: linear-gradient(to right, #ff9208 0%, #ffd329 100%);
	}
	.solution-logistics-outsourcing-index-heading2-v2__title--blue::after {
		background: linear-gradient(to right, #3164e4 0%, #71c6eb 100%);
	}
	.solution-logistics-outsourcing-index-heading2-v2__title--green::after {
		background: linear-gradient(to right, #38e4bd 0%, #b1ffa7 100%);
	}
	.solution-logistics-outsourcing-index-heading2-v2__title--purple::after {
		background: linear-gradient(to right, #9671eb 0%, #6a8bf7 100%);
	}

	/* ----- solution-logistics-outsourcing-index-contact-layout ----- */
	.solution-logistics-outsourcing-index-contact-layout {
		margin-top: 30px;
		margin-bottom: 75px;
		padding: 0;
	}

}

/* ======================================================
* SP Media Queries
====================================================== */
/***
@media only screen and (min-width: 320px) and (max-width: 767px) {
}
@media only screen and (max-width: 736px) {
}
@media only screen and (max-width: 667px) {
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 568px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 414px) {
}
@media only screen and (max-width: 375px) {
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 320px) {
}
***/

/* ======================================================
* Print
====================================================== */
@media print {
}