@charset "UTF-8";

:root {
	--innerWidth: 750;
	--innerWidthPx: 750px;
	--color_black: #2B2B2B;

	--color_lightGray: #828282;
	--color_extraLightGray: #F7F7F7;
	--color_extraLightGray_2: #E8E8E8;

	--default_letter-spacing: 0.05em;
	--default_line-height: 200%;

	--textLinkUseColor: #0086ce;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 47px;
}

html,
body {
	overflow-x: hidden;
}

body>#container {
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

#container {
	height: 100%;
	min-height: 100%;
	position: relative;
	padding-top: 47px;
}

body {
	color: var(--color_black);
	font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	line-height: 1;
	font-optical-sizing: auto;
	font-style: normal;
	text-box-trim: trim-both;
	font-size: 14px;
}


a:link {
	color: var(--color_black);
	text-decoration: underline;
	text-decoration: none;
}


a:visited {
	color: var(--color_black);
	text-decoration: none;
	transition: all 0.5s 0s ease;
}

a[href*="tel:"] {
	cursor: default;
}

p:not(:last-child) {
	margin-bottom: 1em;
}

img {
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: top;
}

/*----------------------------------------
■layout
----------------------------------------*/
section>.inner,
main>.inner {
	max-width: var(--innerWidthPx);
	width: 100%;
	margin-inline: auto;
	padding-block: 40px;
	padding-inline: 15px;
}

.breadList {
	background-color: var(--color_extraLightGray);

	ul {
		max-width: var(--innerWidthPx);
		margin-inline: auto;
		display: flex;
		padding-block: 10px;
		font-size: 12px;
		overflow-x: auto;
		width: 100%;
		padding-inline: 10px;

		li {
			display: flex;
			align-items: center;
			white-space: nowrap;

			&:not(:last-child):after {
				content: "";
				width: 8px;
				aspect-ratio: 1;
				background-image: url(/wp/wp-content/themes/madeinjapan/img/common/icon_arrow_1.svg);
				background-size: contain;
				background-repeat: no-repeat;
				margin-inline: 10px;
			}
		}
	}
}

header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 5;
	background-color: #fff;

	.inner {
		max-width: var(--innerWidthPx);
		width: 100%;
		margin-inline: auto;
		display: flex;
		gap: 30px;
		padding: 15px;
		font-size: 14px;

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

		a:link,
		a:visited {
			text-decoration: none;
			color: var(--color_black);
		}

		.smp_menu_sw {
			display: none;
		}

		.smp_menu_img {
			position: relative;
			display: flex;
			margin-left: auto;
			height: 17px;
			width: 30px;
			justify-content: center;
			align-items: center;
			z-index: 90;
		}

		.smp_menu_img:before {
			content: "";
			display: block;
			width: 100%;
			height: 3px;
			border-radius: 4px;
			background-color: var(--color_black);
			position: absolute;
			top: 0;
			transition: 0.2s;
		}

		.smp_menu_img span {
			text-indent: -9999px;
			position: relative;
			height: 100%;
			width: 100%;
		}

		.smp_menu_img span:before,
		.smp_menu_img span:after {
			content: "";
			display: block;
			height: 3px;
			width: 100%;
			border-radius: 4px;
			background-color: var(--color_black);
			position: absolute;
			transition: 0.2s;
		}

		.smp_menu_img span:before {
			bottom: 0;
			top: 0;
			margin: auto;
		}

		.smp_menu_img span:after {
			bottom: 0px;
		}

		.smp_menu_sw:checked~.smp_menu_img:before {
			background-color: rgba(255, 255, 255, 0);
			transition: 0.2s;
		}

		.smp_menu_sw:checked~.smp_menu_img span::before {
			top: 0;
			bottom: 0;
			margin: auto;
			transform: rotate(45deg);
			transition: 0.2s;
			background-color: var(--color_black);

		}

		.smp_menu_sw:checked~.smp_menu_img span::after {
			top: 0;
			bottom: 0;
			margin: auto;
			transform: rotate(-45deg);
			transition: 0.2s;
			background-color: var(--color_black);
		}

		#globalNav {
			display: none;
			overflow: auto;
			position: fixed;
			top: 0px;
			left: 0px;
			z-index: 100;
			width: 100%;
			height: 100%;
			background-color: rgba(255, 255, 255, 1);
			transition: 0.3s ease-in-out;
			z-index: 1;
			padding: 50px 30px;
			font-size: 16px;



			>ul {
				display: flex;
				flex-direction: column;
				gap: 30px;
				font-weight: bold;

				a:link,
				a:visited {
					color: var(--color_black);
				}

				.children {
					margin-top: 10px;
					font-weight: normal;
					font-size: 14px;
					display: flex;
					flex-direction: column;
					gap: 10px;
				}


				.inq {
					text-align: center;

					a {
						display: flex;
						align-items: center;
						gap: 5px;
					}
				}

				.inq a:link,
				.inq a:visited {
					background-color: var(--color_black);
					color: #fff;
					text-decoration: none;
					padding: 10px 20px;
					display: inline-flex;
					justify-content: center;
					align-items: center;
					height: 52px;
					width: 100%;
				}

				.inq a:before {
					content: "";
					mask-image: url(/wp/wp-content/themes/madeinjapan/img/common/icon_mail.svg);
					mask-size: contain;
					mask-repeat: no-repeat;
					background-color: #fff;
					width: 20px;
					aspect-ratio: 30/24;
					margin-right: 5px;
				}
			}
		}

		.smp_menu_sw:checked~#globalNav {
			display: block;
			/*中身を表示（右へスライド）*/
			box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
			width: 100%;
			height: 100%;
			position: fixed;
		}
	}
}

header.zeroOpacity {
	background-color: transparent;

	.inner {

		a:link,
		a:visited {
			text-decoration: none;
			color: #fff;
		}

		.smp_menu_img:before {
			background-color: #fff;
		}

		.smp_menu_img span:before,
		.smp_menu_img span:after {
			background-color: #fff;
		}

		.smp_menu_sw:checked~.smp_menu_img span::before,
		.smp_menu_sw:checked~.smp_menu_img span::after {
			background-color: var(--color_black);

		}
	}
}


#page_top #container {
	padding-top: 0;
}

header.scrolled {
	background-color: #fff;
	border-bottom: 1px solid var(--color_extraLightGray_2);

	.inner {

		a:link,
		a:visited {
			text-decoration: none;
			color: var(--color_black);
		}

		.smp_menu_img:before {
			background-color: var(--color_black);
		}

		.smp_menu_img span:before,
		.smp_menu_img span:after {
			background-color: var(--color_black);
		}


	}


}

footer {
	font-size: 12px;

	.inner {
		max-width: 300px;
		margin: auto;
		margin-block: 30px;
		display: flex;
		flex-direction: column;

		.corp {
			margin-bottom: 30px;
			text-align: center;
			font-size: 16px;
		}

		.menus {
			display: flex;
			flex-direction: column;
			flex-wrap: wrap;
			max-height: 270px;
			gap: 20px;

			dl {
				width: 50%;
			}

			.break {
				flex-basis: 100%;
				width: 0;
				height: 0;
			}

			.title {
				color: var(--color_lightGray);
				font-weight: bold;
				margin-bottom: 10px;
			}

			dd:not(:last-child) {
				margin-bottom: 10px;
			}

			.sns dd {
				display: flex;
				gap: 10px;
			}
		}
	}

	.copyrights {
		background-color: var(--color_black);
		color: #fff;
		text-align: center;
		padding: 10px;
	}
}

/*----------------------------------------
■General Class
----------------------------------------*/
.title_1 {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-bottom: 50px;
	position: relative;
	font-weight: bold;

	.ja {
		background-color: var(--color_black);
		width: 50px;
		aspect-ratio: 1;
		border-radius: 50%;
		color: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 24px;
		padding-bottom: 2px;
	}

	.en {
		text-align: center;
		font-size: 16px;
		position: absolute;
		top: 55px;
		left: 0;
		right: 0;
	}

	&:before,
	&:after {
		content: "";
		display: block;
		height: 1px;
		flex: 0;
		margin-top: 35px;
		background-color: var(--color_black);
		transition: flex 2s ease;
	}

	&.is-animated::before,
	&.is-animated::after {
		flex: 1;
	}

	&.colorReverse {
		.ja {
			background-color: #fff;
			color: var(--color_black);
		}

		.en {
			color: #fff;
		}

		&:before,
		&:after {
			background-color: #fff;
		}
	}
}






.title_2 {
	font-size: 26px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	gap: 20px;

	&:before,
	&:after {
		content: "";
		height: 1px;
		flex: 0;
		background-color: var(--color_black);
		transition: flex 1s ease;
	}

	&.is-animated::before,
	&.is-animated::after {
		flex: 1;
	}
}

.btn_1,
.btn_1:link,
.btn_1:visited {
	background-color: var(--color_black);
	color: #fff;
	text-decoration: none;
	padding: 10px 20px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 52px;
	min-width: 284px;
}



.btn_1:after {
	content: "";
	mask-image: url(/wp/wp-content/themes/madeinjapan/img/common/icon_arrow_1.svg);
	mask-size: contain;
	mask-repeat: no-repeat;
	background-color: #fff;
	width: 10px;
	aspect-ratio: 1;
	margin-left: 5px;
}

.btn_2 {

	:link,
	:visited {
		border: 1px solid var(--color_extraLightGray_2);
		background-color: #fff;
		width: auto;
		display: flex;
		padding: 10px 20px;
		align-items: center;
		justify-content: center;
		border-radius: 6px;
	}

	&:after {
		content: "";
		background-image: url(/wp/wp-content/themes/madeinjapan/img/common/icon_arrow_1.svg);
		background-size: contain;
		background-repeat: no-repeat;
		width: 10px;
		aspect-ratio: 1;
		margin-left: 3px;
	}

	&.anchor {

		&:link,
		:visited {
			border: 1px solid var(--color_extraLightGray_2);
			background-color: #fff;
			width: auto;
			display: flex;
			padding: 10px 20px;
			align-items: center;
			justify-content: center;
			border-radius: 6px;
		}

		&:after {
			content: "";
			background-image: url(/wp/wp-content/themes/madeinjapan/img/common/icon_arrow_1.svg);
			background-size: contain;
			background-repeat: no-repeat;
			width: 10px;
			aspect-ratio: 1;
			margin-left: 3px;
			transform: rotate(90deg);
		}
	}
}

.defaultTextStyle {
	color: var(--color_black);
	font-size: 14px;
	letter-spacing: var(--default_letter-spacing);
	line-height: var(--default_line-height);
}

.img {
	overflow: hidden;
}

.sp_hide {
	display: none;
}

.pager {
	display: flex;
	justify-content: center;
	gap: 10px;
	font-size: 14px;
	margin-top: 40px;

	a:link,
	a:visited,
	li.active {
		border: 1px solid var(--color_extraLightGray_2);
		background-color: #fff;
		width: 40px;
		aspect-ratio: 1;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 6px;
	}

	li.active {
		background-color: var(--color_black);
		color: #fff;
	}

	&.prevNext {

		a:link,
		a:visited {
			border: 1px solid var(--color_extraLightGray_2);
			background-color: #fff;
			width: auto;
			aspect-ratio: unset;
			display: flex;
			align-items: center;
			justify-content: center;
			border-radius: 6px;
			padding: 10px 20px;
		}


		.prev {

			a:before {
				content: "";
				mask-image: url(/wp/wp-content/themes/madeinjapan/img/common/icon_arrow_1.svg);
				width: 10px;
				transform: scale(-1, 1);
				aspect-ratio: 1;
				mask-size: contain;
				mask-repeat: no-repeat;
				mask-position: center;
				background-color: var(--color_black);
				margin-right: 3px;
			}

		}

		.next {
			a:after {
				content: "";
				mask-image: url(/wp/wp-content/themes/madeinjapan/img/common/icon_arrow_1.svg);
				width: 10px;
				aspect-ratio: 1;
				mask-size: contain;
				mask-repeat: no-repeat;
				mask-position: center;
				background-color: var(--color_black);
				margin-left: 3px;
			}

		}
	}
}

.categoryTag {
	display: inline-block;
	background-color: #fff;
	border: 1px solid var(--color_black);
	padding: 5px 10px;
	font-size: 12px;
}

.dlList_1 {
	display: flex;
	flex-direction: column;
	gap: 0;

	dt {
		margin-bottom: 5px;
		font-size: 16px;
		font-weight: bold;
	}

	dd {
		margin-bottom: 30px;
		line-height: 130%;
		letter-spacing: 0.03em;

		&:last-child {
			margin-bottom: 0;
		}
	}
}

/*----------------------------------------
■sec_topVisual
----------------------------------------*/
.sec_topVisual {
	background-image: url(/wp/wp-content/themes/madeinjapan/img/index/visual/visual_sp.webp);

	background-size: cover;
	background-repeat: no-repeat;
	width: 100vw;
	height: 100vh;


	.inner {
		max-width: var(--innerWidthPx);
		height: 100%;
		margin-inline: auto;
		position: relative;
		padding: 0;
	}

	.titleImg {
		max-width: 511px;
		width: calc(511/var(--innerWidth) * 100%);
		position: absolute;
		top: 20vw;
		left: 50%;
		transform: translateX(-50%);
		opacity: 0;

		&.is-loaded {
			animation: visualTitleAnimetion 2s forwards;
		}
	}
}

@keyframes visualTitleAnimetion {
	0% {
		opacity: 0;
	}

	50% {
		filter: drop-shadow(0 0 6px rgb(255, 255, 255)) drop-shadow(0 0 16px rgb(14, 43, 161));
	}

	100% {
		opacity: 1;
	}
}

/*----------------------------------------
■sec_topVision
----------------------------------------*/
.sec_topVision {
	.lead {
		margin-bottom: 40px;
	}

	.visions {
		background-image: url(/wp/wp-content/themes/madeinjapan/img/index/vision/visions_sp.webp);

		background-size: cover;
		background-repeat: no-repeat;
		background-position: right center;
		display: flex;
		align-items: center;
		padding: 30px 20px;
		margin: 0 calc(50% - 50vw);
		margin-bottom: 40px;
		width: 100vw;
		min-height: 519px;

		ul {
			display: flex;
			flex-direction: column;
			gap: 40px;

			li {
				display: flex;
				line-height: 150%;
				letter-spacing: 0.05em;
				font-size: 16px;
				font-weight: bold;
				color: #fff;
				gap: 20px;
				width: auto;
				opacity: 0;
				transform: translateY(20px);
			}

			&.is-animated {
				li {
					animation: fadeInUp 0.6s ease forwards;
					animation-delay: var(--delay, 0s);
				}
			}

			li:before {
				content: "";
				background-size: contain;
				background-repeat: no-repeat;
				width: 17px;
				aspect-ratio: 31 / 62;
				margin-top: 10px;
				flex-shrink: 0;
			}

			li:nth-child(1):before {
				background-image: url(/wp/wp-content/themes/madeinjapan/img/index/vision/1.png);
			}

			li:nth-child(2):before {
				background-image: url(/wp/wp-content/themes/madeinjapan/img/index/vision/2.png);
			}

			li:nth-child(3):before {
				background-image: url(/wp/wp-content/themes/madeinjapan/img/index/vision/3.png);
			}

		}
	}

	.brand {
		>.title {
			font-weight: bold;
			display: flex;
			flex-direction: column;
			align-items: center;
			gap: 10px;
			margin-bottom: 40px;

			.ja {
				font-size: 20px;
			}

			.name {
				font-size: 32px;
			}
		}

		.text {

			margin-bottom: 40px;
		}

		.btnWrap {
			text-align: center;
		}
	}

}

/*----------------------------------------
■sec_topService
----------------------------------------*/
.sec_topService {
	background-color: var(--color_extraLightGray);

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

		.box {
			display: flex;
			flex-direction: column;
			align-items: center;
			padding: 10px;
			background-color: #fff;
			border: 1px solid var(--color_extraLightGray_2);
			gap: 20px;

			.img {}

			.detail {
				flex: 1;

				.title {
					font-size: 24px;
					font-weight: bold;
					margin-bottom: 10px;
				}

				.text {
					letter-spacing: var(--default_letter-spacing);
					line-height: var(--default_line-height);
					margin-bottom: 20px;
				}

				.btnWrap {
					text-align: center;
				}
			}
		}
	}
}

/*----------------------------------------
■sec_topNews
----------------------------------------*/
.sec_topNews {
	ul.newsList {
		display: flex;
		flex-direction: column;
		margin: auto;
		margin-bottom: 40px;
		max-width: 730px;
		gap: 20px;

		li {
			display: flex;
			flex-direction: column;
			gap: 10px;
			line-height: 150%;
			letter-spacing: var(--default_letter-spacing);

			time {
				color: var(--color_lightGray);
				white-space: nowrap;
			}

			a:link,
			a:visited {
				flex: 1;

			}
		}
	}

	.btnWrap {
		text-align: center;
	}
}

/*----------------------------------------
■sec_topPartnerShip
----------------------------------------*/
.sec_topPartnerShip {
	background-color: var(--color_extraLightGray);

	.lead {
		margin-bottom: 20px;
	}

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

/*----------------------------------------
■sec_topProducts
----------------------------------------*/
.sec_topProducts {
	background-color: var(--color_black);

	.productRows {
		display: flex;
		flex-direction: column;
		gap: 40px;

		h3.title {
			color: #fff;
			font-weight: bold;
			font-size: 16px;
			margin-bottom: 20px;
		}

		.productBoxes {
			display: flex;
			overflow-x: scroll;
			gap: 20px;
			width: 100%;

			.box {
				background-color: #fff;
				padding: 10px;
				text-align: center;
				border-radius: 10px;
				max-width: 260px;
				min-width: 260px;
				width: 260px;

				.img {
					margin-bottom: 10px;
				}

				.name {
					line-height: 120%;
					letter-spacing: 0.05em;
				}
			}
		}
	}
}

/*----------------------------------------
■page_service
----------------------------------------*/
#page_service {
	.visualTitle {
		background-image: url(/wp/wp-content/themes/madeinjapan/img/service/visual@2x.webp);

		background-size: cover;
		background-repeat: no-repeat;
		background-position: center -20%;
		aspect-ratio: 375/166;
		width: 100%;
		max-height: 300px;
		color: #fff;
		display: grid;
		place-items: center;
		font-size: 26px;
		font-weight: bold;
		text-shadow: 0 0 4px rgba(0, 0, 0, 0.50);
	}

	.serviceBoxes {
		display: flex;
		flex-direction: column;
		gap: 70px;

		.serviceBox:not(:last-child) {
			margin-bottom: 50px;
		}
	}

	.mainSection {
		.visual {
			margin-bottom: 20px;
		}

		.title {
			font-size: 20px;
			line-height: 130%;
			font-weight: bold;
			margin-bottom: 10px;
			letter-spacing: 0.06em;
		}

		.text {
			margin-bottom: 40px;
		}

		.btnWrap {
			text-align: center;
		}

		&.sec_subsc {
			.inner {
				padding-top: 0px;
			}
		}
	}
}

/*----------------------------------------
■page_news
----------------------------------------*/
#page_news {
	.visualTitle {
		background-image: url(/wp/wp-content/themes/madeinjapan/img/news/visual@2x.webp);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center -20%;
		aspect-ratio: 375/166;
		width: 100%;
		max-height: 300px;
		color: #fff;
		display: grid;
		place-items: center;
		font-size: 26px;
		font-weight: bold;
		text-shadow: 0 0 4px rgba(0, 0, 0, 0.50);
		margin-bottom: 20px;
	}

	.articleTitle {
		background-color: var(--color_black);
		color: #fff;
		display: grid;
		grid-template-areas:
			"title title"
			"time category";
		grid-template-columns: auto 1fr;
		min-height: 130px;
		justify-content: flex-start;
		row-gap: 10px;
		column-gap: 10px;
		padding-inline: 20px;
		margin-bottom: 20px;


		.title {
			grid-area: title;
			display: flex;
			align-self: flex-end;
			font-size: 22px;
			font-weight: bold;
			letter-spacing: 0.03em;
			line-height: 130%;
		}

		time {
			grid-area: time;
			padding-top: 3px;
			text-align: left;
			color: var(--color_lightGray);
		}

		.categoryLabel {
			grid-area: category;

		}
	}

	.newsArticle {
		.inner {
			margin-inline: auto;
			margin-bottom: 40px;
			padding-inline: 15px;

			.articleBody {
				margin-bottom: 40px;

				h3 {
					font-size: 18px;
					font-weight: bold;
				}

				h4 {
					font-size: 14px;
					font-weight: bold;
				}

				a:link,
				a:visited {
					color: var(--textLinkUseColor);
				}

				.wp-block-embed.is-type-video {
					iframe {
						width: 100%;
						height: 100%;
					}

					.wp-block-embed__wrapper {
						aspect-ratio: 16/9;
					}
				}
			}

			.btnWrap {
				text-align: center;
			}


		}

	}

	.contentWrap {
		display: flex;
		flex-direction: column;
		margin-inline: auto;
		padding-inline: 15px;

		.tab {
			display: flex;
			justify-content: center;
			gap: 10px;
			margin-bottom: 20px;

			li {
				width: 45%;
			}

			a:link,
			a:visited {
				display: block;
				background-color: #fff;
				padding: 15px 20px;
				text-align: center;
				border: 1px solid var(--color_extraLightGray_2);

			}

			a.active {
				background-color: var(--color_black);
				color: #fff;
			}
		}

		main {
			.newsLists {
				li {
					position: relative;
					padding-bottom: 10px;



					&:not(:first-child) {
						padding-top: 10px;
					}

					&:not(:last-child) {
						border-bottom: 1px solid var(--color_extraLightGray_2);
					}

					time {
						color: var(--color_lightGray);
						margin-right: 10px;
					}

					.title {
						margin-top: 10px;
					}

					a.over:link,
					a.over:visited {
						display: block;
						text-indent: -100vw;
						position: absolute;
						left: 0;
						top: 0;
						width: 100%;
						height: 100%;
					}



					.categoryTag {
						position: relative;
						z-index: 1;
					}
				}
			}
		}

		aside {
			margin-top: 50px;
			display: flex;
			flex-direction: column;
			gap: 20px;

			.sideSection {
				background-color: #fff;
				border: 1px solid var(--color_extraLightGray_2);

				.inner {
					padding: 20px;

					.title {
						display: block;
						color: var(--color_lightGray);
						font-size: 16px;
						text-align: center;
						font-weight: bold;
						margin-bottom: 20px;
					}

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

						a {
							display: flex;
							justify-content: space-between;
							align-items: center;
							line-height: 130%;
							font-size: 14px;

							&:after {
								content: "";
								background-image: url(/wp/wp-content/themes/madeinjapan/img/common/icon_arrow_1.svg);
								display: flex;
								background-size: contain;
								background-repeat: no-repeat;
								width: 12px;
								aspect-ratio: 1;
								flex-shrink: 0;
							}

							&.active {
								font-weight: bold;
							}
						}
					}
				}
			}
		}
	}
}


/*----------------------------------------
■page_corp
----------------------------------------*/
#page_corp {
	.visualTitle {
		background-image: url(/wp/wp-content/themes/madeinjapan/img/corp/visual@2x.webp);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center -20%;
		aspect-ratio: 375/166;
		width: 100%;
		max-height: 300px;
		color: #fff;
		display: grid;
		place-items: center;
		font-size: 26px;
		font-weight: bold;
		text-shadow: 0 0 4px rgba(0, 0, 0, 0.50);
		margin-bottom: 20px;
	}

	.tab {
		display: flex;
		justify-content: center;
		gap: 10px;
		margin-bottom: 40px;
		padding-inline: 15px;

		li {
			flex: 1;

			a:link,
			a:visited {
				border-radius: 0;
				padding: 10px 10px;
			}
		}
	}

	main {
		>.inner {
			padding-top: 0;
			padding-bottom: 80px;

			section>.inner {
				padding-top: 0;
			}

			section {
				&:last-child {
					.inner {
						padding-bottom: 0;
					}
				}
			}
		}
	}

	.sec_corpAbout {



		ol {
			margin-top: 10px;
			counter-reset: num;
			display: flex;
			flex-direction: column;
			gap: 10px;

			li {
				display: flex;

				&:before {
					counter-increment: num;
					content: counter(num);
					color: #fff;
					display: flex;
					justify-content: center;
					align-items: center;
					width: 24px;
					height: 24px;
					font-size: 12px;
					background-color: var(--color_black);
					border-radius: 50%;
					margin-right: 5px;
					flex-shrink: 0;
				}
			}
		}
	}

	.sec_corpCEO {
		.profile {
			display: flex;
			flex-direction: column-reverse;
			align-items: center;
			gap: 30px;

			.detail {
				flex: 1;
				display: flex;
				flex-direction: column;
				justify-content: center;

				.title {
					font-size: 20px;
					font-weight: bold;
					margin-bottom: 20px;
				}

				.text {
					margin-bottom: 30px;
				}

				.sns {
					display: flex;
					gap: 10px;
				}

			}

			.img {
				max-width: 329px;
			}
		}
	}
}

/*----------------------------------------
■page_inq
----------------------------------------*/
#page_inq {
	main>.inner {
		padding-top: 40px;
	}

	.contentWrap {
		display: flex;
		flex-direction: column;
		gap: 10px;

		.lead {
			margin-bottom: 20px;

			.title {
				font-size: 24px;
				font-weight: bold;
				margin-bottom: 30px;
			}

			.inqAttention {
				color: var(--color_lightGray);
				font-size: 14px;
				line-height: 150%;
				display: block;
			}
		}

		.inqForm {

			background-color: var(--color_extraLightGray);
			padding: 15px;
			border-radius: 10px;

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

			.row {
				display: flex;
				flex-direction: column;
				gap: 3px;

				label {
					font-weight: bold;
					margin-bottom: 5px;
					display: flex;
					align-items: center;

					&.unRequired:before {
						content: "任意";
						font-weight: normal;
						background-color: var(--color_lightGray);
						color: #fff;
						font-size: 12px;
						padding: 5px 10px;
						border-radius: 6px;
						margin-right: 3px;
					}

					&.required:before {
						content: "必須";
						font-weight: normal;
						background-color: #DA0000;
						color: #fff;
						font-size: 12px;
						padding: 5px 10px;
						border-radius: 6px;
						margin-right: 3px;
					}
				}

				.textArea {
					height: 200px;
				}

				.btnWrap {
					text-align: center;

					p {
						text-align: center;
						display: flex;
						align-items: center;
						flex-direction: column;
					}
				}
			}
		}
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}