@charset "UTF-8";
/*
---------------------------------------- トップページ.css --------

*/
img{
	max-width: 100%;
	vertical-align: top;
	}

section.mainVis{
	width: 100%;
	text-align: center;
	}
section.mainVis img{
	width: 100%;
	}
.bg_gray{
	background: #F5F5F5;
	display: block;
	}

section.wrap_contents{
	margin: 0 auto 0 auto;
	padding-bottom: 120px;
	}
section.wrap_contents .block_ttl{
	position: relative;
	max-width: 1080px;
	margin:  0 auto;
	}
section.wrap_contents h2{
	display: flex;
	align-items: center;
	gap: 20px;
	}
section.wrap_contents h2 span{
	font-size: 1.6rem;
	display: inline-block;
	}
section.wrap_contents h2 span:nth-child(1){
	font-size: 4.6rem;
	line-height: 4.6rem;
	font-family: Raleway;
	font-weight: 400;
	}
section.wrap_contents h2 span:nth-child(3){
	border-left: 1px solid #707070;
	padding-left: 10px;
	font-weight: 400;
	text-align: left;
	}
section.wrap_contents .block_ttl{
	width: calc(100% - 40px);
	height: auto;
	margin-bottom: 80px;
	}
section.wrap_contents .bg_gray .block_ttl{
	margin-bottom: 0;
	}

.center_img{
	text-align: center;
	}
.center_img img{
	width: 100%;
	}
img.fig_method{
	max-width: 800px;
	}

ul.wrap_feature{
	display: flex;
	gap: 10%;
	width: 100%;
	max-width: 1080px;
	}
ul.wrap_feature li{
	text-align: center;
	}
ul.wrap_feature li img{
	width: 100%;
	margin: 0 auto;
	border: 30px solid #fff;
	}
ul.wrap_feature li strong{
	font-size: 2.2rem;
	line-height: 3.6rem;
	
	display: block;
	text-align: center;
	margin-bottom: 10px;
	}
ul.wrap_feature li span{
	font-size: 1.6rem;
	line-height: 2.4rem;
	display: block;
	text-align: center;
	}
section.wrap_contents.wrap_menu_ttl{
	/*padding-bottom: 0*/
	}

section.wrap_contents.wrap_menu_ttl .block_ttl{
	height: auto;
	padding: 30px 0;
	text-align: left
	}
section.wrap_contents.wrap_menu_ttl .block_ttl p{
	height: 2.6rem;
	margin: auto;
	top: 0;
	bottom: 0;
	}


div.menu_flex{

	}
div.menu_flex .wrap_menu{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 40px;
	//align-items: center;
	}
div.menu_flex .wrap_menu:nth-child(2n){
	flex-direction:row-reverse;
	text-align: right;
	}
div.menu_flex .wrap_menu li{
	width: calc(100% / 2 );
	}
div.menu_flex .wrap_menu li img.bnr_menu{
	width: 100%;
	}
div.menu_flex .wrap_menu li:nth-child(2n){
	padding: 40px;
	width: calc((100% / 2 ) - 80px );
	background: #fff;
	}

@media (max-width: 768px) {
div.menu_flex .wrap_menu{
	display: block;
	}
div.menu_flex .wrap_menu li:nth-child(1){
	width: auto;
	height: calc(100vw * 0.45);	
	}
div.menu_flex .wrap_menu li:nth-child(2n){
	width:auto;
	}
div.menu_flex .wrap_menu:nth-child(2n){
	text-align: left;
	}

}/* ------------------------------------------------------------------------------------------------- */

div.menu_flex .wrap_menu li .menu_inner{
	width: 100%;
	max-width:450px;
	display: inline-block;
	text-align: left;
	padding: 30px 0;
	}
div.menu_flex .wrap_menu li .menu_inner h3{
	font-size: 4.2rem;
	line-height: 3.6rem;
	margin-bottom: 20px;
	}
div.menu_flex .wrap_menu li:nth-child(1){
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	}
@media (min-width: 1280px) {

	div.menu_flex .wrap_menu li:nth-child(1){
		background-size: 640px;
		}

}

div.menu_flex .wrap_menu:nth-child(1) li:nth-child(1) { background-color: #E95446; }
div.menu_flex .wrap_menu:nth-child(2) li:nth-child(1) { background-color: #1D2088; }
div.menu_flex .wrap_menu:nth-child(3) li:nth-child(1) { background-color: #fff; }

div.menu_flex .wrap_menu:nth-child(1) li .menu_inner h3{ color: #E95446; }
div.menu_flex .wrap_menu:nth-child(2) li .menu_inner h3{ color: #1D2088; }
div.menu_flex .wrap_menu:nth-child(3) li .menu_inner h3{ color: #3496AF; }

div.menu_flex .wrap_menu:nth-child(3) li .menu_inner a{ display: none; }

.wrap_cases .bg_white{
	padding-top: 80px;
	text-align: center;
	padding-bottom:120px;
	}

section.wrap_contents.wrap_menu_ttl .wrap_cases .block_ttl{
		padding: 30px 0;
		}
section.wrap_contents.wrap_menu_ttl .wrap_cases .block_ttl p{
		background: red;
	}

div.menu_flex .wrap_menu li .menu_inner p{
	font-size: 1.6rem;
	line-height: 3.0rem;
	margin-bottom: 40px;
	}
div.menu_flex .wrap_menu li .menu_inner a{
	display: inline-block;
	font-size: 1.6rem;
	line-height: 3.0rem;
	}
div.menu_flex .wrap_menu li .menu_inner a img{
	vertical-align: middle;
	display: inline-block;
	margin-left: 20px;
	}

section.wrap_contents.wrap_cases_ttl{
	;
	}

.top_cases .slick-slide {
	display: block;
		margin-left: 10px; /* 左側に10pxのマージン */
		margin-right: 10px; /* 右側に10pxのマージン */
	}

.wrap_cases_index_list{
	max-width: 1080px;
	margin: 10px auto;
	background: #fff;
	padding-top: 40px;
	padding-bottom: 0px;
	width: calc(100% - 40px);
	}
.wrap_cases_index_list > ul {
	display: flex;
	flex-wrap: wrap;
	gap:30px;
	}
.wrap_cases_index_list ul li{
	/*width: calc((100% - 60px) / 3);*/
	background: #F6F6F6;
	margin: 0 20px;
	padding-bottom: 30px;
	height: 400px;
	}
.wrap_cases_index_list ul.slick-dots li{
	background: none;
	height: auto;
	margin: 0;
	padding: 0;
	}
.wrap_cases_index_list ul.slick-dots{
	bottom:-44px;
	}
.wrap_cases_index_list ul.slick-dots li{
	height: 20px;
	margin: 0 5px;
	}
.wrap_cases_index_list ul.slick-dots li.slick-active button:before{
	content: " ";
	font-weight: 600;
	font-size: 20px;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	border: 5px solid red;
	top:-1px;
	}

.wrap_cases_index_list ul li a{
	display: block;
	position: relative;
	}
.wrap_cases_index_list ul li a span.category{
	position: absolute;
	top:0;
	left: 0;
	font-size: 1.1rem;
	line-height: 1.8rem;
	font-weight: 600;
	background: #fff;
	padding: 5px 20px;
	display: inline-block;
	}
.wrap_cases_index_list ul li a:hover{
	text-decoration: none;
	}
.wrap_cases_index_list ul li a span.name_caces,
.wrap_cases_index_list ul li a span.summary_cases{
	padding: 0 20px;
	text-align: left;
	display: block;
	}
.wrap_cases_index_list ul li a span.name_caces{
	font-size: 1.6rem;
	line-height: 2.4rem;
	font-weight: 600;
	padding-top: 20px;
	padding-bottom: 5px;
	}
.wrap_cases_index_list ul li a span.summary_cases{
	font-size: 1.3rem;
	line-height: 2.4rem;
	padding-top: 5px;
	padding-bottom: 30px;
	height: 12rem;
	}

.wrap_cliant{
	max-width: 1280px;
	margin: 80px auto 0 auto;
	padding: 0;
	}
ul.list_cliant{
	display: flex;
	gap:30px;
	overflow: hidden;
	justify-content: center;
	}
ul.list_cliant li{
	width: calc((100% - 120px) / 5);
	}
ul.list_cliant#group1{
	width: calc( ((100% - 120px) / 5) *15 );
	}
ul.list_cliant#group2{
	width: calc( ((100% - 120px) / 5) *11 );
	margin-left: calc( ((100% - 120px) / 5) / -2);
	}
@keyframes infinity-scroll-left {
	from {
		transform: translateX(0%);
		}
	to {
		transform: translateX(-100%);
		}
	}
ul.list_cliant#group1{
  animation :infinity-scroll-left 80s infinite linear 0.5s both;
  }
ul.list_cliant#group2{
  animation :infinity-scroll-left 80s infinite linear 0.5s both;
  }


section.wrap_recruit{
	position: relative;
	margin-bottom: 80px;
	display: flex;
	align-items: center;
	}
section.wrap_recruit img{
	width: 100%;
	}

section.wrap_recruit .recruit_inner{
	margin: auto;
	margin-left: -50vw;
	padding: 0 100px;
	}
@media (max-width: 1115px) {
	section.wrap_recruit .recruit_inner{
		padding: 0 10px;
		}
}

section.wrap_recruit .recruit_inner h2{
	display: flex;
	gap: 20px;
	align-items: center;
	margin-bottom: 50px;
	}
section.wrap_recruit .recruit_inner h2 span:nth-child(1){
	font-size: 4.6rem;
	line-height: 4.6rem;
	font-family: Raleway;	
	font-weight: 400;
	}
section.wrap_recruit .recruit_inner h2 span:nth-child(2){
	font-family: Noto-sans;
	font-size: 1.6rem;
	}
section.wrap_recruit .recruit_inner p{
	font-size: 2.0rem;
	}
section.wrap_recruit .recruit_inner p strong{
	font-size: 3.1rem;
	line-height: 3.9rem;
	display: block;
	margin-bottom: 20px;
	color: #EA5446;
	
	}
section.wrap_recruit .recruit_inner a.btn_normal{

	}

section.wrap_company{
	background-repeat: no-repeat;
	background-size: contain;
	padding-top: 20%;
	background-color: #F5F5F5;
	padding-bottom: 40px;
	}
section.wrap_company .company_inner{
	max-width: 1160px;
	background: #fff;
	margin: 0 auto;
	padding: 80px 40px 40px 40px;
	min-height: 50vh;
	text-align: center;
	}
section.wrap_company .block_ttl{
	position: relative;
	}
section.wrap_company .block_ttl h2 {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 80px;
	}
section.wrap_company .block_ttl h2 span{
	font-size: 1.6rem;
	display: inline-block;
	font-family: Noto-sans;
	}
section.wrap_company .block_ttl h2 span:nth-child(1){
	font-size: 4.6rem;
	line-height: 4.6rem;
	font-family: Raleway;
	font-weight: 400;
	}
section.wrap_company .block_ttl h2 span:nth-child(2){

	}
section.wrap_company .block_ttl h2 span:nth-child(3){
	border-left: 1px solid #707070;
	padding-left: 10px;
	font-weight: 400;
	}
	
section.wrap_company .block_ttl{
	height: auto;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	max-width:1080px;
	}
section.wrap_company .block_ttl p{
	height: 1.3rem;
	margin: auto;
	top: 0;
	bottom: 0;
	}
section.wrap_company .block_ttl p{
	position: absolute;
	top: 0;
	right: 0;
	font-size: 1.3rem;
	}

section.wrap_company ul.list_company{
	display: flex;
	flex-wrap: wrap;
	max-width: 1080px;
	}
section.wrap_company ul.list_company li{
	width: calc(100% / 2);	
	font-size: 2.8rem;
	line-height: 2.8rem;
	border-bottom: 1px solid #D4D4D4;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-align: left;
	}
section.wrap_company ul.list_company li a{
	display: block;
	padding:40px 0;
	padding-right: 15px;
	position: relative;
	}
section.wrap_company ul.list_company li:nth-child(2n) a{
	padding-left: 15px;
	padding-right: 0;
	}

section.wrap_company ul.list_company li a strong{
	font-weight: normal;
	}
section.wrap_company ul.list_company li a span{
	position: absolute;
	font-size: 1.2rem;
	line-height: 2.4rem;
	top:0; bottom:0;
	right: 20px;
	height: 24px;
	margin: auto;
	font-weight: 600;
	}

section.wrap_news{
	padding: 80px 40px 120px 40px;
	}

section.wrap_news .btn_normal{
	margin: 0;
	padding: 0;
	height: 30px;
	line-height: 30px!important;
	border-radius: 15px;
	font-size: 1.3rem;
	}
section.wrap_news .block_ttl p{
	margin: 0;
	padding: 0;
	position: absolute;
	top:0;
	right: 0;
	}
section.wrap_news .wrap_news_index_list{
	max-width: 750px;
	margin: 0 auto;
	}
section.wrap_news .wrap_news_index_list ul li{
	font-size: 1.4rem;
	line-height: 2.4rem;
	}
section.wrap_news .wrap_news_index_list ul li a{
	display: block;
	padding: 20px;
	border-bottom: 1px solid #D4D4D4;
	}
section.wrap_news .wrap_news_index_list ul li a:hover{
	text-decoration: none;
	}
section.wrap_news .wrap_news_index_list ul li span.date_news{
	font-size: 1.4rem;
	line-height: 1.8rem;
	color: #ABABAB;
	display: block;
	margin-bottom: 10px;
	}

section.wrap_news .wrap_news_index_list ul li span.title_news{
	font-size: 1.8rem;
	}
section.wrap_news .wrap_news_index_list ul li a:hover span.title_news{
	text-decoration: underline;
	}















/*
=============== アニメーション初期設定
*/

section.wrap_animation{
	width: 100%;
	overflow: hidden; /* video要素がはみ出しても表示されないように */
	margin: 0 0 120px 0;
	}
section.wrap_animation video{
	width: 100%;
	height: auto; /* アスペクト比を保持する */
	display: block; /* 余分なマージンを除去 */
	}
section.wrap_animation ul.vis_animation{
	margin-top: 20vh;
	overflow: hidden;
	}
section.wrap_animation ul.vis_animation li{
	text-align: center;
	height: 120vh;
	position: relative;
	}
section.wrap_animation ul.vis_animation li img{
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	}


@media (max-width: 768px) {

/* スマホでのハミ出しを処理 */

section.wrap_cases_ttl{

	}


/*ここから最適化*/

section.wrap_contents{
	padding-bottom: 80px;
	}

section.feature{

	}
section.feature ul.wrap_feature{
	display: block;
	max-width: calc(100% - 40px);
	}
section.feature ul.wrap_feature li{
	margin: 0 0 80px 0;
	padding: 0;
	}
section.feature ul.wrap_feature li:last-child{
	margin-bottom: 0;
	}
section.feature ul.wrap_feature li img{
	border: none;
	}
section.feature ul.wrap_feature li strong{
	font-size: 2.4rem;
	}
section.feature ul.wrap_feature li span{
	font-size: 1.4rem;
	}

section.wrap_menu_ttl.wrap_contents{
	background: #fff;
	padding-bottom: 40px;
	}

section.wrap_contents .block_ttl{
	margin-bottom: 20px;
	}

section.wrap_contents h2{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	}
section.wrap_contents h2 span{
	display: block;
	}
section.wrap_contents h2 span:nth-child(1){
	font-size: 3.2rem;
	margin-right: 10px;
	}
section.wrap_contents h2 span:nth-child(2){
	font-size: 1.0rem;
	}
section.wrap_contents h2 span:nth-child(3){
	width: 100%;
	font-size: 1.4rem;
	line-height: 2.8rem;
	padding-left: 0;
	margin-top: 0;
	border: none;
	}
section.wrap_contents h2 span:nth-child(3) br{
	display: none;
	}

section.wrap_contents.wrap_menu_ttl .wrap_cases .block_ttl{
	padding-top: 0;
	}

/* 画像サイズ*/
img.fig_method{
	max-width: calc(100% - 80px);
	}
div.menu_flex .wrap_menu:last-child{
	margin-bottom: 0;
	}

div.menu_flex .wrap_menu li:nth-child(2n){
	padding: 30px 20px;
	}
div.menu_flex .wrap_menu li .menu_inner{
	padding: 0;
	}
div.menu_flex .wrap_menu li .menu_inner h3{
	font-size: 2.4rem;
	line-height: 2.4rem;
	}
div.menu_flex .wrap_menu li .menu_inner p{
	font-size: 1.4rem;
	line-height: 2.4rem;
	margin-top: 30px;
	}
div.menu_flex .wrap_menu li .menu_inner p br{
	display: none;
	}
section.wrap_contents.wrap_cases_ttl .wrap_cases .bg_white{
	padding-top: 0;
	padding-bottom: 0;
	}

section.wrap_cases_ttl{
	overflow: hidden;
	padding-bottom: 0;
	margin-bottom: 80px;
	}

section.wrap_contents.wrap_cases_ttl .wrap_cases_index_list{
	background: #F6F6F6;
	width: auto;
	margin: 80px 0 40px 0;
	padding-top: 0;
	}
section.wrap_contents.wrap_cases_ttl .wrap_cases_index_list ul li{
	margin: 0;
	}
.wrap_cases_index_list ul.slick-dots{
	bottom:-34px;
	}

.wrap_cases_index_list ul li,
.wrap_cases_index_list ul li a span.summary_cases{
	height: auto;
	}
.wrap_cases_index_list ul li a span.summary_cases.fade-text{
	background: none;
	color: #333333;
	}

.wrap_cliant{
	margin-top: 40px;
	}
ul.list_cliant{
	width: calc(100% - 40px);
	}
ul.list_cliant li{
	width: calc((100% - 20px) / 3);
	}

section.wrap_recruit{
	display: block;
	width: calc(100% - 40px);
	margin: 0 auto 80px auto;
	}
section.wrap_recruit .recruit_inner{
	margin: 30px auto 0 auto;
	padding: 0;
	display: block;
	text-align: center;
	}
section.wrap_recruit .recruit_inner h2{
	display: block;
	margin-bottom: 30px;
	text-align: left;
	}
section.wrap_recruit .recruit_inner h2 span:nth-child(1){
	font-size: 3.2rem;
	margin-right: 10px;
	}
section.wrap_recruit .recruit_inner h2 span:nth-child(2){
	font-size: 1.0rem;
	}
section.wrap_recruit .recruit_inner p{
	margin-top: 30px;
	font-size: 1.4rem;
	line-height: 2.4rem;
	text-align: left;
	}
section.wrap_recruit .recruit_inner p strong{
	font-size: 2.4rem;
	line-height: 2.4rem;
	margin-bottom: 30px;
	}
section.wrap_recruit .recruit_inner a.btn_normal{
	margin-bottom: 0;
	}


section.wrap_company{
	padding-top: 170px;
	padding-bottom: 0;
	background-size: 150%;
	background-position: top center;
	margin-bottom: 80px;
	}

section.wrap_company .company_inner{
	padding: 30px 20px 40px 20px;
	}

section.wrap_company .block_ttl h2{
		display: block;
		margin-bottom: 0;
		}
section.wrap_company .block_ttl h2 span:nth-child(1){
	font-size: 3.2rem;
	margin-right: 10px;
	}
section.wrap_company .block_ttl h2 span:nth-child(2){
	font-size: 1.0rem;
	}
section.wrap_company .block_ttl h2 span:nth-child(3){
	display: block;
	width: auto;
	font-size: 1.4rem;
	line-height: 2.8rem;
	padding-left: 0;
	margin-top: 20px;
	border: none;
	}
section.wrap_company .block_ttl h2 span:nth-child(3) br{
	display: none;
	}

section.wrap_company ul.list_company{
	display: block;
	margin-top: 40px;
	}
section.wrap_company ul.list_company li{
	width: auto;
	}
section.wrap_company ul.list_company li a{
	padding: 10px 0;
	}
section.wrap_company ul.list_company li:nth-child(2n) a{
	padding-left: 0;
	}
section.wrap_company ul.list_company li:last-child{

	margin-bottom: 0;
	}
section.wrap_company ul.list_company li a strong{
	font-size: 2.0rem;
	line-height: 3.0rem;
	}
section.wrap_company ul.list_company li a img{
	display: block;
	position: absolute;
	top:12px;
	right: 0;
	}
section.wrap_company .company_inner{
		padding-bottom: 0;
	}
section.wrap_company .company_inner .btn_normal{
		margin-bottom: 0;
	}

section.wrap_news{
	padding: 0px 20px 80px 20px;
	}
section.wrap_contents.wrap_news .block_ttl{
	width: auto;
	}
section.wrap_news .wrap_news_index_list ul li a{
	padding: 20px 0;
	}

section.wrap_news .wrap_news_index_list ul li span.title_news{
	font-size: 1.4rem;
	line-height: 2.8rem;
	}
section.wrap_news .wrap_news_index_list.wrap_news_index_list .news_index_list{
	margin-bottom: 40px;
	}
section.wrap_news .wrap_news_index_list.wrap_news_index_list .wrap_btn{
	text-align: center;
	margin: 20px 0 0 0;
	}

#page_frontpage ul.list_cliant#group1,
#page_frontpage ul.list_cliant#group2{
	width: calc(100% - 40px);
	flex-wrap: wrap;
	margin: 0 auto;
	gap: 10px;
	}
#page_frontpage ul.list_cliant li{
	width: calc((100% - 20px) / 3);
	width: calc((100% - 10px) / 2);
	display: inline-block;
	}
#page_frontpage ul.list_cliant#group1{
  animation :none;
  }
#page_frontpage ul.list_cliant#group2{
  animation :none;
  }



}
