body {
    color: #141414;
    background: #fff;
    font-family: "YakuHanJP", "Lato", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.6rem;
    line-height: 1.8;
    -webkit-font-smoothing: antialiased;
    min-height: 100vh;
    font-weight: 400;
    position: relative;
    letter-spacing: .1em;
    background-repeat: repeat;
    background-position: center
}

a {
    color: #ebd3b4;
    text-decoration: none;
    transition: all .3s ease;
    cursor: pointer
}

#wrapper {
    overflow: hidden
}

img {
    max-width: 100%;
    height: auto
}

.bold {
    font-weight: 600
}

h2,
h3 {
    line-height: 1.4
}

.mincho {
    font-family: "游明朝 Medium", "Yu Mincho", "YakuHanMP", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
    font-weight: 600
}

.border-line {
    display: block;
    border-top: 2px dashed #0843c2;
    margin: 35px 0
}

@-webkit-keyframes view-zoomin {
    0% {
        opacity: 0;
        transform: scale(0.95)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes view-zoomin {
    0% {
        opacity: 0;
        transform: scale(0.95)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@-webkit-keyframes view-slideup {
    0% {
        opacity: 0;
        transform: translate(0, 35px)
    }

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

@keyframes view-slideup {
    0% {
        opacity: 0;
        transform: translate(0, 35px)
    }

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

.animation {
    opacity: 0
}

.slideup.on {
    opacity: 1;
    -webkit-animation: view-slideup .65s cubic-bezier(0.2, 1, 0.2, 1);
    animation: view-slideup .65s cubic-bezier(0.2, 1, 0.2, 1)
}

.zoomin.on {
    opacity: 1;
    -webkit-animation: view-zoomin .65s cubic-bezier(0.2, 1, 0.2, 1);
    animation: view-zoomin .65s cubic-bezier(0.2, 1, 0.2, 1)
}

.loader {
    align-items: center;
    background: #fdfdfd;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999
}

.loader::after {
    -webkit-animation: loader .5s linear infinite;
    animation: loader .5s linear infinite;
    border: 1px solid #f0dfc8;
    border-radius: 50%;
    border-right: 1px solid rgba(240, 223, 200, .2);
    border-top: 1px solid rgba(240, 223, 200, .2);
    content: "";
    height: 70px;
    width: 70px
}

.loader.off {
    display: none
}

@-webkit-keyframes loader {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes loader {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes hd-scrolled {
    0% {
        opacity: 0;
        transform: translate(0, -100%)
    }

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

@keyframes hd-scrolled {
    0% {
        opacity: 0;
        transform: translate(0, -100%)
    }

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

#l-header {
    z-index: 200;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    width: 100%;
    padding: 0 20px 0px;
    background: #fff;
    display: none
}

@media all and (max-width: 1105px) {
    #l-header {
        min-width: initial
    }
}

@media all and (max-width: 949px) {
    #l-header {
        padding-bottom: 0
    }
}

#l-header.fixd {
    position: fixed;
    background: #fff;
    display: block;
    opacity: 1;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.05));
    transition: .5s
}

@media all and (max-width: 639px) {
    #l-header.fixd {
        display: block
    }
}

#l-header .inner {
    display: flex;
    flex-wrap: wrap;
    max-width: 98%;
    min-width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
    align-items: center;
    justify-content: space-between;
    align-items: center
}

@media all and (max-width: 1105px) {
    #l-header .inner {
        min-width: 800px
    }
}

@media all and (max-width: 949px) {
    #l-header .inner {
        min-width: initial
    }
}

#l-header .inner #logo {
    width: 130px;
    transition: all .2s ease-in;
    display: block
}

@media all and (max-width: 1105px) {
    #l-header .inner #logo {
        margin: 0 auto
    }
}

#l-header .head-right {
    margin-left: auto;
    margin-right: 5px
}

@media all and (max-width: 1105px) {
    #l-header .head-right {
        margin: 0 auto
    }
}

@media all and (max-width: 949px) {
    #l-header .head-right {
        display: none
    }
}

#l-header .head-right_contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto
}

#l-header .head-right_contact>p:not(:last-of-type) {
    margin-right: 10px
}

#l-header .head-right_txt {
    display: block;
    font-size: 12px
}

#l-header .head-right_txt a {
    color: #412d26;
    padding-bottom: 4px;
    border-bottom: 1px dashed #f0dfc8
}

#l-header .head-right_tel a,
#l-header .head-right_mail a {
    display: block;
    padding: 4px 15px;
    transition: all .2s ease-in;
    background: #111;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600
}

#l-header .head-right_tel a:before,
#l-header .head-right_mail a:before {
    margin-right: 5px
}

#l-header .head-right_tel a:hover,
#l-header .head-right_mail a:hover {
    color: #412d26
}

#l-header .head-right_tel a {
    background: rgba(0, 0, 0, 0);
    padding: 0 15px;
    color: #f0dfc8;
    border-radius: 40px;
    width: auto;
    height: auto;
    font-family: "Lexend Deca", "Roboto Condensed", "Noto Sans JP", "EB Garamond", "Josefin Sans", sans-serif;
    font-weight: 600;
    font-size: 2.2rem;
    position: relative
}

#l-header .head-right_tel a:before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
    font-size: 1.6rem
}

#l-header .head-right_tel a:hover {
    color: #412d26
}

#l-header .head-right_mail {
    margin-left: 10px
}

#l-header .head-right_mail a {
    font-family: "Lexend Deca", "Roboto Condensed", "Noto Sans JP", "EB Garamond", "Josefin Sans", sans-serif;
    font-weight: 600;
    color: #fefefe
}

#l-header .head-right_mail a:before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900
}

#l-header .head-right_mail a:hover {
    background: #412d26
}

#l-header .head-right_lower {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto
}

#l-header .head-btn a {
    display: block;
    width: 60px;
    height: 50px;
    padding: 4px 0;
    text-align: center;
    color: #fff;
    transition: background .2s cubic-bezier(0.26, 0.06, 0, 1)
}

#l-header .head-btn a i {
    font-size: 1.8rem;
    line-height: 1.2
}

#l-header .head-btn a span {
    font-weight: bold;
    display: block;
    font-size: 1.2rem;
    letter-spacing: 0;
    margin-top: -4px
}

#l-header .head-btn.btn-reserve a {
    background: #a2ced2
}

#l-header .head-btn.btn-reserve a:hover {
    background: #412d26
}

#l-header .head-btn.btn-access a {
    background-image: linear-gradient(to right, #fcebeb, #dfeca6);
    color: #141414
}

#l-header .head-btn.btn-access a:hover {
    background: #fcebeb
}

#header_nav {
    position: relative;
    transition: all .3s ease-in;
    margin-left: auto
}

#header_nav ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 920px;
    justify-content: center;
    text-align: center;
    margin: 0 auto
}

#header_nav ul li {
    position: relative;
    padding: 0 10px
}

@media all and (max-width: 1105px) {
    #header_nav ul li {
        width: 140px;
        padding: 0
    }
}

#header_nav ul li a {
    display: block;
    letter-spacing: .1em;
    position: relative;
    font-size: 1.4rem;
    color: #412d26;
    font-weight: 600;
    text-align: center;
    padding-top: 8px
}

#header_nav ul li a span {
    display: block;
    font-size: 1.3rem;
    font-family: "Lexend Deca", "Roboto Condensed", "Noto Sans JP", "EB Garamond", "Josefin Sans", sans-serif;
    font-weight: 600;
    color: #f0dfc8;
    position: relative;
    line-height: 1.2
}

#header_nav ul li a:after {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    background: #c79244;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5px;
    transition: .2s width ease-in
}

#header_nav ul li a:hover:after,
#header_nav ul li a.active:after {
    width: 20px
}

#header_nav .dropdown {
    display: none;
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 999;
    padding-top: 20px
}

#header_nav .dropdown .dropdown-li {
    border-right: 0;
    margin: 0;
    background: #fff;
    border-bottom: 1px solid #f3a949
}

#header_nav .dropdown .dropdown-li a {
    display: block;
    width: 140px;
    padding: 8px;
    font-size: 1.4rem;
    letter-spacing: .1rem;
    color: #333
}

#header_nav .dropdown .dropdown-li a:hover {
    color: #f0dfc8
}

#header_nav .dropdown .dropdown-li a:after {
    display: none
}

#page-top {
    position: fixed;
    bottom: 10px;
    right: 7px;
    z-index: 200
}

#page-top a {
    display: block;
    background: #555;
    box-shadow: rgba(0, 0, 0, .2) 2px 2px 2px;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    font-size: 1.2rem;
    text-align: center
}

#page-top a:hover {
    opacity: .6
}

@media all and (max-width: 639px) {
    #page-top {
        bottom: 45px
    }
}

@-webkit-keyframes zoom-in {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.12)
    }
}

@keyframes zoom-in {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.12)
    }
}

#canvas-container {
    position: absolute;
    z-index: 20;
    left: 0;
    bottom: -10px
}

@media all and (max-width: 639px) {
    #canvas-container #sineCanvas {
        height: 70px;
        width: 100%
    }
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
    -webkit-animation: zoom-in 11s linear 0s 1 normal both;
    animation: zoom-in 11s linear 0s 1 normal both
}

.swiper-slide {
    position: relative
}

.swiper-slide:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    right: 0;
    top: 0;
    background-position: 50%;
    background-size: cover;
    z-index: -1
}

.swiper-slide.slide1:before {
    background-image: url(../img/1.jpg);
    background-position: 60% 50%
}

.swiper-slide.slide2:before {
    background-image: url(../img/2.jpg);
    background-position: 50% 50%
}

.swiper-slide.slide3:before {
    background-image: url(../img/3.jpg);
    background-position: 90% 50%
}

.slide-img {
    overflow: hidden;
    width: 100%;
    height: 110vh
}

.slide-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

@media all and (max-width: 949px) {
    .slide-img {
        height: 55vh
    }
}

@media all and (max-width: 639px) {
    .slide-img {
        height: 68vh
    }
}

#slideshow {
    position: relative;
    margin: 0 auto;
    width: 100%
}

#slideshow .wave {
    top: auto;
    bottom: -1px;
    fill: #fcebeb
}

#catch {
    z-index: 50;
    position: absolute;
    left: 50%;
    margin: 0 auto;
    bottom: 50%;
    width: 400px;
    opacity: 1;
    transform: translate(-50%, 50%)
}

#catch.on {
    opacity: 1;
    transition: 2s
}

@media all and (max-width: 639px) {
    #catch {
        width: 50%
    }
}

#catch2 {
    z-index: 50;
    position: absolute;
    left: 50%;
    margin: 0 auto;
    bottom: 50%;
    width: 50%;
    opacity: 1;
    transform: translate(-50%, 50%)
}

#catch2.on {
    opacity: 1;
    transition: 2s
}

@media all and (max-width: 639px) {
    #catch2 {
        width: 80%
    }
}

@media all and (max-width: 639px) {
    .pconly {
        display: none
    }
}

.sponly {
    display: none
}

@media all and (max-width: 639px) {
    .sponly {
        display: block;
        opacity: 1 !important
    }
}

#scrolldown {
    position: absolute;
    right: 15px;
    bottom: 60px;
    color: #fefefe;
    font-family: "Lexend Deca", "Roboto Condensed", "Noto Sans JP", "EB Garamond", "Josefin Sans", sans-serif;
    font-weight: 600;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-feature-settings: "pkna";
    font-size: 1.4rem;
    z-index: 100;
    height: 210px
}

#scrolldown:before,
#scrolldown:after {
    position: absolute;
    content: "";
    z-index: 2;
    left: 50%
}

#scrolldown:before {
    width: 1px;
    height: 100px;
    bottom: 0;
    background: #f0f0f0;
    transform: translateX(-50%)
}

#scrolldown:after {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, .9);
    border-radius: 100%;
    top: 100px;
    margin-left: -4px;
    -webkit-animation: scroll-point 2.3s ease-out infinite;
    animation: scroll-point 2.3s ease-out infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media all and (max-width: 949px) {
    #scrolldown {
        display: none
    }
}

@-webkit-keyframes scroll-point {
    0% {
        bottom: 0;
        opacity: 0
    }

    20% {
        opacity: 1
    }

    50% {
        top: 180px;
        opacity: 1
    }

    80% {
        opacity: 0
    }

    100% {
        top: 210px;
        opacity: 0
    }
}

@keyframes scroll-point {
    0% {
        bottom: 0;
        opacity: 0
    }

    20% {
        opacity: 1
    }

    50% {
        top: 180px;
        opacity: 1
    }

    80% {
        opacity: 0
    }

    100% {
        top: 210px;
        opacity: 0
    }
}

.contact_bnr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-weight: 600
}

.contact_bnr>li:first-child {
    flex: 1
}

.contact_bnr>li .bnr_tel {
    white-space: nowrap;
    position: relative;
    color: #f0dfc8;
    font-size: 3.2rem;
    line-height: 1.2;
    padding: 8px 0 0;
    font-family: "Cinzel", serif;
    font-weight: 500
}

.contact_bnr>li .bnr_tel:before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
    font-size: .7em;
    margin-right: 5px
}

.contact_bnr>li .bnr_tel:hover {
    color: #f3a949
}

@media all and (max-width: 949px) {
    .contact_bnr>li .bnr_tel {
        font-size: 2.6rem
    }
}

@media all and (max-width: 639px) {
    .contact_bnr>li .bnr_tel {
        font-size: 2.2rem;
        text-align: center
    }
}

.contact_bnr>li .bnr_reserve {
    display: block;
    width: 60px;
    height: 60px;
    padding: 10px 0 0;
    text-align: center;
    color: #fff;
    transition: background .2s cubic-bezier(0.26, 0.06, 0, 1);
    background: #a2ced2
}

.contact_bnr>li .bnr_reserve i {
    font-size: 1.8rem;
    line-height: 1.2;
    display: block
}

.contact_bnr>li .bnr_reserve span {
    font-weight: bold;
    display: block;
    font-size: 1.2rem;
    letter-spacing: 0
}

@media all and (max-width: 639px) {
    .contact_bnr>li .bnr_reserve {
        width: 65px
    }

    .contact_bnr>li .bnr_reserve i {
        font-size: 1.6rem
    }

    .contact_bnr>li .bnr_reserve span {
        font-size: 13px
    }
}

.contact_bnr>li .bnr_fax {
    background: #fdfdfd;
    color: #f0dfc8
}

.contact_bnr>li .bnr_fax:before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900
}

.contact_bnr>li .bnr_mail {
    background: #fffcf2;
    color: #412d26;
    padding: 17px 0;
    font-size: 1.8rem
}

@media all and (max-width: 639px) {
    .contact_bnr>li .bnr_mail {
        font-size: 1.4rem
    }
}

.contact_bnr>li .bnr_mail:before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900
}

.contact_bnr>li .bnr_mail:hover {
    color: #f0dfc8
}

.contact_bnr>li a {
    display: block;
    color: #111;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: .2rem;
    padding: 12px 10px
}

.contact_bnr>li a:before {
    margin-right: 5px;
    font-size: .85em;
    position: relative;
    display: inline-block
}

@media all and (max-width: 639px) {
    .contact_bnr>li a {
        margin: 0 auto;
        white-space: nowrap;
        padding: 10px 0;
        width: 100%
    }

    .contact_bnr>li a:before {
        font-size: 1.5rem;
        transform: translateY(-2px)
    }
}

#l-footer {
    font-size: 1.4rem;
    position: relative;
    background: #fff
}

#l-footer .inner {
    margin: 0 auto;
    padding: 60px 20px 40px;
    position: relative;
    z-index: 3
}

#l-footer .inner .mtitle {
    margin-top: 0
}

#l-footer .inner .mtitle:before {
    display: none
}

#l-footer .inner .footer-column {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    text-align: center
}

#l-footer .inner .footer-column .footer-center {
    margin: 0 auto;
    text-align: center
}

#l-footer .inner .footer-column .footer-right {
    width: 75%
}

@media all and (max-width: 1367px) {
    #l-footer .inner .footer-column .footer-right {
        width: 90%;
        margin: 0 auto
    }
}

@media all and (max-width: 1105px) {
    #l-footer .inner .footer-column .footer-right {
        display: none
    }
}

#l-footer .footer-tel {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 8px;
    background: #fefefe;
    border-radius: 10px;
    margin-bottom: 20px
}

#l-footer .footer-tel .footer-tel-left {
    margin-right: 30px
}

#l-footer .footer-tel .tel-img {
    width: 49%
}

#l-footer .footer-tel .tel-img a {
    display: block
}

@media all and (max-width: 639px) {
    #l-footer .footer-tel {
        flex-direction: column
    }

    #l-footer .footer-tel .tel-img {
        width: 90%;
        margin-bottom: 8px
    }
}

@media all and (max-width: 639px) {
    #l-footer .footer-bnr-list {
        padding: 0 30px
    }
}

#l-footer .footer-txt {
    padding-left: 8px
}

#l-footer .footer-txt span {
    background: #f0dfc8;
    padding: 5px 10px;
    font-size: 13px;
    color: #fefefe
}

@media all and (max-width: 639px) {
    #l-footer {
        font-size: 1.2rem
    }

    #l-footer .inner {
        padding: 40px 10px
    }

    #l-footer .inner .footer-column {
        justify-content: space-around
    }

    #l-footer .inner .footer-column .footer-left {
        width: 95%;
        font-size: 12px
    }

    #l-footer .inner .footer-column .footer-right {
        width: 98%;
        margin-top: 20px
    }
}

.footer_navi {
    padding: 15px 10px 10px;
    margin: 0 auto;
    font-weight: 600
}

@media all and (max-width: 1105px) {
    .footer_navi {
        display: none
    }
}

.footer_navi ul {
    margin: 30px auto 0;
    max-width: 1300px;
    display: flex;
    flex-wrap: wrap
}

.footer_navi ul li {
    flex: 1 0 auto;
    margin-bottom: 4px
}

.footer_navi ul li a {
    color: #412d26;
    font-size: 1.3rem;
    position: relative;
    padding-left: 20px;
    text-align: center;
    display: block
}

.footer_navi ul li a span {
    display: none
}

.footer_navi ul li a:hover {
    opacity: .3
}

.footer_navi ul li .dropdown {
    display: none
}

.footer_navi ul li .dropdown .dropdon-li a {
    font-size: 1.2rem
}

.flogo {
    max-width: 270px;
    margin: 0 auto 10px;
    min-height: 0;
    position: relative;
    z-index: 5
}

.flogo.type2 {
    max-width: 520px
}

@media all and (max-width: 639px) {
    .flogo.type2 {
        max-width: 85%
    }
}

@media all and (max-width: 639px) {
    .flogo {
        margin: 0 auto 20px;
        max-width: 50%
    }
}

.address {
    font-weight: 600;
    text-align: center
}

.footer-dl {
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    justify-content: space-between;
    text-align: left
}

@media all and (max-width: 639px) {
    .footer-dl {
        font-size: 12px;
        max-width: 90%;
        margin: 10px auto
    }
}

.footer-dl dt,
.footer-dl dd {
    padding-bottom: 3px
}

.footer-dl dt {
    width: 5em;
    border-bottom: .9px solid #f0dfc8;
    color: #f0dfc8
}

.footer-dl dd {
    width: calc(100% - 6em);
    letter-spacing: 0
}

.copyright {
    padding: 20px 0;
    font-size: 1.2rem;
    position: relative;
    z-index: 2;
    color: #fffcf2;
    background: #795833
}

@media all and (max-width: 949px) {
    .copyright {
        font-size: 12px;
        padding: 15px 0 68px
    }
}

.deco-img {
    text-align: center;
    margin: 0 auto 8px;
    display: block;
    position: relative
}

.deco-img.type1 {
    margin-bottom: 12px;
    width: 60px
}

.deco-img.type2 {
    position: absolute;
    right: 0;
    bottom: -40px;
    width: 400px;
    z-index: -1
}

@media all and (max-width: 639px) {
    .deco-img.type2 {
        width: 50%
    }
}

.covid-box {
    background: rgba(255, 255, 255, .8);
    padding: 30px;
    margin: 0 auto;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media all and (max-width: 639px) {
    .covid-box {
        flex-direction: column
    }
}

.covid-box .covid-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: .15em;
    margin-bottom: 25px;
    width: 35%;
    position: relative;
    color: #f0dfc8
}

@media all and (max-width: 639px) {
    .covid-box .covid-title {
        font-size: 1.6rem;
        width: 100%
    }
}

.covid-box .detail {
    width: 60%;
    font-size: 1.4rem
}

@media all and (max-width: 639px) {
    .covid-box .detail {
        font-size: 1.2rem;
        width: 100%
    }
}

@media all and (max-width: 639px) {
    .covid-box {
        padding: 20px
    }
}

.top-gray-box {
    position: relative;
    margin-bottom: 60px
}

.bg-flower {
    background: url(../img/bg02.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed
}

.bg-flower .single {
    background-color: rgba(255, 255, 255, .8)
}

.top-box1 {
    position: relative
}

.top-box1:before {
    position: absolute;
    content: "";
    width: 50%;
    height: 80%;
    top: 0;
    right: 0;
    background: url(../img/bg-top-box.jpg) no-repeat center/cover;
    border-radius: 30px 0 0 30px
}

.top-box1 .top-box-content {
    width: 45%;
    position: relative;
    z-index: 2
}

.top-box1 .top-box-content .top-box-txt {
    padding: 40px 30px;
    max-width: 700px;
    margin: 0 auto
}

@media all and (max-width: 1105px) {
    .top-box1:before {
        width: 90%;
        height: 60%
    }

    .top-box1 .top-box-content {
        width: 80%;
        padding-top: 300px
    }

    .top-box1 .top-box-content .top-box-txt {
        background: #fff
    }
}

@media all and (max-width: 639px) {
    .top-box1:before {
        width: 100%;
        height: 200px
    }

    .top-box1 .top-box-content {
        width: 95%;
        padding-top: 200px;
        margin: 0 auto
    }

    .top-box1 .top-box-content .top-box-txt {
        padding: 25px 10px
    }

    .top-box1 .top-box-content .list3 li {
        width: 31%
    }
}

.top-top {
    display: flex;
    flex-wrap: wrap
}

@media all and (max-width: 1105px) {
    .top-top {
        display: block
    }
}

.top-circle-box {
    position: relative;
    padding-top: 100px;
    background: url(../img/bg01.png) no-repeat;
    background-size: cover
}

.top-circle-box:before {
    position: absolute;
    content: "";
    width: 280px;
    height: 440px;
    top: -18%;
    left: -3%;
    background: url(../img/bg-de.png) no-repeat;
    background-size: contain
}

@media all and (max-width: 1105px) {
    .top-circle-box:before {
        width: 40%;
        height: 45%;
        top: -10%
    }
}

@media all and (max-width: 949px) {
    .top-circle-box:before {
        width: 90%;
        height: 35%
    }
}

@media all and (max-width: 639px) {
    .top-circle-box:before {
        width: 50%;
        height: 430px;
        top: -10px;
        left: -60px
    }
}

.top-circle-box2 {
    position: relative
}

.top-circle-box2:before {
    position: absolute;
    content: "";
    width: 280px;
    height: 440px;
    top: -18%;
    right: -3%;
    background: url(../img/bg-de2.png) no-repeat;
    background-size: contain
}

@media all and (max-width: 1105px) {
    .top-circle-box2:before {
        width: 40%;
        height: 45%;
        top: -10%;
        right: -18%
    }
}

@media all and (max-width: 949px) {
    .top-circle-box2:before {
        height: 35%
    }
}

@media all and (max-width: 639px) {
    .top-circle-box2:before {
        width: 50%;
        height: 430px;
        top: -140px;
        right: -60px
    }
}

.top-bgline-box {
    position: relative;
    padding-top: 100px
}

.top-bgline-box2 {
    margin-top: -200px;
    position: relative
}

@media all and (max-width: 639px) {
    .top-bgline-box2 {
        margin-top: 0%
    }
}

.top-bgline-box2:before {
    position: absolute;
    content: "";
    width: 120%;
    height: 100%;
    top: -3%;
    left: -12%;
    right: 0%;
    background: url(../img/bg-de-rainb2.png) no-repeat;
    background-size: contain
}

.top-bgline-box2.type1:before {
    position: absolute;
    content: "";
    top: -1%
}

.top-bgline-box3 {
    position: relative
}

@media all and (max-width: 639px) {
    .top-bgline-box3 {
        margin-top: 0%
    }
}

.top-bgline-box3:before {
    position: absolute;
    content: "";
    width: 120%;
    height: 100%;
    top: -3%;
    left: -12%;
    right: 0%;
    background: url(../img/bg-de-rainb3.png) no-repeat;
    background-size: contain
}

.bottom-bgline-box {
    position: relative
}

.bottom-bgline-box:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: -1%;
    left: 0%;
    right: 0%;
    background: url(../img/bg03.png) no-repeat;
    background-size: cover
}

.bg-line {
    position: relative
}

.bg-line:before {
    position: absolute;
    content: "";
    width: 60%;
    height: 70%;
    bottom: 0;
    right: -10%;
    background: url(../img/bg-line.png) no-repeat;
    background-size: contain
}

@media all and (max-width: 1105px) {
    .bg-line:before {
        width: 90%;
        height: 60%
    }
}

@media all and (max-width: 639px) {
    .bg-line:before {
        width: 100%;
        height: 200px
    }
}

.bg-wave {
    position: relative;
    background: #fff
}

.bg-wave:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 66px;
    top: -60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(../img/wave2.png) no-repeat;
    z-index: 1
}

.bg-wave.bird {
    position: relative
}

.bg-wave.bird::after {
    position: absolute;
    content: "";
    width: 270px;
    height: 260px;
    top: -80px;
    right: 2%;
    background: url(../img/top-bird.png) no-repeat;
    background-size: contain;
    z-index: 1
}

@media all and (max-width: 949px) {
    .bg-wave.bird::after {
        width: 210px;
        height: 160px
    }
}

@media all and (max-width: 639px) {
    .bg-wave.bird::after {
        width: 160px;
        height: 130px
    }
}

.bg-wave2 {
    position: relative;
    background: #e3f1fb
}

.bg-wave-one {
    position: relative;
    background: #e3f1fb;
    padding-top: 10px
}

.bg-wave-one:before {
    position: absolute;
    content: "";
    width: 750px;
    height: 74px;
    top: -60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(../img/wave-one.png) no-repeat;
    z-index: 1
}

.bg-wave-one.bird {
    position: relative
}

.bg-wave-one.bird::after {
    position: absolute;
    content: "";
    width: 270px;
    height: 260px;
    top: -80px;
    right: 0;
    left: 0;
    margin: 0 auto;
    background: url(../img/top-bird.png) no-repeat;
    background-size: contain;
    z-index: 2
}

@media all and (max-width: 949px) {
    .bg-wave-one.bird::after {
        width: 210px;
        height: 160px
    }
}

@media all and (max-width: 639px) {
    .bg-wave-one.bird::after {
        width: 160px;
        height: 130px
    }
}

.bg-bluepot {
    background-size: auto auto;
    background-color: #f0dfc8
}

.bg-haikei {
    background: url(../img/haikei.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative
}

.bg-haikei:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 76px;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(../img/wave4.png) no-repeat;
    z-index: 1
}

.bg-haikei:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 60px;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(../img/wave3.png) no-repeat;
    z-index: 1
}

@media all and (max-width: 639px) {
    .bg-haikei .single {
        padding: 80px 10px
    }
}

.bg-line {
    position: relative
}

.bg-line:before {
    position: absolute;
    content: "";
    width: 60%;
    height: 70%;
    bottom: 0;
    right: -10%;
    background: url(../img/bg-line.png) no-repeat;
    background-size: contain
}

@media all and (max-width: 1105px) {
    .bg-line:before {
        width: 90%;
        height: 60%
    }
}

@media all and (max-width: 639px) {
    .bg-line:before {
        width: 100%;
        height: 200px
    }
}

.lead01 {
    font-size: 3rem;
    text-align: center;
    color: #f0dfc8;
    font-weight: 600;
    margin-bottom: 25px
}

.lead01 span {
    font-size: .7em
}

@media all and (max-width: 949px) {
    .lead01 {
        font-size: 2.8rem
    }
}

@media all and (max-width: 639px) {
    .lead01 {
        font-size: 2rem
    }

    .lead01 .part1 em {
        font-size: 3.5rem
    }
}

.bg-sec2 {
    position: relative;
    padding-top: 150px;
    background: #fefefe
}

.bg-sec2:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 60%;
    top: 0;
    left: 0;
    background: url(../img/2.jpg) no-repeat 80% 50%/cover;
    z-index: 1
}

@media all and (max-width: 639px) {
    .bg-sec2:before {
        height: 220px
    }
}

.top-interview {
    position: relative
}

.top-interview .top-interview-title {
    position: relative;
    z-index: 2;
    font-size: 2rem;
    font-family: "游明朝 Medium", "Yu Mincho", "YakuHanMP", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
    font-weight: 600;
    padding-left: 30px;
    margin-top: -40px;
    margin-bottom: 25px
}

.top-interview .top-interview-title .eng {
    line-height: 1;
    font-family: "Lexend Deca", "Roboto Condensed", "Noto Sans JP", "EB Garamond", "Josefin Sans", sans-serif;
    font-weight: 600;
    display: block;
    font-size: 2.5rem;
    color: #f0dfc8
}

.top-interview .top-interview-title:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 80px;
    top: -20px;
    left: 0;
    background: #f0dfc8;
    transform: rotate(20deg)
}

@media all and (max-width: 639px) {
    .top-interview .top-interview-title {
        font-size: 1.4rem
    }

    .top-interview .top-interview-title .eng {
        font-size: 2.2rem
    }

    .top-interview .top-interview-title:before {
        left: 10px;
        height: 50px
    }
}

.more {
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translate(-50%, 0)
}

.more.type1 {
    position: relative;
    margin: 0 auto
}

.more.type1 a {
    margin: 0 auto
}

.more a {
    display: block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    font-weight: 600;
    line-height: 54px;
    transition: all .3s;
    width: 204px;
    height: 54px;
    padding: 0;
    cursor: pointer;
    text-decoration: none;
    background: #f0dfc8;
    position: relative
}

.more a svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.more a svg rect {
    transition: all 400ms ease;
    stroke: #fcebeb;
    stroke-width: 1;
    stroke-dasharray: 200px, 16px;
    stroke-dashoffset: 70px
}

.more a:hover {
    background: #412d26
}

.more a:hover svg rect {
    stroke-dashoffset: 284px
}

.more a span {
    color: #fff
}

.top-box2 {
    margin: 0 auto;
    max-width: 700px;
    padding: 40px;
    position: relative;
    z-index: 2;
    box-shadow: 0 0 16px rgba(65, 45, 38, .05);
    background: #fefefe
}

@media all and (max-width: 639px) {
    .top-box2 {
        max-width: 90%;
        padding: 20px
    }
}

.top-box2-txt {
    line-height: 2
}

.top-icon {
    position: relative
}

.top-icon:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../img/bg-top-icon.jpg) no-repeat center/cover;
    z-index: -2;
    opacity: .7
}

.top-feature-box {
    max-width: 1200px;
    margin: 0 auto 100px;
    padding: 0 0 30px;
    position: relative;
    border-top: 2px solid #f0dfc8
}

@media all and (max-width: 639px) {
    .top-feature-box {
        margin-top: 40px;
        margin-left: 20px;
        margin-right: 20px
    }
}

.top-feature-ttl {
    margin: -40px auto 0;
    text-align: center
}

.top-feature {
    margin-top: 30px
}

.top-feature.under-arrow li {
    position: relative
}

.top-feature.under-arrow li::after {
    position: absolute;
    border: 20px solid rgba(0, 0, 0, 0);
    border-top-color: #f0dfc8;
    content: "";
    height: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -60px;
    width: 0
}

.top-feature.under-arrow li:last-child:after {
    display: none
}

.top-feature figure {
    margin: 0 auto;
    width: 90%;
    text-align: center
}

.top-feature figure img {
    width: 100%
}

@media all and (max-width: 639px) {
    .top-feature figure {
        width: 60%
    }
}

.top-feature .top-feature-txt {
    text-align: center
}

@media all and (max-width: 639px) {
    .top-feature .top-feature-txt {
        margin-bottom: 40px
    }
}

.top-feature .top-feature-txt .title {
    background-color: #f0dfc8;
    color: #fff;
    display: inline-block;
    padding: 8px 50px;
    text-align: center;
    border-radius: 20px;
    margin-bottom: 20px
}

.top-feature .top-feature-txt .txt {
    padding: 0 20px;
    text-align: left
}

@media all and (max-width: 639px) {
    .top-feature .top-feature-txt .txt {
        padding: 0
    }
}

.top-feature .top-feature-txt2 {
    text-align: left
}

@media all and (max-width: 639px) {
    .top-feature .top-feature-txt2 {
        margin-bottom: 40px
    }
}

.top-feature .top-feature-txt2 .title {
    margin-bottom: 20px;
    font-weight: bold;
    border-bottom: 2px dotted #f0dfc8;
    padding-bottom: 5px;
    font-size: 1.8rem
}

@media all and (max-width: 639px) {
    .top-feature .top-feature-txt2 .title {
        margin-top: 20px;
        font-size: 1.6rem
    }
}

.top-feature .top-feature-txt2 .title .num {
    background-color: #f0dfc8;
    color: #fff;
    font-size: 2rem;
    padding: 10px 20px;
    margin-right: 20px;
    font-family: "Lexend Deca", "Roboto Condensed", "Noto Sans JP", "EB Garamond", "Josefin Sans", sans-serif;
    font-weight: 600
}

@media all and (max-width: 639px) {
    .top-feature .top-feature-txt2 .title .num {
        font-size: 1.8rem;
        padding: 8px 15px
    }
}

.top-feature .top-feature-txt2 .txt {
    padding: 0 20px;
    text-align: left
}

@media all and (max-width: 639px) {
    .top-feature .top-feature-txt2 .txt {
        padding: 0
    }
}

.feature-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px
}

@media all and (max-width: 949px) {
    .feature-list {
        max-width: 70%;
        margin: 0 auto
    }
}

@media all and (max-width: 639px) {
    .feature-list {
        max-width: 90%
    }
}

.feature-list>li {
    width: 31%;
    position: relative
}

.feature-list>li:nth-child(2n) {
    transform: translateY(50px)
}

@media all and (max-width: 949px) {
    .feature-list>li:nth-child(2n) {
        transform: inherit
    }
}

@media all and (max-width: 949px) {
    .feature-list>li {
        width: 100%;
        margin: 0 auto 35px
    }
}

.feature-list>li .feature-inner {
    width: 100%;
    height: 100%;
    position: relative;
    border: .9px solid rgba(65, 45, 38, .8);
    overflow: hidden;
    border-radius: 20px;
    transition: background .2s ease-in;
    background: rgba(255, 255, 255, .4)
}

.feature-list>li figure {
    width: 100%;
    height: 250px
}

.feature-list>li figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

@media all and (max-width: 1105px) {
    .feature-list>li figure {
        width: 100%;
        height: 250px
    }
}

.feature-list>li .feature-num {
    display: block;
    position: absolute;
    font-size: 4.5rem;
    color: #f0dfc8;
    left: 20px;
    top: -20px;
    z-index: 3;
    width: 80px
}

.feature-list>li .feature-txt {
    position: relative;
    padding: 30px
}

@media all and (max-width: 639px) {
    .feature-list>li .feature-txt {
        padding: 25px 15px
    }
}

.feature-list>li .feature-title {
    color: #412d26;
    font-size: 2rem;
    font-weight: 600
}

@media all and (max-width: 639px) {
    .feature-list>li .feature-title {
        font-size: 1.4rem
    }
}

.feature-list>li:hover .feature-inner {
    background: rgba(255, 252, 242, .8)
}

@media all and (max-width: 639px) {
    .feature-list {
        padding: 0 10px
    }
}

.icon-title {
    color: #412d26;
    font-size: 1.4rem;
    font-weight: 600;
    padding-top: 5px;
    letter-spacing: .2em;
    margin-bottom: 10px
}

@media all and (max-width: 639px) {
    .icon-title {
        font-size: 1.2rem;
        font-size: 1.2rem;
        display: inline-block;
        vertical-align: top;
        padding: 8% 0 0 15px
    }
}

.icon-list-wrap {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

@media all and (max-width: 949px) {
    .icon-list-wrap {
        flex-direction: column
    }
}

.icon-list {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    z-index: 2
}

@media all and (max-width: 949px) {
    .icon-list {
        width: 100%
    }
}

.icon-list li {
    width: 45%;
    border: solid 2px rgba(255, 252, 242, .7);
    margin-bottom: 30px;
    border-radius: 8px;
    margin-right: 1.3333333333%
}

.icon-list li:nth-child(4n) {
    margin-right: 0
}

.icon-list li:hover {
    box-shadow: 0px 3px 0px 0px rgba(177, 212, 165, .2)
}

.icon-list li a {
    display: block;
    text-align: center;
    font-weight: 600;
    height: 100%;
    transition: all .2s cubic-bezier(0.26, 0.06, 0, 1);
    position: relative;
    padding: 12px 0
}

@media all and (max-width: 639px) {
    .icon-list li a {
        text-align: left;
        padding: 12px
    }
}

.icon-list li a img {
    width: 80%;
    border-radius: 10px
}

@media all and (max-width: 639px) {
    .icon-list li a img {
        width: 130px
    }
}

.icon-list li a:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
    background-image: linear-gradient(70deg, #fffcf2, #fff, #fff, #fffcf2);
    opacity: .7;
    border-radius: 8px;
    z-index: -1;
    transition: all .2s cubic-bezier(0.26, 0.06, 0, 1)
}

.icon-list li a:hover {
    color: #412d26
}

.icon-list li a:hover:before {
    opacity: .9;
    transform: translate(-50%, -50%) scale(0.9)
}

@media all and (max-width: 639px) {
    .icon-list li {
        width: 100%;
        margin-right: 0%
    }

    .icon-list li p {
        display: inline-block
    }

    .icon-list li:nth-child(2n) {
        margin-right: 0
    }
}

.icon-list.type1 {
    display: blcok;
    width: 25%
}

.icon-list.type1 li {
    width: 100%
}

.icon-list.type1 li a {
    padding: 0 0 15px
}

.icon-list.type1 li a img {
    width: 100%
}

@media all and (max-width: 949px) {
    .icon-list.type1 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%
    }

    .icon-list.type1 li {
        width: 48%
    }
}

.icon-list.type2 {
    width: 100%
}

.icon-list.type2 li {
    width: 19%;
    margin-right: 1.25%
}

.icon-list.type2 li:nth-child(4n) {
    margin-right: 1.25%
}

.icon-list.type2 li:nth-child(5n) {
    margin-right: 0
}

@media all and (max-width: 639px) {
    .icon-list.type2 li {
        width: 48%;
        margin-right: 4%
    }

    .icon-list.type2 li:nth-child(5n) {
        margin-right: 4%
    }

    .icon-list.type2 li:nth-child(2n) {
        margin-right: 0
    }
}

.pickup-img {
    position: relative
}

.pickup-img .pick-lead {
    position: absolute;
    font-family: "Lexend Deca", "Roboto Condensed", "Noto Sans JP", "EB Garamond", "Josefin Sans", sans-serif;
    font-weight: 600;
    color: #412d26;
    left: 10px;
    top: -30px;
    opacity: .8;
    font-size: 3rem
}

@media all and (max-width: 639px) {
    .pickup-img .pick-lead {
        font-size: 2rem;
        top: -15px
    }
}

.bnr-box {
    padding: 40px 0;
    text-align: center
}

@media all and (max-width: 639px) {
    .bnr-box {
        padding: 20px
    }
}

.title01 {
    font-weight: 600;
    font-size: 1.6rem;
    margin-bottom: 20px;
    color: #f3a949;
    padding-bottom: 6px;
    border-bottom: 2px solid rgba(240, 223, 200, .5)
}

.title01 span {
    display: block;
    font-size: 2.2rem;
    color: #f0dfc8
}

@media all and (max-width: 639px) {
    .title01 {
        font-size: 1.3rem
    }

    .title01 span {
        font-size: 1.6rem
    }
}

.map-big {
    width: 100%;
    height: 350px;
    border-bottom: 5px solid #f9d5d5;
    box-shadow: 0 5px #fff
}

@media all and (max-width: 639px) {
    .map-big {
        height: 280px
    }
}

.news-box {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 10;
    display: flex
}

@media all and (max-width: 949px) {
    .news-box {
        margin-top: 0
    }
}

@media all and (max-width: 639px) {
    .news-box {
        flex-direction: column;
        padding: 20px 10px
    }
}

.news-title {
    text-align: center;
    font-weight: 600;
    margin-bottom: 60px;
    text-align: center;
    position: relative
}

.news-title span {
    display: block
}

.news-title .eng {
    font-family: "Lexend Deca", "Roboto Condensed", "Noto Sans JP", "EB Garamond", "Josefin Sans", sans-serif;
    font-weight: 600;
    color: #f0dfc8;
    position: relative;
    font-size: 2.5rem;
    letter-spacing: .1em
}

.news-title .ja {
    font-size: 2rem;
    position: relative;
    margin: 0 auto;
    margin-bottom: 20px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-feature-settings: "pkna";
    font-weight: 600;
    color: #f3a949
}

@media all and (max-width: 639px) {
    .news-title {
        margin-bottom: 30px
    }

    .news-title .eng {
        font-size: 2.5rem
    }

    .news-title .ja {
        font-size: 1.5rem;
        -ms-writing-mode: inherit;
        writing-mode: inherit;
        margin-bottom: 0
    }
}

.news-right {
    flex: 1;
    margin-left: 60px
}

@media all and (max-width: 639px) {
    .news-right {
        width: 100%;
        margin: 10px 0 0
    }
}

.topic-dl .topic-inner {
    display: flex;
    border-bottom: 1px dotted #ccc;
    position: relative;
    padding: 10px 0
}

.topic-dl .topic-inner:before {
    width: 40px;
    border-bottom: 1px solid #f3a949;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0
}

.topic-dl .topic-inner dt {
    width: 7em;
    font-size: 1.4rem;
    font-weight: 600;
    color: #222
}

@media all and (max-width: 639px) {
    .topic-dl .topic-inner dt {
        font-size: 12px
    }
}

.topic-dl .topic-inner dd {
    padding-left: 20px
}

.topic-dl .topic-inner dd a {
    font-weight: 600
}

.topic-dl .topic-inner dd a:hover {
    color: #f0dfc8
}

@media all and (max-width: 639px) {
    .topic-dl {
        padding-bottom: 40px
    }
}

.top-bg {
    background: url(../img/top-bg01.jpg) no-repeat center/cover;
    background-attachment: fixed;
    height: 400px
}

@media all and (max-width: 1105px) {
    .top-bg {
        background-attachment: scroll
    }
}

.top-bnr-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto
}

.top-bnr-list>li {
    width: 31%;
    position: relative
}

.top-bnr-list>li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2
}

.top-bnr-list>li a:hover {
    transition: all .2s ease-in
}

.top-bnr-list>li a:hover .btn-arrow {
    background: #c79244
}

.top-bnr-list>li a:hover .btn-arrow i {
    border-bottom-color: #fefefe
}

.top-bnr-list>li a:hover .btn-arrow i:before {
    border-right-color: #fefefe
}

.top-bnr-list>li a:hover .top-bnr-img img {
    transform: scale(1.05)
}

@media all and (max-width: 1105px) {
    .top-bnr-list {
        width: 85%;
        margin: 0 auto
    }

    .top-bnr-list>li {
        width: 48%;
        margin-bottom: 20px
    }
}

@media all and (max-width: 639px) {
    .top-bnr-list {
        width: 95%
    }

    .top-bnr-list>li {
        width: 100%
    }
}

.top-bnr-list .top-bnr-img {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1)
}

.top-bnr-list .top-bnr-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    transition: all .2s ease-in
}

@media all and (max-width: 639px) {
    .top-bnr-list .top-bnr-img {
        height: 200px
    }
}

.top-bnr-list .btn-arrow {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 20px;
    top: 210px;
    text-align: center;
    line-height: 60px;
    background: #fefefe;
    border: 2px solid #c79244;
    border-radius: 100%;
    transition: all .2s ease-in
}

@media all and (max-width: 639px) {
    .top-bnr-list .btn-arrow {
        top: 170px
    }
}

.top-bnr-list .btn-arrow i {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: 2px solid #c79244;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 5px
}

.top-bnr-list .btn-arrow i:before {
    position: absolute;
    width: 10px;
    height: 8px;
    content: "";
    right: 3px;
    bottom: -2px;
    border-right: 3px solid #c79244;
    transform: skew(45deg)
}

.top-bnr-list .top-bnr-title {
    font-weight: 600;
    margin-top: -40px;
    position: relative;
    z-index: 5
}

.top-bnr-list .top-bnr-title .eng {
    font-family: "Lexend Deca", "Roboto Condensed", "Noto Sans JP", "EB Garamond", "Josefin Sans", sans-serif;
    font-weight: 600;
    font-size: 2.5rem;
    letter-spacing: .1em;
    color: #f0dfc8;
    padding: 10px 10px 6px;
    background: #fefefe
}

.top-bnr-list .top-bnr-title .ja {
    font-size: 1.5rem;
    padding: 6px 10px;
    color: #fefefe;
    background: #f0dfc8
}

@media all and (max-width: 639px) {
    .top-bnr-list .top-bnr-title .eng {
        font-size: 2.2rem
    }

    .top-bnr-list .top-bnr-title .ja {
        font-size: 1.3rem
    }
}

.top-bnr-list .top-bnr-txt {
    color: #222;
    font-size: 1.4rem;
    padding: 10px
}

@media all and (max-width: 639px) {
    .top-bnr-list .top-bnr-txt {
        font-size: 1.2rem
    }
}

.map-link {
    font-weight: 600;
    color: #f0dfc8;
    border-bottom: 1px solid #f0dfc8
}

.map-link:before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
    margin-right: 5px
}

.single {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 0;
    position: relative
}

.single.type2 {
    margin: 40px auto
}

.single.type-pt0 {
    padding-top: 0px
}

.single.b-m100 {
    margin-bottom: 100px
}

@media all and (max-width: 1105px) {
    .single {
        padding: 80px 10px
    }
}

.single02 {
    width: 100%;
    margin: 0 auto;
    padding: 80px 0
}

@media all and (max-width: 1105px) {
    .single02 {
        padding: 80px 10px
    }
}

.single03 {
    max-width: 1500px;
    margin: 0 auto;
    padding: 80px 0;
    position: relative
}

@media all and (max-width: 1105px) {
    .single03 {
        padding: 80px 10px
    }
}

.margin-top {
    margin-top: -80px
}

@media all and (max-width: 639px) {
    .margin-top {
        margin-top: -30px
    }
}

.lsingle,
.rsingle {
    width: 48.44%
}

.lsingle {
    float: left
}

.rsingle {
    float: right
}

.mbox {
    background: #fefefe;
    padding: 50px 30px;
    position: relative;
    z-index: 3;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto
}

.mbox.transparent {
    background: rgba(0, 0, 0, 0)
}

@media all and (max-width: 639px) {
    .mbox {
        padding: 15px 10px
    }
}

.mbox2 {
    background: rgba(255, 255, 255, .4);
    padding: 30px
}

@media all and (max-width: 639px) {
    .mbox2 {
        padding: 15px
    }
}

.mbox3 {
    padding: 25px;
    box-shadow: 0 0 0 3px #f0dfc8;
    z-index: 2;
    position: relative
}

.mbox3:before,
.mbox3:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%
}

.mbox3:before {
    background: #fefefe;
    left: 0;
    top: 0;
    z-index: -1
}

.mbox3:after {
    bottom: -15px;
    right: -15px;
    background-image: radial-gradient(circle, #F0DFC8 15%, transparent 10%), radial-gradient(circle, #F0DFC8 15%, transparent 10%);
    background-size: 8px 8px;
    background-position: 0 0, 4px 4px;
    z-index: -2
}

@media all and (max-width: 639px) {
    .mbox3:after {
        bottom: -12px;
        right: -12px
    }
}

@media all and (max-width: 949px) {
    .mbox3 {
        width: 95%;
        margin: 0 auto 40px
    }

    .mbox3:nth-child(2n) {
        margin-left: auto
    }
}

.small-box {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto
}

.small-box.contact {
    background-color: #fff;
    text-align: left;
    padding-bottom: 40px
}

.small-box.type1 {
    max-width: 1050px
}

.sentence p+p {
    margin-top: 20px
}

.bg-grid {
    background: rgba(255, 255, 255, .9);
    background-image: linear-gradient(90deg, transparent 95%, rgba(204, 204, 204, 0.2) 50%, rgba(204, 204, 204, 0.2)), linear-gradient(0deg, transparent 95%, rgba(204, 204, 204, 0.2) 50%, rgba(204, 204, 204, 0.2));
    background-size: 20px 20px;
    background-repeat: repeat
}

.bg-map {
    background: url(../img/map.png) no-repeat right bottom
}

@media all and (max-width: 639px) {
    .bg-map {
        background-size: auto 200px;
        background-position: right top
    }
}

#main {
    float: left;
    width: 76%
}

#main .mbox {
    min-height: 300px
}

@media all and (max-width: 949px) {
    #main .mbox {
        min-height: initial
    }
}

@media all and (max-width: 949px) {
    #main {
        float: none;
        width: 100%
    }
}

#side {
    float: right;
    position: -webkit-sticky;
    position: sticky;
    right: 0;
    top: 0;
    width: 21%;
    padding-right: 10px
}

@media all and (max-width: 949px) {
    #side {
        float: none;
        width: 100%;
        position: static;
        margin-top: 40px
    }
}

.mtitle {
    font-weight: 600;
    margin: 70px auto 45px;
    position: relative;
    text-align: center
}

.mtitle.type3 {
    margin-bottom: 100px
}

.mtitle.type4:before {
    content: none
}

.mtitle:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 40px;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../img/title-bg.png) no-repeat center/contain;
    z-index: 1
}

.mtitle .eng {
    font-size: 4.5rem;
    color: #795833;
    position: relative;
    z-index: 2;
    display: block;
    font-family: "Lexend Deca", "Roboto Condensed", "Noto Sans JP", "EB Garamond", "Josefin Sans", sans-serif;
    font-weight: 500;
    line-height: 1.2
}

.mtitle .ja {
    position: relative;
    z-index: 2;
    font-size: 2rem;
    color: #412d26;
    font-weight: 600;
    letter-spacing: .15em
}

.mtitle.twocolor2 .eng {
    font-size: 4.5rem;
    color: #fff;
    position: relative;
    z-index: 2;
    display: block;
    font-family: "Lexend Deca", "Roboto Condensed", "Noto Sans JP", "EB Garamond", "Josefin Sans", sans-serif;
    font-weight: 600;
    line-height: 1.2;
    color: rgba(0, 0, 0, 0);
    background: #000;
    text-shadow: 0 0 .1em rgba(255, 255, 255, .05), .01em .04em .03em rgba(255, 255, 255, .4);
    -webkit-background-clip: text
}

@media all and (max-width: 639px) {
    .mtitle.twocolor2 .eng {
        font-size: 3rem
    }
}

@media all and (max-width: 639px) {
    .mtitle.twocolor2 {
        margin-bottom: 20px
    }
}

.mtitle.white {
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, .2)
}

.mtitle.white span {
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, .2)
}

.mtitle.white span:after {
    background-color: #eee
}

.mtitle.white span.ja {
    border-bottom-color: #fefefe
}

.mtitle.mtitle_left {
    text-align: left;
    margin: 50px 0 10px
}

.mtitle.mtitle_left:before {
    left: 2%;
    transform: translate(0, -50%)
}

.mtitle.mtitle_left span:after {
    left: 0;
    transform: none
}

@media all and (max-width: 639px) {
    .mtitle {
        text-align: center
    }

    .mtitle .eng {
        font-size: 3rem
    }

    .mtitle .eng.type-num {
        font-size: 4rem
    }

    .mtitle .ja {
        font-size: 2rem
    }
}

@media all and (max-width: 639px)and (max-width: 639px) {
    .mtitle .ja {
        font-size: 1.6rem
    }
}

.mtitle_left {
    margin: 10px 0
}

.mtitle2 {
    font-size: 2.7rem;
    margin-bottom: 10px;
    line-height: 1.4;
    color: #412d26;
    font-weight: 600;
    font-family: "游明朝 Medium", "Yu Mincho", "YakuHanMP", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
    font-weight: 600;
    position: relative
}

@media all and (max-width: 639px) {
    .mtitle2._sp {
        font-size: 1.8rem
    }
}

.mtitle2.type1 {
    background-color: #c8efff;
    border-radius: 10px;
    padding: .5em 0;
    margin-bottom: 20px;
    text-align: center;
    font-size: 2.4em
}

@media all and (max-width: 639px) {
    .mtitle2.type1 {
        font-size: 2em
    }
}

.mtitle2 span {
    font-size: 2rem;
    letter-spacing: .1rem;
    font-family: "Lexend Deca", "Roboto Condensed", "Noto Sans JP", "EB Garamond", "Josefin Sans", sans-serif;
    font-weight: 600;
    display: block;
    color: #412d26
}

.mtitle2 span.ja {
    font-size: 1.8rem;
    font-weight: 600
}

@media all and (max-width: 639px) {
    .mtitle2 {
        font-size: 2.8rem
    }

    .mtitle2 span {
        font-size: 2rem
    }

    .mtitle2 span .ja {
        font-size: 1.8rem
    }
}

.mtitle2:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -10px;
    width: 40px;
    height: 2px;
    background: #f0dfc8
}

.mtitle3 {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-feature-settings: "pkna";
    position: relative;
    min-height: 100px;
    top: 0;
    left: 0;
    z-index: 100;
    padding: 30px 10px;
    background: #fff
}

.mtitle3 .ja {
    display: block;
    font-size: 4rem;
    color: #412d26;
    padding-right: 5px;
    line-height: 2
}

.mtitle3 .eng {
    display: block;
    font-family: "Lexend Deca", "Roboto Condensed", "Noto Sans JP", "EB Garamond", "Josefin Sans", sans-serif;
    font-weight: 600;
    font-size: 2.6rem;
    color: #e5c8a0
}

.mtitle3:before {
    content: "Vision";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 7%;
    left: 110%;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    opacity: .8;
    color: #fff;
    font-size: 5rem
}

.mtitle3.type1 {
    text-align: right;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl
}

.mtitle3.type1:before {
    content: "Mission";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 7%;
    left: 110%;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    opacity: .8;
    color: #fff;
    font-size: 5rem
}

@media all and (max-width: 639px) {
    .mtitle3 {
        -ms-writing-mode: inherit;
        writing-mode: inherit;
        position: static;
        margin-bottom: 20px;
        min-height: initial;
        min-height: auto
    }

    .mtitle3 .ja {
        font-size: 1.6rem;
        line-height: 1.4
    }

    .mtitle3 .eng {
        font-size: 1.8rem
    }
}

.mtitle_line {
    font-size: 2rem;
    padding-bottom: 15px;
    background: url(../img/bg_mtitle_line.gif) repeat-x left bottom;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: .2rem;
    color: #412d26
}

@media all and (max-width: 639px) {
    .mtitle_line {
        font-size: 1.4rem
    }
}

.mtitle_balloon {
    font-size: 2.4rem;
    margin-bottom: 15px;
    font-weight: 600
}

.mtitle_balloon span {
    position: relative;
    display: inline-block;
    padding-bottom: 18px;
    line-height: 1.3em;
    overflow: hidden
}

.mtitle_balloon span.eng {
    font-family: "Lexend Deca", "Roboto Condensed", "Noto Sans JP", "EB Garamond", "Josefin Sans", sans-serif;
    font-weight: 600;
    font-size: 5rem
}

.mtitle_balloon span:before,
.mtitle_balloon span:after {
    content: "";
    display: block;
    border-bottom: 2px solid #555;
    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: 2px solid #555;
    border-right: 2px solid #555;
    transform: rotate(135deg);
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: 2px
}

.mtitle_balloon.center {
    text-align: center
}

.mtitle_balloon.white span:before,
.mtitle_balloon.white span:after {
    border-bottom-color: #fefefe
}

.mtitle_balloon.white span i {
    border-color: #fefefe
}

@media all and (max-width: 639px) {
    .mtitle_balloon {
        font-size: 1.7rem
    }

    .mtitle_balloon span.eng {
        font-size: 2.4rem
    }
}

.mtitle_f {
    font-size: 2.4rem;
    margin: 80px auto 15px;
    font-weight: 600;
    text-align: center;
    color: #412d26
}

.mtitle_f span {
    position: relative;
    display: block;
    padding-bottom: 18px;
    line-height: 1.3em;
    overflow: hidden
}

.mtitle_f span.eng {
    font-family: "Lexend Deca", "Roboto Condensed", "Noto Sans JP", "EB Garamond", "Josefin Sans", sans-serif;
    font-weight: 600;
    font-size: 5rem
}

.mtitle_f:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 57px;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../img/12354.png) no-repeat center/contain;
    z-index: 1
}

.mtitle_f.white span:before,
.mtitle_f.white span:after {
    border-bottom-color: #fefefe
}

.mtitle_f.white span i {
    border-color: #fefefe
}

@media all and (max-width: 639px) {
    .mtitle_f {
        font-size: 1.7rem
    }

    .mtitle_f span.eng {
        font-size: 2.4rem
    }
}

.mtitle-bll {
    font-weight: 600;
    border-bottom: 2px solid #eee;
    position: relative;
    margin-bottom: 15px;
    line-height: 1.5;
    padding-bottom: 8px
}

.mtitle-bll:after {
    position: absolute;
    content: "";
    display: block;
    bottom: -2px;
    width: 60px;
    height: 2px;
    background: #f0dfc8
}

.mtitle-bll .role {
    display: inline-block;
    margin-left: 8px;
    font-size: 12px;
    background: #fffcf2;
    padding: 2px 4px;
    color: #f3a949;
    letter-spacing: 0
}

@media all and (max-width: 639px) {
    .mtitle-bll {
        font-size: 1.6rem
    }
}

.mtitle4 {
    font-weight: normal;
    text-align: center;
    font-size: 2.6rem;
    line-height: 1.5;
    letter-spacing: .1rem;
    font-weight: 600;
    border-bottom: 1px solid #bfcc85;
    padding-bottom: 20px;
    margin: 0 20px 25px;
    color: #412d26
}

@media all and (max-width: 639px) {
    .mtitle4 {
        font-size: 1.5rem;
        padding: 20px 10px
    }
}

.mtitle4 span {
    font-size: 3.2rem;
    color: #f0dfc8;
    padding: 0 4px 0
}

.mtitle4.white span:before,
.mtitle4.white span:after {
    background-color: #ffdf2c
}

@media all and (max-width: 639px) {
    .mtitle4 {
        font-size: 2rem
    }
}

@media all and (max-width: 320px) {
    .mtitle4 span:before {
        left: -3px
    }

    .mtitle4 span:after {
        right: -3px
    }
}

.mtitle5 {
    text-align: center;
    margin: 0 auto;
    padding: 0 55px
}

.mtitle5 span {
    position: relative;
    font-size: 2.4rem;
    line-height: 1.5;
    display: inline-block
}

.mtitle5 span:before,
.mtitle5 span:after {
    content: "";
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 1px;
    background-color: #000
}

.mtitle5 span:before {
    left: -60px
}

.mtitle5 span:after {
    right: -60px
}

.mtitle_sub {
    padding-left: .5em;
    font-weight: 600;
    position: relative;
    margin: 8px 0 15px;
    font-size: 1.1em;
    line-height: 1.4;
    text-align: left
}

.mtitle_sub.type1 {
    text-align: right;
    margin-top: 80px;
    margin-bottom: 130px
}

@media all and (max-width: 639px) {
    .mtitle_sub.type1 {
        padding-left: 0
    }
}

.mtitle_sub.type2 {
    text-align: center;
    padding: 10px 20px;
    background-color: #fcebeb
}

.mtitle_sub .hissu {
    color: #fff;
    background: #fbf6f0;
    padding: 5px 8px;
    margin-right: 5px;
    font-size: 11px;
    border-radius: 20px
}

.mtitle_box {
    background: rgba(199, 146, 68, .6);
    color: #412d26;
    font-size: 1.6rem;
    position: relative;
    padding: 10px 10px;
    margin-bottom: 20px;
    font-weight: 600
}

.mtitle_box.type1 {
    background: rgba(243, 169, 73, .7);
    color: #fff
}

.mtitle_box span {
    font-weight: normal;
    font-size: 14px;
    padding-right: 10px;
    font-family: "Lexend Deca", "Roboto Condensed", "Noto Sans JP", "EB Garamond", "Josefin Sans", sans-serif;
    font-weight: 600
}

.mtitle_box:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
    display: block;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff
}

@media all and (max-width: 639px) {
    .mtitle_box {
        font-size: 1.5rem
    }
}

.mtitle_box2 {
    background: #fff;
    font-size: 2.2rem;
    color: #232323;
    position: relative;
    font-weight: 600;
    overflow: hidden;
    letter-spacing: .1rem;
    box-shadow: 0 8px 8px rgba(240, 223, 200, .2);
    padding: 60px 40px 60px 40px;
    margin-bottom: 25px
}

.mtitle_box2.type-tbl {
    max-width: 960px;
    background: #fff;
    font-size: 1.6rem;
    color: #232323;
    position: relative;
    font-weight: normal;
    margin: 0 auto 100px
}

.mtitle_box2 .small-cap {
    font-weight: normal;
    font-size: 14px
}

.mtitle_box2:before {
    background-color: #f0dfc8;
    content: "";
    display: block;
    transform: rotate(50deg);
    position: absolute;
    bottom: -250px;
    right: -150px;
    width: 300px;
    height: 280px
}

@media all and (max-width: 639px) {
    .mtitle_box2 {
        font-size: 15px;
        line-height: 1.5;
        padding: 20px 0
    }

    .mtitle_box2 span {
        font-size: 2rem
    }

    .mtitle_box2:before {
        width: 215px;
        right: -170px
    }
}

.mtext1 {
    font-size: 2.2rem;
    line-height: 1.6;
    font-weight: 600
}

@media all and (max-width: 639px) {
    .mtext1 {
        font-size: 1.5rem;
        padding: 0 15px;
        margin-top: 30px
    }
}

.mtext2 {
    font-size: 2.7rem;
    letter-spacing: .1rem;
    line-height: 1.4
}

@media all and (max-width: 639px) {
    .mtext2 {
        font-size: 1.8rem;
        line-height: 1.8
    }
}

.mtitle_category {
    margin-bottom: 15px;
    font-size: 1.8rem;
    font-weight: normal
}

.mtitle_category:before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
    margin-right: 5px;
    color: #e16539
}

.btn01 a {
    background: #fefefe;
    text-align: center;
    width: 300px;
    margin: 15px auto;
    color: #412d26;
    display: block;
    padding: 8px 5px;
    font-weight: 600;
    border: 2px solid #f0dfc8;
    border-radius: 35px
}

.btn01 a:hover {
    background: #795833;
    color: #fefefe
}

.btn01.mail {
    flex-basis: 100%
}

.btn01.mail a {
    background: #ffdf2c;
    margin: 15px auto 25px
}

.btn01.mail a:before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
    margin-right: 5px
}

.btn01.left a {
    margin: 15px 0
}

@media all and (max-width: 639px) {
    .btn01 a {
        width: 95%
    }
}

.btn02 {
    width: 300px;
    margin: 20px auto 20px
}

.btn02 a {
    display: block;
    position: relative;
    padding: 15px 0;
    background-color: #222;
    line-height: 24px;
    letter-spacing: .1rem;
    font-size: 1.6rem;
    text-align: center;
    color: #fff
}

.btn02 a i {
    display: block;
    position: absolute;
    top: 50%;
    right: -10px;
    width: 50px;
    height: 1px;
    background-color: #fff;
    transition: all .3s ease
}

.btn02 a:hover i {
    width: 34px
}

@media all and (max-width: 639px) {
    .btn02 {
        width: 260px
    }

    .btn02 a {
        font-size: 1.2rem
    }
}

.btn03 {
    background: #fefefe;
    text-align: center;
    width: 300px;
    margin: 15px auto;
    color: #4d2c2b;
    padding: 8px 5px;
    font-weight: 600;
    border: 2px solid #e16539;
    border-radius: 35px;
    overflow: hidden;
    position: relative;
    display: block;
    transition: .2s
}

.btn03.t-20 {
    margin-top: 20px;
    margin-bottom: 0
}

@media all and (max-width: 639px) {
    .btn03 {
        width: 260px
    }
}

.btn03 span {
    position: relative
}

.btn03 .fas {
    position: relative
}

.btn03::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #587fd1;
    border-radius: 50% 50% 0 0/100% 100% 0 0;
    transition: transform .48s cubic-bezier(0.895, 0.03, 0.685, 0.22), border-radius .35s cubic-bezier(0.55, 0.085, 0.68, 0.53) 40ms;
    transform: scale(1, 0);
    transform-origin: 50% 100%
}

.btn03:hover {
    color: #fff;
    background-color: #e16539
}

.news {
    display: flex;
    margin-top: 10px;
    flex-wrap: wrap;
    align-items: flex-start;
    letter-spacing: 0;
    line-height: 1.7
}

.news dt {
    width: 7em;
    padding: 3px 5px;
    background: #f0f0f0;
    text-align: center;
    color: #412d26
}

.news dd {
    padding: 5px;
    background: #fff;
    width: calc(100% - 8.5em);
    margin-left: 8px
}

.news dt:not(:last-child),
.news dd:not(:last-child) {
    margin-bottom: 7px
}

.news-bl {
    overflow: hidden
}

.news-bl dt {
    float: left;
    width: 8em;
    padding: 5px;
    line-height: 1.3;
    color: #e16539;
    text-align: center;
    border: 1px solid #e16539;
    border-radius: 30px;
    background: #fefefe;
    font-size: 1.3rem
}

@media all and (max-width: 639px) {
    .news-bl dt {
        font-size: 1.2rem
    }
}

.news-bl dd {
    padding: 0 0 12px 9.2em;
    line-height: 1.6;
    border-bottom: 1px dotted #ddd;
    margin: 0 0 10px
}

.news-bl dd a {
    color: #412d26;
    background-image: linear-gradient(to right, #F0DFC8, #bfcc85);
    padding-bottom: .25em;
    background-position: 100% 100%;
    background-size: 0% 1px;
    background-repeat: no-repeat;
    transition: background-size .5s cubic-bezier(0.165, 0.84, 0.44, 1);
    font-weight: 600
}

.news-bl dd a:hover {
    background-position: 0 100%;
    background-size: 100% 1px
}

.news-bl dd:last-child {
    margin: 0;
    border-bottom: none
}

@media all and (max-width: 639px) {
    .news-bl dt {
        float: none
    }

    .news-bl dd {
        padding: 8px 5px
    }
}

.page-title {
    margin: 0 auto 0;
    margin-left: 0;
    position: relative;
    z-index: 1;
    background: url(../img/3403210_m.jpg) no-repeat 50% 5%/cover;
    height: 500px;
    width: 100%;
    overflow: hidden
}

.page-title:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #111;
    opacity: .1;
    top: 0;
    left: 0
}

@media all and (max-width: 949px) {
    .page-title {
        width: 100%;
        border-radius: 0
    }
}

@media all and (max-width: 639px) {
    .page-title {
        height: 400px;
        border-radius: 0 0 50px 50px
    }
}

.page-title.normal {
    height: 530px
}

.page-title.normal .inner {
    padding: 0;
    bottom: 32%
}

@media all and (max-width: 949px) {
    .page-title.normal {
        height: 330px
    }

    .page-title.normal .inner {
        padding: 0;
        bottom: 40%
    }
}

@media all and (max-width: 639px) {
    .page-title.normal {
        height: 300px
    }

    .page-title.normal .inner {
        padding: 0;
        bottom: 32%
    }
}

.page-title .inner {
    margin: 0 auto;
    position: absolute;
    bottom: 28%;
    right: 0;
    left: 0;
    max-width: 1200px;
    text-align: center;
    z-index: 200
}

@media all and (max-width: 949px) {
    .page-title .inner {
        right: 0;
        left: 0
    }
}

.page-title .inner .mtitle_gra {
    position: relative
}

.page-title .inner .mtitle_gra::before {
    position: absolute;
    content: "";
    width: 124px;
    height: 70px;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../img/title-bg2.png) no-repeat center/contain
}

.page-title .inner .mtitle_gra .txt-photo {
    display: block;
    margin: 0 auto;
    width: 55%
}

.page-title .inner .mtitle_gra .txt-photo.type3 {
    width: 30%
}

@media all and (max-width: 949px) {
    .page-title .inner .mtitle_gra .txt-photo.type3 {
        margin: 0 auto;
        width: 40%
    }
}

.page-title .inner .mtitle_gra .txt-photo.type4 {
    width: 35%
}

@media all and (max-width: 949px) {
    .page-title .inner .mtitle_gra .txt-photo.type4 {
        margin: 0 auto;
        width: 45%
    }
}

.page-title .inner .mtitle_gra .txt-photo img {
    width: 100%
}

@media all and (max-width: 949px) {
    .page-title .inner .mtitle_gra .txt-photo {
        margin: 0 auto;
        width: 70%
    }
}

.page-title .inner.thaks-p {
    right: 0
}

.page-title .page-lead {
    text-align: center;
    color: #f3a949
}

.page-title .page-lead span {
    display: block
}

.page-title .page-lead .ja {
    font-size: 2rem;
    margin-bottom: 10px
}

.page-title .page-lead .eng {
    font-size: 4rem;
    font-family: "Lexend Deca", "Roboto Condensed", "Noto Sans JP", "EB Garamond", "Josefin Sans", sans-serif;
    font-weight: 600;
    letter-spacing: .1rem
}

@media all and (max-width: 949px) {
    .page-title .inner {
        bottom: 40%
    }
}

@media all and (max-width: 639px) {
    .page-title .inner {
        bottom: 40%
    }
}

.bg-gradient {
    position: relative;
    position: relative
}

.bg-gradient:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right bottom, #b9d04f, #bfcc85);
    z-index: -2;
    opacity: .3
}

.bg-01 {
    position: relative;
    margin: 40px auto
}

.bg-01:before {
    position: absolute;
    content: "";
    width: calc(100% - 80px);
    height: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 20px;
    background: #f0dfc8;
    z-index: -1;
    opacity: .4
}

@media all and (max-width: 1367px) {
    .bg-01:before {
        width: calc(100% - 20px)
    }
}

@media all and (max-width: 639px) {
    .bg-01:before {
        width: calc(100% - 10px)
    }
}

.bg-01.type1:before {
    background: #fefefe;
    opacity: 1
}

.bg-01.type2:before {
    background: url(../img/bg-01.jpg) no-repeat center/cover;
    opacity: 1
}

.bg-03 {
    position: relative
}

.bg-03:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/bg-03.jpg) no-repeat center/cover;
    opacity: .5
}

.bg-pattern {
    background: url(../img/pattern.png) repeat-x left bottom
}

.bg-pink {
    background: #fcebeb
}

.bg-w {
    position: relative;
    margin-bottom: 50px
}

.bg-w:before {
    position: absolute;
    content: "";
    width: calc(100% - 80px);
    height: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background: #fefefe;
    z-index: -1
}

@media all and (max-width: 1367px) {
    .bg-w:before {
        width: calc(100% - 20px)
    }
}

@media all and (max-width: 639px) {
    .bg-w:before {
        width: calc(100% - 10px)
    }
}

.bg-base {
    background: rgba(240, 223, 200, .3)
}

.bg-base.type1 {
    background: rgba(0, 0, 0, 0);
    margin-bottom: 40px;
    position: relative
}

.bg-base.type1:before {
    position: absolute;
    content: "";
    width: calc(100% - 80px);
    height: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background: #f0dfc8;
    z-index: -1;
    opacity: .2
}

@media all and (max-width: 1367px) {
    .bg-base.type1:before {
        width: calc(100% - 20px)
    }
}

@media all and (max-width: 639px) {
    .bg-base.type1:before {
        width: calc(100% - 10px)
    }
}

.bg-green {
    background: #f0dfc8
}

.bg-gray {
    position: relative;
    background: #f2f4f5
}

.bg-gray.bg-half {
    background: rgba(0, 0, 0, 0);
    background-image: linear-gradient(to bottom, transparent 0%, transparent 50%, #f2f4f5 50.1%, #f2f4f5 100%)
}

.bg-gra {
    position: relative
}

.bg-gra.pb100 {
    padding-bottom: 300px
}

@media all and (max-width: 639px) {
    .bg-gra.pb100 {
        padding-bottom: 24%
    }
}

.bg-gra::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: linear-gradient(to right, #ffb957, #83f594);
    opacity: .2
}

.bg-gra .sub-txt {
    text-align: center;
    margin: 0 auto;
    padding-top: 120px;
    padding-bottom: 50px
}

@media all and (max-width: 639px) {
    .bg-gra .sub-txt {
        padding-top: 80px;
        padding-bottom: 50px
    }
}

.bg-gra .sub-txt.t-p40 {
    padding-top: 40px;
    padding-bottom: 0px
}

@media all and (max-width: 639px) {
    .bg-gra .sub-txt.t-p40 {
        padding-top: 0px
    }
}

.bg-gra .sub-txt.t-m120 {
    margin-top: 120px;
    padding-bottom: 0px
}

@media all and (max-width: 639px) {
    .bg-gra .sub-txt {
        padding-left: 20px;
        padding-right: 20px
    }
}

.bg-gra .sub-txt .sub-txt1 {
    font-size: 2.4rem;
    font-weight: bold;
    position: relative
}

.bg-gra .sub-txt .sub-txt1.type1 {
    font-size: 1.8rem
}

@media all and (max-width: 639px) {
    .bg-gra .sub-txt .sub-txt1.type1 {
        font-size: 1.4rem
    }
}

@media all and (max-width: 639px) {
    .bg-gra .sub-txt .sub-txt1 {
        font-size: 1.5rem;
        padding-top: 80px
    }
}

.bg-gra .sub-txt .sub-txt1::before {
    position: absolute;
    content: "";
    width: 93px;
    height: 70px;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../img/title-bg2.png) no-repeat center/contain
}

@media all and (max-width: 639px) {
    .bg-gra .sub-txt .sub-txt1::before {
        top: 4%
    }
}

.bg-gra .sub-txt .sub-txt2.type1 {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    text-align: left;
    padding: 50px;
    border-radius: 40px;
    background-color: rgba(255, 255, 255, .4)
}

@media all and (max-width: 639px) {
    .bg-gra .sub-txt .sub-txt2.type1 {
        padding: 30px
    }
}

.bg-gra .sub-txt .sub-txt2.b-m40 {
    margin-bottom: 40px
}

.bg-gray2 {
    position: relative;
    margin-bottom: 40px
}

.bg-gray2:before {
    position: absolute;
    content: "";
    width: calc(100% - 80px);
    height: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background: #f2f4f5;
    z-index: -1
}

@media all and (max-width: 1367px) {
    .bg-gray2:before {
        width: calc(100% - 20px)
    }
}

@media all and (max-width: 639px) {
    .bg-gray2:before {
        width: calc(100% - 10px)
    }
}

.bg-999 {
    background: #888
}

.bg-blue {
    background: rgba(191, 204, 133, .2)
}

.bg-blue.bg-half {
    background: rgba(0, 0, 0, 0);
    background-image: linear-gradient(to bottom, transparent 0%, transparent 50%, #f6c079 50.1%, #f6c079 100%)
}

.bg-beige {
    position: relative;
    margin-bottom: 40px
}

.bg-beige:before {
    position: absolute;
    content: "";
    width: calc(100% - 80px);
    height: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background: #fffcf2;
    z-index: -1
}

@media all and (max-width: 1367px) {
    .bg-beige:before {
        width: calc(100% - 20px)
    }
}

@media all and (max-width: 639px) {
    .bg-beige:before {
        width: calc(100% - 10px)
    }
}

.bg-beige2 {
    background: #fffcf2
}

.bg-white {
    background-color: rgba(255, 255, 255, .8)
}

.bg-white2 {
    background-color: rgba(255, 255, 255, .8);
    background-image: url(../img/bg-pinktree.png);
    background-repeat: repeat-x;
    background-position: center bottom
}

.bg-gold {
    position: relative;
    overflow: hidden;
    background-color: rgba(199, 146, 68, .2)
}

.bg-gold:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 220px;
    background-image: url(../img/bg-pinktree2.png);
    background-repeat: repeat-x;
    background-position: center -50px
}

.bg-gold:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 220px;
    background-image: url(../img/bg-pinktree2.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    bottom: -120px
}

.bg-base2 {
    background: repeating-linear-gradient(45deg, rgba(240, 223, 200, 0.1) 0, rgba(240, 223, 200, 0.1) 20px, #fefefe 20px, #fefefe 40px)
}

.tbl-profile {
    width: 100%
}

.tbl-profile th,
.tbl-profile td {
    padding: 10px;
    font-size: 1.4rem;
    vertical-align: middle;
    border-bottom: 1px solid #ddd
}

.tbl-profile th {
    width: 25%;
    text-align: left
}

.tbl {
    width: 100%
}

.tbl th,
.tbl td {
    padding: 15px;
    vertical-align: middle;
    border: 1px solid #aaa;
    font-size: 1.4rem;
    line-height: 1.5
}

.tbl th .small,
.tbl td .small {
    font-weight: normal
}

.tbl th {
    background: rgba(243, 169, 73, .2);
    text-align: left
}

.tbl thead th {
    background: #f2f4f5
}

.tbl .th-1 {
    width: 45%
}

.tbl .th-2 {
    background: rgba(10, 84, 243, .2)
}

.tbl .th-3 {
    width: 26.6666666667%
}

.tbl.type1 td {
    text-align: left
}

@media all and (max-width: 639px) {
    .tbl th {
        text-align: left
    }

    .tbl th,
    .tbl td {
        padding: 10px;
        font-size: 12px
    }

    .tbl th span,
    .tbl td span {
        font-size: 12px
    }
}

.tbl_new {
    width: 100%
}

.tbl_new tr th,
.tbl_new tr td {
    vertical-align: middle;
    padding: 15px 10px;
    border-bottom: #f0dfc8
}

@media all and (max-width: 639px) {

    .tbl_new tr th,
    .tbl_new tr td {
        font-size: 1.2rem
    }
}

.tbl_new tr th {
    font-weight: 600;
    width: 15%;
    color: #412d26;
    text-align: left;
    padding-left: 30px;
    letter-spacing: 0
}

@media all and (max-width: 639px) {
    .tbl_new tr th {
        width: 40%;
        font-size: 1.2rem
    }
}

.tbl_new tr:nth-child(odd) th,
.tbl_new tr:nth-child(odd) td {
    background: #fcebeb
}

@media all and (max-width: 639px) {

    .tbl_new tr:nth-child(odd) th,
    .tbl_new tr:nth-child(odd) td {
        font-size: 1.2rem
    }
}

.tbl-border {
    width: 100%
}

.tbl-border th,
.tbl-border td {
    padding: 15px 10px;
    border-bottom: 2px solid;
    vertical-align: middle
}

@media all and (max-width: 639px) {

    .tbl-border th,
    .tbl-border td {
        padding: 10px;
        font-size: 1.2rem
    }
}

.tbl-border th {
    width: 20%;
    color: #412d26;
    text-align: left;
    border-color: #f3a949
}

.tbl-border th.th-1 {
    width: 45%
}

@media all and (max-width: 639px) {
    .tbl-border th {
        width: 30%
    }
}

.tbl-border .w13 {
    width: 13%
}

.tbl-border td {
    border-color: #aaa
}

.price {
    font-weight: 600;
    color: #f0dfc8;
    font-size: 1.1em
}

@media all and (max-width: 639px) {
    .price {
        font-size: 1.4rem
    }
}

.timetable {
    padding: 20px 20px;
    width: 100%;
    border-top: 1px solid #412d26
}

.timetable th,
.timetable td {
    border-bottom: 1px solid #412d26;
    padding: 10px 5px;
    text-align: center;
    vertical-align: middle;
    line-height: 1.4
}

.timetable th .txt,
.timetable td .txt {
    letter-spacing: 0;
    font-size: 12px
}

@media all and (max-width: 639px) {

    .timetable th,
    .timetable td {
        font-size: 12px
    }
}

.timetable .thead th {
    border-top: 0;
    color: #412d26;
    background: rgba(255, 255, 255, .8)
}

.timetable .th-1 {
    width: 35%;
    font-weight: 600;
    text-align: center
}

.timetable .circle {
    color: #f0dfc8
}

.timetable .triangle {
    color: #412d26
}

@media all and (max-width: 639px) {
    .timetable {
        padding: 15px 10px
    }

    .timetable .th-1 {
        width: 25%
    }
}

.notion {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 8px 15px;
    background: #f2f4f5
}

.notion .triangle {
    font-size: 2rem;
    color: #412d26
}

.notion .notion-right {
    flex: 1;
    margin-left: 20px;
    text-align: left
}

@media all and (max-width: 639px) {
    .notion .notion-right {
        font-size: 12px
    }
}

.notion .notion-right span {
    color: #412d26;
    font-weight: bold;
    background: #ffdf2c;
    padding: 0 4px
}

.ggmap {
    position: relative;
    padding-bottom: 46.25%;
    height: 0;
    overflow: hidden
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.list_common li {
    padding-bottom: 4px;
    font-size: 1.4rem;
    margin-bottom: 5px;
    border-bottom: 1px dotted rgba(243, 169, 73, .5)
}

.list_common li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

.list_check.type1 {
    display: flex;
    flex-wrap: wrap
}

.list_check.type1 li {
    background: #fefefe;
    padding: 12px 8px;
    width: 48%
}

.list_check.type1 li:nth-child(2n) {
    margin-left: 4%
}

@media all and (max-width: 639px) {
    .list_check.type1 li {
        width: 95%;
        margin: 0 auto 5px
    }

    .list_check.type1 li:nth-child(2n) {
        margin-left: auto
    }
}

.list_check li {
    padding: 8px;
    font-weight: 600;
    background: #fefefe;
    margin-bottom: 5px
}

.list_check li span {
    font-weight: normal;
    font-size: .9em;
    display: block;
    padding-left: 1.5em;
    background: rgba(255, 252, 242, .2)
}

.list_check li a {
    color: #f0dfc8;
    border-bottom: 1px dotted #f0dfc8
}

.list_check li:before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
    margin-right: 10px;
    color: #f0dfc8
}

@media all and (max-width: 639px) {
    .list_check li {
        width: 98%;
        margin: 0 auto 10px;
        font-size: 1.3rem
    }
}

.list_check2 li {
    padding: 4px 8px;
    font-weight: 600
}

.list_check2 li .num {
    color: #f0dfc8;
    margin: 0 4px;
    font-family: "Cinzel", serif;
    font-weight: 500
}

.list_check2 li:before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
    margin-right: 10px;
    color: #f0dfc8
}

.list_check2 li:not(:last-child) {
    margin-bottom: 4px;
    border-bottom: 1px dashed #eee
}

.list-inline2 {
    text-align: center
}

.list-inline2 li {
    display: inline-block;
    padding: 4px 15px;
    background: #fefefe;
    border: 1px solid #412d26;
    font-weight: 600;
    border-radius: 30px
}

.list-inline2 li:not(:last-child) {
    margin-right: 8px
}

.list-inline li {
    display: inline-block;
    padding: 3px
}

.list-inline li:not(:last-of-type):after {
    content: "/";
    margin: 0 5px;
    color: #f0dfc8;
    font-weight: normal
}

@media all and (max-width: 639px) {
    .list-inline li {
        display: block;
        padding: 0
    }

    .list-inline li:before {
        content: "-";
        color: #f0dfc8
    }

    .list-inline li:not(:last-of-type):after {
        display: none
    }
}

.list_num li {
    position: relative;
    padding: 6px 4px 6px 50px;
    font-size: 2rem;
    font-family: "游明朝 Medium", "Yu Mincho", "YakuHanMP", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
    font-weight: 600;
    margin-bottom: 5px;
    color: #412d26
}

.list_num li span {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 3.5rem;
    color: #412d26
}

@media all and (max-width: 639px) {
    .list_num li {
        font-size: 1.3rem
    }

    .list_num li span {
        font-size: 2.8rem
    }
}

.ol-list {
    counter-reset: number;
    list-style: none;
    padding: 5px
}

.ol-list.type1 {
    display: flex;
    flex-wrap: wrap
}

.ol-list.type1>li {
    width: 48%
}

.ol-list.type1>li:nth-child(2n) {
    margin-left: 4%
}

.ol-list li {
    line-height: 2;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    position: relative;
    padding: 5px 5px 5px 30px
}

.ol-list li .ol-lead {
    font-family: "游明朝 Medium", "Yu Mincho", "YakuHanMP", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
    font-weight: 600;
    color: #dab078;
    font-size: 2rem
}

.ol-list li .inner {
    font-weight: normal;
    display: block;
    padding: 10px;
    line-height: 1.6;
    font-size: 1.4rem
}

.ol-list li:before {
    counter-increment: number;
    content: counter(number);
    display: inline-block;
    font-family: "Cinzel", serif;
    font-weight: 500;
    left: 0;
    top: 15px;
    position: absolute;
    font-size: 2.5rem;
    color: #f0dfc8;
    margin-right: 10px;
    line-height: 1
}

@media all and (max-width: 639px) {
    .ol-list li {
        font-size: 1.2rem
    }

    .ol-list li .ol-lead {
        font-size: 1.4rem
    }

    .ol-list li .inner {
        font-size: .9em
    }

    .ol-list li:before {
        font-size: 1.8rem
    }
}

.list_disc li {
    padding: 5px 0
}

.list_disc li:not(:last-of-type) {
    margin-bottom: 5px;
    border-bottom: 1px dashed #ccc
}

.list_disc li:before {
    content: "●";
    margin-right: 5px;
    color: #f3a949;
    font-size: .7em
}

.list-btn {
    display: flex;
    flex-wrap: wrap
}

.list-btn li {
    width: 32%;
    margin: 0 1.995% 10px 0
}

.list-btn li a {
    display: block;
    background: #fffcf2;
    color: #412d26;
    font-weight: 600;
    padding: 10px 3px;
    text-align: center;
    width: 100%;
    height: 100%;
    line-height: 1.5;
    font-size: 1.5rem;
    letter-spacing: 0
}

.list-btn li:nth-child(3n) {
    margin-right: 0
}

@media all and (max-width: 639px) {
    .list-btn li {
        width: 90%;
        margin: 0 auto 10px
    }

    .list-btn li a {
        font-size: 1.2rem
    }

    .list-btn li:nth-child(3n) {
        margin-right: auto
    }
}

.list-btn.type1 {
    max-width: 1000px;
    margin: 0 auto 20px;
    justify-content: center
}

.list-btn.type1 li a {
    background: #f0dfc8;
    border: 1px solid #e5c8a0
}

.list-btn.type1 li a:hover {
    background: #d2dba9
}

.list-btn.type1 li a:before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
    margin-right: 5px
}

#top-blog .pages {
    display: none
}

#main .blog-wrap>li {
    width: 30%
}

@media all and (max-width: 1105px) {
    #main .blog-wrap>li {
        width: 49%;
        margin: 0 .5% 20px .5%
    }
}

.blog-wrap {
    display: flex;
    flex-wrap: wrap
}

.blog-wrap.type1 {
    justify-content: inherit
}

.blog-wrap * {
    transition: .3s
}

.blog-wrap>li {
    width: 32%;
    margin: 0 .5% 20px .5%;
    position: relative
}

@media all and (max-width: 949px) {
    .blog-wrap>li {
        width: 90%
    }
}

.blog-wrap>li>a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10
}

.blog-wrap>li>a:hover~.blog-img img {
    opacity: 1;
    transform: scale(1.2)
}

.blog-wrap>li>a:hover .blog-txt {
    opacity: .6
}

@media all and (max-width: 639px) {
    .blog-wrap>li {
        width: 90%;
        margin: 0 auto 40px
    }
}

.blog-img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    box-sizing: border-box
}

@media all and (max-width: 949px) {
    .blog-img {
        height: 300px
    }
}

@media all and (max-width: 639px) {
    .blog-img {
        height: 200px
    }
}

.blog-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .4s ease;
    font-family: "object-fit: cover;"
}

.blog-img:hover img {
    opacity: 1 !important;
    transform: scale(1.2)
}

.blog-detail {
    padding-top: 10px
}

.blog-detail-upper {
    position: relative;
    z-index: 2;
    margin: -31px 0 0;
    color: #fff;
    font-size: 12px
}

.blog-category {
    display: inline-block;
    padding: 5px;
    line-height: 1.3;
    text-align: center;
    background: #111
}

.blog-date {
    background: #f0dfc8;
    width: 100px;
    padding: 5px;
    line-height: 1.3;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 12px
}

.blog-date2 {
    color: #b2431b;
    font-size: .9em;
    margin-bottom: 5px;
    margin-right: 5px
}

.blog-date2:before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
    margin-right: 5px
}

.blog-title {
    font-weight: 600;
    line-height: 1.3;
    margin: 10px 0
}

.blog-txt {
    line-height: 1.5;
    color: #412d26;
    padding: 10px
}

@media all and (max-width: 639px) {
    .blog-txt {
        font-size: 12px
    }
}

.pages {
    text-align: center;
    margin-top: 30px
}

.pages .page_next,
.pages .page_prev {
    display: inline-block;
    margin: 0 20px
}

.pages .page_next a,
.pages .page_prev a {
    color: #fff;
    padding: 4px 5px;
    background: #f3a949;
    font-size: 12px
}

.category_nav {
    border: 1px solid #ddd
}

.category_nav li a {
    display: block;
    padding: 15px;
    border-bottom: 1px dotted #ddd;
    background-color: #fff
}

.category_nav li a:before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
    margin-right: 5px
}

.category_nav li a:hover {
    background: #f2f4f5
}

.category_nav li:last-child a {
    border-bottom: none
}

.cut {
    overflow: hidden;
    zoom: 1
}

.long {
    letter-spacing: 0
}

.img-round {
    border-radius: 15px 0 15px 0
}

.w300 {
    width: 300px
}

.spbr {
    display: none
}

.color1 {
    color: #f0dfc8
}

.color2 {
    color: #412d26
}

.color3 {
    color: #f66009
}

.color4 {
    color: #795833
}

.relative {
    position: relative
}

.txt1 {
    font-weight: 600;
    letter-spacing: .15em;
    line-height: 2
}

.bigger {
    font-size: 1.15em
}

.num {
    font-weight: 600
}

.num a {
    color: #f0dfc8;
    font-size: 2.8rem;
    text-align: center;
    margin-left: 5px
}

@media all and (max-width: 639px) {
    .num a {
        font-size: 2rem
    }
}

.num a:before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
    margin-right: 5px
}

.num a:hover {
    color: #f0dfc8
}

.telbox {
    max-width: 600px;
    margin: 0 auto 20px;
    padding: 20px;
    background: #333;
    text-align: center
}

.telbox .inner {
    background: #fff;
    padding: 10px
}

.txt-link {
    font-weight: 600;
    text-decoration: underline
}

.txt-link:hover {
    text-decoration: none
}

.telbnr {
    max-width: 700px;
    margin: 20px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto
}

.telbnr li {
    width: 48%;
    border: 3px solid #f0dfc8;
    padding: 10px 10px;
    text-align: center;
    border-radius: 40px
}

.telbnr li a {
    display: block;
    font-size: 2.4rem;
    font-weight: 600;
    color: #f0dfc8
}

.telbnr li a:before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
    margin-right: 5px
}

.telbnr li a:hover {
    color: #f0dfc8
}

.telbnr li:last-of-type {
    margin-left: 4%
}

@media all and (max-width: 639px) {
    .telbnr {
        max-width: 90%
    }

    .telbnr li {
        width: 100%;
        margin: 0 auto 30px
    }

    .telbnr li:last-of-type {
        margin-left: auto
    }

    .telbnr li a {
        font-size: 2rem
    }
}

.telbnr-ttl {
    font-weight: 600;
    font-size: 1.8rem;
    color: #412d26;
    margin-top: -30px
}

.telbnr-ttl span {
    background: #fff;
    padding: 0 20px
}

@media all and (max-width: 639px) {
    .telbnr-ttl {
        font-size: 1.5rem
    }
}

.breadcrumb {
    max-width: 1200px;
    margin: 20px auto 20px;
    font-size: 1.2rem
}

.breadcrumb li {
    display: inline;
    color: #aaa
}

.breadcrumb li a {
    color: #f0dfc8
}

.breadcrumb li+li:before {
    margin: 0 10px;
    content: ">"
}

@media all and (max-width: 639px) {
    .breadcrumb {
        font-size: 12px;
        padding: 0 10px
    }
}

.form {
    margin: 0 auto;
    width: 90%
}

.form dl dt {
    float: left;
    width: 280px;
    padding-top: 20px;
    font-weight: 600
}

.form dl dt span,
.form .form-pattern-2 dl dt:not(.pattern-exclusion) span.required::before {
    color: #fff;
    background: #e16539;
    padding: 5px 8px;
    margin-right: 5px;
    font-size: 11px;
    border-radius: 20px;
    position: relative;
    top: -2px
}

.form dl dt span.nini {
    background: #ffdf2c;
    color: #412d26
}

.form dl dd {
    padding-left: 280px;
    padding-bottom: 20px;
    padding-top: 23px;
    line-height: 1.5;
    border-bottom: 1px dotted #ccc
}

.form dl dd.type1 p {
    display: inline
}

.form dl dd.type1 .w20 {
    width: 20%
}

@media all and (max-width: 949px) {
    .form dl dd.type1 .w20 {
        width: 30%
    }
}

.form dl dd.type1 .w30 {
    width: 30%
}

@media all and (max-width: 639px) {
    .form dl dd.type1.type1-name .w30 {
        width: 48%
    }
}

.form dl dd.type1 .w60 {
    width: 60%
}

.form dl dd:last-child {
    border-bottom: none
}

.form .textarea,
.form textarea {
    border: 0;
    padding: 15px;
    width: 100%;
    border-radius: 0;
    -webkit-appearance: none;
    background: #f0f0f0
}

.form .textarea02 {
    width: 48.5%;
    margin-right: 3%;
    background: #f9fcff;
    box-shadow: 0 8px 8px rgba(165, 165, 165, .4)
}

.form .textarea02:last-child {
    margin-right: 0
}

.form .textarea03 {
    width: 20%;
    margin-right: 1%
}

.form .form-contents {
    padding: 0;
}

.form .form-contents dl {
    margin-bottom: 0;
}

.form .form-contents dd:not(.pattern-exclusion) input.textarea {
    height: 40px;
}

.form button,
.form .form-pattern-2 .submit-btn {
    cursor: pointer;
    display: block;
    color: #fff;
    text-align: center;
    transition: all .2s ease-in-out 0s;
    border: 1px solid #e16539;
    font-weight: 600;
    padding: 12px 5px;
    margin: 0 auto;
    width: 250px;
    background: #e16539;
    border-radius: 25px
}

.form button:hover,
.form .form-pattern-2 .submit-btn:hover {
    background: #fff;
    color: #e16539
}

.form .form-pattern-2 .submit-btn::before {
    transition: all .2s ease-in-out 0s;
}

.form .form-pattern-2 .submit-btn:hover::before {
    background: #e16539;
}

.form button:before {
    font-weight: normal;
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
    margin-right: 10px
}

.form .select-wrap {
    position: relative;
    overflow: hidden;
    display: inline-block;
    min-width: 192px;
    min-width: 12em;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333
}

.form .select-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 2;
    display: block;
    width: 200%;
    width: -webkit-calc(100% + 5em);
    margin: 0;
    padding: 11px 35px 11px 11px;
    padding: .6875rem 2.1875rem .6875rem .6875rem;
    background: rgba(0, 0, 0, 0);
    border: 0;
    outline: none;
    line-height: 1.5
}

.form .entypo-down-open-mini:before {
    font-family: "FontAwesome";
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 12px;
    right: .75rem;
    margin-top: -8px;
    margin-top: -0.5rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    color: #f0dfc8
}

.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: #f0dfc8;
    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: .2;
    box-shadow: 20px -1px #eeebda
}

.form label.checkbox_text {
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin: 0 20px 5px 0;
    overflow: hidden;
    display: inline-block
}

.form label.checkbox_text:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0px;
    top: 0;
    border: 1px solid #ccc;
    z-index: 3;
    padding: 1px
}

.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 #f0dfc8;
    border-bottom: 3px solid #f0dfc8;
    transform: rotate(45deg);
    z-index: 1
}

@media all and (max-width: 639px) {
    .form label.checkbox_text:after {
        margin-top: -18px
    }
}

.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: .1
}

.form label.checkbox_text input[type=checkbox]:focus {
    box-shadow: 41px 0px #eee
}

.form input[type=text],
.form textarea {
    font-size: 16px
}

@media all and (max-width: 639px) {

    .form input[type=text],
    .form textarea {
        transform: scale(0.9);
        margin-left: -5px
    }
}

.fm-txt {
    font-size: 1.4rem;
    background: rgba(255, 255, 255, .5);
    padding: 5px
}

.thanks {
    padding: 40px;
    border: 3px solid #fff;
    box-shadow: 0 0 0 8px rgba(240, 223, 200, .2);
    max-width: 700px;
    margin: 0 auto
}

@media all and (max-width: 639px) {
    .thanks {
        max-width: 90%;
        padding: 30px 20px
    }
}

.shadow {
    box-shadow: 0 0 10px rgba(65, 45, 38, .05)
}

.policy {
    padding: 30px;
    background: #fbfbfb;
    margin: 0 auto
}

.mtitle_small {
    font-weight: bold;
    color: #412d26;
    padding: 6px 0;
    font-size: 1.6rem;
    border-bottom: 1px solid #e1850f
}

.mtitle_small .case {
    color: #f0dfc8;
    margin-right: 5px
}

.mtitle_small:before {
    content: "◇";
    margin-right: 5px;
    color: #f0dfc8
}

@media all and (max-width: 639px) {
    .mtitle_small {
        padding: 4px;
        font-size: 1.3rem
    }
}

.mtitle_small2 {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px
}

.mtitle_small2:before {
    content: "";
    background-color: #f0dfc8;
    width: 10px;
    height: 4px;
    position: absolute;
    top: .6em;
    left: 0
}

.mtitle_gra {
    display: block;
    font-size: 5rem;
    color: #fff;
    text-shadow: 0px 0px 15px #f0dfc8
}

@media all and (max-width: 1367px) {
    .mtitle_gra {
        font-size: 4rem
    }
}

@media all and (max-width: 1105px) {
    .mtitle_gra {
        font-size: 3rem
    }
}

@media all and (max-width: 639px) {
    .mtitle_gra {
        font-size: 2rem
    }
}

.thumb-item li {
    width: 100%
}

.thumb-item-nav li {
    overflow: hidden;
    height: 100px
}

.thumb-item-nav li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

@media all and (max-width: 639px) {
    .thumb-item-nav li {
        height: 80px
    }
}

.gallery {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap
}

.gallery li {
    width: 24%;
    margin: 0 1.3333333333% 25px 0
}

.gallery li:nth-child(4n) {
    margin-right: 0
}

.gallery li a {
    background: rgba(255, 252, 242, .2);
    display: block;
    text-align: center;
    padding: 0px;
    height: 200px
}

.gallery li a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

.gallery li p {
    font-size: 14px;
    margin: 3px 0 10px
}

@media all and (max-width: 949px) {
    .gallery li {
        width: 48%;
        margin: 0 1% 20px
    }

    .gallery li:nth-child(2n) {
        margin-right: 0
    }

    .gallery li a {
        height: 120px
    }

    .gallery li p {
        font-size: 12px
    }
}

.list2 {
    display: flex;
    flex-wrap: wrap;
    max-width: 1500px;
    margin-right: auto;
    margin-left: auto;
    justify-content: center
}

.list2.top-info .child {
    position: relative;
    color: #412d26;
    font-weight: 600
}

.list2.top-info .child:last-child {
    margin-top: 100px
}

.list2.top-info .top-info-txt {
    position: relative;
    z-index: 3;
    margin-top: -40px;
    padding: 20px
}

.list2.type1>li,
.list2.type1 .child {
    background: #fefefe;
    padding: 20px
}

.list2>li,
.list2 .child {
    width: 48%;
    margin-top: 50px;
    position: relative
}

.list2>li.s_content a:hover figure img,
.list2 .child.s_content a:hover figure img {
    transform: scale(1.05);
    transition: .2s
}

.list2>li.map,
.list2 .child.map {
    margin-top: 20px
}

.list2>li:nth-child(2n),
.list2 .child:nth-child(2n) {
    margin-left: 4%
}

@media all and (max-width: 639px) {

    .list2>li:nth-child(2n),
    .list2 .child:nth-child(2n) {
        margin-left: auto
    }
}

@media all and (max-width: 639px) {

    .list2>li,
    .list2 .child {
        width: 100%;
        margin: 20px auto 0
    }
}

.list3 {
    display: flex;
    flex-wrap: wrap
}

.list3.type1>li {
    padding: 10px;
    background: #fff;
    border-radius: 15px 0 15px 0
}

.list3 li {
    width: 31%;
    position: relative;
    margin: 0 3.495% 30px 0
}

.list3 li:nth-child(3n) {
    margin-right: 0
}

@media all and (max-width: 639px) {
    .list3 li {
        width: 95%;
        margin: 0 auto 30px
    }

    .list3 li:nth-child(3n) {
        margin-right: auto
    }
}

.list4 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -2%;
    margin-top: -30px
}

.list4.type1 {
    max-width: 900px;
    margin: 0 auto;
    justify-content: center
}

.list4.type1 li {
    padding: 10px 10px 40px 10px;
    border-radius: 10px;
    display: block;
    transition: all .2s ease-in;
    text-align: center
}

.list4.type1 li .icon {
    display: flex;
    justify-content: center;
    align-items: center
}

.list4.type1 li .icon img {
    width: 90%;
    margin: 0 auto 10px;
    padding: 15px
}

.list4.type1 .icon_txt {
    height: 35%
}

.list4.type1 a {
    display: block
}

.list4.type1 a:hover {
    position: relative;
    transform: translate(0, 10px)
}

@media all and (max-width: 639px) {
    .list4.type1>li {
        width: 70%
    }
}

.list4 li {
    width: 23%
}

@media all and (max-width: 1105px) {
    .list4 li {
        width: 31.33%
    }
}

@media all and (max-width: 639px) {
    .list4 {
        margin-left: auto
    }

    .list4 li {
        width: 90%;
        margin: 25px auto 0
    }
}

.prv dt {
    color: #f0dfc8;
    border-bottom: 1px solid #ccc;
    margin: 10px 0
}

#works:before {
    content: "";
    height: 80px;
    margin-top: -80px;
    display: block;
    visibility: hidden
}

.note {
    padding: 20px;
    margin-top: 10px;
    background: url(../img/body_bg.png);
    border-radius: 15px;
    border: 1px solid #f3a949
}

.flow-dl {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start
}

.flow-dl dt {
    color: #f3a949;
    width: 60px;
    text-align: center;
    margin-right: 20px;
    font-family: "Lexend Deca", "Roboto Condensed", "Noto Sans JP", "EB Garamond", "Josefin Sans", sans-serif;
    font-weight: 600;
    padding-top: 8px
}

.flow-dl dt span {
    font-size: 4rem;
    display: block;
    color: #f0dfc8;
    font-weight: 400
}

.flow-dl dd {
    width: calc(100% - 80px);
    margin-bottom: 40px;
    border-bottom: 1px dashed #f0dfc8;
    padding-bottom: 25px
}

.flow-dl dt:not(:last-child),
.flow-dl dd:not(:last-child) {
    margin-bottom: 20px
}

@media all and (max-width: 639px) {
    .flow-dl dt {
        font-size: 1.3rem
    }

    .flow-dl dt span {
        font-size: 2.2rem
    }
}

.txt1 {
    padding-left: 10px
}

.blog-month {
    margin-bottom: 10px
}

.blog-month ul {
    display: flex;
    flex-wrap: wrap
}

.blog-month ul li {
    width: 49%;
    padding: 5px 0;
    margin-bottom: 5px;
    text-align: center;
    letter-spacing: 0;
    background: #e16539
}

.blog-month ul li:nth-child(2n) {
    margin-left: 2%
}

.blog-month ul li a {
    color: #fff;
    font-size: 12px
}

#a01,
#a02,
#a03,
#a04,
#a05,
#a06,
#a07,
#a08 {
    display: block;
    padding-top: 100px;
    margin-top: -100px
}

.list-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.list-center li {
    width: 50%
}

@media all and (max-width: 639px) {
    .list-center {
        flex-direction: column
    }

    .list-center li {
        width: 100%
    }
}

.faq-dl.type1 .faq-inner {
    padding: 25px;
    background: #fff;
    border-radius: 20px;
    border-bottom: 3px solid #eee
}

@media all and (max-width: 639px) {
    .faq-dl.type1 .faq-inner {
        padding: 15px
    }
}

.faq-dl.type1 dt {
    cursor: pointer
}

.faq-dl.type1 dd {
    display: none
}

.faq-dl .faq-inner {
    padding: 10px;
    margin-bottom: 20px
}

.faq-dl .faq-inner:not(:last-of-type) {
    margin-bottom: 35px;
    padding-bottom: 20px;
    border-bottom: 3px solid #eee
}

.faq-dl .faq-inner dt,
.faq-dl .faq-inner dd {
    position: relative;
    padding: 10px 10px 10px 55px;
    font-weight: 600
}

.faq-dl .faq-inner dt:before,
.faq-dl .faq-inner dd:before {
    position: absolute;
    content: "";
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    left: 0;
    top: 0;
    font-family: "Lexend Deca", "Roboto Condensed", "Noto Sans JP", "EB Garamond", "Josefin Sans", sans-serif;
    font-weight: 600
}

.faq-dl .faq-inner dt {
    margin-bottom: 10px;
    color: #412d26
}

.faq-dl .faq-inner dt:before {
    content: "Q";
    color: #f0dfc8;
    font-size: 3rem;
    background: rgba(240, 223, 200, .2)
}

.faq-dl .faq-inner dd:before {
    content: "A";
    color: #f66009;
    font-size: 3rem;
    background: rgba(255, 223, 44, .5)
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 30px !important;
    right: auto;
    background: rgba(240, 223, 200, .7)
}

@media all and (max-width: 639px) {

    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        left: 10px !important
    }
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 30px !important;
    left: auto;
    background: rgba(240, 223, 200, .7)
}

@media all and (max-width: 639px) {

    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        right: 10px !important
    }
}

@media all and (max-width: 639px) {

    .swiper-button-next,
    .swiper-button-prev {
        width: 17px !important;
        height: 28px !important;
        background-size: 17px 28px !important
    }
}

.point-num {
    position: relative;
    z-index: 2;
    width: 60px;
    height: 60px;
    background: #f3a949;
    color: #222;
    font-family: "Lexend Deca", "Roboto Condensed", "Noto Sans JP", "EB Garamond", "Josefin Sans", sans-serif;
    font-weight: 600;
    font-size: 3.5rem;
    border-radius: 100%;
    text-align: center;
    margin: 0 auto -20px;
    line-height: 60px;
    box-shadow: 0 0 0 4px rgba(254, 254, 254, .6)
}

.sns-list {
    display: flex
}

.sns-list.center {
    justify-content: center;
    margin: 15px 0
}

.sns-list li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #9e0909;
    display: block;
    background: #fefefe;
    border-radius: 100%;
    text-align: center;
    transition: all .2s ease-in;
    position: relative
}

.sns-list li a:hover {
    opacity: .7
}

.sns-list li a.btn-facebook {
    background: #1877f2
}

.sns-list li a.btn-twitter {
    background: #1da1f2
}

.sns-list li a.btn-instagram {
    overflow: hidden;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat
}

.sns-list li a.btn-instagram i {
    position: relative;
    z-index: 2
}

.sns-list li a.btn-instagram:before {
    content: "";
    position: absolute;
    top: 18px;
    left: -10px;
    width: 50px;
    height: 50px;
    background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%)
}

.sns-list li:not(:last-child) {
    margin-right: 10px
}

@media all and (max-width: 949px) {
    .sns-list li:not(:last-child) {
        margin-right: 5px;
        margin-bottom: 0
    }
}

.greet-box {
    position: relative;
    margin-bottom: 50px
}

@media all and (max-width: 949px) {
    .greet-photo {
        margin: 0 auto;
        text-align: center
    }
}

@media all and (max-width: 949px) {
    .greet-ttl {
        width: 80%;
        margin: 0 auto;
        text-align: center
    }
}

@media all and (max-width: 639px) {
    .greet-ttl {
        width: 100%
    }
}

.ttl1 {
    top: 60px;
    right: 160px;
    position: absolute
}

@media all and (max-width: 949px) {
    .ttl1 {
        position: initial
    }
}

.ttl2 {
    top: 160px;
    right: 160px;
    position: absolute
}

@media all and (max-width: 949px) {
    .ttl2 {
        position: initial
    }
}

.ttl3 {
    top: 260px;
    right: 0px;
    position: absolute
}

@media all and (max-width: 949px) {
    .ttl3 {
        position: initial
    }
}

.greet-maintxt {
    display: inline-block;
    padding: 15px 30px;
    color: #fff;
    background-color: #f0dfc8;
    font-size: 1.6rem;
    border-radius: 5px;
    box-shadow: 8px 8px 0px 0px #95c0f1
}

@media all and (max-width: 639px) {
    .greet-maintxt {
        font-size: 1.2rem;
        padding: 12px 30px;
        box-shadow: 4px 4px 0px 0px #95c0f1
    }
}

.name {
    width: 200px;
    margin: -20px auto 20px;
    position: relative;
    z-index: 2;
    background: #fefefe;
    color: #412d26;
    font-weight: 600;
    text-align: center;
    padding: 6px;
    box-shadow: 0 0 8px rgba(65, 45, 38, .05);
    line-height: 1.5
}

.name span {
    color: #f0dfc8;
    display: block;
    font-size: 1.2rem
}

.vertical-content {
    margin: 0 auto;
    position: relative;
    width: 50%;
    z-index: 10
}

.vertical-content.type1 {
    margin-left: 180px
}

@media all and (max-width: 639px) {
    .vertical-content.type1 {
        margin-left: 0
    }
}

@media all and (max-width: 949px) {
    .vertical-content {
        width: 100%
    }
}

.box1 {
    padding: 40px;
    margin: 0 auto 80px;
    max-width: 850px
}

@media all and (max-width: 639px) {
    .box1 {
        padding: 25px
    }
}

.box2 {
    padding: 30px;
    background: #fff;
    position: relative;
    z-index: 2
}

@media all and (max-width: 639px) {
    .box2 {
        padding: 20px
    }
}

.merit-box {
    padding: 10px;
    border-radius: 10px;
    background: rgba(199, 146, 68, .2)
}

.merit-box.type1 {
    background: rgba(162, 206, 210, .1)
}

.arrow2 {
    position: relative
}

.arrow2::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    width: 0;
    height: 0;
    bottom: -44%;
    transform: translateX(-50%);
    border: 12px solid rgba(0, 0, 0, 0);
    border-top: 12px solid #6fca54;
    border-bottom-width: 0
}

@media all and (max-width: 639px) {
    .arrow2::before {
        bottom: -49%
    }
}

.flow-list {
    position: relative
}

.flow-list.type1 li {
    align-items: flex-start
}

.flow-list.type1 li .flow-title {
    margin-bottom: 10px
}

.flow-list.type-flex {
    width: 50%
}

@media all and (max-width: 639px) {
    .flow-list.type-flex {
        width: 100%
    }
}

.flow-list li {
    width: 90%;
    margin: 0 auto 40px;
    align-items: center;
    padding: 15px 0;
    background: #fefefe;
    border-radius: 31px;
    font-weight: bold;
    height: 62px;
    max-width: 500px;
    text-align: center;
    border: 2px solid #bff19d
}

@media all and (max-width: 639px) {
    .flow-list li {
        width: 90%;
        margin: 0 auto 40px
    }
}

.flow-list li .txt {
    flex: 1;
    margin-left: 35px
}

.flow-list li .flow-title {
    color: #f0dfc8;
    border-bottom: 1px dashed #f0dfc8;
    padding-bottom: 4px;
    font-weight: 600;
    font-size: 1.8rem;
    letter-spacing: .2rem
}

@media all and (max-width: 639px) {
    .flow-list li {
        flex-direction: column
    }

    .flow-list li .flow-num {
        font-size: 2.2rem;
        text-align: center
    }

    .flow-list li .flow-title {
        font-size: 1.3rem
    }

    .flow-list li .txt {
        margin: 20px auto 0
    }
}

.price-dl dt {
    background: #fff6d9;
    padding: 14px 20px;
    font-family: "游明朝 Medium", "Yu Mincho", "YakuHanMP", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
    font-weight: 600;
    color: #412d26;
    border-top: 1px solid #f3a949;
    border-bottom: 1px solid #f3a949
}

.price-dl dd {
    padding: 20px;
    margin-bottom: 25px
}

.kiritori {
    height: 1px;
    border-top: 1px dashed #f0dfc8;
    margin: 30px auto;
    display: block;
    max-width: 90%
}

.interview-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.interview-head .interview-lead {
    font-family: "游明朝 Medium", "Yu Mincho", "YakuHanMP", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
    font-weight: 600;
    font-size: 1.7rem;
    letter-spacing: 2;
    flex: 1;
    margin-right: 30px
}

.interview-head .interview-btn {
    cursor: pointer;
    width: 220px;
    padding: 15px 8px;
    text-align: center;
    background: #ffdf2c;
    color: #412d26;
    font-weight: 600;
    position: relative;
    transition: all .2s ease-in
}

.interview-head .interview-btn:before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .2s ease-in
}

.interview-head .interview-btn:hover {
    background: #dab078;
    color: #fff
}

@media all and (max-width: 639px) {
    .interview-head {
        flex-direction: column;
        width: 90%;
        margin: 0 auto
    }

    .interview-head .interview-lead {
        flex: 0 1 auto;
        margin: 0 0 15px;
        font-size: 1.3rem
    }

    .interview-head .interview-btn {
        width: 100%
    }
}

.interview-box {
    background: #fffcf2;
    letter-spacing: 0;
    padding: 30px;
    display: none
}

@media all and (max-width: 639px) {
    .interview-box {
        padding: 15px 15px
    }
}

.course-list li .upper {
    padding: 15px;
    background: rgba(243, 169, 73, .2)
}

.course-list li .lower {
    padding: 15px;
    background: #fffcf2
}

.course-list li:not(:last-of-type) {
    margin-bottom: 20px
}

.top-box-implant {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.top-box-implant .child {
    margin: 60px 0 30px;
    width: 48%;
    padding: 30px 20px;
    background: #fff4ca;
    border-radius: 10px 0 10px 0
}

.top-box-implant .child.type1 {
    background: #e2f5f5
}

.top-box-implant:before {
    position: absolute;
    content: "";
    width: 200px;
    height: 100%;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../img/top-implant.png) no-repeat center/contain;
    z-index: 2
}

@media all and (max-width: 639px) {
    .top-box-implant {
        flex-direction: column;
        justify-content: center;
        padding-top: 20px
    }

    .top-box-implant:before {
        height: 164px;
        width: 65px;
        left: -5px;
        transform: none
    }

    .top-box-implant .child {
        width: 90%;
        margin: 0 auto;
        padding: 25px 20px
    }

    .top-box-implant .child:first-of-type {
        margin-bottom: 10px
    }
}

.adv-list li {
    padding: 12px;
    background: #fff;
    font-weight: 600
}

.adv-list li:not(:last-of-type) {
    margin-bottom: 4px
}

.column2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

.column2 .child {
    width: 48%
}

@media all and (max-width: 639px) {
    .column2 {
        flex-direction: column
    }

    .column2 .child {
        width: 100%
    }

    .column2 .child.column2-img {
        order: -1;
        margin-bottom: 30px
    }
}

.top_main {
    overflow: hidden;
    margin-bottom: 60px
}

.top_main .inner {
    position: relative;
    margin: 40px 0 60px
}

.top_main .inner .top_main_contents {
    position: relative;
    max-width: calc(100% - 100px);
    margin: 0 auto
}

.top_main .inner .top_main_contents .top_main_txt {
    position: relative;
    width: 750px;
    left: 5%;
    max-width: 100%;
    font-weight: 600;
    background: rgba(255, 255, 255, .9);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    padding: 35px 50px
}

.top_main .inner .top_main_contents .top_main_img {
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 40px;
    width: 800px;
    max-width: 100%
}

.top_main .inner .top_main_contents .top_main_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

@media all and (max-width: 949px) {
    .top_main .inner .top_main_contents .top_main_img {
        display: none
    }
}

.top_main .inner .top_main_contents .top_main_img_small {
    display: none
}

@media all and (max-width: 949px) {
    .top_main .inner .top_main_contents .top_main_img_small {
        display: block;
        margin-bottom: 30px
    }
}

@media all and (max-width: 949px) {
    .top_main .inner .top_main_contents {
        max-width: 90%;
        margin: auto
    }

    .top_main .inner .top_main_contents .top_main_txt {
        left: 0%;
        padding: 15px
    }
}

@media all and (max-width: 639px) {
    .top_main .inner .top_main_contents {
        max-width: 95%
    }
}

.slide_list {
    position: relative;
    display: none;
    margin: 60px auto
}

.slide_list li {
    margin-right: 1%
}

.slide_list li img {
    width: auto;
    height: 260px;
    transition: filter .2s ease-in
}

.slide_list li:hover img {
    filter: grayscale(0)
}

@media all and (max-width: 639px) {
    .slide_list li img {
        height: 240px
    }
}

.feature-title02 {
    display: flex;
    flex-wrap: wrap
}

.feature-title02 .num {
    width: 80px;
    position: relative;
    transform: translate(-10px, -50px)
}

@media all and (max-width: 639px) {
    .feature-title02 .num {
        width: 60px;
        transform: translate(-5px, -31px)
    }
}

.feature-title02 .title01 {
    flex: 1;
    margin-left: 30px
}

@media all and (max-width: 639px) {
    .feature-title02 .title01 {
        margin-left: 20px
    }
}

.wave {
    overflow: hidden;
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    z-index: 20
}

.wave.type1 {
    top: auto;
    bottom: -1px
}

.wave svg {
    position: relative;
    display: block;
    width: calc(150% + 1.3px);
    height: 80px
}

@media all and (max-width: 639px) {
    .wave svg {
        height: 40px
    }
}

.wave .wave_01 {
    fill: #fefefe
}

.wave .wave_02 {
    fill: #e2ebe0
}

.wave .wave_03 {
    fill: #f0dfc8
}

.wave .wave_04 {
    fill: #f2f4f5
}

.medical1 {
    display: flex;
    flex-wrap: wrap;
    background: #fffcf2;
    position: relative
}

.medical1:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: url(../img/top-medical01.jpg) no-repeat center/cover
}

.medical1.type1:before {
    background: url(../img/top-medical02.jpg) no-repeat center/cover
}

.medical1.type2:before {
    background: url(../img/top-medical03.jpg) no-repeat center/cover
}

.medical1 .left {
    padding: 60px 40px;
    width: 50%;
    position: relative
}

.medical1 .left .inner {
    max-width: 550px;
    margin: 0 auto
}

@media all and (max-width: 639px) {
    .medical1:before {
        width: 100%;
        height: 200px
    }

    .medical1 .left {
        width: 100%;
        margin-top: 200px;
        padding: 25px 15px
    }
}

.medical2-wrap {
    display: flex;
    flex-wrap: wrap
}

.medical2-wrap .medical1 {
    width: 50%;
    background: #fff
}

.medical2-wrap .medical1 .left {
    width: 60%;
    background: #fff;
    padding: 60px 30px
}

@media all and (max-width: 949px) {
    .medical2-wrap .medical1:before {
        width: 100%;
        height: 240px
    }

    .medical2-wrap .medical1 .left {
        width: 100%;
        margin-top: 240px;
        padding: 30px 15px
    }
}

@media all and (max-width: 639px) {
    .medical2-wrap .medical1 {
        width: 100%
    }

    .medical2-wrap .medical1:before {
        height: 180px
    }

    .medical2-wrap .medical1 .left {
        margin-top: 180px;
        padding: 20px 15px
    }
}

.medical3 {
    display: flex;
    flex-wrap: wrap
}

.medical3 .child {
    width: 25%;
    background: #fffcf2
}

.medical3 .child:nth-child(2n) {
    background: #fff
}

.medical3 .child img {
    width: 100%
}

.medical3 .child .inner {
    position: relative;
    padding: 25px
}

@media all and (max-width: 949px) {
    .medical3 .child {
        width: 50%
    }
}

@media all and (max-width: 639px) {
    .medical3 {
        max-width: 90%;
        margin: 0 auto 40px
    }

    .medical3 .child {
        width: 100%
    }

    .medical3 .child .inner {
        padding: 20px
    }
}

.point-title {
    display: flex;
    flex-wrap: wrap;
    align-items: ceneter;
    margin-bottom: 20px
}

.point-title .num {
    font-family: "Cinzel", serif;
    font-weight: 500;
    font-size: 3.6rem;
    color: #f0dfc8;
    line-height: 1;
    position: relative
}

.point-title .num:before {
    position: absolute;
    content: "";
    left: 50%;
    top: -30px;
    width: 1px;
    height: 25px;
    background: #f0dfc8
}

@media all and (max-width: 639px) {
    .point-title .num {
        font-size: 2.8rem
    }
}

.point-title .txt {
    flex: 1;
    line-height: 1.3;
    margin-left: 20px;
    font-size: 1.8rem;
    color: #412d26
}

@media all and (max-width: 639px) {
    .point-title .txt {
        font-size: 1.5rem
    }
}

.recruit-title {
    font-size: 2.8rem;
    color: #e5c8a0;
    font-family: "游明朝 Medium", "Yu Mincho", "YakuHanMP", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
    font-weight: 600;
    margin-bottom: 25px;
    text-align: right
}

@media all and (max-width: 639px) {
    .recruit-title {
        font-size: 1.8rem;
        text-align: center
    }
}

.result {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 700px;
    margin: 0 auto 20px;
    font-weight: 600
}

.result .left {
    background: #bfcc85;
    padding: 8px
}

.result .right {
    flex: 1;
    padding: 8px;
    background: #fff
}

.result-dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start
}

.result-dl dt {
    width: 220px;
    background: rgba(240, 223, 200, .4);
    padding: 8px;
    color: #412d26;
    letter-spacing: 0
}

.result-dl dd {
    width: calc(100% - 250px);
    padding: 5px
}

.result-dl dt,
.result-dl dd {
    font-weight: 600
}

.result-dl dt:not(:last-of-type),
.result-dl dd:not(:last-of-type) {
    margin-bottom: 8px
}

@media all and (max-width: 639px) {

    .result-dl dt,
    .result-dl dd {
        width: 100%
    }
}

.service-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1160px;
    margin: 50px auto 0
}

.service-list li {
    position: relative;
    width: 22%;
    margin: 0 4% 80px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff
}

.service-list li.m-0 {
    margin-bottom: 0
}

@media all and (max-width: 639px) {
    .service-list li.m-0 {
        margin: 0 0 80px 0
    }

    .service-list li.m-0:last-child {
        margin-bottom: 0
    }
}

@media all and (max-width: 639px) {
    .service-list li {
        width: 100%;
        margin: 0 0 80px 0
    }
}

.service-list li:nth-child(4n) {
    margin: 0 0 80px 0
}

.service-list li .inner {
    padding: 20px 10px 35px
}

.service-list li .inner.p-0 {
    padding: 0 10px
}

.service-list li figure {
    border-radius: 10px;
    overflow: hidden;
    position: relative
}

@media all and (max-width: 1105px) {
    .service-list li .btn01 a {
        width: 100%;
        max-width: 290px
    }
}

.service-list .mtitle_ribon {
    position: absolute;
    display: block;
    width: 90%;
    background: #c79244;
    height: 68px;
    top: -36px;
    text-align: center;
    color: #fff;
    overflow: hidden;
    border-radius: 100px 100px 0;
    z-index: 100;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .15)
}

@media all and (max-width: 639px) {
    .service-list .mtitle_ribon {
        height: 60px
    }
}

.service-list .mtitle_ribon:before {
    background-color: #fff;
    content: "";
    transform: rotate(-144deg);
    content: "";
    display: block;
    opacity: .1;
    position: absolute;
    top: -30px;
    left: -40px;
    width: 420px;
    height: 200px
}

.service-list .mtitle_ribon:after {
    background-color: #fff;
    content: "";
    display: block;
    opacity: .2;
    position: absolute;
    bottom: -30px;
    left: 290px;
    width: 10px;
    transform: rotate(45deg);
    height: 130px
}

.service-list .mtitle_ribon span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translateY(-50%) translateX(-50%)
}

.facility-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1160px;
    margin: 50px auto
}

.facility-list li {
    position: relative;
    width: 100%;
    margin: 0 3% 80px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
    border-radius: 20px;
    overflow: hidden
}

@media all and (max-width: 639px) {
    .facility-list li {
        width: 100%;
        margin: 0 0 80px 0
    }
}

.facility-list li:before {
    position: absolute;
    content: "";
    left: 0;
    top: -6px;
    width: 30%;
    border-style: solid;
    border-color: #51a54e
}

.facility-list li:after {
    position: absolute;
    content: "";
    right: 39px;
    width: 40%;
    bottom: -1px;
    border-style: solid;
    border-color: #51a54e
}

@media all and (max-width: 639px) {
    .facility-list li {
        width: 90%;
        margin: 0 auto 40px
    }
}

.facility-list li .inner {
    width: 60%;
    padding: 20px 25px 35px
}

@media all and (max-width: 639px) {
    .facility-list li .inner {
        width: 100%
    }
}

.facility-list li figure {
    overflow: hidden;
    position: relative;
    width: 40%
}

@media all and (max-width: 639px) {
    .facility-list li figure {
        width: 100%
    }
}

@media all and (max-width: 1105px) {
    .facility-list li .btn01 a {
        width: 100%;
        max-width: 290px
    }
}

.facility-list .mtitle_ribon {
    position: relative;
    display: block;
    width: 90%;
    background: #c79244;
    height: 68px;
    text-align: center;
    color: #fff;
    margin: 0 auto 30px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .15)
}

@media all and (max-width: 639px) {
    .facility-list .mtitle_ribon {
        height: 60px
    }
}

.facility-list .mtitle_ribon:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 49%;
    width: 0;
    height: 0;
    border: 8px solid rgba(0, 0, 0, 0);
    border-top: 8px solid #c79244
}

.facility-list .mtitle_ribon span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translateY(-50%) translateX(-50%)
}

@media all and (max-width: 1105px) {
    #l-footer .footer-left {
        width: 100%;
        margin: 0 auto
    }
}

@media all and (max-width: 639px) {
    #l-footer .footer-right {
        margin: 0 auto
    }
}

@media all and (max-width: 639px) {
    #l-footer .footer-right {
        display: none
    }
}

#l-footer .link_list {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

#l-footer .sub_link_list {
    margin-top: 15px;
    font-size: 1.2rem
}

#l-footer .sub_link_list li {
    margin-top: 10px;
    color: #fff
}

#l-footer .sub_link_list li a {
    position: relative;
    padding-left: 15px
}

#l-footer .sub_link_list li a:hover,
#l-footer .sub_link_list li a:active {
    border-bottom: 1px solid #f0dfc8
}

#l-footer .sub_link_list li a:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
    color: #f3a949
}

.greeting_contents {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 980px
}

@media all and (max-width: 949px) {
    .greeting_contents {
        display: block;
        width: 100%
    }
}

.greeting_contents .image {
    margin: 0 auto;
    width: 62%;
    max-width: 540px
}

@media all and (max-width: 949px) {
    .greeting_contents .image {
        margin: 40px auto 0;
        width: 100%
    }
}

@media all and (max-width: 639px) {
    .greeting_contents .image {
        margin: 60px auto 0;
        width: 90%
    }
}

.greeting_contents img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    opacity: .8
}

.greeting_contents .detail {
    position: relative;
    margin-left: 25px;
    width: 42%;
    padding: 30px 0;
    font-weight: 600
}

@media all and (max-width: 1105px) {
    .greeting_contents .detail {
        width: 45%;
        margin: 0 auto
    }
}

@media all and (max-width: 949px) {
    .greeting_contents .detail {
        margin: 0 auto;
        margin-top: 40px;
        width: 95%
    }
}

@media all and (max-width: 639px) {
    .greeting_contents .detail {
        margin-top: 0px;
        padding: 30px 0 60px;
        width: 95%
    }
}

.corporate-head {
    width: 80%;
    margin: 0 auto
}

.greetingbox img {
    height: 100%;
    max-height: 300px
}

.mtitle.type1 {
    padding-bottom: 30px;
    border-bottom: 1px solid #f0dfc8
}

@media all and (max-width: 639px) {
    .mtitle.type1 {
        padding-bottom: 15px;
        margin-bottom: 20px
    }
}

@media all and (max-width: 639px) {
    .mtitle.type1 .eng {
        font-size: 1.8rem
    }
}

.f-5rem {
    font-size: 5rem;
    letter-spacing: -1.4rem
}

@media all and (max-width: 639px) {
    .f-5rem {
        font-size: 3rem
    }
}

.f-3rem {
    font-size: 3rem;
    color: #4d2c2b;
    font-weight: 600;
    letter-spacing: .15em
}

@media all and (max-width: 639px) {
    .f-3rem {
        font-size: 2rem
    }
}

.service-head {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    padding: 0 40px
}

@media all and (max-width: 639px) {
    .service-head {
        padding: 0 20px
    }
}

.service-head.type1 .service-photo {
    width: 40%
}

@media all and (max-width: 949px) {
    .service-head.type1 .service-photo {
        width: 90%
    }
}

@media all and (max-width: 639px) {
    .service-head.type1 .service-photo {
        width: 100%
    }
}

.service-head.type1 .service-head-txt {
    width: 55%
}

@media all and (max-width: 949px) {
    .service-head.type1 .service-head-txt {
        width: 90%
    }
}

@media all and (max-width: 639px) {
    .service-head.type1 .service-head-txt {
        width: 100%
    }
}

.service-photo {
    text-align: center;
    width: 30%;
    margin-right: 5%
}

@media all and (max-width: 949px) {
    .service-photo {
        margin: 0 auto 40px;
        width: 70%
    }
}

@media all and (max-width: 639px) {
    .service-photo {
        margin: 0 auto 20px;
        width: 100%
    }
}

.service-head-txt {
    width: 65%;
    text-align: left
}

@media all and (max-width: 949px) {
    .service-head-txt {
        width: 90%
    }
}

@media all and (max-width: 639px) {
    .service-head-txt {
        width: 100%
    }
}

.service-box {
    margin: 50px auto 0;
    padding: 40px;
    background: #fff;
    box-shadow: 0 0px 8px rgba(240, 223, 200, .2);
    border-radius: 10px
}

.service-box.b-m50 {
    margin-bottom: 50px
}

.service-box.type-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

@media all and (max-width: 639px) {
    .service-box.type-flex {
        display: block
    }
}

.service-box.type1 {
    border-radius: 10px
}

@media all and (max-width: 949px) {
    .service-box.type1 {
        padding: 40px 20px
    }
}

@media all and (max-width: 639px) {
    .service-box.type1 {
        padding: 40px 10px
    }
}

.service-box.type2 {
    border-radius: 20px;
    margin-bottom: 120px
}

@media all and (max-width: 949px) {
    .service-box.type2 {
        padding: 40px 20px
    }
}

@media all and (max-width: 639px) {
    .service-box.type2 {
        padding: 40px 10px 0;
        margin-bottom: 80px
    }
}

.service-box .type-p-10 {
    padding: 10px
}

@media all and (max-width: 639px) {
    .service-box {
        padding: 30px
    }
}

.service-box-ttl {
    background-color: #c79244;
    color: #fff;
    padding: 15px 20px;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    text-align: center;
    font-size: 2rem
}

@media all and (max-width: 639px) {
    .service-box-ttl {
        padding: 6px;
        font-size: 1.4rem;
        margin-bottom: 10px
    }
}

.service-box-ttl.type1 {
    border-radius: 10px;
    background-image: linear-gradient(to right, #59bbe2, #4ea7e2)
}

.service-box-ttl.type2 {
    padding: 15px 20px;
    border-radius: 20px;
    background-image: linear-gradient(to right, #59e971, #f5ed83)
}

.service-box-ttl.type3 {
    border-radius: 20px;
    background-image: linear-gradient(to right, #e4d940, #f59483)
}

.service-box-ttl.type4 {
    border-radius: 20px;
    background-image: linear-gradient(to right, #eb7e5d, #e988ad)
}

.service-box-ttl.type5 {
    background-image: linear-gradient(to right, #ffd4c7, #fdc6db);
    color: #333;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    text-align: center;
    border-radius: 10px
}

@media all and (max-width: 639px) {
    .service-box-ttl.type5 {
        font-size: 1.6rem
    }
}

.service-box-ttl.type6 {
    background-image: linear-gradient(to right, #fff7c7, #fddac6);
    color: #333;
    padding: 15px 20px;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.6rem;
    border-radius: 10px
}

@media all and (max-width: 639px) {
    .service-box-ttl.type6 {
        font-size: 1.6rem
    }
}

.service-box-ttl.type7 {
    background-image: linear-gradient(to right, #c7ffd0, #c6fdf8);
    color: #333;
    padding: 15px 20px;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.6rem;
    border-radius: 10px
}

@media all and (max-width: 639px) {
    .service-box-ttl.type7 {
        font-size: 1.6rem
    }
}

.service-box-ttl.type8 {
    background-image: linear-gradient(to right, #c6fdf8, #c6d9fd);
    color: #333;
    padding: 15px 20px;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.6rem;
    border-radius: 10px
}

@media all and (max-width: 639px) {
    .service-box-ttl.type8 {
        font-size: 1.6rem
    }
}

.service-box-ttl.type-flex {
    width: 30%;
    max-height: 58px
}

@media all and (max-width: 639px) {
    .service-box-ttl.type-flex {
        width: 100%
    }
}

.service-box-ttl::before {
    background-color: #fff;
    content: "";
    transform: rotate(-144deg);
    display: block;
    opacity: .1;
    position: absolute;
    top: 350%;
    left: -4%;
    width: 200%;
    height: 930%
}

@media all and (max-width: 639px) {
    .service-box-ttl::before {
        top: 110%;
        left: -46%
    }
}

.service-box-ttl::after {
    background-color: #fff;
    content: "";
    display: block;
    opacity: .2;
    position: absolute;
    bottom: -190%;
    left: 85%;
    width: 10%;
    transform: rotate(45deg);
    height: 620%
}

@media all and (max-width: 639px) {
    .service-box-ttl::after {
        bottom: -270%
    }
}

.service-box-column {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    margin: 0 auto
}

@media all and (max-width: 639px) {
    .service-box-column.type2 {
        padding: 0
    }
}

.service-box-column .service-box-txt {
    width: 70%;
    margin-right: 4%
}

@media all and (max-width: 639px) {
    .service-box-column .service-box-txt {
        width: 100%;
        margin: 0 auto 20px
    }
}

.service-box-column .service-box-txt span {
    font-weight: bold;
    border-bottom: 2px solid #f0dfc8;
    font-size: 1.6rem;
    margin-bottom: 5px
}

.service-box-column.type1 .service-box-txt {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px
}

.service-box-column.type1 .service-box-txt:last-child {
    margin-bottom: 0
}

.service-box-column .service-box-photo {
    width: 25%
}

@media all and (max-width: 639px) {
    .service-box-column .service-box-photo {
        width: 100%;
        margin: 0 auto
    }
}

.service-box-column.type2 .service-box-map {
    width: 50%
}

@media all and (max-width: 639px) {
    .service-box-column.type2 .service-box-map {
        width: 100%;
        margin: 0 auto
    }
}

.service-box-column.type2 .service-box-photo {
    width: 50%
}

@media all and (max-width: 639px) {
    .service-box-column.type2 .service-box-photo {
        width: 100%;
        margin: 0 auto
    }
}

.service-box-column.type2 .service-box-tbl {
    width: 45%;
    margin-left: 4%
}

@media all and (max-width: 639px) {
    .service-box-column.type2 .service-box-tbl {
        width: 100%;
        margin: 0 auto
    }
}

.service-list-ttlbox {
    margin: 0 auto 15px;
    text-align: center;
    width: 100%
}

.service-list-ttl {
    position: relative;
    display: inline-block;
    padding: 0 7%;
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    margin: 0 auto
}

@media all and (max-width: 949px) {
    .service-list-ttl {
        padding: 0 10%;
        font-size: 2rem
    }
}

@media all and (max-width: 639px) {
    .service-list-ttl {
        padding: 0 14%;
        font-size: 1.8rem
    }
}

.service-list-ttl::before,
.service-list-ttl::after {
    position: absolute;
    top: calc(50% - 3px);
    width: 50px;
    height: 12px;
    content: "";
    border-top: solid 2px #f0dfc8;
    border-bottom: solid 2px #f0dfc8
}

@media all and (max-width: 949px) {

    .service-list-ttl::before,
    .service-list-ttl::after {
        height: 10px
    }
}

@media all and (max-width: 639px) {

    .service-list-ttl::before,
    .service-list-ttl::after {
        width: 40px;
        height: 8px
    }
}

.service-list-ttl::before {
    left: 0
}

.service-list-ttl::after {
    right: 0
}

.service-list-ttl.type2 {
    position: relative;
    display: inline-block;
    padding: 0 7%;
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    margin: 0 auto
}

@media all and (max-width: 949px) {
    .service-list-ttl.type2 {
        padding: 0 10%;
        font-size: 2rem
    }
}

@media all and (max-width: 639px) {
    .service-list-ttl.type2 {
        padding: 0 14%;
        font-size: 1.8rem
    }
}

.service-list-ttl.type2::before,
.service-list-ttl.type2::after {
    position: absolute;
    top: calc(50% - 3px);
    width: 20px;
    height: 12px;
    content: "";
    border-top: solid 2px #007dc5;
    border-bottom: solid 2px #007dc5
}

@media all and (max-width: 949px) {

    .service-list-ttl.type2::before,
    .service-list-ttl.type2::after {
        height: 10px
    }
}

@media all and (max-width: 639px) {

    .service-list-ttl.type2::before,
    .service-list-ttl.type2::after {
        width: 40px;
        height: 8px
    }
}

.service-list-ttl.type2::before {
    left: -15px
}

.service-list-ttl.type2::after {
    right: -15px
}

.single.type1 {
    padding-bottom: 30px
}

.single.z-type {
    z-index: 2
}

.service-list.type1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: normal;
    max-width: 1160px;
    margin: 50px auto
}

.service-list.type2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: normal;
    max-width: 1160px;
    margin: 20px auto 50px
}

.service-circle {
    color: #c79244;
    font-size: 1.2rem
}

.service-list-txt {
    margin: 0 auto;
    text-align: center;
    font-size: 1.8rem
}

@media all and (max-width: 639px) {
    .service-list-txt {
        font-size: 1.4rem
    }
}

.service-list-subttl {
    position: relative;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px
}

.service-list-subttl:before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 30px);
    width: 60px;
    height: 2px;
    content: "";
    border-radius: 3px;
    background: #f0dfc8
}

.service-list-subttl.type-bule:before {
    background: #0a54f3
}

.service-step {
    margin: 50px 40px
}

@media all and (max-width: 639px) {
    .service-step {
        margin: 50px 20px
    }
}

.service-step-box {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #c79244
}

@media all and (max-width: 639px) {
    .service-step-box {
        border-bottom: none;
        margin-bottom: 40px
    }
}

.service-step-box.type1 {
    align-items: inherit
}

.service-step-box.type1 .service-step-ttl {
    width: 20%;
    max-width: 114px
}

@media all and (max-width: 639px) {
    .service-step-box.type1 .service-step-ttl {
        width: 100%;
        max-width: 200px
    }
}

.service-step-ttl {
    margin-right: 5%;
    padding: 10px 20px;
    color: #fff;
    font-weight: bold;
    background-color: #c79244;
    width: 20%;
    max-width: 96px
}

@media all and (max-width: 639px) {
    .service-step-ttl {
        margin: 0 auto;
        text-align: center;
        width: 100%;
        max-width: 200px
    }
}

.service-step-txt {
    width: 75%
}

@media all and (max-width: 639px) {
    .service-step-txt {
        width: 100%;
        margin-top: 10px;
        text-align: center
    }
}

.facility-head {
    margin: 0 auto;
    max-width: 900px;
    padding: 0 40px
}

.facility-head-txt {
    position: relative;
    margin-top: 30px
}

.facility-head-txt:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 40px;
    background-color: #dd1084;
    top: -50px;
    left: 50%;
    right: auto
}

.facility-gallary {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 60px;
    text-align: center;
    justify-content: center
}

.facility-gallary li {
    width: 25%;
    margin-right: 3%;
    margin-bottom: 20px
}

.facility-gallary li:nth-child(3n) {
    margin-right: 0
}

.mtitle_middle {
    margin-bottom: 30px;
    padding-bottom: 5px;
    color: #bfcc85;
    font-size: 2rem;
    font-weight: 600;
    border-bottom: 1px solid #bfcc85
}

.mtitle_middle span {
    margin-left: 20px;
    font-weight: 300;
    font-size: 1.4rem
}

@media all and (max-width: 639px) {
    .mtitle_middle {
        font-size: 1.6rem
    }

    .mtitle_middle span {
        display: block;
        margin-left: 0;
        font-size: 1.1rem
    }
}

.accordion_btn {
    cursor: pointer
}

.accordion_icon {
    position: relative;
    width: 30px;
    float: right
}

@media all and (max-width: 639px) {
    .accordion_icon {
        top: -24px
    }
}

.accordion_icon span:after {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
    color: #f0dfc8
}

.accordion_detail {
    display: none;
    margin-bottom: 50px
}

.recruit-txt {
    position: relative;
    padding-left: 40px;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px
}

.recruit-txt span {
    font-weight: bold;
    color: #f0dfc8
}

@media all and (max-width: 639px) {
    .recruit-txt {
        margin-left: 0px;
        margin-right: 0px
    }
}

.recruit-txt.type1 {
    margin-bottom: 20px
}

.recruit-txt.type1:before {
    content: ""
}

.recruit-txt:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "";
    background: #ffca2c;
    color: #fff;
    font-weight: 900;
    font-size: 15px;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%)
}

.recruit-txt:after {
    content: "";
    display: block;
    position: absolute;
    left: 20px;
    height: 0;
    width: 0;
    border-top: 7px solid rgba(0, 0, 0, 0);
    border-bottom: 7px solid rgba(0, 0, 0, 0);
    border-left: 12px solid #ffca2c;
    top: 50%;
    transform: translateY(-50%)
}

.mediaSp {
    display: none
}

@media all and (max-width: 639px) {
    .mediaSp {
        display: block
    }
}

.recruit-contactBox {
    margin: 60px 40px 40px;
    border: 1px solid #f0dfc8;
    padding: 40px
}

@media all and (max-width: 949px) {
    .recruit-contactBox {
        margin: 60px 0px 40px;
        padding: 20px
    }
}

.recruit-contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    margin-bottom: 40px
}

.recruit-contactBox-ttl {
    background-color: #f0dfc8;
    color: #fff;
    padding: 10px 20px;
    width: 20%;
    max-width: 200px
}

@media all and (max-width: 949px) {
    .recruit-contactBox-ttl {
        width: 100%;
        margin: 0 auto;
        text-align: center
    }
}

.recruit-contactBox-txt {
    width: 76%;
    margin-left: 2%
}

@media all and (max-width: 949px) {
    .recruit-contactBox-txt {
        width: 100%;
        margin: 0 auto
    }
}

.servive-article-tbl {
    margin: 0 auto;
    width: 100%
}

.servive-article-tbl .servive-article-tblbox {
    padding: 20px 20px 0;
    display: flex;
    flex-wrap: wrap
}

.servive-article-tbl .servive-article-tblbox.type1 {
    padding: 20px 20px;
    margin: 0 20px 20px
}

.servive-article-tbl .servive-article-tblbox .title {
    width: 20%;
    font-weight: bold;
    position: relative
}

.servive-article-tbl .servive-article-tblbox .title.type1 {
    width: 30%;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0dfc8
}

@media all and (max-width: 949px) {
    .servive-article-tbl .servive-article-tblbox .title {
        width: 100%;
        text-align: center;
        margin-bottom: 10px
    }
}

.servive-article-tbl .servive-article-tblbox .title2 {
    width: 20%
}

@media all and (max-width: 949px) {
    .servive-article-tbl .servive-article-tblbox .title2 {
        width: 100%;
        text-align: center;
        margin-bottom: 10px
    }
}

.servive-article-tbl .servive-article-tblbox .txt {
    width: 60%;
    text-align: left
}

.servive-article-tbl .servive-article-tblbox .txt.type1 {
    width: 70%;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0dfc8
}

@media all and (max-width: 949px) {
    .servive-article-tbl .servive-article-tblbox .txt {
        width: 100%
    }
}

.servive-article-tbl .servive-article-tblbox .txt3 {
    width: 20%;
    font-weight: bold;
    position: relative
}

.servive-article-tbl .servive-article-tblbox .txt3::after {
    position: absolute;
    content: "";
    top: 12px;
    right: 17%;
    width: 30%;
    height: 2px;
    background-color: #51a54e
}

@media all and (max-width: 949px) {
    .servive-article-tbl .servive-article-tblbox .txt3 {
        width: 100%;
        text-align: center;
        margin-bottom: 10px
    }
}

.servive-article-tbl .servive-article-tblbox .txt4 {
    width: 20%
}

@media all and (max-width: 949px) {
    .servive-article-tbl .servive-article-tblbox .txt4 {
        width: 100%;
        text-align: center;
        margin-bottom: 10px
    }
}

.servive-article-tbl .servive-article-tblbox .txt5 {
    width: 60%;
    text-align: left
}

@media all and (max-width: 949px) {
    .servive-article-tbl .servive-article-tblbox .txt5 {
        width: 100%
    }
}

.servive-article-tbl tr:nth-child(odd) th,
.servive-article-tbl tr:nth-child(odd) td {
    background: #f7f7f7
}

.menu-list {
    display: flex;
    align-items: center;
    align-items: flex-start;
    margin: 0 50px
}

.menu-list.type1 {
    margin-top: 40px
}

.menu-list.type2 {
    margin-top: 20px
}

@media all and (max-width: 949px) {
    .menu-list {
        margin: 0px
    }
}

.menu-list-subttl {
    margin: 30px 50px 10px;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 10px;
    background-color: #fdd
}

.menu-list-subttl.ora {
    background-color: #ffebdd
}

@media all and (max-width: 639px) {
    .menu-list-subttl {
        font-size: 1.2rem
    }
}

.menu-list-subttl.center {
    width: 80%;
    margin: 50px auto 0
}

.menu-list-subttl.type1 {
    width: 72%;
    margin-right: 55px;
    margin-left: auto
}

@media all and (max-width: 949px) {
    .menu-list-subttl.type1 {
        width: 80%;
        margin-right: auto;
        margin-left: auto
    }
}

@media all and (max-width: 639px) {
    .menu-list-subttl.type1 {
        width: 90%
    }
}

.menu-list-box {
    width: 18%;
    margin-right: 2%
}

.menu-list-box .title {
    text-align: center;
    font-size: 1.4rem;
    padding: 10px;
    color: #fff;
    border: 2px solid #4883db;
    background-color: #4883db
}

@media all and (max-width: 639px) {
    .menu-list-box .title {
        padding: 10px 0;
        font-weight: normal;
        font-size: 1.3rem
    }
}

@media all and (max-width: 949px) {
    .menu-list-box {
        width: 100%;
        max-width: 120px;
        margin-right: 10px
    }
}

.menu-list-box2 {
    width: 80%
}

.menu-list-box2.type1 {
    margin: 0 auto
}

@media all and (max-width: 949px) {
    .menu-list-box2 {
        width: 100%;
        margin: 0 auto
    }

    .menu-list-box2.type1 {
        width: 90%;
        margin: 0 auto
    }
}

.txt-min {
    text-align: right;
    margin-right: 7%
}

@media all and (max-width: 639px) {
    .txt-min {
        text-align: center;
        margin-right: 0
    }
}

.menu-list-box2-con {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 8px 4px
}

.menu-list-box2-con.type1 {
    width: 80%
}

.menu-list-box2-con:before {
    background: radial-gradient(#aaa 20%, transparent 0) center center/8px 8px;
    content: "";
    display: inline-block;
    flex: 1;
    height: 4px;
    margin: 0 1.2em
}

.menu-list-box2-con .left {
    order: -1;
    max-width: 65%;
    letter-spacing: .1rem;
    font-weight: 600;
    position: relative
}

@media all and (max-width: 639px) {
    .menu-list-box2-con .left {
        max-width: 100%
    }
}

.menu-list-box2-con .right {
    max-width: 55%;
    text-align: right;
    color: #623b1c;
    font-size: 1.1em
}

@media all and (max-width: 639px) {
    .menu-list-box2-con .right {
        max-width: 100%
    }
}

.txtbox {
    text-align: center
}

.txtbox .sub-txt1 {
    font-weight: bold;
    font-size: 3rem
}

@media all and (max-width: 639px) {
    .txtbox .sub-txt1 {
        font-size: 1.8rem
    }
}

.txtbox .sub-txt2 {
    font-size: 2rem
}

@media all and (max-width: 639px) {
    .txtbox .sub-txt2 {
        font-size: 1.4rem
    }
}

.txtbox.white {
    background-color: #fff;
    padding: 20px;
    box-shadow: 1px 1px 8px #555
}

.tag {
    background-color: #e99074;
    color: #fff;
    height: 30px;
    padding: 0 20px;
    border-radius: 15px;
    display: inline-block
}

.tag.tcenter {
    display: block;
    max-width: 400px;
    margin: 0 auto
}

@media all and (max-width: 639px) {
    .tag {
        margin-bottom: 10px;
        padding-top: 4px
    }
}

.tag-txt {
    padding-left: 30px;
    position: relative
}

.tag-txt::before {
    position: absolute;
    content: "";
    background-color: #ee997f;
    width: 10px;
    top: 10px;
    left: 0;
    height: 2px
}

.tag2 {
    background-color: #eb81b6;
    color: #fff;
    height: 30px;
    padding: 0 20px;
    border-radius: 15px;
    display: inline-block
}

.tag2.tcenter {
    display: block;
    max-width: 400px;
    margin: 30px auto 0
}

@media all and (max-width: 639px) {
    .tag2 {
        padding-top: 4px
    }
}

ol {
    counter-reset: item;
    list-style-type: none;
    padding-left: 0
}

.tag-txt2 {
    padding-left: 30px;
    position: relative
}

.tag-txt2::before {
    position: absolute;
    counter-increment: item;
    content: counter(item);
    width: 23px;
    height: 23px;
    padding-left: 8px;
    font-size: 1.2rem;
    line-height: 2rem;
    left: -6px;
    top: 3px;
    color: #fff;
    border-radius: 50%;
    background-color: #f79ac8
}

.day-list-wrap {
    position: relative;
    margin: 0 50px
}

.day-list-wrap:before {
    content: "";
    width: 15px;
    height: 100%;
    background-image: linear-gradient(to bottom, #fffcdf, #ffdae8, #eedaff, #e3ecff);
    margin-left: -8px;
    display: block;
    position: absolute;
    top: 0;
    left: 9%
}

@media all and (max-width: 949px) {
    .day-list-wrap {
        margin: 0 10px
    }
}

.day-list {
    display: flex;
    align-items: center;
    align-items: flex-start;
    margin: 0 auto 40px;
    position: relative
}

.day-list.type1 {
    margin-top: 40px
}

.day-list-subttl {
    margin: 30px 50px 10px;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 10px;
    background-color: #ff9191
}

@media all and (max-width: 639px) {
    .day-list-subttl {
        font-size: 1.2rem
    }
}

.day-list-subttl.type1 {
    width: 72%;
    margin-right: 55px;
    margin-left: auto
}

@media all and (max-width: 949px) {
    .day-list-subttl.type1 {
        width: 80%;
        margin-right: auto;
        margin-left: auto
    }
}

@media all and (max-width: 639px) {
    .day-list-subttl.type1 {
        width: 90%
    }
}

.day-list-box {
    width: 18%;
    margin-right: 2%
}

.day-list-box .title {
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 10px;
    height: 50px;
    border-radius: 25px;
    border: 2px solid linear-gradient(to right, #ffd4c7, #fdc6db);
    box-shadow: rgba(0, 0, 0, .2) 0px 0px 8px;
    background-color: #fff
}

@media all and (max-width: 949px) {
    .day-list-box .title {
        height: auto;
        font-size: 1.2rem
    }
}

@media all and (max-width: 639px) {
    .day-list-box {
        width: 23%;
        margin-right: 5%
    }
}

.day-list-box2 {
    width: 80%
}

.day-list-box2 .txt {
    font-size: 1.8rem;
    padding-top: 8px
}

@media all and (max-width: 639px) {
    .day-list-box2 .txt {
        font-size: 1.4rem
    }
}

@media all and (max-width: 639px) {
    .day-list-box2 {
        width: 76%;
        font-size: 1.4rem
    }
}

.service-box-ttl2 {
    display: flex;
    flex-wrap: wrap
}

.service-box-ttl2 li {
    margin: 0 20px
}

.list-en {
    font-size: 2rem;
    color: #f39e84;
    padding-right: 5px
}

.list-en.min {
    font-size: 1.4rem;
    color: #55acf3;
    padding-right: 5px
}

.list-en.type1 {
    color: #6fca54
}

.tbl-listwrap {
    display: flex;
    flex-wrap: wrap
}

@media all and (max-width: 639px) {
    .tbl-listwrap {
        display: block
    }
}

.tbl-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 50%
}

@media all and (max-width: 639px) {
    .tbl-list {
        width: 100%;
        margin-top: 40px
    }
}

.tbl-list-box {
    width: 80%
}

.tbl-list-box.center {
    margin: 0 auto 20px;
    text-align: center
}

@media all and (max-width: 639px) {
    .tbl-list-box.center {
        width: 98%
    }
}

.tbl-list-box .title {
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 10px;
    border: 2px solid #ffcdcd
}

.tbl-list-box .title.type3 {
    border: 2px solid #bff19d
}

@media all and (max-width: 639px) {
    .tbl-list-box .title {
        font-size: 1.4rem
    }
}

.tbl-list-box2 {
    margin-top: 20px;
    width: 95%
}

.tbl-m {
    position: relative
}

.tbl-m::before {
    position: absolute;
    content: "■　■　■";
    top: -45%;
    left: 40%;
    color: #ee997f
}

.tbl-list-box2-con {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #288bdb
}

.tbl-list-box2-con.type3 {
    border-bottom: 1px solid #bff19d
}

.tbl-list-box2-con.noborder {
    border: none
}

.tbl-list-box2-con .left-title,
.tbl-list-box2-con .right-title,
.tbl-list-box2-con .center-title {
    font-weight: bold;
    padding-bottom: 10px;
    text-align: center;
    color: #288bdb
}

.tbl-list-box2-con .left-title.type3,
.tbl-list-box2-con .right-title.type3,
.tbl-list-box2-con .center-title.type3 {
    color: #76c244
}

.tbl-list-box2-con .center-title {
    width: 100%
}

.tbl-list-box2-con .left,
.tbl-list-box2-con .left-title {
    width: 50%;
    text-align: center
}

.tbl-list-box2-con .left.tbl,
.tbl-list-box2-con .left-title.tbl {
    width: 30%;
    border-bottom: 2px solid #288bdb
}

.tbl-list-box2-con .right,
.tbl-list-box2-con .right-title {
    width: 50%;
    text-align: center
}

.tbl-list-box2-con .right.tbl,
.tbl-list-box2-con .right-title.tbl {
    width: 70%;
    padding-left: 6%;
    padding-bottom: 10px;
    text-align: left;
    border-bottom: 2px solid #eee
}

.content-list li {
    position: relative
}

.content-list li.child {
    margin-bottom: 40px
}

@media all and (max-width: 639px) {
    .content-list li.child {
        margin-bottom: 70px
    }
}

.content-list li .inner {
    position: absolute;
    top: 30px;
    right: 20px;
    filter: grayscale(4%) drop-shadow(5px 5px 0px rgba(16, 30, 92, 0.6))
}

@media all and (max-width: 949px) {
    .content-list li .inner {
        top: 20px;
        right: 20px
    }
}

.content-list li .inner .num {
    font-size: 2rem;
    background-color: #e16539;
    color: #fff;
    padding: 8px 14px;
    border-radius: 5px
}

@media all and (max-width: 949px) {
    .content-list li .inner .num {
        font-size: 1.2rem
    }
}

.content-list li .inner .txt {
    font-size: 1.8rem;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: inherit;
    margin-top: 20px;
    padding: 30px 14px;
    background-color: #fff;
    border-radius: 5px;
    color: #e16539
}

@media all and (max-width: 949px) {
    .content-list li .inner .txt {
        font-size: 1.2rem
    }
}

.content-list li figure {
    border-radius: 10px 10px 0 0;
    border-bottom: 3px solid #f0dfc8;
    overflow: hidden
}

.content-list li .btn03 {
    position: absolute;
    bottom: -21px;
    right: 0;
    left: 0;
    margin: 0 auto
}

@media all and (max-width: 949px) {
    .day-scrollbar {
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch
    }

    .day-scrollbar .tbl-box {
        width: auto
    }
}

.flex {
    display: flex;
    flex-wrap: wrap
}

@media all and (max-width: 1105px) {
    .flex.flex-pro {
        display: block
    }

    .flex.flex-pro .flex-30 {
        width: 90%;
        margin: 0 auto
    }

    .flex.flex-pro .flex-70 {
        width: 100%;
        margin: 40px auto 0
    }

    .flex.flex-pro .flex-40 {
        width: 40%
    }
}

@media all and (max-width: 1105px)and (max-width: 639px) {
    .flex.flex-pro .flex-40 {
        width: 100%
    }
}

@media all and (max-width: 639px) {
    .flex {
        display: block
    }
}

@media all and (max-width: 1105px) {
    .flex.order {
        display: flex
    }

    .flex.order .order1 {
        order: 1
    }

    .flex.order .order1.t-m40 {
        margin-top: 40px
    }

    .flex.order .order2 {
        order: 2
    }
}

.flex.row {
    flex-direction: row-reverse
}

.flex.w-100 {
    width: 100%
}

.flex.j-center {
    justify-content: center
}

.flex.j-start {
    justify-content: start
}

.flex.j-end {
    justify-content: end
}

.flex.a-center {
    align-items: center
}

.flex.a-first {
    flex-wrap: inherit;
    align-items: flex-start
}

.flex .flex-15 {
    width: 15%
}

@media all and (max-width: 639px) {
    .flex .flex-15 {
        width: 90%;
        margin: 0 auto
    }
}

.flex .flex-20 {
    width: 20%
}

@media all and (max-width: 639px) {
    .flex .flex-20 {
        width: 90%;
        margin: 0 auto
    }
}

.flex .flex-30 {
    width: 30%
}

@media all and (max-width: 639px) {
    .flex .flex-30 {
        width: 90%;
        margin: 0 auto
    }
}

.flex .flex-36 {
    width: 36%
}

@media all and (max-width: 639px) {
    .flex .flex-36 {
        width: 90%;
        margin: 0 auto
    }
}

.flex .flex-40 {
    width: 40%
}

@media all and (max-width: 1105px) {
    .flex .flex-40 {
        width: 60%
    }
}

@media all and (max-width: 639px) {
    .flex .flex-40 {
        width: 90%;
        margin-left: auto;
        margin-right: auto
    }
}

.flex .flex-48 {
    width: 48%;
    margin-left: 2%;
    margin-right: 2%
}

.flex .flex-48:first-child {
    margin-left: auto;
    margin-right: auto
}

@media all and (max-width: 1105px) {
    .flex .flex-48 {
        width: 60%;
        margin-left: auto;
        margin-right: auto
    }

    .flex .flex-48:first-child {
        margin-bottom: 20px
    }
}

@media all and (max-width: 639px) {
    .flex .flex-48 {
        width: 90%;
        margin-left: auto;
        margin-right: auto
    }

    .flex .flex-48:first-child {
        margin-left: auto
    }
}

.flex .flex-56 {
    width: 56%;
    margin-left: 2%
}

@media all and (max-width: 639px) {
    .flex .flex-56 {
        width: 100%
    }
}

.flex .flex-58 {
    width: 58%;
    margin-left: 2%
}

@media all and (max-width: 639px) {
    .flex .flex-58 {
        width: 100%;
        margin-left: auto;
        margin-right: auto
    }
}

.flex .flex-68 {
    width: 68%;
    margin-left: 2%
}

@media all and (max-width: 639px) {
    .flex .flex-68 {
        width: 100%
    }
}

.flex .flex-70 {
    width: 70%
}

@media all and (max-width: 639px) {
    .flex .flex-70 {
        width: 100%
    }
}

.flex .flex-76 {
    width: 76%
}

@media all and (max-width: 639px) {
    .flex .flex-76 {
        width: 100%
    }
}

.flex .flex-85 {
    width: 85%
}

@media all and (max-width: 639px) {
    .flex .flex-85 {
        width: 100%
    }
}

.photo-deko2 {
    border-top: 4px solid #f0dfc8;
    border-bottom: 4px solid #f0dfc8
}

.recruit-box .txtbox {
    margin-top: 20px
}

@media all and (max-width: 639px) {
    .recruit-box .txtbox {
        margin-top: 110px
    }
}

.recruit-box .txtbox .mtitle {
    margin-bottom: 30px
}

.recruit-box .txtbox .btn03 {
    margin-top: 20px
}

.line-deko {
    position: relative
}

.line-deko::before {
    position: absolute;
    content: "";
    width: 300px;
    height: 4px;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: rgba(240, 223, 200, .5)
}

.businesslist li {
    position: relative;
    margin-bottom: 50px
}

.businesslist li .inner {
    position: relative;
    margin-top: -70px
}

.businesslist li .inner .ttl {
    display: inline-block;
    background: #fec8a0;
    color: #fff;
    padding: 10px 30px;
    margin-bottom: 40px
}

.arrow {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 10
}

.arrow .arrow-before,
.arrow .arrow-after {
    z-index: 10;
    background-color: #f0dfc8;
    color: #fff;
    padding: 5px 10px;
    margin-bottom: 10px
}

.arrow .arrow-before .fa-chevron-left,
.arrow .arrow-after .fa-chevron-left {
    padding-right: 5px
}

.arrow .arrow-before .fa-chevron-right,
.arrow .arrow-after .fa-chevron-right {
    padding-left: 5px
}

.arrow .arrow-before {
    position: absolute;
    left: 0
}

.arrow .arrow-after {
    position: absolute;
    right: 0
}

.calendar_head {
    color: #222;
    padding: 6px;
    font-size: 1.6rem;
    text-align: center;
    font-weight: bold;
    padding-bottom: 20px
}

.calendar-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: .9em
}

.calendar-box div.calendar {
    width: 100%
}

@media all and (max-width: 639px) {
    .calendar-box div.calendar {
        width: 100%;
        margin-bottom: 10px
    }
}

.calendar-box table {
    width: 100%
}

.calendar-box table th,
.calendar-box table td {
    width: 14.28%;
    border: .9px solid #e3f1fb;
    font-weight: normal;
    padding: 5px 5px 5px 8px;
    height: 60px;
    font-size: 1.3rem;
    color: #412d26
}

@media all and (max-width: 639px) {

    .calendar-box table th,
    .calendar-box table td {
        height: 40px;
        font-size: 1.2rem
    }
}

.calendar-box table th {
    background: #c8ebff;
    vertical-align: middle;
    font-weight: 600;
    border-bottom: 2px solid #f0dfc8
}

.calendar-box table td {
    background: #fefefe
}

.calendar-box table td.off {
    background: #f3a949;
    color: #6e0606
}

.calendar-box th.sun,
.calendar-box td.sun {
    color: #6e0606
}

.calendar-box th.sat,
.calendar-box td.sat {
    color: #0a54f3
}

.calendar-box .item-td {
    background: #eadc8b
}

.calendar-box .item-td .days {
    color: #412d26
}

.calendar-box .item-td .item {
    display: none
}

.calendar-info {
    max-width: 300px;
    margin: 20px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
    background: #fff;
    padding: 10px
}

.calendar-info .info-child {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.calendar-info .info-child:not(:last-child) {
    margin-right: 20px
}

.calendar-info .info-txt {
    margin-left: 10px
}

.calendar-info .mark {
    font-size: 2.5rem
}

.calendar-info .mark.mark1 {
    color: #f3a949
}

.calendar-info .mark.mark2 {
    color: #d1edf9
}

.deko1 {
    position: relative
}

.deko1::before {
    position: absolute;
    content: "";
    width: 300px;
    height: 200px;
    background: url(../img/deko-bottom.png) no-repeat;
    background-size: contain;
    bottom: -30px;
    left: 0%
}

@media all and (max-width: 1367px) {
    .deko1::before {
        bottom: 30px;
        left: 4%
    }
}

@media all and (max-width: 1105px) {
    .deko1 {
        padding-bottom: 100px
    }

    .deko1::before {
        bottom: -70px;
        left: 4%;
        width: 270px;
        height: 200px
    }
}

@media all and (max-width: 949px) {
    .deko1 {
        padding-bottom: 100px
    }

    .deko1::before {
        bottom: -70px;
        left: 26%
    }
}

@media all and (max-width: 639px) {
    .deko1 {
        padding-bottom: 100px
    }

    .deko1::before {
        width: 240px;
        height: 150px;
        bottom: -20px;
        left: 16%
    }
}

.txtdeko {
    padding: 4px 10px;
    color: #fff;
    background: #f3a949;
    margin-right: 5px;
    border-radius: 10px
}

.txtdeko2 {
    color: #f0dfc8;
    font-weight: bold;
    font-size: 2rem
}

.txtdeko3 {
    color: #f0dfc8;
    font-weight: bold;
    font-size: 1.6rem;
    padding-right: 5px
}

.area-ken {
    max-width: 440px;
    padding: 20px 0 60px
}

@media all and (max-width: 1105px) {
    .area-ken {
        margin: 0 auto
    }
}

@media all and (max-width: 639px) {
    .area-ken {
        padding: 40px 0 0px
    }
}

.area-ken img {
    width: 100%;
    filter: drop-shadow(2px 3px 2px rgba(0, 0, 0, 0.3))
}

.snsbox .sns-banner {
    margin: 0 auto;
    text-align: center
}

.snsbox .sns-banner a {
    display: block;
    max-width: 500px;
    margin: 0 auto;
    text-align: center
}

.snsbox .sns-banner a img {
    width: 100%;
    transition: all .4s ease
}

.snsbox .sns-banner a:hover img {
    transform: scale(1.05)
}

.blue-box {
    background-color: #ddf2ff;
    padding: 40px 50px;
    border-radius: 10px;
    position: relative
}

@media all and (max-width: 639px) {
    .blue-box {
        padding: 40px 30px
    }
}

.blue-box::before {
    position: absolute;
    content: "";
    background-image: repeating-linear-gradient(0deg, #ffffff, #ffffff 10px, transparent 10px, transparent 20px, #ffffff 20px), repeating-linear-gradient(90deg, #ffffff, #ffffff 10px, transparent 10px, transparent 20px, #ffffff 20px), repeating-linear-gradient(180deg, #ffffff, #ffffff 10px, transparent 10px, transparent 20px, #ffffff 20px), repeating-linear-gradient(270deg, #ffffff, #ffffff 10px, transparent 10px, transparent 20px, #ffffff 20px);
    background-size: 3px calc(100% + 20px), calc(100% + 20px) 3px, 3px calc(100% + 20px), calc(100% + 20px) 3px;
    background-position: 0 0, 0 0, 100% 0, 0 100%;
    background-repeat: no-repeat;
    -webkit-animation: borderAnimation 1s infinite linear;
    animation: borderAnimation 1s infinite linear;
    width: 96%;
    height: 94%;
    top: 3%;
    left: 2%
}

.blue-box2 {
    background-color: #fafafa;
    padding: 40px 50px;
    border-radius: 10px;
    position: relative
}

@media all and (max-width: 639px) {
    .blue-box2 {
        padding: 40px 30px
    }
}

.blue-box2::before {
    position: absolute;
    content: "";
    background-image: repeating-linear-gradient(0deg, #e0f3fb, #e0f3fb 10px, transparent 10px, transparent 20px, #e0f3fb 20px), repeating-linear-gradient(90deg, #e0f3fb, #e0f3fb 10px, transparent 10px, transparent 20px, #e0f3fb 20px), repeating-linear-gradient(180deg, #e0f3fb, #e0f3fb 10px, transparent 10px, transparent 20px, #e0f3fb 20px), repeating-linear-gradient(270deg, #e0f3fb, #e0f3fb 10px, transparent 10px, transparent 20px, #e0f3fb 20px);
    background-size: 3px 100%, 100% 3px, 3px 100%, 100% 3px;
    background-position: 0 0, 0 0, 100% 0, 0 100%;
    background-repeat: no-repeat;
    width: 96%;
    height: 94%;
    top: 3%;
    left: 2%
}

.white-box {
    background-color: #fff;
    padding: 40px 50px;
    border-radius: 10px;
    position: relative;
    margin-top: 50px
}

@media all and (max-width: 639px) {
    .white-box {
        padding: 40px 30px
    }
}

@-webkit-keyframes borderAnimation {
    from {
        background-position: 0 0, -20px 0, 100% -20px, 0 100%
    }

    to {
        background-position: 0 -20px, 0 0, 100% 0, -20px 100%
    }
}

@keyframes borderAnimation {
    from {
        background-position: 0 0, -20px 0, 100% -20px, 0 100%
    }

    to {
        background-position: 0 -20px, 0 0, 100% 0, -20px 100%
    }
}

.yurai-num {
    position: absolute;
    content: "";
    width: 100px;
    height: 200px;
    top: -26px;
    left: 40px
}

@media all and (max-width: 639px) {
    .yurai-num {
        width: 78px;
        height: 90px;
        top: -20px;
        left: 10px
    }
}

.list-type1 {
    margin: 0 auto;
    justify-content: center
}

@media all and (max-width: 639px) {
    .list-type1 {
        margin-left: 15px;
        margin-right: 25px
    }
}

.list-type1 li {
    max-width: 400px;
    margin-left: 2%;
    margin-right: 2%
}

.list-type1 figure {
    position: relative
}

.list-type1 figure::before {
    content: "";
    position: absolute;
    bottom: -14px;
    right: -14px;
    width: 100%;
    height: 100%;
    background-image: repeating-linear-gradient(-45deg, #f3a949, #f3a949 2px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 5px);
    z-index: -1
}

.list-type1 .inner {
    position: relative
}

.list-type1 .title {
    margin-top: -65px;
    margin-bottom: 10px
}

.list-type1 .title .titlebox span {
    display: inline-block;
    background: #f0dfc8;
    color: #fff;
    padding: 10px 30px;
    margin-bottom: 10px
}

.list-type1 .title .titlebox.sub {
    font-size: 1.2rem
}

.min-title {
    position: relative
}

.min-title:before {
    content: "Vision";
    font-size: 7rem;
    color: #fff;
    opacity: .8;
    width: 100%;
    top: -25%;
    left: 0;
    position: absolute;
    font-family: "Lexend Deca", "Roboto Condensed", "Noto Sans JP", "EB Garamond", "Josefin Sans", sans-serif
}

.min-title.left:before {
    content: "Mission";
    font-size: 7rem;
    color: #fff;
    opacity: .8;
    width: 100%;
    top: -25%;
    left: 0;
    position: absolute;
    font-family: "Lexend Deca", "Roboto Condensed", "Noto Sans JP", "EB Garamond", "Josefin Sans", sans-serif
}

/*# sourceMappingURL=basis.css.map */