@charset "UTF-8";



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

kv

------------------------------------------- */
.top-kv {
	position: relative;
	z-index: 100;
}
/* ---- slider ---- */
.top-kv-slider > *:nth-of-type(1) {
	background: url(../img/top-kv-1.jpg) no-repeat center / cover;
}
.top-kv-slider > *:nth-of-type(2) {
	background: url(../img/top-kv-2.jpg) no-repeat center / cover;
}
.top-kv-slider > *,
.CMS-NOT-EDITABLE-AREA {
	height: 60rem;
}
@media screen and (max-width: 768px) {
	.top-kv-slider > *,
	.CMS-NOT-EDITABLE-AREA {
		height: 21rem;
	}
}
/* ---- wrap ---- */
.top-kv .wrap {
	position: absolute;
	z-index: 3;
	display: flex;
	flex-direction: column;
	left: calc((100% - 88rem) / 2);
	top: 12rem;
	font-weight: 600;
}
.top-kv .jp {
	display: flex;
	flex-direction: column;
	font-size: 2.8rem;
}
.top-kv .jp span:nth-child(2) {
	display: flex;
	align-items: center;
	margin: 2rem 0;
}
.top-kv .jp strong {
	font-size: 4.4rem;
	color: #fff;
	line-height: 1;
	font-weight: 600;
	padding: 1rem 1rem 1.3rem 1.2rem;
	margin-right: 1.5rem;
}
.top-kv .jp span:nth-child(2) strong:nth-child(1) {
	background: var(--prime);
}
.top-kv .jp span:nth-child(2) strong:nth-child(2) {
	background: #0099b2;
}
.top-kv .jp span:nth-child(2) strong:nth-child(3) {
	background: #55c620;
}
.top-kv .en {
	font-family: var(--font-roboto);
	font-style: italic;
	display: flex;
	align-items: center;
	margin-top: 4rem;
}
.top-kv .en::after {
	content: "";
	width: 8rem;
	height: 0.15rem;
	background: #000;
	margin-left: 1rem;
}
@media screen and (max-width: 768px) {
	.top-kv .wrap {
		left: 2rem;
		top: 5rem;
	}
	.top-kv .jp {
		font-size: 1.8rem;
	}
	.top-kv .jp span:nth-child(2) {
		margin: 1rem 0;
	}
	.top-kv .jp strong {
		font-size: 2.4rem;
		color: #fff;
		line-height: 1;
		font-weight: 600;
		padding: 0.8rem 0.8rem 0.95rem 1.1rem;
		margin-right: 1rem;
	}
	.top-kv .en {
		font-size: 1.2rem;
		margin-top: 3rem;
	}
	.top-kv .en::after {
		width: 3rem;
	}	
}



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

about

------------------------------------------- */
.top-about {
	position: relative;
	background: 
		url(../img/bg-triangle-1.png) no-repeat left bottom -0.2rem,
		url(../img/texture-1.jpg) center;
	background-size:
		100% auto;
	padding: 5rem 0 35rem 0; 	
}
.top-about::before {
	content: "";
	width: 100%;
	height: 60rem;
	background: linear-gradient(to bottom, #fff, transparent);
	position: absolute;
	left: 0;
	top: 0;
}
.top-about > * {
	position: relative;
	z-index: 10;
}
@media screen and (max-width: 768px) {
	.top-about {
		background: 
			url(../img/bg-triangle-1.png) no-repeat center bottom -0.2rem,
			url(../img/texture-1.jpg) center;
		background-size:
			64rem auto,
			100% auto;
		padding: 8rem 3rem 20rem 3rem; 	
	}
	.top-about::before {
		height: 40rem;
	}
}
/* ---- wrap-1 ---- */
.top-about .wrap-1 {
	display: flex;	
}
.top-about .wrap-1 > * {
	width: 50%;
}
.top-about .wrap-1 > figure {
	position: relative;
	right: -4rem;
}
.top-about .wrap-1 > div {
	padding-top: 12rem;
}
@media screen and (max-width: 768px) {
	.top-about .wrap-1 {
		display: block;	
	}
	.top-about .wrap-1 > * {
		width: 100%;
	}
	.top-about .wrap-1 > figure {
		right: auto;
	}
	.top-about .wrap-1 > div {
		padding-top: 0;
		margin-bottom: 3rem;
	}
}
/* ---- h2 ---- */
.top-about h2 {
	display: flex;
	flex-direction: column;
	margin-bottom: 5rem;
	line-height: 1;
}
.top-about h2 .en {
	margin-bottom: 1rem;
	font-family: var(--font-roboto);
	font-size: 7.2rem;
}
.top-about h2 .jp {
	color: var(--prime);
	font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
	.top-about h2 {
		margin-bottom: 4rem;
	}	
	.top-about h2 .en {
		font-size: 6rem;
	}
}
/* ---- p ---- */
.top-about h2 + p {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 2.5rem;
}
/* ---- wrap-2 ---- */
.top-about .wrap-2 {
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-end;
	margin-top: -6rem;
}
.top-about .wrap-2 > figure {
	width: 45%;
	animation-duration: 2.5s;
	position: relative;
	left: -4.5rem;
}
.top-about .wrap-2 > div {
	width: 55%;
}
.top-about .wrap-2 p {
	margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
	.top-about .wrap-2 {
		display: block;
		margin-top: 3rem;
	}
	.top-about .wrap-2 > figure {
		width: 88%;
		margin: 0 auto;
		left: auto;
	}
	.top-about .wrap-2 > div {
		width: 100%;
		margin-bottom: 3rem;
	}
	.top-about .wrap-2 p {
		margin-bottom: 3rem;
	}
}
/* ---- more ---- */
.top-about .more {
	margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
	.top-about .more {
		margin: 0 auto;
	}	
}



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

business

------------------------------------------- */
.top-business {
	background: 
		url(../img/deco-1.png) no-repeat left -3.5rem top 6rem,
		url(../img/bg-triangle-2.png) no-repeat left bottom -0.2rem;
	background-size: 
		20rem auto,
		100% auto;
	padding-bottom: 32rem;
	position: relative;
}
@media screen and (max-width: 768px) {
	.top-business {
		background: 
			url(../img/deco-1.png) no-repeat left -4.5rem top 4rem,
			url(../img/bg-triangle-2.png) no-repeat center bottom -0.2rem;
		background-size: 
			14rem auto,
			64rem auto;
		padding: 0 3rem 20rem 3rem;
	}
}
.top-business .deco {
	position: absolute;
	right: 5rem;
	top: -16rem;
	width: 14rem;
	display: block;
	animation-duration: 2.5s;
}
@media screen and (max-width: 768px) {
	.top-business .deco {
		right: 1rem;
		top: -14rem;
		width: 9rem;
	}	
}
/* ---- h2 ---- */
.top-business h2 {
	position: relative;
	top: -3rem;
	margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
	.top-business h2 {
		top: auto;
		margin-bottom: 3rem;
	}
}
/* ---- p ---- */
.top-business h2 + p {
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 4rem;
}
.top-business h2 + p + p {
	text-align: center;
	margin: 2rem 0 4rem 0;
}
@media screen and (max-width: 768px) {
	.top-business h2 + p {
		text-align: left;
	}
	.top-business h2 + p + p {
		text-align: left;
	}
}
/* ---- ul ---- */
.top-business ul {
	display: flex;
	justify-content: space-between;
}
.top-business ul li {
	width: 29%;
}
.top-business dt {
	font-weight: bold;
	color: var(--prime);
	font-size: 1.5rem;
	margin: 2rem 0 1.5rem 0;
}
@media screen and (max-width: 768px) {
	.top-business ul {
		display: block;
	}
	.top-business ul li {
		width: 100%;
	}
	.top-business ul li:not(:last-child) {
		margin-bottom: 4rem;
	}
	.top-business dt {
		font-size: 2rem;
	}	
}
/* ---- more ---- */
.top-business .more {
	margin: 2.5rem auto 0 auto;
}
@media screen and (max-width: 768px) {
	
}



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

works

------------------------------------------- */
.top-works {
	background:
		url(../img/top-img-11.png) no-repeat right -3rem top 4rem,
		url(../img/top-img-12.png) no-repeat left -4rem bottom 4rem;
	background-size:
		22rem auto;	
	background-color: var(--green);
	padding-bottom: 10rem;
	position: relative;
}
@media screen and (max-width: 768px) {
	.top-works {
		background:
			url(../img/top-img-11.png) no-repeat right -2rem top,
			url(../img/top-img-12.png) no-repeat left -1rem bottom -2rem;
		background-size:
			11rem auto;			
		background-color: var(--green);
		padding: 0 3rem 10rem 3rem;
	}	
}
.top-works .deco {
	position: absolute;
	left: 4rem;
	top: -12rem;
	width: 24rem;
	animation-duration: 2.5s;
}
@media screen and (max-width: 768px) {
	.top-works .deco {
		left: 1rem;
		top: -12rem;
		width: 14rem;
	}
}
/* ---- h2 ---- */
.top-works h2 {
	position: relative;
	top: -3rem;
	margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
	.top-works h2 {
		top: auto;
		margin-bottom: 3rem;
	}
}
/* ---- p ---- */
.top-works h2 + p {
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 4rem;
}
.top-works h2 + p + p {
	text-align: center;
	margin: 2rem 0 4rem 0;
}
@media screen and (max-width: 768px) {
	.top-works h2 + p {
		text-align: left;
	}
	.top-works h2 + p + p {
		text-align: left;
	}
}
/* ---- ul ---- */
.top-works ul {
	position: relative;
	z-index: 10;
}
.top-works ul li {
	background: #fff;
	display: flex;
	justify-content: center;
	padding: 4rem 0;
}
.top-works ul li:not(:last-child) {
	margin-bottom: 3.5rem;
}
.top-works ul li > div {
	width: 26rem;
}
.top-works ul li:nth-child(2) {
	flex-direction: row-reverse;
}
.top-works ul li:nth-child(1) figure {
	width: 55%;
}
.top-works ul li:not(:first-child) figure {
	width: 30rem;
}
.top-works ul li:nth-child(2) > div {
	margin-left: 4rem;
}
.top-works ul li:nth-child(3) > div {
	margin-right: 4rem;
}
@media screen and (max-width: 768px) {
	.top-works ul li {
		padding: 4rem 2.5rem;
		flex-direction: column;
	}
	.top-works ul li:not(:last-child) {
		margin-bottom: 4rem;
	}
	.top-works ul li > figure {
		order: 0;
	}
	.top-works ul li > div {
		width: 100%;
		display: contents;
	}
	.top-works ul li:nth-child(2) {
		flex-direction: column;
	}	
	.top-works ul li:nth-child(1) figure {
		width: 100%;
	}
	.top-works ul li:not(:first-child) figure {
		width: 100%;
	}
	.top-works ul li:nth-child(2) > div {
		margin-left: 0;
	}
	.top-works ul li:nth-child(3) > div {
		margin-right: 0;
	}
}
/* ---- h3 ---- */
.top-works h3 {
	display: flex;
	flex-direction: column;
	line-height: 1;
	position: relative;
	top: -6rem;
	margin-bottom: -4rem;
}
.top-works .num {
	color: var(--prime);
	font-family: var(--font-roboto);
	font-style: italic;
	font-size: 5rem;
	margin-bottom: 1.5rem;
}
.top-works h3 > span:nth-child(2) {
	display: flex;
	align-items: center;
	font-size: 2.2rem;
}
.top-works h3 > span:nth-child(2) i {
	font-size: 1.4rem;
	margin-top: 0.1rem;
	margin-left: 1rem;
}
@media screen and (max-width: 768px) {
	.top-works h3 {
		order: -1;
	}
	.top-works h3 + div {
		order: 3;
	}
	.top-works figure {
		order: 2;
		margin-bottom: 1.5rem;
	}
}

/* ---- more ---- */
.top-works .more {
	margin: 2rem 0 0 0;
}
@media screen and (max-width: 768px) {
	.top-works .more {
		margin: 2rem auto 0 auto;
	}
}



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

news

------------------------------------------- */
.top-news {
    padding: 10rem 0;
}
@media screen and (max-width: 768px) {
    .top-news {
        padding: 8rem 3rem;
    }   
}
/* ---- more ---- */
.top-news .more {
    margin: 4rem auto 0 auto;
}
/* ---- cms ---- */
.top-news .CMS-NEWS-INDEX {
    padding-bottom: 0;
}
.top-news .CMS-NEWS-MORE-READ {
    display: none;
}



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

recruit

------------------------------------------- */
.top-recruit {
	background: url(../img/texture-1.jpg) center top;
	background-size: 100% auto;
	padding: 10rem 0;
}
@media screen and (max-width: 768px) {
	.top-recruit {
		padding: 0;
		background: none;
	}
}
/* ---- wrap ---- */
.top-recruit .wrap {
	background: url(../img/top-bg-1.jpg) no-repeat left center;
	background-size: auto 140%;
}
.top-recruit .wrap > div {
	width: 55%;
	background: url(../img/top-bg-2.png) no-repeat left center / cover;
	margin-left: auto;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 4rem 0 4rem 2rem;
}
@media screen and (max-width: 768px) {
	.top-recruit .wrap {
		background: none;
	}
	.top-recruit .wrap > div {
		width: 100%;
		background: var(--prime);
		padding: 3rem;
	}
}
/* ---- h2 ---- */
.top-recruit h2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	line-height: 1;
}
.top-recruit h2 .en {
	font-family: var(--font-roboto);
	font-size: 4rem;
	margin-bottom: 0.5rem;
}
/* p */
.top-recruit p {
	width: 80%;
	margin: 3rem 0;
	font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
	.top-recruit p {
		width: 100%;
	}
}



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

company

------------------------------------------- */
.top-company {
	padding: 10rem 0;
}
@media screen and (max-width: 768px) {
	.top-company {
		padding: 8rem 3rem;
	}
}
/* ---- wrap ---- */
.top-company .wrap {
	display: flex;
	justify-content: space-between;
}
.top-company .wrap > * {
	width: 46%;
}
@media screen and (max-width: 768px) {
	.top-company .wrap {
		display: block;
	}
	.top-company .wrap > * {
		width: 100%;
	}
	.top-company .wrap > *:nth-of-type(1) {
		margin-bottom: 6rem;
	}
}
/* ---- h2 ---- */
.top-company h2 {
	margin-bottom: 6rem;
}
/* ---- h3 ---- */
.top-company h3 {
	margin-left: 2rem;
	margin-bottom: 2rem;
	font-size: 1.8rem;
}
/* ---- more ---- */
.top-company .more {
	margin: 3rem 0 0 2rem;
}
@media screen and (max-width: 768px) {
	.top-company .more {
		margin: 3rem auto 0 auto;
	}
}



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

form

------------------------------------------- */
.CMS-FORM-GROUP {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-GROUP {
        display: block;
    }
}
.CMS-FORM-GROUP:not(:last-of-type) {
    margin-bottom: 4rem;
}
.CMS-FORM-GROUP > label {
    width: 30%;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-GROUP label {
        width: 100%;
        display: block;
        margin-bottom: 1rem;
    }
}
.CMS-FORM-INPUT,
.CMS-FORM-EMAIL {
    -webkit-appearance: none;
    appearance: none;
    border: #ddd solid 1px;
    padding: 2rem;
    width: 70%;
}
.CMS-FORM-GROUP textarea {
    -webkit-appearance: none;
    appearance: none;
    border: #ddd solid 1px;
    width: 70%;
    height: 16rem;
    padding: 2rem;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-INPUT,
    .CMS-FORM-EMAIL,
    .CMS-FORM-GROUP textarea {
        width: 100%;
    }
}
/* ---- radio ---- */
.CMS-FORM-RADIO {
    flex-direction: column;
    display: flex;
    flex-wrap: wrap;
    white-space: nowrap;
    width: 70%;
}
.CMS-FORM-RADIO > div:not(:last-of-type) {
    margin-right: 2.5rem;
    margin-bottom: 1.2rem;
}
.CMS-FORM-RADIO > div {
    display: flex;
    align-items: center;
    width: calc(100% - 18px);
}
.CMS-FORM-RADIO > div label {
    margin-left: 0.5rem;
    margin-top: 0.3rem;
}
_::-webkit-full-page-media, _:future, :root .CMS-FORM-RADIO > div label {
    margin-top: 0;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-RADIO {
        display: block;
        width: 100%;
        white-space:unset;
    }
    .CMS-FORM-RADIO > div:not(:last-of-type) {
        margin-bottom: 1.2rem;
    }
    .CMS-FORM-RADIO > div label {
        width: calc(100% - 24px);
    }
    _::-webkit-full-page-media, _:future, :root .CMS-FORM-RADIO > div label {
        margin-top: 0.7rem;
    }   
}
input[type="radio"] {
    position: relative;
    width: 18px;
    height: 18px;
    background: rgba(245,245,245,1);
    border: solid 1px #ddd;
    border-radius: 50%;
    vertical-align: -2px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
input[type="radio"]:checked:before {
    content: "";
    background: var(--prime);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 9px;
    height: 9px;
}
@media screen and (max-width: 768px) {
    input[type="radio"] {
        width: 24px;
        height: 24px;
    }
    input[type="radio"]:checked:before {
        width: 12px;
        height: 12px;
    }
}


/* ---- submit ---- */
.CMS-FORM-GROUP input[type="submit"] {
    background: var(--prime);
    color: #fff;
    display: block;
    /* font-family: 'Noto Serif JP', serif; */
    font-size: 1.6rem;
    margin: 0 auto;
    padding: 1.6rem 0 1.75rem 0;
    transition: all .3s;
    width: 24rem;
}
.CMS-FORM-GROUP input[type="submit"]:hover {
    cursor: pointer;
    opacity: 0.5;
}
input[type="submit"] {
    -webkit-appearance: button;
    appearance: button;
    border: none;
    border-radius: 0;
}
input[type="submit"]::-webkit-search-decoration {
    display: none;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-GROUP input[type="submit"] {
        width: 100%;
        font-size: 1.7rem;
    }   
}
/* ---- calendar ---- */
input[type="date"] {
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
    border: #ddd solid 1px;
    font-size: 1.4rem;
    font-weight: normal;
    padding: 2rem;
    width: 70%;
}
@media screen and (max-width: 768px) {
    input[type="date"] {
        width: 100%;
    }
}
/* ---- select ---- */
.select-wrap {
    position: relative;
    width: 70%;
}
.select-wrap::before {
    content: "";
    width: 0.6rem;
    height: 0.6rem;
    border-right: solid 0.15rem #333;
    border-bottom: solid 0.15rem #333;
    transform: rotate(45deg);
    position: absolute;
    right: 1.2rem;
    top: calc(50% - 0.6rem);
    z-index: 10;
}
select {
    appearance: none;
    background: #fff;
    border: solid 1px #ccc;
    border-radius: 0;
    color: #000;
    font-size: 1.4rem;
    padding: 1.6rem 4rem 1.5rem 1.5rem;
    position: relative;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .select-wrap {
        width: 100%;
    }
}
/* ---- required ---- */
.required {
    background: var(--green);
    color: #fff;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1;
    margin-left: 1.0rem;
    padding: 0.2rem 0.7rem 0.35rem 0.7rem;
    vertical-align: 0.1rem;
}
/* <span class="required">必須</span> */
@media screen and (max-width: 768px) {
    .CMS-FORM-GROUP input:focus,
    .CMS-FORM-GROUP textarea:focus {
        font-size: 16px;
    }
}



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

privacy

------------------------------------------- */
.privacy {
    background: #fff;
    border: 1px solid #ddd;
    font-size: 1.2rem;
    height: 20rem;
    overflow: auto;
    padding: 1.7rem 2rem;
}
.privacy-note {
    font-size: 1.2rem;
    margin: 5rem 0 2rem 0;
}



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

thanx

------------------------------------------- */
.thanx {
    text-align: center;
}
@media screen and (max-width: 768px) {
    .thanx {
        text-align: left;
    }
}
.back {
    display: block;
    text-align: center;
}
.back a {
    color: var(--prime);
}



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

recruit

------------------------------------------- */
.recruit-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.recruit-wrap figure {
	margin-bottom: 2rem;
	width: 45%;
}
.recruit-wrap p {
	text-align: center;
	font-weight: bold;
	font-size: 2.4rem;
	color: var(--prime);
}
@media screen and (max-width: 768px) {
	.recruit-wrap figure {
		width: 100%;
	}
}



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

works

------------------------------------------- */
.works-list-1 {
	display: flex;
	justify-content: space-between;
	position: relative;
}
@media screen and (max-width: 768px) {
	.works-list-1 {
		flex-direction: column;
	}
}
.works-list-1::before {
	content: "";
	width: 0;
	height: 0;
	border-left: 2rem solid var(--prime);
	border-top: 2rem solid transparent;
	border-bottom: 2rem solid transparent;	
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
@media screen and (min-width: 769px) {
	.works-list-1::before {
		border-left: 2rem solid var(--prime);
		border-top: 2rem solid transparent;
		border-bottom: 2rem solid transparent;	
	}
}
@media screen and (max-width: 768px) {
	.works-list-1::before {
		border-left: 2rem solid transparent;
		border-right: 2rem solid transparent;
		border-top: 2rem solid var(--prime);
		top: calc(50% + 1rem);
	}
}
.works-list-1 li {
	width: 46.5%;
}
@media screen and (max-width: 768px) {
	.works-list-1 li {
		width: 100%;
	}
	.works-list-1 li:not(:last-child) {
		margin-bottom: 4rem;
	}
}
.works-list-1 figure {
	position: relative;
}
.works-list-1 figure img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
}
.works-list-1 figcaption {
	position: absolute;
	left: 0;
	top: 0;
	background: #999;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	padding: 0.3rem 2rem 0.4rem 2rem;
}
.works-list-1 figcaption.after {
	background: var(--prime);
}
.works-list-2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.works-list-2 li {
	width: 49%;
}
.works-list-2 figure img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
}
@media screen and (max-width: 768px) {
	.works-list-2 li {
		width: 100%;
	}
	.works-list-2 li:not(:last-child) {
		margin-bottom: 0.5rem;
	}	
}