@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_wrapper{
	position: fixed;
	top: 0;

	width: 100%;
}

.header_row {
	width: 100%;
	/*max-width: 1700px;*/
	margin: auto;

	padding: 1.5rem 1rem 1.5rem;

	background-color: transparent;
	display: flex;
	align-items: center;
}
.header_bkg_on .header_row {
	color: #eee;
	background-color: #1c78c4;
}

.logo-image-1 {
	width: 112px;
}
.header_bkg_on .header_row .logo-image-1 {
	display: none;
}

.logo-image-2 {
	display: none;
}
.header_bkg_on .header_row .logo-image-2 {
	display: inline;
	width: 112px;
}

.header_bkg_on .header_row a{
	color: #eee;
}

.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: #1c78c4;
}

.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%;
}

.header_bkg_on .sp-header_row_logo_img {
	display: none;
}

.sp-header_row_logo_img2{
	display: none;
	width: 100px;
}
.header_bkg_on .sp-header_row_logo_img2 {
	display: inline;
}

/*
.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: #000;
	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: #333;
}

@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;
}

.header_request:hover {
	background: #d868a9;
	text-decoration: none;
}

.header_request a:hover {
	text-decoration: none;
}

.btnStyle img {
	width: 20px;
	height: auto;
	vertical-align: middle;
}

.header_request_label{
	margin: 0 0 0 1rem;
}

.header_request{
	text-align: center;
}

.mainvisual{
	background: linear-gradient(#1c78c4, #fff);
}


.mainvisual_image img{
	width: 100%;
	height: auto;
}
.mainvisual_image{
	/*max-width: 1700px;*/
	margin: auto;
}



/* お悩み*/
.theme{
	margin: 10rem 0 0 0;
	background: #fff;
}
.theme_title{
	max-width: 730px;
	margin: auto;
	position:  relative;
	top: -3rem;
}

.theme_title img{
	width: 100%;}

@media (min-width: 768px) and (max-width: 1280px) {
	.theme{margin-top: 7rem;}
}
@media screen and (max-width: 767px) {
	.theme{margin-top: 6rem;}
}

@media (min-width: 768px) and (max-width: 1280px) {
	.theme_title{width: 45%;}
}
@media screen and (max-width: 767px) {
	.theme_title{width: 80%;}
}


.theme_list{
	display: flex;
	gap:1.5rem;
	flex-wrap: wrap;
	align-content: space-between;
	justify-content: center;
	max-width: 1300px;
	margin: auto;
	padding-bottom: 2rem;
}

.theme_lineup{
	max-width: 330px;
}
.theme_lineup img{
	width: 100%;
}

@media (min-width: 768px) and (max-width: 1280px) {
	.theme_lineup{
		width: 25%;
	}
}

@media screen and (max-width: 767px) {
	.theme_lineup{
		min-width: 200px;
		width: 25%;
	}
}

/*4つの強み*/
.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: 100px;
	}

}

.features_h2{
	font-size: 2.2rem;
	margin:2rem 0 3rem;
	text-align: center;
}

.features_title_back{
	max-width: 624px;
	margin: auto;
	margin-bottom: -1.5rem;
}
.features_title_back img{
	width: 100%;
}

.features_title{
	max-width: 730px;
	margin: auto;
	margin-bottom: 5rem;
	}

.features_title img{
	width: 100%;}


@media (min-width: 768px) and (max-width: 1280px) {
	.features_title_back{
		width: 40%;}
	.features_title{
		width: 45%;margin-top: 0.5rem;	}
}

@media screen and (max-width: 767px) {
	.features_title_back{width: 70%;	}
	.features_title{width: 80%;margin-top: 0.5rem;}
}

.features{
	margin-bottom: 5rem;
	font-size: 1.2rem;
	font-weight: 530;
	}
.features_bg{
	background: url("../img/background1.png");
	background-size: cover;
	width: 100%;
	height: auto;
	margin-top: -120px;
	}

.features_list{
	padding-top: 150px;
}

@media (min-width: 768px) and (max-width: 1280px) {
	.features_bg{margin-top: -80px;}
	.features_list{padding-top: 7rem;}
	}

@media screen and (max-width: 767px) {
	.features_bg{margin-top: -80px;	}
	.features_list{padding-top: 7rem;}
}


.features01{
	display:flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	max-width: 1200px;
	margin: 0 auto;
	}

.text01{
	margin-left: 35px;
	max-width: 700px;
}
.features01_title{
	max-width: 647px;
}
.features01_title img{
	width: 100%;
}

.features01_text{
	margin: 1.5rem 0 0 0;
	line-height: 2.3rem;
}

.pict01 {
	max-width: 465px;
		}
.pict01 img{
	width: 100%;
	
}

/* ★★要確認★★　647+590 →700+465 px + 10 margin? = で */
@media screen and (max-width: 1350px) {
	.features01{
		justify-content: center;			}
	.features01_title img{width: 90%;}
	.features01_text{font-size: 1.5rem;line-height: 3rem;width: 90%;}
	.pict01 {margin-top: 3rem;text-align: center;}
	.pict01 img{width: 90%;	}
}


.features02{
	display:flex;
	flex-direction: reverse;
	max-width: 1200px;
	margin: 5rem auto 0;
}

.text02{
	margin-right: 35px;
	max-width: 700px;
}
.features02_title{
	max-width: 537px;
}

.features02_title img{
	width: 100%;
}

.features02_text{
	margin: 1.5rem 0 0 0 ;
	line-height: 2.3rem;
}

.pict02 {
	max-width: 465px;
	margin-right: auto;}

.pict02 img{
	width: 100%;
}

@media screen and (max-width: 1350px) {
	.features02{
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: center;
	}
	
	.features02_title img{width: 90%;margin-left: 3rem;}
	.features02_text{font-size: 1.5rem;line-height: 3rem;width: 90%;margin-left: 3rem;}
	.pict02 {
		margin-top: 3rem;text-align: center;
		margin-right: initial;
	}
	.pict02 img{width: 90%;	}
}

.features03{
	display:flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	max-width: 1200px;
	margin: 5rem auto 0;
}

.text03{
	margin-left: 35px;
	max-width: 700px;
}

.features03_title{
	max-width: 567px;
}
.features03_title img{
	width: 100%;
}

.features03_text{
	margin: 1.5rem 0 0 0rem;
	line-height: 2.3rem;
}

.pict03 {
	max-width: 465px;
	margin-left: auto;
}

.pict03 img{
	width: 100%;
}

@media screen and (max-width: 1350px) {
	.features03{
		justify-content: center;
	}
	.features03_title img{width: 90%;}
	.features03_text{font-size: 1.5rem;line-height: 3rem;width: 90%;}
	.pict03 {
		margin-top: 3rem; text-align: center;
		margin-left: initial;
	}
	.pict03 img{width: 90%;	}
}


.features04{
	display:flex;
	flex-direction: reverse;
	max-width: 1200px;
	margin: 5rem auto 0;
	padding-bottom: 10rem;
}

.text04{
	margin-right: 35px;
	max-width: 700px;
}
.features04_title{
	max-width: 647px;
}

.features04_title img{
	width: 100%;
}

.features04_text{
	margin: 1.5rem 0 0 0 ;
	line-height: 2.3rem;
}

.pict04 {
	max-width: 465px;
	margin-right: auto;}

.pict04 img{
	width: 100%;
}

@media screen and (max-width: 1350px) {
	.features04{
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: center;
		}
	.features04_title img{width: 90%;margin-left: 3rem;}
	.features04_text{font-size: 1.5rem;line-height: 3rem;width: 90%;margin-left: 3rem;}
	.pict04 {
		margin-top: 3rem;text-align: center;
		margin-right: initial;
	}
	.pict04 img{width: 90%;	}
}






/*概要*/
.summary{
	font-size: 1rem;
	padding: 10px;
	margin-bottom: -20px;
}

.summary_title_back{
	max-width: 652px;
	margin: auto;
	margin-bottom: -1.5rem;
}

.summary_title_back img{
	width: 100%;
}

.summary_title{
	max-width: 730px;
	margin: auto;
	margin-bottom: 5rem;
	}

.summary_title img{
	width: 100%;}


@media (min-width: 768px) and (max-width: 1280px) {
	.summary_title_back{width: 40%;	}
	.summary_title{width: 45%;margin-top: 0.5rem;	}}

@media screen and (max-width: 767px) {
	.summary_title_back{width:70%;}
	.summary_title{width: 80%;margin-top: 0.5rem;}
}


.summary-c{
	text-align: left;
	max-width: 1250px;
	margin: 4rem auto ;
	
	}

.summary-s{
	line-height: 1.7;
	font-size: 1.3em;
	max-width: 730px;
	margin:0 auto 2rem;
}

@media (min-width: 768px) and (max-width: 1280px) {
	.summary-c{	width: 85%;	}
	}
@media screen and (max-width: 767px) {
	.summary-s{font-size: 1.4rem;width: 90%;	}
	}

.summary_wrap{/*概要の表横並び*/
	display: flex;
	justify-content: center;
	margin: 0 auto;
	gap:2rem;
	}
@media (max-width: 1280px) {
	.summary_wrap{
		align-items: center;
		flex-direction: column;
	}
	}


/*特殊な素材の表*/
.summary_material{
	max-width: 580px;
	margin-bottom: 4rem;
	}
.summary_material_title{
	background: #6eafd3;
	color: #fff;
	font-size: 1.5em;
	text-align: center;
	width: 580px;
	padding: 10px 20px;
	font-weight: 600;
		}
.summary_material_group{
	background: #d6e7ed;
	text-align: center;
	width: 580px;
	height: 450px;
	padding: 10px 0;
}

.summary_material_l{
	font-weight: 600;
	font-size: 1.2em;
	line-height: 3;
	background: url("../img/check.png")no-repeat 1rem center ;
	max-width: 310px;
	width: 100%;
	padding: 0rem 3.5rem;
	margin: 0 auto;
	text-align: left;
}

.summary_material_cmmnt{
	padding: 10px 0;
}

@media (min-width: 768px) and (max-width: 1280px) {
	
	.summary_material_title{ }
	.summary_material_group{height: auto;margin: 0 auto;}
	.summary_material_l{
		background: url("../img/check.png")no-repeat 0rem center ;
		width: 300px;
		line-height: 2;
		padding: 1rem 2rem;	}
	}
@media screen and (max-width: 767px) {
	.summary_material{
		width: 300px;
	}
	.summary_material_title{
		width: 100%; margin: 0 auto;}
	.summary_material_group{
		width: 100%; margin: 0 auto;height: auto;
	}
	.summary_material_l{
		font-size: 1.5rem;padding: 0rem 4rem;}
	.summary_material_cmmnt{font-size: 1.5rem;}
	}



/*自動化の表*/
.summary_automation{
	max-width: 580px;
	margin-bottom: 4rem;
	}
.summary_automation_title{
	background: #6eafd3;
	color: #fff;
	font-size: 1.5em;
	text-align: center;
	width: 580px;
	padding: 10px 20px;
	font-weight: 600;
		}

.summary_automation_group{
	background: #d6e7ed;
	text-align: left;
	width: 580px;
	height: 440px;
	padding: 10px 0;
}
@media (min-width: 768px) and (max-width: 1280px) {
	.summary_automation_group{
		height: auto;
		}
}
@media screen and (max-width: 767px) {
	.summary_automation{
		width: 300px;
	}
	.summary_automation_title{width: 100%; margin: 0 auto;}

	.summary_automation_group{
		width: 100%; margin: 0 auto;height:auto;
	}
	}

.List-Item-Content {
  margin-left: 5rem;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 580px;
  display: flex;
  align-items: center;
}

.List-Item-Content.one {
  padding-top: 0;
}
.List-Item-Content-Number {
  position: relative;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 100px;
  text-align: center;
  background: #6eafd3;
  color: #fff;
  font-size: 0px;
}
@media screen and (max-width: 767px) {
	.List-Item-Content {  margin-left: 2rem;}
  .List-Item-Content-Number {
    margin-right: 0px;
    width: 20px;
    height: 20px;
       }
}
.List-Item-Content-Number-Line {
  position: absolute;
  top: -36%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 3px;
  height: 60px;
  background: #6eafd3;
}
@media screen and (max-width: 767px) {
  .List-Item-Content-Number-Line {
    top: -80%;
    width: 2px;
    height: 60px;
  }
}
.List-Item-Content-Title {
	font-weight: 600;
	font-size: 1.2em;
	line-height: 2;
	max-width: 650px;
	width: 100%;
	margin: 0 auto;
	padding-left: 1rem;
	text-align: left;
     }
@media screen and (max-width: 767px) {
  .List-Item-Content-Title {
	 padding-left: 0rem;
    max-width: 300px;
    font-size: 1.5rem;
  }
}




/*切断機ラインナップ*/
.summary_lineup_l{
	max-width:1500px;
	margin: 0 auto;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:0.7em;
}

.summary_lineup{
	max-width: 390px;
	font-size: 1em;
		}
@media screen and (max-width: 540px) {
	.summary_lineup {max-width: 40%;}}

.summary_lineup img{
	width: 100%;
}

.summary_lineup p{
	text-align: center;
	vertical-align: middle;
	padding: 1% 0 5%;
	}
@media (min-width: 768px) and (max-width: 1280px) {/*レスポンシブの表示を整える*/
}

.summary_h2{
	font-size: 2.2rem;
	margin:2rem 0 3rem;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.summary_h2{line-height: 1.4;
	margin:0;
	font-size: 1.7rem;}
	}
@media (min-width: 768px) and (max-width: 1280px) {
	.summary_h2{font-size: 1.7rem; margin-bottom: 2rem;}
	}

/*お問合せボタン*/
.summary_btnWrap{
	position: relative;
	max-width: 542px;
	height: 117px;
	margin: -2.7rem auto 10rem;
	display: block;
	overflow: hidden;
	cursor: pointer;
}

.summary_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;
}
.summary_btnWrap:hover img:nth-of-type(2) {
	opacity: 0;
}

@media screen and (max-width: 767px){
	.summary_btnWrap img{width: 60%;}
	.summary_btnWrap{margin-bottom: 4rem;	}
}
@media (min-width: 768px) and (max-width: 1280px) {
	.summary_btnWrap img{	width: 70%;}
	.summary_btnWrap{margin-bottom: 6rem;	}
	}


/*お客様の声*/


.review_title_back{
	max-width: 477px;
	margin: auto;
	margin-bottom: -1.5rem;
}
.review_title_back img{
	width: 100%;
}

.review_title{
	max-width: 730px;
	margin: auto;
	margin-bottom: 2rem;
	}

.review_title img{
	width: 100%;}

@media (min-width: 768px) and (max-width: 1280px) {
	.review_title_back{width: 30%;}
	.review_title{width: 45%;margin-top: 0.5rem;}
}
@media screen and (max-width: 767px) {
	.review_title_back{width: 50%;}
	.review_title{width: 80%;}
}

.review_list{
	display: flex;
	margin: auto;
	gap:4rem;
	flex-wrap: wrap;
	align-content: space-between;
	max-width: 1700px;
	justify-content: center;
	padding: 3rem 0;
}
.review_lineup{
	max-width: 320px;
}
.review_lineup img{
	width: 100%;
}
@media (min-width: 768px) and (max-width: 1280px) {
	.review_list{padding: 1rem 0;}
	.review_lineup{
		width: 20%;
	}
}

@media screen and (max-width: 767px) {
	.review_list{gap:1rem;}
	.review_lineup{
		min-width: 150px;
		width: 40%;
	}
}

/*動画*/
.movie{
	
	margin: 6rem 0;
}

.movie_title_back{
	max-width: 400px;
	margin: auto;
	margin-bottom: -1.5rem;
}
.movie_title_back img{width: 100%;}

.movie_title{
	max-width: 730px;
	margin: auto;
	margin-bottom: 5rem;
	}

.movie_title img{
	width: 100%;}

@media (min-width: 768px) and (max-width: 1280px) {
	.movie_title_back{width: 27%;}
	.movie_title{width: 45%;margin-top: 0.5rem;}
}
@media screen and (max-width: 767px) {
	.movie_title_back{width:45%;}
	.movie_title{width: 80%;}
}

.movie_back{
	background: url("../img/background2.png");
	background-size: cover;
	width: 100%;
	height: auto;
	margin-top: -120px;
}

@media (min-width: 768px) and (max-width: 1280px) {
	.movie_back{margin-top: -120px;}}

@media screen and (max-width: 767px) {
	.movie_back{margin-top: -70px;	}}

.youtube{
	text-align: center;
	padding: 7rem 0 5rem;
}
.youtube-list{
	display: flex;
	justify-content: space-around;
}
@media screen and (max-width: 767px) {
	.youtube-list{
		flex-wrap: wrap;

		margin: auto;
		max-width: 560px;
		width: 100%;
	}
}
.youtube-frm{
	max-width: 100%;
	margin: 8px;
}

/*導入までの流れ*/

.flow_title_back{
	max-width: 355px;
	margin: auto;
	margin-bottom: -1.5rem;
}
.flow_title_back img{width: 100%;}

.flow_title{
	max-width: 730px;
	margin: auto;
	margin-bottom: 2rem;
	}

.flow_title img{
	width: 100%;}

@media (min-width: 768px) and (max-width: 1280px) {
	.flow_title_back{width: 25%;}
	.flow_title{width: 45%;margin-top: 0.5rem;}
}
@media screen and (max-width: 767px) {
	.flow_title_back{width:40%; }
	.flow_title{width: 80%;}
}


.flow_text{
	max-width: 670px;
	margin: 5rem 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: #1c78c4;
}

.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: 3vw;
	}
	.flow .ttl{
		font-size: 1.2em;}
	.txt{width: 70vw;
		padding: 15px;}
}


.flow_btnWrap{
	position: relative;
	max-width: 542px;
	height: 117px;
	margin: 0 auto ;
	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 (min-width: 768px) and (max-width: 1280px){
	.flow_btnWrap img{width: 70%;}
	}
@media screen and (max-width: 767px){
	.flow_btnWrap img{width: 70%;}
	.flow_btnWrap{margin:-2rem 0 -7rem;}
	}





/*お問合せ*/

.inquiry{
	background-color: #1c78c4;
	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;
}

.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: #1c78c4;
	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: #d9e9ed;
	color: #1c78c4;
	/*padding: 10px 20px;*/
}
.inquiry_list_net_item_link.pamphlet:hover{
	text-decoration: none;
	background-color: #ffffff;
}

.inquiry_list_net_item_link.otoiawase{
	background-color: #ffffff;
	color: #1c78c4;
	/*padding: 10px 60px;*/
}
.inquiry_list_net_item_link.otoiawase:hover{
	text-decoration: none;
	background-color: #d9e9ed;
}

.inquiry_list_tel_link {/*電話番号*/
	font-size: 2.5rem;
	color: #fff;
	/*line-height:150px;*/
}



/*会社概要*/

.company{
	background-image: url("../img/background3.png");
}

.company_title{
	max-width: 700px;
	margin: 0 auto;
	padding: 5rem 0 4rem;

}
.company_title img{
	width: 100%;
}
@media (min-width: 768px) and (max-width: 1280px) {
	.company_title{width: 45%;}
}
@media screen and (max-width: 767px) {
	.company_title{width: 80%;}
}

.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: #1c78c4;
	font-size: 13px;
	margin-top: 12px;
}

.copyright{
	background: #1c78c4;
	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: #1c78c4;
	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%;
	}
}
