@charset "UTF-8";


#content-wrap {
	padding-top: 0;
}

/*
.top-mainvisual
---------------------------*/
.top-mainvisual-wrap {
	position: relative;
	background-color: var(--color-secondary-bg);
	z-index: 2;
	.bgDecoration {
		position: absolute;
		top: 0;
		right: 0;
		width: 40vw;
		height: auto;
		z-index: 1;
	}
	.bgDecoration02 {
		top: auto;
		bottom: -50px;
		right: auto;
		left: 0;
	}
	.history {
		position: relative;
		text-align: right;
		margin-top: -20px;
		z-index: 2;
		img {
			width: 85%;
		}
	}
	@media (min-width: 1200px) {
		.bgDecoration {
			width: 30vw;
		}
		.bgDecoration02 {
			width: 25vw;
			bottom: -150px;
		}
		.history {
			margin-top: -50px;
			img {
				width: auto;
			}
		}
	}
}
.top-mainvisual {
	position: relative;
	padding: 80px 4vw 20px;
	h1 {
		font-size: var(--font-5xl);
		font-weight: 600;
		line-height: 1.65;
		padding-bottom: .5em;
		span {
			font-weight: 600;
			color: var(--color-primary);
		}
	}
	.top-mainvisual-text {
		.read-text {
			font-size: var(--font-m);
			line-height: 1.8;
			padding-bottom: .5em;
		}
	}
	.top-mainvisual-image {
		position: relative;
		text-align: center;
		padding: 15px 0;
	}
	@media (min-width: 1200px) {
		padding: 130px 50px 40px;
		h1 {
			font-size: var(--font-7xl);
			letter-spacing: .1em;
			padding-bottom: 20px;
		}
		.top-mainvisual-text {
			.read-text {
				font-size: var(--font-xl);
			}
		}
		.top-mainvisual-image {
			padding: 30px 0;
		}
	}
}
#achievement {
	overflow: hidden;
	position: relative;
	z-index: 3;
	>div {
		padding: 20px 0;
	}
	.achievementList {
		display: flex;
		gap: 20px;
		width: max-content;
		animation: marquee 20s linear infinite;
		will-change: transform;
		li {
			width: 100px;
			aspect-ratio: 2 / 1;
			img {
				width: 100%;
				height: 100%;
				max-height: 100px;
				object-fit: contain;
			}
		}
		.slick-slide {
			margin: 0 10px;
			width: 100px;
		}
	}
	@media (min-width: 1200px) {
		>div {
			padding: 40px 0;
		}
		.achievementList {
			gap: 40px;
			animation: marquee 40s linear infinite;
			li {
				width: 140px;
			}
		}
	}
}
@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.contetTitle {
	text-align: left;
	font-size: var(--font-4xl);
	font-weight: 600;
	line-height: 1.5;
	padding-bottom: 20px;
	.en {
		display: block;
		font-family: var(--accent-font);
		font-weight: 300;
		font-size: min(14vw, 50px);
		color: var(--color-dark);
		padding-bottom: 10px;
	}
	.em {
		color: var(--color-primary);
	}
	>* {
		font-weight: 600;
	}
	@media (min-width: 1200px) {
		padding-bottom: 40px;
		.en {
			font-size: 96px;
			padding-bottom: 20px;
		}
	}
}
#about {
	position: relative;
	.bgDecoration {
		position: absolute;
		top: 0;
		right: 0;
		width: 40vw;
		height: auto;
		z-index: 0;
	}
	.bd-title {
		display: flex;
		align-items: center;
		margin-bottom: 20px;
		&:after,
		&:before {
			content: "";
			height: 1px;
			background-color: var(--color-dark);
			flex-grow: 1;
		}
		h3 {
			position: relative;
			font-family: v.$fontMain;
			font-weight: 700;
			font-size: 20px;
			color: var(--color-dark);
			text-align: center;
			letter-spacing: .05em;
			line-height: 1.4;
			padding: 0 20px;
		}
	}
	.change {
		padding-top: 40px;
	}
	.about-box {
		position: relative;
		border-radius: 2px;
		padding: 20px;
		background-color: #fff;
		&+.about-box {
			margin-top: 20px;
		}
		.about-title {
			font-size: var(--font-xxl);
			font-weight: 600;
			letter-spacing: .1em;
			color: var(--color-dark);
			>* {
				font-weight: 600;
			}
			.em {
				display: inline-block;
				font-weight: 600;
				background-color: var(--color-dark);
				color: #fff;
				padding: 5px 10px 6px;
				margin: 10px 8px 10px 0;
			}
		}
		.aboutNum {
			position: absolute;
			top: 15px;
			right: 15px;
			font-family: var(--accent-font);
			font-size: var(--font-2xl);
			font-weight: 300;
			background-color: #fff;
			color: var(--color-secondary);
			border: 1px solid var(--color-secondary);
			width: 36px;
			height: 36px;
			border-radius: 50%;
			display: flex;
			align-items: center;
			justify-content: center;
			flex-shrink: 0;
			transition: opacity 0.2s ease-out;
		}
	}
	@media (min-width: 1200px) {
		.bd-title {
			margin-bottom: 40px;
			h3 {
				font-size: 30px;
				padding: 0 40px
			}
		}
		.bgDecoration {
			top: 50px;
			right: 50px;
			width: 30vw;
		}
		.change {
			padding-top: 80px;
		}
		.about-box-wrap {
			display: flex;
			align-items: stretch;
			justify-content: space-between;
		}
		.about-box {
			display: flex;
			align-items: center;
			width: calc((100% - 60px) / 3);
			border-radius: 5px;
			padding: 50px 30px;
			&+.about-box {
				margin-top: 0px;
			}
			.about-title {
				.em {
					padding: 10px 15px 10px;
					margin: 15px 8px 15px 0;
				}
			}
			.aboutNum {
				width: 40px;
				height: 40px;
			}
		}
	}
}
#service {
	position: relative;
	.service-content {
		padding: 40px 0;
		.text-content {
			padding-bottom: 20px;
		}
		.service-box {
			border-radius: 2px;
			a {
				display: block;
				padding: 15px 15px 20px;
			}
			&+.service-box {
				margin-top: 20px;
			}
			.service-detail {
				padding-top: 20px;
			}
			.tag-list {
				padding: 20px 0;
			}
			&:hover {
				.more-link {
					span {
						&:after {
							right: -6px;
						}
					}
				}
			}
			 .service-title {
				.serviceNum {
					color: #fff;
					background-color: var(--color-dark);
				}
			 }
		}
		.service-title {
			font-size: var(--font-2xl);
			color: var(--color-dark);
			display: flex;
			align-items: center;
			padding-bottom: 10px;
			>* {
				font-weight: 600;
			}
			span {
				line-height: 1.4;
			}
			.serviceNum {
				font-family: var(--accent-font);
				font-size: var(--font-2xl);
				font-weight: 300;
				background-color: #fff;
				color: var(--color-dark);
				border: 1px solid var(--color-dark);
				width: 36px;
				height: 36px;
				border-radius: 50%;
				display: flex;
				align-items: center;
				justify-content: center;
				flex-shrink: 0;
				margin-right: 10px;
				transition: opacity 0.2s ease-out;
			}
		}
		.service-nav {
			display: none;
			padding: 50px 0;
			li {
				&+li {
					margin-top: 20px;
				}
				.service-title {
					font-size: var(--font-xl);
				}
				a {
					span {
						font-weight: 400;
					}
				}
				a.is-active {
					.serviceNum {
						color: #fff;
						background-color: var(--color-dark);
					}
					span {
						font-weight: 500;
					}
				}
			}
		}
	}
	.btn-pc {
		display: none;
	}
	@media (min-width: 768px) {
		.service-content {
			display: flex;
			justify-content: space-between;
			align-items: flex-start;
			.text-content {
				width: 40%;
			}
			.service-box-wrap {
				width: 55%;
			}
			.service-nav {
				display: block;
			}
		}
		.btn-pc {
			display: block;
		}
		.btn-sp {
			display: none;
		}
	}
	@media (min-width: 1200px) {
		.service-content {
			padding: 0;
			.text-content {
				padding: 100px 0;
			}
			.service-box-wrap {
				padding: 100px 0;
			}
			.service-box {
				.anchor {
					padding-top: 100px;
					margin-top: -100px;
				}
				a {
					padding: 30px;
				}
				&+.service-box {
					margin-top: 50px;
				}
				.service-detail {
					padding-top: 30px;
				}
				.tag-list {
					padding: 30px 0;
				}
			}
			.service-title {
				.serviceNum {
					width: 40px;
					height: 40px;
					margin-right: 15px;
				}
			}
			.service-nav {
				padding: 50px 0 0;
				li {
					&+li {	
						margin-top: 10px;
					}
				}
			}
			.text-content {
				position: sticky;
				top: calc(100vh - 100% - 20px);
				bottom: 0;
			}
		}
	}
}
#card {
	border: 20px solid var(--color-primary-bg);
	.bgDecoration {
		position: absolute;
		top: 0;
		right: 0;
		width: 40vw;
		height: auto;
		z-index: 0;
	}
	@media (min-width: 1200px) {
		border: 40px solid var(--color-primary-bg);
		.bgDecoration {
			top: 50px;
			right: 50px;
			width: 30vw;
		}
	}
}
#strength {
	background-image: linear-gradient(to right,  rgba(238, 238, 239, 0.5) 1px, transparent 1px),linear-gradient(to bottom, rgba(238, 238, 239, 0.5) 1px, transparent 1px);
	background-size: 25px 25px;
	.strength-box {
		&+.strength-box {
			margin-top: 50px;
		}
		.strength-image-box {
			position: relative;
			text-align: right;
			.bg {
				position: absolute;
				bottom: 5px;
				left: 0;
				z-index: 0;
				max-width: 100px;
			}
			.illust {
				position: relative;
				margin-bottom: -70px;
				margin-right: 10px;
				max-width: 120px;
			}
			.card-image {
				max-width: 120px;
			}
		}
		.strength-detail-box {
			padding: 20px;
			background-color: var(--color-primary-bg);
		}
		.strength-title {
			font-size: var(--font-xxl);
			font-weight: 600;
			letter-spacing: .1em;
			color: var(--color-secondary);
			margin-bottom: 10px;
			.em {
				display: inline-block;
				font-weight: 600;
				background-color: var(--color-secondary);
				color: #fff;
				padding: 5px 10px 6px;
				margin-top: 10px;
			}
			&.type02 {
				.em {
					margin-top: 0;
					margin-bottom: 10px;
				}
			}
		}
	}
	@media (min-width: 1000px) {
		.strength-box-wrap {
			display: flex;
			align-items: flex-end;
			justify-content: space-between;
			&.type02 {
				margin-top: 50px;
				.strength-box {
					width: calc((100% - 30px) / 2);
					.strength-image-box {
						.bg {
							max-width: 180px;
						}
						.illust {
							margin-right: 30px;
						}
					}
				}
			}
		}
		.strength-box {
			width: calc((100% - 60px) / 3);
			&+.strength-box {
				margin-top: 0px;
			}
		}
	}
	@media (min-width: 1200px) {
		.strength-box {
			.strength-image-box {
				.bg {
					max-width: 180px;
					bottom: 10px;
				}
				.illust {
					margin-bottom: -50px;
					max-width: 180px;
				}
				.card-image {
					max-width: 180px;
				}
			}
			.strength-detail-box {
				min-height: 230px;
				padding: 30px;
			}
			.strength-title {
				margin-bottom: 15px;
				.em {
					padding: 10px 15px 10px;
					margin-top: 12px;
				}
			}
		}
	}
}
#news {
	position: relative;
	border: 20px solid var(--color-primary-bg);
	.news-content {
		.news-list {
			li {
				text-align: left;
				&+li {
					border-top: 1px solid var(--color-border02);
				}
			}
			a {
				display: inline-block;
				padding: 20px 0;
			}
			.category {
				display: inline-block;
				min-width: 9em;
				font-size: var(--font-s);
				border: 1px solid var(--color-secondary);
				text-align: center;
				white-space: nowrap;
				padding: 2px 10px;
				border-radius: 50px;
				margin-left: 10px;
			}
			.news-detail {
				display: flex;
				align-items: center;
				padding-bottom: 10px;
			}
		}
	}
	@media (min-width: 1200px) {
		border: 40px solid var(--color-primary-bg);
		.news-content {
			.news-list {
				a {
					display: flex;
					align-items: flex-start;
					padding: 25px 0;
				}
				.category,
				.title {
					margin-left: 15px;
				}
				.news-detail {
					padding-bottom: 0;
				}
			}
		}
	}
}