@charset "utf-8";
/* CSS Document */


/*** ------------------------------------------------------------------------------

フェードイン

-----------------------------------------------------------------------------  ***/

.mv-anime {
	animation-name: mvanime;
	animation-duration: 2s;
	animation-delay: 2s;
	animation-direction: ease-out;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes mvanime {
	0% {
		transform: translateX(20px);
		opacity: 0;
	}

	100% {
		transform: translateX(0px);
		opacity: 1;
	}
}

#home .visual p:before {
	animation-name: mvanimeb;
	animation-duration: 1s;
	animation-delay: 1s;
	animation-direction: ease-out;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes mvanimeb {
	0% {
		transform: translateX(20px);
		opacity: 0;
	}

	100% {
		transform: translateX(0px);
		opacity: 1;
	}
}

.mv-anime2 {
	animation-name: mvanime2;
	animation-duration: 2s;
	animation-delay: 4s;
	animation-direction: ease-in-out;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes mvanime2 {
	0% {
		transform: translateX(120px);
		opacity: 0;
	}

	100% {
		transform: translateX(0px);
		opacity: 1;
	}
}

.show-cnt {
	display: block;
	position: relative;
	overflow: hidden;
}

.show-cnt:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f4f4f4;
	transition: 0.8s cubic-bezier(.55, .085, .68, .53);
	z-index: 2;
}

.show-cnt.run:before,
.show-cnt.run:after {
	left: 200%;
	opacity: 1;
}

.show-cnt2 {
	transition: all 0.5s;
	transform: translateY(60px);
	transition-duration: ease-in;
	opacity: 0;
}

.show-cnt2.run {
	transform: translateY(0px);
	opacity: 1;
}


.show-cnt3 {
	transition: all 1s;
	transform: translateX(-60px);
	transition-duration: ease-in;
	opacity: 0;
}

.show-cnt3.run {
	transform: translateX(0px);
	opacity: 1;
}

.show-cnt4 {
	transition: all 1s;
	transform: translateY(-60px);
	transition-duration: ease-in;
	opacity: 0;
}

.show-cnt4.run {
	transform: translateY(0px);
	opacity: 1;
}

.show-cnt4-1 {
	overflow: hidden;
	opacity: 0;
}

.show-cnt4-1.run {
	animation-name: listanime;
	animation-duration: 0.5s;
	animation-direction: ease-in-out;
	animation-fill-mode: forwards;
	transform: scale(1) rotateY(0deg);
	opacity: 1;
}

.show-cnt4-2 {
	overflow: hidden;
	opacity: 0;
}

.show-cnt4-2.run {
	animation-name: listanime;
	animation-duration: 0.8s;
	animation-direction: ease-in-out;
	animation-fill-mode: forwards;
	transform: scale(1) rotateY(0deg);
	opacity: 1;
}

.show-cnt4-3 {
	overflow: hidden;
	opacity: 0;
}

.show-cnt4-3.run {
	animation-name: listanime;
	animation-duration: 1s;
	animation-direction: ease-in-out;
	animation-fill-mode: forwards;
	transform: scale(1) rotateY(0deg);
	opacity: 1;
}

@media(max-width: 1000px) {

	.show-cnt4-1.run,
	.show-cnt4-2.run,
	.show-cnt4-3.run {
		animation-name: listanime;
		animation-duration: 0.5s;
		animation-direction: ease-in-out;
		animation-fill-mode: forwards;
		transform: scale(1) rotateY(0deg);
		opacity: 1;
	}
}

@keyframes listanime {
	0% {
		transform: translateX(400px);
		transition-duration: ease-in-out;
		opacity: 0;
	}

	100% {
		transform: translateX(0);
		transition-duration: ease-in-out;
		opacity: 1;
	}
}

@media (min-width: 769px) {
	#home a:link:hover {
		opacity: 1;
		text-decoration: none;
	}
}

/*** ------------------------------------------------------------------------------

#home

-----------------------------------------------------------------------------  ***/

#home {
	font-family: 'Noto Sans JP', sans-serif;
}

.home-int .inner,
.home-ser .inner,
.home-blog .inner,
.home-str .inner,
.home-comp .inner {
	width: 90% !important;
}

#home .visual {
	/* display: flex;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	flex-wrap: wrap; */
	max-height: 100vh;
	margin-bottom: 0;
	/* background: url(../../img/home/mv-back.jpg)no-repeat center bottom;
	background-size: cover; */
	box-sizing: border-box;
}

/* #home .visual .mv-inner {
	width: 100%;
	max-width: 1200px;
	padding: 20px;
	margin: -50px auto 0;
	box-sizing: border-box;
}

#home .visual p {
	position: relative;
	padding-bottom: 50px;
	color: #fff;
	font-size: 50px;
	line-height: 1.3;
	font-weight: 500;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-shadow: 0px 4px 7px rgba(0, 0, 0, 0.2);
}

#home .visual p:before {
	content: '';
	display: block;
	width: 100vw;
	height: 120px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../../img/home/mv-illust.svg)no-repeat center left;
	background-size: contain;
}

#home .visual h2 span {
	display: inline;
	padding: 14px 25px;
	background-color: #fff;
	font-size: 18px;
	line-height: 3.5;
	font-weight: 400;
} */

.mv_slider {
	margin-bottom: 0 !important;
	max-height: 100vh;
}

.mv_slider .slick-dots {
	bottom: 35px;
}

.mv_slider .slick-dots li {
	width: 50px;
	height: 4px;
}

.mv_slider .slick-dots li button {
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 3px;
	padding: 0;
	margin: 0;
}

.mv_slider .slick-dots li.slick-active button {
	background: #FF9E0D;
}

.mv_slider .slick-dots li button::before {
	display: none;
}

.mv_slider-img {
	margin-bottom: 0;
}

.mv_slider-img img {
	width: 100%;
	object-fit: cover;
	object-position: center left;
}



/* home */
.home-sec-ttl {
	font-size: 36px;
	font-weight: 700;
	font-family: 'Noto Sans JP', sans-serif;
	position: relative;
	padding-top: 1em;
	padding-bottom: 1em;
	z-index: 1;
}

.home-sec-ttl span {
	font-size: 128px;
	color: #EFF6F5;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}


.home-sec-txt {
	margin-bottom: 2em;
	line-height: 1.8;
}


/* int */
.home-int {
	width: 100%;
	padding-top: 80px;
	background-image: url(../../img/home/intro_bg.jpg);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

.home-int_ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: .25em;
	font-size: 36px;
	font-weight: 700;
	font-family: 'Noto Sans JP', sans-serif;
	margin-bottom: 1em;
}

.home-int_cont {
	margin-bottom: 0;
}

.home-int_cont img {
	width: 100%;
}

/* ser */
.home-ser {
	margin-bottom: 140px !important;
}

.home-ser_cont {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px 0;
}

.home-ser_cont-item {
	width: calc(50% - 25px);
	position: relative;
	margin-top: 50px;
	border-radius: 20px;
	z-index: 1;
}

.home-ser_cont-item::before {
	content: "";
	display: block;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #FF9E0D;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	transform: translateY(-50%);
	z-index: 10;
}

.home-ser_cont-item::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	border: 6px solid #FF9E0D;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	box-sizing: border-box;
}

.home-ser_cont-item_icon {
	width: 50px;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	transform: translateY(-50%);
	z-index: 10;
}

.home-ser_cont-item_icon img {
	width: 100%;
}

.home-ser_cont-item_txtWrap {
	padding: 80px 8% 30px;
}

.home-ser_cont-item_ttl {
	font-size: 32px;
	font-weight: 700;
	text-align: center;
}

.home-ser_cont-item_txt {
	margin-top: 1em;
}

.home-ser_cont-item_list {
	background: #EFF6F5;
	padding: 25px 8%;
	position: relative;
	border-radius: 0 0 20px 20px;
	z-index: -1;
}

.home-ser_cont-item-list_item {
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 500;
}

/* blog */
.home-blog {
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
	z-index: 10;
	overflow: visible !important;
}

.home-blog.--case {
	background: linear-gradient(109deg, #00C0EC 0%, #0C8DE9 88.88%);
}

.home-blog.--info {
	background: linear-gradient(109deg, #FF9E0D 0%, #FF720D 88.88%);
	margin-bottom: 0 !important;
}

.home-blog .inner {
	position: relative;
	z-index: 1;
}

.home-blog .home-sec-ttl {
	color: #fff;
}

.home-blog .home-sec-ttl span {
	color: rgba(255, 255, 255, 0.20);
}

.home-blog .home-sec-txt {
	color: #fff;
}

.home-blog .inner::before {
	content: "";
	display: block;
	width: 63px;
	height: 100px;
	background-image: url(../../img/home/clip-icon.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	right: 0;
	top: -123px;
	z-index: 1;
}

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

.home-blog_item {
	width: calc(100% / 3 - 10px);
}

.home-blog_item-img {
	width: 100%;
	aspect-ratio: 4 / 3;
	background: #EFF6F5;
	text-align: center;
	margin-bottom: 0;
}

.home-blog_item-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.home-blog_item-txtWrap {
	padding: 15px 5% 25px;
	text-align: center;
	background: #fff;
}

.home-blog_item-cat {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	padding: .5em 2em;
	min-width: 200px;
	line-height: 1em;
	background: #FF9E0D;
	border-radius: 45px;
	margin-bottom: 2em;
	color: #fff;
}

.home-blog.--info .home-blog_item-cat {
	background: #00C0EC;
}

.home-blog_item-ttl {
	text-align: left;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 1em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	/* 垂直方向に配置 */
	overflow: hidden;
	/* 溢れた部分を隠す */
	text-overflow: ellipsis;
	/* 溢れた部分に「...」を表示 */
	-webkit-line-clamp: 1;
	/* 最大行数を2行に設定 */
}

.home-blog_item-txt {
	text-align: left;
	font-size: 16px;
	line-height: 1.6;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	/* 垂直方向に配置 */
	overflow: hidden;
	/* 溢れた部分を隠す */
	text-overflow: ellipsis;
	/* 溢れた部分に「...」を表示 */
	-webkit-line-clamp: 3;
	/* 最大行数を2行に設定 */
}


.home-blog_item-btn a {
	font-family: 'Noto Sans JP', serif;
	font-size: 14px;
	letter-spacing: 0.1em;
	color: #333;
	font-weight: 700;
	display: block;
	position: relative;
	box-sizing: border-box;
	max-width: 180px;
	text-align: center;
	padding: 4px 16px 4px 0;
	margin: 24px;
	margin-inline: auto;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s;
}

.home-blog_item-btn a::before {
	content: "";
	display: block;
	position: absolute;
	width: 180px;
	height: 2px;
	background: #333;
	bottom: 0;
	transition: all 0.3s;
}

.home-blog_item-btn a::after {
	content: "";
	display: block;
	position: absolute;
	width: 30px;
	height: 3px;
	background: #333;
	rotate: 40deg;
	right: -4px;
	bottom: 10px;
	transition: all 0.3s;
}

.home-blog_item-btn a:hover::after,
.home-blog_item-btn a:hover::before {
	translate: 20px 0;
	transition: all 0.3s;
}

/* str */

.home-str_list {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px !important;
}

.home-str_item {
	width: calc(25% - 10px);
	text-align: center;
}

.home-str_item-img {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 170px;
	height: 170px;
	border-radius: 50%;
	background: #F3F2EE;
	text-align: center;
	padding: 8%;
	margin: 0 auto;
}

.home-str_item-ttl {
	font-size: 18px;
	font-weight: 700;
	color: #FF9E0D;
	margin-top: 1em;
	margin-bottom: 1em;
}

.home-str_item-txt {
	line-height: 1.8;
	text-align: left;
}

.home-str_banner {
	border-radius: 30px;
	background: #FF9E0D;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 5%;
	padding-right: 5%;
}

.home-str_banner-img {
	width: 20%;
	height: 100%;
}

.home-str_banner-img img {
	transform: scale(1.1);
	transform-origin: bottom;
}

.home-str_banner-txtWrap {
	width: 78%;
	color: #fff;
}

.home-str_banner-ttl {
	font-size: 24px;
	font-weight: 700;
}

.home-str_banner-ttl.--sp {
	display: none;
}

.home-str_banner-txt {
	font-size: 18px;
	font-weight: 500;
	margin-top: 1em;
}

/* comp */

.home-comp {
	margin-bottom: 140px !important;
}

.home-comp .home-sec-ttl {
	text-align: center;
}

.home-comp .home-sec-ttl span {
	left: 0;
	right: 0;
	margin: auto;
}

.home-comp .home-sec-txt {
	text-align: center;
}

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

.home-comp_item {
	width: calc(100% / 3 - 15px);
	border-radius: 10px;
	overflow: hidden;
}

.home-comp_item a {
	display: block;
	position: relative;
}

.home-comp_item img {
	width: 100%;
}

.home-comp_item-ttl {
	width: 100%;
	font-size: 20px;
	font-weight: 700;
	padding-top: 1em;
	padding-bottom: 1em;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	background: #C3BDB9;
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 1em;
}

.home-comp_item-ttl span {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 1em;
	width: 1em;
	position: absolute;
	right: 1em;
	top: 0;
	bottom: 0;
	margin: auto;
	vertical-align: super;
}



@media screen and (max-width:1300px) {

	.home-str_banner-txtWrap {
		width: 70%;
	}
}


@media screen and (max-width:991px) {
	.home-sec-ttl {
		font-size: 30px;
	}

	.home-sec-ttl span {
		font-size: min(18vw, 80px);
	}

	.home-int {
		padding-top: 60px;
	}

	.home-int_ttl {
		font-size: 24px;
		flex-direction: column;
	}

	.home-ser_cont-item {
		width: 100%;
	}

	.home-blog_list {
		flex-wrap: wrap;
		gap: 20px;
	}

	.home-blog_item {
		width: 100%;
	}

	.home-str_list {
		flex-wrap: wrap;
		gap: 20px;
	}

	.home-str_item {
		width: calc(50% - 10px);
	}

	.home-str_item-img {
		width: 40%;
		height: auto;
		aspect-ratio: 1;
	}

	.home-str_item-img img {
		width: 40%;
	}

	.home-str_banner-txtWrap {
		width: 50%;
	}

	.home-str_banner-ttl {
		font-size: 20px;
	}

	.home-str_banner-txt {
		font-size: 16px;
		margin-bottom: 1em;
	}

	.home-str_banner-txt br {
		display: none;
	}

	.home-comp_list {
		flex-wrap: wrap;
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
		gap: 20px;
	}

	.home-comp_item {
		width: 100%;
	}
}

@media screen and (max-width:768px) {
	#home .visual {
		padding-top: 50px;
	}

	.home-sec-ttl {
		font-size: 25px;
	}

	.home-int_ttl {
		display: none;
	}

	.home-int_cont {
		width: 100vw;
		margin: 0 calc(50% - 50vw);
	}

	.home-ser_cont-item_ttl {
		font-size: 20px;
	}
}

@media screen and (max-width:600px) {

	.home-str_banner {
		flex-wrap: wrap;
		align-items: end;
	}


	.home-str_banner-img {
		width: 45%;
	}

	.home-str_banner-img img {
		transform: scale(1);
		width: 100%;
	}

	.home-str_banner-txtWrap {
		width: 50%;
	}

	.home-str_banner-ttl.--pc {
		display: none;
	}

	.home-str_banner-ttl.--sp {
		width: 100%;
		display: block;
		margin-bottom: 0;
		margin-top: 1em;
		color: #fff;
		text-align: center;
	}
}