@charset "utf-8";
:root {
 --fontfamily:"fot-tsukuardgothic-std", sans-serif;
 --fontfamily2:"courier-std", monospace;
 --fontcolor: #231815;
 --mainecolor:#344d66;
 --subcolor:#f7e26e;
--subcolor2:#61C1BE;
 --anime:all 0.5s 0s ease-out;
 --animemovie:all 1s 0.5s ease-out;
 --maxcontent:73.125rem;/*1170px*/
 --bg: #f7f7f8;
 --card-bg: #ffffff;
 --accent: #2f80ed;
 --accent-soft: #e3efff;
 --text-main: #222222;
 --text-sub: #666666;
 --border: #e0e0e0;
 --radius-card: 16px;
 --radius-img: 12px;
}
* {
	margin:0;
	padding:0;
	box-sizing:border-box;
	outline:none;
}
/*

font-family: "yu-gothic-pr6n", sans-serif;
font-weight: 400;

FOT-TsukuARdGothic Std R
font-weight: 400;
font-weight: 700;

Courier Std
font-family: "courier-std", monospace;
font-weight: 400;
font-weight: 700;
*/
body {
	text-align:center;
	font-family:var(--fontfamily);
	color:var(--fontcolor);
	font-size:20px;
	line-height:220%;
	-webkit-text-size-adjust: 100% !important;
	max-height: 100%;
}
ul, li {
	list-style:none;
}
img {
	border:0;
	max-width:100%;
	height:auto;
	vertical-align: bottom;
}
.anchor {
display:block;
height:0;
overflow:hidden;
padding-top:6.25rem;
margin-top:-6.25rem;
}
.sp_640{
	display: none;
}

table {
	border-collapse: collapse;
	width:98%;
	margin:auto;
}
table tr {
	border-bottom:1px dashed #C8C8C8;
}
table th, table td {
	padding:15px 10px;
	box-sizing:border-box;
	text-align:left;
	vertical-align:top;
}
table th {
	font-weight:normal;
	width:150px;
}
table td ul li {
	text-indent: -1.2em;
	padding-left: 1em;
}
.subpage #wrapper {
padding-top:80px;
}
ul#menu {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content:center;
	padding:1rem 0;
}
ul#menu li a {
	display:block;
	padding:1rem 1rem;
	color:#000;
	text-decoration:none;
	font-size:17px;
	line-height:100%;
	font-weight:700;
	transition:var(--anime);
}
ul#menu li a:hover {
	color:var(--mainecolor);
	transition:var(--anime);
}
.home ul#menu li a {
	color:#FFF;
}
.home ul#menu li a:hover {
	color:var(--subcolor);
	transition:var(--anime);
}
#header.fixed ul#menu li a {
	color:var(--fontcolor);
 padding:.5rem 1rem;
	transition:var(--anime);
}
#header.fixed ul#menu li a:hover {
	color:var(--mainecolor);
	transition:var(--anime);
}
.subpage #header {
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1001;
	position: fixed;
	background-color:#FFFFFF;
	transition:var(--anime);
	height:80px;
	display: flex;
    justify-content: center;
    align-items: center;
}

.subpage #header.fixed {
	transition:var(--anime);
	height:auto;
}
.subpage #header h1.sb_logo {
 width: 250px;
text-align:left;
padding-right:50px;
display:block;
transition:var(--anime);
}
.subpage #header.fixed  h1.sb_logo {
display:none;
transition:var(--anime);
}
.home #header {
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1001;
	position: fixed;
	background-color:#FFFFFF00;
	transition:var(--anime);
}
#header.fixed {
	background-color:#FFFFFF;
	transition:var(--anime);
}
#header.fixed ul#menu {
padding:.5rem 0;
}
.top_maine,
.top_maine .sride_wrap_k{
	position:relative;
	width:100%;
	height:800px;
	max-height:100vh;
}
.top_maine .sride_wrap_k {
position:relative;
z-index:0;
}
.top_maine .sride_wrap_k .metaslider .slides img {
    width: 100%;
	height:800px;
	max-height:100vh;
    display: block;
    object-fit: cover;
}
.top_maine::before {
 content:"";
 width:100%;
 height:295px;
 top:0;
 left:0;
 display:block;
 position:absolute;
 mix-blend-mode: multiply;
 z-index:2;
 background : -moz-linear-gradient(50% 0% -90deg, rgba(159, 160, 160, 1) 0.11%, rgba(159, 160, 160, 0.91) 9.06%, rgba(159, 160, 160, 0) 100%);
 background : -webkit-linear-gradient(-90deg, rgba(159, 160, 160, 1) 0.11%, rgba(159, 160, 160, 0.91) 9.06%, rgba(159, 160, 160, 0) 100%);
 background : -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0.0011, rgba(159, 160, 160, 1) ), color-stop(0.0906, rgba(159, 160, 160, 0.91) ), color-stop(1, rgba(159, 160, 160, 0) ));
 background : -o-linear-gradient(-90deg, rgba(159, 160, 160, 1) 0.11%, rgba(159, 160, 160, 0.91) 9.06%, rgba(159, 160, 160, 0) 100%);
 background : -ms-linear-gradient(-90deg, rgba(159, 160, 160, 1) 0.11%, rgba(159, 160, 160, 0.91) 9.06%, rgba(159, 160, 160, 0) 100%);
 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#9FA0A0', endColorstr='#9FA0A0' ,GradientType=0)";
 background : linear-gradient(180deg, rgba(159, 160, 160, 1) 0.11%, rgba(159, 160, 160, 0.91) 9.06%, rgba(159, 160, 160, 0) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9FA0A0', endColorstr='#9FA0A0', GradientType=0);
}
h1.home_l {
position:absolute;
text-align:center;
bottom:50px;
width:100%;
z-index:3;
}
h2.catch {
font-size:56px;
line-height:80%;
font-weight:700;
width:11em;
height:1em;
margin:auto;
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
color: #FFF;
text-shadow: 0 0 9px BLACK;
z-index:3;
}
.home h3 {
color:var(--mainecolor);
text-align:center;
font-size:3.125rem;
line-height:110%;
font-weight:700;
margin-bottom:50px;
}
.home h3 small {
font-family:var(--fontfamily2);
text-align:center;
font-size:1.5rem;
line-height:130%;
font-weight:700;
display:block;
padding-top:0.5rem;
}
.home h3.right, .home h3.right small {
	text-align:right;
}
.home h3.left, .home h3.left small {
	text-align:left;
}
.news_box_top_abs {
	max-width:450px;
	width:100%;
	background:#FFF;
	padding:13px 2rem 13px 2rem;
	position:absolute;
	bottom:50px;
	right:0;
	font-size:1rem;
	line-height:110%;
}
.news_box_top_abs ul {
	width:100%;
}
.news_box_top_abs ul li {
	width:100%;
	text-align:left;
	position:relative;
	padding-left:115px;
}
.news_box_top_abs ul li a {
	color:var(--fontcolor);
	text-decoration:none;
}
.news_box_top_abs ul li .hiduke {
	position:absolute;
	top:0;
	left:0;
	font-weight:bold;
	letter-spacing:0.05rem;
}
.top_about {
	padding:11rem 0;
	position:relative;
	max-width:1340px;
	margin:auto;
	width:100%;
}
.top_about::after {
 content:"";
 width:100%;
 height:395px;
 bottom:0;
 left:0;
 right:0;
 margin:auto;
 display:block;
 background-image:url(https://yoshimoto-nousan.co.jp/wp/images/bg_cloud1.png);
 background-position:bottom center;
 background-repeat:no-repeat;
 background-size:cover;
 position:absolute;
 z-index:-1;
}
.top_about p {
	text-align:center;
	word-break: auto-phrase;
}
.read_more {
	text-align:center;
	padding-top:60px;
}
.read_more a {
	color:var(--mainecolor);
	font-family:var(--fontfamily2);
	text-decoration:none;
	font-size : 1rem;
	line-height : 100%;
	letter-spacing : 2.5px;
	font-weight:700;
	display: table;
	margin: auto;
	padding:0 3rem 30px 3rem;
	position:relative;
	transition:var(--anime);
}
.read_more a:hover {
	color:#344d6660;
	transition:var(--anime);
}
.read_more a::after {
 content:"";
 display:block;
 width:46px;
 height:16px;
 background-color:var(--subcolor);
 margin:auto;
 position:absolute;
 left:0;
 right:0;
 bottom:0;
 transition:var(--anime);
}
.read_more a:hover::after {
 width:80%;
 height:2px;
 background-color:var(--mainecolor);
 transition:var(--anime);
}
.read_more.right {
	text-align:right;
}
.read_more.right a {
	margin: auto 0 auto auto;
	padding:0 0 30px 3rem;
}
.read_more.right a::after {
 margin: auto 0 auto auto;
}
.top_product {
	padding:3.5rem 0 18.375rem 0;
	position:relative;
}
.top_product::before, .top_product::after {
 content:"";
 bottom:0;
 position:absolute;
 display:block;
}
.top_product::before {
 aspect-ratio:236 / 232;
 max-width:236px;
 width:38vw;
 background-image:url(https://yoshimoto-nousan.co.jp/wp/images/illust001.png);
 background-position:bottom center;
 background-repeat:no-repeat;
 background-size:cover;
 left:8vw;
}
.top_product::after {
 aspect-ratio:344 / 226;
 max-width:344px;
 width:48vw;
 background-image:url(https://yoshimoto-nousan.co.jp/wp/images/illust002.png);
 background-position:bottom center;
 background-repeat:no-repeat;
 background-size:cover;
 right:2vw;
}
/* 背景スライダー */
.bg-slider {
	position: absolute;
	height: 320px;
	inset: 0;
	z-index: 1;
	overflow: hidden;
	width: 100%;
	top: 3.5rem;
}
/* 中央テキスト */
.center-text {
	position: relative;
	z-index: 2;
	max-width:420px;
	background-image: linear-gradient(90deg, transparent, #ffffff 12% 90%, transparent);
	height: 320px;
	margin:auto;
}
.house_ph {
	width:100%;
	height:275px;
	z-index: 1;
	position: relative;
	clip-path: inset(0);
	margin-bottom:150px;
}
.house_ph::before {
 content: "";
 display: block;
 width: 100%;
 height: 100%;
 background-image:url(https://yoshimoto-nousan.co.jp/wp/wp-content/uploads/2026/01/tp_photo001.jpg);
 background-size: cover;
 background-position: center center;
 background-repeat: no-repeat;
 position: fixed;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 margin: auto;
 z-index: -2;
}
.top_servis {
	padding-top:70px;
	padding-bottom: 240px;
	max-width: 1170px;
	width: 100%;
	margin: auto;
	display: flex;
	flex-direction: row;
	margin: auto;
	align-items: end;
	position:relative;
}
.top_servis .in_ttl {
	width:30%;
	min-width:350px;
	padding-right:50px;
	text-align:right;
}
.top_servis .in_ph {
	width:40%;
}
.top_servis .in_ttx {
	width:30%;
	min-width:350px;
	padding-left:40px;
}
.top_servis .in_ttx p {
	text-align:left;
	word-break: auto-phrase;
}
.top_servis::after {
 content: "";
 width: 234px;
 display: block;
 aspect-ratio: 1 / 1;
 background-color: #FDF5D0;
 border-radius: 99%;
 -webkit-border-radius: 99%;
 -moz-border-radius: 99%;
 position: absolute;
 z-index: -1;
 right: 20%;
 top: 0;
}
.top_overhidden {
	overflow:hidden;
}
.top_farm {
	padding-top:140px;
	position:relative;
	width:100%;
	margin:auto auto 90px auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	max-width:750px;
}
.top_farm .in_ttl {
	width:350px;
	padding:0 45px;
	text-align:left;
	position:relative;
	z-index:1;
}
.top_farm .in_ph {
	width:400px;
	position:relative;
	z-index:1;
	padding-top:195px;
}
.top_farm .in_ph_left {
	width:570px;
	position:absolute;
	left:-570px;
	top:140px;
	z-index:-1;
}
.top_farm .in_ph_right {
	width:556px;
	position:absolute;
	right:-386px;
	top:120px;
	z-index:-1;
}
.top_farm .in_ph_left::after, .top_farm .in_ph_right::after {
 content: "";
 display: block;
 aspect-ratio: 1 / 1;
 background-color: #FDF5D0;
 border-radius: 99%;
 -webkit-border-radius: 99%;
 -moz-border-radius: 99%;
 position: absolute;
 z-index: -2;
}
.top_farm .in_ph_left::after {
width: 268px;
right: -75px;
bottom: -95px;
}
.top_farm .in_ph_right::after {
width: 496px;
top: -115px;
left: -177px;
}
.top_feedback {
	padding-top:230px;
	padding-bottom:290px;
	position:relative;
	overflow:hidden;
}
.top_feedback::before {
 content:"";
 position:absolute;
 display:block;
 aspect-ratio:420 / 250;
 width: 100%;
 max-width:420px;
 background-image:url(https://yoshimoto-nousan.co.jp/wp/images/illust003.png);
 background-position:bottom center;
 background-repeat:no-repeat;
 background-size:contain;
 right:-45px;
 top:0;
}
.top_feedback::after {
 content:"";
 position:absolute;
 display:block;
 aspect-ratio:340 / 230;
 width: 100%;
 max-width:340px;
 background-image:url(https://yoshimoto-nousan.co.jp/wp/images/illust004.png);
 background-position:bottom center;
 background-repeat:no-repeat;
 background-size:contain;
 left:85px;
 bottom:60px;
}
ul.cl3_customer {
	max-width:1170px;
	width:100%;
	margin:auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap:54px;
}
ul.cl3_customer li {
	width:calc(33% - 33px);
	position:relative;
}
ul.cl3_customer img {
	aspect-ratio:1 / 1;
	object-fit: cover;
	border-radius: 99%;
	-webkit-border-radius: 99%;
	-moz-border-radius: 99%;
	margin-bottom:20px;
}
ul.cl3_customer img.img-rep2 {
	object-position: 31% center;
}
ul.cl3_customer img.img-rep3 {
	object-position: 58% center;
}
ul.cl3_customer li::after {
 content: "";
 display: block;
 aspect-ratio: 1 / 1;
 background-color: #FDF5D0;
 border-radius: 99%;
 -webkit-border-radius: 99%;
 -moz-border-radius: 99%;
 position: absolute;
 z-index: -2;
width: 234px;
}
ul.cl3_customer li:nth-child(1)::after {
left: -40px;
top: -40px;
}
ul.cl3_customer li:nth-child(2)::after {
left: -40px;
bottom: 0;
}
ul.cl3_customer li:nth-child(3)::after {
right: -95px;
top: 60px;
}
ul.cl3_customer li a {
	font-weight:700;
	display:block;
	color:var(--mainecolor);
	text-decoration:none;
}
ul.cl3_customer li .name_box {
	display:block;
	text-align:center;
	font-size : 28px;
	line-height:100%;
	letter-spacing : 2.24px;
}
ul.cl3_customer li .name_box small {
	font-size : 28px;
	line-height:100%;
}
.top_recruit {
	width:100%;
	position:relative;
}
.top_recruit a {
	width:100%;
	display:block;
	height:382px;
	position:relative;
	background-image:url(https://yoshimoto-nousan.co.jp/wp/images/tp_photo006.jpg);
	background-position:center 30%;
	background-repeat:no-repeat;
	background-size:cover;
	color:#FFF;
	text-decoration:none;
	overflow:hidden;
}
.top_recruit a::after {
 content:"";
 width:100%;
 display:block;
 height:382px;
 background-color:#00000000;
 transition:var(--anime);
}
 .top_recruit a:hover::after {
 background-color:#00000030;
 transition:var(--anime);
}
.ttl_h3 {
	color:#FFF;
	text-align:left;
	font-size:3.125rem;
	height:4.625rem;
	line-height:110%;
	font-weight:700;
	margin:auto 0 auto auto;
	display:table;
	position:absolute;
	right:10vw;
	top:0;
	bottom:0;
	z-index:1;
}
.ttl_h3 small {
	font-family:var(--fontfamily2);
	text-align:left;
	font-size:1.5rem;
	line-height:130%;
	font-weight:700;
	display:block;
	padding-top:0.5rem;
}
.top_news {
	padding-top:150px;
	padding-bottom:150px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	max-width:1170px;
	width:100%;
	margin:auto;
}
.top_news .in_ttl {
	width:320px;
}
.top_news .in_ttx {
	width:calc(100% - 320px);
}
.top_news .in_ttl .read_more {
	text-align: center;
	padding-top: 0px;
}
.top_news .in_ttx ul {
	width:100%;
}
.top_news .in_ttx ul li {
	width:100%;
	margin-bottom:30px;
}
.top_news .in_ttx ul li a {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	text-align:left;
	text-decoration:none;
}
.top_news .in_ttx ul li a .hiduke {
	color:var(--mainecolor);
	font-weight:900;
	font-size : 24px;
	letter-spacing : 3px;
	width:190px;
	text-align:left;
	text-decoration:none;
}
.top_news .in_ttx ul li a .title {
	text-decoration:underline;
	color:var(--fontcolor);
	font-size : 16px;
	line-height:24px;
	padding-top: 9px;
	padding-right: 1rem;
	width:330px;
	word-break: auto-phrase;
}
.top_news .in_ttx ul li a .excerpt {
	text-decoration:none;
	color:var(--fontcolor);
	font-size :14px;
	line-height:24px;
	padding-top: 9px;
}
#footer {
	border-top:6px solid #fdf5d0;
	padding-top:150px;
	padding-bottom:260px;
	position:relative;
	z-index:2;
}
#footer::before, #footer::after {
 content:"";
 position:absolute;
 display:block;
 width:33vw;
}
#footer::before {
 aspect-ratio:510 / 420;
 background-image:url(https://yoshimoto-nousan.co.jp/wp/images/illust005.png);
 background-position:center center;
 background-repeat:no-repeat;
 background-size:contain;
 left:0;
 bottom:-40px;
 max-width:510px;
}
#footer::after {
 aspect-ratio:520 / 506;
 background-image:url(https://yoshimoto-nousan.co.jp/wp/images/illust006.png);
 background-position:center center;
 background-repeat:no-repeat;
 background-size:contain;
 right:0;
 bottom:-15px;
 max-width:520px;
}
.footer_in {
	max-width:418px;
	color:var(--mainecolor);
	width:100%;
	margin:auto;
	position:relative;
	z-index:2;
}
.com_name {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content:center;
	align-items: flex-end;
	font-size:63px;
	line-height:100%;
	font-weight:900;
}
.com_name small {
	width:2em;
	font-size:29px;
	line-height:90%;
	font-weight:900;
}
.com_address {
	color:var(--fontcolor);
	padding-top:15px;
	padding-bottom:50px;
	margin-bottom:50px;
	border-bottom:1px solid var(--mainecolor);
	font-size:20px;
	line-height:100%;
}
.com_tel {
	text-align:center;
}
.com_tel h4 {
	font-size:22px;
	line-height:100%;
	text-align:center;
	margin-bottom:20px;
}
.tel_box, .fax_box {
	font-size:35px;
	line-height:45px;
	font-weight:900;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content:center;
	align-items: center;
	gap:15px;
}
.tel_box {
	margin-bottom:20px;
}
.tel_box::before {
 content:"";
 width:45px;
 height:45px;
 background-image:url(https://yoshimoto-nousan.co.jp/wp/images/icon_tel.png);
 background-size:contain;
 background-position:center center;
 background-repeat:no-repeat;
}
.fax_box::before {
 content:"";
 width:45px;
 height:45px;
 background-image:url(https://yoshimoto-nousan.co.jp/wp/images/icon_fax.png);
 background-size:contain;
 background-position:center center;
 background-repeat:no-repeat;
}
.footer_menu {
	background-color:var(--subcolor);
	position:relative;
	z-index:1;
}
.footer_menu ul {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content:center;
	align-items: center;
	max-width:865px;
	width:100%;
	margin:auto;
	border-bottom:1px solid var(--mainecolor);
}
.footer_menu ul li {
	padding:2rem 0 1rem 0;
}
.footer_menu ul li a {
	padding:0.5rem 1rem;
	color:var(--mainecolor);
	font-weight:900;
	font-size:16px;
	line-height:100%;
	text-decoration:none;
}
#copyright {
	font-size:11px;
	line-height:100%;
	color:var(--mainecolor);
	text-align:center;
	padding:20px 0;
	letter-spacing:0.05em;
}
#copyright a {
	color:var(--mainecolor);
	text-decoration:none;
}
table.gaiyo {
	max-width: 890px;
	width: 100%;
}
table.gaiyo th,
table.gaiyo td{
line-height: 130%;
word-break: auto-phrase;
}
table.gaiyo th {
width: 150px;
}
table.gaiyo th {
color:var(--subcolor2);
font-weight:bold;
}

/* サブページ */

.inner{
	padding: 7.5rem 2rem;
	line-height:170%;
}

.inner.bg-w{
	background: #ffffff;
}

.inner.bg-y{
	background: #F7E26E40;
}

.inner .inner-box{
	max-width: 1180px;
	width: 100%;
	margin: auto;
}

.inner .inner-box h2{
	position: relative;
	text-align:left;
	min-height: 180px;
	align-content: center;
	font-size: 3.125rem;
	color: var(--mainecolor);
	z-index: 1;
}

.inner .inner-box h2 small{
	display: block;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px;
    padding-left: 0.5rem;
}

.inner .inner-box h2::before{
	content: "";
	position: absolute;
	max-width: 180px;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background: #F7E26E30;
	left: -3.25rem;
	top: 0;
	z-index: -1;
}

.inner .inner-box h2.entry{
	font-size: 2.5rem;
	line-height: 3rem;
}

.inner.bg-y .inner-box h2::before{
	background: #ffffff;
}

.greet-box{
	display: flex;
	margin: auto;
}

.greet-box .l-box{
	text-align: left;
}

.greet-box .l-box p{
	margin-bottom: 2.5rem;
    line-height: 2.25rem;
}

.greet-box .l-box p:last-child{
	text-align: right;
	margin-bottom: 0;
}

.greet-box .r-box{
	max-width: 250px;
	width: 100%;
	margin-left: 3.5rem;
}

.fl-box{
	display: flex;
	margin: auto;
}

.fl-box .l-box{
	max-width: 280px;
	width: 100%;
	margin-right: 1.25rem;
}

.fl-box.philo .l-box{
	padding-bottom: 200px;
	background-image: url(https://yoshimoto-nousan.co.jp/wp/images/illust002.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom center;
}

.fl-box .r-box{
	width: calc(100% - 280px);
}

.fl-box.mission .r-box{
	background-image: url(https://yoshimoto-nousan.co.jp/wp/images/illust004.png);
	background-size: 240px auto;
	background-repeat: no-repeat;
	background-position: right center;
}

.fl-box .r-box p.large{
	text-align: left;
	font-size: 2.375rem;	
    padding-top: 1.75rem;
    line-height: 4rem;
}


.fl-box.action .r-box ul.num{
	counter-reset: num;
	text-align: left;
	background-image: url(https://yoshimoto-nousan.co.jp/wp/images/illust008.png);
	background-size: 245px auto;
	background-repeat: no-repeat;
	background-position: right bottom;
}

.fl-box.action .r-box ul.num li{
	position: relative;
	font-size: 21px;
	line-height: 2rem;
	padding-left: 3.125rem;
	margin-bottom: 1rem;	
}

.fl-box.action .r-box ul.num li::before{
	counter-increment: num 1;
	content: counter(num);
	position: absolute;
	width: 32px;
	height: 32px;
	text-align: center;
	align-content: center;
	color: #ffffff;
	background: #61C1BE;
	border-radius: 100%;
	left: 0;
	top: 0;
}

.fl-box.action .r-box ul.num li:last-child{
	margin-bottom: 0;
}

span.focus{
	color: var(--subcolor2);
	font-weight: 700;
	background-image: linear-gradient(180deg, rgba(247, 226, 110, 0) 90%, rgba(247, 226, 110, 0.5) 90%);
}

span.t-org{
	font-weight: 700;
	color: #EF845D;
}

.gmap{
	display: flex;
	margin: auto;
}

.gmap div{
	aspect-ratio: 3 / 2;
    width: 50%;
	max-height: 500px;
	min-height: 500px;
    overflow: hidden;
}

.gmap div.img-box img{
	min-height: 500px;
	object-fit: cover;
    object-position: right;
}

.gmap .map-box iframe{
    display: block;
    width: 100%;
	min-height: 500px;
}
h2.entry-title {
background-color:#e2f2f1;
padding:40px 1rem;
font-size : 39px;
line-height:100%;
color : #344D66;
font-weight:bold;
position:relative;
}
h2.entry-title span {
z-index:3;
position:relative;
}
h2.entry-title small {
padding-top:10px;
font-family: var(--fontfamily2);
font-size:15px;
line-height:100%;
color : #344D66;
font-weight:normal;
display:block;
text-align:center;
}
h2.entry-title::before {
content:"";
width:88px;
aspect-ratio:88 / 44;
display:block;
position:absolute;
z-index:1;
background-image:url(https://yoshimoto-nousan.co.jp/wp/images/sb_h2_ttl_before.png);
background-size: contain;
background-repeat:no-repeat;
top:20px;
left:80px;
}
h2.entry-title::after {
content:"";
width:252px;
aspect-ratio:252 / 142;
display:block;
position:absolute;
z-index:1;
background-image:url(https://yoshimoto-nousan.co.jp/wp/images/sb_h2_ttl_after.png);
background-size: contain;
background-repeat:no-repeat;
bottom:0px;
right:40px;
}
.bread_wrap {
background-color:#fef9e3;
font-size : 16px;
line-height:30px;
color : #231815;
text-align:left;
}
.breadcrumbs {
	max-width:1170px;
	margin:auto;
	width:98%;
}
.breadcrumbs a {
	color:#000;
	text-decoration:underline;
}
.breadcrumbs a:hover {
	text-decoration:none;
}

.page-interview {
	max-width: 1170px;
	margin: 40px auto 40px auto;;
    margin-top: -40px;
    padding: 0 16px 64px;
    padding-top: 80px;
}
/* メインカード */
.interview-card {
	border-radius: var(--radius-card);
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);
	padding: 24px 24px 32px;
}
/* ヘッダー */
.interview-header {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	border-bottom: 1px solid var(--border);
	padding-bottom: 16px;
	margin-bottom: 24px;
}
.profile-name {
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	line-height: 130%;
	margin-bottom: 20px;
	color:var(--mainecolor);
	letter-spacing:0.5rem;
}
/* 上段：プロフィールモジュール + リード文 */
.top-row {
	display: grid;
	grid-template-columns: minmax(0, 260px) minmax(0, 1fr);
	gap: 24px;
	margin-bottom: 28px;
}
.module {
	background: #fafafa;
	border-radius: 14px;
	padding: 16px 18px;
}
.module_right {
	padding: 16px 18px;
}
.module-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 12px;
}
.module-label {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--subcolor);
}
/* プロフィールモジュール */
.profile-wrapper {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.profile-media {
	width: 100%;
}
.profile-meta {
	font-size: 16px;
	text-align:left;
}
.profile-meta strong {
	font-weight: 600;
}
.profile-lead {
	font-size: 13px;
	margin-top: 4px;
}
/* リード文モジュール */
.lead-text {
	text-align:left;
	border-bottom:1px solid var(--subcolor);
	margin-bottom: 1.5rem;
	padding-bottom: 1.5rem;
}
.lead-tagline {
font-size: 20px;
font-weight: 600;
margin-bottom: 4px;
color:var(--mainecolor);
line-height:150%;
position:relative;
padding-left:40px;
word-break: auto-phrase;
}
.lead-tagline::before {
 content:"Q";
 background-color: var(--subcolor);
 display:inline-block;
 border-radius: 99px;
 -webkit-border-radius: 99px;
 -moz-border-radius: 99px;
 margin-right:5px;
 width: 30px;
 aspect-ratio: 1 / 1;
 line-height:30px;
 text-align:center;
 position:absolute;
 left:0;
 top:0;
}
.lead-summary {
	font-size: 18px;
	line-height:150%;
	padding-left:40px;
}
/* 写真ありの場合のクラス（参考用） */
.profile-media--has-photo {
	background: none;
	padding: 0;
}
.profile-media--has-photo img {
	object-fit: cover;
	display: block;
 border-radius: 3px;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
	box-shadow:0 0 5px #999;
 aspect-ratio: 3 / 4;
}
.profile-media--has-photo img.vc_03 {
    object-position: 34% center;
}


/* インタビュー全体 */
.interview {
	max-width: 1170px;
	margin: 40px auto 100px;
	padding: 0px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}
/* メインエリア（写真＋本文） */
.interview-main {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
	gap: 32px;
	align-items: flex-start;
}
/* 写真ブロック */
.interview-visuals {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.interview-main-photo {
	margin: 0;
	border-radius: 12px;
	overflow: hidden;
}
.interview-main-photo img {
	width: 100%;
	object-fit: cover;
}
.interview-sub-photos {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}
.sub-photo {
	margin: 0;
	border-radius: 10px;
	overflow: hidden;
}
/* 本文エリア */
.interview-body {
	background: #fff;
	padding: 24px 28px;
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}
.interview-section-title {
	font-size: 26px;
	margin: 0 0 8px;
	text-align:left;
	color:var(--mainecolor);
}
.interview-body p.interview-meta {
	font-size: 14px;
	color: #888;
	margin: 0 0 0;
	text-align:left;
}
.interview-body p {
	margin: 0 0 16px;
	text-align:left;
	font-size:17px;
	line-height:160%;
	margin-bottom:1rem;
}
/* プロフィール */
.interview-profile {
	margin: 0 0 20px;
	padding: 16px 20px;
	background: #fef9e3;
	border-radius: 10px;
	border: 1px solid #f7e26e;
	text-align:left;
}
.interview-profile dl {
	margin: 0;
	display: flex;
 flex-direction: row;
 flex-wrap: wrap;
	font-size:17px;
	line-height:130%;
}
.interview-profile dt {
	color: #666;
	margin-bottom: 2px;
	width:120px;
}
.interview-profile dd {
	margin: 0 0 10px;
	font-weight: 600;
	color: #333;
	width:calc(100% - 120px);
}
.interview-profile dd:last-child {
	margin-bottom: 0;
}
/*　製品情報　*/
ul.products_list {
display: flex;
flex-direction: row;
flex-wrap: wrap;
padding-top:30px;
margin-bottom:120px;
}
ul.products_list li {
	width:calc(25% - 10px);
	padding:2rem 2rem 2.5rem 2rem;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:10px;
	border-left:1px solid #d3d3d3;
	border-bottom:1px solid #d3d3d3;
	border-radius:0 0 0 3px;
	-webkit-border-radius:0 0 0 3px;
-moz-border-radius:0 0 0 3px;
	position: relative;
}
ul.products_list li img,
ul.products_list li strong{
	display:block;
	text-align:center;
}
ul.products_list li img {
	margin:auto;
}
ul.products_list li strong{
	color:var(--mainecolor);
	font-size : 22px;
	line-height:130%;
	margin-bottom:1rem;
}
ul.products_list li.p-ab {
display: flex;
align-items: center;
justify-content: center;
}
ul.products_list li a {
background:var(--subcolor2);
color:#FFF;
display:block;
padding:10px 1rem;
border-radius: 99px;
-webkit-border-radius: 99px;
-moz-border-radius: 99px;
font-size : 20px;
line-height:100%;
font-weight:bold;
max-width:200px;
width:100%;
margin:auto;
text-decoration:none;
transition:var(--anime);
}
ul.products_list li a:hover {
background:var(--subcolor);
transition:var(--anime);
}
.yuki_ttx {
	text-align:center;
	font-weight:bold;
	font-size:1.5rem;
	border:2px solid var(--subcolor);
	padding:2rem;
	margin:auto auto 40px;
	display:table;
	color: var(--mainecolor);
	background-color: #fef9e350;
word-break: auto-phrase;
}
.yuki_ttx .spb {
display:inline-block;
}
.yuki_icon {
position: absolute;
top: 5px;
left: 20px;
background: var(--subcolor);
font-size: 0.95rem;
line-height: 100%;
padding: 0.5em;
color:var(--mainecolor);
font-weight:bold;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
.yuki_icon::before {
content:"有機JAS対応品";
	
}
/*自社農園*/
.inner.bg-w .inner-box .right-bg{
	text-align: left;
	padding-right: 17.875rem;
	margin-bottom: 3.75rem;
	background-image: url(https://yoshimoto-nousan.co.jp/wp/images/illust009.png);
	background-repeat: no-repeat;
	background-size: 195px auto;
	background-position: top right;
}
.inner.bg-w .inner-box .right-bg.soil {
	background-image: url(https://yoshimoto-nousan.co.jp/wp/images/illust010.png);
	background-size: 200px auto;
}
.inner.bg-w .inner-box .right-bg.solution {
	background-image: url(https://yoshimoto-nousan.co.jp/wp/images/illust011.png);
	background-size: 200px auto;
}

.inner.bg-w .inner-box .right-bg h3{
    font-size: 1.625rem;
    line-height: 140%;
    margin-bottom: 1rem;
    color: var(--subcolor2);
}

.inner.bg-w .inner-box .cl2{
	display: flex;
	flex-direction: row;
	margin-bottom: 4rem;
	align-items: center;
    justify-content: space-between;
}

.inner.bg-w .inner-box .cl2.rev{
	flex-direction: row-reverse;
	margin-bottom: 3.25rem;
}

.inner.bg-w .inner-box .cl2 .l-box {
	width: 50%;
}

.inner.bg-w .inner-box .cl2 .r-box {
	width: calc(50% - 55px);
}

.inner.bg-w .inner-box .cl2 .l-box img{
	border-radius: 15px;
}

.inner.bg-w .inner-box .cl2 .r-box p{
	text-align: left;
}

/* 土壌分析・溶液分析 */
.elements-box {
background-color:#fafafa;
margin-top: 80px;
margin-bottom:50px;
padding-bottom:50px;
border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
}
.elements-box h4 {
font-size : 26px;
line-height : 120%;
background-color:var(--subcolor2);
color:#FFFFFF;
border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
min-width:265px;
padding:12px 1rem;
margin:0 auto 35px auto;
display:table;
position:relative;
top:-25px;
}
.elements-box ul {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.elements-box ul li {
width:calc(100% / 3);
border-right:1px solid #939393;
padding:10px 50px;
}
.elements-box ul li:last-child {
border-right:none;
}
.elements-box ul li h5 {
font-size : 30px;
line-height :200%;
color :var(--mainecolor);
text-align:center;
}
.elements-box ul li p {
line-height:150%;
text-align:left;
}
h3.orange {
font-size : 21px;
line-height : 30px;
color : #EF845C;
text-align:left;
margin-bottom:30px;
}
.ninka_number {
border:1px solid var(--mainecolor);
text-align:center;
padding:.875rem;
color: var(--mainecolor);
font-size :20px;
line-height : 68px;
font-weight:bold;
margin-top:30px;
}
.ninka_number big{
font-size : 30px;
line-height : 68px;
margin-left:1rem;
}
ul.ph_gl4 {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
gap:7px;
}
ul.ph_gl4 li img {
border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
}
dl.analysis-flow {
	padding:0 50px 0px 50px;
	margin-bottom:50px;
	position:relative;
	display:flex;
	flex-direction:row;
    flex-wrap: wrap;
	align-items:flex-start;
}
dl.analysis-flow::after {
content:"";
width:2px;
height:100%;
position:absolute;
z-index:1;
background:var(--mainecolor);
top: 0;
left: 95px;
}
dl.analysis-flow dt {
aspect-ratio: 1 / 1;
position:relative;
z-index:2;
width:90px;
background-color:#f7e26e;
display:flex;
flex-direction:column;
justify-content: center;
font-size : 20px;
line-height : 120%;
color:var(--mainecolor);
border-radius: 99px;
-webkit-border-radius: 99px;
-moz-border-radius: 99px;
font-weight:bold;
}
dl.analysis-flow dt big {
font-size :30px;
line-height :100%;
}
dl.analysis-flow dd {
position:relative;
z-index:2;
width:calc(100% - 90px);
padding-left:40px;
padding-bottom:40px;
text-align:left;
}
dl.analysis-flow dd:last-child {
padding-bottom:0px;
}
.grid_imf {
display: grid;
grid-template-columns: 1fr 240px;
gap:10px;
	
}

/*採用情報*/

.rec-top{
	position: relative;
	max-width: 1170px;
	width: 100%;
	min-height: 760px;
	margin: auto;
	background-image: url(https://yoshimoto-nousan.co.jp/wp/images/recruit-ph01_2.jpg);
	background-position: center;
    background-size: cover;
	background-repeat: no-repeat;
	border-radius: 15px;
}

.rec-top h2{
    position: absolute;
    font-size: 2.5rem;
    line-height: 130%;
    text-align: right;
    color: var(--subcolor2);
	right: -15px;
	top: 2.5rem;
	z-index: 1;
}

.rec-top h2 span.bg-w {
    display: block;
    width: fit-content;
	height: fit-content;
    padding: 0 1rem;
    background: var(--card-bg);
    margin-right: 0;
    margin-left: auto;
	border-radius: 10px;
}

.rec-top h2 span.bg-w:first-child {
	margin-bottom: 1.25rem;
}

.inner.recruit,
.inner.recruit.bg-y{
	position: relative;
    width: 100%;
    padding: 6.25rem 2rem;
	background: transparent;
	z-index: 1;
}

.inner.recruit.bg-y::before{
	content: "";
	position: absolute;
	width: calc(100% - 4rem);
	height: 100%;	
    background: #F7E26E40;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1;
}

.inner.recruit.bg-y.right::before{
	left: auto;
	border-top-left-radius: 6.25rem;
	border-bottom-left-radius: 6.25rem;
}

.inner.recruit.bg-y.left::before{
	right: auto;
	border-top-right-radius: 6.25rem;
	border-bottom-right-radius: 6.25rem;
}

.inner.recruit .rec-box{
	display: flex;
	flex-direction: row;
	max-width: 1170px;
	width: 100%;
	margin: auto;
	align-items: center;
	justify-content: space-between;
}

.inner.recruit .rec-box.rev{
	flex-direction: row-reverse;
}

.inner.recruit .rec-box .l-box{
	width: 50%;
}

.inner.recruit .rec-box .r-box{
	position: relative;
	width: calc(50% - 55px);
}

.inner.recruit .rec-box .r-box::before{
    content: "";
    position: absolute;
    width: 270px;
    height: 270px;
    border-radius: 100%;
    background: #F7E26E40;
    top: -4.25rem;
    left: -12rem;
    z-index: -1;
}

.inner.recruit .rec-box.rev .r-box::before{
	top: auto;
	left: -8.5rem;
    bottom: -1.25rem;
}

.inner.recruit .rec-box .l-box ul.cl-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.inner.recruit .rec-box .l-box ul.cl-list li{
	width: calc(50% - 7.5px);
	border-radius: 15px;
	overflow: hidden;
}

.inner.recruit .rec-box .r-box h3{
    font-size: 2.125rem;
    line-height: 130%;
	color: var(--mainecolor);
    margin-bottom: 1.25rem;
}

.inner.recruit .rec-box .r-box p{
    text-align: left;
    line-height: 200%;
}

.inner.recruit .rec-box .l-box ul.cl-list li:first-child{
	width: 100%;
	margin-bottom: 15px;
}

.inner.recruit .interview-box{
	max-width: 1170px;
	width: 100%;
	margin: auto;
}

.inner.recruit .interview-box .title-box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 3.5rem;
}

.inner.recruit .interview-box .title-box h2{
	position: relative;
	font-size: 3.125rem;
	min-height: 180px;
	line-height: 3.75rem;
	text-align: left;
	color: var(--mainecolor);
	align-content: center;
	padding-left: 3.25rem;
	z-index: 1;
}

.inner.recruit .interview-box .title-box h2 small{
	display: block;
	font-size: 15px;
	line-height: 1.125rem;
}

.inner.recruit .interview-box .title-box h2::before{
	content: "";
	position: absolute;
	width: 180px;
	height: fit-content;
	aspect-ratio: 1 / 1;
    background: #F7E26E30;
	border-radius: 100%;
	left: 0;
	top: 0;
	z-index: -1;
}

.inner.recruit .interview-box .title-box .read_more{
	width: 90px;
	padding-top: 0;
}

.inner.recruit .interview-box .title-box .read_more a {
    letter-spacing: 0px;
    width: 100%;
	padding: 0 0 30px 0;
}

.inner.recruit .interview-box .title-box .read_more a::after {
	left: auto;
}

.inner.recruit .interview-box ul.column4{
	display: flex;
	justify-content: space-between;
	margin-bottom: 6.625rem;
}

.inner.recruit .interview-box ul.column4 li{
	width: calc(25% - 0.375rem);
	border-radius: 15px;
	overflow: hidden;
}

.btn-box{
    max-width: 680px;
    margin: auto;
}

table.gaiyo.entry{
	margin-bottom: 3.75rem;
}

.inner.bg-w .tel{
    max-width: 430px;
	width: calc(100% - 4rem);
    margin: auto;
}

.inner.bg-w .tel p{
	font-size: 1.25rem;
	font-weight: 500;
	color: var(--mainecolor);
}
h3.entry-title {
background-color: var(--subcolor);
color:var(--mainecolor);
padding:0.5rem 0.875rem;
text-align:left;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
font-weight:bold;
}
.entry-meta {
	text-align:right;
	font-size:1rem;
	color: var(--mainecolor);
	padding:.875rem;
}

.type-post .entry-content h1 {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  padding:30px 1rem;
  margin-bottom: 1rem;
	text-align:left;
	color:var(--mainecolor);
}

.type-post .entry-content h1::before {
position: absolute;
content: '';
left: 0;
bottom: 0;
width: 100px;
height: 5px;
background:var(--mainecolor);
z-index: 1;
}
.type-post .entry-content h1::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
height: 5px;
  background:#344d6630;
  z-index: 0;
}
.type-post .entry-content h2{
font-size: 25px;
font-weight: bold;
padding: 20px 1rem;
margin-bottom: 1rem;
color:#FFF;
background-color:var(--mainecolor);
border-radius: 6px;
min-height: auto;
text-align:left;
}
.type-post .inner .inner-box .entry-content h2::before {
display:none;
}
.type-post .entry-content h3 {
  font-size: 23px;
  font-weight: bold;
  padding: 10px 1rem;
  margin-bottom: 1rem;
  border-radius: 6px;
color:var(--mainecolor);
  border: 3px solid var(--mainecolor);
text-align:left;
}
.type-post .entry-content h4 {
  font-size: 20px;
  font-weight: bold;
  padding: 10px 1rem;
  margin-bottom: 1rem;
  border-bottom: 3px solid var(--mainecolor);
color:var(--mainecolor);
text-align:left;
}
.type-post .entry-content h5 {
  font-size: 20px;
  font-weight: bold;
  padding: 10px 1rem;
  margin-bottom: 1rem;
  border-bottom: 3px dotted var(--mainecolor);
color:var(--mainecolor);
text-align:left;
}
.type-post .entry-content h6 {
font-size: 18px;
font-weight: bold;
padding: 5px 1rem;
margin-bottom: 1rem;
border-left: 4px solid var(--mainecolor);
text-align:left;
color:var(--mainecolor);
}
.type-post p {
margin:0 1rem 1.5rem 1rem;
padding:0;
text-align:left;
}

ul.news_list.sub {
text-align:left;
max-width:800px;
margin:auto;
width:100%;
padding-top:2rem;
}
ul.news_list.sub li {
position:relative;
width:100%;
padding-left:175px;
line-height:120%;
margin-bottom:26px;
font-size : 17px;
letter-spacing : 2.06px;
}
ul.news_list.sub li{
padding-bottom:1.5rem;
margin-bottom:1.5rem;
border-bottom:dotted 1px #999;
}
ul.news_list.sub li a {
    text-decoration: underline;
    color: var(--fontcolor);
    word-break: auto-phrase;
}
ul.news_list li .hiduke {
position:absolute;
top:0;
left:0;
font-size : 23px;
letter-spacing : 1.5px;
font-weight:bold;
color:var(--mainecolor);
}

#btn_bottom {
max-width:600px;
width:100%;
margin:auto;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
padding-top:60px;
}
#btn_bottom .prev_box,
#btn_bottom .next_box {
width:50%;
margin-bottom:35px;
}
#btn_bottom .prev_box a,
#btn_bottom .next_box a {
position: relative;
display: flex;
justify-content: space-around;
align-items: center;
margin: 0 auto;
max-width: 140px;
padding: 5px 25px;
color:var(--mainecolor);
transition: 0.3s ease-in-out;
font-weight: 800;
text-decoration:none;
}
#btn_bottom .prev_box a:hover,
#btn_bottom .next_box a:hover {
color:var(-mainecolor);
}
#btn_bottom .prev_box a:before,
#btn_bottom .next_box a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color:var(--subcolor);
  transition: all 0.3s;
}
#btn_bottom .prev_box a:hover:before,
#btn_bottom .next_box a:hover:before{
  opacity: 0;
  transform: scale(0.4, 0.4);
}
#btn_bottom .prev_box a::after,
#btn_bottom .next_box a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
  border: 2px solid var(--subcolor);
  transform: scale(1.2, 1.2);
}
#btn_bottom .prev_box a:hover::after,
#btn_bottom .next_box a:hover::after {
  opacity: 1;
  transform: scale(1, 1);
}
/* ページネーション */
.m-pagenation {
	padding-top:50px;
}
ol.m-pagenation__body {
	display: block;
	letter-spacing: -0.6em;
	list-style-type: none;
	text-align:center;
margin-bottom:50px;
}
ol.m-pagenation__body li{
	border: 1px solid var(--mainecolor);
    width: 28px;
    text-align: center;
    margin: 0 3px;
	box-sizing:border-box;
	line-height:150%;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	*display: inline;  
	*zoom: 1;
	font-weight:bold;
}
ol.m-pagenation__body li.-current{
color:#FFF;
background:var(--mainecolor);
padding: 2px;
}
ol.m-pagenation__body li a {
padding: 2px;
display: block;
height: 100%;
width: 100%;
text-decoration: none;
box-sizing: border-box;
background: none;
letter-spacing: 0;
text-align: center;
line-height: inherit;
color:var(--mainecolor);
}
ol.m-pagenation__body li a:hover{
color:var(--mainecolor);
background:var(--subcolor);
text-decoration:none;
}
@media screen and (max-width: 1200px) {
.top_servis, .top_farm, .top_news {
 flex-wrap: wrap;
 max-width:860px;
}
.top_servis .in_ttl {
 width:100%;
 padding-right:0px;
}
.top_servis .in_ph {
 width:calc(100% - 350px);
 margin-top: -100px;
}
.top_farm .in_ph_left {
 width: 100%;
 position: relative;
 left: auto;
 top: 0;
 z-index: 0;
 text-align: left;
 margin-bottom: 70px;
}
.top_farm .in_ph_right {
 width: 100%;
 max-width:none;
 position: relative;
 right: 0;
 top: 0;
 z-index: 0;
 text-align: left;
}
.top_farm .in_ttl {
 width: 50%;
 margin-bottom:60px;
 padding-left:0;
}
.top_farm .in_ph {
 width: 50%;
 padding-top: 0;
 margin-bottom:60px;
}
.top_servis, .top_feedback, .top_news, .top_about, .top_farm .in_ttl {
 padding-left: 1rem;
 padding-right: 1rem;
}
ul.cl3_customer {
gap: 22px;
}
.top_news .in_ttl, .top_news .in_ttx {
 width: 100%;
}
.top_news .in_ttl {
 margin-bottom:2rem;
}
.inner {
    padding: 5rem 2rem;
}
.greet-box {
    flex-direction: column-reverse;
	align-items: center;
}

.greet-box .r-box{
	margin-left: 0;
	margin-bottom: 2.5rem;
}
.fl-box {
    flex-direction: column;
    align-items: center;
}

.fl-box .l-box {
	max-width: none;
	margin: auto;
	margin-bottom: 1.25rem;
}

.fl-box.philo .l-box {
    margin: auto;
    background-size: 250px auto;
}

.fl-box .r-box {
    width: 100%;
}
.fl-box .r-box p.large {
    text-align: center;
    font-size: 2rem;
    padding-top: 1.5rem;
    line-height: 3rem;
}
.fl-box.mission .r-box{
	max-width: none;
	padding-top: 200px;
	background-position: top center;
}

.fl-box.action .r-box ul.num{
	max-width: 540px;
	margin: auto;
	padding-bottom: 240px;
	background-position: bottom center;
}
ul.products_list li {
	width:calc(33.3% - 10px);
}
.inner.recruit .rec-box{
	max-width: 960px;
    width: calc(100% - 4rem);
	margin: auto;
}
.inner.recruit .rec-box,
.inner.recruit .rec-box.rev{
	flex-direction: column-reverse;
}
.inner.recruit .rec-box .l-box,
.inner.recruit .rec-box .r-box{
	width: 100%;
}
.inner.recruit .rec-box .r-box{
	margin-bottom: 2.5rem;
}
.inner.recruit .rec-box .l-box ul.cl-list li,
.inner.recruit .rec-box .l-box ul.cl-list li:first-child{
	width: calc((100% / 3) - 7.5px);
}	
.inner.recruit .rec-box .l-box ul.cl-list li:first-child{
	margin-bottom: 0;
}
.inner.recruit .rec-box .r-box::before,
.inner.recruit .rec-box.rev .r-box::before{
	top: -4.5rem;
	left: 0;
	right: 0;
	bottom: auto;
	margin: auto;
}
.inner.recruit.bg-y::before{
	width: calc(100% - 2rem);
}
.inner.recruit.bg-y.left::before {
    border-top-right-radius: 3.75rem;
    border-bottom-right-radius: 3.75rem;
}
.inner.recruit.bg-y.right::before {
    border-top-left-radius: 3.75rem;
    border-bottom-left-radius: 3.75rem;
}
}
@media screen and (max-width: 1028px) {
.interview {
padding-left:1rem;
padding-right:1rem;
}
.subpage #header {
 justify-content: flex-start;
}
.subpage #header h1.sb_logo {
width: 250px;
padding-right: 30px;
padding-left: 20px;
}
.inner.bg-w .inner-box .right-bg{
	padding-right: 0;
	padding-top: 300px;
	background-position: top center;
}
.inner.bg-w .inner-box .cl2,
.inner.bg-w .inner-box .cl2.rev{
	flex-direction: column;
}
.inner.bg-w .inner-box .cl2 .l-box,
.inner.bg-w .inner-box .cl2 .r-box{
	width: 100%;
}
.inner.bg-w .inner-box .cl2 .l-box{
	margin-bottom: 1.25rem;
}
.rec-top{
	min-height: 520px;
}
.rec-top h2 {
	font-size: 1.75rem;
    top: 1.5rem;
}
.rec-top h2 span.bg-w:first-child {
    margin-bottom: 0.5rem;
}
.inner.recruit .interview-box .title-box h2 {
    font-size: 2.5rem;
	min-height: 150px;
    padding-left: 2.5rem;
}
.inner.recruit .interview-box .title-box h2::before {
    content: "";
    position: absolute;
	width: 150px;
}
.elements-box ul li {
width:100%;
border-right: none;
border-bottom: 1px solid #939393;
padding:10px 51px 20px 50px;
}
.elements-box ul li h5 {
    text-align:left;
}
.grid_imf {
    display: grid;
    grid-template-columns: 1fr;
}
ul.ph_gl4 {
grid-template-columns: 1fr 1fr;
}
.ninka_number {
margin-bottom:30px;
}
}
@media screen and (max-width: 900px) {
.footer_menu ul {
flex-wrap: wrap;
padding-top:3rem;
padding-bottom:2rem;
max-width:480px;
}
.footer_menu ul li {
 padding: 1rem 0;
 width: calc(100% / 2);
}

.gmap{
	flex-direction: column;
}

.gmap div{
	aspect-ratio: auto;
	width: 100%;
	max-height: none;
	min-height: auto;
	overflow: hidden;
}

.gmap div.img-box img{
	min-height: auto;
	object-fit: cover;
	object-position: right;
}

.gmap .map-box iframe{
    min-height: auto;
}
}
@media screen and (max-width: 840px) {
.top_news .in_ttx ul li a {
 flex-wrap: wrap;
 position: relative;
 padding-left: 200px;
}
.top_news .in_ttx ul li a .hiduke {
 position:absolute;
 top:0;
 left:0;
}
.top_news .in_ttx ul li a .title, .top_news .in_ttx ul li a .excerpt {
 width:100%;
}
h2.catch {
 font-size: 40px;
 line-height: 80%;
 width: 11em;
 height: 1em;
}
.top_product {
 padding: 0 0 18.375rem 0;
 position: relative;
}
.bg-slider {
 position: relative;
 top: 0;
 margin-bottom:3.5rem;
}
.top_servis .in_ph {
 width: 100%;
 margin-top: 0;
}
.top_servis .in_ttx {
 width: 100%;
 min-width: 350px;
 padding-left: 0;
 padding-top: 1rem;
}
.top_farm .in_ttl {
 width: 100%;
 margin-bottom: 60px;
}
 .top_farm .in_ph {
 width: 70%;
 padding-top: 0;
 margin-bottom: 0;
}
 .top_farm .in_ph_right {
 width: 80%;
 max-width: none;
 position: relative;
 right: 0;
 top: 0;
 z-index: 0;
 margin-left: auto;
 margin-right: 0;
 margin-top: -30px;
}
.top_farm .in_ph_right::after {
 display:none;
}

.greet-box .l-box p {
    margin-bottom: 2rem;
    line-height: 2rem;
}

.inner .inner-box h2 {
    min-height: 120px;
    font-size: 2.5rem;
}
.type-post .entry-content h2 {
font-size: 23px!important;
min-height: auto;
padding: 11px 1rem;
}
.inner .inner-box h2::before {
    max-width: 120px;
    left: -1.75rem;
}

table.gaiyo tr {
	border-bottom: 0;
}

table.gaiyo tr th,
table.gaiyo tr td{
	display: block;
}
table.gaiyo tr th{
	width: 100%;
	color: #ffffff;
	background: #61C1BE;
}
table.gaiyo tr td{
	margin-bottom: 1.25rem;
}
.fl-box .r-box p.large{
	font-size: 1.625rem;
	line-height: 2.5rem;
}
h2.entry-title {
padding: 70px 1rem;
}
}

 @media screen and (max-width: 768px) {
 .page-interview {
 margin: 24px auto;
 padding-bottom: 40px;
margin-top: -40px;
padding-top: 64px;
}
 .interview-card {
 padding: 18px 16px 24px;
}
 .interview-header {
 flex-direction: column;
 gap: 8px;
}
 .header-right {
 text-align: left;
}
 .top-row {
 grid-template-columns: minmax(0, 1fr);
}
.profile-media--has-photo img {
 aspect-ratio: 4 / 3;
}
 .interview-main {
 grid-template-columns: 1fr;
 gap: 24px;
}
 .interview-title {
 font-size: 22px;
}
 .interview-body {
 padding: 20px 18px;
}
.interview-section-title .name {
display:block;
text-align:left;
line-height: 100%;
margin-bottom: 1.25rem;
}
.module_right {
padding: 16px 0;
}

ul.products_list li {
	width:calc(50% - 10px);
    padding: 1rem .875rem 2.5rem .875rem;
}
ul.products_list li strong {
    font-size: 20px;
    line-height: 130%;
}
ul.products_list li a {
    padding: 1rem 1rem;;
    font-size: 17px;
}
.inner.bg-w .inner-box .right-bg h3 br{
	display: none;
}
.rec-top {
	min-height: 400px;
}
.rec-top h2 {
	width: fit-content;
	padding: 0.5rem 1rem;
	border-radius: 10px;
	background: var(--card-bg);
	text-align: center;
	top: auto;
	bottom: -2.5rem;
	right: 0;
	left: 0;
	margin: auto;
}
.rec-top h2 span.bg-w{
	margin: auto;
	background: transparent;
}
.inner.recruit .rec-box{
	width: 100%;
}
.inner.recruit .rec-box .r-box p {
    line-height: 180%;
}
.inner.recruit .rec-box .r-box h3 {
	font-size: 1.75rem;
   text-align: left;
}
.inner.recruit .rec-box .r-box::before {
    width: 180px;
	height: 180px;
}
.inner.recruit .rec-box .r-box::before,
.inner.recruit .rec-box.rev .r-box::before {
	top: -2.5rem;
	right: auto;
}
.inner.recruit.bg-y.left::before,
.inner.recruit.bg-y.right::before{
	border-radius: 0;
	width: 100%;
}
.inner.recruit .interview-box ul.column4 {
    flex-wrap: wrap;
    margin-bottom: 3.75rem;
}
.inner.recruit .interview-box ul.column4 li {
    width: calc(50% - 0.375rem);
	margin-bottom: 15px;
}
dl.analysis-flow::after {
    left: 55px;
}
dl.analysis-flow {
    padding: 0 50px 0px 10px;
}
}
@media screen and (max-width: 640px) {
.inner {
padding: 5rem 1rem;
}
.top_news .in_ttx ul li a {
padding-left: 0px;
padding-top:35px;
}
.top_about br {
display:none;
}
.top_about p {
text-align:left;
}
.top_product {
padding: 0 0 13rem 0;
}
.top_servis .in_ttl {
padding-left: 50%;
}
.top_servis .in_ph {
width: 40%;
margin-top: 0;
position: absolute;
top: 70px;
}
.top_servis .in_ph img {
height: 300px;
object-fit: cover;
}
.top_servis {
 padding-bottom: 0;
}
.top_farm .in_ttl {
width: 100%;
margin-bottom: 0;
}
.top_farm .in_ph {
width: 40%;
margin-left:5%;
padding-top: 0;
margin-bottom: 0;
margin-top: -60px;
}
.top_farm .in_ph_right {
width: 80%;
z-index: 1;
}
.top_farm .in_ph_right::after {
display:none;
}
.top_feedback::before {
max-width: 320px;
}
.top_feedback::after {
max-width: 250px;
left: auto;
bottom: 60px;
right: 0;
}
ul.cl3_customer {
justify-content: flex-start;
gap:0;
}
ul.cl3_customer li {
width:50%;
position: relative;
}
ul.cl3_customer li:nth-child(2) {
margin-top:35%;
}
ul.cl3_customer li:nth-child(3) {
margin-top:-15%;
}

.sp_640{
display: inline;
}

.fl-box.philo .r-box p.large br{
display: none;
}
.fl-box.action .r-box ul.num li {
font-size: 18px;
}
.rec-top {
min-height: 280px;
}
.inner.recruit .rec-box .l-box ul.cl-list li{
width: calc(50% - 7.5px);
}
.inner.recruit .rec-box .l-box ul.cl-list li:first-child{
width: 100%;
margin-bottom: 15px;
}
.inner.recruit .interview-box .title-box h2{
padding: 0;
}
.inner.recruit .interview-box .title-box h2::before {
	margin: auto;
}
.inner.recruit .interview-box .title-box .read_more a::after {
   left: 0;
}
ul.cl3_customer li .name_box {
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
}
ul.cl3_customer li .name_box small {
    font-size: 17px;
    line-height: 100%;
    margin-left: 0.5rem;
    display: inline-block;
}
dl.analysis-flow {
padding: 0 1rem 0px 10px;
flex-direction: column;
}
dl.analysis-flow dd {
width: 100%;
 padding-left:5rem;
}
.lead-tagline {
font-size: 22px;
line-height: 130%;
}
.interview-body p,
.lead-summary{
font-size:20px;
line-height: 140%;
}
.profile-meta {
font-size:20px;
text-align: left;
line-height: 160%;
}
}
@media screen and (max-width: 480px) {
/*.interview-sub-photos {
grid-template-columns: 1fr;
}*/
 .interview-title {
 font-size: 20px;
}
}
