@charset "UTF-8";
/* css Business [top] */

@import url("../content.css");
@import url("main.css");

/*---------------------------------------------------- */
/* main */
/*---------------------------------------------------- */
/*== Waku ==*/
.mainbox {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.mainbox .main_left {
	padding: 0;
	margin: 0;
	height: auto;
}
.mainbox .main_right {
	padding: 0;
	margin: 0;
	height: auto;
}

/*== img ==*/
.mainbox .main_left .photobox {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.mainbox .main_left .photobox .photo_main {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.mainbox .main_left .photobox .photo_main img {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	vertical-align: bottom;
}
.mainbox .main_right .photo_main {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.mainbox .main_right .photo_main img {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	vertical-align: bottom;
}

/*---------------------------------------------------- */
/* Strengths */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_strengths {
	padding: 0;
	margin: 0 auto;
	height: auto;
	text-align: center;
}

/*== Box ==*/
.waku_strengths .strengthsbox {
	padding: 0;
	margin: 0;
	height: auto;
	display: inline-block;
    *display: inline;
    *zoom: 1;
	vertical-align: top;
}
.waku_strengths .strengthsbox article {
	padding: 0;
	margin: 0 auto;
	height: auto;
	position: relative;
	overflow: hidden;
	background-color: #fff;
	border-radius: 0 0 10px 10px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	box-shadow: 0px 0px 8px 2px rgba(0,0,0, 0.15);   /* 影指定 */
}

/*== img ==*/
.waku_strengths .strengthsbox article figure {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.waku_strengths .strengthsbox article figure img {
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	position: relative;
	overflow: hidden;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

/*== Triangle ==*/
.waku_strengths .strengthsbox article .triangle::before {
	content: "";
    top: 0;
    left: 0;
    border-bottom: 4em solid transparent;
    border-left: 4em solid #008080; /* ラベルの色はここで変更 */
    position: absolute;
    z-index: 100;
}
.waku_strengths .strengthsbox article .triangle figcaption  {
	display: block;
    color: #fff;
	font-family: "Open Sans", "Lucida Grande", Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
    position: absolute;
    z-index: 101;
}

/*== Detail ==*/
.waku_strengths .strengthsbox article .detail {
	padding: 0;
	margin: 0 auto;
	height: auto;
	border-right: solid 1px #f5f5f5;
	border-left: solid 1px #f5f5f5;
	border-bottom: solid 1px #f5f5f5;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}
.waku_strengths .strengthsbox article .detail h3 {
	padding: 0;
	margin: 0;
	color: #2d2e2f;
	font-weight: 700;
	text-align: center;
	line-height: 1.3;
}
.waku_strengths .strengthsbox article .detail h3 em {
	padding: 0;
	margin: 0;
	color: #2d2e2f;
	font-style: normal;
	font-weight: 800;
	display: inline-block;
}

/*== P ==*/
.waku_strengths .strengthsbox article .detail .txt_strengths {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.waku_strengths .strengthsbox article .detail .txt_strengths p {
	padding: 0;
	margin: 0;
	/*color: #3d3e3f;*/
	color: #008080;
	font-weight: 500;
	line-height: 1.6;
	text-align: left;
}




/* PC */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* Main */
/*---------------------------------------------------- */
/*== Waku ==*/
.mainbox {
	margin-bottom: 50px;
	width: 98%;
	overflow: hidden;
}
.mainbox:last-child {
	margin-bottom: 0;
	width: 98%;
	overflow: hidden;
}
.mainbox .main_left {
	width: 60%;
	float: left;
}
.mainbox .main_right {
	width: 36%;
	float: right;
}

/*== img ==*/
.mainbox .main_left .photobox {
	display: none;
}
.mainbox .main_right .photo_main {
	width: 100%;
}

/*---------------------------------------------------- */
/* Strengths */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_strengths {
	width: 98%;
}

/*== Box ==*/
.waku_strengths .strengthsbox {
	padding-bottom: 25px;
	margin: 0 1.2%;
	width: 30.4%;
}
.waku_strengths .strengthsbox article {
	width: 100%;
}

/*== img ==*/
.waku_strengths .strengthsbox article figure {
	height: 240px;
	max-height: 240px;
}
.waku_strengths .strengthsbox article figure img {
	min-width: 100%;
	width: 100%;
}

/*== Triangle ==*/
.waku_strengths .strengthsbox article .triangle figcaption  {
	font-size: 21px;
	top: 3px;
	left: 13px;
}

/*== Detail ==*/
.waku_strengths .strengthsbox article .detail {
	padding: 25px 25px 25px 25px;
	width: 100%;
	min-height: 200px;
}
.waku_strengths .strengthsbox article .detail h3 {
	margin-bottom: 14px;
	font-size: 20px;
}
.waku_strengths .strengthsbox article .detail h3 em {
	font-size: 28px;
}

/*== P ==*/
.waku_strengths .strengthsbox article .detail .txt_strengths {
	width: 98%;
}
.waku_strengths .strengthsbox article .detail .txt_strengths p {
	font-size: 18px;
}




}


/* Tablet */
@media all and (max-width: 959px) and (min-width: 600px) {
/*---------------------------------------------------- */
/* main */
/*---------------------------------------------------- */
/*== Waku ==*/
.mainbox {
	margin-bottom: 40px;
	width: 98%;
	overflow: hidden;
}
.mainbox:last-child {
	margin-bottom: 0;
	width: 98%;
	overflow: hidden;
}
.mainbox .main_left {
	width: 56%;
	float: left;
}
.mainbox .main_right {
	width: 40%;
	float: right;
}

/*== img ==*/
.mainbox .main_left .photobox {
	display: none;
}
.mainbox .main_right .photo_main {
	width: 100%;
}

/*---------------------------------------------------- */
/* Strengths */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_strengths {
	width: 98%;
}

/*== Box ==*/
.waku_strengths .strengthsbox {
	padding-bottom: 20px;
	margin: 0 1.0%;
	width: 47.4%;
}
.waku_strengths .strengthsbox article {
	width: 100%;
}

/*== img ==*/
.waku_strengths .strengthsbox article figure {
	height: 210px;
	max-height: 210px;
}
.waku_strengths .strengthsbox article figure img {
	min-width: 100%;
	width: 100%;
}

/*== Triangle ==*/
.waku_strengths .strengthsbox article .triangle::before {
    border-bottom: 3.5em solid transparent;
    border-left: 3.5em solid #008080; /* ラベルの色はここで変更 */
}
.waku_strengths .strengthsbox article .triangle figcaption  {
	font-size: 19px;
	top: 3px;
	left: 9px;
}

/*== Detail ==*/
.waku_strengths .strengthsbox article .detail {
	padding: 20px 20px 20px 20px;
	width: 100%;
	min-height: 180px;
}
.waku_strengths .strengthsbox article .detail h3 {
	margin-bottom: 12px;
	font-size: 18px;
}
.waku_strengths .strengthsbox article .detail h3 em {
	font-size: 25px;
}

/*== P ==*/
.waku_strengths .strengthsbox article .detail .txt_strengths {
	width: 98%;
}
.waku_strengths .strengthsbox article .detail .txt_strengths p {
	font-size: 16px;
}


}


/* SP */
@media only screen and (max-width: 599px) {
/*---------------------------------------------------- */
/* main */
/*---------------------------------------------------- */
/*== Waku ==*/
.mainbox {
	margin-bottom: 30px;
	width: 98%;
	overflow: hidden;
}
.mainbox:last-child {
	margin-bottom: 0;
	width: 98%;
	overflow: hidden;
}
.mainbox .main_left {
	margin: 0 auto;
	width: 98%;
	display: block;
}
.mainbox .main_right {
	display: none;
}

/*== img ==*/
.mainbox .main_left .photobox {
	margin-bottom: 15px;
	width: 98%;
}
.mainbox .main_left .photobox .photo_main {
	width: 100%;
}

/*---------------------------------------------------- */
/* Strengths */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_strengths {
	width: 96%;
}

/*== Box ==*/
.waku_strengths .strengthsbox {
	padding-bottom: 16px;
	margin: 0 0.6%;
	width: 97.0%;
}
.waku_strengths .strengthsbox article {
	width: 100%;
}

/*== img ==*/
.waku_strengths .strengthsbox article figure {
	height: 170px;
	max-height: 170px;
}
.waku_strengths .strengthsbox article figure img {
	min-width: 100%;
	width: 100%;
}

/*== Triangle ==*/
.waku_strengths .strengthsbox article .triangle::before {
    border-bottom: 3em solid transparent;
    border-left: 3em solid #008080; /* ラベルの色はここで変更 */
}
.waku_strengths .strengthsbox article .triangle figcaption  {
	font-size: 16px;
	top: 2px;
	left: 7px;
}

/*== Detail ==*/
.waku_strengths .strengthsbox article .detail {
	padding: 15px 18px 15px 18px;
	width: 100%;
}
.waku_strengths .strengthsbox article .detail h3 {
	margin-bottom: 10px;
	font-size: 17px;
}
.waku_strengths .strengthsbox article .detail h3 em {
	font-size: 21px;
}

/*== P ==*/
.waku_strengths .strengthsbox article .detail .txt_strengths {
	width: 98%;
}
.waku_strengths .strengthsbox article .detail .txt_strengths p {
	font-size: 14px;
}




}