@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

* {
	box-sizing: border-box;
	line-break: strict;
}

html {
	font-size: 62.5%;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch
}

body {
	background: #f1f2f0;
	font-family: "Noto Sans JP", sans-serif;
	color: #333;
	line-height: 1;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	font-feature-settings: "palt";
	text-align: justify;
}

.pc_only {
	display: block;
}

.sp_only {
	display: none;
}

@media only screen and (max-width: 768px) {
	.pc_only {
		display: none;
	}

	.sp_only {
		display: block;
	}
}

.header__title {
	padding: 10px 80px;
	margin: 0;
	text-align: end;

}

.header__title img {
	max-width: 230px;
	width: 100%;
	height: auto;

}

header {
	position: fixed;
	top: 0;
	height: 70px;
	background: rgba(255, 255, 255, 0);
	width: 100%;
	z-index: 10;



}

@media only screen and (max-width: 768px) {
	.header__title {
		padding: 5px 10px;

	}

	.header__title img {
		max-width: 160px;


	}

}

#container {}

.parallax-slide {

	padding: 0 15px 40px;

	width: 100%;
}

#container::before {
	content: "";
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #f1f2f0 url('../img/bg_yl.svg') no-repeat left bottom / 100%;
}

.box {
	width: 18%;
	height: 110vh;
	position: fixed;
	right: 19%;
	overflow: hidden;
	top: 0;
	transform: skewX(-35deg);
	z-index: -1;
}

.box::before {
	content: '';
	display: block;
	background-color: rgba(221, 225, 216, .6);
	animation: diagonal-grow 1.2s forwards;

}

@media only screen and (max-width: 1280px) {
	.box {
		width: 25vw;
		right: 8%;

		transform: skewX(-15deg);
	}
}

@media only screen and (max-width: 768px) {
	.box {

		right: 18%;

	}


}

@keyframes diagonal-grow {
	0% {
		height: 0;
	}

	100% {
		height: 100%;
	}
}

#footer {
	position: relative;
	background: #444;
	color: #fff;
	text-align: center;
	padding: 20px;
	z-index: 10;
	font-size: 1.6rem;
}

.mv {
	height: 110vh;
	position: relative;

}

.mv-logo {
	position: absolute;
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	bottom: 10%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	text-align: center;

}

.mv-logo img {
	max-width: 360px;
	width: 100%;
	height: auto;
}

.top_info p {
	font-size: 1.6rem;
	line-height: 2;
	text-align: center;
	padding: 20px 15px;
}

@media only screen and (max-width: 768px) {
	.mv {
		height: 100vh;

	}

	.mv-logo img {
		width: 60%;
	}

	.mv-logo {
		bottom: 5%;


	}

	.top_info p {
		font-size: 1.4rem;
		line-height: 1.8;
	}
}

@media only screen and (max-width: 480px) {
	.top_info p {
		text-align: left;
	}

	.mv-logo {
		bottom: 8%;


	}

	.top_info p {
		font-size: 1.3rem;
	}
}

.content {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	padding: 80px 15px;
	text-align: left;
}

.concept h2 {
	text-align: left;
}

.concept h2 img {
	max-width: 21vw;
	width: 100%;
	height: auto;
}

.concept h3 {
	font-size: 4.6rem;
	font-weight: bold;
	margin-top: 40px;
}

.concept h3 span {
	color: #419738;
}

@media only screen and (max-width: 768px) {
	.concept h2 img {
		max-width: 35vw;
	}

	.concept h3 {
		font-size: 4vw;
	}
}

.content h2 {
	font-size: 9rem;
	font-weight: 700;
	margin: 0 auto 40px;
}

.content h3 {
	font-size: 4.6rem;
	font-weight: 700;
	margin: 0 auto;
}

.text_area {
	padding: 40px 0;
}

.text_area p {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 2.5;
}

.img_area {
	padding: 40px 0;
	text-align: center;
}

.img_area img {
	max-width: 800px;
	width: 100%;
	height: auto;
}

.content-fb h2 {
	font-size: 9rem;
	font-weight: 700;
	text-align: center;
	margin: 0 auto 40px;
}


.wrapper {

	display: flex;
	justify-content: space-between;
	padding: 0;
	gap: 0 80px;
}

.sidebar {
	width: 160px;
	margin-bottom: 40px;
}

.widget+.widget {}

.widget--sticky {
	position: sticky;
	top: 0;
}

.widget--sticky img {
	max-width: 160px;
	width: 100%;
	height: auto;
}

.widget--sticky .wrap {
	text-align: right;
	margin: 40px 0 20px 40px;
	border-left: 1px solid #419738;
	height: calc(100vh - 300px);
}

.widget--sticky h2 {
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 1.5;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	display: inline-block;
	text-align: left;
}

.main {
	width: stretch;
	padding: 80px 0;

}

.service h3 {}

.service h3 img {
	max-width: 1000px;
	width: 100%;
	height: auto;
}

.service h4 {
	text-align: left;
	font-size: 3rem;
	line-height: 1.5;
	font-weight: bold;
	color: #26913a;
	padding: 40px 20px 0;
}

.fb_area {
	display: -webkit-flex;
	display: flex;
	max-width: 1400px;
	width: 100%;
	padding: 0 20px;
	margin: 120px auto 0;
	gap: 0 20px;
}

.col-6 {
	flex: 6;

}

.col-4 {
	flex: 4;

}

.col-6 p {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 2;
}

.col-6 ul {
	margin-top: 40px;
	list-style-position: inside;
	padding: 0 10px;
	font-size: 2rem;
	line-height: 1.5;
	list-style-type: square;
}

.col-6 ul>li {
	text-indent: -1em;
	padding-left: 1em;
	word-break: break-all;
}

.col-6 ul>li+li {
	margin-top: 20px;
}

.content dl {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	max-width: 1200px;
	width: 100%;
	margin-inline: auto;
	border-bottom: 1px solid #333;

}

.content dt {
	width: 25%;
	font-size: 2rem;
	font-weight: 700;
	padding: 20px 0;
}

.content dd {
	font-size: 2rem;
	line-height: 1.5;
	padding: 20px 0;
}

@media only screen and (max-width: 1280px) {
	.col-6 {
		flex: 5;

	}

	.col-4 {
		flex: 5;

	}
}

.top-ttl {
	max-width: 1200px;
	width: 100%;
	margin-inline: auto;
	padding: 15vh 15px 0;
	line-height: 16;
}


.slideConts {
	opacity: 0;

}

.slideConts.txt1 img {
	max-width: 38vw;
	width: 100%;
	height: auto;
}

.slideConts.txt2 img {
	max-width: 53vw;
	width: 100%;
	height: auto;
}

.slideConts.txt3 img {
	max-width: 24.8vw;
	width: 100%;
	height: auto;
}

.slide {
	animation: slideAnime 3s ease forwards;
}

@keyframes slideAnime {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.txt1 {
	animation-delay: 1.2s;
}

.txt2 {
	animation-delay: 2s;
}

.txt3 {
	animation-delay: 2.8s;
}

.txt4 {
	animation-delay: 3.6s;
}

@media only screen and (max-width: 1280px) {

	.top-ttl {
		padding: 20vh 15px 0;
		line-height: 10;
	}
}

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

	.top-ttl {

		padding: 20vh 15px 0;
		line-height: 8;
	}

	.slideConts.txt1 img {
		max-width: 60vw;

	}

	.slideConts.txt2 img {
		max-width: 90vw;

	}

	.slideConts.txt3 img {
		max-width: 42vw;
	}


	.text_area p {
		font-size: 1.5rem;
		line-height: 2;
	}

	.img_area {
		padding: 0;
	}

	.content-fb h2 {
		font-size: 9rem;
		font-weight: 700;
		text-align: center;
		margin: 0 auto 40px;
	}


	.wrapper {
		flex-direction: column;
		gap: 0;
	}

	.main {
		width: 100%;
		padding: 0 0 80px;

	}

	.sidebar {
		width: 100%;
		margin-bottom: 0;
	}

	.widget--sticky {
		position: static;
	}

	.widget--sticky img {
		max-width: 100px;
	}

	.widget--sticky .wrap {
		text-align: left;
		margin: 20px auto 0;
		border-left: none;
		border-bottom: 1px solid #419738;
		height: auto;
		padding: 0 15px;
	}

	.widget--sticky h2 {
		font-size: 2.2rem;
		-ms-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
		display: block;
		text-align: left;

	}

	.content {
		padding: 40px 15px 80px;
	}

	.service h4 {
		font-size: 1.8rem;
		padding: 20px 0 0;
	}

	.fb_area {
		flex-direction: column;
		padding: 0 15px;
		margin-inline: auto;
		gap: 0;
	}

	.col-6 p {
		font-size: 1.5rem;
		font-weight: 700;
		line-height: 2;
	}

	.col-6 ul {
		margin-top: 40px;
		font-size: 1.4rem;
	}

	.col-6 ul>li+li {
		margin-top: 30px;
	}

	.content h2 {
		font-size: 3rem;

	}

	.content h3 {
		font-size: 2rem;
	}

	.content dl {
		flex-direction: column;

	}

	.content dt {
		width: 100%;
		font-size: 1.8rem;
		padding: 20px 0;
	}

	.content dd {
		font-size: 1.5rem;
		padding: 0 0 20px;
	}
}

@media only screen and (max-width: 480px) {

	.top-ttl {

		padding: 20vh 15px 0;
		line-height: 8;
	}
}

@media only screen and (max-width: 320px) {

	.top-ttl {

		padding: 18vh 15px 0;
		line-height: 6;
	}
}

.js-anime.js-rotate {
	transform: rotate(-90deg) scale(0.8);
	transition: transform 1s;
}

.js-anime.js-rotate.is-inview {
	transform: rotate(0) scale(1);
	transition-delay: .5s;
}

.js-anime.fadeIn_up {
	opacity: 0;
	transform: translate(0, 50%);
	transition: 2s;
}

.js-anime.fadeIn_up.is-inview {
	transform: translate(0, 0);
	opacity: 1;
}

.js-anime.fadeIn {
	opacity: 0;
	transition: 3s;
}

.js-anime.fadeIn.is-inview {
	opacity: 1;
}

.js-anime.fade-sm {
	transform: scale(1.2);
	transition: transform 1s;
}

.js-anime.fade-sm.is-inview {
	transform: scale(1);
}

@media only screen and (max-width: 768px) {
	.js-anime.js-rotate {
		transform: rotate(-90deg) scale(1) translate(140px, -150px);
		transition: transform 1s;
	}

	.js-anime.js-rotate.is-inview {
		transform: rotate(0) scale(1) translate(0, 0);
		transition-delay: .5s;
	}
}

.pp_content {
	line-height: 1.5;
}

.pp_content h2 {
	font-size: 2.4rem;
	font-weight: bold;
	padding-bottom: 40px;
}

.pp_content h3 {
	font-size: 2rem;
	font-weight: bold;

}

.pp_content h4 {
	font-size: 1.6rem;
	font-weight: bold;

}

.pp_content p {
	font-size: 1.6rem;
	padding-bottom: 20px;
}

.contact_area {
	background-color: #fff;
	padding: 40px;
	border-radius: 10px;
	margin: 40px auto 0;
	max-width: 1200px;
}

.contact_area p {
	font-size: 1.6rem;
	padding-bottom: 20px;
}

.contact_area a {
	font-size: 1.6rem;
	color: #333;
	display: block;
	padding-bottom: 40px;
}

.contact_area label {
	font-size: 1.8rem;
	font-weight: 700;
	display: block;
}

.contact_area label span {
	font-size: 1.6rem;
	padding-left: 10px;
}

.contact_area .textbox {
	width: 100%;
	padding: 20px;
	font-size: 1.8rem;
	border-radius: 5px;
	background: #f8f8f8;
	margin: 20px auto 40px;
}

.contact_area .textbox:focus {
	outline: 0;
	border: 2px solid #eee;
}

.contact_area .textabox {
	width: 100%;
	padding: 20px;
	font-size: 1.8rem;
	border-radius: 5px;
	background: #f8f8f8;
	margin: 20px auto 40px;
}

.contact_area .textabox:focus {
	outline: 0;
	border: 2px solid #eee;
}

.btn-submit {
	display: block;
	padding: 20px 40px;
	border-radius: 10px;
	border: none;
	border-bottom: 4px solid #eee;
	background-color: #333;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	appearance: none;
}

.btn-submit:active {
	margin-top: 3px;
	color: #333;
	background-color: #aaa;
	border-bottom: 2px solid #eee;
}


@media only screen and (max-width: 768px) {
	.pp_content h2 {
		font-size: 2rem;
	}

	.pp_content h3 {
		font-size: 1.8rem;

	}

	.pp_content h4 {
		font-size: 1.5rem;

	}

	.pp_content p {
		font-size: 1.5rem;
	}

	.contact_area {
		background-color: #fff;
		padding: 40px 10px;
	}

	.contact_area p {
		font-size: 1.5rem;
	}

	.contact_area a {
		font-size: 1.5rem;
	}

	.contact_area label {
		font-size: 1.6rem;
	}

	.contact_area label span {
		font-size: 1.5rem;
	}

	.contact_area .textbox {
		padding: 5px 10px;
		font-size: 1.5rem;
	}

	.contact_area .textabox {
		padding: 5px 10px;
		font-size: 1.5rem;
	}

	.btn-submit {
		font-size: 1.6rem;
	}

}