/*----------------------------------------
	all
----------------------------------------*/

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック体', 'Yu Gothic', YuGothic, 'メイリオ', Meiryo, 'ＭＳ ゴシック', sans-serif;
    font-size: 62.5%;
    color: #000000;
    -webkit-text-size-adjust: 100%;
    line-height: 1;
    font-weight: 500;
    scroll-behavior: smooth;
}

body {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 1.5rem;
    font-weight: 300;
}

p {
    line-height: 1.75;
}

a {
    text-decoration: none;
    color: #4D4D4D;
}

img {
    vertical-align: bottom;
}

#container {
    overflow-x: hidden;
}

/*----------------------------------------
	common
----------------------------------------*/

.inner {
    width: 1200px;
    margin: 0 auto;
}

.inner1536 {
    width: 1536px;
    margin: 0 auto;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.respon {
    width: 100%;
}

.op {
    transition: 0.3s;
}

.op:hover {
    opacity: 0.5;
}

.c-text {
    font-size: 1.8rem;
}

.title {
    letter-spacing: 0.04em;
    margin: 0 0 53px;
    text-align: center;
}

.title h2 {
    font-size: 5.7rem;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
    color: #194D3A;
    letter-spacing: 0.1em;
    line-height: 1.579;
}

.title span {
    display: block;
    font-size: 1.6rem;
    font-family: "Gelasio", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    margin: 0 0 15px;
    letter-spacing: 0.27em;
    color: #194D3A;
}

.title_en {
    font-size: 1.5rem;
    letter-spacing: 0.27em;
    color: #39795D;
}

.title_en span {
    display: flex;
    align-items: center;
    font-family: "Gelasio", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.title_en span:before {
    content: "";
    margin: 0 24px 0 0;
    width: 45px;
    height: 1px;
    background-color: #39795D;
}

@media screen and (min-width: 821px) {
    .pc_none {
        display: none;
    }
}

@media screen and (max-width: 1500px) {
    .inner {
        width: calc(100% - 64px);
        max-width: 1200px;
    }

    .inner1536 {
        width: calc(100% - 64px);
        max-width: 1536px;
    }

    .c-text {
        font-size: clamp(1.5rem, 1.2vw, 1.8rem);
    }

    .title {
        margin-bottom: clamp(38px, 3.53vw, 53px);
    }

    .title h2 {
        font-size: clamp(4rem, 3.8vw, 5.7rem);
    }

    .title span {
        margin-bottom: clamp(10px, 1vw, 15px);
        font-size: clamp(1.3rem, 1.07vw, 1.6rem);
    }

    .title_en {
        font-size: clamp(1.2rem, 1vw, 1.5rem);
    }

    .title_en span:before {
        width: clamp(30px, 3vw, 45px);
        margin-right: clamp(15px, 1.6vw, 24px);
    }
}

@media screen and (max-width: 820px) {

    .inner,
    .inner1536 {
        width: calc(100% - 48px);
    }

    .c-text {
        font-size: 1.5rem;
        line-height: 1.9;
    }

    .title {
        margin-bottom: 40px;
    }

    .title h2 {
        font-size: clamp(3.5rem, 5.8vw, 4.7rem);
        line-height: 1.5;
    }

    .title span {
        margin-bottom: 12px;
        font-size: 1.4rem;
    }

    .title_en {
        font-size: 1.3rem;
    }

    .title_en span:before {
        width: 35px;
        margin-right: 18px;
    }

    .op:hover {
        opacity: 1;
    }

    .tb_none {
        display: none;
    }
}

@media screen and (max-width: 590px) {

    .inner,
    .inner1536 {
        width: calc(100% - 32px);
    }

    .c-text {
        font-size: 1.5rem;
        line-height: 1.85;
    }

    .title {
        margin-bottom: 30px;
    }

    .title h2 {
        font-size: clamp(2.8rem, 7vw, 3.5rem);
        line-height: 1.5;
        letter-spacing: 0.08em;
    }

    .title span {
        margin-bottom: 10px;
        font-size: 1.2rem;
        letter-spacing: 0.2em;
    }

    .title_en {
        font-size: 1.2rem;
        letter-spacing: 0.2em;
    }

    .title_en span:before {
        width: 28px;
        margin-right: 12px;
    }

    .respon {
        display: block;
        width: 100%;
        height: auto;
    }

    .sp_none {
        display: none;
    }
}

@media screen and (max-width: 390px) {

    .inner,
    .inner1536 {
        width: calc(100% - 24px);
    }

    .title h2 {
        font-size: 2.4rem;
    }

    .title span {
        font-size: 1.1rem;
    }

    .c-text {
        font-size: 1.4rem;
    }
}

/*----------------------------------------
	header
----------------------------------------*/

.header {
    height: 135px;
    display: flex;
    align-items: center;
}

.header_inner {
    width: 1120px;
    margin: auto;
}

.header_info {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.header_logo {
    display: flex;
    align-items: flex-end;
    padding-right: 60px;
}

.header_logo h1 {
    margin-left: 115px;
    line-height: 1.75;
    font-size: 1.1rem;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 400;
}

.header_contact {
    display: flex;
    align-items: flex-end;
}

.header_contactform {
    background-color: #39795D;
    color: #fff;
    width: 235px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    margin: 0 0 0 55px;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 400;
}

.gnav li a {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 600;
}

.nav {
    margin-top: 20px;
    transition: .8s;
}

.gnav {
    display: flex;
    justify-content: space-between;
    border-left: 1px solid #39795D;
    height: 20px;
}

.gnav li {
    position: relative;
    width: 16.6666%;
    border-right: 1px solid #39795D;
    height: 20px;
    text-align: center;
}

.contactform_icon {
    margin: 0 10px 0 0;
}

@media print,
screen and (max-width: 1119px) and (min-width: 769px) {
    .contactform {
        width: 225px;
        height: 40px;
        margin-left: 20px;
    }

    .header_logo {
        padding-right: 10px;
    }

    .header_logo h1 {
        margin-left: 20px;
    }

    .logo {
        width: 180px;
    }
}

@media print,
screen and (min-width: 769px) {
    .header {
        padding: 25px 1.88% 2px 1.88%;
    }

    .header_inner {
        width: 1100px;
    }

    .nav_fixed {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 99;
        background: rgba(255, 255, 255, 0.9);
        width: 100%;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px 0;
        margin: 0;
        padding: 20px 60px;
        transition: 0.7s;
    }

}

@media screen and (max-width: 768px) {

    .header {
        height: 100px;
        padding: 0 3.5%;
    }

    .header_contact {
        display: none;
    }

    .header_logo {
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .header_info {
        justify-content: space-between;
    }

    .header_logo h1 {
        margin-left: 0;
        margin-bottom: 5px;
        font-size: 0.9rem;
        line-height: 1.5;
    }

    .logo img {
        width: 80%;
    }

    .menu {
        text-align: center;
    }

    .menu_name {
        font-size: 1.2rem;
        color: #39795D;
        margin-bottom: 3px;
    }

    .sd-trigger {
        position: relative;
        width: 44px;
        height: 38px;
        cursor: pointer;
        border: 1px solid #39795D;
        z-index: 99;
        background: rgba(255, 255, 255, 0.8);
    }

    .sd-trigger span {
        position: absolute;
        left: 0;
        height: 1px;
        width: 22px;
        background-color: #39795D;
    }

    .sd-trigger span:nth-of-type(1) {
        top: 11px;
        left: 11px;
    }

    .sd-trigger span:nth-of-type(2) {
        top: 19px;
        left: 11px;
    }

    .sd-trigger span:nth-of-type(3) {
        top: 27px;
        left: 11px;
    }

    .nav_fixed {
        position: fixed;
        top: 10px;
        right: 2.5%;
    }

    .nav {
        margin-top: 0;
    }

    .gnav {
        flex-direction: column;
        border-left: none;
        height: auto;
    }

    .gnav li {
        padding: 15px 0;
        height: auto;
        border-bottom: 1px solid #39795D;
        border-right: none;
        width: 100%;
    }

    .gnav li a::before {
        display: none;
    }

}

/*----------------------------------------
	footer
----------------------------------------*/

.page_top {
    display: block;
    background: #39795D;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    color: #fff;
    transition: 0.3s;
}

.page_top:hover {
    color: inherit;
    background-color: #ccc;
}

.footer_company {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 35px 0;
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ ゴシック', sans-serif;
}

.footer_company .logo {
    margin-right: 30px;
}

.footer_company_info {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 400;
}

.footer_company_info_name {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0 0 5px;
}

.footer_company_info_add {
    font-size: 1.1rem;
    line-height: 1.345;
}

.copyright {
    font-size: 1.1rem;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #dedede;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 400;
}

@media screen and (max-width: 599px) {
    .footer_company {
        flex-direction: column;
        align-items: center;
    }

    .footer_company .logo {
        text-align: center;
        margin-right: 0;
        margin-bottom: 10px;
        width: 50%;
    }

    .footer_company_info {
        text-align: center;
    }
}

/*----------------------------------------
	mv
----------------------------------------*/

.mv {
    width: 100%;
    height: 900px;
    background-color: #FBFAF5;
}

.mv_wrap {
    width: 100%;
    height: 100%;
    position: relative;
}

.mv_img {
    width: 100%;
    height: 900px;
    background-image: url(../images/mv.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    background-position: center;
}

.mv_catch {
    position: absolute;
    top: 0;
    left: 0;
    width: 1020px;
    height: 100%;
    background-image: url(../images/mv_bg.svg);
    z-index: 1;
    background-repeat: no-repeat;
}

.mv_catch:before {
    content: "";
    background-image: url(../images/mv_deco.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 253px;
    height: 524px;
    position: absolute;
    top: 16.3%;
    right: -7.3%;
}

.mv_catch_wrap {
    position: absolute;
    top: 10%;
    left: 6.25%;
}

.mv_catch h2 {
    font-size: 8.2rem;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.28;
    margin: 0 0 33px;
    color: #24493A;
}

.mv_catch h2 span {
    color: #39795D;
}

.mv_text {
    font-size: 1.7rem;
    letter-spacing: 0.08em;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 400;
    margin: 0 0 78px;
    color: #556B60;
    line-height: 2.235;
}

.mv_en {
    font-size: 2rem;
    letter-spacing: 0.15em;
    font-family: "Gelasio", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    margin: 0 0 18px;
    color: #6D8D77;
}

.mv_place {
    font-size: 2.5rem;
    letter-spacing: 0.15em;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 400;
    margin: 0 0 46px;
    color: #39795D;
}

.mv_sub {
    font-size: 4.6rem;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 400;
    margin: 0 0 15px;
    color: #6D8D77;
}

.mv ul {
    display: flex;
    gap: 20px;
}

@media screen and (max-width: 1500px) and (min-width: 821px) {

    .mv,
    .mv_img {
        height: clamp(620px, 50vw, 900px);
    }

    .mv_img {
        top: 0;
        right: 0;
        bottom: auto;
        left: 0;
        width: 100%;
    }

    .mv_catch {
        top: 0;
        left: 0;
        width: min(56.85vw, 1245px);
        height: 100%;
        background-position: left top;
        background-size: 100% 100%;
    }

    .mv_catch_wrap {
        top: clamp(55px, 6vw, 90px);
        left: clamp(40px, 6.25vw, 120px);
    }

    .mv_en {
        margin-bottom: clamp(12px, 1.2vw, 18px);
        font-size: clamp(1.5rem, 1.33vw, 2rem);
    }

    .mv_place {
        margin-bottom: clamp(28px, 3.07vw, 46px);
        font-size: clamp(1.9rem, 1.67vw, 2.5rem);
    }

    .mv_sub {
        margin-bottom: clamp(10px, 1vw, 15px);
        font-size: clamp(3.2rem, 3.07vw, 4.6rem);
    }

    .mv_catch h2 {
        margin-bottom: clamp(22px, 2.2vw, 33px);
        font-size: clamp(5.4rem, 5.47vw, 8.2rem);
    }

    .mv_text {
        margin-bottom: clamp(40px, 5.2vw, 78px);
        font-size: clamp(1.4rem, 1.13vw, 1.7rem);
    }

    .mv ul {
        gap: clamp(10px, 1.33vw, 20px);
    }

    .mv ul li {
        width: clamp(90px, 8vw, 120px);
    }

    .mv ul li img {
        width: 100%;
        height: auto;
    }

    .mv_catch:before {
        width: 188px;
        height: 389px;
    }
}

@media screen and (max-width: 1300px) {

    .mv,
    .mv_img {
        height: clamp(530px, 50vw, 900px);
    }
}

@media screen and (max-width: 820px) {

    .mv {
        background-color: transparent;
        height: 100vh;
    }

    .mv_img {
        height: 680px;
    }

    .mv_img {
        bottom: 0;
        left: 0;
        background-position: right;
        z-index: 0;
        width: 100%;
        height: 440px;
        background-image: url(../images/mv_tb.jpg);
    }

    .mv_img:before {
        content: "";
        background-image: url(../images/mv_tb_deco.svg);
        position: absolute;
        top: 0;
        left: 0;
        background-position: top;
        width: 100%;
        height: 88px;
    }

    .mv_catch {
        width: 100%;
        height: auto;
        background-position: right center;
        background-size: cover;
        background-image: unset;
        background-color: #FBFAF5;
        position: unset;
    }

    .mv_wrap {
        display: flex;
        flex-direction: column;
        background-color: #FBFAF5;
    }

    .mv_catch_wrap {
        position: unset;
        text-align: center;
        width: 100%;
        padding: 30px 0 0;
    }

    .mv_en {
        margin-bottom: 13px;
        font-size: 1.5rem;
    }

    .mv_place {
        margin-bottom: 30px;
        font-size: 1.9rem;
    }

    .mv_sub {
        margin-bottom: 12px;
        font-size: clamp(3rem, 4.8vw, 3.9rem);
    }

    .mv_catch h2 {
        margin-bottom: 25px;
        font-size: clamp(4.5rem, 7vw, 5.8rem);
    }

    .mv_text {
        width: 100%;
        margin: 0 0 40px;
        font-size: 1.4rem;
        line-height: 2;
    }

    .mv ul {
        gap: 10px;
        justify-content: center;
    }

    .mv ul li {
        width: clamp(82px, 22vw, 145px);
    }

    .mv ul li img {
        width: 100%;
        height: auto;
    }

    .mv_catch:before {
        width: 162px;
        height: 339px;
        right: -4.3%;
    }
}

@media screen and (max-width: 590px) {
    .mv {
        height: 675px;
    }

    .mv_img {
        height: 335px;
        background-position: center;
    }

    .mv_catch {
        width: 100%;
        background-position: 45% center;
        background-size: auto 100%;
    }

    .mv_catch_wrap {
        top: 7%;
        left: 5.5%;
        right: 5.5%;
        padding: 30px 0 0;
    }

    .mv_en {
        margin-bottom: 10px;
        font-size: 1.3rem;
        letter-spacing: 0.12em;
    }

    .mv_place {
        margin-bottom: 25px;
        font-size: 1.7rem;
        letter-spacing: 0.12em;
    }

    .mv_sub {
        margin-bottom: 10px;
        font-size: clamp(2.4rem, 7vw, 3rem);
    }

    .mv_catch h2 {
        margin-bottom: 20px;
        font-size: clamp(3.2rem, 8vw, 3.8rem);
        line-height: 1.35;
        letter-spacing: 0.08em;
    }

    .mv_text {
        max-width: 100%;
        margin-bottom: 15px;
        font-size: 1.3rem;
        line-height: 1.9;
    }

    .mv ul {
        width: 88%;
        margin: 0 auto;
        gap: 8px;
    }

    .mv ul li {
        width: calc((100% - 70px) / 3);
    }

    .mv ul li img {
        width: 100%;
        height: auto;
    }

    .mv_place {
        font-size: 1.4rem;
    }

    .mv_text {
        font-size: 1rem;
    }

    .mv_catch:before {
        width: 103px;
        height: 215px;
        top: 5.3%;
        right: -5.3%;
    }
}

/*----------------------------------------
	concept
----------------------------------------*/

.concept {
    background-color: #FBFAF5;
    padding: 108px 0 0;
}

.concept_intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 56px;
}

.concept_intro_text h2 {
    font-size: 5.7rem;
    letter-spacing: 0.1em;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
    color: #194D3A;
    line-height: 1.579;
}

.concept_intro_en {
    font-size: 4.9rem;
    letter-spacing: 0.27em;
    color: rgba(155, 177, 159, 0.43);
    font-family: "Gelasio", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.concept_wrap {
    display: flex;
    justify-content: center;
    margin: 0 0 -40px;
}

.concept_text {
    width: 37%;
    padding: 0 63px 0 0;
}

.concept_text h2 {
    font-size: 6.2rem;
    line-height: 1.274;
    letter-spacing: 0.1em;
    margin: 0 0 44px;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
    color: #24493A;
}

.concept_text h2 span {
    color: #39795D;
}

.concept_text_sub {
    font-size: 2.5rem;
    margin: 0 0 18px;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 400;
    letter-spacing: 0.059em;
    color: #6D8D77;
}

.concept_img {
    margin: 0 108px 0 0;
    position: relative;
    z-index: 2;
}

.concept_img:before {
    content: "";
    width: 136px;
    height: 223px;
    background-image: url(../images/concept_deco.svg);
    position: absolute;
    top: -99px;
    right: -119px;
    z-index: -1;
}

.concept_text_wrap .c-text {
    line-height: 2;
}

.concept_text_wrap .c-text:not(:last-child) {
    margin: 0 0 38px;
}

@media screen and (max-width: 1500px) and (min-width: 821px) {
    .concept {
        padding-top: clamp(75px, 7.2vw, 108px);
        padding-bottom: 100px;
    }

    .concept_intro {
        margin-bottom: clamp(40px, 3.73vw, 56px);
    }

    .concept_intro_text h2 {
        font-size: clamp(4.2rem, 3.8vw, 5.7rem);
    }

    .concept_intro_en {
        flex-shrink: 1;
        font-size: clamp(2.8rem, 2.8vw, 4.9rem);
        letter-spacing: clamp(0.12em, 0.25vw, 0.27em);
        white-space: nowrap;
    }

    .concept_wrap {
        padding: 0 4%;
    }

    .concept_img {
        width: min(45%, 702px);
        margin-right: clamp(45px, 7.2vw, 108px);
    }

    .concept_img img {
        width: 100%;
        height: auto;
    }

    .concept_img:before {
        width: clamp(90px, 9.07vw, 136px);
        height: clamp(148px, 14.87vw, 223px);
        top: clamp(-99px, -6.6vw, -65px);
        right: clamp(-119px, -7.93vw, -65px);
        background-size: contain;
        background-repeat: no-repeat;
    }

    .concept_text {
        width: 42%;
        padding-right: 0;
    }

    .concept_text h2 {
        font-size: clamp(4.2rem, 4.13vw, 6.2rem);
        margin-bottom: clamp(30px, 2.93vw, 44px);
    }

    .concept_text_sub {
        font-size: clamp(2rem, 1.67vw, 2.5rem);
    }

    .concept_text_wrap .c-text:not(:last-child) {
        margin-bottom: clamp(25px, 2.53vw, 38px);
    }
}

@media screen and (max-width: 820px) {
    .concept {
        padding-top: 70px;
    }

    .concept_intro {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 45px;
        padding: 0 5%;
    }

    .concept_intro_text {
        flex-shrink: 0;
    }

    .concept_intro_text h2 {
        font-size: clamp(3.6rem, 5.8vw, 4.8rem);
    }

    .concept_intro_en {
        margin-left: 0;
        font-size: clamp(1.8rem, 3vw, 2.5rem);
        letter-spacing: 0.15em;
        line-height: 1.4;
        white-space: nowrap;
    }

    .concept_wrap {
        align-items: center;
        margin-bottom: 0;
        padding: 0 5% 70px;
    }

    .concept_img {
        width: 46%;
        margin-right: 6%;
    }

    .concept_img img {
        width: 100%;
        height: auto;
    }

    .concept_img:before {
        width: 65px;
        height: 100px;
        top: -38px;
        right: -46px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .concept_text {
        width: 48%;
        padding-right: 0;
    }

    .concept_text h2 {
        margin-bottom: 28px;
        font-size: clamp(3.4rem, 5.3vw, 4.4rem);
    }

    .concept_text_sub {
        margin-bottom: 14px;
        font-size: 1.8rem;
        line-height: 1.6;
    }

    .concept_text_wrap .c-text {
        font-size: 1.5rem;
        line-height: 1.9;
    }

    .concept_text_wrap .c-text:not(:last-child) {
        margin-bottom: 22px;
    }

    .concept_text_wrap br {
        display: none;
    }
}

@media screen and (max-width: 590px) {
    .concept {
        padding-top: 55px;
    }

    .concept_intro {
        display: block;
        margin-bottom: 35px;
        padding: 0 5.5%;
    }

    .concept_intro_text h2 {
        font-size: clamp(3rem, 9vw, 4rem);
        line-height: 1.5;
    }

    .concept_intro_en {
        margin: 18px 0 0;
        font-size: clamp(1.5rem, 4.5vw, 2rem);
        letter-spacing: 0.13em;
        line-height: 1.5;
        white-space: normal;
    }

    .concept_wrap {
        display: flex;
        flex-direction: column;
        margin-bottom: 0;
        padding: 0 5.5% 60px;
    }

    .concept_img {
        width: 100%;
        margin: 0 0 38px;
    }

    .concept_img:before {
        width: 60px;
        height: 99px;
        top: -42px;
        right: -20px;
    }

    .concept_text {
        width: 100%;
        padding-right: 0;
    }

    .concept_text_sub {
        margin-bottom: 12px;
        font-size: 1.6rem;
        line-height: 1.6;
    }

    .concept_text h2 {
        margin-bottom: 25px;
        font-size: 2.8rem;
        line-height: 1.4;
    }

    .concept_text_wrap .c-text {
        font-size: 1.5rem;
        line-height: 1.9;
    }

    .concept_text_wrap .c-text:not(:last-child) {
        margin-bottom: 20px;
    }

    .concept_text_wrap br {
        display: none;
    }
}

/*----------------------------------------
	point
----------------------------------------*/

.point {
    background-color: #F1F5ED;
    padding: 80px 0 120px;
}

.point .title {
    margin: 0 0 40px;
    position: relative;
    z-index: 1;
}

.point .title:before {
    content: "";
    width: 529px;
    height: 327px;
    background-image: url(../images/concept_deco_bg.svg);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.point .title h2 {
    position: relative;
    z-index: 1;
}

.point .title span {
    position: relative;
    z-index: 1;
}

.point_intro {
    margin: 0 0 116px;
}

.point_intro .c-text {
    position: relative;
    z-index: 1;
}

.point ul li {
    width: 96%;
    padding: 130px 0 102px;
    position: relative;
}

.point ul li:not(:last-child) {
    margin: 0 0 100px;
}

.point ul li:nth-of-type(1) {
    margin-left: auto;
    background-color: #245C46;
    border-radius: 260px 0px 0px 20px;
}

.point ul li:nth-of-type(2) {
    margin-right: auto;
    background-color: #DFEADC;
    border-radius: 0px 260px 20px 0px;
}

.point ul li:nth-of-type(3) {
    margin-left: auto;
    background-color: #FFFFFF;
    border-radius: 260px 0px 0px 20px;
}

.point_wrap {
    display: flex;
}

.point_text {
    width: 34%;
}

.point_text .c-text {
    letter-spacing: 0.04em;
    margin: 0 0 65px;
}

.point_img {
    width: 53.5%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.point ul li:nth-of-type(1) .point_img,
.point ul li:nth-of-type(3) .point_img {
    height: 470px;
    border-radius: 8px 120px;
}

.point ul li:nth-of-type(2) .point_img {
    height: 520px;
    border-radius: 260px 260px 8px 8px;
}

.point ul li:nth-of-type(2) .point_img {
    width: 47.7%;
}

.point ul li:nth-of-type(1) .point_img {
    background-image: url(../images/point_img01.jpg);
}

.point ul li:nth-of-type(2) .point_img {
    background-image: url(../images/point_img02.jpg);
}

.point ul li:nth-of-type(3) .point_img {
    background-image: url(../images/point_img03.jpg);
}

.point ul li:nth-of-type(odd) {
    padding-left: 117px;
}

.point ul li:nth-of-type(even) .point_wrap {
    flex-direction: row-reverse;
    padding-right: 117px;
}

.point_text h2 {
    font-size: 4.5rem;
    line-height: 1.333;
    margin: 0 0 42px;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
    color: #24493A;
}

.point_text h2 span {
    color: #39795D;
}

.point_en {
    margin: 0 0 20px;
    font-family: "Gelasio", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.27em;
}

.point ul li:nth-of-type(1) .point_en {
    color: #fff;
}

.point ul li:nth-of-type(2) .point_en,
.point ul li:nth-of-type(3) .point_en {
    color: #6D8D77;
}

.point ul li:before {
    font-size: 19rem;
    font-family: "Gelasio", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    position: absolute;
    top: 18px;
}

.point ul li:nth-of-type(1):before,
.point ul li:nth-of-type(3):before {
    right: 108px
}

.point ul li:nth-of-type(2):before {
    left: 35.2%;
}

.point ul li:nth-of-type(1):before {
    content: "01";
    color: rgba(255, 255, 255, 0.18)
}

.point ul li:nth-of-type(2):before {
    content: "02";
    color: #CBDCC6;
}

.point ul li:nth-of-type(3):before {
    content: "03";
    color: #CBDCC6;
}

.point ul li:nth-of-type(1) .point_text h2,
.point ul li:nth-of-type(1) .point_text .c-text {
    color: #fff;
}

.point ul li:nth-of-type(odd) .point_text {
    margin-left: 90px;
}

.point ul li:nth-of-type(even) .point_text {
    margin-right: 144px;
}

@media screen and (max-width: 1500px) and (min-width: 821px) {
    .point {
        padding: clamp(65px, 5.33vw, 80px) 0 clamp(90px, 8vw, 120px);
    }

    .point_intro {
        margin-bottom: clamp(80px, 7.73vw, 116px);
    }

    .point ul li {
        width: 96%;
        padding-top: clamp(90px, 8.67vw, 130px);
        padding-bottom: clamp(75px, 6.8vw, 102px);
    }

    .point ul li:not(:last-child) {
        margin-bottom: clamp(65px, 6.67vw, 100px);
    }

    .point ul li:nth-of-type(odd) {
        padding-left: clamp(45px, 7.8vw, 117px);
    }

    .point ul li:nth-of-type(even) .point_wrap {
        padding-right: clamp(45px, 7.8vw, 117px);
    }

    .point ul li:nth-of-type(odd) .point_text {
        margin-left: clamp(40px, 6vw, 90px);
    }

    .point ul li:nth-of-type(even) .point_text {
        margin-right: clamp(45px, 9.6vw, 144px);
    }

    .point_img {
        width: 53.5%;
    }

    .point ul li:nth-of-type(2) .point_img {
        width: 47.7%;
    }

    .point ul li:nth-of-type(1) .point_img,
    .point ul li:nth-of-type(3) .point_img {
        height: clamp(350px, 31.33vw, 470px);
    }

    .point ul li:nth-of-type(2) .point_img {
        height: clamp(380px, 34.67vw, 520px);
    }

    .point_text {
        width: 34%;
    }

    .point_text h2 {
        font-size: clamp(3.3rem, 3vw, 4.5rem);
        margin-bottom: clamp(25px, 2.8vw, 42px);
    }

    .point_text .c-text {
        margin-bottom: clamp(35px, 4.33vw, 65px);
    }

    .point ul li:before {
        font-size: clamp(13rem, 10.67vw, 19rem);
    }

    .point ul li:nth-of-type(1):before,
    .point ul li:nth-of-type(3):before {
        right: clamp(45px, 7.2vw, 108px);
    }

    .point_list img {
        width: 100%;
        height: auto;
    }

    .point .title:before {
        width: 355px;
        height: 219px;
        background-size: 100%;
    }
}

@media screen and (max-width: 820px) {
    .point {
        padding: 70px 0 85px;
    }

    .point .title:before {
        width: min(320px, 80vw);
        height: min(327px, 50vw);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center top;
    }

    .point_intro {
        margin-bottom: 70px;
    }

    .point ul li {
        width: 97%;
        padding: 85px 5% 65px;
    }

    .point ul li:not(:last-child) {
        margin-bottom: 60px;
    }

    .point ul li:nth-of-type(1),
    .point ul li:nth-of-type(3) {
        border-radius: 150px 0 0 20px;
    }

    .point ul li:nth-of-type(2) {
        border-radius: 0 150px 20px 0;
    }

    .point ul li:nth-of-type(odd) {
        padding-left: 5%;
    }

    .point ul li:nth-of-type(even) .point_wrap {
        padding-right: 0;
    }

    .point_wrap {
        flex-direction: column;
        align-items: center;
    }

    .point_img,
    .point ul li:nth-of-type(2) .point_img {
        width: 52%;
    }

    .point ul li:nth-of-type(1) .point_img,
    .point ul li:nth-of-type(2) .point_img,
    .point ul li:nth-of-type(3) .point_img {
        height: clamp(300px, 46vw, 380px);
    }

    .point ul li:nth-of-type(1) .point_img,
    .point ul li:nth-of-type(3) .point_img {
        border-radius: 8px 80px;
    }

    .point ul li:nth-of-type(2) .point_img {
        border-radius: 150px 150px 8px 8px;
    }

    .point_text {
        width: 100%;
    }

    .point ul li:nth-of-type(odd) .point_text {
        margin-left: 0;
    }

    .point ul li:nth-of-type(even) .point_text {
        margin-right: 5%;
    }

    .point_en {
        margin-bottom: 14px;
        font-size: 1.3rem;
    }

    .point_text h2 {
        margin-bottom: 24px;
        font-size: clamp(2.7rem, 4.4vw, 3.6rem);
    }

    .point_text .c-text {
        margin-bottom: 30px;
        font-size: 1.5rem;
    }

    .point ul li:before {
        top: 10px;
        font-size: 12rem;
    }

    .point ul li:nth-of-type(1):before,
    .point ul li:nth-of-type(3):before {
        right: 5%;
    }

    .point ul li:nth-of-type(2):before {
        left: 5%;
    }

    .point_img,
    .point ul li:nth-of-type(2) .point_img {
        width: 100%;
    }

    .point_img {
        margin: 0 0 30px;
    }

    .point_list {
        text-align: center;
    }

    .point ul li:nth-of-type(even) .point_wrap {
        flex-direction: column;
    }
}

@media screen and (max-width: 590px) {
    .point {
        padding: 55px 0 65px;
    }

    .point .title {
        margin-bottom: 30px;
    }

    .point .title:before {
        width: 90vw;
        height: 55vw;
    }

    .point_intro {
        margin-bottom: 50px;
    }

    .point_intro .c-text br {
        display: none;
    }

    .point ul li {
        width: calc(100% - 16px);
        padding: 58px 5.5% 45px;
    }

    .point ul li:not(:last-child) {
        margin-bottom: 40px;
    }

    .point ul li:nth-of-type(1),
    .point ul li:nth-of-type(3) {
        border-radius: 65px 0 0 14px;
    }

    .point ul li:nth-of-type(2) {
        border-radius: 0 65px 14px 0;
    }

    .point_wrap,
    .point ul li:nth-of-type(even) .point_wrap {
        flex-direction: column;
    }

    .point_img,
    .point ul li:nth-of-type(2) .point_img {
        width: 100%;
    }

    .point ul li:nth-of-type(1) .point_img,
    .point ul li:nth-of-type(3) .point_img {
        height: min(65vw, 350px);
        border-radius: 8px 65px;
    }

    .point ul li:nth-of-type(2) .point_img {
        height: min(68vw, 370px);
        border-radius: 65px 65px 8px 8px;
    }

    .point_text,
    .point ul li:nth-of-type(odd) .point_text,
    .point ul li:nth-of-type(even) .point_text {
        width: 100%;
        margin: 32px 0 0;
    }

    .point_en {
        margin-bottom: 12px;
        font-size: 1.2rem;
    }

    .point_text h2 {
        margin-bottom: 22px;
        font-size: clamp(2.4rem, 6vw, 3rem);
    }

    .point_text h2 br {
        display: none;
    }

    .point_text .c-text {
        margin-bottom: 28px;
        font-size: 1.5rem;
    }

    .point ul li:before {
        top: 4px;
        font-size: 8rem;
    }

    .point ul li:nth-of-type(1):before,
    .point ul li:nth-of-type(3):before {
        right: 5%;
    }

    .point ul li:nth-of-type(2):before {
        left: 5%;
    }

    .point_list {
        max-width: 310px;
    }

    .point_list img {
        width: 100%;
    }
}

/*----------------------------------------
	plan
----------------------------------------*/

.plan {
    padding: 0 0 140px;
}

.plan .title:before {
    content: "model plan";
    color: #F2F8FC;
}

.plan_info_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.plan_tab {
    display: flex;
    justify-content: center;
    margin: 0 0 25px;
}

.plan_tab li {
    width: 180px;
    height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #39795D;
    color: #39795D;
    border-radius: 20px;
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 400;
    text-transform: uppercase;
}

.plan_tab li.active {
    transition: all 0.4s;
    background-color: #39795D;
    border: none;
    color: #fff;
}

.plan_tab li span {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 600;
    font-size: 2.2rem;
    letter-spacing: 0.06em;
    margin: 0 0 0 9px;
}

.plan_tab li:not(:last-child) {
    margin: 0 28px 0 0;
}

.tab_inner.show {
    display: block;
    background-color: #F2F8FC;
    padding: 38px 37px 18px 43px;
    position: relative;
    height: 640px;
}

.tab_inner {
    display: none;
}

.plan_category {
    position: absolute;
    top: 0;
    left: 50px;
}

/*----------------------------------------
	landplan
----------------------------------------*/

.landplan {
    background-color: #FBFAF5;
    padding: 94px 0 0;
    position: relative;
    z-index: 2;
}

.landplan .inner1536 {
    position: relative;
    z-index: 2;
}

.landplan:before {
    content: "";
    background-image: url(../images/land_bg.png);
    background-repeat: no-repeat;
    width: 1232px;
    height: 870px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.landplan_wrap {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.landplan_en {
    font-size: 11.1rem;
    margin: 0 0 16px;
    color: #CBDCC6;
    font-family: "Gelasio", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.08em;
}

.landplan .title_en {
    margin: 0 0 20px;
}

.landplan_en span {
    color: #AAC7A6;
}

.landplan_text h2 {
    font-size: 5.7rem;
    letter-spacing: 0.1em;
    line-height: 1.2;
    color: #194D3A;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
    margin: 0 0 30px;
}

.landplan_text h2 span {
    font-size: 8.5rem;
}

.landplan_text .c-text {
    margin: 0 0 252px;
}

.landplan_text ul {
    display: flex;
    align-items: center;
    margin-bottom: -78px;
    position: relative;
    z-index: 10;
}

.landplan_text ul li {
    width: 252px;
    height: 252px;
    border-radius: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding: 39px 0 0;
    box-shadow: 0px 3px 6px #24493A29;
    margin-right: -14px;
    position: relative;
}

.landplan_text ul li:nth-of-type(1) {
    background-color: #EEF4E9;
    z-index: 3;
}

.landplan_text ul li:nth-of-type(2) {
    background-color: #FFFFFF;
    z-index: 2;
}

.landplan_text ul li:nth-of-type(3) {
    background-color: #6D8D77;
    z-index: 1;
}

.landplan_number {
    font-size: 1.8rem;
    font-family: "Gelasio", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
    color: #6D8D77;
    margin: 0 0 20px;
}

.landplan_number span {
    font-size: 3rem;
}

.landplan_text ul li h3 {
    font-size: 3.1rem;
    margin: 0 0 15px;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #245C45;
}

.landplan_text ul li h3 span {
    font-size: 4.6rem;
}

.landplan_text ul li h4 {
    font-size: 2rem;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
}

.landplan_text ul li:nth-of-type(3) .landplan_number {
    color: #fff;
}

.landplan_text ul li:nth-of-type(2) h3 span {
    font-size: 3.9rem;
}

.landplan_text ul li:nth-of-type(3) h3,
.landplan_text ul li:nth-of-type(3) h4 {
    color: #fff;
}

@media screen and (max-width: 1500px) and (min-width: 821px) {
    .landplan {
        padding-top: clamp(70px, 6.27vw, 94px);
        overflow: hidden;
    }

    .landplan:before {
        width: min(82.13vw, 1232px);
        height: min(58vw, 870px);
        background-size: contain;
        background-position: left bottom;
    }

    .landplan_text {
        width: 52%;
    }

    .landplan_img {
        width: 42%;
    }

    .landplan_img img {
        width: 100%;
        height: auto;
    }

    .landplan_en {
        font-size: clamp(6.5rem, 6.4vw, 11.1rem);
        white-space: nowrap;
    }

    .landplan_text h2 {
        font-size: clamp(4.2rem, 3.8vw, 5.7rem);
    }

    .landplan_text h2 span {
        font-size: clamp(6rem, 5.67vw, 8.5rem);
    }

    .landplan_text .c-text {
        margin-bottom: clamp(150px, 16.8vw, 252px);
    }

    .landplan_text ul {
        margin-bottom: clamp(-78px, -5.2vw, -45px);
    }

    .landplan_text ul li {
        width: clamp(175px, 16.8vw, 252px);
        height: clamp(175px, 16.8vw, 252px);
        padding-top: clamp(24px, 2.6vw, 39px);
        margin-right: clamp(-14px, -0.93vw, -8px);
    }

    .landplan_number {
        margin-bottom: clamp(10px, 1.33vw, 20px);
        font-size: clamp(1.3rem, 1.2vw, 1.8rem);
    }

    .landplan_number span {
        font-size: clamp(2.2rem, 2vw, 3rem);
    }

    .landplan_text ul li h3 {
        margin-bottom: clamp(8px, 1vw, 15px);
        font-size: clamp(2.2rem, 2.07vw, 3.1rem);
    }

    .landplan_text ul li h3 span {
        font-size: clamp(3.2rem, 3.07vw, 4.6rem);
    }

    .landplan_text ul li:nth-of-type(2) h3 span {
        font-size: clamp(2.8rem, 2.6vw, 3.9rem);
    }

    .landplan_text ul li h4 {
        font-size: clamp(1.4rem, 1.33vw, 2rem);
    }
}

@media screen and (max-width: 820px) {
    .landplan {
        padding: 70px 0 45px;
        overflow: hidden;
    }

    .landplan:before {
        width: 106%;
        height: 70%;
        background-size: contain;
        background-position: left bottom;
        bottom: auto;
        top: -15%;
        opacity: 0.6;
    }

    .landplan_wrap {
        align-items: center;
        flex-direction: column;
    }

    .landplan_text {
        width: 100%;
    }

    .landplan_img {
        width: 47%;
    }

    .landplan_img img {
        width: 100%;
        height: auto;
    }

    .landplan_en {
        margin-bottom: 12px;
        font-size: clamp(5rem, 8.5vw, 7rem);
        letter-spacing: 0.05em;
        white-space: nowrap;
    }

    .landplan .title_en {
        margin-bottom: 16px;
    }

    .landplan_text h2 {
        margin-bottom: 24px;
        font-size: clamp(3.4rem, 5vw, 4.1rem);
    }

    .landplan_text h2 span {
        font-size: clamp(5rem, 7.3vw, 6rem);
    }

    .landplan_text .c-text {
        margin-bottom: 100px;
        font-size: 1.5rem;
        line-height: 1.9;
    }

    .landplan_text .c-text br {
        display: none;
    }

    .landplan_text ul {
        margin-bottom: 40px;
    }

    .landplan_text ul li {
        width: clamp(125px, 18.3vw, 150px);
        height: clamp(125px, 18.3vw, 150px);
        padding-top: 18px;
        margin-right: -8px;
    }

    .landplan_number {
        margin-bottom: 6px;
        font-size: 1.1rem;
    }

    .landplan_number span {
        font-size: 1.8rem;
    }

    .landplan_text ul li h3,
    .landplan_text ul li h3 span,
    .landplan_text ul li:nth-of-type(2) h3 span {
        margin-bottom: 7px;
        font-size: clamp(2rem, 3vw, 2.5rem);
    }

    .landplan_text ul li h4 {
        padding: 0 8px;
        font-size: 1.1rem;
        line-height: 1.4;
        text-align: center;
    }
}

@media screen and (max-width: 590px) {
    .landplan {
        padding: 55px 0px 120px;
    }

    .landplan:before {
        width: 100%;
        height: 55%;
        opacity: 0.8;
        background-size: contain;
        background-position: left bottom;
        top: auto;
        bottom: 0;
    }

    .landplan_wrap {
        display: grid;
        grid-template-columns: 100%;
        align-items: initial;
    }

    .landplan_text {
        display: contents;
    }

    .landplan_en {
        order: 1;
        margin-bottom: 12px;
        font-size: clamp(4.2rem, 13vw, 6rem);
        letter-spacing: 0.04em;
        white-space: nowrap;
    }

    .landplan .title_en {
        order: 2;
        margin-bottom: 15px;
    }

    .landplan_text > h2 {
        order: 3;
        margin-bottom: 22px;
        font-size: clamp(2.6rem, 8vw, 3.5rem);
    }

    .landplan_text > h2 span {
        font-size: clamp(4.5rem, 13vw, 5.5rem);
    }

    .landplan_text > .c-text {
        order: 4;
        margin-bottom: 32px;
        font-size: 1.5rem;
        line-height: 1.9;
    }

    .landplan_text > .c-text br {
        display: none;
    }

    .landplan_img {
        order: 5;
        width: 88%;
        margin: 0 auto 38px;
        text-align: center;
    }

    .landplan_img img {
        width: 100%;
        max-height: 500px;
        object-fit: contain;
    }

    .landplan_text ul {
        order: 6;
        width: 100%;
        margin: 0;
        justify-content: center;
    }

    .landplan_text ul li {
        width: 31vw;
        max-width: 150px;
        height: 31vw;
        max-height: 150px;
        padding-top: 30px;
        margin-right: -5px;
    }

    .landplan_number {
        margin-bottom: 5px;
        font-size: 1rem;
    }

    .landplan_number span {
        font-size: 1.7rem;
    }

    .landplan_text ul li h3,
    .landplan_text ul li h3 span,
    .landplan_text ul li:nth-of-type(2) h3 span {
        margin-bottom: 5px;
        font-size: clamp(1.8rem, 5.5vw, 2.5rem);
    }

    .landplan_text ul li h4 {
        padding: 0 7px;
        font-size: clamp(0.9rem, 2.7vw, 1.2rem);
        line-height: 1.35;
        text-align: center;
    }
}

@media screen and (max-width: 390px) {
    .landplan_en {
        font-size: 4rem;
    }

    .landplan_img {
        width: 80%;
    }

    .landplan_text ul li {
        width: 32vw;
        height: 32vw;
    }

    .landplan_number {
        margin-bottom: 3px;
    }

    .landplan_text ul li h3,
    .landplan_text ul li h3 span,
    .landplan_text ul li:nth-of-type(2) h3 span {
        margin-bottom: 3px;
        font-size: 1.8rem;
    }

    .landplan_text ul li h4 {
        font-size: 0.9rem;
    }
}

/*----------------------------------------
	location
----------------------------------------*/

.location {
    margin: 0 0 120px;
}

.location .title {
    margin: 0 0 72px;
}

.location ul {
    display: flex;
    justify-content: space-between;
    margin: 0 0 80px;
}

.location ul li {
    width: 23.4%;
}

.location ul li:nth-of-type(even) {
    margin: 70px 0 0;
}

.location ul li figcaption {
    text-align: center;
    margin: 25px 0 0;
    font-size: 2.4rem;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #245C45;
}

.location_box_wrap {
    display: flex;
    justify-content: space-between;
    background: #F1F5ED;
    padding: 60px 50px 70px;
    border-radius: 10px;
}

.location_box_left_wrap,
.location_box_right_wrap {
    width: 48%;
}

.location_box_left_wrap .location_box:first-child {
    margin: 0 0 79px;
}

.location_box_right_wrap .location_box:nth-of-type(-n+2) {
    margin: 0 0 48px;
}

.location_box table {
    width: 100%;
}

.location_box table tr {
    line-height: 2.036;
    display: flex;
    justify-content: space-between;
}

.location_box table tr th,
.location_box table tr td {
    font-size: 1.6rem;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 400;
}

.location_box_title {
    font-size: 2.4rem;
    color: #39795D;
    padding-bottom: 8px;
    margin-bottom: 15px;
    border-bottom: 1px solid #143b40;
    display: flex;
    align-items: center;
    letter-spacing: 0.04em;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 600;
}

.location_box_title span {
    font-size: 1.4rem;
    display: inline-block;
    margin-left: 20px;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #000;
}

.location_map {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 460px;
    text-align: center;
    margin: 0 0 80px;
}

.location_map iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.location h3 {
    font-size: 4rem;
    letter-spacing: 0.04em;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 600;
    color: #39795D;
    line-height: 1.5;
    text-align: center;
    margin: 0 0 60px;
}

@media screen and (max-width: 1500px) {
    .location ul li figcaption {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 820px) {
    .location {
        margin: 0px 0px 60px;
    }

    .location_box table tr {
        flex-direction: column;
        align-items: flex-start;
    }

    .location_box_title {
        font-size: 2rem;
    }

    .location_box_title span {
        font-size: 1.3rem;
        margin-left: 12px;
    }

    .location_map {
        height: 300px;
    }

    .location_map {
        margin: 0 0 60px;
    }

    .location h3 {
        font-size: 3rem;
    }

    .location ul {
        margin: 0 0 40px;
    }

    .location_box_left_wrap .location_box:first-child {
        margin: 0px 0px 30px;
    }
}

@media screen and (max-width: 599px) {
    .location_box_wrap {
        flex-direction: column;
        padding: 45px 4.5%;
    }

    .location .title {
        margin: 0 0 30px;
    }

    .location_box_left_wrap,
    .location_box_right_wrap {
        width: 100%;
    }

    .location_box_left_wrap .location_box {
        margin: 0 0 30px;
    }

    .location_box table tr th,
    .location_box table tr td {
        font-size: 1.4rem;
    }

    .location_map {
        height: 200px;
    }

    .location_map {
        margin: 0 0 40px;
    }

    .location h3 {
        font-size: 2rem;
        margin: 0 0 30px;
    }

    .location ul {
        flex-wrap: wrap;
    }

    .location ul li {
        width: 47%;
    }

    .location ul li:nth-of-type(even) {
        margin: 0;
    }

    .location ul li:nth-child(n+3) {
        margin-top: 40px;
    }

    .location ul li figcaption {
        font-size: 1.5rem;
        margin: 15px 0px 0px;
    }

    .location_box_right_wrap .location_box:nth-of-type(-n+2) {
        margin: 0 0 30px;
    }
}

/*----------------------------------------
	access
----------------------------------------*/

.access {
    margin: 0 0 120px;
    padding: 205px 0 118px;
    background-color: #DFEADC;
    position: relative;
    z-index: 1;
}

.access .title {
    position: relative;
}

.access .title span {
    margin: 0 0 35px;
    position: relative;
}

.access .title:before {
    content: "ACCESS";
    font-size: 15rem;
    color: #E8F0E5;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -72px;
    font-family: "Gelasio", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.access ul {
    display: flex;
    justify-content: space-between;
    margin: 0 0 40px;
}

.access ul li {
    width: 31.4%;
    padding: 40px 0;
    border-radius: 85px 6px 85px 6px;
    text-align: center;
}

.access ul li:nth-of-type(1) {
    background-color: #fff;
}

.access ul li:nth-of-type(2) {
    background-color: #6D8D77;
}

.access ul li:nth-of-type(3) {
    background-color: #285F48;
}

.access ul li span {
    display: block;
    font-size: 1.4rem;
    letter-spacing: 0.2em;
    font-family: "Gelasio", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    margin: 0 0 23px;
}

.access_place_title {
    font-size: 3.2rem;
    letter-spacing: 0.1em;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 600;
    color: #fff;
    margin: 0 0 11px;
}

.access ul li h2 {
    font-size: 3.8rem;
    letter-spacing: 0.08em;
    margin: 0 0 23px;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 600;
    color: #fff;
}

.access ul li .c-text {
    color: #fff;
}

.access ul li:nth-of-type(1) .access ul li span {
    color: #245C45;
}

.access ul li:nth-of-type(1) h2,
.access ul li:nth-of-type(1) .access_place_title {
    color: #245C45;
}

.access ul li:nth-of-type(1) span {
    color: #6D8D77;
}

.access ul li:nth-of-type(1) .c-text {
    color: #2D4038;
}

.access_img {
    margin: 0 0 74px;
}

@media screen and (max-width: 1500px) and (min-width: 821px) {
    .access {
        margin-bottom: clamp(85px, 8vw, 120px);
        padding-top: clamp(150px, 13.67vw, 205px);
        padding-bottom: clamp(85px, 7.87vw, 118px);
    }

    .access .title span {
        margin-bottom: clamp(25px, 2.33vw, 35px);
    }

    .access .title:before {
        top: clamp(-72px, -4.8vw, -50px);
        font-size: clamp(10rem, 10vw, 15rem);
    }

    .access_img {
        margin-bottom: clamp(50px, 4.93vw, 74px);
    }

    .access ul {
        gap: 2.9%;
    }

    .access ul li {
        width: 31.4%;
        padding: clamp(30px, 2.67vw, 40px) clamp(12px, 1.33vw, 20px);
        border-radius:
            clamp(60px, 5.67vw, 85px) 6px clamp(60px, 5.67vw, 85px) 6px;
    }

    .access ul li span {
        margin-bottom: clamp(15px, 1.53vw, 23px);
        font-size: clamp(1.2rem, 0.93vw, 1.4rem);
    }

    .access_place_title {
        font-size: clamp(2.5rem, 2.13vw, 3.2rem);
    }

    .access ul li h2 {
        margin-bottom: clamp(16px, 1.53vw, 23px);
        font-size: clamp(2.8rem, 2.53vw, 3.8rem);
    }

    .access ul li .c-text {
        font-size: clamp(1.4rem, 1.2vw, 1.8rem);
    }
}

@media screen and (max-width: 820px) {
    .access {
        margin-bottom: 85px;
        padding: 135px 0 80px;
    }

    .access .title {
        margin-bottom: 45px;
    }

    .access .title:before {
        top: -52px;
        font-size: clamp(8rem, 13vw, 10.5rem);
    }

    .access .title span {
        margin-bottom: 25px;
    }

    .access .title h2 {
        font-size: clamp(3.5rem, 5.8vw, 4.7rem);
    }

    .access_img {
        margin-bottom: 50px;
    }

    .access_img img {
        width: 100%;
        height: auto;
    }

    .access ul {
        gap: 2%;
        margin-bottom: 0;
    }

    .access ul li {
        width: 32%;
        padding: 30px 12px;
        border-radius: 55px 6px;
    }

    .access ul li span {
        margin-bottom: 15px;
        font-size: 1.1rem;
        letter-spacing: 0.15em;
    }

    .access_place_title {
        margin-bottom: 9px;
        font-size: clamp(2rem, 3.2vw, 2.6rem);
    }

    .access ul li h2 {
        margin-bottom: 18px;
        font-size: clamp(2.2rem, 3.5vw, 2.9rem);
        line-height: 1.4;
    }

    .access ul li .c-text {
        font-size: 1.4rem;
        line-height: 1.7;
    }

    .access ul li .c-text br {
        display: none;
    }
}

@media screen and (max-width: 590px) {
    .access {
        margin-bottom: 65px;
        padding: 95px 0 60px;
    }

    .access .title {
        margin-bottom: 20px;
    }

    .access .title:before {
        top: -35px;
        font-size: clamp(6.5rem, 20vw, 9rem);
    }

    .access .title span {
        margin-bottom: 18px;
    }

    .access .title h2 {
        font-size: clamp(3rem, 7vw, 3.5rem);
        line-height: 1.5;
    }

    .access_img {
        margin-bottom: 40px;
    }

    .access_img img {
        width: 100%;
        height: auto;
    }

    .access ul {
        display: block;
        margin-bottom: 0;
    }

    .access ul li {
        width: 100%;
        padding: 30px 20px;
        border-radius: 50px 6px;
    }

    .access ul li:not(:last-child) {
        margin-bottom: 18px;
    }

    .access ul li span {
        margin-bottom: 13px;
        font-size: 1.1rem;
    }

    .access_place_title {
        margin-bottom: 8px;
        font-size: 2.5rem;
    }

    .access ul li h2 {
        margin-bottom: 15px;
        font-size: 2.8rem;
    }

    .access ul li .c-text {
        font-size: 1.4rem;
        line-height: 1.75;
    }

    .access ul li .c-text br {
        display: initial;
    }
}

@media screen and (max-width: 390px) {
    .access {
        padding-top: 85px;
    }

    .access .title h2 {
        font-size: 2.4rem;
    }

    .access ul li {
        padding: 27px 16px;
        border-radius: 42px 6px;
    }

    .access_place_title {
        font-size: 2.3rem;
    }

    .access ul li h2 {
        font-size: 2.6rem;
    }
}

/*----------------------------------------
	outline
----------------------------------------*/

.outline {
    padding: 83px 0 137px;
    background-color: #245C46;
    border-radius: 100px 100px 0 0;
}

.outline .title h2 {
    color: #fff;
}

.outline .title span {
    color: #fff;
}

.outline_table {
    width: 900px;
    margin: 0 auto 15px;
    line-height: 1.7;
    display: block;
}

.outline_table tr {
    padding: 16px 0;
    border-top: 1px solid #fff;
}

.outline_table tr:last-child {
    border-bottom: 1px solid #fff;
}

.outline_table th {
    width: 200px;
    padding: 16px 0;
    text-align: left;
}

.outline_table td {
    padding: 16px 0;
}

.outline_table th,
.outline_table td {
    font-size: 1.4rem;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 400;
    color: #fff;
}

.outline_text {
    width: 900px;
    margin: auto;
    font-size: 1.2rem;
    line-height: 1.4;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 400;
    color: #fff;
}

@media screen and (max-width: 1100px) {
    .outline_text {
        width: 100%;
    }
}

@media screen and (max-width: 1100px) and (min-width: 821px) {
    .outline_table {
        width: 700px;
    }
}

@media screen and (max-width: 820px) {
    .outline {
        padding: 45px 0 40px;
        border-radius: 40px 40px 0 0;
    }

    .outline_table {
        width: 100%;
    }

    .outline_table th {
        width: 200px;
    }

    .outline_table td {
        width: 500px;
    }
}

@media screen and (max-width: 599px) {
    .outline_table {
        width: 100%;
    }

    .outline_table tr {
        display: flex;
        flex-direction: column;
        padding: 0;
    }

    .outline_table th {
        width: 100%;
        font-weight: bold;
        padding: 8px 2% 0 2%;
    }

    .outline_table td {
        width: 100%;
        padding: 0 2% 8px 2%;
    }

}

/*----------------------------------------
	contact
----------------------------------------*/

.contact {
    background-color: #EFF5E9;
    position: relative;
    height: 500px;
}

.contact .title {
    margin: 0 0 48px;
}

.contact .inner {
    height: 100%;
}

.contact:before {
    content: "";
    width: 516px;
    height: 100%;
    background-image: url(../images/footer_bg_left.png);
    position: absolute;
    left: 0;
    top: 0;
    background-position: right;
}

.contact:after {
    content: "";
    width: 516px;
    height: 100%;
    background-image: url(../images/footer_bg_right.png);
    position: absolute;
    right: 0;
    top: 0;
    background-position: right;
}

.contact_text {
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.contact_title {
    width: 100%;
    text-align: center;
    margin: 0 0 16px;
}

.contact_title p {
    margin: 0 0 12px;
    font-size: 5rem;
    letter-spacing: 0.06em;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    color: #fff;
}

.contact_title h2 {
    font-size: 1.8rem;
    letter-spacing: 0.04em;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 600;
    color: #39795D;
    text-align: center;
}

.contact_subTitle {
    text-align: center;
    line-height: 1.222;
    font-size: 3.6rem;
    letter-spacing: 0.08em;
    margin: 0 0 38px;
    color: #24493A;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 600;
}

.contact_subTitle span {
    color: #39795D;
}

.contact_box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_contactform {
    background-color: #39795D;
    width: 300px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    margin: 0 0 0 55px;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 600;
    color: #fff;
    font-size: 1.7rem;
}

.contact_text {
    z-index: 1;
    width: calc(100% - 40px);
}

.contact:before,
.contact:after {
    z-index: 0;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact_tel {
    flex-shrink: 0;
}

.contact_tel img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1500px) and (min-width: 821px) {
    .contact {
        height: clamp(420px, 33.33vw, 500px);
    }

    .contact:before,
    .contact:after {
        width: clamp(350px, 34.4vw, 516px);
    }

    .contact .title {
        margin-bottom: clamp(35px, 3.2vw, 48px);
    }

    .contact_subTitle {
        margin-bottom: clamp(28px, 2.53vw, 38px);
        font-size: clamp(2.8rem, 2.4vw, 3.6rem);
    }

    .contact_tel {
        width: clamp(245px, 20vw, 300px);
    }

    .footer_contactform {
        width: clamp(250px, 20vw, 300px);
        height: clamp(50px, 3.73vw, 56px);
        margin-left: clamp(30px, 3.67vw, 55px);
        font-size: clamp(1.5rem, 1.13vw, 1.7rem);
    }
}

@media screen and (max-width: 820px) {
    .contact {
        height: 360px;
    }

    .contact:before,
    .contact:after {
        width: 25%;
        opacity: 0.5;
        background-size: cover;
    }

    .contact:before {
        background-position: right center;
    }

    .contact:after {
        background-position: left center;
    }

    .contact_text {
        width: 90%;
    }

    .contact .title {
        margin-bottom: 30px;
    }

    .contact .title h2 {
        font-size: 2.8rem;
    }

    .contact_subTitle {
        margin-bottom: 28px;
        font-size: clamp(2.5rem, 4vw, 3.2rem);
        line-height: 1.4;
    }

    .contact_box {
        width: 100%;
    }

    .contact_tel {
        width: min(36vw, 270px);
    }

    .footer_contactform {
        width: min(37vw, 280px);
        height: 52px;
        margin-left: 28px;
        font-size: 1.5rem;
    }

    .footer_contactform .contactform_icon {
        margin-right: 8px;
    }

    .footer_contactform .contactform_icon img {
        width: 20px;
        height: auto;
    }
}

@media screen and (max-width: 590px) {
    .contact {
        height: 410px;
    }

    .contact:before,
    .contact:after {
        width: 50%;
        opacity: 0.1;
    }

    .contact_text {
        width: calc(100% - 32px);
    }

    .contact .title {
        margin-bottom: 22px;
    }

    .contact .title h2 {
        font-size: 2.6rem;
    }

    .contact .title span {
        margin-bottom: 8px;
    }

    .contact_subTitle {
        margin-bottom: 25px;
        font-size: clamp(2.2rem, 6.5vw, 2.8rem);
        line-height: 1.45;
        letter-spacing: 0.05em;
    }

    .contact_box {
        flex-direction: column;
    }

    .contact_tel {
        width: min(270px, 75vw);
        margin-bottom: 20px;
    }

    .footer_contactform {
        width: min(300px, 82vw);
        height: 54px;
        margin-left: 0;
        font-size: 1.5rem;
    }

    .footer_contactform .contactform_icon {
        margin-right: 8px;
    }

    .footer_contactform .contactform_icon img {
        width: 20px;
        height: auto;
    }
}

@media screen and (max-width: 390px) {
    .contact {
        height: 380px;
    }

    .contact_text {
        width: calc(100% - 24px);
    }

    .contact .title {
        margin-bottom: 18px;
    }

    .contact_subTitle {
        margin-bottom: 22px;
        font-size: 2rem;
    }

    .contact_tel {
        width: 230px;
        margin-bottom: 17px;
    }

    .footer_contactform {
        width: 265px;
        height: 50px;
        font-size: 1.4rem;
    }
}
