@charset 'UTF-8';

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	各固定ページ

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★

	body直下にid名「wrapper」のdivがあります。
	こちらには、固定ページごとに異なるclass名(post-〇)が付与されますので、
	ご活用ください。
	
	【例】
	<body>
	<div id="wrapper" class="post-2 page type-page status-publish has-post-thumbnail hentry">

★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ================================================================================

	レイアウト

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	#wrapper{
	}

	main.outer_wrap {
		position: relative;
		max-width: none;
		width: 100%;
		min-height: 50vh;
		display: block;
		padding: 110px 20px 120px;
		margin: 0 auto;
	}

	.inner_wrap {
		position: relative;
		width: 100%;
		margin: 0 auto;
	}


}




/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	#wrapper {
	}

	main.outer_wrap {
		position: relative;
		width: 100%;
		min-height: 50vh;
		padding: 12vw 0 13vw;
	}

	.inner_wrap {
		position: relative;
		width: 100%;
		padding: 0 4vw;
	}
}






/* ================================================================================

	メイン画像

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.m-cate_wrap {
		position: relative;
		background-color: #f5f5f5;
		width: auto;
		height: 26vw;
	}
	.m-cate_wrap_in {
		display: table;
		background: url(../img/main_cate.jpg) center top no-repeat;
		background-size: cover;
		width: 100%;
		height: 100%;
		padding: 4.16vw 0 0;
	}
	.m-cate_wrap_in h2 {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		font-size: 3vw;
		font-weight: 600;
		letter-spacing: 0.05em;
		line-height: 1;
	}
	.service {
    background: url(../img/main_cate/a.jpg) center 40% no-repeat;
    background-size: cover;
}
.product {
	background: url(../img/main_cate/b.jpg) center 40% no-repeat;
	background-size: cover;
}
.about {
	background: url(../img/main_cate/c.jpg) center 40% no-repeat;
	background-size:cover;
}
.sdgs {
	background: url(../img/main_cate/d.jpg) center 40% no-repeat;
	background-size: cover;
}
.contact {
	background: url(../img/main_cate/e.jpg) center 40% no-repeat;
	background-size: cover;
}
}




/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	.m-cate_wrap {
		position: relative;
		background-color: #f5f5f5;
		width: auto;
		height: 50vw;
	}
	.m-cate_wrap_in {
		display: table;
		background: url(../img/main_cate.jpg) center top no-repeat;
		background-size: cover;
		width: 100%;
		height: 100%;
	}
	.m-cate_wrap_in h2 {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		font-size: 8vw;
		font-weight: 600;
		letter-spacing: 0.05em;
		line-height: 1;
	}
	.service {
    background: url(../img/main_cate/a.jpg) center 40% no-repeat;
    background-size: cover;
}
.product {
	background: url(../img/main_cate/b.jpg) center 40% no-repeat;
	background-size: cover;
}
.about {
	background: url(../img/main_cate/c.jpg) center 40% no-repeat;
	background-size:cover;
}
.sdgs {
	background: url(../img/main_cate/d.jpg) center 40% no-repeat;
	background-size: cover;
}
.contact {
	background: url(../img/main_cate/e.jpg) center 40% no-repeat;
	background-size: cover;
}
}





/* ================================================================================

	マージンボックス

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* 上にマージンを空ける
	----------------------------------------------- */
	.top_long {
		margin-top: 120px;
	}
	.top_middle {
		margin-top: 80px;
	}
	.top_short {
		margin-top: 40px;
	}
	.top_vshort {
		margin-top: 20px;
	}

	/* 下にマージンを空ける
	----------------------------------------------- */
	.bottom_long {
		margin-bottom: 120px;
	}
	.bottom_middle {
		margin-bottom: 80px;
	}
	.bottom_short {
		margin-bottom: 40px;
	}
	.bottom_vshort {
		margin-bottom: 20px;
	}

	/* 両方にマージンを空ける
	----------------------------------------------- */
	.both_long {
		margin-top: 120px;
		margin-bottom: 120px;
	}
	.both_middle {
		margin-top: 80px;
		margin-bottom: 80px;
	}
	.both_short {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.both_vshort {
		margin-top: 20px;
		margin-bottom: 20px;
	}

}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* 上にマージンを空ける
	----------------------------------------------- */
	.top_long {
		margin-top: 16vw;
	}
	.top_middle {
		margin-top: 12vw;
	}
	.top_short {
		margin-top: 8vw;
	}
	.top_vshort {
		margin-top: 4vw;
	}

	/* 下にマージンを空ける
	----------------------------------------------- */
	.bottom_long {
		margin-bottom: 16vw;
	}
	.bottom_middle {
		margin-bottom: 12vw;
	}
	.bottom_short {
		margin-bottom: 8vw;
	}
	.bottom_vshort {
		margin-bottom: 4vw;
	}

	/* 両方にマージンを空ける
	----------------------------------------------- */
	.both_long {
		margin-top: 16vw;
		margin-bottom: 16vw;
	}
	.both_middle {
		margin-top: 12vw;
		margin-bottom: 12vw;
	}
	.both_short {
		margin-top: 8vw;
		margin-bottom: 8vw;
	}
	.both_vshort {
		margin-top: 4vw;
		margin-bottom: 4vw;
	}

}




/* ================================================================================

	パディングボックス

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* 上にパディングを空ける
	----------------------------------------------- */
	.p_top_long {
		padding-top: 120px;
	}
	.p_top_middle {
		padding-top: 80px;
	}
	.p_top_short {
		padding-top: 40px;
	}
	.p_top_vshort {
		padding-top: 20px;
	}

	/* 下にパディングを空ける
	----------------------------------------------- */
	.p_bottom_long {
		padding-bottom: 120px;
	}
	.p_bottom_middle {
		padding-bottom: 80px;
	}
	.p_bottom_short {
		padding-bottom: 40px;
	}
	.p_bottom_vshort {
		padding-bottom: 20px;
	}

	/* 両方にパディングを空ける
	----------------------------------------------- */
	.row_long {
		padding-top: 120px;
		padding-bottom: 120px;
	}
	.row_middle {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.row_short {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.row_vshort {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* 上にパディングを空ける
	----------------------------------------------- */
	.p_top_long {
		padding-top: 16vw;
	}
	.p_top_middle {
		padding-top: 12vw;
	}
	.p_top_short {
		padding-top: 8vw;
	}
	.p_top_vshort {
		padding-top: 4vw;
	}

	/* 下にパディングを空ける
	----------------------------------------------- */
	.p_bottom_long {
		padding-bottom: 16vw;
	}
	.p_bottom_middle {
		padding-bottom: 12vw;
	}
	.p_bottom_short {
		padding-bottom: 8vw;
	}
	.p_bottom_vshort {
		padding-bottom: 4vw;
	}

	/* 両方にパディングを空ける
	----------------------------------------------- */
	.row_long {
		padding-top: 16vw;
		padding-bottom: 16vw;
		padding-left: 4vw !important;
		padding-right: 4vw !important;
	}
	.row_middle {
		padding-top: 12vw;
		padding-bottom: 12vw;
		padding-left: 4vw !important;
		padding-right: 4vw !important;
	}
	.row_short {
		padding-top: 8vw;
		padding-bottom: 8vw;
		padding-left: 4vw !important;
		padding-right: 4vw !important;
	}
	.row_vshort {
		padding-top: 4vw;
		padding-bottom: 4vw;
		padding-left: 4vw !important;
		padding-right: 4vw !important;
	}
}





/* ================================================================================

	共通見出し

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* h2見出し
	----------------------------------------------- */
	.h2_cate {
		
	}
	.h2_cate h2 {
		font-size: 32px;
		font-weight: 500;
		line-height: 2.4 !important;
		text-align: center;
		padding-bottom: 0.3em !important;
		position: relative;
		border-bottom: 1px solid #ddd;
		color: #008001;
	}

	.h2_cate h2:after {
		position: absolute;
    left: 45%;
    bottom: -1px;
    content: "";
    width: 10%;
    border-bottom: 1px solid #008001;
	}

	/* h3見出し
	----------------------------------------------- */
	

	.h3_cate h3 {
		font-size: 24px;
    font-weight: 500;
    line-height: 1.4 !important;
    padding-bottom: 1em !important;
    position: relative;
    border-bottom: solid 3px #ddd;
    text-align: left;
	}
	.h3_cate h3:after {
		position: absolute;
		content: " ";
		display: block;
		border-bottom: solid 3px #008001;
		bottom: -3px;
		width: 10%;
	}

	.h3_cate_c {
		text-align: center;
		font-size: 20px;
		}
	.h3_cate h3 .number {
		color: #fff;
		background: #008001;
		padding: 0 10px;
    margin-right: 16px;
	}
}




/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* h2見出し
	----------------------------------------------- */
	.h2_cate {
	
	}
	.h2_cate h2 {
		font-size: 5.5vw;
		font-weight: 500;
		line-height: 1.4 !important;
		padding-bottom: 0.3em !important;
		text-align: center;
		position: relative;
		border-bottom: 1px solid #ddd;
		color: #008001;
	}
	.h2_cate h2:after {
		position: absolute;
    left: 45%;
    bottom: -1px;
    content: "";
    width: 10%;
    border-bottom: 1px solid #008001;
	}


	/* h3見出し
	----------------------------------------------- */

	.h3_cate h3 {
		font-size: 4.5vw;
		font-weight: 500;
		line-height: 1.4 !important;
		padding-bottom: 0.2em !important;
		position: relative;
		border-bottom: solid 3px #ddd;
	}
	
	.h3_cate h3:after {
		position: absolute;
		content: " ";
		display: block;
		border-bottom: solid 3px #008001;
		bottom: -3px;
		width: 10%;
	}
	.h3_cate_c {
		text-align: center;
		font-size: 20px;
	}
	.h3_cate h3 .number {
		color: #fff;
		background: #008001;
		padding: 0 10px;
    margin-right: 16px;
	}
}




/* ================================================================================

	共通ボタン

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* リンクボタン */
	.link_cate01 {
		text-align: center;
	}
	.link_cate01 a {
		position: relative;
		display: inline-block;
		width: 350px;
  	margin: auto;
  	padding: 2rem 4rem;
		border: 1px solid;
		font-size: 1.2rem;
		font-weight: 700;
		font-family: 'Open Sans Condensed' ,'Noto Sans JP',-apple-system, BlinkMacSystemFont, 'Helvetica Neue', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
		letter-spacing: 0.1em;
		line-height: 1;
		text-align: center;
		color: #fff;
		background: #f14c00;
	}
	.link_cate02 a:hover {
		color: #f14c00;
		background: #fff;
	}
	.link_cate01 a:after {
		position: absolute;
		content: "\f105";
		font-family: FontAwesome;
		right: 0.8em;
	
	}
	.link_cate02 {
		text-align: center;
	}
	.link_cate02 a {
		position: relative;
		display: inline-block;
		width: 350px;
  	margin: auto;
  	padding: 2rem 4rem;
		border: 1px solid;
		font-size: 1.2rem;
		font-weight: 700;
		font-family: 'Open Sans Condensed' ,'Noto Sans JP',-apple-system, BlinkMacSystemFont, 'Helvetica Neue', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
		letter-spacing: 0.1em;
		line-height: 1;
		text-align: center;
		background: #27acd9;
	  color: #fff;
	}
	.link_cate02 a:after {
		position: absolute;
		content: "\f105";
		font-family: FontAwesome;
		right: 0.8em;
	
	}
	.link_cate02 a:hover {
		color: #27acd9;
		background: #fff;
	}
	.link_cate03 {
		text-align: center;
	}
	.link_cate03 a {
		position: relative;
		display: inline-block;
		width: 350px;
  	margin: auto;
  	padding: 2rem 4rem;
		border: 1px solid;
		font-size: 1.2rem;
		font-weight: 700;
		font-family: 'Open Sans Condensed' ,'Noto Sans JP',-apple-system, BlinkMacSystemFont, 'Helvetica Neue', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
		letter-spacing: 0.1em;
		line-height: 1.5;
		text-align: center;
		background: #ff5656;
	  color: #fff;
		line-height: 120%;
    padding: 20px;
	}
	.link_cate03 a:after {
		position: absolute;
		content: "\f105";
		font-family: FontAwesome;
		right: 0.8em;
		top: 1.6em;
	}
	.link_cate03 a:hover {
		color: #ff5656;
		background: #fff;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* リンクボタン */
	.link_cate01 {
		text-align: center;
	}
	.link_cate01 a {
		position: relative;
		display: inline-block;
		width: 98%;
  	margin: auto;
  	padding: 2rem 4rem;
		border: 1px solid;
		font-size: 4vw;
		font-weight: 700;
		font-family: 'Open Sans Condensed' ,'Noto Sans JP',-apple-system, BlinkMacSystemFont, 'Helvetica Neue', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
		letter-spacing: 0.1em;
		line-height: 1;
		text-align: center;
		color: #fff;
		background: #f14c00;
	}
	.link_cate02 a:hover {
		color: #f14c00;
		background: #fff;
	}
	.link_cate01 a:after {
		position: absolute;
		content: "\f105";
		font-family: FontAwesome;
		right: 0.8em;
	
	}
	.link_cate02 {
		text-align: center;
	}
	.link_cate02 a {
		position: relative;
		display: inline-block;
		width: 98%;
  	margin: auto;
  	padding: 2rem 4rem;
		border: 1px solid;
		font-size: 4vw;
		font-weight: 700;
		font-family: 'Open Sans Condensed' ,'Noto Sans JP',-apple-system, BlinkMacSystemFont, 'Helvetica Neue', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
		letter-spacing: 0.1em;
		line-height: 1;
		text-align: center;
		background: #27acd9;
	  color: #fff;
	}
	.link_cate02 a:after {
		position: absolute;
		content: "\f105";
		font-family: FontAwesome;
		right: 0.8em;
	
	}
	.link_cate02 a:hover {
		color: #27acd9;
		background: #fff;
	}
	.link_cate03 {
		text-align: center;
	}
	.link_cate03 a {
		position: relative;
		display: inline-block;
		width: 98%;
  	margin: auto;
  	padding: 2rem 4rem;
		border: 1px solid;
		font-size: 4vw;
		font-weight: 700;
		font-family: 'Open Sans Condensed' ,'Noto Sans JP',-apple-system, BlinkMacSystemFont, 'Helvetica Neue', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
		letter-spacing: 0.1em;
		line-height: 1.5;
		text-align: center;
		background: #ff5656;
	  color: #fff;
		line-height: 120%;
    padding: 20px;
	}
	.link_cate03 a:after {
		position: absolute;
		content: "\f105";
		font-family: FontAwesome;
		right: 0.8em;
		top: 1.8em;
	}
	.link_cate03 a:hover {
		color: #ff5656;
		background: #fff;
	}
}





/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★

	ここから各固定ページ

★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */





/* ================================================================================

	事業案内

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* キャッチコピー
	----------------------------------------------- */
	.catch_copy {
		background-color: #f5f5f5;
	}
	.catch_copy h2 {
		font-size: 52px;
		font-weight: 500;
		text-align: center;
	}
	.my-parts {
		background: #fcffe4;
    border: 4px solid #008001;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
	}
	
	.step {
		position: relative;
    padding: 60px 30px;
    border: 1px solid #E1E1E1;
    background: rgba(250,250,250,.85);
    max-width: 1100px;
    margin: 60px auto;
    text-align: center;
	}
	.step:before{
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 30px solid #E1E1E1;  
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
		margin-top: 15px;
}
.last-step:before {
	display: none; /* 最後の要素の:beforeを非表示にする */
}

}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* キャッチコピー
	----------------------------------------------- */
	.catch_copy {
		background-color: #f5f5f5;
	}
	.my-parts {
		background: #fcffe4;
    border: 4px solid #008001;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
	}
	.catch_copy h2 {
		font-size: 6vw;
		font-weight: 500;
		text-align: center;
	}
	.step {
		position: relative;
    padding: 20px 10px;
    border: 1px solid #E1E1E1;
    background: rgba(250,250,250,.85);
    width: 100%;
    margin: 60px auto;
	}
	.step:before{
		content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 30px solid #EEE;
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
    margin-top: 20px;
}

.last-step:before {
	display: none; /* 最後の要素の:beforeを非表示にする */
}
}





/* ================================================================================

	事業案内

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {


}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	
}



/* ================================================================================

	商品紹介

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* 代表者名 */
	.title_ceo {
		text-align: right;
		font-size: 40px;
	}
	.title_ceo span {
		font-size: 20px;
		margin: 0 0.5em 0 0;
	}
	
	.tokusei table {
		border-top: #999999 1px solid;
    border-left: #999999 1px solid;
    width: 100%;
    border-collapse: collapse;
	}
	.tokusei table th {
    background: #ebebeb;
		border-right: #999999 1px solid;
    border-bottom: #999999 1px solid;
		text-align: center;
		width: 30%!important;
	}
	.tokusei table th::after {
		display: none;
	}
	.tokusei table td {
		border-right: #999999 1px solid;
		border-left: #999999 1px solid;
    border-bottom: #999999 1px solid;
		padding-left: 10px;
	}
	.color-type1 {
    background-color: #acffad !important;
}
	
	.kikaku table td {
		text-align: center;
		vertical-align:middle
	}
.table05 {
	width: 30%;
	border-top: 1px #cdcdcd solid;
  border-left: 1px #cdcdcd solid;
}	
.table05 th,td {
	padding: 16px;
}
.table05 th {
	background-color: #e8ffe8;
	border-bottom: 1px #cdcdcd solid;
    border-right: 1px #cdcdcd solid;
}
.table05 td {
	border-bottom: 1px #cdcdcd solid;
    border-right: 1px #cdcdcd solid;
}
.sozai_wrap {
	display: flex;
	justify-content: space-around;
}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* 代表者名 */
	.title_ceo {
		text-align: right;
		font-size: 8vw;
	}
	.title_ceo span {
		font-size: 4vw;
		margin: 0 0.5em 0 0;
	}
	.tokusei table {
		border-top: #999999 1px solid;
    border-left: #999999 1px solid;
    width: 100%;
    border-collapse: collapse;
	}
	.tokusei table th {
    background: #ebebeb;
		border-right: #999999 1px solid;
    border-bottom: #999999 1px solid;
		text-align: center;
		width: 30%!important;
	}
	.tokusei table th::after {
		display: none;
	}
	.tokusei table td {
		border-right: #999999 1px solid;
		border-left: #999999 1px solid;
    border-bottom: #999999 1px solid;
		padding-left: 10px;
	}
	.color-type1 {
    background-color: #acffad !important;
}
	
	.kikaku table td {
		text-align: center;
		vertical-align:middle
	}
.table05 {
	width: 100%;
	border-top: 1px #cdcdcd solid;
  border-left: 1px #cdcdcd solid;
	margin-bottom: 40px;
}	
.table05 th,td {
	padding: 16px;
}
.table05 th {
	background-color: #e8ffe8;
	border-bottom: 1px #cdcdcd solid;
    border-right: 1px #cdcdcd solid;
}
.table05 td {
	border-bottom: 1px #cdcdcd solid;
    border-right: 1px #cdcdcd solid;
}
.sozai_wrap {
	
}
}





/* ================================================================================

	会社案内

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.gallery_box a {
	}
	.gallery_box a img {
		width: 100%;
		height: 250px;
		object-fit: cover;
		font-family: 'object-fit: cover;'; /* IE対策 */
	}
	.gaiyou table {
		border-top: #999999 1px solid;
    border-left: #999999 1px solid;
    width: 100%;
    border-collapse: collapse;
	}
	.gaiyou table th {
    background: #ebebeb;
		border-right: #999999 1px solid;
    border-bottom: #999999 1px solid;
	}
	.gaiyou table th::after {
		display: none;
	}
	.gaiyou table td {
		border-right: #999999 1px solid;
		border-left: #999999 1px solid;
    border-bottom: #999999 1px solid;
		padding-left: 10px;
	}
	.saiyou table {
		border-top: #999999 1px solid;
    border-left: #999999 1px solid;
    width: 100%;
    border-collapse: collapse;
	}
	.saiyou table th {
    background: #f0fff0;
		border-right: #999999 1px solid;
    border-bottom: #999999 1px solid;
	}
	.saiyou table th::after {
		display: none;
	}
	.saiyou table td {
		border-right: #999999 1px solid;
		border-left: #999999 1px solid;
    border-bottom: #999999 1px solid;
		padding-left: 10px;
	}
	.saiyou h3 {
		text-align: center;
	}
	.musubi h3 {
		text-align: center;
	}
	.list-005 {
    background-color: #f2f2f2;
		width: 80%;
    margin: 40px auto;
}

.list-005 div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 10px 0;
    background-color: #008001;
    color: #fff;
    font-weight: 600;
}

.list-005 ul {
    list-style-type: disc;
    margin: 0;
    padding: 1em 1em 1em 2.5em;
}

.list-005 li {
    padding: .3em .3em .3em 0;
}

.list-005 li::marker {
    color: #008001;
    font-size: 1.1em;
}
.bosyu_list ul {
	display: flex;
    justify-content: space-around;
}
.bosyu_list ul li{
	position: relative;
  color: #008001;
  font-size: 20px;
  padding: 10px 0;
  text-align: center;
  margin: 1.5em 0;
}
.bosyu_list ul li:before {
	content: "";
    position: absolute;
    top: -18px;
    left: 50%;
    width: 220px;
    height: 90px;
    border-radius: 50%;
    border: 5px solid #a6ddb0;
    border-left-color: transparent;
    border-right-color: transparent;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
 }


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.gallery_box a {
	}
	.gallery_box a img {
		width: 100%;
		height: 250px;
		object-fit: cover;
		font-family: 'object-fit: cover;'; /* IE対策 */
	}
	.gaiyou table {
		border-top: #999999 1px solid;
    border-left: #999999 1px solid;
    width: 100%;
    border-collapse: collapse;
	}
	.gaiyou table th {
    background: #ebebeb;
		border-right: #999999 1px solid;
    border-bottom: #999999 1px solid;
	}
	.gaiyou table th::after {
		display: none;
	}
	.gaiyou table td {
		border-right: #999999 1px solid;
		border-left: #999999 1px solid;
    border-bottom: #999999 1px solid;
		padding-left: 10px;
	}
	.saiyou table {
		border-top: #999999 1px solid;
    border-left: #999999 1px solid;
    width: 100%;
    border-collapse: collapse;
	}
	.saiyou table th {
    background: #f0fff0;
		border-right: #999999 1px solid;
    border-bottom: #999999 1px solid;
	}
	.saiyou table th::after {
		display: none;
	}
	.saiyou table td {
		border-right: #999999 1px solid;
		border-left: #999999 1px solid;
    border-bottom: #999999 1px solid;
		padding-left: 10px;
	}
	.saiyou h3 {
		text-align: center;
	}
	.musubi h3 {
		text-align: left;
	}
	.list-005 {
    background-color: #f2f2f2;
    margin: 0px auto;
}

.list-005 div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 10px 0;
    background-color: #008001;
    color: #fff;
    font-weight: 600;
}

.list-005 ul {
    list-style-type: disc;
    margin: 0;
    padding: 1em 1em 1em 2.5em;
}

.list-005 li {
    padding: .3em .3em .3em 0;
}

.list-005 li::marker {
    color: #008001;
    font-size: 1.1em;
}
.bosyu_list ul {
	display: block;
}
.bosyu_list ul li{
	position: relative;
  color: #008001;
  font-size: 20px;
  padding: 10px 0;
  text-align: center;
	margin: 80px 0;
}
.bosyu_list ul li:before {
	content: "";
    position: absolute;
    top: -18px;
    left: 50%;
    width: 220px;
    height: 90px;
    border-radius: 50%;
    border: 5px solid #a6ddb0;
    border-left-color: transparent;
    border-right-color: transparent;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
}





/* ================================================================================

	SDGs

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.cate_contact_text {
		padding: 40px 80px;
		margin: 0 0 40px 0 !important;
		border: 1px solid #cccccc;
	}
	.cate_contact_text h3 {
		font-size: 18px;
		margin-top: 2rem;
	}
	.cate_contact_text ul{
		list-style: inside;
    margin-bottom: 20px;
	}
	.goal p{
    border-bottom: 1px dotted ;
		padding: 20px 0;
    font-size: 20px;
	}
	
	.must_box td{
    font-size: 24px;
		font-weight: bold;
	}
	.top {
		width: 30%;
		float: left;
		text-align: left;
	}

	.score th,.score td {
		vertical-align: bottom;
		padding: 0 20px;
	}
.score td {
	border-bottom: 1px solid #008001;
	text-align: center;
	padding-bottom: 0;
}
.bottom {
	width: 70%;
	float: right;
	margin-top: 80px;
	
}
.bottom th {
	text-align: center;
}
 
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.cate_contact_text {
		padding: 4vw;
		margin: 0 0 6vw 0 !important;
		border: 1px solid #cccccc;
	}
	.cate_contact_text h3 {
		font-size: 4vw;
		margin-top: 2rem;
	}
	.cate_contact_text ul{
		list-style: inside;
    margin-bottom: 20px;
	}
	.goal p{
    border-bottom: 1px dotted ;
		padding: 20px 0;
	}
	
	.must_box td{
		font-size: 24px;
		font-weight: bold;
	}
	.top {
		width: 100%;
		margin-bottom: 20px;
		}
	.bottom {
		width: 100%;
	}
	.score th,.score td {
		vertical-align: bottom;
		width: 100%;
		display: block;
	}
	.score {
		width: 100%;
	}
.score td {
	border-bottom: 1px solid #008001;
	text-align: center;
	padding-bottom: 0;
	margin-bottom: 20px;
}
}

/* ================================================================================

	お問い合わせ

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

}
