@charset "utf-8";
/* ===========================================================
 *
 * 山梅 スタイルシート
 * Last UpDate : 2026/05/25 *
=========================================================== */

/* ----------------------------------------------------------
	style.css
---------------------------------------------------------- */

/* ----------------------------------------------------------
 common
---------------------------------------------------------- */


html {
  font-feature-settings: "palt";
}

body {
color: #222;
background-color: #fff;
font-family: "Noto Sans JP","source-han-sans-japanese","Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", serif;
font-weight: 400;
font-style: normal;
letter-spacing: 1px;
}

.noto-sans-jp{
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}


.roboto {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.m-plus-rounded-1c-regular {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}


.google-sans-flex{
  font-family: "Google Sans Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "wdth" 100,
    "GRAD" 0,
    "ROND" 0;
}

.yuji-boku-regular {
  font-family: "Yuji Boku", serif;
  font-weight: 400;
  font-style: normal;
}

.kiwi-maru-regular {
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal;
}

.zen-old-mincho-regular {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}


/*
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .h2Wrap{ line-height: 1.7 !important; }

}
*/

a{transition: .5s;}
a:hover{transition: .5s;}

img{max-width: 100%; height: auto; border-radius: initial;}

:root{
	--main-color: #00A040;
  --light-color: #66E28E;
}




/* ----------------------------------------------------------
 link
---------------------------------------------------------- */
/*a:link		{ color: #fff; text-decoration: none; }
a:visited	{ color: #333; text-decoration: none; }
a:hover		{ color: #425a9f; text-decoration: none; }
a:active	{ color: #425a9f; text-decoration: none; }*/



/* ----------------------------------------------------------
 header
---------------------------------------------------------- */
.header{ position: fixed; width: 100%;  background-color: transparent; height: 100px; z-index: 999; }
.header_sec{display: flex; justify-content: space-between;}

.header{
  background-color: transparent;
  transition: background-color 0.3s ease;
}

.header.is-scrolled {
  background-color: rgba(0, 0, 0, 0.6); /* 半透明の黒 */
}


.header_sec{ margin: 0 0 0 auto; display: flex; height: 100px; align-items: center;  font-weight: 700; font-style: normal;}
.header_logo01{max-width: 340px; text-align: center; width: 25%; position: relative;}
.header_logo01 a{display: block; padding: 28px 20px 29px; position: relative;}
.header_logo01 a:hover{opacity: 0.6;}
.header_logo01::before{content: ""; background: url(/info/wp-content/uploads/header_bg01.svg); background-repeat: no-repeat; background-size: contain; width: 420px; height: 200px; position: absolute; left: 0; top: 0; z-index: 0;}

.header_logo01_test{background-color: #fff;}
.header_logo01_test::before{display: none;}

.header_navi{display: flex; background-color: #fff; border-radius: 100%; border-radius: 30px; margin-right: 30px;}
.header_navi ul{display: flex; gap: 20px; height: 100%; margin: 0 25px 0 25px; align-items: center;}
.header_item01{color: var(--main-color); font-size: 1.7rem; font-weight: 600;}
.header_item01 a{padding: 12px 0;}
.header_item01 a:hover{opacity: 0.6;}

.header_sns{color: #4D4D4D; font-size: 3.5rem; margin-right: 20px;}
.header_sns i{vertical-align: middle;}
.header_sns{width: 45px; }
.header_tel{ margin-right: 30px; font-family: "Google Sans Flex", sans-serif; font-size: 2rem; color: var(--main-color); font-weight: 700; letter-spacing: 0; display: flex; align-items: center;}
.header_tel i{margin-right: 5px; font-size: 1.8rem;}

.header_recruit{width: 180px; text-align: center;}
.header_recruit a{display: block; color: #fff; background-color: #F39902; font-size: 1.6rem; padding: 18px 10px;}
.header_recruit a:hover{color: #F39902; background-color: #fff;}
.header_recruit i{margin-right: 5px;}

.header_contact{text-align: center; width: 180px; margin: 0 0 0 auto;}
.header_contact a{display: block; background-color: var(--main-color); color: #fff; text-align: center; padding: 18px 10px 18px; border-bottom-right-radius: 30px; border-top-right-radius: 30px;}
.header_contact01{display: block; font-size: 1.6rem;}
.header_contact a:hover{color: var(--main-color); background-color: #fff;}
.header_contact i{margin-right: 5px;}


/* 中身（クリック範囲/画像の余計な隙間対策） */
.header_logo01 a{ display: inline-block; }
.header_logo01 img{ display:block; height:auto; width: 300px;}






/***************************************
サブメニュー
***************************************/
.has-child{position: relative;}
ul.submenu {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translate(-50% , 0);
  width: 210px;
  
  margin: 0;
  text-align: center;
  z-index: 99999;
  display: block;
  height: 0;
}


.submenu a{padding: 15px 0; display: block; background-color: #fff; font-size: 1.5rem; color: #006729;}
.submenu a img{vertical-align: baseline; margin-right: 5px;}
.submenu a:hover{ color: var(--main-color); opacity: 0.9;}
.submenu li{visibility: hidden; height: 0; opacity: 0; transition: .2s;}
.submenu li:last-child a{border: none;}

ul.submenu li:first-child {
  border: 0 none; 
}
.has-child:hover .submenu li{visibility: visible; height: 50px; opacity: 1; transition: .5s;}

.header_item01 ul.submenu a::after{display: none;}


/*ACCORDION toggle*/
 
	.accordion_logo{width: 80%; margin: 0 auto 30px; text-align: center;}
.toggle p{
    position: absolute;
    color: #2B4F91;
    left: 50%;
    bottom: 27px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    transform: translate(-50%, 0);}

	.toggle{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    margin: 0;
    padding: 0;
    width: 100px;
    height: 100px;
    border: none;
    transition: background-color 0.2s ease;
    cursor: pointer;
    background-color: var(--main-color);}
	
	.toggle::before, .toggle::after {
    content: "";
    background-color: #000;
    transition: background-color 0.3s ease;
}
	
	.toggle > span, .toggle:before, .toggle:after{
	display: block;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 48%;
    width: 35px;
    height: 2px;
    margin: -2px 0 0 -15px;}
	.toggle:before{transform: translateY(-9px);}
	.toggle:after{transform: translateY(9px);}


.toggle {
  position: fixed;

}



.menu_list {
 	display: none; 
	position: fixed;
	width: 100%;
	height: 100vh;
	margin: 0;
	list-style: none;
	top: 0;
	left: 0;
	padding: 60px 25px;
  	background-color: #fff;
  
    }
.toggle[aria-expanded=true] > span {
  opacity: 0;
}
.toggle[aria-expanded=true]::before, .toggle[aria-expanded=true]::after {

}
.toggle[aria-expanded=true]::before {
  animation: 0.3s ease closeBar1 forwards;
}
.toggle[aria-expanded=true]::after {
  animation: 0.3s ease closeBar2 forwards;
}
.toggle.-close::before {
  animation: 0.3s ease closeBar1Rev forwards;
}
.toggle.-close::after {
  animation: 0.3s ease closeBar2Rev forwards;
}

@keyframes closeBar1 {
  0% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
	
@keyframes closeBar2 {
  0% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes closeBar1Rev {
  0% {
    transform: translateY(0) rotate(45deg);
  }
  50% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes closeBar2Rev {
  0% {
    transform: translateY(0) rotate(-45deg);
  }
  50% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(10px);
  }
}
  
.nav {
	position: fixed;
	top: 0;
    right: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	padding: 60px 30px;
    border: 1px solid #f5f5f5;
	justify-content: center;
	align-items: center;
	overflow: scroll;
	background: rgba(0, 160, 64, 0.9);
	color: #333;
	transition: opacity 0.3s ease, visibility 0.3s ease;
    /* スクロールバー非表示 */
    /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
}

 /*Google Chrome、Safariへの対応*/
.nav::-webkit-scrollbar{
  display: none;

}

.nav[aria-hidden=true] {
  	visibility: hidden;
  	opacity: 0;
 	pointer-events: none;
    
}
.nav[aria-hidden=false] {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
    overflow: scroll;
}

.accordion_menu li {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.5;
}
.accordion_menu li a {
	color: #fff;
	transition: .5s;
	border-bottom: 1px solid #c6c6c6;
	display: block;
	padding: 12px 0;
}

.accordion_menu i{margin-left: 10px;}
.accordion_menu li a:hover{ transition: .5s; opacity: 0.8;}
.menu_sub li{line-height: 2rem;}
.menu_sub li a{font-size: 1.5rem; padding: 8px 20px; border-bottom: none; position: relative;}
.menu_sub li a:after{content: ""; padding: 1.5px; position: absolute; top: 17px; left: 12px; background-color: #fff; border-radius: 100%;}
/* ----------------------------------------------------------
 footer
---------------------------------------------------------- */

footer{width: 100%; text-align: center; padding: 90px 0 0; background-color: #007E32; margin: 0;}
.footer_sec{width: 90%; max-width: 1400px; margin: 0 auto;}
.footer_info{display: flex; gap: 30px; color: #fff; padding-bottom: 30px; border-bottom: 1px solid #fff;}
.footer_adress{font-size: 2rem; font-weight: 400; align-self: center;}
.footer_logo{}
.footer_logo a{transition: .5s;}
.footer_logo a:hover{transition: .5s; opacity: .5;}
.footer_info{ font-weight: 400; font-size: 1.5rem; color: #fff; margin-bottom: 30px; line-height: 25px;}

.footer_sitemap{padding: 50px 0 80px; color: #fff; text-align: left;}
.footer_sitemap a:hover{opacity: 0.6;}
.footer_sitemap_flex{display: flex; gap: 70px;}
.footer_sitemap01{font-size: 1.8rem; font-weight: 700; padding-left: 20px; position: relative; margin-bottom: 15px;}
.footer_sitemap01::before{content: ""; position: absolute; padding: 5px; background-color: #fff; border-radius: 100%; left: 0; top: 50%; transform: translateY(-50%);}
.footer_sitemap_sub{margin: -5px 0 20px 15px; display: flex; flex-direction: column; gap: 3px;}
.footer_sitemap_sub li{position: relative; padding-left: 15px; font-size: 1.5rem;}
.footer_sitemap_sub li::before{content: ""; position: absolute; padding: 3px; background-color: #67C05D; border-radius: 100%; left: 0; top: 50%; transform: translateY(-50%);}

.footer_bnr{background-color: #006729; padding: 30px 0;}
.footer_bnr_list{display: flex; gap: 30px; justify-content: center;}

.footer_copyright{ text-align: center; background-color: #00481D; padding: 10px 0;}
.footer_copyright span{font-size: 1.2rem; font-weight: 400; color: #fff; opacity: 0.7;}



/* ----------------------------------------------------------
 contents
---------------------------------------------------------- */

/* パララックス */
.top_first_main{
	overflow: hidden;
}

.top_first_main img{
	display: block;
	will-change: transform;
	transform: translateY(-30px);
}
/*-- パララックスここまで --*/



/*-- トップページ開幕アニメーション --*/
.opening-cloud-full {
	position: fixed;
	inset: 0;
	z-index: 99999;
	pointer-events: none;
	overflow: hidden;
	background: transparent;
}

/* ロゴ */
.opening-cloud-full__logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	opacity: 1;
	transition: opacity .45s ease, transform .45s ease;
}

.opening-cloud-full__logo img {
	display: block;
	width: 480px;
	max-width: 68vw;
	height: auto;
}

/* 雲2枚そのものを巨大化して白背景のように見せる */
.opening-cloud-full__piece {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 5;
	width: max(190vw, 2200px);
	aspect-ratio: 320.17 / 190.55;
	transition: transform 2.8s cubic-bezier(.77, 0, .18, 1);
	will-change: transform;
}

.opening-cloud-full__piece img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* 初期位置
   かなり深く重ねて、中央を完全に覆う */
.opening-cloud-full__piece--left {
	transform: translate(-82%, -52%);
}

.opening-cloud-full__piece--right {
	transform: translate(-18%, -48%) scaleX(-1);
}

/* ロゴを先に消す */
.opening-cloud-full.is-start .opening-cloud-full__logo {
	opacity: 0;
	transform: translate(-50%, -50%) scale(.96);
}

/* 左上と右下へ開く */
.opening-cloud-full.is-open .opening-cloud-full__piece--left {
	transform: translate(-165%, -92%);
}

.opening-cloud-full.is-open .opening-cloud-full__piece--right {
	transform: translate(65%, -4%) scaleX(-1);
}

/* 最後にラッパーだけ消す */
.opening-cloud-full.is-hidden {
	opacity: 0;
	visibility: hidden;
	transition: opacity .2s ease, visibility .2s ease;
}

@media (max-width: 767px) {
	.opening-cloud-full__logo img {
		width: 220px;
		max-width: 72vw;
	}

	.opening-cloud-full__piece {
		width: max(260vw, 1400px);
	}

	.opening-cloud-full__piece--left {
		transform: translate(-80%, -52%);
	}

	.opening-cloud-full__piece--right {
		transform: translate(-20%, -48%) scaleX(-1);
	}

	.opening-cloud-full.is-open .opening-cloud-full__piece--left {
		transform: translate(-145%, -86%);
	}

	.opening-cloud-full.is-open .opening-cloud-full__piece--right {
		transform: translate(48%, 0%) scaleX(-1);
	}
}

@media (max-width: 1024px) {
	.opening-cloud-full__piece {
		width: max(360vw, 2200px);
	}

	.opening-cloud-full__piece--left {
		transform: translate(-80%, -58%) scaleY(1.28);
	}

	.opening-cloud-full__piece--right {
		transform: translate(-20%, -42%) scaleX(-1) scaleY(1.28);
	}

	.opening-cloud-full.is-open .opening-cloud-full__piece--left {
		transform: translate(-145%, -95%) scaleY(1.28);
	}

	.opening-cloud-full.is-open .opening-cloud-full__piece--right {
		transform: translate(48%, 8%) scaleX(-1) scaleY(1.28);
	}
}



.wrapper{ position: relative; overflow: hidden; z-index: 5;}
.anchor{ padding-top:100px; margin-top:-100px; display: block; position: absolute; z-index: -1;}

/* lnavi */
.lnavi{  }
.lnavi_list{max-width: 1220px; background-color: #eee; display: flex; gap: 70px;  margin: 100px auto;  font-weight: 300; font-size: 1.8rem;  padding: 30px 50px; }
.lnavi_list li{position: relative; }
.lnavi_list li i{color: #fff; background-color: #16599D; width: 20px; height: 20px; padding: 5px; text-align: center; position: absolute; top: 50%; left: -25px; transform: translate(0 , -50%); font-size: 1rem;}


/* トップページ */
.top_first_wrapper{width: 100%;  position: relative; }
.top_first_main{width: 100%; position: relative;}
.top_first_main img{width: 100%; height: auto; opacity: 0.9;}
.top_first_main::after{content: ""; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background-color: #fff; z-index: -1;}

.top_first_txt{ color: #fff; position: absolute;  left: 50%; top: 17%; transform: translate(-50%,-50%); line-height: 1; white-space: nowrap; text-align: center; text-shadow: 2px 3px 12px rgba(36, 36, 36, 0.73);}
.top_first_txt01{font-size: clamp(6rem, 5vw, 10rem); display: block; font-family: monospace; font-weight: 600; margin-bottom: 30px; opacity: 0.9;}
.top_first_txt02{font-size: clamp(3.5rem, 4vw, 4.5rem); display: block; font-weight: 600; font-weight: 700; letter-spacing: 3px; line-height: normal;}
.top_first_txt .large01{font-size: clamp(6rem, 5.5vw, 8rem);}
.top_first_txt .large02{font-size: clamp(4rem, 5vw, 6rem);}

.top_first_txt img{
	display: block;
	animation: fluffyFloat 3.5s ease-in-out infinite;
	will-change: transform;
	max-width: 828px;
}

@keyframes fluffyFloat{
	0%{
		transform: translateY(0);
	}
	50%{
		transform: translateY(-10px);
	}
	100%{
		transform: translateY(0);
	}
}

.top_first_icon{
	position: absolute;
	z-index: 2;
}

.top_first_icon img{
	display: block;
	width: 100%;
	height: auto;
}

/* PC用アイコン位置調整 */
.icon01{
	width: 180px;
	left: 33%;
	top: 34%;
}

.icon02{
	width: 180px;
	right: 27%;
	top: 21%;
}

.icon03{
	width: 180px;
	right: 13%;
	bottom: 42%;
}

.icon04{
	width: 180px;
	right: 36%;
	bottom: 31%;
}

.icon05{
	width: 180px;
	left: 27%;
	top: 22%;
}

.icon06{
	width: 180px;
	left: 12%;
	top: 25%;
}


.top_first_wrapper{
	width: 100%;
	position: relative;
	overflow: hidden;
}

.top_first_img{
	width: 100%;
	position: relative;
	overflow: hidden;
}

.top_first_move{
	width: 100%;
	position: relative;
	will-change: transform;
	transform: translate3d(0,0,0);
}

.top_first_img::after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fff;
	z-index: -1;
}

.top_first_main{
	width: 100%;
	position: relative;
}

.top_first_main img{
	width: 100%;
	height: auto;
	display: block;
	opacity: 0.9;
}

.top_first_icon{
	position: absolute;
	z-index: 2;
}

.top_first_icon img{
	display: block;
	width: 100%;
	height: auto;
	transform: translate3d(0,0,0);
	transform-origin: center center;
	backface-visibility: hidden;
	will-change: transform;
	transition: transform 0.25s ease;
}

.top_first_icon:hover img{
	animation: iconFloat 2.8s ease-in-out infinite;
}

@keyframes iconFloat{
	0%   { transform: translate3d(0, 0, 0); }
	50%  { transform: translate3d(0, -8px, 0); }
	100% { transform: translate3d(0, 0, 0); }
}



/* スクロールアイコン */
.top_img_scroll_wrapper{
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;

  /* 目立たせるための背景 */
  background: rgba(0, 0, 0, 0.35);
  padding: 22px 20px 18px;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.top_img_scroll{
  position: relative;
  display: inline-block;
  width: 40px;
  height: 90px;
  text-decoration: none;
}

.top_img_scroll span{
  position: absolute;
  top: 0;
  left: 50%;
  width: 40px;
  height: 65px;
  margin-left: -20px;
  border: 3px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}

.top_img_scroll span::before{
  position: absolute;
  top: 12px;
  left: 50%;
  content: '';
  width: 8px;
  height: 8px;
  margin-left: -4px;
  background-color: #fff;
  border-radius: 100%;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}

.top_img_scroll span::after{
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 18px;
  height: 18px;
  content: '';
  margin-left: -9px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  box-sizing: border-box;
}

@keyframes sdb{
  0%{
    transform: translate(0, 0);
    opacity: 0;
  }
  40%{
    opacity: 1;
  }
  80%{
    transform: translate(0, 24px);
    opacity: 0;
  }
  100%{
    opacity: 0;
  }
}




.top_first_bnr{position: absolute; width: 90%; max-width: 1740px; background-color: #fff; border-radius: 20px; padding: 20px; top: 60%; left: 50%; transform: translate(-50%, -50%);}
.top_first_bnr .swiper-wrapper{align-items: center;}

.top_side_bnr{position: absolute; right: 0; top: 40%; transform: translateY(-50%); background: rgba(255, 255, 255, 0.95); padding: 20px; border-top-left-radius: 10px; border-bottom-left-radius: 10px;}
.top_side_bnr_list{display: flex; flex-direction: column; gap: 20px;}

.top_bg_wrapper{background-color: #EEFAF3; background: url(/info/wp-content/uploads/top_bg02.jpg); padding-bottom: 300px; position: relative; background-size: cover;}
.top_bg_wrapper::before{content: ""; position: absolute; background: url(/info/wp-content/uploads/top_bg_wave02.png); width: 100%; height: 100%; top: -250px; background-size: cover;}
.top_bg_wrapper::after{content: ""; position: absolute; left: 0; bottom: -1px; width: 100%; height: 300px; background: url(/info/wp-content/uploads/wave_upward03.svg); background-size: cover; background-position: bottom, center;}
.top_bg_sec{transform: translateY(-170px);}

.top_service_wrapper{padding: 80px 0; position: relative;}
.top_service_sec{width: 94%; max-width: 1800px; margin: 0 auto; position: relative; z-index: 1;}
.top_service_head{ padding: 20px; position: relative; color: #fff; margin: 0 auto 30px; width: 300px; text-align: center; z-index: 1;}
.top_service_head::after{content: ""; background: url(/info/wp-content/uploads/img_service_icon01.png); position: absolute; left: 50%; top: -45px; transform: translateX(-50%); width: 44px; height: 44px; background-size: contain;}
.top_service_head::before{content: ""; background: url(/info/wp-content/uploads/top_tit_liquid01.svg); position: absolute; width: 300px; height: 192px; background-size: contain; background-repeat: no-repeat; z-index: 0; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.top_service_head01{font-size: 1.8rem; display: block; position: relative;}
.top_service_head02{font-size: 4rem; font-weight: 600; display: block; position: relative;}
.top_service_topic_copy{font-size: clamp(4rem, 6vw, 6rem); font-weight: 600; text-align: center; margin-bottom: 30px;}
.top_service_topic .green{color: var(--main-color);}
.top_service_topic_txt{font-size: clamp(1.8rem, 3vw, 2.5rem); text-align: center; font-weight: 600; line-height: 1.8;}

.top_service_list{height: 1270px;}
.top_service_box{position: relative;}
.top_service_inner{position: absolute; z-index: 1;}
.top_service_txt{position: relative; width: 260px; padding: 15px;}
.top_service_number{color: #fff; background: linear-gradient(155deg, #25e3a9 33%, #94e064 85%); position: absolute; width: 44px; height: 44px; font-size: 2.5rem; font-weight: 600; text-align: center; border-radius: 100%; line-height: 1.6;}
.top_service_subcopy{font-size: 1.5rem; color: var(--main-color); text-align: center; font-weight: 600; margin-bottom: 5px; position: relative;}
.top_service_tit{font-size: 2.7rem; color: var(--main-color); font-weight: 700; text-align: center; margin-bottom: 15px; position: relative;}
.top_service_btn{width: 120px; text-align: center; margin:  0 0 0 auto; position: absolute; right: 0; bottom: -5px;}
.top_service_btn span{display: block; color: #fff; background-color: var(--main-color); border-radius: 15px; font-size: 1.2rem; font-weight: 600; padding: 5px;}
.top_service_btn span i{margin-left: 5px;}

.top_service_item{position: absolute; width: 28vw;}

.top_service_item01{ left: 0; top: 390px;}
.top_service_item01 .top_service_inner{left: 50%; transform: translateX(-50%); top: -100px;}
.top_service_item01 .top_service_number{top: -50px; left: 35px;}
.top_service_item01 .top_service_txt::before{content: ""; background: url(/info/wp-content/uploads/top_service01.svg); position: absolute; width: 270px; height: 200px; background-size: contain; background-repeat: no-repeat; z-index: 0; left: 50%; top: 50%; transform: translate(-50%, -50%);}

.top_service_item02{left: 50%; top: 650px; transform: translateX(-50%);}
.top_service_item02 .top_service_inner{right: 20px; bottom: -80px;}
.top_service_item02 .top_service_number{top: -60px; right: 40px;}
.top_service_item02 .top_service_txt::before{content: ""; background: url(/info/wp-content/uploads/top_service02.svg); position: absolute; width: 270px; height: 200px; background-size: contain; background-repeat: no-repeat; z-index: 0; left: 50%; top: 50%; transform: translate(-50%, -50%);}


.top_service_item03{ right: -40px; top: 290px;}
.top_service_item03 .top_service_inner{left: 30px;  top: -80px;}
.top_service_item03 .top_service_number{top: -20px; left: 10px;}
.top_service_item03 .top_service_txt::before{content: ""; background: url(/info/wp-content/uploads/top_service03.svg); position: absolute; width: 270px; height: 200px; background-size: contain; background-repeat: no-repeat; z-index: 0; left: 50%; top: 50%; transform: translate(-50%, -50%);}


.top_service_item04{ left: 20px; top: 900px;}
.top_service_item04 .top_service_inner{left: 0px;  bottom: -80px;}
.top_service_item04 .top_service_number{top: -20px; left: -5px;}
.top_service_item04 .top_service_txt::before{content: ""; background: url(/info/wp-content/uploads/top_service01.svg); position: absolute; width: 270px; height: 200px; background-size: contain; background-repeat: no-repeat; z-index: 0; left: 50%; top: 50%; transform: translate(-50%, -50%);}


.top_service_item05{left: 48%; top: 1180px; transform: translateX(-50%);}
.top_service_item05 .top_service_inner{left: 20px; bottom: -80px;}
.top_service_item05 .top_service_number{top: -60px; left: 40px;}
.top_service_item05 .top_service_txt::before{content: ""; background: url(/info/wp-content/uploads/top_service05.svg); position: absolute; width: 270px; height: 200px; background-size: contain; background-repeat: no-repeat; z-index: 0; left: 50%; top: 50%; transform: translate(-50%, -50%);}


.top_service_item06{ right: 30px; top: 920px;}
.top_service_item06 .top_service_inner{left: 30px;  top: -70px;}
.top_service_item06 .top_service_txt{width: 285px;}
.top_service_item06 .top_service_tit{font-size: 2.5rem;}
.top_service_item06 .top_service_number{top: -45px; left: 50px;}
.top_service_item06 .top_service_txt::before{content: ""; background: url(/info/wp-content/uploads/top_service03.svg); position: absolute; width: 270px; height: 200px; background-size: contain; background-repeat: no-repeat; z-index: 0; left: 50%; top: 50%; transform: translate(-50%, -50%);}



/* アニメーション */
.top_service_item .top_service_box{
	opacity: 0;
	transform: translateY(40px);
	transition: opacity 0.8s ease, transform 0.8s ease;
	will-change: opacity, transform;
}

.top_service_item.is-visible .top_service_box{
	opacity: 1;
	transform: translateY(0);
}

.top_service_link .top_service_img img,
.top_service_link .top_service_txt{
	transition: transform 0.3s ease;
	will-change: transform;
}

.top_service_link:hover .top_service_img img{
	animation: serviceFloatImg 1.8s ease-in-out infinite;
}

.top_service_link:hover .top_service_txt{
	animation: serviceFloatTxt 1.8s ease-in-out infinite;
}

@keyframes serviceFloatImg {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-10px);
	}
	100% {
		transform: translateY(0);
	}
}

@keyframes serviceFloatTxt {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-6px);
	}
	100% {
		transform: translateY(0);
	}
}


/* 見切れを見せるため、worksスライダーの外側は visible にする */
#swiper01 { overflow: visible; }
#swiper01 .swiper-container { overflow: visible; }

.top_topics_wrapper{position: relative; margin-bottom: 230px;}
.top_topics_sec{position: relative; max-width: 800px; margin: 0 auto; z-index: 1;}
.top_topics_bg{position: absolute; top: 50%; right: 0; transform: translateY(-50%); z-index: 0;}
.top_topics_head{position: absolute; left: -320px; top: 50%; transform: translateY(-50%);}
.top_topics_head_inner{ padding: 20px 30px 20px 40px; position: relative; color: #fff; width: 300px; text-align: left;}
.top_topics_head_inner::before{content: ""; background: url(/info/wp-content/uploads/top_tit_liquid01.svg); position: absolute; width: 300px; height: 192px; background-size: contain; background-repeat: no-repeat; z-index: 0; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.top_topics_head_icon{position: absolute; font-size: 2.5rem; text-align: center; padding: 4px; width: 44px; height: 44px; border-radius: 100%; background-color: var(--light-color); left: -20px; top: 50%; transform: translateY(-50%);}
.top_topics_head01{font-size: 4rem; margin-bottom: 10px; color: #fff; display: block; position: relative; font-weight: 600;}
.top_topics_head02{font-size: 1.5rem; color: #fff; display: block; position: relative;}
.top_topics_inner{background-color: #fff; padding: 20px;}
.top_topics_list{display: flex; flex-direction: column; margin-bottom: 15px;}
.top_topics_list li{position: relative; display: flex; gap: 50px; border-bottom: 1px solid #ccc; padding: 10px 0 10px 25px;}
.top_topics_list li::before{content: ""; padding: 5px; border-radius: 100%; background-color: var(--light-color); position: absolute; left: 3px; top: 15px;}
.top_topics_date{font-size: 1.5rem; font-weight: 300;}
.top_topics_tit{font-size: 1.8rem;}
.top_topics_btn{color: var(--main-color); text-align: right; font-weight: 600;}

.top_topics_motion{
	opacity: 0;
	transform: translateX(80px);
	transition: opacity 0.9s ease, transform 0.9s ease;
	will-change: opacity, transform;
}

.top_topics_motion.is-visible{
	opacity: 1;
	transform: translateX(0);
}

.top_works_wrapper{padding: 50px 0 80px; background-color: #fff; position: relative; margin-bottom: 0px;}

.top_works_icon{position: absolute; width: 44px; height: 44px; left: 50%; transform: translateX(-50%); top: -25px; text-align: center; color: #fff; background-color: var(--light-color); border-radius: 100%; font-size: 2.5rem; line-height: 1.8;}
.top_works_head{text-align: center; margin-bottom: 30px; color: var(--main-color);}
.top_works_head01{font-size: 1.8rem; display: block;}
.top_works_head02{font-size: 4rem; font-weight: 600; display: block;}

.top_works_category{display: flex; gap: 15px; justify-content: center; margin-bottom: 30px;}
.top_works_category_btn{width: 220px; text-align: center;}
.top_works_category_btn a{display: block; color: #fff; border-radius: 20px; padding: 5px; font-size: 1.8rem; font-weight: 600;}
.top_works_category_btn a:hover{opacity: 0.6;}

.top_works_category_btn00 a{background-color: #65abcd; border: 1px solid #65abcd;}
.top_works_category_btn01 a{background-color: var(--main-color); border: 1px solid var(--main-color);}
.top_works_category_btn02 a{background-color: #F49D02; border: 1px solid #F49D02;}

.top_wroks_info{text-align: left;}
.topWorksCat{border-radius: 15px;}
.top_works_cat_public{color: #fff; background-color: #65abcd;}
.top_works_cat_private{color: #fff; background-color: var(--main-color);}
.top_works_cat_maintenance{color: #fff; background-color: #F49D02;}

/* ボタンの色修正 */
.top_works_add .top_works_category_btn00 a{color: #65abcd; background-color: #fff; border: 1px solid #65abcd;}
.top_works_add .top_works_category_btn01 a{color: var(--main-color); background-color: #fff; border: 1px solid var(--main-color);}
.top_works_add .top_works_category_btn02 a{color: #F49D02; background-color: #fff; border: 1px solid #F49D02;}

.top_works_add .top_works_cat_public{background-color: #fff; color: #65abcd; border: 1px solid #65abcd;}
.top_works_add .top_works_cat_private{background-color: #fff; color: var(--main-color); border: 1px solid var(--main-color);}
.top_works_add .top_works_cat_maintenance{background-color: #fff; color: #F49D02; border: 1px solid #F49D02;}



.topWorksTit01{font-size: 1.8rem; color: #333;}
.topWorksImg01 img{border-radius: 15px;}

.top_endeavor_wrapper{padding: 50px 0 0; background-color: #fff;}
.top_endeavor_sec{transform: translateY(-370px); margin-bottom: -300px; padding-bottom: 80px; max-width: 90%; margin: 0 auto -300px;}
.top_endeavor_head{ padding: 20px; position: relative; color: #fff; margin: 0 auto 30px; width: 300px; text-align: center;}
.top_endeavor_head::before{content: ""; background: url(/info/wp-content/uploads/top_tit_liquid01.svg); position: absolute; width: 300px; height: 192px; background-size: contain; background-repeat: no-repeat; z-index: 0; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.top_endeavor_head01{font-size: 1.8rem; display: block; position: relative;}
.top_endeavor_head02{font-size: 4rem; font-weight: 600; display: block; position: relative;}
.top_endeavor_head_icon{position: absolute; width: 44px; height: 44px; left: 50%; transform: translateX(-50%); top: -45px; text-align: center; color: #fff; background-color: var(--light-color); border-radius: 100%; font-size: 2.5rem; line-height: 1.6;}

.top_endeavor_topic{text-align: center; font-size: clamp(3.5rem, 5vw, 5rem); margin-bottom: 20px; font-weight: 600;}
.top_endeavor_topic .green{color: var(--main-color);}
.top_endeavor_txt{text-align: center; font-size: 2.3rem; line-height: 4.5rem; font-weight: 600; margin-bottom: 30px;}

.top_endeavor_list{display: flex; flex-wrap: wrap; gap: 30px; margin: 0 auto; max-width: 100%;}
.top_endeavor_list li{width: calc((100% - 90px)/4);}
.top_endeavor_img{text-align: center;}
.top_endeavor_img a:hover{opacity: 0.7;}
.top_endeavor_img img{border-radius: 15px;}
.top_endeavor_tit{text-align: center; color: var(--main-color); font-size: 2.4rem; font-weight: 600; margin-bottom: 10px;}
.top_endeavor_btn{width: 180px; text-align: center; margin: 0 auto;}
.top_endeavor_btn a{display: block; color: #fff; background-color: var(--main-color); font-size: 1.4rem; font-weight: 600; border: 1px solid var(--main-color); border-radius: 15px;}
.top_endeavor_btn a:hover{color: var(--main-color); background-color: #fff;}
.top_endeavor_btn i{margin-left: 20px;}

.top_endeavor_list li{
	opacity: 0;
	transform: translateY(-40px);
	transition: opacity 0.8s ease, transform 0.8s ease;
	will-change: opacity, transform;
}

.top_endeavor_list li.is-visible{
	opacity: 1;
	transform: translateY(0);
}

.top_instagram_wrapper{padding: 50px 0;}

.bottom_wrapper{
	position: relative;
	padding: 0;
	z-index: 2;
	background: transparent;
	padding-top: 50px;
}

.bottom_contact_wrapper{
	width: 100%;
	position: absolute;
	z-index: 3;
}

.bottom_contact_sec{
	width: 92%;
	max-width: 1600px;
	margin: 0 auto;
	background-color: var(--main-color);
	border-radius: 30px;
	display: flex;
	justify-content: center;
	color: #fff;
	padding: 50px;
}

.bottom_contact_left{padding-right: 30px; border-right: 1px solid #fff;}
.bottom_contact_left01{font-size: clamp(3.5rem, 4vw, 4.5rem); font-weight: 600;}
.bottom_contact_left01 i{width: 45px; height: 45px; display: inline-block; vertical-align: 4px; padding: 10px; background-color: var(--light-color); color: #fff; font-size: 2.5rem; text-align: center; border-radius: 100%; margin-right: 10px; font-weight: 600;}
.bottom_contact_left02{text-align: left; font-weight: 600;}
.bottom_contact_right{padding-left: 30px; display: flex; gap: 30px;}
.bottom_contact_number{font-family: "Google Sans Flex", sans-serif; font-size: clamp(3.5rem, 4vw, 4.5rem); margin-top: -10px; letter-spacing: 0;}
.bottom_contact_number .bottom_contact_number01 i{font-size: 3.8rem;}
.bottom_contact_number .bottom_contact_number02{display: block; font-size: 1.5rem; text-align: right;}
.bottom_cantact_btn{width: 370px; text-align: center;}
.bottom_cantact_btn a{display: block; color: var(--main-color); background-color: #fff; border: 1px solid #fff; border-radius: 40px; font-size: 2.4rem; padding: 20px;}
.bottom_cantact_btn a:hover{color: #fff; background-color: var(--main-color);}

/* ここが重要 */
.bottom_img{
	position: relative;
	z-index: 2;
	margin-bottom: -24rem;
	will-change: transform;
}

.bottom_img_inner{
	position: relative;
}

.bottom_img_inner img{
	width: 100%;
	height: auto;
	display: block;
}

.bottom_txt{
	position: absolute;
	z-index: 3;
	left: 50%;
	bottom: 400px;
	transform: translateX(-50%);
	white-space: nowrap;
	font-size: 4.5rem;
	font-weight: 900;
	color: #fff;
	text-shadow: 3px 3px 10px rgba(0, 160, 64, 1);
	text-align: center;
	width: 90%;
}

.bottom_txt_add{display: block; margin-top: 30px; color: var(--main-color); background:rgba(255, 255, 255, 0.8); padding: 20px; border-radius: 10px; font-size: 2rem; font-weight: 400; text-shadow: none; 
white-space: wrap; }

footer{
	position: relative;
	z-index: 1;
	will-change: transform;
}

.swiper-slide{text-align: right;}
.swiper-button-next, .swiper-rtl .swiper-button-prev{display: none;}
.swiper-button-prev, .swiper-rtl .swiper-button-next{display: none;}



/* 葉っぱのアニメーション */





/* h1見出し */
.h1_wrapper{width: 100%; position: relative;}
.h1_wrapper:after{content: ""; width: 100%; height: 320px; background: url(/info/wp-content/uploads/page_bg_wave01.png); position: absolute; bottom: -1px; left: 0;  background-size: cover; background-repeat: no-repeat;}
.h1_inner{width: 90%; max-width: 1400px; margin: 0 auto; position: absolute; left: 50%; transform: translateX(-50%); bottom: 0; z-index: 1;}
.h1_inner_item{display: inline-block;}
.page_tit01{ font-weight: 700;  display: block; font-family: "Google Sans Flex", sans-serif; font-weight: 700; font-style: normal; font-size: 2.6rem; color: var(--main-color);}
.page_tit02{ font-weight: 700; font-style: normal; font-size: clamp(3rem, 5vw, 7rem);  display: block; position: relative; z-index: 1; color: var(--main-color);}


/* ぱんくず */
.breadcrumbs{font-size: 1.4rem;  font-weight: 700; display: flex; justify-content: right; flex-wrap: wrap;}  
.breadcrumbs > ol{} 
.breadcrumbs >  li{ display: inline-block; position: relative; color: #333; list-style: none;}
.breadcrumbs > li a{ font-size: 1.4rem; margin: 0 5px 0 5px; }
.breadcrumbs > li:first-child a{ margin: 0 0 0 0; }
.breadcrumbs > li a:hover{ opacity: 0.6; }
.breadcrumbs span a{margin: 0 8px 0 8px;}
.breadcrumbs span:first-child a{margin: 0 8px 0 0;}

.h1_bg img{min-height: 300px; object-fit: cover; width: 100%;}




/* 共通 */
.page_wrapper{padding: 80px 0 50px;}
.page_sec{max-width: 1400px; margin: 0 auto; width: 90%;}
.page_sec h2{font-size: clamp(3rem, 5vw, 4.5rem); color: var(--main-color); font-weight: 700; margin-bottom: 20px; line-height: normal; display: block; position: relative; padding-left: 55px; border: none;}
.page_sec h2::before{content: ""; background: url(/info/wp-content/uploads/img_service_icon01.png); position: absolute; left: 0; top: 12px; width: 44px; height: 44px; background-size: cover; }
.page_term_tit01{display: inline-block; font-family: "Google Sans Flex", sans-serif; color: var(--main-color); position: relative; font-weight: 700; font-size: 2rem;}
.page_term_tit01::after{content: ""; width: 50px; height: 2px; position: absolute; right: -65px; top: 50%; transform: translateY(-50%); background-color: var(--main-color);}
.page_term_tit02{display: block; font-size: clamp(4rem, 8vw, 6rem); font-weight: 700; line-height: 1.4;}


.page_sec h3{color: #333; font-size: clamp(2.5rem, 4vw, 3.5rem); font-weight: 700; position: relative; padding: 15px 0; border-top: 1px solid var(--main-color); border-bottom: 1px solid var(--main-color); margin-bottom: 30px;}

.page_sec p{font-size: 1.8rem; font-weight: 400; line-height: 35px;}

.contents{position: relative; background: url(/info/wp-content/uploads/page_bg01.png); background-repeat: no-repeat; background-size: cover; padding-top: 50px;}



/* 事業内容 */
.business_topic{margin-bottom: 50px;}
.business_topic p{font-size: 2rem;}
.business_topic_head strong{font-size: clamp(3rem, 5vw, 4.5rem); color: var(--main-color); font-weight: 700; margin-bottom: 30px; line-height: normal; display: block;}

.business_reason figure img{border-radius: 10px;}

.column_two{margin-bottom: 50px;}
.column_two figure{margin-bottom: 15px;}
.column_two p strong{color: #2fc31f; font-size: clamp(2.3rem, 2vw, 3rem); font-weight: 700; margin-bottom: 20px; display: block; line-height: normal;}
.column_two p{font-size: 1.8rem;}

.column_three{margin-bottom: 50px;}
.column_three figure{margin-bottom: 15px;}
.column_three figure img{border-radius: 15px;}
.column_three p strong{color: #2fc31f; font-size: clamp(2.3rem, 2vw, 3rem); font-weight: 700; margin-bottom: 20px; display: block; line-height: normal;}
.column_three p{font-size: 1.8rem;}

.column_four{margin-bottom: 30px;}
.column_four figure{margin-bottom: 15px;}
.column_four figure img{border-radius: 100%;}
.column_four p strong{color: #2fc31f; font-size: clamp(2.3rem, 2vw, 3rem); font-weight: 700; margin-bottom: 20px; display: block; line-height: normal; text-align: center;}
.column_four p{font-size: 1.8rem;}
.column_four p.has-small-font-size strong{font-size: 2rem; margin-top: -10px;}
.column_four p strong span{font-size: 1.8rem;}

.business_nitta strong{color: #2fc31f; font-size: clamp(2.3rem, 2vw, 3rem); font-weight: 700; margin-bottom: 10px;}
.nitta_access{padding: 20px; background-color: #fff;}
.nitta_access_head{font-size: 2.5rem; font-weight: 700; margin-bottom: 10px;}
.nitta_access_head i{color: var(--main-color); margin-right: 10px;}
.nitta_access_info{margin-bottom: 10px; font-size: 1.8rem;}
.nitta_access_btn{width: 260px; text-align: center;}
.nitta_access_btn a{display: block; color: #fff; background-color: var(--main-color); border-radius: 20px; border: 1px solid var(--main-color); font-size: 1.8rem; padding: 5px;}
.nitta_access_btn a:hover{color: var(--main-color); background-color: #fff;}

.page_works_wrapper{padding: 70px 0; position: relative; background-color: #67C05D; z-index: 1;}
.page_works_wrapper::before{content: ""; position: absolute; width: 100vw; height: 100%; background-color: #67C05D; z-index: -1; left: 50%; top: 0; transform: translateX(-50%);}
.page_works_wrapper h2{color: #fff;}
.page_works_sec ul{display: flex; gap: 30px; margin-bottom: 30px;}
.page_works_sec ul li{width: calc((100% - 60px)/3); }
.page_works_img{margin-bottom: 10px;}
.page_works_img img{width: 100%; height: auto; border-radius: 15px;}
.page_works_tit{color: #fff; font-size: 2.5rem; font-weight: 700;}
.page_works_btn{width: 600px; max-width: 90%; margin: 0 auto; text-align: center;}
.page_works_btn a{color: var(--main-color); background-color: #fff; border: 1px solid; border-radius: 40px; padding: 8px; display: block; font-size: 2.5rem; font-weight: 700;}
.page_works_btn a:hover{color: #fff; background-color: var(--main-color);}

.page_works_empty{color: #fff; text-align: center; font-size: 2rem;}


/* 公園運営管理 */
.page_works_explain{color: #fff; margin-bottom: 15px;}
.page_management_works_sec p{font-size: 1.5rem; line-height: 3rem; color: #fff;}
.page_management_works_sec ul{gap: 50px;}
.page_management_works_sec ul li{width: calc((100% - 50px)/2);}
.page_management_works_sec .page_works_txt{color: #fff; margin-top: 10px;}
.page_management_works_sec p strong{font-size: 2.5rem; font-weight: 700;}

.management_works_logo{margin: 15px 0; width: 350px;}
.management_works_logo img{width: 100%; height: auto;}

.business_sustainable_btn{width: 600px; max-width: 100%; text-align: center;}
.business_sustainable_btn a{display: block; color: var(--main-color); background-color: #fff; border: 1px solid; padding: 12px; border-radius: 40px; font-size: 2.5rem; font-weight: 700;}
.business_sustainable_btn a:hover{color: #fff; background-color: var(--main-color);}

/* 企画設計 */
.business_coordinator{margin-bottom: 80px;}
.business_coordinator p strong{color: #2fc31f; font-size: 3rem; font-weight: 700; margin-bottom: 20px; display: block; line-height: normal;}
.coordinator_term{margin: 0 auto 50px; max-width: 1160px;}

.planning_village{max-width: 1160px; margin: 0 auto;}
.planning_village .planning_village_copy{font-size: 2.5rem; font-weight: 700; margin-bottom: 20px;}
.planning_village_img_flex figure{text-align: center;}


/* lnavi */
.lnavi{ max-width: 1400px; margin: 0 auto; padding: 15px 40px; background-color: #fff; color: #333; width: 90%; border-radius: 40px;}
.lnavi ul{ display: flex; gap: 30px; flex-wrap: wrap; justify-content: left; row-gap: 10px;}
.lnavi ul li{position: relative; font-size: 1.6rem;  font-weight: 500;}
.lnavi ul li:before{content: "/"; font-size: 1.6rem; position: absolute; top: -1px; left: -18px;}
.lnavi ul li:first-child::before{display: none;}
.lnavi ul a{transition: .5s;}
.lnavi ul a:hover{opacity: 0.6; transition: .5s;}

.lnavi_bottom .lnavi_list{margin-bottom: 0;}

/* 施工実績 */
.works_term{ padding: 40px 0; border-bottom: 1px solid #ccc;}
.works_term:first-child{padding-top: 0;}
.works_list{display: flex; gap: 40px; margin-bottom: 40px; flex-wrap: wrap;}
.works_list li{width: calc((100% - 120px)/4);}
.works_img{margin-bottom: 10px;}
.works_tit{font-size: 1.6rem;}
.works_btn{width: 400px; max-width: 90%; margin: 0 auto; text-align: center;}
.works_btn a{display: block; color: #fff; background-color: var(--main-color); border-radius: 10px; border: 1px solid var(--main-color); font-size: 1.8rem; padding: 10px;}
.works_btn a:hover{color: var(--main-color); background-color: #fff;}

.works_taxonomy_term{padding: 0; border: none;}

/* ページナビ */
.wp-pagenavi {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin: 60px 0 0;
	text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-width: 48px;
	height: 48px;
	padding: 0 14px;
	border: 1px solid #dcdcdc;
	background: #fff;
	color: var(--main-color);
	font-size: 16px;
	line-height: 1;
	text-decoration: none;
	box-sizing: border-box;
	transition: all 0.3s ease;
}

.wp-pagenavi a:hover {
	background: var(--main-color);
	border-color: var(--main-color)!important;
	color: #fff;
}

.wp-pagenavi span.current {
	background: var(--main-color);
	border-color: var(--main-color)!important;
	color: #fff;
	font-weight: 700;
}

.wp-pagenavi span.pages,
.wp-pagenavi span.extend {
	min-width: auto;
	padding: 0 10px;
	border: none;
	background: transparent;
	color: #666;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	padding: 0 20px;
}



.wp-pagenavi{display: flex; gap: 10px; justify-content: center; margin-top: 50px; display: flex; gap: 10px; text-align: center; line-height: 2; justify-content: center; }
.wp-pagenavi a{ font-size: 1.7rem; line-height: 2.5; display: inline-block; color: var(--main-color); border: 1px solid var(--main-color); text-align: center; border-radius: 100%; padding: 0!important;}
.wp-pagenavi a:hover{color: #fff; background-color: var(--main-color);}
.wp-pagenavi span{font-size: 1.7rem; line-height: 2.5; color: #fff; background-color: var(--main-color); display: inline-block; border: 1px solid var(--main-color); border-radius: 100%; padding: 0!important;}



/* 施工実績詳細 */
.works_single_main{display: flex; gap: 70px;}
.works_single_article{width: 70%;}
.works_single_sidebar{width: 30%;}

.works_single_info{margin-bottom: 30px; display: flex; gap: 20px;}
.works_single_info_col2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px 40px;
}

.works_single_info_col {
	display: flex;
	flex-direction: column;
}

.works_single_info_item {
  display: flex;
  align-items: center;
	border-bottom: 1px solid #ccc;
	padding: 15px 0;
}

.works_single_info_head {
	font-weight: bold;
}

.works_single_info_body {
	line-height: 1.8;
}

.works_single_message{margin-bottom: 50px;}


/* ギャラリー */
.works_single_gallery{margin-bottom: 20px; padding-bottom: 30px; border-bottom: 2px solid #ccc;}
.works_gallery_main {
	margin-bottom: 12px;
}

.works_gallery_main img {
	display: block;
	width: 100%;
	height: auto;
}

.works_gallery_thumb .swiper-slide {
	cursor: pointer;
	opacity: 0.6;
	transition: opacity 0.3s;
}

.works_gallery_thumb .swiper-slide-thumb-active {
	opacity: 1;
}

.works_gallery_thumb img {
	display: block;
	width: 100%;
	height: auto;
}

.works_gallery_thumb {
	padding: 0 2px;
}

.works_sidebar_list{display: flex; flex-direction: column; gap: 20px;}
.works_sidebar_text{font-size: 1.6rem;}

.works_gallery_thumb_wrap{
	position: relative;
	padding: 0 40px;
}

.works_gallery_thumb_prev,
.works_gallery_thumb_next{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 32px;
	height: 32px;
	cursor: pointer;
	z-index: 10;
}

.works_gallery_thumb_prev{
	left: 0;
}

.works_gallery_thumb_next{
	right: 0;
}

.works_gallery_thumb_prev::before,
.works_gallery_thumb_next::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
}

.works_gallery_thumb_prev::before{
	transform: translate(-30%, -50%) rotate(-135deg);
}

.works_gallery_thumb_next::before{
	transform: translate(-70%, -50%) rotate(45deg);
}


/* プレスリリース */
.pressrelease_list{display: flex; gap: 30px; flex-wrap: wrap;}
.pressrelease_list li{width: calc((100% - 60px)/3);}
.pressrelease_date{margin-bottom: 5px;}
.pressrelease_thumbnail{margin-bottom: 10px;}
.pressrelease_tit{font-size: 1.8rem;}


/* コラム */
.column_sec{display: flex; gap: 80px; width: 90%; max-width: 1400px; margin: 0 auto; padding: 80px 0;}
.column_left{width: 70%;}
.column_right{width: 30%; min-width: 400px; padding: 30px 40px; background-color: #fff;}

.column_list{display: flex; flex-direction: column;}
.column_list_item{padding: 12px 0; border-bottom: 1px solid #ccc;}
.column_info{display: flex; gap: 8px; align-items: center; justify-content: space-between;}
.column_date{font-size: 1.6rem;}
.column_cat{display: flex; gap: 10px; margin-bottom: 5px;}
.column_cat_item{ text-align: center;}
.column_cat_item a{display: block; color: #fff; background-color: var(--main-color); padding: 2px 8px; border: 1px solid var(--main-color); border-radius: 5px; font-size: 1.3rem; font-weight: 300;}
.column_cat_item a:hover{color: var(--main-color); background-color: #fff;}

.sidebar_sec{margin-bottom: 20px;}
.sidebar_search form{display: flex; gap: 5px; justify-content: center;}
.sidebar_search input[type="text"]{font-size: 1.8rem; padding: 8px; width: 100%;}
.sidebar_search input[type="submit"]{cursor: pointer; border: none; background-color: var(--main-color); color: #fff; font-size: 1.6rem; padding: 4px 15px 6px; font-family: zen-old-mincho, sans-serif;}
.sidebar_head{background-color: #fff; padding: 10px 0; border-bottom: 2px solid var(--main-color); color: var(--main-color); font-size: 2rem; font-weight: 600; margin-bottom: 15px;}
.sidebar_head img{width: 30px; height: auto; margin-right: 10px; vertical-align: -4px;}

.sidebar_list{display: flex; flex-direction: column;}
.sidebar_list li{padding: 10px 0; border-bottom: 1px solid #ccc; font-size: 1.5rem;}
.sidebar_tag_list{display: flex; gap: 10px; flex-wrap: wrap;}
.sidebar_tag_list li{text-align: center;}
.sidebar_tag_list li a{display: block; color: #fff; background-color: var(--main-color); padding: 2px 8px; border: 1px solid var(--main-color); border-radius: 5px; font-size: 1.3rem; font-weight: 300;}
.sidebar_tag_list li a:hover{color: var(--main-color); background-color: #fff;}

/* コラム詳細 */
.column_detail_date{display: flex; gap: 15px; justify-content: right; margin-bottom: 20px; font-size: 1.5rem; font-weight: 300;}
.column_detail_tit{color: #333; text-align: left; font-size: 4rem; font-weight: 700; margin-bottom: 10px;}
.column_detail_cat{display: flex; gap: 10px; margin-bottom: 50px;}
.column_detail_cat_item{text-align: center;}
.column_detail_cat_item a{display: block; color: #fff; background-color: var(--main-color); padding: 2px 8px; border: 1px solid var(--main-color); border-radius: 5px; font-size: 1.3rem; font-weight: 300;}
.column_detail_cat_item a:hover{color: var(--main-color); background-color: #fff;}

.search_result{margin-bottom: 20px;}

/* お知らせ一覧 */
.news_sec{max-width: 1400px; width: 90%; margin: 0 auto;}
.news_list{display: flex; flex-direction: column;}
.news_list_item{display: flex; gap: 30px; padding: 15px 0; border-bottom: 1px solid #ccc;}


/* 会社概要・沿革 */
.greeting_inner{max-width: 1200px; margin: 0 auto;}
.greeting_inner strong{font-size: 3.5rem; font-weight: 500; margin-bottom: 30px; color: var(--main-color); display: block; line-height: initial;}
.greeting_main{width: 100vw; text-align: center; margin: 0 auto; margin-left: calc(50% - 50vw); position: relative;}
.greeting_main_txt{position: absolute; top: 50%; left:10%; transform: translateY(-50%); color: #fff; font-weight: 700; text-align: left; text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.8);}
.greeting_txt_inner{font-size: clamp(3rem, 4vw, 6rem);}


.greeting_img{text-align: center;}
.greeting_name{font-size: clamp(1.8rem, 2.5vw, 2.5rem); margin-top: 20px; font-weight: 700;}
.greeting_name span{font-family: "Yuji Boku", serif; font-weight: 400; font-size: clamp(2rem, 3vw, 4.5rem); margin-left: 20px;}

.greeting_president_img {
	/*
	width: min(100%, 390px);
	*/
	aspect-ratio: 390 / 403;
	background-color: #ccc;
	overflow: hidden;

	-webkit-mask-image: url("/info/wp-content/uploads/mask.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	-webkit-mask-position: center;

	mask-image: url("/info/wp-content/uploads/mask.svg");
	mask-repeat: no-repeat;
	mask-size: contain;
	mask-position: center;
}

.greeting_president_img img {
	width: 100%;
	height: 100%!important;
	object-fit: cover;
	display: block;
}

.greeting_president_img.is-animate {
	animation: maskReveal 1s ease-out forwards;
}

@keyframes maskReveal {
	0% {
		-webkit-mask-size: 0% 0%;
		mask-size: 0% 0%;
	}
	100% {
		-webkit-mask-size: 100% 100%;
		mask-size: 100% 100%;
	}
}


.corporate_about{max-width: 1200px; margin: 0 auto;}
.corporate_table th,
.corporate_table td{border: none!important; border-bottom: 1px solid #ccc!important; padding: 10px 0!important; text-align: left; font-weight: 500;}
.corporate_table th{font-weight: 700;}
.corporate_history_table table{width: 100%; }
.corporate_history_table th,
.corporate_history_table td{border: none!important; border-bottom: 1px solid #ccc!important; padding: 10px 0!important; text-align: left; font-size: 1.6rem; font-weight: 500;}
.corporate_history_table th{font-weight: 700;}
.corporate_table_btn{text-align: center; width: 130px; display: inline-block; margin-left: 10px;}
.corporate_table_btn a{display: block; color: #fff; background-color: var(--main-color); border-radius: 5px; padding: 3px 5px;}
.corporate_table_btn a:hover{color: var(--main-color); background-color: #fff;}
.corporate_about_img{text-align: center;}

.corporate_group strong{font-weight: 700; font-size: 2.3rem; margin-bottom: 10px; display: block;}
.corporate_hisotry{max-width: 1200px; margin: 0 auto;}
.history_table th,
.history_table td{padding: 10px 0; font-size: 1.8rem;}
.history_table th{font-weight: 700;}

.corporate_certification{max-width: 1200px; margin: 0 auto;}
.iso_table th,
.iso_table td{font-size: 1.6rem; border: none!important; border-bottom: 1px solid #ccc!important; padding: 10px 0!important;}
.iso_table th{font-weight: 700;}
.corporate_Gcompany{max-width: 800px; margin: 0 auto;}
.corporate_license{max-width: 1200px; margin: 0 auto;}
.license_img_list{margin-bottom: 30px;}
.license_list{padding: 30px; background-color: #fff; border-radius: 15px;}
.license_list ul{display: flex; justify-content: space-between; flex-wrap: wrap; list-style: disc; padding-left: 20px; row-gap: 5px;}
.license_list ul li{width: 24%; font-size: 1.4rem;}

.corporate_group p{line-height: 3rem;}


.corporate_onstruction{max-width: 1200px; margin: 0 auto;}



.companySec04 {
  padding: 60px 0;
}

.companySec04_tabs input[type="radio"] {
  display: none;
}

.companySec04_buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
  justify-content: center;
}

.companySec04_buttons label {
  display: inline-block;
  padding: 12px 24px;
  border: 1px solid var(--main-color);
  background: #fff;
  color: var(--main-color);
  cursor: pointer;
  transition: 0.3s;
  font-weight: 700;
  line-height: 1;
  border-radius: 5px;
}

.companySec04_buttons label:hover {
  background: var(--main-color);
  color: #fff;
}

.companySec04_content {
  display: none;
  padding: 30px;
  border: 1px solid #ddd;
  background: #fff;
}

.companySec04_content h3 {
  margin: 0 0 20px;
  font-size: 28px;
  line-height: 1.4;
}

.companySec04_content ul {
  margin: 0;
  padding-left: 1.2em;
}

.companySec04_content ul li {
  margin-bottom: 10px;
  line-height: 1.8;
}

/* 表示切り替え */
#term41:checked ~ .companySec04_contents .content41,
#term42:checked ~ .companySec04_contents .content42,
#term43:checked ~ .companySec04_contents .content43,
#term44:checked ~ .companySec04_contents .content44,
#term45:checked ~ .companySec04_contents .content45,
#term46:checked ~ .companySec04_contents .content46,
#term47:checked ~ .companySec04_contents .content47,
#term48:checked ~ .companySec04_contents .content48,
#term49:checked ~ .companySec04_contents .content49 {
  display: block;
}

/* 選択中ボタン */
#term41:checked ~ .companySec04_buttons label[for="term41"],
#term42:checked ~ .companySec04_buttons label[for="term42"],
#term43:checked ~ .companySec04_buttons label[for="term43"],
#term44:checked ~ .companySec04_buttons label[for="term44"],
#term45:checked ~ .companySec04_buttons label[for="term45"],
#term46:checked ~ .companySec04_buttons label[for="term46"],
#term47:checked ~ .companySec04_buttons label[for="term47"],
#term48:checked ~ .companySec04_buttons label[for="term48"],
#term49:checked ~ .companySec04_buttons label[for="term49"] {
  background: var(--main-color);
  color: #fff;
}

/* 理念・方針 */
.philosophy_wrapper{padding: 80px 0;}
.purpose_inner{max-width: 1200px; margin: 0 auto;}
.purpose_inner ul{display: flex; flex-direction: column;}
.purpose_inner li{position: relative; padding: 15px 20px; border-bottom: 1px solid #ccc;}
.purpose_inner li::before{content: ""; padding: 4px; border-radius: 100%; background-color: var(--main-color); position: absolute; left: 0; top: 24px;}

/* CSR活動 */
.csr_wrapper{padding: 80px 0 100px;}
.csr_list{ max-width: 1200px; margin: 0 auto;}
.csr_list ul{display: flex; gap: 40px; flex-wrap: wrap;}
.csr_list li{width: calc((100% - 80px)/3); }
.csr_list ul li:nth-child(3n+2){transform: translateY(40px);}
.csr_list_img{margin-bottom: 10px;}
.csr_list_tit{color: #2fc31f; font-weight: 700; font-size: 3rem; margin-bottom: 10px;}
.csr_list_txt{font-size: 1.8rem; line-height: 3.5rem;}

/* 労働安全衛生 */
.safety_term{margin-bottom: 60px;}
.patrol_president_wrapper{background-color: #fff; border-radius: 20px;}
.patrol_president_sec{display: flex;}
.patrol_president_left{padding: 20px 30px; width: 65%;}
.patrol_president_inner{display: flex; gap: 25px;}
.patrol_president_illustration{width: 30%;}
.patrol_president_txt{width: 70%;}
.patrol_president_txt p{font-size: 2.3rem; font-weight: 500; line-height: 4rem;}
.patrol_president_right{width: 35%;}
.patrol_president_right img{height: 100%; border-top-right-radius: 20px; border-bottom-right-radius: 20px;}



/* Green Sustainable */
.greensustainable_sec{ padding: 80px 0; }

h1.h1_greensustainable{ color: #a0c37d; line-height: 1; margin: 0; padding: 40px 0; font-family: "Google Sans Flex", sans-serif; font-weight: 900;}
.greensustainable_sec_tit{ color: #3f9b4a; font-size: 3.5rem; text-align: center; letter-spacing: 3px; }

h2.h2_greensustainable{ color: #a0c37d; font-size: 6.2rem; font-family: "Google Sans Flex", sans-serif; font-weight: 700; font-style: normal; border-bottom: 0; margin-bottom: 30px; }
h2.h2_greensustainable span{ display: block; font-size: 2rem; color: #3f9b4a; line-height: 1; font-weight: 700; }

.greensustainable_sec_concept{ background: url("/info/wp-content/uploads/img_greensustainable01.png")  no-repeat right top; min-height: 1000px; background-size: 50% auto; }
.greensustainable_sec_concept_sec{ width: 1200px; margin: 0 auto; padding-top: 100px; }
.greensustainable_sec_concept_sec_txt01{ font-size: 2.2rem; line-height: 2; color: #175a1f; letter-spacing: 2px; }
.greensustainable_sec_concept_sec_txt01 span{ background-color: #3f9b4a; color: #fff; padding: 3px; }

.greensustainable_sec_effect_sec_list{ display: flex; justify-content: space-between; }
.greensustainable_sec_effect_sec_item{ flex-basis: 19%; }
.greensustainable_sec_effect_sec_img01{ margin-bottom: 10px; }
.greensustainable_sec_effect_sec_img01 img{ width: 100%; height: auto; border-radius: 10px; }
.greensustainable_sec_effect_sec_tit01{ font-size: 2.1rem; color: #3f9b4a; text-align: center; letter-spacing: 2px; margin-bottom: 10px; line-height: 1; }
.greensustainable_sec_effect_sec_txt01{ font-size: 1.2rem; color: #3f9b4a; text-align: center; letter-spacing: 2px; line-height: 1; }

.greensustainable_sec_action_sec_list{ display: flex; justify-content: space-between; }
.greensustainable_sec_action_sec_item{ flex-basis: 32%; background-color: #fff; padding: 20px; }
.greensustainable_sec_action_sec_item_img01{ margin-bottom: 10px; }
.greensustainable_sec_action_sec_item_img01 img{ width: 100%; height: auto; border-radius: 10px; }
.greensustainable_sec_action_sec_item_txt01{ font-size: 1.6rem; color: #3f9b4a; letter-spacing: 2px; }

.greensustainable_sec_concept_sec_btn01{ display: block; margin-top: 60px; }
.greensustainable_sec_concept_sec_btn01 a{ display: inline-block; background-color: #ffc000; border: 1px solid #ffc000; font-size: 2rem; font-weight: 700;; padding: 5px 20px; text-align: center; }
.greensustainable_sec_concept_sec_btn01 a:hover{ background-color: #333; color: #ffc000; }

.greensustainable_report_list{ display: flex; justify-content: space-between; }
.greensustainable_report_item{ flex-basis: 24%; background-color: #fff; border-radius: 10px; padding: 15px; }
.greensustainable_report_item a{ display: block; }
.greensustainable_report_item a:hover{ opacity: .6; }
.greensustainable_report_item_img{ margin-bottom: 10px; }
.greensustainable_report_item_img img{ width: 100%; height: auto; border-radius: 10px; }
.greensustainable_report_item_tit{ font-size: 1.8rem; color: #3f9b4a; font-weight: 500; }
.greensustainable_report_item_tit span{ display: inline-block; background-color: #f00; color: #fff; font-size: 1.2rem; padding: 3px 5px; border-radius: 40px; margin-right: 10px; line-height: 1; }


.greensustainable_report_sec{ width: 1200px; margin: 0 auto; padding-top: 100px; }

.greensustainable_report_single_sec{ max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; }
.greensustainable_report_sec01{ flex-basis: 67%; }
.greensustainable_report_sidebar01{ flex-basis: 28%; }

.greensustainable_report_sidebar_list{ display: block; }
.greensustainable_report_sidebar_item{ margin-bottom: 30px; }
.greensustainable_report_sidebar_item a:hover{ opacity: .6; }
.greensustainable_report_sidebar_item .greensustainable_report_item_img{ margin-bottom: 5px; }
.greensustainable_report_item_tit{ font-size: 1.3rem; }
.greensustainable_report_item_tit p{ font-size: 1.6rem; font-weight: bold; }
.greensustainable_report_sidebar_item .greensustainable_report_item_tit{ font-size: 1.2rem; }
.greensustainable_report_sidebar_item .greensustainable_report_item_tit p{ font-size: 1.6rem; font-weight: bold; }

.greensustainable_report_sec01_date01{ font-size: 1.4rem; text-align: right; color: #999; margin-bottom: 10px; border-bottom: 1px solid #fff;  }

.greensustainable_report_single_sec h1{ color: #3f9b4a; font-size: 3.6rem; letter-spacing: 2px; margin-bottom: 40px; }
.greensustainable_report_single_sec h2{ color: #333; font-size: 2.8rem; letter-spacing: 2px; border-bottom: 2px solid #13beb8; border-top: 2px solid #13beb8; padding: 10px 10px 10px 40px; margin-bottom: 40px; background: url("/info/wp-content/uploads/ico_arrow01.png") no-repeat 0 18px; }
.greensustainable_report_single_sec h2:first-letter{ color: #13beb8; }
.greensustainable_report_single_sec h3{ font-size: 2.5rem; font-weight: 700; letter-spacing: 1px; margin-bottom: 20px; background-color: #fff; padding: 10px; border-radius: 10px; }

.greensustainable_report_sec01{}
.greensustainable_report_sec01 p{ font-size: 1.8rem; line-height: 1.8; letter-spacing: 2px; margin-bottom: 20px; }

.greensustainable_report_sec01 figure{ margin: 0 !important; }

.page_sustainable_works_sec{width: 90%; max-width: 1300px; margin: 0 auto; color: #fff;}
.page_sustainable_works_sec h2{font-size: clamp(3rem, 5vw, 4.5rem); color: #fff; font-weight: 700; margin-bottom: 20px; line-height: normal; display: block; position: relative; padding-left: 55px; border: none;}
.page_sustainable_works_sec h2::before{content: ""; background: url(/info/wp-content/uploads/img_service_icon01.png); position: absolute; left: 0; top: 12px; width: 44px; height: 44px; background-size: cover; }

.sustainable_works_flex{display: flex; gap: 30px;}
.sustainable_works_item{width: calc((100% - 30px)/2);}
.sustainable_works_item a:hover{opacity: 0.7;}
.sustainable_works_name{font-size: 2.5rem; font-weight: 700;}


/* YAMAUME VILLAGE */
.village_sec .h1_village{font-family: "Google Sans Flex", sans-serif; font-weight: 900;}
.village_sec_concept{font-family: "Zen Old Mincho", serif;}


/* symboltree */
.symboltree_sec{font-family: "Zen Old Mincho", serif; padding: 80px 0;}
.symboltree_sec .h1_symboltree{font-family: "Kiwi Maru", serif;}
.symboltree_concept_bg{background: url(/info/wp-content/uploads/bg_concept01.png); background-repeat: no-repeat;}
.symboltree_concept_sec_tit,
.symboltree_gallery_sec_tit{font-family: "Cookie", cursive;}
.symboltree_sec01_tit01,
.symboltree_sec01_txt01,
.symboltree_sec02_tit01,
.symboltree_sec02_txt01,
.symboltree_sec03_tit01,
.symboltree_sec03_txt01,
.symboltree_concept_sec_txt{font-family: "Zen Old Mincho", serif;}

.symboltree_sec .symboltree_sec03_wrap{margin: 120px auto 0;}


/* SDGs */
.sdgs_sec01_tit01{font-weight: 700;}
.treeSec02Img{text-align: center;}
.sdgs_sec01_tit02{font-weight: 700;}
.sdgs_torikumi_item{align-items: center;}

.sdgs_torikumi_sec .planningSec ul{display: flex; gap: 20px; justify-content: space-around; flex-wrap: wrap;}
.sdgs_torikumi_sec .planningSec li{width: calc((100% - 40px)/3);}


/* プロジェクト制度 */
.project_wrapper{padding: 80px 0;}
.project_sec{max-width: 1000px;}
.treeSec02Txt{margin-bottom: 30px;}
.project_activity_flex{display: flex; gap: 40px; justify-content: center; margin-bottom: 40px;}
.project_activity_flex .treeSecTxt{flex-basis: 50%; font-size: 1.6rem; line-height: 1.6; letter-spacing: 1px;}
.project_activity_flex h3{padding: 0; font-size: 2.5rem; border: none;}
.project_activity_img_liist{display: flex; gap: 20px; justify-content: center; flex-wrap: wrap;}
.project_activity_img_liist li{width: calc((100% - 40px)/3); text-align: center;}
.project_sec .project_sec_img{justify-content: center; text-align: center;}

.project_village{display: flex; gap: 50px; justify-content: center; flex-direction: row-reverse;}
.project_village .companySecImg{width: 60%;}
.project_village .companySecTxt{width: 40%;}
.project_village .treeSecBtn02{width: 360px; text-align: center;}
.project_village .treeSecBtn02 a{display: block; color: #fff; background-color: var(--main-color); border: 1px solid var(--main-color); padding: 10px; border-radius: 10px; font-size: 2rem;}
.project_village .treeSecBtn02 a:hover{color: var(--main-color); background-color: #fff;}
.project_village .treeSecBtn02 i{margin-left: 5px;}

/* レポート */
.report_wrapper{padding: 80px 0;}
.report_sec{max-width: 1200px; margin: 0 auto;}
.report_list{display: flex; flex-direction: column;}
.report_list_item{font-size: 1.6rem; display: flex; gap: 30px; padding: 15px 0; border-bottom: 1px solid #ccc; justify-content: space-between;}


/* 85年の歩み */
.history_85th_topic{padding-bottom: 120px; max-width: 1140px; margin: 0 auto;}
.history_85th_topic p strong{font-weight: 700; font-size: 5rem; display: block; margin: 50px 0; line-height: initial;}
.history_85th_topic p{}
.history_85th_greeting_wrapper{padding: 70px 0; position: relative; z-index: 0; margin-bottom: 100px;}
.history_85th_greeting_wrapper::before{content: ""; position: absolute; width: 100vw; height: 100%; background-image: linear-gradient(112deg, #29f19c, #02a1f9); z-index: -1; top: 0; left: 50%; transform: translateX(-50%);}
.history_85th_greeting_sec{max-width: 1140px; margin: 0 auto; color: #fff;}
.history_85th_greeting_sec h2{color: #fff; padding-left: 0; margin-bottom: 30px;}
.history_85th_greeting_sec h2::before{display: none;}
.history_85th_greeting_sec figure{transform: translateY(-120px);}
.history_85th_greeting_president{font-size: 2rem; margin-bottom: 20px;}
.history_85th_greeting_president span{display: block; font-size: 3.5rem; font-weight: 500; margin-top: 15px;}

.history_85th_term{max-width: 1140px; margin: 0 auto 80px;}
.history_85th_term h2{padding-left: 0;}
.history_85th_term h2::before{display: none;}
.history_85th_term_tit02{font-size: 2rem; font-weight: 500; color: #333;}
.history_85th_term_img{margin-top: 95px;}

.history_85th_leap_wrapper{padding: 70px 0; position: relative; z-index: 0; margin-bottom: 100px;}
.history_85th_leap_wrapper::before{content: ""; position: absolute; width: 100vw; height: 100%; background-color: var(--main-color); z-index: -1; top: 0; left: 50%; transform: translateX(-50%);}
.history_85th_leap_sec{max-width: 1200px; margin: 0 auto; display: flex; gap: 50px; color: #fff;}
.history_85th_leap_sec h2{padding-left: 0; color: #fff;}
.history_85th_leap_sec h2::before{display: none;}
.history_85th_leap_txt{width: 50%;}
.history_85th_leap_slide{width: 50%;}

.history_85th_leap_slide {
	position: relative;
	overflow: hidden;
}

.history_85th_leap_slide .swiper-wrapper {
	display: flex;
}

.history_85th_leap_slide .swiper-slide {
	flex-shrink: 0;
	width: 100%;
}

.history_85th_leap_slide .leap85th_slide_img img {
	display: block;
	width: 100%;
	height: auto;
}

.history_85th_leap_slide .swiper-button-prev,
.history_85th_leap_slide .swiper-button-next {
	color: #fff;
}

.history_85th_leap_slide .swiper-pagination {
	position: static;
	width: 100%;
	text-align: center;
	margin-top: 15px;
}

.history_85th_leap_slide .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin: 0 6px !important;
	background: rgba(255, 255, 255, 0.5);
	opacity: 1;
}

.history_85th_leap_slide .swiper-pagination-bullet-active {
	background: #fff;
}

.history_100th_topic{max-width: 1140px; margin: 0 auto;}
.history_100th_topic p strong{font-size: 5rem; font-weight: 900; display: block; margin: 50px 0; color: var(--main-color); line-height: initial;}



/* お問合わせ */
.contact_wrapper{}
.contact_sec{max-width: 1200px; margin: 0 auto; padding: 40px 0; width: 90%; }
.contact_tel_fax{max-width: 800px; margin: 0 auto 50px; text-align: center; padding: 30px; background-color: #f5f5f5;}
.contact_tel_fax_head{text-align: center; margin-bottom: 10px; font-size: 3rem; font-weight: 600;}
.contact_tel_fax .bottom_contact_inner{align-items: baseline; margin-bottom: 10px;}
.contact_tel_fax_caution{text-align: left; display: inline-block;}

.policy_wrapper{}
.policy_sec{max-width: 1000px; margin: 0 auto;}
/*
.policy_sec h3{ font-weight: 400; font-size: 2.3rem; color: #888; margin-bottom: 15px; background-color: initial; padding: 0; border: none;}
*/
.policy_txt{margin-bottom: 40px;}
.policy_txt p{ font-weight: 400; line-height: 3.5rem; font-size: 1.6rem;}

.contact_thanks{max-width: 1275px; margin: 0 auto; line-height: 3.5rem;}


/* フォーム */
.page_sec .contact_item{display: flex; width: 100%; max-width: 1000px; margin: 0 auto; padding: 20px 20px; border-bottom: 1px solid #ccc;}
.page_sec .contact_tit{width: 35%;  font-weight: 700; position: relative; margin-left: 80px; }
.page_sec .contact_tit p{font-size: 18px; line-height: initial;}
.page_sec .contact_tit span{position: absolute;  background-color: #E02E30; color: #fff; margin-right: 15px; border: 1px solid #E02E30; padding: 4px 8px; left: -80px; top: -5px; font-size: 18px;}
.contact_txt,
.contact_adress,
.contact_txtarea{width: 65%;}
.contact_txt input{font-size: 20px; background: #fff; padding: 8px; border: 1px solid #ccc; font-family: zen-old-mincho, sans-serif; width: 80%;}
.contact_txtarea textarea{font-size: 20px; padding: 8px; background: #fff; border: 1px solid #ccc; font-family: zen-old-mincho, sans-serif; width: 80%;}
.contact_adress_sub p{padding-bottom: 15px;}
.contact_adress_sub span{display: block;}
.contact_adress input{background: #fff; border: 1px solid #ccc; height: 35px;  font-size: 20px; font-family: zen-old-mincho, sans-serif;}
.contact_submit{border-bottom: none;}
.contact_submit_btn{text-align: center; margin-top: 30px;}
.contact_submit_btn p{text-align: center;}
.contact_submit_btn input{background-color: var(--main-color); color: #fff; font-size: 16px; border: none; letter-spacing: 1px; padding: 12px 12px; cursor: pointer; }



input[type="checkbox"]{float: left;}
.contact_check{display: flex;}
.contact_submit .contact_tit{width: 30%;}
.wpcf7-spinner{display: block;}

.form_sec{max-width: 1000px; margin: 0 auto; padding-bottom: 80px;}
.form_tit{position: relative; max-width: 1000px; margin: 0 auto 100px;}
.form_tit01{ position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  width: 140px;
  padding: 4px 0;
  border-radius: 18px;
  background-color: #5083CF;}

.form_tit02{font-size: 4rem;
  font-weight: 500;
  display: block;
  text-align: center;
  padding: 30px 0;
  border-bottom: 2px solid #333;
  border-top: 2px solid #5083CF;}

.main .nf-form-content .list-select-wrap .nf-field-element>div, .main .nf-form-content input:not([type=button]), .main .nf-form-content textarea{color: #333;}
.main .nf-form-content .list-select-wrap .nf-field-element>div:focus, .main .nf-form-content input:not([type=button]):focus, .main .nf-form-content textarea:focus{color: #333;}

.contact_select select{padding: 5px; font-size: 1.8rem; padding: 8px; background-color: #f7f7f7; border: 1px solid #ccc;}
.contact_file input[type="file"]{font-size: 1.5rem; margin-bottom: 5px;}
.contact_item .contact_caution{font-size: 1.5rem;}

.contact_radio input[type="radio"]{width: initial; height: initial; box-sizing: border-box; padding: 0px; vertical-align: baseline; font-size: 1.6rem;}
.contact_radio .wpcf7-radio{display: flex; flex-direction: column;}
.contact_radio .wpcf7-list-item{margin: 0;}

/* サンクスページ */
.h1_thanks::after{content: ""; height: 480px;}
.tenants_sec{width: 90%; max-width: 1200px; margin: 0 auto;}



/* お知らせ一覧 */
.news_sec{max-width: 1000px;}




/* お知らせ詳細 */
.news_single_date{text-align: center;}
.news_single_tit{font-size: 3.5rem; letter-spacing: 2px; text-align: center; margin: 0 0 50px; font-weight: 500;}
.news_single_txt h2{font-size: clamp(4rem, 8vw, 6rem); margin-bottom: 40px; font-weight: 700;}
.news_single_txt h3{ color: var(--main-color); font-size: clamp(3rem, 5vw, 4rem); font-weight: 700; position: relative; padding-left: 15px; margin-bottom: 30px;}
.news_single_txt h4{font-size: 2.4rem; font-weight: 600; margin-bottom: 15px; border-bottom: 1px solid #ccc;}
.news_single_txt p{margin-bottom: 10px;}
.news_single_txt figure{text-align: center;}



/* サイトマップ */
.sitemap_sec{max-width: 1200px;}
.sitemap_sec ul{font-size: 2.5rem; display: flex; flex-direction: column; gap: 20px; font-weight: 700;}
.sitemap_sec ul li{position: relative; padding-left: 15px;}
.sitemap_sec ul li::before{content: ""; position: absolute; left: 0; top: 15px; padding: 4px; border-radius: 100%; background-color: var(--main-color);}
.sitemap_sec ul li ul{ margin: 15px 0 0 15px; font-size: 2rem; gap: 15px;}
.sitemap_sec ul li ul li{padding-left: 10px;}
.sitemap_sec ul li ul li::before{left: 0; top: 12px; padding: 2px; border-radius: 100%; background-color:var(--light-color);}


/* 404 */
.notfound_sec{width: 90%; max-width: 1000px; margin: 0 auto; padding: 200px 0 100px; text-align: center;}


.engagement_wrapper{font-family: "Kiwi Maru", serif;}
.engagement_topic{display: flex; justify-content: space-between; gap: 20px;}
.engagement_topic_left{position: relative; width: 26%;}
/*
.engagement_topic_img{max-width: 275px;}
.engagement_topic_img01{position: absolute; left: 0; top: 0;}
.engagement_topic_img02{position: absolute; left: 250px; top: 50px;}
.engagement_topic_img03{position: absolute; left: 0; top: 290px;}
.engagement_topic_img04{position: absolute; right: 0; top: 0;}
.engagement_topic_img05{position: absolute; right: 250px; top: 50px;}
.engagement_topic_img06{position: absolute; left: 30; top: 340px;}
*/

.engagement_topic_main{max-width: 880px; margin: 0 auto; width: 48%;}
.engagement_topic_head{font-size: 5rem; font-weight: 700; color: var(--main-color); margin-bottom: 30px;}
.engagement_topic_head .yellow{color: #EEB919;}
.engagement_topic_txt{margin-bottom: 30px;}
.engagement_topic_txt p{font-size: 2rem; font-weight: 400; line-height: 3.5rem;}
.engagement_topic_point{display: flex; flex-direction: column; gap: 20px; width: 90%; max-width: 720px; margin: 0 auto 30px;}
.engagement_topic_point_item{background-color: #fff; color: var(--main-color);  padding: 10px; border-radius: 10px; font-size: 3rem; font-weight: 700;}
.engagement_topic_point_item .yellow{color: #EEB919;}
.engagement_topic_right{position: relative; width: 26%;}
.engagement_about{text-align: center; width: 90%; max-width: 1250px; margin: 0 auto 80px;}
.engagement_about h2{font-size: 4.5rem; font-weight: 700; margin-bottom: 50px; border: none;}
.engagement_term{width: 90%; max-width: 1400px; margin: 0 auto 50px;}
.engagement_term h2{font-size: 4.5rem; color: var(--main-color); margin-bottom: 20px; font-weight: 700; border: none;}
.engagement_term h2 span{display: inline-block; color: #fff; background-color: #EEB919; font-size: 3rem; width: 53px; height: 53px; text-align: center; padding: 5px; border-radius: 100%; margin-right: 10px; vertical-align: 6px;}
.engagement_term h3{color: var(--main-color); font-size: 3rem; font-weight: 700; margin-bottom: 25px;}
.engagement_wrapper p{font-family: "Noto Sans JP", serif; font-size: 1.8rem; line-height: 3.5rem;}
.engagement_term img{border-radius: 10px;}

.engagement_term01_flex{display: flex; gap: 30px;}
.engagement_term01_flex_left{width: 65%;}
.engagement_term01_flex_left p{font-size: 1.8rem; line-height: 3.5rem; margin-bottom: 15px;}
.engagement_term01_btn{width: 310px; text-align: center;}
.engagement_term01_btn a{display: block; padding: 8px; border-radius: 20px; color: #fff; background-color: var(--main-color); font-size: 1.7rem; font-weight: 700;}
.engagement_term01_flex_right{width: 35%; text-align: center;}

.engagement_touchpoint_white{width: 480px; font-weight: 700; padding: 10px 20px; color: var(--main-color); background-color: #fff; font-size: 2.2rem; border-radius: 10px; margin-bottom: 50px;}
.engagement_touchpoint_list{display: flex; gap: 35px; flex-wrap: wrap;}
.engagement_touchpoint_list li{width: calc((100% - 70px)/3); }
.engagement_touchpoint_img{position: relative; margin-bottom: 5px;}
.engagement_touchpoint_img img{width: 100%; height: auto;}
.engagement_touchpoint_list li:nth-child(-n+2) .engagement_touchpoint_icon{position: absolute; left: 10px; top: -10px;}
.engagement_touchpoint_list li:nth-child(n+3) .engagement_touchpoint_icon{position: absolute; right: 30px; bottom: -10px;}
.engagement_touchpoint_icon img{width: initial;}
.engagement_touchpoint_txt{color: var(--main-color); font-size: 1.9rem; font-weight: 700;}

.engagement_point_txt{margin-bottom: 30px;}
.engagement_point_txt p{font-size: 1.8rem; line-height: 3.5rem;}
.engagement_point_flex{display: flex; gap: 40px;}
.engagement_point_flex_item{width: calc((100% - 80px)/3);}

.engagement_hayabusa_flex{display: flex; gap: 30px; }
.engagement_hayabusa_flex_item{display: flex; gap: 30px; width: 50%;}
.engagement_hayabusa_txt_head{font-size: 3rem; font-weight: 700; margin-bottom: 20px; color: var(--main-color);}
.engagement_hayabusa_img{width: 45%;}
.engagement_hayabusa_img img{border-radius: 100%;}
.engagement_hayabusa_txt{width: 55%; margin-bottom: 50px;}
.engagement_hayabusa_txt p{font-size: 1.8rem; line-height: 3.5rem;}


.engagement_emotion_flex{display: flex; gap: 45px; margin-bottom: 30px;}
.engagement_emotion_txt{width: 50%; }
.engagement_emotion_txt p{font-size: 1.8rem; line-height: 3.5rem;}
.engagement_emotion_white{margin-top: 30px; font-size: 3rem; font-weight: 700; color: var(--main-color); background-color: #fff; padding: 15px 20px; border-radius: 10px;}
.engagement_emotion_img{width: 50%;}

.engagement_emotion_bottom{display: flex; gap: 30px;}
.engagement_emotion_bottom_item{width: calc((100% - 60px)/3);}

.engagement_rental{display: flex; gap: 50px; margin-bottom: 50px;}
.engagement_rental_txt{width: 50%;}
.engagement_rental h3,
.engagement_wakuwaku h3{padding: 5px 20px; color: #fff; background-color: #EEB919; display: block; font-size: 3.5rem; font-weight: 700; margin-bottom: 35px; border-radius: 10px;}
.engagement_rental_txt p,
.engagement_wakuwaku p{font-size: 2rem; line-height: 3.5rem; margin-bottom: 20px;}
.engagement_wakuwaku_list{display: flex; gap: 40px; flex-wrap: wrap;}
.engagement_wakuwaku_list li{width: calc((100% - 80px)/3);}
.engagement_wakuwaku_img{margin-bottom: 5px;}
.engagement_wakuwaku_name{color: var(--main-color); font-size: 1.9rem; font-weight: 700;}

.engagement_term08 p{font-size: 1.8rem; line-height: 3.5rem; margin-bottom: 10px;}
.engagement_camp_message{font-size: 2.5rem; font-weight: 700; color: var(--main-color); margin-bottom: 20px;}
.engagement_camp_list{display: flex; gap: 30px;}
.engagement_camp_list li{width: calc((100% - 30px)/3);}

.engagement_term09 p{margin-bottom: 30px;}
.engagement_event_flex{display: flex; gap: 20px; margin-bottom: 50px;}
.engagement_event_flex_item{width: calc((100% - 20px)/2);}
.engagement_event_flex_item h3{ padding: 5px 20px; color: #fff; background-color: #EEB919; display: block; font-size: 3.5rem; font-weight: 700; margin-bottom: 35px; border-radius: 10px;}
.engagement_event_flex_img{margin-bottom: 10px;}
.engagement_event_flex_txt{font-size: 2rem; line-height: 3.5rem; font-family: "Noto Sans JP", serif;}
.engagement_event_list{display: flex; gap: 40px; row-gap: 30px; flex-wrap: wrap;}
.engagement_event_list li{width: calc((100% - 80px)/3);}
.engagement_event_list_img{margin-bottom: 5px;}
.engagement_event_list_txt{font-size: 1.9rem; color: var(--main-color); font-weight: 700;}


/* ----------------------------------------------------------
 SP CSS
---------------------------------------------------------- */
@media screen and (max-width:680px){
img,video {
  max-width: 100%;
  height: auto;
}

/* フォントサイズ10px=62.5% */
html{ font-size: 60%; }

/* 基本のフォントサイズ */
body{ font-size: 1.8rem; height: auto !important; padding-top: 0; }

/* 非表示用 */
.noneSP	{ display: none !important; }


/* ----------------------------------------------------------
 header
---------------------------------------------------------- */
header{position: fixed; height: 60px; width: 100%; z-index: 999; }
.header{height: 60px; background-color: #fff;}

.header_sec{height: 60px;}
.header_logo{height: 60px; flex-basis: initial; padding-left: 0;}
.header_logo01 a{padding: 7px 10px 8px;}
.header_logo h1{margin-left: 10px; padding-top: 0; text-align: left;}
.header_logo01{width: 100%; text-align: left; max-width: initial; height: 60px;}
.header_logo01 img{width: 190px;}

.header_logo01::before{display: none;}

.header_contact{position: fixed; right: 60px; width: 60px;}
.header_contact a{padding: 12px 10px 13px; border-radius: 0;}
.header_contact02{font-size: 2.6rem;}



/*ACCORDION*/
.toggle{width: 60px; height: 60px; background-color: var(--main-color);}
.toggle p{bottom: 11px;}

.accordion_icon{display: flex; gap: 10%; justify-content: center; margin: 60px auto 20px;font-size: 2.5rem;}
nav .accordion_icon a{border-bottom: none;}
nav .accordion_tell a i{color: #4DABE9;  border-radius: 100%; background-color: #fff; border: 2px solid #4DABE9; padding: 12px; }
nav .accordion_contact a i{color: #1D497B;  border-radius: 100%; background-color: #fff; border: 2px solid #1D497B; padding: 12px;}
nav .btn_trial_wrapper a{color: #fff; text-align: center;  border-bottom: solid 5px #AE6333;}
nav .btn_trial_item01 .free_trial{font-size: 2.3rem;}


/* ----------------------------------------------------------
 footer
---------------------------------------------------------- */
.bottom_wrapper{padding: 50px 0 360px; background: url(/info/wp-content/uploads/img_bottom_map01.png); background-position: center; background-size: cover; transform: translateY(50px); margin-top: -50px;}
.bottom_contact_wrapper{padding: 0; position: initial;}
.bottom_contact_sec{display: block; padding: 30px 20px; text-align: center;}
.bottom_contact_left{padding-right: 0; border: none; margin-bottom: 20px;}
.bottom_contact_left01{font-size: 2.8rem; margin-bottom: 15px;}
.bottom_contact_left01 i{width: 35px; height: 35px; font-size: 2rem; padding: 7px;}
.bottom_contact_left02{text-align: center;}
.bottom_contact_right{display: block; padding-left: 0;}
.bottom_contact_number{font-size: 3rem; margin: 20px 0; display: flex; flex-direction: column; align-items: center;}
.bottom_cantact_btn{width: 340px; max-width: 100%; margin: 0 auto;}
.bottom_cantact_btn a{font-size: 1.8rem; padding: 15px;}

.bottom_img{transform: none!important; display: none;}
.bottom_txt{bottom: 80px; font-size: 2.2rem;}

.bottom_txt_add{font-size: 1.8rem;}


footer{padding: 50px 0 0;}
.footer_wrapper{flex-direction: column-reverse; }
.footer_sec{width: 90%; display: block; text-align: center;}
.footer_sec01{padding: 0; border: none;}
.footer_sitemap{display: none;}
.footer_logo{text-align: center; max-width: 300px; margin: 0 auto 30px;}
.footer_info{line-height: 2.5rem; flex-direction: column;}
.footer_adress{font-size: 1.5rem;}
.footer_bnr{width: 100%; margin: 0 auto;}
.footer_bnr_list{flex-direction: column; gap: 15px;}
.footer_bnr_item{max-width: 280px; margin: 0 auto;}
.footer_copyright{margin: 0 auto; text-align: center;}

/* ページ下部 固定メニュー */

.btm_menu { position: fixed; bottom: -50px; width: 100%; border-top: 1px solid #fff; z-index: 99; }
.btm_menu li { float: left; width: 50%; }
.btm_menu li:first-child a { border-right: 1px solid #fff; }
.btm_menu li a { display: block; height: 30px; text-align: center; font-size: 1.6rem; padding: 15px 5px 5px; background-color: #16599D; color: #fff; transition: .5s;}
.btm_menu li a i{ font-size: 1.8rem; margin-right: 10px; }
.btm_menu li a:hover { background-color: #fff; color: #16599D; transition: .5s;}
.btm_menu ul:after { content: ''; clear: both; display: block; }


/* ----------------------------------------------------------
 hx
---------------------------------------------------------- */

/* ぱんくず */
.breadcrumbs{ position: relative; z-index: 1; padding: 4px 0;}  
.breadcrumbs > ol{} 
.breadcrumbs > ol > li{ display: inline-block; position: relative;  }
.breadcrumbs > ol > li:before{ content: "/"; display: block; position: absolute; top: -3px; left: 3px;  font-size: 1.9rem; }
.breadcrumbs > ol > li:first-child:before{ content: ""; }
.breadcrumbs > ol > li a{ font-size: 1.2rem; margin: 0 0 0 20px; }
.breadcrumbs > ol > li:first-child a{ margin: 0 0 0 0; }
.breadcrumbs > ol > li a:hover{ opacity: 0.6; }

/* ----------------------------------------------------------
 contents
---------------------------------------------------------- */
.top_first_wrapper{}
.wrapper{ position: relative; overflow: hidden; padding-top: 60px;}
.sp_br{display: block;}


/*トップページ*/
.top_first_wrapper img{width: 100%; bottom: 20px; transform: none!important;}
.top_first_txt{top: 47%; transform: translate(-50%,-50%); width: 90%;}
.top_first_txt01{font-size: clamp(2rem, 5vw, 4.5rem); margin-bottom: 10px;}
.top_first_txt02{font-size: clamp(1.8rem, 5vw, 4.5rem);}
.top_first_txt .large01,
.top_first_txt .large02{font-size: clamp(2.5rem, 5.5vw, 5.5rem);}

.top_first_txt img{}
.top_first_bnr{position: initial; transform: none; margin: 0 auto; padding: 20px 0;}


.top_bg_wrapper::before{position: initial;}
.top_bg_sec{transform: none;}

.top_service_wrapper{padding: 50px 0 120px;}
.top_service_head::before{width: 190px; height: 120px;}
.top_service_head01{font-size: 1.5rem;}
.top_service_head02{font-size: 2.6rem;}
.top_service_head::after{width: 34px; height: 34px; top: -26px;}
.top_service_topic{margin-bottom: 50px;}
.top_service_topic_copy{font-size: clamp(2.5rem, 4vw, 4.5rem);}

.top_service_list{height: initial;}
.top_service_list ul{display: flex; flex-direction: column; gap: 120px; margin-bottom: 100px;}
.top_service_item{position: initial; width: 100%; transform: none!important; max-width: 600px; margin: 0 auto;}
.top_service_item01{}

.top_service_item01 .top_service_inner{left: initial; top: initial; bottom: -80px; right: 20px; transform: none;}
.top_service_item02 .top_service_inner{left: initial; top: initial; bottom: -100px; right: 20px; transform: none;}
.top_service_item03 .top_service_inner{left: initial; top: initial; bottom: -90px; right: 20px; transform: none;}
.top_service_item04 .top_service_inner{left: initial; top: initial; bottom: -110px; right: 20px; transform: none;}
.top_service_item05 .top_service_inner{left: initial; top: initial; bottom: -110px; right: 20px; transform: none;}
.top_service_item06 .top_service_inner{left: initial; top: initial; bottom: -120px; right: 20px; transform: none;}

.top_service_txt{font-size: clamp(1.6rem, 3vw, 2.8rem); margin-bottom: 50px;}
.top_service_item01 .top_service_txt::before,
.top_service_item03 .top_service_txt::before,
.top_service_item04 .top_service_txt::before,
.top_service_item05 .top_service_txt::before{width: 220px; height: 150px;}
.top_service_item02 .top_service_txt::before{width: 220px; height: 160px;}
.top_service_item06 .top_service_txt::before{width: 250px; height: 180px;}

.top_service_subcopy{font-size: 1.4rem;}
.top_service_tit{font-size: 2.3rem;}
.top_service_number{width: 34px; height: 34px; font-size: 2rem;}
.top_service_item01 .top_service_number{top: -25px;}
.top_service_item02 .top_service_number{top: -25px; left: 35px;}
.top_service_item03 .top_service_number{top: -18px; left: 60px;}
.top_service_item04 .top_service_number{top: -15px; left: 40px;}
.top_service_item05 .top_service_number{top: -35px; left: 40px;}
.top_service_item06 .top_service_number{top: -35px; left: 60px;}

.top_topics_wrapper{margin-bottom: 50px;}
.top_topics_inner{padding: 50px 30px;}
.top_topics_head{top: -20px; left: 50%; transform: translate(-50%,-50%);}
.top_topics_head_inner{width: 210px;}
.top_topics_head_inner::before{width: 210px; height: 135px;}
.top_topics_head01{font-size: 3rem;}
.top_topics_list li{display: block;}
.top_topics_tit{font-size: 1.4rem;}

.top_works_wrapper{padding: 40px 0 80px;}
.top_works_head02{font-size: 3rem;}
.top_works_category{flex-direction: column; align-items: center;}
.top_works_sec .topWorksTit01{font-size: 1.5rem;}

.top_endeavor_sec{transform: translateY(-290px); max-width: 90%; margin: 0 auto -220px;}
.top_endeavor_head{ width: 210px;}
.top_endeavor_head::before{width: 210px; height: 135px;}
.top_endeavor_head_icon{top: -30px;}
.top_endeavor_head02{font-size: 3rem;}
.top_endeavor_topic{font-size: 2.8rem;}
.top_endeavor_txt{font-size: 1.8rem;}
.top_endeavor_list{width: 100%;}
.top_endeavor_list li{width: calc((100% - 30px)/2);}
.top_endeavor_tit{font-size: 1.8rem;}
.top_endeavor_btn{max-width: 100%; }


/* セカンドページ共通 */
.h1_wrapper:after{height: 190px;}
.contents{padding-top: 30px;}
.breadcrumbs{font-size: 1.3rem;}
.lnavi{margin: 30px auto 0; padding: 20px 20px;}
.lnavi ul{flex-direction: column; }
.lnavi ul li{font-size: 1.6rem;}
.lnavi ul li:before{display: none;}

.page_tit01{font-size: 2rem;}

.page_wrapper{padding: 30px 0 50px;}
.page_sec h2{padding-left: 44px;}
.page_sec h2::before{width: 34px; height: 34px; top: 7px;}
.page_sec h3{font-size: 2.2rem;}
.page_sec p{font-size: 1.5rem; line-height: 3rem;}


/* 事業内容 */
.business_topic_head strong{font-size: 2.5rem;}
.column_three p strong{font-size: 2.5rem; margin-bottom: 15px;}
.business_nitta{margin-bottom: 50px;}
.business_nitta strong{font-size: 2.5rem; margin-bottom: 15px;}
.nitta_access_info{font-size: 1.6rem;}
.page_works_sec ul{flex-direction: column; }
.page_works_sec ul li{width: 100%; max-width: 600px; margin: 0 auto;}
.page_works_tit{font-size: 2rem;}
.page_works_btn a{font-size: 2rem;}

.column_two p{font-size: 1.6rem;}
.column_two p strong{font-size: 2.5rem;}

.column_three{max-width: 600px; margin: 0 auto 50px;}
.column_three p{font-size: 1.6rem;}
.column_three p strong{font-size: 2.5rem;}
.column_three figure img{width: 100%; height: auto;}

.column_four{max-width: 400px; margin: 0 auto 50px;}
.column_four p{font-size: 1.6rem;}
.column_four p strong{font-size: 2.5rem;}
.column_four figure{text-align: center;}
.column_four figure img{width: 100%; height: auto;}

.business_sustainable_btn a{font-size: 1.7rem;}


/* Green Sustainable */
.greensustainable_sec{padding: 0 0 50px;}

h1.h1_greensustainable{ color: #a0c37d; line-height: 1; margin: 0; padding: 40px 0 40px 0; }
.greensustainable_sec_tit{ color: #3f9b4a; font-size: 2rem; text-align: center; letter-spacing: 3px; }

h2.h2_greensustainable{ color: #a0c37d; font-size: 4.2rem; font-family: "Google Sans Flex", sans-serif; font-weight: 700; font-style: normal; border-bottom: 0; margin-bottom: 30px; }
h2.h2_greensustainable span{ display: block; font-size: 1.5rem; color: #3f9b4a; line-height: 1; font-weight: 700; }

.greensustainable_sec_concept{ background: url("/info/wp-content/uploads/img_greensustainable01.png")  no-repeat right top; min-height: 800px; background-size: 60% auto; }
.greensustainable_sec_concept_sec{ width: 90%; margin: 0 auto; padding-top: 230px; }
.greensustainable_sec_concept_sec_txt01{ font-size: 1.6rem; line-height: 3; color: #175a1f; letter-spacing: 2px; }
.greensustainable_sec_concept_sec_txt01 span{ background-color: #3f9b4a; color: #fff; padding: 3px; }

.greensustainable_sec_effect_sec{ width: 90%; margin: 0 auto; padding-top: 50px; }
.greensustainable_sec_effect_sec_list{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.greensustainable_sec_effect_sec_item{ flex-basis: 100%; margin: 0 0 40px 0; }
.greensustainable_sec_effect_sec_img01{ margin-bottom: 10px; }
.greensustainable_sec_effect_sec_img01 img{ width: 100%; height: auto; border-radius: 10px; }
.greensustainable_sec_effect_sec_tit01{ font-size: 2.1rem; color: #3f9b4a; text-align: center; letter-spacing: 2px; margin-bottom: 10px; line-height: 1; }
.greensustainable_sec_effect_sec_txt01{ font-size: 1.2rem; color: #3f9b4a; text-align: center; letter-spacing: 2px; line-height: 1; }

.greensustainable_sec_action_sec_list{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.greensustainable_sec_action_sec_item{ flex-basis: 100%; background-color: #fff; padding: 20px; margin-bottom: 40px; }
.greensustainable_sec_action_sec_item_img01{ margin-bottom: 10px; }
.greensustainable_sec_action_sec_item_img01 img{ width: 100%; height: auto; border-radius: 10px; }
.greensustainable_sec_action_sec_item_txt01{ font-size: 1.6rem; color: #3f9b4a; letter-spacing: 2px; }

.greensustainable_report_list{ flex-wrap: wrap; margin-bottom: 60px; }
.greensustainable_report_item{ flex-basis: 48%; padding: 10px; margin-bottom: 15px; }
.greensustainable_report_item a{ display: block; }
.greensustainable_report_item a:hover{ opacity: .6; }
.greensustainable_report_item_img{ margin-bottom: 10px; }
.greensustainable_report_item_img img{ width: 100%; height: auto; border-radius: 10px; }
.greensustainable_report_item_tit{ font-size: 1.5rem; }
.greensustainable_report_item_tit span{ font-size: 1rem; padding: 2px 4px; margin-right: 5px; }

.greensustainable_report_sec{ width: 90%; margin: 0 auto; padding-top: 100px; }

.greensustainable_report_single_sec{ width: 90%; margin: 0 auto; flex-wrap: wrap; }
.greensustainable_report_sec01{ flex-basis: 100%; }
.greensustainable_report_sidebar01{ flex-basis: 100%; }

.greensustainable_report_sidebar_list{ display: block; }
.greensustainable_report_sidebar_item{ margin-bottom: 30px; }
.greensustainable_report_sidebar_item .greensustainable_report_item_img{ margin-bottom: 5px; }
.greensustainable_report_sidebar_item .greensustainable_report_item_tit{ font-size: 1.4rem; }

.greensustainable_report_single_sec h2{ color: #333; font-size: 2.4rem; letter-spacing: 2px; border-bottom: 2px solid #13beb8; border-top: 2px solid #13beb8; padding: 10px 10px 10px 40px; margin-bottom: 20px; background: url("/info/wp-content/uploads/ico_arrow01.png") no-repeat 0 20px; }
.greensustainable_report_single_sec h2:first-letter{ color: #13beb8; }
.greensustainable_report_single_sec h3{ font-size: 2rem; font-weight: 700; letter-spacing: 1px; margin-bottom: 20px; background-color: #fff; padding: 10px; border-radius: 10px; }

.greensustainable_report_sec01{}
.greensustainable_report_sec01 p{ font-size: 1.6rem; line-height: 1.6; letter-spacing: 2px; margin-bottom: 20px; }

.greensustainable_report_sec01 .wp-block-image img{ text-align: center; margin: 0 auto; }
.greensustainable_report_sec01 figure{ flex-basis: 100%; }

.sustainable_works_flex{flex-direction: column;}
.sustainable_works_item{width: 100%;}


/* 会社概要 */
.greeting_main_img{margin-bottom: 20px;}
.greeting_main_txt{position: initial; transform: none; color: var(--main-color); width: 90%; margin: 0 auto; text-shadow: none;}
.greeting_name{color: #222;}
.greeting_name span{font-size: 3.5rem;}
.corporate_table_btn{margin: 10px 0 0 0;}

.corporate_table th,
.corporate_table td{width: 100%!important; display: block; padding: 15px 10px!important; font-size: 1.5rem;}
.corporate_table th{font-weight: 700; background-color: #f9f9f9!important;}

.corporate_history_table th,
.corporate_history_table td{width: 100%!important; display: block; padding: 15px 10px!important; font-size: 1.5rem;}
.corporate_history_table th{font-weight: 700; background-color: #f9f9f9!important;}

.iso_table th,
.iso_table td{width: 100%!important; display: block; padding: 15px 10px!important; font-size: 1.5rem;}

.license_list ul{flex-direction: column;}
.license_list ul li{width: 100%;}

.companySec04_content ul{padding-left: 0;}
.companySec04_content ul li{font-size: 1.6rem;}

.page_sec .company_policy p{font-size: clamp(2.2rem, 5vw, 3.5rem);}

/* ごあいさつ */
.greeting_inner strong{font-size: 2.2rem;}


/* 理念・方針 */
.purpose_inner li{font-size: 1.6rem;}

/* 施工実績 */
.works_list{flex-direction: column;}
.works_list li{width: 100%;}


/* YAMAUME VILLAGE */
.village_sec .h1_village{font-family: "Google Sans Flex", sans-serif; font-weight: 900; margin: 0 0 40px;}
.village_sec_concept{font-family: "Zen Old Mincho", serif; top: initial;}
.vilage_sec_concept_tit{font-size: 2rem;}
.vilage_sec_concept_txt p{font-size: 1.6rem;}
.village_sec_bg{position: initial;}

/* SDGs */
.sdgsico_sec{margin: 0 auto 30px;}
.sdgs_sec_att01{width: 100%; margin: 30px auto 20px auto; font-size: 3.2rem;}
.sdgs_sec_att{width: 100%; font-size: 1.5rem;}
.sdgs_sec01_txt01{font-size: 1.5rem; height: initial;}
.sdgs_sec01_list{margin-bottom: 0;}
.sdgs_torikumi01_item{font-size: 1.6rem;}
.sdgs_torikumi_item01 .sdgs_torikumi01_item{font-size: 1.6rem;}
.sdgs_torikumi_item01 .sdgs_torikumi01_item:before{top: 22px;}
.sdgs_torikumi_sec .planningSec ul{flex-direction: column;}
.sdgs_torikumi_sec .planningSec li{width: 100%;}

/* CSR */
.csr_list ul{flex-direction: column;}
.csr_list li{width: 100%; margin: 0 auto; max-width: 600px;}
.csr_list ul li:nth-child(3n+2){transform: none;}
.csr_list_tit{font-size: 2.5rem;}
.csr_list_txt{font-size: 1.6rem; line-height: 3rem;}

/* プレスリリース */
.pressrelease_list li{width: calc((100% - 30px)/2);}
.pressrelease_date{font-size: 1.5rem;}
.pressrelease_tit{font-size: 1.5rem;}

/* プロジェクト制度 */
.project_sec_detail_tit span{line-height: 1.3;}
.project_activity_flex{flex-direction: column;}
.project_activity_img_liist li{width: calc((100% - 20px)/2);}
.project_village{flex-direction: column; gap: 30px;}
.project_village .companySecTxt,
.project_village .companySecImg{width: 100%;}
.treeSecBtn02{max-width: 100%; margin: 0 auto;}

/* 実績ページ */
.works_single_main{flex-direction: column;}
.works_single_article{width: 100%;}
.works_single_info_col2{display: flex; flex-direction: column; gap: 0;}
.works_single_info_item{font-size: 1.6rem;}
.works_single_sidebar{width: 100%;}


/* コラム */
.column_sec{padding: 40px 0; flex-direction: column;}
.column_left{width: 100%;}
.column_right{width: 100%; min-width: initial;}

/* お知らせ */
.news_item{display: block; padding: 30px 0 20px;}  
.news_cate_news{float: left;}
.news_cate_news:after{content: ""; clear: both;}
.news_tit{display: block; margin-top: 15px;}
.news_date{ display: inline;}
     
/* お問合せ */
.contents .contact_h2{font-size: 3.5rem; letter-spacing: 1px;}
.contact_item{display: block; padding: 20px 10px;}
.contact_tit{margin: 0 0 25px 0; width: initial;}
.contact_essential .contact_tit{margin-left: 80px; width: initial;}

.contact_tel_fax{padding: 20px;}
.contact_tel_fax_head{font-size: 2.5rem;}
.contact_tel_fax .bottom_contact_tel01{font-size: 2.5rem;}
.contact_tel_fax .bottom_contact_inner{align-items: center;}
.contact_tel_fax_caution{font-size: 1.4rem;}

    
/* お問合せフォーム */
.contact_sec{width: 90%; margin: 0 auto;}
.page_sec .contact_item{display: block; padding: 20px 0;}
.page_sec .contact_tit{margin: 0 0 20px 0; width: initial;}
.page_sec .contact_tit p{font-size: 18px;}
.page_sec .contact_essential .contact_tit{margin-left: 60px; width: initial;}
.page_sec .contact_tit span{left: -60px; font-size: 16px;}

.contact_txt, .contact_adress, .contact_txtarea{width: 100%;}
.contact_txt input{width: calc(100% - 16px); margin: 0 auto; font-size: 16px;}
.contact_adress input{width: 100%; margin-left: 0; font-size: 16px;}
input[type="checkbox"]{padding: 8px;}
.form-width{max-width: 100%;}
.page_sec .wpcf7-spinner{display: block;}
.contact_txtarea textarea{width: calc(100% - 16px); font-size: 16px;}
.contact_select select{ padding: 8px;}


/* 85年の歩み */
.history_85th_topic{padding-bottom: 50px;}
.history_85th_topic p strong{font-size: 4rem;}
.history_85th_greeting_wrapper{padding: 40px 0;}
.history_85th_greeting_sec h2{padding: 0; text-align: center;}
.history_85th_greeting_sec figure{transform: none; text-align: center;}
.history_85th_greeting_president{text-align: center;}
.history_85th_greeting_president span{margin-top: 0;}

.history_85th_term .wp-block-columns{flex-direction: column;}
.history_85th_term02 .wp-block-columns{flex-direction: column-reverse;}
.history_85th_term h2{padding: 0;}
.history_85th_term_tit01{display: block;}
.history_85th_term_tit02{display: block;}

.history_85th_leap_wrapper{padding: 30px 0;}
.history_85th_leap_sec{flex-direction: column;}
.history_85th_leap_sec h2{padding: 0;}
.history_85th_leap_txt{width: 100%;}
.history_85th_leap_slide{width: 100%;}
.history_100th_topic p strong{font-size: 4rem;}


/* サイトマップ */
.sitemap_item01:before{top: 7px;}
.sitemap_list02 li:before{top: 8px;}
    
::placeholder{ color: #999;}
/* 旧Edge対応 */
::-ms-input-placeholder{ color: #999; }
/* IE対応 */
:-ms-input-placeholder{ color: #999; }

/* ヘッダー */
header{box-shadow: 0px 8px 16px -6px rgba(0,0,0,0.3);}

/* 労働安全衛生 */
.patrol_president_inner{flex-direction: column;}
.patrol_president_illustration{width: 100%; max-width: 280px; margin: 0 auto;}
.patrol_president_txt{width: 100%;}
.patrol_president_sec{flex-direction: column; gap: 30px;}
.patrol_president_left{width: 100%;}
.patrol_president_right{width: 90%; margin: 0 auto 30px; text-align: center;}
.patrol_president_right img{height: auto; border-radius: 0;}


/* エンゲージメント */
.engagement_topic{flex-wrap: wrap; margin: 0 auto 50px;}
.engagement_topic_main{order: 1; width: 90%;}
.engagement_topic_left{order: 2; width: calc((100% - 20px)/2);}
.engagement_topic_right{order: 3; width: calc((100% - 20px)/2);}

.engagement_topic_head{font-size: 3rem;}
.engagement_wrapper p{font-size: 1.6rem; line-height: 3rem;}
.engagement_topic_point{width: 100%;}
.engagement_topic_point_item{font-size: 2rem;}

.engagement_term h2,
.engagement_about h2{font-size: 3rem;}
.engagement_term h2 span{font-size: 2rem; width: 40px; height: 40px;}
.engagement_term01_flex{flex-direction: column;}
.engagement_term01_flex_left{width: 100%;}
.engagement_term h3{font-size: 2.5rem;}
.engagement_term01_flex_right{width: 100%;}
.engagement_term01_btn{max-width: 100%; margin: 0 auto;}

.engagement_touchpoint_white{max-width: 100%;}
.engagement_touchpoint_list li{width: 100%;}

.engagement_point_flex{flex-direction: column;}
.engagement_point_flex_item{width: 100%;}

.engagement_hayabusa_flex{flex-direction: column;}
.engagement_hayabusa_flex_item{width: 100%; flex-direction: column;}
.engagement_hayabusa_img{width: 100%;}
.engagement_hayabusa_txt{width: 100%;}

.engagement_emotion_flex{flex-direction: column;}
.engagement_emotion_txt{width: 100%;}
.engagement_emotion_img{width: 100%;}
.engagement_emotion_white{font-size: 2rem;}

.engagement_emotion_bottom{flex-direction: column;}
.engagement_emotion_bottom_item{width: 100%;}

.engagement_rental{flex-direction: column; gap: 20px;}
.engagement_rental_txt{width: 100%;}
.engagement_rental_img{width: 100%;}
.engagement_rental h3, .engagement_wakuwaku h3{margin-bottom: 25px;}

.engagement_wakuwaku_list{gap: 20px;}
.engagement_wakuwaku_list li{width: calc((100% - 20px)/2);}

.engagement_camp_list{flex-direction: column;}
.engagement_camp_list li{width: 100%;}

.engagement_event_flex{flex-direction: column;}
.engagement_event_flex_item{width: 100%;}
.engagement_event_flex_txt{font-size: 1.8rem;}

.engagement_event_list{gap: 20px;}
.engagement_event_list li{width: calc((100% - 20px)/2);}
.engagement_event_list_txt{font-size: 1.6rem;}

}

/* ----------------------------------------------------------
 SP CSS END
---------------------------------------------------------- */

/* ----------------------------------------------------------
 TAB CSS
---------------------------------------------------------- */
@media screen and (min-width:681px) and (max-width:1200px){

img,video {
  max-width: 100%;
  height: auto;
}

/* フォントサイズ10px=62.5% */
html{ font-size: 62.5%; }

/* 基本のフォントサイズ */
body{ font-size: 1.8rem; padding-top: 0; }

/* 非表示用 */
.noneTAB		{ display: none !important; }

/* ----------------------------------------------------------
 header
---------------------------------------------------------- */
header{position: fixed; height: 60px; width: 100%; z-index: 999; }
.header{height: 60px; background-color: #fff;}

.header_sec{height: 60px;}
.header_logo{height: 60px; flex-basis: initial; padding-left: 0;}
.header_logo01 a{padding: 7px 10px 8px;}
.header_logo h1{margin-left: 10px; padding-top: 0; text-align: left;}
.header_logo01{width: 100%; text-align: left; max-width: initial; height: 60px;}
.header_logo01 img{width: 190px;}

.header_logo01::before{display: none;}

.header_contact{position: fixed; right: 60px; width: 60px;}
.header_contact a{padding: 12px 10px 13px; border-radius: 0;}
.header_contact02{font-size: 2.6rem;}



/*ACCORDION*/
.toggle{width: 60px; height: 60px; background-color: var(--main-color);}
.toggle p{bottom: 11px;}

.accordion_icon{display: flex; gap: 10%; justify-content: center; margin: 60px auto 20px;font-size: 2.5rem;}
nav .accordion_icon a{border-bottom: none;}
nav .accordion_tell a i{color: #4DABE9;  border-radius: 100%; background-color: #fff; border: 2px solid #4DABE9; padding: 12px; }
nav .accordion_contact a i{color: #1D497B;  border-radius: 100%; background-color: #fff; border: 2px solid #1D497B; padding: 12px;}
nav .btn_trial_wrapper a{color: #fff; text-align: center;  border-bottom: solid 5px #AE6333;}
nav .btn_trial_item01 .free_trial{font-size: 2.3rem;}


/* ----------------------------------------------------------
 footer
---------------------------------------------------------- */
.bottom_wrapper{padding: 50px 0 360px; background: url(/info/wp-content/uploads/img_bottom_map01.png); background-position: center; background-size: cover; transform: translateY(50px); margin-top: -50px;}
.bottom_contact_wrapper{padding: 0; position: initial;}
.bottom_contact_sec{display: block; padding: 30px 20px; text-align: center;}
.bottom_contact_left{padding-right: 0; border: none; margin-bottom: 20px;}
.bottom_contact_left01{font-size: 2.8rem; margin-bottom: 15px;}
.bottom_contact_left01 i{width: 35px; height: 35px; font-size: 2rem; padding: 7px;}
.bottom_contact_left02{text-align: center;}
.bottom_contact_right{display: block; padding-left: 0;}
.bottom_contact_number{font-size: 3rem; margin: 20px 0; display: flex; flex-direction: column; align-items: center;}
.bottom_cantact_btn{width: 340px; max-width: 100%; margin: 0 auto;}
.bottom_cantact_btn a{font-size: 1.8rem; padding: 15px;}

.bottom_img{transform: none!important; display: none;}
.bottom_txt{bottom: 80px; font-size: 2.4rem;}
.bottom_txt_add{font-size: 1.8rem;}

footer{padding: 50px 0 0;}
.footer_wrapper{flex-direction: column-reverse; }
.footer_sec{width: 90%; display: block; text-align: center;}
.footer_sec01{padding: 0; border: none;}
.footer_sitemap{display: none;}
.footer_logo{text-align: center; max-width: 300px; margin: 0 auto 30px;}
.footer_info{line-height: 2.5rem; flex-direction: column;}
.footer_adress{font-size: 1.5rem;}
.footer_bnr{width: 100%; margin: 0 auto;}
.footer_bnr_list{ gap: 15px; max-width: 90%; margin: 0 auto;}
.footer_bnr_item{max-width: 280px; margin: 0 auto;}
.footer_copyright{margin: 0 auto; text-align: center;}
	
/* ----------------------------------------------------------
 hx
---------------------------------------------------------- */

/* ぱんくず */
.breadcrumbs{ position: relative; z-index: 1;  padding: 4px 0;}  
.breadcrumbs > ol{} 
.breadcrumbs > ol > li{ display: inline-block; position: relative; }
.breadcrumbs > ol > li:before{ content: "/"; display: block; position: absolute; top: 0; left: 6px;  font-size: 1.9rem; }
.breadcrumbs > ol > li:first-child:before{ content: ""; }
.breadcrumbs > ol > li a{ font-size: 1.6rem; margin: 0 0 0 20px; }
.breadcrumbs > ol > li:first-child a{ margin: 0 0 0 0; }
.breadcrumbs > ol > li a:hover{ opacity: 0.6; }

/* ----------------------------------------------------------
 contents
---------------------------------------------------------- */
.top_first_wrapper{}
.wrapper{ position: relative; overflow: hidden; padding-top: 60px;}
.tab_br{display: block;}


/*トップページ*/
.top_first_wrapper{}
.wrapper{ position: relative; overflow: hidden; padding-top: 60px;}
.sp_br{display: block;}



/*トップページ*/
.top_first_wrapper img{width: 100%; bottom: 20px; transform: none!important;}
.top_first_txt{top: 47%; transform: translate(-50%,-50%); width: 100%;}
.top_first_txt01{font-size: clamp(2rem, 5vw, 4.5rem); margin-bottom: 10px;}
.top_first_txt02{font-size: clamp(1.8rem, 5vw, 4.5rem);}
.top_first_txt .large01,
.top_first_txt .large02{font-size: clamp(2.5rem, 5.5vw, 5.5rem);}

.top_first_txt img{width: 100%; margin: 0 auto;}

.top_first_bnr{position: initial; transform: none; margin: 0 auto; padding: 20px 0;}

.top_bg_wrapper::before{position: initial;}
.top_bg_sec{transform: none;}

.top_service_wrapper{padding: 50px 0 120px;}
.top_service_head::before{width: 190px; height: 120px;}
.top_service_head01{font-size: 1.5rem;}
.top_service_head02{font-size: 2.6rem;}
.top_service_head::after{width: 34px; height: 34px; top: -26px;}
.top_service_topic{margin-bottom: 50px;}
.top_service_topic_copy{font-size: clamp(2.5rem, 4vw, 4.5rem);}

.top_service_list{height: initial;}
.top_service_list ul{display: flex; flex-wrap: wrap; gap: 40px; row-gap: 80px; margin-bottom: 100px;}
.top_service_item{position: initial; width: calc((100% - 40px)/2); transform: none!important; max-width: 600px; margin: 0 auto;}
.top_service_item01{}

.top_service_item01 .top_service_inner{left: initial; top: initial; bottom: -80px; right: 20px; transform: none;}
.top_service_item02 .top_service_inner{left: initial; top: initial; bottom: -100px; right: 20px; transform: none;}
.top_service_item03 .top_service_inner{left: initial; top: initial; bottom: -90px; right: 20px; transform: none;}
.top_service_item04 .top_service_inner{left: initial; top: initial; bottom: -110px; right: 20px; transform: none;}
.top_service_item05 .top_service_inner{left: initial; top: initial; bottom: -110px; right: 20px; transform: none;}
.top_service_item06 .top_service_inner{left: initial; top: initial; bottom: -120px; right: 20px; transform: none;}

.top_service_txt{font-size: clamp(1.6rem, 3vw, 2.8rem); margin-bottom: 50px;}
.top_service_item01 .top_service_txt::before,
.top_service_item03 .top_service_txt::before,
.top_service_item04 .top_service_txt::before{width: 230px; height: 150px;}
.top_service_item05 .top_service_txt::before{width: 230px; height: 160px;}
.top_service_item02 .top_service_txt::before{width: 220px; height: 160px;}
.top_service_item06 .top_service_txt::before{width: 250px; height: 180px;}

.top_service_subcopy{font-size: 1.4rem;}
.top_service_tit{font-size: 2.3rem;}
.top_service_number{width: 34px; height: 34px; font-size: 2rem;}
.top_service_item01 .top_service_number{top: -25px;}
.top_service_item02 .top_service_number{top: -25px; left: 35px;}
.top_service_item03 .top_service_number{top: -18px; left: 60px;}
.top_service_item04 .top_service_number{top: -15px; left: 40px;}
.top_service_item05 .top_service_number{top: -35px; left: 40px;}
.top_service_item06 .top_service_number{top: -35px; left: 60px;}

.top_topics_wrapper{margin-bottom: 50px;}
.top_topics_inner{padding: 50px 30px;}
.top_topics_head{top: -20px; left: 50%; transform: translate(-50%,-50%);}
.top_topics_head_inner{width: 210px;}
.top_topics_head_inner::before{width: 210px; height: 135px;}
.top_topics_head01{font-size: 3rem;}
.top_topics_list li{display: block;}
.top_topics_tit{font-size: 1.4rem;}
.top_topics_bg{display: none;}

.top_works_wrapper{padding: 40px 0 80px;}
.top_works_head02{font-size: 3rem;}
.top_works_category{flex-direction: column; align-items: center;}
.top_works_sec .topWorksTit01{font-size: 1.5rem;}

.top_endeavor_sec{transform: translateY(-290px); max-width: 90%; margin: 0 auto -220px;}
.top_endeavor_head{ width: 210px;}
.top_endeavor_head::before{width: 210px; height: 135px;}
.top_endeavor_head_icon{top: -30px;}
.top_endeavor_head02{font-size: 3rem;}
.top_endeavor_topic{font-size: 2.8rem;}
.top_endeavor_txt{font-size: 1.8rem;}
.top_endeavor_list{width: 100%;}
.top_endeavor_list li{width: calc((100% - 30px)/2);}
.top_endeavor_tit{font-size: 1.8rem;}
.top_endeavor_btn{max-width: 100%; }

/* セカンドページ共通 */
.h1_wrapper:after{height: 240px;}
.contents{padding-top: 30px;}
.breadcrumbs{font-size: 1.3rem;}
.lnavi{margin: 30px auto 0;}
.lnavi ul li{font-size: 1.4rem;}

.page_tit01{font-size: 2rem;}

.page_wrapper{padding: 30px 0 50px;}
.page_sec h2{padding-left: 44px;}
.page_sec h2::before{width: 34px; height: 34px; top: 10px;}
.page_sec p{font-size: 1.6rem; line-height: 3rem;}


/* 事業内容 */
.business_topic_head strong{font-size: 2.5rem;}
.column_three p strong{font-size: 2.5rem; margin-bottom: 15px;}
.business_nitta{margin-bottom: 50px;}
.business_nitta strong{font-size: 2.5rem; margin-bottom: 15px;}
.nitta_access_info{font-size: 1.6rem;}
.page_works_sec ul li{width: 100%; max-width: 600px; margin: 0 auto;}
.page_works_btn a{font-size: 2rem;}

.column_two p strong{font-size: 2.5rem;}
.column_three figure img{width: 100%; height: auto;}

.column_four{gap: 40px!important;}
.page_sec .column_four{flex-wrap: wrap!important; margin: 0 auto;}
.column_four > .wp-block-column{flex-basis: calc((100% - 40px)/2)!important; max-width: 400px; margin: 0 auto;}
.column_four p strong{font-size: 2.5rem;}
.column_four figure{text-align: center;}
.column_four figure img{width: 100%; height: auto;}
.page_sec .coordinator_flex{flex-direction: column;}
.page_sec .coordinator_flex figure{text-align: center;}

.business_sustainable_btn a{font-size: 1.7rem;}


/* Green Sustainable */
.greensustainable_sec{padding: 0 0 50px;}

h1.h1_greensustainable{ color: #a0c37d; line-height: 1; margin: 0; padding: 20px 0 40px 0; font-size: 6rem;}
.greensustainable_sec_tit{ color: #3f9b4a; font-size: 3rem; text-align: center; letter-spacing: 3px; }

h2.h2_greensustainable{ color: #a0c37d; font-size: 5rem; font-family: "Google Sans Flex", sans-serif; font-weight: 700; font-style: normal; border-bottom: 0; margin-bottom: 30px; }
h2.h2_greensustainable span{ display: block; font-size: 1.8rem; color: #3f9b4a; line-height: 1; font-weight: 700; }

.greensustainable_sec_concept{ background: url("/info/wp-content/uploads/img_greensustainable01.png")  no-repeat right top; min-height: 700px; background-size: 50% auto; }
.greensustainable_sec_concept_sec{ width: 90%; margin: 0 auto; padding-top: 200px; }
.greensustainable_sec_concept_sec_txt01{ font-size: 1.8rem; line-height: 2; color: #175a1f; letter-spacing: 2px; }
.greensustainable_sec_concept_sec_txt01 span{ background-color: #3f9b4a; color: #fff; padding: 3px; }

.greensustainable_sec_effect_sec{ width: 94%; margin: 0 auto; padding-top: 40px; }
.greensustainable_sec_effect_sec_list{ display: flex; justify-content: flex-start; flex-wrap: wrap; }
.greensustainable_sec_effect_sec_item{ flex-basis: 31%; margin: 0 1% 40px 1%; }
.greensustainable_sec_effect_sec_img01{ margin-bottom: 10px; }
.greensustainable_sec_effect_sec_img01 img{ width: 100%; height: auto; border-radius: 10px; }
.greensustainable_sec_effect_sec_tit01{ font-size: 1.7rem; color: #3f9b4a; text-align: center; letter-spacing: 2px; margin-bottom: 10px; line-height: 1; }
.greensustainable_sec_effect_sec_txt01{ font-size: 1rem; color: #3f9b4a; text-align: center; letter-spacing: 2px; line-height: 1; }

.greensustainable_sec_action_sec_list{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.greensustainable_sec_action_sec_item{ flex-basis: 48%; background-color: #fff; padding: 20px; margin-bottom: 40px; }
.greensustainable_sec_action_sec_item_img01{ margin-bottom: 10px; }
.greensustainable_sec_action_sec_item_img01 img{ width: 100%; height: auto; border-radius: 10px; }
.greensustainable_sec_action_sec_item_txt01{ font-size: 1.4rem; color: #3f9b4a; letter-spacing: 2px; }

.greensustainable_report_item_tit p{font-size: 1.4rem;}

.greensustainable_report_sec{ width: 90%; margin: 0 auto; padding-top: 100px; }

.greensustainable_report_single_sec{ width: 90%; margin: 0 auto; flex-wrap: wrap; }
.greensustainable_report_sec01{ flex-basis: 100%; }
.greensustainable_report_sidebar01{ flex-basis: 100%; }

.greensustainable_report_sidebar_list{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.greensustainable_report_sidebar_item{ flex-basis: 48%; margin-bottom: 30px; }
.greensustainable_report_sidebar_item .greensustainable_report_item_img{ margin-bottom: 5px; }
.greensustainable_report_sidebar_item .greensustainable_report_item_tit{ font-size: 1.4rem; }

.greensustainable_report_single_sec h2{ color: #333; font-size: 2.4rem; letter-spacing: 2px; border-bottom: 2px solid #13beb8; border-top: 2px solid #13beb8; padding: 10px 10px 10px 40px; margin-bottom: 20px; background: url("/info/wp-content/uploads/ico_arrow01.png") no-repeat 0 20px; }
.greensustainable_report_single_sec h2:first-letter{ color: #13beb8; }
.greensustainable_report_single_sec h3{ font-size: 2rem; font-weight: 700; letter-spacing: 1px; margin-bottom: 20px; background-color: #fff; padding: 10px; border-radius: 10px; }

.greensustainable_report_sec01{}
.greensustainable_report_sec01 p{ font-size: 1.6rem; line-height: 1.6; letter-spacing: 2px; margin-bottom: 20px; }

.greensustainable_report_sec01 .wp-block-image img{ text-align: center; margin: 0 auto; }

/* 会社概要 */
.corporate_table th,
.corporate_table td{padding: 15px 10px!important; font-size: 1.5rem;}
.corporate_table th{font-weight: 700;}
.corporate_history_table th,
.corporate_history_table td{padding: 15px 10px!important; font-size: 1.5rem;}
.page_sec .company_policy p{font-size: clamp(2.5rem, 5vw, 3.5rem);}

.license_list ul li{width: 30%;}

/* ごあいさつ */
.greeting_inner strong{font-size: 2.5rem;}

/* 施工実績 */
.works_list{gap: 30px;}
.works_list li{width: calc((100% - 30px)/2);}

/* 実績ページ */
.works_single_main{flex-direction: column; max-width: 800px; margin: 0 auto;}
.works_single_article{width: 100%;}
.works_single_info_col2{display: flex; flex-direction: column; gap: 0;}
.works_single_info_item{font-size: 1.6rem;}
.works_single_sidebar{width: 100%;}


/* YAMAUME VILLAGE */
.village_sec{height: initial;}
.village_sec .h1_village{font-family: "Google Sans Flex", sans-serif; font-weight: 900; margin: 0 0 40px;}
.village_sec_concept{font-family: "Zen Old Mincho", serif; top: initial;}
.vilage_sec_concept_tit{font-size: 2rem;}
.vilage_sec_concept_txt p{font-size: 1.6rem;}
.village_sec_bg{position: initial; transform: translateY(-160px); height: initial!important; max-height: none; margin-bottom: -160px!important;}
.village_sec_bg img{max-height: initial;}

/* SDGs */
.sdgs_sec01_list{flex-direction: column; gap: 30px;}
.sdgs_sec01_item{flex-basis: 100%; max-width: 600px; margin: 0 auto}
.sdgs_sec01_txt01{min-height: initial; height: initial;}

.sdgs_sec01_tit02{font-size: 2.5rem;}
.sdgs_sec01_tit02 span{font-size: 4rem;}

.csr_list li{width: calc((100% - 40px)/2);}
.csr_list ul li:nth-child(3n+2){transform: none;}
.csr_list_tit{font-size: 2.8rem;}

/* プレスリリース */
.pressrelease_date{font-size: 1.5rem;}
.pressrelease_tit{font-size: 1.5rem;}

/* プロジェクト制度 */
.project_sec_detail_tit span{line-height: 1.3;}
.project_activity_flex{flex-direction: column;}
.project_village{flex-direction: column; gap: 30px;}
.project_village .companySecTxt,
.project_village .companySecImg{width: 100%;}
.treeSecBtn02{max-width: 100%; margin: 0 auto;}
.project_sec_att{width: 100%; font-size: 2.8rem;}
.treeSecImg img{width: 100%;}

/* コラム */
.column_sec{flex-direction: column; max-width: 800px; padding: 40px 0;}
.column_left{width: 100%;}
.column_right{width: 100%;}


/* お知らせ */
.news_item{display: block; padding: 30px 0 20px;}  
.news_cate_news{float: left;}
.news_cate_news:after{content: ""; clear: both;}
.news_tit{display: block; margin-top: 15px;}
.news_date{ display: inline;}

  

/* お問合せ */
.contact_item{display: block; padding: 20px 5%;}
.contact_tit{margin: 0 0 40px 0; width: initial;}
.contact_essential .contact_tit{margin-left: 80px; width: initial;}

.contact_tel_fax .bottom_contact_inner{align-items: center;}
    
/* お問合せフォーム */
.contact_sec{width: 90%; margin: 0 auto;}
.page_sec .contact_item{display: block; padding: 20px 0;}
.page_sec .contact_tit{margin: 0 0 20px 0; width: initial;}
.contact_essential .contact_tit{margin-left: 80px; width: initial;}
.form_tit01{display: none;}
.form_tit02{padding: 20px 0; font-size: 3rem;}
.form_sec{width: 90%;}
.policy_sec .page_sec{padding: 0;}

.list-checkbox-wrap .nf-field-element li label{text-align: left;}
.wpcf7-form-control-wrap{}
.contact_txt, .contact_adress, .contact_txtarea{width: 100%;}
.contact_txt input{width:  calc(100% - 16px); margin: 0 auto; font-size: 16px;}
.contact_txtarea textarea{width:  calc(100% - 16px); font-size: 16px;}
.contact_adress input{width: 100%; margin-left: 0; font-size: 16px;}
input[type="checkbox"]{padding: 8px;}
.form-width{max-width: 100%;}
.page_sec .wpcf7-spinner{display: block;}

::placeholder{ color: #999;}
	

/* 旧Edge対応 */
::-ms-input-placeholder{ color: #999; }
/* IE対応 */
:-ms-input-placeholder{ color: #999; }

/* 85年の歩み */
.history_85th_topic{padding-bottom: 50px;}
.history_85th_topic p strong{font-size: 4rem;}
.history_85th_greeting_wrapper{padding: 40px 0;}
.history_85th_greeting_sec h2{padding: 0; text-align: center;}
.history_85th_greeting_sec figure{transform: none; text-align: center;}
.history_85th_greeting_president{text-align: center;}
.history_85th_greeting_president span{margin-top: 0;}

.history_85th_term .wp-block-columns{flex-direction: column;}
.history_85th_term02 .wp-block-columns{flex-direction: column-reverse;}
.history_85th_term h2{padding: 0;}
.history_85th_term_tit01{display: block;}
.history_85th_term_tit02{display: block;}

.history_85th_leap_wrapper{padding: 30px 0;}
.history_85th_leap_sec{flex-direction: column;}
.history_85th_leap_sec h2{padding: 0;}
.history_85th_leap_txt{width: 100%;}
.history_85th_leap_slide{width: 100%;}
.history_100th_topic p strong{font-size: 4rem;}

/* 労働安全衛生 */
.patrol_president_sec{flex-direction: column; gap: 30px;}
.patrol_president_left{width: 100%;}
.patrol_president_right{width: 90%; margin: 0 auto 30px; text-align: center;}
.patrol_president_right img{height: auto; border-radius: 0;}

/* エンゲージメント */
.engagement_topic{flex-wrap: wrap; width: 100%; margin: 0 auto 50px;}
.engagement_topic_main{order: 1; width: 90%;}
.engagement_topic_left{order: 2; width: calc((100% - 20px)/2);}
.engagement_topic_right{order: 3; width: calc((100% - 20px)/2);}

.engagement_topic_head{font-size: 3rem;}
.engagement_wrapper p{font-size: 1.6rem; line-height: 3rem;}
.engagement_topic_point{width: 100%;}
.engagement_topic_point_item{font-size: 2rem;}

.engagement_term h2,
.engagement_about h2{font-size: 3rem;}
.engagement_term h2 span{font-size: 2rem; width: 40px; height: 40px;}
.engagement_term01_flex{flex-direction: column;}
.engagement_term01_flex_left{width: 100%;}
.engagement_term h3{font-size: 2.5rem;}
.engagement_term01_flex_right{width: 100%;}
.engagement_term01_btn{max-width: 100%; margin: 0 auto;}

.engagement_touchpoint_white{max-width: 100%;}
.engagement_touchpoint_list li{width: calc((100% - 35px)/2);}

.engagement_point_flex{}
.engagement_point_flex_item{width: calc((100% - 20px)/3);}

.engagement_hayabusa_flex{flex-direction: column;}
.engagement_hayabusa_flex_item{width: 100%;}

.engagement_emotion_flex{flex-direction: column;}
.engagement_emotion_txt{width: 100%;}
.engagement_emotion_img{width: 100%;}
.engagement_emotion_white{font-size: 2rem;}

.engagement_emotion_bottom{gap: 20px;}
.engagement_emotion_bottom_item{width: calc((100% - 40px)/3);}

.engagement_rental{flex-direction: column; gap: 20px;}
.engagement_rental_txt{width: 100%;}
.engagement_rental_img{width: 100%;}
.engagement_rental h3, .engagement_wakuwaku h3{margin-bottom: 25px;}

.engagement_wakuwaku_list{gap: 20px;}
.engagement_wakuwaku_list li{width: calc((100% - 20px)/2);}

.engagement_camp_list{}
.engagement_camp_list li{width: calc((100% - 20px)/3);}

.engagement_event_flex{flex-direction: column;}
.engagement_event_flex_item{width: 100%;}
.engagement_event_flex_txt{font-size: 1.8rem;}

.engagement_event_list{gap: 20px;}
.engagement_event_list li{width: calc((100% - 20px)/2);}
.engagement_event_list_txt{font-size: 1.6rem;}


}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 TAB CSS END
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 PC CSS
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
@media print, screen and (min-width:1201px) and (max-width:1500px){

/* フォントサイズ10px */
html{ font-size: 62.5%; }

/* 基本のフォントサイズ */
body{  font-size: 1.8rem; }

/* 非表示用 */
.nonePC		{ display: none !important; }

/* ----------------------------------------------------------
 header
---------------------------------------------------------- */
.header_sec{justify-content: space-between; margin-right: 100px;}
.header_logo01{width: initial;}
.header_logo01 img{width: 100%; height: auto;}
.header_logo01 a{}

.header_tel{margin: 0 20px 0 auto;}



/* ----------------------------------------------------------
 footer
---------------------------------------------------------- */
.bottom_contact_left01{font-size: 4rem; margin-bottom: 10px;}
.bottom_contact_left02{text-align: right;}
.bottom_contact_right{display: block;}
.bottom_contact_number{font-size: 4.5rem; display: flex; flex-direction: column; align-items: end; margin-bottom: 30px;}
.bottom_cantact_btn a{padding: 10px; font-size: 2rem;}

.header_recruit_pc{position: fixed; right: 100px; top: 0; width: 230px; height: 100px;}
.header_recruit_pc a{display: block; text-align: center; color: #fff; background-color: #F39902; padding: 35px 0 36px; border: 1px solid #F39902; font-weight: 700;}
.header_recruit_pc a::before{color: #F39902; color: #fff; }
.header_recruit_pc i{margin-right: 5px;}

.header_recruit,
.header_contact{width: 180px;}

.header_recruit i,
.header_contact i{display: none;}


/* ページ下部 固定メニュー */
.btm_menu{ display: none; }
.footer_wrapper{}
.footer_logo{text-align: center;}
.footer_sec01{text-align: center;}

/* ----------------------------------------------------------
 contents
---------------------------------------------------------- */
.gnavi_item > a{font-size: 1.5rem;}
.lnavi{width: 90%; margin: 0 auto;}
.pc_br{display: block;}


	
/* パンくず */
.breadcrumbs > ol{max-width: 1100px; margin: 0 auto;} 
	
/* トップページ */
.top_first_txt{top: 20%;}
.top_first_icon{width: 160px;}
.top_bg_wrapper::before{top: -230px;}
.top_bg_sec{transform: translateY(-80px);}

.top_service_list{height: 1200px;}
.top_service_item{width: 380px;}
.top_service_txt{width: 220px;}
.top_service_tit{font-size: 2.3rem;}
.top_service_subcopy{font-size: 1.4rem;}
.top_service_number{width: 34px; height: 34px; font-size: 2rem;}

.top_service_item01{top: 570px;}
.top_service_item02{left: 52%; top: 670px;}
.top_service_item03{top: 555px;}
.top_service_item06{right: -10px; top: 990px;}

.top_service_item01 .top_service_inner{top: -70px;}
.top_service_item04 .top_service_inner{bottom: -115px;}
.top_service_item06 .top_service_inner{top: -50px;}

.top_service_item01 .top_service_txt::before{width: 220px; height: 155px;}
.top_service_item02 .top_service_txt::before{width: 240px; height: 170px;}
.top_service_item03 .top_service_txt::before{width: 220px; height: 180px;}
.top_service_item04 .top_service_txt::before{width: 250px; height: 175px;}
.top_service_item05 .top_service_txt::before{width: 230px; height: 180px;}
.top_service_item06 .top_service_txt::before{width: 270px; height: 190px;}

.top_service_item01 .top_service_number{top: -30px; left: 35px;}
.top_service_item02 .top_service_number{top: -50px; right: 40px;}
.top_service_item03 .top_service_number{top: -15px; left: 30px;}
.top_service_item05 .top_service_number{top: -50px; left: 40px;}

.top_topics_bg{right: -220px;}
.top_topics_head{left: 50%; top: -140px; transform: translateX(-50%);}
.top_topics_head_inner{width: 260px;}
.top_topics_head_inner::before{width: 270px; height: 175px;}

.top_endeavor_sec{transform: translateY(-300px);}
.top_endeavor_head{width: 260px;}
.top_endeavor_head::before{width: 270px; height: 175px;}



/* Green Sustainable */

.greensustainable_sec{  }

h1.h1_greensustainable{ color: #a0c37d; line-height: 1; margin: 0; padding: 40px 0; }
.greensustainable_sec_tit{ color: #3f9b4a; font-size: 3.5rem; text-align: center; letter-spacing: 3px; }

h2.h2_greensustainable{ color: #a0c37d; font-size: 6.2rem; font-family: "Google Sans Flex", sans-serif; font-weight: 700; font-style: normal; border-bottom: 0; margin-bottom: 30px; }
h2.h2_greensustainable span{ display: block; font-size: 2rem; color: #3f9b4a; line-height: 1; font-weight: 700; }

.greensustainable_sec_concept{ background: url("/info/wp-content/uploads/img_greensustainable01.png")  no-repeat right top; min-height: 1000px; background-size: 50% auto; }
.greensustainable_sec_concept_sec{ width: 1200px; margin: 0 auto; padding-top: 100px; }
.greensustainable_sec_concept_sec_txt01{ font-size: 2.2rem; line-height: 2; color: #175a1f; letter-spacing: 2px; }
.greensustainable_sec_concept_sec_txt01 span{ background-color: #3f9b4a; color: #fff; padding: 3px; }

.greensustainable_sec_effect_sec_list{ display: flex; justify-content: space-between; }
.greensustainable_sec_effect_sec_item{ flex-basis: 19%; }
.greensustainable_sec_effect_sec_img01{ margin-bottom: 10px; }
.greensustainable_sec_effect_sec_img01 img{ width: 100%; height: auto; border-radius: 10px; }
.greensustainable_sec_effect_sec_tit01{ font-size: 2.1rem; color: #3f9b4a; text-align: center; letter-spacing: 2px; margin-bottom: 10px; line-height: 1; }
.greensustainable_sec_effect_sec_txt01{ font-size: 1.2rem; color: #3f9b4a; text-align: center; letter-spacing: 2px; line-height: 1; }

.greensustainable_sec_action_sec_list{ display: flex; justify-content: space-between; }
.greensustainable_sec_action_sec_item{ flex-basis: 32%; background-color: #fff; padding: 20px; }
.greensustainable_sec_action_sec_item_img01{ margin-bottom: 10px; }
.greensustainable_sec_action_sec_item_img01 img{ width: 100%; height: auto; border-radius: 10px; }
.greensustainable_sec_action_sec_item_txt01{ font-size: 1.6rem; color: #3f9b4a; letter-spacing: 2px; }

/* 会社案内 */
.company_sec{width: 90%;}
.company_table_place{display: flex; justify-content: space-between; flex-wrap: wrap;}
.company_table_place p{width: 48%;}

/* 労働安全衛生 */
.patrol_president_txt p{font-size: 1.8rem; line-height: 3.5rem;}



/* リクルートページ */
.recruit_header .header_logo01{padding: 0;}
.recruit_header .header_logo01 a{padding: 33px 35px;}

.recruit_interview_txt_bottom{flex-direction: column;}
.recruit_interview_txt02, .recruit_interview_txt03{width: 100%;}


}
/* ----------------------------------------------------------
 PC CSS END
---------------------------------------------------------- */

/* ----------------------------------------------------------
 個別調整
---------------------------------------------------------- */
@media print, screen and (min-width:1501px) and (max-width:1680px){
.top_topics_head{left: 50%; top: -160px; transform: translateX(-50%); z-index: 1;}
.top_topics_inner{transform: translateX(-190px);}

}


/* ----------------------------------------------------------
 PC WIDE CSS
---------------------------------------------------------- */
@media screen and (min-width:1501px){
/* フォントサイズ10px */
html{ font-size: 62.5%; height: 100%; }

/* 基本のフォントサイズ */
body{ font-size: 1.8rem;  }

/* 非表示用 */
.nonePCWIDE		{ display: none !important; }

/* ----------------------------------------------------------
 header
---------------------------------------------------------- */


  .header-scroll {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    background: transparent;
    transition: transform 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
    will-change: transform, opacity;
  }

  .header-scroll.is-hidden {
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
  }

  .header-scroll.is-visible {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .header-scroll.is-scrolled {
    background: transparent;
  }



.header_navi{box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);}
/* ----------------------------------------------------------
 footer
---------------------------------------------------------- */
/* ページ下部 固定メニュー */
.btm_menu{ display: none; }



/* ----------------------------------------------------------
 hx
---------------------------------------------------------- */



/* ----------------------------------------------------------
 contents
---------------------------------------------------------- */


/* 会社案内 */
.company_table_place{display: flex; justify-content: space-between; flex-wrap: wrap;}
.company_table_place p{width: 48%;}


}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 PCWIDE CSS END
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
