@charset "UTF-8";


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

kv

------------------------------------------- */
.top-kv {
	position: relative;
    padding: 4rem 12rem 6rem 12rem;
}
.top-kv .wrap-1 {
    position: absolute;
    left: 12rem;
    top: 9rem;
}
.top-kv .wrap-1 > div {
    font-weight: 800;
    font-size: 3.2rem;
    color: var(--brown);
    letter-spacing: 0.1em;
}
.top-kv .wrap-1 > p {
    margin-top: 1.5rem;
    font-size: 1.8rem;
}
.top-kv .wrap-2 {
    margin-left: auto;
    width: 70%;
    background:
        url(../img/top-kv-deco-2.png) no-repeat left 14rem top,
        url(../img/top-kv-deco-3.png) no-repeat right bottom;
    background-size:
        5rem auto,
        8rem auto;
    padding-bottom: 2rem;
}
.top-kv .img {
    position: absolute;
    left: 9rem;
    bottom: 5rem;
    width: 25rem;
}
.CMS-NOT-EDITABLE-AREA {
	height: 55rem;
    overflow: visible;
}
@media screen and (max-width: 768px) {
    .top-kv {
        padding: 2rem 2rem 6rem 2rem;
    }
    .top-kv .wrap-1 {
        position: relative;
        left: auto;
        top: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 2rem;
    }
    .top-kv .wrap-1 > * {
        width: 100%;
    }
    .top-kv .wrap-1 > div {
        font-size: 2.8rem;
        text-align: center;
        line-height: 1.4;
    }
    .top-kv .wrap-1 > p {
        margin-top: 1rem;
        font-size: 1.6rem;
    }
    .top-kv .wrap-2 {
        width: 100%;
        background:
            url(../img/top-kv-deco-2.png) no-repeat left 3rem top 1rem,
            url(../img/top-kv-deco-3.png) no-repeat right bottom;
        background-size:
            5rem auto,
            8rem auto;
    }
    .top-kv .img {
        left: 2rem;
        bottom: 3rem;
        width: 12rem;
    }
	.CMS-NOT-EDITABLE-AREA {
		height: 30rem;
	}
}




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

news

------------------------------------------- */
.top-news {
    padding: 8rem 0;
    background:
        url(../img/top-news-deco-1.png) no-repeat left 2rem top 2rem,
        url(../img/top-news-deco-2.png) no-repeat right 4rem bottom 2rem;
    background-size: 
        24rem auto,
        12rem auto;
    background-color: var(--green);
}
@media screen and (max-width: 768px) {
    .top-news {
        padding: 8rem 3rem;
        background:
            url(../img/top-news-deco-1.png) no-repeat left 1.5rem top 1.5rem,
            url(../img/top-news-deco-2.png) no-repeat right 2.5rem bottom 2.5rem;
        background-size: 
            14rem auto,
            8rem auto;
        background-color: var(--green);
    }
}
.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;
}



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

about

------------------------------------------- */
.top-about {
    position: relative;
    padding: 10rem 0;
}
.top-about > figure {
    position: absolute;
    right: 18rem;
    top: -3.5rem;
    width: 11rem;
}
.top-about .wrap {
	display: flex;
    align-items: flex-end;
    padding: 0 12rem;
    margin-top: -11.5rem;
}
.top-about .wrap > figure {
    width: 40%;
}
.top-about .wrap > div {
    width: 60%;
    padding-left: 4rem;
}
.top-about p {
    padding-left: 3rem;
    margin-bottom: 3rem;
    line-height: 2;
}
@media screen and (max-width: 768px) {
    .top-about {
        padding: 10rem 3rem 6rem 3rem;
    }
    .top-about > figure {
        right: auto;
        left: 3rem;
        top: -5rem;
        width: 9rem;
    }
    .top-about .wrap {
        display: block;
        padding: 0;
        margin-top: -3rem;
    }
    .top-about .wrap > figure {
        width: 100%;
        margin-bottom: 2.5rem;
    }
    .top-about .wrap > div {
        width: 100%;
        padding-left: 0;
    }
    .top-about p {
        padding-left: 0;
        margin-bottom: 2.5rem;
    }	
}



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

message

------------------------------------------- */
.top-message {
    background:
        url(../img/top-message-deco-1.png) no-repeat left 20rem top 8rem,
        url(../img/top-message-deco-2.png) no-repeat right 18rem bottom 4rem,
        url(../img/top-message-deco-3.png) no-repeat left 10rem bottom 14rem,
        url(../img/top-message-deco-4.png) no-repeat right 10rem top 8rem,
        url(../img/wave-1.jpg) no-repeat left top;
    background-size:
        5.5rem auto,
        7.5rem auto,
        5rem auto,
        12rem auto,
        100% auto;
	background-color: var(--blue);
    padding: 12rem 0 10rem 0;
}
.top-message p {
	width: 64rem;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .top-message {
        background:
            url(../img/top-message-deco-1.png) no-repeat left 2.5rem top 3rem,
            url(../img/top-message-deco-2.png) no-repeat right 2.5rem bottom 2.5rem,
            url(../img/top-message-deco-3.png) no-repeat left 1.5rem bottom 1.5rem,
            url(../img/top-message-deco-4.png) no-repeat right 1.5rem top 1.5rem,
            url(../img/wave-1.jpg) no-repeat left top;
        background-size:
            5.5rem auto,
            7.5rem auto,
            4rem auto,
            8rem auto,
            100% auto;
        background-color: var(--blue);
        padding: 12rem 3rem 10rem 3rem;
    }
    .top-message p {
        width: auto;
    }	
}


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

value

------------------------------------------- */
.top-value {
	position: relative;
    padding: 10rem 0;
}
.top-value .img {
    position: absolute;
    left: 10rem;
    top: -6rem;
    width: 11rem;
}
.top-value .wrap {
	display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
    gap: 4rem;
    background: url(../img/top-value-deco-2.png) no-repeat left 43% bottom;
    background-size: 16rem auto;    
}
.top-value .wrap > * {
    flex: 1;
}
.top-value h3 {
    text-align: center;
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
    .top-value {
        padding: 8rem 3rem 4rem 3rem;
    }
    .top-value .img {
        left: 5rem;
        top: -5rem;
        width: 9rem;
    }
    .top-value .wrap {
        flex-direction: column;
        align-items: center;
        gap: 0;
        background: url(../img/top-value-deco-2.png) no-repeat left bottom;
        background-size: 12rem auto;
        padding-bottom: 8rem;
    }
    .top-value .wrap > div {
        display: contents;
    }
    .top-value h2 {
        order: -1;
        margin-bottom: 2rem;
    }
    .top-value .wrap > * {
        flex: none;
        width: 100%;
    }
    .top-value p {
        margin-top: 1rem;
    }
    .top-value h3 {
        margin-top: 2rem;
    }
}



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

vision

------------------------------------------- */
.top-vision {
    background: 
        url(../img/top-vision-deco-2.png) no-repeat left 14rem top 10rem,
        url(../img/top-vision-deco-3.png) no-repeat right 3rem bottom 4rem,
        url(../img/wave-2.jpg) no-repeat center top;
    background-size:
        18rem auto,
        10rem auto,
        100% auto;
	background-color: var(--green);
    position: relative;
    padding: 15rem 0 10rem 0;
}
.top-vision > figure {
    position: absolute;
    right: 10rem;
    top: -6rem;
    width: 14rem;
}
.top-vision .wrap {
    display: flex;
    align-items: center;
    gap: 5rem;
}
.top-vision .wrap > * {
    flex: 1;
}
.top-vision h3 {
    text-align: center;
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
    .top-vision {
        background: 
            url(../img/top-vision-deco-2.png) no-repeat left 1.5rem top 3rem,
            url(../img/top-vision-deco-3.png) no-repeat right 2rem bottom 2rem,
            url(../img/wave-2.jpg) no-repeat center top;
        background-size:
            16rem auto,
            10rem auto,
            100% auto;
        background-color: var(--green);
        position: relative;
        padding: 10rem 3rem 8rem 3rem;
    }
    .top-vision > figure {
        right: 2rem;
        top: -4rem;
        width: 10rem;
    }
    .top-vision .wrap {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }
    .top-vision .wrap > * {
        flex: none;
        width: 100%;
    }
    .top-vision .wrap > div {
        display: contents;
    }	
    .top-vision h2 {
        order: -1;
        margin-bottom: 1rem;
    }
    .top-vision p {
        margin-top: 1.5rem;
    }
    .top-vision h3 {
        margin-top: 2rem;
    }    
}



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

corporate

------------------------------------------- */
.top-corporate {
	padding: 10rem 0;
    position: relative;
    background: url(../img/top-corporate-deco-1.png) no-repeat left 15rem top 6rem;
    background-size: 6rem auto;
}
.top-corporate > figure {
    position: absolute;
    right: 13rem;
    top: -3rem;
    width: 10rem;
}
.top-corporate ul {
	display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
}
.top-corporate ul li {
    background: #d1d1d2;
    border-radius: 1rem;
    width: calc((100% - 10rem) / 5);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
    .top-corporate {
        padding: 10rem 3rem;
        position: relative;
        background: url(../img/top-corporate-deco-1.png) no-repeat left 3rem top 3rem;
        background-size: 5rem auto;
    }
    .top-corporate > figure {
        right: 2rem;
        top: -3rem;
        width: 8rem;
    }
    .top-corporate ul {
        gap: 1rem;
    }
    .top-corporate ul li {
        width: calc((100% - 2rem) / 3);
    }	
}



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

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: bold;
    display: flex;
    align-items: center;
}
@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: #fff;
    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: "M PLUS 1p", sans-serif;
    font-size: 1.6rem;
    margin: 0 auto;
    padding: 1.6rem 0 1.75rem 0;
    transition: all .3s;
    width: 24rem;
    font-weight: bold;
    border-radius: 10rem;
}
.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:rgba(230,0,0,1);
    color: #fff;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1;
    margin-left: 1.0rem;
    padding: 0.5rem 0.7rem 0.5rem 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(--prime);
}