@charset "UTF-8";

/*私たちについてトップ
----------------------------------------*/
.cap-about {
	margin-bottom: 80px;
	font-size: 2.8rem;
	text-align: center !important;
}



@media screen and (max-width: 750px) {
	
	.cap-about {
		margin-bottom: 70px;
		font-size: 1.6rem;
	}
	
}




/*ビジョン
----------------------------------------*/
.ttl-h2-about {
	margin: 0 0 40px;
	color: #19223a;
	font-size: 5.3rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	font-feature-settings : "palt";
	letter-spacing: 0.08em;
}

.vision-box {
	padding: 8px;
	border: 1px solid #19223a;
}

.vision-box p {
	padding: 65px;
	border: 1px solid #19223a;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
}

.vision-list {
	padding: 40px 0;
	color: #FFF;
}

.vision-list dl {
	display: flex;
	align-items: center;
}

.vision-list dt,
.vision-list dt span {
	width: 450px;
	height: 290px;
	display: table-cell;
	position: relative;
	font-size: 18.2rem;
	line-height:1;
	text-align: center;
	vertical-align:middle;
}

.vision-list dt::before,
.vision-list dt::after,
.vision-list dt span::before,
.vision-list dt span::after {
	display: block;
	background: #FFF;
	position: absolute;
	content: "";
}

.vision-list dt::before {
	width: 30px;
	height: 1px;
	top: 0;
	left: 0;
}

.vision-list dt::after {
	width: 1px;
	height: 60px;
	top: 0;
	left: 0;
}

.vision-list dt span::before {
	width: 30px;
	height: 1px;
	bottom: 0;
	right: 0;
}

.vision-list dt span::after {
	width: 1px;
	height: 60px;
	bottom: 0;
	right: 0;
}

.vision-list dd {
	padding-left: 70px;
	font-size: 2.5rem;
	font-weight: bold;
}

.vision-list-01 {
	background: #FFF;
	color: #19223a;
}

.vision-list-02 {
	background: #19223a;
}

.vision-list-02 dt {
	font-size: 15rem;
}

.vision-list-03 {
	background: #7f8591;
}
.vision-list-01 dt::before,
.vision-list-01 dt::after,
.vision-list-01 dt span::before,
.vision-list-01 dt span::after {
	background: #19223a;
}


@media screen and (max-width: 750px) {
	.ttl-h2-about {
		margin: 0 0 20px;
		font-size: 2.5rem;
	}
	
	.vision-box {
		padding: 4px;
	}

	.vision-box p {
		padding: 30px;
		font-size: 1.7rem;
	}
	
	.vision-list {
		padding: 40px 0;
		color: #FFF;
	}

	.vision-list dl {
		display: block;
	}

	.vision-list dt,
	.vision-list dt span {
		margin: auto;
		width: 60%;
		height: auto;
		display:block;
		font-size: 5.6rem;
	}
	
	.vision-list dt span {
		padding: 20px;
		width: 100%;
	}
	
	.vision-list dt::before,
	.vision-list dt span::before {
		width: 15px;
		height: 1px;
	}

	.vision-list dt::after,
	.vision-list dt span::after {
		width: 1px;
		height: 30px;
	}

	.vision-list dd {
		margin-top: 10px;
		padding-left: 0;
		font-size: 1.7rem;
		text-align: center
	}

	.vision-list-01 {
		background: #FFF;
		color: #19223a;
	}
	
}




/*強み・特長
----------------------------------------*/
.page-features-contents {
	margin-bottom: 300px;
	padding: 60px 0 260px;
	background: #19223a;
	position: relative;
	text-align: center;
}

.page-features-contents h2 {
	margin-bottom: 50px;
	color: #FFF;
	font-size: 3.2rem;
	line-height: 1.5;
}

.page-features-contents .features-link-list {
	margin: auto;
	width: 1000px;
	display: flex;
	justify-content: space-between;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -100px;
}

.page-features-contents .features-link-list li {
	width: calc(33.333% - 30px)
}

.page-features-contents .features-link-list li a {
	padding: 0 35px 50px;
	background: #fafafb;
	display: block;
	position: relative;
	text-decoration: none;
}

.page-features-contents .features-link-list li .number {
	border-bottom: 1px solid #7f8591;
	color: #7f8591;
	font-size: 3.4rem;
	font-family: 'Dosis', sans-serif;
	line-height:1
}

.page-features-contents .features-link-list li h3 {
	margin: 10px 0;
	font-size: 5.2rem;
}

.page-features-contents .features-link-list li p {
	font-size: 1.5rem;
	text-align: left;
	line-height: 1.7;
}

.page-features-contents .features-link-list li a::before {
	width: 100%;
	height: 100px;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon fill='%23fafafb' points='0,50 100,50 50,0'%3E%3C/polygon%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% 100%;
	position: absolute;
	top: -50px;
	left: 0;
	content: "";
}

.page-features-contents .features-link-list li .features-link-btn {
	margin: auto;
	width: 50px;
	height: 50px;
	background: #fafafb;
	border: 2px solid #19223a;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -25px;
	transform: rotate(90deg)
}

.page-features-contents .features-link-list li .features-link-btn::before {
	content: "\e901";
	font-size: 16px;
	font-family: 'icomoon';
}

.page-features-contents .features-link-list li a:hover .features-link-btn::before {
	-webkit-animation: hover 0.6s 1 forwards;
	animation: hover 0.6s 1 forwards;
}



@media screen and (max-width: 750px) {
	.page-features-contents {
		margin-bottom: 60px;
		padding: 30px 0 50px;
	}
	
	.page-features-contents h2 {
		margin-bottom: 70px;
		font-size: 2.1rem;
	}
	
	.page-features-contents .features-link-list {
		width: 100%;
		display: block;
		position: relative;
		bottom: auto;
	}
	
	.page-features-contents .features-link-list li {
		width: 100%;
	}
	
	.page-features-contents .features-link-list li a {
		padding: 0 20px 50px;
	}
	
	.page-features-contents .features-link-list li:not(:last-child) a {
		margin-bottom: 90px;
	}

	.page-features-contents .features-link-list li p {
		font-size: 1.4rem;
	}
	
	.page-features-contents .features-link-list li a::before {	
		border-width: 0 170px 45px 170px;
	}
}


.sttl-features {
	text-align: center;
}

.sttl-features p {
	margin-bottom: 15px;
	padding: 2px 20px;
	background: #fafafb;
	display: inline-block;
	font-size: 1.8rem;
}

.sttl-features p span {
	margin-right: 5px;
	color: #7f8591;
	font-size: 2rem;
	font-family: 'Dosis', sans-serif;
}

.features01-list li {
	margin-bottom: 70px;
	display: flex;
	background: #fafafb;
}

.features01-list li .txt {
	width: 560px;
}

.features01-list li .txt .ttl-features01 {
	width: 100%;
	height: 100px;
	display: table;
	background: #7f8591;
	color: #FFF;
	font-size: 2.7rem;
	line-height: 1.3;
}

.features01-list li .txt .ttl-features01 span {
	padding-left: 10px;
	width: 90px;
	background: #505663;
	display: table-cell;
	position: relative;
	font-size: 2.2rem;
	text-align: center;
	vertical-align: middle;
}

.features01-list li .txt .ttl-features01 span::before {
	position: absolute;
	top: 0;
	right: -30px;
	border-style: solid;
	border-width: 0 0 100px 30px;
	border-color: transparent transparent transparent #505663;
	content: "";
}

.features01-list li .txt .ttl-features01 h4 {
	padding-left: 40px;
	display: table-cell;
	vertical-align: middle;
}

.features01-list li .txt p {
	padding: 40px 30px;
	line-height: 1.7;
}

.features01-list li .img {
	width: 440px;
	height: auto;
	min-height: 270px;
	position: relative;
}

.features01-list li .img .img-background {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}



@media screen and (max-width: 750px) {
	
	.sttl-features p {
		margin-bottom: 10px;
		padding: 2px 10px;
		font-size: 1.4rem;
	}
	
	.sttl-features p span {
		font-size: 1.6rem;
	}
	
	.features01-list li {
		margin-bottom: 30px;
		display: block;

	}
	
	.features01-list li .txt {
		width: 100%;
	}
	
	.features01-list li .txt .ttl-features01 {
		height: 80px;
		font-size: 1.8rem;
	}
	
	.features01-list li .txt .ttl-features01 span {
		padding-left: 5px;
		width: 55px;
		font-size: 1.4rem;
	}
	
	.features01-list li .txt .ttl-features01 span::before {
		right: -20px;
		border-width: 0 0 80px 20px;
	}
	
	.features01-list li .txt .ttl-features01 h4 {
		padding-left: 30px;
	}
	
	.features01-list li .txt p {
		padding: 15px 20px;
	}
	
	.features01-list li .img {
		width: 100%;
	}
}



.ttl-features02 {
	margin-bottom: 20px;
	font-size: 2rem;
	text-align: center;
}

.features02-list > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin: -20px 0 80px -20px;
}

.features02-list > ul > li {
	margin: 20px 0 0 20px;
	padding: 30px;
	background: #19223a;
	position: relative;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}

.features02-list > ul.x3 > li {
	width: -webkit-calc(33.3333% - 20px);
	width: calc(33.3333% - 20px);
}



@media screen and (max-width: 750px) {
	
	.features02-list > ul {
		margin: -10px 0 40px -20px;
	}
	
	.features02-list > ul > li {
		margin: 10px 0 0 20px;
	}
	
	.features02-list > ul.x3 > li {
		padding: 20px;
		width: 100%;
	}
	
}



.features03-list > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin: -35px 0 0 -35px;
}

.features03-list > ul > li {
	margin: 35px 0 0 35px;
	background: #fafafb;
}

.features03-list > ul.x3 > li {
	width: -webkit-calc(33.3333% - 35px);
	width: calc(33.3333% - 35px);
}

.features03-list > ul.x3 > li .ttl-features03 {
	padding: 20px 10px;
	background: #7f8591;
	color: #fff;
	font-size: 2.4rem;
	text-align: center;
	line-height: 1;
}

.features03-list > ul.x3 > li .ttl-features03 span {
	font-size: 1.6rem;
}

.features03-list > ul.x3 > li p {
	margin: 30px;
	font-size: 1.5rem;
	line-height: 1.7;
}



@media screen and (max-width: 750px) {
	.features03-list > ul {
		margin: -20px 0 0 -20px;
	}
	
	.features03-list > ul > li {
		margin: 20px 0 0 20px;
	}
	
	.features03-list > ul.x3 > li {
		width: 100%;
	}
	
	.features03-list > ul.x3 > li .ttl-features03 {
		padding: 15px 10px;
		font-size: 1.8rem;
		line-height: 1.2;
	}

	.features03-list > ul.x3 > li .ttl-features03 span {
		font-size: 1.4rem;
	}

	.features03-list > ul.x3 > li p {
		margin: 15px 20px;
		font-size: 1.4rem;
	}
}




/*商品・サービス
----------------------------------------*/
.img-service-column-list {
	margin-top: 10px;
}

.img-service-column-list > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin: -70px 0 0 -35px;
}

.img-service-column-list > ul > li {
	margin: 70px 0 0 35px;
	position: relative;
	background: #fafafb;
}

.img-service-column-list > ul.x3 > li {
	width: -webkit-calc(33.3333% - 35px);
	width: calc(33.3333% - 35px);
}

.img-service-column-list > ul.x3 > li > .img {
	padding-top: 20px;
	height: 260px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.img-service-column-list > ul.x3 > li > .img img {
	
}

.img-service-column-list > ul  > li > .txt h3 {
	margin-bottom: 15px;
	font-size: 1.7rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.7;
}

.img-service-column-list > ul  > li > .txt {
	padding: 0 25px 25px;
	font-size: 1.5rem;
	line-height: 1.8;
}



@media screen and (max-width: 750px) {
	.img-service-column-list {
		margin-top: 30px;
	}
	
	.img-service-column-list > ul {
		margin: -35px 0 0 -20px;
	}
	
	.img-service-column-list > ul > li {
		margin: 35px 0 0 20px;
	}
	
	.img-service-column-list > ul.x3 > li {
		width: 100%;
	}
	
	.img-service-column-list > ul  > li > .txt {
		margin: 10px 0 0;
		font-size: 1.3rem;
	}

}




/*沿革
----------------------------------------*/
.history-list {
	margin-bottom: 40px;
	display: flex;
}

.history-list > dt {
	width: 20%;
	color: #7f8591;
	font-size: 7.5rem;
	font-family: 'Dosis', sans-serif;
}
.history-list > dt span {
	margin: 0 1rem;
}


.history-list > dd {
	padding: 10px 0 10px 65px;
	width: 80%;
	border-left: 1px solid #19223a;
}

.history-list > dd h3 {
	margin-bottom: 5px;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.4;
}

.history-list > dd h3:not(:first-child) {
	margin-top: 80px;
}

.history-list > dd .history-txt-column {
	display: flex;
	justify-content: space-between;
}

.history-list > dd .history-txt-column .txt {
	flex: 1;
}

.history-list > dd .history-txt-column .img {
	padding-left: 30px;
	width: 340px;
}

.history-list > dd > dl {
	display: flex;
}

.history-list > dd > dl:not(:first-child) {
	margin-top: 30px;
}

.history-list > dd > dl dt {
	width: 12%;
}

.history-list > dd > dl dd {
	flex: 1;
}

@media screen and (max-width: 750px) {
	.history-list {
		margin-bottom: 30px;
		display: block;
	}
	
	.history-list > dt {
		width: 100%;
		font-size: 5rem;
		line-height:1.6;
	}
	
	.history-list > dd {
		padding: 10px 0 10px 20px;
		width: 100%;
	}
	
	.history-list > dd h3 {
		font-size: 1.7rem;
	}
	
	.history-list > dd h3:not(:first-child) {
		margin-top: 40px;
	}
	
	.history-list > dd .history-txt-column {
		display: block;
	}
	
	.history-list > dd .history-txt-column .img {
		margin-top: 10px;
		padding-left: 0;
		width: 100%;
	}
	
	.history-list > dd > dl dt {
		width: 15%;
	}
}