﻿/* .home-image {
	position: relative;
	width: 100%;
	height: 450px;
	background-size: cover;
	-o-object-fit: cover;
	object-fit: cover;
}


.home-advantage .home-image .sentence_area {
	position: absolute;
	right: 0;
	text-align: center;
	width: 50%;
	height: 450px;
	background: hsla(0, 0%, 100%, .65);
}

.home-advantage .home-image .sentence_area .details {
	margin-top: 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.home-advantage .home-image .sentence_area .details .number {
	font-size: 4.375rem;
	font-family: "Lucida Sans Typewriter";
	font-weight: 700;
	color: #11347a;
}

.home-advantage .home-image .sentence_area .details .title {
	display: inline-block;
	font-size: 1.875rem;
	font-weight: 700;
	margin: 25px 20px 0;
	padding-bottom: 5px;
	border-bottom: 3px solid;
	-o-border-image: linear-gradient(90deg, transparent 0, #11347a 50%, transparent);
	border-image: linear-gradient(90deg, transparent 0, #11347a 50%, transparent);
	border-image-slice: 1;
}

.home-advantage .home-image .sentence_area .details .sentence {
	width: 70%;
	font-size: 1.2em;
	line-height: 1.75rem;
	text-align: left;
	margin-top: 40px;
} */

/* .home-advantage .home-image .sentence_area .details .sentence p {
	font-size: 1.2rem;
	line-height: 1.75rem;
} */


/* 事业内容 */
.home-details-content {
	width: 100%
}

.home-details-content .left,.home-details-content .right {
	width: 100%;
	position: relative;
}

.home-details-content .left:before,.home-details-content .right:before {
	content: "";
	width: 30%;
	height: 100%;
	position: absolute;
	background: #bee8f8;
	z-index: 0
}

@media only screen and (max-width: 600px) {
	.home-details-content .left:before,.home-details-content .right:before {
		width:50%;
		height: 40%
	}
}

@media only screen and (max-width: 960px) {
	.home-details-content .left:before,.home-details-content .right:before {
		width:50%;
		height: 40%
	}
}

.home-details-content .left:after,.home-details-content .right:after {
	content: "";
	width: 70%;
	height: 100%;
	position: absolute;
	background: #e9e9e9;
	z-index: 0
}

@media only screen and (max-width: 600px) {
	.home-details-content .left:after,.home-details-content .right:after {
		width:70%;
		height: 80%
	}
}

@media only screen and (max-width: 960px) {
	.home-details-content .left:after,.home-details-content .right:after {
		width:70%;
		height: 80%
	}
}

.home-details-content .left:before {
	top: 0;
	left: 0
}

.home-details-content .left:after {
	right: 0;
	bottom: 0
}

.home-details-content .right:before {
	top: 0;
	right: 0
}

.home-details-content .right:after {
	left: 0;
	bottom: 0
}

.home-details-content .section {
	padding: 76px 100px
}

@media only screen and (max-width: 1200px) {
	.home-details-content .section {
		padding:76px 4vw
	}
}

@media only screen and (max-width: 600px) {
	.home-details-content .section {
		padding:50px 10px
	}
}

@media only screen and (max-width: 960px) {
	.home-details-content .section {
		padding:50px 10px
	}
}

.home-details-content .section .cosmetics-img,.home-details-content .section .inbound-img {
	z-index: 1;
	width: 60%
}

@media only screen and (max-width: 600px) {
	.home-details-content .section .cosmetics-img,.home-details-content .section .inbound-img {
		margin-top:20px;
		width: 100%
	}
}

@media only screen and (max-width: 960px) {
	.home-details-content .section .cosmetics-img,.home-details-content .section .inbound-img {
		margin-top:20px;
		width: 100%
	}
}

.home-details-content .section .cosmetics-img img,.home-details-content .section .inbound-img img {
	width: 100%;
	height: 100%;
	z-index: 1
}

@media only screen and (max-width: 600px) {
	.home-details-content .section .cosmetics-img img,.home-details-content .section .inbound-img img {
		width:70%;
		height: auto;
		display: flex;
		justify-content: center;
		flex-direction: column;
		margin: 0 auto
	}
}

@media only screen and (max-width: 960px) {
	.home-details-content .section .cosmetics-img img,.home-details-content .section .inbound-img img {
		width:70%;
		height: auto;
		display: flex;
		justify-content: center;
		flex-direction: column;
		margin: 0 auto
	}
}

.home-details-content .section h2 {
	text-align: center;
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 2.3125rem;
	margin-top: 30px;
	border-bottom: 3px solid;
	-o-border-image: linear-gradient(90deg,transparent 0,#11347a 50%,transparent);
	border-image: linear-gradient(90deg,transparent 0,#11347a 50%,transparent);
	border-image-slice: 1
}

@media only screen and (max-width: 600px) {
	.home-details-content .section h2 {
		font-size:1.125rem;
		line-height: 1.75rem
	}
}

.home-details-content .section h3 {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 2.3125rem;
	margin-top: 20px
}

@media only screen and (max-width: 600px) {
	.home-details-content .section h3 {
		font-size:1rem;
		line-height: 1.75rem
	}
}

.home-details-content .cosmetics,.home-details-content .inbound {
	display: flex;
	justify-content: center;
	align-items: center
}

@media only screen and (max-width: 600px) {
	.home-details-content .cosmetics,.home-details-content .inbound {
		width:100%;
		flex-direction: column;
		justify-content: space-around;
		align-items: baseline
	}
}

@media only screen and (max-width: 960px) {
	.home-details-content .cosmetics,.home-details-content .inbound {
		width:100%;
		flex-direction: column;
		justify-content: space-around;
		align-items: baseline
	}
}

.home-details-content .cosmetics .txt,.home-details-content .inbound .txt {
	margin: 0 30px;
	width: 40%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	z-index: 1
}

@media only screen and (max-width: 600px) {
	.home-details-content .cosmetics .txt,.home-details-content .inbound .txt {
		margin:20px 0 0;
		width: 70%;
		padding: 10px;
		box-sizing: border-box
	}
}

@media only screen and (max-width: 960px) {
	.home-details-content .cosmetics .txt,.home-details-content .inbound .txt {
		margin:20px 0 0;
		width: 70%;
		padding: 10px;
		box-sizing: border-box
	}
}

.home-details-content .cosmetics .txt p,.home-details-content .inbound .txt p {
	font-size: 1.2rem;
	margin-top: 10px;
	line-height: 1.8rem;
}

@media only screen and (max-width: 600px) {
	.home-details-content .cosmetics .txt {
		margin-left:auto
	}
}

@media only screen and (max-width: 960px) {
	.home-details-content .cosmetics .txt {
		margin-left:auto
	}
	.home-details-content .cosmetics .txt p,.home-details-content .inbound .txt p {
	    font-size: 1.1rem;
	    margin-top: 30px;
	    line-height: 1.4rem;
    }
}

@media only screen and (max-width: 600px) {
	.home-details-content .inbound .txt {
		order:1
	}
	.home-details-content .cosmetics .txt p,.home-details-content .inbound .txt p {
	    font-size: 1.1rem;
	    margin-top: 30px;
	    line-height: 1.4rem;
    }
}

@media only screen and (max-width: 960px) {
	.home-details-content .inbound .txt {
		order:1
	}
	.home-details-content .cosmetics .txt p,.home-details-content .inbound .txt p {
	    font-size: 1.1rem;
	    margin-top: 30px;
	    line-height: 1.4rem;
    }
}

.kg-h1 {
	text-align: center
}

.kg-h1 h1 {
	display: flex;
	flex-direction: column;
	margin-bottom: 50px
}

@media only screen and (max-width: 600px) {
	.kg-h1 h1 {
		margin-bottom:30px
	}
}

.kg-h1 h1 .ja {
	font-size: 2.5rem;
	line-height: 4.1875rem;
	font-family: "ヒラギノ角ゴ Pro";
	color: #000;
	display: block;
	font-weight: 700
}

@media only screen and (max-width: 600px) {
	.kg-h1 h1 .ja {
		line-height:2.0625rem;
		font-size: 1.5rem
	}
}

.kg-h1 h1 .en {
	font-size: 1.125rem;
	line-height: 1.375rem;
	font-family: "Lucida Sans Typewriter";
	color: #11347a;
	display: block
}

@media only screen and (max-width: 600px) {
	.kg-h1 h1 .en {
		font-size:.875rem;
		line-height: 1.25rem
	}
}

.kg-btn {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center
}

.kg-btn a {
	font-family: "ヒラギノ角ゴ Pro";
	color: #fff;
	height: 66px;
	width: 330px;
	background: #000;
	border: 1px solid #000;
	font-size: 1.625rem;
	line-height: 2.75rem;
	margin-top: 55px;
	font-weight: 700
}

@media only screen and (max-width: 600px) {
	.kg-btn a {
		width:50vw;
		height: 8vw;
		font-size: .875rem
	}
}

.kg-btn .arrow {
	position: relative;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 66px
}

@media only screen and (max-width: 600px) {
	.kg-btn .arrow {
		line-height:8vw
	}
}

.kg-btn .arrow:before {
	content: "";
	width: 15px;
	height: 15px;
	border: 0;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	position: absolute;
	top: 50%;
	right: 5%;
	margin-top: -5px;
	transform: rotate(45deg)
}

@media only screen and (max-width: 600px) {
	.kg-btn .arrow:before {
		width:10px;
		height: 10px
	}
}

.kg-btn .arrow:hover {
	transition-duration: .2s;
	transform: translateX(5px) translateY(5px);
	transition-timing-function: ease-in
}

/* 我的优势 */
.home-advantage+.home-advantage {
	margin-top: 30px
}

@media only screen and (max-width: 600px) {
	.home-advantage+.home-advantage {
		margin-top:10px
	}
}

.home-advantage .home-image {
	position: relative;
	width: 100%;
	height: 450px;
	background-size: cover;
	-o-object-fit: cover;
	object-fit: cover
}

@media only screen and (max-width: 600px) {
	.home-advantage .home-image {
		height:420px
	}
}

.home-advantage .home-image .sentence_area {
	position: absolute;
	right: 0;
	text-align: center;
	width: 50%;
	height: 450px;
	background: hsla(0,0%,100%,.65)
}

@media only screen and (max-width: 600px) {
	.home-advantage .home-image .sentence_area {
		width:100%;
		height: 420px
	}
}

.home-advantage .home-image .sentence_area .details {
	margin-top: 40px;
	display: flex;
	flex-direction: column;
	align-items: center
}

@media only screen and (max-width: 600px) {
	.home-advantage .home-image .sentence_area .details {
		margin-top:33px
	}
}

@media only screen and (max-width: 600px) {
	.home-advantage .home-image .sentence_area .details .headline {
		display:flex;
		justify-content: center
	}
}

.home-advantage .home-image .sentence_area .details .headline .number {
	font-size: 4.375rem;
	font-family: "Lucida Sans Typewriter";
	font-weight: 700;
	color: #11347a
}

@media only screen and (max-width: 960px) {
	.home-advantage .home-image .sentence_area .details .headline .number {
		font-size:2.5rem
	}
}

@media only screen and (max-width: 600px) {
	.home-advantage .home-image .sentence_area .details .headline .number {
		font-size:35px
	}
}

.home-advantage .home-image .sentence_area .details .headline .title {
	display: inline-block;
	font-size: 1.875rem;
	font-weight: 700;
	margin: 25px 20px 0;
	padding-bottom: 5px;
	border-bottom: 3px solid;
	-o-border-image: linear-gradient(90deg,transparent 0,#11347a 50%,transparent);
	border-image: linear-gradient(90deg,transparent 0,#11347a 50%,transparent);
	border-image-slice: 1
}

@media only screen and (max-width: 960px) {
	.home-advantage .home-image .sentence_area .details .headline .title {
		font-size:1.25rem
	}
}

@media only screen and (max-width: 600px) {
	.home-advantage .home-image .sentence_area .details .headline .title {
		display:inline-block;
		font-size: 16px;
		line-height: 40px;
		margin: 0 30px;
		padding-bottom: 0;
		border-bottom: 3px solid #11347a
	}
}

.home-advantage .home-image .sentence_area .details .sentence {
	width: 70%;
	font-size: 1rem;
	line-height: 1.75rem;
	text-align: left;
	margin-top: 40px
}

@media only screen and (max-width: 960px) {
	.home-advantage .home-image .sentence_area .details .sentence {
		width:85%
	}
	.home-advantage .home-image .sentence_area .details .sentence p {
	   font-size: 1rem;
	   line-height: 1.3rem;
    }
}

@media only screen and (max-width: 600px) {
	.home-advantage .home-image .sentence_area .details .sentence {
		margin-top:15px;
		font-size: .875rem;
		width: 85%
	}
	.home-advantage .home-image .sentence_area .details .sentence p {
	   font-size: 1rem;
	   line-height: 1.3rem;
    }
}

@media only screen and (max-width: 600px) {
	.home-advantage:nth-child(3n),.home-advantage:nth-child(3n) .image,.home-advantage:nth-child(3n) .sentence_area {
		height:420px
	}
}

@media only screen and (min-width: 1200px) {
	.home-advantage .home-image .sentence_area .details .sentence p {
	   font-size: 1.2rem;
	   line-height: 1.75rem;
    }
}


