/*--------------------------------------------------------------
# Front Page
--------------------------------------------------------------*/

.p-home-fv {
	position: relative;
	display: flex;
	align-items: center;
	height: 100svh;
}
.p-home-fv .row {
	justify-content: space-between;
}
.p-home-fv .col_left {
	width: 45%;
}
.p-home-fv .col_left .title {
	font-size: 48px;
	font-weight: 500;
	color: var(--color-black);
}
.p-home-fv .col_right {
	width: 45%;
}
.p-home-fv .col_right p {
	font-size: 20px;
	font-weight: 300;
	line-height: 2;
}
.p-home-fv .en {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.p-home-fv .en p {
	font-size: 100px;
	font-weight: 100;
	line-height: 1.1;
	color: var(--color-black);
	margin: 0;
}
@media (max-width: 1199px) {
	.p-home-fv {
		background-position: calc(40vw) center;
		background-size: 800px;
	}
	.p-home-fv__title {
		font-size: 64px;
	}
	.p-home-fv__lead {
		font-size: 20px;
	}
	.p-home-fv__note {
		font-size: 15px;
	}
}
@media (max-width: 991px) {
	.p-home-fv {
		background-position: calc(40vw) center;
		background-size: 600px;
		min-height: 800px;
	}
	.p-home-fv__title {
		font-size: 56px;
	}
	.p-home-fv__lead {
		font-size: 16px;
	}
	.p-home-fv__note {
		font-size: 14px;
	}
}
@media (max-width: 767px) {
	.p-home-fv {
		background-position: center top 200px;
		min-height: 870px;
	}
	.p-home-fv .col_txt {
		width: 100%;
		padding-top: 90px;
	}
	.p-home-fv .col_img {
		width: 100%;
		max-width: 320px;
		text-align: center;
		margin: 50px auto 50px auto
	}
	.p-home-fv__title {
		font-size: 48px;
	}
	.p-home-fv__lead {
		font-size: 16px;
	}
	.p-home-fv__note {
		font-size: 14px;
		margin-top: 15px;
	}
	.p-home-fv__actions {
		margin-top: 20px;
	}
	.p-home-fv__actions > * {
		min-width: auto;
		min-height: 45px;
		font-size: 14px;
		padding: 5px 25px;
	}
	.p-home-fv__actions .c-button--accent {
		width: 55%;
	}
	.p-home-fv__actions .c-button--primary {
		width: 45%;
	}
}

/*--------------------------------------------------------------
.section
--------------------------------------------------------------*/

.p-home .section {
	font-size: 16px;
	line-height: 2;
	padding: 70px 0;
}
.p-home .section .container > *:last-child {
	margin-bottom: 0;
}
.p-home .section_title {
	text-align: center;
	margin: 0 0 60px 0;
}
.p-home .section_title .title {
	font-family: var(--font-serif);
	font-size: 36px;
	text-align: center;
	margin: 0;
}
.p-home .section_title .en {
	font-size: 24px;
	line-height: 1.4;
	margin: 10px 0 0 0;
}
.p-home .section_title .ja {
	font-size: 20px;
	line-height: 1.8;
	margin: 20px 0 0 0;
}
.p-home .logo_title {
	background-image: url("../img/common/logo_img.png");
	background-repeat: no-repeat;
	background-position: center center;
	padding: 80px 0;
}
.p-home .en_title {
	margin-bottom: 50px;
}
.p-home .en_title .en {
	font-size: 72px;
	line-height: 1.3;
}
.p-home .en_title .title {
	font-family: var(--font-serif);
	font-size: 28px;
	margin: 0;
}
.p-home .big_btn_wrap {
	margin-top: 80px;
}
.p-home .big_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--color-bg-light);
	border-radius: 10px;
	height: 100px;
	font-weight: 700;
	line-height: 1.4;
	color: var(--color-primary);
}
.p-home .big_btn span {
	position: relative;
	display: block;
	padding-left: 30px;
	transition: 0.3s;
}
.p-home .big_btn span::before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	font-family: "Material Symbols Sharp";
	content: "\eaaa";
	font-size: 140%;
	font-weight: 300;
}
@media (min-width: 768px) {
	.p-home .big_btn:hover span {
		transform: translateY(-5px);
	}
}
@media (max-width: 767px) {
	.p-home .section {
		font-size: 14px;
		padding: 60px 0;
	}
	.p-home .section_title {
		margin: 0 0 50px 0;
	}
	.p-home .section_title .title {
		font-size: 28px;
	}
	.p-home .section_title .ja {
		font-size: 16px;
	}
	.p-home .section_title .en {
		font-size: 16px;
	}
	.p-home .logo_title {
		background-size: 300px;
		padding: 50px 0;
	}
	.p-home .en_title .en {
		font-size: 64px;
	}
	.p-home .en_title .title {
		font-size: 24px;
	}
	.p-home .big_btn {
		font-size: 15px;
		height: 80px;
	}
}

/*--------------------------------------------------------------
.border_wrap
--------------------------------------------------------------*/

.p-home .border_wrap {
	position: relative;
	height: 100px;
}
.p-home .border_wrap::after {
	position: absolute;
	top: 0;
	left: 50%;
	content: "";
	width: 1px;
	height: 100%;
	background-color: var(--color-primary);
	animation: scroll 1.5s infinite;
}
/* 線のアニメーション */
@keyframes scroll {
	0% {
		transform: scale(1, 0);
		transform-origin: 0 0;
	}
	50% {
		transform: scale(1, 1);
		transform-origin: 0 0;
	}
	51% {
		transform: scale(1, 1);
		transform-origin: 0 100%;
	}
	100% {
		transform: scale(1, 0);
		transform-origin: 0 100%;
	}
}

/*--------------------------------------------------------------
.p-home__assignment
--------------------------------------------------------------*/

.p-home__assignment .row > * {
	display: flex;
}
.p-home__assignment .row dl {
	border-left: 1px solid var(--color-border);
	width: 100%;
}
.p-home__assignment .row dl dt {
	border-bottom: 1px solid var(--color-border);
	padding: 10px 20px;
}
.p-home__assignment .row dl dt .title {
	position: relative;
	font-size: 24px;
	width: fit-content;
	margin: 0 auto;
	padding-left: 45px;
}
.p-home__assignment .row dl dt .title::after {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	font-family: "Material Symbols Sharp";
	font-size: 180%;
	font-weight: 200;
	color: var(--color-accent);
}
.p-home__assignment .row > *:nth-child(1) dl dt .title::after {
	content: "\f805";
}
.p-home__assignment .row > *:nth-child(2) dl dt .title::after {
	content: "\e11e";
}
.p-home__assignment .row > *:nth-child(3) dl dt .title::after {
	content: "\f6e6";
}
.p-home__assignment .row dl dd {
	display: flex;
	justify-content: center;
	font-size: 18px;
	padding: 15px 20px;
}
.p-home__assignment .row dl dd ul li::before {
	color: var(--color-accent);
}
@media (min-width: 768px) {
	.p-home__assignment .row {
		display: grid;
		gap: 30px;
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 991px) {
	.p-home__assignment .row dl dt .title {
		font-size: 20px;
		padding-left: 40px;
	}
	.p-home__assignment .row dl dd {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	.p-home__assignment .col {
		width: 100%;
		font-size: 16px;
	}
	.p-home__assignment .col + .col {
		margin-top: 30px;
	}
	.p-home__assignment .row dl dt .title {
		font-size: 20px;
		padding-left: 40px;
	}
}

/*--------------------------------------------------------------
.p-home__design
--------------------------------------------------------------*/

.p-home__design .flow {
	max-width: 700px;
	margin: 60px auto;
}
.p-home__design .flow ol li:nth-child(odd) {
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 1 /1;
	width: 160px;
	border: 1px solid var(--color-primary);
	border-radius: 50%;
	font-size: 28px;
	font-weight: 700;
	color: var(--color-primary);
}
.p-home__design .flow ol li:last-child {
	background-color: var(--color-primary);
	color: var(--color-white);
}
@media (min-width: 768px) {
	.p-home__design .flow ol {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.p-home__design .flow ol li.arrow {
		flex: 1;
		padding: 0 15px;
	}
	.p-home__design .flow ol li.arrow span {
		position: relative;
		display: block;
		width: 100%;
		height: 2px;
		background-color: var(--color-primary);
	}
	.p-home__design .flow ol li.arrow span::after {
		position: absolute;
		right: -13px;
		top: 50%;
		transform: translateY(-50%);
		font-family: "Material Symbols Sharp";
		content: "\e315";
		font-size: 200%;
		font-weight: 200;
		line-height: 1;
	}
	.p-home__design .flow + p {
		text-align: center;
	}
}
@media (max-width: 767px) {
	.p-home__design .flow {
		margin: 50px auto;
	}
	.p-home__design .flow ol li {
		margin: 0 auto;
	}
	.p-home__design .flow ol li.arrow {
		width: fit-content;
		height: 90px;
		padding: 20px 0;
	}
	.p-home__design .flow ol li.arrow span {
		position: relative;
		display: block;
		width: 2px;
		height: 50px;
		background-color: var(--color-primary);
	}
	.p-home__design .flow ol li.arrow span::after {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		bottom: -13px;
		font-family: "Material Symbols Sharp";
		content: "\e313";
		font-size: 200%;
		font-weight: 200;
		line-height: 1;
	}
}

/*--------------------------------------------------------------
.p-home__businesses
--------------------------------------------------------------*/

.p-home__businesses {
	position: relative;
	margin-top: 70px;
}
.p-home__businesses > * {
	position: relative;
	z-index: 1;
}
.p-home__businesses::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 500px;
	background-color: var(--color-primary);
	z-index: 0;
}
.p-home__businesses .logo_title {
	background-image: url("../img/common/logo_img_white.png");
	color: var(--color-white);
	margin-bottom: 40px;
}
.p-home__businesses .row {
	line-height: 1.6;
}
.p-home__businesses .row .title {
	position: relative;
	font-size: 24px;
	width: fit-content;
	margin: 20px auto 10px auto;
	padding-left: 45px;
}
.p-home__businesses .row .title::after {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	font-family: "Material Symbols Sharp";
	font-size: 170%;
	font-weight: 100;
	color: var(--color-primary);
}
.p-home__businesses .row > *:nth-child(1) .title::after {
	content: "\f805";
}
.p-home__businesses .row > *:nth-child(2) .title::after {
	content: "\e11e";
}
.p-home__businesses .row > *:nth-child(3) .title::after {
	content: "\f6e6";
}
.p-home__businesses .row dl dd p {
	font-size: 18px;
	text-align: center;
	margin: 0;
}

@media (min-width: 768px) {
	.p-home__businesses .row {
		display: grid;
		gap: 30px;
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 1199px) {
	.p-home__businesses::after {
		height: 400px;
	}
}
@media (max-width: 991px) {
	.p-home__businesses .row .title {
		font-size: 20px;
		padding-left: 40px;
		margin-bottom: 5px;
	}
	.p-home__businesses .row dl dd p {
		font-size: 16px;
		text-align: center;
		margin: 0;
	}
}
@media (max-width: 767px) {
	.p-home .p-home__businesses {
		padding-top: 40px;
		margin-top: 60px;
	}
	.p-home__businesses::after {
		height: 340px;
	}
	.p-home__businesses .logo_title {
		margin-bottom: 30px;
	}
	.p-home__businesses .row .col + .col {
		margin-top: 45px;
	}
}

/*--------------------------------------------------------------
.p-home_reson
--------------------------------------------------------------*/

.p-home_reson dl dt {
	position: relative;
	margin-bottom: 20px;
}
.p-home_reson dl dt .txt_wrap {
	position: absolute;
	left:0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	color: var(--color-white);
	text-align: center;
	padding: 20px;
}
.p-home_reson dl dt .txt_wrap .title {
	font-size: 28px;
}
@media (min-width: 768px) {
	.p-home_reson .row {
		display: grid;
		gap: 40px;
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 767px) {
	.p-home_reson .logo_title {
		background-position: center 20px;
		margin-bottom: 0;
	}
	.p-home_reson .row > * + * {
		margin-top: 40px;
	}
	.p-home_reson dl dt .txt_wrap .title {
		font-size: 24px;
	}
	.p-home_reson dl dt .txt_wrap .en {
		font-size: 14px;
	}
}

/*--------------------------------------------------------------
.p-home_case
--------------------------------------------------------------*/

.p-home__case .logo_title + p {
	text-align: center;
	margin: -30px 0 70px 0;
}
.p-home__case .big_btn_wrap {
	margin-top: 30px;
}
@media (min-width: 768px) {
	
}
@media (max-width: 767px) {
	.p-home__case .logo_title {
		background-position: center 20px;
		margin: 0;
	}
	.p-home__case .logo_title + p {
		text-align: left;
		margin: 0 0 50px 0;
	}
	.p-home__case .big_btn_wrap {
		margin-top: 10px;
	}
}

/*--------------------------------------------------------------
.p-home__column
--------------------------------------------------------------*/

.p-home .p-home__column {
	background-image: url("../img/common/logo_img_big.png");
	background-repeat: no-repeat;
	background-position: calc(50vw) 0;
	background-size: 900px;
	overflow: hidden;
	padding: 150px 0;
}
.p-home__column .en_title + p {
	max-width: 575px;
	margin-bottom: 50px;
}
.swiper__column {
	max-width: 380px;
	overflow: visible;
	margin: 0 auto;
}
.swiper__column__nav__wrap {
	position: relative;
}
.swiper__column__nav__wrap .swiper-button-prev {
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
}
.swiper__column__nav__wrap .swiper-button-next {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
}
@media (max-width: 767px) {
	.p-home .p-home__column {
		background-position: calc(30vw) 30px;
		background-size: 360px;
		padding: 140px 0;
	}
	.p-home__column .big_btn_wrap {
		margin-top: 10px;
	}
	.swiper__column {
		max-width: 90%;
	}
	.swiper__column__nav__wrap .swiper-button-prev {
		left: 15px;
	}
	.swiper__column__nav__wrap .swiper-button-next {
		right: 15px;
	}
}

/*--------------------------------------------------------------
.p-home__news
--------------------------------------------------------------*/

.p-home .p-home__news {
	padding-bottom: 200px;
}
@media (min-width: 768px) {
	.p-home__news .row {
		justify-content: space-between;
	}
	.p-home__news .row .col_right {
		flex: 1;
		max-width: 830px;
		padding-left: 30px;
	}
}
@media (max-width: 767px) {
	.p-home__news .big_btn_wrap {
		margin-top: 50px;
	}
}
