@charset "UTF-8";
/* ******************************************************************

	--home.css--

	1. Layout setting

****************************************************************** */

/*==================================================================
	1. Layout setting
===================================================================*/
.customShape {
	position: relative;
}
.customShape:before {
	position: absolute;
	max-width: 360px;
	max-height: 360px;
	width: 27vw;
	height: 27vw;
	background-color: #a5aeb3;
	opacity: 0.4;
	content: '';
}
.customShape:after {
	position: absolute;
	width: 27vw;
	height: 27vw;
	max-width: 300px;
	max-height: 300px;
	background: url(../img/common/bg_shape.png) no-repeat 0 0/cover;
	content: '';
}
.boxStyle01 {
	padding: 40px 0 40px 33.75%;
}
.customShape.style01:before {
	left: 40px;
	top: 78%;
}
.customShape.style01:after {
	left: 0;
	top: 67%;
}
.titleCommon {
	display: flex;
	align-items: flex-end;
	font-size: 72px;
	font-family: 'Raleway', sans-serif;
	color: #00afcc;
	margin-bottom: 50px;
}
.titleCommon span {
	margin-left: 15px;
	display: inline-block;
	flex: 1;
	height: 1px;
	background-color: #00afcc;
	position: relative;
	bottom: 20px;
}
.textCommon {
	font-size: 16px;
	line-height: 2;
}
.textCommon .link {
	color: #00afcc;
}
.link {
	color: #00afcc;
}
.textCommon a {
	color: #000;
}
.textCommon a:hover {
	text-decoration: none;
}
.textCommon.hasMar {
	margin-bottom: 72px;
}
.textCommon.hasMarStyle02 {
	margin-bottom: 60px;
}
.textCommon.small {
	display: inline-block;
	font-size: 12px;
}
.logoLatona {
	margin-top: 5px;
	width: 130px;
}
.listItem {
	display: flex;
	flex-wrap: wrap;
}
.listItem li {
	display: inline-block;
	width: calc(100% / 3 - 2.4%);
	margin-right: 3.6%;
	max-width: 244px;
}
.listItem.style02 li {
	max-width: none;
	width: calc(100% / 3 - 1.5%);
	margin-right: 2.2%;
	text-align: center;
}
.listItem.style02 li .title {
	font-size: 20px;
	font-family: 'Raleway', sans-serif;
}
.listItem.style02 li .detail {
	margin-bottom: 12px;
	line-height: 2;
	font-size: 16px;
}
.listItem.style02 li:not(:nth-last-child(-n+3)) {
	margin-bottom: 40px;
}
.listItem li:nth-child(3n) {
	margin-right: 0;
}
.listItem .image {
	position: relative;
	margin-bottom: 25px;
}
.listItem .image img {
	vertical-align: middle;
}
.listItem .textImg {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 85%;
	transform: translate(-50%,-50%);
	font-size: 18px;
	line-height: 1.5;
	color: #FFF;
	text-align: center;
}
.listItem .text {
	font-size: 14px;
	line-height: 2;
	padding: 0 10px;
}
.boxStyle02 {
	position: relative;
	margin-top: 50px;
	padding: 85px 0 65px;
	background-color: #f2f2f3;
}
.boxStyle02 .titleCommon {
	position: absolute;
	top: -30px;
	margin-bottom: 0;
	width: 100%;
	max-width: 1200px;
}
.boxStyle02 .titleCommon .sub {
	position: relative;
	bottom: 14px;
	font-size: 18px;
	margin-left: 30px;
	letter-spacing: 1.1px;
}
.boxStyle02 .titleCommon span {
	max-width: 300px;
}
.boxStyle02.customShape .titleCommon span {
	max-width: calc(100% - 550px);
}
.boxStyle02.customShape:before {
	right: 0;
	top: -4.2vw;
}
.boxStyle02.customShape:after {
	right: 7.4vw;
	top: 5.5vw;
}
.ComingSoonBox {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #dbdfe1;
	height: 174px;
	font-size: 18px;
}
.keyvMain {
	position: relative;
	background: url(../img/common/key_main.jpg) no-repeat 0 0/cover;
	height: 0;
	padding-bottom: 50.36%;
}
.keyvMain .boxTextKeyv {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	background-color: rgba(0,0,0,0.502);
	text-align: center;
	color: #FFF;
	padding: 20px 15px;
	content: '';
}
.boxTextKeyv .subTitle {
	font-size: 17px;
	letter-spacing: 3px;
	margin-bottom: 10px;
}
.boxTextKeyv .title + p {
	margin-top: -6px;
}
.dash {
	display: inline-block;
	width: 20px;
	height: 1px;
	background-color: #FFF;
	vertical-align: middle;
}
.boxTextKeyv .time {
	display: inline-block;
	margin-bottom: 5px;
	font-size: 24px;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	letter-spacing: 2.5px;
}
.boxTextKeyv .status {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 3px;
}
.boxTextKeyv .status .open {
	font-size: 24px;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
}
.marLogo {
	display: inline-block;
	margin-bottom: 15px;
}
#about {
	margin-top: -15px;
}
.imageLogo {
	margin: 50px 0 25px;
}
.imageLogo .image {
	display: inline-block;
	text-align: left;
}
.imageLogo .image img {
	margin-top: 10px;
}
@media screen and (min-width:1440px) {
	.customShape.style01:before {
		left: 40px;
		bottom: calc(-200vw * 100 / 2560);
	}
	.keyvMain {
		padding-bottom: 690px;
	}
}
@media screen and (max-width:768px) {
	#about {
		margin-top: -13px;
	}
	.boxStyle01 {
		padding: 40px 0;
	}
	.titleCommon {
		font-size: 36px;
		margin-bottom: 25px;
		margin-right: -15px;
	}
	.titleCommon span {
		bottom: 10px;
		margin-left: 10px;
	}
	.textCommon {
		font-size: 14px;
		line-height: 1.57;
	}
	.textCommon.hasMar {
		margin-bottom: 40px;
	}
	.textCommon.hasMarStyle02 {
		margin-bottom: 35px;
	}
	.listItem .image {
		margin-bottom: 10px;
	}
	.listItem .text {
		font-size: 13px;
		padding: 0;
	}
	.listItem .textImg {
		font-size: 16px;
		width: 100%;
	}
	.boxStyle02 .titleCommon {
		top: -15px;
		max-width: calc(100% - 15px);
	}
	.boxStyle02 .titleCommon span {
		max-width: none;
	}
	.boxStyle02 {
		padding: 42px 0 32px;
	}
	#about .titleCommon {
		padding-top: 15vw;
	}
	.keyvMain .boxTextKeyv {
		padding: 10px 15px;
	}
	.dash {
		width: 8px;
	}
	.boxStyle02.customShape .titleCommon span {
		max-width: 27vw;
	}
	.marLogo {
		margin-bottom: 8px;
	}
	.boxStyle02 .titleCommon .sub {
		font-size: 10px;
		bottom: 7px;
		margin-left: 10px;
	}
}
@media screen and (max-width:600px) {
	.keyvMain {
		padding-bottom: 60%;
	}
	.listItem li {
		width: 100%;
		margin-right: 0;
		max-width: none;
		margin-bottom: 20px;
	}
	.listItem li:last-child {
		margin-bottom: 0;
	}
	.listItem .image img {
		width: 100%;
	}
	.boxTextKeyv .subTitle {
		font-size: 9px;
		margin-bottom: 5px;
	}
	.boxTextKeyv .time {
		font-size: 12px;
	}
	.boxTextKeyv .title {
		padding: 0 40px;
	}
	.boxTextKeyv .status {
		font-size: 12px;
	}
	.boxTextKeyv .status .open {
		font-size: 13px;
	}
	.textCommon.cusPadd {
		padding-right: 32vw;
	}
	.listItem.style02 li {
		width: 100%;
	}
	.listItem.style02 li .title {
		font-size: 17px;
	}
	.listItem.style02 li .detail {
		font-size: 14px;
		line-height: 1.46;
		margin-bottom: 5px;
	}
	.imageLogo {
		margin: 25px 0 15px;
		padding-right: 50px;
	}
}