@charset "UTF-8";



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

parallax

----------------------------------------------------------  */
.top-wrap {
    width: 100%;
    background: url(../img/bg-pa-1.jpg) no-repeat center top;
    background-size: cover;
    text-align: center;
    background-attachment: fixed;
}
@media screen and (max-width: 768px) {
    .top-wrap {
        background: url(../img/bg-pa-1-sp.jpg) no-repeat center top;
        background-size: cover;
        background-attachment: scroll;
    }
}
.top-insta {
    width: 100%;
    background: url(../img/bg-pa-2.jpg) no-repeat center top;
    background-size: cover;
    text-align: center;
    background-attachment: fixed;
}
@media screen and (max-width: 768px) {
    .top-insta {
        background: url(../img/bg-pa-2.jpg) no-repeat center top;
        background-size: cover;
        background-attachment: scroll;
    }
}



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

kv

------------------------------------------- */
.top-kv {
    padding: 5rem 14rem;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    position: relative;
}
.top-kv > * {
    width: 50%;
    position: relative;
}
@media screen and (max-width: 768px) {
    .top-kv {
        padding: 2rem 3rem 8rem 3rem;
        display: block;
    }
    .top-kv > * {
        width: 100%;
        position: relative;
    }
}
.top-kv .slider {
    position: relative;
    padding-bottom: 3.5rem;
}
.top-kv .slider span {
    font-size: 3.8rem;
    font-weight: 900;
    line-height: 1;
    position: absolute;
    right: 0.3rem;
    bottom: 0;
}
/* ---- deco ---- */
.deco {
    position: absolute;
    right: -6.5rem;
    bottom: 8rem;
    width: 14rem;
    z-index: 10;
}
@media screen and (max-width: 768px) {
    .deco {
        position: absolute;
        right: -2.5rem;
        bottom: 6rem;
        width: 10rem;
    }
}
/* ---- scroll ---- */
.scroll {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,0);
    font-weight: 900;
    font-size: 1.2rem;
    letter-spacing: 0.15em;
    background: url(../img/arrow-down.png) no-repeat center bottom;
    background-size: 1.8rem auto;
    padding-bottom: 3rem;
}
/* ---- wrap ---- */
.top-kv .wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 3rem;
}
.top-kv .wrap div {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.top-kv .wrap div > span:nth-child(1) {
    text-align: center;
    font-weight: 900;
    font-size: 4.4rem;
    line-height: 1.4;
    letter-spacing: 0.45em;
}
.top-kv .wrap div > span:nth-child(1) > span:nth-of-type(1) {
    color: var(--prime);
}
.top-kv .wrap div > span:nth-child(1) > span:nth-of-type(2) {
    color: var(--orange);
}
.top-kv .wrap div > span:nth-child(2) {
    letter-spacing: 0.45em;
    margin: 2.5rem 0;
    font-size: 1.6rem;
}
.top-kv .wrap > p {
    text-align: center;
}
@media screen and (max-width: 768px) {
    .top-kv .wrap {
        padding-right: 0;
        margin-top: 2rem;
    }
    .top-kv .wrap div > span:nth-child(1) {
        font-size: 4rem;
    }
    .top-kv .wrap > p {
        font-size: 1.3rem;
    }
}
.CMS-NOT-EDITABLE-AREA {
	height: 51rem;
}
@media screen and (max-width: 768px) {
	.CMS-NOT-EDITABLE-AREA {
		height: 40rem;
	}
}



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

message

------------------------------------------- */
.top-message {
    position: relative;
    overflow: hidden;
    padding: 10rem 0 6rem 0;
}
@media screen and (max-width: 768px) {
    .top-message {
        padding: 10rem 3rem 6rem 3rem;
    }
}
/* ---- span ---- */
.top-message > span {
    position: absolute;
    right: -1.3rem;
    top: 0;
    color: #a3a3a3;
    letter-spacing: 0.25em;
    font-size: 6.3rem;
    line-height: 1;
    white-space: nowrap;
}
@media screen and (max-width: 768px) {
    .top-message > span {
        position: relative;
        right: auto;
        top: auto;
        font-size: 3.2rem;
        text-align: center;
        display: block;
        margin-bottom: 3rem;
    }
}
/* ---- p ---- */
.top-message > p {
    width: 96rem;
    margin: 0 auto 8rem auto;
    font-size: 1.8rem;
    letter-spacing: 0.45em;
    line-height: 2.4;
    text-align: left;
}
.top-message > p strong {
    color: var(--orange);
    font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
    .top-message > p {
        width: auto;
        margin: 0 auto 6rem auto;
        font-size: 1.8rem;
        letter-spacing: 0.2em;
        line-height: 1.8;
        text-align: left;
    }
}
/* ---- wrap ---- */
.top-message .wrap {
	width: 64%;
    margin-left: auto;
    padding-right: 22rem;
}
.top-message .wrap p {
    padding-left: 4.8rem;
    text-align: left;
}
/* ---- more ---- */
.top-message .more {
    margin-top: 3rem;
    margin-left: auto;
}
@media screen and (max-width: 768px) {
	.top-message .wrap {
        width: 100%;
        padding-right: 0;
    }
    .top-message .wrap p {
        padding-left: 1.5rem;
        text-align: left;
    }
    .top-message .more {
        margin: 3rem auto 0 auto;
    }
}



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

line

------------------------------------------- */
.line-top,
.line-bottom {
    position: relative;
}
.line-top::before,
.line-bottom::after {
    content: "";
    width: 100%;
    height: 0.7rem;
    position: absolute;
    left: 0;
}
.line-top::before {
    background: linear-gradient(to right, var(--orange) 25%, var(--yellow-pale) 25%, var(--yellow-pale) 50%, var(--prime) 50%, var(--prime) 75%, var(--orange) 75%);
    top: 0;
}
.line-bottom::after {
    background: linear-gradient(to right, var(--prime) 25%, var(--yellow-pale) 25%, var(--yellow-pale) 50%, var(--orange) 50%, var(--orange) 75%, var(--prime) 75%);
    bottom: 0;
}



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

pickup

------------------------------------------- */
.top-pickup {
    background: #efefef;
    padding: 4rem 0;
}
@media screen and (max-width: 768px) {
    .top-pickup {
        padding: 6rem 3rem 5rem 3rem;
    }
}
/* ---- wrap ---- */
.top-pickup .wrap {
	display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.top-pickup .wrap > figure {
    width: 40%;
}
.top-pickup .wrap > div {
    width: 60%;
}
@media screen and (max-width: 768px) {
    .top-pickup .wrap {
        display: block;
    }
    .top-pickup .wrap > figure {
        width: 100%;
        margin-bottom: 3rem;
    }
    .top-pickup .wrap > div {
        width: 100%;
    }
}
/* ---- ul ---- */
.top-pickup ul {
    font-weight: bold;
    font-size: 1.7rem;
    padding-left: 1.3rem;
}
.top-pickup ul li:not(:last-child) {
    margin-bottom: 1rem;
}




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

work

------------------------------------------- */
.top-work {
    padding: 3.5rem;
    position: relative;
}
.top-work > a {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 5.5rem;
    transform: translate(-50%,0);
    width: 2.5rem;
}
@media screen and (max-width: 768px) {
    .top-work {
        padding: 1.5rem;
    }	
    .top-work > a {
        bottom: 3.2rem;
    }
}
/* ---- inner ---- */
.top-work .inner {
    border-radius: 2rem;
    padding: 5rem 8rem 10rem 8rem;
}
.top-work .inner > span {
    line-height: 1;
    font-weight: 400;
    font-size: 3.8rem;
    letter-spacing: 0.3em;
    color: #a3a3a3;
    display: block;
    margin-bottom: 4rem;
}
.top-work-summary {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.top-work-summary > * {
    width: 47%;
    position: relative;
}
.top-work-summary .more {
    margin-left: auto;
    margin-top: 3rem;
}
@media screen and (max-width: 768px) {
    .top-work .inner {
        padding: 3rem 3rem 6rem 3rem;
    }
    .top-work .inner > span {
        line-height: 1.3;
        font-size: 2.9rem;
        margin-bottom: 1rem;
    }
    .top-work-summary {
        display: block;
    }
    .top-work-summary > * {
        width: 100%;
    }
    .top-work-summary > figure {
        margin-bottom: 3rem;
    }
    .top-work-summary .more {
        margin: 3rem auto 0 auto;
    }
}
/* ---- h2 ---- */
.top-work h2 {
    display: flex;
    flex-direction: column;
    line-height: 1;
    margin-bottom: 3rem;
    font-weight: 500;
    position: relative;
}
.top-work h2::before {
    content: "";
    width: 4rem;
    height: 4rem;
    background: url(../img/bg-ttl-1.png) no-repeat center;
    background-size: 100% auto;
    position: absolute;
    left: -2rem;
    top: -1.5rem;
    z-index: 0;
}
.top-work h2 span {
    position: relative;
    z-index: 1;
}
.top-work h2 .en {
    color: var(--orange);
    margin-bottom: 1.5rem;
}
.top-work h2 .jp {
    font-size: 2.8rem;
}
.top-construction h2 .en {
    color: #ffd702;
}
.top-construction .top-work-summary .deco {
    position: absolute;
    right: 14rem;
    top: -9rem;
    width: 10rem;
}
@media screen and (max-width: 768px) {
	.top-work h2 {
        margin-bottom: 2.5rem;
    }
    .top-construction .top-work-summary .deco {
        position: absolute;
        right: 0.5rem;
        top: -3.5rem;
        width: 7rem;
    }
}



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

painting

------------------------------------------- */
.top-painting {
    background: var(--green);
}
.top-painting .inner {
    background:
        url(../img/deco-2.png) no-repeat right top 34rem,
        url(../img/deco-3.png) no-repeat left bottom 16rem;
    background-size:
        26rem auto;
	background-color: #fff;
}
@media screen and (max-width: 768px) {
    .top-painting .inner {
        background:
            url(../img/deco-2.png) no-repeat right top 6rem,
            url(../img/deco-3.png) no-repeat left bottom 6rem;
        background-size:
            26rem auto;
        background-color: #fff;
    }
}
/* ---- case ---- */
.top-painting-case {
	margin: 6rem 0;
}
.top-painting-case > div {
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
}
.top-painting-case h3 {
    display: flex;
    align-items: flex-end;
    font-weight: 500;
    margin-right: 4rem;
}
.top-painting-case h3 .en {
    font-size: 3.6rem;
    letter-spacing: 0.3em;
}
.top-painting-case h3 .jp {
    margin-bottom: 0.7rem;
    margin-left: 1rem;
}
.top-painting-case ul {
    display: flex;
    justify-content: space-between;
}
.top-painting-case ul li {
    width: 24.5%;
}
@media screen and (max-width: 768px) {
    .top-painting-case {
        margin: 8rem 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .top-painting-case > div {
       display: contents;
    }
    .top-painting-case > div .more-wrap {
        order: 3;
        margin-top: 3rem;
    }
    .top-painting-case h3 {
        margin-right: 0;
        margin-bottom: 2.5rem;
    }
    .top-painting-case ul {
        flex-wrap: wrap;
    }
    .top-painting-case ul li {
        width: 49%;
    }
    .top-painting-case ul li:nth-child(n + 3) {
        margin-top: 2%;
    }
}
/* ---- flow ---- */
.top-painting-flow .wrap {
    position: relative;
}
.top-painting-flow .wrap > span {
    position: absolute;
    left: 1rem;
    bottom: 0;
    display: block;
    width: 15rem;
    z-index: 10;
}
.top-painting-flow h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    padding: 1% 0;
    background: url(../img/bg-ttl-1.png) no-repeat center;
    background-size: auto 100%;
    margin-bottom: 3rem;
}
.top-painting-flow h3 .en {
    font-size: 3.6rem;
    letter-spacing: 0.3em;
}
.top-painting-flow h3 .jp {
    margin-left: 1rem;
    margin-top: 0.3rem;
}
/* ul */
.top-painting-flow ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.top-painting-flow ul li {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
}
.top-painting-flow ul li > span {
    display: block;
    line-height: 1;
    color: var(--orange);
    font-weight: bold;
    font-size: 1.8rem;
    font-family: var(--font-roboto);
    text-align: center;
    margin-top: 1.8rem;
}
.top-painting-flow ul li:nth-child(n + 5) {
    margin-top: 4rem;
}
.top-painting-flow ul li > dl {
    width: 23.5rem;
    height: 19rem;
    background: url(../img/frame-1.png) no-repeat;
    background-size: 100% auto;
    padding: 3rem 2.5rem 0 2rem;
}
.top-painting-flow ul li:last-child > dl {
    background: url(../img/frame-2.png) no-repeat;
    background-size: 100% auto;
}
.top-painting-flow ul li > dl dt {
    text-align: center;
    font-weight: 600;
    color: var(--orange);
    font-size: 1.6rem;
    margin-bottom: 1rem;
}
.top-painting-flow ul li:nth-child(1) {
    z-index: 6;
}   
.top-painting-flow ul li:nth-child(2) {
    z-index: 5;
}   
.top-painting-flow ul li:nth-child(3) {
    z-index: 4;
}
.top-painting-flow ul li:nth-child(4) {
    z-index: 3;
}   
.top-painting-flow ul li:nth-child(5) {
    z-index: 2;
}
.top-painting-flow ul li:nth-child(6) {
    z-index: 1;
}
.top-painting-flow ul li:nth-child(7) {
    z-index: 0;
}
.top-painting-flow ul li:nth-child(2),
.top-painting-flow ul li:nth-child(3),
.top-painting-flow ul li:nth-child(4),
.top-painting-flow ul li:nth-child(5),
.top-painting-flow ul li:nth-child(6),
.top-painting-flow ul li:nth-child(7)  {
    margin-left: -0.5rem;
}
.top-painting-flow ul li:nth-child(1)::after,
.top-painting-flow ul li:nth-child(2)::after,
.top-painting-flow ul li:nth-child(3)::after,
.top-painting-flow ul li:nth-child(5)::after,
.top-painting-flow ul li:nth-child(6)::after {
    content: "";
    width: 14rem;
    height: 5rem;
    background: url(../img/top-flow-arrow-1.png) no-repeat center;
    background-size: 100% auto;
    position: absolute;
    right: -7rem;
    bottom: -1.5rem;
}
.top-painting-flow ul li:nth-child(5)::before {
    content: "";
    width: 14rem;
    height: 5rem;
    background: url(../img/top-flow-arrow-1.png) no-repeat center;
    background-size: 100% auto;
    position: absolute;
    left: -7rem;
    bottom: -1.5rem;
}
.top-painting-flow ul li:nth-child(4)::after {
    content: "";
    width: 6rem;
    height: 5rem;
    background: url(../img/top-flow-arrow-2.png) no-repeat center;
    background-size: 100% auto;
    position: absolute;
    right: 1.7rem;
    bottom: -1.5rem;
}
@media screen and (max-width: 768px) {
    .top-painting-flow .wrap > span {
        position: absolute;
        left: -4rem;
        bottom: -3rem;
        display: block;
        width: 10rem;
        z-index: 10;
    }
    /* ul */
    .top-painting-flow ul {
        display: block;
    }
    .top-painting-flow ul li {
        display: block;
    }
    .top-painting-flow ul li:not(:last-child) {
        margin-bottom: 5rem;
    }
    .top-painting-flow ul li > span {
        font-size: 2.4rem;
        margin-top: 0;
        margin-bottom: 1.5rem;
    }
    .top-painting-flow ul li:nth-child(n + 5) {
        margin-top: 0;
    }
    .top-painting-flow ul li > dl {
        width: 100%;
        height: auto;
        background: none;
        padding: 3rem;
        border: solid 0.2rem #898989;
        border-radius: 2rem;
    }
    .top-painting-flow ul li:last-child > dl {
        background: none;
        padding: 3rem;
        border: solid 0.2rem #898989;
        border-radius: 2rem;
    }
    .top-painting-flow ul li > dl dt {
        font-size: 2rem;
    }
    .top-painting-flow ul li:nth-child(2),
    .top-painting-flow ul li:nth-child(3),
    .top-painting-flow ul li:nth-child(4),
    .top-painting-flow ul li:nth-child(5),
    .top-painting-flow ul li:nth-child(6),
    .top-painting-flow ul li:nth-child(7)  {
        margin-left: 0;
    }
    .top-painting-flow ul li:nth-child(1)::after,
    .top-painting-flow ul li:nth-child(2)::after,
    .top-painting-flow ul li:nth-child(3)::after,
    .top-painting-flow ul li:nth-child(5)::after,
    .top-painting-flow ul li:nth-child(6)::after {
        width: 0;
        height: 0;
        border-left: 2rem solid transparent;
        border-right: 2rem solid transparent;
        border-top: 2rem solid var(--prime);
        background: none;
        position: absolute;
        right: auto;
        left: calc(50% - 2rem);
        bottom: -3.5rem;
    }
    .top-painting-flow ul li:nth-child(5)::before {
        display: none;
    }
    .top-painting-flow ul li:nth-child(4)::after {
        width: 0;
        height: 0;
        border-left: 2rem solid transparent;
        border-right: 2rem solid transparent;
        border-top: 2rem solid var(--prime);
        background: none;
        position: absolute;
        right: auto;
        left: calc(50% - 2rem);
        bottom: -3.5rem;
    }
}



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

construction

------------------------------------------- */
.top-construction {
    background: #ffd702;
}
.top-construction .inner {
    background:
        url(../img/deco-2.png) no-repeat right top 4rem;
    background-size: 
        24rem auto;
	background-color: #fff;
}



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

insta

------------------------------------------- */
.top-insta {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12rem 0;
}
@media screen and (max-width: 768px) {
	.top-insta {
        padding: 8rem 3rem;
    }
}
/* ---- p ---- */
.top-insta p {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 3rem;
}
.top-insta p .en {
    font-weight: 400;
    font-size: 4rem;
    line-height: 1;
    color: #a3a3a3;
    letter-spacing: 0.2em;
    margin-bottom: 1.5rem;
}
.top-insta p .jp {
    letter-spacing: 0.2em;
}
.top-insta a {
    line-height: 1;
    font-size: 5.2rem;
}
@media screen and (max-width: 768px) {
	.top-insta p {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 3rem;
    }
    .top-insta p .en {
        font-size: 3.5rem;
    }
    .top-insta a {
        font-size: 6.4rem;
    }
}



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

news

------------------------------------------- */
.top-news {
    padding: 8rem 0;
    background: #efefef;
}
@media screen and (max-width: 768px) {
    .top-news {
        padding: 8rem 3rem;
        display: flex;
        flex-direction: column;
    }   
}
/* ---- wrap-1 ---- */
.top-news .wrap-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
    .top-news .wrap-1 {
        display: contents;
        margin-bottom: 4rem;
    }
    .top-news .wrap-1 .more-wrap {
        order: 3;
        display: flex;
        justify-content: center;
        margin-top: 2rem;
    }
}
.top-news h2 {
    margin-bottom: 0;
}
/* ---- wrap-2 ---- */
.top-news .wrap-2 {
    width: 76rem;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .top-news .wrap-2 {
        width: 100%;
    }
}
/* ---- cms ---- */
.top-news .CMS-NEWS-INDEX {
    padding-bottom: 0;
}
.top-news .CMS-NEWS-MORE-READ {
    display: none;
}



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

other

------------------------------------------- */
.top-other {
    background: #efefef;
    padding-bottom: 8rem;
}
@media screen and (max-width: 768px) {
    .top-other {
        padding: 0 3rem 8rem 3rem;
    }
}
/* ---- wrap ---- */
.top-other .wrap {
	display: flex;
    justify-content: space-between;
}
.top-other .wrap > * {
    width: 48%;
}
.top-other section > div {
    background: #a3a3a3;
    border-radius: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 3rem;
    position: relative
}
.top-other section > div > img {
    position: absolute;
    left: 0;
    bottom: -4.5rem;
    width: 12rem;
}
.top-other .top-contact > div > img {
    left: auto;
    right: 0;
}
.top-other section > div p {
    padding: 5rem 0 3rem 0;
    text-align: center;
    color: #fff;
}
.top-other .more {
    border: none;
    background-color: #fff;
}
.top-other .more:hover {
    border: none;
}
@media screen and (max-width: 768px) {
	.top-other .wrap {
        display: block;
    }
    .top-other .wrap > * {
        width: 100%;
    }
    .top-recruit {
        margin-bottom: 6rem;
    }
    .top-other section > div {
        padding-bottom: 3rem;
    }
    .top-other section > div > img {
        bottom: -3.5rem;
        width: 10rem;
    }
    .top-other section > div p {
        padding: 3.5rem 0 3rem 0;
    }
}



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

access

------------------------------------------- */
.top-access {
	padding: 8rem 0;
    background: url(../img/deco-2.png) no-repeat right top 3rem;
    background-size: 30rem auto;
}
@media screen and (max-width: 768px) {
    .top-access {
        padding: 8rem 3rem;
        background-size: 20rem auto;
        display: flex;
        flex-direction: column;
    }
}
/* ---- wrap-1 ---- */
.top-access .wrap-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4rem;
}
.top-access h2 {
    margin-bottom: 0;
}
@media screen and (max-width: 768px) {
    .top-access .wrap-1 {
        display: contents;
    }
    .top-access h2 {
        margin-bottom: 3rem;
    }
    .top-access .more-wrap {
        order: 4;
        display: flex;
        justify-content: center;
        margin-top: 4rem;
    }
}
/* ---- wrap-2 ---- */
.top-access .wrap-2 {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.top-access .wrap-2 > * {
    width: 48%;
}
.top-access .gmap iframe {
    border-radius: 0 3rem 3rem 0;
}
.top-access h3 {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1;
    margin-bottom: 1rem;
    background: url(../img/bg-ttl-1.png) no-repeat left center;
    background-size: auto 100%;
    padding: 1.5rem 0 1.5rem 1.5rem;
}
@media screen and (max-width: 768px) {
	.top-access .wrap-2 {
        display: block;
    }
    .top-access .wrap-2 > * {
        width: 100%;
    }
    .top-access .gmap iframe {
        border-radius: 0;
    }
    .top-access h3 {
        margin-top: 3rem;
    }
}



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

company

------------------------------------------- */
.sig {
    display: block;
    text-align: right;
    margin-top: 2rem;
}
.company-img {
    display: flex;
    justify-content: space-between;
    margin-top: 4rem;
}
.company-img li {
    width: 32%;
}
@media screen and (max-width: 768px) {
    .company-img {
        display: block;
    }
    .company-img li {
        width: 100%;
    }
    .company-img li:not(:last-child) {
        margin-bottom: 1rem;
    }
}



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

business

------------------------------------------- */
.business-construction > ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6rem;
}
.business-construction > ul li {
    width: 32%;
}
@media screen and (max-width: 768px) {
    .business-construction > ul {
        display: block;
    }
    .business-construction > ul li {
        width: 100%;
    }
    .business-construction > ul li:not(:last-child) {
        margin-bottom: 3rem;
    }
}
.business-construction ul p {
    text-align: center;
    font-size: 1.6rem;
    margin-top: 1rem;
    line-height: 1.6;
}
.business-construction strong {
    color: var(--orange);
    font-size: 2.2rem;
}



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

access

------------------------------------------- */
.access-ecstasy {
    padding-top: 8rem;
    padding-bottom: 8rem;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    background: url(../img/dot.png) repeat-x center top;
    background-size: auto 0.12rem;
}
.access-ecstasy > * {
    width: 50%;
}
.access-ecstasy dl {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.access-ecstasy dl dt {
    font-size: 3.6rem;
    margin-bottom: 2rem;
    font-family: var(--font-roboto);
    line-height: 1;
}
.access-ecstasy dl dd {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.access-ecstasy dl .more-wrap {
    margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
    .access-ecstasy {
        display: block;
        background: none;
        padding: 0 3rem 8rem 3rem;
    }
    .access-ecstasy > * {
        width: 100%;
    }
    .access-ecstasy dl {
        margin-top: 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%;
}
@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: #000 !important;
    display: block;
    font-weight: bold;
    border-radius: 10rem;
    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;
    border-radius: 10rem;
}
/* <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(--orange);
}



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

access

------------------------------------------- */
.access .logo {
    width: 26rem;
    margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
    .access .logo {
        margin: 2.5rem auto 1rem auto;
    }
}
.access .wrap-3 > div:nth-of-type(2) {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.access .wrap-3 > div:nth-of-type(2) > * {
    width: 47%;
}
@media screen and (max-width: 768px) {
    .access .wrap-3 > div:nth-of-type(2) {
        display: block;
    }
    .access .wrap-3 > div:nth-of-type(2) > * {
        width: 100%;
    }
}
.access .wrap-3 .gmap iframe {
    border-radius: 0;
    height: 28rem;
}
.access .ttl-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}
