body,html,h2,h3,h4,p,span{
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 500;
  font-size: 16px;
	box-sizing: border-box;
}
*, *::before, *::after {
    box-sizing: border-box;
}
#main{
  padding-top: 0;
}

.color-blu {
	color: #0075ba;
}
.color-ylw {
	color: #f5a20b;
}
.color-pik {
	color: #dc097b;
}
.color-grn {
	color: #54b431;
}
.color-gry {
	color: #9f9f9f;
}
img {
	max-width: 100%;
	height: auto;
}
ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#portfolio-list li {
	display: block;
	width: 100%;
}
.text-center{
	text-align: center;
}
.lead {
	padding: 0!important;
	margin-bottom: 15px;
}
small {
	font-size: 12px;
}
figure {
	margin: 0;
	display: inline-block;
	width: 100%;
}
.mb-5 {
	margin-bottom: 2rem;
}
.text-center{
	text-align: center;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row::after{
	display: table;
}
.span-2,.span-3,.span-4,.span-8,.span-9,.span-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
	line-height: 1.6;
	transition: 0.3s;
	margin: 0 0 1rem;
}
.span-2 {
	/* display: flex; */
	-ms-flex: 0 0 16.666666666666664%;
  flex: 0 0 16.666666666666664%;
  max-width: 16.666666666666664%;
}
.span-3 {
	/* display: flex; */
	-ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.span-4 {
	/* display: flex; */
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.span-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
.span-9 {
	-ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.span-10{
	-ms-flex: 0 0 83.33333333333334%;
	flex: 0 0 83.33333333333334%;
	max-width: 83.33333333333334%;
}
.border-r {
	border-right: 1px solid #f5dded;
}


.width-bloc {
	display: block;
	flex: 0 0 100%;
  max-width: 100%;
}
figure{
	display: inline-block;
	width: 100%;
	padding: 1rem;
	text-decoration: none!important;
	text-align: center;
	box-sizing: border-box;
}

.comp_theme .span-3 a{
	display: inline-block;
	width: 100%;
	padding: 2.5rem 1rem;
	color: #ffffff!important;
	text-decoration: none!important;
	text-align: center;
	box-sizing: border-box;
}

.comp_theme .span-3 > a > span{
	display: block;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 600;
}
.comp_theme [class*="span-"]:nth-child(1) a{
	padding: 1rem 1rem;
	color: #333333!important;
}

.comp_theme [class*="span-"]:nth-child(1) {
	background-color: #eeeeee;
	border-right: 0!important;
	margin-bottom: 5px!important;
}
.comp_theme [class*="span-"]:nth-child(2) {
	background-color: #0075ba;
}
.comp_theme [class*="span-"]:nth-child(3) {
	background-color: #f5a20b;
}
.comp_theme [class*="span-"]:nth-child(4) {
	background-color: #dc097b;
}
.comp_theme [class*="span-"]:nth-child(5) {
	background-color: #54b431;
	border-right: 0!important;
}

.comp_theme [class*="span-"]:nth-child(1):hover {
	background-color: #cccccc;
}
.comp_theme [class*="span-"]:nth-child(2):hover {
	background-color: #07659d;
}
.comp_theme [class*="span-"]:nth-child(3):hover {
	background-color: #df940a;
}
.comp_theme [class*="span-"]:nth-child(4):hover {
	background-color: #b60565;
}
.comp_theme [class*="span-"]:nth-child(5):hover {
	background-color: #408c24;
}

.comp_theme {
  margin: 0 ;
  padding: 2rem;
	width: 100%;
	display: inline-block;
  /* background-image: url(./img/bg.png); */
  background-repeat: repeat-y;
  background-size: cover;
  box-sizing: border-box;
}
.photo_list {
	display: inline-block;
	width: 100%;
}
.theme_skin {
  position: relative;
  display: inline-block;
  margin: 0 0 1.5em 0;
  padding: 1rem 1rem;
  min-width: 100%;
  max-width: 100%;
  font-size: 1.1em;
  background: #FFF;
  box-sizing: border-box;
}

.theme_skin:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.theme_skin:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  /* border-top: 14px solid #555; */
  z-index: 1;
}

.theme_skin h3 {
  margin: 0;
  padding: 0;
}
.theme_skin h3 span{
  display: inline-block;
	color: #ffffff;
  padding: 15px 35px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  box-sizing: border-box;
	font-weight: 700;
}



/* theme_A customCSS
**************************************************/
.theme_A h3{
	width:100%;
	font-size:1.1em;
	font-weight:bold;
	text-decoration:none;
	display:block;
	text-align:center;
	margin: 0!important;
	margin-bottom: 1rem;
	box-sizing: border-box;
}
.theme_A h3 span{
	background-color: #0075ba;
}
.theme_A .theme_skin h3{
  color: #0075ba!important;
}
.theme_A .theme_skin {
  border: solid 3px #0075ba;
}
.theme_A .theme_skin:after {
  border-top: 14px solid #0075ba;
}

.theme_A .subtit-skin {
	font-size: 1.2rem;
  position: relative;
  background: #f1f8ff;
  padding: 1.25rem 1.25rem;
  border-left: solid 4rem #0075ba;
}
/* theme_B customCSS
**************************************************/
.theme_B h3{
	width:100%;
	font-size:1.1em;
	font-weight:bold;
	text-decoration:none;
	display:block;
	text-align:center;
	margin: 0!important;
	margin-bottom: 1rem;
	box-sizing: border-box;
}
.theme_B h3 span{
	background-color: #f5a20b;
}
.theme_B .theme_skin h3{
  color: #f5a20b!important;
}
.theme_B .theme_skin {
  border: solid 3px #f5a20b;
}
.theme_B .theme_skin:after {
  border-top: 14px solid #f5a20b;
}

.theme_B .subtit-skin {
	font-size: 1.2rem;
  position: relative;
  background: #fffcf1;
  padding: 1.25rem 1.25rem;
  border-left: solid 4rem #f5a20b;
}

/* theme_C customCSS
**************************************************/
.theme_C h3{
	width:100%;
	font-size:1.1em;
	font-weight:bold;
	text-decoration:none;
	display:block;
	text-align:center;
	margin: 0!important;
	margin-bottom: 1rem;
	box-sizing: border-box;
}
.theme_C h3 span{
	background-color: #dc097b;
}
.theme_C .theme_skin h3{
  color: #dc097b!important;
}
.theme_C .theme_skin {
  border: solid 3px #dc097b;
}
.theme_C .theme_skin:after {
  border-top: 14px solid #dc097b;
}

.theme_C .subtit-skin {
	font-size: 1.2rem;
  position: relative;
  background: #fff1fa;
  padding: 1.25rem 1.25rem;
  border-left: solid 4rem #dc097b;
}

/* theme_D customCSS
**************************************************/
.theme_D h3{
	width:100%;
	font-size:1.1em;
	font-weight:bold;
	text-decoration:none;
	display:block;
	text-align:center;
	margin: 0!important;
	margin-bottom: 1rem;
	box-sizing: border-box;
}
.theme_D h3 span{
	background-color: #54b431;
}
.theme_D .theme_skin h3{
  color: #54b431!important;
}
.theme_D .theme_skin {
  border: solid 3px #54b431;
}
.theme_D .theme_skin:after {
  border-top: 14px solid #54b431;
}

.theme_D .subtit-skin {
	font-size: 1.2rem;
  position: relative;
  background: #f1fff5;
  padding: 1.25rem 1.25rem;
  border-left: solid 4rem #54b431;
}

/***************************************************/
.subtit-skin:before {
	font-size: 23px;
  font-family: "Font Awesome 5 Free";
  content: "\f303";
  position: absolute;
  padding: 0;
  color: white;
  font-weight: 900;
  left: -2.58rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}



#second_contents.onecolumn-contents p{
	padding: 10px;
}
@media(min-width:681px) {
	.width-8,
	.width-4 {
		float: left;
		clear: inherit;
		box-sizing: border-box;
	}
	.width-8 {
		width: 60%;
	}
	.width-4 {
		width: 40%;
		padding: 10px;
	}
	#second_contents h4{
		/* font-size: 11.29pt; */
		color:#333;
		box-sizing: border-box;
	}
}


#second_contents.onecolumn-contents .caption-tit{
	text-align: center;
	color: #333333;
	font-weight: 700;
	font-size: 22px;
	/* font-family: $font-hiraW6; */
	padding: 40px 0 28px;
	line-height: 1.5;
	background: url(./img/color.png) bottom center no-repeat;
	background-size: auto 4px;
}
.caption-tit span{
	font-weight: 600;
	font-size: 24px;
}
#second_contents h4{
	margin: 0 0 1rem;
}
.sp_br{
	display:none;
}
@media(max-width: 680px){
	h4 {
		font-weight: bold;
		box-sizing: border-box;
	}
	#second_contents.onecolumn-contents .caption-tit,
	.caption-tit span{
		font-size: 20px;
	}
	.sp_br{
		display:block;
	}
}
@media(min-width: 681px){
	#second_contents.onecolumn-contents h3 {
	    margin-top: 0px;
	    margin-right: 10px;
	    margin-left: 0px;
	    margin-bottom: 20px;
	    clear: both;
	    display: block;
	    height: auto;
	    color: #ffffff;
			box-sizing: border-box;
	}
}


.comp_concept {
  box-sizing: border-box;
  margin: 2.5rem 0;
  padding: 2rem;
  background-image: url(./img/bg.png);
	background-repeat: repeat-y;
	background-size: cover;
	box-sizing: border-box;
}

.comp_concept p{
  padding: 1.5rem 1.5rem 1rem!important;
  background-color: #ffffff;
}

#second_contents.onecolumn-contents p {
  font-size: 16px;
  color: #000;
}

@media (max-width:680px) {
#second_contents.onecolumn-contents p{
		text-align: left;
	}
}

#second_contents.onecolumn-contents .comp_concept p span{
  text-align: right;
  border-top: 1px solid #f5e2e2;
  display: inline-block;
  width: 100%;
  font-size: 13px;
  padding: 15px 10px 0;
}

/*
--------------------------------------------*/
.sengen1 {
	border: 1px solid #e9e9e9;
	background-color: #fcfcfc;
	padding-bottom: 2rem;
	margin-bottom: 2rem;
	display: inline-block;
	width: 100%;
	padding: 1rem;
	box-sizing: border-box;
}
.post_box {
	display: inline-block;
	width: 100%;
	margin-bottom: 1.5rem;
}
/*
--------------------------------------------*/
#portfolio-list li {
	padding:0 2rem 2rem;
	box-sizing: border-box;
}
.sengen_text_list p{
	text-align: left;
}
.sengen_text_list ul{
	margin-bottom: 1.5rem;
}
.sengen_text_list li{
	font-size: 15px;
	color: #000;
  text-indent: -1em;
	padding: .5rem 0 .5rem 1em;
	line-height: 1.6;
	border-bottom: 1px dashed #cccccc;
}
.sengen_text_list li span{
	font-size: 13px;
	color: #9b7763;
}

#second_contents a:link{
	color: #9b7763;
	text-decoration:underline;
}
#second_contents a:visited {color:#00e;}
#second_contents a:hover {color:#51565b;}

.sengen_text_list li span.kuro{
	color: #000;
}

/* SDGｓアイコンをならべる
--------------------------------------------*/

.photo_list ul {
	list-style: none;
}
.photo_list ul li,
.photo_list > div {
	float: left;
	width: 16.6666666%;
	border: 1px solid #ffffff;
	box-sizing: border-box;
}
@media (max-width:680px) {
	.photo_list ul li,
	.photo_list > div {
		width: 25%;
	}
}


.head_title{
  color: #333333;
  text-align: center;
}
@media (min-width:681px) {
	.head_title{
	  font-size: 36px;
	}
	._sp{
		display: none;
	}
}
@media (max-width:680px) {
	.head_title{
	  font-size: 26px;
	}
	._pc {
		display:none;
	}
	._sp {
		display: block;
	}
	.sengen_text_list img {
		margin-bottom: 1.8rem;
	}

}

.picbox {
	float:right;
	width:35%;
	margin-top:-10px;
	padding:0 20px;
	font-size:55%;
	}

.picbox img{
	margin-top:20px;
}




@media (max-width:680px) {
	.comp_theme,#portfolio-list li{
		padding: 1rem 15px;
	}
	.span-xs-3,.span-xs-4,.span-xs-6,.span-xs-8,.span-xs-9,.span-xs-12 {
	  position: relative;
	  width: 100%;
	  padding-right: 15px;
	  padding-left: 15px;
		line-height: 1.6;
		transition: 0.3s;
		margin: 0 0 0!important;
	}
	.span-xs-3 {
		/* display: flex; */
		-ms-flex: 0 0 25%;
	  flex: 0 0 25%;
	  max-width: 25%;
	}
	.span-xs-4 {
		/* display: flex; */
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.span-xs-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.span-xs-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.span-xs-9 {
		-ms-flex: 0 0 75%;
	  flex: 0 0 75%;
	  max-width: 75%;
	}
	.span-xs-12 {
		-ms-flex: 0 0 100%;
	  flex: 0 0 100%;
	  max-width: 100%;
	}

	.border-r {
	    border-right: 0;
	}

	.comp_theme .span-3 a{
		padding: 1rem 0;
		font-size: 85%;
		height: 100%;
	}
	.comp_theme .span-3 > a > span{
		font-size: 18px;
	}
	.theme_skin{
    padding: 1rem 15px 1rem 7.5rem;
	}
	.theme_skin h3 {
		text-align: left;
		font-size: 1rem;
	}
	.theme_skin h3 span{
    padding: 1rem 10px;
		font-size: 16px;
	}
	.theme_skin h3 .spsmall{
		font-size: 14px;
	}
	.subtit-skin{
    font-size: 1rem!important;
		padding:1rem 1.25rem !important;
	}
}
