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


html,
body {
	width: 100%;
	height: 100%;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
}


a {
	transition: opacity 0.3s ease;
}

a:hover {
	opacity: 0.8;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	background: #ffffff;
	transition: all 0.3s ease;
}

header * {
	transition: all 0.3s ease;
}

header .inner {
	position: relative;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px;
	height: 190px;
}

header .logo {
	width: 223px;
	position: absolute;
	top: 30px;
	left: 30px;
}

header nav {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-left: 253px;
	gap: 10px;
}

header nav a {
	text-decoration: none;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #1D1D1D;
	opacity: 1 !important;
	position: relative;
}
header nav a:before{
	content:"";
	background: #8FB12C;
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 0;
	height: 3px;
	transition: 0.2s;
}
header nav a:hover:before{
	width: 100%;
}

header .tel {
	margin-left: 30px;
}

header .tel .group {
	font-weight: 700;
	font-size: 15px;
	line-height: 18px;
	color: #1D1D1D;
	margin-bottom: 6px;
}

header .tel .number {
	font-weight: 700;
	font-size: 36px;
	line-height: 43px;
	color: #1D1D1D;
	white-space: nowrap;
}

header .tel .number span {
	font-size: 15px;
}

header .contact_btn a {
	background: url('../images/icon_newwin.svg') no-repeat center right 20px/20px, #8FB12C;
	font-weight: 700;
	font-size: 22px;
	line-height: 26px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	padding: 22px 62px 22px 22px;
	border-radius: 4px;
	margin-left: 27px;
	white-space: nowrap;
}

header.scroll .inner {
	height: 140px;
}

header.scroll .logo {
	width: 120px;
}

header.scroll nav {
	margin-left: 159px;
}









/* MAIN */
main {
	padding-top: 190px;
}

main .inner {
	position: relative;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}


main .inner {
	position: relative;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}




.btn {
	display: block;
	text-decoration: none;
	width: 431px;
	background: #1D1D1D;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #FFFFFF;
	padding: 24px 30px;
	position: relative;
	border-radius: 6px;
}

.btn::after {
	content: '';
	display: block;
	position: absolute;
	top: 12px;
	right: 20px;
	width: 43px;
	height: calc(100% - 24px);
	border-left: 1px solid #FFFFFF;
	background: url('../images/icon_arrow.svg') no-repeat center right/20px;
}

.btn.download::after {
	background: url('../images/icon_download.svg') no-repeat center right/20px;
}

.btn.newwin::after {
	background: url('../images/icon_newwin.svg') no-repeat center right/20px;
}



.contact {
	padding: 100px 0;
	background: #F9F7E9;
	border-radius: 60px 60px 0 0;

	padding-bottom: 160px;
	margin-bottom: -60px;
}

.contact .inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	gap: 43px;
	padding: 0 20px;
}

.contact .inner>div {
	width: 50%;
}

.contact .title {
	font-weight: 700;
	font-size: 42px;
	line-height: 50px;
	color: #1D1D1D;
	padding-bottom: 24px;
	margin-bottom: 48px;
	position: relative;
}

.contact .title::after {
	content: '';
	display: block;
	width: 100px;
	height: 3px;
	background: #8FB12C;
	position: absolute;
	bottom: 0;
	left: 0;
}

.contact .text {
	font-weight: 500;
	font-size: 18px;
	line-height: 175%;
	color: #1D1D1D;
	margin-bottom: 48px;
}

.contact .buttons {
	display: flex;
	flex-direction: column;
	gap: 18px;
	width: 55% !important;
}

.contact .content {
	width: 45% !important;
}

.contact .buttons a,
.contact .buttons .tel {
	border-radius: 8px;
	padding: 0 33px 0 178px;
	position: relative;
	height: 150px;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: start;
}

.contact .buttons .tel {
	background: url('../images/icon_tel.svg') no-repeat center left 70px/60px, #FFFFFF;
	border: 1px solid #707070;
}

.contact .buttons .tel .number {
	font-weight: 700;
	font-size: 46px;
	line-height: 55px;
	color: #803B00;
}

.contact .buttons .tel .number span {
	font-size: 24px;
	margin-right: 5px;
	vertical-align: middle;
}
.contact .buttons .tel .name{
	color: #1D1D1D;
	font-weight: 700;
}
.contact .buttons .tel .caption {
	font-weight: 500;
	font-size: 13px;
	line-height: 150%;
	color: #1D1D1D;
}

.contact .buttons a.mail {
	background: url('../images/icon_mail.svg') no-repeat center left 70px/60px, #8FB12C;
	font-weight: 700;
	font-size: 28px;
	line-height: 34px;
	color: #FFFFFF;
}

.contact .buttons a.mail::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 30px;
	margin: auto;
	content: '';
	display: block;
	width: 44px;
	height: 48px;
	background: url('../images/icon_newwin.svg') no-repeat center right/20px;
	border-left: 1px solid #FFFFFF;
}

/* FOOTER */

footer {
	background: #F4E8C7;
	border-radius: 60px 60px 0 0;
}

footer .inner {
	width: 100%;
	max-width: 1720px;
	margin: 0 auto;
	padding: 76px 20px 31px;
}

footer .upper,
footer .lower {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

footer .upper {
	margin-bottom: 76px;
}

footer .upper .logo {
	width: 260px;
	margin-right: 54px;
}

footer .upper nav {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	max-width: 574px;
}

footer .upper nav a {
	display: block;
	width: 45%;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #1D1D1D;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
	opacity: 1 !important;
	transition: 0.2s;
}
footer .upper nav a:hover{
	color: #8FB12C;
}

footer .upper nav a::before {
	content: '';
	display: inline-block;
	width: 14px;
	height: 3px;
	vertical-align: middle;
	margin-right: 8px;
	background: #1D1D1D;
	transition: 0.2s;
}
footer .upper nav a:hover::before {
	background: #8FB12C;
}

footer .upper .banners {
	display: flex;
}

footer .upper .banner a {
	display: block;
	height: 123px;
	width: auto;
}

footer .lower {
	border-top: 1px solid #E1A840;
	padding: 30px 0 0;
}

footer .lower .links a {
	display: inline-block;
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	color: #1D1D1D;
	text-decoration: none;
}

footer .lower .links a::after {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url('../images/icon_newwin_black.svg') no-repeat center right/10px;
	vertical-align: middle;
}

footer .lower .copyright {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 14px;
	color: #1D1D1D;
}


.fixed_buttons {
	position: fixed;
	top: 40%;
	right: 0;
	z-index: 100;
	filter: drop-shadow(-4px 0px 8.9px rgba(0, 0, 0, 0.1));
	border-radius: 4px 0px 0px 4px;
	overflow: hidden;
}

.fixed_buttons a {
	display: block;
	width: 100px;
	height: 103px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #FFFFFF;
	text-decoration: none;
}

.fixed_buttons a .text {
	font-weight: 800;
	font-size: 16px;
	line-height: 23px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 10px;
}

.fixed_buttons a.video {
	background: #8FB12C;
}

.fixed_buttons a.catalog {
	background: #336BB5;
}

.fixed_buttons a.catalog .text {
	font-size: 13px;
	line-height: 130%;
}

.fixed_buttons a.video .image img {
	width: 28px;
}


.top_btn {
	position: fixed;
	bottom: 69px;
	right: 20px;
	z-index: 100;
	transition: opacity 0.3s ease;
	visibility: hidden;
	opacity: 0;
}

.top_btn.scroll {
	visibility: visible;
	opacity: 1;
}

.top_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 78px;
	background: #1D1D1D;
	border-radius: 6px;
}








/* SECOND */

main .inner.second .second_header {
	width: 100%;
}

main .inner.second .second_header .image {
	width: calc(100% - 210px);
	margin-left: 210px;
	border-radius: 80px 0 0 0;
	overflow: hidden;
}

main .inner.second .second_header .content {
	display: flex;
	justify-content: space-between;
	align-items: end;
	width: 100%;
	margin-top: -72px;
}

main .inner.second .second_header .content .title {
	font-weight: 700;
	font-size: 56px;
	line-height: 100%;
	color: #FFFFFF;
	padding: 40px 40px 40px 210px;
	width: 47.1%;
	background: #8FB12C;

}

main .inner.second .second_header .content .breadcrumb {
	display: flex;
	justify-content: end;
	align-items: center;
	gap: 10px;
	padding: 15px 210px 15px 0;
	width: 50%;
	font-weight: 400;
	font-size: 20px;
	line-height: 175%;
	color: #000000;
}

main .inner.second .second_header .content .breadcrumb a {
	color: #000000;
	text-decoration: none;
}

main .inner.second .second_header .content .breadcrumb a::after {
	display: inline-block;
	content: '>';
	margin: 0 10px;
}

main .inner.second .second_header .content .breadcrumb span {
	font-weight: 700;
	font-size: 20px;
	line-height: 175%;
	color: #8FB12C;
}


main .inner.second section {

	padding: 100px 40px;
}

main .inner.second section:nth-of-type(odd) {
	background: #F9F7E9;
}

main .inner.second section .inner {
	max-width: 1200px;
	margin: auto;
}


main .inner.second section>.inner>.h_line {
	font-weight: 700;
	font-size: 42px;
	line-height: 50px;
	color: #1D1D1D;
	padding-bottom: 24px;
	margin-bottom: 48px;
	position: relative;
}

main .inner.second section>.inner>.h_line::after {
	content: '';
	display: block;
	width: 100px;
	height: 3px;
	background: #8FB12C;
	position: absolute;
	bottom: 0;
	left: 0;
}




.wrap {
	display: none;
}



/* PC */
@media screen and (min-width: 1199px) {
	.sp {
		display: none;
	}

	html {
		scroll-padding-top: 140px;
	}
}



/* TAB */
@media screen and (max-width: 1711px) {


	header .logo {
		width: 180px;
		position: absolute;
		top: 30px;
		left: 20px;
	}

	header nav {
		margin-left: 200px;
	}

	header nav a {
		font-size: 16px;
	}

	header .tel {
		margin-left: 20px;
	}

	header .tel .group {
		font-size: 13px;
	}

	header .tel .number {
		font-size: 26px;
	}

	header .tel .number span {
		font-size: 13px;
	}

	header .contact a {
		font-size: 16px;
		margin-left: 20px;
	}

	header.scroll .inner {
		height: 140px;
	}

	header.scroll .logo {
		width: 120px;
	}

	header.scroll nav {
		margin-left: 159px;
	}

	footer .upper nav a {
		font-size: 16px;
	}

}


@media screen and (max-width: 1454px) {
	.wrap {
		display: block;
	}
}



/* SP */
@media screen and (max-width: 1200px) {
	.wrap {
		display: none;
	}

	html {
		scroll-padding-top: 75px;
	}

	.pc {
		display: none;
	}

	.menu-toggle {
		position: absolute;
		top: 10px;
		right: 8px;
		width: 50px;
		height: 50px;
		background: url('../images/icon_humbarger.svg') no-repeat center center/50px, #FFFFFF;
		cursor: pointer;
		border-radius: 4px;
	}

	header.open .menu-toggle {
		background: url('../images/icon_close.svg') no-repeat center center/50px, #FFFFFF;
	}

	header {
		background: transparent;
	}

	header .inner {
		display: block;
		margin: 0;
		padding: 0;
		height: 75px;

	}

	header .logo {
		position: absolute;
		top: 10px;
		left: 10px;
		width: 111px;
	}


	header nav {
		display: none;
	}

	header .tel {
		display: none;
	}

	header .contact_btn {
		display: none;
	}

	header.open {
		background: #FFFFFF;
	}

	header.scroll .inner {
		height: 75px;
	}

	header.scroll .logo,
	header.open .logo {
		width: 67px;
	}



	header.scroll .menu-toggle {
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	}

	header.open .menu-toggle {
		box-shadow: none !important;
	}




	.sp_menu {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background: #FFFFFF;
		z-index: 100;
	}



	header.open .inner {
		height: auto;
	}

	header.open nav {
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: start;
		gap: 27px;
		padding-top: 91px;
		margin-left: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid #B2B2B2;
		margin-bottom: 30px;
	}

	header.open nav a {
		font-size: 18px;
		line-height: 22px;
	}

	header.open .tel {
		display: block;
		margin-left: 30px;
	}

	header.open .tel .group {
		font-size: 15px;
		line-height: 18px;
	}

	header.open .contact_btn {
		display: block;
		margin-bottom: 30px;
	}

	header.open .contact_btn a {
		display: block;
		font-size: 20px;
		line-height: 24px;
	}










	/* MAIN */
	main {
		padding-top: 80px;
	}


	.btn {
		width: 100%;
	}




	.contact {
		padding: 60px 20px 120px;
		background: #F9F7E9;
	}

	.contact .inner {
		display: block;
		padding: 0;
	}

	.contact .inner>div {
		width: 100% !important;
	}


	.contact .title {
		font-size: 32px;
		line-height: 38px;
		padding-bottom: 24px;
		margin-bottom: 24px;
	}

	.contact .title::after {
		width: 80px;
		height: 2px;
	}

	.contact .text {
		font-size: 16px;
		line-height: 175%;
		margin-bottom: 48px;
	}

	.contact .buttons {
		gap: 18px;
		width: 100% !important;
	}


	.contact .buttons a {
		padding: 20px 24px 20px 81px;
		height: auto;
		min-height: 88px;
	}

	.contact .buttons .tel {
		background: url('../images/icon_tel.svg') no-repeat center left 20px/40px, #FFFFFF;
		border: 1px solid #707070;
		padding: 20px 10px 20px 75px;
		height: auto;
	}

	.contact .buttons .tel .number {
		font-size: 25px;
		letter-spacing: -1px;
		line-height: 31px;
	}

	.contact .buttons .tel .number span {
		font-size: 18px;
		letter-spacing: -1px;
	}

	.contact .buttons .tel .caption {
		font-size: 14px;
		line-height: 150%;
	}

	.contact .buttons a.mail {
		background: url('../images/icon_mail.svg') no-repeat center left 20px/40px, #8FB12C;
		font-size: 20px;
		line-height: 24px;
	}

	.contact .buttons a.mail::after {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 30px;
		margin: auto;
		content: '';
		display: block;
		width: 44px;
		height: 48px;
		background: url('../images/icon_newwin.svg') no-repeat center right/20px;
		border-left: 1px solid #FFFFFF;
	}


	footer .inner {
		padding: 48px 20px 28px;
	}

	footer .upper,
	footer .lower {
		flex-direction: column;
		width: 100%;
	}

	footer .upper {
		margin-bottom: 40px;
	}

	footer .upper .logo {
		width: 168px;
		margin-right: 0;
		margin-bottom: 32px;
	}

	footer .upper nav {
		width: 100%;
		flex-direction: column;
		flex-wrap: nowrap;
		gap: 24px;
		align-items: start;
		max-width: none;
		margin-bottom: 43px;
	}

	footer .upper nav a {
		width: 100%;
		font-size: 16px;
		line-height: 19px;
	}

	footer .upper .banners {
		flex-direction: column;
	}

	footer .upper .banners a {
		height: auto;
		width: 100%;
	}

	footer .upper .banners a img {
		width: 100%;
	}

	footer .lower {
		border-top: 1px solid #E1A840;
		padding: 28px 0 98px;
		gap: 28px;
	}



	.fixed_buttons {
		top: auto;
		bottom: 0;
		left: 0;
		margin: 0 auto;
		filter: none;
		border-radius: 4px 4px 0px 0px;
		display: flex;
		width: calc(100% - 20px);
	}

	.fixed_buttons a {
		display: flex;
		width: 50%;
		height: 70px;
		flex-direction: row;
		gap: 12px;
	}

	.fixed_buttons a .text {
		margin-top: 0;
	}

	.top_btn {
		display: none;
	}







	/* SECOND */

	main .inner.second .second_header .image {
		width: calc(100% - 20px);
		margin-left: 20px;
		border-radius: 30px 0 0 0;
	}

	main .inner.second .second_header .image img {
		aspect-ratio: 355/240;
		object-fit: cover;
	}

	main .inner.second .second_header .content {
		display: block;
		justify-content: space-between;
		align-items: end;
		width: 100%;
		margin-top: -30px;
		z-index: 2;
		position: relative;
	}

	main .inner.second .second_header .content .title {
		font-size: 26px;
		padding: 20px;
		width: calc(100% - 20px);
	}

	main .inner.second .second_header .content .breadcrumb {
		gap: 0;
		padding: 20px;
		width: 100%;
		font-size: 12px;
		line-height: 100%;
	}

	main .inner.second .second_header .content .breadcrumb span {
		font-weight: 700;
		font-size: 12px;
	}


	main .inner.second section {
		padding: 30px 20px;
	}

	main .inner.second section>.inner>.h_line {
		font-size: 32px;
		line-height: 150%;
		color: #000000;
		padding-bottom: 16px;
		margin-bottom: 32px;
	}

	main .inner.second section>.inner>.h_line::after {
		width: 70px;
	}








}