@import url("https://fonts.googleapis.com/css?family=Fira+Sans:400,700|Noto+Sans+JP&display=swap");

@import url("https://use.fontawesome.com/releases/v5.6.1/css/all.css");

/************************
	HOME - CONCEPT
************************/

.home-concept {
	margin-bottom: 40px;
	position: relative;
	width: 100%;
}

.home-concept-inner {
	font-size: 1.6rem;
	margin: 0 auto;
	padding: 20px 0;
	width: 95%;
}

.home-concept-ttl {
	margin-bottom: 20px;
}

.home-concept-ttl img {
	height: 37px;
}

.home-concept-catch {
	font-size: 2rem;
	font-weight: 900;
	line-height: 1.5;
	margin-bottom: 20px;
}

.home-concept-read {
	font-size: 1.4rem;
	margin-bottom: 24px;
}

.home-concept-read li::before {
	background-color: #e02b32;
	content: "";
	display: inline-block;
	height: 2px;
	margin-right: 0.5em;
	vertical-align: middle;
	width: 0.5em;
}

.home-concept-btn01 {
	margin: 24px auto;
}

.home-concept-img01 {
	width: 100%;
}

.home-concept-bg01 {
	background: url(/images/cont-bg02.jpg) repeat;
	bottom: 60px;
	content: "";
	display: block;
	height: 23vw;
	position: absolute;
	width: 100%;
	z-index: -2;
}

.home-concept-img02 img {
	margin-top: 60px;
	width: 85%;
}

/* ***********************
	HOME - CONTACT
************************/

.home-contact {
	background: url(/images/home/home-contact-bg01@2x.jpg) center no-repeat;
	background-size: cover;
	color: #fff;
	width: 100%;
}

.home-contact-inner {
	margin: auto;
	padding: 40px 0;
	width: 90%;
}

.home-contact-txt01 {
	font-size: 1.4rem;
	font-weight: 900;
	margin-bottom: 20px;
}

.home-contact .btn02 {
	margin: auto;
	width: 90%;
}

/************************
	HOME - HERO
************************/

.home-hero {
	position: relative;
	width: 100%;
}

.home-hero-inner {
	-webkit-transform: translateY(-50%);
	left: 5%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 90%;
	z-index: 1;
}

.home-hero-catch {
	color: #fff;
	font-size: 3.4rem;
	font-weight: 900;
	line-height: 1.2;
	margin-bottom: 16px;
	text-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.home-hero-catch span {
	display: block;
}

.home-hero-read {
	color: #fff;
	font-size: 1.4rem;
	font-weight: 900;
	margin-bottom: 16px;
	text-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.home-hero .btn01 {
	margin: 0;
	width: 164px;
}

.home-hero .btn01 a {
	font-size: 1.7rem;
	padding: 14px 0;
}

/************************
	HOME - NEWS
************************/

.home-news {
	background: url(/images/cont-bg01.jpg) repeat;
	padding: 35px 0;
	position: relative;
	width: 100%;
	z-index: 0;
}

.home-news-inner {
	font-size: 1.6rem;
	margin: 0 auto;
	width: 95%;
}

.home-news-wrap {
	background-color: #fff;
	position: relative;
}

.home-news-wrap::after {
	-webkit-box-shadow: 0 14px 19px rgba(0, 0, 0, 0.05);
	-webkit-transform: translateX(-50%);
	background-color: #fff;
	border-radius: 40px;
	bottom: 0;
	box-shadow: 0 14px 19px rgba(0, 0, 0, 0.05);
	content: "";
	height: 50px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 98%;
	z-index: -1;
}

.home-news-ttl {
	margin-bottom: 10px;
}

.home-news-ttl img {
	height: 37px;
}

.home-news-list {
	font-size: 1.2rem;
}

.home-news-item {
	border-bottom: 1px solid #ededed;
	padding: 15px 3%;
}

.home-news-item a {
	text-decoration: none;
}

.home-news-head {
	margin-bottom: 5px;
}

.home-news-head time {
	color: #707070;
	padding-right: 0.5em;
}

/************************
	HOME - PRODUCTS
************************/

.home-products {
	margin: 40px 0;
	width: 100%;
}

.home-products-inner {
	font-size: 1.6rem;
	margin: 0 auto;
	width: 95%;
}

.home-products-ttl {
	font-size: 1.5rem;
	font-weight: 900;
	margin-bottom: 20px;
	text-align: center;
}

.home-products-list {
	border: 1px solid #b9b9b9;
	border-bottom: none;
}

.home-products-head {
	border-bottom: 1px solid #b9b9b9;
	font-size: 1.4rem;
	padding: 16px;
	position: relative;
}

.home-products-head:hover {
	cursor: pointer;
}

.home-products-head::after {
	-webkit-transform: translateY(-50%) rotate(90deg);
	-webkit-transition: all 0.3s;
	background: url(/images/ico-arrow@2x.png) 98% center no-repeat;
	background-size: 100%;
	content: "";
	display: block;
	height: 15px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	transition: all 0.3s;
	width: 8px;
}

.home-products-head.is-animated::after {
	-webkit-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg);
}

.home-products-body {
	border-bottom: 1px solid #b9b9b9;
	display: none;
	font-size: 1.2rem;
	line-height: 1.7;
	padding: 16px;
}

.home-products-body ul > li {
	display: inline;
}

.home-products-body ul > li:not(:last-of-type)::after {
	content: " / ";
}

/************************
	HOME - SERVICE
************************/

.home-service {
	position: relative;
	width: 100%;
}

.home-service::after {
	background: url(/images/cont-bg01.jpg) repeat;
	bottom: 0;
	content: "";
	display: block;
	height: 80%;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -2;
}

.home-service-inner {
	font-size: 1.6rem;
	margin: 0 auto;
	width: 95%;
}

.home-service-ttl {
	margin-bottom: 20px;
}

.home-service-ttl img {
	height: 37px;
}

.home-service-list {
	-ms-flex-direction: column;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
}

.home-service-item {
	margin-bottom: 40px;
}

.home-service-cont01 {
	background-color: #fff;
	margin: -100px auto 0;
	padding: 20px;
	position: relative;
	width: 90%;
}

.home-service-cont01::after {
	-webkit-box-shadow: 0 14px 19px rgba(0, 0, 0, 0.05);
	-webkit-transform: translateX(-50%);
	background-color: #fff;
	border-radius: 40px;
	bottom: 0;
	box-shadow: 0 14px 19px rgba(0, 0, 0, 0.05);
	content: "";
	height: 50px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 98%;
	z-index: -1;
}

.home-service-cont01-ttl {
	font-size: 2rem;
	font-weight: 900;
	margin-bottom: 12px;
	text-align: center;
}

.home-service-cont01-txt {
	font-size: 1.2rem;
	margin-bottom: 14px;
	text-align: center;
}

/* ***********************
	HOME - CONTACT
************************/

.home-works {
	padding: 60px 0;
}

.home-works-title {
	margin-bottom: 40px;
}

.home-works-inner {
	margin: auto;
	width: 90%;
}

.home-works-item {
	margin-bottom: 56px;
}

.home-works-img {
	margin-bottom: 16px;
}

.home-works-head {
	margin-bottom: 20px;
}

.home-works-name {
	font-size: 1.7rem;
	font-weight: 900;
}

.home-works-tag-list {
	margin-bottom: 30px;
}

.home-works-tag-list::after {
	clear: both;
	content: "";
	display: block;
	height: 0;
}

.home-works-tag-item {
	background-color: #4a4a4a;
	border: 2px solid #fff;
	border-radius: 2px;
	display: inline-block;
	float: left;
	font-size: 1rem;
	padding: 6px;
	text-align: center;
	width: calc(100% / 3);
}

.home-works-btn {
	margin: auto;
	width: 120px;
}

.home-works-btn a {
	padding: 2px 10px;
}

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

.home-works-item {
	width: 50%;
}

}

@media screen and (min-width: 769px) {

.home-concept {
	min-width: 1240px;
}

.home-concept-inner {
	width: 1240px;
}

.home-concept-inner {
	padding: 120px 0 0;
	position: relative;
	z-index: 100;
}

.home-concept-ttl {
	margin-bottom: 40px;
}

.home-concept-ttl img {
	height: 68px;
}

.home-concept-article {
	float: right;
	padding: 0 40px 62px 85px;
	width: 620px;
}

.home-concept-catch {
	font-size: 2.8rem;
	margin-bottom: 32px;
}

.home-concept-read {
	font-size: 1.6rem;
}

.home-concept-btn01 {
	margin-top: 40px;
}

.home-concept-img01 {
	height: 786px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 120px;
	width: 50%;
	z-index: -1;
}

.home-concept-img01 img {
	-webkit-transform: translate(-50%, -50%);
	height: 100%;
	left: 50%;
	min-height: 786px;
	min-width: 1397px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.home-concept-bg01 {
	bottom: 90px;
	height: 269px;
}

.home-concept-img02 {
	font-size: 1.6rem;
	margin: 0 auto;
	width: 95%;
}

.home-concept-img02 img {
	margin-top: 80px;
	width: 900px;
}

.home-contact {
	min-width: 1240px;
}

.home-contact-inner {
	-ms-flex-align: center;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-webkit-box-pack: justify;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	padding: 140px 40px;
	width: 1240px;
}

.home-contact-txt01 {
	font-size: 2.1rem;
	margin-bottom: 0;
}

.home-contact .btn02 {
	font-size: 2.1rem;
	width: 380px;
}

.home-contact .btn02 a {
	padding: 24px 0;
}

.home-hero {
	height: auto;
	min-width: 1240px;
}

.home-hero-inner {
	text-align: center;
}

.home-hero-catch {
	font-size: 5.6rem;
	margin-bottom: 23px;
}

.home-hero-catch span {
	display: inline;
}

.home-hero-read {
	font-size: 2rem;
	margin-bottom: 40px;
}

.home-hero .btn01 {
	margin: 40px auto 0;
	width: 300px;
}

.home-hero .btn01 a {
	font-size: 2rem;
	padding: 20px;
}

.home-news {
	min-width: 1240px;
}

.home-news {
	padding: 67px 0;
}

.home-news-inner {
	width: 1240px;
}

.home-news-inner {
	padding: 0 40px;
}

.home-news-wrap {
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 32px 45px;
}

.home-news-ttl {
	margin-bottom: 24px;
}

.home-news-ttl img {
	height: 68px;
}

.home-news-list {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	font-size: 1.6rem;
}

.home-news-item {
	border-bottom: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 6px 0;
}

.home-news-head {
	-ms-flex-preferred-size: 250px;
	flex-basis: 250px;
}

.home-news-head time {
	font-size: 1.4rem;
}

.home-news-body {
	-ms-flex-preferred-size: calc(100% - 250px);
	flex-basis: calc(100% - 250px);
}

.home-products {
	min-width: 1240px;
}

.home-products {
	margin: 110px 0;
}

.home-products-inner {
	width: 1240px;
}

.home-products-ttl {
	font-size: 2.4rem;
	margin-bottom: 58px;
}

.home-products-list {
	border: none;
	margin: auto;
	width: 1070px;
}

.home-products-head {
	font-size: 1.8rem;
	margin-bottom: 24px;
	padding: 0 0 12px;
}

.home-products-head:hover {
	cursor: default;
}

.home-products-head::after {
	display: none;
}

.home-products-body {
	border-bottom: none;
	display: block;
	font-size: 1.6rem;
	margin-bottom: 24px;
	padding: 0;
}

.home-service {
	min-width: 1240px;
}

.home-service {
	padding: 40px 0 100px;
}

.home-service-inner {
	width: 1240px;
}

.home-service-ttl {
	margin-bottom: 32px;
}

.home-service-ttl img {
	height: 68px;
}

.home-service-list {
	-ms-flex-direction: row;
	-ms-flex-pack: justify;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: justify;
	flex-direction: row;
	justify-content: space-between;
}

.home-service-item {
	margin-bottom: 0;
	width: calc((100% - 20px) / 2);
}

.home-service-cont01 {
	margin: -170px auto 0;
	padding: 40px;
	width: 530px;
}

.home-service-cont01-ttl {
	font-size: 3.2rem;
	margin-bottom: 20px;
}

.home-service-cont01-txt {
	font-size: 1.6rem;
	margin-bottom: 32px;
}

.home-works {
	padding: 90px 0;
}

.home-works-title {
	margin-bottom: 100px;
}

.home-works-inner {
	max-width: 1200px;
}

.home-works-list {
	-ms-flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.home-works-item {
	margin-bottom: 82px;
	padding: 0 2vw;
	width: calc(100% / 3);
}

.home-works-img {
	margin: 22px;
}

.home-works-head {
	margin-bottom: 10px;
}

.home-works-tag-item {
	font-size: 1rem;
	padding: 6px 0;
}

}

@media screen and (min-width: 769px) and (max-width: 1239px) {

.home-concept-img02 {
	padding-left: 10px;
	padding-right: 10px;
}

}

@media screen and (min-width: 769px) and (min-width: 769px) {

.home-concept-img02 {
	width: 1240px;
}

}

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

.home-concept-inner {
	padding-left: 10px;
	padding-right: 10px;
}

.home-news-inner {
	padding-left: 10px;
	padding-right: 10px;
}

.home-products-inner {
	padding-left: 10px;
	padding-right: 10px;
}

.home-service-inner {
	padding-left: 10px;
	padding-right: 10px;
}

}

