@charset "UTF-8";
@import "base.css";
@import "fonts.css";
/*==========================================================================*/
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */
/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/
h1,h2,h3,h4,h5,h6,input,button,textarea,select,p,blockquote,th,td,pre,address,li,dt,dd {font-size: 160%;-webkit-text-size-adjust: none;font-weight: 400;}
html:focus-within {scroll-behavior: smooth;}
img {vertical-align: middle;max-width: 100%;flex-shrink: 0;height: auto;}
*,
::before,
::after {box-sizing: border-box;outline: none;}
select {visibility: visible !important;}
a {transition: all ease 0.3s;text-decoration: none;color: var(--txt);}
a[href^="tel:"] {word-break: keep-all;}
iframe {width: 100%;height: 100%;border: none;outline: none;}
/*==========================================================================*/
/*                               Container                                  */
/*==========================================================================*/
html {background: #fff}
body {color: var(--txt);-webkit-text-size-adjust: none;min-width: 320px;font-family: var(--font-main)}
select,input,textarea {font-family: var(--font-main)}
table {width: 100%}
h1,h2,h3,h4,h5,h6 {line-height: 1.5;}

p,dd,dt,li,th,td,address {line-height: 2em;letter-spacing: 0;}
p:last-child {margin-bottom: 0}

.bold {font-weight: bold}
.left {text-align: left}

.right {
    text-align: right;
}

.auto {
    margin-left: auto;
    margin-right: auto;
}

.red {
    color: var(--red);
}

.txt_line {
    text-decoration: underline;
}

.m0a {
    display: block;
    margin: 0 auto;
}

.f_big {
    font-size: 150%;
}

.f_sm {
    font-size: 80%;
}

:root {
    --font-main: "Noto Sans JP", sans-serif;
    --txt: #222222;
    --mcolor: #2b6a4a;
    --brown: #bb9862;
    --scolor: #bb9862;
    --site_size: 1230px;
    --gray: #e9e9e9;
    --blue: blue;
    --red: red;
    --en: "Cormorant", serif;
    --serif: "Noto Serif JP", serif;
    --serif_v: "Noto Serif JP_V", serif;
}

#wrapper {
    min-width: 1260px;
    overflow: hidden;
    margin: 0 auto
}

.inner {
    width: var(--site_size);
    margin: 0 auto;
    position: relative;
    max-width: 100%;
    padding: 0 15px;
}

/*==========================================================
                       H E A D E R  
==========================================================*/
header {
    position: relative;
    z-index: 10;
    padding-bottom: 0;
}

h1 {
    padding: 35px 0 0 32px;
}

.h_box {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}

.h_inner {
    display: flex;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    padding-right: 0;
}

.h_contact_tel {
    background: var(--mcolor);
    display: flex;
    width: 500px;
    height: 96px;
    justify-content: space-between;
}

.h_contact_tel a {
    font-size: 40px;
    color: #fff;
    font-weight: 500;
    padding-left: 30px;
    position: relative;
    line-height: 1;
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    font-family: var(--serif);
    padding-bottom: 5px;
}

.h_contact_tel a span {
    font-size: 28px;
    position: relative;
    top: 4px;
}

.h_contact_tel .time {
    line-height: 1.375;
    background: #222222;
    color: #fff;
    width: 120px;
    height: 100%;
    flex-shrink: 0;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    letter-spacing: 0.08em;
    position: relative;
    font-family: var(--serif);
}

.h_contact_tel .time::before {
    position: absolute;
    content: "";
    width: 19px;
    height: 44px;
    background: #222222;
    clip-path: polygon(100% 0, 100% 100%, 0% 50%);
    left: -18px;
    top: calc(50% - 22px);
}

.h_contact_tel .time .num {
    font-size: 110%;
}

.h_txt {
    background: rgba(197, 222, 203, 0.8);
    width: 500px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.1em;
    border-radius: 0 0 0 10px;
}

@-webkit-keyframes scrolltop {
    0% {
        transform: translateY(-220px);
        opacity: 0;
        transition: ease-in-out;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

/* HAMBUGER BUTTON */
.hamburger {
    font: inherit;
    display: block;
    overflow: visible;
    margin: 0;
    padding: 10px 8px 5px;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity, filter;
    text-transform: none;
    color: inherit;
    border: 0
}

.hamburger-box {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 24px
}

.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
    position: absolute;
    width: 35px;
    height: 2px;
    transition: all ease 0.15s;
    background-color: #000
}

.hamburger-inner::after,
.hamburger-inner::before {
    display: block;
    content: ""
}

.hamburger-inner::before {
    top: -10px
}

.hamburger-inner::after {
    bottom: -10px
}

.hamburger--3dxy .hamburger-box {
    perspective: 80px
}

.hamburger--3dxy .hamburger-inner {
    transition: transform .15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0 cubic-bezier(0.645, 0.045, 0.355, 1) .1s
}

.hamburger--3dxy .hamburger-inner::after,
.hamburger--3dxy .hamburger-inner::before {
    transition: transform cubic-bezier(0.645, 0.045, 0.355, 1) .1s
}

.hamburger--3dxy.is_active .hamburger-inner {
    transform: rotateX(180deg) rotateY(180deg);
    background-color: transparent !important
}

.hamburger--3dxy.is_active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dxy.is_active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

/*==========================================================
                  M A I N    V I S U A L
==========================================================*/
main {
    position: relative;
    z-index: 2;
}

.mv {
    position: relative;
    padding: 0;
    height: 900px;
    z-index: 8;
}

.mv_bg {
    position: relative;
    overflow: hidden;
    opacity: 0;
    transition: all .3s;
}

.mv_bg.init {
    opacity: 1
}

.main_slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.main_slider .bg01 {
    background: url('../images/main01.jpg') no-repeat center center/cover
}

.main_slider .bg02 {
    background: url('../images/main02.jpg') no-repeat center center/cover
}

.main_slider .bg03 {
    background: url('../images/main03.jpg') no-repeat center center/cover
}

.main_slider .bg04 {
    background: url('../images/main04.jpg') no-repeat center center/cover
}

.mv_bg,
.main_slider .slide_item {
    width: 100%;
    height: 900px
}

.main_slider .slide_item .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center
}

.main_slider .slide_item.zoomed .bg {
    animation-name: zoomImg;
    animation-duration: 6s;
    animation-timing-function: linear;
    animation-fill-mode: forwards
}

.mv_txt {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    padding-left: 80px;
    max-width: 1920px;
    margin: 0 auto;
    right: 0;
}

.mv_txt .slogan{
    position: absolute;top: 180px;font-weight: bold;right: 40px;font-size: 20px;
    color: #fff;
    background: var(--mcolor);
    padding: 5px 10px;text-align: center;border-radius: 5px;
}

.mv_ttl {
    font-size: 50px;
    font-family: var(--serif);
    line-height: 1.6;
    letter-spacing: 0.1em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 73px;
}

.mv_ttl .line {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 1) 100%);
    padding: 0px 5px 0 21px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.mv_ttl .line .sm {
    font-size: 91%;
}

.mv_en {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100vw;
    z-index: 9;
    max-width: 1920px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.mv_list {
    display: flex;
    position: absolute;
    right: 40px;
    top: calc(50% + 57px);
}

.mv_list li {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.8);
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    font-family: var(--serif);
    font-weight: 500;
}

.mv_list li:not(:last-child) {
    margin-right: 10px;
}

.mv_list li::before,
.mv_list li::after {
    position: absolute;
    content: "";
}

.mv_list li::before {
    width: 196px;
    height: 196px;
    background: #fff9e0;
    left: 12px;
    top: 12px;
    right: 12px;
    bottom: 12px;
    border-radius: 50%;
    border: 2px #222222 solid;
    z-index: -1;
    box-sizing: border-box;
}

.mv_list li::after {
    width: 80px;
    height: 80px;
    left: 2px;
    margin: 0 auto;
    top: -10px;
}

.mv_list li.sub_item1::after {
    background: url("../images/icon_car_lg.png") no-repeat center/80px;
}

.mv_list li.sub_item2::after {
    background: url("../images/icon_square_lg.png") no-repeat center/80px;
}

.mv_list li.sub_item1 .sm {
    font-size: 24px;
    margin-bottom: 0;
    right: 0px;
    position: relative;
    letter-spacing: 0.08em;
}

.mv_list li.sub_item1 .lg {
    font-size: 24px;
    padding-top: 7px;
}

.mv_list li.sub_item1 .lg .num {
    font-size: 40px;
}

.mv_list li.sub_item2 .sm {
    font-size: 18px;
    letter-spacing: 0.1em;
    position: relative;
    top: -2px;
    line-height: 1.47;
    margin-bottom: 0;
}

.mv_list li.sub_item2 .lg {
    font-size: 24px;
    letter-spacing: 0.1em;
}

.mv_list li.sub_item2 .lg .mid {
    font-size: 40px;
}

.nav_list>li {
    font-family: var(--serif);
}

.nav_list>li>a>span,
.nav_list>li>.sub_btn>span {
    color: #bb9862;
    font-family: var(--en);
    text-align: center;
    font-size: 16px;
    letter-spacing: 0;
}

/*==========================================================
                M A I N    C O N T E N T
==========================================================*/
/* DEFAULT TITLE */
.ttl {
    text-align: center;
    font-weight: bold;
}

.ttl span {
    display: block;
}

.ttl .ja {
    font-size: 32px;
}

.ttl .en {
    font-size: 16px;
}

/* DEFAUTL NAME BUTTON */
.btn a {
    width: 180px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #222222;
    font-size: 24px;
    color: #fff;
    text-decoration: none;
    font-family: var(--en);
    position: relative;
    padding-top: 2px;
}

.btn a::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #fff;
    right: 3px;
    bottom: 4px;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.btn.center a {
    margin-left: auto;
    margin-right: auto;
}

section {
    padding: 40px 0;
}

/*==================== SEC01 ===================*/
.sec01 {
    background: url("../images/bg_pattern01.png") repeat 0 0;
    padding-top: 51px;
    position: relative;
    padding-bottom: 80px;
}

.sec01 .inner {
    width: 1270px;
}

.sec01::before,
.ft_top::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 12px;
    left: 0;
    bottom: 0;
    background: url("../images/bg_pattern02.jpg") repeat left bottom;
}

.sec01_ttl {
    font-family: var(--en);
    font-size: 70px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-bottom: 31px;
}

.sec01_ttl:first-letter {
    color: var(--scolor);
}

.sec01_item {
    margin-bottom: 40px;
    height: 290px;
}

.sec01_item dl {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-bottom: 1px #222222 solid;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.sec01_item dl dt {
    width: 272px;
    height: 24px;
    background: #fff;
    text-align: center;
    line-height: 23px;
    color: var(--scolor);
    font-size: 18px;
    font-family: var(--serif);
    border-left: 2px var(--scolor) solid;
    border-right: 2px var(--scolor) solid;
    letter-spacing: 0.1em;
    margin: 0 auto 20px;
}

.sec01_item dl dd {
    letter-spacing: 0.1em;
    max-height: 64px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*==================== SEC02 ===================*/
.sec02 {
    padding-top: 72px;
    margin-bottom: 240px;
}

.sec02 .inner {
    width: 100%;
    padding: 0;
}

.sec02_ttl {
    display: flex;
    position: relative;
    margin-bottom: 30px;
}

.sec02_ttl::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #222222;
    left: 0;
    top: calc(50% + 2px);
    z-index: -1;
}

.sec02_ttl .wrap {
    display: table;
    margin: 0 auto;
    background: #fff;
    padding-left: 0;
    padding-right: 45px;
    position: relative;
}

.sec02_ttl .en {
    font-size: 160px;
    font-weight: 500;
    font-family: var(--en);
    margin: 0 auto;
    display: inline-block;
    letter-spacing: 0.07em;
    position: relative;
    left: 22px;
}

.sec02_ttl .en::first-letter {
    color: var(--mcolor);
    display: block;
}

.sec02_ttl .ja {
    position: absolute;
    right: -185px;
    top: -3px;
}

.sec02_item {
    max-width: 1920px;
    margin: 0 auto;
}

.sec02_item>div:not(:last-child) {
    margin-bottom: 180px;
}

.sec02_item>div {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.sec02_item>div::before {
    position: absolute;
    content: "";
    width: calc(100% - 210px);
    height: 500px;
    left: 0;
    bottom: -100px;
    z-index: -1;
}

.sec02_item .item_sub02,
.sec02_item .item_sub04 {
    flex-direction: row-reverse;
}

.sec02_item>.item_sub02 .item_l,
.sec02_item>.item_sub04 .item_l {
    margin-right: auto;
    margin-left: -80px;
}

.item_sub02 .sec02_wrap::after,
.item_sub04 .sec02_wrap::after {
    left: auto;
    right: -60px
}

.sec02_item .item_sub01::before {
    background: url("../images/idx_img_01_bg.jpg") no-repeat center top/cover;
}

.sec02_item .item_sub02::before {
    background: url("../images/idx_img_02_bg.jpg") no-repeat center top/cover;
    left: auto;
    right: 0;
}

.sec02_item .item_sub03::before {
    background: url("../images/idx_img_03_bg.jpg") no-repeat center top/cover;
}

.sec02_item .item_sub04::before {
    background: url("../images/idx_img_04_bg.jpg") no-repeat center top/cover;
    left: auto;
    right: 0;
}

.sec02_item>div .item_l {
    width: calc(50% - 142.5px);
    position: relative;
    margin-right: -80px;
    margin-left: auto;
    margin-top: 60px;
    z-index: 1;
}

.sec02_item>div .item_r {
    width: calc(50% + 107.5px);
}

.sec02_wrap {
    width: 100%;
    background: #fff;
    min-height: 520px;
    position: relative;
    padding: 79px 70px 50px 80px;
    box-shadow: 0px 0px 16px 4px rgba(34, 34, 34, 0.1);
}

.sec02_wrap .bg {
    width: calc(100% + 2px);
    background: url("../images/skew_l.png") no-repeat left top, url("../images/skew_r.png") no-repeat right bottom;
    left: -1px;
    top: -1px;
    position: absolute;
    pointer-events: none;
    height: calc(100% + 2px);
}

.sec02_wrap::before,
.sec02_wrap::after {
    position: absolute;
    content: "";
}

.sec02_wrap::before {
    pointer-events: none;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px #222222 solid;
    background: #fff;
}

.sec02_wrap::after {
    width: 100%;
    height: 100%;
    background: url("../images/deco_w.png")#2b6a4a repeat-y;
    left: -60px;
    bottom: -60px;
    z-index: -1;
}

.item_sub02 .sec02_wrap::after,
.item_sub04 .sec02_wrap::after {
    background: url("../images/deco_w.png") #4f7f7d repeat-y right top;
}

.item_sub02 .sec02_wrap {}

.item_sub03 .sec02_wrap {
    padding-top: 80px;
}

.item_sub04 .sec02_wrap {
    padding-top: 110px;
}

.sec02_ja {
    font-size: 40px;
    font-family: var(--serif);
    line-height: 1.5;
    text-align: center;
    position: relative;
    margin-bottom: 18px;
    letter-spacing: 0.05em;
}

.sec02_en {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.sec02_txt {
    position: relative;
    font-size: 18px;
    letter-spacing: 0.1em;
    padding-right: 9px;
}

.round {
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #bb9862;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 26px;
    line-height: 1.38;
    font-family: var(--serif);
    right: 60px;
    top: -40px;
    letter-spacing: 0.05em;
    padding-left: 5px;
    padding-bottom: 3px;
}

.round::before {
    position: absolute;
    content: "";
    border: 1px #fff solid;
    border-radius: 50%;
    left: 10px;
    top: 10px;
    bottom: 10px;
    right: 10px;
}

/*==================== SEC03 ===================*/
.sec03 {
    background: #c5decb;
    position: relative;
    padding-bottom: 0;
}

.sec03::before {
    position: absolute;
    content: "";
    width: calc(100% - 125px);
    height: 100%;
    left: 125px;
    top: 0;
    background: url("../images/skew_bg.png") repeat;
    clip-path: polygon(0 0, 105.5% 100%, 100% 0);
}

.sec03 .inner {
    width: 1530px;
}

.sec03_ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    margin-top: -127px;
    padding-bottom: 69px;
    margin-bottom: 40px;
}

.sec03_ttl::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 40px;
    background: #222222;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}

.sec03_ttl .en {
    font-size: 162px;
    display: block;
    font-family: var(--en);
    font-weight: 600;
    line-height: 1;
    margin-bottom: -10px;
}

.sec03_ttl .en:first-letter {
    color: #4f7f7d;
}

.sec03_ttl .ja {
    display: block;
    font-size: 40px;
    font-family: var(--serif);
}

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

.sec03_item>div {
    position: relative;
    margin-bottom: 40px;
}

.sec03_item>div:not(:nth-child(3n)) {
    margin-right: 50px;
}

.sec03_tt {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    left: 0;
    top: 0;
    z-index: 9;
    flex-direction: column;
}

.sec03_tt .ja {
    font-size: 50px;
    font-family: var(--serif);
    letter-spacing: 0.1em;
    padding: 10px 45px 5px 0;
    display: block;
    margin-bottom: 15px;
    position: relative;
    font-weight: 200;
    text-shadow: 0px 0px 20px rgba(34, 34, 34, 0.1),0px 0px 40px rgba(34, 34, 34, 0.2), 0px 0px 20px rgba(34, 34, 34, 0.3),0px 0px 40px rgba(34, 34, 34, 0.4), 0px 0px 20px rgba(34, 34, 34, 0.5),0px 0px 40px rgba(34, 34, 34, 0.6);
    
}

.sec03_tt .ja::before {
    width: 34px;
    height: 34px;
    position: absolute;
    top: 16px;
    right: 5px;
    content: '';
    background: url("../images/arw_w.svg") center /cover no-repeat;
}

.sec03_tt .en {
    font-size: 22px;
    font-family: var(--en);
    letter-spacing: 0.125em;
    text-shadow: 0px 0px 20px rgba(34, 34, 34, 0.1),0px 0px 40px rgba(34, 34, 34, 0.2), 0px 0px 20px rgba(34, 34, 34, 0.3),0px 0px 40px rgba(34, 34, 34, 0.4), 0px 0px 20px rgba(34, 34, 34, 0.5),0px 0px 40px rgba(34, 34, 34, 0.6);
    display: inline-block;
}

.sec03_img {
    position: relative;
}

.sec03_img::before,
.sec03_img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all ease 0.3s;
}

.item1 .sec03_img::before {
    background: rgba(34, 34, 34, 0.2);
}

.item2 .sec03_img::before {
    background: rgba(34, 34, 34, 0.5);
}

.item3 .sec03_img::before {
    background: rgba(34, 34, 34, 0.5);
}

.item4 .sec03_img::before {
    background: rgba(34, 34, 34, 0.5);
}

.item5 .sec03_img::before {
    background: rgba(34, 34, 34, 0.5);
}

.item6 .sec03_img::before {
    background: rgba(34, 34, 34, 0.3);
}

.sec03_img::after {
    background-color: rgba(255, 249, 224, 0.1);
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.sec03_frame {
    width: 1240px;
    height: 329px;
    border: 1px #1a1c1c solid;
    background: #fff;
    margin: 0 auto;
    padding: 59px;
    box-shadow: 10px 10px 0px 0px #222222;
    position: relative;
    top: 49px;
    margin-top: -29px;
}

.sec03_frame_tt {
    height: 70px;
    background: url("../images/bor_green_l.svg") no-repeat left bottom, url("../images/bor_green_r.svg") no-repeat right top;
    background-color: #222222;
    color: #fff;
    text-align: center;
    line-height: 70px;
    font-family: var(--serif);
    font-size: 26px;
    position: relative;
    margin-bottom: 40px;
    letter-spacing: 0.1em;
    padding-left: 5px;
}

.sec03_frame_tt::before {
    position: absolute;
    content: "";
    width: 42px;
    height: 21px;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    background-color: #222222;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -21px;
}

.sec03_txt {
    font-size: 18px;
    position: relative;
    letter-spacing: 0.1em;
}

/*==================== SEC04 ===================*/
.sec04 {
    padding-top: 159px;
    position: relative;
    padding-bottom: 0px;
    max-width: 1920px;
    margin: 0 auto;
}

.sec04 .inner {
    z-index: 1;
}

.sec04::before {
    position: absolute;
    content: "";
    width: calc(100% - 210px);
    height: 100%;
    right: 0;
    top: 320px;
    background: url("../images/idx_bg01.jpg") no-repeat right top;
    z-index: -1;
}

.sec04_item,
.sec04_wrap {
    display: flex;
}

.sec04_ttl {
    background-color: rgba(136, 117, 86, 0.9);
    width: 200px;
    height: 390px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    letter-spacing: 0.1em;
    line-height: 1.8;
    flex-shrink: 0;
}

.sec04_ttl span::before,
.sec04_ttl span::after{background: rgba(34, 34, 34, 0.3);width: 40px;height: 40px;position: absolute;top: 0;left: 0;content: '';pointer-events: none;}
.sec04_ttl span::after{top: inherit;left: inherit;right: 0;bottom: 0;}

.sec04_ttl::before {
    width: 100%;
    height: 100%;
    border: 1px #222222 solid;
    left: 10px;
    bottom: -10px;
    position: absolute;
    content: "";
}

.sec04_txt p {
    font-size: 18px;
    letter-spacing: 0.101em;
}

.sec04_txt {
    padding: 70px 0 0 65px;
    width: calc(100% + 26px);
    position: relative;
    margin-right: -25px;
}

/*==================== SEC05 ===================*/
.sec05 {
    padding-bottom: 140px;
}

.sec05_ttl {
    font-size: 36px;
    line-height: 1.66;
    font-family: var(--serif);
    display: table;
    position: relative;
    left: calc(50% - 75px);
    margin-top: -4px;
    letter-spacing: 0.1em;
    margin-bottom: 38px;
}

.sec05_ttl span {
    background: linear-gradient(to bottom, rgba(225, 237, 223, 0) 0%, rgba(225, 237, 223, 0) 55%, rgba(225, 237, 223, 1) 55%, rgba(225, 237, 223, 1) 100%);
    padding: 0px 0px 0 10px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.sec05_slider {
    background: url(../images/slider01.png) repeat-x;
    background-size: auto 380px;
    width: 100%;
    height: 380px;
    background-position: 0 center;
    -webkit-animation: idx_key 50s linear infinite;
}

@-webkit-keyframes idx_key {
    from {
        background-position: 0 center;
    }

    to {
        background-position: 4140px center;
    }
}

/*==================== SEC06 ===================*/
.sec06 {
    position: relative;
    height: 700px;
    padding-top: 0;
}

.sec06 .inner {
    width: 100%;
    padding-right: 210px;
}

.sec06::before,
.sec06::after {
    position: absolute;
    content: "";
}

.sec06::before {
    background: url("../images/idx_bg02.jpg") no-repeat center top/cover;
    height: 700px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    min-width: 1920px;
}

.sec06::after {
    background: url("../images/deco_l.png") no-repeat left bottom/234px, url("../images/deco_r.png") no-repeat right top/292px;
    width: 100%;
    height: 100%;
    bottom: 0;
    pointer-events: none;
}

.sec06_item {
    display: flex;
    justify-content: space-between;
    max-width: 1920px;
    margin: 0 auto;
}

.sec06_item .item_l {
    flex-grow: 1;
    margin-top: -130px;
}

.sec06_item .item_l .wrap {
    width: 755px;
    margin: auto;
    display: table;
}

.sec06_item .item_r {
    flex-shrink: 0;
    margin-top: -60px;
    position: relative;
}

.sec06_ttl {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 50px;
}

.sec06_ttl::before {
    position: absolute;
    content: "";
    width: 543px;
    height: 2px;
    background: #222;
    right: -3px;
    bottom: 30px;
}

.sec06_ttl .en::first-letter {
    color: var(--mcolor);
}

.sec06_ttl .en {
    font-size: 160px;
    display: block;
    font-family: var(--en);
    margin-bottom: -20px;
    letter-spacing: -0.02em;
}

.sec06_ttl .ja {
    font-size: 46px;
    font-family: var(--serif);
    letter-spacing: 0.1em;
}

.sec06_big {
    font-size: 36px;
    font-family: var(--serif);
    line-height: 1.55;
    letter-spacing: 0.1em;
    margin-bottom: 36px;
}

.sec06_txt p {
    font-size: 18px;
    letter-spacing: 0.1em;
}

.sec06_name {
    position: absolute;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--mcolor);
    color: #fff;
    width: 340px;
    height: 180px;
    background-color: rgba(79, 127, 125, 0.9);
    left: -72px;
    bottom: 60px;
    flex-direction: column;
    border-radius: 0 100px 0 0;
    border-bottom: 8px #2e3737 solid;
    padding-top: 8px;
}

.sec06_name .sm,
.sec06_name .lg {
    font-family: var(--serif);
    letter-spacing: 0.1em;
}

.sec06_name .sm {
    font-size: 24px;
    margin-bottom: 17px;
}

.sec06_name .lg {
    font-size: 42px;
    margin-bottom: 17px;
    font-weight: 300;
}

.sec06_name .en {
    font-family: var(--en);
    font-size: 26px;
}

/*==========================================================
                        F O O T E R
==========================================================*/
footer {
    position: relative;
    z-index: 3;
    background: url("../images/bg_pattern03.jpg") repeat 0 0;
}

.ft_top {
    background: url('../images/ic_footer.png') repeat top left;
    padding-top: 112px;
    padding-bottom: 100px;
}

.ft_top .inner {
    display: flex;
    justify-content: space-between;
    width: 1270px;
}

.ft_top::before {
    bottom: auto;
    top: 0;
}

.ft_cal_box {
    background: #fff;
    width: 620px;
    height: 405px;
    padding: 60px;
}

.ft_cal_txt {
    font-size: 18px;
    text-align: center;
    line-height: 1.44;
    letter-spacing: 0.1em;
}

.ft_cal {
    margin-bottom: 27px;
}

.ft_info_add {
    letter-spacing: 0.1em;
    font-size: 16px;
    margin-bottom: 21px;
}

.ft_list {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.ft_list li {
    border: 1px #222 solid;
    width: 260px;
    height: 144px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--serif);
    position: relative;
    font-weight: 500;
}

.ft_list li::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    left: 0;
    right: 0;
    top: -11px;
    margin: 0 auto;
    border-radius: 50%;
}

.ft_list .sub_item1::before {
    background: url("../images/icon_car.png") no-repeat center/50px;
}

.ft_list .sub_item2::before {
    background: url("../images/icon_square.png") no-repeat center/50px;
}

.ft_list .sub_item1 {
    font-size: 24px;
    letter-spacing: 0.1em;
    padding-top: 32px;
}

.ft_list .sub_item1 .num {
    font-size: 34px;
}

.ft_list .sub_item2 {
    font-size: 18px;
    line-height: 1.33;
    width: 280px;
    letter-spacing: 0.1em;
    padding-top: 38px;
}

/* FOOTER INFORMATION */
.ft_info {
    width: 560px;
    text-align: center;
}

.ft_info_tel a {
    font-size: 28px;
    color: #332829;
    font-weight: bold;
    padding-left: 25px;
    position: relative;
    line-height: 1;
    display: block;
}

.ft_map {
    width: 100%;
}

.ft_map_iframe {
    width: 100%;
    height: 500px;
}

.ft_info_logo {
    margin-bottom: 22px;
}

/* FOOTER LINK */
.ft_link {
    padding-top: 53px;
    padding-bottom: 40px;
    border-bottom: 2px #222 solid;
    max-width: 1500px;
    margin: 0 auto;
}

.ft_link .inner {
    display: flex;
    justify-content: center
}

.ft_link .inner ul {
    display: flex;
}

.ft_link ul li p a {}

.ft_link ul li {
    position: relative;
}

.ft_link ul li:not(:last-child) {
    margin-right: 29px;
}

.ft_link ul li:not(:last-child)::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 22px;
    transform: rotate(45deg);
    right: -12px;
    top: 6px;
    background: #222;
}

.ft_link ul li>a {
    position: relative;
    color: #222;
    text-decoration: underline;
    text-underline-offset: 8px;
    text-decoration-thickness: 1px;
    font-weight: 400;
    letter-spacing: 0.1em;
}

address {
    text-align: center;
    font-size: 16px;
    padding: 16px 20px 60px;
    letter-spacing: 0.09em;
}

address a{
    color: var(--mcolor);
    text-decoration: underline;
}

/* BACK TO TOP */
.to_top {
    position: fixed;
    z-index: 9;
    width: 70px;
    height: 70px;
    bottom: 25px;
    right: 10px;
    cursor: pointer;
    transition: all .2s;
    opacity: 0;
    visibility: hidden
}

.to_top.show {
    transform: scale(1);
    opacity: 1;
    visibility: visible
}