@charset "utf-8";

html {
	scroll-behavior: smooth;
}

body {
	background-color: #FFF8F8;
}

.l-main_continer {
	overflow: hidden;
}

a:hover {
	opacity: 0.7;
}

a {
	text-decoration: none;
}


/* ====== header =======*/

.c-header {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	padding: 2rem;
}

.c-header__list {
	box-sizing: border-box;
	display: flex;
	margin: 0;
	padding: 0;
}

.c-header__list-item {
	font-size: 14px;
	font-weight: bold;

}

.c-header__list-link {
	color: #899B8F;
	display: block;
	margin-right: 20px;
	padding: 10px 0px;
	font-size: 16px;
}

.c-header__list-link:hover {
	filter: opacity(0.6);
}

.c-hamburger-menu {
	position: relative;
}

@media screen and (max-width: 768px) {
	.c-header {
		width: 100%;
	}

	.c-hamburger-menu__list {
		background-color: #899B8F;
		align-items: flex-start;
		display: flex;
		flex-direction: column;
		right: 0;
		padding: 2rem;
		position: absolute;
		transform: translateX(100%);
		transition: 0.3s;
		top: 100%;
		z-index: 50000;
		border-radius: 50px 0 0 50px;
	}

	#hamburger:checked~.c-hamburger-menu__list {
		transform: translateX(0%);
		transition: 0.3s;
		box-sizing: border-box;
	}

	.c-header__list-link {
		color: #fff;
		display: block;
		margin-right: 20px;
		padding: 10px 0px;
	}
}

.c-hamburger-menu__input {
	display: none;
}

.c-hamburger-menu__bg {
	cursor: pointer;
	display: none;
	height: 100vh;
	left: 0;
	opacity: 0.4;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

#hamburger:checked~.c-hamburger-menu__bg {
	display: block;
}

.c-hamburger-menu__button {
	display: none;
}

@media screen and (max-width: 768px) {
	.c-hamburger-menu__button {
		align-items: center;
		appearance: none;
		background-color: transparent;
		border: none;
		cursor: pointer;
		display: flex;
		flex-direction: column;
		gap: 5px;
		height: 32px;
		justify-content: center;
		width: 32px;
	}
}

.c-hamburger-menu__button-mark {
	background-color: #899B8F;
	display: block;
	height: 2px;
	transition: 0.3s;
	width: 20px;
}

@media screen and (max-width: 768px) {
	#hamburger:checked~.c-hamburger-menu__button .c-hamburger-menu__button-mark:nth-of-type(1) {
		transform: translate(2px, 1px) rotate(45deg);
		transform-origin: 0%;
	}

	#hamburger:checked~.c-hamburger-menu__button .c-hamburger-menu__button-mark:nth-of-type(2) {
		opacity: 0;
	}

	#hamburger:checked~.c-hamburger-menu__button .c-hamburger-menu__button-mark:nth-of-type(3) {
		transform: translate(2px, 3px) rotate(-45deg);
		/* カスタマイズしてください */
		transform-origin: 0%;
		/* カスタマイズしてください */
	}
}


/* fv */
.fv {
	display: flex;
	box-sizing: border-box;
	padding: 0 24px;
	justify-content: space-around;
	margin-bottom: 100px;
}

.fv_left_contents,
.fv_right_contents {
	display: block;
	width: 50%;
}

.fv_ayako {
	display: block;
	width: 100px;
	height: auto;
	margin-bottom: 24px;
}

.fv_title_img {
	display: block;
	width: 80%;
	margin-bottom: 24px;
}

.fv_mv {
	display: block;
	width: 100%;
}

.site_title {
	font-size: 24px;
	font-weight: bold;
	color: #7A7A7A;
	margin-bottom: 16px;
	letter-spacing: .5rem;
}

.icon_list {
	display: flex;
margin-bottom: 48px;
}

.icon_list li {
	margin-right: 16px;
	height: 30px;
}

.icon_list img {
	height: 100%;
	width: auto;
}

.info_wrap{
	display: inline-block;
	background-color: #fff;
	border: solid 1px #899B8F;
	border-radius: 8px;
	box-sizing: border-box;
	padding: 24px;
	letter-spacing: .15rem;
}

.info_wrap a{
	text-decoration: underline;
}

.date{
	font-weight: bold;
	color: #899B8F;
	margin-bottom: 16px;
}

@media screen and (max-width:768px) {
	.fv {
		flex-direction: column-reverse;
	}

	.fv_ayako {
		margin: auto;
		margin-bottom: 24px;
	}

	.fv_title_img {
		display: block;
		width: 100%;
		margin-bottom: 24px;
	}

	.fv_left_contents,
	.fv_right_contents {
		width: 100%;
	}

	.fv_right_contents {
		margin-bottom: 24px;
	}

	.site_title {
		font-size: 16px;
		letter-spacing: 0.25rem;
	}

}

/* common */
.headline {
	font-size: 16px;
	font-weight: bold;
	color: #7A7A7A;
}

.bg_green {
	background-color: #EFEFEF;
	width: 100%;
	box-sizing: border-box;
	padding: 72px 0;
	margin-bottom: 200px;
	position: relative;
}

.headline2_title {
	color: #899B8F;
	font-weight: bold;
	font-size: 56px;
	position: absolute;
	top: -50px;
}

.contents_wrap_inner {
	display: block;
	box-sizing: border-box;
	padding: 0 24px;
	width: 1000px;
	margin: auto;
}

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

.flex_left {
	display: block;
	width: 20%;
	margin-right: 24px;
}

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

.name {
	display: block;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 24px;
	color: #7A7A7A;
	letter-spacing: 0.15em;
}

.about_note {
	color: #7A7A7A;
	line-height: 1.5;
	letter-spacing: 0.15em;
	font-size: 16px;
}

.contents_wrap {
	display: block;
	box-sizing: border-box;
	padding: 0 24px;
	width: 1000px;
	margin: auto;
	margin-bottom: 200px;
}

.contents_wrap_page {
	display: block;
	box-sizing: border-box;
	padding: 0 24px;
	width: 1000px;
	margin: auto;
}

.btn {
	display: inline-block;
	box-sizing: border-box;
	background-color: #899B8F;
	color: #fff;
	margin-top: 24px;
	padding: 8px 16px;
	border-radius: 16px;
	font-size: 10px;
}


@media screen and (max-width:768px) {
	.bg_green {
		margin-bottom: 100px;
	}

	.headline2_title {
		font-size: 36px;
		top: -25px;
	}

	.contents_wrap_inner {
		width: 100%;
	}

	.contents_wrap_page {
		width: 100%;
	}

	.flex {
		display: block;
	}

	.flex_left {
		display: block;
		width: 100%;
		margin-right: 0px;
		margin-bottom: 24px;
	}

	.about_img {
		display: block;
		width: 30%;
	}

	.name {
		display: block;
		font-size: 24px;
		font-weight: bold;
		margin-bottom: 24px;
		color: #7A7A7A;
		letter-spacing: 0.15em;
	}

	.contents_wrap {
		width: 100%;
	}

}

.flex_item_wrap {
	display: flex;
	justify-content: space-between;
}

.item_wrap {
	display: block;
	width: 45%;
}

.flex_item_wrap img {
	display: block;
	width: 100%;
	margin-bottom: 16px;
}


.job_name {
	display: block;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 8px;
	color: #7A7A7A;
	letter-spacing: 0.15em;
}

.note {
	color: #7A7A7A;
	line-height: 1.5;
	letter-spacing: 0.15em;
	font-size: 16px;
}


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

	.item_wrap {
		width: 100%;
		margin-bottom: 100px;
	}

	.item_wrap:last-child {
		margin-bottom: 0;
	}
}


/* form */

.form_text {
	font-size: 14px;
	color: #7A7A7A;
	margin-bottom: 24px;
}

.form_note {
	font-size: 14px;
	margin-bottom: 8px;
	letter-spacing: .15em;
	font-weight: bold;
}

.form_box {
	width: 100%;
	height: 52px;
	box-sizing: border-box;
	padding: 8px;
	margin-bottom: 36px;
	border-radius: 8px;
	border: solid 1px #7A7A7A;
}

.form_box_textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 8px;
	margin-bottom: 36px;
	border-radius: 8px;
	border: solid 1px #7A7A7A;
}

::placeholder {
	color: #a8a6a6;
	font-weight: normal;
}

.submit_btn {
	display: block;
	box-sizing: border-box;
	padding: 8px;
	margin: auto;
	width: 200px;
	height: 52px;
	border-radius: 8px;
	border: solid 1px #899B8F;
	background-color: #899B8F;
	color: #fff;
}

.submit_btn:hover {
	cursor: pointer;
	background-color: #E9C1C1;
	border: #E9C1C1;
}



/* gallery works page */



/* tb */
.tab-4 {
	display: flex;
	flex-wrap: wrap;
}

.tab-4>label {
	flex: 1 1;
	order: -1;
	position: relative;
	width: 33%;
	padding: .7em 1em;
	background-color: #f2f2f2;
	color: #999;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
	margin-bottom: 72px;
}

.tab-4>label:hover,
.tab-4 label:has(:checked) {
	background-color: #899b8f;
	color: #fff;
}

.tab-4 label:has(:checked)::before {
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	width: 18px;
	height: 9px;
	background-color: #899b8f;
	content: '';
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.tab-4 input {
	display: none;
}

.tab-4>div {
	display: none;
	width: 100%;
	padding: 1.5em 1em;
}

.tab-4 label:has(:checked)+div {
	display: block;
}

.contents_title {
	padding: 0 0 24px 24px;
	text-align: left;
	color: #899B8F;
	font-size: 12px;
	letter-spacing: .1em;
}

.contents_wrap {
	display: block;
	box-sizing: border-box;
	padding: 24px;
	margin: auto;
	width: 1000px;
	margin-bottom: 200px;
}

.page_name {
	color: #899B8F;
	font-weight: bold;
	font-size: 56px;
	margin-bottom: 16px;
}

.bg_white {
	background-color: #ffffff;
	width: 100%;
	box-sizing: border-box;
	padding: 72px 0;
	margin-bottom: 200px;
}

.gallery_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.gallery_wrap::after {
	content: "";
	display: block;
	width: 33%;
}

.gallery_box {
	display: block;
	width: 33%;
}

.gallery_box img {
	display: block;
	width: 100%;
}

@media screen and (max-width:768px) {
	.contents_wrap {
		padding: 24px;
		width: 100%;
		margin-bottom: 100px;
	}

	.bg_white {
		margin-bottom: 100px;
	}

	.gallery_box {
		width: 50%;
	}

	.gallery_wrap::after {
		content: "";
		display: block;
		width: 30%;
	}

}








/* modal */

.modal-wrapper {
	z-index: 999;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 60px 10px;
	text-align: center
}

.modal-wrapper:not(:target) {
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
	opacity: 1;
	visibility: visible;
	transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
	display: inline-block;
	height: 100%;
	margin-left: -.05em;
	vertical-align: middle;
	content: ""
}

.modal-wrapper .modal-window {
	box-sizing: border-box;
	display: inline-block;
	z-index: 20;
	position: relative;
	width: 100%;
	max-width: 800px;
	border-radius: 2px;
	background: #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, .6);
	vertical-align: middle
}

.modal-wrapper .modal-window .modal-content {
	max-height: 90vh;
	overflow-y: auto;
}

.modal-overlay {
	z-index: 10;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .8)
}

.modal-wrapper .modal-close {
	z-index: 20;
	position: absolute;
	top: 0;
	right: 0;
	width: 35px;
	color: #95979c !important;
	font-size: 20px;
	font-weight: 700;
	line-height: 35px;
	text-align: center;
	text-decoration: none;
	text-indent: 0
}

.modal-wrapper .modal-close:hover {
	color: #2b2e38 !important
}


/* send.php */

.contents_wrap_send {
	display: block;
	margin: auto;
	width: 680px;
	box-sizing: border-box;
	margin-bottom: 100px;
	text-align: center;
	margin-top: 100px;
}

.send_p {
	font-size: 16px;
	margin-bottom: 36px;
	color: #7A7A7A;
}

.return_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding: 8px;
	margin: auto;
	width: 200px;
	height: 52px;
	border-radius: 8px;
	border: solid 1px #899B8F;
	background-color: #899B8F;
	color: #fff;
	text-decoration: none;
}

@media screen and (max-width:680px) {
	.contents_wrap_send {
		width: 100%;
		padding: 0 24px;
	}
}


/* footer */

.footer {
	display: block;
	text-align: center;
	padding: 24px 24px;
	border-top: solid 1px #7A7A7A;
	color: #7A7A7A;
	letter-spacing: 2px;
	font-size: 10px;
	letter-spacing: .15em;
}

@media screen and (max-width:768px) {
	.footer {
		padding: 56px 0;
	}
}

/* helper */
.mb_24 {
	margin-bottom: 24px;
}