/* ベース */
body {
	margin: 0;
	font-family: "Noto Sans JP", sans-serif;
	color: #333;
	background: #fff;
}

a {
	text-decoration: none;
	color: inherit;
}

/* ヘッダー */
.header {
	position: fixed;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #FF4500;
	color: #fff;
	padding: 0px 20px 5px 20px;
	z-index: 300;
}

.header .logo {
	font-size: 1.4rem;
	font-weight: bold;
}

.header .slogan {
	flex: 1;
	margin: 0 20px;
	font-size: 0.8rem;
	font-weight: 600;
}

.header .nav {
	display: flex;
	align-items: center;
}

.menu-btn {
	background: none;
	border: none;
	color: #fff;
	margin-top: 5px;
	margin-right: 55px;
	cursor: pointer;
}

.lang {
	font-size: 0.9rem;
	color: #000;
	font-weight: bold;
	padding: 2px 6px;
	background: #fff;
}


/* メインビジュアル */
.hero {
	width: 100%;
	background: url(../img/main/top_hero001.webp) no-repeat center top;
	background-size: cover;
	background-position-y: 0;
	align-items: center;
	justify-content: center;
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: 0;
	/* 背面 */
}
@media (max-width: 1050px){
	.menu-btn {
	background: none;
	border: none;
	color: #fff;
	margin-top: 5px;
	margin-right: 45px;
	cursor: pointer;
}
  .hero {
		position: relative;
		height: auto;
		padding-bottom:10%;
    background-image: url(../img/main/top_hero001_sp.webp);
		z-index: 100;
  }
}

.hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: #FF4500;
	background: linear-gradient(239deg, rgba(255, 69, 0, 0) 57%, rgba(255, 69, 0, 1) 79%);
	pointer-events: none;
}


.hero-brand {
	position: absolute;
	margin-top: 230px;
	left: 50px;
	z-index: 10;
}

@media (max-width: 1050px) {
	.hero-brand {
	position: relative;
	margin-top: 0;
	left: 0;
	width: 80%;
		margin: 0 auto;
	z-index: 10;
}
		.hero-brand img {
			display: block;
			padding-top: 70vw;
	}
}

.page {
	position: relative;
	z-index: 1;
	padding-top: 700px;
}

.newsdetailwrp {
	position: relative;
	z-index: 1;
	padding-top: 150px;
	padding-bottom: 150px;
}






/* NEWS */
.news {
	position: relative;
	background-color: rgba(255, 255, 255, 0.7);
	z-index: 1;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	/* Safari対策 */
	padding: 30px 20px 10% 0;
}
.news_u {
	position: relative;
	background-color: rgba(255, 255, 255, 0.7);
	z-index: 1;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	/* Safari対策 */
	padding: 30px 20px 10% 0;
}

.news-title {
	font-size: 2rem;
	font-weight: bold;
	color: #FF4500;
	font-family: "Fredoka", sans-serif;
	text-align: center;
	line-height: 1em;
}

.news-grid {
	margin-top: 10px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 20px;
}

.news-item {

	padding: 12px;
}

.news-item img {
	width: 100%;
	display: block;
	margin-bottom: 10px;
}

.news-meta {
	font-size: 0.8rem;
	margin-bottom: 8px;
}

.news-meta .date {
	margin-right: 10px;
	color: #555;
}

.news-meta .tag {
	background: #FF4500;
	color: #fff;
	font-size: 0.7rem;
	font-weight: 600;
	padding: 0 10px 1px 10px;
}

.news-text {
	font-size: 0.9rem;
	line-height: 1.4;
	font-weight: 500;
}

.more-btn-wrap {
	text-align: center;
	margin-top: 30px;

}

.more-btn {
	display: inline-block;
	padding: 12px 80px;
	background: #FF4500;
	color: #fff;
	border-radius: 30px;
	font-weight: bold;
	
}

.more-btn-wrap_w {
	position: relative;
	text-align: center;
	margin-top: 30px;
z-index: 300;
}

.more-btn_w {
	display: inline-block;
	padding: 12px 80px;
	background: #fff;
	color: #FF4500;
	border-radius: 30px;
	font-weight: bold;
	
}

.mail-btn-wrap {
	text-align: center;
	margin-top: 60px;
}

.mail-btn {
	display: inline-block;
	padding: 12px 80px;
	background: #fff;
	color: #FF4500;
	border-radius: 30px;
	font-weight: bold;
}


@media (max-width: 1050px) {
	.news {
	position: relative;
	background-color: rgba(255, 255, 255, 0.7);
	z-index: 1;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	/* Safari対策 */
	padding: 40px 0 20% 0;
}
		.news_u {
	position: relative;
	background-color: rgba(255, 255, 255, 0.7);
	z-index: 1;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	/* Safari対策 */
	padding: 70px 0 20% 0;
}
.page {
	position: relative;
	z-index: 1;
	padding-top: 0px;
}
	/* 一覧は1列 */
	.news-grid {
		margin-top: 20px;
		grid-template-columns: 1fr;
		gap: 0;
	}

	/* article自体は余計にgridにしない（中身はaが持っているため） */
	.news-item {
		padding: 0;
		border-top: 1px solid rgba(0,0,0, 0.35);
	}

	/* ★ここが本命：リンク(a)を行レイアウトにする */
	.news-link {
		display: grid;
		grid-template-columns: 140px 1fr;
		grid-template-rows: auto auto;
		column-gap: 14px;
		row-gap: 6px;
		align-items: start;

		padding: 14px 12px;
	}

	/* 左：サムネ枠 */
	.news-link .news-thumb {
		grid-column: 1;
		grid-row: 1 / span 2;
	}

	/* サムネ画像 */
	.news-link .news-thumb img {
		width: 140px;
		height: 80px;
		margin: 0;
		object-fit: cover;
		display: block;
	}

	/* 右上：日付＋タグ */
	.news-link .news-meta {
		grid-column: 2;
		grid-row: 1;
		margin: 0;
	}

	/* 右下：本文 */
	.news-link .news-text {
		grid-column: 2;
		grid-row: 2;
	}
}

/* 最後の行の下線（任意） */
@media (max-width: 1050px) {
	.news-item:last-child {
		border-bottom: 1px solid rgba(255, 255, 255, 0.35);
	}
}

/* 最後の行の下にも線が欲しい場合（任意） */
@media (max-width: 1050px) {
	.news-item:last-child {
		border-bottom: 1px solid rgba(255, 255, 255, 0.35);
	}
}



.intro {
	position: relative;
	background-color: #FF4500;
	width: 100%;
	height: auto;
	padding-top: 7%;
	
}
@media (max-width: 1050px) {

}

.sec_heading {
	font-family: "Fredoka", sans-serif;
	font-weight: 700;
	font-size: 4vw;
	margin-bottom: 0;
}

.sec_heading span {
	padding-left: 0.01em;
}

.sec_subheading {
	font-family: "Fredoka", sans-serif;
	font-weight: 600;
	font-size: 2vw;
}

.serv_subheading {

	font-weight: 600;
	font-size: 2vw;
}

.txt_lead--large {
	font-size: 1.2rem;
}

.txt_introlead {
	color: #fff;
	margin-top: 2em;
	text-align: center;
	font-weight: 600;
	letter-spacing: 0.2em;
	line-height: 1.8em;
}

.txt_funlead {
	color: #333;
	margin-top: 2em;
	text-align: left;
	font-weight: 600;
	letter-spacing: 0.2em;
	line-height: 1.8em;
}

.txt_seclead {
	color: #333;
	margin-top: 0em;
	text-align: center;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.8em;
}

.txt_seclead_w {
	color: #fff;
	margin-top: 0em;
	text-align: center;
	font-weight: 600;
	letter-spacing: 0.2em;
	line-height: 1.8em;
}

.rec_seclead_w {
	color: #fff;
	margin-top: 0em;
	font-weight: 600;
  font-size: 1rem;
	letter-spacing: 0.2em;
	line-height: 1.8em;
}

.intro_chara--kinako {
	position: absolute;
	width: 5%;
	top: 5.1vw;
	left:16.5vw;
	z-index: 100;
}

.intro_chara--anko {
	position: absolute;
	width: 5%;
	top: 5.5vw;
	right:16vw;
	z-index: 100;
}

.intro_chara--motochan {
	position: absolute;
	bottom: 46.7vw;
	width: 11%;
	right: 20vw;
	z-index: 100!important;
}

.business-grid {
	width: 100%;
	overflow: hidden;
}

/* 各段のレイアウト */
.grid-row.top {
	position: relative;
	margin-top: 7%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	z-index: 105;
}

.grid-row.bottom {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

/* 各ブロック */
.grid-item {
	position: relative;
	overflow: hidden;

}

.grid-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s ease;
}

/* ホバー時の拡大 */
.grid-item:hover img {
	transform: scale(1.05);
}

.grid-item.is-wide {
	grid-column: span 2;
}

/* オーバーレイ */
.overlay {
	position: absolute;
	inset: 0;
	background: rgba(255, 69, 0, 0.7);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-align: center;
	opacity: 0;
	transition: opacity 0.4s ease;

}

.grid-item:hover .overlay {
	opacity: 1;
}

/* テキストデザイン */
.overlay h3 {
	font-size: 2.5rem;
	font-weight: bold;
	margin: 0 0 8px;
	font-family: "Fredoka", sans-serif;
	font-weight: 600;
	margin-bottom: 0;
}

.overlay h3 span {
	padding-left: 0.02em;
}

.overlay p {
	font-size: 1rem;
	font-weight: 600;
	margin: 0;

}



@media (max-width: 1050px){
	.intro_chara--kinako {
	position: absolute;
	width: 10%;
	top: 9vw;
	left:4vw;
	z-index: 100;
}

.intro_chara--anko {
	position: absolute;
	width: 10%;
	top: 9vw;
	right:4vw;
	z-index: 100;
}

.intro_chara--motochan {
	position: absolute;
	bottom: 145vw;
	width: 23%;
	right: 3vw;
	z-index: 100;
}

	.serv_subheading {

	font-weight: 800;
	font-size: 1.3rem;
}
	.txt_lead--large {
	font-size: 1rem;
}
	.intro {
	position: relative;
	background-color: #FF4500;
	width: 100%;
	height: auto;
	padding-top: 13%;
		margin-bottom: 10%;
}
	.overlay h3 {
	font-size: 1.4rem;
	font-weight: bold;
	margin: 0 0 8px;
	font-family: "Fredoka", sans-serif;
	font-weight: 600;
	margin-bottom: 0;
}
	.txt_funlead {
	color: #333;
	margin-top: 2em;
	text-align: center;
	font-weight: 600;
	letter-spacing: 0.2em;
	line-height: 1.8em;
		padding-left:4%;
		padding-right:4%;
}
	.sec_heading {
	font-family: "Fredoka", sans-serif;
	font-weight: 700;
	font-size: 9vw;
	margin-bottom: 0px;
	line-height: 0.9em;
}
.sec_subheading {
	font-family: "Fredoka", sans-serif;
	font-weight: 600;
	font-size: 4vw;
}
  /* 2つのrowをまたいで2列の“ひとつのグリッド”にする */
  .grid-wrap{
		position: relative;
		margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
		z-index: 105!important;
  }

  /* rowコンテナは“箱”を消して、中の子だけグリッド参加させる */
  .grid-row.top,
  .grid-row.bottom{
    display: contents;
  }

  /* 2列グリッドにしたいので、PC用のgrid指定は無効化しておく */
  .grid-row.top{
    margin-top: 0;
  }
  .grid-row.bottom{
    grid-template-columns: none;
  }

  /* 2列タイルとして揃える（高さは好みで調整） */
  .grid-item,
  .mfclogo{
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    position: relative;
  }

  /* 画像は既存踏襲 */
  .grid-item img,
  .mfclogo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  /* wideは“基本は2列ぶち抜き”を一旦やめる（後でAVIATIONだけ戻す） */
  .grid-item.wide{
    grid-column: auto;
    aspect-ratio: 1 / 1;
  }

  /* AVIATIONだけ横1列（2列ぶち抜き）にする */
  .grid-row.bottom .grid-item.wide:last-of-type{
    grid-column: 1 / -1;
    aspect-ratio: 2 / 1;
  }

}


.funfunfun {
	position: relative;
	width: 100%;
	height: auto;
	padding-top: 10%;
	padding-bottom: 10%;
	background-color: #fff;
}

.fun_heading {
	color: #FF4500;
	text-align: center;
}

.service_heading {
	color: #fff;
	text-align: center;
	margin-top: 4vw;
}

.recruit_heading {
	color: #fff;
	margin-top: 4vw;
}


.fun_subheading {
	color: #FF4500;
	text-align: center;
}

.service_subheading {
	color: #fff;
	text-align: center;
}

.recruit_subheading {
	color: #fff;
}

.intro_subheading {
	color: #fff;
	text-align: center;
}

.txt_copy--secttl {
	font-size: 1.5rem;
	font-weight: 800;
	color: #FF4500;
	background-color: rgba(255, 255, 255, 0.7);
	text-align: center;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	/* Safari対策 */
}

.intro_img--backwire_hero {
	width: 100%;
	position: absolute;
	top: 32%;
	z-index: 5;
}

.intro_img--backwire {
	width: 100%;
	position: absolute;
	bottom: 46.85vw;
	z-index: 90;
}

.mfclogo {
	position: absolute;
	width: 20%;
	right: 0;
	bottom: 0;
	z-index: 20;
}

.marquee {
	margin-top: 3.5vw;
	overflow: hidden;
	white-space: nowrap;
	margin-bottom: 4%;
}

.marquee__inner {
	display: flex;
	will-change: transform;
	/* GPU最適化 */
}

.marquee__inner img {
	flex-shrink: 0;
	width: clamp(100px, 15vw, 250px);
	margin-right: 0;
	height: auto;
	object-fit: cover;
}

@media (max-width: 1050px) {
	.txt_copy--secttl {
	font-size: 1.22rem;
	font-weight: 800;
	color: #FF4500;
	background-color: rgba(255, 255, 255, 0.7);
	text-align: center;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	/* Safari対策 */
}
	.marquee {
		margin-top: 8vw;
		overflow: hidden;
		white-space: nowrap;
	}

	.marquee__inner img {
		width: clamp(120px, 45vw, 250px);
		margin-right: 0.3vw;
	}
}




.sns-follow__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
	gap: 30px 25px;
	justify-content: center;
}

.sns-card {
	background: #fff;
	border: 1.5px solid #888;
	padding: 40px;
	text-align: left;
	position: relative;
}

.sns-card__head {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.sns-card__icon {
	width: 52px;
	height: 52px;
	margin-right: 12px;
}

.sns-card__title {
	font-size: 2rem;
	font-weight: bold;
	font-family: "Fredoka", sans-serif;
	color: #333;
	font-weight: 700;

}
@media (max-width: 1050px){
	.sns-follow__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 30px 25px;
	justify-content: center;
}

}

.sns-card__text {

	font-size: 0.9rem;
	line-height: 1.7;
	color: #333;
	margin-bottom: 25px;
}

.sns-card__btn {
	display: inline-block;
	padding: 8px 28px;
	background: #FF4500;
	color: #fff;
	font-weight: bold;
	border-radius: 40px;
	text-align: center;
	transition: 0.2s ease;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.sns-card__btn:hover {
	background: #FF4500;
}

/* YouTube専用画像 */
.sns-card__image--youtube {
	width: 400px;
	height: auto;
	display: block;
	margin: 0 auto 10px;
}

.sns-follow__title {
	font-family: "Fredoka", sans-serif;
	color: #FF4500;
	font-weight: 600;
	font-size: 2vw;
	text-align: center;
	margin-bottom: 0.5em;
}



.more-btn,
.sns-card__btn {
	display: inline-block;
	padding: 10px 56px;
	background: #FF4500;
	color: #fff;
	font-weight: bold;
	border-radius: 40px;
	text-align: center;
	border: 1.5px solid transparent;
	transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.more-btn:hover,
.sns-card__btn:hover {
	background: #fff;
	color: #FF4500;
	border-color: #FF4500;
}

/* ========== Footer ========== */
.l-footer {
	background-color: #f5f5f5;
	color: #333;
	text-align: center;
	padding: 100px 20px;
	font-family: "Noto Sans JP", "Hiragino Sans", "Helvetica Neue", sans-serif;
}

.footer-inner {
	max-width: 960px;
	margin: 0 auto;
}

.footer-logo {
	position: relative;
	width: 20vw;
	margin-bottom: 10px;
	margin: 0 auto;
}

.footer-copy {
	font-size: 0.95rem;
	color: #555;
	margin-bottom: 1.8em;
	letter-spacing: 0.05em;
}

.footer-nav ul {
	list-style: none;
	padding: 0;
	margin: 0 0 1.5em;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1.5em;
}

.footer-nav a {
	text-decoration: none;
	color: #333;
	font-size: 0.9rem;
	transition: color 0.3s ease;
}

.footer-nav a:hover {
	color: #FF4500;
}

.footer-lang {
	font-size: 0.85rem;
	margin: 1.5em auto;
	color: #666;
	text-align: center;
	display: block;
}

.footer-lang a {
	color: #666;
	text-decoration: none;
	margin: 0 6px;
	transition: color 0.3s ease;
	display: inline-block;
}

.footer-lang a.is-current {
	font-weight: 600;
	color: #000;
	pointer-events: none;
}

.footer-lang a:hover {
	color: #FF4500;
}


.copyright {
	display: block;
	font-size: 0.75rem;
	color: #999;
	letter-spacing: 0.03em;
	text-align: center;
}
.notice {
	display: block;
	margin-top: 10px;
	font-size: 0.75rem;
	color: #fff;
	letter-spacing: 0.03em;
}


.footer-nav {
	margin-top: 2%;
}


@media (max-width: 1050px) {
	/* YouTube専用画像 */
.sns-card__image--youtube {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto 10px;
}
	.sns-follow__title {
	font-family: "Fredoka", sans-serif;
	color: #FF4500;
	font-weight: 600;
	font-size: 5vw;
	text-align: center;
	margin-bottom: 0.5em;
		margin-top: 10%;
}
	.footer-logo {
	position: relative;
	width: 70vw;
	margin-bottom: 10px;
	margin: 0 auto;
}
	
.footer-nav ul {
	list-style: none;
	padding: 0;
	margin: 0 0 1.5em;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1.5em;
}

.footer-nav a {
	text-decoration: none;
	color: #333;
	font-size: 1rem;
	transition: color 0.3s ease;
}

.footer-nav a:hover {
	color: #FF4500;
}

}


#loading {
	position: fixed;
	inset: 0;
	background: #fff;
	z-index: 1000;
}

#red-shutter {
	position: fixed;
	inset: 0;
	background: #FF4500;
	z-index: 900;
	transform: translateX(-100%);
}

.hero-copy {
	opacity: 0;
	transform: scale(1.1);
	transition: none;
}

.bnr_insta {
	position: absolute;
	width: 15%;
	top: 80px;
	right: 50px;
	z-index: 100;
}

.trigger_1 {
	position: absolute;
	width: 50px;
	height: 50px;
}

.fun_txtwrp {
	display: flex;
	gap: 80px;
	justify-content: center;
	margin-top: 30px;
}

.rec_txtwrp {
	display: flex;
	gap: 80px;
	margin-top: 20px;
}

.fun_txtwrp img {
	width: 7%;
}

@media (max-width: 1050px){

  .fun_txtwrp,
  .rec_txtwrp{
    flex-direction: column;
    gap: 20px;  
    align-items: center;
  }

  .fun_txtwrp img{
    width: 40%;        
  }

}

/*HUMBERGER*/
.sp-menu-btn {
	position: fixed;
	width: 40px;
	height: 28px;
	padding: 6px;
	background: transparent;
	border: none;
	cursor: pointer;
	margin-top: 10px;
	margin-right: 20px;
	top: 03px;
	right: 30px;
	margin: 0;
	z-index: 7001;
}

/* 共通 */
.sp-menu-btn span {
	position: absolute;
	height: 2px;
	background: #fff;
	transform-origin: center;
	/* 念のため */
	transition: top .28s ease, transform .28s ease, width .28s ease, left .28s ease, background-color .2s ease;
}

/* ★通常時：上下とも “ボタン内で” 伸ばす */
.sp-menu-btn span:nth-child(1) {
	top: 9px;
	left: 6px;
	width: calc(100% - 6px);
	/* ← 以前より長い（-12px等より長い） */
}

.sp-menu-btn span:nth-child(2) {
	top: 17px;
	left: 14px;
	width: calc(100% - 14px);
	/* ← 以前より長い */
}

/* OPEN時：×（同じleft/widthで揃えて回転） */
.sp-menu-btn.is-open span {
	background: #fff;
	left: 6px;
	width: calc(100% - 6px);
	/* ← ×も長く（通常上の線と同じ） */
}

.sp-menu-btn.is-open span:nth-child(1) {
	top: 13px;
	transform: rotate(45deg);
}

.sp-menu-btn.is-open span:nth-child(2) {
	top: 13px;
	transform: rotate(-45deg);
}

.sp-menu {
	position: fixed;
	inset: 0;
	background: linear-gradient(126deg, rgba(255, 51, 0, 0.8) 29%, rgba(255, 51, 0, 0.8) 82%);
	z-index: 6001;
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s ease, visibility 0s linear .3s;
}

.sp-menu.is-open {
	opacity: 1;
	visibility: visible;
	transition: opacity .3s ease, visibility 0s linear 0s;
}

.sp-menu::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url("../img/common/bp.jpg");
	background-repeat: repeat;
	background-size: auto;
	opacity: 0.3;
	pointer-events: none;
}

.sp-menu__inner {
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	text-align: left;
	padding: 0 8vw;
	gap: 6vw;
	position: relative;
	z-index: 1;
}

.sp-menu__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sp-menu__list li {
	margin: 22px 0;
}

.sp-menu__list a {
	display: inline-flex;
	align-items: baseline;
	gap: 14px;
	color: #fff;
	text-decoration: none;
}

/* 日本語（左） */
.sp-menu__list .jp {
	position: relative;
	padding-left: 22px;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: .05em;
}

.sp-menu__list .jp::before {
	content: "—";
	position: absolute;
	left: 0;
	top: 0;
}

/* 英語（右・小さめ） */
.sp-menu__list .en {
	font-size: 12px;
	letter-spacing: .14em;
	font-weight: 400;
}



.sp-menu__cta {
	width: min(520px, 40vw);
	display: flex;
	align-items: center;
	justify-content: center;
	height: 54px;
	border: 1px solid rgba(255, 255, 255, 0.85);
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: .06em;
	background: rgba(0, 211, 172, 1);
}

/* オーバーレイは中身を中央に置く器 */
.sp-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px 5vw;
	box-sizing: border-box;
	z-index: 1000;
}


/* ロゴ：上中央 */
.menulogo {
	position: relative;
	margin: 0 auto 80px;
	width: min(450px, 40vw);
	text-align: center;
	font-weight: 500;
	z-index: 1000;
	color: #fff;
}

/* 既存の .sp-menu__inner を“塊の中の2カラム”として使う */
.sp-menu__inner {
	height: auto;
	/* ← 100%はやめる（高さ崩れの元） */
	padding: 0;
	align-items: flex-start;
	/* ← panel側で余白を持つので重複させない */
}


@media (max-width: 1050px) {
	.sp-menu-btn {
	position: fixed;
	width: 40px;
	height: 28px;
	padding: 6px;
	background: transparent;
	border: none;
	cursor: pointer;
	margin-top: 10px;
	margin-right: 20px;
	top: 03px;
	right: 20px;
	margin: 0;
	z-index: 7001;
}
	.menulogo {
		position: relative;
		margin: 0 auto 50px;
		width: min(450px, 70vw);
		text-align: center;
		font-weight: 500;
		z-index: 1000;
		color: #fff;
	}
}


.account-list {
	position: fixed;
	right: 20px;
	top: -230px;

	display: flex;
	flex-direction: column;
	gap: 12px;

	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 100;
}

.account-list img {
	width: 25px;
	height: auto;
	display: block;
}

.account-list li:first-child img {
	width: 17px;
	margin-left: 4px;
}

.news-detail-body {
	font-weight: 400;
	font-size: 1.0rem;
	line-height: 1.8em;
}

.news-grid {
	opacity: 1;
	transition: opacity 0.5s ease;
}

.news-category {
	display: flex;
	gap: 14px;
	align-items: center;
	margin-top: 50px;
	margin-bottom: 32px;
}

.news-category a {
	position: relative;
	padding: 6px 0;
	font-size: 14px;
	font-weight: 600;

	color: #666;
	text-decoration: none;
	transition: color 0.25s ease;
}

/* hover */
.news-category a:hover {
	color: #333;
}

/* カレント */
.news-category a.is-active {
	color: #FF4500;
	font-weight: 600;
}

/* カレント下線（控えめ） */
.news-category a.is-active::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -0px;
	width: 100%;
	height: 2px;
	background: #FF4500;
}


/* 4列のカード幅を固定（件数が少なくても1枚が巨大化しない） */
.news-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}

/* 重要：伸びない（flex-grow:0） */
.news-item {
	flex: 0 0 calc((100% - 24px * 3) / 4);
	max-width: calc((100% - 24px * 3) / 4);
}

/* タブレット：2列 */
@media (max-width: 1050px) {
	.news-item {
		flex: 0 0 calc((100% - 24px) / 2);
		max-width: calc((100% - 24px) / 2);
	}
}

/* スマホ：1列 */
@media (max-width: 1050px) {
	.news-item {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

/* 画像はカード幅に追従しつつ、縦だけ暴れないように比率で固定 */
.news-thumb {
	width: 100%;

	overflow: hidden;
}

.news-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;

}

.service_detail {
	padding: 150px 0 0 0;
}

.company_detail {
	padding: 50px 0 150px 0;
}

.img_midfull {
	width: 100%;
}


.service_detailwrp_icon {
	display: flex;
	gap: 30px;
	flex: 0 1 auto;
	max-width: 50%;
	align-items: flex-start;
}

.service_detailwrp_icon > img {
	height: auto;
	display: block;
}

/* 1枚目（2コマ分） */
.service_detailwrp_icon > img:nth-child(1) {
	width: calc(((100% - 30px) / 3) * 1.65 + 30px);
}

/* 2枚目（1コマ分） */
.service_detailwrp_icon > img:nth-child(2) {
	width: calc((100% - 30px) / 3);
}

.service_detailwrp {
	padding: 80px 0 120px 0;
	display: flex;
	gap: 50px;
	align-items: center;
}

.service_wrp__txt {
	flex: 1;
	margin-top: 2vw;
}

.recruit_wrp__txt {
	flex: 1;
	margin-top: 2vw;
	margin-left: 50px;
}

@media (max-width: 1050px) {
	
  .service_detailwrp {
    flex-direction: column;
    gap: 30px;
    padding: 60px 0 80px 0;
  }

  .service_wrp__txt,
  .recruit_wrp__txt {
    margin-top: 0;
    margin-left: 0;
  }
	.service_detailwrp_icon {
	display: flex;
	gap: 30px;
	flex: 0 1 auto;
	max-width: 90%;
	align-items: flex-start;
}
}

/* ===== セクション全体 ===== */
.service_section {
	background-color: #FF4500;
}


.service_top {
	display: flex;
  width: 100%;
  margin: 0 auto; 
}

.service_top.is-reverse {
	flex-direction: row-reverse;
}



.service_wrp__txt {
	flex: 1 1 0;
	min-width: 0;
}

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

.photo-row {
	list-style: none;
	margin: 0;
	padding: 30px 10% 0 10%;
	display: flex;
	gap: 30px;
}

.photo-row > li {
	flex: 0 0 calc((100% - 30px * 3) / 4);
	min-width: 0;
}

.photo-row img {
	width: 100%;
	height: auto;
	padding-bottom: 50px;
	display: block;
}


/* ===== SP：上段は縦積み / 下段は2枚×2段 ===== */
@media (max-width:1050px) {
	
	.service_section {
	background-color: #FF4500;
}

	.service__media img {
	width: 100%;
	height: auto;
	display: block;
}
.service_detail {
	padding: 80px 0 0 0;
}
	.service_top,
	.service_top.is-reverse {
		flex-direction: column;
	}

	.photo-row {
		flex-wrap: wrap;
		gap: 30px;
	}

	.photo-row > li {
		flex: 0 0 calc((100% - 30px) / 2);
	}
	.photo-row img {
	width: 100%;
	height: auto;
	padding-bottom: 00px;
	display: block;
}
}

.service_linememeber {
	position: relative;
	background-color: #fff;
	min-height: 400px;
	z-index: 100;
}



.inspection_copy {
	position: absolute;
	right: 3vw;
	width: 35%;
	margin-top: 15vw;
}

.sec_bnr {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	margin-top: 33vw;
}

.sec_bnr2 {
	width: 50%;
	margin: 0 auto;
	padding: 100px 0 150px 0;

}

.blogtop {
	padding-top: 150px;
}

.compoutl {
	position: relative;
	margin-top: 20px;
	width: 100%;

}

.compoutl dt {
	font-weight: 400;
	font: 12pt;
	float: left;
	width: 30%;
	margin-bottom: 15px;
	padding-bottom: 15px;
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
}

.compoutl dd {
	font-weight: 400;
	font-size: 12pt;
	line-height: 1.6em;

	width: 100%;
	padding-left: 23%;
	/* ← dt分だけ内側に逃がす */
	padding-right: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #ccc;
}


@media screen and (min-width:320px) and (max-width:1050px) {
	.blogtop {
	padding-top: 80px;
}
	.service_car {
	margin-bottom: 50px;
}

	.inspection_copy {
	position: absolute;
	right: 5vw;
	width: 85%;
	margin-top: 40vw;
}
.sec_bnr2 {
	width: 90%;
	margin: 0 auto;
	padding: 50px 0 60px 0;

}
.sec_bnr {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	margin-top: 68vw;
	width: 90%;
}
	
	.service_linememeber {
	background-color: #fff;
	min-height: 400px;
	margin-top: 50px;
}
	.comppout_wrp {
		position: relative;
		left: 0;
		margin-bottom: 80px;
	}

	.compoutl {
		margin-top: 20px;
		width: 100%;

	}

	.compoutl dt {
		  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
		font-weight: 600;
		font: 1.2rem;
		float: left;
		width: 100%;
		margin-bottom: 0;
		padding-bottom: 0;

	}

	.compoutl dd {
		  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
		font-weight: 400;
		font-size: 1rem;
		line-height: 1.8em;
		width: 100%;
		margin-bottom: 15px;
		padding-bottom: 15px;
		border-bottom: 1px dotted #ccc;
	}
	
	/* dl / dt / dd のデフォルト余白をリセット（これが効きます） */
.compoutl {
	margin: 20px 0 0 0;
	padding: 0;
}

.compoutl dt,
.compoutl dd {
	margin: 0;
	padding: 10px ;
}

/* いちばんの原因：ddのデフォルト左マージンを潰す */
.compoutl dd {
	margin-left: 0;
	width: 100%;
	padding-bottom: 15px; /* 既存の意図を維持 */
	border-bottom: 1px dotted #ccc;
}

/* dtでfloatしているので、念のためdlをclearfix（崩れ防止） */
.compoutl::after {
	content: "";
	display: block;
	clear: both;
}

}

.service_bnr__flat7 {
	margin-top: 100px;
	margin-bottom: 30px;
}
@media screen and (min-width:320px) and (max-width:1050px) {
	.service_bnr__flat7 {
	margin-top: 50px;
	margin-bottom: 30px;
}
}
.txtarea_servicecap {
	font-weight: 600;
	text-align: center;
}

.service_mfc {
	position: relative;
	width: 100%;


}

.mfc__media {
	position: relative;
	inset: 0;
	z-index: 50;
}

.mfc__media img {
	width: 100%;
	height: 80vw;
	object-fit: cover;
	object-position: center;
	display: block;
}


.mfc__bottom {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 80px 0 80px 0;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 50px;
	align-items: center;
	justify-content: center;
	bottom: 50px;
	z-index: 100;
}

.bottombtnwrp {
	border-top: 1px solid #fff;
	position: relative;
	background-color: #000;
	padding: 15px 0 15px 0;
	width: 100%;
	z-index: 100;
	text-align: center;
}
.bottombtnwrp p {
text-align: center;
font-weight: 600;
}


.mfc__cta {
	position: relative;
	color: #fff;
	width: 20%;
	margin: 0 auto;
}

.mfcobi {
	position: relative;
	background-color: #000;
	width: 100%;
	z-index: 100;
	text-align: center;
}

.mfcobi img {
	width: 20%;
	margin: 0 auto;
}

.service_section__flat {
	padding-bottom: 150px;
}

.hero__brand {
	
}



.txt_mfc {
	
}
.spbr {
	display:none;
}

@media screen and (min-width:320px) and (max-width:1050px) {
  .bottombtnwrp p {
text-align: center;
font-weight: 600;
    font-size: 1.3rem;
}

	.spbr {
	display:block;
}

	
.txt_mfc {
	margin-top: 20px;
	text-align: center;
}

	.mfc__media {
	position: relative;
	inset: 0;
	z-index: 50;
}
.hero__brand {
	text-align: center;
}

.mfc__media img {
	width: 100%;
	height: 80vw;
	object-fit: cover;
	object-position: center;
	display: block;
}


.mfc__bottom {
	position: relative;
	background-color: #000;
	padding: 50px 0 50px 0;
	width: 100%;
	left: 0%;
	transform:none;
	display:block;
	gap: 50px;
	align-items: center;
	justify-content: center;
	bottom: 0px;
	z-index: 100;
}

.bottombtnwrp {
	border-top: 1px solid #fff;
	position: relative;
	background-color: #000;
	padding: 15px 0 15px 0;
	width: 100%;
	z-index: 100;
	text-align: center;
}

.mfc__cta {
	position: relative;
	color: #fff;
	width: 80%;
	margin: 0 auto;
}

.mfcobi {
	position: relative;
	background-color: #000;
	width: 100%;
	z-index: 100;
	text-align: center;
}

.mfcobi img {
	width: 60%;
	margin: 0 auto;
}
	
.service_section__flat {
	padding-bottom: 50px;
}
}

.company_recruit {
	background-color: #FF4500;
	padding-bottom: 150px;
}
@media screen and (min-width:320px) and (max-width:1050px) {
  .company_recruit {
	background-color: #FF4500;
	padding-bottom:80px;
}
}
.recruit_list {
	margin-top: 10px;
	display: block;
	text-align: left;
	color: #fff;
	font-size: 1.3rem;
	line-height: 1.8em;
	font-weight: 600;

}

.recruit_list ul {
  margin: 0;
  padding: 0;
  list-style: none;
	margin-top: 20px;
}

.recruit_list li {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.8em;
}

/* ●（disc） */
.recruit_list li::before {
  content: "";
  width: 0.45em;
  height: 0.45em;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0.7em;
}

/* リンク本体 */
.recruit_list li a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
  text-decoration: none;
}

/* PDFピクト（←ここがポイント） */
.recruit_list li a::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../../pages/company/img/pdf.svg") no-repeat center center;
  background-size: contain;
  flex-shrink: 0;
}

.map_full {
  width: 100%;
  height: 420px;   /* 好みでOK */
}

.map_full iframe {
  width: 100%;
  height: 100%;
  display: block;  /* 下の余白防止 */
}

.trigger1 {
	position: absolute;
	width: 50px;
	height: 50px;
}



.service__media {
	margin-top: 0vw;
  flex: 0 0 50%;       /* ← 画像側の幅 */
}

.contents_inner {
  flex: 0 0 55%;       /* ← テキスト側の幅 */
}

.service__media img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width:320px) and (max-width:1050px) {
	.service__media {
	margin-top: 0vw;
  flex: 0 0 50%;       /* ← 画像側の幅 */
}

}



.service_linememeber{
  background-color:#fff;
  border-top:6px solid #ff5a1f; /* 上のオレンジ線 */
  padding:48px 7%;
  min-height:400px; /* 既存意図があるなら残す */
}

.service_linememeber__inner{
  max-width:1200px;
  margin:0 auto;
  padding:0 24px;

  display:flex;
  align-items:center;
  gap:100px;
}

.service_linememeber__qr{
  flex:0 0 240px;
  display:flex;
  justify-content:center;
  align-items:center;
}

.service_linememeber__qr img{
  width:100%;
  max-width:240px;
  height:auto;
  display:block;
  background:#fff;
}

.service_linememeber__body{
  flex:1;
  min-width:0;
}

.service_linememeber__title{
  margin:0 0 14px;
}

.service_linememeber__title img{
  width:100%;
  max-width:560px; /* 右側の見出しの横幅 */
  height:auto;
  display:block;
}

.service_linememeber__text{
  margin:0;
  font-size:1.2rem;
  line-height:1.9;
  color:#111;
  font-weight:600;
}

@media (max-width: 1050px){
  .service_linememeber{
    padding:42px 10%;
    min-height:auto;
  }

  .service_linememeber__inner{
    flex-direction:column;
    gap:42px;
    text-align:center;
  }

  .service_linememeber__qr{
    flex:0 0 auto;
  }

  .service_linememeber__qr img{
    max-width:220px;
  }

  .service_linememeber__title img{
    max-width:520px;
    margin:0 auto;
  }
}

.glayout {
  opacity: 0.3;
}
