@charset "UTF-8";
@import "base.css";
@import "fonts.css";
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap'); */
/*==========================================================================*/
/*                                                                          */
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/
/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/
/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd, del {
    font-size: 160%;
    -webkit-text-size-adjust: none;
    font-weight: 400;
}
*, ::before, ::after {
    box-sizing: border-box;
    outline: none;
}
img {
    vertical-align: middle;
    max-width: 100%;
    flex-shrink: 0;
    height: auto;
}
select {
    visibility: visible !important;
}
a {
    transition: all ease 0.3s;
    text-decoration: none;
    color: var(--txt);
}
a[href^="tel:"] {
    word-break: keep-all;
}
video {
    max-width: 100%;
    height: auto;
}
figure {
    margin: 0;
}
figure:not(:last-child) {
    margin-bottom: 20px;
}
/*==========================================================================*/
/*                               Container                                  */
/*==========================================================================*/
html {
    background: #fff
}
body {
    -webkit-text-size-adjust: none;
    min-width: 320px;
    color: var(--txt);
    font-family: var(--f-main)
}
table {
    width: 100%
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
}
p, dd, dt, li, th, td, address {
    line-height: 2em;
    letter-spacing: 0;
}
p {
    margin: 0 0 1.5em;
}
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_u {
    text-decoration: underline;
}
.f_big {
    font-size: 150%;
}
.f_sm {
    font-size: 80%;
}
.m0a {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
:root {
    --txt: #252020;
    --mcolor: #8F2927;
    --scolor: #A48B77;
    --container: 1180px;
    --gray: #e9e9e9;
    --blue: #003b7d;
    --red: red;
    --f-main: "Noto Sans JP", sans-serif;
    --f-en: "Roboto", sans-serif;
}
#wrapper {
    min-width: 1260px;
    overflow: hidden;
    margin: 0 auto;
    max-width: 1920px;
}
.inner {
    width: var(--container);
    margin: 0 auto;
    position: relative;
    max-width: 100%;
    padding: 0 15px;
}
/*==========================================================
                       H E A D E R
==========================================================*/
/* 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: 28px;
    height: 22px;
}
.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: 0px;
}
.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
    position: absolute;
    width: 28px;
    height: 1px;
    transition: all ease 0.15s;
    background-color: #fff;
}
.hamburger-inner::after, .hamburger-inner::before {
    display: block;
    content: ""
}
.hamburger-inner::before {
    top: -9px;
}
.hamburger-inner::after {
    bottom: -9px;
}
.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, -8px, 0) rotate(-45deg);
}
.nav_list > li > a {
    background: url("../images/icon_arrow_right.svg") no-repeat right center/20px;
    padding-right: 30px;
}
.sub2 > ul > li > a {
    background: url("../images/arrow_sub_menu1.svg")#fff no-repeat right 20px center/6px;
    width: 335px;
    height: 55px;
    border-radius: 10px;
}
header {
    position: relative;
    z-index: 9;
}
#logo {
    margin-right: 32px;
    width: 354px;
    height: 48px;
    position: relative;
    transition: all 0.3s;
    margin-top: 21px;
}
#logo img {
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s;
}
.no_scroll, .is_scroll .scroll, .is_nav .scroll, .under .scroll {
    opacity: 1;
}
.scroll, .is_scroll .no_scroll, .is_nav .no_scroll {
    opacity: 0;
}
.h_box {
    width: 100%;
    position: fixed;
    transition: all 0.3s;
    max-width: 1920px;
}
.is_scroll .h_box, .is_nav .h_box, .under .h_box {
    background-color: #fff;
    width: calc(100% - 20px);
    margin: 10px 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
    max-width: 1920px;
    margin: 10px auto;
    left: 0 !important;
    right: 0;
}
.h_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 100%;
    padding-left: 40px;
    padding-right: 0;
}
.h_left {
    flex-shrink: 0;
    display: flex;
    transition: all 0.3s;
    align-items: flex-start;
}
.h_contact_mail a {
    color: #FFF;
    font-weight: bold;
    text-align: center;
    background-color: var(--mcolor);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 110px;
    position: relative;
    padding-top: 8px;
    overflow: hidden;
}
.h_contact_mail a span {
    position: relative;
    z-index: 2;
    font-size: 16px;
    display: inline-block;
    background: url("../images/icon_mail_w.svg") no-repeat center top/26px;
    padding-top: 26px;
}
.h_contact_tel {
    margin-top: 5px;
    position: relative;
}
.h_contact_tel a {
    position: relative;
    line-height: 1;
    display: block;
    font-family: var(--f-en);
    font-weight: bold;
    font-size: 27px;
    letter-spacing: 0.03em;
    color: #fff;
    background: url("../images/icon_tel.png") no-repeat left top 5px/25px;
    padding: 3px 0 6px 30px;
}
.h_contact_tel .txt {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #fff;
    transition: all ease 0.3s;
    display: block;
    margin-bottom: -2px;
}
.is_scroll .h_contact_tel .txt, .under .h_contact_tel .txt {
    color: #252020;
}
.is_scroll .h_contact_tel a, .under .h_contact_tel a {
    color: #8F2927;
    background: url(../images/icon_tel_fixed.png) no-repeat left top 5px/25px;
}
/*==========================================================
                  M A I N    V I S U A L
==========================================================*/
main {
    position: relative;
    z-index: 2;
}
.mv {
    position: relative;
    padding: 0;
    background: #A48B77;
    height: 940px;
    display: flex;
    z-index: 1;
    justify-content: space-between;
}
.mv:before {
    position: absolute;
    content: "";
    background: url("../images/main.png") no-repeat center top/1835px;
    width: 1835px;
    height: 940px;
    z-index: -1;
    left: -150px;
    top: 0;
}
.mv .inner {
    width: 100%;
    padding: 0;
    height: 100%;
    display: flex;
    justify-content: space-between;
    max-width: 1920px;
}
.mv_box {
    padding-top: 205px;
}
.mv_txt {
    color: #fff;
    margin-bottom: 40px;
    padding-left: 120px;
}
.mv_txt h2 {
    font-size: 84px;
    letter-spacing: 0.05em;
    font-weight: bold;
    line-height: 1.35;
    margin-bottom: 30px;
}
.mv_mail {
    background: #fff;
    width: 560px;
    height: 763px;
    align-self: flex-end;
    padding: 53px 0px 0;
    position: relative;
}
.thanks .mv_mail {
    padding: 80px 0px 0;
}
.mv_mail_box {}
.mv_mail_box table tr {
    display: flex;
    flex-direction: column;
    padding: 0 65px;
    margin-bottom: 19px;
}
.mv_mail_box table th, .mv_mail_box table td {
    border: none;
    width: 100%;
}
.check_txt {
    font-size: 15px;
    margin-left: 8px;
    color: var(--txt);
}
.check_txt a {
    color: #957B66;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.mv_mail_box table th {
    text-align: left;
    padding: 0;
    font-weight: 500;
    font-size: 16px;
    color: #252020;
    display: flex;
    margin-bottom: 11px;
}
.mv_mail:before, .mv_mail:after {
    position: absolute;
    content: "";
}
.mv_mail:before {
    background: url("../images/icon_label_bt.png") no-repeat left top/59px;
    width: 59px;
    height: 73px;
    left: -18px;
    top: -20px;
    z-index: -1;
}
.mv_mail:after {
    background: url("../images/icon_label_top.png") no-repeat left top/53px;
    width: 53px;
    height: 61px;
    left: -9px;
    top: -18px;
}
.mv_bt {
    display: flex;
    align-items: flex-end;
    margin-left: 50px;
}
.mv_tt {
    font-weight: bold;
    font-size: 45px;
    letter-spacing: 0.08em;
    line-height: 1.46;
}
.mv_list, .mv_list li {
    display: flex;
}
.mv_list li {
    width: 321px;
    height: 135px;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    align-items: center;
}
.mv_list li:not(:last-child) {
    margin-right: 15px;
}
.mv_list li.item1 {
    width: 305px;
}
.mv_list li p {
    margin-bottom: 0;
}
.mv_list li .tt {
    background: #8F2927;
    color: #fff;
    font-weight: 900;
    height: 100%;
    flex-shrink: 0;
    width: 135px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}
.mv_list li .tt .lg {
    font-size: 46px;
    margin-bottom: 15px;
}
.mv_list li.item2 .tt .lg, .mv_list li.item3 .tt .lg {
    font-size: 42px;
    line-height: 1.16;
    margin-bottom: 0;
    padding-bottom: 3px;
}
.mv_list li .tt .sm {
    font-size: 29px;
}
.mv_list li .txt {
    font-weight: bold;
    flex-grow: 1;
    text-align: center;
    letter-spacing: 0.03em;
	    line-height: 1.5;
}
.mv_list li.item2 .txt, .mv_list li.item3 .txt {
    font-size: 17px;
}
.mv_list li.item1 .txt {
    text-align: left;
    padding-left: 20px;
    line-height: 1.5;
}
.mv_list li .txt .num {
    color: var(--mcolor);
    font-size: 47px;
    font-weight: 700;
    font-family: var(--f-en);
    line-height: 0;
    position: relative;
    left: 2px;
    top: 4px;
    margin-right: 4px;
}
.mv_link {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0;
    color: #fff;
    margin-left: 13px;
}
.mv_link .tt {
    margin-right: 10px;
    letter-spacing: 0.03em;
    font-weight: 500;
    position: relative;
    top: 2px;
}
.mv_bnr {
    margin-bottom: -22px;
}
.mv_list {
    margin-bottom: 60px;
    flex-shrink: 0;
    margin-right: 10px;
}
.mv_right {
    position: relative;
    bottom: 59px;
    flex-shrink: 0;
}
.mv_ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: bold;
    text-align: center;
    margin-bottom: 33px;
}
.mv_ttl .sm {
    font-size: 18px;
    color: #a48b77;
    margin-bottom: 3px;
}
.mv_ttl .lg {
    font-size: 25px;
}
/*==========================================================
                M A I N    C O N T E N T
==========================================================*/
/* DEFAULT TITLE */
.ttl_h3 {
    text-align: center;
    font-weight: bold;
}
.ttl_h3:not(:last-child) {
    margin-bottom: 30px;
}
.ttl_h3 span {
    display: block;
}
.ttl_h3 .ja {
    font-size: 32px;
}
.ttl_h3 .en {
    font-size: 16px;
}
/* DEFAUTL NAME BUTTON */
.btn a {
    width: 570px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(151deg, rgba(143, 41, 39, 1) 0%, rgba(143, 41, 39, 1) 52%, rgba(131, 35, 33, 1) 52.1%, rgba(131, 35, 33, 1) 100%);
    font-size: 18px;
    letter-spacing: 0.05em;
    color: #fff;
    font-weight: bold;
    box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 0.1);
    position: relative;
}
.btn a:before {
    position: absolute;
    content: "";
    background: url("../images/icon_arrow_w2.svg") no-repeat right center;
    width: 24px;
    height: 24px;
    right: 33px;
    top: calc(50% - 12px);
}
.btn.center a {
    margin-left: auto;
    margin-right: auto;
}
.btn_box:not(:last-child) {
    margin-bottom: 30px;
}
.btn_box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.btn_box .btn {
    margin: 10px;
}
/*============= SEC01 ==============*/
.sec01 {
    background: #957b66;
    color: #fff;
    padding-top: 149px;
    padding-bottom: 180px;
}
.sec01 .inner {
    padding: 0px 15px 0 215px;
    width: 100%;
    max-width: 1920px;
}
.sec01_item, .sec01_img {
    display: flex;
}
.sec01_img .sub1 {
    margin-right: 111px;
    position: relative;
    top: 49px;
}
.sec01_img .sub1 .lable {
    margin-left: 8px;
}
.sec01_img .sub2 .lable {
    margin-left: 12px;
}
.sec01_img .sub1 .img {
    margin-bottom: 13px;
}
.sec01_img .sub2 {
    position: relative;
    top: 8px;
}
.sec01_img .sub2 .img {
    margin-bottom: 15px;
}
.sec01_img .sub1:before {
    position: absolute;
    content: "";
    background: url("../images/arrow_right_1.png") no-repeat right top/23px;
    width: 23px;
    height: 42px;
    right: -70px;
    top: 136px;
}
.sec01_img .lable {
    width: 329px;
    height: 66px;
    border-radius: 11px;
    background: #505050;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.05em;
    text-align: center;
}
.sec01_img .lable.bt_red {
    background: var(--mcolor);
}
.sec01_img {}
.sec01_ttl1 {
    min-width: 556px;
    height: 116px;
    border-radius: 10px;
    background: #a48b77;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 38px;
    letter-spacing: 0.05em;
    position: relative;
    padding-top: 8px;
    margin-bottom: 26px;
}
.sec01_ttl1:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 11px solid transparent;
    border-left: 11px solid transparent;
    border-top: 18px solid #a48b77;
    border-bottom: 0;
    left: 0;
    right: 0;
    bottom: -16px;
    margin: 0 auto;
}
.sec01_ttl1 .point {
    position: relative;
}
.sec01_ttl1 .point:before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 7px;
    background: #fff;
    border-radius: 50%;
}
.sec01_ttl1 .point.pt1:before {
    left: -4px;
}
.sec01_item .item1 {
    margin-right: 111px;
}
.sec01_item .item2 {
    width: 556px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 9px;
}
.sec01_ttl2 {
    font-weight: bold;
    font-size: 35px;
    letter-spacing: 0.08em;
    line-height: 1.62;
    margin-bottom: 40px;
}
.sec01_txt p {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 2.22;
}
.sec01_txt p .bg_w {
    background: #fff;
    color: #a48b77;
    height: 40px;
    display: inline-block;
    padding: 0 0px 0 10px;
    margin: 6px 23px 8px 0;
    font-weight: bold;
}
/*============= SEC02 ==============*/
.sec02 {
    position: relative;
    padding-bottom: 100px;
}
.sec02 .inner {
    width: 1150px;
    padding: 0 15px;
}
.sec02:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 400px;
    background: #f7f7f7;
    left: 0;
    top: 0;
    z-index: -1;
}
.ttl {
    display: flex;
    align-items: center;
    text-align: center;
    font-weight: bold;
    flex-direction: column;
    margin-bottom: 55px;
    padding-bottom: 15px;
    padding-top: 96px;
}
.sec02_ttl {
    height: 410px;
}
.ttl .sm {
    font-size: 23px;
    letter-spacing: 0.05em;
    color: #8f2927;
    min-width: 656px;
    position: relative;
    margin-bottom: 35px;
}
.ttl .sm:before {
    position: absolute;
    content: "";
    background: #A48B77;
    width: 100%;
    height: 1px;
    top: calc(50% + 2px);
    left: 0;
}
.ttl .lg {
    font-size: 36px;
    letter-spacing: 0.08em;
    line-height: 1.83;
}
.ttl .lg .bg_red {
    background: var(--mcolor);
    color: #fff;
    margin: 0 14px 0 12px;
    padding: 2px 9px 9px 13px;
    display: inline-block;
    line-height: 1.5;
    position: relative;
    top: -3px;
}
.ttl .lg .bg_red.mb1 {
    margin-bottom: 7px;
}
.ttl .sm .bg {
    background: #f7f7f7;
    position: relative;
    z-index: 1;
    padding: 0 20px;
}
.sec02_item {
    position: relative;
    margin-bottom: 67px;
}
.sec02_item:before {
    position: absolute;
    content: "";
    width: 1038px;
    height: 1503px;
    background: #f7f7f7;
    left: 0;
    right: 0;
    top: 290px;
    margin: 0 auto;
}
.sec02_item > div {
    display: flex;
}
.sec02_item > div.item1 {
    margin-bottom: 54px;
}
.sec02_item > div.item2 {
    flex-direction: row-reverse;
    margin-bottom: 52px;
}
.sec02_item > div.item1 .img, .sec02_item > div.item3 .img {
    margin-left: -276px;
    margin-right: 110px;
}
.sec02_item > div.item2 .img {
    margin-right: -275px;
    margin-left: 110px;
}
.sec02_item > div .img {
    position: relative;
    flex-shrink: 0;
}
.sec02_item > div .img .round_red {
    background: var(--mcolor);
    color: #fff;
    width: 196px;
    height: 196px;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -45px;
    border-radius: 50%;
}
.sec02_item > div.item1 .img .round_red, .sec02_item > div.item3 .img .round_red {
    left: 60px;
}
.sec02_item > div.item3 .img .round_red {
    left: 62px;
    top: -46px;
}
.sec02_item > div.item2 .img .round_red {
    right: 47px;
    top: -47px;
}
.sec02_item .item1 .info, .sec02_item .item3 .info {
    margin-right: -70px;
}
.sec02_item .info {
    width: calc(100% + 70px);
    position: relative;
    padding-top: 86px;
}
.sec02_item .info .txt {
    max-width: 550px;
}
.sec02_item .item2 .info {
    margin-left: -28px;
}
.sec02_item .info .num {
    display: flex;
    font-family: var(--f-en);
    font-weight: bold;
    color: var(--scolor);
    align-items: center;
    margin-bottom: 56px;
}
.sec02_item .info .num .sm {
    font-size: 18px;
    border-bottom: 3px var(--scolor) solid;
    letter-spacing: 0.15em;
    margin-right: 12px;
    line-height: 1.6;
}
.sec02_item .info .num .lg {
    font-size: 110px;
    position: relative;
    top: -5px;
}
.sec02_item .info .tt {
    font-weight: bold;
    font-size: 38px;
    letter-spacing: 0.08em;
    line-height: 1.87;
    margin-bottom: 40px;
}
.sec02_item .info .tt .line {
    color: #a48b77;
    border-bottom: 3px #a48b77 solid;
}
.sec02_item .info .txt p {
    letter-spacing: 0.03em;
    line-height: 2.3125;
}
.sec02_item .info .txt p .styl {
    color: #957B66;
    font-weight: bold;
}
/*============= SEC03 ==============*/
.sec03 {
    position: relative;
    color: #fff;
    padding-top: 100px;
    padding-bottom: 117px;
    margin-bottom: -76px;
    z-index: 1;
}
.sec03 .inner {
    z-index: 2;
}
.sec03 .inner:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 34px solid transparent;
    border-left: 34px solid transparent;
    border-top: 35px solid #A48B77;
    border-bottom: 0;
    left: 0;
    right: 0;
    bottom: -149px;
    margin: 0 auto;
}
.sec03:before, .sec03:after {
    position: absolute;
    content: "";
    width: calc(100% - 46px);
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
}
.sec03:after {
    height: 578px;
    border-radius: 40px 40px 0 0;
    background: #b19a88;
    z-index: -1;
}
.sec03:before {
    height: 100%;
    background: #A48B77;
    border-radius: 20px;
    z-index: -2;
}
.sec03_list {
    display: flex;
    justify-content: center;
}
.sec03_list li {
    width: 220px;
    position: relative;
    text-align: center;
}
.sec03_list li:not(:last-child) {
    margin-right: 74px;
}
.sec03_list li:not(:last-child):before {
    position: absolute;
    content: "";
    background: url("../images/arrow_right_w.png") no-repeat right center/43px;
    width: 43px;
    height: 24px;
    right: -42px;
    top: 97px;
}
.sec03_ttl {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: -5px;
}
.sec03_ttl .sm {
    min-width: 276px;
    height: 60px;
    background: #957B66;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-weight: bold;
    font-size: 23px;
    letter-spacing: 0.05em;
    margin-bottom: -5px;
}
.sec03_ttl .sm:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 10px solid transparent;
    border-left: 9px solid transparent;
    border-top: 15px solid #957B66;
    border-bottom: 0;
    left: 0;
    right: 0;
    bottom: -13px;
    margin: 0 auto;
}
.sec03_ttl .mid {
    font-weight: bold;
    font-size: 45px;
    letter-spacing: 0.08em;
}
.sec03_ttl .lg {
    font-size: 73px;
    letter-spacing: 0.05em;
}
.sec03_txt {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.75;
    text-align: center;
    margin-bottom: 45px;
}
.sec03_ttl .mid .num {
    font-family: var(--f-en);
    font-size: 110px;
    font-weight: 500;
    letter-spacing: 0;
    margin: 0 -8px 0 2px;
    position: relative;
    top: 5px;
}
.sec03_ttl .xs_lg {
    font-size: 67px;
}
.sec03_list li .tt, .sec03_list li .txt {
    position: relative;
    width: calc(100% + 60px);
    left: -30px;
}
.sec03_list li .tt {
    font-weight: bold;
    font-size: 21px;
    letter-spacing: 0.05em;
    margin-bottom: 11px;
}
.sec03_list li .tt .bor {
    border: 1px #fff solid;
    min-width: 42px;
    height: 29px;
    line-height: 27px;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    margin-left: 9px;
    position: relative;
    top: -4px;
}
.sec03_list li .img {
    margin-bottom: 25px;
}
.sec03_list li .txt {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.03em;
    line-height: 2;
}
/*============= SEC04 ==============*/
.sec04 {
    position: relative;
    padding-top: 217px;
    color: #fff;
    padding-bottom: 140px;
}
.sec04:before {
    position: absolute;
    content: "";
    background: url("../images/idx_bg1.png") no-repeat center top/1920px;
    width: 1920px;
    height: 1016px;
    left: calc(50% - 960px);
    top: 0;
}
.sec04_ttl {
    display: table;
    margin: 0 auto 28px;
    position: relative;
    font-weight: bold;
    font-size: 56px;
    letter-spacing: 0.08em;
}
.sec04_ttl:before, .sec04_ttl:after {
    position: absolute;
    content: "";
    width: 44px;
    height: 77px;
    top: -4px;
}
.sec04_ttl:before {
    background: url("../images/icon_line_left.png") no-repeat left top/44px;
    left: -69px;
}
.sec04_ttl:after {
    background: url("../images/icon_line_right.png") no-repeat left top/44px;
    right: -65px;
}
.sec04_ttl .sm {
    font-size: 82.1%;
    margin: 0 2px 0 3px;
    position: relative;
    top: 2px;
}
.sec04_txt {
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.844;
    margin-bottom: 56px;
    font-weight: 500;
}
.sec04_list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.sec04_list li {
    width: 340px;
    height: 130px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid #fff;
    margin-bottom: 20px;
}
.sec04_list li:not(:nth-child(3n)) {
    margin-right: 20px;
}
.sec04_list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    font-size: 21px;
    letter-spacing: 0.05em;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.sec04_list li a span {
    background: url("../images/icon_check.svg") no-repeat left center;
    padding-left: 35px;
    padding-bottom: 1px;
}
/*============= SEC05 ==============*/
.sec05 {
    padding-top: 125px;
    padding-bottom: 66px;
}
.sec05_ttl {
    text-align: center;
    letter-spacing: 0.05em;
    margin-bottom: 60px;
}
.sec05_ttl .lg {
    font-size: 45px;
    color: #957b66;
    font-weight: 800;
    display: block;
    border-bottom: 1px #CECECE solid;
    padding-bottom: 10px;
    margin-bottom: 10px;
    letter-spacing: 0.05em;
}
.sec05_ttl .sm {
    font-weight: bold;
    font-size: 25px;
    color: #252020;
}
.sec05_item {
    margin-left: 113px;
    background: #f7f7f7;
    display: flex;
    padding-bottom: 76px;
    position: relative;
}
.sec05_item.it2 {
    margin-top: 20px;
    position: relative;
}
.sec05_item > div {
    display: flex;
}
.sec05_item > div.item1 {
    flex-shrink: 0;
    margin-right: 130px;
}
.sec05_item > div.item2 {
    flex-direction: column;
    padding-top: 76px;
    position: relative;
}
.sec05_item.it2 > div.item2 {
    padding-top: 80px;
}
.sec05_tt_lg {
    width: 270px;
    height: 270px;
    background: #8f2927;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 26px;
}
.sec05_tt_lg.tt1 .lg {
    background: url("../images/idx_icon_home.svg") no-repeat center top;
    padding-top: 60px;
    margin-bottom: 26px;
}
.sec05_tt_lg.tt2 .lg {
    background: url("../images/idx_icon_comment.svg") no-repeat center top;
    padding-top: 51px;
    margin-bottom: 25px;
}
.sec05_tt_lg.tt2 {
    background: #252020;
    padding-bottom: 16px;
}
.sec05_tt_lg .lg {
    font-size: 40px;
    letter-spacing: 0.08em;
    font-weight: 800;
}
.sec05_tt_lg .sm {
    font-weight: bold;
    font-size: 27px;
    letter-spacing: 0.08em;
}
.sec05_tt.tt_sub1 {
    color: #8f2927;
    background: url("../images/icon_search_red.svg") no-repeat left center;
}
.sec05_tt {
    font-weight: bold;
    font-size: 25px;
    letter-spacing: 0.08em;
    padding: 4px 0 5px 53px;
    margin-bottom: 23px;
}
.sec05_tt.tt_sub2 {
    background: url("../images/icon_search_black.svg") no-repeat left center;
}
.sec05_box1 {
    display: flex;
    flex-wrap: wrap;
    width: 1035px;
}
.sec05_box1 li {
    width: 335px;
    height: 150px;
    border-radius: 5px;
    background: url("../images/icon_search_gray.png")#fff no-repeat right 10px bottom 10px/40px;
    margin-bottom: 15px;
    border: 1px #fff solid;
    transition: 0.38s cubic-bezier(0.34, 0.09, 0.11, 1);
}
 .sec05_box2 li:not(:nth-child(3n)) {
    margin-right: 13px;
}
.sec05_box1 li:not(:nth-child(3n)) {
	margin-right: 15px;
}
.sec05_box1 li a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 138px;
    padding-top: 6px;
    position: relative;
    z-index: 1;
    transition:all linear 0.2s;
}
.sec05_box2 li a {
    display: block;
}
.sec05_box1 li a .lg {
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.08em;
    color: #8f2927;
    margin-bottom: -1px;
}
.sec05_box1 li a .sm {
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 0.05em;
}
.sec05_box1 li a:before {
	content: "";
    position: absolute;
    left: 34px;
    top: 50%;
    transform: translateY(-50%) scale(1);
    width: 82px;
    height: 82px;
	transition: transform 0.3s ease;
}

.sec05_box1 li.sub1 a:before {
    background: url("../images/idx_icon1.png") no-repeat center/contain;
}
.sec05_box1 li.sub2 a:before {
    background: url("../images/idx_icon2.png") no-repeat center/contain;
}
.sec05_box1 li.sub3 a:before {
    background: url("../images/idx_icon3.png") no-repeat center/contain;
}
.sec05_box1 li.sub4 a:before {
    background: url("../images/idx_icon4.png") no-repeat center/contain;
}
.sec05_box1 li.sub5 a:before {
    background: url("../images/idx_icon5.png") no-repeat center/contain;
}
.sec05_box1 li.sub6 a:before {
    background: url("../images/idx_icon6.png") no-repeat center/contain;
}
.sec05_bb {
    position: absolute;
    width: 364px;
    height: 173px;
    border-radius: 26px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.08em;
    color: #957b66;
    right: -74px;
    bottom: 84px;
    text-align: center;
    line-height: 1.85;
}
.sec05_bb:before {
    position: absolute;
    content: "";
    background: url("../images/people.png") no-repeat center top/103px;
    width: 103px;
    height: 189px;
    left: 0;
    right: 30px;
    margin: 0 auto;
    bottom: -160px;
}
.sec05_box2 {
    display: flex;
    flex-wrap: wrap;
    width: 1041px;
}
.sec05_box2 li {
    width: 337px;
    margin-bottom: 14px;
    border-radius: 5px;
    background: url(../images/icon_search_gray.png) #fff no-repeat right 10px bottom 10px / 40px;
    border: 1px transparent solid;
    transition: all 0.3s;
}
.sec05_box2 li .txt {
    padding: 25px 30px 38px;
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 1.57;
    color: #6f6f6f;
}
.sec05_box2 li .boximg {
    position: relative;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}
.sec05_box2 li .img {
    position: relative;
    margin-bottom: 0;
}
.sec05_box2 li .img:before {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.sec05_box2 li .tt {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: #fff;
    z-index: 2;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 10px;
}
.sec05_box2 li.sub1 .tt{
	padding-bottom: 4px;
}
.sec05_box2 li .tt .en {
    font-family: var(--f-en);
    font-weight: 300;
    font-size: 20px;
    letter-spacing: 0.08em;
    line-height: 1.4;
}
.sec05_box2 li .tt .ja {
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.08em;
    text-align: center;
    line-height: 1.3;
}
.sec05_box2 li .tt .ja .lg {
    font-size: 27px;
}
.sec05_bnr {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}
.sec05_bnr > p > a {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    background: url("../images/icon_link.png") no-repeat right 15px top 15px/50px;
}
.sec05_bnr > p > a .sm {
    position: absolute;
    height: 55px;
    border-radius: 10px 0px 0px 0px;
    background: #252020;
    padding: 0 33px 0 20px;
    clip-path: polygon(0 0, 100% 0%, 93.5% 100%, 0% 100%);
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 0.08em;
    line-height: 55px;
}
.sec05_bnr > p.sec05_bnr1  > a .sm {
    clip-path: polygon(0 0, 100% 0%, 92.5% 100%, 0% 100%);

}
.sec05_bnr > p > a .lg {
    font-weight: bold;
    font-size: 23px;
    letter-spacing: 0.08em;
    color: #fff;
    padding-top: 99px;
    padding-left: 40px;
}
.sec05_bnr > p {
    width: 540px;
    height: 180px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.sec05_bnr > p:before {
    position: absolute;
    content: "";
    background: url("../images/logo_blur_bnr1.png") no-repeat right bottom/173px;
    width: 173px;
    height: 173px;
    right: -15px;
    bottom: -25px;
}
.sec05_bnr1 {
    background: #8f2927;
    margin-right: 20px;
}
.sec05_bnr2 {
    background: #957b66;
}
/*============= SEC06 ==============*/
.sec06 {
    background: #B19A88;
    padding-top: 110px;
    position: relative;
    padding-bottom: 75px;
}
.sec06:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 586px;
    background: #957b66;
    left: 0;
    top: 0;
}
.sec06_ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    margin-bottom: 61px;
}
.sec06_ttl .tt1, .sec08_ttl .sm {
    min-width: 320px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #8f2927;
    font-weight: bold;
    font-size: 23px;
    letter-spacing: 0.05em;
    position: relative;
    margin-bottom: 33px;
}
.sec06_ttl .tt1:before, .sec08_ttl .sm:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 13px solid #8f2927;
    border-bottom: 0;
    left: 0;
    right: 0;
    bottom: -13px;
    margin: 0 auto;
}
.sec06_ttl .tt2 {
    display: flex;
    font-weight: bold;
    font-size: 45px;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 16px;
}
.sec06_ttl .tt2 .bor1, .sec06_ttl .tt2 .bor2 {
    height: 89px;
    border: 3px solid #fff;
    line-height: 81px;
}
.sec06_ttl .tt2 .bor1 {
    min-width: 368px;
    margin-right: 65px;
    position: relative;
}
.sec06_ttl .tt2 .bor1:before {
    position: absolute;
    content: "";
    background: url("../images/icon_close.png") no-repeat left center/36px;
    width: 36px;
    height: 36px;
    right: -54px;
    top: 26px;
}
.sec06_ttl .tt2 .bor2 {
    width: 368px;
}
.sec06_ttl .tt3 {
    font-weight: bold;
    font-size: 35px;
    letter-spacing: 0.05em;
    text-align: center;
}
.sec06_slide {
    position: relative;
}
.sec06_slide.slick-dotted.slick-slider {
    margin-bottom: 96px;
}
.sec06_slide .slick-slide {
    width: 370px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.2);
    margin: 0 20px;
    padding: 27px 30px 45px 50px;
    position: relative;
}
.sec06_slide .slick-slide a {
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.sec06_slide .slick-track {
    padding: 10px 0 20px;
}
.sec06_slide .slick-slide .date {
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.05em;
    text-align: right;
    color: #a0a0a0;
    margin-bottom: 14px;
}
.sec06_slide .slick-slide .tt {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.08em;
    line-height: 1.7;
    color: #957b66;
    padding-right: 20px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
}
.sec06_slide .slick-slide .txt {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.86;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sec06_slide .slick-dots li button:before {
    display: none;
}
.sec06_slide .slick-dots li {
    margin: 0 2px;
    pointer-events: auto;
}
.sec06_slide .slick-dots li, .sec06_slide .slick-dots li button {
    width: 30px;
    height: 4px;
}
.sec06_slide .slick-dots li.slick-active {
    pointer-events: none;
}
.sec06_slide .slick-dots li button {
    padding: 0;
    background-color: rgba(255, 255, 255, 0.3);
}
.sec06_slide .slick-dots li.slick-active button {
    background-color: rgba(255, 255, 255, 1);
    pointer-events: none;
}
.sec06_slide .slick-dots {
    bottom: -36px;
    pointer-events: none;
}
.sec06_slide .slick-prev {
    background: url("../images/icon_prev.png") no-repeat center/46px;
    left: calc(50% - 175px);
}
.sec06_slide .slick-next {
    background: url("../images/icon_next.png") no-repeat center/46px;
    right: calc(50% - 175px);
}
.sec06_slide .slick-next, .sec06_slide .slick-prev {
    width: 46px;
    height: 46px;
    top: auto;
    bottom: -78px;
}
.sec06_slide .slick-prev::before, .sec06_slide .slick-next::before {
    display: none;
}
/*============= SEC07 ==============*/
.sec07 {
    background: #B19A88;
    padding: 5px 43px 50px 42px;
}
.sec07 .ttl .sm .bg {
    background: #fff;
}
.sec07 .ttl .sm {
    margin-bottom: 25px;
    min-width: 515px;
}
.sec07 .ttl {
    margin-bottom: 32px;
}
.sec07 .inner {
    width: 100%;
    background: #fff;
    border-radius: 20px;
    padding-bottom: 100px;
}
.sec07_item {
    display: flex;
    justify-content: center;
}
.sec07_item li {
    width: 750px;
    height: 320px;
    border-radius: 20px;
    background: #f7f7f7;
    border: 1px solid #d3d3d3;
}
.sec07_item li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 20px;
    background: url("../images/icon_link_red.png") no-repeat right 20px top 19px/64px;
}
.sec07_item li.item1 {
    margin-right: 20px;
}
.sec07_item li .img {
    margin-bottom: 0;
    flex-shrink: 0;
}
.sec07_item li .info {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.sec07_item li.item1 .info {
    padding-top: 86px;
}
.sec07_item li.item2 .info {
    padding-top: 103px;
}
.sec07_item li.item2 .info .tt_sm {
    margin-top: 45px;
    font-size: 12px;
    width: 100%;
    text-align: right;
    letter-spacing: 0.05em;
    padding-right: 2px;
    font-weight: 400;
}
.sec07_item li .info .tt {
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.05em;
    line-height: 1.72;
    text-align: center;
}
.sec07_item li .info .tt .stl {
    color: #957b66;
}
.sec07_item li .info .tt_sm {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.03em;
    margin-top: 27px;
}
.sec07_item li .info .tt_sm img {
    margin-left: 12px;
    position: relative;
    top: -1px;
}
/*============= SEC08 ==============*/
.sec08 {
    position: relative;
    height: 730px;
    color: #fff;
    padding-top: 130px;
}
.sec08 .inner {
    width: 1414px;
}
.sec08 .inner:before {
    position: absolute;
    content: "";
    background: url("../images/indx_img15.png") no-repeat left top/338px;
    width: 338px;
    height: 248px;
    left: 90px;
    bottom: -89px;
}
.sec08:before {
    position: absolute;
    content: "";
    background: url("../images/idx_bg2.png") no-repeat center top/1920px;
    width: 1920px;
    height: 730px;
    left: calc(50% - 960px);
    top: 0;
}
.sec08_item, .sec08_ttl {
    display: flex;
}
.sec08_item {
    position: relative;
    left: 50px;
}
.sec08_ttl {
    flex-direction: column;
    align-items: center;
}
.sec08_ttl .sm {
    min-width: inherit;
    padding: 0 17px 0 17px;
    margin-bottom: 23px;
}
.sec08_ttl .lg {
    font-weight: bold;
    font-size: 46px;
    letter-spacing: 0.07em;
    line-height: 1.95;
    text-align: center;
    color: #fff;
    position: relative;
    white-space: nowrap;
}
.sec08_ttl .lg:before {
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 88px;
    position: absolute;
    content: "";
    background-image: repeating-linear-gradient(90deg, #ffffff, #ffffff 4px, transparent 4px, transparent 7px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 100% 2px;
}
.sec08_item .item1 {
    width: 390px;
    flex-shrink: 0;
}
.sec08_item .item2 {
    flex-grow: 1;
    margin-left: auto;
    padding-top: 11px;
}
.sec08_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.sec08_list li {
    width: 360px;
    height: 200px;
    border-radius: 10px;
    background: #a48b77;
    box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.16);
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}
.sec08_list li:not(:nth-child(2n)) {
    margin-right: 50px;
}
.sec08_list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    position: relative;
    background: url("../images/icon_arrow_w.svg") no-repeat right 20px bottom 20px;
    padding-top: 2px;
    z-index: 1;
}
.sec08_list li a .num {
    top: 18px;
    position: absolute;
    left: 23px;
    font-family: var(--f-en);
    font-weight: bold;
    width: calc(100% - 13px);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-right: 25px;
}
.sec08_list li a .num .sm {
    font-size: 16px;
    letter-spacing: 0.15em;
    border-bottom: 2.5px #fff solid;
    line-height: 1.2;
    padding-bottom: 3px;
}
.sec08_list li a .num .lg {
    font-weight: 500;
    font-size: 85px;
    letter-spacing: 0.03em;
    position: relative;
    top: -18px;
}
.sec08_list li a .tt {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.6;
    text-align: center;
}
/*============= SEC09 ==============*/
.sec09 {
    padding-top: 126px;
    position: relative;
    max-width: 1920px;
    margin: 0 auto 86px;
}
.sec09:before, .sec09:after {
    position: absolute;
    content: "";
}
.sec09:before {
    background: url("../images/indx_img12.png") no-repeat left top/623px;
    width: 623px;
    height: 406px;
    left: -47px;
    top: 140px;
}
.sec09:after {
    background: url("../images/indx_img13.png") no-repeat left top/629px;
    width: 629px;
    height: 459px;
    right: -40px;
    top: 95px;
}
.sec09_ttl {
    text-align: center;
    font-weight: bold;
    font-size: 38px;
    letter-spacing: 0.05em;
    line-height: 2.08;
    margin-bottom: 31px;
    padding-right: 39px;
}
.sec09_ttl .bg {
    width: 152px;
    height: 67px;
    background: #957b66;
    display: inline-block;
    line-height: 67px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    margin: 0 16px 0 14px;
    position: relative;
}
.sec09_ttl .bg:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 11px solid #957b66;
    border-bottom: 0;
    left: 0;
    right: 0;
    bottom: -11px;
    margin: 0 auto;
}
.sec09_txt {
    text-align: center;
    margin-bottom: 63px;
}
.sec09_txt p {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2.375;
    color: #957b66;
}
.sec09_txt p:not(:last-child) {
    margin-bottom: 38px;
}
.sec09_list {
    display: flex;
    position: relative;
    left: 25px;
}
.sec09_list li {
    width: 350px;
    height: 147px;
    border-radius: 10px;
    background: #8f2927;
}
.sec09_list li:not(:last-child) {
    margin-right: 25px;
}
.sec09_list li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
    background: url(../images/icon_arrow_w.svg) no-repeat right 15px bottom 15px;
    position: relative;
    z-index: 1;
}
.idx_slide {
    background: url(../images/idx_slide.png) repeat-x;
    background-size: auto 433px;
    background-position: 0 center;
    -webkit-animation: idx_key 90s linear infinite;
    width: 100%;
    height: 433px;
    margin-bottom: 10px;
    position: relative;
}
.idx_slide:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 257px;
    left: 0;
    bottom: -11px;
    background: #F7F7F7;
    z-index: -1;
}
@-webkit-keyframes idx_key {
    from {
        background-position: 0 center;
    }
    to {
        background-position: 4140px center;
    }
}
@keyframes idx_key {
    from {
        background-position: 0 center;
    }
    to {
        background-position: -4140px center;
    }
}
@media screen and (min-width: 751px) {}
/*==========================================================
                        F O O T E R
==========================================================*/
footer {
    position: relative;
    z-index: 3;
}
.under .ft_top {
    padding-top: 50px;
}
.ft_top {
    position: relative;
    background: #F7F7F7;
    padding: 50px 42px 50px 43px;
    z-index: 9;
}
.ft_top .inner {
    position: relative;
    width: 100%;
    height: 680px;
    z-index: 1;
    color: #fff;
    display: flex;
    justify-content: center;
    padding-top: 100px;
}
.ft_top .inner:before {
    position: absolute;
    content: "";
    background: url("../images/idx_bg3.png") no-repeat center top/cover;
    border-radius: 20px;
    height: 100%;
    width: 100%;
    z-index: -1;
    left: 0;
    top: 0;
}
.ft_ttl1 {
    display: flex;
    font-weight: bold;
    font-size: 32px;
    letter-spacing: 0.05em;
    align-items: center;
    margin-bottom: 11px;
}
.ft_top_l {
    margin: 39px 132px 0 10px;
}
.ft_ttl1 .label {
    min-width: 332px;
    height: 81px;
    border: 3px #fff solid;
    text-align: center;
    line-height: 75px;
    font-size: 35px;
    margin-right: 15px;
}
.ft_ttl2 {
    font-weight: bold;
    font-size: 32px;
    letter-spacing: 0.05em;
    margin-bottom: 51px;
}
.ft_top_g {
    width: 534px;
    height: 90px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.21);
    display: flex;
    align-items: center;
    margin-bottom: 57px;
}
.ft_top_g dt {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    width: 140px;
    position: relative;
}
.ft_top_g dt:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 50px;
    right: 7px;
    top: -9px;
    background: #fff;
}
.ft_top_g dd {
    margin-left: 16px;
}
.ft_t_link a {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: #fff;
    width: 301px;
    border-bottom: 1px #fff solid;
    display: flex;
    background: url("../images/icon_link_ft.png") no-repeat right top 8px/15px;
    padding-right: 15px;
    padding-bottom: 16px;
}
.ft_top_r {
    padding-top: 9px;
}
.ft_list_btn {}
.ft_list_btn li {
    width: 533px;
    height: 141px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}
.ft_list_btn li:not(:last-child) {
    margin-bottom: 20px;
}
.ft_list_btn .ft_mail {
    background: #8f2927;
}
.ft_list_btn .ft_mail a, .ft_list_btn .ft_line a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.ft_list_btn .ft_mail a {
    padding-top: 10px;
}
.ft_list_btn .ft_mail a .lg {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.05em;
    background: url("../images/cta_mail.png") no-repeat center top/34px;
    padding-top: 35px;
}
.ft_list_btn .ft_mail a .sm {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.05em;
}
.ft_list_btn .ft_line {
    background: #06c755;
}
.ft_list_btn .ft_line a {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.05em;
    height: 100%;
}
.ft_list_btn .ft_line a span {
    background: url("../images/cta_line.png") no-repeat center top/37px;
    padding-top: 42px;
}
.ft_list_btn .ft_tel {
    border: 1px #fff solid;
}
.ft_list_btn .ft_tel .txt {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.05em;
}
.ft_list_btn .ft_tel a{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	flex-direction: column;
}
.ft_list_btn .ft_tel .num {
    color: #fff;
    font-size: 27px;
    font-weight: bold;
    font-family: var(--f-en);
    background: url("../images/cta_tel.png") no-repeat left center/25px;
    padding-left: 30px;
    letter-spacing: 0.03em;
}
.ft_bt {
    background: #a48b77;
}
.ft_bt .inner {
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: space-between;
}
.ft_bt_l {
    width: 715px;
    flex-shrink: 0;
    color: #fff;
    padding-left: 50px;
}
.ft_bt_l, .ft_bt_l .wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ft_bt_l .wrap {
    padding-top: 80px;
}
.ft_link {
    width: calc(100% - 715px);
    background: #957B66;
    flex-grow: 1;
    padding-left: 100px;
    padding-top: 91px;
    color: #fff;
    padding-bottom: 125px;
}
.ft_logo {
    margin-bottom: 30px;
}
.ft_bt_tel {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 26px;
}
.ft_bt_tel .tt {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.08em;
    margin-bottom: 2px;
}
.ft_bt_tel a {
    color: #fff;
    font-family: var(--f-en);
    font-weight: 500;
    font-size: 28px;
    letter-spacing: 0.05em;
}
.ft_bt_link {
    margin-bottom: 73px;
}
.ft_bt_link li {
    margin-bottom: 10px;
}
.ft_bt_link li a {
    width: 410px;
    height: 71px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    padding-left: 26px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.08em;
    background: url("../images/icon_link_ft.png") no-repeat right 28px center/15px;
}
.ft_add {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.08em;
    margin-bottom: 12px;
}
.ft_gg_map {
    margin-bottom: 40px;
}
.ft_gg_map a {
    width: 197px;
    height: 43px;
    border-radius: 21.5px;
    background: #fff;
    line-height: 43px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.08em;
    color: #957b66;
    display: flex;
    justify-content: center;
}
.ft_linkbox1 {
    display: flex;
    align-items: center;
    width: 925px;
    height: 145px;
    border-radius: 10px;
    color: #fff;
    background: #8f2927;
}
.ft_linkbox1.box1 {
    margin-bottom: 10px;
}
.ft_linkbox1.box2 {
    background: #252020;
    margin-bottom: 46px;
}
.ft_linkbox2.box03 {
    margin-bottom: 34px;
}
.ft_linkbox2.box04 {
    margin-bottom: 37px;
}
.ft_linkbox1 dt {
    width: 295px;
    font-weight: bold;
    font-size: 19px;
    letter-spacing: 0.08em;
    flex-shrink: 0;
}
.ft_linkbox1 dt.tt1 .icon {
    background: url("../images/idx_icon_home_ft.svg") no-repeat left 40px top 4px;
    padding: 5px 0 5px 85px;
    display: flex;
    line-height: 1.4;
}
.ft_linkbox1 dt.tt2 .icon {
    background: url("../images/idx_icon_comment_ft.svg") no-repeat left 40px top 7px;
    padding: 5px 0 5px 85px;
    display: flex;
    line-height: 1.4;
}
.ft_linkbox3.box05, .ft_linkbox3.box05 ul {
    display: flex;
    align-items: center;
}
.ft_linkbox3.box05 ul li {
    margin-right: 38px;
}
.ft_linkbox3.box05 ul li a {
    font-weight: bold;
    font-size: 19px;
    letter-spacing: 0.08em;
    color: #fff;
}
.ft_linkbox1 dt.tt2 .icon {}
.ft_linkbox1 dd {}
.ft_linkbox1 dd ul {
    display: flex;
    flex-wrap: wrap;
}
.ft_linkbox1 dd ul li {
    background: rgba(255, 255, 255, 0.13);
    border-radius: 5px;
    width: 197px;
    height: 40px;
}
.ft_linkbox1 dd ul li:not(:nth-child(3n)) {
    margin-right: 5px;
}
.ft_linkbox1 dd ul li:nth-child(n+4) {
    margin-top: 6px;
}
.ft_linkbox1 dd ul li a {
    background: url("../images/arrow_ft.png") no-repeat right 10px center/6px;
    width: 100%;
    height: 100%;
    display: flex;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #fff;
    padding-left: 16px;
    align-items: center;
    position: relative;
    z-index: 1;
}
.ft_tt {
    font-weight: bold;
    font-size: 19px;
    letter-spacing: 0.08em;
    margin-bottom: 2px;
}
.ft_linkbox2 ul {
    display: flex;
}
.ft_linkbox2 ul li {
    margin-right: 29px;
}
.ft_linkbox2 ul li a {
    position: relative;
    padding-left: 15px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.05em;
}
.ft_linkbox2 ul li a:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 1px;
    background: #fff;
    left: 0;
    top: 10px;
}
address {
    font-size: 12px;
    letter-spacing: 0.08em;
}
/* BACK TO TOP */
.to_top {
    position: fixed;
    z-index: 9;
    width: 70px;
    height: 70px;
    bottom: 20px;
    right: 10px;
    cursor: pointer;
    transition: all .2s;
    opacity: 0;
    visibility: hidden
}
.to_top img {
    border-radius: 50%;
    border: 1px #fff solid;
}
.to_top.show {
    transform: scale(1);
    opacity: 1;
    visibility: visible
}
/* FIREFOX ONLY */
@-moz-document url-prefix() {}
/* Safari 10.1+ (which is the latest version of Safari at this time) */
@media not all and (min-resolution: 0.001dpcm) {}