/*#region var*/
:root {
    --pxunit: .83rem;
    --fontB: 'Noto Sans JP'; /* Base font */
    --fontEG: 'EB Garamond';
    --fontS: 'Shippori Mincho';
    --headerH: 9rem;
    --bg-black-color: #000000;
    --bg-font-color: #6E503C;
    --bg-white-color: #FFFFFF;
}
*{
    box-sizing: border-box;
    color: var(--bg-font-color);
    font-family: var(--fontB);
    font-weight: 400;
    line-height: 1.6;
}
html {
    font-size: .625vw;
}
@media (max-width: 768px) {
    html {
        font-size: 2.5vw;
    }
}
body{
    margin: 0;
    padding: 0;
}
.hx1 {content: "";height: var(--pxunit);}
.hx2 {content: "";height: calc(var(--pxunit)*2);}
.hx3 {content: "";height: calc(var(--pxunit)*3);}
.hx4 {content: "";height: calc(var(--pxunit)*4);}
.hx5 {content: "";height: calc(var(--pxunit)*5);}
.hx6 {content: "";height: calc(var(--pxunit)*6);}
.hx7 {content: "";height: calc(var(--pxunit)*7);}
.hx8 {content: "";height: calc(var(--pxunit)*8);}
.hx9 {content: "";height: calc(var(--pxunit)*9);}
.hx10 {content: "";height: calc(var(--pxunit)*10);}
.hx11 {content: "";height: calc(var(--pxunit)*11);}
.hx12 {content: "";height: calc(var(--pxunit)*12);}
.hx13 {content: "";height: calc(var(--pxunit)*13);}
.hx14 {content: "";height: calc(var(--pxunit)*14);}
.hx15 {content: "";height: calc(var(--pxunit)*15);}
.hx16 {content: "";height: calc(var(--pxunit)*16);}
.hx17 {content: "";height: calc(var(--pxunit)*17);}
.hx18 {content: "";height: calc(var(--pxunit)*18);}
.hx19 {content: "";height: calc(var(--pxunit)*19);}
.hx20 {content: "";height: calc(var(--pxunit)*20);}
/*#endregion var*/

/*#region RESET*/
html, body {overflow-x: hidden;}
html{scroll-behavior: smooth;}
h1,h2,h3,h4,h5,h6{margin:0px; padding:0px; font-weight:normal;}
p{margin:0px; padding:0px;}
a{text-decoration:none; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; -ms-transition: all 0.3s linear; transition: all 0.3s linear;} 
a:hover, a:focus, a:active{ outline:none; text-decoration:none; }
input{-webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; -ms-transition: all 0.3s linear; transition: all 0.3s linear;} 
input:hover, input:focus, input:active{outline:none;}
input::-webkit-input-placeholder{color:#333333;}
input::-moz-placeholder{color:#333333;}
input:-ms-input-placeholder{color:#333333;}
input:-moz-placeholder{color:#333333;}
textarea::-webkit-input-placeholder{color:#333333;}
textarea::-moz-placeholder{color:#333333;}
textarea:-ms-input-placeholder{color:#333333;}
textarea:-moz-placeholder{color:#333333;}
button:focus {outline:0;}
ul{margin:0px; padding:0px;}
ul li{list-style-type:none;}
img{border:0px;pointer-events: auto;user-drag: none;-webkit-user-drag: none;}
.clearfix{clear:both; overflow:hidden;}
/*#endregion RESET*/

/*#region pspander*/
.pspander_header {
    cursor: pointer;
}
.pspander_opened {
    display: block;
}
.pspander_closed {
    display: none;
}
.pspander.pst_show .pspander_opened {
    display: none;
}
.pspander.pst_show .pspander_closed {
    display: block;
}
.pspander_collapse {
    display: none;
}
/*#endregion pspander*/
/*#region ANIMATION*/
/*#region opacity animation*/
.js_opac {opacity: 0;transition: all .6s;transition-delay: .3s;}
.js_opac.on {opacity: 1;}
/*#endregion opacity animation*/
/*#region spin animation*/
/* spin1 */
@keyframes spin1 {
	0% {transform: rotate(0deg)translate3d(7px, 0, 0);}
	100% {transform: rotate(360deg)translate3d(7px, 0, 0);}
}

/* spin2 */
@keyframes spin2 {
	0% {transform: rotate(0deg)translate3d(5px, 0, 0);}
	100% {transform: rotate(360deg)translate3d(5px, 0, 0);}
}

/* spin3 */
@keyframes spin3 {
	0% {transform: rotate(0deg)translate3d(6px, 0, 0);}
	100% {transform: rotate(360deg)translate3d(6px, 0, 0);}
}

/* spin4 */
@keyframes spin4 {
	0% {transform: rotate(0deg)translate3d(3px, 0, 0);}
	100% {transform: rotate(-360deg)translate3d(3px, 0, 0);}
}

/* spin5 */
@keyframes spin5 {
	0% {transform: rotate(0deg)translate3d(2px, 0, 0);}
	100% {transform: rotate(-360deg)translate3d(2px, 0, 0);}
}
.circleWrap {position: relative;width: 100%;height: 100%;}
.circle {position: absolute;border-radius: 50%;width: 100%;height: 100%;}
.c_pos01 {top: 0;border-style: solid;border-width: 1px;border-color: rgba(255, 255, 255, 0.9);
    -webkit-animation: spin1 5s linear infinite;
    -moz-animation: spin1 5s linear infinite;
    -ms-animation: spin1 5s linear infinite;
    -o-animation: spin1 5s linear infinite;
    animation: spin1 5s linear infinite;
    /*  	animation: bo-co1 10s infinite;
        -webkit-animation: bo-co1 10s infinite; */
}
.c_pos02 {top: 0;border-style: solid;border-width: 1px;border-color: rgba(255, 255, 255, 0.9);
    -webkit-animation: spin2 4s linear infinite;
    -moz-animation: spi2 4s linear infinite;
    -ms-animation: spin2 4s linear infinite;
    -o-animation: spin2 4s linear infinite;
    animation: spin2 4s linear infinite;
    /* 	animation: bo-co2 9s infinite;
        -webkit-animation: bo-co2 9s infinite; */
}
.c_pos03 {top: 0;border-style: solid;border-width: 1px;border-color: rgba(255, 255, 255, 0.9);
    -webkit-animation: spin3 7s linear infinite;
    -moz-animation: spi3 7s linear infinite;
    -ms-animation: spin3 7s linear infinite;
    -o-animation: spin3 7s linear infinite;
    animation: spin3 7s linear infinite;
    /* 	animation: bo-co3 11s infinite;
        -webkit-animation: bo-co3 11s infinite; */
}
.c_pos04 {top: 0;border-style: solid;border-width: 1px;border-color: rgba(255, 255, 255, 0.9);
    -webkit-animation: spin4 7s linear infinite;
    -moz-animation: spi4 7s linear infinite;
    -ms-animation: spin4 7s linear infinite;
    -o-animation: spin4 7s linear infinite;
    animation: spin4 7s linear infinite;
    /* 	animation: bo-co1 12s infinite;
        -webkit-animation: bo-co1 12s infinite; */
}
.c_pos05 {top: 0;border-style: solid;border-width: 1px;border-color: rgba(255, 255, 255, 0.9);
    -webkit-animation: spin5 8s linear infinite;
    -moz-animation: spi5 8s linear infinite;
    -ms-animation: spin5 8s linear infinite;
    -o-animation: spin5 8s linear infinite;
    animation: spin5 8s linear infinite;
    /* 	animation: bo-co2 10s infinite;
        -webkit-animation: bo-co2 10s infinite; */
}
/*#endregion spn animation*/
/*#region rotate animation*/
.rot360 {
    transform: rotate(0deg);
    animation: anim_rotate360 10s linear infinite;
}
@keyframes anim_rotate360 {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
}
/*#endregion rotate animation*/
/*#region clip-left-right animation*/
.panir3 {
    display: inline-block;
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
    transition: all 1s cubic-bezier(0.5, 1, 0.89, 1);
    vertical-align: middle;
}
.panir3.on {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
}
.panil3 {
    display: inline-block;
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0 100%);
    transition: all 1s cubic-bezier(0.5, 1, 0.89, 1);
    vertical-align: middle;
}
.panil3.on {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
}
/*#endregion clip-left-right animation*/
/*#region pani text rising animation*/
.pani4 {display: flex;overflow: hidden;}
.pani4 span {display: block;transform: translateY(100%);transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);color: transparent;}
.pani4.on span {color: #222;transform: translateY(0);}
.pani4 span:nth-child(0) {transition-delay: 0ms;}
.pani4 span:nth-child(1) {transition-delay: 80ms;}
.pani4 span:nth-child(2) {transition-delay: 160ms;}
.pani4 span:nth-child(3) {transition-delay: 240ms;}
.pani4 span:nth-child(4) {transition-delay: 320ms;}
.pani4 span:nth-child(5) {transition-delay: 400ms;}
.pani4 span:nth-child(6) {transition-delay: 480ms;}
.pani4 span:nth-child(7) {transition-delay: 560ms;}
.pani4 span:nth-child(8) {transition-delay: 640ms;}
.pani4 span:nth-child(9) {transition-delay: 720ms;}
.pani4 span:nth-child(10) {transition-delay: 800ms;}
.pani4 span:nth-child(11) {transition-delay: 880ms;}
.pani4 span:nth-child(12) {transition-delay: 960ms;}
.pani4 span:nth-child(13) {transition-delay: 1040ms;}
.pani4 span:nth-child(14) {transition-delay: 1120ms;}
.pani4 span:nth-child(15) {transition-delay: 1200ms;}
.pani4 span:nth-child(16) {transition-delay: 1280ms;}
.pani4 span:nth-child(17) {transition-delay: 1360ms;}
.pani4 span:nth-child(18) {transition-delay: 1440ms;}
.pani4 span:nth-child(19) {transition-delay: 1520ms;}
.pani4 span:nth-child(19) {transition-delay: 1600ms;}
/*endregion pani text rising animation*/
/*#region evelit animaiton*/
.initani { overflow: hidden; position: relative; } 
.initani::before, 
.initani::after { content: ""; display: block; position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 1; } 
.initani_bw::before { background-color: #2b3f6c; } 
.initani_bw::after { background-color: #fff; } 
.initani.initani_ww::before { background-color: #fff; } 
.initani.initani_ww::after { background-color: #fff; } 
.initani.initani_wb::before { background-color: #fff; } 
.initani.initani_wb::after { background-color: #2b3f6c; } 
.initani.initani_wbk::before { background-color: #fff; } 
.initani.initani_wbk::after { background-color: #1A1A1A; } 
.initani.initani_bkw::before { background-color: #1A1A1A; } 
.initani.initani_bkw::after { background-color: #fff; } 
.initani.initani_bg::before { background-color: #2b3f6c; } 
.initani.initani_bg::after { background-color: #DEE9EC; } 
.initani.initani_bc::before { background-color: #2b3f6c; } 
.initani.initani_bc::after { background-color: #E9F9FA; } 
.initani.initani_wg::before { background-color: #fff; } 
.initani.initani_wg::after { background-color: #A9CD36; } 
.initani.initani_wy::before { background-color: #fff; } 
.initani.initani_wy::after { background-color: #A9CD36; } 
.initani.initani_wc::before { background-color: #fff; } 
.initani.initani_wc::after { background-color: #E9F9FA; } 
.initani.initani_tw::before { background-color: transparent; } 
.initani.initani_tw::after { background-color: #fff; } 

.initani.initani_tb::before { background-color: transparent; } 
.initani.initani_tb::after { background-color: #2b3f6c; } 

.initani::before { -webkit-transform-origin: left; -ms-transform-origin: left; transform-origin: left; 
    -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); 
    -webkit-transition: -webkit-transform 0.4s 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53); 
    transition: -webkit-transform 0.4s 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53); 
    transition: transform 0.4s 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53); 
    transition: transform 0.4s 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53), -webkit-transform 0.4s 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53); 
} 
.initani::after { -webkit-transform-origin: left; -ms-transform-origin: left; transform-origin: left; 
    -webkit-transform: scaleX(0) translateX(0); -ms-transform: scaleX(0) translateX(0); transform: scaleX(0) translateX(0); 
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53); 
    transition: -webkit-transform 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53); 
    transition: transform 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53); 
    transition: transform 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53), -webkit-transform 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53); 
} 
.anistart::before { -webkit-transform: translateX(101%); -ms-transform: translateX(101%); transform: translateX(101%); } 
.anistart::after { -webkit-transform: scaleX(1) translateX(101%); -ms-transform: scaleX(1) translateX(101%); transform: scaleX(1) translateX(101%); }
/*#endregion evelit animaiton*/
/*region coiran animation*/
@keyframes slideShow {
    0% {
        opacity: 0;
        transform: scale(1);
        -ms-transform: scale(1);
    }
    5% {
        opacity: 1
    }
    25% {
        opacity: 1;
    }
    30% {
        opacity: 0;
        transform: scale(1.1);
        -ms-transform: scale(1.1);
    }
    100% {
        opacity: 0;
        transform: scale(1);
        -ms-transformm: scale(1);
    }
}

@-o-keyframes slideShow {
    0% {
        opacity: 0;
        -o-transform: scale(1);
    }
    5% {
        opacity: 1
    }
    25% {
        opacity: 1;
    }
    30% {
        opacity: 0;
        -o-transform: scale(1.1);
    }
    100% {
        opacity: 0;
        -o-transformm: scale(1);
    }
}

@-moz-keyframes slideShow {
    0% {
        opacity: 0;
        -moz-transform: scale(1);
    }
    5% {
        opacity: 1
    }
    25% {
        opacity: 1;
    }
    30% {
        opacity: 0;
        -moz-transform: scale(1.1);
    }
    100% {
        opacity: 0;
        -moz-transformm: scale(1);
    }
}

@-webkit-keyframes slideShow {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
    }
    5% {
        opacity: 1
    }
    25% {
        opacity: 1;
    }
    30% {
        opacity: 0;
        -webkit-transform: scale(1.1);
    }
    100% {
        opacity: 0;
        -webkit-transformm: scale(1);
    }
}
/*endregion coiran animation*/
/*#region io animation*/
.pioup {
    -webkit-transition: color 0.4s ease 0s, background-color 0.4s ease 0s, opacity 1.0s ease 0s, -webkit-transform 1.0s ease 0s;
	transition: color 0.4s ease 0s, background-color 0.4s ease 0s, opacity 1.0s ease 0s, transform 1.0s ease 0s;
    -webkit-backface-visibility: hidden;
	backface-visibility: hidden;
    will-change: opacity, transform;
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
}
.pioup.on {
    opacity: 1 !important;
	-webkit-transform: translate3d(0, 0, 0) scale(1) rotate(0deg) !important;
	transform: translate3d(0, 0, 0) scale(1) rotate(0deg) !important;
}
/*#endregion io animation*/
/*#endregion ANIMATION*/

/*#region COMMON*/
.pmh_anchor {transform: translateY(-100px);content: "";width: 100%;height: 0;}
.jp_wbr {word-break: keep-all;}
.disb_sp {
    display: none !important;
}
.disb_pc {
    display: block !important;
}
/*#endregion COMMON*/

/*#region HEADER*/

header{margin:0px;padding: 0 6.6rem; width:100%; position:fixed; top: 0; width:100%; height: var(--headerH);z-index:111; transition: all 0.3s linear; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; -ms-transition: all 0.3s linear;background-color: transparent;}
.header_set {display: flex;justify-content: space-between;align-items: center;}
.header_left {display: flex;justify-content: space-between;align-items: center;}
.header_logo{display: flex;flex-direction: column;align-items: flex-end;font-size: 2.7rem;font-family: var(--fontS);line-height: 1;}
.header_logo span {font-family: var(--fontS);font-size: 1.5rem;}
.header_menu {flex: 1;display: flex;justify-content: flex-end;align-items: center;gap: 3rem;}
.headmenu_a {height: var(--headerH);display: flex;justify-content: center;align-items: center;flex-direction: column;transition: all .1s;}
.headmenu_a .headmenu_cap{ font-size: 1.7rem;font-family: var(--fontS);line-height: 1.6;}
.headmenu_shape {display: flex;justify-content: center;align-items: center;position: relative;}
.headmenu_uline {position: absolute;bottom: -4px;left: 0;content: "";height: 1px;background-color: var(--bg-font-color);width: 0;transition: all .3s;}
.headmenu_a:hover .headmenu_uline {width: 100%;}

.hamburger_set{ display: none; min-height:36px; line-height:34px; text-align:center; font-size:10px;position: relative;z-index: 130;}
.hamburger_set a{ color:#000;}
.hamburger_btn{ margin:0; vertical-align:middle; display:inline-block; padding:0px; width: 32px; height: 15px; cursor:pointer; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; -ms-transition: all 0.3s linear; transition: all 0.3s linear;}
.hamburger_btn span{ background-color: var(--bg-font-color); display:block; width:30px; height:2px; border-radius:0px; margin:0px 1px 4px 1px; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; -ms-transition: all 0.3s linear; transition: all 0.3s linear;}
.pst_blackheader .hamburger_btn span{ background: var(--bg-font-color); }
.hamburger_btn span:last-child{ margin-bottom:0px;}
.hamburger_btn span:nth-child(2){ width:23px; }
.hamburger_btn span:nth-child(3){ width:15px; }
.hamburger_btn.pst_open span:nth-child(1), .hamburger_btn.pst_open span:nth-child(3){ transform: translate(0px, 7px) rotate(-45deg) scalex(1); margin-bottom:0px;}
.hamburger_btn.pst_open span:nth-child(2){ height:0; margin-bottom:0px; width:0px;}
.hamburger_btn.pst_open span:nth-child(3){ transform: translate(0px, 5px) rotate(45deg) scalex(1); width:30px;}
.hide-scroll{ overflow:hidden !important;}
/*#endregion HEADER*/


/*#region pg specials*/
.display-flex{
    display: flex;
}
.flex-column{
    display: flex;
    flex-direction: column;
}
.justify-content-between{
    display: flex;
    justify-content: space-between;
}
.justify-content-end{
    display: flex;
    justify-content: flex-end;
}
.justify-content-center{
    display: flex;
    justify-content: center;
}
.justify-content-start{
    display: flex;
    justify-content: flex-start;
}
.align-items-end{
    align-items: flex-end;
}
.align-items-baseline{
    align-items: baseline;
}
.align-items-center{
    align-items: center;
}
.flex-wrap{
    display: flex;
    flex-wrap: wrap;
}
.flex-nowrap{
    flex-wrap: nowrap;
}
.justify-flex-end{
    display: flex;
    justify-content: flex-end;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.row_reverse{
    flex-direction: row-reverse;
}
/* -----theme block start------- */
.w_50{
    width: 50%;
}
.w_45{
    width: 45%;
}

.w_48{
    width: 48%;
}
.w_60{
    width: 60%;
}
.w_35{
    width: 35%;
}
.w_25{
    width: 25%;
}
.w_100{
    width: 100%;
}
.w_70{
    width: 70%;
}

img{
    object-fit: cover;
    margin: 0;
    padding: 0;
}
.blue-color {
    color: var(--bg-blue-color);
    font-weight: 700;
}
.sp_break {
    display: none;
}
@media (max-width: 450px){
    .sp_hide{
        display: none;
    }
    .sp_break {
        display: block;
    }
}
/* ------block title------- */




/* -----------page content style---------- */
.wrapper {
    padding-top: var(--headerH);
}
.sec_inner {
    display: flex;
    flex-direction: column;
    gap: 6rem;
}
.sec_bd {
    padding: 0 10rem;
}
.sec_hd {
    display: flex;
    gap: 3.3rem;
}
.sec_hd-line {
    display: flex;
    width: 7rem;
    height: 1px;
    margin: auto 0;
    background-color: #D6CBBD;
}
.sec_title {
    display: flex;
    align-items: flex-end;
    gap: 2rem;
}
.sec_mainTtl {
    font-size: 8rem;
    font-family: var(--fontEG);
    text-transform: uppercase;
    line-height: 1.2;
}
.sec_subTtl {
    font-size: 2rem;
    font-family: var(--fontS);
    line-height: 3;
}
@media (max-width: 768px) {
    .sec_inner {
        gap: 3rem;
    }
    .sec_bd {
        padding: 0 2.5rem;
    }
    .sec_hd {
        gap: 1.5rem;
    }
    .sec_hd-line {
        width: 2.5rem;
    }
    .sec_title {
        gap: 1rem;
    }
    .sec_mainTtl {
        font-size: 2.5rem;
    }
    .sec_subTtl {
        font-size: 1rem;
        line-height: 2;
    }
}
@media (max-width: 450px) {
    .sec_inner {
        gap: 30px;
    }
    .sec_bd {
        padding: 0 15px;
    }
    .sec_hd {
        gap: 10px;
    }
    .sec_hd-line {
        width: 25px;
    }
    .sec_title {
        gap: 10px;
    }
    .sec_mainTtl {
        font-size: 32px;
    }
    .sec_subTtl {
        font-size: 14px;
        line-height: 2;
    }
}

/* -----------section banner---------- */
.banner {
    position: relative;
    width: 100%;
    height: calc(100vh - var(--headerH));
    display: flex;
    padding-right: 6rem;
}
.banner_bg {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    z-index: 10;
    overflow: hidden;
    border-bottom-right-radius: 10rem;
}
.banner_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.banner_main {
    position: absolute;
    top: 50%;
    left: calc(50% - 3rem);
    transform: translate(-50%, -50%);
    background-color: var(--bg-white-color);
    padding: 1rem;
    z-index: 11;
}
.banner_txt {
    text-align: center;
    font-size: 5.5rem;
    font-family: var(--fontS);
    padding: 1.7rem 3.4rem;
    border: 1px dashed #D6CBBD;
    line-height: 1.2;
}
.banner_txt span {
    font-size: 4rem;
    font-family: var(--fontS);
    line-height: 1.2;
}
.banner_paint {
    position: absolute;
    bottom: -5rem;
    right: 0;
    width: 60rem;
    height: 26rem;
    background-color: #EBDFD0;
}
@media (max-width: 1300px) {
    .banner {
        height: auto;
        padding-right: 2rem;
    }
    .banner_bg {
        border-bottom-right-radius: 3rem;
    }
    .banner_paint {
        width: 30rem;
        height: 13rem;
        bottom: -2.5rem;
    }
    .banner_main {
        left: calc(50% - 1rem);
        padding: .6rem;
    }
    .banner_txt {
        font-size: 2.7rem;
        padding: .8rem 1.7rem;
    }
    .banner_txt span {
        font-size: 2rem;
    }
}






/* -----------section medical---------- */
.sec_medical {
    background-color: #F9F5F0;
}
.medical_content {
    display: flex;
    gap: 2.7rem;
}
.medical_item {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.medical_img {
    display: flex;
    width: 100%;
    overflow: hidden;
    border-radius: 3rem 0;
}
.medical_img img {
    width: 100%;
}
.medical_item span {
    position: absolute;
    top: 0;
    left: 2.5rem;
    font-size: 7.5rem;
    font-family: var(--fontEG);
    color: var(--bg-white-color);
    line-height: 1.2;
}
.medical_txt {
    width: fit-content;
    background-color: var(--bg-white-color);
    padding: 1rem;
    margin: 0 auto;
    margin-top: -2.5rem;
}
.medical_txt p {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.7rem;
    font-size: 2rem;
    font-family: var(--fontS);
    padding: 1.7rem;
    border: 1px solid #D6CBBD;
}
.medical_txt p::before, .medical_txt p::after {
    content: '';
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: #D6CBBD;
}
@media (max-width: 768px) {
    .sec_medical .sec_mainTtl {
        font-size: 24px;
    }
    .medical_content {
        flex-wrap: wrap;
        gap: 2rem;
    }
    .medical_item {
        flex: none;
        width: calc(50% - 1rem);
    }
    .medical_txt {
        padding: .6rem;
    }
    .medical_txt p {
        font-size: 1rem;
        padding: 1rem;
        gap: .8rem;
    }
    .medical_img {
        border-radius: 1.5rem 0;
    }
    .medical_item span {
        left: 1.5rem;
        font-size: 3.75rem;
    }
    .medical_txt p::before, .medical_txt p::after {
        width: .6rem;
        height: .6rem;
    }
}
@media (max-width: 450px) {
    .medical_content {
        gap: 20px 10px;
    }
    .medical_item {
        flex: none;
        width: calc(50% - 5px);
    }
    .medical_txt {
        padding: 6px;
    }
    .medical_txt p {
        font-size: 14px;
        padding: 10px;
        gap: 10px;
    }
    .medical_img {
        border-radius: 15px 0;
    }
    .medical_item span {
        left: 15px;
        font-size: 48px;
    }
    .medical_txt p::before, .medical_txt p::after {
        width: 6px;
        height: 6px;
    }
}

/* -----------section news---------- */
.news_content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.news_item {
    display: flex;
    gap: 3rem;
}
.news_ttl {
    width: 35rem;
    font-size: 2.8rem;
    font-family: var(--fontS);
}
.news_txt {
    font-size: 1.8rem;
    flex: 1;
}
.news_txt a {
    text-decoration: underline;
}
@media (max-width: 768px) {
    .news_content {
        gap: 1rem;
    }
    .news_item {
        flex-direction: column;
        gap: 1.5rem;
    }
    .news_ttl {
        font-size: 1.3rem;
    }
    .news_txt {
        font-size: .9rem;
    }
}
@media (max-width: 450px) {
    .news_content {
        gap: 20px;
    }
    .news_item {
        gap: 20px;
    }
    .news_ttl {
        font-size: 23px;
    }
    .news_txt {
        font-size: 15px;
    }
}


/* -----------section access---------- */
.access_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.access_txt {
    font-size: 1.9rem;
    line-height: 2.2;
}
.access_txt a {
    text-decoration: underline;
}
.access_map {
    width: 45%;
    display: flex;
    aspect-ratio: 1.45/1;
}
.access_map iframe {
    width: 100%;
    height: 100%;
}
@media (max-width: 768px) {
    .access_txt {
        font-size: .8rem;
    }
}
@media (max-width: 450px) {
    .access_content {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .access_txt {
        font-size: 14px;
    }
    .access_map {
        width: 100%;
    }
}


/* -----------section message---------- */
.sec_message {
    background-color: #F9F5F0;
}
.message_content {
    display: flex;
    justify-content: space-between;
}
.message_left {
    width: 51%;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}
.message_txt {
    font-size: 1.7rem;
    line-height: 2;
}
.message_name {
    text-align: right;
    font-size: 1.6rem;
}
.message_name span {
    font-size: 2rem;
    padding-left: 2.5rem;
}
.message_right {
    width: 35%;
    display: flex;
    flex-direction: column;
    gap: 1.7rem;
}
.message_item {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.message_item p {
    font-size: 1.6rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #EBDFD0;
}
.message_item ul {
    padding-left: 1.8rem;
}
.message_item li {
    font-size: 1.6rem;
    list-style: disc;
}
@media (max-width: 768px) {
    .message_content {
        flex-direction: column;
        gap: 1.5rem;
    }
    .message_left {
        width: 100%;
        gap: 1.5rem;
    }
    .message_txt {
        font-size: .9rem;
    }
    .message_name {
        font-size: .8rem;
    }
    .message_name span {
        font-size: 1.3rem;
        padding-left: 1.5rem;
    }
    .message_right {
        width: 100%;
        gap: 1rem;
    }
    .message_item {
        gap: .8rem;
    }
    .message_item p {
        font-size: .8rem;
        padding-bottom: .8rem;
    }
    .message_item ul {
        padding-left: 1rem;
    }
    .message_item li {
        font-size: .8rem;
    }
}
@media (max-width: 450px) {
    .message_content {
        gap: 20px;
    }
    .message_left {
        gap: 15px;
    }
    .message_txt {
        font-size: 15px;
    }
    .message_name {
        font-size: 14px;
    }
    .message_name span {
        font-size: 20px;
        padding-left: 15px;
    }
    .message_right {
        gap: 15px;
    }
    .message_item {
        gap: 10px;
    }
    .message_item p {
        font-size: 15px;
        padding-bottom: 10px;
    }
    .message_item ul {
        padding-left: 15px;
    }
    .message_item li {
        font-size: 14px;
    }
}


/* -----------section clinic---------- */
.clinic_content {
    display: flex;
    justify-content: space-between;
}
.clinic_left {
    width: 47%;
}
.clinic_right {
    width: 47%;
}
.clinic_row {
    display: flex;
    padding: 2rem 0;
    border-bottom: 1px solid #EBDFD0;
    margin: 0;
}
.clinic_row:first-child {
    border-top: 1px solid #EBDFD0;
}
.clinic_row dt, .clinic_row dd {
    font-size: 1.6rem;
    margin: 0;
}
.clinic_row dt {
    width: 40%;
}
.clinic_row dd {
    flex: 1;
}
@media (max-width: 768px) {
    .clinic_content {
        flex-direction: column;
    }
    .clinic_left, .clinic_right {
        width: 100%;
    }
    .clinic_right .clinic_row:first-child {
        border-top: unset;
    }
    .clinic_row {
        padding: 1rem 0;
    }
    .clinic_row dt {
        width: 35%;
    }
    .clinic_row dt, .clinic_row dd {
        font-size: .8rem;
    }
}
@media (max-width: 450px) {
    .clinic_row {
        padding: 15px 0;
        flex-direction: column;
        gap: 5px;
    }
    .clinic_row dt {
        width: 100%;
    }
    .clinic_row dt, .clinic_row dd {
        font-size: 14px;
    }
}


/* -----------footer style---------- */
footer {
    padding: 4rem 0;
    background-color: #D6CBBD;
}
footer p {
    font-size: 1.6rem;
    font-family: var(--fontS);
    text-align: center;
    color: var(--bg-white-color);
}
@media (max-width: 768px) {
    footer {
        padding: 2rem 0;
    }
    footer p {
        font-size: .8rem;
    }
}
@media (max-width: 450px) {
    footer {
        padding: 25px 0;
    }
    footer p {
        font-size: 14px;
    }
}