@charset "utf-8";
/*
Theme Name: Lightning Child
Theme URI: https://www.pc-suketto.co.jp
Template: lightning
Description: G3 Ver1
Author: ISHITSUKA
Tags: 
Version: 1.0.0
*/

/* ------------------------------
共通 start
------------------------------ */
body {
	font-size: 16px;
	font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow: clip;
	counter-reset: number 0;
}

/* VKルート */
:root {
	--vk-size-text-sm: 0.9rem;
	--vk-color-text-link-hover: var(--vk-color-primary);
	--color-recruit: #004FB3;
	--color-sub: #f8f8f8;
}

/* タグ */
a { text-decoration: none !important; }
p { margin: 0; line-height: 1.8; }
img { vertical-align: middle; }
iframe { margin-bottom: 0; vertical-align: bottom; }
label {	margin-bottom: 0; }

/* hタグ */
h1,h2, h3, h4, h4, h5, h6 {
	position: relative;
	margin: 0;
	line-height: 1.8;
	z-index: 1;
}
h1 {
	margin-bottom: 1em;
}
h2 {
	font-size: 38px;
	font-weight: 700;
}
.title h2 {
	margin-top: 0;
	font-size: 1.5rem;
	font-weight: 700;
	color: #044B7F;
}
.title .txt.en {
	padding-right: 0.5em;
	margin-right: -0.5em; 
	color: var(--vk-color-primary);
	font-size: 4rem;
	font-weight: 800;
	line-height: 1.2;
	font-family: 'Montserrat', sans-serif;
}
.h-small {
	display: block;
	color: var(--vk-color-primary);
	font-size: 0.5em;
	line-height: 2.5;
}
h3 {
	font-size: 24px;
	font-weight: 700;
}
h3.deco {
	padding: 5px 10px;
}
h3.deco::before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 2px;
	border-radius: 3px;
	background: var(--vk-color-primary);
	z-index: 1;
}	
h4 {
	font-size: 20px;
	font-weight: 500;
}
h4.deco {
	padding-left: 25px;
}
h4.deco::before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: "";
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #c4e719;
	z-index: 1;
}
h5 { font-size: 18px; }
h6 { font-size: 16px; }

/* tableタグ */
:where(:not(.wp-block-table))>table { border-right: none; border-left: none; }
table { table-layout: fixed; }
table td, table th {
	padding: 1rem 1rem;
}
dl { margin: 0; }
dt { margin-bottom: 0.5em; font-weight: normal; }
dd { margin-bottom: 1em; }
.base-tb th {
	width: 30%;
	color: #000;
	text-align: left;
	border-right: none;
	border-left: none;
}
.base-tb td {
	width: 70%;
	border-right: none;
	border-left: none;
}

/* ul,olタグ */
.base-ul{
	margin: 0 !important;
	padding-left: 0.5em !important;
}
.base-ol {
	margin: 0 !important;
	padding-left: 1.5rem !important;
}
.base-ul li { margin: 0 0 0 10px !important; }
.base-ol li{ margin: 0 0 10px 0 !important }
li a { text-decoration: none; }

/* figure */
figure { margin: 0; }
figcaption { font-size: 0.8em; }

/* Lightbox */
.featherlight .featherlight-content {
	padding: 5px 5px 0;
	border-bottom: 5px solid transparent;
}
.featherlight-next {
	top: 5px;
	right: 5px;
}
.featherlight-previous {
	top: 5px;
	left: 5px;
}
.rl-gallery-item img { border: 2px solid #eee; }
.rl-gallery-caption { display: block; }

/* コンテンツの幅 */
.site-body {
	padding: 90px 0;
}
.container {
	width: 100%;
	max-width: 100%;
	padding: 0;
}
@media (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}
.page .site-body-container {
	max-width: 100%;
}
.base-cont {
	width: 1170px;
	margin: 0 auto;
	padding: 90px 0;
}

/* 中央・右・左　寄せ */
.center { text-align: center; }
.right { text-align: right; }
.left { text-align: left; }

/* テキスト */
.txt {
	display: block;
	margin-bottom: 10px;
}
div>.txt:last-of-type {
	margin-bottom: 0;
}
.fsize-s {
	margin: 0 5px;
	font-size: 0.8em;
}
.fsize-b {
	margin: 0 5px;
	font-size: 1.3em;
}
.fweight-b {
	font-weight: 700;
}
.color {
	color: var(--vk-color-primary);
}
.kome {
	margin-bottom: 0;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 0.9em;
}

/* ボタン */
.btn-base {
	display: inline-block;
	position: relative;
	padding: 15px 45px;
	width: 280px;
	max-width: 100%;
	color: #fff;
	font-weight: 500;
	text-align: center;
	background: #30C5FF;
	transition: all 0.3s linear;
	z-index: 2;
}
.btn-base::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	right: 20px;
	content: "";
	width: 10px;
	height: 10px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	transition: all 0.3s linear;
}
.btn-base:hover {
	color: #044B7F;
	background: #fff;
	border-color: #044B7F;
}
.btn-base:hover::after {
	border-color: #044B7F;
	right: 15px;
}

/* ページリンク */
.links-ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch;
	padding-left: 0 !important;
}
.links-ul li {
	position: relative;
	margin-left: 0 !important;
	width: calc(50% - 5px);
	border-bottom: 2px solid #eee;
	z-index: 1;
}
.links-ul li::before {
	position: absolute;
	bottom: -1px;
	left: 0;
	content: "";
	width: 0%;
	height: 2px;
	transition: all 0.3s linear;
	z-index: 2;
}
.links-ul li::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	right: 20px;
	content: "";
	width: 10px;
	height: 10px;
	border-top: solid 2px var(--vk-color-primary);
	border-right: solid 2px var(--vk-color-primary);
	z-index: 1;
}
.links-ul li:hover {
	border-bottom: 2px solid transparent;
}
.links-ul li:hover::before {
	width: 100%;
	background: #0B1722;
}
.links-ul li a {
	display: flex;
	align-items: center;
	padding: 15px 45px 15px 15px;
	height: 100%;
	color: var(--vk-color-primary);
}
.links-ul li a i {
	margin: 0 0 0 5px;
}

/* タブ */
.tabs {
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 !important;
	cursor: pointer;
}
.base-ul.tabs li {
	margin: 0 !important;
}
.btn-base.tab::after {
	display: none;
}
.tab {
	width: calc(100%/2 - 15px);
	padding: 10px;
	text-align: center;
}
.tab.active {
	background: var(--vk-color-primary);
	color: #fff;
}
.tab-panel {
	display: none !important;
}
.tab-panel.active {
	display: block !important;
}

/* コンテンツ表示・非表示　レスポンシブ */
.pc-cont { display: block; }
.big-npc-cont { display: none; }
.npc-cont { display: none; }
.tab-cont { display: none; }
.sp-cont { display: none !important; }

/* PC時にflexで左右のコンテンツを入れ替える */
.reverse-flex {
	flex-direction: row-reverse;
}
/* レイアウトビルダーのストレッチ */
.stretch-cell>div, .stretch-cell>div>div {
	height: 100%;
}

/* 改行　レスポンシブ */
.pcbr { display: inline-block; }
.tabbr { display: none; }
.spbr { display: none; }

/* ヘッダー上部 */
.header-top {
	background-color: transparent;
	border-bottom: none;
}
.header-top .header-top-description {
	font-size: 0.9rem;
}
.header-top-tel .header-top-tel-wrap {
	font-size: 1.1rem;
}
.header-top-tel i {
	color: var(--vk-color-primary);
}

/* ヘッダー */
.site-header {
	box-shadow: none;
}
.site-header .container {
	padding: 0 20px;
	width: 100% !important;
	max-width: 100%;
}
.sub-menu>li {
	text-shadow: none;
}
.global-nav-list>li:before { /* ヘッダーナビのアニメーション用 */
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 0;
	border-bottom: 1px solid #30C5FF;
	transition: all .3s ease-out;
}
.global-nav-list>li:hover:before, .global-nav-list>li[class*=current]:before {
	width: 100%;
}
.global-nav-list>li>a i, .vk-mobile-nav nav ul li a i, .widget_nav_menu>div>ul li a i {
	margin: 0 0 0 5px;
}
.device-mobile .global-nav-list .acc-btn {
	top: 50%;
	transform: translatey(-50%);
	border: none !important;
}
.device-pc:not(.header_scrolled) .global-nav--text-layout--vertical .global-nav-list>li>a {
	padding: 20px 3em !important;
}

/* スクロールヘッダー */
.header_scrolled .site-header {
	box-shadow: none;
}

/* ページヘッダー */
.page-header-title, h1.page-header-title {
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.5;
}
.page-header-subtext {
	color: #fff;
	font-size: 1.25rem;
	font-weight: 700;
}

/* フッター上部（ウィジェット） */
.site-body-bottom {
	position: relative;
	background: #044B7F;
	background-size: cover;
	z-index: 1;
	margin: 0 0 0 auto;
	border-radius: 10px;
	width: 80%;
}

.site-body-bottom .widget {
	margin: 0;
}
.ft-contact {
	padding: 90px 20px;
	text-align: center;
	margin-top: -10%;
	color: #fff;
	text-align: left;
}
.ft-contact .title {
	margin-bottom: 60px;
}
.ft-contact-txt {
	margin-bottom: 60px !important;
}
.ft-contact-inner {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
.ft-contact-inner>div {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	width: calc(50% - 30px);
}
.ft-tel .contact-desc {
	margin-top: 15px;
	font-size: 0.9em;
}
.ft-mail .btn-base {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	width: 100%;
	height: 100%;
	color: #fff;
	background: #30C5FF;
}
.ft-mail .btn-base:hover {
	background: #0B0C32;
}
.ft-mail .btn-base::after {
	border-color: #fff;
}
.con-title p {
	-webkit-text-stroke: 1px #fff;
}
.con-title h2 {
	color: #fff;
}
.con-tel {
	color: #fff !important;
	font-family: 'Montserrat', sans-serif !important;
	font-style: initial !important;
	font-weight: 800 !important;
}
.consize-s {
	color: #c4e719;
	font-weight: 800 !important;
}

/* フッター */
.site-footer {
	font-size: 14px;
	content-visibility: visible; /* position: fixed;を指定したときにfooterを基準にさせないため */
}
.site-footer-content {
	padding: 30px 20px;
}
.ft-logo {
	margin-bottom: 20px;
}
.ft-logo img {
	width: 250px;
}
.ft-about {
	margin-bottom: 15px;
}
.ft-sns i {
	font-size: 1.5rem;
}
.page_top_btn {
	display: none !important;
}
#menu-footer-nav>li>.sub-menu {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#menu-footer-nav>li>.sub-menu>li {
	width: 50%;
}
#menu-footer-nav>li>.sub-menu>li>a::before {
	left: 11px;
	height: 2px;
}
#wpfront-scroll-top-container {
	border-radius: 50%;
	background: #fff;
}

.fixed-sns {
	display: none;
	position: fixed;
	bottom: 120px;
	right: 20px;
	z-index: 10000;
}
.header_scrolled .fixed-sns {
	display: block;
}
.fixed-sns img {
	width: 64px;
}

/* Swiper */
.swiper-wrapper {
	transition-timing-function: linear !important;
}
.normal-swiper, .loop-swiper-r, .loop-swiper-l {
	overflow: hidden;
}
.swiper-main01 .swiper-slide, .swiper-main02 .swiper-slide,
.swiper-thum01 .swiper-slide, .swiper-thum02 .swiper-slide  {
	color: #ffffff;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 400px;
}
.swiper-main01, .swiper-main02 {
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.swiper-thum01, .swiper-thum02 {
	position: relative;
	box-sizing: border-box;
	padding-top: 10px;
	overflow: hidden;
}
.swiper-thum01 .swiper-slide, .swiper-thum02 .swiper-slide {
	opacity: 0.5;
	line-height: 80px;
}
.swiper-thum01 .swiper-slide-thumb-active, .swiper-thum02 .swiper-slide-thumb-active {
	opacity: 1;
}

/* フェードイン */
.fade-in, .fade-up, .fade-down, .fade-left, .fade-right {
	opacity: 0;
}
.fade-in.active {
	animation-name: fadeInAnime;
	animation-duration: 3s;
	animation-fill-mode: forwards;
	opacity: 1;
}
@keyframes fadeInAnime {
	from { opacity: 0; }
	to { opacity: 1; }
}
.fade-up.active {
	animation-name: fadeUpAnime;
	animation-duration: 3s;
	animation-fill-mode: forwards;
}
@keyframes fadeUpAnime {
	from { opacity: 0; transform: translateY(100px); }
	to { opacity: 1; transform: translateY(0); }
}
.fade-down.active {
	animation-name: fadeDownAnime;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
}
@keyframes fadeDownAnime {
	from { opacity: 0; transform: translateY(-100px); }
	to { opacity: 1; transform: translateY(0); }
}
.fade-left.active {
	animation-name: fadeLeftAnime;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
}
@keyframes fadeLeftAnime {
	from { opacity: 0; transform: translateX(-100px); }
	to { opacity: 1; transform: translateX(0); }
}
.faded-right.active {
	animation-name: fadeRightAnime;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
}
@keyframes fadeRightAnime {
	from { opacity: 0; transform: translateX(100px); }
	to { opacity: 1; transform: translateX(0); }
}
.delay-time02 {
	transition-delay: 0.2s; animation-delay: 0.2s;
}
.delay-time04 {
	transition-delay: 0.4s; animation-delay: 0.4s;
}
.delay-time06 {
	transition-delay: 0.6s; animation-delay: 0.6s;
}
.delay-time08 {
	transition-delay: 0.8s; animation-delay: 0.8s;
}



/* ------------------------------
共通 end
------------------------------ */


/* ------------------------------
トップページ start
------------------------------ */
/* メインビジュアル */
.main-visual-cont {
	position: relative;
	z-index: 1;
}
.main-swiper {
	position: relative;
	margin: 0 0 0 auto;
	width: 100%;
	height: 825px;
	z-index: 1;
}
.swiper-slide-inner {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.swiper-slide-inner::after, .page-header::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgb(48 102 190 / 20%) 10%, rgb(48 102 190 / 50%) 100%);
	background-size: 100%;
	mix-blend-mode: multiply;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	z-index: 1;
}
.swiper-slide-inner img {
	margin: 0 0 0 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ssi01 img {
	object-position: bottom center;
}
.ssi02 img {
	object-position: bottom center;
}
.main-swiper .swiper-pagination-bullet {
	background: #fff;
}
.main-swiper .swiper-pagination-bullet-active {
	background-color: var(--vk-color-primary);
}
.mv-title {
	position: absolute;
	top: 65%;
	left: 10%;
	transform: translateY(-55%);
	width: 80%;
	z-index: 10;
	text-align: left;
}
.mv-title h2 {
	color: #fff;
	font-size: 2.8vw;
}
.mv-title h2 .h-small {
	color: #fff;
}
.ssi01 .mv-title h2 {
	margin-bottom: 30px;
}

.mv-title .txt {
	margin-bottom: 60px !important;
	color: #fff;
	font-weight: 700;
	line-height: 2.5;
}
.mv-btn {
	color: #fff;
	font-size: 1rem;
	border: none;
	background: var(--vk-color-primary);
	box-shadow: none;
}
.mv-btn::after {
	border-color: #fff;
}
.mv-btn:hover {
	background: #fff;
	color: var(--vk-color-primary);
}
.mv-title-deco {
    bottom: 33% !important;
    right: 45% !important;
    font-size: 3.5em !important;
	font-family: 'Montserrat', sans-serif !important;
	font-style: italic !important;
	font-weight: 800 !important;
	transform: initial !important;
	left: 5% !important;
	z-index: 5 !important;
	color: rgb(181, 244, 74, .75) !important;
	mix-blend-mode: hard-light !important;
	width: 100% !important;
}
.mv-01 {
	
}


/* 成井通信の特徴 */
#pg-23-1 {
	background: url(/wp-content/uploads/2024/03/top-feature-back-.png);
	background-color:rgba(255,255,255,0.8);
	background-position: center;
	background-size: cover;
}

.feature-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.feature-item {
	width: 32%;
	background-color: #fff;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 15%);
	height: 100%;
}
.feature-item h3 {
	background: #044B7F;
	text-align: center;
	padding: 10px;
	color: #fff;
	margin: 0 !important;
}
.feature-item p {
	padding: 1.5em;
}
.feature-item p:hover {
	color: #333333 !important;
}
.feature-item02 {
	margin-top: 60px;
}
.feature-item03 {
	margin-top: 120px;
}
.feature-num {
	font-family: 'Montserrat';
}


/* 事業内容 */
#pg-23-2 {
	position: relative;
	z-index: 1;
}
#pg-23-2::before {
	position: absolute;
	bottom: 0;
	right: 30%;
	content: "";
	width: 70%;
	height: 100%;
	background: var(--vk-color-primary);
	z-index: -1;
}

.top-service-cont {
	padding-bottom: 90px;
	color: #fff;
}
.top-service-cont h2 {
	color: #fff;
}
.top-service-cont .title .txt.en {
	color: #fff;
}
.top-service-img-wrap {
	position: absolute;
	top: 90px;
	right: 0;
	width: calc(50% - 180px);
	height: 100%;
	z-index: -1;
}
.top-service-img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 事業内容（カード） */
.service-card-cont {
	padding: 90px 0 150px;
}
.service-card-wrap {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	margin: 0 10%;
}
.service-card-wrap a {
	width: calc(100%/3 - 20px);
}
.service-card {
	position: relative;
	color: #fff;
	text-align: center;
	z-index: 1;
}
.service-card:hover img {
	transform: scale(1.05,1.05);
}
.service-card .card-img-wrap {
	overflow: hidden;
}
.service-card img {
	transition: all 0.3s;
}
.service-card h3 {
	padding: 10px;
	font-size: 2rem;
	background: #044B7F;
	width: 80%;
	position: relative;
	z-index: 1;
	top: -30px;
}
.service-card h3::before {
	position: absolute;
	top: -4.5rem;
	left: 0;
	content: "01";
	padding-right: 0.5em;
	margin-right: -0.5em;
	color: #044B7F;
	font-size: 5rem;
	font-weight: 800;
	font-family: 'Montserrat';
	line-height: 1;
	z-index: 2;
	-webkit-text-stroke: 1px #fff;
}
.sc02 h3::before {
	content: "02";
}
.sc03 h3::before {
	content: "03";
}
.service-card h3 .h-small {
	color: #30C5FF;
}
.service-card h3 .fsize-s {
	margin: 0 0 0 5px;
}
.service-card-txt {
	align-items: stretch;
}


/* 採用情報 */
#pg-23-4 {
	position: relative;
	z-index: 1;
	margin: 90px 0;
}
#pg-23-4::before {
	position: absolute;
	bottom: 0;
	right: 0%;
	content: "";
	width: 50%;
	height: 100%;
	background: #ffffff;
	z-index: 0;
}
#pg-23-4::after {
	content: "人と社会に貢献できる、やりがいのある仕事";
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	background: #044B7F;
	position: absolute;
	top: -5%;
	right: 0;
	padding: 1.5em;
}

.top-recruit-img-wrap {
	left: 0;
	top: -90px;
	width: calc(60% - 10px);
	height: initial;
}
.top-recruit-cont {
	padding-bottom: 90px;
}
.top-recruit-cont {
	padding: 90px 0;
}
.recruit-txt-wrap {
	position: relative;
	z-index: 1;
}
.recruit-join {
	position: absolute;
	bottom: 0;
	right: -50%;
	font-family: 'Whisper', cursive;
	font-size: 10em;
	color: #c4e719;
	transform: rotate(-20deg);
	font-weight: 400;	
	z-index: 5;
}




.top-recruit-box {
	position: relative;
	margin: -60px auto 0;
	padding: 60px;
	width: 70%;
	color: #fff;
	text-align: center;
	background: var(--vk-color-primary);
	z-index: 2;

}
.top-recruit-box h3 {
	font-size: 1.8rem;
}
.top-recruit-box .txt {
	font-size: 0.9em;
}


/* 会社案内 */
#pg-23-5 {
	background: #fafafa;
}

.top-company-img img {
	border-radius: 10px;
}
/* お問い合わせ上部 */
.con-back-img img {
	width: 100%;
}
/* アクセス */
#pg-23-7 {
	background: #fafafa;
}

/* ------------------------------
トップページ end
------------------------------ */


/* ------------------------------
サブページ start
------------------------------ */

/* サブページ内リンク */
.link-ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	row-gap: 10px;
	padding: 0 !important;
}
.link-ul::after {
	display: block;
	content: "";
	width: calc(100%/3 - 7.5px);
}
.link-ul li {
	margin: 0 !important;
	width: calc(100%/3 - 7.5px);
}
.link-ul li .btn-base {
	width: 100%;
	padding: 8px 45px;
	font-size: 0.9rem;
}
.link-ul li .btn-base:hover {
	border-color: #fff;
}
.link-ul li .btn-base::after {
	top: 40%;
	transform: translateY(-40%) rotate(135deg);
}
.link-ul li .btn-base:hover::after {
	top: 50%;
	right: 20px;
	transform: translateY(-40%) rotate(135deg);
}

/* 事業内容 */
#pg-2-8 {
	background: #fafafa;
}
.sub-ser-message img {
	width :100%;
	height: 100%;
	object-fit: cover;
}
.sub-ser-message {
	position: relative;
}
.sub-ser-message::before {
	position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
	background: linear-gradient(0deg, rgb(48 102 190 / 20%) 10%, rgb(22 54 106 / 53%) 100%);
    background-size: 100%;
    mix-blend-mode: multiply;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    z-index: 1;
}
.seb-ser-txt {
	position: absolute;
	font-size: 1.1em;
	top: 50%;
	left: 50%;
	color: #fff;
	z-index: 1;
	transform: translate(-50%,-50%);
	width: 100%;
	padding: 2em;
}
.seb-ser-txt h3 {
	margin-bottom: 30px;
	font-size: 2rem;
}
.sub-feature-txt-wrap {
	position: relative;
	z-index: 0;
}
.feature-point {
	z-index: 1;
	bottom: -30%;
	font-size: 6em;
	right: 0%;
	z-index: -1;
	color: #30C5FF;
}



#pg-2-2, #pg-2-3, #pg-2-4{
	position: relative;
	z-index: 0;
}
#pg-2-2::before {
	position: absolute;
	bottom: 0px;
	right: 0%;
	content: "";
	width: 65%;
	height: 100%;
	background: var(--vk-color-primary);
	z-index: 0;
	border-radius: 10px;
}
#pg-2-3::before {
	position: absolute;
	bottom: 0px;
	right: 0%;
	content: "";
	width: 65%;
	height: 100%;
	background: var(--vk-color-primary);
	z-index: 0;
	border-radius: 10px;
}
#pg-2-4::before {
	position: absolute;
	bottom: 0px;
	right: 0%;
	content: "";
	width: 65%;
	height: 100%;
	background: var(--vk-color-primary);
	z-index: 0;
	border-radius: 10px;
}


.sub-service-num {
	position: absolute;
	bottom: 0;
    right: 0;
    color: #044B7F;
    font-size: 10rem;
    font-weight: 800;
    font-family: 'Montserrat';
    line-height: 1;
    z-index: 2;
    -webkit-text-stroke: 1px #fff;
}
.sub-ser-works {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.sub-ser-works-item {
	width: 30%;
	padding: 0 1em;
}


.sub-service-wrap {
	top: -90px;
	left: 0;
	width: calc(60% - 180px);
}
.sub-service-txt-wrap {
	position: relative;
	z-index: 1;
}
.sub-title {
	color: #30C5FF !important;
}
.equip-h3 {
	margin-bottom: 10px;
}
.equip-txt {
	background: #fff;
	padding: 3em;
	margin-left: -10%;
}
.equip-cont {
	align-items: center !important;
}
.sub-fea-deco {
	position: relative;
}

.sub-fea-deco::before {
	position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    border-radius: 3px;
    background: var(--vk-color-primary);
    z-index: 1;
}




.area-box {
	padding: 20px;
	font-size: 0.9em;
	border: 1px solid var(--vk-color-primary);
}
.service-cont {
	position: relative;
	z-index: 1;
}
#service02::before {
	content: "02";
}
#service03::before {
	content: "03";
}

/* .service-box {
background: #fff;
}
.service-img-wrap {
position: relative;
z-index: 2;
}
.service-txt-box {
position: relative;
padding: 60px 60px 60px 0;
z-index: 1;
}
#service02 .service-txt-box {
padding: 60px 0 60px 60px;
}
.service-txt-box::before {
position: absolute;
top: 0;
right: 0;
content: "";
width: 1000%;
height: 100%;
background: #fff;
z-index: -1;
}
#service02 .service-txt-box::before {
right: auto;
left: 0;
background: var(--color-sub);
} */
.service-title {
	font-size: 1.8rem;
	font-weight: 700;
}
.main-service-card-wrap {
	display: flex;
	justify-content: space-around;
	align-items: stretch;
	flex-wrap: wrap;
}
.main-service-card {
	width: calc(25% - 22.5px);
}
.main-service-card img {
	margin-bottom: 10px;
}
.main-service-card h4 {
	margin-bottom: 5px;
}
.main-service-card .txt {
	font-size: 0.9em;
}
.vehicle-tb th, .vehicle-tb td {
	padding: 0.5rem 1rem;
}
.vehicle-tb th {
	width: 80%;
	background: #EEF3FA;
}
.vehicle-tb td {
	width: 20%;
	text-align: center;
}
.item-list {
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	padding: 0 !important;
}
.item-list::after {
	display: block;
	content: "";
	width: calc(100%/3 - 6.66px);
}
.item-list li {
	margin: 0 0 10px 0 !important;
	padding: 10px 20px;
	width: calc(100%/3 - 6.66px);
	font-weight: 500;
	text-align: center;
	border: 1px solid var(--vk-color-primary);
	background: #EEF3FA;
}
.item-list li:nth-child(n+4) {
	margin: 0 !important;
}

/* 会社案内 */
#pg-24-2 {
	background: #fafafa;
}
.greeting-cont .txt {
	margin-bottom: 30px;
	line-height: 2;
}
.greeting-cont .txt.right {
	font-weight: 700;
}
.vision-txt {
	padding-right: 0.5em;
	margin-right: -0.5em;
	width: 100%;
	color: var(--vk-color-primary);
	font-size: 3rem;
	font-weight: 700;
	font-style: italic;
	border-bottom: 3px solid var(--vk-color-primary);
}
.motto-list {
	list-style-type: cjk-ideographic;
	padding-left: 3.5em !important;
}
.motto-list li {
	margin-bottom: 30px !important;
	font-size: 2rem;
	font-weight: 700;
}
.motto-list li::marker {
	color: var(--vk-color-primary);
}
.cherish-cont img {
	width: 900px;
}
.map iframe {
	width: 100%;
	height: 450px !important;
}

/* お知らせ */
.entry-meta-data-list:first-child {
	margin-top: 30px;
}
.widget-title.sub-section-title {
	padding: 15px;
	color: #fff;
	font-weight: 500;
	line-height: 1;
	background: var(--vk-color-primary);
}
.veu_postList .postList_title {
	font-size: 0.9rem;
}
.vk_post .vk_post_title {
	font-size: 1.2rem;
}
.sub-section {
	z-index: 5;
}

/* 採用情報 */
.post-name-recruit .site-body-bottom {
	display: none;
}
.post-name-recruit .link-ul  li {
	width: 100%;
}
.post-name-recruit .link-ul .btn-base {
	padding: 30px 45px;
	width: 100%;
	font-size: 1.25rem;
	font-weight: 500;
}
.post-name-recruit .link-ul li .btn-base::after {
	top: 50%;
	transform: translateY(-50%) rotate(135deg);
}

.recruit-img-wrap img {
	width: 100%;
	position: relative;
}
.recruit-img-wrap {
	position: relative;
	z-index: 0;
}
.recruit-img-wrap::before {
	content: "充実のサポート体制。成井通信で、ともに成長しよう。";
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	background: #044B7F;
	position: absolute;
	bottom: -5%;
	right: 0;
	padding: 1.5em;
	z-index: 1;
	padding: 1.5em;
}
.recruit-glowup {
    position: absolute;
	top: 50%;
	left: 50%;
    font-size: 1.5em;
    font-family: 'Whisper', cursive;
    font-size: 10em;
    font-weight: 400;	
	z-index: 1;
	transform: translate(-50%, -50%) rotate(-20deg);
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,-1px 1px 0 #FFF, 1px -1px 0 #FFF,0px 1px 0 #FFF,  0-1px 0 #FFF,-1px 0 0 #FFF, 1px 0 0 #FFF;
	
}
/* 成井通信で働く社員の声 */

#pg-10642-3 {
	background: #ededed;
}
.head-voices {
	color: #044B7F;
	display: flex;
	justify-content: center;
	align-items: center;
}
.head-voices::before,
.head-voices::after {
	content: '';
	width: 3px;
	height: 40px;
	background-color: #044B7F;
}

.head-voices::before {
	margin-right: 30px;
	transform: rotate(-35deg);
}
.head-voices::after {
	margin-left: 30px;
	transform: rotate(35deg);
}

.rec-speech-wrap {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.rec-speech-bubble{
	position: relative;
	width: calc(60% - 40px);
	background: #fff;
	padding: 40px;
	text-align: left;
	font-size: 1.1em;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}
.rec-speech-bubble:after{
	border: solid transparent;
	content:'';
	height:0;
	width:0;
	pointer-events:none;
	position:absolute;
	border-color: rgba(255, 0, 0, 0);
	border-top-width:10px;
	border-bottom-width:10px;
	border-left-width:30px;
	border-right-width:30px;
	margin-top: -10px;
	border-right-color: #fff;
	right:100%;
	top:50%;
}
.rec-speech-bubble-r{
    position: relative;
    text-align: left;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}
.rec-speech-bubble-r:after{
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(255, 0, 0, 0);
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 30px;
    border-right-width: 30px;
    margin-top: -10px;
    border-left-color: #fff;
    left: 100%;
    top: 50%;
}
.rec-speech-icon {
	margin: 0 3em;
}





.speech-point {
	font-weight: 800;
	color: #30C5FF;
}

/* 成井通信で働く魅力 */

.attract-title {
	position: relative;
    padding-left: 60px !important;
}
.attract-title:before {
	position: absolute;
	content: "";
	background: url(/wp-content/uploads/2023/12/att-check.png);
    top: 0px;
    left: 0px;
    display: inline-block;
	width: 60px;
    height: 60px;
	background-size: contain;
	vertical-align: middle;
}
.attract-title:after {
	display: block;
	position: absolute;
	content: "01.";
	top: 5px;
	left: 0;
	width: 70px;
	font-size: 1.8em;
	font-weight: 800;
	font-family: 'Montserrat', sans-serif;
}
.attract-title02:after {
	content: "02.";
}
.attract-title03:after {
	content: "03.";
}
.attract-title04:after {
	content: "04.";
}
.attract-title05:after {
	content: "05.";
}

#pg-10642-5 {
	background: var(--vk-color-primary) url(/wp-content/uploads/2023/12/AdobeStock_84544258_Preview.png) no-repeat right 30px bottom 0px;
	background-size: 22%;
}
.attraction-cont h2 {
	color: #fff !important;
}
.attraction-cont .title {
	color: #fff;
}
.attraction-cont .title .txt.en {
	color: #fff;
}
.data-box-wrap, .attr-box-wrap {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
.data-box-wrap {
	justify-content: center;
}
.attr-box-wrap::after {
	display: block;
	content: "";
	width: calc(100%/3 - 20px);
}
.data-box, .attr-box {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	margin-bottom: 30px;
	padding: 40px;
	width: calc(100%/3 - 20px);
	text-align: center;
}
.data-box {
	margin-bottom: 0;
	padding: 0;
}
.data-box .data-txt {
	font-size: 1.5rem;
	font-weight: 700;
}
.data-box .data-txt .data-big {
	padding-right: 0.75em;
	margin-right: -0.5em;
	color: var(--vk-color-primary);
	font-size: 5rem;
	font-style: italic;
}
.attr-box {
	background: #fff;
}
.attr-box i {
	margin: 20px 0;
	color: var(--vk-color-primary);
	font-size: 3.5rem;
}
.attr-box .txt {
	font-size: 0.9em;
	text-align: left;
}
.recruitment-cont .tab-title .txt {
	font-size: 1.5rem;
	font-weight: 700;
}
.recruit-tb th {
	background: #EEF3FA;
}
.entry-btn {
	width: 100%;
	color: #fff;
	background: var(--vk-color-primary);
}
.entry-btn:hover {
	background: #1B3969;
}
.entry-btn::after {
	border-color: #fff;
}
.entry-btn .title .txt.en {
	color: #fff;
	transition: all 0.3s linear;
}
.recruit-bottom-img-wrap {
	position: relative;
	z-index: 1;
}
.recruit-bottom-img-wrap::before {
	content: "気になることはお気軽にご質問ください。\A皆様のご応募を心よりお待ちしております。";
	white-space: pre;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    background: #044B7F;
    position: absolute;
    top: -5%;
    left: 0;
    padding: 1.5em;
    z-index: 1;
	text-align: left;
}
.recruit-bottom-img-wrap img {
	width: 100%;
}
.recruit-bottom-img-wrap .msg-txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
	width: 100%;
	padding: 30px 20px;
	background: rgb(48, 197, 255, .7);
	color: #fff;
	font-size: 2rem;
	font-weight: 500;
}
.recruit-lets {
	top: -5%;
	right: 5%;
	z-index: 1;
	color: #c4e719;
}



.banner-btn {
	transition: all 0.3s ease;
}
.banner-btn:hover {
	opacity: 0.5;
}

.message-cont {
	position: relative;
	z-index: 0;
	margin-bottom: 30px;
}
.message-cont::before {
	content: "貢献することにやりがいを感じながら、ともに働こう。";
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	background: #044B7F;
	position: absolute;
	bottom: -5%;
	left: 0;
	padding: 1.5em;
}
.recruit-btn {
	padding: 30px 45px;
	width: 100%;
	font-size: 1.25rem;
	font-weight: 500;
	background: #30C5FF;
	color: #fff;
}
.recruit-btn:hover {
	background: rgb(11, 105, 141, .85);
}
.att-small {
	font-size: 0.7em;
}
.messae-txt {
	text-align: left;
}



/* お問い合わせ */
.post-name-contact .site-body-bottom {
	display: none;
}
.tel-num, .fax-num {
	padding-right: 0.5em;
	margin-right: -0.5em;
	color: var(--vk-color-primary);
	font-size: 3.5rem;
	font-weight: 800;
	line-height: 1;
	transition: all 0.3s linear;
	font-family: 'Montserrat', sans-serif;
}
.fax-num {
	font-size: 3rem;
}
.tel-num:hover {
	color: #0B0C32;
}
.tel-num .fsize-s, .fax-num .fsize-s {
	margin: 5px;
	font-size: 0.5em;
	font-weight: 500;
}
.contact-desc {
	font-weight: 700;
}
.mail-cont {
	padding-top: 0 !important;
}
.cf-mb {
	display: inline-block;
	margin-bottom: 15px;
}
.cf7-tb {
	overflow: hidden;
	table-layout: fixed;
	border-right: none;
	border-left: none;
}
.cf7-tb input, .cf7-tb textarea {
	margin-bottom: 0;
	padding: 0.5em 1em;
}
.cf7-tb textarea {
	border-radius: 5px;
}
.cf7-tb select {
	width: 100%;
	margin: 0 0 1em 0;
	padding: 0.5em;
}
.cf7-tb th, .cf7-tb td {
	font-size: 1rem;
	border-right: none;
	border-left: none;
}
.cf7-tb th {
	width: 40%;
	text-align: left;
}
.required-cf7 {
	margin-left: 15px;
	padding: 1px 5px;
	color: #fff;
	font-size: 0.8em;
	line-height: 1;
	background: var(--vk-color-primary);
}
.cf7-tb td {
	width: 60%;
	text-align: left;
}
.cf7-tb .fsize-s {
	margin: 0;
}
.wpcf7-list-item {
	margin: 0 1em 0 0;
}
.cf7-btn {
	margin-top: 30px;
	text-align: center;
}
.cf7-btn .btn-base {
	padding: 20px 45px;
	color: #fff;
	border: none;
	border-radius: 90px;
	background: var(--vk-color-primary);
}
.cf7-btn .btn-base:hover {
	color: #fff;
	background: #B5F44A;
}
.wpcf7-spinner {
	display: block;
	margin: 0 auto;
	text-align: center;
}
/* ------------------------------
サブページ end
------------------------------ */


/* ------------------------------
レスポンシブ対応 start
------------------------------ */
/* PC対応 */
@media (max-width: 1440px) {
	.pc-cont { display: none !important; }
	.big-npc-cont { display: block !important; }
	.npc-cont { display: none !important; }
	.tab-cont { display: none !important; }
	.sp-cont { display: none !important; }
	.mv-title-deco {
		font-size: 2.5em !important;
		bottom: 35% !important;
	}
	.service-card h3 {
		font-size: 1.6rem;
		width: 100%;
	}
	.top-recruit-join {
		position: absolute;
		bottom: 60%;
		right: 0%;
		font-family: 'Whisper', cursive;
		font-size: 6.5em;
		color: #c4e719;
		transform: rotate(-20deg);
		font-weight: 400;
		z-index: -1;
	}
	.recruit-glowup, .recruit-lets {
		font-size: 6em;
	}
	.site-body-bottom {
		width: 100%;
	}
}
@media (max-width: 1200px) {
	.base-cont, .contact-cont, .container:not(.page .site-body .container, .site-body-bottom .container) {
		width: 961px;
	}
	.pc-cont { display: none !important; }
	.big-npc-cont { display: none !important; }
	.npc-cont { display: block !important; }
	.tab-cont { display: none !important; }
	.sp-cont { display: none !important; }
	.site-header--layout--nav-float .site-header-logo {
		margin-right: 0.5rem;
	}
	.page-header {
		min-height: 20rem !important;
	}
	.tel-num, .fax-num {
		font-size: 3rem;
	}
	.main-swiper {
		height: 650px;
	}
	.mv-title {
		left: 5%;
		width: 90%;
	}
	.ssi01 .mv-title h2 {
		margin-bottom: 15px;
	}
	.mv-title .txt {
		margin-bottom: 30px !important;
	}
	.top-service-img-wrap {
		width: calc(50% - 140px);
		height: calc(100% - 180px);
	}
	.service-card-cont {
		padding: 0 0 90px
	}
	.service-card-wrap {
		margin: 0 5%;
	}
	.post-name-recruit .link-ul .btn-base {
		font-size: 1rem;
	}
	.mv-title-deco {
		bottom: 33% !important;
	}
	.recruit-bottom-img-wrap .msg-txt {
		padding: 10px 20px;
	}
	.con-back-img img {
		height: 30vh;
		object-fit: cover;
	}
	.recruit-bottom-img-wrap img {
		height: 50vh;
		object-fit: cover;
	}
	.loop-swiper-l img {
		height: 30vh;
		object-fit: cover;
	}
}
@media (max-width: 1024px) {
	#pg-23-2::before {
		left: 0 !important;
	}
	.site-body-bottom {
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
	}

/* 大型タブレット対応 */
@media (max-width: 991px) {
	.base-cont, .contact-cont, .container:not(.page .site-body .container, .site-body-bottom .container) {
		width: 766px;
	}
	.site-header-container {
		min-height: 40px;
	}
	.site-header--layout--nav-float .site-header-logo {
		min-height: 40px;
		margin: 0;
		padding: 7.5px 0;
	}
	.site-header-logo img {
		max-height: 40px;
	}
	.page-header {
		margin-top: 0 !important;
	}
	.vk-mobile-nav {
		display: none;
		left: 0 !important;
		padding: 90px 10px;
		text-align: center;
		background: transparent;
	}
	.circle-bg {
		position: fixed;
		top: -100px;
		right: -100px;
		transform: scale(0);
		width: 100px;
		height: 100px;
		border-radius: 50%;
		background: var(--vk-color-primary);
		transition: all 1s;
		z-index: 1000;
	}
	.circle-bg.active {
		transform: scale(50);
	}
	.vk-mobile-nav.vk-mobile-nav-open {
		display: block;
	}
	.vk-mobile-nav-menu-btn {
		display: none;
	}
	.vk-mobile-nav-menu-outer {
		opacity: 0;
	}
	.vk-mobile-nav-open .vk-mobile-nav-menu-outer {
		animation-name: opacityAnime;
		animation-duration: 1s;
		animation-delay: .3s;
		animation-fill-mode: forwards;
	}
	@keyframes opacityAnime {
		0% { opacity: 0; }
		100% { opacity: 1; }
	}
	.vk-mobile-nav .btn-base {
		opacity: 0;
	}
	.vk-mobile-nav.vk-mobile-nav-open .btn-base {
		animation-name: opacityAnime;
		animation-duration: 1s;
		animation-delay: .3s;
		animation-fill-mode: forwards;
	}
	.vk-mobile-nav-menu-outer ul {
		border-top: none !important;
	}
	.vk-mobile-nav-menu-outer>ul>li a {
		position: relative;
		padding: 20px 15px !important;
		color: #fff !important;
		font-size: 1.5rem;
		font-weight: 700;
		text-align: center !important;
		border-bottom: none !important;
		z-index: 1;
	}
	.vk-menu-acc .acc-btn {
		top: 23px;
		border-color: #fff;
		border-radius: 50%;
		background-color: #fff;
	}
	.vk-menu-acc ul.sub-menu li a {
		color: #c4e719 !important;
		font-size: 1.25rem;
	}
	.openbtn {
		position: fixed;
		top: 5px;
		right: 10px;
		transition: all 0.5s ease-out;
		cursor: pointer;
		width:  50px;
		height: 50px;
		z-index: 9999;
		background: var(--vk-color-primary);
		border-radius: 10px;
	}
	.openbtn span{
		display: inline-block;
		transition: all .4s;
		position: absolute;
		width: 45%;
		left: calc(55% / 2);
		height: 3px;
		border-radius: 2px;
		background: #fff !important;
		box-sizing: content-box;
	}
	.openbtn span:nth-of-type(1) {
		top:14px;	
	}
	.openbtn span:nth-of-type(2) {
		top:22px;
	}
	.openbtn span:nth-of-type(3) {
		top:30px;
	}
	.openbtn.active span:nth-of-type(1) {
		top: 16px;
		background: #fff;
		transform: translateY(6px) rotate(-45deg);
	}
	.openbtn.active span:nth-of-type(2) {
		opacity: 0;
	}
	.openbtn.active span:nth-of-type(3){
		top: 28px;
		background: #fff;
		transform: translateY(-6px) rotate(45deg);
	}
	.site-body {
		margin-top: 0 !important;
	}
	.main-section {
		margin-bottom: 90px;
	}
	.mv-title h2 {
		font-size: 3.5vw;
	}
	.top-service-img-wrap {
		width: calc(50% - 120px);
	}
	.top-recruit-box {
		width: 90%;
	}
	.data-box .data-txt .data-big {
		font-size: 3.5rem;
	}
	.feature-point {
		bottom: 0;
	}
	.recruit-glowup, .recruit-lets {
		font-size: 4em;
	}
}
/* スマホ横向き */
@media (max-width: 900px) {
	.feature-point {
		bottom: 0;
	}
}
/* タブレット対応 */
@media (max-width: 780px) {
	h1 { font-size: 1.5rem; }
	h2 { font-size: 30px; }
	h3 { font-size: 22px; }
	h4 { font-size: 18px; }
	h5 { font-size: 16px; }
	.pc-cont { display: none !important; }
	.big-npc-cont { display: none !important; }
	.npc-cont { display: none !important; }
	.tab-cont { display: block !important; }
	.sp-cont { display: none !important; }
	.base-cont {
		padding: 60px 20px;
	}
	.base-cont, .container:not(.page .site-body .container, .container) {
		width: 100%;
		padding-right: 20px !important;
		padding-left: 20px !important;
	}
	.ft-contact {
		padding: 60px 20px;
	}
	.ft-contact-inner>div {
		width: 100%;
	}
	.ft-tel {
		margin-bottom: 30px;
	}
	.ft-contact-txt {
		margin-bottom: 30px !important;
	}
	.ft-contact .title {
		margin-bottom: 30px;
	}
	.page-header-title, h1.page-header-title {
		font-size: 2rem;
	}
	.site-body {
		padding: 60px 0;
	}
	.main-section {
		margin-bottom: 60px;
	}
	.page .site-body-container {
		padding: 0;
	}
	.main-swiper {
		height: 500px;
	}
	.mv-title h2 {
		font-size: 1.8rem;
	}
	.title .txt.en {
		font-size: 3rem
	}
	.title h2 {
		font-size: 1.1rem;
	}
	#pg-23-2::before {
		left: 0;
		width: 100%;
	}
	.feature-img-wrap img {
		margin-top: -30px;
		width: 70%;
	}
	.feature01 img {
		margin-top: 0;
	}
	.feature-end-title {
		font-size: 1.8rem;
	}
	.top-service-img-wrap {
		position: relative;
		top: 0;
		width: 100%;
	}
	.service-card-cont {
		padding: 0 0 60px;
	}
	.service-card-wrap a {
		width: 100%;
	}
	.service-card-wrap a:last-child {
		margin-bottom: -30px;
	}
	.service-card h3 {
		font-size: 1.8rem;
	}
	.top-recruit-cont .title h2 {
		color: #333;
		text-shadow: none;
	}
	.top-recruit-box {
		margin-top: -10px;
		padding: 30px;
	}
	.main-service-card {
		margin-bottom: 30px;
		width: calc(50% - 15px);
	}
	.main-service-card:nth-child(3), .main-service-card:nth-child(4) {
		margin-bottom: 0;
	}
	.service-txt-box {
		margin-bottom: 0;
	}
	.greeting-cont img {
		width: 50%;
	}
	.recruit-msg-cont .title .txt.en {
		font-size: 1.8rem;
	}
	.data-box {
		padding: 15px 0;
		width: 100%;
	}
	.attr-box {
		width: 100%;
	}
	.recruit-bottom-img-wrap .msg-txt {
		font-size: 1.2em;
	}
	.feature-item {
		width: 100%;
	}
	.feature-item02, .feature-item03 {
		margin-top: 30px;
	}
	#pg-23-4::before {
		width: 100%;
		z-index: -1;
	}
	.recruit-join {
		right: 0;
		font-size: 6em;
	}
	#pg-23-4::after {
		top: 0;
	}
	#pg-23-4 {
		margin: 0;
	}
	.recruit-glowup, .recruit-lets {
		line-height: .8;
		font-size: 4.5em;
	}
	.recruit-img-wrap::before {
		bottom: -5%;
	}
	.recruit-bottom-img-wrap::before {
		font-size: 18px;
	}
	.site-body-bottom {
		width: 100%;
	}
	.sub-ser-message {
		height: 350px;
	}
	.top-feature-wrap-r {
		flex-direction: column-reverse !important;
	}
	.top-feature-wrap-r img {
		margin-bottom: 30px !important;
	}
	.feature-point {
		bottom: 100%;
	}
	#pg-2-2::before {
		width: 100%;
		z-index: -1;
	}
	#pg-2-3::before {
		width: 100%;
		z-index: -1;
	}
	#pg-2-4:before {
		width: 100%;
		z-index: -1;
	}
	.sub-ser-works-item {
		width: 100%;
		padding: 1em;
	}
	.sub-ser-works-item img {
		width: 100%;
	}
	#pg-2-2, #pg-2-3, #pg-2-4, #pg-2-5, #pg-2-6, #pg-2-7 {
		margin-bottom: 0 !important;
	}
	.equip-txt {
		margin-left: 0;
		padding: 1em;
	}
	#pg-2-1 {
		margin-bottom: 0 !important;
	}
	.con-back-img {
		margin-bottom: 5%;
	}
	.message-cont {
		margin-bottom: 0;
	}
	#pgc-w658bbbdc6ced2-0-0, #pgc-w658bbbdc6ced2-1-0, #pgc-w658bbbdc6ced2-2-0, #pgc-w658bbbdc6ced2-3-0 {
		margin-bottom: 0 !important;
	}
	.mv-title-deco {
		font-size: 1.5em !important;
		bottom: 35% !important;
	}
	.page-header-inner container {
		margin: 1.5em auto !important;
		margin-top: 55px !important;
	}
	.page-header >.container {
		padding-right: 20px !important;
		padding-left: 20px !important;
	}
	.tel-num {
		padding-right: 0;
	}
	.equip-img img {
		margin-bottom: 0 !important;
	}
	#pgc-w65e6b03ae4119-0-0, #pgc-w65e6b03ae4119-1-0, #pgc-w65e6b03ae4119-2-0, #pgc-w65e6b03ae4119-3-0 {
		margin-bottom: 0 !important;
	}
	.message-cont::before, .recruit-img-wrap::before {
		bottom: 0;
		font-size: 18px;
	}
	.recruit-glowup, .recruit-lets {
		font-size: 3.5em;
	}
	.recruit-bottom-img-wrap img {
		height: 45vh;
		object-fit: cover;
	}
}
@media (max-width: 767px) {
	.pcbr { display: none; }
	.spbr { display: none; }
	.ltg-slide-text-title {
		font-size: 2.3rem;
	}
	.widget_nav_menu>ul li {
		font-size: 1rem;
	}
	.veu_postList .postList_title {
		font-size: 1rem;
	}
	.recruit-bottom-img-wrap::before {
		font-size: 1.1em;
	}
}

/* スマホ対応 */
@media (max-width: 576px) {
	h2 { font-size: 28px; }
	h3 { font-size: 20px; }
	.h-small {
		display: block;
		margin: 0;
	}
	.pc-cont { display: none !important; }
	.big-npc-cont { display: none !important; }
	.npc-cont { display: none !important; }
	.tab-cont { display: none !important; }
	.sp-cont { display: block !important; }
	.pcbr { display: none; }
	.tabbr { display: inline-block; }
	.spbr { display: inline-block; }
	.base-tb th, .base-tb td {
		font-size: 1rem;
	}
	.vk-mobile-nav-menu-outer>ul>li a {
		text-align: left;
	}
	.site-header-container {
		padding: 0 !important;
	}
	.site-header-logo--mobile-position--left img {
		margin-left: 10px !important;
	}
	.site-header--layout--nav-float .site-header-logo {
		text-align: left;
	}
	.page-header {
		min-height: 15rem !important;
	}
	.tel-num, .fax-num  {
		font-size: 2.25rem;
	}
	.tel-num .fsize-s, .fax-num .fsize-s {
		display: block;
		color: var(--color-pink);
	}
	.ft-logo img {
		width: 60%;
	}
	#wpfront-scroll-top-container {
		right: 10px !important;
		width: 55px;
	}
	.fixed-sns {
		right: 10px;
		bottom: 100px;
	}
	.fixed-sns img {
		width: 55px;
	}
	.cf7-tb th, .cf7-tb td {
		display: block;
		width: 100%;
		padding-right: 5px;
		padding-left: 5px;
		text-align: left;
	}
	.cf7-tb th {
		padding-bottom: 0;
		border-bottom: none;
	}
	.cf7-tb td {
		border-top: none;
	}
	.link-ul li {
		width: 100%;
	}
	.feature-end-title {
		font-size: 1.5rem;
	}
	.service-title {
		font-size: 1.5rem;
	}
	.main-service-card {
		width: 100%;
	}
	.main-service-card:nth-child(3) {
		margin-bottom: 30px;
	}
	#service02 .main-service-card:last-child {
		margin-bottom: 0;
	}
	.top-recruit-box h3 {
		font-size: 1.5rem;
	}
	.item-list li {
		width: 100%;
	}
	.item-list li:nth-child(n+4) {
		margin: 0 0 10px 0 !important;
	}
	.vehicle-tb th {
		width: 70%;
	}
	.vehicle-tb td {
		width: 30%;
	}
	.greeting-cont .txt {
		line-height: 1.8;
	}
	.vision-txt {
		font-size: 1.5rem;
	}
	.motto-list li {
		font-size: 1.25rem;
	}
	.recruit-msg-cont .txt {
		line-height: 1.8;
	}
	.base-ul.tabs li {
		width: 100%;
	}
	.base-ul.tabs li:first-child {
		margin-bottom: 15px !important;
	}
	.post-name-recruit .link-ul .btn-base {
		padding: 15px 45px;
	}
	.rec-speech-bubble {
		font-size: 1.1em;
	}
	.seb-ser-txt h3 {
		font-size: 20px;
	}
	.mv-title-deco {
		bottom: 40% !important;
	}
	.rec-speech-icon {
		margin: 1.5em;
	}
	.rec-speech-bubble:after {
		display: none;
	}
	.rec-speech-bubble {
		width: 100%;
		padding: 25px;
	}
	.rec-speech-wrap-r {
		flex-direction: column-reverse;
	}
	.recruit-bottom-img-wrap::before {
		top: -15%;
	}
	.message-cont::before, .recruit-img-wrap::before {
		font-size: 16px;
	}
	.recruit-bottom-img-wrap img {
		height: 30vh;
		object-fit: cover;
	}
	
}
@media (max-width: 540px) {
	.recruit-img-wrap::before {
		font-size: 1.1em;
	}
	.recruit-bottom-img-wrap::before {
		font-size: 1.1em;
	}
	#pg-23-4::after {
		font-size: 1.1em;
	}
	.recruit-join, .recruit-glowup {
		font-size: 5em;
	}

	.sub-service-num {
		font-size: 7rem;
	}
}
@media (max-width: 475px) {
	.recruit-join {
		font-size: 3em;
	}
		.message-cont::before {
		font-size: .8em;
	}
	.recruit-img-wrap::before {
		font-size: .8em;
	}
	.recruit-bottom-img-wrap::before {
		font-size: .8em;
	}
	#pg-23-4::after {
		font-size: .8em;
	}
	.recruit-join {
		bottom: 90%;
	}
	#pg-w65897984a4c7d-0 {
		margin-bottom: 0 !important;
	}
	.rec-speech-bubble {
		padding: 20px;
	}
	.mv-title-deco {
		font-size: 1.3em !important;
	}
	#pg-23-4::after {
		top: 3%;
	}
	.recruit-bottom-img-wrap .msg-txt {
		font-size: .8em;
	}
	.recruit-join, .recruit-glowup {
		font-size: 4em;
	}
}
	
@media (max-width: 360px) {
	.message-cont::before {
		bottom: -45%;
		margin-bottom: 45px;
	}
	@media (max-width: 320px) {
		.mv-title-deco {
		bottom: 45% !important;
	}
}
/* ------------------------------
レスポンシブ対応 end
------------------------------ */