/**
* ----------------------------------------------------------------------------
* Main Visual
* ----------------------------------------------------------------------------
*/
.mv {
	width: 100%;
}

@media (max-width: 768px) {
	.mv {
		/*background: url(../img/index/mv-sp.jpg) center/cover no-repeat;*/
		height: calc(65vw / 375 * 535);
		width: 100vw;
	}
}

@media (min-width: 769px) and (max-width: 1200px) {
	.mv {
		/*background: url(../img/index/mv.jpg) center/cover no-repeat;*/
		height: calc(100vh - 54px);
	}
}

@media (min-width: 1201px) {
	.mv {
		/*background: url(../img/index/mv.jpg) center/cover no-repeat;*/
		height: calc(100vh - 54px);
	}
}

.mv-copy {
	position: absolute;
}

@media (max-width: 768px) {
	.mv-copy {
		right: 20px;
		top: 17vh;
	}
}

@media (min-width: 769px) {
	.mv-copy {
		align-items: flex-start;
		display: flex;
		flex-direction: column;
		height: calc(100vh - 54px - 90px);
		justify-content: center;
		left: 58%;
		padding-bottom: 8vh;
		top: 90px;
	}
}

.mv-copy-jp {
	color: #fff;
	font-weight: 500;
}

@media (max-width: 768px) {
	.mv-copy-jp {
		font-size: 26px;
		line-height: 50px;
		text-align: right;
	}
}

@media (min-width: 769px) {
	.mv-copy-jp {
		border-bottom: 4px solid #fff;
		font-size: 45px;
		letter-spacing: .02em;
		line-height: 1.5;
		padding: 0 0 18px 0;
	}
}

.mv-copy-en {
	color: #fff;
	font-family: "Futura Std", sans-serif;
	display: none;
}

@media (max-width: 768px) {
	.mv-copy-en {
		font-size: 18px;
		letter-spacing: .02em;
		line-height: 30px;
		margin: 8px 0 0;
		text-align: right;
	}
}

@media (min-width: 769px) {
	.mv-copy-en {
		font-size: 24px;
		letter-spacing: .04em;
		line-height: 35px;
		margin: 22px 0 0 4px;
	}
}

/**
* ----------------------------------------------------------------------------
* News
* ----------------------------------------------------------------------------
*/
.news {
	align-items: center;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	display: flex;
	width: 100%;
}

@media (max-width: 768px) {
	.news {
		height: 55px;
	}
}

@media (min-width: 769px) and (max-width: 1200px) {
	.news {
		height: 54px;
	}
}

@media (min-width: 1201px) {
	.news {
		height: 54px;
	}
}

.news-title {
	align-items: center;
	background: #2baae2;
	color: #fff;
	display: flex;
	font-weight: 700;
	height: 100%;
	justify-content: center;
	letter-spacing: .2em;
}

@media (max-width: 768px) {
	.news-title {
		font-size: 14px;
		width: 75px;
	}
}

@media (min-width: 769px) {
	.news-title {
		font-size: 18px;
		width: 296px;
	}
}

@media (max-width: 768px) {
	.news-article {
		display: block;
		margin: 0 0 0 12px;
		width: calc(100% - 87px);
	}
}

@media (min-width: 769px) {
	.news-article {
		display: flex;
		justify-content: space-between;
		margin: 0 0 0 54px;
		width: calc(100% - 550px);
	}
}

.news-article-date {
	white-space: nowrap;
}

@media (max-width: 768px) {
	.news-article-date {
		font-size: 11px;
		line-height: 19px;
	}
}

@media (min-width: 769px) {
	.news-article-date {
		display: inline-block;
		font-size: 18px;
	}
}

.news-article-title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media (max-width: 768px) {
	.news-article-title {
		font-size: 14px;
		line-height: 19px;
	}
}

@media (min-width: 769px) {
	.news-article-title {
		display: inline-block;
		font-size: 18px;
		margin: 0 0 0 24px;
		width: calc(100% - 122px);
	}
}

@media (min-width: 769px) {
	.news-toindex {
		align-items: center;
		background: #b1e22b;
		display: flex;
		font-size: 14px;
		font-weight: 700;
		height: 33px;
		justify-content: space-between;
		margin: 0 48px 0 auto;
		padding: 0 14px;
		width: 152px;
	}

	.news-toindex,
	.news-toindex:link,
	.news-toindex:visited,
	.news-toindex:hover,
	.news-toindex:active,
	.news-toindex:focus {
		color: #fff;
	}
}

@media (min-width: 769px) {
	.news-toindex::after {
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		content: "";
		display: block;
		height: 8px;
		transform: rotate(45deg);
		width: 8px;
	}
}

/**
* ----------------------------------------------------------------------------
* Philosophy
* ----------------------------------------------------------------------------
*/
@media (max-width: 768px) {
	.philosophy {
		margin: 60px 0 0 auto;
		padding: 0 20px calc(90vw / 660 * 360);
		position: relative;
	}
}

@media (min-width: 769px) {
	.philosophy {
		margin: 90px 0 0 auto;
		position: relative;
		width: calc(50% + 480px);
	}
}

.philosophy-h {
	font-weight: 500;
	letter-spacing: .1em;
}

@media (max-width: 768px) {
	.philosophy-h {
		font-size: 24px;
	}
}

@media (min-width: 769px) {
	.philosophy-h {
		font-size: 36px;
		line-height: 1.8;
		padding: 36px 0 0;
	}
}

.philosophy-title {
	margin: 16px 0 0;
}

@media (max-width: 768px) {
	.philosophy-title {
		color: #2baae2;
		font-family: "Futura Std", sans-serif;
		font-size: 18px;
		font-weight: 400;
		letter-spacing: .02em;
	}
}

@media (min-width: 769px) {
	.philosophy-title {
		color: #2baae2;
		font-size: 16px;
		font-weight: 700;
		letter-spacing: .12em;
	}
}

@media (max-width: 768px) {
	.philosophy-desc {
		font-weight: 300;
		letter-spacing: .1em;
		line-height: 2;
		margin: 24px 0 0;
		font-size: 20px;
	}
}

@media (min-width: 769px) {
	.philosophy-desc {
		font-weight: 300;
		letter-spacing: .05em;
		line-height: 1.75;
		margin: 36px 0 0;
		font-size: 130%;
		width: 33%;
	}
}

@media (max-width: 768px) {
	.philosophy-mission {
		background: #fff;
		position: relative;
		z-index: 1;
	}
}

.philosophy-mission-title {
	font-weight: bold;
	letter-spacing: .05em;
	margin: 36px 0 0;
}

@media (max-width: 768px) {
	.philosophy-mission-title {
		font-size: 18px;
		margin-top: 20px;
	}
}

@media (min-width: 769px) {
	.philosophy-mission-title {
		font-size: 24px;
	}
}

@media (max-width: 768px) {
	.philosophy-mission-list {
		margin: 18px 0 0;

	}
}

@media (min-width: 769px) {
	.philosophy-mission-list {
		margin: 24px 0 0;
		font-size: 130%;
		line-height: 150%;
		width: 60%;
		max-width: 540px;
	}
}

@media (max-width: 768px) {
	.philosophy-mission-list li {
		font-size: 14px;
		font-weight: 300;
		letter-spacing: .05em;
		line-height: 22px;
	}

	.philosophy-mission-list li + li {
		margin: 18px 0 0;
	}
}

@media (min-width: 769px) {
	.philosophy-mission-list li {
		font-weight: 300;
		letter-spacing: .05em;
	}

	.philosophy-mission-list li + li {
		margin: 24px 0 0;
	}
}

@media (max-width: 768px) {
	.philosophy-img {
		bottom: 0;
		position: absolute;
		left: 0;
		text-align: right;
		width: 100vw;
	}
}

@media (min-width: 769px) {
	.philosophy-img {
		position: absolute;
		right: 0;
		top: 0;
	}
}

@media (max-width: 768px) {
	.philosophy-img img {
		height: calc(80vw / 660 * 360);
		width: 80vw;
	}
}

@media (min-width: 769px) {
	.philosophy-img img {
		height: calc(47vw / 660 * 360);
		min-height: 314px;
		min-width: 550px;
		width: auto;
	}
}

.philosophy-img::after {
	background: rgba(82, 122, 134, 0.27);
	content: "";
	display: block;
	position: absolute;
}

@media (max-width: 768px) {
	.philosophy-img::after {
		height: calc(75vw / 660 * 360);
		left: 0;
		top: -10px;
		width: 90vw;
	}
}

@media (min-width: 769px) {
	.philosophy-img::after {
		height: calc(45vw / 660 * 360);
		min-height: 295px;
		min-width: 576px;
		right: 60px;
		top: 60px;
		width: 48vw;
	}
}

/**
* ----------------------------------------------------------------------------
* Buisiness
* ----------------------------------------------------------------------------
*/
@media (max-width: 768px) {
	.business {
		margin: 60px auto 0;
		padding: 0 20px;
	}
}

@media (min-width: 769px) {
	.business {
		background: #ecf1f4;
		margin: 90px 0 0;
		padding: 60px 0 80px;
	}
}

.business-h {
	font-weight: 500;
	letter-spacing: .1em;
}

@media (max-width: 768px) {
	.business-h {
		font-size: 24px;
	}
}

@media (min-width: 769px) {
	.business-h {
		font-size: 36px;
		line-height: 1.8;
		margin: 0 auto;
		width: 960px;
	}
}

@media (max-width: 768px) {
	.business-title {
		color: #2baae2;
		font-family: "Futura Std", sans-serif;
		font-size: 18px;
		font-weight: 400;
		letter-spacing: .02em;
		margin: 18px 0 0;
	}
}

@media (min-width: 769px) {
	.business-title {
		color: #2baae2;
		font-size: 16px;
		font-weight: 700;
		letter-spacing: .12em;
		margin: 16px auto 0;
		width: 960px;
	}
}

.business-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media (max-width: 768px) {
	.business-list {
		margin: 35px 0 0;
	}
}

@media (min-width: 769px) {
	.business-list {
		margin: 48px auto 0;
		width: 960px;
	}
}

.business-list-item {
	position: relative;
}

@media (max-width: 768px) {
	.business-list-item {
		height: calc((100vw - 80px) / 2 / 150 * 160 + 20px);
		width: calc((100vw - 60px) / 2);
	}

	.business-list-item:nth-child(2n) {
		margin: 30px 0 0;
	}
}

@media (min-width: 769px) {
	.business-list-item {
		height: 130px;
		margin: 0 0 20px;
		width: 300px;
	}
}

.business-list-item-h {
	align-items: center;
	background: rgba(43, 170, 226, 0.9);
	color: #fff;
	display: flex;
	font-weight: 700;
	justify-content: center;
	position: absolute;
	transition: all .2s ease;
	font-size: 14px;
	line-height: 1.3;
	letter-spacing: 0.1rem;
}

@media (max-width: 768px) {
	.business-list-item-h {
		bottom: 0;
		font-size: 11px;
		height: 40px;
		letter-spacing: .1em;
		right: 0;
		width: 90%;
	}

	.business-list-item:hover .business-list-item-h {
		align-items: flex-start;
		bottom: 20px;
		font-size: 13px;
		height: calc((100vw - 80px) / 2 / 150 * 160 + 1px);
		left: 0;
		padding: 12vw 0 0;
		width: calc((100vw - 80px) / 2);
	}
}

@media (min-width: 769px) {
	.business-list-item-h {
		height: 50px;
		left: 0;
		top: 0;
		width: 180px;
	}

	.business-list-item:hover .business-list-item-h {
		height: 120px;
		left: 10px;
		letter-spacing: .3em;
		top: 10px;
		width: 300px;
		padding-bottom: 15px;
	}
}

.business-list-item-more {
	align-items: flex-start;
	border: 1px solid #fff;
	display: none;
	font-size: 12px;
	font-weight: 500;
	height: 24px;
	justify-content: center;
	letter-spacing: .05em;
	padding: 4px 0 0;
	position: absolute;
	width: 72px;
}

.business-list-item-more,
.business-list-item-more:link,
.business-list-item-more:visited,
.business-list-item-more:hover,
.business-list-item-more:active,
.business-list-item-more:focus {
	color: #fff;
}

.business-list-item-more::after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	height: 6px;
	right: 6px;
	width: 6px;
}

.business-list-item:hover .business-list-item-more {
	display: flex;
}

@media (max-width: 768px) {
	.business-list-item-more {
		left: calc((100vw - 80px) / 2 / 2 - 36px);
		margin: 24vw auto 0;
	}
}

@media (min-width: 769px) {
	.business-list-item-more {
		margin: 91px auto 0;
		left: 0;
		right: 0;
		transform: translateX(10px);
	}
}

@media (max-width: 768px) {
	.business-list-item-img {
		height: calc((100vw - 80px) / 2 / 150 * 160);
		object-fit: cover;
		object-position: center center;
		font-family: "object-fit: cover; object-position: center center;";
		width: calc((100vw - 80px) / 2);
	}
}

@media (min-width: 769px) {
	.business-list-item-img {
		height: 120px;
		margin: 10px 0 0 10px;
		width: 300px;
	}
}

/**
* ----------------------------------------------------------------------------
* Harmony
* ----------------------------------------------------------------------------
*/
.harmony {
	position: relative;
}

@media (max-width: 768px) {
	.harmony {
		height: 720px;
		margin: 60px 0 50px;
		padding: 40px 0 0;
	}
}

@media (min-width: 769px) {
	.harmony {
		height: 510px;
		margin: 80px 0 120px;
		padding: 50px 0 0;
	}
}

.harmony-img {
	left: 0;
	position: absolute;
	top: 0;
}

@media (max-width: 768px) {
	.harmony-img {
		height: 720px;
		width: 100%;
	}
}

@media (min-width: 769px) {
	.harmony-img {
		height: 510px;
		width: calc(50% + 560px);
	}
}

.harmony-img img {
	height: 100%;
	object-fit: cover;
	object-position: center top;
	font-family: "object-fit: cover; object-position: center top;";
	width: 100%;
}

.harmony-img::after {
	background: rgba(142, 222, 194, 0.28);
	content: "";
	display: block;
	position: absolute;
}

@media (max-width: 768px) {
	.harmony-img::after {
		height: calc(100% + 20px);
		right: 0;
		top: -20px;
		width: calc(100% - 40px);
	}
}

@media (min-width: 769px) {
	.harmony-img::after {
		height: 95%;
		left: 50px;
		top: 60px;
		width: 100%;
	}
}

.harmony-content {
	position: relative;
	z-index: 1;
}

@media (max-width: 768px) {
	.harmony-content {
		align-items: center;
		display: flex;
		flex-direction: column;
	}
}

@media (min-width: 769px) {
	.harmony-content {
		align-items: flex-end;
		display: flex;
		margin: 0 auto;
		width: 980px;
	}
}

.harmony-content-h {
	background: #fff;
}

@media (max-width: 768px) {
	.harmony-content-h {
		height: 160px;
		padding: 40px 20px;
		width: 250px;
	}
}

@media (min-width: 769px) {
	.harmony-content-h {
		height: 290px;
		padding: 100px 20px;
		width: 320px;
	}
}

.harmony-content-h-jp {
	font-weight: 500;
}

@media (max-width: 768px) {
	.harmony-content-h-jp {
		font-size: 22px;
		letter-spacing: .1em;
		line-height: 1.7;
	}
}

@media (min-width: 769px) {
	.harmony-content-h-jp {
		font-size: 27px;
		letter-spacing: .15em;
		line-height: 1.5;
		/* color: #2baae2; */
	}
}

.harmony-content-h-en {
	color: #2baae2;
	white-space: nowrap;
	display: none;
}

@media (max-width: 768px) {
	.harmony-content-h-en {
		font-family: "Futura Std", sans-serif;
		font-size: 18px;
		letter-spacing: .02em;
		line-height: 29px;
		margin: 16px 0 0;
	}
}

@media (min-width: 769px) {
	.harmony-content-h-en {
		font-weight: 700;
		letter-spacing: .05em;
		margin: 28px 0 0;
	}
}

@media (max-width: 768px) {
	.harmony-content-img {
		height: 377px;
		transform: translateY(-10px);
		width: 272px;
	}
}

@media (min-width: 769px) {
	.harmony-content-img {
		height: 267px;
		transform: translateX(-10px);
		width: 660px;
	}
}

.harmony-link {
	align-items: center;
	border: 2px solid #fff;
	display: flex;
	font-weight: 700;
	justify-content: center;
	position: relative;
}

.harmony-link,
.harmony-link:link,
.harmony-link:visited,
.harmony-link:hover,
.harmony-link:active,
.harmony-link:focus {
	color: #fff;
}

.harmony-link:hover {
	background: rgba(255, 255, 255, 0.2);
	opacity: 1;
}

@media (max-width: 768px) {
	.harmony-link {
		height: 60px;
		margin: 30px auto 0;
		width: 250px;
	}
}

@media (min-width: 769px) {
	.harmony-link {
		height: 60px;
		margin: 45px auto 0;
		width: 320px;
	}
}

.harmony-link::after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}

@media (max-width: 768px) {
	.harmony-link::after {
		font-size: 18px;
		height: 11px;
		right: 50px;
		width: 11px;
	}
}

@media (min-width: 769px) {
	.harmony-link::after {
		height: 10px;
		right: 70px;
		width: 10px;
	}
}

/**
* ----------------------------------------------------------------------------
* Office
* ----------------------------------------------------------------------------
*/
.office {
	width: 100%;
}

@media (max-width: 768px) {
	.office {
		margin: 30px 0 20px;
	}
}

@media (min-width: 769px) {
	.office {
		display: flex;
		height: 240px;
		margin: 60px 0 20px;
	}
}

.office li {
	align-items: flex-start;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media (max-width: 768px) {
	.office li {
		height: 230px;
	}
}

@media (min-width: 769px) {
	.office li {
		padding: 0 40px;
		width: 33.33%;
		font-size: 120%;
	}
}

.office-main {
	background: url(../img/index/office-main_2.jpg) center/cover no-repeat;
}

.office-fujikura {
	background: url(../img/index/office-fujikura_2.jpg) center/cover no-repeat;
}

.office-tama {
	background: url(../img/index/office-tama_2.jpg) center/cover no-repeat;
}

.office-corpname {
	font-weight: bold;
}

@media (max-width: 768px) {
	.office-corpname {
		font-size: 18px;
		padding: 0 20px;
	}
}

@media (min-width: 769px) {
	.office-corpname {
		font-size: 18px;
	}
}

.office-name {
	font-weight: bold;
}

@media (max-width: 768px) {
	.office-name {
		font-size: 22px;
		margin: 8px 0 0;
		padding: 0 20px 12px;
	}
}

@media (min-width: 769px) {
	.office-name {
		font-size: 22px;
		margin: 12px 0 0;
		padding: 0 0 16px;
	}
}

.office-border {
	border-color: #fff;
}

@media (max-width: 768px) {
	.office-border {
		margin: 0 auto 4px;
		width: calc(100% - 40px);
	}
}

@media (min-width: 769px) {
	.office-border {
		margin: 0 0 4px;
		width: 100%;
	}
}

@media (max-width: 768px) {

	.office-address,
	.office-tel,
	.office-fax {
		margin: 8px 0 0;
		padding: 0 20px;
	}
}

@media (min-width: 769px) {

	.office-address,
	.office-tel,
	.office-fax {
		margin: 12px 0 0;
		line-height: 1.2;
	}
}

/*# sourceMappingURL=index.css.map */
