﻿body {
    background-image: url(../img/bg_body.gif);
    background-repeat: repeat;
    background-position: left top;
    color: #524d4b;
    font-family: "Noto Serif Japanese", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Meiryo, serif;
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: .1rem
}

a {
    color: #534d4b;
    text-decoration: none;
    transition: all 0.3s ease
}

a:hover {
    color: #6e6663
}

img {
    max-width: 100%;
    height: auto
}

h1,
h2,
h3 {
    line-height: 1.5;
    font-family: "YakuHanMP", Lato, "Shippori Mincho B1", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
    font-weight: 700
}

.mincho {
    font-family: "YakuHanMP", Lato, "Shippori Mincho B1", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif
}

.ja {
    font-family: "YakuHanJP", Lato, "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif
}

.en {
    font-family: "YakuHanJP", "EB Garamond", "sans-serif";
    text-transform: uppercase
}

#header {
    position: absolute;
    z-index: 4;
    width: 100%;
    height: 15em;
    color: #fff
}

#header .inner {
    margin: 0 auto;
    max-width: 95%
}

#header #logo {
    position: absolute;
    top: calc(50% - 5em);
    left: calc(50% - 10em);
    transition-property: transform;
    transition-duration: .8s;
    transition-timing-function: ease-out
}

#header .information {
    position: absolute;
    top: 50%;
    left: 5%;
    z-index: 3;
    transform: translateY(-50%);
    font-size: 1.2rem;
    font-weight: 700;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8), 0 0 5px rgba(0, 0, 0, 0.8)
}

#header a {
    color: #fff
}

#header.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    height: 7.5em;
    background-image: url(../img/bg_body.gif);
    background-repeat: repeat;
    background-position: left top;
    color: #524d4b
}

#header.is-fixed #logo {
    transform: scale(0.5)
}

#header.is-fixed a {
    color: #524d4b
}

#page-top {
    position: fixed;
    bottom: 55px;
    right: 10px;
    z-index: 5
}

#page-top a {
    display: inline-block;
    -webkit-transition: 0.15s ease;
    transition: 0.15s ease;
    text-decoration: none;
    color: #534d4b;
    font-size: 1.4rem;
    line-height: 100px;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt"
}

#page-top a:before {
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    left: 0;
    margin: auto;
    border-top: 1px solid #534d4b;
    border-right: 1px solid #534d4b;
    width: 15px;
    height: 15px;
    -webkit-transition: 0.15s ease;
    transition: 0.15s ease;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#footer {
    background-image: url(../img/common_bg_01.jpg);
    padding: 100px 0;
    text-align: center;
    background-position: bottom
}

#footer .inner {
    max-width: 99%;
    margin: 0 auto;
    padding-bottom: 50px;
    color: #fff
}

#footer .inner a {
    color: #fff
}

#footer .address {
    margin-bottom: 20px
}

#footer .information {
    margin-top: 20px;
    font-size: 1.3rem
}

#footer .copyright {
    font-size: 1.2rem;
    color: #fff
}

#sp_navi {
    display: none
}

#nav-toggle {
    position: fixed;
    z-index: 999;
    top: 15px;
    right: 15px;
    height: 32px;
    cursor: pointer
}

#nav-toggle>div {
    position: relative;
    width: 36px
}

#nav-toggle span {
    width: 100%;
    height: 1px;
    left: 0;
    display: block;
    background: #fff;
    position: absolute;
    transition: transform .6s ease-in-out, top .5s ease;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8), 0 0 5px rgba(0, 0, 0, 0.5)
}

#nav-toggle span:nth-child(1) {
    top: 0
}

#nav-toggle span:nth-child(2) {
    top: 14px
}

#nav-toggle span:nth-child(3) {
    top: 28px
}

#nav-toggle:hover span:nth-child(1) {
    top: 4px
}

#nav-toggle:hover span:nth-child(3) {
    top: 23px
}

.open #nav-toggle span {
    background: #fff
}

.open #nav-toggle span:nth-child(1) {
    top: 15px;
    transform: rotate(45deg)
}

.open #nav-toggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%
}

.open #nav-toggle span:nth-child(3) {
    top: 15px;
    transform: rotate(-45deg)
}

#nav-toggle {
    z-index: 1000
}

#container {
    z-index: 900
}

#gloval-nav {
    background: #524d4b;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    text-align: center;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease
}

#gloval-nav #gloval_logo {
    margin: 0 auto 30px;
    width: 150px
}

#gloval-nav a {
    display: block;
    color: #fff !important;
    text-decoration: none;
    padding: 10px 0;
    transition: color .6s ease
}

#gloval-nav a:hover {
    color: #534d4b
}

#gloval-nav a span {
    display: block;
    color: #534d4b;
    font-size: 1.2rem
}

#gloval-nav ul {
    list-style: none
}

#gloval-nav ul li {
    opacity: 0;
    transform: translateX(200px);
    transition: transform .6s ease, opacity .2s ease
}

#gloval-nav ul li:nth-child(2) {
    transition-delay: .15s
}

#gloval-nav ul li:nth-child(3) {
    transition-delay: .3s
}

#gloval-nav ul li:nth-child(4) {
    transition-delay: .45s
}

#gloval-nav ul li:nth-child(5) {
    transition-delay: .6s
}

#gloval-nav ul li:nth-child(6) {
    transition-delay: .75s
}

#gloval-nav ul li:nth-child(7) {
    transition-delay: .9s
}

.open {
    overflow: hidden
}

.open #gloval-nav {
    visibility: visible;
    opacity: 1
}

.open #gloval-nav li {
    opacity: 1;
    transform: translateX(0);
    transition: transform 1s ease, opacity .9s ease
}

#slideshow {
    position: relative;
    overflow: hidden
}

#catch {
    position: absolute;
    z-index: 3;
    top: calc(40% - 5em);
    left: calc(50% - 3em);
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 2rem;
    font-family: "YakuHanMP", Lato, "Shippori Mincho B1", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
    letter-spacing: 0.2em;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8), 0 0 5px rgba(0, 0, 0, 0.5)
}

#catch span {
    display: inline-block;
    color: #fff;
    padding: .3em .2em;
    margin-left: 1em;
    text-shadow: 1px 2px 3px #808080
}

.page_scroll {
    display: inline-block;
    position: absolute;
    right: 49%;
    bottom: 0;
    z-index: 2;
    padding: 10px 10px 110px;
    overflow: hidden;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: .2em;
    text-transform: uppercase;
    text-decoration: none;
    writing-mode: vertical-lr
}

.page_scroll::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 2;
    width: 1px;
    height: 100px;
    background: rgba(255, 255, 255, 0.4)
}

.page_scroll::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 100px;
    background: #fff;
    animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite
}

.swiper-slide {
    overflow: hidden;
    position: relative
}

.slide-img {
    overflow: hidden;
    height: 100vh;
    position: relative
}

.slide-img:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2)
}

.slide-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

.swiper-button-next {
    background-image: url(../img/next.svg) !important
}

.swiper-button-prev {
    background-image: url(../img/prev.svg) !important
}

.swiper-pagination-bullet-active {
    background-color: #123e7c !important
}

@keyframes sdl {
    0% {
        transform: scale(1, 0);
        transform-origin: 0 0
    }

    50% {
        transform: scale(1, 1);
        transform-origin: 0 0
    }

    50.1% {
        transform: scale(1, 1);
        transform-origin: 0 100%
    }

    100% {
        transform: scale(1, 0);
        transform-origin: 0 100%
    }
}

.phone_txt a {
    color: #534d4b;
    font-size: 3.5rem;
    font-weight: 600
}

.phone_txt a em {
    font-style: normal
}

.phone_txt a em:before {
    font-family: "Font Awesome 5 Free";
    content: "\f095";
    font-weight: 900;
    margin-right: 10px
}

.phone_txt span {
    display: block;
    text-align: center
}

.single_01 {
    margin: 0 auto;
    max-width: 99%;
    padding-bottom: 100px
}

.single_02 {
    margin: 0 auto;
    max-width: 85%;
    padding-bottom: 100px
}

.single_02.max1200 {
    max-width: 1200px
}

.single_03 {
    margin: 0 auto;
    max-width: 85%;
    padding-bottom: 100px
}

.single_04 {
    margin: 0 auto;
    max-width: 768px;
    padding-bottom: 100px
}

.single_05 {
    margin: 0 auto;
    max-width: 99%
}

.single_06 {
    margin: 0 auto;
    max-width: 85%
}

.single_07 {
    margin: 0 auto;
    max-width: calc(100% - 100px)
}

.single_08 {
    margin: 0 auto;
    max-width: 768px
}

.bg_common {
    padding-top: 100px
}

.bg_b {
    margin-bottom: 100px
}

.bg_01 {
    background-color: #fff
}

.half {
    display: flex;
    justify-content: space-between
}

.half .child {
    width: 50%
}

.triple {
    display: flex;
    justify-content: space-between
}

.triple .child {
    width: 33.3%
}

.four {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.four .child {
    width: 25%
}

.column2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: -3%
}

.column2>.child {
    width: 48.44%;
    margin: 0 3% 3% 0
}

.column2>.child:nth-child(2n) {
    margin: 0 0 3% 0
}

.column3 {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin-bottom: -3%
}

.column3>.child {
    width: 31.3%;
    margin: 0 3% 3% 0
}

.column3>.child:nth-child(3n) {
    margin: 0 0 3% 0
}

.column4 {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin-bottom: -3%
}

.column4>.child {
    width: 22.7%;
    margin: 0 3% 3% 0
}

.column4>.child:nth-child(4n) {
    margin: 0 0 3% 0
}

.column5 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: -2%
}

.column5>.child {
    width: 18.4%;
    margin: 0 2% 2% 0
}

.column5>.child:nth-child(5n) {
    margin: 0 0 2% 0
}

@media screen and (max-width: 667px) {
    .half {
        display: block;
        margin-bottom: 40px
    }

    .half .child {
        width: 100%
    }

    .triple {
        display: block
    }

    .triple .child {
        width: 100%;
        margin-bottom: 30px
    }

    .triple .child:last-child {
        margin-bottom: 0
    }

    .four .child {
        width: 100%;
        margin-bottom: 30px
    }

    .four .child:last-child {
        margin-bottom: 0
    }

    .column2 {
        display: block;
        margin-bottom: 0
    }

    .column2>.child {
        width: 100%;
        margin: 0 0 20px
    }

    .column2>.child:nth-child(2n) {
        margin: 0 0 20px
    }

    .column2>.child:last-child {
        margin: 0
    }

    .column3 {
        display: block;
        margin-bottom: 0
    }

    .column3>.child {
        width: 100%;
        margin: 0 0 20px
    }

    .column3>.child:nth-child(3n) {
        margin: 0 0 20px
    }

    .column3>.child:last-child {
        margin: 0
    }

    .column4 .child {
        width: 100%
    }

    .column4 .child:nth-child(2n),
    .column4 .child:nth-child(4n) {
        margin: 0 0 3%
    }

    .column5>.child {
        width: 30%
    }

    .column5>.child:nth-child(5n) {
        margin: 0 2% 2% 0
    }

    .column5>.child:nth-child(3n) {
        margin: 0 0 2% 0
    }
}

.title {
    margin-bottom: 30px;
    font-weight: 600
}

.title_vertical {
    position: relative;
    font-size: 4rem;
    font-weight: 500;
    margin-left: .25em;
    line-height: 1.5 !important
}

.title_vertical span {
    display: block;
    font-size: 50%
}

.title_vertical2 {
    position: relative;
    font-size: 2.8rem;
    font-weight: 500;
    margin-left: .15em;
    line-height: 1.5 !important
}

.a_btn {
    margin-top: 30px
}

.a_btn a,
.a_btn span {
    display: table;
    position: relative;
    background: #fff;
    color: #534d4b;
    padding: .5em 3em;
    border-radius: 100px;
    margin: 0 auto
}

.a_btn a:after,
.a_btn span:after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.b_btn {
    display: block;
    margin-top: 30px;
    width: 300px;
    padding: 1em;
    text-align: center;
    color: #534d4b;
    border: 1px solid #534d4b;
    background-color: transparent;
    position: relative;
    -webkit-transition: .46s;
    transition: .46s
}

.b_btn:hover {
    background-color: #534d4b;
    color: #fff
}

.b_btn:hover .b_btn_icon {
    background-color: #fff;
    right: 26px;
    width: 30px
}

.b_btn:hover .b_btn_icon:before {
    border-left: 4px solid #fff;
    border-bottom: 4px solid #fff
}

.b_btn .b_btn_icon {
    position: absolute;
    top: calc(50% - 1px);
    right: -30px;
    width: 60px;
    height: 1px;
    -webkit-transition: inherit;
    transition: inherit;
    background-color: #534d4b
}

.b_btn .b_btn_icon:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    border-top: 4px solid transparent;
    border-left: 4px solid #534d4b;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #534d4b;
    -webkit-transition: inherit;
    transition: inherit
}

.b_btn.b_btn_01 {
    margin: 30px auto 0
}

.b_btn.b_btn_white {
    color: #fff;
    border: 1px solid #fff
}

.b_btn.b_btn_white:hover {
    background-color: #fff;
    color: #534d4b
}

.b_btn.b_btn_white:hover .b_btn_icon {
    background-color: #534d4b
}

.b_btn.b_btn_white:hover .b_btn_icon:before {
    border-left: 4px solid #534d4b;
    border-bottom: 4px solid #534d4b
}

.b_btn.b_btn_white .b_btn_icon {
    background-color: #fff
}

.b_btn.b_btn_white .b_btn_icon:before {
    border-left: 4px solid #fff;
    border-bottom: 4px solid #fff
}

.c_btn {
    margin-top: 30px
}

.c_btn a,
.c_btn button {
    display: block;
    position: relative;
    width: 320px;
    max-width: 100%;
    background: #524d4b;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    font-weight: 600;
    letter-spacing: .3em
}

.c_btn a:after,
.c_btn button:after {
    position: absolute;
    right: 15px;
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    transition: .2s
}

.c_btn a:hover:after,
.c_btn button:hover:after {
    right: 10px
}

.c_btn.c_btn_01 {
    position: absolute;
    bottom: -8%
}

.c_btn.c_btn_02 a,
.c_btn.c_btn_02 button {
    margin: 0 auto
}

.d_btn {
    height: 3.125em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    transition: 0.9s all cubic-bezier(0.19, 1, 0.22, 1);
    margin-top: 30px;
    padding: 0 1em;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: none;
    max-width: 300px;
    min-width: 2100px;
    will-change: transform;
    color: #fff
}

.d_btn:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.6s all cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
    left: 0;
    transform: rotate(45deg)
}

.d_btn:hover {
    transform: scale(1.1);
    color: #fff
}

.d_btn:hover:before {
    opacity: 1;
    transform: scale(2) rotate(0deg)
}

.d_btn span {
    margin: 0 .3125em;
    position: relative;
    z-index: 1
}

.d_btn i {
    line-height: 1em;
    margin-left: .8em;
    position: relative;
    z-index: 1
}

.d_btn i:before {
    font-family: "Font Awesome 5 Free";
    content: "\2192";
    font-weight: 900
}

.d_btn.d_btn_01 {
    background: #534d4b
}

.d_btn.d_btn_01 span,
.d_btn.d_btn_01 i {
    color: #fff
}

.d_btn.d_btn_01:before {
    background: #fff
}

.d_btn.d_btn_01:hover span,
.d_btn.d_btn_01:hover i {
    color: #534d4b
}

.d_btn.d_btn_02 {
    background: #123e7c
}

.d_btn.d_btn_02 span,
.d_btn.d_btn_02 i {
    color: #534d4b
}

.d_btn.d_btn_02:before {
    background: #534d4b
}

.d_btn.d_btn_02:hover span,
.d_btn.d_btn_02:hover i {
    color: #fff
}

.d_btn.d_btn_03 {
    margin: 30px auto 0
}

.e_btn {
    margin-top: 30px
}

.e_btn a,
.e_btn span {
    display: table;
    position: relative;
    background: #fff;
    border: 1px solid #534d4b;
    color: #534d4b;
    padding: .5em 3em;
    border-radius: 100px;
    margin: 0 auto
}

.e_btn a:after,
.e_btn span:after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.e_btn a:hover,
.e_btn span:hover {
    background: #534d4b;
    color: #fff
}

.g_btn a {
    transform: perspective(1px) translateZ(0);
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 1em 2em;
    background-color: #534d4b;
    vertical-align: middle;
    text-align: center;
    line-height: 1;
    color: #fff;
    white-space: nowrap
}

.g_btn a:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #b89c7d;
    transform: scaleY(0);
    transition-property: transform;
    transition-duration: .2s;
    transition-timing-function: ease-out
}

.g_btn a:hover:before {
    transform: scaleY(1)
}

.news-bl dt {
    float: left;
    width: 7em;
    margin-bottom: 10px;
    padding: 3px 5px;
    background: #534d4b;
    color: #fff;
    text-align: center
}

.news-bl dd {
    padding: 0 0 10px 9em;
    line-height: 1.6;
    border-bottom: 1px dotted #ddd;
    margin: 0 0 10px
}

.news-bl dd:last-child {
    margin: 0;
    border-bottom: none
}

.news_box {
    display: flex;
    justify-content: start;
    flex-wrap: wrap
}

.news_box .mtitle_news {
    width: 20%
}

.news_box .news_list {
    width: 80%
}

.news_list li:first-child {
    border-top: 1px solid #ccc
}

.news_list li a {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 20px;
    color: #524d4b;
    border-bottom: 1px solid #ccc
}

.news_list li a:hover {
    background-color: #fafafa
}

.news_list li a .news_date {
    margin-right: 20px;
    font-size: 1.2rem
}

.news_list li a .news_category {
    background: #fff;
    border: 1px solid #534d4b;
    color: #534d4b;
    padding: 5px;
    margin-right: 30px;
    min-width: 140px;
    text-align: center
}

.tbl {
    width: 100%;
    background-color: #fff;
    font-size: 1.4rem
}

.tbl th,
.tbl td {
    vertical-align: middle;
    border: 1px solid #ddd;
    padding: 10px
}

.tbl th {
    background: #fafafa;
    font-weight: 500
}

.tbl_new {
    width: 100%;
    font-size: 1.4rem
}

.tbl_new th,
.tbl_new td {
    vertical-align: top;
    padding: 15px 10px;
    border-bottom: 1px solid #ddd
}

.tbl_new th {
    text-align: left;
    font-weight: 500
}

.tbl_new td {
    text-align: right
}

.company {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 5px
}

.company th,
.company td {
    padding: 10px;
    vertical-align: middle
}

.company th {
    text-align: left;
    width: 20%;
    position: relative;
    background: #534d4b;
    color: #fff;
    font-weight: 600
}

.company th::after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: #fff;
    border-width: 10px;
    border-left-color: #534d4b;
    margin-top: -10px
}

.company td {
    background: #fff;
    padding-left: 20px
}

.tbl_simple {
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #ddd;
    text-align: center;
    font-size: 1.3rem
}

.tbl_simple th,
.tbl_simple td {
    vertical-align: top;
    padding: 12px 10px;
    border-bottom: 1px solid #ddd
}

.tbl_simple th {
    background-color: #534d4b;
    color: #fff;
    font-weight: 600
}

.tbl_simple span {
    color: #534d4b
}

.tbl_company {
    width: 100%;
    font-size: 1.4rem
}

.tbl_company th,
.tbl_company td {
    padding: 15px;
    vertical-align: middle
}

.tbl_company th {
    border-bottom: 1px solid #534d4b;
    font-weight: 500;
    text-align: left
}

.tbl_company td {
    border-bottom: 1px solid #dcdcdc;
    line-height: 1.8em
}

.tbl_form {
    margin-bottom: 50px
}

.tbl_form th {
    text-align: left
}

.cell_01 {
    width: 20%
}

.cell_02 {
    width: 48%
}

.number {
    text-align: right;
    width: 16%
}

.list_common {
    font-size: 1.4rem
}

.list_common li {
    padding-bottom: 10px;
    padding-left: 1rem;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ddd
}

.list_common li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

.list_check li {
    position: relative;
    padding-left: 1.5em
}

.list_check li:before {
    position: absolute;
    top: 0;
    left: 1.5em;
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    font-weight: 900;
    content: "\f14a";
    color: #534d4b;
    margin: 0 5px 0 -1.5em;
    padding: 1px
}

.list_half {
    display: flex;
    justify-content: start;
    flex-wrap: wrap
}

.list_half li {
    width: 33%
}

.list_note li {
    margin-bottom: 5px;
    padding-left: 1.5em
}

.list_note li:last-child {
    margin-bottom: 0
}

.list_note li:before {
    content: "※";
    margin: 0 5px 0 -1.5em
}

.list_disc li {
    margin-bottom: 5px;
    padding-left: 1.5em
}

.list_disc li:last-child {
    margin-bottom: 0
}

.list_disc li:before {
    content: "・";
    margin: 0 5px 0 -1em;
    color: #534d4b
}

.list_line li {
    position: relative;
    display: inline-block;
    padding-right: 10px
}

.list_line li:after {
    position: absolute;
    right: 0;
    content: "/"
}

.list_line li:last-child:after {
    display: none
}

.rounded-list {
    counter-reset: li;
    padding-left: 1em;
    list-style: none
}

.rounded-list li {
    position: relative;
    padding: .4em .4em .4em 2em;
    margin: .5em 0;
    background: #fafafa;
    border-radius: .3em;
    transition: all .3s ease-out;
    box-sizing: border-box
}

.rounded-list li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background: #534d4b;
    color: #fff;
    height: 2em;
    width: 2em;
    line-height: 2em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    transition: all .3s ease-out
}

.ggmap {
    position: relative;
    padding-bottom: 46%;
    height: 0;
    overflow: hidden
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
    width: 100% !important
}

.article {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #fafafa
}

.article .article_image {
    width: 60%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.article .article_detail {
    width: 40%;
    box-sizing: border-box;
    padding: 100px 0
}

.article .article_detail .inner {
    margin: 0 auto;
    width: 80%
}

.article.article_b {
    margin-bottom: 50px
}

.article.article_white {
    background-color: #fff
}

.article.article_01 .article_image {
    background-image: url(../img/business_01.jpg)
}

.article.article_02 .article_image {
    background-image: url(../img/business_02.jpg)
}

.article.article_03 .article_image {
    background-image: url(../img/business_03.jpg)
}

.article.article_04 .article_image {
    background-image: url(../img/article_04.jpg)
}

.article.article_05 .article_image {
    background-image: url(../img/article_05.jpg)
}

.article.article_06 .article_image {
    background-image: url(../img/article_06.jpg)
}

.date {
    display: inline-block;
    margin-bottom: 15px
}

.date:before {
    font-family: "Font Awesome 5 Free";
    content: "\f017";
    font-weight: 900;
    margin-right: 5px;
    color: #534d4b
}

.blog_contents {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.blog_contents .blog_main {
    width: 65%
}

.blog_contents .blog_side {
    width: 30%;
    padding: 20px;
    background-color: #fff
}

.category_nav li {
    border-bottom: 1px dotted #524d4b
}

.category_nav li:last-child {
    border-bottom: none
}

.category_nav li a {
    display: block;
    padding: 10px 15px;
    background-color: #fbfbfb
}

.category_nav li a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    margin-right: 5px;
    color: #534d4b;
    margin-right: 5px
}

.category_nav li:last-child a {
    border-bottom: none
}

.blog_title {
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: 600
}

.blog_title:before {
    margin-right: 5px;
    color: #534d4b
}

.blog_title.archive:before {
    font-family: "Font Awesome 5 Free";
    content: "\f187";
    font-weight: 900
}

.blog_title.new:before {
    font-family: "Font Awesome 5 Free";
    content: "\f044";
    font-weight: 900
}

.blog_article {
    padding: 30px 30px 50px;
    background-color: #fff;
    margin-bottom: 50px
}

.blog_article:last-child {
    margin-bottom: 0
}

.blog_new {
    border-bottom: 1px dotted #534d4b
}

.blog_new:last-child {
    border-bottom: none
}

.blog_new a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 10px
}

.blog_new a .image {
    width: 40%
}

.blog_new a .detail {
    width: 50%
}

.blog_new a .detail .entry_title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.pages {
    overflow: hidden;
    margin-top: 50px
}

.pages .page_next,
.pages .page_prev {
    display: inline-block
}

.pages .page_next a,
.pages .page_prev a {
    display: block;
    padding: 10px 20px;
    background-color: #fff
}

.pages .page_next {
    float: left
}

.pages .page_prev {
    float: right
}

.gallery_ul {
    display: flex;
    justify-content: start;
    flex-wrap: wrap
}

.gallery_ul a {
    display: none;
    position: relative;
    overflow: hidden;
    background: #fff
}

.gallery_ul a img {
    display: block;
    object-fit: contain;
    font-family: "object-fit: contain;";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s
}

.gallery_ul a:before {
    display: block;
    content: '';
    padding-top: 67%
}

.gallery_ul a:first-child {
    display: block
}

.gallery_ul span {
    display: block;
    margin-top: 5px;
    text-align: center;
    font-size: 1.4rem
}

.gallery_ul.gallery_ul_01 li {
    width: 48.5%;
    margin: 0 3% 3% 0
}

.gallery_ul.gallery_ul_01 li:nth-child(2n) {
    margin: 0 0 3% 0
}

.gallery_ul.gallery_ul_02 li {
    width: 31.3%;
    margin: 0 3% 3% 0
}

.gallery_ul.gallery_ul_02 li:nth-child(3n) {
    margin: 0 0 3% 0
}

.ba li {
    position: relative
}

.ba li:after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    position: absolute;
    top: 40%;
    right: -7%;
    font-size: 3rem;
    color: #534d4b
}

.ba li:last-child:after {
    display: none
}

.sns_list {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin-top: 30px
}

.sns_list li {
    width: 24%;
    margin-right: 1.2%
}

.sns_list li:last-child {
    margin: 0
}

.sns_btn {
    overflow: hidden;
    color: #fff;
    position: relative;
    display: block;
    border-radius: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    vertical-align: middle
}

.sns_btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.sns_btn i {
    font-size: 2rem;
    position: relative;
    top: 3px;
    margin-right: 10px
}

.sns_btn span {
    display: inline-block;
    position: relative;
    transition: .5s
}

.sns_btn:hover {
    color: #fff
}

.sns_btn:hover span {
    -webkit-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    transform: rotateX(360deg)
}

.facebook_btn {
    background: #4267b2
}

.insta_btn {
    background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat
}

.insta_btn:before {
    background: -webkit-linear-gradient(15deg, #ffdb2c, #f9764c 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
    background: linear-gradient(15deg, #ffdb2c, #f9764c 25%, rgba(255, 77, 64, 0) 50%) no-repeat
}

.line_btn {
    background: #00b82b
}

.twitter_btn {
    background: #55acee
}

.flex_type {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px
}

.flex_type:last-child {
    margin-bottom: 0
}

.flex_type_01 .flex_image {
    width: 30%
}

.flex_type_01 .flex_detail {
    width: 67%
}

.flex_type_02 .flex_image {
    width: 40%
}

.flex_type_02 .flex_detail {
    width: 57%
}

.mbox {
    background-color: #fff;
    padding: 50px
}

.mbox.wk {
    border: 1px solid #ddd;
    box-sizing: border-box
}

.sbox {
    background-color: #fff;
    border: 1px solid #534d4b;
    padding: 30px;
    margin-bottom: 30px
}

.vertical_image {
    display: block;
    position: relative;
    overflow: hidden;
    height: 250px;
    margin-bottom: 15px
}

.vertical_image img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
    vertical-align: middle
}

.slide_list {
    position: relative;
    padding-bottom: 100px
}

.slide_list li {
    margin-right: 3%
}

.slide_list li img {
    width: auto;
    height: 200px
}

.vertical {
    position: relative;
    padding-top: 15px
}

.vertical .read {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    white-space: nowrap;
    min-height: 600px;
    box-sizing: border-box;
    padding: 5%;
    background-image: url(../img/top_con_01.jpg);
    position: relative
}

.vertical .read>* {
    margin: 0 0.5em;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    line-height: 2;
    font-weight: 400;
    color: #fff
}

.top_menu {
    position: relative
}

.top_menu .side_image {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    padding: 1.2em 0
}

.top_menu .side_image div {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.top_menu .left_image {
    left: 0
}

.top_menu .left_image div {
    background-image: url(../img/top_menu_01.jpg)
}

.top_menu .right_image {
    right: 0
}

.top_menu .right_image div {
    background-image: url(../img/top_menu_02.jpg)
}

.top_menu .detail {
    position: relative;
    z-index: 2;
    width: 500px;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    height: 100%;
    box-shadow: 0 0.15em 0.3em 0.15em rgba(0, 0, 0, 0.21);
    padding: 50px 30px;
    font-size: 1.4rem
}

.top_new_box .inner {
    flex-direction: row-reverse;
    margin: 100px auto 0;
    width: 80%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.top_new_box .inner .child {
    width: 44%
}

.fly {
    display: block
}

.fly span {
    -webkit-transition: all .3s;
    transition: all .3s
}

.fly:hover span {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

.macker {
    background-image: -webkit-linear-gradient(left, transparent 50%, #fbff00 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, #fbff00 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, #fbff00 50%);
    background-image: -o-linear-gradient(left, transparent 50%, #fbff00 50%);
    background-image: linear-gradient(left, transparent 50%, #fbff00 50%);
    background-repeat: repeat-x;
    background-size: 200% .1em;
    background-position: 0 1.4em;
    transition: all 3.5s ease;
    font-style: normal;
    font-weight: bold;
    padding: 0 5px
}

.macker.active {
    background-position: -100% 1.4em
}

.cut {
    overflow: hidden;
    zoom: 1
}

@-webkit-keyframes flash {
    0% {
        opacity: .4
    }

    100% {
        opacity: 1
    }
}

@keyframes flash {
    0% {
        opacity: .4
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes animation-bar {
    0% {
        left: 0;
        right: auto;
        width: 0
    }

    50% {
        left: 0;
        right: auto;
        width: 100%
    }

    51% {
        left: auto;
        right: 0;
        width: 100%
    }

    100% {
        left: auto;
        right: 0;
        width: 101%
    }
}

@keyframes animation-bar {
    0% {
        left: 0;
        width: 0
    }

    50% {
        left: 0;
        width: 100%
    }

    51% {
        left: 0;
        width: 100%
    }

    100% {
        left: 101%;
        width: 0
    }
}

@-webkit-keyframes animation-txt {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes animation-txt {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.animation.move .animation-bar:before {
    -webkit-animation: animation-bar 1s ease 0s 1 normal forwards;
    animation: animation-bar 1s ease 0s 1 normal forwards
}

.animation.move .animation-txt {
    -webkit-animation: animation-txt 0s ease .5s 1 normal forwards;
    animation: animation-txt 0s ease .5s 1 normal forwards
}

.animation .animation-box {
    display: block;
    text-align: center
}

.animation .animation-bar {
    position: relative;
    display: inline-block;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.animation .animation-bar:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: #fafafa
}

.animation .animation-txt {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.effect_fade {
    opacity: 0;
    transform: translate(0, 45px);
    transition: all 2s
}

.effect_fade.effect_scroll {
    opacity: 1;
    transform: translate(0, 0)
}

.lead_ttl {
    position: relative;
    font-weight: 400;
    margin: 50px auto;
    font-size: 3rem;
    text-align: center
}

.lead_ttl:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -17px;
    width: 34px;
    height: 1px;
    background-color: #534d4b
}

@media screen and (max-width: 667px) {
    .lead_ttl {
        font-size: 2rem
    }
}

.visual_common {
    background-image: url(../img/bg_slide_03.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    height: 40vh;
    position: relative
}

.visual_common:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5)
}

.breadcrumb {
    width: 99%;
    margin: 0 auto;
    padding-left: 0;
    font-size: 1.3rem
}

.breadcrumb li {
    display: inline
}

.breadcrumb li+li:before {
    margin: 0 10px;
    content: ">"
}

.breadcrumb li .home:before {
    font-family: "Font Awesome 5 Free";
    content: "\f015";
    font-weight: 900
}

.form_dl dt {
    margin-bottom: 5px
}

.form_dl dd {
    margin-bottom: 15px
}

.form_dl dd:last-child {
    margin-bottom: 0
}

.form .required {
    position: relative;
    top: -1px;
    background: #123e7c;
    color: #fff;
    padding: 0 5px;
    margin-right: 5px;
    font-size: 1.1rem
}

.form .nini {
    position: relative;
    top: -1px;
    background: #777;
    color: #fff;
    padding: 0 5px;
    margin-right: 5px;
    font-size: 1.1rem
}

.form .textarea,
.form textarea {
    border: 1px solid #ddd;
    padding: 5px;
    width: 100%;
    border-radius: 0;
    -webkit-appearance: none;
    box-sizing: border-box
}

.form .textarea {
    height: 30px
}

.form .textarea_02 {
    width: 48.5%;
    margin-right: 3%
}

.form .textarea_02:last-child {
    margin-right: 0
}

.form .textarea_03 {
    width: 20%;
    margin-right: 1%
}

.form .selectarea {
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 0;
    box-sizing: border-box;
    height: 30px
}

.form button {
    display: block;
    cursor: pointer;
    border: none;
    transition: all 0.2s ease-in-out 0s;
    font-family: "YakuHanJP", Lato, "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 1.5rem
}

.form label.radio_text {
    cursor: pointer;
    position: relative;
    margin-right: 20px;
    overflow: hidden;
    padding-left: 20px;
    display: inline-block
}

.form label.radio_text:before {
    position: absolute;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    border-radius: 50%;
    left: 0px;
    top: 2px;
    content: "";
    z-index: 3
}

.form label.radio_text:after {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    left: 2px;
    top: 4px;
    background-color: #123e7c;
    z-index: 1
}

.form label.radio_text input[type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px;
    left: -23px;
    top: 0px;
    margin: 0px;
    box-shadow: 20px -1px #fff
}

.form label.radio_text input[type="radio"]:checked {
    box-shadow: none
}

.form label.radio_text input[type="radio"]:focus {
    opacity: 0.2;
    box-shadow: 20px -1px #eeebda
}

.form label.checkbox_text {
    cursor: pointer;
    position: relative;
    padding: 0 0 3px 25px;
    margin-right: 20px;
    overflow: hidden;
    display: inline-block;
    box-sizing: border-box;
    line-height: 1.2
}

.form label.checkbox_text:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0px;
    top: 0;
    border: 1px solid #ccc;
    z-index: 3
}

.form label.checkbox_text:after {
    content: '';
    position: absolute;
    top: 40%;
    left: 5px;
    display: block;
    margin-top: -9px;
    width: 8px;
    height: 12px;
    border-right: 3px solid #534d4b;
    border-bottom: 3px solid #534d4b;
    transform: rotate(45deg);
    z-index: 1
}

.form label.checkbox_text input[type="checkbox"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    left: -40px;
    width: 20px;
    height: 20px;
    display: block;
    box-shadow: 41px 0px #FFF;
    z-index: 2;
    margin: 0px;
    padding: 0px
}

.form label.checkbox_text input[type="checkbox"]:checked {
    box-shadow: none
}

.form label.checkbox_text input[type="checkbox"]:checked:focus {
    box-shadow: 40px 0px #666;
    opacity: 0.1
}

.form label.checkbox_text input[type="checkbox"]:focus {
    box-shadow: 41px 0px #EEE
}

.contact_btn li a,
.contact_btn li button {
    display: block;
    position: relative;
    overflow: hidden;
    padding: .6em 3em;
    border-radius: 5px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center
}

.contact_btn li a span,
.contact_btn li button span {
    position: relative
}

.contact_btn li a:before,
.contact_btn li button:before {
    display: block;
    transition: all .3s ease;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%
}

.contact_btn li a:after,
.contact_btn li button:after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.contact_btn li a:hover:before,
.contact_btn li button:hover:before {
    width: 100%
}

.contact_btn li .contact_other {
    background-color: #534d4b
}

.contact_btn li .contact_other:before {
    background-color: #605957
}

.contact_btn li .contact_mail {
    background-color: #123e7c
}

.contact_btn li .contact_mail:before {
    background-color: #0f3366
}

.contact_btn li .contact_shop {
    background-color: #fff;
    color: #524d4b
}

.contact_btn li .contact_shop:before {
    background-color: #fff
}

.contact_btn li .contact_w_01 {
    max-width: 340px;
    width: 98%;
    padding: 1em 3em
}

.contact_btn li .contact_w_02 {
    margin: 30px auto 0
}

.contact_btn li .contact_w_03 {
    margin: 20px auto 0
}

.con02_ttl {
    margin: 0 1em;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    line-height: 1.5;
    float: left;
    transform: rotate(-180deg);
    font-size: 2.8rem;
    font-weight: 300;
    letter-spacing: 0.2em;
    text-transform: uppercase
}

.con02_ttl span {
    display: block;
    font-size: 1.8rem;
    transform: rotate(180deg);
    letter-spacing: 0.3em
}

.products {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.products a {
    display: none;
    position: relative;
    overflow: hidden;
    background: #fff
}

.products a img {
    display: block;
    object-fit: contain;
    font-family: "object-fit: contain;";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s
}

.products a:before {
    display: block;
    content: '';
    padding-top: 67%
}

.products a:first-child {
    display: block
}

.products span {
    display: block;
    margin-top: 5px;
    text-align: center;
    font-size: 1.4rem
}

.products.products_list li {
    width: 22%;
    margin: 0 3% 3% 0
}

.products.products_list li:last-child {
    margin: 0 0 3% 0
}

.con03_ttl {
    margin: 0 1em;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    line-height: 1.5;
    float: right;
    transform: rotate(-180deg);
    font-size: 2.8rem;
    font-weight: 300;
    letter-spacing: 0.2em;
    text-transform: uppercase
}

.con03_ttl span {
    display: block;
    font-size: 1.8rem;
    transform: rotate(180deg);
    letter-spacing: 0.3em
}

.business {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.business a {
    display: none;
    position: relative;
    overflow: hidden;
    background: #fff
}

.business a img {
    display: block;
    object-fit: contain;
    font-family: "object-fit: contain;";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s
}

.business a:before {
    display: block;
    content: '';
    padding-top: 67%
}

.business a:first-child {
    display: block
}

.business span {
    display: block;
    margin-top: 5px;
    text-align: center;
    font-size: 1.4rem
}

.business.business_list li {
    width: 22%;
    margin: 0 3% 3% 0
}

.business.business_list li:last-child {
    margin: 0 0 3% 0
}

.ls2 {
    letter-spacing: 0.2em
}

.p_idx_works_item {
    position: relative;
    display: block
}

.p_idx_works_item:last-child {
    margin-bottom: 0
}

.p_idx_works_item a {
    margin: auto;
    width: 95%;
    display: block;
    position: relative;
    height: 220px
}

.p_idx_works_item a>.hover::before {
    opacity: .4;
    transition: opacity .4s
}

.p_idx_works_item a:hover>.hover::before {
    opacity: .8;
    pointer-events: auto
}

.p_idx_works_item .hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1.6em;
    color: #fff;
    letter-spacing: .1rem
}

.p_idx_works_item .hover:before {
    background-color: #000;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    mix-blend-mode: multiply
}

.p_idx_works_item .title {
    position: relative;
    font-size: 2.4rem;
    letter-spacing: 0.2em
}

.p_idx_works_item .title .en {
    text-transform: none !important;
    letter-spacing: 0.1em
}

.p_idx_works_item .title span {
    display: block;
    font-size: 1.2rem
}

@media screen and (max-width: 667px) {
    .p_idx_works_item a {
        width: 100%;
        height: 180px
    }

    .p_idx_works_item .title {
        font-size: 2rem
    }
}

.c-img_full {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    vertical-align: middle
}

.mtitle_page {
    position: relative;
    font-weight: 600;
    text-align: center;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    line-height: 1.4
}

.mtitle_page span {
    display: block;
    font-family: "YakuHanJP", "EB Garamond", "sans-serif";
    font-size: 4rem
}

.mtitle_big {
    position: relative;
    margin-bottom: 30px;
    font-weight: 600;
    text-align: center;
    line-height: 1.4
}

.mtitle_big span {
    display: block;
    color: #534d4b;
    font-size: 4rem
}

.mtitle_big.white {
    color: #fff
}

.mtitle_big.white span {
    color: #fff
}

.mtitle_middle {
    position: relative;
    border-bottom: 2px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-size: 2rem;
    font-weight: 600
}

.mtitle_middle:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 2;
    content: '';
    width: 20%;
    height: 2px;
    background-color: #534d4b
}

.mtitle_middle span {
    font-size: 1.3rem
}

.mtitle_small {
    position: relative;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 2rem;
    padding: 15px 30px;
    margin-bottom: 20px
}

.mtitle_small:before {
    position: absolute;
    top: 15%;
    left: 8px;
    width: 6px;
    height: 70%;
    content: '';
    background: #534d4b
}

.mtitle_small span {
    font-size: .8em
}

.mtitle {
    margin-bottom: 15px;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: .2em
}

.mtitle span {
    color: #534d4b;
    margin-left: .5em;
    font-size: 1.5rem
}

.mtitle_sub {
    position: relative;
    padding-left: 20px;
    font-size: 1.6rem;
    font-weight: 600
}

.mtitle_sub:before {
    content: "";
    background-color: #534d4b;
    width: 10px;
    height: 4px;
    position: absolute;
    top: .6em;
    left: 0
}

.mtitle_point {
    margin-bottom: 15px;
    font-size: 1.8rem;
    position: relative;
    text-align: center
}

.mtitle_point:after {
    content: "";
    width: 30px;
    height: 2px;
    background-color: #534d4b;
    display: block;
    margin: 10px auto 0
}

.mtitle_flow {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #534d4b;
    color: #534d4b;
    font-size: 1.8rem;
    font-weight: 600
}

.mtitle_flow span {
    margin-left: .5em;
    font-size: 1.5rem
}

.mtitle_top {
    margin-bottom: 20px;
    font-size: 3.2rem;
    font-weight: 600
}

.mtitle_top span {
    margin-left: .5em;
    color: #534d4b;
    font-size: 1.5rem
}

.mtitle_balloon {
    font-size: 3.5rem;
    margin-bottom: 30px
}

.mtitle_balloon span {
    position: relative;
    display: inline-block;
    padding-bottom: 24px;
    line-height: 1em;
    overflow: hidden
}

.mtitle_balloon span:before,
.mtitle_balloon span:after {
    content: "";
    display: block;
    border-bottom: 3px solid #524d4b;
    position: absolute;
    width: 50%;
    bottom: 6px
}

.mtitle_balloon span:before {
    left: -5px
}

.mtitle_balloon span:after {
    right: -5px
}

.mtitle_balloon span i {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 3px solid #524d4b;
    border-right: 3px solid #524d4b;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: 2px
}

.mtitle_balloon.mtitle_balloon_01 {
    text-align: center
}

.mtitle_ribon {
    position: absolute;
    top: -25px;
    left: -10px;
    width: 100%
}

.mtitle_ribon span {
    display: inline-block;
    background: #534d4b;
    color: #fff;
    font-size: 2rem;
    padding: 10px 30px
}

.mtitle_ribon:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent #1d1b1b transparent transparent;
    position: absolute;
    left: 0;
    bottom: -10px
}

.mtitle_news {
    padding-top: .5em;
    display: inline-block;
    line-height: 1.4
}

.mtitle_news span {
    display: block;
    color: #534d4b;
    font-size: 3.5rem
}

.mtitle_mg {
    position: relative;
    margin: -17px 0 17px;
    z-index: 2;
    white-space: nowrap
}

.mtitle_mg span {
    display: inline-block;
    background-color: #534d4b;
    color: #fff;
    padding: 6px 7px 6px 9px;
    font-size: 2rem;
    letter-spacing: .2em
}

.mtitle_mg em {
    display: inline-block;
    background-color: #fcf9a1;
    padding: 9px 9px 11px 10px;
    font-style: normal
}

.mtitle_greeting {
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 1.4
}

.mtitle_greeting span {
    display: block;
    font-size: 4rem
}

.mtitle_bg {
    margin-bottom: 15px;
    font-size: 1.8rem;
    position: relative;
    background: #123e7c;
    color: #fff;
    padding: 10px 15px 10px 10px
}

.mtitle_bg:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f30a";
    font-weight: 900;
    display: block;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff
}

@media screen and (max-width: 667px) {
    .mtitle_bg {
        font-size: 1.4rem
    }
}

.policy {
    background-color: #fafafa;
    margin-top: 50px;
    padding: 50px
}

.insta-card {
    display: flex;
    justify-content: start;
    flex-wrap: wrap
}

.insta-card li {
    width: 16.1%;
    margin: 0 .5% .5% 0
}

.insta-card li a {
    display: block;
    position: relative;
    overflow: hidden;
    height: 150px
}

.insta-card li a img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    vertical-align: middle
}

.ie .insta-card li a img {
    position: absolute;
    width: auto;
    height: auto;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%)
}

.small-box {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto
}

.btn01 a {
    font-size: 150%;
    letter-spacing: 0.1em;
    background: #fff;
    color: #534d4b;
    text-align: center;
    max-width: 300px;
    width: 95%;
    margin: auto;
    display: block;
    padding: 8px;
    border: 1px solid #534d4b;
    border-radius: 35px
}

.btn01 a:hover {
    background: #534d4b;
    color: #fff
}

.gallery3 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap
}

.gallery3 li {
    width: 24%;
    margin: 0 calc(1% + (1% / 3)) 25px 0
}

.gallery3 li:nth-child(4n) {
    margin-right: 0
}

.gallery3 li a {
    display: block;
    text-align: center;
    padding: 0px
}

.gallery3 li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

.gallery3 li p {
    font-size: 14px;
    margin: 3px 0 10px
}

@media screen and (max-width: 667px) {
    .gallery3 li {
        width: 48%;
        margin: 0 1% 20px
    }

    .gallery3 li:nth-child(2n) {
        margin-right: 0
    }

    .gallery3 li a {
        height: 120px
    }

    .gallery3 li p {
        font-size: 12px
    }
}

.shouhin_name {
    font-weight: bold;
    color: #123e7c;
    font-size: 1.5em !important
}

.form-contents {
    padding: 0!important;
}

.form-contents dl dt:not(.pattern-exclusion) span.required::before,.form-contents .submit-btn{
    background: #123e7c!important;
    border: solid 2px #123e7c!important;
  }
  .form-contents :not(.pattern-exclusion) button:hover {
    color: #123e7c!important;
    background: #fff!important;
    border: solid 2px #123e7c!important;
  }
  .form-contents .submit-btn:hover::before {
        background-color: #123e7c!important;
  }
  
  .form-contents dl dt:not(.pattern-exclusion) span.optional::before {
    padding:0 5px 0;
    margin-right: 5px;
    font-size: 11px;
    border-radius: 2px;
    position: relative;
    top: -2px;
  }
  .form-contents dl dt:not(.pattern-exclusion) span.optional::before {
    content: '任意';
    color: #fff!important;
    background: #999!important;
  }
  
  .form-contents dl dd label {
    display:inline-block;
  }

/*# sourceMappingURL=basis.css.map */