@charset "UTF-8";
/**
 * トップページとデフォルトのスタイル
 */
/******************************************************************
 * Reset CSS - CBT LINKs
******************************************************************/
/* reset margin
-----------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	zoom: 1;
	/* hasLayout in IE */
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font: inherit;
	vertical-align: baseline;
	background: transparent;
	-webkit-text-size-adjust: 100%;
	word-break: break-all;
}

/* reset font style
-----------------------------------------------------------------*/
html {
	box-sizing: border-box;
	font-family: sans-serif;
	font-size: 62.5%;
}

html * {
	box-sizing: inherit;
}

body {
	font-family: YakuHanJP_Noto, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.4;
	background: transparent;
	color: #323232;
	width: 100%;
}

ul,
ol {
	list-style-type: none;
}

a {
	margin: 0;
	padding: 0;
	color: inherit;
	text-decoration: none;
}

em,
strong {
	font-style: normal;
	font-weight: inherit;
}

/* reset table
-----------------------------------------------------------------*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}

table,
th,
td {
	table-layout: fixed;
}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

/* reset form style
-----------------------------------------------------------------*/
input[type="text"],
input[type="tel"],
input[type="email"],
textarea,
select,
option {
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
}

button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	appearance: none;
	appearance: none;
	padding: 0;
}

select::-ms-expand {
	display: none;
}

button::-webkit-search-decoration,
input[type="reset"]::-webkit-search-decoration,
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}

button:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
	outline-offset: -2px;
}

textarea {
	resize: none;
	overflow: auto;
}

*:focus {
	outline: none;
}

/* reset img
-----------------------------------------------------------------*/
img {
	font-size: 0;
	line-height: 0;
	vertical-align: bottom;
	height: auto;
	max-width: 100%;
}

@media screen and (max-width: 767px) {
	.pc {
		display: none !important;
	}
}

@media screen and (min-width: 767px) {
	.sp {
		display: none !important;
	}
}

body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}

.inner {
	max-width: 1130px;
	margin: 0 auto;
	padding: 0 15px;
}

@media screen and (max-width: 767px) {
	.inner {
		padding: 0 35px;
	}
}

.primary-head {
	font-family: "Montserrat", YakuHanJP_Noto, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 25px;
	font-weight: 600;
	letter-spacing: 0.08em;
	color: #a032aa;
	text-transform: uppercase;
}

@media screen and (max-width: 767px) {
	.primary-head {
		font-size: 21px;
	}
}

.c-modal {
	display: none;
}

.header__logo {
	padding-left: 20px;
	position: absolute;
	top: 20px;
	left: 23px;
	height: 65px;
	display: flex;
	align-items: center;
	font-size: 0;
}

.hamburger-button {
	position: fixed;
	width: 65px;
	height: 65px;
	background: #fff;
	top: 20px;
	right: 20px;
	z-index: 200;
	cursor: pointer;
	/* for chrome */
}

.hamburger-button span {
	display: block;
	width: 22px;
	height: 2px;
	background: #323232;
	position: absolute;
	top: 50%;
	left: 50%;
}

.hamburger-button span:nth-child(1) {
	transform: translate(-50%, -50%) translateY(-6px);
}

.hamburger-button span:nth-child(2) {
	transform: translate(-50%, -50%);
}

.hamburger-button span:nth-child(3) {
	transform: translate(-50%, -50%) translateY(6px) scaleX(0.5);
	transform-origin: left center;
}

.hamburger-button.is-open span:nth-child(1) {
	transform: translate(-50%, -50%) rotate(-45deg);
	width: 33px;
}

.hamburger-button.is-open span:nth-child(2) {
	transform: translate(-50%, -50%) rotate(-135deg);
	width: 33px;
}

.hamburger-button.is-open span:nth-child(3) {
	transform: translate(-50%, -50%) translateY(6px) scaleX(0);
	transform-origin: left center;
	opacity: 0;
}

.hamburger-button.anim span {
	transition: transform 0.3s ease, width 0.3s ease, opacity 0.3s ease;
}

.hamburger-menu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	visibility: hidden;
	opacity: 0;
	z-index: 100;
	transition: visibility 0.3s ease, opacity 0.3s ease;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-right: 67px;
}

.hamburger-menu.is-open {
	visibility: visible;
	opacity: 1;
}

.hamburger-menu__logo {
	padding-left: 20px;
	position: absolute;
	top: 20px;
	left: 23px;
	height: 65px;
	display: flex;
	align-items: center;
	font-size: 0;
}

.hamburger-menu__logo a {
	transition: opacity 0.1s ease;
}

.hamburger-menu__logo a:hover {
	opacity: 0.6;
}

.hamburger-menu__nav {
	margin-top: 22px;
}

.hamburger-menu__list {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 193px 193px;
	grid-template-columns: 193px 193px;
}

.hamburger-menu-item {
	text-align: right;
	margin-bottom: 39px;
}

.hamburger-menu-item a {
	display: block;
	transition: opacity 0.1s ease;
}

.hamburger-menu-item a:hover {
	opacity: 0.6;
}

.hamburger-menu-item__name-en {
	font-family: "Montserrat", YakuHanJP_Noto, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 25px;
	font-weight: 600;
	letter-spacing: 0.035em;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 6px;
}

.hamburger-menu-item__name-en--small {
	font-size: 17px;
	margin-top: 8px;
}

.hamburger-menu-item__name-ja {
	font-size: 12px;
	font-weight: 600;
	color: #a032aa;
	line-height: 1;
	letter-spacing: 0.1em;
	margin-right: -0.1em;
}

.hamburger-menu-item--company {
	-ms-grid-row: 2;
	-ms-grid-row-span: 1;
	grid-row: 2 / 3;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1 / 2;
}

.hamburger-menu-item--contact {
	-ms-grid-row: 3;
	-ms-grid-row-span: 1;
	grid-row: 3 / 4;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1 / 2;
}

.hamburger-menu-item--privacypolicy {
	-ms-grid-row: 4;
	-ms-grid-row-span: 1;
	grid-row: 4 / 5;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1 / 2;
}

.hamburger-menu-item--energy {
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	grid-row: 1 / 2;
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	grid-column: 2 / 3;
}

.hamburger-menu-item--architecture {
	-ms-grid-row: 2;
	-ms-grid-row-span: 1;
	grid-row: 2 / 3;
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	grid-column: 2 / 3;
}

.hamburger-menu-item--grocery {
	-ms-grid-row: 3;
	-ms-grid-row-span: 1;
	grid-row: 3 / 4;
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	grid-column: 2 / 3;
}

.hamburger-menu-item--apparel {
	-ms-grid-row: 4;
	-ms-grid-row-span: 1;
	grid-row: 4 / 5;
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	grid-column: 2 / 3;
}

.hamburger-menu-item--other {
	-ms-grid-row: 5;
	-ms-grid-row-span: 1;
	grid-row: 5 / 6;
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	grid-column: 2 / 3;
}

.footer {
	background: #323232;
	color: #fff;
	padding: 56px 0 11px;
}

.footer__top {
	display: flex;
	justify-content: space-between;
	margin-bottom: -5px;
}

.footer__logo a {
	display: block;
	font-size: 0;
	transition: opacity 0.1s ease;
}

.footer__logo a:hover {
	opacity: 0.6;
}

.footer__info {
	letter-spacing: 0.1em;
	text-align: right;
}

.footer__name {
	font-weight: 600;
	font-size: 14px;
	margin-top: -2px;
	margin-bottom: 24px;
}

.footer__address {
	font-weight: 300;
	font-size: 12px;
	line-height: 2;
	letter-spacing: 0.19em;
}

.footer__bottom {
	display: flex;
	justify-content: space-between;
	margin-bottom: 45px;
}

.footer__contact {
	width: 100%;
	max-width: 202px;
	font-family: "Montserrat", YakuHanJP_Noto, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 0.05em;
	margin-top: 30px;
}

.footer__contact a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: solid 2px #fff;
	margin-top: 4px;
	padding: 14px 18px 15px 22px;
	letter-spacing: 0.1em;
	transition: background 0.1s ease, color 0.1s ease;
}

.footer__contact a svg {
	fill: #fff;
	transition: fill 0.1s ease;
}

.footer__contact a:hover {
	background: #fff;
	color: #323232;
}

.footer__contact a:hover svg {
	fill: #323232;
}

.footer__copyright {
	text-align: center;
	font-family: "Montserrat", YakuHanJP_Noto, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 10px;
	letter-spacing: 0.1em;
	color: #6f6f6f;
}

.footer-link {
	font-size: 12px;
	line-height: 2.5;
	letter-spacing: 0.1em;
}

.footer-link__item a {
	background: url(../img/footer/icon-link.png) center right/14px no-repeat;
	padding-right: 25px;
	transition: opacity 0.1s ease;
}

.footer-link__item a:hover {
	opacity: 0.6;
}

.c-contact {
	background: url(../img/common/contact-bg.jpg) center/cover;
	background-attachment: fixed;
	color: #fff;
	text-align: center;
	padding: 81px 0 88px;
}

.c-contact__title {
	font-family: "Montserrat", YakuHanJP_Noto, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.c-contact__message {
	font-weight: 600;
	letter-spacing: 0.1em;
	margin-bottom: 17px;
}

.c-contact__tel {
	font-family: "Montserrat", YakuHanJP_Noto, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 35px;
	font-weight: 600;
	letter-spacing: 0.1em;
	margin-bottom: 19px;
}

.c-contact__tel a::before {
	content: "";
	display: inline-block;
	width: 21px;
	height: 27px;
	background: url(../img/common/icon-tel.png) center/contain no-repeat;
	vertical-align: -1px;
	margin-right: 10px;
}

.c-contact__open {
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 0.075em;
}

.top-mv {
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 155px;
}

.top-mv__block {
	margin-top: 27px;
}

.top-about {
	padding: 50px 0 164px;
	position: relative;
}

.top-about::before {
	content: "";
	position: absolute;
	top: 57px;
	right: 0;
	width: 735px;
	height: 485px;
	background-image: url("../img/common/reveal-bg.jpg");
	background-attachment: fixed;
	background-size: 735px;
	background-position: right top;
}

.top-about::after {
	content: "";
	position: absolute;
	top: 57px;
	right: 0;
	width: 735px;
	height: 485px;
	background-image: url("../img/common/reveal-fg.png");
	background-size: 100% 100%;
}

.top-about .inner {
	position: relative;
	z-index: 10;
}

.top-about .primary-head {
	margin-bottom: 119px;
}

.top-about__message {
	font-family: YakuHanMP_Noto, "Hiragino Mincho ProN", "Yu Mincho", serif;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: 0.16em;
	margin-bottom: 45px;
}

.top-about__desc,
.top-about__sign {
	font-size: 14px;
	font-weight: 300;
	max-width: 650px;
	letter-spacing: 0.06em;
	line-height: 2.14286;
}

.top-about__desc {
	margin-bottom: 43px;
}

.top-businesses {
	padding-top: 50px;
	margin-bottom: 191px;
}

.top-businesses .primary-head {
	margin-bottom: 41px;
}

.top-business {
	min-height: 500px;
	background: center / cover #ccc;
	color: #fff;
	padding-top: 92px;
	margin-bottom: 20px;
	padding-bottom: 92px;
}

.top-business__box {
	max-width: 500px;
	padding: 0 100px 0 50px;
}

.top-business__box--right {
	margin: 0 0 0 auto;
}

.top-business__title-en {
	font-family: "Montserrat", YakuHanJP_Noto, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: 600;
	font-size: 55px;
	text-transform: uppercase;
	letter-spacing: 0.035em;
	line-height: 1.1;
	margin-bottom: 5px;
}
.top-business--architecture .top-business__title-en {
	font-size: 40px;
	line-height: 1.3;
}

.top-business__title-ja {
	font-weight: 600;
	letter-spacing: 0.18em;
	margin-bottom: 33px;
}

.top-business__desc {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.12em;
	line-height: 2.14286;
	margin-bottom: 34px;
}

.top-business__more a {
	display: block;
	max-width: 300px;
	background: #fff;
	color: #a032aa;
	font-family: "Montserrat", YakuHanJP_Noto, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	padding: 20px 21px 19px;
	position: relative;
	transition: opacity 0.1s ease;
}

.top-business__more a::after {
	content: "";
	position: absolute;
	top: calc(50% - 2px);
	right: 21px;
	display: block;
	width: 50px;
	height: 5px;
	border-right: solid 1px #a032aa;
	border-bottom: solid 1px #a032aa;
	transform: translateY(-50%) skewX(45deg);
}

.top-business__more a:hover {
	opacity: 0.6;
}

.top-business--energy {
	background-image: url(../img/top/business-energy-bg.jpg);
}

.top-business--architecture {
	background-image: url(../img/top/business-architecture-bg.jpg);
}

.top-business--grocery {
	background-image: url(../img/top/business-grocery-bg.jpg);
	padding-top: 86px;
}

.top-business--apparel {
	background-image: url(../img/top/business-apparel-bg.jpg);
	padding-top: 114px;
}

.top-business--other {
	background-image: url(../img/top/business-other-bg.jpg);
	padding-top: 114px;
}

.top-company {
	padding: 50px 0 125px;
	position: relative;
}

.top-company::before {
	content: "";
	position: absolute;
	top: 57px;
	right: 0;
	width: 735px;
	height: 485px;
	background-image: url("../img/common/reveal-bg.jpg");
	background-attachment: fixed;
	background-size: 735px;
	background-position: right top;
}

.top-company::after {
	content: "";
	position: absolute;
	top: 57px;
	right: 0;
	width: 735px;
	height: 485px;
	background-image: url("../img/common/reveal-fg.png");
	background-size: 100% 100%;
}

.top-company .inner {
	position: relative;
	z-index: 10;
}

.top-company__intro {
	min-height: 560px;
}

.top-company .primary-head {
	margin-bottom: 119px;
}

.top-company__message {
	font-family: YakuHanMP_Noto, "Hiragino Mincho ProN", "Yu Mincho", serif;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: 0.09em;
	margin-bottom: 45px;
}

.top-company__desc {
	font-size: 14px;
	font-weight: 300;
	max-width: 650px;
	letter-spacing: 0.075em;
	line-height: 2.14286;
	margin-bottom: 36px;
}

.top-company__fig {
	padding-top: 150px;
	margin-bottom: 84px;
}

.top-company__map {
	height: 350px;
	position: relative;
	margin-bottom: 32px;
}

.top-company__map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.top-company__googlemap {
	text-align: center;
}

.top-company__googlemap a {
	font-family: "Montserrat", YakuHanJP_Noto, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: 400;
	color: #a032aa;
	letter-spacing: 0.025em;
	transition: opacity 0.1s ease;
}

.top-company__googlemap a::before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 21px;
	background: url(../img/top/company-googlemap.png) center/contain no-repeat;
	vertical-align: bottom;
	margin-right: 10px;
}

.top-company__googlemap a:hover {
	opacity: 0.6;
}

.top-companies {
	background: url(../img/top/companies-bg.jpg) center/cover;
	background-attachment: fixed;
	padding: 104px 0 95px;
	color: #fff;
}

.top-companies__row {
	display: flex;
	align-items: center;
}

.top-companies__center {
	flex: 0 1 356px;
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 503px;
	background: url(../img/top/companies-frame-right.png) center right 1px/7px 503px no-repeat, url(../img/top/companies-frame-left.png) center left 1px/7px 503px no-repeat;
}

.top-companies__left,
.top-companies__right {
	flex: 1 1 300px;
	position: relative;
}

.top-companies__left::before,
.top-companies__right::before {
	content: "";
	position: absolute;
	top: 50%;
	display: block;
	height: 5px;
	width: 5px;
	background: #fff;
	border-radius: 50%;
	transform: translateY(-50%);
}

.top-companies__left::after,
.top-companies__right::after {
	content: "";
	position: absolute;
	top: 50%;
	display: block;
	height: 1px;
	width: 73px;
	background: #fff;
	transform: translateY(-50%);
}

@media (max-width: 1020px) {
	.top-companies__left::after,
	.top-companies__right::after {
		width: calc(21.0317vw - 141px);
	}
}

.top-companies__left::before {
	right: -4px;
}

.top-companies__left::after {
	right: -1px;
}

.top-companies__right::before {
	left: -4px;
}

.top-companies__right::after {
	left: -1px;
}

.top-companies__right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.top-companies-item {
	max-width: 260px;
	text-align: center;
}

.top-companies-item__logo {
	margin-bottom: 21px;
}

.top-companies-item__name {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}

.top-companies-item__business {
	font-size: 12px;
	font-family: "Montserrat", YakuHanJP_Noto, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: 600;
	color: #a032aa;
	text-transform: uppercase;
	letter-spacing: 0.025em;
	margin-bottom: 4px;
}

.top-companies-item__desc {
	font-size: 12px;
	font-weight: 300;
	line-height: 1.66667;
	letter-spacing: 0.075em;
	margin-bottom: 18px;
}

.top-companies-item__site a {
	display: block;
	max-width: 170px;
	margin: 0 auto;
	background: url(../img/common/icon-link-purple.png) center right 16px/14px no-repeat #fff;
	color: #a032aa;
	text-align: center;
	padding: 12px 27px 12px 0;
	font-family: "Montserrat", YakuHanJP_Noto, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	transition: opacity 0.1s ease;
}

.top-companies-item__site a:hover {
	opacity: 0.6;
}

.top-companies-item--act {
	margin-bottom: 60px;
}

.top-companies-item--actpower {
	margin-top: 7px;
}

.top-companies-item--aiwa {
	margin-right: 10px;
	margin-top: 10px;
}

.top-company-info {
	margin-bottom: 83px;
}

.top-company-info__list {
	max-width: 700px;
	margin: 0 auto;
}

.top-company-info__item {
	display: flex;
	flex-wrap: wrap;
	border-bottom: solid 1px #c1c1c1;
	font-size: 14px;
	font-weight: 300;
}

.top-company-info__item:first-child {
	border-top: solid 1px #c1c1c1;
}

.top-company-info__title {
	flex: 0 0 150px;
	background: #f5f5f5;
	padding: 15px 23px;
	letter-spacing: 0.1em;
}

.top-company-info__data {
	flex: 0 1 550px;
	padding: 15px 31px;
	letter-spacing: 0.1em;
}
