@charset "UTF-8";
@import "base.css";
@import "fonts.css";
/*==========================================================================*/
/*                                                                          */
/*    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 {
    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;
}
/*==========================================================================*/
/*                               Container                                  */
/*==========================================================================*/
html {
    background: #fff
}
body {
    -webkit-text-size-adjust: none;
    min-width: 320px;
    color: var(--txt);
    font-family: var(--f-main)
}
body.is_nav, body.active_modal {
    overflow: hidden;
}
table {
    width: 100%
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
}
p, dd, dt, li, th, td, address {
    line-height: 1.8em;
    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_line {
    text-decoration: underline;
}
.f_big {
    font-size: 150%;
}
.f_sm {
    font-size: 80%;
}
.m0a {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
:root {
    --txt: #333333;
    --mcolor: #F48796;
    --scolor: #7DB0CE;
    --container: 1260px;
    --gray: #e9e9e9;
    --blue: #003b7d;
    --red: red;
    --f-main: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    --f-yumin: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
    --noto-san: "Noto Sans JP", sans-serif;
}
#wrapper {
    min-width: 1200px;
    overflow: hidden;
    margin: 0 auto
}
.inner {
    width: var(--container);
    margin: 0 auto;
    position: relative;
    max-width: 100%;
}
/*==========================================================
                       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: 100%; */
    /* height: 14px; */
    margin-bottom: 15px;
}
.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -10px;
    margin-left: 11px;
}
.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
    position: absolute;
    width: 30px;
    height: 1px;
    transition: all ease 0.15s;
    background-color: #fff;
}
.hamburger-inner::after, .hamburger-inner::before {
    display: block;
    content: ""
}
.hamburger-inner::before {
    top: -8px;
}
.hamburger-inner::after {
    bottom: -8px;
}
.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, 4px, 0) rotate(30deg);
}
.hamburger--3dxy.is_active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-30deg);
}
nav .hamburger-inner, nav .hamburger-inner::after, nav .hamburger-inner::before {
    width: 32px;
}
nav .hamburger-box {
    width: 32px;
    margin-bottom: -2px;
}
nav .hamburger-inner {
    margin-left: 0;
}
nav .hamburger-inner {
    bottom: -6px;
}
nav .hamburger-inner::before {
    top: -6px;
}
nav .menu_tt {
    color: #fff;
    font-size: 16px;
    font-family: var(--f-yumin);
    letter-spacing: 0.05em;
}
header {
    position: relative;
    z-index: 9;
}
.h_left {
    display: inline-block;
    width: 100%;
}
.h_t, .h_left {
    pointer-events: none;
}
h1 {
    font-size: 14px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 19px 0 0 100px;
    letter-spacing: 0.05em;
    color: #fff;
    margin-bottom: 102px;
    pointer-events: auto;
}
.h_list.info_list {
    margin-left: 100px;
}
#logo {
    margin-left: 100px;
    margin-bottom: 0;
    width: auto;
    display: table;
    pointer-events: auto;
}
.h_list.info_list {
    margin-top: 53px;
    pointer-events: auto;
}
.info_list {
    display: flex;
    width: 522px;
    flex-wrap: wrap;
}
.info_list li {
    display: flex;
    align-items: center;
    justify-content: center;
}
.info_list li {
    height: 60px;
    font-family: var(--f-yumin);
    font-size: 24px;
    text-align: center;
    position: relative;
    line-height: 1.6;
    width: 50%;
    padding-right: 10px;
}
.info_list li:nth-child(2n) {
    padding-right: 0;
    padding-left: 10px;
}
.h_list.info_list li {
    color: #fff;
    padding-bottom: 8px;
}
.info_list li:not(:nth-child(n+3)):before, .info_list li:not(:nth-child(2n)):after {
    position: absolute;
    content: "";
}
.info_list li:not(:nth-child(n+3)):before {
    border-bottom: 1px #fff solid;
    width: calc(100% - 10px);
    bottom: -1px;
}
.info_list li:nth-child(1):before {
    left: 0px;
}
.info_list li:nth-child(2):before {
    right: 0px;
}
.info_list li:not(:nth-child(2n)):after {
    border-right: 1px #fff solid;
    height: 50px;
    right: 0;
}
.info_list li:nth-child(n+3) {
    padding-bottom: 0;
    padding-top: 12px;
}
.info_list li:nth-child(1):after {
    top: 0;
}
.info_list li:nth-child(3):after {
    bottom: 0;
}
.h_box {
    width: 100%;
    position: fixed;
    /*    pointer-events: none;*/
    pointer-events: none;
}
.h_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.h_contact {
    display: flex;
    align-items: center;
}
.h_contact > p {
    margin-bottom: 0;
}
.h_right {
    position: fixed;
    right: 0;
    top: calc(50% - 330px);
    z-index: 99;
}
.h_contact {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.h_contact .h_contact_sub, .h_contact .h_contact_sub a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    line-height: 1.25;
    letter-spacing: 0.05em;
}
.h_contact .h_contact_sub {
    height: 150px;
    width: 100px;
    color: #fff;
    font-size: 16px;
    font-family: var(--f-yumin);
    letter-spacing: 0.23em;
    transition: all 0.3s;
    position: relative;
    margin-bottom: 20px;
}
.menu_tt {
    position: relative;
    top: 11px;
    letter-spacing: 0.05em;
}
.h_contact p a {
    color: #fff;
}
.h_menu {
    background: #404040;
    transition: all 0.3s;
}
nav .btn_sika a span {
    background-size: 18px auto;
    padding-left: 25px;
    background-position: left top 11px;
}
nav .btn_sika {
    width: auto;
}
nav .h_menu {
    width: 100px;
    height: 150px;
    position: fixed;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9;
    top: 210px;
}
.h_contact_tel {
    background: url("../images/bg_green_gra_tel.svg") no-repeat center top/cover;
}
.h_contact_tel a {
    pointer-events: none;
}
.h_contact_tel .tel_txt {
    background: url("../images/icon_tel_w.svg") no-repeat center top/16px;
    padding-top: 35px;
    display: block;
    padding: 33px 15px 0px;
    font-size: 18px;
    font-size: 20px;
}
.h_contact_tel_box {
    position: absolute;
    left: 240px;
    top: 0;
    height: 100%;
    color: #fff;
    width: 240px;
    transition: all 0.3s;
    padding-bottom: 5px;
    background: url("../images/bg_green_gra_tel_box.svg") no-repeat center top/cover;
}
.h_contact_tel.active .h_contact_tel_box {
    left: -140px;
}
.h_contact_tel_box_tt {
    display: flex;
    flex-direction: column;
    /* writing-mode: lr; */
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: center;
    font-family: var(--f-yumin);
    padding-bottom: 45px;
}
.h_contact_tel_box_tt .ja {
    font-size: 15px;
    line-height: 1;
    padding-top: 60px;
    letter-spacing: 0.05em;
    margin-bottom: 5px;
}
.h_contact_tel_box_tt .num {
    font-size: 24px;
    line-height: 1.9;
    letter-spacing: 0.05em;
    background: url("../images/icon_tel_w.svg") no-repeat left top 13px/12.5px;
    padding-left: 19px;
}
.h_contact_mail {
    background: url("../images/bg_gra_sika.svg") no-repeat center top/cover;
}
.h_contact_mail span {
    background: url("../images/icon_sika_w.svg") no-repeat center top/24px;
    padding: 33px 15px 0;
    font-size: 20px;
}
.h_contact_line {
    background: #fff;
}
.h_contact_sub.h_contact_line {
    align-items: flex-start;
}
.h_contact_sub.h_contact_line > .btn_modal_line {
    color: #00B549;
    font-size: 19px;
    letter-spacing: 0em;
    background: url(../images/ic_logo02.png) no-repeat center top 29px / 26px;
    display: inline-block;
    padding-top: 68px;
    line-height: 1.3;
    cursor: pointer;
}
.h_contact_sub.h_contact_line a span {
    font-size: 20px;
}
.info_top {
    position: fixed;
    background: var(--scolor);
    color: #fff;
    left: 0;
    bottom: 0;
    width: 930px;
    height: 180px;
    display: flex;
    padding: 25px 35px 25px 49px;
    font-family: var(--f-yumin);
}
.info_top_l {
    width: 334px;
    position: relative;
    padding-top: 2px;
    flex-shrink: 0;
}
.info_top_l:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 130px;
    background: #ABC0D2;
    right: 0;
    top: 0px;
}
.info_top_r {
    width: 548px;
    padding-left: 60px;
    padding-top: 1px;
}
.info_load {
    padding-right: 40px;
}
.info_top_tt {
    font-size: 18px;
    position: relative;
    padding-left: 12px;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    font-weight: 400 !important;
}
.info_top_tt:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 20px;
    left: 0;
    top: 7px;
    background: #EB6EA7;
}
.info_top_g .info_top_tt {
    font-size: 20px;
    display: flex;
    margin-right: 20px;
    font-weight: 400;
}
.info_top_g .info_top_tt span {
    font-size: 16px;
    margin-left: 8px;
    letter-spacing: 0.05em;
}
.info_hour dl, .info_top_g, .info_load dl {
    display: flex;
}
.info_top_g {
    margin-bottom: 4px;
}
.info_hour dl dt {
    width: 68px;
    flex-shrink: 0;
}
.info_hour dl dt, .info_hour dl dd {
    line-height: 1.55;
    letter-spacing: 0.05em;
}
.info_load dl {
    align-items: center;
    margin-bottom: 11px;
}
.info_load dl dt {
    margin-right: 27px;
    flex-shrink: 0
}
.info_load dl dd {
    width: calc(100% - 68px);
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.info_load dd a {
    color: #fff;
}
.mv_txt {
    position: fixed;
    width: 495px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 172px;
    top: calc(50% - 352px);
    transform-origin: center center;
}
.mv_txt .tt_ver {}
.tt_ver {
    display: flex;
    flex-direction: column;
    font-family: var(--f-yumin);
}
.tt_ver > span {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mv_txt .tt_ver .sm {
    width: 90px;
    font-size: 29px;
    height: 611px;
    letter-spacing: 0.22em;
    padding-top: 10px;
    margin-right: 30px;
}
.tt_ver .lg {
    color: #000;
}
.mv_txt .tt_ver .lg {
    width: 130px;
    font-size: 65px;
    height: 704px;
    letter-spacing: 0.24em;
    padding-top: 8px;
}
.c_pink {
    color: #DB337F;
}
.c_blue {
    color: var(--scolor);
    letter-spacing: 0.3em;
}
.quote_l, .quote_r {
    position: relative;
}
.mv_txt .quote_l {
    margin-top: -19px;
    top: 1px;
    right: -16px;
}
.quote_r {
    margin-top: -15px;
    top: -6px;
    left: -30px;
    transform: rotate(90deg);
    display: inline-block;
    text-orientation: mixed;
}
/*==========================================================
                  M A I N    V I S U A L
==========================================================*/
main {
    position: relative;
    z-index: 2;
    display: flex;
}
.mv {
    position: fixed;
    padding: 0 !important;
    width: 100%;
    height: 100%;
}
.mv video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}
.mv:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.24);
    left: 0;
    top: 0;
    z-index: 1;
    pointer-events: none;
}
/* NAV */
.nav_wrap {
    width: 100%;
    padding-bottom: 70px;
    border-bottom: 1px #D2D2D2 solid;
    margin-bottom: 80px;
    max-width: 740px;
}
.nav_logo {
    margin-bottom: 36px;
}
.nav_box01 {
    align-items: center;
}
.nav_box01 .sec_cont_box {
    margin-bottom: 15px;
}
.nav_box01, .nav_box02 {
    display: flex;
}
.nav_box01 .sec_cont_add {
    margin-right: 40px;
    margin-bottom: 35px;
}
.nav_box01 .btn_map {
    margin-right: 22px;
}
.nav_box02 .btn_sika {
    flex-shrink: 0;
    margin-right: 20px;
}
.nav_box02 .tel_com {
    flex-shrink: 0;
    margin-right: 20px;
}
.nav_box02 .hour_com {
    font-size: 14px;
    position: relative;
    width: calc(100% + 50px);
    white-space: nowrap;
    line-height: 1.7;
}
.nav_box02 .btn_sika a {
    width: 253px;
    height: 50px;
}
.nav_box03 .calc {
    flex-shrink: 0;
    margin-right: 40px;
}
nav {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    /* overflow: auto; */
    z-index: 100;
    display: none;
    background-color: rgba(255, 255, 255, 0.15);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px) brightness(80%);
}
nav.is_nav {
    display: block
}
nav .inner {
    width: 100%;
    max-width: calc(50% - 10px);
    padding: 98px 100px 50px 102px;
    display: flex;
    flex-direction: column;
    background: url(../images/bg_menu.png) rgba(255, 255, 255, 0.9) no-repeat center top / cover;
    margin-right: 0;
    height: 100%;
    overflow: auto;
}
.nav_tt {
    font-size: 40px;
    color: #B4C9DC;
    text-align: center;
    font-weight: 300;
    margin-bottom: 27px;
    letter-spacing: 0.1em;
    position: relative;
    left: 2px;
}
.nav_list {
    display: flex;
    /* justify-content: space-between; */
}
.nav_list li.big, .nav_list li .hook {
    font-size: 18px;
    letter-spacing: 0.075em;
    margin-bottom: 20px;
    display: block;
    line-height: 1.8;
    font-family: var(--f-yumin);
}
.nav_list > li:nth-child(1) {
    width: 140px;
}
.nav_list > li:nth-child(2) {
    width: 270px;
}
.nav_list > li:nth-child(3) {
    width: 250px;
}
.nav_list li .sub {
    display: flex;
}
.nav_list li .sub > ul:nth-child(1) {
    margin-right: 49px;
}
.nav_list li .sub li {
    margin-bottom: 6px;
    letter-spacing: 0.05em;
}
.nav_list li .sub li a {
    position: relative;
    padding-left: 20px;
}
.nav_list li .sub li a:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #B2B2B2;
    left: 3px;
    top: 7px;
}
/*==========================================================
                M A I N    C O N T E N T
==========================================================*/
/* DEFAULT TITLE */
.ttl_h3 {
    text-align: center;
    font-family: var(--f-yumin);
    position: relative;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0.1em;
}
.idx_en {
    margin-bottom: 20px;
    text-align: center;
}
/* DEFAUTL NAME BUTTON */
.btn a {
    width: 250px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('../images/arrow_right.svg') no-repeat right 14px center/7.3px;
    font-size: 16px;
    color: #333;
    font-family: var(--f-yumin);
    padding-top: 4px;
    overflow: hidden;
    font-weight: 400;
    border: 1px #404040 solid;
}
.btn.center a {
    margin: 0 auto;
}
.btn_box .btn {
    margin: 10px;
}
.content {
    pointer-events: auto;
}
.content, footer {
    width: 455px;
    height: auto;
    margin-right: 250px;
    margin-left: auto;
    position: relative;
    z-index: 100;
    background: #fff;
}
.content .inner {
    max-width: 335px;
}
/*============= SEC01 ==============*/
.sec01 {
    padding-bottom: 48px;
}
.sec01_main {
    position: relative;
    min-height: 780px;
    padding-top: 85px;
    z-index: 1;
}
.sec01_main:before {
    position: absolute;
    content: "";
    background: url("../images/main_pc.jpg") no-repeat center top/455px;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
.sec01_logo {
    text-align: center;
}
.sec01_ttl {
    position: absolute;
    display: flex;
    bottom: 91px;
    left: 0;
    flex-direction: column;
}
.sec01_ttl span {
    background: #fff;
    font-size: 37px;
    font-family: var(--f-yumin);
    padding: 11px 15px 11px 26px;
    width: 409px;
    letter-spacing: 0.15em;
}
.sec01_ttl span:last-child {
    width: 273px;
    letter-spacing: 0.186em;
}
.sec01_ttl span:not(:last-child) {
    margin-bottom: 17px;
}
.sec01 .inner {}
.sec01 .info_list {
    width: 335px;
    margin: 50px auto 35px;
}
.sec01 .info_list li {
    font-size: 16px;
    height: 42px;
    padding-bottom: 7px;
}
.sec01 .info_list li:nth-child(n+3) {
    padding-top: 16px;
}
.sec01 .info_list li span {
    color: var(--mcolor);
}
.sec01 .info_list li:not(:nth-child(n+3)):before {
    border-bottom-color: #B2B2B2;
    bottom: 0;
    width: calc(100% - 8px);
}
.sec01 .info_list li:nth-child(2):before {
    right: 1px;
}
.sec01 .info_list li:not(:nth-child(2n)):after {
    border-right-color: #B2B2B2;
    height: 34px;
}
.sec01 .info_list li:nth-child(3):after {
    height: 37px;
    bottom: -1px;
}
.sec01 .info_list li:nth-child(2) {
    padding-bottom: 10px;
    padding-left: 6px;
}
.sec01 .info_list li:nth-child(4) {
    padding-bottom: 6px;
    padding-left: 2px;
}
.sec01 .info_list li:nth-child(4) span {
    position: relative;
    left: 4px;
}
.sroll a {
    display: table;
    margin: 0 auto;
}
/*============= SEC02 ==============*/
.sec02 {
    position: relative;
    padding-top: 75px;
    padding-bottom: 60px;
}
.sec02:before {
    position: absolute;
    content: "";
    background: url("../images/idx_bg01.jpg") no-repeat center top/cover;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
}
.sec02_tab {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 335px;
    margin: 0 auto;
}
.sec02_tab li {
    width: 100px;
    height: 41px;
}
.sec02_tab li:not(:last-child) {
    margin-right: 5px;
}
.sec02_tab li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s;
    font-family: var(--f-yumin);
    position: relative;
    color: #333333;
    letter-spacing: 0.05em;
    padding-top: 2px;
    border: 1px #686868 solid;
    border-bottom: none;
}
.sec02_tab li a.active {
    background: #fff;
    pointer-events: none;
    border-color: #fff;
}
.sec02_wrap {
    background: #fff;
    padding: 40px 15px 40px 20px;
    width: 100%;
    max-width: 335px;
    margin: 0 auto;
}
.sec02_wrap .btn {
    margin-top: 20px;
}
.sec02_load {
    height: 251px;
    overflow-y: auto;
    padding-right: 5px;
}
.sec02_load dl {
    display: flex;
    flex-direction: column;
    padding-bottom: 4px;
    margin-bottom: 4px;
    align-items: flex-start;
}
.sec02_load dl:not(:last-child) {}
.sec02_load dl dt {
    display: flex;
    margin-bottom: 9px;
}
.sec02_load dl dt .date {
    position: relative;
    top: 1px;
}
.sec02_load dl dt .cate {
    height: 30px;
    min-width: 70px;
    line-height: 26px;
    padding: 2px 5px 0;
    margin-right: 10px;
    flex-shrink: 0;
    text-align: center;
    border: 1px #404040 solid;
    font-size: 14px;
    font-family: var(--f-yumin);
}
.sec02_load dl dd {
    font-family: var(--noto-san);
    width: 100%;
}
.sec02_load dl dd a {
    background: url("../images/arrow_post.png") no-repeat right top 10px/7px;
    padding-right: 17px;
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.sec02_ttl3 {
    margin-bottom: 38px;
    letter-spacing: 0.05em;
}
.sec02_tab {
    display: flex
}
/*============= SEC03 ==============*/
.sec03 .inner {
    max-width: 100%;
}
.idx_en.sec03_en {
    margin-bottom: 23px;
}
.sec03_ttl3 {
    margin-bottom: 38px;
    color: #686868;
    letter-spacing: 0.05em;
}
.sec03_item li {
    display: inline-block;
    position: relative;
}
.sec03_img {
    margin-bottom: 0;
}
.sec03_ttl {
    position: absolute;
    left: 0;
    bottom: 50px;
    display: flex;
    flex-direction: column;
    font-family: var(--f-yumin);
    align-items: flex-start;
}
.sec03_ttl span:not(:last-child) {
    margin-bottom: 11px;
}
.sec03_ttl > span {
    background: #fff;
    font-size: 22px;
    padding-left: 9px;
    padding: 5px 0px 3px 20px;
}
.sec03_ttl > span.line-none {
    padding: 0;
    background: none;
}
.sec03_ttl > span.line-none01 {
    padding-left: 20px;
    top: -20px;
    position: relative;
}
.sec03_ttl > span.line-none02 {
    padding-right: 24px;
    position: relative;
    top: -20px;
}
.sec03_ttl span .bold {
    font-weight: 600;
}
.sec03_ttl .line01 {
    letter-spacing: 0.05em;
    width: 355px;
}
.sec03_ttl .line02 {
    letter-spacing: 0.05em;
    width: 260px;
}
.sec03_ttl .line02 .bold {
    position: relative;
}
.sec03_ttl .line03 {
    letter-spacing: 0.045em;
    width: 175px;
    padding-left: 17px;
}
.sec03_ttl .line04 {
    letter-spacing: 0.05em;
    width: 240px;
    padding-left: 13px;
}
.sec03_ttl .line05 {
    letter-spacing: 0.05em;
    width: 160px;
    padding-left: 13px;
    padding-bottom: 2px;
}
.sec03_ttl .line06 {
    padding-right: 15px;
}
.sec03_ttl .line07 {
    padding-right: 20px;
}
.sec03_ttl.ttl2 {
    align-items: flex-end;
    left: auto;
    right: 0;
    bottom: 50px;
}
.sec03_ttl.ttl2 span:not(:last-child) {
    margin-bottom: 10px;
}
.sub02 .sec03_ttl.ttl2 {
    bottom: 53px;
}
/*============= SEC04 ==============*/
.sec04 {
    padding-top: 85px;
    padding-bottom: 70px;
}
.sec04 .btn a, .sec05 .btn a {
    width: 100%;
}
.sec04 .ttl_h3 {
    letter-spacing: 0.05em;
    line-height: 1.8;
    margin-bottom: 33px;
    padding-left: 0;
    color: #686868;
}
.idx_en.sec04_en {
    margin-bottom: 17px;
    padding-left: 2px;
}
.sec04_txt {
    margin-bottom: 55px;
    padding-right: 0;
}
.sec04_txt p:not(:last-child) {
    margin-bottom: 30px;
}
.sec04_txt p {
    letter-spacing: 0.05em;
}
/*.sec04_txt p:last-child {
    letter-spacing: 0.046em;
}*/
.sec04_img {
    margin-bottom: 37px;
}
/*============= SEC05 ==============*/
.sec05 {
    background: #E9F1F5;
    padding-top: 87px;
    padding-bottom: 74px;
}
.sec05 .inner {}
.sec05 .ttl_h3 {
    letter-spacing: 0.05em;
    margin-bottom: 38px;
}
.sec05_w {
    display: flex;
    align-items: flex-end;
}
.sec05_img {
    flex-shrink: 0;
}
.sec05_w .num {
    flex-shrink: 0;
    position: relative;
    margin-right: -7px;
}
.sec05_ttl4 {
    font-size: 22px;
    font-family: var(--f-yumin);
    line-height: 1.8;
    margin-bottom: 20px;
}
.sec05_item li.sub03 .sec05_ttl4 {
    margin-bottom: 22px;
}
.sec05_item li.sub01 .sec05_ttl4 {
    font-size: 25px;
}
.idx_en.sec05_en {
    margin-bottom: 35px;
    padding-left: 4px;
}
.sec05_item li {
    position: relative;
    z-index: 1;
}
.sec05_item li:not(:last-child) {
    margin-bottom: 45px;
}
.sec05_item li:before {
    position: absolute;
    content: "";
    background: #d5e4eb;
    width: 300px;
    height: 300px;
    left: -60px;
    top: 50px;
    z-index: -1;
}
.sec05_item li.sub03:before {
    top: 40px;
}
.sec05_item li.sub02:before, .sec05_item li.sub04:before {
    left: auto;
    right: -60px;
}
.sec05_item li.sub04:before {
    top: 60px;
}
.sec05_item li.sub02 .sec05_w, .sec05_item li.sub04 .sec05_w {
    flex-direction: row-reverse;
    justify-content: space-between;
}
.sec05_item li.sub01 .sec05_w .num {
    left: 5px;
    bottom: 5px;
}
.sec05_item li.sub02 .sec05_w .num {
    margin-right: 0px;
    margin-left: -35px;
    left: -7px;
    bottom: 15px;
}
.sec05_item li.sub03 .sec05_w .num {
    margin-right: -37px;
    left: 5px;
    bottom: 15px;
}
.sec05_item li.sub04 .sec05_w .num {
    margin-right: 0px;
    margin-left: -46px;
    right: 3px;
    bottom: 15px;
}
.sec05_txt {
    letter-spacing: 0.05em;
}
.sec05_item {
    margin-bottom: 55px;
}
/*============= SEC06 ==============*/
.sec06 {
    padding-top: 85px;
    padding-bottom: 140px;
}
.content .sec06 .inner {
    max-width: 345px
}
.idx_en.sec06_en {
    margin-bottom: 33px;
}
.sec06 .ttl_h3 {
    letter-spacing: 0.05em;
    color: #686868;
    margin-bottom: 34px;
}
.sec06_tt01 {
    font-size: 22px;
    font-family: var(--f-yumin);
    text-align: center;
    line-height: 1.8;
}
.sec06_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sec06_item li {
    width: 165px;
    height: 165px;
    border: 1px #404040 solid;
    margin-bottom: 15px;
    position: relative;
    transition: all 0.3s;
}
.sec06_item li.sub05, .sec06_item li.sub06 {
    border-color: #686868;
}
.sec06_item li:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    border-right: 1px #6BA505 solid;
    border-bottom: 1px #F48796 solid;
    right: 9px;
    bottom: 9px;
    pointer-events: none;
}
.sec06_item li a, .sec06_item li a .tt {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.sec06_item li a {
    padding-top: 17px;
}
.sec06_item li a .tt {
    line-height: 1.43;
    font-family: var(--f-yumin);
    letter-spacing: 0.1em;
}
.sec06_item li a .tt span {
    display: block;
    margin-bottom: 7px;
    line-height: 1.625;
    font-family: var(--f-main);
    letter-spacing: 0em;
}
.sec06_item li.sub01 a {
    background: url("../images/idex_icon01.svg") no-repeat center top 85px/38px;
}
.sec06_item li.sub02 a {
    background: url("../images/idex_icon02.svg") no-repeat left calc(50% - -3px) top 96px/73px;
    padding-left: 5px;
}
.sec06_item li.sub03 a {
    background: url("../images/idex_icon03.svg") no-repeat center top 107px/28px;
    padding-top: 13px;
}
.sec06_item li.sub04 a {
    background: url("../images/idex_icon04.svg") no-repeat left calc(50% - 2px) top 108px/42px;
    padding-top: 15px;
    padding-left: 5px;
}
.sec06_item li.sub05 a {
    background: url("../images/idex_icon05.svg") no-repeat center top 105px/33px;
    padding-top: 15px;
}
.sec06_item li.sub06 a {
    background: url("../images/idex_icon06.svg") no-repeat left calc(50% - -2px) top 105px/59px;
    padding-top: 26px;
    padding-left: 5px;
}
/*============= SEC07 ==============*/
.sec07 {
    position: relative;
    padding-bottom: 70px;
}
.idx_en.sec07_en {
    padding-left: 3px;
    margin-bottom: 33px;
}
.content .sec07 .inner {
    max-width: 100%;
}
.idx_en.sec03_en {
    margin-bottom: 22px;
    padding-left: 4px;
}
.sec07 .ttl_h3 {
    line-height: 1.8;
    letter-spacing: 0;
    color: #686868;
    letter-spacing: 0.05em;
    margin-bottom: 28px;
}
.sec07:before {
    position: absolute;
    content: "";
    background: url("../images/idx_bg02.jpg") no-repeat center top;
    width: 100%;
    height: 2317px;
    left: 0;
    top: 0;
}
.sec07_w {
    position: relative;
}
.sec07_tt {
    position: absolute;
    left: 0;
    top: 8px;
}
.sub02 .sec07_tt {
    top: 6px;
}
.sec07_item {
    max-width: 335px;
    margin: 0 auto;
}
.sec07_item li:not(:last-child) {
    margin-bottom: 45px;
}
.sec07_img {
    position: relative;
    width: calc(100% + 20px);
    margin-right: -20px;
    display: block;
}
.sec07_ttl4 {
    font-size: 26px;
    line-height: 1.8;
    font-family: var(--f-yumin);
    margin-bottom: 20px;
}
.sec07_txt {
    letter-spacing: 0.05em;
}
.sub02 .sec07_tt {
    left: auto;
    right: -2px;
}
.sub02 .sec07_img {
    margin-left: -20px;
    margin-right: 0;
}
/*============= SEC08 ==============*/
/*============= SEC09 ==============*/
/*============= SEC10 ==============*/
/*============= SEC11 ==============*/
/*============= SEC contact ==============*/
.sec_cont {
    padding-top: 74px;
    padding-bottom: 77px;
}
.sec_cont_logo {
    text-align: center;
    margin-bottom: 46px;
}
.sec_cont_logo a {
    display: table;
    margin: 0 auto;
}
.add_com {
    line-height: 1.86;
    margin-bottom: 9px;
}
.sec_cont .add_com {
    margin-bottom: 13px;
}
.sec_cont_box {
    display: flex;
    margin-bottom: 20px;
}
.sec_cont_box p {
    margin-bottom: 0;
    font-family: var(--f-yumin);
}
.btn_map {
    margin-right: 42px;
}
.btn_map a, .btn_parking a {
    position: relative;
    padding-left: 28px;
    padding-bottom: 1px;
    display: block;
}
.btn_map a:before, .btn_parking a:before, .btn_map a:after, .btn_parking a:after {
    position: absolute;
    content: "";
}
.btn_map a:before {
    background: url("../images/icon_map.svg") no-repeat left top;
    width: 22px;
    height: 26px;
    left: 0;
    top: -2px;
}
.btn_parking a:before {
    background: url("../images/icon_p.svg") no-repeat left top;
    width: 21px;
    height: 21px;
    left: 0;
    top: 3px;
}
.btn_map a:after, .btn_parking a:after {
    width: 100%;
    height: 1px;
    background: #B2B2B2;
    left: 0;
    bottom: 0;
    transition: all ease 0.3s;
}
.tel_com {
    margin-bottom: 12px;
}
.tel_com a {
    display: table;
    margin: 0 auto;
    font-size: 30px;
    background: url("../images/icon_tel.svg") no-repeat left top 6px/19px;
    padding: 7px 0 5px 23px;
    letter-spacing: 0.05em;
}
.hour_com {
    display: table;
    margin: 0 auto 28px;
    line-height: 1.5;
}

.calc_txt01, .btn_sika a, .tel_com a, .add_com, .calc_txt02, .hour_com {
    font-family: var(--f-yumin);
}
.btn_sika a {
    width: 100%;
    height: 50px;
    max-width: 335px;
    margin: 0 auto;
    background: url("../images/bg_btn01.jpg") no-repeat center top/cover;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    letter-spacing: 0.12em;
    padding-top: 1px;
}
.g_btn .btn_sika a {
    height: 135px;
    background: url(../images/bg_gra_sika.svg) no-repeat center top / cover;
    width: 135px;
	font-size: 22px;
}
.g_btn .btn_sika a span {
    background-position: center top;
    padding: 30px 0 0;
    text-align: center;
}
.btn_sika a span {
    background: url("../images/icon_sika.svg") no-repeat left top 10px;
    padding: 6px 0 5px 32px;
    position: relative;
    left: 1px;
}
.btn_line {
    margin-left: 15px;
    flex-shrink: 0;
}
.g_btn {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
.g_btn p {
    margin-bottom: 0;
}
.calc_txt02 {
    background: url("../images/icon_poly.svg") no-repeat left top 12px;
    line-height: 2.25;
    text-indent: 19px;
    padding-left: 0px;
    white-space: nowrap;
}
.calc_txt01 {
    line-height: 1.56;
    margin-bottom: 1px;
}
.calc {
    margin-bottom: 13px;
}
/*==========================================================
                        C O M M ON
==========================================================*/
.tt_ver, .sec05_tt, .sec06_ttl, .sec08_ttl02 {
    writing-mode: vertical-lr;
    text-orientation: upright;
}
/*==========================================================
                        F O O T E R
==========================================================*/
footer {
    position: relative;
    z-index: 3;
    padding-top: 74px;
}
.ft_top .inner, .ft_bt .inner {
    max-width: 335px;
}
.ft_top .inner {
    padding-bottom: 43px;
}
.ft_logo {
    text-align: center;
    margin-bottom: 35px;
}
.ft_top .tel_com {
    margin-bottom: 13px;
}
.ft_bt {
    background: #404040;
    color: #fff;
}
.ft_txt {
    margin-bottom: 55px;
    width: calc(100% + 1px);
}
.ft_bt .inner {
    padding-top: 47px;
}
.under .ft_bt .inner {
    padding-top: 24px;
}
.ft_txt p {
    letter-spacing: 0.05em;
}
.ft_sika {
    display: table;
    margin: 26px auto 26px;
}
.ft_map {
    width: 100%;
    display: inline-block;
    margin: 0 auto 15px;
    height: 299px
}
.ft_map iframe {
    width: 100%;
    height: 100%;
    border: none;
}
address {
    color: #fff;
    text-align: center;
    line-height: 1.8;
    padding-bottom: 27px;
    letter-spacing: 0.05em;
}
/* modal */
.modal {
    position: fixed;
    z-index: 9999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
}
.modal.active {
    display: block;
}
.modal_inner {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    margin: auto;
    overflow: auto;
    display: flex;
}
.modal_box {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 480px;
    padding: 0;
    background-color: #ffffff;
    margin: auto;
    text-align: left;
}
.copy_alert {
    position: absolute;
    top: -85px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    padding: 8px 0;
    width: 200px;
    background-color: #EE878E;
    border-radius: 4px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 24px;
}
.btn_line03 span img {
    margin: 0 10px 0 0;
}
.line_reservation_modal_inner {
    text-align: center;
}
.line_reservation_modal_inner .close_btn_block {
    height: 38px;
    background-color: #73A80C;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.line_reservation_modal_block {
    padding: 25px 25px 15px;
}
.line_reservation_modal_inner .text {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto;
}
.line_reservation_modal_inner .color_red {
    color: #f00;
}
.line_reservation_modal_inner .step img {
    width: 100px;
}
.line_reservation_modal_inner .clinic_id_copy {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 12px 0 12px 0;
}
.line_reservation_modal_inner .clinic_id {
    font-size: 24px;
    text-align: center;
    margin: 0 auto;
    font-weight: bold;
}
.line_reservation_modal_inner .copy_btn {
    position: absolute;
    right: calc(50% - 160px);
}
.line_reservation_modal_inner .clip_board {
    width: 85px;
    margin-left: 15px;
}
.line_reservation_modal_inner .line_qr .qr_cd {
    width: 150px;
}
.line_reservation_modal_inner .text {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
    font-weight: bold;
}
.line_qr_wrap .line_qr_note {
    font-size: 12px;
    line-height: 1.5;
    color: #707070;
}
.line_reservation_modal_inner .line_btn_pc {
    margin-top: 10px;
    margin-bottom: 10px;
}
.modal button {
    background: rgba(255, 255, 255, 0);
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    border: none;
    padding: 0;
    outline: none;
}
.line_reservation_modal_inner .line_btn_pc img {
    width: 150px;
}
.modal button:hover {
    opacity: 0.8;
    cursor: pointer;
}
.modal .step {
    width: 100px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background: #73A80C;
    margin: 0 auto;
    padding-top: 2px;
}
.line_qr {
    margin: 5px 0;
}
.close_btn {
    display: block;
    width: 45px;
    height: 38px;
    position: relative;
    top: 0px;
    right: 0;
    z-index: 999;
    cursor: pointer;
    font-size: 28px;
    color: #fff;
    line-height: 1.45;
    background: #000;
}
.close_btn:hover {
    opacity: 0.8;
}
.btn_modal {
    cursor: pointer;
    display: block;
}
.btn_modal:hover {
    opacity: .8
}
/* BACK TO TOP */
.to_top {
    position: fixed;
    z-index: 1;
    width: 45px;
    height: 46px;
    bottom: 55px;
    right: 29px;
    cursor: pointer;
    transition: all .2s;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../images/arrow_up.svg") no-repeat center top/33px;
    font-size: 20px;
    font-family: var(--f-yumin);
    color: #fff;
    padding-top: 20px;
    opacity: 0;
    visibility: hidden;
}
.to_top.show {
    opacity: 1;
    visibility: visible;
}
/*#wpadminbar {
    display: none;
}*/
body.customize-support {
    position: relative;
    margin-top: -32px;
}
@media screen and (max-width: 782px) {
    body.customize-support {
        margin-top: -46px;
    }
}
/* FIREFOX ONLY */
@-moz-document url-prefix() {
    .sec02_load dl dd a {
        background-position: right top 10px;
    }
    .sec02_load {
        height: 249px;
    }
    .sec02_wrap .btn {
        margin-top: 22px;
    }
}
/* Safari 10.1+ (which is the latest version of Safari at this time) */
@media not all and (min-resolution: 0.001dpcm) {}