*,
*::before,
*::after {
	box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

li,
dd {
	list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
	display: block;
}

img {
	border: none;
	vertical-align: bottom;
}

a {
	cursor: pointer;
	text-decoration: none;
}

address {
	font-style: normal;
}

@font-face {
	font-family: "DINBold";
	font-weight: bold;
	src: url("../fonts/DINBold.ttf") format("truetype");
}

body {
	color: #323333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	line-height: 1.7;
}

img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

a {
	color: inherit;
}

.l-inner {
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.u-separate {
	margin-bottom: 24px;
	margin-top: 24px;
}

a {
	display: inline-block;
	overflow: hidden;
	position: relative;
	transition: 0.3s;
}

a::after {
	background: rgba(255, 255, 255, 0);
	content: "";
	inset: 0;
	position: absolute;
	transition: background 0.3s ease;
}

a:hover::after {
	background: rgba(255, 255, 255, 0.4);
}

body {
	background: #fff;
}

.header__inner {
	display: flex;
	justify-content: space-between;
	padding: 20px;
	position: relative;
	width: 100%;
	z-index: 100;
}

.header__logo {
	height: 28px;
	width: 223px;
}

.header__logo img {
	-o-object-fit: contain;
	object-fit: contain;
}

.header__nav {
	display: none;
}

.header__link {
	font-size: 18px;
	font-weight: 500;
}

.header__open {
	align-items: flex-start;
	background: transparent;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	height: 30px;
	justify-content: space-between;
	margin-top: 5px;
	transition: 0.3s;
	width: 30px;
}

.header__open-bar {
	background: #3d9f42;
	height: 2px;
	transform-origin: right center;
	transition: 0.3s;
	width: 30px;
}

.header__open-bar:nth-child(2) {
	width: 15px;
}

.header__open-bar:nth-child(3) {
	opacity: 0;
}

/* クリック後（バツ状態） */

.header__open.active .header__open-bar {
	background: #3d9f42;
}

.header__open.active .header__open-bar:nth-child(1) {
	transform: rotate(-45deg) translate(2px, 0px);
	width: 30px;
}

.header__open.active .header__open-bar:nth-child(2) {
	transform: rotate(45deg) translate(6px, 2px);
	width: 30px;
}

.header__open.active .header__open-bar:nth-child(3) {
	opacity: 0;
}

.drawer {
	background: #fff; /* 背景色 */
	height: 100%;
	left: 0;
	overflow-y: auto;
	padding-top: 100px;
	position: fixed;
	top: -100%;
	transition: top 0.4s ease; /* スライドのアニメーション */
	width: 100%;
	z-index: 99;
}

/* 表示状態 */

.drawer.is-open {
	top: 0;
}

.drawer-top-nav {
	align-items: start;
	display: flex;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	max-width: 250px;
	padding-left: 20px;
	padding-right: 20px;
}

.drawer__link {
	border-bottom: 1px solid #333;
	font-size: 20px;
	font-weight: 500;
	margin-top: 10px;
	padding-bottom: 10px;
	position: relative;
	width: 100%;
}

.drawer__link::after {
	background: url(../img/2x/arw@2x.webp) no-repeat center center/cover;
	content: "";
	height: 7px;
	left: auto;
	position: absolute;
	right: 0;
	top: 30%;
	width: 30px;
}

.drawer__btm {
	bottom: 50px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
}

.address__flex {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.header-btn {
	height: 70px;
	width: 220px;
}

.top {
	background: url(../img/2x/top-img@2x.webp) no-repeat center left/cover;
	padding-bottom: 80px;
	padding-top: 30px;
}

.top-head {
	color: #fff;
	font-size: 30px;
	font-weight: 500;
	text-align: center;
}

.top-text {
	font-size: 15px;
	font-weight: 500;
	margin-top: 30px;
	text-align: center;
	padding-bottom: 450px;
}

.top-news {
	align-items: center;
	background: #fff;
	border-radius: 8px;
	display: flex;
	margin-top: 300px;
	padding: 30px;
}

.top-news__left {
	border-right: 2px solid #323333;
	flex-shrink: 0;
	padding-right: 30px;
}

.top-news__head {
	align-items: start;
	display: flex;
	flex-direction: column;
	font-size: 16px;
	font-weight: 500;
}

.top-news__head span {
	color: #3d9f42;
	font-size: 12px;
}

.top-news__right {
	align-items: start;
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding-left: 30px;
}

.top-news__date {
	color: #3d9f42;
	font-size: 12px;
	font-weight: 500;
}

.top-news__title {
	font-size: 16px;
	font-weight: 500;
}

.section {
	padding-top: 100px;
}

.sec-top {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.sec-top-head {
	color: #3d9f42;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	white-space: nowrap;
}

.sec-top-body {
	margin-top: 30px;
}

.section-head {
	text-align: center;
}

.section-head__ja {
	font-size: 24px;
	font-weight: 700;
}

.section-head__en {
	align-items: center;
	color: #3d9f42;
	display: flex;
	font-family: "DINBold", sans-serif;
	font-size: 16px;
	gap: 10px;
	justify-content: center;
	margin-top: 10px;
}

.section-head__en span {
	background: #3d9f42;
	display: inline-block;
	height: 1px;
	width: 90px;
}

.top-service__box {
	display: flex;
	flex-direction: column;
	gap: 50px;
	margin-top: 50px;
}

.top-service__left {
	text-align: center;
}

.top-service__link {
	width: 220px;
}

.top-service-text {
	margin-top: 8px;
}

.top-service__right {
	text-align: center;
}

.top-pickup__box {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-top: 50px;
}

.map {
	height: 375px;
}

.top-map__add {
	margin-top: 10px;
	text-align: center;
}

.footer {
	margin-top: 100px;
}

.footer__contact {
	background: url(../img/2x/fot-bg@2x.webp) no-repeat center top/300%;
	padding-bottom: 100px;
	padding-top: 50px;
	position: relative;
}

.fot-contact-head {
	text-align: center;
}

.fot-contact-head-ja {
	font-size: 25px;
	font-weight: 700;
}

.fot-contact-head-en {
	color: #3d9f42;
	font-family: "DINBold", sans-serif;
	font-size: 16px;
	font-weight: 700;
}

.footer__contact-body {
	margin-top: 20px;
}

.footer__contact-body-head {
	color: #3d9f42;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
}

.footer__contact-body-flex {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-top: 20px;
}

.footer__contact-tel {
	max-width: 255px;
	width: 100%;
}

.footer__contact-tel img {
	-o-object-fit: contain;
	object-fit: contain;
}

.footer__contact-tel p {
	text-align: center;
}

.footer__contact-mail {
	max-width: 255px;
	width: 100%;
}

.footer__contact-mail img {
	-o-object-fit: contain;
	object-fit: contain;
}

.footer__contact-copy {
	text-align: center;
}

.fot-link {
	text-decoration: underline;
}

.footer__nav {
	font-size: 17px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	max-width: 1000px;
}

.footer__nav ul {
	display: flex;
	gap: 15px;
	justify-content: space-between;
}

.footer__add-icon {
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	width: 358px;
}

.footer__add__add {
	font-size: 16px;
	text-align: center;
}

.footer__copy {
	align-items: center;
	display: flex;
	font-size: 11px;
	gap: 5px;
	justify-content: center;
	padding-bottom: 10px;
	padding-top: 30px;
	width: 100%;
}

.none-sp {
	display: none;
}

.footer__contact-copy {
	align-items: center;
	bottom: 5px;
	display: flex;
	font-size: 9px;
	gap: 5px;
	justify-content: center;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
}

.page {
	padding-bottom: 100px;
	padding-top: 100px;
}

.page-head {
	text-align: center;
}

.page-head__ja {
	font-size: 28px;
	font-weight: 500;
}

.page-head__ja span {
	display: block;
	font-size: 14px;
	margin-top: -5px;
}

.page-head__en {
	color: #3d9f42;
	font-family: "DINBold", sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.page-head__img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	max-width: 700px;
	width: 100%;
}

.about__head {
	margin-top: 100px;
	text-align: center;
}

.about__head-m {
	font-size: 24px;
	font-weight: 500;
}

.about__head-s {
	font-weight: 500;
	margin-top: 30px;
}

.page-sec-top {
	align-items: center;
	border: 1px solid #3d9f42;
	border-radius: 50px;
	color: #3d9f42;
	display: flex;
	flex-direction: column;
	font-size: 20px;
	font-weight: 700;
	justify-content: center;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
	width: 100%;
}

.page-sec-top span {
	font-size: 14px;
}

.bg-y {
	background: #fffde3;
	width: 100%;
}

.bg-y__box {
	margin-left: auto;
	margin-right: auto;
	max-width: 750px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
	width: 100%;
}

.about-gaiyou-box {
	margin-top: 50px;
}

.bg-y__head {
	color: #3d9f42;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}

.bg-y__head.le {
	text-align: left;
}

.bg-y__body {
	margin-top: 30px;
	text-align: left;
}

.bg-y__body.ce {
	text-align: center;
}

.bg-y__body span {
	color: #3d9f42;
}

.bg-y__body.zi {
	margin-bottom: 30px;
	margin-top: 5px;
}

.about-zigyo-box {
	margin-top: 50px;
}

.about-sosiki {
	margin-top: 50px;
}

.about-sosiki__flex {
	display: flex;
	flex-direction: column;
	gap: 50px;
}

.about-sosiki__left {
	width: 100%;
}

.about-sosiki__left-box {
	border-bottom: 1px solid #aaa;
	display: flex;
	padding-bottom: 10px;
	padding-top: 10px;
}

.about-sosiki__head {
	width: 100px;
}

.about-visi__congent {
	margin-top: 50px;
}

.about-visi__box {
	margin-bottom: 30px;
}

.about-visi-top {
	margin-bottom: 10px;
}

.about-visi-top__head {
	width: 230px;
}

.about-visi-top__head span {
	color: #3d9f42;
}

.about-visi-btm {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.about-visi-btm span {
	color: #3d9f42;
	font-family: "DINBold", sans-serif;
}

.about-mes__content {
	margin-top: 50px;
}

.about-mes-flex {
	display: flex;
	flex-direction: column;
	gap: 50px;
}

.about-mes__left-name {
	display: none;
	margin-top: 100px;
}

.about-mes__right {
	margin-left: auto;
	margin-right: auto;
	max-width: 200px;
	width: 100%;
}

.sinrin__box {
	display: flex;
	flex-direction: column;
	gap: 50px;
	margin-top: 50px;
}

.sinrin__item {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
	width: 100%;
}

.sinrin__img {
	height: 200px;
	width: 100%;
}

.sinrin__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.sinrin__body {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.sinrin__head {
	color: #3d9f42;
	font-size: 17px;
	font-weight: 700;
	text-align: center;
}

.sinrin-sap {
	margin-top: 50px;
	text-align: left;
}

.sinrin-zyumoku {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-top: 30px;
	position: relative;
}

.sinrin-zyumoku-left p {
	margin-top: 0;
}

.sinrin-zyumoku-right {
	margin-left: auto;
	width: 80%;
}

.sinrin-zyumoku-bg {
	bottom: -30px;
	left: 0;
	position: absolute;
	width: 200px;
}

.job-table {
	border-collapse: collapse;
	margin-top: 50px;
	width: 100%;
}

.job-table th,
.job-table td {
	border: 1px solid #ccc;
	padding: 16px;
	vertical-align: top;
}

.job-table th {
	background-color: #f7f7f7;
	color: #3d9f42;
	font-weight: bold;
	text-align: left;
	width: 25%;
}

.job-table ul {
	margin: 0;
}

/* ✅ モバイル時のレイアウト */

.contact-top {
	margin-top: 100px;
	text-align: center;
}

.contact-btn__tel {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	max-width: 255px;
	width: 100%;
}

.contact-btn__p {
	margin-top: 5px;
	text-align: center;
}

.contact-btm {
	margin-top: 30px;
	text-align: center;
}

.field {
	margin-bottom: 28px;
}

.label-row {
	align-items: center;
	display: flex;
	gap: 8px;
	margin-bottom: 12px;
}

.required-badge {
	background: #3d9f42;
	border-radius: 4px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	padding: 4px 8px;
}

/* 入力欄 */

input[type=text],
input[type=email],
input[type=tel],
textarea {
	background: #eee;
	border: 0;
	border-radius: 4px;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
	display: block;
	font-size: 18px;
	padding: 18px 20px;
	width: 100%;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #9b9b9b;
	font-size: 16px;
}

input::placeholder,
textarea::placeholder {
	color: #9b9b9b;
	font-size: 16px;
}

textarea {
	min-height: 260px; /* 大きめに */
	resize: vertical;
}

/* ボタン */

.btn-wrap {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

.btn {
	background: #3d9f42;
	border: 0;
	border-radius: 15px;
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	max-width: 520px;
	padding: 18px 40px;
	width: 100%;
}

/* 補助テキスト（例） */

.hint {
	color: #9b9b9b;
	font-size: 15px;
	margin-top: 8px;
}

/* 小さいスクリーン用微調整 */

.contact-form {
	margin-top: 100px;
}

.down__head {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 50px;
	text-align: center;
}

.down_text {
	text-align: center;
}

.down_text p {
	margin-bottom: 30px;
}

.down__btns-flex {
	display: flex;
	flex-direction: column;
	font-weight: 700;
	gap: 50px;
	margin-top: 100px;
}

.down__btns-flex a {
	align-items: center;
	background: #3d9f42;
	border-radius: 15px;
	color: #fff;
	display: flex;
	height: 66px;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 80%;
	position: relative;
	width: 100%;
}

.down__btns-flex a::after {
	background: url(../img/2x/pdf@2x.webp) no-repeat center center/cover;
	content: "";
	height: 36px;
	left: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 34px;
}

.news {
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
}

.news-links {
	display: flex;
	flex-direction: column;
	gap: 30px;
	justify-content: center;
}

.news-link {
	display: flex;
	flex-direction: column;
	font-size: 16px;
	gap: 5px;
}

.news-date {
	color: #3d9f42;
}

.single {
	display: flex;
	flex-direction: column;
	gap: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 200px;
	max-width: 500px;
}

.single__title {
	font-size: 24px;
}

.single__date {
	color: #3d9f42;
	font-size: 13px;
	margin-top: 30px;
}

.single__content {
	margin-top: 80px;
}

.single__img {
	background: #ccc;
	height: 210px;
	margin-top: 30px;
	width: 100%;
}

.single__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.single__sub-box {
	margin-bottom: 30px;
}

.single__sub-top {
	border-bottom: 1px solid #ccc;
	display: block;
	font-weight: 700;
	padding-bottom: 5px;
}

.single__sub-body {
	display: flex;
	flex-direction: column;
}

.single__sub-link {
	padding-top: 15px;
}

.pla-body {
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	max-width: 530px;
}

.pla-body__top p {
	margin-bottom: 50px;
}

.pla-body__top p span {
	font-weight: 700;
}

.pla-body__btm {
	text-align: right;
}

@media screen and (min-width: 768px) {

body {
	font-size: 16px;
}

.l-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1040px;
}

.hidden-pc {
	display: none;
}

.header__inner {
	align-items: center;
}

.header__logo {
	height: 43px;
	width: 343px;
}

.header__nav {
	align-items: center;
	display: flex;
	gap: 25px;
}

.header__open {
	display: none;
}

.top {
	padding-bottom: 50px;
	padding-top: 100px;
}

.top-head {
	font-size: 66px;
}

.top-text {
	font-size: 16px;
}

.top-news {
	margin-top: 350px;
}

.top-news__head span {
	font-size: 14px;
}

.top-news__head {
	align-items: center;
	flex-direction: row;
	font-size: 20px;
	gap: 15px;
}

.top-news__right {
	align-items: center;
	flex-direction: row;
	gap: 20px;
}

.top-news__date {
	font-size: 14px;
}

.top-news__title {
	font-size: 18px;
}

.section {
	padding-top: 200px;
}

.sec-top {
	align-items: end;
	flex-direction: row;
	gap: 50px;
	justify-content: space-between;
}

.sec-top-head {
	font-size: 26px;
	text-align: left;
}

.sec-top__right {
	flex-shrink: 0;
	width: 40%;
}

.section-head__ja {
	font-size: 25px;
}

.section-head__en {
	font-size: 18px;
}

.top-service__box {
	flex-direction: row;
	gap: 20px;
	justify-content: space-between;
}

.map {
	height: 450px;
}

.footer__contact {
	background: url(../img/2x/fot-bg@2x.webp) no-repeat center center/cover;
	padding-bottom: 30px;
	padding-top: 30px;
}

.fot-contact-head-en {
	font-size: 18px;
}

.footer__contact-body {
	background: #fff;
	border-radius: 15px;
	padding: 30px 50px;
}

.footer__contact-body-head {
	font-size: 20px;
}

.footer__contact-body-flex {
	align-items: start;
	flex-direction: row;
	gap: 20px;
	justify-content: space-between;
}

.footer__contact-tel {
	max-width: 465px;
}

.footer__contact-mail {
	max-width: 465px;
}

.none-sp {
	display: block;
}

.footer__contact-copy {
	display: none;
}

.page-head__ja span {
	display: inline-block;
	font-size: 40px;
}

.page-head__ja {
	font-size: 40px;
}

.page-head__en {
	font-size: 28px;
}

.about__head-m {
	font-size: 28px;
}

.page-sec-top span {
	font-size: 18px;
}

.page-sec-top {
	border: 3px solid #3d9f42;
	flex-direction: row;
	font-size: 28px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.bg-y__box {
	padding-bottom: 50px;
	padding-top: 50px;
}

.bg-y__head {
	font-size: 28px;
}

.about-sosiki__flex {
	flex-direction: row;
	gap: 30px;
}

.about-sosiki__head {
	padding-left: 20px;
	width: 200px;
}

.about-sosiki__right {
	flex-shrink: 0;
	width: 350px;
}

.about-visi__box {
	margin-bottom: 50px;
}

.about-visi-top {
	display: flex;
}

.about-mes-flex {
	flex-direction: row;
	gap: 30px;
}

.about-mes__left-name {
	display: block;
	width: 200px;
}

.about-mes__right {
	flex-shrink: 0;
	margin-right: 100px;
	max-width: 300px;
}

.sinrin__box {
	flex-direction: row;
	gap: 20px;
	justify-content: space-between;
}

.sinrin__item {
	gap: 20px;
	width: 32%;
}

.sinrin__img {
	height: 240px;
}

.sinrin__head {
	font-size: 25px;
	text-align: left;
}

.sinrin-sap {
	text-align: center;
}

.sinrin-zyumoku {
	flex-direction: row;
	gap: 50px;
	margin-top: 50px;
}

.sinrin-zyumoku-right {
	flex-shrink: 0;
	width: 488px;
}

.sinrin-zyumoku-bg {
	bottom: -50px;
	left: 23%;
	width: 330px;
}

.contact-btn__tel {
	max-width: 365px;
}

.down__head {
	font-size: 28px;
}

.down__btns-flex a {
	width: 60%;
}

.news {
	max-width: 500px;
}

.news-links {
	gap: 15px;
}

.news-link {
	flex-direction: row;
	font-size: 18px;
	gap: 30px;
}

.single {
	flex-direction: row;
	gap: 10%;
	justify-content: space-between;
}

.single__main {
	flex-shrink: 0;
	width: 70%;
}

.single__title {
	font-size: 28px;
}

.single__date {
	font-size: 18px;
}

.single__img {
	height: 366px;
}

.single__sub {
	flex-shrink: 0;
	width: 25%;
}

}

@media (max-width: 768px) {

.job-table,
.job-table tbody,
.job-table tr,
.job-table th,
.job-table td {
	display: block;
	width: 100%;
}

.job-table th {
	background-color: #efefef;
	border-bottom: none;
	padding: 12px;
}

.job-table td {
	border-top: none;
	padding: 12px 16px 20px;
}

}

@media (max-width: 420px) {

.label {
	font-size: 16px;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
	font-size: 16px;
	padding: 14px 16px;
}

.btn {
	font-size: 18px;
	padding: 14px 20px;
}

}

