@charset "UTF-8";
/* color
*********************************************/

/*基本CSSの設定*/
body{
	font-family: "メイリオ", "Meiryo", sans-serif;
	text-size-adjust: 100%;
	font-size: 62.5%;
	line-height: 1.6;
	color: #4d4d4d;
	background: #fff;
}

@media (min-width: 768px) and (max-width: 1280px) {
	html {
		font-size: 1.4vw;
	}}

@media screen and (max-width: 767px) {
	html {font-size: 0.6rem;}
}

html{
	scroll-behavior: smooth;
}

a:hover{
	text-decoration: underline;
}

/*******************************:*/

.body-wrapper{
	position: relative;
}

.headers_wrapper{
	position: relative;
	z-index: 9100;
}

/* 共通)ヘッダーエリアの設定*/
.header_row {
	position: fixed;
	top: 0;

	width: 100%;
	padding: 1.5rem 1rem 1.5rem;

	background-color: transparent;
	display: flex;
	align-items: center;
}
.header_bkg_on .header_row {
	background-color: #036d65;
}

.sp-header_row{
	position: fixed;
	top: 0;

	width: 100%;
	padding: 1.5rem 1rem 1.5rem;
	/*padding: 15px 10px 15px;*/
	display: block;
	background-color: transparent;

	display: flex;
	justify-content: space-between;
}
.header_bkg_on .sp-header_row {
	background-color: #036d65;
}

.sp-header_row_logo{
	margin: 0;
	padding: 0;
	width: 18%;
	max-width: 100px;
}

/*.sp-header_row_logo_link{*/
/*	width: 100%;*/
/*}*/

.sp-header_row_logo_img{
	width: 100%;
}


/*
.sp-menu-open-btn {
	position: absolute;
	right: 1rem;
	top: 1rem;
}
*/


.sp-menu-btn {
	display: block;
	position: relative;
	width: 46px;
	height: 46px;
}

.sp-menu-btn__link {
	display: block;
	width: 100%;
	height: 100%;
	/*width: 40px;*/
	/*height: 40px;*/
	background-repeat: no-repeat;
	background-position: center 8px;
	background-image: url("../img/menu_icon.png");
	background-color: #2E2E2E;
	text-align: center;
}

.sp-menu-btn__link_text {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 2px;
	color: #fff;
	font-size: 8px;
	text-decoration: none;
}

.sp-menu_wrapper{
	display: none;
}

.sp-menu_wrapper{
	height: 100%;
	position: fixed;
	top: 0;
	right: -200px;
	text-align: left;
	z-index: 9500;
	box-shadow: -1px 0px 3px #ccc;
	-webkit-box-shadow: -1px 0px 3px #ccc;
	-moz-box-shadow: -1px 0px 3px #ccc;
	background-color: #eee;
	background-color: #eee;
	margin-top: 0px;
	padding: 1.5rem 1rem 1.5rem;
}

.sp-menu_top_area{
	height: 50px;
}

.sp-menu-close-btn{
	float: right;
}

.sp-menu_link_list{
	padding: 1rem;
}
.sp-menu_link_item{
	font-size: 12px;
	margin: 1rem 0rem 1rem 0rem;
}

@media (max-width: 710px) {
	.header_row{ display: none; }
}
@media (min-width: 711px) {
	.sp-header_row{ display: none; }
}

.logo {
	margin: 0; padding: 0;
}

ul.gnav_group {
	list-style: none;
	margin: 0;
	display: flex;
}

.gnav_list{
	margin: 0 0 0 3.5rem;
	font-size: 16px;
	color: #fff;
}

@media (max-width: 880px) {
	.gnav_list{
		margin: 0 0 0 2rem;
		font-size: 14px;
	}
}


.navigation {
	margin: 0 0 0 auto;
}


.header_request {
	margin-left:3rem;
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	padding: 0.8rem 2.5rem;
	color: #fff;
	width: 200px;
	height: 50px;
	border-radius: 10vh;
	background: #bf2870;
}

.btnStyle img {
	width: 20px;
	height: auto;
	vertical-align: middle;
}

.header_request_label{
	margin: 0 0 0 1rem;
}

.header_request{
	text-align: center;
}

.header_request:hover {
	background: #d868a9;
	text-decoration: none;
}

.header_request a:hover {
	text-decoration: none;
}



.mainvisual_image img{
	width: 100%;
	height: auto;
}
.mainvisual_image{
	/*max-width: 1700px;*/
	margin: auto;
}



/* お悩み設定*/
.theme{
	margin: 7rem 0 0 0;
}
.theme_title{
	font-size: 2.2rem;
	text-align: center;
	margin-bottom: 1.5rem;
}

.theme_list{
	background: #edf4f7;
	border-radius:20px;
	max-width: 1000px;
	padding: 3.5rem 0;
	margin: auto;
}

.theme_lineup{
	font-size: 1.5rem;
	padding-bottom: 1.7rem;
	padding-left: 7rem;
	position: relative;
}

.theme_lineup:before {
	content: "";
	position: absolute;
	top: .4em;
	left: 2.8em;
	width: 1rem;
	height: 1rem;
	background-color: #119995;
	border-radius: 100%;

}

.theme_lineup .highlight{
	font-weight: bold;
	background: linear-gradient(transparent 50%, #ffff66 0%);
	line-height: 1.3em;
}



@media (min-width: 768px) and (max-width: 1280px) {
	.theme_list{width: 75%;}
	.theme_lineup{padding-right: 4rem;
	}
}

@media screen and (max-width: 767px) {
	.theme{	margin: 3rem 0 0 0;	}
	.theme_list{width: 85%;}
	.theme_lineup{padding-right: 4rem;
	}
}

/*選ばれている理由*/
.features .arrow{
	max-width: 185px;
	margin: 0 auto;
}

.features .arrow img{
	width: 100%;}

@media screen and (max-width: 767px) {
	/*.features .arrow img{*/
	/*	width: 70%;*/
	/*}*/
	.features .arrow{
		max-width: 130px;
	}

}

.features_h2{
	font-size: 2.2rem;
	margin:3rem 0 ;
	text-align: center;
}

.features_inner{
	background:#edf4f7;
	padding-bottom: 5rem;
}

.features_title_back{
	max-width: 625px;
	margin: auto;
	padding-top: 3rem;
}
.features_title_back img{
	width: 100%;}

.features_title{
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	margin-top: -1rem;
	padding-bottom: 5rem;
}

@media (min-width: 768px) and (max-width: 1280px) {
	.features_title_back{
		width: 45%;	}
}

@media screen and (max-width: 767px) {
	.features_title_back{width: 70%;}
	.features_title{margin:0 7rem;padding-bottom: 2rem;}
}


.features{
	margin-bottom: 5rem;
	font-size: 1.2rem;
}

.features01_t{max-width: 1200px;margin: 3rem auto 0;}
.features01_title{
	font-size: 2.3rem;
	font-weight: bold;
	color:#036d65;
	line-height: 3.2rem;
}

.features01_subtitle{
	font-size: 1.7rem;
	font-weight: bold;
	color:#036d65;
	line-height: 2.5rem;
}


.features01{
	display: grid;
	max-width: 1200px;margin: 0 auto 0;
	grid-template-columns:  1.5fr 1fr;
	grid-template-rows: 1fr;
	gap: 50px;
}


.features01_text{
	margin: 1.5rem 0 0 0 ;
	line-height: 2.3rem;
}

.features01_text span{font-weight: bold;}

.pict01{}

@media screen and (max-width: 1350px)
{	.features01_t{width: 80%;text-align: center;margin-top: 1rem;}
	.features01_subtitle{text-align: left;}
	.features01{width:80%;text-align: center;
		grid-template-columns: 1fr; grid-row-gap: 20px;
	}
	.features01_title{text-align: left;}
	.features01_text{text-align:left;font-size: 1.5rem;}
	.pict01{grid-row: 3;}
	.pict01 img{width: 60%;}
}




.features02{display: grid;
	max-width: 1200px;margin: 7rem auto 0;
	grid-template-columns: 1fr 1.5fr;
	grid-template-rows: 1fr;
	gap: 50px; }

.pict02{grid-row: 1;}

.features02_title{
	font-size: 2.3rem;
	font-weight: bold;
	color:#036d65;
	line-height: 3.2rem;
}

.features02_text{
	margin: 1.5rem 0 0 0 ;
	line-height: 2.3rem;
}

.features02_text span{font-weight: bold;}

@media screen and (max-width: 1350px)
{.features02{width:80%;text-align: center;
	grid-template-columns: 1fr; grid-row-gap: 20px;
}
	.features02_title{text-align: left;}
	.features02_text{text-align:left;font-size: 1.5rem;}
	.pict02{grid-row: 3;}
	.pict02 img{width: 100%;}
}


.features03{display: grid;
	max-width: 1200px;margin: 7rem auto 0;
	grid-template-columns: 1.5fr 1fr;
	grid-template-rows: 1fr;
	gap: 0px; }

.features03_title{
	font-size: 2.3rem;
	font-weight: bold;
	color:#036d65;
	line-height: 3.2rem;
}

.features03_text{
	margin: 1.5rem 3rem 0 0rem;
	line-height: 2.3rem;
}

.features03_text span{font-weight: bold;}



@media screen and (max-width: 1350px)
{.features03{width:80%;text-align: center;
	grid-template-columns: 1fr; grid-row-gap: 20px;
}
	.features03_title{text-align: left;}
	.features03_text{text-align:left;font-size: 1.5rem;margin-right: 0;}
	.pict03{grid-row: 3;}
	.pict03 img{width: 100%;}
}


.features04{display: grid;
	max-width: 1200px;margin: 7rem auto 0;
	grid-template-columns: 1fr 1.5fr;
	grid-template-rows: 1fr;
	gap: 50px;
}

.features04_title{
	font-size: 2.3rem;
	font-weight: bold;
	color:#036d65;
	line-height: 3.2rem;
}

.features04_text{
	margin: 1.5rem 0 0 0 ;
	line-height: 2.3rem;
}

.features04_text span{font-weight: bold;}

.pict04{grid-row: 1;}

@media screen and (max-width: 1350px)
{.features04{width:80%;text-align: center;
	grid-template-columns: 1fr; grid-row-gap: 20px;
}
	.features04_title{text-align: left;}
	.features04_text{text-align:left;font-size: 1.5rem;}
	.pict04{grid-row: 3;}
	.pict04 img{width: 60%;}
}


/*概要*/
.overview_title_back{
	max-width: 651px;
	margin: auto;
}
.overview_title_back img{
	width: 100%;}

.overview_title{
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	margin-top: -1rem;
	padding-bottom: 4rem;
}

@media (min-width: 768px) and (max-width: 1280px) {
	.overview_title_back{
		width: 45%;	}
}

@media screen and (max-width: 767px) {
	.overview_title_back{width: 70%;}
}

.overview-c{
	max-width: 1000px;
	margin: auto;
}

.overview-s{
	max-width: 690px;
	font-size: 1.5rem;
	margin: 0 auto;
}

.overview_wrap{
	background:  #edf4f7;
	border-radius:20px;
	max-width: 1000px;
	padding: 3rem 0;
	margin:2rem auto;
}

.overview_Automation{
	max-width: 500px;
	margin: 0 auto;
}

.overview_Automation_title{
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}

.overview_Automation_l{
	font-size: 1.2rem;
	line-height: 1.7rem;
	padding-bottom: 1.7rem;
	padding-left: 2em;
	position: relative;
}

.overview_Automation_l:before {
	content: "";
	position: absolute;
	top:0.2em;
	left: 0em;
	width: 1rem;
	height: 1rem;
	background-color: #119995;
	border-radius: 100%;
}

.overview_Automation_cmmnt{font-size:0.9rem;text-align: right;}

.overview_lineup_l{max-width: 1450px;margin:7rem auto;
	display: grid;
	gap:2rem;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	place-items: center;}

.overview_lineup {
	max-width: 465px;
}
.overview_lineup img{
	width: 100%;}

.overview_lineup p{font-size: 1rem;text-align: center;}

@media (min-width: 768px) and (max-width: 1280px) {
	.overview_wrap{width: 80%;}
	.overview_lineup_l{margin: 6rem;}
}

@media screen and (max-width: 767px) {
	.overview_wrap{width: 80%;	}
	.overview_Automation{width: 80%;}
	.overview-s{width: 85%;}
	.overview_Automation_l{font-size: 1.5rem;}
	.overview_lineup_l{max-width: 700px;text-align: center;}
	.overview_lineup img{width: 80%;}
	.overview_lineup p{font-size: 1.3rem;}
}

.overview_h2{font-size: 2rem;
	margin:3rem 0 ;
	text-align: center;}

@media screen and (max-width: 767px) {
	.overview_h2 {
		margin: 0 4rem;
	}
}


/*お問合せボタン*/
.overview_btnWrap{
	position: relative;
	max-width: 542px;
	height: 117px;
	margin: 0rem auto 10rem;
	display: block;
	overflow: hidden;
	cursor: pointer;
}

.overview_btnWrap img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.overview_btnWrap:hover img:nth-of-type(2) {
	opacity: 0;
}

@media screen and (max-width: 767px){
	.overview_btnWrap img{width: 80%;}
	.overview_btnWrap{margin-bottom: 4rem;	}
}
@media (min-width: 768px) and (max-width: 1280px) {
	.overview_btnWrap img{	width: 70%;}
	.overview_btnWrap{margin-bottom: 6rem;	}
}




/*お客様の声*/
.review{margin-bottom: 10rem;}

.review_title_back{
	max-width: 477px;
	margin: auto;
}
.review_title_back img{
	width: 100%;}

.review_title{
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	margin-top: -1rem;
	padding-bottom: 4rem;
}

@media (min-width: 768px) and (max-width: 1280px) {
	.review_title_back{width: 35%;}
}
@media screen and (max-width: 767px) {
	.review_title_back{width: 60%;}
}

.review_list{
	display: flex;
	gap:1.5rem;
	flex-wrap: wrap;
	align-content: space-between;
	/*max-width: 1700px;*/
	justify-content: center;
}

.review_lineup{
	max-width: 370px;
	background-color: #edf4f7;border-radius:20px;
}

.cstmr{text-align: center;}
.review_name{font-size: 2rem;padding: 3rem 0 1rem;}
.cstmr_img{max-width: 70px;}
.review_lineup p{font-size: 1.1rem;padding: 2rem 2.5rem 4rem;}
.review_lineup span{font-weight: bold;
	background: linear-gradient(transparent 50%, #ffff66 0%);
	line-height: 1.3em;}

@media screen and (max-width: 767px) {
	.review_lineup{margin: 0 4rem;}
	.review_lineup p{font-size:1.5rem;}
}


/*動画*/
.movie{
	background: url("../img/background@2x.png");
	background-size: cover;
	width: 100%;
	height: auto;
	margin: 6rem 0;
}

.movie_title_back{
	max-width: 400px;
	margin: auto;
	padding-top: 5rem;
}
.movie_title_back img{
	width: 100%;}

.movie_title{
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	margin-top: -1rem;
	padding-bottom: 5rem;
}

@media (min-width: 768px) and (max-width: 1280px) {
	.movie_title_back{
		width: 35%;	}
}

@media screen and (max-width: 767px) {
	.movie_title_back{width: 50%;}
}


.youtube{
	text-align: center;
	padding: 0rem 0 10rem;
}
.youtube iframe{
	max-width: 100%;
}

.youtube-frm{padding: 1rem;}


@media screen and (max-width: 767px) {
	.youtube iframe{width: 85%;}
}

/*導入までの流れ*/

.flow_title_back{
	max-width: 355px;
	margin: auto;
	padding-top: 2rem;
}
.flow_title_back img{
	width: 100%;}

.flow_title{
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	margin-top: -1rem;
	padding-bottom: 5rem;
}

@media (min-width: 768px) and (max-width: 1280px) {
	.flow_title_back{
		width: 30%;	}
}

@media screen and (max-width: 767px) {
	.flow_title_back{width: 45%;}
}

.flow_text{
	max-width: 670px;
	margin: 0 auto 5rem	;
	font-size: 1.1rem;  }

@media screen and (max-width: 767px) {
	.flow_text{font-size: 1.5rem;}
}

.flow_textArea{display:flex;
	flex-wrap: wrap;
	margin-bottom: 2.3rem;
}

.flow_textArea_icon{
	max-width: 106px;
	margin-right: 1.5rem;
}

.flow_textArea_icon img{
	width: 100%;
}

.flow .ttl{
	font-size: 1.3em;
	color: #036d65;
}

.txt{
	color: #191919;
	background-color: #edf4f7;
	border-radius: 10px;
	width: 520px;
	padding: 15px 20px;
}

@media screen and (max-width: 767px) {
	.flow_textArea_icon img{
		width: 15vw;
		margin-left: 5vw;
	}
	.flow .ttl{
		font-size: 1.2em;}
	.txt{width: 70vw;
		padding: 15px;}
}


.flow_btnWrap{
	position: relative;
	max-width: 542px;
	height: 117px;
	margin: 0rem auto 10rem;
	display: block;
	overflow: hidden;
	cursor: pointer;
}

.flow_btnWrap img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.flow_btnWrap:hover img:nth-of-type(2) {
	opacity: 0;
}

@media screen and (max-width: 767px){
	.flow_btnWrap img{width: 80%;}
	.flow_btnWrap{margin-bottom: -8rem;	}
}
@media (min-width: 768px) and (max-width: 1280px) {
	.flow_btnWrap img{	width: 70%;}
	.flow_btnWrap{margin-bottom: 6rem;	}
}


/*お問合せ*/

.inquiry{
	background-color: #036d65;
	padding: 70px 0 100px;
	margin: 100px 0 0;
	text-align: center;
}

.inquiry_title{
	color: #FFFFFF;
	font-size: 2rem;
	font-weight: 500;
	text-align: center;
	padding: 0 0 4rem;
}

@media screen and (max-width: 767px){.inquiry{padding: 30px 0;}.inquiry_title{padding: 0 0 1rem;}}

.inquiry_list_block{/*ネットと電話横並び*/
	display: flex;
	justify-content: center;
	width: 70%;
	margin: 0 auto;
}
@media screen and (max-width: 490px) {
	.inquiry_list_block{
		flex-wrap: wrap;
	}
}

.inquiry_list{/*白線*/
	padding: 2em;
	border: 1.5px solid #fff;
	border-radius: 13px;
}

.inquiry_list_title b {/*カテゴリタイトル*/
	background: #036d65;
	color: #fff;
	display: inline-block;
	padding: 0 1rem;
	font-size: 2em;
}

.inquiry_list_title {/*カテゴリタイトルの白線のせ*/
	position: absolute;
	width: 100%;
	top: -1.2rem;
	left: 0;
	text-align: center;}

.inquiry_list {/*カテゴリタイトル設定*/
	position: relative;
	margin: 2rem 1rem;
	text-align: center;
	max-width: 43rem;
	min-width: 22rem;
	width: 100%;
}

.inquiry_list_dd {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	/*text-align: center;*/
	/*vertical-align: middle;*/
}

@media screen and (max-width: 490px) {
	.inquiry_list_dd{
		height: 10rem;
	}
}

.inquiry_list_net_block{
	width: 14rem;
	height: 10rem;
}

.inquiry_list_net{
	display: flex;
	flex-wrap: wrap;
	align-content: space-around;
	height: 100%;
}

.inquiry_list_net_item_link{
	display: block;
	line-height: 3rem;
	text-align: center;
	font-weight: 700;
	font-size: 1.2rem;
	border-radius: 2rem;

	width: 100%;

	margin: 1rem;
}

@media screen and (min-width: 1400px) {
	.inquiry_list_net_block{
		width: 100%;
	}
	.inquiry_list_net{
		flex-wrap: nowrap;
		align-items: center;
		justify-content: space-around;
	}
	.inquiry_list_net_item_link{
		width: 14rem;
		height: 3rem;
	}

}

.inquiry_list_net_item_link.pamphlet{
	background: #caddda;
	color: #036d65;
	/*padding: 10px 20px;*/
}
.inquiry_list_net_item_link.pamphlet:hover{
	text-decoration: none;
	background-color: #edf4f7;
}

.inquiry_list_net_item_link.otoiawase{
	background-color: #edf4f7;
	color: #036d65;
	/*padding: 10px 60px;*/
}
.inquiry_list_net_item_link.otoiawase:hover{
	text-decoration: none;
	background-color: #ffffff;
}

.inquiry_list_tel_link {/*電話番号*/
	font-size: 2.5rem;
	color: #fff;
	/*line-height:150px;*/
}

/*会社概要*/

.company{
	background-image: url("../img/bg_2.png");
}

.company_title{
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	padding: 5rem 0 3rem;
}

.company_award_list{
	max-width:900px;
	margin: 0 auto 3rem;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:3em;
}

.award_card{
	width: 40%;
	max-width: 230px;
}
.award_card img{
	width: 100%;
}

.company_table{
	max-width: 660px;
}


.company_inner{
	display: flex;
	flex-wrap: wrap;
	gap:0 2rem;
	padding-bottom: 5rem;
	justify-content:center;
}


.company_table td, .company_table th {
	padding: 1rem 2.5rem;
	border-top: 1px solid #dadbdb;
	border-bottom: 1px solid #dadbdb;
	text-align: left;
	vertical-align: middle;
	font-size: 1rem;
	letter-spacing: .1em;
}
@media screen and (max-width: 767px) {
	.company_table td, .company_table th{font-size: 1.3rem;}
	.company_table{margin-bottom: 2rem;}
}

/*フッター*/

.footer{
	text-align: center;
}


.footer-info{
	margin: 30px 0 20px;
}

.logo-g{
	margin: 20px 0 10px;
}

.logo-g_image{
	width: 100px;
}

.company_name{
	font-size: 16px;
}
.corporate-site_link{
	color: #036d65;
	font-size: 13px;
	margin-top: 12px;
}

.copyright{
	background: #036d65;
	color: #fff;
	height: 35px;
	font-size: 0.7rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* 上に戻る */

.gotop{
	display: block;
	width: 60px;
	height: 60px;
	box-sizing: border-box;
	background: #036d65;
	position: fixed;
	bottom: 50px;
	right: 20px;
	z-index: 10000;
}
.gotop::before{
	content: "";
	display: block;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	width: 30%;
	height: 30%;
	top: 40%;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	transform: rotate(-45deg);
}
.gotop:hover{
	opacity: 1;
}
@media(max-width:750px){
	.gotop{
		width: 40px;
		height: 40px;
		text-indent: -9999px;
		opacity: 1;
		border: none;
		/*background: none;*/
		bottom: 10px;
		right: 10px;
	}
	.gotop::before{
		bottom: 0;
		top: 20%;
	}
}


.logo-image-1 {
	width: 112px;
}
