@charset "UTF-8";
/*-----------------------------------

	headline

-----------------------------------*/
#headline {
	margin-bottom: 200px !important;
}

@media screen and (max-width: 1300px) {
#headline {
	margin-bottom: 100px !important;
}
}
@media screen and (max-width: 840px) {
#headline {
    margin-bottom: 80px !important;
}
}
/*-----------------------------------

	concept_block

-----------------------------------*/
#concept_block {
	padding: 0;
}
/*concept_info*/
#concept_block #concept_info {
	padding-bottom: 120px;
}
#concept_block #concept_info h2 {
	font-family: 'Outfit', sans-serif;
	font-size: 44px;
	font-weight: 400;
	line-height: 1.33;
	letter-spacing: 0.12em;
	margin-bottom: 40px;
	padding-left: 10%;
}
#concept_block #concept_info h2 span {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.01rem;
	display: block;
	padding-top: 5px;
	color: #47b9f8;
}
#concept_block #concept_info .row_box {
	justify-content: end;
	position: relative;
}
#concept_block #concept_info .textArea {
	width: 32%;
	position: absolute;
	left: 20%;
	top: -10%;
}
#concept_block #concept_info .txt {
	padding: 4vw;
	background: #fff;
	box-shadow: 1px 2px 10px 1px rgb(59 74 98 / 10%);
}
#concept_block #concept_info .textArea h3 {
	font-size: 28px;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 40px;
}
#concept_block #concept_info .textArea p {
	font-size: 15px;
}
#concept_block #concept_info .imageArea {
	width: 55%;
}

@media screen and (max-width: 1300px) {
#concept_block #concept_info .textArea h3 {
	font-size: 18px;
	margin-bottom: 20px;
}
#concept_block #concept_info .textArea {
	width: 50%;
	left: 5%;
}
}

@media screen and (max-width: 840px) {
#concept_block #concept_info {
	padding-bottom: 30px;
}
#concept_block #concept_info h2 {
	font-size: 32px;
	padding-left: 0;
}
#concept_block #concept_info .textArea {
	width: 90%;
	margin: 0 auto;
	position: static
}
#concept_block #concept_info .txt {
	background: none;
	box-shadow: none;
	margin-bottom: 40px;
	padding: 0;
}
#concept_block #concept_info .textArea p {
	font-size: 14px;
}
#concept_block #concept_info .imageArea {
	width: 100%;
}
}

@media screen and (max-width: 640px) {
#concept_block #concept_info h2 {
	font-size: 26px;
	margin-bottom: 30px;
}
#concept_block #concept_info h2 span {
	padding-top: 5px;
}
}
/*concept_content*/
#concept_block #concept_content {
	background: #f9f9fa;
	padding: 120px 0;
}
#concept_block #concept_content .row_box {
	align-items: center;
}
#concept_block #concept_content .row_box:first-child {
	margin-bottom: 90px;
}
#concept_block #concept_content .textArea {
	width: 40%;
}
#concept_block #concept_content .textArea .ttl {
	font-size: 28px;
	font-weight: 500;
	line-height: 1.8;
	margin-bottom: 40px;
}
#concept_block #concept_content .textArea .txt {
	font-size: 15px;
}
#concept_block #concept_content .imageArea {
	width: 55%;
}

@media screen and (max-width: 1300px) {
#concept_block #concept_content .textArea .ttl {
	font-size: 18px;
	margin-bottom: 20px;
}
}

@media screen and (max-width: 840px) {
#concept_block #concept_content {
	padding: 30px 0 60px 0;
}
#concept_block #concept_content .imageArea {
	width: 100%;
}
#concept_block #concept_content .textArea {
	width: 100%;
	margin-bottom: 30px;
}
#concept_block #concept_content .row_box:first-child {
	flex-direction : column-reverse;
	margin-bottom: 30px;
}
}
