/*
Theme Name: iine2026
*/

@charset "utf-8";

:root {
	--green: #7fa64f;
	--green2: #91b85e;
	--brown: #5a2b17;
	--gold: #d5a03a;
	--cream: #fffdf8;
	--line: #eadfce;
	--soft: #f8f4eb
}

* {
	box-sizing: border-box
}
html{
  scroll-behavior:smooth;
}
body {
	margin: 0;
	background: #fffdf8;
	color: var(--brown);
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 600;
	letter-spacing: .05em;
	line-height: 1.9
}

img {
	max-width: 100%;
	display: block
}

a {
	text-decoration: none;
	color: inherit
}
.pc_only{
	display: block;
}
.sp_only{
	display: none;
}
.site-header {
/*	max-width: 1160px;*/
	margin: 0 auto;
	padding: 28px 30px 0
}

.header-inner {
	display: flex;
	align-items: flex-start;
	justify-content: space-between
}

.brand img {
	width: 330px
}

.header-contact {
	display: flex;
	gap: 24px;
	align-items: center
}

.tel {
	font-weight: 700;
	line-height: 1.1
}

.tel span {
	font-size: 25px;
	margin-right: 9px
}

.tel b {
	font-size: 32px;
	letter-spacing: .06em
}

.tel small {
	display: block;
	text-align: center;
	font-size: 12px;
	margin-top: 4px
}

.mail-btn {
	background: linear-gradient(#8caf58, #6d9444);
	color: #fff;
	border-radius: 999px;
	padding: 16px 36px;
	box-shadow: inset 0 -3px 0 rgba(0, 0, 0, .12);
	font-weight: 800
}

.global-nav {
	display: flex;
	justify-content: center;
	gap: 54px;
	padding: 26px 0 20px;
	font-size: 15px;
	font-weight: 800
}

.global-nav a {
	position: relative
}

.global-nav a.active {
	color: var(--green)
}

.global-nav a.active:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -8px;
	height: 2px;
	background: var(--green)
}

main {
	overflow: hidden
}

.hero {
	position: relative;
	max-width: 1160px;
	margin: 0 auto;
	min-height: 600px;
	padding: 30px 30px 0;
	display: grid;
	grid-template-columns: 50% 50%;
	align-items: start;
	z-index:6;
}

.hero-copy {
	position: relative;
	z-index: 3
}

.hero-title-img {
	width: 440px;
	margin-bottom: 30px
}

.hero h1 {
	font-size: 31px;
	line-height: 1.85;
	margin: 0 0 28px;
	font-weight: 800;
	letter-spacing: .09em
}

.hero h1 em {
	font-style: normal;
	color: var(--green);
	font-size: 34px
}

.hero p {
	font-size: 16px;
	line-height: 2.15;
	margin: 0
}

.hero-photo {
	position: relative;
	margin-left: -60px;
	z-index: 0
}

.hero-photo > img {
	height: 548px;
	width: 100%;
	object-fit: cover;
}

.hero-photo::before{
	content:"";
	position:absolute;
	inset:0;
	z-index:2;
	pointer-events:none;

	background: linear-gradient(
		to right,
		#fffdf8 0%,
		rgba(255,253,248,0.95) 5%,
		rgba(255,253,248,0.75) 10%,
		rgba(255,253,248,0.35) 28%,
		rgba(255,253,248,0) 42%
	);
}

.satisfaction img{
	position: absolute;
	right: 12px;
	bottom: -28px;
	width: 210px;
	height: 210px;
	border-radius: 50%;
	box-shadow: 0 12px 38px rgba(84, 52, 20, .12);
}

.hero-leaf {
	position: absolute;
	z-index: 4
}

.hero-leaf-l {
	left: 0;
	bottom: 10px;
	width: 78px
}

.feature-cards {
	max-width: 930px;
	margin: -10px auto 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	position: relative;
	z-index: 5
}

.feature-cards article,
.voice article {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 22px;
	text-align: center;
	box-shadow: 0 8px 28px rgba(93, 61, 27, .06)
}

.feature-cards article {
	padding: 26px 32px
}

.feature-cards img {
	width: 48px;
	margin: 0 auto 13px
}

.feature-cards h3,
.values h3 {
	color: var(--green);
	font-size: 17px;
	margin: 0 0 10px
}

.feature-cards p,
.values p {
	font-size: 13px;
	line-height: 2;
	margin: 0;
	color: #2d2119
}

.hero-buttons {
	max-width: 860px;
	margin: 20px auto 55px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 34px
}

.primary,
.secondary {
	border-radius: 999px;
	text-align: center;
	padding: 18px;
	font-weight: 800
}

.primary {
	background: linear-gradient(#91bd5e, #6f9b45);
	color: #fff;
	box-shadow: inset 0 -3px 0 rgba(0, 0, 0, .11)
}

.secondary {
	background: #fff;
	border: 1px solid #d7b76f;
	color: #915c1d
}

.intro {
	max-width: 1160px;
	margin: 0 auto 38px;
	padding: 0 30px;
	display: grid;
	grid-template-columns: 34% 66%;
	gap: 38px;
	align-items: center
}

.intro h2 {
	font-size: 29px;
	line-height: 1.75;
	margin: 0 0 20px
}

.intro p {
	font-size: 16px;
	line-height: 2.2
}

.intro-photos {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px
}

.intro-photos img {
	height: 190px;
	width: 100%;
	object-fit: cover;
	border-radius: 12px
}

.values {
	max-width: 1160px;
	margin: 0 auto 42px;
	background: #fff;
	border-radius: 20px;
	padding: 30px 34px 38px;
	box-shadow: 0 10px 30px rgba(93, 61, 27, .05)
}

.values h2 {
	text-align: center;
	font-size: 24px;
	margin: 0 0 28px
}

.values h2 span:before,
.voice h2:before{
	content: "";
	display: inline-block;
	width: 48px;
	height: 18px;
	background: url(../../images/leaf-left.png) center/contain no-repeat;
	margin-right:18px
}

.values h2 span:after,
.voice h2:after {
	content: "";
	display: inline-block;
	width: 48px;
	height: 18px;
	background: url(../../images/leaf-right.png) center/contain no-repeat;
	margin-left:18px
}

.value-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr)
}

.value-grid article {
	text-align: center;
	padding: 0 24px;
	border-left: 1px solid #eadfce
}

.value-grid article:first-child {
	border-left: 0
}

.value-grid img {
	width: 48px;
	height: 48px;
	object-fit: contain;
	margin: 0 auto 12px
}

.voice {
	max-width: 1160px;
	margin: 0 auto 40px;
	padding: 0 30px
}

.voice h2 {
	text-align: center;
	font-size: 26px;
	margin: 0 0 28px
}

.voice-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 26px
}

.voice article {
	position: relative;
	text-align: left;
	padding: 32px 28px;
	min-height: 230px
}

.voice article img {
	position: absolute;
	right: 26px;
	top: 28px;
	width: 74px;
	height: 74px;
	border-radius: 50%;
	object-fit: cover
}

.voice h3 {
	font-size: 18px;
	line-height: 1.6;
	margin: 0 90px 18px 0
}

.voice p {
	font-size: 13px;
	color: #2d2119;
	line-height: 2
}

.voice small {
	font-size: 12px
}

.bottom-cta{
  width:min(1180px, calc(100% - 48px));
  margin:60px auto 0;
  display:grid;
  grid-template-columns: 1.05fr 1.25fr 1.05fr;
  gap:24px;
  align-items:center;
}

.cta-tel{
  display:flex;
  align-items:center;
  gap:18px;
  color:#6b3218;
}

.cta-tel-icon{
  width:74px;
  height:74px;
  border:1px solid #d8c39a;
  border-right:none;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:34px;
  color:#8b5a21;
}

.cta-tel-body p{
  margin:0 0 4px;
  font-size:16px;
  letter-spacing:.08em;
  font-weight:700;
}

.cta-tel-body b{
  display:block;
  font-size:35px;
  line-height:1.1;
  letter-spacing:.04em;
  font-weight:800;
}

.cta-tel-body small{
  display:block;
  margin-top:6px;
  font-size:14px;
  font-weight:700;
  letter-spacing:.04em;
}

.cta-center{
  min-height:86px;
  padding:12px 16px 12px 28px;
  border-radius:999px;
  background:linear-gradient(180deg,#8eb35b,#6f9c3e);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  text-decoration:none;
  box-shadow:0 8px 18px rgba(89,120,46,.18);
}

.cta-center strong{
  display:block;
  font-size:18px;
  letter-spacing:.08em;
}

.cta-center small{
  display:block;
  margin-top:6px;
  font-size:13px;
  opacity:.95;
}

.cta-center img{
  width:72px;
  height:72px;
  border-radius:50%;
  object-fit:cover;
  border:4px solid rgba(255,255,255,.65);
}

.cta-form{
  min-height:82px;
  border:1px solid #d6b46a;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  color:#b37a20;
  background:#fffdf8;
  text-decoration:none;
  font-size:17px;
  font-weight:700;
  letter-spacing:.08em;
}

.cta-form span{
  font-size:24px;
}
.footer-illust {
	max-width: 1160px;
	margin: -20px auto 0
}

.footer-illust img {
	width: 100%
}

@media (max-width: 1000px) {
	.pc_only{
		display: none;
	}

	.sp_only{
		display: block;
	}

	.site-header {
		padding: 18px
	}

	.header-inner,
	.header-contact {
		display: block
	}

	.brand img {
		width: 260px
	}

	.tel {
		margin: 18px 0
	}

	.global-nav {
		overflow: auto;
		justify-content: flex-start;
		gap: 24px;
		font-size: 13px
	}

	.hero {
		display: block;
		padding: 26px 18px 0
	}

	.hero:before {
		display: none
	}

	.hero-photo {
		margin: 28px 0 0
	}

	.hero-photo > img {
		height: 350px;
		border-radius: 24px
	}

	.hero h1 {
		font-size: 23px
	}

	.hero h1 em {
		font-size: 25px
	}

	.hero-title-img {
		width: 310px
	}

	.satisfaction {
		width: 145px;
		height: 145px;
		right: 8px;
		bottom: -22px
	}

	.satisfaction b {
		font-size: 40px
	}

	.feature-cards,
	.hero-buttons,
	.intro,
	.value-grid,
	.voice-grid,
	.bottom-cta {
		grid-template-columns: 1fr
	}

	.feature-cards {
		margin: 45px 18px 0
	}

	.hero-buttons,
	.intro,
	.values,
	.voice,
	.bottom-cta {
		margin-left: 18px;
		margin-right: 18px;
		padding-left: 0;
		padding-right: 0
	}

	.intro-photos {
		grid-template-columns: 1fr
	}

	.value-grid article {
		border-left: 0;
		border-top: 1px solid #eadfce;
		padding: 24px
	}

	.value-grid article:first-child {
		border-top: 0
	}

  .bottom-cta{
    grid-template-columns:1fr;
  }

  .cta-tel{
    justify-content:center;
  }

  .cta-tel-body b{
    font-size:30px;
  }
}

/* =========================
�n���o�[�K�[���j���[
========================= */

.hamburger{
	display:none;
}

@media (max-width: 1000px){

	/* �w�b�_�[ */
	.site-header{
		position:relative;
		z-index:9999;
		padding:18px;
	}

	.header-inner{
		display:flex;
		align-items:center;
		justify-content:space-between;
	}

	.brand img{
		width:240px;
	}

	.header-contact{
		display:none;
	}

	/* �{�^�� */
	.hamburger{
		display:flex;
		position:fixed;
		top:16px;
		right:16px;
		z-index:120;

		width:56px;
		height:56px;

		border:none;
		border-radius:50%;
		background:#fff;

		align-items:center;
		justify-content:center;

		cursor:pointer;

		box-shadow:0 10px 28px rgba(93,61,27,.14);

		-webkit-tap-highlight-color:transparent;
	}

	/* 3�{�� */
	.hamburger span{
		display:block;

		position:absolute;
		left:50%;
		top:50%;

		width:24px;
		height:2px;

		background:var(--brown);
		border-radius:999px;

		transform:translate(-50%,-50%);
		transition:.35s ease;
	}

	.hamburger span:nth-child(1){
		margin-top:-8px;
	}

	.hamburger span:nth-child(2){
		margin-top:0;
	}

	.hamburger span:nth-child(3){
		margin-top:8px;
	}

	/* �J������ �~ */
	body.menu-open .hamburger span:nth-child(1){
		margin-top:0;
		transform:translate(-50%,-50%) rotate(45deg);
	}

	body.menu-open .hamburger span:nth-child(2){
		opacity:0;
	}

	body.menu-open .hamburger span:nth-child(3){
		margin-top:0;
		transform:translate(-50%,-50%) rotate(-45deg);
	}

	/* �i�r */
	.global-nav{
		position:fixed;
		top:0;
		right:0;

		width:82%;
		max-width:340px;
		height:100vh;

		background:#fffdf8;

		display:flex;
		flex-direction:column;
		align-items:flex-start;
		justify-content:flex-start;

		gap:0;

		padding:100px 28px 40px;

		transform:translateX(100%);
		transition:.4s ease;

		overflow:auto;

		box-shadow:-10px 0 40px rgba(93,61,27,.12);

		z-index:110;
	}

	body.menu-open .global-nav{
		transform:translateX(0);
	}

	.global-nav a{
		width:100%;
		padding:18px 0;

		font-size:15px;
		font-weight:700;

		border-bottom:1px solid var(--line);
	}

	.global-nav a.active{
		color:var(--green);
	}

	.global-nav a.active:after{
		display:none;
	}

	/* �w�i�Â� */
	body.menu-open::before{
		content:"";
		position:fixed;
		inset:0;
		background:rgba(0,0,0,.35);
		z-index:105;
	}

	/* �X�N���[����~ */
	body.menu-open{
		overflow:hidden;
	}
}

/* =========================
グローバルナビ hover
========================= */

.global-nav a{
	position:relative;
	transition:.25s ease;
}

.global-nav a::after{
	content:"";
	position:absolute;
	left:0;
	bottom:-8px;

	width:0;
	height:2px;

	background:var(--green);

	transition:.3s ease;
}

.global-nav a:hover{
	color:var(--green);
}

.global-nav a:hover::after{
	width:100%;
}

/* =========================
ボタン hover animation
========================= */

.primary,
.secondary,
.mail-btn,
.cta-center,
.cta-form,
.form-submit button,
.recruit-entry a,
.blog-category a,
.nav-links a{
	transition:
		transform .25s ease,
		box-shadow .25s ease,
		background .25s ease,
		color .25s ease,
		border-color .25s ease,
		opacity .25s ease;
}

/* hover */
.primary:hover,
.secondary:hover,
.mail-btn:hover,
.cta-center:hover,
.cta-form:hover,
.form-submit button:hover,
.recruit-entry a:hover,
.blog-category a:hover,
.nav-links a:hover{
	transform:translateY(-2px);
	box-shadow:0 14px 30px rgba(93,61,27,.14);
}

/* 緑ボタン */
.primary:hover,
.mail-btn:hover,
.cta-center:hover,
.form-submit button:hover{
	filter:brightness(1.05);
}

/* 白ボタン */
.secondary:hover,
.cta-form:hover,
.recruit-entry a:hover{
	background:var(--green);
	color:#fff;
	border-color:var(--green);
}