@charset "utf-8";
@import url(header.css);
@import url(footer.css);
@import url(floating_bannar.css);

html {
	color: #000;/* background: #FFF; */
	font-size: 62.5%;
	line-height: 1.4;
	-webkit-appearance: none;
}
body, div, dl, dt, dd, ul, li, h1, h2, h3, input, p, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: 0;
}
th {
	font-style: normal;
	font-weight: normal;
}
ul {
	list-style: none;
}
th {
	text-align: left;
}
h1, h2, h3 {
	font-weight: normal;
}
input, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input, select {
 *font-size:100%;
}

/* YUI CSS Detection Stamp */
a {
	text-decoration: none;
	outline: none;
}
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/**********************************************************************
共通contentsArea（responsive）
**********************************************************************/
body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Yu Gothic", YuGothic, sans-serif !important;
	-webkit-text-size-adjust: 100%;
	font-size: 1.6rem;
}
s
@media only screen and (max-width: 768px) {
    .onlyPc {
        display: none !important;
    }
}

@media only screen and (min-width: 769px) {
  .onlySp {
    display: none !important;
  }
}

.contentsWrap {
}
.pageContentsArea .contentsWrap {
	font-size: 1.6rem;
	line-height: 1.4;
	margin: 0 auto 80px;
	width: 100%;
}

@media screen and (max-width: 768px){
    h1.titleArea {
        font-size: 2.8rem;
        margin-bottom: 40px;
        padding: 10px 0;
    }
	.contentsWrap {
		padding: 20px;
		box-sizing: border-box;
	}
}

/*****************************************
	conceptPage
*****************************************/
#concept h1 {
	font-size:
}
#concept h2 {
	font-size: 2.8rem;
	font-weight: 900;
	margin-bottom: 60px;
	padding: 0 10px 5px;
	border-bottom: 5px solid #d70051;
	display: inline-block;
}
#concept h3 {
	font-size: 2.4rem;
	margin-bottom: 20px;
	color: #ea0a12;
	font-weight: 600;
}

.concept_mission {
	text-align: center;
	border-bottom: 1px solid #d70051;
}
.concept_mission h2 {
}
.concept_mission p {
	margin-bottom: 20px;
}
.concept_mission p.mission_strong {
	font-size: 2.8rem;
	padding: 0 5px;
	margin-bottom: 80px;
	line-height: 1.8;
	letter-spacing: 0.6px;
}
.concept_mission p.mission_strong span.strong_point {
	color: #d70051;
	font-weight: 900;
}


@media screen and (max-width: 768px) {
	.concept_mission p.mission_strong {
		font-size: 2.8rem;
		padding: 0 5px;
		margin-bottom: 80px;
		line-height: 1.6;
		letter-spacing: 0px;
	}
}




.concept_value {
	padding-bottom: 40px;
	text-align: center;
}
.concept_value h2 {
	margin-bottom: 60px;
}
.concept_value .concept_value_image {
	text-align: center;
	margin: 0 auto 60px;
	width: 100%;
	max-width: 980px;
	border-bottom: 1px solid #aaa;
}
.concept_value .concept_value_image img {
	max-width: 480px;
	width: 100%;
	margin-bottom: 60px;
	box-sizing: border-box;
}

.concept_value .concept_value_content {
	margin: 0 auto 60px;
	padding: 0 5px 60px;
	width: calc(100% - 10px);
	max-width: 980px;
	text-align: left;
	border-bottom: 1px solid #aaa;
}
.concept_value .concept_value_content h3 {
}
.concept_value .concept_value_content .concept_value_content_detail {
}
.concept_value .concept_value_content .concept_value_content_detail p {
	line-height: 1.6;
}
.concept_value .concept_value_content .concept_value_content_detail p.value_strong {
	font-size: 1.9rem;
	font-weight: 600;
	margin-bottom: 10px;
}
.concept_value .concept_value_content .concept_value_content_detail p.value_detail {
}


@media screen and (max-width: 768px) {
	.concept_value .concept_value_content .concept_value_content_detail p {
		line-height: 1.4;
	}
}




@media screen and (max-width: 768px) {
}

@media screen and (max-width: 480px) {
}
