@charset "utf-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

/* ol, ul {
    list-style: none;
} */

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

img {
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    border: 0;
    max-width: 100%;
    height: auto;
}

@media only screen and (max-width: 896px) {
    .img-responsive {
        display: block;
        width: 100%;
        height: auto;
    }
}

html {
    overflow-y: scroll;
    font-size: 62.5%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
}

body {
    line-height: 1.4;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: "a-otf-ryumin-pro-kl", "Hiragino Mincho ProN", serif;
    font-style: normal;
    font-weight: 400;
    color: #061F38;
    background: white;
    height: 100%;
    font-size: 1.6rem;
    letter-spacing: 2px;
    overflow: hidden;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    background: transparent;
    color: #000;
    outline: none;
    vertical-align: baseline;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

.clear {
    clear: both;
}

.clearfix::after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '';
}

.sp {
    display: none;
}

@media only screen and (max-width: 896px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    html {
        font-size: 55%;
    }
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

/*
heading******************************/

.title_x_large {
    font-size: 5.0rem;
    font-weight: normal;
}

.title_large {
    font-size: 3.2rem;
    font-weight: normal;
}

.title_medium {
    font-size: 2.4rem;
    font-weight: normal;
}

.title_small_x{
    font-size: 1.8rem;
    font-weight: normal;
}

.title_small {
    font-size: 1.6rem;
    font-weight: normal;
}

.title_small_y {
    font-size: 1.2rem;
    font-weight: normal;
}

/* .page_title_01 {
    background: #000;
    color: #fff;
} */

.page_title_01 .title_x_large {
    text-align: center;
    font-weight: bold;
    padding-top: 10.0rem;
    padding-bottom: 15.0rem;
}

.page_title_01 .title_x_large span {
    display: block;
    font-size: 1.6rem;
    margin-top: 4.8rem;
    font-weight: normal;
}

/*
grid******************************/

.grid {
    letter-spacing: -.35em;
    margin: 0 -15px 0;
}

.col {
    display: inline-block;
    letter-spacing: normal;
    padding: 0 15px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*
column******************************/

.column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*
reverse******************************/

.box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media only screen and (max-width: 480px) {
    .box {
        flex-direction: column;
    }
    .box:nth-child(even) {
        display: flex;
        flex-direction: column-reverse;
    }
}

.box_cont {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media screen and ( max-width: 480px) {
    .box_cont {
        flex-direction: column-reverse;
    }
}

.box_left {
    width: 40.8771%;
}

.box_right {
    width: 56.4912%;
}

/*
width******************************/

.width1 {
    width: 8.33333333333%;
}

@media only screen and (max-width: 896px) {
    .width1 {
        width: 100%;
    }
}

.width2 {
    width: 16.6666666667%;
}

@media only screen and (max-width: 896px) {
    .width2 {
        width: 100%;
    }
}

.width3 {
    width: 25.0%;
}

@media only screen and (max-width: 896px) {
    .width3 {
        width: 100%;
    }
}

.width4 {
    width: 33.3333333333%;
}

@media only screen and (max-width: 896px) {
    .width4 {
        width: 100%;
    }
}

.width5 {
    width: 41.6666666667%;
}

@media only screen and (max-width: 896px) {
    .width5 {
        width: 100%;
    }
}

.width6 {
    width: 50.0%;
}

@media only screen and (max-width: 896px) {
    .width6 {
        width: 100%;
    }
}

.width7 {
    width: 58.3333333333%;
}

@media only screen and (max-width: 896px) {
    .width7 {
        width: 100%;
    }
}

.width8 {
    width: 66.6666666667%;
}

@media only screen and (max-width: 896px) {
    .width8 {
        width: 100%;
    }
}

.width9 {
    width: 75.0%;
}

@media only screen and (max-width: 896px) {
    .width9 {
        width: 100%;
    }
}

.width10 {
    width: 83.3333333333%;
}

@media only screen and (max-width: 896px) {
    .width10 {
        width: 100%;
    }
}

.width11 {
    width: 91.6666666667%;
}

@media only screen and (max-width: 896px) {
    .width11 {
        width: 100%;
    }
}

.width12 {
    width: 100%;
}

/*
追加******************************/

.set_center {
    text-align: center;
}

.set_left {
    text-align: left;
}

.set_right {
    text-align: right;
}

.cursor {
    cursor: pointer;
}

.mt_50 {
    margin-top: 50px;
}

.mt_100 {
    margin-top: 100px;
}

.mb_20 {
    margin-bottom: 20px;
}

/*
header******************************/

.masthead {
    position: fixed;
    padding: 44px;
    width: 100%;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 100;
    right: 0;
    width: 55px;
    height: 55px;
}

@media only screen and (max-width: 896px) {
    .masthead {
        padding: 50px 30px;
    }
}

.masthead.scrolled {
    background: rgba(35, 35, 35, 1);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    padding: 44px;
}

@media only screen and (max-width: 896px) {
    .masthead.scrolled {
        padding: 50px 30px;
    }
}

#container {
    z-index: 900;
}

#gloval-nav {
    background: #0009;
    color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    text-align: center;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 2.9rem;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
    width: 48.0rem;
    text-align: left;
    font-size: 1.8rem;
    overflow-y: auto;
    overflow-x: hidden;
}

#gloval-nav>nav {
    position: absolute;
    top: 100px;
}

#gloval-nav a {
    display: block;
    color: #fff;
    text-decoration: none;
    /*padding: 3.0rem 0;*/
    transition: color .6s ease;
    font-size: 24px;
}



@media only screen and (max-width: 480px) {
    #gloval-nav a.nav_log img {
            width: 50%;
        }
}

#gloval-nav span {
    font-size: 14px;
}

#gloval-nav a:hover {
    color: #666;
}

#gloval-nav ul {
    list-style: none;
    text-align: left;
}

#gloval-nav ul li {
    opacity: 0;
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    transition: opacity .2s ease, -webkit-transform .6s ease;
    transition: transform .6s ease, opacity .2s ease;
    transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
    line-height: 2.0;
}

#gloval-nav .list_item_01 {
    padding-bottom: 5.0rem;
}

@media only screen and (max-width: 480px) {
    #gloval-nav .list_item_01 {
        padding-left: 15px;
    }
}

#gloval-nav .list_item_01>li {
    margin-top: 5.0rem;
}

#gloval-nav .list_item_01>li:first-child {
    margin-top: 0;
    text-align: center;
}

#gloval-nav .list_item_01>li:nth-child(2) {
    margin-top: 9.0rem;
}

#gloval-nav .list_item_02 {
    padding-top: 2.0rem;
}

#gloval-nav .list_item_03 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-top: 2.0rem;
}

#gloval-nav .list_item_03 li {
    padding: 0 0.8rem;
}

/* open */

.open {
    overflow: hidden;
}

.open #gloval-nav {
    visibility: visible;
    opacity: 1;
}

.open #gloval-nav li {
    text-align: center;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: opacity .9s ease, -webkit-transform 1s ease;
    transition: transform 1s ease, opacity .9s ease;
    transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
}

/* menu_wrapper */

.dot {
    width: 6px;
    height: 6px;
    background: #061F38;
    margin: 3px 3px;
    display: inline-block;
    border-radius: 50%;
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#menu_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1;
    position: fixed;
    top: 25px;
    right: 25px;
    cursor: pointer;
    z-index: 1000;
}

@media only screen and (max-width: 896px) {
    #menu_wrapper {
        top: 35px;
        right: 10px;
    }
}

#menu_wrapper>div {
    width: 36px;
    height: 36px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#menu_wrapper>div:hover, #menu_wrapper>div:focus {
    outline: none;
}

#menu_wrapper>span {
    display: inline-block;
    text-align: center;
    line-height: 1.2;
    padding: 20px;
    margin-top: auto;
}

#menu_wrapper:hover .dot:nth-child(2), #menu_wrapper:hover .dot:nth-child(4), #menu_wrapper:hover .dot:nth-child(6), #menu_wrapper:hover .dot:nth-child(8) {
    opacity: 0;
}

.open #menu_wrapper .dot:nth-child(2), .open #menu_wrapper .dot:nth-child(4), .open #menu_wrapper .dot:nth-child(6), .open #menu_wrapper .dot:nth-child(8) {
    opacity: 0;
}

/* top_about */

.top_about {
    margin-bottom: 60px;
}

.top_about .main-title {
    font-size: 60px;
    font-weight: normal;
    line-height: 1.1;
    margin-bottom: 40px;
}

.top_about .intro h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 50px;
}

.top_about .intro p {
    margin-bottom: 16px;
    font-size: 16px;
}

.top_about .more-button {
    display: inline-block;
    margin-top: 10px;
    padding: 6px 14px;
    border: 1px solid #776827;
    border-radius: 999px;
    text-decoration: none;
    color: #776827;
    font-size: 14px;
    transition: background 0.3s;
}

.top_about .more-button:hover {
    background: #f0f0f0;
}

.top_about .services h3 {
    font-size: 18px;
    margin-top: 40px;
}

.top_about .services ul {
    margin: 20px 0;
    padding-left: 1em;
}

.top_about .services li {
    margin-bottom: 8px;
}

.top_about .highlight {
    color: #b68c33;
    font-weight: bold;
}


.top_about .about_title {
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}

.top_about .about i {
    margin-right: 6px;
}

.top_about .vertical-title {
    font-size: 60px;
    line-height: 1.2;
    font-weight: normal;
    letter-spacing: 0.05em;
}

.top_about .wrap {
    padding-top: 50px;
    display: flex;
}

@media only screen and (max-width: 896px) {
    .top_about .wrap {
            padding-top: 50px;
            display: block;
        }
}

.top_about .diamond {
    color: #776827;
}

.top_about .btn {
    text-align: right;
}

.top_about .width4 {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 896px) {
    .top_about .width4 {
            padding-left: 0px;
            padding-right: 0px;
            margin-bottom: 30px;
        }
}

.top_about p {
    line-height: 26px;
}

.top_about .title_small {
    padding-top: 20px;
}


/* top_business */

.top_business {
    padding-top: 100px;
    background: url(../images/business_bg.jpg) no-repeat;
}

.top_business .business_title {
    display: flex;
    padding-top: 50px;
    padding-bottom: 60px;
}

@media only screen and (max-width: 896px) {
    .top_business .business_title {
            display: block;
            padding-top: 50px;
            padding-bottom: 50px;
        }
}

.top_business .vertical-title {
    font-size: 60px;
    line-height: 1.2;
    font-weight: normal;
    letter-spacing: 0.05em;
}

.top_business h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}

.top_business .btn {
    text-align: right;
}

.top_business .more-button {
    display: inline-block;
    margin-top: 10px;
    padding: 6px 14px;
    border: 1px solid #776827;
    border-radius: 999px;
    text-decoration: none;
    color: #776827;
    font-size: 14px;
    transition: background 0.3s;
}

.top_business .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 150px;
    padding-right: 150px;
}

@media only screen and (max-width: 896px) {
    .top_business .wrap {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            padding-left: 15px;
            padding-right: 15px;
        }
}

.top_business .width4 {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
}


@media only screen and (max-width: 896px) {
    .top_business .width4 {
            padding-left: 0px;
            padding-right: 0px;
            margin-bottom: 30px;
        }
}

.top_business .title_small_x {
    text-align: center;
    padding-top: 24px;
    padding-bottom: 30px;
}


.line {
    width: 100%;
    height: 1px;
    background: #000;
}

/* sns */

.sns .wrap {
    display: flex;
    justify-content: center;
	padding-bottom: 60px;
}

.sns .line {

	margin-bottom: 25px;
}



@media only screen and (max-width: 896px) {
    .sns .wrap {
            display: block;
            justify-content: center;
        }
}

.sns .sns_box {
    margin-left: 35px;
    margin-right: 35px;
}

@media only screen and (max-width: 896px) {
    .sns .sns_box {
            margin-left: 0px;
            margin-right: 0px;
            padding-bottom: 60px;
        }
}

.sns .icon {
    text-align: center;
    padding-bottom: 27px;
}

/* top_contact */


.top_contact {
    padding-bottom: 65px;
}

.top_contact .contact_title {
    display: flex;
    padding-top: 50px;
}

@media only screen and (max-width: 896px) {
    .top_contact .contact_title {
            display: block;
            padding-top: 50px;
        }
}

.top_contact .vertical-title {
    font-size: 60px;
    line-height: 1.2;
    font-weight: normal;
    letter-spacing: 0.05em;
}

.top_contact h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}

.top_contact .more-button {
    display: inline-block;
    margin-top: 10px;
    padding: 6px 14px;
    border: 1px solid #776827;
    border-radius: 999px;
    text-decoration: none;
    color: #776827;
    font-size: 14px;
    transition: background 0.3s;
}

.top_contact .width4 {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 896px) {
    .top_contact .width4 {
            padding-left: 0px;
            padding-right: 0px;
            margin-bottom: 30px;
        }
}

/* footer */

.footer {
    background: #F4F4ED;
    text-align: center;
    padding-top: 50px;
}

.footer .button-container {
    display: flex;
    margin: auto;
    width: 400px;
    border: 1px solid #000;
}

@media only screen and (max-width: 480px) {
    .footer .button-container {
            width: 100%;
        }
}

.footer .btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #000;
    text-decoration: none;
    color: #000;
    padding: 15px;
    font-size: 18px;
}

.footer .btn:first-child {
    border-left: none;
}

.footer .btn i {
    margin-right: 8px;
    font-style: normal;
}

.footer .btn img {
    height: 20px;
    margin-right: 8px;
    vertical-align: middle;
}

.footer .sns-icons {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content:center;
    padding: 30px;
}


.footer .sns-icons a img {
    width: 30px;
    height: 30px;
    display: block;
}



.footer .copyright {
    padding-top: 20px;
    padding-bottom: 30px;
    font-size: 12px;
}

.footer .logo {
    padding-bottom: 30px;
}

.footer .address {
    padding-bottom: 18px;
}

/* header */

.header {
    padding-left: 45px;
    position: absolute;
    z-index: 1;
}

@media only screen and (max-width: 896px) {
    .header {
            padding-left: 15px;
            position: absolute;
            z-index: 1;
        }
}

.header .logo {
    padding-bottom: 40px;
}

@media only screen and (max-width: 896px) {
    .header .logo {
            padding-bottom: 10px;
        }
}

@media only screen and (max-width: 896px) {
    .header .logo img {
            width: 70%;
        }
}

.header .button-container {
    display: flex;
    width: 300px;
    border: 1px solid #000;
    margin-bottom: 13px;
}

@media only screen and (max-width: 896px) {
    .header .button-container {
            width: 245px;
        }
}

.header .btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #000;
    text-decoration: none;
    color: #000;
    padding: 10px;
    font-size: 14px;
}

@media only screen and (max-width: 896px) {
    .header .btn {
            padding: 7px;
            font-size: 10px;
        }
}


.header .btn:first-child {
    border-left: none;
}

.header .btn i {
    margin-right: 8px;
    font-style: normal;
}

.header .btn img {
    height: 20px;
    margin-right: 8px;
    vertical-align: middle;
}

.header .address {
    padding-bottom: 40px;
}

@media only screen and (max-width: 896px) {
    .header .address {
            font-size: 12px;
        }
}

@media only screen and (max-width: 896px) {
    .header .address li {
        font-size: 8px;
    }
}


.sns-icon {
    padding-top: 20px;
    display: flex;
    justify-content: center;
}

.sns-icon a {
   margin-left: 15px;
   margin-right: 15px;
}

.sns-icons a {
    display: block;
    padding-bottom: 25px;
}

@media only screen and (max-width: 896px) {
.sns-icons {
        display: none;
    }
}

/* key_visual */

.key_visual {
    background: url(../images/key_visual.jpg) no-repeat;
    height: 850px;
    margin-top: 230px;
    background-position: center;
    position: relative;
}

@media only screen and (max-width: 896px) {
    .key_visual {
        margin-top: 120px;
    }
}

.key_visual .txt_box {
    text-align: right;
    padding-right: 45px;
}

@media only screen and (max-width: 896px) {
    .key_visual .txt_box {
            text-align: center;
            padding-right: unset;
            padding-top: 95px;
        }
}

.key_visual .scroll img {
    position: absolute;
        right: 0;
        bottom: 75px;
        left: 0;
        margin: auto;
}



/* sub_visual */


.sub_visual {
    padding-top: 230px;
    margin-bottom: 45px;
}

@media only screen and (max-width: 896px) {
    .sub_visual {
            padding-top: 130px;
        }
}

.sub_visual_title {
    text-align: center;
    font-size: 60px;
    font-weight: bold;
    padding-bottom: 55px;
}

@media only screen and (max-width: 896px) {
    .sub_visual_title {
            font-size: 40px;
            padding-bottom: 25px;
            margin-top: 60px;
        }
}



/* business */

.business {
    padding-top: 100px;
    padding-bottom: 60px;
}

@media only screen and (max-width: 480px) {
    .business {
            padding-top: 0px;
        }
}

.business .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 150px;
    padding-right: 150px;
}

@media only screen and (max-width: 896px) {
    .business .wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.business .width4 {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
}


@media only screen and (max-width: 896px) {
    .business .width4 {
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 30px;
    }
}

.business .title_small_x {
    text-align: center;
    padding-top: 24px;
    padding-bottom: 30px;
}

.business .txt_box {
    text-align: center;
    padding-bottom: 60px;
    width: 550px;
    margin: auto;
}

@media only screen and (max-width: 896px) {
    .business .txt_box {
            text-align: center;
            padding-bottom: 60px;
            width: auto;
            margin: auto;
        }
}

.business .txt_box .title_medium {
    padding-bottom: 35px;
}

/* privacypolicy */

.privacypolicy {
    padding-bottom: 60px;
}

.privacypolicy h1 {
    color: #222;
    margin-top: 1.5em;
}

.privacypolicy h2 {
    color: #222;
    margin-top: 1.5em;
}

.privacypolicy .line {
    color: #222;
    margin-top: 2.5em;
}

.privacypolicy h1 {
    font-size: 2em;
    border-bottom: 2px solid #666;
    padding-bottom: 0.3em;
}

.privacypolicy h2 {
    font-size: 1.5em;
    margin-bottom: 0.5em;
}

.privacypolicy ol {
    margin-left: 1.2em;
}

.privacypolicy .meta {
    font-size: 0.9em;
    color: #666;
    margin-top: 2em;
    line-height: 1.4;
    text-align: right;
    padding-bottom: 20px;
}

.privacypolicy .wrap {
    width: 770px;
    margin: auto;
}

@media only screen and (max-width: 896px) {
    .privacypolicy .wrap {
            width: auto;
            margin: auto;
        }
}

.privacypolicy ul {
    padding-bottom: 20px;
}

.privacypolicy li {
    padding-bottom: 8px;
}

.privacypolicy h3 {
    padding-bottom: 15px;
    padding-top: 15px;
}

.privacypolicy .title_medium {
    text-align: center;
    padding-bottom: 30px;
}

.privacypolicy .txt_box {
    padding-bottom: 70px;
}




/* membership */


.membership {
    padding-top: 70px;
    padding-bottom: 60px;
}

@media only screen and (max-width: 480px) {
    .membership {
            padding-top: 0px;
        }
}

.membership p {
    line-height: 26px;
}


.membership h2 {
    font-size: 1.8rem;
    padding-bottom: 0.3em;
    margin-bottom: 0.8em;
}

.membership p.intro {
    padding-bottom: 60px;
}

.membership ul.benefits-list {
    list-style: none;
    padding-bottom: 60px;
}

.membership ul.benefits-list li {
    position: relative;
    padding-left: 1.2em;
    margin-bottom: 0.8em;
}

.membership ul.benefits-list li::before {
    content: "◆";
    position: absolute;
    left: 0;
    color: #555;
}

.membership .membership-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1em;
    margin-bottom: 60px;
}

.membership .membership-table th,
.membership .membership-table td {
    border: 1px solid #ccc;
    padding: 0.8em;
    text-align: center;
}

.membership .membership-table th {
    background-color: #f9f9f9;
}

.membership .line {
    margin-bottom: 3rem;
}

.membership .btn {
    display: inline-block;
    padding: 0.6em 4em;
    border: 1px solid #776827;
    border-radius: 50px;
    text-decoration: none;
    color: #776827;
    font-weight: bold;
    transition: background-color 0.2s;
}

.membership .btn:hover {
    background-color: #f0f0f0;
}

.membership .btn_frame {
    text-align: right;
    padding-bottom: 60px;
}

@media only screen and (max-width: 896px) {
    .membership .btn_frame {
            text-align: center;
        }
}

.membership .title_small_x {
    padding-top: 60px;
    padding-bottom: 20px;
}

.membership .wrap {
    width: 770px;
    margin: auto;
}

@media only screen and (max-width: 896px) {
    .membership .wrap {
            width: auto;
            margin: auto;
        }
}

.membership .title_small {
    padding-bottom: 25px;
}

.membership .txt_box  {
    text-align: center;
}

.membership .txt_box h2 {
    padding-top: 50px;
}

.membership .txt_box .btn_frame {
    text-align: center;
}


/* t&c */

.membership_terms {
    padding-top: 50px;
    padding-bottom: 120px;
}

.membership_terms h1 {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 2.9rem;
}

.membership_terms h2 {
    text-align: center;
    font-size: 20px;
}

.membership_terms h2 span {
    display: block;
    font-size: 14px;
}

.membership_terms .sub-title {
    text-align: center;
    font-size: 1rem;
    margin-bottom: 2rem;
}

.membership_terms .chapter {
    text-align: center;
    font-size: 1.4rem;
    margin: 2.5rem 0 1rem;
    letter-spacing: 0.1em;
}

.membership_terms .article {
    font-size: 1.2rem;
    margin: 1.5rem 0 0.5rem;
    font-weight: bold;
}

.membership_terms .article+p {
    margin-top: 0.5rem;
}

.membership_terms p li {
    font-size: 1.6rem;
}

@media only screen and (max-width: 480px) {
    .membership_terms p li {
            font-size: 8px;
        }
}

.membership_terms ol {
    margin: 0.5rem 0 0.5rem 2rem;
}

.membership_terms .bank {
    margin-top: 2rem;
    font-size: 1.6rem;
    margin-left: 1.5rem;
    line-height: 1.5;
}

.membership_terms .wrap {
    width: 770px;
    margin: auto;
}

@media only screen and (max-width: 896px) {
    .membership_terms .wrap {
            width: auto;
        }
}

.membership_terms h3 {
    padding-top: 20px;
    font-size: 18px;
    padding-bottom: 15px;
}

.membership_terms .line {
    margin-top: 30px;
    margin-bottom: 30px;
}

.membership_terms p {
    padding-bottom: 15px;
}


/* about_title */

.about {
    padding-top: 90px;
    padding-bottom: 120px;
        background: url(../images/business_bg.jpg) no-repeat;
}

@media only screen and (max-width: 896px) {
    .about {
            padding-bottom: 0px;
        }
}

.about .about_title {
    display: flex;
    padding-bottom: 130px;
}

@media only screen and (max-width: 896px) {
    .about .about_title {
            display: block;
        }
}

@media only screen and (max-width: 480px) {
    .about .about_title {
        padding-bottom: 50px;
    }
}

.about .header-wrapper {
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    padding-bottom: 30px;
    padding-top: 30px;
    text-align: center;
}


.about .vertical-title {
    font-size: 14px;
}

.about .txt_box {
    padding-left: 60px;
    font-size: 16px;
}

@media only screen and (max-width: 896px) {
    .about .txt_box {
            padding-left: unset;
            padding-top: 60px;
        }
}

.about td.label {
    padding-right: 50px;
    padding-bottom: 25px;
}

.about .txt_box .title_small {
    padding-bottom: 25px;
}

.about .txt_box li {
    padding-bottom: 20px;
}


.about .btn {
    display: inline-block;
    padding: 0.6em 4em;
    border: 1px solid #776827;
    border-radius: 50px;
    text-decoration: none;
    color: #776827;
    font-weight: bold;
    transition: background-color 0.2s;
}

.about .btn:hover {
    background-color: #f0f0f0;
}

.about .btn_txt {
    padding-right: 20px;
    padding-top: 10px;
}

.about .btn_frame {
    display: flex;
    padding-bottom: 25px;
}

.about .gmap .gmap_btn {
    margin-top: 35px;
    text-align: right;
}

@media only screen and (max-width: 896px) {
    .about .gmap .gmap_btn {
            text-align: center;
        }
}

/* greeting */


.greeting {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media only screen and (max-width: 480px) {
    .greeting {
            padding-top: 0px;
        }
}

.greeting .wrap{
    width: 770px;
    margin: auto;
}

@media only screen and (max-width: 896px) {
    .greeting .wrap {
            width: auto;
            margin: auto;
        }
 }
.greeting h1 {
    text-align: center;
    font-size: 24px;
    padding-bottom: 18px;
}

.greeting h2 {
    text-align: center;
    font-size: 24px;
    padding-bottom: 40px;
}

.greeting p {
    padding-bottom: 24px;
}

.greeting .signature {
    text-align: right;
}

.greeting .signature span {
    padding-top: 15px;
    display: inline-block;
}






.slick-arrow {
    z-index: 2;
}

.slick-prev {
    left: 0 !important;
}

.slick-next {
    right: 0 !important;
}


.business_slider {
    padding-bottom: 90px;
    padding-top: 130px;
}


.business_slider .wrap {
    padding-left: 150px;
    padding-right: 150px;
}

@media only screen and (max-width: 896px) {
    .business_slider .wrap {
            padding-left: 15px;
            padding-right: 15px;
        }
}

.business_slider .wrap img{
    padding-left: 20px;
    padding-right: 20px;
}

.business_slider .wrap .txt {
    padding-left: 20px;
    padding-right: 20px;
}

.business_slider .title_small_x {
    text-align: center;
    padding-bottom: 30px;
    padding-top: 25px;
}



.business_slider .business_title {
    display: flex;
    padding-top: 50px;
    padding-bottom: 60px;
}

@media only screen and (max-width: 896px) {
    .business_slider .business_title {
        display: block;
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.business_slider .vertical-title {
    font-size: 60px;
    line-height: 1.2;
    font-weight: normal;
    letter-spacing: 0.05em;
}

.business_slider h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}

@media only screen and (max-width: 896px) {
    .business_slider h2 {
            padding-top: 16px;
        }
}

.business_slider .btn {
    text-align: right;
}

.business_slider .more-button {
    display: inline-block;
    margin-top: 10px;
    padding: 6px 14px;
    border: 1px solid #776827;
    border-radius: 999px;
    text-decoration: none;
    color: #776827;
    font-size: 14px;
    transition: background 0.3s;
}


/* home_news */

.home_news {
    padding-top: 90px;
    padding-bottom: 80px;
}

.home_news .wrap {
    display: flex;
}

@media only screen and (max-width: 896px) {
    .home_news .wrap {
            display: block;
        }
}

.home_news .vertical-title {
    font-size: 60px;
    line-height: 1.2;
    font-weight: normal;
    letter-spacing: 0.05em;
}

.home_news h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}


.home_news .width4 {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 896px) {
    .home_news .width4 {
            padding-left: 0px;
            padding-right: 0px;
            margin-bottom: 30px;
        }
}

.home_news .news_more {
    text-align: right;
    margin-top: 20px;
}

.home_news .news_more img {
    width: 120px;
}

.home_news dl {
    border-bottom: 1px solid #000;
    padding-bottom: 30px;
    padding-top: 30px;
    display: flex;
}

.home_news dd {
    padding-left: 60px;

}


/* news_single */

section.news_single {
    padding-top: 80px;
    padding-bottom: 70px;
    background: url(../images/business_bg.jpg) no-repeat;
}

section.news_single .wrap {
    padding: 60px;
    background: #fff;
}

section.news_single .news_title {
    font-size: 24px;
}

nav.postNavi {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}



section.contact_area.wood_bg {

    padding-top: 100px;
    padding-bottom: 150px;
}


.contact_inner {
    background: #fff;
    padding: 10%;
    border-radius:35px;
}


.contact_area .txt_box {
    text-align: center;
}

.contact_area .title_large {
    padding-bottom: 8px;
}

.contact_area .title_small_y {
    padding-bottom: 25px;
}

.contact_area .line {
    width: 30%;
    margin: auto;
}

.contact_area .title_small {
    text-align: left;
    padding-top: 40px;
}

.contact_area .btn {
    display: inline-block;
    padding: 0.6em 4em;
    border: 1px solid #776827;
    border-radius: 50px;
    text-decoration: none;
    color: #776827;
    font-weight: bold;
    transition: background-color 0.2s;
}

.contact_area .btn:hover {
    background-color: #f0f0f0;
}

.contact_area .btn_frame {
    text-align: right;
    padding-bottom: 60px;
}

@media only screen and (max-width: 896px) {
    .contact_area .btn_frame {
        text-align: center;
    }
}


.contact_txt {
    text-align: center;
    padding-bottom: 50px;
    
}

.pankuzu {
    padding-top: 40px;
}




.contact_tel {
    padding-top: 100px;
    padding-bottom: 150px;
}

.contact_tel .wrap{
    background: #fff;
    padding: 10%;
    border-radius: 35px;
}

.contact_bg {
    background: url(../images/business_bg.jpg) no-repeat;
    background-size: cover;
}




.contact_tel .txt_box {
    text-align: center;
}

.contact_tel .title_large {
    padding-bottom: 8px;
}

.contact_tel .title_small_y {
    padding-bottom: 25px;
}

.contact_tel .line {
    width: 30%;
    margin: auto;
}
.contact_tel .title_small {
    text-align: left;
    padding-top: 40px;
}

.contact_tel .btn {
    display: inline-block;
    padding: 0.6em 4em;
    border: 1px solid #776827;
    border-radius: 50px;
    text-decoration: none;
    color: #776827;
    font-weight: bold;
    transition: background-color 0.2s;
}

.contact_tel .btn:hover {
    background-color: #f0f0f0;
}

.contact_tel .btn_frame {
    text-align: center;
    padding-bottom: 60px;
}


.contact_tel .tel{
    font-size: 32px;
    padding-bottom: 12px;
}

.contact_tel .timetime{
    font-size: 16px;
    padding-bottom: 30px;
}
.contact_txt {
    text-align: center;
    padding-bottom: 50px;
    
}

.contact_tel .tel_box {
    margin-top: 30px;
    padding-top: 30px;
    border-bottom: 2px dotted #000000;
    border-top: 2px dotted #000000;
    margin-bottom: 30px;
}