@charset "UTF-8";
/* --------------------------------
	style_pc.css
--------------------------------
チーム力ページ用のcssです。
-------------------------------- */

#message_top {
	background: url(../images/bg_team.jpg) no-repeat;
	background-position: right center;
	background-size: 100% auto;
	width: 100%;
	text-align: center;
	padding-bottom: 50px;
}
@media (max-width: 960px) {
#message_top {
	background: url(../images/bg_team.jpg) no-repeat;
	background-position: right center;
	background-size: cover;
}
}

#message_top h1 {
	padding-top: 43px;
	box-sizing: border-box;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	margin: 0;
	text-shadow: 1px 2px 5px #333333;
}
#message_top p {
	width: 100%;
	text-align: center;
	padding-top: 5px;
	box-sizing: border-box;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	text-shadow: 1px 2px 5px #333333;
}
.message_area {
	color: #000;
	margin: 60px auto 0px 5%;
	padding: 0 60px 100px;
	width: 60%;
	bpx-sizing: border-box;
}

@media (max-width: 960px) {
.message_area {
	color: #000;
    margin: 60px auto 0px 5%;
    padding: 0 0px 100px 0;
    width: 72%;
}
}
#message_top h2 {
	font-size: 24px;
	padding: 0px 0 20px;
	letter-spacing: 2px;
	text-align: left;
	text-shadow: 1px 0 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff, 0 -1px 0 #fff;
	font-family: 'Montserrat', sans-serif;
}
#message_top p.main_text {
	text-align: left;
	padding-top: 5px;
	box-sizing: border-box;
	font-size: 17px;
	color: #000;
	line-height: 2.0;
	margin: 0 auto;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	text-shadow: inherit;
}
#message_02 {
	color: #4d4d4d;
	margin: 40px auto 60px;
	width: 100%;
	text-align: center;
	background-color: #fff;
}
#message_02 img {
	width: 88%;
	max-width: 894px;
}
#message_02 h2 {
	font-size: 24px;
	padding: 30px 0;
	background-color: #f8efc9;
	border-top: solid 1px #f8e5b8;
	border-bottom: solid 1px #f8e5b8;
	letter-spacing: 2px;
	text-align: center;
	color: #ddac18;
	margin: 40px 0 0;
	font-family: 'Montserrat', sans-serif;
}
#message_02 p {
	max-width: 1200px;
	text-align: left;
	box-sizing: border-box;
	font-size: 17px;
	line-height: 2.0;
	margin: 30px auto 10px;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	padding: 5px 60px;
}

#message_03{
	text-align: center;
	margin: 40px auto 0;
	padding: 0 8%;
	max-width: 1200px;
}



#message_03 h3{
	background-color: #c04768;
	color: #fff;
	padding: 5px 20px;
	border-radius: 50px;
	display: inline;
	font-size: 28px;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
}

.diagram{
	overflow: hidden;
	margin: 40px auto 30px;
}

.diagram_left{
	float: left;
	width: 48%;
}

.diagram_left img{
	width : -moz-calc(100% - 20px);
	width : -webkit-calc(100% - 20px);
	width : calc(100% - 20px);
	max-width: 500px;
	margin-right: 20px;
}

.diagram_right{
	float: left;
	width: 52%;
	 display: -webkit-flex;
 display: flex;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */
}

.diagram_right p{
	text-align: left;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.8;
	color: #4d4d4d;
}

.diagram_right ul{
	margin-top: 20px;
	overflow: hidden;
}

.diagram_right li{
	background-color: #c04768;
	color: #fff;
	padding: 5px 0px;
	border-radius: 50px;
	display: inline;
	font-size: 14px;
	margin: 5px;
	width : -moz-calc((100% / 2) - 10px);
	width : -webkit-calc((100% / 2) - 10px);
	width : calc((100% / 2) - 10px);
	float: left;
	font-family: 'Montserrat', sans-serif;
	box-sizeing: border-box;
	letter-spacing:  -1px;
	white-space: nowrap
}

@media (max-width: 1010px) {
.diagram_right p{
	font-size: 14px;
}

.diagram_right li{
	font-size: 12px;
}
}

@media (max-width: 816px) {
	
.diagram_right ul{
	margin-top: 10px;
}

.diagram_right li{
	font-size: 11px;
}
}
