@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/


.y7-home{
	--y7-text:#1f2937;
	--y7-muted:#6b7280;
	--y7-line:rgba(31,41,55,.12);
	--y7-accent:#1f4f7a;
	--y7-surface:#ffffff;
	--y7-soft:#f7f9fb;
	color:var(--y7-text);
}

.y7-section{
	padding:72px 0;
}

body.home .y7-home{overflow-x:hidden;}
body.home .y7-home img{max-width:100%;height:auto;}

.y7-home#primary{padding-top:0;}

 #body_wrap.top #content{padding-top:0;}
 #body_wrap.home .l-content{padding-top:0;}

body.home .y7-section:nth-of-type(even){
	background:var(--y7-soft);
}

body.home .y7-section{
	padding:64px 0;
}

.y7-section__en{
	margin:0 0 8px;
	letter-spacing:.08em;
	font-weight:600;
	color:var(--y7-muted);
	font-size:12px;
}

.y7-section__jp{
	margin:0 0 24px;
	font-size:28px;
	line-height:1.35;
}

body.home .y7-section__jp{letter-spacing:.02em;}
body.home .y7-section p{line-height:1.85;}

.y7-section__head{
	display:flex;
	gap:16px;
	align-items:flex-end;
	justify-content:space-between;
	margin-bottom:20px;
}

.y7-btn{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	gap:8px;
	padding:12px 18px;
	border-radius:999px;
	background:var(--y7-accent);
	color:#fff;
	text-decoration:none;
	font-weight:600;
	border:1px solid var(--y7-accent);
}

.y7-btn.-outline{
	background:transparent;
	color:var(--y7-accent);
}

.y7-btn.-small{
	padding:10px 14px;
	font-size:14px;
}

.y7-link{
	color:var(--y7-accent);
	text-decoration:none;
	font-weight:600;
}

.y7-actions{margin-top:16px;}

#body_wrap.home .y7-home .y7-btn{
	min-height:44px;
	padding:12px 18px;
	border-radius:10px;
	font-weight:600;
	border:2px solid var(--y7-accent);
	transition:background-color .3s ease, color .3s ease, border-color .3s ease;
}

#body_wrap.home .y7-home .y7-btn:hover{
	background:#fff;
	color:var(--y7-accent);
	border-color:var(--y7-accent);
}

#body_wrap.home .y7-home .y7-btn.-outline{
	background:#fff;
	color:var(--y7-accent);
	border-color:var(--y7-accent);
}

#body_wrap.home .y7-home .y7-btn.-outline:hover{
	background:var(--y7-accent);
	color:#fff;
	border-color:var(--y7-accent);
}

.y7-home .y7-mv{
	position:relative;
	padding:0;
	margin:0;
	background:var(--y7-soft);
	width:100vw;
	max-width:100vw;
	left:50%;
	right:50%;
	margin-left:-50vw;
	margin-right:-50vw;
}

.y7-home .y7-mv__inner{
	position:absolute;
	inset:0;
	padding:0;
	display:flex;
	align-items:flex-end;
}

.y7-home .y7-mv__media{position:relative;height:clamp(520px,58vw,650px);overflow:hidden;}
.y7-home .y7-mv__img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;}

.y7-home .y7-mv__slide{
	position:absolute;
	inset:0;
	width:100%;
	height:100%;
	opacity:0;
	transition:opacity 1.2s ease;
}

.y7-home .y7-mv__slide.is-active{
	opacity:1;
}

.y7-home .y7-mv__overlay{
	position:absolute;
	inset:0;
	background:linear-gradient(90deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,.30) 42%, rgba(0,0,0,.08) 72%, rgba(0,0,0,0) 100%);
	pointer-events:none;
}

.y7-home .y7-mv__overlay{z-index:2;}
.y7-home .y7-mv__slide{z-index:1;}
.y7-home .y7-mv__inner{z-index:3;}

.y7-home .y7-mv__dots{
	position:absolute;
	left:0;
	right:0;
	bottom:14px;
	display:flex;
	justify-content:center;
	gap:8px;
	margin:0;
	padding:0;
	list-style:none;
	z-index:4;
}

.y7-home .y7-mv__dot{
	width:8px;
	height:8px;
	border-radius:999px;
	border:0;
	background:rgba(255,255,255,.45);
	padding:0;
	cursor:pointer;
}

.y7-home .y7-mv__dot.is-active{
	background:#fff;
}

@media (prefers-reduced-motion: reduce){
	.y7-home .y7-mv__slide{transition:none;}
}

.y7-home .y7-mv__content{
	position:relative;
	max-width:720px;
	padding:0 24px;
	margin:0 0 clamp(40px, 8vh, 72px);
}

.y7-home .y7-mv__catch{
	margin:0 0 14px;
	font-weight:600;
	color:#fff;
	letter-spacing:.01em;
	font-size:clamp(34px, 3.5vw, 52px);
	line-height:1.4;
}

.y7-home .y7-mv__lead{
	margin:0 0 18px;
	color:rgba(255,255,255,.92);
	font-size:16px;
	line-height:1.8;
	max-width:46ch;
}

.y7-home .y7-mv__actions{margin:0;}

.y7-home .y7-mv__btn{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-height:44px;
	padding:12px 18px;
	border-radius:10px;
	background:var(--y7-accent);
	color:#fff;
	text-decoration:none;
	font-weight:600;
	border:2px solid var(--y7-accent);
	transition:background-color .3s ease, color .3s ease, border-color .3s ease;
}

.y7-home .y7-mv__btn:hover{
	background:#fff;
	color:var(--y7-accent);
	border-color:var(--y7-accent);
}

.y7-home__content{
	padding:48px 0 24px;
}

body.home .y7-mv + .y7-section{padding-top:56px;}

.y7-business .y7-section__en,
.y7-business .y7-section__jp{
	text-align:center;
}

.y7-about__grid{
	display:grid;
	grid-template-columns:45% 55%;
	gap:28px;
	align-items:center;
}

.y7-about__media,.y7-about__img{width:100%;}
.y7-about__img{display:block;border-radius:12px;border:1px solid var(--y7-line);background:#fff;height:320px;object-fit:cover;}

body.home .y7-about__text p{margin:0 0 14px;}

.y7-cardGrid{
	display:grid;
	grid-template-columns:repeat(4,minmax(0,1fr));
	gap:18px;
}

#body_wrap.home .y7-business .y7-card{
	border:0;
	background:transparent;
	box-shadow:none;
	border-radius:0;
	overflow:visible;
	transform:none;
}

#body_wrap.home .y7-business .y7-card:hover{
	transform:none;
	box-shadow:none;
	border-color:transparent;
}

#body_wrap.home .y7-business .y7-card__media{
	display:block;
	text-decoration:none;
}

#body_wrap.home .y7-business .y7-card__img{
	border-radius:4px;
}

#body_wrap.home .y7-business .y7-card__body{
	padding:12px 0 0;
}

#body_wrap.home .y7-business .y7-card__title{
	margin:0 0 8px;
	font-size:18px;
}

#body_wrap.home .y7-business .y7-card__titleLink{
	color:var(--y7-text);
	text-decoration:none;
	font-weight:700;
}

#body_wrap.home .y7-business .y7-card__titleLink:hover{
	text-decoration:none;
	color:var(--y7-accent);
}

#body_wrap.home .y7-business .y7-card__desc{
	margin:0 0 14px;
	color:var(--y7-muted);
}

.y7-card{
	display:flex;
	flex-direction:column;
	text-decoration:none;
	border:1px solid var(--y7-line);
	border-radius:8px;
	overflow:hidden;
	background:var(--y7-surface);
	transition:transform .12s ease, box-shadow .12s ease, border-color .12s ease;
	height:100%;
}

.y7-card:hover{
	transform:translateY(-1px);
	box-shadow:0 10px 26px rgba(31,41,55,.07);
	border-color:rgba(31,79,122,.35);
}

.y7-card__img{width:100%;aspect-ratio:4 / 5;object-fit:cover;display:block;transform:scale(1);transition:transform .18s ease;}
.y7-card:hover .y7-card__img{transform:scale(1.03);}
.y7-card__body{padding:16px 16px 18px;flex:1;display:flex;flex-direction:column;}
.y7-card__en{margin:0 0 6px;letter-spacing:.08em;font-size:12px;font-weight:700;color:var(--y7-muted);}
.y7-card__title{margin:0 0 8px;font-size:18px;}
.y7-card__desc{margin:0 0 14px;color:var(--y7-muted);font-size:14px;line-height:1.7;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}
.y7-card__actions{margin:0;margin-top:auto;}
.y7-card__more{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-height:44px;
	padding:12px 18px;
	border-radius:10px;
	background:var(--y7-accent);
	color:#fff;
	text-decoration:none;
	font-weight:600;
	border:2px solid var(--y7-accent);
	transition:background-color .3s ease, color .3s ease, border-color .3s ease;
}
.y7-card__more:hover{
	background:#fff;
	color:var(--y7-accent);
	border-color:var(--y7-accent);
}

.y7-initiativesGrid{
	display:grid;
	grid-template-columns:repeat(2,minmax(0,1fr));
	gap:18px;
}

#body_wrap.home .y7-initiatives .y7-section__en,
#body_wrap.home .y7-initiatives .y7-section__jp{
	text-align:center;
}

#body_wrap.home .y7-initiatives .y7-initiative{
	border:0;
	background:transparent;
	box-shadow:none;
	border-radius:0;
	overflow:visible;
	transform:none;
}

#body_wrap.home .y7-initiatives .y7-initiative:hover{
	box-shadow:none;
}

#body_wrap.home .y7-initiatives .y7-initiative__media{
	display:block;
	text-decoration:none;
}

#body_wrap.home .y7-initiatives .y7-initiative__img{
	width:100%;
	height:auto;
	aspect-ratio:16 / 9;
	object-fit:cover;
	display:block;
	transform:scale(1);
	transition:transform .18s ease;
	border-radius:4px;
}

#body_wrap.home .y7-initiatives .y7-initiative:hover .y7-initiative__img{
	transform:scale(1.03);
}

#body_wrap.home .y7-initiatives .y7-initiative__body{
	padding:12px 0 0;
	min-height:0;
	background:transparent;
}

#body_wrap.home .y7-initiatives .y7-initiative__title{
	margin:0 0 8px;
	font-size:18px;
}

#body_wrap.home .y7-initiatives .y7-initiative__titleLink{
	color:var(--y7-text);
	text-decoration:none;
	font-weight:700;
}

#body_wrap.home .y7-initiatives .y7-initiative:hover .y7-initiative__titleLink{
	text-decoration:none;
	color:var(--y7-accent);
}

#body_wrap.home .y7-initiatives .y7-initiative__titleLink:hover{
	text-decoration:none;
	color:var(--y7-accent);
}

#body_wrap.home .y7-initiatives .y7-initiative__desc{
	margin:0 0 14px;
	color:var(--y7-muted);
	font-size:14px;
	line-height:1.7;
	display:-webkit-box;
	-webkit-line-clamp:3;
	line-clamp:3;
	-webkit-box-orient:vertical;
	overflow:hidden;
}

#body_wrap.home .y7-initiatives .y7-initiative:hover .y7-card__more{
	background:#fff;
	color:var(--y7-accent);
	border-color:var(--y7-accent);
}

#body_wrap.home .y7-initiatives .y7-initiative__subLinks{
	margin-top:12px;
	display:flex;
	flex-wrap:wrap;
	gap:10px;
}

#body_wrap.home .y7-initiatives .y7-initiative__subLinks .y7-link{
	font-size:14px;
	text-decoration:none;
}

#body_wrap.home .y7-initiatives .y7-initiative__subLinks .y7-link:hover{
	text-decoration:underline;
}

@media (max-width: 640px){
	#body_wrap.home .y7-initiativesGrid{grid-template-columns:1fr;}
}

.y7-initiative{
	display:grid;
	grid-template-columns:1fr;
	border:1px solid var(--y7-line);
	border-radius:12px;
	overflow:hidden;
	background:var(--y7-surface);
	transition:transform .12s ease, box-shadow .12s ease;
	height:100%;
}

.y7-initiative:hover{box-shadow:0 10px 28px rgba(31,41,55,.07);}

.y7-initiative__img{width:100%;height:260px;object-fit:cover;display:block;}
.y7-initiative__body{padding:18px;display:flex;flex-direction:column;min-height:220px;background:linear-gradient(180deg, #fff 0%, #fff 70%, #f7f9fb 100%);}
.y7-initiative__en{margin:0 0 6px;letter-spacing:.08em;font-size:12px;font-weight:700;color:var(--y7-muted);}
.y7-initiative__title{margin:0 0 8px;font-size:18px;}
.y7-initiative__desc{margin:0 0 12px;color:var(--y7-muted);line-height:1.75;}
.y7-initiative__more{
	display:inline-flex;
	align-items:center;
	gap:6px;
	font-weight:700;
	color:var(--y7-accent);
	margin-top:auto;
	text-decoration:none;
	transition:background-color .3s ease, color .3s ease;
}
.y7-initiative__more:hover{
	background:var(--y7-accent);
	color:#fff;
}

.y7-initiative__subLinks{margin-top:12px;display:flex;flex-wrap:wrap;gap:10px;}

.y7-initiativesGrid{align-items:stretch;}

body.home .y7-customer{padding-bottom:52px;}
body.home .y7-customer__box{padding:20px;}

#body_wrap.home .y7-customer .y7-section__jp,
#body_wrap.home .y7-customer .y7-section__en{
	text-align:center;
}

#body_wrap.home .y7-customerPanel{
	position:relative;
	border-radius:4px;
	overflow:hidden;
	background-size:cover;
	background-position:center;
	min-height:260px;
	display:flex;
	align-items:center;
	justify-content:center;
}

#body_wrap.home .y7-customerPanel::before{
	content:"";
	position:absolute;
	inset:0;
	background:rgba(0,0,0,.45);
	pointer-events:none;
}

#body_wrap.home .y7-customerPanel__inner{
	position:relative;
	padding:58px 28px;
	text-align:center;
	color:#fff;
	max-width:760px;
}

#body_wrap.home .y7-customerPanel__inner .y7-section__en{
	color:rgba(255,255,255,.82);
}

#body_wrap.home .y7-customerPanel__inner .y7-section__jp{
	color:#fff;
	margin-bottom:14px;
}

#body_wrap.home .y7-customerPanel__lead{
	margin:0 0 18px;
	color:rgba(255,255,255,.92);
	line-height:1.8;
}

#body_wrap.home .y7-customerPanel__actions{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	gap:12px;
}

#body_wrap.home .y7-customerPanel__actions .y7-btn{
	min-height:44px;
	border-radius:10px;
}

#body_wrap.home .y7-customerPanel__actions .y7-btn.-outline{
	background:#fff;
	border-color:var(--y7-accent);
	color:var(--y7-accent);
}

#body_wrap.home .y7-customerPanel__actions .y7-btn.-outline:hover{
	background:var(--y7-accent);
	color:#fff;
	border-color:var(--y7-accent);
}

#body_wrap.home .y7-customerPanel__actions .y7-btn:first-child{
	background:var(--y7-accent);
	color:#fff;
	border-color:var(--y7-accent);
}

#body_wrap.home .y7-customerPanel__actions .y7-btn:first-child:hover{
	background:#fff;
	color:var(--y7-accent);
	border-color:var(--y7-accent);
}

#body_wrap.home .y7-customerPanel__actions .y7-btn:nth-child(2){
	background:#fff;
	color:var(--y7-accent);
	border-color:var(--y7-accent);
}

#body_wrap.home .y7-customerPanel__actions .y7-btn:nth-child(2):hover{
	background:var(--y7-accent);
	color:#fff;
	border-color:var(--y7-accent);
}

@media (max-width: 640px){
	#body_wrap.home .y7-customerPanel__inner{padding:22px;}
	#body_wrap.home .y7-customerPanel__actions{flex-direction:column;align-items:stretch;}
	#body_wrap.home .y7-customerPanel__actions .y7-btn{width:100%;}
}

#footer .y7-footer{
	background:#123f63;
	color:rgba(255,255,255,.92);
}

#footer .y7-footer a{color:inherit;}

#footer .y7-footer__top{
	display:grid;
	grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);
	gap:22px;
	padding:44px 0 22px;
}

#footer .y7-footer__brand{min-width:0;}

#footer .y7-footer__logo{margin:0;}

#footer .y7-footer__logoImg{height:50px;width:auto;display:block;max-width:100%;}

#footer .y7-footer__company{
	margin:10px 0 0;
	font-weight:700;
	font-size:20px;
	line-height:1.5;
	letter-spacing:.02em;
	color:#fff;
}

#footer .y7-footer__meta{font-size:15px;line-height:1.8;color:rgba(255,255,255,.88);}
#footer .y7-footer__line{margin:0;}
#footer .y7-footer__tel + .y7-footer__fax{margin-left:10px;}

#footer .y7-footer__meta{margin-top:14px;}
#footer .y7-footer__line + .y7-footer__line{margin-top:4px;}

#footer .y7-footer__profile{margin:16px 0 0;}
#footer .y7-footer__profileLink{
	display:inline-flex;
	align-items:center;
	gap:6px;
	font-size:14px;
	font-weight:600;
	color:#fff;
	text-decoration:underline;
	text-underline-offset:3px;
	transition:opacity .15s ease;
}
#footer .y7-footer__profileLink:hover{opacity:.75;}

#footer .y7-footerNav{
	list-style:none;
	margin:0;
	padding:0;
	display:grid;
	grid-template-columns:repeat(2, minmax(0, 1fr));
	gap:10px 22px;
}

#footer .y7-footerNav a{
	display:inline-flex;
	align-items:center;
	text-decoration:none;
	color:rgba(255,255,255,.92);
	padding:4px 0;
	transition:opacity .15s ease;
}

#footer .y7-footerNav a:hover{opacity:.78;}

#footer .y7-footerNav a:focus-visible{
	outline:2px solid rgba(255,255,255,.5);
	outline-offset:2px;
}

#footer .y7-footerSitemap{
	display:grid;
	grid-template-columns:repeat(3, minmax(0, 1fr));
	gap:18px 22px;
}

#footer .y7-footerGroup{min-width:0;}

#footer .y7-footerGroup__title{
	margin:0 0 10px;
	font-weight:700;
	color:#fff;
}

#footer .y7-footerGroup__title a{text-decoration:none;color:#fff;}
#footer .y7-footerGroup__title a:hover{opacity:.8;}

#footer .y7-footerGroup__list{
	list-style:none;
	margin:0;
	padding:0;
	display:grid;
	gap:8px;
}

#footer .y7-footerGroup__subList{
	list-style:none;
	margin:6px 0 0;
	padding:0 0 0 12px;
	display:grid;
	gap:6px;
}

#footer .y7-footerGroup__list a{
	text-decoration:none;
	color:rgba(255,255,255,.86);
	font-size:13px;
	font-weight:500;
	transition:opacity .15s ease;
}

#footer .y7-footerGroup__subList a{
	color:rgba(255,255,255,.78);
	font-size:12px;
}

#footer .y7-footerGroup--standalone .y7-footerGroup__list a{
	color:inherit;
	font-size:inherit;
	font-weight:inherit;
}

#footer .y7-footerGroup--standalone .y7-footerGroup__list{
	color:#fff;
	font-size:15px;
	font-weight:700;
}

#footer .y7-footerGroup--standalone .y7-footerGroup__list li + li{margin-top:8px;}

#footer .y7-footerGroup__list a:hover{opacity:.78;}

#footer .y7-footerGroup__list a:focus-visible{
	outline:2px solid rgba(255,255,255,.5);
	outline-offset:2px;
}

#footer .y7-footer__bottom{
	display:flex;
	align-items:center;
	justify-content:center;
	gap:16px;
	padding:16px 0 34px;
	border-top:1px solid rgba(255,255,255,.14);
}

#footer .y7-footer__copy{margin:0;font-size:12px;font-weight:400;line-height:1.6;color:rgba(255,255,255,.75);text-align:center;}

@media (max-width: 640px){
	#footer .y7-footer__top{grid-template-columns:1fr;gap:18px;padding:36px 0 18px;}
	#footer .y7-footerNav{grid-template-columns:1fr;gap:8px;}
	#footer .y7-footerSitemap{grid-template-columns:repeat(2, minmax(0, 1fr));gap:16px 18px;}
	#footer .y7-footer__bottom{padding:14px 0 28px;}
	#footer .y7-footer__logoImg{height:46px;}
	#footer .y7-footer__company{font-size:18px;}
	#footer .y7-footer__meta{font-size:14px;color:rgba(255,255,255,.86);}
	#footer .y7-footer__copy{padding-left:16px;padding-right:16px;}
}

@media (max-width: 420px){
	#footer .y7-footerSitemap{grid-template-columns:1fr;}
}

/* HOME footer layout (HOMEのみ) */
body.home .l-footer__inner{padding-top:24px;}
body.home .l-footer__foot .l-container{display:flex;gap:18px;align-items:flex-start;justify-content:space-between;}
body.home .l-footer__nav{display:flex;flex-wrap:wrap;gap:10px 16px;justify-content:flex-end;margin:0;padding:0;align-items:center;}
body.home .l-footer__nav li{margin:0;}
body.home .l-footer__nav li:first-child{margin-right:auto;}
body.home .l-footer__nav li:first-child a{font-size:16px;letter-spacing:.02em;}
body.home .l-footer__nav a{color:inherit;text-decoration:none;font-weight:600;}
body.home .l-footer__nav a:hover{text-decoration:underline;}
body.home .copyright{margin-top:10px;}

@media (max-width: 640px){
	body.home .l-footer__foot .l-container{flex-direction:column;align-items:flex-start;}
	body.home .l-footer__nav{justify-content:flex-start;}
}

.y7-initiatives__grid{
	display:grid;
	grid-template-columns:repeat(2,minmax(0,1fr));
	gap:18px;
}

.y7-initiatives__item{
	border:1px solid var(--y7-line);
	border-radius:16px;
	padding:18px;
	background:#fff;
}

.y7-initiatives__title{margin:0 0 8px;font-size:18px;}
.y7-initiatives__desc{margin:0 0 12px;color:var(--y7-muted);line-height:1.7;}
.y7-initiatives__links{display:flex;flex-wrap:wrap;gap:10px;}

#body_wrap.home .y7-homeNews .y7-newsTabs{
	display:flex;
	flex-wrap:wrap;
	gap:0;
	margin:0;
}

#body_wrap.home .y7-homeNews .y7-newsSelect{display:none;}

#body_wrap.home .y7-homeNews .y7-newsTabs__tab{
	appearance:none;
	border:1px solid var(--y7-line);
	border-bottom:0;
	background:#fff;
	color:var(--y7-accent);
	border-radius:0;
	top:0;
	padding:14px 22px;
	font-weight:600;
	cursor:pointer;
}

#body_wrap.home .y7-homeNews .y7-newsTabs__tab.is-active{
	background:var(--y7-accent);
	border-color:var(--y7-accent);
	color:#fff;
}

#body_wrap.home .y7-homeNews .y7-newsPanel{
	border:none;
	border-radius:0;
	padding:0;
	background:transparent;
}

body.home .y7-homeNews .y7-newsPanel{min-height:188px;}

#body_wrap.home .y7-homeNews .y7-newsList{list-style:none;padding:0;margin:0;display:grid;gap:0;}
#body_wrap.home .y7-homeNews .y7-newsList__item{border-bottom:1px solid var(--y7-line);}
#body_wrap.home .y7-homeNews .y7-newsList__link{display:grid;grid-template-columns:130px auto 1fr;gap:14px;align-items:center;text-decoration:none;color:inherit;padding:18px 4px;border-radius:4px;transition:background-color .25s ease;}
#body_wrap.home .y7-homeNews .y7-newsList__link:hover,
#body_wrap.home .y7-homeNews .y7-newsList__link:focus-visible{background:rgba(31,79,122,.07);}
#body_wrap.home .y7-homeNews .y7-newsList__date{font-size:13px;color:var(--y7-muted);white-space:nowrap;min-width:110px;}
#body_wrap.home .y7-homeNews .y7-newsList__cat{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:4px;border:0;font-size:12px;font-weight:700;white-space:nowrap;background:#eef2f7;color:#475569;min-width:120px;}
#body_wrap.home .y7-homeNews .y7-newsList__title{font-weight:600;line-height:1.5;color:var(--y7-text);}
#body_wrap.home .y7-homeNews .y7-newsList__link:hover .y7-newsList__title{color:var(--y7-accent);}
#body_wrap.home .y7-homeNews .y7-news__empty{margin:0;color:var(--y7-muted);}

#body_wrap.home .y7-homeNews .y7-section__head{
	justify-content:center;
	text-align:center;
	margin-bottom:16px;
}

#body_wrap.home .y7-homeNews .y7-section__jp,
#body_wrap.home .y7-homeNews .y7-section__en{
	text-align:center;
}

#body_wrap.home .y7-homeNews__bar{
	display:flex;
	align-items:flex-end;
	justify-content:space-between;
	gap:12px;
	border-bottom:2px solid var(--y7-accent);
	margin:10px 0 0;
}

#body_wrap.home .y7-homeNews__more{
	display:inline-flex;
	align-items:center;
	gap:8px;
	padding:0 0 10px;
	color:var(--y7-accent);
	text-decoration:none;
	font-weight:600;
	white-space:nowrap;
}

#body_wrap.home .y7-homeNews__more::after{
	content:"›";
	font-size:18px;
	line-height:1;
}

#body_wrap.home .y7-homeNews__more:hover{opacity:.82;}

#body_wrap.home .y7-homeNews .y7-newsTabs__tab:first-child{
	border-top-left-radius:8px;
}

#body_wrap.home .y7-homeNews .y7-newsTabs__tab:last-child{
	border-top-right-radius:8px;
}

#body_wrap.home .y7-homeNews .y7-newsTabs__tab + .y7-newsTabs__tab{
	border-left:0;
}

#body_wrap.home .y7-homeNews .y7-newsTabs__tab{
	position:relative;
}

#body_wrap.home .y7-homeNews .y7-newsTabs__tab:not(:last-child)::after{
	content:"";
	position:absolute;
	top:10px;
	bottom:10px;
	right:0;
	width:1px;
	background:var(--y7-line);
}

#body_wrap.home .y7-homeNews .y7-newsTabs__tab.is-active::after{opacity:0;}

#body_wrap.home .y7-homeNews .y7-newsPanels{padding-top:8px;}

#body_wrap.home .y7-homeNews .y7-newsList__item:last-child{border-bottom:0;}

#body_wrap.home .y7-homeNews .y7-newsList__cat--info-communication{background:rgba(37, 99, 235, .10);color:rgb(37, 99, 235);}
#body_wrap.home .y7-homeNews .y7-newsList__cat--feed-fertilizer{background:rgba(22, 163, 74, .10);color:rgb(22, 163, 74);}
#body_wrap.home .y7-homeNews .y7-newsList__cat--deals{background:rgba(225, 29, 72, .10);color:rgb(190, 18, 60);}
#body_wrap.home .y7-homeNews .y7-newsList__cat--other{background:rgba(147, 51, 234, .10);color:rgb(126, 34, 206);}
#body_wrap.home .y7-homeNews .y7-newsList__cat--uncategorized{background:rgba(100, 116, 139, .12);color:rgb(71, 85, 105);}

@media (max-width: 640px){
	#body_wrap.home .y7-homeNews__bar{align-items:flex-end;flex-direction:column;}
	#body_wrap.home .y7-homeNews__more{padding-bottom:10px;align-self:flex-end;}
	#body_wrap.home .y7-homeNews .y7-newsTabs{display:none;}
	#body_wrap.home .y7-homeNews .y7-newsSelect{display:block;margin:0 0 12px;}
	#body_wrap.home .y7-homeNews .y7-newsSelect__select{
		width:100%;
		min-height:48px;
		padding:0 44px 0 16px;
		border:1px solid var(--y7-line);
		border-radius:6px;
		background:#fff;
		color:var(--y7-text);
		font-weight:600;
		appearance:none;
		-webkit-appearance:none;
		-moz-appearance:none;
		background-image:linear-gradient(45deg, transparent 50%, #1f4f7a 50%), linear-gradient(135deg, #1f4f7a 50%, transparent 50%);
		background-position:calc(100% - 18px) 50%, calc(100% - 12px) 50%;
		background-size:6px 6px, 6px 6px;
		background-repeat:no-repeat;
	}
	#body_wrap.home .y7-homeNews .y7-newsSelect__select:focus-visible{
		outline:2px solid rgba(31,79,122,.35);
		outline-offset:2px;
	}
	#body_wrap.home .y7-homeNews .y7-newsList__link{grid-template-columns:1fr;align-items:flex-start;gap:10px;padding:14px 0;}
	#body_wrap.home .y7-homeNews .y7-newsList__date{min-width:0;}
	#body_wrap.home .y7-homeNews .y7-newsList__cat{min-width:120px;}
}

.y7-recruitHero{
	border-radius:20px;
	border:1px solid var(--y7-line);
	background-size:cover;
	background-position:center;
	overflow:hidden;
}

.y7-recruitHero__inner{
	padding:28px;
	background:linear-gradient(90deg, rgba(0,0,0,.64) 0%, rgba(0,0,0,.32) 55%, rgba(0,0,0,.05) 100%);
	color:#fff;
}

.y7-recruitHero .y7-section__en{color:rgba(255,255,255,.82);}
.y7-recruitHero .y7-section__jp{color:#fff;margin-bottom:14px;}
.y7-recruitHero__lead{margin:0 0 16px;max-width:52ch;line-height:1.75;color:rgba(255,255,255,.9);}
.y7-recruitHero__actions{display:flex;flex-wrap:wrap;gap:10px;}

body.home .y7-recruitHero__actions .y7-btn{min-height:44px;}

#body_wrap.home .y7-recruitHero{
	border-radius:4px;
	border:0;
	background-size:cover;
	background-position:center right;
	min-height:260px;
	display:flex;
	align-items:stretch;
}

#body_wrap.home .y7-recruitHero__inner{
	width:100%;
	padding:46px 38px;
	background:linear-gradient(90deg, rgba(0,0,0,.45) 0%, rgba(0,0,0,.28) 45%, rgba(0,0,0,.04) 100%);
	display:flex;
	flex-direction:column;
	justify-content:center;
}

#body_wrap.home .y7-recruitHero__lead{margin:0 0 18px;}

#body_wrap.home .y7-recruitHero__actions .y7-btn{
	min-height:44px;
	border-radius:10px;
}

#body_wrap.home .y7-recruitHero__actions .y7-btn{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding:12px 18px;
	min-width:120px;
	font-weight:600;
	text-decoration:none;
	transition:background-color .3s ease, color .3s ease, border-color .3s ease;
}

#body_wrap.home .y7-recruitHero__actions .y7-btn:focus-visible{
	outline:2px solid rgba(255,255,255,.75);
	outline-offset:2px;
}

#body_wrap.home .y7-recruitHero__actions .y7-btn:not(.-outline){
	background:var(--y7-accent);
	color:#fff;
	border:2px solid var(--y7-accent);
}

#body_wrap.home .y7-recruitHero__actions .y7-btn:not(.-outline):hover{
	background:#fff;
	color:var(--y7-accent);
	border-color:var(--y7-accent);
}

#body_wrap.home .y7-recruitHero__actions .y7-btn.-outline{
	background:#fff;
	color:var(--y7-accent);
	border:2px solid var(--y7-accent);
}

#body_wrap.home .y7-recruitHero__actions .y7-btn.-outline:hover{
	background:var(--y7-accent);
	color:#fff;
	border-color:var(--y7-accent);
}

@media (max-width: 640px){
	#body_wrap.home .y7-recruitHero{min-height:0;background-position:center;}
	#body_wrap.home .y7-recruitHero__inner{padding:22px;}
	#body_wrap.home .y7-recruitHero__actions{flex-direction:column;align-items:stretch;}
	#body_wrap.home .y7-recruitHero__actions .y7-btn{width:100%;}
}

#body_wrap.home .y7-contact .y7-contactCta{
	text-align:center;
	padding:60px 0;
	position:relative;
}

#body_wrap.home .y7-contact .y7-contactCta::before{
	content:"CONTACT";
	display:block;
	margin:0 0 10px;
	letter-spacing:.08em;
	font-size:12px;
	font-weight:700;
	color:var(--y7-muted);
}

#body_wrap.home .y7-contact .y7-contactCta__title{
	margin:0 0 12px;
	color:var(--y7-text);
	font-size:22px;
	font-weight:700;
}

#body_wrap.home .y7-contact .y7-contactCta__title::after{
	content:"";
	display:block;
	width:44px;
	height:1px;
	margin:14px auto 0;
	background:rgba(31,79,122,.28);
}

#body_wrap.home .y7-contact .y7-contactCta__lead{
	margin:0 0 18px;
	color:var(--y7-muted);
	line-height:1.75;
}

#body_wrap.home .y7-contact .y7-contactCta__actions{margin:0;}

#body_wrap.home .y7-contact .y7-contactCta__btn{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-height:44px;
	padding:12px 20px;
	border-radius:10px;
	background:var(--y7-accent);
	color:#fff;
	text-decoration:none;
	font-weight:600;
	border:2px solid var(--y7-accent);
	transition:background-color .3s ease, color .3s ease, border-color .3s ease;
}

#body_wrap.home .y7-contact .y7-contactCta__btn:hover{
	background:#fff;
	color:var(--y7-accent);
	border-color:var(--y7-accent);
}

#body_wrap.home .y7-contact .y7-contactCta__btn:focus-visible{
	outline:2px solid rgba(31,79,122,.45);
	outline-offset:2px;
}

@media (max-width: 640px){
	#body_wrap.home .y7-contact .y7-contactCta{padding:52px 0;}
	#body_wrap.home .y7-contact .y7-contactCta__btn{width:100%;max-width:320px;}
}

.y7-recruit__box{
	border:1px solid var(--y7-line);
	border-radius:20px;
	padding:22px;
	background:var(--y7-surface);
}

.y7-recruit__lead{margin:0 0 14px;color:var(--y7-muted);line-height:1.75;}
.y7-recruit__actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center;}

.y7-customer__box{
	border:1px solid var(--y7-line);
	border-radius:20px;
	padding:22px;
	background:var(--y7-surface);
}

body.home .y7-customer__box .y7-btn{min-height:44px;}

@media (max-width: 1024px){
	body.home .y7-section{padding:52px 0;}
	.y7-cardGrid{grid-template-columns:repeat(2,minmax(0,1fr));}
	.y7-about__grid{grid-template-columns:1fr;}
	.y7-home .y7-mv__content{padding:0 18px;}
}

@media (max-width: 640px){
	body.home .y7-section{padding:40px 0;}
	body.home .y7-section__jp{font-size:23px;margin-bottom:18px;}
	body.home .y7-section__en{margin-bottom:6px;}
	.y7-cardGrid{grid-template-columns:1fr;}
	.y7-initiatives__grid{grid-template-columns:1fr;}
	.y7-home .y7-mv__media{height:clamp(430px,65vh,520px);}
	.y7-home .y7-mv__content{padding:0 16px;margin-bottom:clamp(26px, 6vh, 44px);}
	.y7-home .y7-mv__catch{font-size:clamp(27px, 7vw, 34px);}
	.y7-home .y7-mv__lead{font-size:14px;}
	.y7-card__img{max-height:420px;}
	.y7-initiativesGrid{grid-template-columns:1fr;}
	.y7-initiative__img{height:220px;}
	.y7-recruitHero__inner{padding:20px;background:rgba(0,0,0,.55);}
}


/* Header / Global Navigation */
.l-header{
	border-bottom:1px solid rgba(31,41,55,.10);
}

.l-header__inner{
	min-height:84px;
}

@media (min-width: 960px){
	.l-header__gnav{
		display:flex;
		align-items:center;
	}

	.c-gnav{
		display:flex;
		align-items:center;
		gap:24px;
		margin:0;
		padding:0;
	}

	.c-gnav > .menu-item{
		margin:0;
	}

	.c-gnav > .menu-item > a{
		text-decoration:none;
		font-size:16px;
		font-weight:600;
		letter-spacing:.01em;
		padding:10px 0;
	}

	.c-gnav > .menu-item > a:hover{
		text-decoration:underline;
		text-underline-offset:4px;
	}
}

@media (max-width: 959px){
	.l-header__inner{min-height:72px;}
	#gnav,
	.l-header__gnav{
		display:none;
	}
}


/* SP Menu (nav_sp_menu / fallback header_menu) */
.p-spMenu__nav .c-spnav > li > a{
	display:block;
	padding:14px 16px;
	font-size:17px;
	font-weight:600;
	text-decoration:none;
}

.p-spMenu__nav .c-spnav > li{
	border-bottom:1px solid rgba(31,41,55,.10);
}

.p-spMenu__nav .c-spnav > li:last-child > a{
	margin:0;
	border:none;
	border-radius:0;
	background:transparent;
}


/* Contact Page */
.y7-contact{
	max-width:1000px;
	margin:0 auto;
	padding:24px 0 8px;
}

.y7-contact__lead{
	margin:0 0 18px;
	color:#1f2937;
	line-height:1.9;
}

.y7-contact__grid{
	display:grid;
	grid-template-columns:repeat(2, minmax(0, 1fr));
	gap:16px;
	margin:18px 0 22px;
}

.y7-contactCard{
	border:1px solid rgba(31,41,55,.12);
	border-radius:12px;
	background:#fff;
	padding:18px;
}

.y7-contactCard__title{
	margin:0 0 10px;
	font-size:18px;
	line-height:1.4;
}

.y7-contactCard__text{
	margin:0 0 10px;
	color:#374151;
	line-height:1.85;
}

.y7-contactCard__note{
	margin:0;
	font-weight:700;
	color:#1f4f7a;
}

.y7-contactDept{
	border:1px solid rgba(31,41,55,.12);
	border-radius:12px;
	background:#fff;
	padding:18px;
}

.y7-contactDept__title{
	margin:0 0 12px;
	font-size:18px;
}

.y7-contactDept__list{
	list-style:none;
	margin:0;
	padding:0;
	display:grid;
	gap:10px;
}

.y7-contactDept__item{
	display:flex;
	justify-content:space-between;
	gap:14px;
	padding:10px 12px;
	border:1px solid rgba(31,41,55,.10);
	border-radius:10px;
	background:rgba(31,41,55,.02);
}

.y7-contactDept__name{font-weight:700;}
.y7-contactDept__val{color:#374151;}

.y7-contact__privacy{
	margin:18px 0 0;
}

.y7-contact__privacyLink{
	color:#1f4f7a;
	text-decoration:none;
	font-weight:700;
}

.y7-contact__privacyLink:hover{
	text-decoration:underline;
	text-underline-offset:4px;
}

@media (max-width: 640px){
	.y7-contact{padding-top:18px;}
	.y7-contact__grid{grid-template-columns:1fr;}
}
