@charset "UTF-8";



/* -------------------------------------------

kv

------------------------------------------- */
.top-kv {
	position: relative;
}
.top-kv::before {
	content: "";
	width: 100%;
	height: 100%;
	background: url(../img/top-bg-1.png) no-repeat center bottom;
	background-size: 100% auto;
	position: absolute;
	left: 0;
	bottom: -0.1rem;
	z-index: 3;
}
@media screen and (max-width: 768px) {
	.top-kv::before {
		background-size: 300% auto;
	}
}
/* ---- scroll ---- */
.scroll {
	position: absolute;
	left: 50%;
	bottom: -2rem;
	transform: translate(-50%,0);	
	z-index: 20;
	color: #fff;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.scroll span {
	width: 0.1rem;
	height: 6rem;
	background: #fff;
	animation: scroll 1s infinite;
	margin-top: 1rem;
}
@keyframes scroll {
    0% {
        transform: scale(1,1);
        transform-origin: bottom;
    }
    100% {
        transform: scale(1,0);
        transform-origin: bottom;
    }
}
/* ---- wrap ---- */
.top-kv .wrap {
	position: absolute;
	left: 50%;
	bottom: 11rem;
	transform: translate(-50%,0);
	z-index: 3;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #fff;
	width: 100%;
	z-index: 10;
}
.top-kv .wrap .logo {
	width: 19rem;
	margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
	.top-kv .wrap .logo {
		width: 13rem;
		margin-bottom: 4rem;
	}
}
/* ---- catch ---- */
.top-kv-catch {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.top-kv-catch .jp {
	font-size: 3.0rem;
	font-weight: bold;
	letter-spacing: 0.3em;
	background: url(../img/deco-cross.png) no-repeat center;
	background-size: auto 100%;
	margin-bottom: 2rem;
	padding: 0.8rem 0;
}
.top-kv-catch .en {
	letter-spacing: 0.4em;
}
@media screen and (max-width: 768px) {
	.top-kv-catch {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.top-kv-catch .jp {
		font-size: 1.9rem;
		letter-spacing: 0.15em;
		background-size: auto 90%;
		margin-bottom: 1rem;
	}
	.top-kv-catch .en {
		letter-spacing: 0.2em;
		font-size: 1.1rem;
	}
}
/* ---- main ---- */
#main {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 72rem;
}
@media screen and (max-width: 768px) {
	#main {
		height: 56rem;
	}
}



/* -------------------------------------------

message

------------------------------------------- */
.top-message {
    padding: 4rem 0 10rem 0;
	background: url(../img/top-bg-2.jpg) no-repeat top left / cover;
}
@media screen and (max-width: 768px) {
	.top-message {
		padding: 4rem 0 6rem 0;
		background: 
			url(../img/bg-grd.jpg) repeat-y center top;
		background-size:
			300% auto;
		} 
}
/* ---- wrap-1 ---- */
.top-message .wrap-1 {
	background: url(../img/top-txt-1.png) no-repeat top left;
	background-size: 29rem auto;
	margin-bottom: 6rem;
	padding-top: 2rem;
}
.top-message .wrap-1 > div {
	display: flex;
	align-items: center;
	color: #fff;
	width: 80rem;
	margin: 0 auto;
}
.top-message .wrap-1 h2 {
	width: 40%;
	font-size: 3rem;
}
.top-message .wrap-1 h2 span {
	font-size: 4.2rem;
}
.top-message .wrap-1 p {
	width: 60%;
}
@media screen and (max-width: 768px) {
	.top-message .wrap-1 {
		background: url(../img/top-txt-1.png) no-repeat top center;
		background-size: 29rem auto;		
		margin-bottom: 6rem;
		padding-top: 0;
	}
	.top-message .wrap-1 > div {
		display: block;
		width: 100%;
		padding-top: 9rem;
	}
	.top-message .wrap-1 h2 {
		width: 100%;
		font-size: 3rem;
		text-align: center;
		line-height: 1.3;
		margin-bottom: 2rem;
	}
	.top-message .wrap-1 h2 span {
		font-size: 4.2rem;
	}
	.top-message .wrap-1 p {
		width: 100%;
		padding: 0 3rem;
	}
}
/* ---- wrap-2 ---- */
.top-message .wrap-2 {
	width: 80rem;
	margin: 0 auto;
}
.top-message .wrap-2 h2 {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	line-height: 1;
	margin-bottom: 3rem;
}
.top-message .wrap-2 h2 .en {
	font-size: 8.8rem;
	color: #fff;
	opacity: 0.3;
}
.top-message .wrap-2 h2 .jp {
	font-size: 1.8rem;
	margin-bottom: 0.5rem;
	position: relative;
	right: -3.5rem;
	z-index: 10;
}
.top-message .wrap-2 h2 .jp::first-letter {
	color: #fff;
	font-size: 2.8rem;
}
.top-message .wrap-2 > div {
	position: relative;
}
.top-message .wrap-2 > div::before {
	content: "";
	background: linear-gradient(to right, #30CFD0, #58BADB);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.7;
}
.top-message .wrap-2 > div::after {
	content: "";
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: solid 0.15rem #fff;
	position: absolute;
	right: -1.5rem;
	bottom: -1.5rem;
}
.top-message .wrap-2 > div > * {
	position: relative;
	z-index: 10;
	color: #fff;
}
.top-message .wrap-2 > div figure {
	width: 30%;
	position: absolute;
	left: -3rem;
	top: -5rem;
}
.top-message .wrap-2 > div figure figcaption {
	position: absolute;
	right: 0;
	bottom: -3rem;
	display: flex;
	flex-direction: column;
	line-height: 1;
	font-weight: 600;
}
.top-message .wrap-2 > div figure figcaption span:nth-child(1) {
	font-size: 2.6rem;
	margin-bottom: 0.5rem;
}
.top-message .wrap-2 > div figure figcaption span:nth-child(2) {
	font-size: 1.2rem;
}
.top-message .wrap-2 > div p {
	padding: 5.2rem 5rem 4rem 32%
}
@media screen and (max-width: 768px) {
	.top-message .wrap-2 {
		width: 100%;
		padding: 0 3rem;
	}
	.top-message .wrap-2 h2 {
		margin-bottom: 2rem;
		justify-content: center;
		margin-left: -2.5rem;
	}
	.top-message .wrap-2 h2 .en {
		font-size: 4.8rem;
	}
	.top-message .wrap-2 h2 .jp {
		font-size: 2.2rem;
		margin-bottom: 0.3rem;
		right: -2.5rem;
		z-index: 10;
	}
	.top-message .wrap-2 > div {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding-top: 4rem;
	}
	.top-message .wrap-2 > div figure {
		width: 60%;
		position: relative;
		left: auto;
		top: auto;
	}
	.top-message .wrap-2 > div figure figcaption {
		position: absolute;
		right: 0;
		bottom: -3rem;
		display: flex;
		flex-direction: column;
		line-height: 1;
		font-weight: 600;
	}
	.top-message .wrap-2 > div p {
		padding: 4rem
	}
	.top-message .wrap-2 > div::after {
		right: -1rem;
		bottom: -1rem;
	}	
}



/* -------------------------------------------

top-wrap

------------------------------------------- */
.top-wrap {
	display: flex;
	position: relative;
	color: #fff;
}
@media screen and (max-width: 768px) {
	.top-wrap {
		flex-direction: column;
	}
}
.top-wrap::before {
	content: "";
	width: 0.1rem;
	height: 80%;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 10;
}	
@media screen and (max-width: 768px) {
	.top-wrap::before {
		display: none;
	}	
}
.top-wrap > * {
	width: 50%;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 36rem;
	overflow: hidden;	
}
@media screen and (max-width: 768px) {
	.top-wrap > * {
		width: 100%;
	}
}
.top-wrap > * > * {
	position: relative;
	z-index: 100;
}
.top-wrap > *::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: all .3s;
}
.top-wrap > *:hover::before {
	transform: scale(1.1);
}
.top-works::before {
	background: url(../img/top-bg-3.jpg) no-repeat center / cover;
}
.top-about::before {
	background: url(../img/top-bg-4.jpg) no-repeat center / cover;
}
.top-wrap > *::after {
	position: absolute;
	top: 1.5rem;
	line-height: 1;
	color: #fff;
	font-size: 8rem;
	opacity: 0.2;
	text-transform: uppercase;
	font-weight: bold;
}
.top-works::after {
	content: "works";
	left: 0;
}
.top-about::after {
	content: "about";
	right: 0;
}
.top-wrap h2 {
	font-size: 2rem;
}
.top-wrap p {
	width: 60%;
	margin: 3rem 0;
}


/* -------------------------------------------

company

------------------------------------------- */
.top-company {
	padding: 10rem 0;
	display: flex;
	align-items: flex-end;
	background: url(../img/top-bg-6.jpg) no-repeat right bottom;
	background-size: 56rem auto;
}
.top-company > * {
	width: 50%;
}
.top-company .gmap {
	padding-right: 10rem;
}
.top-company .gmap iframe {
	height: 51rem;
}
.top-company > *:last-of-type {
	padding-right: 13rem;
}
@media screen and (max-width: 768px) {
	.top-company {
		padding: 8rem 0 0 0;
		flex-direction: column-reverse;
	}
	.top-company > * {
		width: 100%;
	}
	.top-company .gmap {
		padding-right: 0;
		margin-top: 4rem;
	}
	.top-company .gmap iframe {
		height: 32rem;
	}
	.top-company > *:last-of-type {
		padding: 0 3rem;
	}
}
/* ---- h2 ---- */
.top-company h2 {
	display: flex;
	flex-direction: column;
	line-height: 0.6;
	margin-bottom: 2rem;
}
.top-company h2 .en {
	font-size: 8rem;
	color: #3484B0;
	opacity: 0.1;
}
.top-company h2 .jp {
	position: relative;
	z-index: 3;
	z-index: 10;
	font-size: 2rem;
}
@media screen and (max-width: 768px) {
	.top-company h2 {
		margin-bottom: 2.5rem;
	}
	.top-company h2 .en {
		font-size: 6.2rem;
	}
}
/* ---- more ---- */
.top-company .more-wrap {
	display: flex;
	justify-content: space-between;
}
.top-company .more-wrap > *:last-of-type {
	background: #D3F4FF;
}
.top-company .more-wrap > *:last-of-type:hover {
	background: var(--grey);
}
.top-company .more {
	box-shadow: 0.3rem 0.3rem 0.4rem rgba(0,0,0,0.1);
}
.top-company dl {
	margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
	.top-company .more-wrap {
		flex-direction: column;
		align-items: center;
	}
	.top-company .more-wrap > *:last-of-type {
		margin-top: 1.5rem;
	}
	.top-company .more {
		width: 100%;
	}
}



/* -------------------------------------------

contact

------------------------------------------- */
.top-contact {
	background: url(../img/top-bg-5.jpg) no-repeat center / cover;
	padding: 6rem 0;
}
@media screen and (max-width: 768px) {
	.top-contact {
		padding: 3rem;
	}
}
/* ---- wrap ---- */
.top-contact .wrap {
	position: relative;
	background: rgba(255,255,255,0.9);
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 7rem 0;
}
.top-contact .wrap::before {
	content: "CONTACT";
	font-size: 8rem;
	color: #3484B0;
	opacity: 0.1;
	position: absolute;
	line-height: 1;
	right: 0;
	top: 1.5rem;	
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.top-contact .wrap {
		padding: 7rem 0 4rem 0;
	}	
	.top-contact .wrap::before {
		font-size: 6.4rem;
	}
}
/* ---- h2 ---- */
.top-contact h2 {
	font-size: 2rem;
	line-height: 1;
	margin-bottom: 3.5rem;
}
.top-contact a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38rem;
	height: 6.8rem;
	color: #fff;
	position: relative;
	background: linear-gradient(to right, #3484B0, #30CFD0);
	border-radius: 20rem;
	font-weight: bold;
}
.top-contact a::before {
	content: "";
	width: 7rem;
	height: 0.1rem;
	background: #fff;
	position: absolute;
	right: 3.1rem;
	top: calc(50% + 0.05rem)
}
.top-contact a::after {
	content: "";
	width: 1.2rem;
	height: 1.2rem;
	border: solid 0.12rem #fff;
	border-radius: 50%;
	position: absolute;
	right: 2.5rem;
	top: calc(50% - 0.6rem)
}
@media screen and (max-width: 768px) {
	.top-contact a {
		width: 90%;
	}
	.top-contact a::before {
		width: 4rem;
	}	
}



/* -------------------------------------------

company

------------------------------------------- */
.sig {
	display: block;
	margin-top: 2rem;
	text-align: right;
}



/* -------------------------------------------

about

------------------------------------------- */
.about-map {
	margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
	.about-map figure {
		width: 100%;
		margin: 0 auto;
	}
}
.table-wrap table {
	border-collapse: collapse;
	border: solid 0.25rem var(--prime);
	width: 100%;
	font-size: 1.3rem;
}
.table-wrap table td {
	padding: 1.2rem;
	border: solid 0.12rem var(--prime);
	vertical-align: middle;
	width: 50%;
}
.table-wrap table td:first-of-type {
	background: #e9f9ff;
}
.table-wrap table td:nth-of-type(2),
.table-wrap table td:nth-of-type(3) {
	white-space: nowrap;
}
.table-wrap table tr td:nth-of-type(1) {
	font-weight: 500;
	color: var(--prime);
}
@media screen and (max-width: 768px) {
	.table-wrap table tr {
		display: flex;
		flex-wrap: wrap;
	}
	.table-wrap table tr td {
		width: 100%;
	}
	.table-wrap table tr td:nth-of-type(1) {
		width: 100%;
	}
	.table-wrap table td:nth-of-type(2),
	.table-wrap table td:nth-of-type(3) {
		white-space:unset
	}
}



/* -------------------------------------------

intro

------------------------------------------- */
.intro .wrap div dl>dt:nth-of-type(2){
	padding-top: 2rem;
	font-weight: 600;

}

.p-last{
    text-align: right;
    margin-top: 2rem;
}

.security-text h2{
    text-align: center;
    padding: 3rem;
    font-size: 2rem;
}

.footer-security{
    margin-top: 2rem;
}

.footer-security a:nth-child(n+2){
    margin-left: 2rem;
}

@media screen and (max-width: 768px) {
	.footer-security{
    text-align: center;
        flex-wrap: wrap;
}
    .footer-security a:nth-child(n+2){
    margin-left: 0;
}
}