@charset "UTF-8";



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

kv

------------------------------------------- */
.top-kv {
	position: relative;
    padding-left: 22rem;
    padding-bottom: 6rem;
    background: #fff;
}
.top-kv::before {
    content: "";
    width: 90%;
    height: 90%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
}
@media screen and (max-width: 768px) {
    .top-kv {
        padding-left: 5rem;
    }
    .top-kv::before {
        width: 93%;
        height: 100%;
    }
}
/* ---- wrap ---- */
.top-kv .wrap {
    position: absolute;
    right: 8rem;
    bottom: 9rem;
    z-index: 10;
    color: #fff;
    font-family: var(--font-en);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    font-weight: 300;
}
.top-kv .wrap span:nth-child(1) {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
}
.top-kv .wrap span:nth-child(2) {
    font-size: 1.1rem;
    letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
    .top-kv .wrap {
        right: 2rem;
        bottom: 8rem;
    }
    .top-kv .wrap span:nth-child(1) {
        font-size: 2.4rem;
    }
    .top-kv .wrap span:nth-child(2) {
        font-size: 1.3rem;
    }
}
.top-kv .scroll {
    font-family: var(--font-en);
    font-weight: bold;
    line-height: 1;
    position: absolute;
    left: 6.2rem;
    bottom: 0;
    color: #fff;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
}
.scroll span {
    width: 0.1rem;
    height: 10rem;
    background: #fff;
    margin-top: 0.5rem;
    animation: scroll infinite 1s;
}
@media screen and (max-width: 768px) {
    .top-kv .scroll {
        left: 1.65rem;
        font-size: 1rem;
        letter-spacing: 0.2em;
    }
    .scroll span {
        height: 8rem;
    }    
}
@keyframes scroll {
    0% {
        transform: scale(1,1);
        transform-origin: bottom;
    }
    100% {
        transform: scale(1,0);
        transform-origin: bottom;
    }
}
/* ---- slider ---- */
.top-kv-slider {
    background: #000;
}
.top-kv-slider > *,
.CMS-NOT-EDITABLE-AREA {
	height: 60rem;
}
.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 > *:nth-of-type(3) {
	background: url(../img/top-kv-3.jpg) no-repeat center / cover;
}
.top-kv-slider > *:nth-of-type(4) {
	background: url(../img/top-kv-4.jpg) no-repeat center / cover;
}
@media screen and (max-width: 768px) {
    .top-kv-slider > *,
    .CMS-NOT-EDITABLE-AREA {
        height: 44rem;
    }
}



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

about

------------------------------------------- */
.top-about {
    padding: 12rem 0;
    background: #fff;
}
.top-about .wrap {
    display: flex;
    flex-direction: row-reverse;
}
.top-about .wrap > div {
    width: 65%;
}
.top-about .wrap > figure {
    width: 35%;
}
.top-about .wrap > figure img:nth-of-type(2) {
    width: 95%;
    position: relative;
    top: -3.5rem;
    left: -19rem;
}
.top-about .wrap > div > div {
    padding: 0 12rem 0 5rem;
}
.top-about p {
    font-weight: 500;
    margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
    .top-about {
        padding: 8rem 3rem;
    }
    .top-about .wrap {
        display: block;
    }
    .top-about .wrap > div {
        width: 100%;
    }
    .top-about .wrap > figure {
        width: 100%;
        margin-bottom: 2rem;
    }
    .top-about .wrap > figure img:nth-of-type(2) {
        width: 90%;
        top: -3.5rem;
        left: -3rem;
    }
    .top-about .wrap > div > div {
        padding: 0;
    }
    .top-about p {
        margin-bottom: 4rem;
    }    
}



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

parallax

------------------------------------------- */
.bg-parallax {
    height: 30rem;
}
.bg-parallax::before {
    content: "";
    background: url(../img/bg-pa.jpg) no-repeat center / cover;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}



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

products

------------------------------------------- */
.top-products {
    padding: 10rem 0;
    background: #fff;
}
@media screen and (max-width: 768px) {
    .top-products {
        padding: 8rem 3rem;
        display: flex;
        flex-direction: column;
    }
}
.top-products .wrap {
    display: flex;
    align-items: center;
    margin-bottom: 4rem;
}
.top-products h2 {
    margin: 0;
}
.top-products .wrap .more-wrap {
    margin-bottom: 1.2rem;
    margin-left: 6rem;
}
@media screen and (max-width: 768px) {
    .top-products .wrap {
        display: contents;
    }
    .top-products h2 {
        margin-bottom: 4rem;
    }
    .top-products .wrap .more-wrap {
        margin-bottom: 0;
        margin-left: 0;
        order: 4;
        display: flex;
        justify-content: center;
        margin-top: 5rem;
    }
}
.top-products > ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 6rem;
    justify-content: space-between;
}
.top-products > ul li {
    width: 32%;
}
.top-products > ul li:nth-child(n + 4) {
    margin-top: 4rem;
} 
.top-products > ul li div {
    font-weight: bold;
    margin-top: 1rem;
    padding-bottom: 0.4rem;
    border-bottom: solid 0.1rem #000;
    text-align: center;
    font-family: var(--font-en);
    font-size: 1.8rem;
}
.top-products > ul li span {
    display: block;
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
    margin-top: 0.8rem;
}
@media screen and (max-width: 768px) {
    .top-products > ul {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 6rem;
        justify-content: space-between;
    }
    .top-products > ul li {
        width: 47.5%;
    }
    .top-products > ul li:nth-child(n + 4) {
        margin-top: 3rem;
    } 
    .top-products > ul li:nth-child(n + 3) {
        margin-top: 3rem;
    }     
    .top-products > ul li div {
        font-weight: bold;
        margin-top: 1rem;
        padding-bottom: 0.4rem;
        border-bottom: solid 0.1rem #000;
    }
}
/* ---- aside ---- */
.top-products aside ul {
    display: flex;
    justify-content: space-between;
}
.top-products aside ul li {
    width: 47%;
}
.top-products aside ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 8.8rem;
    color: #fff;
    font-family: var(--font-en);
    font-weight: bold;
    font-size: 1.6rem;
    padding-top: 0.15rem;
}
.top-products aside ul li:nth-child(1) a {
    background: url(../img/top-bg-1.jpg) no-repeat center / cover;
}
.top-products aside ul li:nth-child(2) a {
    background: url(../img/top-bg-2.jpg) no-repeat center / cover;    
}
.top-products aside ul li a span {
    display: flex;
    align-items: center;
}
.top-products aside ul li a span::after {
    content: "";
    width: 8rem;
    height: 0.1rem;
    background: #fff;
    margin-left: 2rem;
    margin-bottom: 0.5rem;
    opacity: 0.4;
}
@media screen and (max-width: 768px) {
    .top-products aside {
        width: 100%;
    }    
    .top-products aside ul {
        display: block;
    }
    .top-products aside ul li {
        width: 100%;
    }
    .top-products aside ul li:not(:last-child) {
        margin-bottom: 1.5rem;
    }    
}



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

works

------------------------------------------- */
.top-works {
    color: #fff;
    background: #000;
    padding: 10rem 0;
}
@media screen and (max-width: 768px) {
    .top-works {
        padding: 10rem 3rem;
    }
}
.top-works a {
    color: #fff;
}
/* ---- wrap ---- */
.top-works .wrap {
    display: flex;
    flex-direction: row-reverse;
}
.top-works .wrap > * {
    width: 50%;
}
.top-works .wrap > div {
    padding: 1rem 9rem 0 4rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.top-works .wrap > div p {
    margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
    .top-works .wrap {
        flex-direction: column;
    }
    .top-works .wrap > * {
        width: 100%;
    }
    .top-works .wrap > div {
        padding: 0;
        display: contents;
    }
    .top-works .wrap > div p {
        margin: 2.5rem 0 4rem 0;
    }
    .top-works .more-wrap {
        display: flex;
        justify-content: center;
    }    
}
/* ---- ul ---- */
.top-works ul {
    font-family: var(--font-en);
    border-top: solid 0.1rem #fff;
}
.top-works ul li {
    border-bottom: solid 0.1rem #fff;   
    position: relative;
}
.top-works ul li:nth-child(2) {
    right: -6rem;
}
.top-works ul li:nth-child(3) {
    right: -3rem;
}
.top-works ul li a {
    display: flex;
    align-items: center;
    position: relative;
    line-height: 1;
    padding: 1.8rem 1.5rem 1rem 1.5rem;
}
.top-works ul li a i {
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translate(0,-50%);
    font-size: 2rem;
}
.top-works ul li:nth-child(2) i {
    right: 6.5rem;
}
.top-works ul li:nth-child(3) i {
    right: 3.5rem;
}
.top-works .num {
    font-size: 5.6rem;
    font-weight: 100;
    color: #606060;
}
.top-works ul li a > span:nth-child(2) {
    padding-left: 1rem;
    font-size: 2.0rem;
    font-weight: 300;
    line-height: 1.2;
}
@media screen and (max-width: 768px) {
    .top-works ul li:nth-child(2) {
        right: 0;
    }
    .top-works ul li:nth-child(3) {
        right: 0;
    }
    .top-works ul li a {
        padding: 1.9rem 1.5rem 1rem 1.5rem;
    }
    .top-works ul li:nth-child(2) i {
        right: 0.5rem;
    }
    .top-works ul li:nth-child(3) i {
        right: 0.5rem;
    }
    .top-works ul li a > span:nth-child(2) {
        padding-left: 2rem;
    }	
}



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

wrap

------------------------------------------- */
.top-wrap {
    padding: 10rem 0;
    background: #fff;
    display: flex;
    justify-content: center;
}
.top-wrap > * {
    width: 41rem;
}
.top-wrap .ttl-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    z-index: 10;
    bottom: -1.5rem;
}
.top-wrap .more-wrap {
    position: relative;
    top: -0.6rem;
}
.top-wrap .more-wrap a {
    font-family: var(--font-en);
    position: relative;
    display: flex;
    align-items: center;
    width: 17rem;
}
.top-wrap .more-wrap a::before,
.top-wrap .more-wrap a::after {
    content: "";
    height: 0.15rem;
    position: absolute;
    top: calc(50% - 0.075rem);
 }
.top-wrap .more-wrap a::before {
    width: 4rem;
    background: #000;
    right: 4rem;
    z-index: 2;
}
.top-wrap .more-wrap a::after {
    width: 8rem;
    right: 0;
    background: var(--prime);
}
.top-wrap .heading-1 {
    font-size: 4rem;
    margin-bottom: 0;
    position: relative;
    left: -1.5rem;
}
.top-wrap .wrap {
    padding: 2.5rem 3rem 4rem 3rem;
}
@media screen and (max-width: 768px) {
    .top-wrap {
        padding: 6rem 3rem;
        display: block;
    }
    .top-wrap > * {
        width: 100%;
    }
    .top-wrap .heading-1 {
        left: -1rem;
    }
}



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

news

------------------------------------------- */
.top-news {
    margin-right: 6rem;
}
@media screen and (max-width: 768px) {
    .top-news {
        margin-right: 0;
    }   
}
.top-news .wrap {
	background: #f3f3f3;
}
/* ---- cms ---- */
.top-news .CMS-NEWS-INDEX,
.top-blog .CMS-ARTICLE-INDEX {
    padding-bottom: 0;
}
.top-news .CMS-NEWS-MORE-READ,
.top-blog .CMS-ARTICLE-MORE-READ {
    display: none;
}



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

blog

------------------------------------------- */
.top-blog {
    margin-top: 10rem;
}
.top-blog .wrap {
    background: #f6f3ee;
}
@media screen and (max-width: 768px) {
    .top-blog {
        margin-top: 4rem;
    }
}



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

recruit

------------------------------------------- */
.top-recruit {
    background: url(../img/top-bg-3.jpg) no-repeat center / cover;
    padding-bottom: 7rem;
}
.top-recruit h2 {
    line-height: 1;
    font-family: var(--font-en);
    font-size: 6.4rem;
    font-weight: 500;
    opacity: 0.2;
    position: relative;
    top: -2.5rem;
    margin-bottom: 2rem;
}
.top-recruit h2 span {
    display: block;
}
@media screen and (max-width: 768px) {
    .top-recruit {
        padding: 6rem 3rem;
    }
    .top-recruit h2 {
        font-size: 5.6rem;
        top: auto;
        margin-bottom: 2rem;
    }
}
/* ---- wrap ---- */
.top-recruit .wrap {
	padding-left: 20rem;
    width: 78rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.top-recruit .wrap p {
    margin-bottom: 4rem;
    padding-right: 8rem;
    font-weight: 500;
}
.top-recruit .more {
    background: transparent;
    color: #000;
    border: solid 0.12rem #000;
}
.top-recruit .more::after {
	background-color: #000;
}
@media screen and (max-width: 768px) {
    .top-recruit .wrap {
        padding-left: 0;
        width: auto;
        align-items: center;
    }
    .top-recruit .wrap p {
        margin-bottom: 3rem;
        padding-right: 0;
    }
}



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

instagram

------------------------------------------- */
.top-insta {
	padding: 10rem 0;
    background: #000;
    color: #fff;
}
.top-insta .ttl-wrap {
    display: flex;
    justify-content: center;
}
/* ---- wrap ---- */
.top-insta .wrap {
	margin: 0 auto;
	width: 80rem;
}
@media screen and (max-width: 768px) {
	.top-insta .wrap {
		padding: 0 3rem;
		width: auto;
	}
}
/* ---- cms ---- */
.CMS-INSTAGRAM-LIST {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
.CMS-INSTAGRAM-LIST > * {
    margin-right: 1rem;
	width: calc((100% - 2rem) / 3);
}
.CMS-INSTAGRAM-LIST > *:nth-of-type(3n) {
    margin-right: 0;
}
.CMS-INSTAGRAM-LIST > *:nth-of-type(n + 4) {
    margin-top: 1rem;
}
.CMS-INSTAGRAM-LIST > *:nth-of-type(n + 7) {
    display: none;
}



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

contact

------------------------------------------- */
.top-contact {
    padding: 10rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
}
@media screen and (max-width: 768px) {
    .top-contact {
        padding: 10rem 3rem;
    }
}
.top-contact .ttl-wrap {
    display: flex;
    justify-content: center;
}
/* ---- tel ---- */
.top-contact-tel {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1;
    margin-bottom: 3rem;
    font-weight: bold;
    line-height: 1;
}
.top-contact-tel a {
    font-size: 2.6rem;
    margin-bottom: 0.6rem;
}
.top-contact-tel span {
    font-size: 1.2rem;
}
.top-contact .more-wrap a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #000;
    width: 36rem;
    height: 6.4rem;
    padding-bottom: 0.15rem;
    font-weight: 500;
    padding-left: 2.5rem;
}
.top-contact .more-wrap a i {
    margin-left: 2.5rem;
}
@media screen and (max-width: 768px) {
    .top-contact .more-wrap a {
        width: 33rem;
        padding-left: 2rem;
    }	
}



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

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%;
    font-weight: 500;
}
@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: #000;
    color: #fff;
    display: block;
    font-size: 1.6rem;
    margin: 0 auto;
    padding: 1.6rem 0 1.75rem 0;
    transition: all .3s;
    width: 24rem;
    font-weight: bold;
}
.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(--prime);
    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;
}
@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);
}



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

about

------------------------------------------- */
.about p {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
}
@media screen and (max-width: 768px) {
    .about p {
        text-align: left;
    }
}