/*
Theme Name:  Okamura Child Theme. Child for Lightning.
Theme URI:  https://papas.jp
Description:  Theme to Okamura Site.
Author:  Okamura
Textdomain:  papas
Author URI:  https://papas.jp/
Template:  lightning
Version:  0.5
License:  GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html                 
*/

body {
	position: relative;
	overflow: visible;
	animation: fadein 3s forwards;
	color: #253957;
}
body .is-layout-flex{ margin: 0; }
p{ line-height: 2.1; }

@keyframes fadein {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
.main-section{ margin-bottom: 0!important; }

.admin-bar .vk-mobile-nav-menu-btn{ display: none; }

.main-section--col--two { width: 100%; }
.sub-section--col--two { display: none; }

.home .site-body { padding-top: 0!important; padding-bottom: 0!important; }
.wp-block-cover { padding: 0; }

/************************************** ヘッダー *************************************/

.site-header{
	position: relative!important;
	transition: background .4s ease;
	z-index: 100!important;
	box-shadow: none!important;
}
.scrolled .site-header{
	box-shadow: 0 1px 3px rgba(0,0,0,.05)!important; 
}
.site-header-logo{ font-size: 0!important; line-height: 0!important; }
.site-header-container {
	position: relative;
	align-items: center;
    width: 100%!important;
    max-width: 100%!important;
	height: 90px;
}
.site-header-logo{ 
	margin: 0!important;
	padding: 18px 0px 10px 30px!important;
	box-sizing: border-box;
}
.site-header-logo a{ width: 280px!important; }
.header-top{ display: none; }

.recruit--btn{
	position: fixed;
	top: 0;
	right: 90px;
	display: block;
	width: 100px;
	height: 90px;
	background: #253957;
	z-index: 998;
	transition: 0.3s;
}
.recruit--btn:hover{
	opacity: 0.8;
}
.recruit--btn span{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.recruit--btn span::before{
	content: "採用情報";
	position: absolute;
	bottom: 12px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	color: #fff;
}
.recruit--btn figure{
	margin: 0!important;
	padding: 16px 0 0 0!important;
	display: flex;
	text-align: center;
    justify-content: center;
}
.recruit--btn figure img{
	display: block;
	width: 35px;
}
.contact--btn{
	position: fixed;
	top: 0;
	right: 190px;
	display: block;
	width: 100px;
	height: 90px;
	background: #0071C1;
	transition: 0.3s;
	z-index: 998;
}
.contact--btn:hover{
	opacity: 0.8;
}
.contact--btn span{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.contact--btn span::before{
	content: "お問い合わせ";
	position: absolute;
	bottom: 12px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	color: #fff;
}
.contact--btn figure{
	margin: 0!important;
	padding: 16px 0 0 0!important;
	display: flex;
	text-align: center;
    justify-content: center;
}
.contact--btn figure img{
	display: block;
	width: 35px;
}

/*---------- グローバルナビゲーション ----------*/

.global-nav-list {
    justify-content: end;
    align-items: flex-start;
	flex-shrink: 0;
}
.device-mobile .global-nav-list>li{ padding: 0!important; }
.global-nav-list>li { height: 100%; }
.global-nav-list>li:before { display: none; }
.global-nav--layout--float-right {
	padding: 0;
	margin-right: 320px;
}
.global-nav-list>li>a {
	display: block;
	position: relative;
	justify-content: flex-start;
	padding: 0 5px 20px 5px!important;
    margin: 0 1.5em;
	height: auto!important;
	overflow: visible!important;
	transition: 0.3s;
	z-index: 50;
	color: #253957;
}
.global-nav-list>li>a:hover{ opacity: 0.6; }
.global-nav-list>li .global-nav-name {
	font-weight: 500;
	font-size: 16px!important;
}
.global-nav-list .menu-item { position: relative; }
.global-nav-list .menu-item a{ position: relative; }
.global-nav-list>li>a{ margin: 0 20px 0; padding: 0!important; }

.header__contact--btn{
	position: fixed;
	right: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-left: 1px #fff solid;
	color: #fff;
	padding: 10px 20px;
	height: 79px;
	box-sizing: border-box;
	z-index: 120;
	transition: 0.3s all;
}
.header__contact--btn:hover{ opacity: 0.5; }
.header__contact--btn figure{
	margin: 0 0 5px 0;
	width: 30px;
}
.header__contact--btn span{ color: #fff; }

.button__container, #overlay { display: none; }

/*** モバイルメニュー ***/
.vk-mobile-nav-menu-btn{ display: none!important; }
.button__container {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	height: 90px;
	width: 90px;
	background: #06AD51;
	cursor: pointer;
	-webkit-transition: opacity .1s ease-in;
	transition: opacity .1s ease-in;
	z-index: 999;
}
.button__container:hover {
	opacity: 1;
}
.button__container.active .top {
	-webkit-transform: translateY(8px) translateX(0) rotate(45deg);
	transform: translateY(12px) translateX(0) rotate(45deg);
	background: #fff;
}
.button__container.active .middle {
	opacity: 0;
	background: #fff;
}
.button__container.active .bottom {
	width: 50%;
	-webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
	transform: translateY(-8px) translateX(0) rotate(-45deg);
	background: #fff;
}

.button__container .menu-txt {
	position: absolute;
	bottom: -40px;
	font-size: .9em;
	color: #fff;
	letter-spacing: .1em;
}
.button__container .menu-txt.change-color { color: #111; }

.button__container span {
	background: #fff;
	border: none;
	height: 3px;
	width: 50%;
	position: absolute;
	top: 25px;
	left: 0;
	right: 0;
	margin-left: 25%;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	cursor: pointer;
}
.button__container span:nth-of-type(2) { top: 35px; }
.button__container span:nth-of-type(3) { top: 45px; }

/*.button__container:hover.active .top { top: 25px; }
.button__container:hover.active .bottom { top: 45px; }*/

.button__container p{ margin: 0; }
.button__container p::before{ 
	content: "メニュー";
	width: 100%;
	text-align: center;
	font-size: 11px;
	line-height: 1;
	position: absolute;
	bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	color :#fff;
	font-size: 14px;
	font-weight: bold;
}

.button__container.active p::before{
	content: "閉じる";
	color:#fff;
	font-size: 14px;
	font-weight: bold;
}

.button__container span.change-color { background-color: #fff; }
.button__container, #overlay{ display: block; }

.overlay {
	display: block;
	position: fixed;
	background: #fff;
	top: 0;
	right: 0;
	width: 100%;
	height: 0%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .35s, visibility .35s, height .35s;
	transition: opacity .35s, visibility .35s, height .35s;
	overflow: hidden;
	overflow-y: auto;
	z-index: 999;
}
.overlay.open {
	opacity: 1;
	visibility: visible;
	min-height: 100%;
	z-index: 998;
}
.link-nav_inr{ height: 100vh;}
.overlay .link-area {
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 1100px;
	width: 85%;
	height: 100vh;
	padding: 65px 0 0 0;
	margin: 0 auto;
}
.overlay .link-area .link-flex-box nav{ width: 100%; }
.overlay .link-area .link-flex-box nav ul{
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.overlay .link-area .link-flex-box nav ul li{
	width: calc((100% - 60px) / 3);
	padding-bottom: 25px;
	border-bottom: 1px solid #ddd;
}
.overlay .link-area .link-flex-box nav ul li a{
	display: flex;
	flex-direction: column; 
	width: 100%;
	transition: 0.4s;
}
.overlay .link-area .link-flex-box nav ul li a:hover{ opacity: 0.6; }
.overlay .link-area .link-flex-box nav ul li a .en{
	display: inline-block;
	margin-bottom: 5px;
	font-size: 1.1em;
	font-family: "Roboto Condensed", sans-serif;
    font-style: italic;
    font-weight: 600;
    color: #738AAE;
}
.overlay .link-area .link-flex-box nav ul li a .ja{ 
	font-size: 2em;
	font-weight: bold;
	color: #253957;
}
.link-info{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 80px;
}
.privacy-link{ 
	display: block;
	margin-bottom: 0!important;
	text-decoration: underline;
	color: #738AAE;
}
.link-info-sns{ display: flex; align-items: center; }
.link-info-sns p{ font-size: 16px; margin: 0!important; }
.link-info-sns-list{
	display: flex;
	gap: 15px;
	margin-left: 20px;
}
.link-info-sns-list a{
	display: block;
	width: 45px;
}
.link-info-logo figure{ width: 300px; }
.link-info-logo p{ margin: 0 0 0 0!important; }

.comm__list{
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.comm__list--dl{
	display: flex;
	border-bottom: 1px solid #ddd;
	margin: 0!important;
}
.comm__list--dl dt{
	width: 200px;
    color: #253957;
    background: #E9FFF3;
    text-align: center;
    margin-bottom: 0;
    padding: 30px;
}
.comm__list--dl dt h3{
	font-size: 1em!important;
	line-height: 2;
	margin: 0!important;
	text-align: center!important;
}
.comm__list--dl dd{
	width: calc(100% - 200px);
    padding: 30px 0 30px 30px;
	line-height: 2;
}
.comm__list--dl dd span{
	font-weight: bold;
}
.parallax{ display: block; position: relative; }
.js-parallax { width: 100%; height: 100%; object-fit: cover; }

/************************************** フッター *************************************/

.site-footer{
	border: none;
	background: #fff;
}
.site-footer .footer-nav ul li a{
	color: #253957;
	font-size: 16px;
}
.footer__content--inner{
	display: flex;
}
.comm__recruit--cover{
	padding: 80px 0;
}
.comm__recruit--content{ margin-top: 60px!important; }
.comm__recruit--content h3{
	position: relative;
	width: 100%;
	text-align: center!important;
	z-index: 10;
}
.comm__recruit--content h3::before{
	position: absolute;
	top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	content: "FUJIEDA ROAD";
	color: #fff;
	opacity: 0.3;
	font-size: 4.5em;
	width: 100%;
	z-index: 5;
}
.comm__recruit--content p{
	margin: 60px 0 40px 0!important;
	text-align: center!important;
}
.site-body-bottom{ 
	position: relative; 
	background: #253957; 
}
.site-body-bottom .menu{ position: relative; }
.site-body-bottom .menu::before{
	content: "";
	position: absolute;
	top: 0;
	background: #fff;
	width: 100vw;
	height: 1px;
	z-index: 100;
}
.site-body-bottom .widget_block{ margin-bottom: 0!important; }
.footer__content--logo{ margin-right: 50px; }
.footer__content--logo figure{
	width: 340px;
	margin-bottom: 20px!important;
}
.footer__content--add{ font-size: 14px; color: #fff; }
.footer__content--info h2{ color: #fff; font-size: 2.4em; margin-bottom: 25px!important; }
.footer__content--sns--list{ padding: 0!important; margin: 0; list-style: none; }
.footer__content--sns--list li{ padding: 0; margin: 0 0 15px 0; }
.footer__content--sns--list li a{
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	padding-right: 45px;
	transition: 0.3s all;
	text-decoration: underline!important;
}
.footer__content--sns--list li a:hover{ opacity: 0.5; }
.footer__content--sns--list li:nth-child(1) a::before{
	content: "";
	position: absolute;
	top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	background: url(http://192.168.0.148/kawaneroke.jp/wp-content/uploads/2026/01/sns_inst.png) no-repeat;
	background-size: cover;
	width: 30px;
	height: 30px;
}
.widget_nav_menu>div>ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 45px;
	padding: 20px 0;
}
.widget_nav_menu>div>ul li{ display: inline-block; }
.widget_nav_menu>div>ul li a{
	font-size: 16px;
	border: none!important;
	padding: 0!important;
	color: #fff;
}
.site-footer-copyright p{
	font-size: 12px;
	text-align: left!important;
	color: #738AAE;
    margin: 15px 0 0 0 !important;
    padding: 0 0 30px 0;
}
.footer__contact--sec{
	padding: 60px 0;
}
.footer__contact--inner{ padding: 40px 0; }
.footer__contact--tel{ text-align: center; }
.footer__contact--tel img{ display: inline-block; width: 500px; }
.footer__contact--columns{
	display: flex;
	justify-content: center;
	margin-top: 30px !important;
}
.footer__contact--info--column{
	margin-right: 40px; 
}
.footer__contact--info--column p{ color: #253957; }
.footer__contact--btn{
	position: relative;
    display: inline-block;
    padding: 1em 2em 1em 4em;
    background: #1d68b3;
    color: #fff;
    font-weight: bold;
    transition: 0.4s;
	cursor: pointer;
}
.footer__contact--btn:hover{ color: #fff!important; opacity: 0.8;  }
.footer__contact--btn::before{
	content: "";
    position: absolute;
	top: 50%;
    left: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: url(https://fujieda-road.jp/wp-content/uploads/2026/04/contact_icon.svg) no-repeat;
    background-size: cover;
    width: 30px;
    height: 21px;
    transition: 0.4s;
}
.site-footer-content{ padding: 30px 0 0 0!important; }
.site-footer-content .widget_nav_menu>div>ul{ gap: 25px; }
.site-footer-content .row .col-lg-6:last-of-type{ text-align: right; }
.site-footer-content .row .col-lg-6 figure{ max-width: 300px; }
.site-footer-content .row .col-lg-6 .widget_nav_menu{ margin-bottom: 20px!important; }
.page--top__btn--inner{
	position: absolute;
	bottom: 140px;
	right: 10%;
	z-index: 100;
}
.page--top__btn{
	position: relative;
	display: inline-block;
	color: #253957;
	padding-right: 40px;
	font-size: 16px;
	text-decoration: underline;
}
.page--top__btn:hover{
	color: #253957!important;
}
.page--top__btn::before{
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	background: url(https://fujieda-road.jp/wp-content/uploads/2026/05/arrow_top.svg) no-repeat;
	background-size: cover;
	width: 26px;
	height: 26px;
}
.contact__info--sec{
	margin: 0 calc( 50% - 50vw );
}
.contact__info--sec .wp-block-cover__inner-container{ padding: 40px 0!important; }
.sub-section{ display: none!important; }
.contact__info--content{
	display: flex;
	justify-content: center;
}
.contact__info--ttl span{
	font-family: "Roboto Condensed", sans-serif;
	font-style: italic;
	font-weight: 600;
	color: #738AAE;
    font-size: 1.5em;
    margin-bottom: 5px;
    letter-spacing: 0.01em;
    display: block;
}
.contact__info--ttl h2{
	font-size: 2.4em;
	margin: 0 0 20px 0!important;
}
.contact__info--tel figure{ width: 320px; }
.contact__info--tel{ margin: 0 60px; }
.contact__info--tel--time{ margin: 0!important; }
.contact__info--tel--txt{
	position: relative;
	padding-left: 25px;
    margin: 0 0 20px 0 !important;
}
.contact__info--tel--txt::before{
	content: "";
	position: absolute;
	top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	background: #738AAE;
	width: 15px;
	height: 15px;
	border-radius: 50%;
}
.contact__info--mail--txt{
	position: relative;
	padding-left: 25px;
    margin: 0 0 20px 0 !important;
}
.contact__info--mail--txt::before{
	content: "";
	position: absolute;
	top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	background: #738AAE;
	width: 15px;
	height: 15px;
	border-radius: 50%;
}
.contact__info--btn{
	position: relative;
	display: block;
	background: #fff;
	border-radius: 6px;
	width: 220px;
    padding: 15px 20px 15px 50px;
	color: #253957;
	font-weight: 700;
	transition: 0.4s;
}
.contact__info--btn:hover{ opacity: 0.8; color: #253957!important; }
.contact__info--btn::before{
	content: "";
	position: absolute;
	left: 8px;
	background: url(https://fujieda-road.jp/wp-content/uploads/2026/05/contact-icon_btn.png) no-repeat;
	background-size: cover;
	width: 30px;
	height: 24px;
}
.contact__info--btn::after{
	content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: url(https://fujieda-road.jp/wp-content/uploads/2026/05/arrow.svg) no-repeat;
    background-size: cover;
    width: 10px;
    height: 16px;
    transition: 0.4s all;
}
.footer__contents{ display: flex; }
.footer__logo{ width: 300px; }
.footer__info--area{ margin-left: 40px; }
.footer__info--add{ font-size: 16px; margin: 20px 0 0 0; }
.footer__info--sns{ display: flex; align-items: center; }
.footer__info--sns p{ font-size: 16px; margin: 0!important; }
.footer__info-sns--list{
	display: flex;
	gap: 15px;
	margin-left: 20px;
}
.footer__info-sns--list a{
	display: block;
	width: 45px;
}

/**************************************** 共通 ***************************************/

#pc__block{ display: block; }
#tb__block{ display: none; }
#sp__block{ display: none; }

 .cursor-inner {
    position: relative;
    z-index: 99999;
  }
  .cursor-circle {
    width: 90px;
    height: 90px;
    border: 1px solid #000;
    border-radius: 50%;
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    mix-blend-mode: difference;
    opacity: 0.5;
    z-index: 9999;
    transform: translate3d(-50%, -50%, 0) scale(1);
    transition: transform 0.2s ease;
    will-change: transform;
    backface-visibility: hidden;
  }

.home .container, .home .container-lg, .home .container-md, .home .container-sm, .home .container-xl{
	max-width: 1800px;
	padding: 0;
	width: 84%;
}
.container, .container-lg, .container-md, .container-sm, .container-xl{
	max-width: 1800px;
	padding: 0;
	width: 84%;
}
.wp-block-cover, .wp-block-cover-image{ min-height: auto!important; }
.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover__inner-container{
	max-width: 1800px!important;
	padding: 0;
	width: 84%!important;
}
.wp-block-columns{
	max-width: 100%!important;
	width: 100%!important;
	padding: 0;
}
.vk_outer-width-full.vk_outer-paddingLR-none>div>.vk_outer_container{
	max-width: 1800px!important;
	padding: 0;
	width: 84%!important;
}
.home .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){ 
	max-width: 1800px!important;
	width: 100%!important;
}
body:not(.home) .type {
  display: none;
}
.home .type {
  width: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.home .type::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background: linear-gradient(180deg,rgba(#fff, 0) 0, rgba(#fff, .8) 80%, rgba(#fff, .8) 100%);
}
.home .type a {
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 50vh;
  z-index: 10;
  padding: 10px 10px 50px;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  letter-spacing: .2em;
  text-decoration: none;
  writing-mode: vertical-lr;
  transition: .2s;
  overflow: hidden;
  &::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 40px;
    background: #fff;
  }
}

.home #type06 a {
  &::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 40px;
    background: rgba(#fff, .4);
  }
  &::after {
    animation: sdl06 1.5s cubic-bezier(1, 0, 0, 1) infinite;
  }
}
@keyframes sdl06 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.page_top_btn{ display: none!important; }
.contact__btn{
	position: fixed;
	top: 50vh;
    right: 0;
    display: block;
    background: #1d68b3;
	border: 1px solid #1d68b3;
	font-weight: 700;
	color: #fff;
	writing-mode: vertical-rl;
	padding: 50px 12px 25px 12px;
    z-index: 1000;
	transition: 0.4s;
}
.contact__btn:hover{ opacity: 0.8; color: #fff!important; }
.contact__btn::before{
	content: "";
	position: absolute;
	top: 15px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	background: url(https://fujieda-road.jp/wp-content/uploads/2026/04/contact_icon.svg) no-repeat;
	background-size: cover;
	width: 30px;
	height: 21px;
	
}
.works__entry--btn{ margin-bottom: 40px; }
.center__btn{ margin: 0 auto; }
.comm__btn{
	position: relative;
	display: block;
	background: #253957;
	border-radius: 6px;
	width: 220px;
    padding: 15px 20px;
	color: #fff;
	font-weight: 700;
	transition: 0.4s;
}
.comm__btn:hover{ opacity: 0.8; color: #fff!important; }
.comm__btn::after{
	content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: url(https://fujieda-road.jp/wp-content/uploads/2026/05/arrow_white.svg) no-repeat;
    background-size: cover;
    width: 10px;
    height: 16px;
    transition: 0.4s all;
}
.comm__btn--white{
	position: relative;
	display: block;
	background: #fff;
	border-radius: 6px;
	width: 220px;
    padding: 15px 20px;
	color: #253957;
	font-weight: 700;
	transition: 0.4s;
}
.comm__btn--white:hover{ opacity: 0.8; color: #253957!important; }
.comm__btn--white::after{
	content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: url(https://fujieda-road.jp/wp-content/uploads/2026/05/arrow.svg) no-repeat;
    background-size: cover;
    width: 10px;
    height: 16px;
    transition: 0.4s all;
}
.site-body-bottom #block-8,.site-body-bottom #block-9{ margin-bottom: 0!important; }

.page-header{ 
	height: 360px!important;
	/*background: url(http://192.168.0.148/fujieda-road.jp/wp-content/uploads/2026/05/main-visual_slide-img01.jpg) no-repeat;*/
	background-size: cover!important; 
}
.page-header::before{ background: #333; opacity: 0.4; }
.page-header-inner{ margin: 0 auto; }
.page-header-title{
	display: flex;
    flex-direction: column;
	font-size: 1.6rem!important;
	text-align: left;
	color: #fff;
}

.breadcrumb{ display: none!important; }
.site-body{ padding: 6rem 0; }
.h2__main--ttl{
	position: relative;
	font-size: 1.8em;
	padding: 30px 0;
	margin-bottom: 60px!important;
	border-bottom: 1px solid #ddd;
}
.h2__main--ttl::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: #06AD51;
	width: 25px;
	height: 5px;
}
.h2__main--ttl::after{
	content: "";
	position: absolute;
	top: 0;
	left: 30px;
	background: #0071C1;
	width: 25px;
	height: 5px;
}
.comm__link--list{
	display: flex;
 	flex-wrap: wrap;	
	gap: 20px;
	margin-bottom: 80px;
}
.comm__link--list a{
	position: relative;
	display: block;
	padding: 10px 55px 10px 20px;
	font-weight: 500;
	background: #253957;
	border-radius: 6px;
	border: 1px solid #253957;
	color: #fff;
	transition: 0.3s;
}
.comm__link--list a:hover{
	background: #fff;
	color: #253957;
}
.comm__link--list a::after{
	content: "";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 17px;
    right: 20px;
    color: #fff;
    line-height: 1;
    width: 0.7em;
    height: 0.7em;
    border: 0.15em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
    transition: 0.3s;
}
.comm__link--list a:hover::after{
	color: #253957;
}

.pagination{
	margin-top: 80px!important;
}
.post-type-archive-news .page-numbers{
	display: flex;
	gap: 12px;
}
ul.page-numbers li span.page-numbers.current{
	background: #253957!important;
}
ul.page-numbers li a, ul.page-numbers li span.page-numbers{
	padding: 0 !important;
    width: 48px!important;
    height: 48px!important;
    display: flex!important;
    flex-direction: column!important;
    justify-content: center!important;
    font-size: 18px!important;
	font-weight: 500!important;
	border-radius: 0!important;
}
ul.page-numbers li a{
	color: #253957!important;
	border: 1px solid #253957!important;
	margin: 0!important;
	transition: 0.3s;
}
ul.page-numbers li a:hover{
	background: #253957!important;
	color: #fff!important;
}
.comm__full--cover{
	margin-left: calc(50% - 50vw)!important;
    margin-right: calc(50% - 50vw)!important;
    max-width: 100vw!important;
	padding: 80px 0;
}
.comm__full--cover h2{
	color: #253957!important;
	border-color: #253957!important;
	max-width: 100%!important;
}
.comm__full--cover h3,
.comm__full--cover p{
	color: #253957!important;
	max-width: 100%!important;
}
#sp-br{ display: none; }

.vk_slider_item-paddingLR-use {
	padding-left: 0!important;
	padding-right: 0!important;
}
.vk_slider .swiper-button-next, 
 .vk_slider .swiper-button-prev, 
.vk_post_list_slider .swiper-button-next,
.vk_post_list_slider .swiper-button-prev{
	top: 30%!important;
	width: 48px!important;
    height: 48px!important;
    background: #253957!important;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
}
.vk_slider .swiper-button-next:after,
.vk_slider .swiper-button-prev:after,
.vk_post_list_slider .swiper-button-next:after, 
.vk_post_list_slider .swiper-button-prev:after{
	color: #fff;
}
.vk_slider .swiper-pagination-bullet{
	background: #ddd!important;
}
.vk_slider .swiper-pagination-bullet-active{
	background: #06AD51!important;
}
.vk_slider .swiper-pagination{
	position: relative!important;
	margin-top: 40px!important;
}

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


/* ========================================
MAIN VISUAL
======================================== */

.mv{
    position:relative;
    width:100vw;
    height: calc(100vh - 90px);
    margin-right: calc(50% - 50vw) !important;
    margin-left: calc(50% - 50vw) !important;
    overflow:hidden;
    background:#000;
}

/* ========================================
SCENE（画像レイヤー）
======================================== */

.scene{
    position:absolute;
    inset:0;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transition:
        opacity .9s ease-in-out,
        visibility 0s linear .9s;
    z-index:1;
}

.scene.active{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transition:
        opacity .9s ease-in-out;
    z-index:2;
}

/* ========================================
BACKGROUND IMAGE
======================================== */

.scene__bg{
    position:absolute;
    inset:0;
    overflow:hidden;
}

.scene__bg img{
    width:100%;
    height:100%;
    object-fit:cover;
    transform:scale(1);
}

/* アクティブ時だけズーム */
.scene.active .scene__bg img{
    transition:transform linear;
}

/* ========================================
OVERLAY
======================================== */

.scene__overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.35);
    z-index:2;
}

/* ========================================
COPY LAYER（Sceneとは完全分離）
======================================== */

.mv-copy{
    position:absolute;
    inset:0;
    z-index:10;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    padding:0 6vw;
    pointer-events:none;
}

.copy{
    position:absolute;
    color:#fff;
    opacity:0;

    /* 動きは最小限にする */
    transform:translateY(18px);

    /* 重要：質感は「影」で作る */
    text-shadow: 0 10px 30px rgba(0,0,0,.35);

    transition:
        opacity 1.6s ease,
        transform 1.6s cubic-bezier(0.16, 1, 0.3, 1),
        text-shadow 1.6s ease;
}

.copy.active{
    opacity:1;
    transform:translateY(0);
    text-shadow: 0 0 0 rgba(0,0,0,0);
}

/* ========================================
COPY01 / COPY02（左寄せ）
======================================== */

.copy01,
.copy02{
    left:6.5vw;
    top:50%;
    transform:translateY(40px);
    text-align:left;
}
.copy03{
    white-space: nowrap;
    word-break: keep-all;
    overflow-wrap: normal;
}
/* active時は位置維持しつつ表示 */
.copy01.active,
.copy02.active{
    transform:translateY(-50%);
}

/* テキストスタイル */
.copy h2{
    font-size:clamp(32px,7vw,72px);
    font-style: italic;
    line-height: 1.2;
    letter-spacing: 0.06em;
    font-family:"Roboto Condensed", sans-serif;
	list-style: inactivecaptio;
    font-weight:600;
    margin:0 !important;
}

/* ========================================
COPY03（中央やや上）
======================================== */

.copy03{
    left:50%;
    top:45%;
    opacity:0;
    transform:translate(-50%, 12px);
    transition:
        opacity 2s ease,
        transform 2s cubic-bezier(.16,1,.3,1);
    text-align:center;
}
.copy03.active{
	opacity:1;
    transform:translate(-50%, -50%);
}
.copy03 p{
	max-width: 500px;
    margin:20px auto 0 auto !important;
    opacity:0;
    transform:translateY(10px);
    transition:all 1.4s ease;
    transition-delay:.4s;
}

.copy03.active p{
    opacity:1;
    transform:translateY(0);
}

/* ========================================
BLACK LAYER
======================================== */

.mv-black{
    position:absolute;
    inset:0;
    background:#000;
    opacity:0;
    pointer-events:none;
    z-index:20;
    transition:opacity .6s ease-in-out;
}

.mv-black.show{
    opacity:1;
}

/* ========================================
LOGO LAYER
======================================== */

.mv-logo{
    position:absolute;
    inset:0;
    display:flex;
    justify-content:center;
    align-items:center;
    background:#000;
    opacity:0;
    pointer-events:none;
    z-index:30;
    transition:
    opacity 2.3s cubic-bezier(.22,1,.36,1),
    transform 2.6s cubic-bezier(.22,1,.36,1);

transform: scale(.985);
}

.mv-logo.show{
    opacity:1;
    transform:scale(1);
}
.mv-logo img{
    width:25vw;
    min-width:220px;
    max-width:520px;
    height:auto;
}

/* ========================================
SCENE ZOOM（JS連動）
======================================== */

.scene.active .scene__bg img{
    transition: transform linear;
    will-change: transform;
}

/* ========================================
COPY 表示補助（JS制御用）
======================================== */

.copy{
    opacity:0;
    pointer-events:none;
}

.copy.active{
    opacity:1;
    pointer-events:auto;
}

/* 初期状態の微調整 */
.copy01.active{
    transform:translateY(-50%);
}

.copy02.active{
    transform:translateY(-50%);
}

.copy03.active{
    transform:translate(-50%, -50%);
}

/* ========================================
BLACK → LOGO遷移安定化
======================================== */

.mv-black,
.mv-logo{
    will-change: opacity, transform;
}

/* ========================================
レスポンシブ
======================================== */

@media (max-width: 768px){

    .mv{
        height: calc(100vh - 60px);
    }

    .mv-copy{
        padding:0 20px;
    }

    .copy h2{
        font-size:clamp(28px,10vw,40px);
    }

    .copy03 p{
        font-size:20px;
        letter-spacing:.18em;
    }

    .mv-logo img{
        width:70vw;
    }
	.scene04 .scene__bg img{
		object-position: 75% center;
	}
	.scene01 .scene__bg img{
		object-position: 30% center;
	}
    /* 左寄せコピー調整 */
    .copy01,
    .copy02{
        left:20px;
    }
}

/* ========================================
スマホ微調整（小さい画面）
======================================== */

@media (max-width: 640px){

	
	.copy01 h2{
        font-size:30px;
        line-height:1.5;
    }
	
    .copy02 h2{
        font-size:28px;
        line-height:1.5;
    }

    .copy03{
        top:48%;
    }
	.copy03 h2{
		text-align: center;
	}
    .copy03 p{
        width: 200px;
    }
}


.top__important--news--inner{ display: none; }

.home .top__important--news--inner{
	position: relative;
	display: flex!important;
	width: 500px;
	background: #fff;
	border-radius: 25px 0 0 25px;
	box-sizing: border-box;
	position: absolute;
    top: calc( 100vh - 160px );
    right: 0;
    z-index: 100;
	transition: 0.3s;
}
.home .top__important--news--inner:hover{ opacity: 0.8; }
.home .top__important--news--inner::after{
	content: "";
	position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
	background: #253957;
	border-radius: 50%;
	width: 25px;
	height: 25px;
}
.home .top__important--news--inner::before{
	content: "";
    position: absolute;
    top: 50%;
    right: 31px;
    transform: translateY(-50%);
    width: 10px;
    height: 16px;
    background: url(https://fujieda-road.jp/wp-content/uploads/2026/05/arrow_white.svg) 0% 0% / cover no-repeat;
    transition: 0.4s;
	z-index: 10;
}
.home .top__important--news--title{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1em;
	margin: 0!important;
	background: #FF5330;
	border-radius: 25px 0 0 25px;
	width: 180px;
	padding: 0 30px;
}
.home .top__important--news--list{
	 display: block;
	width: calc( 100% - 180px );
}
.home .top__important--news--list .data{
	padding: 10px 60px 10px 25px;
}
.home .top__important--news--list .data .info time{
	font-weight: 500;
	color: #8396B2;
}
.home .top__important--news--list .tit{
	font-weight: 500;
	color: #253957;
	margin: 0!important;
}

.top__news--sec{
	display: flex;
	justify-content: space-between;
}
.top__news--list--area{
	width: 75%;
	margin-top: -50px;
}
.top__news--list{
	position: relative;
	display: block;
	border-bottom: 1px solid #ddd;
    padding: 30px 20px 30px 0;
	transition: 0.3s;
}
.top__news--list::before{
	content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: url(https://fujieda-road.jp/wp-content/uploads/2026/05/arrow.svg) no-repeat;
    background-size: cover;
    width: 10px;
    height: 16px;
    transition: 0.4s all;
}
.top__news--list:hover::before{ right: 5px; }
.top__news--list .data{
	display: flex;
	align-items: center;
}
.top__news--list .data .tit{ margin: 0!important; }
.top__news--list .data .info{
	display: flex;	
	align-items: center;
}
.top__news--list .data .info time{
	color: #8396B2;
}
.is-important .data .info .category{
	background: #FF5330!important;
    color: #fff !important;
}
.top__news--list .data .info .category{
	display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
    background: #EEEFF2;
    border-radius: 20px;
    padding: 3px 10px;
    font-size: 0.9em;
    font-weight: 500;
    width: 130px;
    color: #253957;
}
.top__news--list .data .tit{
	font-weight: 500;
	color: #253957;
}
.top__news--btn{
	display: flex;
    justify-content: flex-end;
	margin-top: 60px;
}
.top__comm--left-ttl p{ 
	position: relative;
	font-family: "Roboto Condensed", sans-serif;
    font-style: italic;
    font-weight: 600;
    color: #738AAE;
    font-size: 1.5em;
	line-height: 1;
	padding-left: 20px;
    margin: 0 0 15px 0!important;
    letter-spacing: 0.01em;
    display: block;
}
.top__comm--left-ttl p::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: #06AD51;
	width: 5px;
	height: 10px;
}
.top__comm--left-ttl p::after{
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	background: #0071C1;
	width: 5px;
	height: 10px;
}
.top__comm--left-ttl h2{ 
	font-size: 2.4em;
	margin: 0!important;
}
.top__news--sns{ 
	display: flex; 
	align-items: center; 
	margin-top: 50px;
}
.top__news--sns p{ font-size: 16px; margin: 0!important; }
.top__news--sns--list{
	display: flex;
	gap: 10px;
    margin-left: 30px;
}
.top__news--sns--list a{
	display: block;
	width: 45px;
}
.top__news--sns--list br{ display: none; }
.top__news--sns--list a br{ display: none; }

.top__company--sec{
	display: flex;
	justify-content: space-between;
	margin-left: calc(50% - 50vw) !important;
}
.top__company--img--area{
	width: 50%;
}
.top__company--img--area img{
	display: block;
    height: 100%;
    object-fit: cover;
}
.top__company--txt--area{
	width: 45%;
}
.top__company--txt--area h3{
	font-size: 1.8em;
	margin: 60px 0 30px 0!important;
}
.top__company--txt{ margin-bottom: 60px!important; }
.top__service--sec{ position: relative; }
.top__service--sec::before{
	content: "";
	position: absolute;
	top: -80px;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	height: 400px;
	background: #E9FFF3;
}
.top__service--ttl{
	display: flex;
	margin-bottom: 50px;
}
.top__comm--left-ttl{ width: 240px; }
.top__service--txt{ 
	width: calc(100% - 240px);
    padding-right: 28%;
	padding-left: 40px;
	margin: 0!important;
	border-left: 1px solid #253957;
	z-index: 10;
}
.top__service--btn{
	position: absolute;
	right: 0;
}
.top__service--link--list{
	position: relative;
	display: flex;
	gap: 50px;
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 10;
}
.top__service--link{ 
	margin: 0; 
	width: calc(100% / 3);
}
.service01 a::before{
	content: "01";
    position: absolute;
    top: -5px;
    left: 10px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 6rem;
    color: #fff;
	text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.3);
}
.service02 a::before{
	content: "02";
    position: absolute;
    top: -5px;
    left: 10px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 6rem;
    color: #fff;
    text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.3);
}
.service03 a::before{
	content: "03";
    position: absolute;
    top: -5px;
    left: 10px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 6rem;
    color: #fff;
	text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.3);
}
.top__service--link a{
	position: relative;
	color: #253957;
	text-decoration: none;
	transition: 0.4s;
}
.top__service--link a:hover{ opacity: 0.6; }
.top__service--link--img{
	aspect-ratio: 2 / 2;
	overflow: hidden;
}
.top__service--link--img img{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 3px;
	object-fit: cover;
	transition: 0.5s;
}
.top__service--link--txt h3{
	margin: 20px 0!important;
}
.top__service--link--txt p{
	margin: 0!important;
}

.top__comm--center-ttl p{ 
	position: relative;
	font-family: "Roboto Condensed", sans-serif;
    font-style: italic;
    font-weight: 600;
    color: #738AAE;
    font-size: 1.5em;
	text-align: center;
	line-height: 1;
    margin: 0 0 15px 0!important;
    letter-spacing: 0.01em;
    display: block;
}
.top__comm--center-ttl p span{
	position: relative;
	display: inline-block;
	padding-left: 20px;
	padding-right: 10px;
	white-space: nowrap;
}
.top__comm--center-ttl p span::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: #06AD51;
	width: 5px;
	height: 10px;
}
.top__comm--center-ttl p span::after{
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	background: #0071C1;
	width: 5px;
	height: 10px;
}
.top__comm--center-ttl h2{ 
	font-size: 2.4em;
	text-align: center!important;
	margin: 0!important;
}
.top__works--sec{
	margin-top: 120px;
}
.top__works {
	overflow: hidden;
	margin-top: 60px;
	margin-bottom: 60px;
	position: relative;
	margin-right: calc(50% - 50vw) !important;
    margin-left: calc(50% - 50vw) !important;
}

.top__works .swiper-wrapper {
	align-items: stretch;
}

.top__works .swiper-slide {
	height: auto;
	transition: all .4s ease;
}
.top__works .swiper-button-prev,
.top__works .swiper-button-next{
	width: 48px;
	height: 48px;
	background: #253957;
	border-radius: 50%;
	box-shadow:0 4px 12px rgba(0,0,0,.15);
}
.top__works .swiper-button-next:after, .top__works .swiper-button-prev:after{
	font-size: 20px!important;
	font-weight: bold!important;
}
.top__works .swiper-button-next, .top__works .swiper-rtl .swiper-button-prev{
	right: 5%!important;
}
.top__works .swiper-button-prev,.top__works .swiper-rtl .swiper-button-next{
	left: 5%!important;
}
.top__works .swiper-button-next, .top__works .swiper-button-prev{
	top: 33%!important;
}
.top__works--counter{
	display: none;
	text-align: center;
	margin: 70px 0 30px 0;
}
.top__works--link {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: #fff;
	text-decoration: none;
}
.top__works--img {
	overflow: hidden;
	border-radius: 3px;
}
.top__works--img img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	transition: .4s;
}

.top__works--link:hover img {
	transform: scale(1.05);
}

.top__works--content {
	padding-top: 20px;
}

.top__works .swiper-pagination {
	position: static;
	margin: 60px 0 40px 0;
}

.top__works .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	opacity: .3;
	background: #ddd!important;
}

.top__works .swiper-pagination-bullet-active {
	opacity: 1;
	background: #06AD51!important;
}
.top__works--cate{ 
	display: block;
	width: 140px;
	border-radius: 20px;
	padding: 2px 0;
	font-size: 0.9em;
	font-weight: 500;
	text-align: center;
	background: #EEEFF2;
	color: #253957;
}
.top__works--ttl{
	padding: 0!important;
	margin: 20px 0 0 0!important;
	border: none;
	font-size: 1.2em;
	color: #253957;
}
.top__works--ttl::after{ display: none; }
.top__works--cate{ margin: 0!important; }


/********************************* 会社案内 ********************************/

.page-id-34 .page-header{
	background: url(https://fujieda-road.jp/wp-content/uploads/2026/06/page-header_company.jpg) no-repeat;
	background-position: center!important;
}
.page-id-34 .page-header-title::before{
	content: "COMPANY";
	font-family: "Roboto Condensed", sans-serif;
    font-style: italic;
    font-weight: 600;
    letter-spacing: 0.06em;
	font-size: 5rem;
    line-height: 1.4;
	color: #fff;
}
.company__bg--img{
	height: 400px;
	max-width: 100vw!important;
	margin-left: calc(50% - 50vw)!important;
    margin-right: calc(50% - 50vw)!important;
}
.history__list--dl{
	display: flex;
	margin: 0!important;
}
.history__list--dl dt{
	position: relative;
	width: 160px;
    color: #253957;
	padding: 30px 0;
	border-bottom: 1px solid #ddd;
	margin: 0!important;
}
.history__list--dl dt::before{
	content: "";
	position: absolute;
	top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	width: 1px;
	height: 30px;
	background: #ddd;
}
.history__list--dl dd{
	width: calc(100% - 160px);
    padding: 30px 0 30px 30px;
	border-bottom: 1px solid #ddd;
}
.company__link--list{
	display: flex;
	flex-wrap: wrap;
	gap: 50px 30px;
	margin-top: 80px;
}
.company__link{
	width: calc((100% - 60px) / 3);
	border-bottom: 1px solid #ddd;
	padding-bottom: 25px;	
}
.company__link h5{
	position: relative;
	font-size: 1.1em;
	padding-left: 25px;
	margin-bottom: 18px!important;
}
.company__link h5::before{
	content: "";
	position: absolute;
	top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	background: #738AAE;
	border-radius: 50%;
	width: 15px;
	height: 15px;
}
.company__link .inner{
	display: flex;
	align-items: center;
	margin-bottom: 18px;
}
.company__link .inner span{
	background: #EEEFF2;
	border-radius: 3px;
	padding: 5px 10px;
}
.company__link .inner h5{
	margin: 0!important;
	padding-left: 10px!important;
}
.company__link .inner h5::before{ display: none; }

.map {
	position: relative;
	width: 100%;
}
.map iframe {
	width: 100%;
	aspect-ratio: 16 / 4;
	border: 0;
}

.company__map{
	display: flex;
	justify-content: space-between;
}
.company__map--img{
	width: 600px;
	margin: 0!important;
	border: 1px solid #ddd;
}
.company__map--txt{
	width: calc( 100% - 640px );
}
.access__btn{
	position: relative;
    display: block;
    background: #253957;
    border-radius: 6px;
    width: 270px;
    padding: 15px 20px 15px 50px;
    color: #fff;
    font-weight: 700;
    transition: 0.4s;
}
.access__btn:hover{
	color: #fff!important;
	opacity: 0.8;
}
.access__btn::after{
	content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: url(https://fujieda-road.jp/wp-content/uploads/2026/05/arrow_white.svg) no-repeat;
    background-size: cover;
    width: 10px;
    height: 16px;
    transition: 0.4s all;
}
.access__btn::before{
	content: "";
    position: absolute;
    left: 12px;
    background: url(https://fujieda-road.jp/wp-content/uploads/2026/06/access-map-icon.png) no-repeat;
    background-size: cover;
    width: 25px;
    height: 25px;
}
.web__btn{
	position: relative;
    display: block;
    background: #EEEFF2;
    border-radius: 6px;
    width: 210px;
    padding: 15px 20px 15px 50px;
    color: #253957;
    font-weight: 700;
    transition: 0.4s;
}
.web__btn:hover{
	color: #253957!important;
	opacity: 0.8;
}
.web__btn::after{
	content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: url(https://fujieda-road.jp/wp-content/uploads/2026/05/arrow.svg) no-repeat;
    background-size: cover;
    width: 10px;
    height: 16px;
    transition: 0.4s all;
}
.web__btn::before{
	content: "";
    position: absolute;
    left: 12px;
    background: url(https://fujieda-road.jp/wp-content/uploads/2026/06/web-icon.png) no-repeat;
    background-size: cover;
    width: 25px;
    height: 25px;
}

/********************************* 事業内容 ********************************/

.page-id-37 .page-header{
	background: url(https://fujieda-road.jp/wp-content/uploads/2026/07/page-header_service.jpg) no-repeat;
	background-position: center!important;
}
.page-id-37 .page-header-title::before{
	content: "SERVICE";
	font-family: "Roboto Condensed", sans-serif;
    font-style: italic;
    font-weight: 600;
	letter-spacing: 0.06em;
	font-size: 5rem;
    line-height: 1.4;
	color: #fff;
}
.service__list{
	padding: 0!important;
	margin: 0!important;
}
.service__list--item{
	position: relative;
	display: flex;
	justify-content: space-between;
	margin: 0 0 50px 0 !important;
    padding-bottom: 50px;
    border-bottom: 2px solid #ddd;
}
.service__list--item::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	background: #0071C1;
	width: 20px;
	height: 2px;
}
.service__list--item::after{
	content: "";
	position: absolute;
	left: 20px;
	bottom: -2px;
	background: #06AD51;
	width: 20px;
	height: 2px;
}
.service__list--txt{ width: 46%; }
.service__list--img{ position: relative; width: 48%; }
.service__list--img img{ 
	display: block; 
	border-radius: 3px; 
	aspect-ratio: 3 / 2;
    object-fit: cover;
}

#service01 .service__list--img::before{
	content: "01";
    position: absolute;
    top: -5px;
    right: 10px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 6rem;
    color: #fff;
	text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.3);
}
#service02 .service__list--img::before{
	content: "02";
    position: absolute;
    top: -5px;
    right: 10px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 6rem;
    color: #fff;
	text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.3);
}
#service03 .service__list--img::before{
	content: "03";
    position: absolute;
    top: -5px;
    right: 10px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 6rem;
    color: #fff;
	text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.3);
}

.service__machine01{
	display: flex; 
	border: 1px solid #ddd;
	margin-bottom: 40px;
}
.service__machine01--ttl{ 
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #E9FFF3;
	width: 180px; 
	color: #253957;
	font-weight: bold;
	font-size: 1.2em;
}
.service__machine01--list{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	width: calc( 100% - 180px );
	padding: 1.5em 2em;
	margin: 0;
}
.service__machine01--list li{ 
	position: relative;
	margin: 0;
	padding-left: 20px;
}
.service__machine01--list li::before{
	content: "";
	position: absolute;
	top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #253957;
}
.service__machine02{ display: flex; border: 1px solid #ddd; }
.service__machine02--ttl{ 
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #E9FFF3;
	width: 180px; 
	color: #253957;
	font-weight: bold;
	font-size: 1.2em;
}
.service__machine02--list{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	width: calc( 100% - 180px );
	padding: 1.5em 2em;
	margin: 0;
}
.service__machine02--list li{ 
	position: relative;
	margin: 0;
	padding-left: 20px;
}
.service__machine02--list li::before{
	content: "";
	position: absolute;
	top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #253957;
}
.service__machine--img--sec{
	display: flex;
	gap: 40px;
}
.service__machine--img--list{
	width: calc( 100% / 3 );
}
.service__machine--img{
	overflow: hidden;
}
.service__machine--img img{ 
	display: block; 
	border-radius: 3px;
	object-fit: cover;
	aspect-ratio: 3 / 2;
}
.service__machine--txt h4{ margin: 20px 0!important; }

/********************************* 採用情報 ********************************/

.page-id-40 .site-body{ padding-bottom: 0!important; }
.page-id-40 .page-header{
	background: url(https://fujieda-road.jp/wp-content/uploads/2026/07/recruit_img-1.jpg) no-repeat;
	background-position: center;
}
.page-id-40 .page-header-title::before{
	content: "RECRUIT";
	font-family: "Roboto Condensed", sans-serif;
    font-style: italic;
    font-weight: 600;
	letter-spacing: 0.06em;
	font-size: 5rem;
    line-height: 1.4;
	color: #fff;
}
.page-id-40 .comm__recruit--cover{ display: none; }

.recruit__read{
	position: relative;
	display: flex;
	justify-content: space-between;
}
.recruit__read--img{ width: 36%; }
.recruit__read--txt{ width: 60%; }
.recruit__read h2{ 
	margin: 0 0 20px 0!important;
}
.recruit__read h3{
	margin: 0 0 40px 0!important;
}
.recruit__works{
	display: flex;
	gap: 40px;
}
.recruit__works--list{
	width: calc( 100% / 3 );
}
.recruit__works--img img{ 
	display: block; 
	border-radius: 3px; 
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
.recruit__works--txt h4{
	position: relative;
	left: 0;
	padding-left: 20px;
	margin: 20px 0!important;
}
.recruit__works--txt h4::before{
	content: "";
	position: absolute;
	top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	width: 5px;
	height: 20px;
	background: #253957;
}
.recruit__works--txt p{ margin: 0!important; }
.recruit__works--about--inner{
	background: #E9FFF3;
	border-radius: 6px;
	padding: 10px;
	margin-top: 20px;
}
.recruit__works--about--inner p{ font-size: 0.9em; margin: 0; }
.recruit__works--about{ 
	margin: 0!important;	
}
.recruit__works--about li{ font-size: 0.9em; }
/*.recruit__atmosphere{
	display: flex;
	gap: 30px;
}*/
.recruit__atmosphere{
	position: relative;
	display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f3f3f3;
	padding: 30px 40px;
}
.recruit__atmosphere--img{ 
	width: 400px;
	height: 100%;
}
.recruit__atmosphere--img img{
	display: block;
	width: 100%;
	object-fit: cover;
}
.recruit__atmosphere--txt{
	width: calc( 100% - 450px );
	line-height: 2;
}
.recruit__schedule--ttl{
	display: block;
	background: #253957;
	color: #fff;
	margin-bottom: 0!important;
	padding: 25px 0;
	text-align: center!important;
}
.recruit__schedule{
	background: #fff;
    border: 1px solid #ddd;
	padding: 2em 3em;
	margin: 0;
	list-style: none;
}
.recruit__schedule--list{
	display: flex;
	margin: 0!important;
}
.recruit__schedule--list .time{
	width: 200px;
    font-size: 1.4em;
    font-weight: 500;
}
.recruit__schedule--list .txt{
	position: relative;
	width: calc( 100% - 200px );
	padding-bottom: 40px;
}
.recruit__schedule--list .txt::after{
	content: "";
    position: absolute;
    left: -77px;
    top: 7px;
    background: rgb(115, 138, 174);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    z-index: 0;
}
.recruit__schedule--list .txt::before{
	content: "";
	position: absolute;
    left: -70px;
    top: 7px;
	background: #253957;
    width: 1px;
	height: 100%;
    z-index: 0;
}
.recruit__schedule--list .txt h5{
	border: none!important;
	padding: 0!important;
	margin-bottom: 1em;
}
.recruit__schedule--list .txt p{ margin: 0!important; }

.recruit__joinus--sec{
	max-width: 100vw!important;
	margin: 0 calc(50% - 50vw)!important;
	padding: 80px 0;
}
.recruit__joinus h2{
	position: relative;
	font-size: 2.4em;
	margin: 0!important;
	text-align: center!important;
	color: #fff;
}
.recruit__joinus h2::before{
	content: "JOIN US!!";
	position: absolute;
	top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    color: #fff;
    opacity: 0.3;
    font-size: 3em;
    width: 100%;
    z-index: 5;
}
.recruit__joinus h3{
	margin: 60px 0 25px 0!important;
	text-align: center!important;
}
.recruit__joinus p{
	margin: 0 0 40px 0!important;
	text-align: center!important;
}
.h2__sub--ttl{
	position: relative;
	text-align: center!important;
	margin-bottom: 50px;
}
.h2__sub--ttl::before{
	content: "";
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	width: 100%;
	height: 1px;
	background: #253957;
}
.h2__sub--ttl span{
	position: relative;
    background: #fff;
    padding: 0 30px;
}
.recruit__interview{
	display: flex;
	flex-direction: column;
	gap: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.recruit__interview .recruit__interview--item:nth-child(1) .recruit__interview--img--area{
	border-left: 10px solid #0071C1;
}
.recruit__interview .recruit__interview--item:nth-child(2) .recruit__interview--img--area{
	border-left: 10px solid #06AD51;
}
.recruit__interview .recruit__interview--item:nth-child(3) .recruit__interview--img--area{
	border-left: 10px solid #0071C1;
}
.recruit__interview--item{
	/*width: calc((100% - 60px) / 3);*/
	display: flex;
	justify-content: space-between;
	align-items:stretch; 
	position: relative;
	border: 1px solid #ddd;
}
.recruit__interview--img--area{
	width: 40%;
}
.recruit__interview--img--area img{
	display: block;
	height: 100%;
	object-fit: cover;
}
.recruit__interview--ttl--area{
	width: 57%;
	padding: 40px 40px 80px 0;
}
.recruit__interview--name{
	display: flex;
    align-items: center;
    gap: 20px;
	margin-bottom: 40px;
}
.recruit__interview--name .name{
	font-size: 1.3em;
	font-weight: bold;
}
.recruit__interview--name .info{
	background: #f3f3f3;
	color: #738AAE;
	font-size: 1.1em;
	font-weight: 500;
	padding: 0 15px;
}
.recruit__interview--name span{ margin-left: 20px; }
.recruit__interview--name p{
	margin: 0!important;
}
.recruit__interview--ttl{ 
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 20px;
}
.modaal-container{
	max-width: 1300px!important;
}
.modal-box .iv_mainBox {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.modal-box .iv_mainBox .iv_box01, .modal-box .iv_mainBox .iv_box02 {
    width: 47.5%;
}
.modal__btn{
	position: absolute;
	bottom: 0;
	right: 0;
}
.modal__btn a{
	position: relative;
    display: block;
    background: #253957;
    border-radius: 6px 0 0 0;
    width: 220px;
    padding: 15px 20px;
    margin: 0 auto;
    color: #fff;
    font-weight: 700;
    transition: 0.4s;
	text-decoration: none!important;
}
.modal__btn a:hover{ 
	opacity: 0.8; 
	color: #fff!important;
	text-decoration: none!important;
}
.modal__btn a::after{
	content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: url(https://fujieda-road.jp/wp-content/uploads/2026/05/arrow_white.svg) no-repeat;
    background-size: cover;
    width: 10px;
    height: 16px;
    transition: 0.4s all;
}

/* モーダルウィンドウ */

.modal-box .wf_mainBox { display: flex; justify-content: space-between; align-items: center; width: 100%; }
.modal-box .wf_mainBox .wf_box01, .modal-box .wf_mainBox .wf_box02 { width: 47.5%; }
.modal-box .wf_mainBox .wf_box01 figure { margin: 0; }
.modal-box .wf_mainBox .wf_box01 figure img { width: 100%; }

.modal-box .wf_mainBox .wf_box02 {}
.modal-box .wf_mainBox .wf_box02 .wf_box02__heading {
	margin-top: 10px;
	font-size: 1.7rem;
	font-weight: bold;
	color: #ff6599;
}
.modal-box .wf_mainBox .wf_box02 .wf_box02__txt {
	margin-top: 20px;
	padding: 1.5em;
	border: 3px #ddd solid;
	background: #fff;
	border-radius: 20px;
}
.modaal-close{ top: 20px!important; right: 20px!important; }
.modaal-wrapper .modaal-close{ background: #253957!important; border: 1px solid #fff!important; }

.modaal-close:after, .modaal-close:before{ left: 22px!important; }

.modaal-close:focus:after, 
.modaal-close:focus:before,
.modaal-close:hover:after, .modaal-close:hover:before{
	background: #fff!important;
}

/*.modaal-container{ padding: 0; overflow-y: auto; }*/
.modaal-content-container{ padding: 50px!important; }

.pro__img{
	position: relative;
	margin: 0 0 40px 0!important;
}
.pro__img .img{
	margin: 0!important;
}
.pro__img .txt{
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	padding: 15px 25px 15px 0;
	background: #fff;
}
.pro__img .txt .name{
	font-size: 1.1em;
	font-weight: bold;
	color: #253957;
	margin: 0 15px 0 0!important;
}
.pro__img .txt .info{
	background: #f3f3f3;
    color: #738AAE;
    font-weight: 500;
    padding: 0 15px;
	margin: 0!important;
}
.iv_box01 .question__list dl:not(:last-of-type){
	margin-bottom: 35px!important;
}
.iv_box02 .question__list dl{
	margin-bottom: 35px!important;
}
.question__list dl{
	margin: 0!important;
}
.question__list dl dt{
	position: relative;
}
.question__list dl dt span{
	position: absolute;
	left: 0;
	font-size: 1.2em;
	color: #0071C1;
}
.question__list dl dt h3{
	padding-left: 35px;
	font-size: 1.3em;
	padding-bottom: 15px;
    border-bottom: solid 2px #ddd;
	color: #253957;
}
.question__list dl dd{
	position: relative;
}
.question__list dl dd span{
	position: absolute;
	top: 2px;
    left: 0;
    font-size: 1.2em;
    font-weight: bold;
    color: #06AD51;
}
.question__list dl dd p{
	padding-left: 35px;
	margin: 0!important;
	color: #253957;
}
.iv__img{
	display: flex;
	gap: 20px;
	margin-bottom: 30px;
}
.iv__img figure{
	margin: 0!important;
}
/********************************* 施工事例【一覧】 ********************************/

.page-id-325 .page-header,
.single-works .page-header{
	background: url(https://fujieda-road.jp/wp-content/uploads/2026/06/page-header_works.jpg) no-repeat;
	background-position: 50% 80%!important;
}
.page-id-325 .page-header-title::before,
.single-works .page-header-title::before{
	content: "WORKS";
	font-family: "Roboto Condensed", sans-serif;
    font-style: italic;
    font-weight: 600;
    letter-spacing: 0.06em;
	font-size: 5rem;
    line-height: 1.4;
	color: #fff;
}
/*.page-id-325 .page-header::after{
	content: "WORKS";
	position: absolute;
	right: 0;
	font-family: "Roboto Condensed", sans-serif;
    font-style: italic;
    font-weight: 600;
	font-size: 3rem;
	color: #fff;
}*/
.works__category--list{
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	gap:12px;
	margin-bottom:80px;
}
.works__category--link{
	display:flex;
	align-items:center;
	justify-content:center;
	min-width:140px;
	height:48px;
	padding:0 24px;
	border:1px solid #253957;
	border-radius: 6px;
	font-weight:500;
	text-decoration:none;
	color:#253957;
	transition:0.3s;
}
.works__category--link:hover{
	background:#253957;
	color:#fff;
}
.works__category--link.is-active{
	background:#253957;
	color:#fff;
}
.works__archive--list{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
	gap: 60px;
}
.works__archive--ttl{
	padding: 0!important;
	margin: 20px 0 0 0!important;
	border: none;
	font-size: 1.2em;
	color: #253957;
}
.works__archive--ttl::after{ display: none; }
.works__archive--cate{ margin: 0!important; }
.works__archive--content{ margin-top: 20px; }
.works__archive--img{
	aspect-ratio:4 / 3;
	border-radius: 3px;
	overflow:hidden;
}
.works__archive--img img{ 
	width: 100%;
	height: 100%;
	object-fit: cover;
	display:block;
	transition:0.5s;
}
.works__archive--link:hover .works__archive--img img{
	transform:scale(1.1);
}
.works__archive--cate{
	display: block;
	width: 140px;
	border-radius: 20px;
	padding: 2px 0;
	font-size: 0.9em;
	font-weight: 500;
	text-align: center;
	background: #EEEFF2;
	color: #253957;
}
.works__archive--pagination{
	display:flex;
	justify-content:center;
	margin-top:80px;
}

.works__archive--pagination .page-numbers{
	display:flex;
	align-items:center;
	justify-content:center;
	width:48px;
	height:48px;
	margin:0 6px;
	border:1px solid #253957;
	font-size:18px;
	font-weight:500;
	text-decoration:none;
	color:#253957;
	transition:0.3s;
}
.works__archive--pagination .page-numbers:hover{
	background:#253957;
	color:#fff;
}
.works__archive--pagination .page-numbers.current{
	background:#253957;
	color:#fff;
}
.works__archive--pagination .prev,
.works__archive--pagination .next{
	position:relative;
	font-size:0;
}

.works__archive--pagination .prev::before,
.works__archive--pagination .next::before{
	content:"";
	display:block;
	width:10px;
	height:10px;
	border-top:2px solid #253957;
	border-right:2px solid #253957;
}

.works__archive--pagination .prev::before{
	transform:rotate(-135deg);
	margin-left:4px;
}

.works__archive--pagination .next::before{
	transform:rotate(45deg);
	margin-right:4px;
}

.works__archive--pagination .prev:hover::before,
.works__archive--pagination .next:hover::before{
	border-color:#fff;
}
/* ===== メイン ===== */

.works__entry--slide {
	width: 100%;
	margin: 0 auto 40px auto;
	position: relative;
}

.works__entry--slide .swiper-slide {
	text-align: center;
	background: #EEEFF2;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px 10px 40px 10px;
}

.works__entry--slide .swiper-slide img {
	max-width: 100%;
	max-height: 420px;
	height: auto;
	width: auto;
	object-fit: contain;
	display: block;
}

/* fadeの重なり対策 */
.works__entry--slide .swiper-slide { pointer-events: none; }
.works__entry--slide .swiper-slide-active { pointer-events: auto; }

/* ナビボタン */

.works__entry--slide .swiper-button-next{ right: 40px; }
.works__entry--slide .swiper-button-prev{ left: 40px; }

.works__entry--slide .swiper-button-next:after,
.works__entry--slide .swiper-button-prev:after{
	border-radius: 50%;
	background: #253957;
	border: 1px solid #fff;
	font-size: 20px;
	padding: 15px 20px;
}

/* ===== サムネ ===== */

.works__entry--slide--thumb {
  	margin: 40px 0 60px 0;
}
.works__entry--slide--thumb .swiper-slide {
	cursor: pointer;
	opacity: .5;
	transition: .3s;
}
.thumbSwiper .swiper-slide-thumb-active {
  	opacity: 1;
}
.thumbSwiper .swiper-slide img {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	display: block;
	border: 3px solid transparent;
	box-sizing: border-box;
	transition: .3s;
}

.thumbSwiper .swiper-slide-thumb-active img {
	border: 3px solid #253957;
}
.works__entry--ttl{
	padding: 30px 0;
    margin-bottom: 50px;
    border-top: none;
    border-bottom: 1px dashed #ddd;
}
.works__entry--cat{
	display: block;
    width: 150px;
	border-radius: 15px;
    padding: 2px 0;
    font-weight: 500;
    text-align: center;
    background: #EEEFF2;
    color: #253957;
}
.works__entry--basic{ 
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	margin: 50px 0;
}
.works__entry--basic dl{
	display: flex;
	border-bottom: 1px solid #ddd;
	margin: 0!important;
}
.works__entry--basic dl dt{
	width: 200px;
	color: #253957;
	background: #E9FFF3;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0;
	padding: 20px 0;
}
.works__entry--basic dl dd{
	width: calc( 100% - 200px );
	padding: 20px 0 20px 20px;
}

/********************************* お知らせ【一覧】 ********************************/

.news-filter{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-bottom: 80px;
}
.news-filter a{
	display: flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
    height: 48px;
    padding: 0 24px;
    border: 1px solid #253957;
    border-radius: 6px;
    font-weight: 500;
    text-decoration: none;
    color: #253957;
    transition: 0.3s;
}
.news-filter a:hover{
	color: #fff;
	background: #253957;
}
.news-filter .is-active{
	background: #253957;
	color: #fff;
}

@media only screen and (max-width: 640px) {
	
	.news-filter{
		justify-content: flex-start;
		margin-bottom: 25px;
	}
    .news-filter a{
        min-width: 80px;
        height: 35px;
        padding: 0 10px;
        font-size: 0.9em;
    }
	
}
.post-type-archive-news .page-header,
.single-news .page-header,
.tax-news__category .page-header{
	background-image: none;
	height: 280px!important;
}
.post-type-archive-news .page-header::before,
.single-news .page-header::before,
.tax-news__category .page-header::before{
	display: none!important;
}
.post-type-archive-news .page-header-title,
.single-news .page-header-title,
.tax-news__category .page-header-title{
	color: #253957;
}
.post-type-archive-news .page-header-title::before,
.single-news .page-header-title::before,
.tax-news__category .page-header-title::before{
	content: "NEWS";
	font-family: "Roboto Condensed", sans-serif;
    font-style: italic;
    font-weight: 600;
    letter-spacing: 0.06em;
	font-size: 5rem;
    line-height: 1.4;
	color: #738AAE;
}
/*.post-type-archive-news .page-header,
.single-news .page-header,
.tax-news__category .page-header{ 
	background: url(http://192.168.0.148/kawaneroke.jp/wp-content/uploads/2026/01/news_page-header.jpg) no-repeat;
}
.post-type-archive-news .page-header-title,
.single-news .page-header-title,
.tax-news__category .page-header-title{ 
	position: relative;
	display: inline-block;
	color: #fff; 
	padding: 90px 0 0 40px;
}
.post-type-archive-news .page-header-title::before,
.single-news .page-header-title::before,
.tax-news__category .page-header-title::before{
	content: "";
    position: absolute;
	top: 0;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	background: url(http://192.168.0.148/kawaneroke.jp/wp-content/uploads/2026/01/news_ttl-en.png) no-repeat;
	background-size: cover;
	width: 225px;
	height: 90px;
}
.post-type-archive-news .page-header-title::after,
.single-news .page-header-title::after,
.tax-news__category .page-header-title::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: -15px;
	background: url(http://192.168.0.148/kawaneroke.jp/wp-content/uploads/2026/01/news_icon_white.svg) no-repeat;
	background-size: cover;
	width: 40px;
	height: 32px;
}*/
.post-type-archive-news .type,
.single-news .type,.tax-news__category .type{ display: none; }
.post-type-archive-news .site-body{ padding-top: 3.5rem; }
.news__item--list::before{
	content: "";
	position: absolute;
	top: 50%;
    right: 16px;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: url(http://192.168.0.148/fujieda-road.jp/wp-content/uploads/2026/05/arrow.svg) no-repeat;
    background-size: cover;
    width: 10px;
    height: 16px;
    transition: 0.4s all;
}.news__item--list:hover::before{ right: 20px; }
.news__data{
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ddd;
    padding: 30px 20px 30px 0;
}
.news__info{ display: flex; align-items: center; }
.news__info time{ line-height: 1; color: #8396B2; }
.news__info .important{ background: #FF5330; color: #fff!important; }
.news__cate{
	display: flex;
    align-items: center;
	justify-content: center;
    margin: 0 20px;
    background: #EEEFF2;
    border-radius: 20px;
    padding: 3px 10px;
    font-size: 0.9em;
	font-weight: 500;
	width: 130px;
	color: #253957!important;
}
.news__ttl{ font-weight: 500; color: #253957; }

.next-prev{ display: none!important; }
.entry-meta-data-list{ display: none!important; }
.news__entry--title{ 
	padding: 30px 0;
	margin-bottom: 50px;
	border-top: none;
	border-bottom: 1px solid #888888;
}
.news__entry--data{ display: flex; align-items: center; }
.news__entry--data time{ color: #8396B2; margin-right: 20px; }
.news__category-important .news__entry--cate a{
	background: #FF5330;
    color: #fff !important;
}
.news__entry--cate a{
	display: block;
	background: #EEEFF2;
	color: #253957!important; 
	width: 160px;
	border-radius: 20px;
    padding: 3px 15px;
	text-align: center;
}
.news__btn{
	display: flex;
	justify-content: center;
	margin-top: 80px;
}

/*************************************** 404ページ **************************************/

.error404 .page-header{
	background-image: none;
	height: 280px!important;
}
.error404 .page-header::before{
	display: none!important;
}
.error404 .page-header-title{
	color: #253957;
}
.error404 .page-header-title::before{
	content: "NOT FOUND";
	font-family: "Roboto Condensed", sans-serif;
    font-style: italic;
    font-weight: 600;
    letter-spacing: 0.06em;
	font-size: 5rem;
    line-height: 1.4;
	color: #738AAE;
}

/*************************************** お問い合わせフォーム **************************************/

.page-id-213 .page-header,
.page-id-243 .page-header,
.page-id-238 .page-header{
	background-image: none;
	height: 280px!important;
}
.page-id-213 .page-header::before,
.page-id-243 .page-header::before,
.page-id-238 .page-header::before{
	display: none!important;
}
.page-id-213 .page-header-title,
.page-id-243 .page-header-title,
.page-id-238 .page-header-title{
	color: #253957;
}
.page-id-213 .page-header-title::before,
.page-id-243 .page-header-title::before,
.page-id-238 .page-header-title::before{
	content: "CONTACT";
	font-family: "Roboto Condensed", sans-serif;
    font-style: italic;
    font-weight: 600;
    letter-spacing: 0.06em;
	font-size: 5rem;
    line-height: 1.4;
	color: #738AAE;
}
.contact__box{ 
	display: flex;
	margin-bottom: 45px!important;
}
.contact__box:nth-child(4){ margin-bottom: 70px!important; }
.contact__box:last-of-type{ margin-bottom: 0!important; }
.contact__box label{ 
	display: flex; 
	align-items: flex-start;
	width: 320px;
}
.contact__box--file--item{ display: flex; flex-direction: column;  }
.contact__box--file--item span:nth-child(1){ margin-bottom: 20px; }
.contact__box--file--item span:nth-child(2){ color: #656565; }
.contact__box--file{ display: flex; margin-bottom: 70px; }
.contact__box--file label{ width: 320px; font-weight: bold; }
.contact__box--check{ text-align: center; margin: 60px 0; }
.contact__box--check a{ text-decoration: underline; }
.contact__box--check a:hover{ color: #1d68b3; }
.wpcf7-form input{
	font-family: "Noto Sans JP",sans-serif!important;
    font-weight: 300!important;
	font-size: 16px;
	line-height: 1.4!important;
	margin: 0!important;
}
.submit-button .wpcf7-form-control{
	background: #253957!important;
}
.wpcf7-form textarea{
	font-family: "Noto Sans JP",sans-serif!important;
    font-weight: 300!important;
	font-size: 16px;
	line-height: 1.8!important;
}
.wpcf7-submit{
	border: none!important;
	background: #333!important;
}
.contact__box strong{ display: block;}
.contact__box .hissu{ 
	display: flex;
	align-items: center;
	background: #FF0000;
	border-radius: 3px;
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
	margin-right: 15px;
	padding: 2px 20px;
}
.contact__box br{ display: none!important; }

.contact-box-add input{ margin-bottom: 20px!important; }

.contact__box .wpcf7-list-item{ margin: 0!important; }
.contact__box .wpcf7-form-control-wrap{ width: calc( 100% - 320px  ); }
/*.contact__box .wpcf7-form-control .last{ margin-left: 15px!important; }
.contact__box .wpcf7-form-control .first{ margin-right: 15px!important; }*/
.wpcf7-submit,.wpcf7-previous{ background: #253957!important; }
.contact__box .wpcf7-list-item-label a{ text-decoration-style: solid; text-decoration-color: #EA0437; font-weight: bold; transition: 0.3s; }

.contact__box .wpcf7-radio .wpcf7-list-item label{
	align-items: center!important;
	gap: 5px;
	margin-bottom: 15px;
	margin-right: 15px;
	width: auto;
}
.contact__box .wpcf7-radio .wpcf7-list-item label span{
	line-height: 1;
}
input[type="radio"] {
  transform: scale(1.2);
  margin-right: 6px;
}
.input_inner{ display: flex; justify-content: center; margin-top: 80px; gap: 20px; }
.input_inner p{ margin: 0!important; }
.wpcf7-previous{
	border: none;
    background-color: #333;
    color: #fff;
    padding: .5em 2em;
	margin-right: 15px;
    border-radius: 5px;
	cursor: pointer;
}
.wpcf7-previous:hover{
	background: #333;
}

.submit-button{ text-align: center; }

.postal{ display: flex; }
.postal span{ margin-left: 10px; color: #444; }

/*************************************** 個人情報保護方針 **************************************/

.page-id-215 .page-header{
	background-image: none;
	height: 280px!important;
}
.page-id-215 .page-header::before{
	display: none!important;
}
.page-id-215 .page-header-title{
	color: #253957;
}
.page-id-215 .page-header-title::before{
	content: "PRIVACY POLICY";
	font-family: "Roboto Condensed", sans-serif;
    font-style: italic;
    font-weight: 600;
    letter-spacing: 0.06em;
	font-size: 5rem;
    line-height: 1.4;
	color: #738AAE;
}

/*************************************** メインビジュアル(SWIPER) **************************************/

.ltg-slide-inner {
	width: 100vw!important;
	height: calc( 100vh - 90px )!important;
}
.swiper-slide {
	position: relative;
	color: #111;
	width: 100%;
	height: 100%;
	align-items: start;
	justify-content: flex-start;
}
.slide-ttl-content{
	position: absolute;
	top: 50%;
    left: 5%;
    display: flex;
    flex-direction: column;
	z-index: 40;
}
.slide-text{
	display: block;
	color: #fff;
	margin: 25px 0 0 0;
	text-shadow: 0px 1px 4px #000;
	letter-spacing: 4px;
	font-size: 28px;
	line-height: 1.4;
}
.ltg-slide-text-set{
	top: auto;
	bottom: 35%;
	left: 10%;
	transform: translateY(0%) translateX(0%)!important;
}
.ltg-slide-text-set .container{
	display: flex!important;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
}

.item-1 .ltg-slide-text-set,
.item-2 .ltg-slide-text-set{
	bottom: 40%!important;
}
.item-1 .ltg-slide-text-title{ 
	display: inline-block;
	font-family: "Roboto Condensed", sans-serif;
    font-style: italic;
	font-size: 5em;
	line-height: 1.2;
    letter-spacing: 0.06em;
	opacity: 0;
  	transform: translateY(30px);
	animation: fadeUp 1.2s ease-out forwards;
}
.item-2 .ltg-slide-text-title{ 
	display: inline-block;
	font-family: "Roboto Condensed", sans-serif;
    font-style: italic;
	font-size: 5em;
	line-height: 1.2;
    letter-spacing: 0.06em;
}
.item-3 .ltg-slide-text-title{ 
	display: inline-block;
	font-family: "Roboto Condensed", sans-serif;
    font-style: italic;
	font-size: 5em;
	line-height: 1.2;
    letter-spacing: 0.06em;
	opacity: 0;
  	transform: translateY(30px);
	animation: fadeUp 1.2s ease-out forwards;
}
.item-4 .ltg-slide-text-title{ 
	display: inline-block;
	font-family: "Roboto Condensed", sans-serif;
    font-style: italic;
	font-size: 5em;
	line-height: 1.2;
    letter-spacing: 0.06em;
}
.item-5 .ltg-slide-text-title{ 
	display: inline-block;
	font-family: "Roboto Condensed", sans-serif;
    font-style: italic;
	font-size: 5em;
	line-height: 1.2;
    letter-spacing: 0.06em;
	opacity: 0;
  	transform: translateY(30px);
	animation: fadeUp 1.4s ease-out forwards;
}
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.ltg-slide-text-caption{ 
	display: inline-block;
	line-height: 1.6;
	letter-spacing: 0.06em;
	font-size: 2.5em;
	font-weight: bold;
	padding-left: 5px;
	margin-top: 5px!important;
	opacity: 0;
  	transform: translateY(30px);
	animation: fadeUp2 1.2s ease-out forwards;
}
@keyframes fadeUp2 {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.mini-content-container-1,
.mini-content-container-2,
.mini-content-container-3,
.mini-content-container-4{ 
	display: inline-block !important;
    max-width: 100% !important;
    width: 100%; 
}

.swiper-slide{ font-size: 16px!important; }
.swiper-pagination-bullet {
	display: flex;
	flex-direction: column;
	width: 12px !important;
	height: 12px !important;
	margin: 0 0 0 10px !important;
	background: #fff!important;
	opacity: 0.6!important;
}
.swiper-pagination-bullet-active{
	background: #06AD51!important;
}
.swiper-pagination-bullet:first-child {
	margin: 0 !important;
}

.swiper.margin { margin: 100px 0; }
.swiper.margin-up { margin-top: -100px; }

.ltg-slide picture img { width: 100%; height: 100vh!important; object-fit: cover; }
.ltg-slide picture{ overflow: hidden; }

.ltg-slide .ltg-slide-button-prev, .ltg-slide .ltg-slide-button-next{ display:none; }

@keyframes zoom-in {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}

.swiper-slide-active picture img,
.swiper-slide-duplicate-active picture img,
.swiper-slide-prev picture img {
  animation: zoom-in 10s linear 0s 1 normal both;
}

.lightning_swiper .swiper-pagination{
	display: inline-block!important;
    width: auto!important;
    transform: rotate(90deg)!important;
	bottom: 170px !important;
	margin-left: -19px;
}

.grecaptcha-badge {
    visibility: hidden;
}
.recaptcha-notice{
	font-size: 12px;
	margin: 1em 0 0 0 !important;
	color: #738AAE;
}
.recaptcha-notice a{
	color: #253957!important;
	font-weight: 500;
	transition: 0.3s;
}
.recaptcha-notice a:hover{
	color: #253957!important;
	font-weight: bold;
}

/********************************** レスポンシブCSS **********************************/

@media only screen and (max-width: 1366px){
	

}

@media only screen and (max-width: 1024px){ 
	
	/******************** ヘッター ********************/
	
	.global-nav{ display: none!important; }
	.overlay .link-area .link-flex-box nav ul li a .ja{ font-size: 1.4em; }
	
	/******************** フッター ********************/
	
	.contact__info--tel{
		margin: 0 40px;
	}
	
	/******************** トップ ********************/
	
	.item-1 .ltg-slide-text-title,
	.item-2 .ltg-slide-text-title{
		font-size: 3em;
	}
	.item-3 .ltg-slide-text-title,
	.item-4 .ltg-slide-text-title,
	.item-5 .ltg-slide-text-title{
		font-size: 3em;
	}
	
	.home .type a{ top: 30vh; }
	.home .type a::before,.home .type a::after{
		height: 20px;
	}
	.home .top__important--news--inner{
		top: calc( 100vh - 110px );
	}
	.home .top__important--news--title{ font-size: 0.9em; }
	.home .top__important--news--list .tit,
	.home .top__important--news--list .data .info time{ font-size: 0.9em; }

	.ltg-slide-text-caption{ font-size: 1.5em; }
	
	.top__news--sns{
		margin-top: 30px;
		flex-direction: column;
		align-items: flex-start;
	}
	.top__news--sns--list{ margin: 10px 0 0 0; }
	.top__news--list--area{ margin-top: -27px; }
	.top__news--list{ margin-top: 40px; padding: 20px 20px 20px 0; }
	.top__company--txt--area h3 {
		font-size: 1.4em;
		margin: 35px 0 30px 0 !important;
	}
	.top__company--txt{ 
		margin-bottom: 40px !important;
	}
	.top__service--txt{ 
		width: calc(100% - 180px);
	}
	.service01 a::before,
	.service02 a::before,
	.service03 a::before{
		font-size: 5rem;
	}
	.top__service--link--txt h3{ 
		font-size: 1.3em; 
		margin: 15px 0!important;
	}
	.top__service--link--txt p{
		font-size: 0.9em;
	}
	.top__works--list{
		gap: 40px;
		margin: 60px 0 40px 0;
	}
	.top__works--ttl{
		font-size: 1em;
	}
	.comm__recruit--cover {
		padding: 60px 0;
	}
	.comm__recruit--content {
    	margin-top: 40px !important;
	}
	.comm__recruit--content h3::before{
		font-size: 3em;
	}
	.comm__recruit--content p {
		margin: 40px 0 35px 0 !important;
	}
	
	/******************** 施工事例 ********************/
	
	.works__archive--list{
		gap: 30px;
	}
	.works__archive--ttl{
		font-size: 1em;
	}
	.works__category--list{
		margin-bottom: 40px;
	}
	
	/******************** 共通 ********************/
	
	.top__comm--left-ttl{ width: 180px; }
	.top__comm--left-ttl h2,.top__comm--center-ttl h2{ font-size: 2em; }
	.top__comm--left-ttl p,.top__comm--center-ttl p{ font-size: 1.2em; }
	
	.comm__btn,.comm__btn--white{ width: 200px; }

	
}

@media only screen and (max-width: 920px){
	
	/******************** ヘッター ********************/
	
	.site-header-logo{
		padding: 25px 0px 10px 30px!important;
	}
	.site-header-logo img{
		max-height: 45px!important;
		margin-left: 0!important;
		margin-right: 0!important;
	} 
	.recruit--btn{ display: none; }
	.contact--btn{ display: none; }
	
	.overlay .link-area{
		justify-content: flex-start;
		padding-top: 145px;
	}
	
	.link-info-logo figure{ width: 260px; }
	
	.contact__info--content{ 
		flex-wrap: wrap;
		width: 100%;
		max-width: 100%;
		margin: 0 !important;
	}
	.contact__info--ttl{ 
		width: 100%;
		text-align: center;
	}
	.contact__info--ttl h2{ text-align: center!important; }
	.contact__info--ttl p{ margin-bottom: 40px!important; }
	.contact__info--tel{
		margin: 0;
		width: 50%;
		border-right: 1px dashed #738AAE;
		text-align: center!important;
	}
	.contact__info--tel--txt,.contact__info--mail--txt{
		display: inline-block;
		margin: 0 auto!important;
	}
	.contact__info--tel figure{
		width: 280px;
        margin: 15px auto;
	}
	.contact__info--mail{ 
		width: 50%; 
		text-align: center!important;
	}
	.contact__info--btn{
		margin: 20px auto!important;
	}
	.widget_nav_menu>div>ul{
		gap: 15px 40px;
		flex-wrap: wrap;
	}
	.contact__info--sec .wp-block-cover__inner-container{
		padding: 40px 0 30px 0!important;
	}
	.site-body-bottom::before{ bottom: 100px; }
	
	.page--top__btn--inner{ display: none; }
	
	/******************** 共通 ********************/
	
	.page-header{ height: 260px!important; }
	.page-header-title{ font-size: 1.4rem!important; }
	.page-header-title::before{ font-size: 4.5rem!important; }
	
	.news__data{ 
		align-items: flex-start;
		flex-direction: column;
		padding: 20px 15px 20px 0;
	}
	.news__info{ margin-bottom: 15px; }
	
	/******************** 会社案内  ********************/
	
	.company__map{
		flex-direction: column;
	}
	.company__map--img{
		width: 100%;
	}
	.company__map--txt{
		width: 100%;
		margin-top: 40px;
	}
	
	/******************** 採用情報  ********************/
	
	.recruit__interview--item{
		flex-direction: column;
	}
	.recruit__interview--img--area{
		width: 100%;
	}
	.recruit__interview .recruit__interview--item:nth-child(1) .recruit__interview--img--area,
	.recruit__interview .recruit__interview--item:nth-child(3) .recruit__interview--img--area {
		border-top: 10px solid #0071C1;
		border-left: none;
	}
	.recruit__interview .recruit__interview--item:nth-child(2) .recruit__interview--img--area {
		border-top: 10px solid #06AD51;
		border-left: none;
	}
	.recruit__interview--ttl--area{
		width: 100%;
		padding: 25px 25px 70px 25px;
	}
	.recruit__interview--name{
		margin-bottom: 25px;
	}
	.recruit__atmosphere{
		flex-direction: column;
		align-items: flex-start;
	}
	.recruit__atmosphere--img{
		width: 100%;
		margin-bottom: 40px;
	}
	.recruit__atmosphere--img img{
		aspect-ratio: 3 / 1.5;
		object-fit: cover;
	}
	.recruit__atmosphere--txt{
		width: 100%;
	}
	.modal-box .iv_mainBox{
		flex-direction: column;
	}
	.modal-box .iv_mainBox .iv_box01,
	.modal-box .iv_mainBox .iv_box02{
		width: 100%;
	}
	.iv__img{
		margin: 40px 0;
	}
	
}

@media only screen and (max-width: 820px){
	
	/******************** トップ ********************/
	
	.ltg-slide-inner {
		width: 100vw!important;
		height: 600px!important;
	}
	.home .top__important--news--inner{
		top: 625px;
		width: 100%;
	}
	.home .top__important--news--title{
		border-radius: 0;
	}
	.item-3 .ltg-slide-text-title{
		font-size: 4em;
	}
	.ltg-slide-text-set{ bottom: 40%; }
	
	.top__service--btn{ 
		width: 100%;
		bottom: -100px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
	.top__service--btn .comm__btn{ margin: 0 auto; }
	.top__service--txt{
		padding-right: 0;
	}
	.top__works--sec {
		margin-top: 190px;
	}
	
	
	
	/******************** お問い合わせ ********************/
	
	.contact__box label,.contact__box--file label{ width: 240px; }
	.contact__box .wpcf7-form-control-wrap,.contact__box--file--item{ width: calc( 100% - 240px  ); }
	
	
	/******************** 個人情報保護方針 ********************/
	
	.page-id-155 .page-header-title::before{ width: 400px; height: 60px; }

}

@media only screen and (max-width: 768px){
	
	.top__works{
		margin-left: 0!important;
		margin-right: 0!important;
	}
	.top__works .swiper-button-prev, .top__works .swiper-button-next{
		width: 35px;
		height: 35px;
	}
	.top__works .swiper-button-prev, .top__works .swiper-rtl .swiper-button-next{
		left: 2%!important;
	}
	.top__works .swiper-button-next,.top__works .swiper-rtl .swiper-button-prev{
		right: 2%!important;
	}
	.top__works .swiper-button-next:after, .top__works .swiper-button-prev:after {
		font-size: 15px !important;
	}  
	
	
	.vk_slider .swiper-button-prev, .vk_slider .swiper-button-next{
		width: 35px;
		height: 35px;
	}
	.vk_slider .swiper-button-prev, .vk_slider .swiper-rtl .swiper-button-next{
		left: 2%!important;
	}
	.vk_slider .swiper-button-next,.vk_slider .swiper-rtl .swiper-button-prev{
		right: 2%!important;
	}
	.vk_slider .swiper-button-next:after, .vk_slider .swiper-button-prev:after {
		font-size: 15px !important;
	}   
	.vk_slider .swiper-button-next, 
	.vk_slider .swiper-button-prev, 
	.vk_post_list_slider .swiper-button-next, 
	.vk_post_list_slider .swiper-button-prev{
		width: 35px!important;
		height: 35px!important;
	}
	.vk_slider .swiper-pagination{
		margin-top: 15px!important;
	}
}
@media only screen and (max-width: 640px){
	
	/******************** ヘッダー ********************/
	
	.button__container{ width: 60px; height: 60px; }
	.button__container p::before{ font-size: 11px; bottom: 8px; }
	.button__container.active p::before{ font-size: 11px; }
	.button__container span:nth-of-type(1){ top: 10px; }
	.button__container span:nth-of-type(2){ top: 20px; }
	.button__container span:nth-of-type(3){ top: 30px; }
	
	.overlay .link-area{
		padding-top: 80px;
        padding-bottom: 60px;
        height: auto;
	}
	.overlay .link-area .link-flex-box nav ul{ gap: 20px; }
	.overlay .link-area .link-flex-box nav ul li{ 
		width: calc((100% - 20px) / 2);
		padding-bottom: 15px; 
	}
	
	.link-info{
		margin-top: 50px;
		align-items: flex-start;
		flex-direction: column;
	}
	.link-info-logo figure{ 
		width: 240px;
		margin-bottom: 10px;
	}
	.link-info-sns{
		align-items: flex-start;
    	flex-direction: column;
		margin-top: 25px;
	}
	.link-info-sns-list{ gap: 15px; margin: 15px 0 0 0; }
	.link-info-sns-list a{ width: 35px; }
	
	.site-header-container{ height: 60px; }
	.site-header-logo {
        padding: 15px 0px 10px 15px !important;
    }
	.site-header-logo img{ max-height: 35px!important; }
	
	/******************** フッター ********************/
	
	.widget_nav_menu>div>ul {
		gap: 10px 15px;
	}
	.widget_nav_menu>div>ul li a{ font-size: 13px; }
	
	.site-footer #block-21{
		margin-bottom: 0!important;
	}
	.site-footer-content {
		padding: 10px 0 0 0 !important;
	}
	.site-footer-copyright p{
		font-size: 11px;
		text-align: center!important;
		margin: 25px 0 0 0 !important;
    	padding: 0 0 25px 0;
	}
	.footer__contents{
		flex-direction: column;
	}
	.footer__logo {
		width: 240px;
		margin: 0 auto;
	}
	.footer__info--add {
		text-align: center;
		font-size: 14px;
		margin: 20px auto;
	}
	.footer__info--sns{
		justify-content: center;
		padding-right: 11%;
	}
	.footer__info--sns p{
		font-size: 14px;
	}
	.footer__info-sns--list{
		gap: 10px;
		margin-left: 15px;
	}
	.footer__info-sns--list a{
		width: 35px;
	}
	
	/******************** トップ ********************/
	
	.ltg-slide-inner{
		height: calc( 100vh - 60px )!important;
	}
	.ltg-slide-text-set{ left: 4%; }
	
	.item-1 .ltg-slide-text-title,
	.item-2 .ltg-slide-text-title{
		font-size: 3rem;
	}
	.item-3 .ltg-slide-text-title,
	.item-4 .ltg-slide-text-title{
		font-size: 2rem;
	}
	.item-1 picture img{
		object-position: 30% 20%;
	}
	.item-4 picture img{
		object-position: 80%;
	}
	.ltg-slide-text-caption{
		font-size: 1em;
		margin-top: 10px;
	}
	.lightning_swiper .swiper-pagination {
		display: none!important;
		/*display: inline-block !important;
		width: 100% !important;
		transform: rotate(0deg) !important;
		bottom: 60px !important;*/
	}
	.home .type a{ 
		display: none;
		left: 5px; 
		font-size: 8px; 
	}
	.top__news--sns{
		margin: 20px 0 40px 0;
		flex-direction: row;
		align-items: center;
	}
	.top__news--sns--list{ margin: 0 0 0 15px; }
	.top__news--list::before{
		width: 8px;
		height: 13px;
	}
	.top__news--sns--list a{ width: 35px; }
	.top__news--list .data{
		align-items: flex-start;
		flex-direction: column;
	}
	.top__news--list .data .info{
		margin-bottom: 15px;
	}
	.top__news--sns p{ font-size: 14px; }
	.top__news--list .data .info .category{
		font-size: 0.8em;
		width: 100px;
		margin: 0 0 0 10px;
	}
	.home .top__important--news--inner{
		border-radius: 0;
		border-bottom: 1px solid #ddd;
	}
	.home .top__important--news--inner::after{
		right: 10px;
		width: 22px;
		height: 22px;
	}
	.home .top__important--news--inner::before{
		right: 15px;
		width: 8px;
		height: 13px;
	}
	.home .top__important--news--title{ 
		justify-content: center;
		padding: 0;
		width: 125px;
	}
	.home .top__important--news--list {
		width: calc(100% - 125px);
	}
	.home .top__important--news--list .data {
		padding: 10px 40px 10px 20px;
	}
	.top__news--sec{
		flex-direction: column;
	}
	.top__news--list--area{
		width: 100%;
	}
	.top__company--sec{
		flex-direction: column;
		margin: 0!important;
	}
	.top__company--img--area {
		width: auto;
		margin-left: calc(50% - 50vw) !important;
	}
	.top__works--cate{
		width: 120px;
        font-size: 0.9em !important;
	}
	.cursor-inner{ display: none; }
	.top__news--btn{
		justify-content: center;
		margin-top: 40px;
	}
	.top__company--txt--area{
		width: 100%;
		margin-top: 40px;
	}
	.top__company--btn{
		display: flex;
		justify-content: center; 
	}
	.top__service--sec::before{ top: -50px; }
	.top__service--ttl{
		flex-direction: column;
		margin-bottom: 35px;
	}
	.top__service--txt{
		width: 100%;
		padding-left: 0;
		margin-top: 25px!important;
		border: none;
	}
	.top__service--link--list{
		flex-wrap: wrap;
		gap: 20px;
	}
	.top__service--link{ width: 100%; }
	.top__service--link--img {
		aspect-ratio: 3.5 / 2;
	}
	.top__service--btn{ bottom: -100px; }
	
	.top__works{
		margin-top: 40px;
		margin-bottom: 30px;
	}
	
	/******************** お知らせ ********************/
	
	.post-type-archive-news .page-header,
	.single-news .page-header,
	.tax-news__category .page-header{
		height: 120px!important;
	}
	.post-type-archive-news .site-body,
	.single-news .site-body,
	.tax-news__category .site-body{
		padding-top: 1rem;
	}
	.news__cate{
		font-size: 0.8em;
        width: 100px;
        margin: 0 0 0 10px;
	}
	.news__item--list::before{
		width: 8px;
        height: 13px;
	}
	.news__entry--title{
		font-size: 1.4em;
		padding: 20px 0;
		margin-bottom: 25px;
	}
	.news__entry--cate a{
		font-size: 0.8em;
        width: 120px;
	}
	
	/******************** 会社案内  ********************/
	
	.page-id-34 .site-body{
		padding-top: 0!important;
	}
	.company__bg--img{
		height: 240px;
	}
	.history__list--dl dt{
		width: 100px;
		padding: 20px 0;
	}
	.history__list--dl dd{
		width: calc( 100% - 100px );
		padding: 20px;
	}
	.company__link--list{
		margin-top: 45px;
		gap: 25px 20px;
	}
	.company__link{
		width: 100%;
	}
	.company__link h5{
		padding-left: 20px;
		margin-bottom: 10px !important;
	}
	.company__link h5::before{
		width: 10px;
		height: 10px;
		top: 55%;
	}
	.company__link p{
		margin-bottom: 10px!important;
	}
	.company__link .inner span{
		font-size: 0.9em;
	}
	.map iframe{
		aspect-ratio: 6 / 4;
	}
	.access__btn{
		width: 230px;
	}
	.company__link h5{
		font-size: 1.3em;
	}
	
	/******************** 事業内容  ********************/
	
	.service__list--item{
		flex-direction: column-reverse;
	}
	.service__list--item{
		margin: 0 0 45px 0 !important;
		padding-bottom: 20px;
	}
	.service__list--img{
		width: 100%;
		margin-bottom: 20px;
	}
	.service__list--img img{
		aspect-ratio: 4 / 2;
		object-fit: cover;
	}
	.service__list--txt{
		width: 100%;
	}
	.service__list--txt h3{
		font-size: 1.4em;
	}
	.service__list--txt h4{
		font-size: 1.2em;
	}
	#service01 .service__list--img::before,
	#service02 .service__list--img::before,
	#service03 .service__list--img::before{
		top: -3px;
		right: 5px;
		font-size: 4.5rem;
	}
	.service__machine01,.service__machine02{
		flex-direction: column;
		margin-bottom: 30px; 
	}
	.service__machine01--ttl,.service__machine02--ttl{
		width: 100%;
		padding: 15px 0;
	}
	.service__machine01--list,.service__machine02--list{
		width: 100%;
		padding: 20px;
	}
	.service__machine--img--sec{
		flex-wrap: wrap;
		gap: 20px;
	}
	.service__machine--img--list{
		width: 100%;
	}
	.service__machine--txt h4 {
		font-size: 1.2em;
		margin: 15px 0 !important;
	}
	.service__machine--txt p{
		margin: 0!important;
	}
	
	/******************** 施工事例 ********************/
	
	.works__archive--list { 
		grid-template-columns: repeat(1, 1fr);
		gap: 30px;
	}
	.works__archive--cate{
		width: 110px;
	}
	.works__archive--ttl{
		margin: 15px 0 0 0!important;
	}
	.works__category--list{ 
		justify-content: flex-start;
		margin-bottom: 25px;
	}
	.works__category--link{
		min-width: 80px;
        height: 35px;
        padding: 0 10px;
        font-size: 0.9em;
	}
	.works__archive--pagination{
		margin-top: 45px;
		font-size: 14px;
	}
	.works__archive--pagination .page-numbers{
		width: 40px;
		height: 40px;
	}
	.page-id-325 .site-body{
		padding: 3rem 0;
	}
	.works__entry--slide{
		margin-bottom: 20px;
	}
	.works__entry--slide--thumb {
		margin: 20px 0 40px 0;
	}
	.works__entry--slide .swiper-button-next:after, .works__entry--slide .swiper-button-prev:after{
		padding: 10px 13px;
        font-size: 12px
	}
	.works__entry--slide .swiper-button-next{
		right: 6px;
	}
	.works__entry--slide .swiper-button-prev{
		left: 6px;
	}
	.works__entry--ttl{
		font-size: 1.4em;
		padding: 20px 0;
		margin: 0;
	}
	.works__entry--cat{
		font-size: 0.9em;
		width: 125px;
	} 
	.works__entry--basic{
		margin: 30px 0 40px 0;
	}
	.works__entry--basic dl dt{
		width: 100px;
		padding: 20px 0;
	}
	.works__entry--basic dl dd{
		width: calc( 100% - 100px );
		padding: 20px;
	}
	
	/******************** 採用情報  ********************/
	
	.recruit__read{
		flex-direction: column;
	}
	.recruit__read--img,.recruit__read--txt{
		width: 100%;
	}
	.recruit__read--txt h2{
		font-size: 1.4em;
		margin: 20px 0!important;
	}
	.recruit__read--txt h3{
		font-size: 1.2em;
		margin-bottom: 20px!important;
	}
	.recruit__read--txt p{
		margin: 0!important;
	}
	.recruit__works{
		flex-wrap: wrap;
		gap: 30px;
	}
	.recruit__works--list{
		width: 100%;
	}
	.recruit__schedule--ttl{
		font-size: 1.4em;
		padding: 15px 0;
	}
	.recruit__schedule{
		padding: 1.5em;
	}
	.recruit__schedule--list .time{
		width: 90px;
		font-size: 1.2em;
	}
	.recruit__schedule--list .txt{
		width: calc( 100% - 90px );
	}
	.recruit__schedule--list .txt::before{
		left: -25px;
	}
	.recruit__schedule--list .txt::after{
		width: 11px;
		height: 11px;
		left: -30px;
    	top: 5px;
	}
	.recruit__schedule--list .txt h5{
		margin-bottom: 0.5em;
	}
	.recruit__atmosphere{
		flex-direction: column;
		padding: 0;
	}
	.recruit__atmosphere--img{
		width: 100%;
		margin-bottom: 0!important;
	}
	.recruit__atmosphere--txt{
		width: 100%;
		padding: 1.5em;
	}
	.recruit__atmosphere--txt h3{
		font-size: 1.2em;
	}
	.recruit__interview{
		gap: 20px;
	}
	.recruit__interview--name{
		gap: 10px;
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 20px;
	}
	.recruit__interview--name .info{
		font-size: 1em;
		padding: 0 10px;
	}
	.recruit__interview--ttl--area {
		padding: 15px 20px 60px 20px;
	}
	.recruit__interview--ttl{
		font-size: 1.3em;
		line-height: 1.6;
	}
	.pro__img{
		margin-bottom: 70px!important;
	}
	.pro__img .txt{
		flex-direction: column;
		align-items: flex-start;
		bottom: -35px;
		padding: 5px 20px 0px 0;
	}
	.pro__img .txt .name{
		margin: 0 0 5px 0 !important;
        font-size: 1.3em;
	}
	.pro__img .txt .info{
		padding: 0 10px;
	}
	.iv__img {
		gap: 10px;
		margin: 25px 0;
	}
	.question__list dl dt h3{
		font-size: 1.2em;
		padding-left: 30px;
	}
	.question__list dl dd p{
		padding-left: 30px;
	}
	.modaal-content-container{
		padding: 20px!important;
	}
	.modaal-close {
		top: 10px !important;
		right: 10px !important;
		width: 40px!important;
    	height: 40px!important;
	}
	.modaal-close:after, .modaal-close:before{
		top: 9px!important;
	}
	.modaal-close:after, .modaal-close:before {
		left: 17px !important;
	}
	.modal__btn a{
		width: 200px;
	}
	.recruit__joinus--sec{
		padding: 50px 0;
	}
	.recruit__joinus h2{
		font-size: 1.8em;
	}
	.recruit__joinus h2::before{
		font-size: 2.2em;
	}
	.recruit__joinus h3 {
		margin: 30px 0 25px 0 !important;
	}
	.recruit__joinus p {
		margin: 0 0 25px 0 !important;
		text-align: left !important;
	}
	
	/******************** 共通  ********************/
	
	.comm__full--cover{
		padding: 40px 0;
	}
	.page-header-title::before{ 
		font-size: 3rem!important; 
		line-height: 1.3!important;
	}
	.h2__main--ttl{
		font-size: 1.6em;
		padding: 25px 0;
    	margin-bottom: 35px !important;
	}
	.h2__main--ttl::before,.h2__main--ttl::after{
		width: 18px;
	}
	.h2__main--ttl::after{
		left: 22px;
	}
	.h2__sub--ttl{
		font-size: 1.4em;
		margin-bottom: 30px;
		margin-top: 50px;
	}
	.h2__sub--ttl span{
		padding: 0 20px;
	}
	.h3__midashi{
		font-size: 1.3em!important;
	}
	.h3{
		font-size: 1.4em;
		margin-bottom: 15px !important;
	}
	.top__comm--left-ttl h2, .top__comm--center-ttl h2{
		font-size: 1.8em;
	}
	.top__comm--left-ttl p{
		margin-bottom: 10px!important;
	}
	.top__comm--left-ttl p::before,.top__comm--center-ttl p::before{ left: 3px; height: 8px; }
	.top__comm--left-ttl p::after,.top__comm--center-ttl p::after{ left: 3px; top: 8px; }
	
	.contact__info--sec .wp-block-cover__inner-container {
        padding: 40px 0 25px 0 !important;
    }
	.comm__recruit--cover {
		padding: 40px 0;
	}
	.comm__recruit--content {
        margin-top: 30px !important;
    }
	.comm__recruit--content h3::before{
		font-size: 1.8em;
		top: -3px;
	}
	.comm__recruit--content p {
		margin: 20px 0 30px 0 !important;
	}
	.contact__info--ttl h2{
		font-size: 1.8em;
	}
	.contact__info--ttl span{
		font-size: 1.2em;
	}
	.contact__info--ttl p {
		margin-bottom: 20px !important;
	}
	.contact__info--tel--txt,.contact__info--mail--txt{ padding-left: 20px; }
	.contact__info--tel--txt::before,.contact__info--mail--txt::before{
		width: 11px;
		height: 11px;
	}
	.contact__info--tel{
	 	width: 100%;
		border-right: none;
		border-bottom: 1px dashed #738AAE;
		padding-bottom: 20px;
        margin-bottom: 20px;
	}
	.contact__info--tel figure {
        width: 235px;
        margin: 15px auto 5px auto;
    }
	.contact__info--mail{
		width: 100%;
	}
	.contact__info--btn{ padding-left: 0; }
	
	#sp-br{ display: block; }
	#pc-br{ display: none; }
	
	.comm__link--list { display: none; }
	
	.comm__list--dl dt{
		width: 100px;
		padding: 20px;
	}
	.comm__list--dl dd{
		width: calc( 100% - 100px );
		padding: 20px;
	}
	.site-body {
		padding: 4rem 0;
	}
	.pagination {
		margin-top: 45px !important;
	}
	ul.page-numbers li a, ul.page-numbers li span.page-numbers{
		width: 40px!important;
		height: 40px!important;
	}
	
	/******************** お問い合わせ ********************/
	
	.page-id-213 .page-header,
	.page-id-243 .page-header,
	.page-id-238 .page-header{
		height: 120px!important;
	}
	
	.contact__box{ flex-direction: column; margin-bottom: 30px!important; }
	.contact__box:nth-child(4){ margin-bottom: 30px!important; }
	.contact__box label, .contact__box--file label{ width: 100%; margin-bottom: 20px; }
	.contact__box .wpcf7-form-control-wrap, .contact__box--file--item{ width: 100%; }
	.contact__box .hissu{ padding: 2px 10px; margin-right: 10px; }
	.contact__box--file{ flex-direction: column; margin-bottom: 30px; }
	.contact__box--check{ margin: 40px 0; }
	.contact__box .wpcf7-list-item {
		margin: 0 !important;
		width: 100%;
	}
	.contact__box .wpcf7-form-control .last{ margin: 0!important; }
	
	.wpcf7-form input,.wpcf7-form textarea{ font-size: 14px; }
	
	/******************** 個人情報保護方針 ********************/
	
	.page-id-215 .page-header,
	.error404  .page-header{
		height: 120px!important;
	}
	.page-id-215 .page-header-title::before,
	.error404 .page-header-title::before{
		font-size: 2.5rem!important;
	}
	
	
	
}