/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 09 2026 | 11:02:57 */
/* トップページ */

#body_wrap.home .l-content {
	margin-bottom: 0!important;
}
#body_wrap.home #before_footer_widget {
	margin-top: 0!important;
}

/* ファーストビュー */
.p-mainVisual__slideTitle {
	color: #fff;
	font-weight: 700;
	font-size: 42px;
	line-height: 1.6;
	text-align: left;
	width: max-content;
	margin: 0 auto;
	transform: translateY(-40px);
}

@media (max-width: 959px) {
	.p-mainVisual__slideTitle {
		font-size: clamp(26px, 4vw, 46px);
	}
}

/* ニュース */
.top-news .sub-title > * {
	justify-content: flex-start;
}
.top-news .sub-title {
	margin-left: 0!important;
}

/* 輸出入でこんなお悩みありませんか？ */
.top-onayami {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.top-onayami::before {
  content: "";
  position: absolute;
  top: 0;
  right: max(-100px, -10vw);
  width: 600px;
  height: 100%;
  background: linear-gradient(90deg, #1d47a4 0%, #3a6fd1 100%);
  transform: skew(-30deg);
  transform-origin: center;
  z-index: -1;
  opacity: 0.9;
}
@media (max-width: 599px) {
	.top-onayami::before {
	  width: 400px;
	}	
}
.top-onayami h2 {
  text-shadow:
    0 0 2px #fff,
    0 0 6px rgba(255,255,255,0.9),
    0 0 12px rgba(255,255,255,0.8),
    0 0 24px rgba(255,255,255,0.6);
}
@media (max-width: 599px) {
	.top-onayami h2 span {
	  font-size: 26px!important;
	}
}

/* 実際に上記のようなお悩みを多くいただきます */
@media (max-width: 959px) {
	.top-jissai h2 {
		text-align: center!important;
	}
}
.top-jissai .title-under-text {
	text-decoration: underline;
	color: #fff;
	display: flex;
	align-items: center;
	gap: 5px;
}
@media (max-width: 599px) {
	.top-jissai .title-under-text {
		align-items: flex-start;
	}	
}
.top-jissai .item {
	position: relative;
}
.top-jissai .item:nth-of-type(1) img {
	width: 100px;
}
.top-jissai .item:nth-of-type(2) img {
	width: 80px;
}
.top-jissai .item:nth-of-type(3) img {
	width: 65px;
}
.top-jissai .item:not(:last-of-type)::before {
	position: absolute;
	content: "";
	background-color: #ccc;
}
@media (min-width: 960px) {
	.top-jissai .item:not(:last-of-type)::before {
		top: 50%;
		right: -20px;
		transform: translatey(-50%);
		width: 1px; 
		height: 60px;
	}
}
@media (max-width: 959px) {
	.top-jissai .item:not(:last-of-type)::before {
		bottom: -25px;
		left: 0;
		transform: translatey(-50%);
		width: 100%; 
		height: 1px;
	}
}
.top-jissai .item p {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	font-size: 18px;
}
.top-jissai .item img {
	width: 100px;
}

/* そんなお悩みは、LIFにお任せください */
.top-omakase h2 {
	font-size: 32px;
	margin-bottom: 20px!important;
}
@media (max-width: 959px) {
	.top-omakase h2 {
		font-size: 24px;
		text-align: center!important;
	}
	.top-omakase hr {
		margin-bottom: 0!important;
	}
	.top-omakase .text-area figure {
		margin: 0 auto;
		width: min(90%, 400px)
	}
}
@media (min-width: 960px) {
	.top-omakase .content .swell-block-columns__inner {
		flex-wrap: nowrap;
	}
	.top-omakase .img-area {
		margin-right: calc(50% - 50vw);
		width: 50vw;
	}
}

/* LIFが選ばれる理由 */
.top-reason .content .swell-block-columns__inner {
	justify-content: center;
}
@media (min-width: 960px) {
	.top-reason .content {
		padding-top: 20px;
	}
}
.top-reason .item {
	position: relative;
	display: flex !important;
	height: auto !important;
}
.top-reason .item .wp-block-group {
	padding: 20px 15px;
}
.top-reason .item .number {
	position: absolute;
	background-color: var(--color_deep03);
	border-radius: 50%;
	width: 50px;
	height: 50px;
	top: -20px;
	left: 10px;
	color: #fff;
	font-family: "Montserrat";
	font-weight: 900;
	display: grid;
	place-items: center;
}
.top-reason .item h3 {
	margin-top: 30px!important;
}
.top-reason .item figure {
	text-align: center;
}
.top-reason .item img {
	width: 100px;
}
.top-reason .swell-block-column.item > .wp-block-group > .wp-block-group__inner-container {
  width: 100%;
  height: 100%;
  display: flex !important;
  flex-direction: column!important;
	justify-content: space-between;
}

/* 輸出入・関税に関するサービス */
.top-service .number {
	font-size: 20px;
}

/* 輸出入・関税に関する対応可能な業務 */
.top-taiou .sub-title > * {
	font-size: 18px;
}
.top-taiou .item figure {
	margin: 0 auto;
}
.top-taiou .item img {
	width: 180px;
}
@media (max-width: 599px) {
	.top-taiou .item:last-of-type {
		border: 0;
	}
}
@media (max-width: 959px) {
	.top-taiou .item {
		border-bottom: 1px solid #ccc;
		padding-bottom: 40px;
	}
	.top-taiou .item h3 {
		font-size: 22px;
	}
	.top-taiou .item img {
		width: 120px;
	}
}

/* 幅広い品目に対応可能です */
.top-habahiro ul {
	padding-left: 0;
}
.top-habahiro li {
	list-style: none;
	position: relative;
	padding-left: 30px;
}
.top-habahiro li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	background-image: url(https://lif-corp.co.jp/wp-content/uploads/2026/05/icon-check-circle-orange.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

/* ごあいさつ */
@media (min-width: 600px) {
	.top-greeting .midashi {
		text-align: left;
	}
	#main_content .top-greeting .sub-title {
		margin-left: 0!important;
	}
}
.top-greeting p {
	font-size: 18px;
}
@media (max-width: 599px) {
	.top-greeting p {
		font-size: 16px;
	}
}
.top-greeting {
	position: relative;
	overflow: hidden;
	z-index: 0;
}
.top-greeting::before {
	content: "";
	position: absolute;
	top: 0;
	right: max(-100px, -10vw);
	width: 600px;
	height: 100%;
	background: linear-gradient(90deg, #1d47a4 0%, #3a6fd1 100%);
	transform: skew(-30deg);
	transform-origin: center;
	z-index: -1;
	opacity: 0.9;
}
@media (max-width: 599px) {
	.top-greeting::before {
	  width: 400px;
	}	
}
.top-greeting .midashi {
  text-shadow:
    0 0 2px #fff,
    0 0 6px rgba(255,255,255,0.9),
    0 0 12px rgba(255,255,255,0.8),
    0 0 24px rgba(255,255,255,0.6);
}

/* サポートさせていただいている企業様の事例 */
.top-support .number {
	font-size: 20px;
}

/* 対応エリア */
@media (min-width: 960px) {
	#main_content .top-area .sub-title {
		margin-left: 0!important;
	}
}
@media (max-width: 959px) {
	.top-area .midashi {
		text-align: center!important;
	}
}
@media (min-width: 960px) {
	.top-area .sub-title > * {
		justify-content: flex-start;
	}
	.top-area .text-area figure {
		position: absolute;
		top: 0;
		left: 180px;
		width: 400px;
	}
}
@media (max-width: 1200px) {
	.top-area .text-area figure {
		left: 180px;
		width: 300px;
	}
}
@media (max-width: 959px) {
	.top-area .text-area figure {
		margin: 0 auto;
		width: max(70%, 300px);
	}
}

/* ご相談の流れ */
.top-flow .swell-block-step {
	max-width: 700px;
	margin: 0 auto;
}

