@charset "UTF-8";

/*================================================
 *  メイキの事業内容（equipment）
 ================================================*/


/*===============事業内容 共通===============*/

/*******メインエリア*******/
section#main_area h2 {
	font-size: 5.6rem;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
	margin-bottom: 0.9em;
}


@media screen and (min-width: 800.1px) {
	section#main_area .main_box .unit_img {
		width: 57rem;
	}
	section#main_area .main_box .unit_txt {
		width: 48rem;
		margin-top: 2rem;
	}
}
section#main_area .main_box .unit_img {
	position: relative;
	height: 48rem;
}
section#main_area .main_box .unit_img > div:first-of-type {
	position: relative;
	left: -8rem;
	width: 60rem;
}
section#main_area .main_box .unit_img > div:last-of-type {
	position: absolute;
	bottom: 0;
	right: 0;
	border: 0.8rem solid #fff;
	width: 30rem;
}


section#main_area .main_box .unit_txt h3 {
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 -1em 0.5em 0;
}



/*******トータルコーディネート（indexのみ）*******/
.page-index section#main_area .coordinate_list {
	margin-top: 6rem;
}
.page-index section#main_area .coordinate_list li {
	border: 0.6rem solid var(--color-main);
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 2.8rem;
	font-weight: 600;
	line-height: 1.25;
	height: 30.8rem;
	width: 30.8rem;
	margin: 0 1rem;
}
.page-index section#main_area .coordinate_list li em {
	font-size: 5rem;
	font-weight: 900;
	margin-top: 0.2em;
}







/*******課題を解決します！（indexのみ）*******/
.page-index section#solution_area {
	margin-top: 6rem;
}

.page-index section#solution_area .title_nayami {
	clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 16rem), 50% 100%, 0% calc(100% - 16rem));
}
.page-index section#solution_area .title_nayami img {
	height: 80rem;
	width: auto;
}


.page-index section#solution_area .title_kadai {
	margin-top: 8rem;
}
.page-index section#solution_area .title_kadai img {
	width: auto;
	height: 123.6rem;
}


.page-index section#solution_area .solution_list {
	margin: 10rem auto 0;
	width: 102rem;
}
@media screen and (min-width: 800.1px) {
	.page-index section#solution_area .solution_list figure {
		display: flex;
		justify-content: space-between;
	}
	.page-index section#solution_area .solution_list figure:nth-of-type(even) {
		flex-direction: row-reverse;
	}
}
.page-index section#solution_area .solution_list figure + figure {
	margin-top: 6rem;
}
.page-index section#solution_area .solution_list figure .unit_thumb {
	width: 48rem;
}
.page-index section#solution_area .solution_list figure .unit_thumb img {
	width: 100%;
}
.page-index section#solution_area .solution_list figure figcaption {
	width: 50rem;
	margin-top: 3rem;
}
.page-index section#solution_area .solution_list figure figcaption h5 {
	font-size: 4.4rem;
	font-weight: 800;
	line-height: 1.25;
	margin-bottom: 0.4em;
}









/*******メイキの強み*******/
section#strength_area {
	margin-top: 9rem;
}
section#strength_area h3 {
	font-size: 4.6rem;
	font-weight: 600;
	text-align: center;
	margin-bottom: 5rem;
}
section#strength_area .strength_list {
	bottom: -4rem;
	margin-top: -4rem;
}
section#strength_area .strength_list::after {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: var(--color-main);
	width: 100vw;
	height: calc(100% - 8rem);
}
section#strength_area .strength_list ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 2rem 0;
	width: 110rem;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}
section#strength_area .strength_list ul li {
	background: url("../images/equipment/equipment_common_strength_circle.svg") center center / contain no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 30.8rem;
	width: 30.8rem;
	margin: 0 2rem;
	font-size: 3.2rem;
	font-weight: 600;
	line-height: 1.5;
}






/*******取り扱い商品*******/
section#products_area {
	background-color: #f2f2f2;
	padding: 8rem 0 12rem;
}
body:not(.page-index) section#products_area {
	padding-top: 12rem;
}
body.page-index section#products_area {
	margin-top: 14rem;
}

section#products_area h3 {
	font-size: 4.6rem;
	font-weight: 600;
	text-align: center;
}
section#products_area h4 {
	font-size: 4rem;
	font-weight: 600;
	text-align: center;
	margin: 6rem 0 -3rem;
}


@media screen and (min-width: 800.1px) {
	section#products_area .products_list {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-template-rows: 1fr;
		gap: 3rem 2.5rem;
		margin-top: 6rem;
	}
}
section#products_area .products_list > li {
	background-color: #fff;
	border-radius: 1rem;
	padding: 3rem 2.5rem 5rem;
}
section#products_area .products_list > li figure {
	display: flex;
	flex-direction: column;
	height: 100%;
}
section#products_area .products_list > li figure .thumb {
	height: 21rem;
	flex-shrink: 0;
}
section#products_area .products_list > li figure figcaption {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	padding: 2rem 0.5rem 0;
}
section#products_area .products_list > li h5 {
	font-size: 3.2rem;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 0.5em;
}
section#products_area .products_list > li p,
section#products_area .products_list > li ul {
	font-size: 1.8rem;
	line-height: 1.75;
}
section#products_area .products_list > li figure figcaption .unit_btn {
	margin: auto auto 0;
	padding-top: 2.5rem;
	width: 23rem;
}

@media screen and (min-width: 800.1px) {
	section#products_area .products_list > li figure figcaption .unit_btn [class*="btn_arrow"] {
		font-size: 1.8rem;
		padding-left: 1.5em;
	}
	section#products_area .products_list > li figure figcaption .unit_btn [class*="btn_arrow"] [class*="icon-"] {
		font-size: 3.4rem;
		margin: 1.1rem 1.1rem 1.1rem 0;
	}
}





/*******ページナビ*******/
#page_nav_other {
	margin-top: 12rem;
}
#page_nav_other h3 {
	font-size: 4.6rem;
	font-weight: 600;
	text-align: center;
	margin-bottom: 1em;
}

@media screen and (min-width: 800.1px) {
	#page_nav_other .nav_list {
		display: grid; 
		grid-template-columns: 1fr 1fr; 
		grid-template-rows: 1fr; 
		gap: 0px 4rem;
	}
}

.page-index #page_nav_other .nav_list li.btn_index,
.page-tool #page_nav_other .nav_list li.btn_tool,
.page-used #page_nav_other .nav_list li.btn_used {
	display: none;
}
#page_nav_other .nav_list li a {
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 30rem;
	position: relative;
	overflow: hidden;
	text-align: center;
	padding-bottom: 3.5rem;
}
#page_nav_other .nav_list li a::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background : rgba(0, 0, 0, 0.5);
	mix-blend-mode: multiply;
	z-index: 1;
}
#page_nav_other .nav_list li a .thumb {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
#page_nav_other .nav_list li a em,
#page_nav_other .nav_list li a [class*="icon-"] {
	position: relative;
	z-index: 5;
}
#page_nav_other .nav_list li a em {
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 1.5;
}
#page_nav_other .nav_list li a [class*="icon-"] {
	font-size: 6rem;
	margin-top: 0.4em;
}
#page_nav_other .nav_list li a [class*="icon-"]::after {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #fff;
	height: 0.5em;
	width: 0.5em;
	z-index: -1;
}

















/*===============事業内容詳細 共通===============*/

/*******見出し*******/
section#detail_area h3 {
	font-size: 5.6rem;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
}


/*緑大文字センター*/
section#detail_area .title_detail01 {
	color: var(--color-main);
	font-size: 4.8rem;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
	margin: 1.5em 0 1.1em;
}

/*緑背景白文字*/
section#detail_area .title_detail02 {
	color: #fff;
	background-color: var(--color-main);
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 3.2rem;
	font-weight: 600;
	line-height: 1.5;
	padding: 0.532em 0;
	min-height: 10rem;
	margin-bottom: 1em;
}
section#detail_area .txtimg_box + .title_detail02 {
	margin-top: 6rem;
}

/*横緑線＋グレー下線*/
section#detail_area .title_detail03 {
	border-bottom: 2px solid #E6E6E6;
	color: var(--color-main);
	font-size: 3rem;
	font-weight: 600;
	margin: 7rem 0 1.66em;
	padding-bottom: 0.3em;
	position: relative;
}
section#detail_area .title_detail03::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 0.8rem;
	height: calc(100% - 0.3em);
	background-color: var(--color-main);
}
section#detail_area .title_detail03 em {
	display: flex;
	align-items: center;
	line-height: 1.25;
	min-height: 1.835em;
	padding: 0.1em 0 0.3em 1.1em;
}

/*h5*/
section#detail_area .title_detail_h5 {
	font-size: 3rem;
	font-weight: 600;
	line-height: 1.5;
	margin: 1.5em 0 0.5em;
}


/*h6*/
section#detail_area .title_detail_h6 {
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 1.2em;
}




/*******ページナビ*******/
section#detail_area #pagenav_txt {
	margin-top: 5.5rem;
}


/*******画像*******/
section#detail_area [class*="img_box"] + p {
	margin-top: 1.25em;
}


/*画像→テキスト*/
@media screen and (min-width: 800.1px) {
	section#detail_area [class*="imgtxt_box"] {
		display: flex;
	}
}
section#detail_area [class*="imgtxt_box"] + [class*="imgtxt_box"] {
	margin-top: 5rem;
}
section#detail_area .title_detail_h5 + [class*="imgtxt_box"] {
	margin-top: 1em;
}
section#detail_area [class*="imgtxt_box"] .unit_img {
	flex-shrink: 0;
}
section#detail_area [class*="imgtxt_box"] .unit_img img {
	width: 100%;
}
@media screen and (min-width: 800.1px) {
	section#detail_area [class*="imgtxt_box"] .unit_txt {
		margin-block: -0.375em 0;
		padding-left: 2em;
	}
}


/*テキスト→画像*/
@media screen and (min-width: 800.1px) {
	section#detail_area [class*="txtimg_box"] {
		display: flex;
		justify-content: space-between;
		gap: 0 5rem;
	}
}
section#detail_area [class*="txtimg_box"] .unit_img {
	flex-shrink: 0;
	width: 33rem;
}
section#detail_area [class*="txtimg_box"] .unit_img img {
	width: 100%;
}


/*******個別画像サイズ*******/
/*tool_detail0101.php*/
.page-tool-detail0101 section#detail_area .img_box01 img {
	width: 41rem;
}
.page-tool-detail0101 section#detail_area .img_box02 img {
	width: 34.2rem;
}




/*tool_detail03.php*/
.page-tool-detail03 section#detail_area .imgtxt_box01 .unit_img {
	width: 33rem;
}
.page-tool-detail03 section#detail_area .imgtxt_box02 .unit_img {
	width: 15rem;
}












/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width: 800px) {


/*===============事業内容 共通===============*/

/*******メインエリア*******/
section#main_area h2 {
	font-size: 7vw;
}



section#main_area .main_box .unit_img {
	height: 64vw;
}
section#main_area .main_box .unit_img > div:first-of-type {
	left: auto;
	width: 80vw;
}
section#main_area .main_box .unit_img > div:last-of-type {
	border-width: 1vw;
	width: 40vw;
}


section#main_area .main_box .unit_txt h3 {
	font-size: 6.1vw;
	margin: 6vw 0 0.5em;
	text-align: center;
}





/*******トータルコーディネート（indexのみ）*******/
.page-index section#main_area .coordinate_list {
	margin-top: 6vw;
}
.page-index section#main_area .coordinate_list li {
	border-width: 1vw;
	font-size: 3.7vw;
	height: 41vw;
	width: 41vw;
	margin: 0 1.4vw;
}
.page-index section#main_area .coordinate_list li:nth-of-type(1) {
	margin: 0 20vw;
}
.page-index section#main_area .coordinate_list li:nth-of-type(n+2) {
	margin-top: -2.5vw;
}
.page-index section#main_area .coordinate_list li em {
	font-size: 6.6vw;
}









/*******課題を解決します！（indexのみ）*******/
.page-index section#solution_area {
	margin-top: 8vw;
}

.page-index section#solution_area .title_nayami {
	clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 19vw), 50% 100%, 0% calc(100% - 19vw));
}
.page-index section#solution_area .title_nayami img {
	height: auto;
	width: 100%;
}


.page-index section#solution_area .title_kadai {
	margin-top: 10vw;
}
.page-index section#solution_area .title_kadai img {
	height: auto;
	width: 100%;
}


.page-index section#solution_area .solution_list {
	margin-top: 13vw;
}
.page-index section#solution_area .solution_list figure + figure {
	margin-top: 10vw;
}
.page-index section#solution_area .solution_list figure .unit_thumb {
	width: 100%;
}
.page-index section#solution_area .solution_list figure figcaption {
	width: 80vw;
	margin: 4vw auto 0;
}
.page-index section#solution_area .solution_list figure figcaption h5 {
	font-size: 7.4vw;
	text-align: center;
}






/*******メイキの強み*******/
section#strength_area {
	margin-top: 12vw;
}
section#strength_area h3 {
	font-size: 7.2vw;
	margin-bottom: 5vw;
}
section#strength_area .strength_list {
	bottom: -5vw;
	margin-top: -5vw;
}
section#strength_area .strength_list::after {
	height: calc(100% - 10vw);
}
section#strength_area .strength_list ul {
	justify-content: space-between;
	gap: 2.6vw 0;
	width: 85vw;
}
section#strength_area .strength_list ul li {
	height: 41vw;
	width: 41vw;
	margin: 0;
	font-size: 4.2vw;
}


















/*******取り扱い商品*******/
section#products_area {
	padding: 15vw 0 20vw;
}
body:not(.page-index) section#products_area {
	padding-top: 18vw;
}
body.page-index section#products_area {
	margin-top: 15vw;
}


section#products_area h3 {
	font-size: 7vw;
}
section#products_area h4 {
	font-size: 6.4vw;
	margin: 7vw 0 -5vw;
}

section#products_area .products_list {
	margin-top: 10vw;
}
section#products_area .products_list > li {
	border-radius: 2vw;
	padding: 8vw 6.5vw;
}
section#products_area .products_list > li + li {
	margin-top: 5vw;
}
section#products_area .products_list > li figure .thumb {
	height: 51.3vw;
}
section#products_area .products_list > li figure figcaption {
	padding: 4vw 0.5vw 0;
}
section#products_area .products_list > li h5 {
	font-size: 6vw;
}
section#products_area .products_list > li p,
section#products_area .products_list > li ul {
	font-size: 4vw;
}
section#products_area .products_list > li figure figcaption .unit_btn {
	padding-top: 6vw;
	width: 53vw;
}







/*******ページナビ*******/
#page_nav_other {
	margin-top: 20vw;
}
#page_nav_other h3 {
	font-size: 7vw;
}



#page_nav_other .nav_list li + li {
	margin-top: 5vw;
}
#page_nav_other .nav_list li a {
	height: 48vw;
	padding-bottom: 6.5vw;
}
#page_nav_other .nav_list li a em {
	font-size: 6vw;
}
#page_nav_other .nav_list li a [class*="icon-"] {
	font-size: 11vw;
}





	
	
	
	
	
	
	

/*===============事業内容詳細 共通===============*/

/*******見出し*******/
section#detail_area h3 {
	font-size: 7vw;
}


/*緑大文字センター*/
section#detail_area .title_detail01 {
	font-size: 6.4vw;
}

/*緑背景白文字*/
section#detail_area .title_detail02 {
	font-size: 5vw;
	min-height: 16vw;
}
section#detail_area .txtimg_box + .title_detail02 {
	margin-top: 10vw;
}

/*横緑線＋グレー下線*/
section#detail_area .title_detail03 {
	font-size: 4.8vw;
	margin-top: 10vw;
}
section#detail_area .title_detail03::before {
	width: 1vw;
}
section#detail_area .title_detail03 em  {
	padding-left: 1em;
}

/*h5*/
section#detail_area .title_detail_h5 {
	font-size: 4.8vw;
}

/*h6*/
section#detail_area .title_detail_h6 {
	font-size: 4.5vw;
}




/*******ページナビ*******/
section#detail_area #pagenav_txt {
	margin-top: 7vw
}
	





/*******画像*******/
/*画像→テキスト*/
section#detail_area [class*="imgtxt_box"] + [class*="imgtxt_box"] {
	margin-top: 9vw;
}
section#detail_area [class*="imgtxt_box"] .unit_txt {
	margin-top: 1em;
}


/*テキスト→画像*/
section#detail_area [class*="txtimg_box"] .unit_img {
	width: 55vw;
	margin: 1em auto 0;
}

/*******個別画像サイズ*******/
/*tool_detail0101.php*/
.page-tool-detail0101 section#detail_area .img_box01 img {
	width: 55vw;
}
.page-tool-detail0101 section#detail_area .img_box02 img {
	width: 45vw;
}


	

/*tool_detail03.php*/
.page-tool-detail03 section#detail_area .imgtxt_box01 .unit_img {
	width: 60vw;
	margin: 0 auto;
}
.page-tool-detail03 section#detail_area .imgtxt_box02 .unit_img {
	width: 30vw;
}





















































}