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

@media all and (max-width: 639px) {
    body {
        font-weight: 100
    }
}

a {
    color: #657b63;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer
}

#wrapper {
    overflow: hidden
}

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

.en {
    font-family: "Dancing Script", cursive
}

.bold {
    font-weight: 600
}

h2,
h3,
h4 {
    line-height: 1.4;
    font-weight: 500
}

.bigger {
    font-size: 1.8rem
}

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

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

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

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

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

.animation {
    opacity: 0
}

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

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

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

.loader::after {
    -webkit-animation: loader 0.5s linear infinite;
    animation: loader 0.5s linear infinite;
    border: 1px solid #121212;
    border-radius: 50%;
    border-right: 1px solid rgba(18, 18, 18, 0.2);
    border-top: 1px solid rgba(18, 18, 18, 0.2);
    content: "";
    height: 70px;
    width: 70px
}

.loader.off {
    display: none
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

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

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

#l-header {
    position: absolute;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px)
}

#l-header.is-fixed {
    position: fixed;
    background: rgba(0, 0, 0, 0.7)
}

#l-header.is-fixed .inner #logo .logo2 {
    display: block
}

#l-header.is-fixed .inner #logo .logo1 {
    display: none
}

#l-header.is-hide {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

#l-header .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    min-width: 1000px;
    margin: 0 auto;
    padding: 18px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

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

#l-header .inner #logo {
    width: 225px;
    padding-left: 20px
}

#l-header .inner #logo .logo2 {
    display: none
}

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

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

#header_nav {
    width: 850px;
    margin-top: 4px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in
}

.is-fixed #header_nav ul li a {
    color: #fff
}

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

#header_nav ul {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#header_nav ul li {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

#header_nav ul li a {
    display: block;
    position: relative;
    line-height: 1.5;
    font-size: 1.4rem;
    color: #fff;
    overflow: hidden
}

#header_nav ul li a span {
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    font-family: "Dancing Script", cursive;
    position: relative;
    display: block;
    color: #fff;
    font-size: 1.5rem
}

#header_nav ul li a:hover span,
#header_nav ul li a.active span {
    color: #fda917
}

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

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

#header_nav .dropdown .dropdown-li a {
    display: block;
    width: 260px;
    padding: 12px 8px;
    color: #fefefe
}

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

#header_nav .dropdown .dropdown-li.foot_only {
    display: none
}

#page-top {
    position: fixed;
    right: 5px;
    bottom: 20px;
    height: 50px;
    text-decoration: none;
    font-weight: bold;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 90%;
    line-height: 1.5rem;
    color: #737373;
    padding: 0 0 0 35px;
    border-top: solid 1px;
    z-index: 200
}

#page-top a {
    display: block;
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 35px;
    font-size: 1.2rem
}

#page-top a:hover {
    opacity: 0.6
}

@media all and (max-width: 639px) {
    #page-top {
        bottom: 110px
    }
    #page-top a {
        font-size: 1rem
    }
}

#page-top:before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 15px;
    border-top: solid 1px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

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

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

.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/slide1.jpg)
}

.swiper-slide.slide2:before {
    background-image: url(../img/008.jpg)
}

.swiper-slide.slide3:before {
    background-image: url(../img/slide2.jpg)
}

.swiper-slide.slide4:before {
    background-image: url(../img/019.jpg)
}

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

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

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

@media screen and (max-width: 890px) and (orientation: landscape) {
    .slide-img {
        height: 60vw
    }
}

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

#slideshow {
    position: relative
}

#slideshow .greet {
    font-size: 2rem
}

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

#catch {
    z-index: 50;
    position: absolute;
    top: 70%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70%;
    text-align: center
}

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

@media all and (max-width: 1367px) {
    #catch {
        width: 700px
    }
}

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

@media all and (max-width: 639px) {
    #catch {
        width: 100%;
        margin-top: 40px
    }
}

#scrolldown {
    position: absolute;
    right: 15px;
    bottom: 60px;
    color: #fefefe;
    font-family: "Dancing Script", cursive;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: mixed;
    text-orientation: mixed;
    -webkit-font-feature-settings: "pkna";
    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;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

#scrolldown:after {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.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: 900px) {
    #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 {
    margin: 15px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

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

.contact_bnr li {
    width: 48%;
    margin: 0 5px
}

@media all and (max-width: 639px) {
    .contact_bnr li {
        width: 90%
    }
    .contact_bnr li:not(:last-child) {
        border-right: 0;
        border-bottom: 1px dashed #232323;
        margin-bottom: 20px;
        padding-bottom: 10px
    }
}

.contact_bnr li .bnr_tel {
    letter-spacing: 0.15em
}

.contact_bnr li .bnr_tel:before {
    font-family: "Font Awesome 5 Free";
    content: "\f879";
    font-weight: 900;
    color: #fda917
}

.contact_bnr li .bnr_mail {
    background-color: #fda917;
    color: #fff
}

.contact_bnr li .bnr_mail:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    font-weight: 900;
    color: #fff
}

.contact_bnr li .bnr_mail:hover {
    color: #fda917;
    background-color: #fff
}

.contact_bnr li .bnr_mail:hover:before {
    color: #fda917
}

.contact_bnr li a,
.contact_bnr li span {
    display: block;
    color: #fda917;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    padding: 5px 0;
    position: relative;
    letter-spacing: 0.2rem;
    padding: 12px 0;
    border: 2px solid #fda917;
    border-radius: 50px;
    background: #fff
}

@media all and (max-width: 900px) {
    .contact_bnr li a,
    .contact_bnr li span {
        font-size: 1.6rem
    }
}

.contact_bnr li a:hover,
.contact_bnr li span:hover {
    color: #fff;
    background-color: #fda917
}

.contact_bnr li a:hover:before,
.contact_bnr li span:hover:before {
    color: #fff
}

.contact_bnr li a:before,
.contact_bnr li span:before {
    position: absolute;
    left: 14%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 2.5rem;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #333
}

@media all and (max-width: 900px) {
    .contact_bnr li a:before,
    .contact_bnr li span:before {
        display: none
    }
}

.footer-link {
    background: #edf1ef;
    padding: 60px 0 40px
}

.footer-link .inner {
    max-width: 900px;
    margin: 0 auto;
    text-align: center
}

@media all and (max-width: 639px) {
    .footer-link {
        padding: 35px 0 25px
    }
    .footer-link .inner {
        max-width: 70%
    }
}

#l-footer {
    position: relative;
    color: #333
}

#l-footer:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/004.jpg) no-repeat 50% 100%/cover;
    opacity: .9;
    z-index: -1;
    -webkit-filter: grayscale(40%);
    filter: grayscale(40%)
}

#l-footer .inner3 {
    max-width: 1200px;
    margin: 0 auto
}

#l-footer .inner {
    margin: 0 auto;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1000px;
    position: relative;
    z-index: 3;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#l-footer .inner .footer-left {
    width: 50%;
    padding-right: 30px;
    border-right: 1px solid #333;
    font-size: 2rem
}

#l-footer .inner .footer-right {
    width: 50%;
    padding-left: 50px
}

@media all and (max-width: 639px) {
    #l-footer {
        padding-top: 20px
    }
    #l-footer .inner {
        -ms-flex-pack: distribute;
        justify-content: space-around;
        padding: 0 15px 30px
    }
    #l-footer .inner .footer-left {
        width: 90%;
        padding: 0;
        border-right: 0;
        text-align: center
    }
    #l-footer .inner .footer-right {
        width: 90%;
        margin-top: 20px;
        padding: 0
    }
}

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

.footer-lead {
    text-align: center;
    font-size: 1.8rem;
    font-family: "Noto Sans JP", "EB Garamond", sans-serif;
    letter-spacing: 0.15em;
    padding-bottom: 4px;
    margin-bottom: 30px;
    color: #fff;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5)
}

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

.inner2 {
    width: 100%;
    margin: 0 auto;
    background: linear-gradient(67deg, #343434 0%, #757575 48%, #eee 71%, #b8b8b8 87%, #464646 100%);
    padding: 30px 20px 20px
}

.footer-info {
    font-size: 1.5rem;
    color: #fff;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5)
}

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

.footer-info .logo {
    max-width: 220px
}

.footer-info .logo img {
    width: 100%
}

@media all and (max-width: 639px) {
    .footer-info .logo {
        margin: 0 auto
    }
}

.footer_navi {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 10px auto
}

.footer_navi ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -2%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer_navi ul li {
    width: 18%;
    margin: 0 0 10px 1%;
    text-align: center
}

.footer_navi ul li a {
    color: #fff;
    font-size: 1.2rem;
    position: relative;
    padding-left: 30px;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5)
}

.footer_navi ul li a span {
    display: none
}

.footer_navi ul li a:before {
    content: "";
    background-color: #fda917;
    width: 10px;
    height: 4px;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: 0
}

.footer_navi ul li a:hover {
    color: #ffdf2c
}

.footer_navi ul li .dropdown {
    display: none
}

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

.flogo {
    text-align: center;
    max-width: 250px;
    margin: 0 auto;
    margin-bottom: 25px
}

.flogo a {
    color: #333;
    font-family: "YakuHanJP", Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2rem
}

.flogo img {
    width: 100%
}

@media all and (max-width: 900px) {
    .flogo {
        margin: 20px auto 30px;
        width: 90%
    }
}

.address {
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.address .address-txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 30px;
    text-align: left
}

.copyright {
    font-size: 1.2rem;
    position: relative;
    z-index: 2;
    color: #ddd
}

@media all and (max-width: 900px) {
    .copyright {
        font-size: 12px;
        padding-bottom: 50px
    }
}

.sec1-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 10px
}

@media all and (max-width: 639px) {
    .sec1-box {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.sec1-box+.sec1-box {
    margin-top: 80px
}

.sec1-box .sec1-lead {
    width: 150px
}

@media all and (max-width: 639px) {
    .sec1-box .sec1-lead {
        width: 70px
    }
}

.sec1-box .sec1-txt {
    font-size: 1.8rem;
    padding: 0 25px;
    width: 50%;
    line-height: 2.2;
    color: #fff
}

@media all and (max-width: 900px) {
    .sec1-box .sec1-txt {
        font-size: 1.2rem;
        padding: 0 10px;
        width: 100%
    }
}

.sec1-box .sec1-title {
    color: #fff;
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 25px
}

.sec1-box .sec1-title .eng {
    display: block;
    font-family: "Dancing Script", cursive;
    font-size: 4.4rem;
    color: #fff
}

@media all and (max-width: 639px) {
    .sec1-box .sec1-title {
        font-size: 1.8rem
    }
    .sec1-box .sec1-title .eng {
        font-size: 2.8rem
    }
}

.sec1-box .sec1-img {
    width: 45%
}

.sec1-box .sec1-img img {
    width: 100%
}

.sec1-box.type1 .sec1-img {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

@media all and (max-width: 900px) {
    .sec1-box.type1 .sec1-img {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

@media all and (max-width: 900px) {
    .sec1-box .sec1-img {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-top: 30px
    }
}

.name {
    text-align: center;
    width: 240px;
    position: absolute;
    left: 50%;
    top: -120px;
    -webkit-transform: translateX(-50%) rotate(-5deg);
    transform: translateX(-50%) rotate(-5deg)
}

@media all and (max-width: 639px) {
    .name {
        width: 60%;
        top: -150px
    }
}

.triangle {
    position: relative;
    background: #f1eee7
}

.triangle:before {
    content: "";
    position: absolute;
    top: -150px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 400px 150px 400px;
    border-color: transparent transparent #f1eee7 transparent;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -2
}

.half-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.half-box.type1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.half-box .half-img {
    width: 68%;
    position: relative;
    height: 400px
}

@media all and (max-width: 639px) {
    .half-box .half-img {
        width: 100%;
        height: 300px
    }
}

.half-box .half-img.img1 {
    background: url(../img/038.jpg) no-repeat center/cover
}

.half-box .half-img.img2 {
    background: url(../img/021.jpg) no-repeat center/cover
}

.half-box .half-img.img3 {
    background: url(../img/009.jpg) no-repeat center/cover
}

.half-box .half-img.img4 {
    background: url(../img/030.jpg) no-repeat center/cover
}

.half-box .half-img.img5 {
    background: url(../img/025.jpg) no-repeat center/cover
}

.half-box .half-img.img6 {
    background: url(../img/020.jpg) no-repeat center/cover
}

.half-box .half-img.img6.type2 {
    height: 420px
}

@media all and (max-width: 639px) {
    .half-box .half-img.img6.type2 {
        height: 300px
    }
}

.half-box .half-img.img7 {
    background: url(../img/010.jpg) no-repeat center/cover
}

.half-box .half-img.img8 {
    background: url(../img/040.jpg) no-repeat center/cover
}

.half-box .half-img.img9 {
    background: url(../img/003.jpg) no-repeat center/cover
}

.half-box .half-img.img10 {
    background: url(../img/016.jpg) no-repeat center/cover
}

.half-box .half-img.img11 {
    background: url(../img/055.jpg) no-repeat center/cover
}

.half-box .half-img.img12 {
    background: url(../img/056.jpg) no-repeat center/cover
}

.half-box .half-txt {
    width: 32%;
    padding: 80px 40px;
    background: #121212;
    position: relative
}

.half-box .half-txt.type2 {
    padding: 100px 15px 50px
}

@media all and (max-width: 639px) {
    .half-box .half-txt.type2 {
        padding: 45px 15px
    }
}

.half-box .half-txt .title {
    padding: 20px 26px;
    position: absolute;
    top: -50px;
    left: -58px;
    background-color: #000;
    -webkit-box-shadow: 1px 1px 1px #fda917;
    box-shadow: 1px 1px 1px #fda917;
    letter-spacing: 8px
}

.half-box .half-txt .title .ja {
    font-size: 3rem;
    color: #fff
}

.half-box .half-txt .title.type1 {
    right: -58px;
    left: 240px
}

@media all and (max-width: 900px) {
    .half-box .half-txt .title.type1 {
        left: 0
    }
}

.half-box .half-txt .title.type2 {
    right: -58px;
    left: 0
}

.half-box .half-txt .inner p {
    font-size: 1.8rem;
    color: #fff
}

@media all and (max-width: 900px) {
    .half-box .half-txt {
        padding: 80px 12px
    }
    .half-box .half-txt .title .ja {
        font-size: 2.5rem
    }
    .half-box .half-txt .inner p {
        font-size: 1.6rem
    }
}

@media all and (max-width: 639px) {
    .half-box .half-txt {
        width: 100%;
        padding: 40px 20px;
        min-height: initial
    }
    .half-box .half-txt .title {
        top: -45px;
        left: 0px;
        padding: 15px 24px;
        width: 100%;
        letter-spacing: normal;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-top: 1px solid #fda917;
        border-bottom: 1px solid #fda917
    }
    .half-box .half-txt .title .ja {
        font-size: 2rem
    }
    .half-box .half-txt .title.type1 {
        top: -45px;
        left: 0px
    }
    .half-box .half-txt .title.type2 {
        padding: 20px 20px
    }
    .half-box .half-txt .title.type2.b-m100 {
        margin-bottom: 50px
    }
    .half-box .half-txt .title.type2.t-m100 {
        margin-top: 50px
    }
    .half-box .half-txt .inner p {
        font-size: 1.4rem
    }
}

.txt01 span {
    background: #fffcf5;
    padding: 5px 8px
}

.sec3-box {
    padding: 50px 20px;
    width: 600px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.15em
}

@media all and (max-width: 900px) {
    .sec3-box {
        width: 80%;
        padding: 40px 10px 80px
    }
}

@media all and (max-width: 639px) {
    .sec3-box {
        width: 100%;
        padding: 40px 20px 80px
    }
}

.sec3-title {
    color: #fff;
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 25px
}

.sec3-title .eng {
    display: block;
    font-family: "Dancing Script", cursive;
    font-size: 4.4rem;
    color: #fff
}

@media all and (max-width: 639px) {
    .sec3-title {
        font-size: 1.8rem
    }
    .sec3-title .eng {
        font-size: 2.8rem
    }
}

.sec3-lead {
    color: lemonchiffon;
    font-size: 2.4rem;
    border-bottom: 1px solid lemonchiffon;
    padding-bottom: 8px;
    margin-bottom: 20px
}

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

.sec3-txt {
    line-height: 2.2;
    font-size: 1.8rem
}

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

.sec3-btn {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media all and (max-width: 900px) {
    .sec3-btn {
        top: auto;
        torasnform: none;
        bottom: 40px
    }
}

.sec3-btn a {
    font-size: 2rem;
    color: #fff;
    padding-right: 80px;
    display: block;
    position: relative;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in
}

.sec3-btn a span {
    border-bottom: 2px solid #fff;
    padding: 8px
}

.sec3-btn a:after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f142";
    font-weight: 900;
    width: 65px;
    height: 65px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 65px;
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
    font-size: 2.5rem;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    -webkit-transform-origin: center;
    transform-origin: center
}

.sec3-btn a:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.sec3-btn a:hover:after {
    background: #fff;
    color: #615A53;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg)
}

@media all and (max-width: 639px) {
    .sec3-btn a {
        font-size: 1.5rem
    }
    .sec3-btn a:after {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 2rem;
        right: 20px
    }
}

.top-bg {
    height: 400px;
    position: relative
}

.top-bg:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background: rgba(0, 0, 0, 0.2) url(../img/019.jpg) no-repeat center/cover;
    background-attachment: fixed
}

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

@media all and (max-width: 639px) {
    .top-bg {
        height: 250px
    }
}

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

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

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

.news-title {
    text-align: center;
    margin-bottom: 60px;
    color: #111;
    position: relative
}

.news-title span {
    display: block
}

.news-title .eng {
    font-family: "Dancing Script", cursive;
    color: #232323;
    position: relative;
    font-size: 1.6rem
}

.news-title .ja {
    font-size: 1.7rem;
    position: relative;
    font-weight: 500
}

@media all and (max-width: 639px) {
    .news-title {
        margin-bottom: 30px
    }
    .news-title .eng {
        font-size: 2.4rem
    }
    .news-title .ja {
        font-size: 1.4rem
    }
}

.news-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 80px
}

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

.top-bnr-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1500px;
    margin: 0 auto
}

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

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

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

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

.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 {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

@media all and (max-width: 1025px) {
    .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: 240px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px rgba(0, 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;";
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.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 #222;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.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 #222;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -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 #222;
    -webkit-transform: skew(45deg);
    transform: skew(45deg)
}

.top-bnr-list .top-bnr-title {
    font-weight: 500;
    padding: 15px;
    line-height: 1.4
}

.top-bnr-list .top-bnr-title .eng {
    font-family: "Dancing Script", cursive;
    font-size: 3rem;
    letter-spacing: 0.1em;
    color: #193461;
    display: block
}

.top-bnr-list .top-bnr-title .ja {
    font-size: 1.8rem;
    display: block;
    color: #222
}

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

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

.menu-btn-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 10px;
    margin: 0 auto 60px
}

.menu-btn-list .child {
    width: 33.33%
}

.menu-btn-list .child a {
    display: block;
    position: relative;
    height: 350px;
    overflow: hidden;
    background-image: linear-gradient(45deg, #121212, #615A53)
}

.menu-btn-list .child a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    opacity: 0.5;
    -webkit-transition: 0.2s all ease-in;
    transition: 0.2s all ease-in
}

.menu-btn-list .child a:hover img {
    opacity: 0.8;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

@media all and (max-width: 639px) {
    .menu-btn-list .child {
        width: 100%
    }
    .menu-btn-list .child a {
        height: 60vmin
    }
}

.menu-btn-list .menu-btn-title {
    position: absolute;
    font-family: "YakuHanJP", Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    left: 30px;
    top: 20px;
    color: #fefefe;
    font-weight: 400;
    z-index: 2;
    font-size: 2.3rem
}

.menu-btn-list .menu-btn-title span {
    font-size: 4rem;
    line-height: 1;
    border-bottom: 2px solid #fefefe;
    font-family: "Dancing Script", cursive;
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
    margin-bottom: 20px
}

@media all and (max-width: 900px) {
    .menu-btn-list .menu-btn-title {
        left: 10px;
        padding-right: 15px
    }
}

@media all and (max-width: 639px) {
    .menu-btn-list .menu-btn-title {
        -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
        writing-mode: initial;
        font-size: 1.6rem;
        left: 15px
    }
    .menu-btn-list .menu-btn-title span {
        font-size: 2.5rem;
        margin-right: 20px
    }
}

.arrow {
    position: absolute;
    stroke-miterlimit: 5;
    stroke-width: 1;
    stroke: #fefefe;
    right: 20px;
    bottom: 30px;
    z-index: 4;
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 13px
}

.arrow:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 2px solid #fefefe;
    border-radius: 100%
}

@media all and (max-width: 639px) {
    .arrow {
        width: 35px;
        height: 35px;
        padding-top: 5px
    }
    .arrow .arrow-svg {
        -webkit-transform: scale(0.6);
        transform: scale(0.6)
    }
}

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

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

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

.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: 35px 30px;
    position: relative;
    z-index: 3;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto
}

.mbox.transparent {
    background: transparent
}

.mbox .inner {
    margin-bottom: 75px
}

@media all and (max-width: 639px) {
    .mbox {
        padding: 20px 10px;
        width: calc(100% - 15px)
    }
    .mbox .inner {
        margin-bottom: 30px
    }
}

.mbox2 {
    background: #f1eee7;
    padding: 35px 30px;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto
}

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

.small-box {
    max-width: 850px;
    margin-right: auto;
    margin-left: auto;
    padding: 20px;
    border-radius: 20px
}

.box1 {
    padding-top: 120px
}

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

.bg-grid {
    background: rgba(255, 255, 255, 0.9);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(95%, transparent), color-stop(50%, rgba(204, 204, 204, 0.2)), to(rgba(204, 204, 204, 0.2))), -webkit-gradient(linear, left bottom, left top, color-stop(95%, transparent), color-stop(50%, rgba(204, 204, 204, 0.2)), to(rgba(204, 204, 204, 0.2)));
    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
}

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

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

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

@media all and (max-width: 900px) {
    #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: 900px) {
    #side {
        float: none;
        width: 100%;
        position: static;
        margin-top: 40px
    }
}

.mtitle {
    font-weight: 500;
    margin: 0 auto 40px;
    text-align: center
}

.mtitle .eng {
    font-size: 7rem;
    color: #121212;
    position: relative;
    display: block;
    font-family: "Dancing Script", cursive
}

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

.mtitle .ja {
    font-size: 2rem;
    color: #615A53;
    font-family: "Noto Sans JP", "EB Garamond", sans-serif;
    font-weight: 600;
    padding-bottom: 8px;
    letter-spacing: 0.15em
}

.mtitle .ja.gray {
    color: #323033
}

.mtitle .ja.gray2 {
    color: #fff
}

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

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

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

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

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

.mtitle.black {
    color: #333
}

.mtitle.black span {
    color: #555
}

.mtitle.black span:after {
    background-color: #555
}

.mtitle.mtitle_left {
    text-align: left;
    margin-left: 0;
    margin-right: 0
}

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

@media all and (max-width: 639px) {
    .mtitle {
        text-align: center
    }
    .mtitle .eng {
        font-size: 3rem
    }
    .mtitle .ja {
        font-size: 1.8rem
    }
}

.mtitle2 {
    font-size: 2.2rem;
    position: relative;
    color: #615A53;
    font-weight: 600;
    position: relative;
    padding-left: 20px;
    margin-bottom: 30px
}

.mtitle2 .eng {
    display: block;
    font-size: 1.7rem;
    font-family: "Dancing Script", cursive;
    color: #232323
}

.mtitle2:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    background: #121212;
    border-radius: 4px
}

.mtitle2 .viewbtn {
    position: absolute;
    display: inline-block;
    right: 4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #555;
    color: #fefefe;
    font-family: "YakuHanJP", Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.2rem;
    padding: 6px 8px;
    letter-spacing: 0
}

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

.mtitle3 {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: mixed;
    text-orientation: mixed;
    -webkit-font-feature-settings: "pkna";
    font-feature-settings: "pkna";
    position: absolute;
    min-height: 100px;
    top: 10px;
    left: 20px;
    padding-top: 40px
}

.mtitle3:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 30px;
    top: 0;
    left: 50%;
    background: #121212
}

.mtitle3 .ja {
    display: block;
    font-size: 2.8rem;
    line-height: 1.3;
    padding-right: 5px;
    font-weight: 400
}

.mtitle3 .eng {
    display: block;
    font-family: "Dancing Script", cursive;
    font-size: 1.8rem;
    color: #193461
}

@media all and (max-width: 639px) {
    .mtitle3 {
        left: 10px;
        top: 15px
    }
    .mtitle3 .ja {
        font-size: 1.7rem
    }
    .mtitle3 .eng {
        font-size: 1.3rem
    }
}

.mtitle_line {
    font-size: 3rem;
    padding-bottom: 15px;
    position: relative;
    font-weight: 600;
    margin-bottom: 25px;
    color: #615A53
}

.mtitle_line:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    content: "";
    background-image: repeating-linear-gradient(-45deg, #121212, #121212 1px, transparent 2px, transparent 5px);
    background-size: 7px 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0.5
}

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

.mtitle_works {
    margin: 15px 0;
    border-bottom: solid 4px #fda917;
    font-size: 1.9rem;
    letter-spacing: 0.05em;
    color: #fff;
    font-weight: bold
}

.mtitle4 {
    font-weight: 600;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 0.1rem;
    color: #121212
}

.mtitle4 span {
    position: relative;
    display: inline-block;
    min-width: 10%
}

.mtitle4 span:before,
.mtitle4 span:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 2rem;
    background-color: #121212
}

.mtitle4 span:before {
    left: -11px;
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg)
}

.mtitle4 span:after {
    right: -11px;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg)
}

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

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

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

.mtitle_sub {
    padding-left: 0.5em;
    font-weight: 600;
    position: relative;
    border-left: 6px solid #121212;
    margin: 8px 0 15px;
    font-size: 1.1em;
    line-height: 1.4;
    text-align: left
}

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

.mtitle_sub:before {
    position: absolute;
    left: -6px;
    bottom: 0;
    content: "";
    width: 6px;
    height: 50%;
    background-color: #fda917
}

.mtitle_box {
    background: #3E3D3E;
    color: #fff;
    font-size: 2rem;
    position: relative;
    padding: 10px;
    margin-bottom: 25px;
    font-weight: 500;
    left: -35px;
    display: inline-block
}

.mtitle_box span {
    font-weight: normal;
    font-size: 14px;
    padding-left: 10px
}

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

.mtitle_box2 {
    background: #71896E;
    font-size: 2.2rem;
    color: #fff;
    position: relative;
    font-weight: 600;
    overflow: hidden;
    letter-spacing: 0.1rem;
    -webkit-box-shadow: 0 8px 8px rgba(18, 18, 18, 0.2);
    box-shadow: 0 8px 8px rgba(18, 18, 18, 0.2);
    padding: 15px 10px 15px 20px;
    margin-bottom: 25px
}

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

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

@media all and (max-width: 639px) {
    .mtitle_box2 {
        font-size: 1.8rem;
        line-height: 1.5;
        padding: 10px 10px 10px 15px;
        padding-right: 40px
    }
    .mtitle_box2 span {
        font-size: 12px
    }
    .mtitle_box2:before {
        width: 215px;
        right: -170px
    }
}

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

.mtext1 .eng {
    display: block;
    font-family: "Dancing Script", cursive;
    color: #615A53;
    line-height: 1.4;
    font-size: 1.6rem
}

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

.mtext2 {
    font-size: 2.6rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
    line-height: 1.6;
    position: relative;
    width: 100%;
    padding: 0 15px
}

.mtext2 span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #4D813C));
    background: linear-gradient(transparent 60%, #4D813C 60%)
}

@media all and (max-width: 900px) {
    .mtext2 {
        font-size: 2.1rem
    }
}

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

.greet {
    font-size: 1.5rem;
    padding: 5px 15px;
    line-height: 1.9
}

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

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

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

.btn01 a {
    background: #000;
    text-align: center;
    width: 300px;
    margin: 15px auto;
    color: #fff;
    display: block;
    padding: 8px 5px;
    border: 2px solid #fda917;
    border-radius: 35px
}

.btn01 a:hover {
    background: #fff;
    color: #121212
}

.btn01.mail {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

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

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

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

.btn01_a a {
    background: #fefefe;
    text-align: center;
    width: 300px;
    margin: 15px auto;
    color: #615A53;
    display: block;
    padding: 8px 5px;
    border: 2px solid #222;
    border-radius: 35px
}

.btn01_a a:hover {
    background: #121212;
    color: #fefefe
}

.btn01_a.mail {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

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

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

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

.btn02 {
    width: 300px;
    margin: 50px auto 0px 0px
}

.btn02 a {
    display: block;
    position: relative;
    padding: 15px 0;
    background: -webkit-gradient(linear, left top, right top, from(#fcbb47), color-stop(57%, #fdd37f), color-stop(74%, #fffee3), color-stop(89%, #fedd95), to(#fcbb47));
    background: linear-gradient(90deg, #fcbb47 0%, #fdd37f 57%, #fffee3 74%, #fedd95 89%, #fcbb47 100%);
    border: 1px solid #fda917;
    line-height: 24px;
    letter-spacing: 0.1rem;
    font-size: 1.4rem;
    font-weight: 600;
    text-align: center;
    color: #000
}

.btn02 a i {
    display: block;
    position: absolute;
    top: 50%;
    right: -25px;
    width: 55px;
    height: 1px;
    background-color: #000000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.btn02 a:hover a {
    -webkit-box-shadow: inset 6.5em 0 0 0 #fda917;
    box-shadow: inset 6.5em 0 0 0 #fda917;
    -webkit-transition: 0.25s;
    transition: 0.25s
}

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

@media all and (max-width: 639px) {
    .btn02 {
        width: 90%
    }
    .btn02 a {
        font-size: 1.2rem
    }
}

.btn03 {
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    width: 300px;
    margin: 50px auto 0px 15px;
    border: 2px solid #fff;
    z-index: 1
}

.btn03:hover {
    border: none
}

.btn03 a {
    text-align: center;
    color: #fff;
    display: block;
    padding: 15px 0
}

.btn03 a:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background: -webkit-gradient(linear, left top, right top, from(#fcbb47), color-stop(57%, #fdd37f), color-stop(74%, #fffee3), color-stop(89%, #fedd95), to(#fcbb47));
    background: linear-gradient(90deg, #fcbb47 0%, #fdd37f 57%, #fffee3 74%, #fedd95 89%, #fcbb47 100%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.btn03 a:hover {
    color: #000
}

.btn03 a:hover:after {
    left: 0;
    width: 100%
}

.btn03 a:active {
    top: 2px
}

@media all and (max-width: 639px) {
    .btn03 {
        width: 90%
    }
    .btn03 a {
        font-size: 1.2rem
    }
}

.btn03.type1 {
    border: 2px solid #000;
    margin: 0 auto
}

.btn03.type1 a {
    color: #000
}

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

.news dt {
    width: 7em;
    padding: 3px 5px;
    background: #f0f0f0;
    border-radius: 30px;
    text-align: center;
    color: #615A53
}

.news dd {
    padding: 5px;
    width: calc(100% - 8.5em);
    margin-left: 8px;
    border-bottom: 1px dashed #333
}

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

.topic-box {
    min-height: 200px;
    background-color: rgba(255, 255, 255, 0.115);
    padding: 20px 15px
}

.news-bl {
    overflow: hidden
}

.news-bl dt {
    float: left;
    width: 8em;
    padding: 5px;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    background-color: #fda917;
    border-radius: 30px;
    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 #dddddd;
    margin: 0 0 10px;
    color: #fff
}

.news-bl dd a {
    color: #333;
    background-image: -webkit-gradient(linear, left top, right top, from(#121212), to(#fda917));
    background-image: linear-gradient(to right, #121212, #fda917);
    padding-bottom: 0.25em;
    background-position: 100% 100%;
    background-size: 0% 1px;
    background-repeat: no-repeat;
    -webkit-transition: background-size 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: background-size 0.5s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.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 {
    position: relative;
    z-index: 1;
    background: url(../img/017.jpg) no-repeat 80% 50%/cover;
    -webkit-filter: grayscale(40%);
    filter: grayscale(40%)
}

.page-title.page-title02 {
    background: url(../img/005.jpg) no-repeat 80% 50%/cover;
    -webkit-filter: grayscale(40%);
    filter: grayscale(40%)
}

.page-title.page-title03 {
    background: url(../img/works.jpg) no-repeat 80% 50%/cover;
    -webkit-filter: grayscale(40%);
    filter: grayscale(40%)
}

.page-title.page-title04 {
    background: url(../img/031.jpg) no-repeat 80% 50%/cover;
    -webkit-filter: grayscale(40%);
    filter: grayscale(40%)
}

.page-title.page-title05 {
    background: url(../img/016.jpg) no-repeat 80% 0%/cover;
    -webkit-filter: grayscale(40%);
    filter: grayscale(40%)
}

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

.page-title .inner {
    margin: 0 auto;
    padding: 180px 0 40px;
    max-width: 1200px;
    overflow: hidden
}

.page-title .inner .page-lead {
    color: #fefefe;
    text-align: center;
    font-size: 2.2rem;
    position: relative;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    letter-spacing: 0.2em;
    font-weight: 600
}

.page-title .inner .page-lead:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 70px;
    top: -70px;
    left: 50%;
    background: #fff
}

@media all and (max-width: 639px) {
    .page-title .inner .page-lead:before {
        height: 35px;
        top: -35px
    }
}

.page-title .inner .page-lead .eng {
    display: block;
    font-family: "Dancing Script", cursive;
    font-size: 5rem;
    color: #fff
}

@media all and (max-width: 639px) {
    .page-title .inner .page-lead {
        font-size: 1.5rem;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    .page-title .inner .page-lead .eng {
        font-size: 3rem
    }
}

@media all and (max-width: 900px) {
    .page-title .inner {
        width: 100%;
        padding: 150px 0 40px
    }
}

.bg-01 {
    margin-top: 40px;
    padding: 80px 0 80px;
    position: relative;
    margin-bottom: -40px
}

.bg-01:before {
    position: absolute;
    content: "";
    background: url(../img/019.jpg) no-repeat center/cover fixed;
    width: 100%;
    height: 96%;
    opacity: .8;
    top: 0;
    z-index: 1
}

@media all and (max-width: 639px) {
    .bg-01:before {
        background: url(../img/019.jpg) no-repeat center;
        background-size: cover;
        background-attachment: unset
    }
}

.bg-01 .bg-01_eng {
    color: rgba(255, 255, 255, 0.5);
    font-size: 10vw;
    letter-spacing: 0.2rem;
    font-family: "Dancing Script", cursive;
    z-index: 2;
    font-weight: bold;
    position: absolute;
    bottom: 91%;
    left: 35px;
    line-height: 1
}

@media all and (max-width: 639px) {
    .bg-01 .bg-01_eng {
        font-size: 13vw;
        left: 4%;
        bottom: 91%
    }
}

.bg-01 .bg-01_box {
    margin: -50px auto 0px 20px;
    color: #fff;
    padding: 30px;
    position: relative;
    z-index: 3;
    max-width: 800px;
    font-weight: normal;
    font-size: 1.6rem
}

@media all and (max-width: 639px) {
    .bg-01 .bg-01_box {
        margin: 0 auto;
        padding: 0
    }
}

.bg-03 {
    background: url(../img/bg-03.jpg) no-repeat center/cover;
    margin-bottom: 240px
}

.bg-wood {
    position: relative
}

.bg-wood:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../img/bg-wood.png);
    opacity: 0.6
}

.bg-texture {
    position: relative
}

.bg-texture:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../img/bg-texture.jpg)
}

.bg-gradient {
    position: relative;
    background: rgba(255, 223, 44, 0.3);
    overflow: hidden
}

.bg-gradient:before {
    content: "";
    position: absolute;
    bottom: -160px;
    left: 0;
    width: 100%;
    height: 320px;
    background: #ffdf2c;
    -webkit-transform: skewY(4deg);
    transform: skewY(4deg);
    opacity: 0.6
}

.bg-gradient:after {
    content: "";
    position: absolute;
    bottom: -160px;
    left: 0;
    width: 100%;
    height: 260px;
    background: #9fd685;
    -webkit-transform: skewY(-3deg);
    transform: skewY(-3deg);
    opacity: 0.6
}

.bg-base {
    position: relative
}

.bg-base:after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: calc(100% - 80px);
    height: calc(100% - 80px);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fefefe
}

@media all and (max-width: 900px) {
    .bg-base:after {
        width: calc(100% - 20px);
        height: calc(100% - 40px)
    }
}

.bg-base .inner {
    position: relative;
    z-index: 3
}

.bg-base.type1 {
    background: transparent;
    position: relative
}

.bg-base.type1:before {
    position: absolute;
    content: "";
    width: 70%;
    height: 100%;
    top: 0;
    left: 0;
    background: #121212;
    z-index: -1;
    opacity: 0.3
}

.bg-base.type2 .inner {
    position: relative;
    z-index: 3
}

.bg-base.type2:after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: calc(100% - 80px);
    height: calc(100% - 80px);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fefefe
}

@media all and (max-width: 639px) {
    .bg-base.type2:after {
        width: calc(100% - 40px);
        height: calc(100% - 40px)
    }
}

.bg-map {
    position: relative;
    max-width: 1000px;
    margin: 0 auto
}

.bg-map:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 120%;
    right: 0;
    top: -10%;
    background: url(../img/map.png) no-repeat right 20%/contain;
    opacity: .5;
    z-index: 5
}

@media all and (max-width: 639px) {
    .bg-map:before {
        z-index: 0
    }
}

.bg-map .map-txt {
    width: 550px;
    font-size: 1.8rem;
    padding: 10px;
    color: #fff
}

@media all and (max-width: 639px) {
    .bg-map .map-txt {
        width: 95%;
        font-size: 1.5rem
    }
}

.bg-green {
    background: rgba(159, 214, 133, 0.3)
}

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

.bg-gray.bg-half {
    background: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50.1%, #edf1ef), to(#edf1ef));
    background-image: linear-gradient(to bottom, transparent 0%, transparent 50%, #edf1ef 50.1%, #edf1ef 100%)
}

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

.bg-gray2:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 100%;
    height: 50%;
    z-index: -1;
    background: -webkit-gradient(linear, left bottom, left top, from(#121212), color-stop(25%, #232323), color-stop(65%, #232323), color-stop(85%, #121212), color-stop(90%, #121212));
    background: linear-gradient(0deg, #121212 0%, #232323 25%, #232323 65%, #121212 85%, #121212 90% 100%)
}

.bg-gray2.type1:before {
    left: 0;
    right: auto
}

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

.bg-gray3:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    width: calc(100% - 50px);
    height: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #f1edee;
    opacity: .2
}

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

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

.bg-beige2:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 75%;
    height: 100%;
    z-index: -1;
    opacity: 0.4;
    background: #f1eee7
}

@media all and (max-width: 639px) {
    .bg-beige2:before {
        width: 85%
    }
}

.bg-999 {
    background: #888
}

.bg-blue {
    background: rgba(25, 52, 97, 0.2)
}

.bg-blue.bg-half {
    background: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50.1%, #3d3d3d), to(#3d3d3d));
    background-image: linear-gradient(to bottom, transparent 0%, transparent 50%, #3d3d3d 50.1%, #3d3d3d 100%)
}

.bg-beige {
    background: rgba(241, 238, 231, 0.7)
}

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

.tbl {
    width: 100%
}

.tbl th,
.tbl td {
    padding: 15px;
    vertical-align: middle;
    border: 1px solid #ddd;
    background-color: #fff
}

.tbl th {
    color: #fff;
    background: #818181;
    width: 25%
}

.tbl th span {
    font-size: 1.4rem
}

.tbl .cell01 {
    width: 25%
}

@media all and (max-width: 639px) {
    .tbl th {
        width: 35%;
        text-align: left
    }
    .tbl th,
    .tbl td {
        padding: 10px;
        letter-spacing: normal
    }
}

.tbl_new {
    margin: 0 auto;
    width: 100%
}

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

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

@media all and (max-width: 639px) {
    .tbl_new tr th {
        width: 25%;
        padding-left: 10px
    }
}

.tbl_new tr:nth-child(odd) th,
.tbl_new tr:nth-child(odd) td {
    background: rgba(35, 35, 35, 0.2)
}

.tbl-border {
    width: 100%;
    border-top: 1px solid #aaa
}

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

@media all and (max-width: 639px) {
    .tbl-border th,
    .tbl-border td {
        padding: 10px;
        font-size: 1.2rem
    }
}

.tbl-border th {
    width: 25%;
    color: #121212;
    text-align: left;
    font-weight: 600
}

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

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

.price {
    font-family: "Lato", sans-serif;
    font-weight: 500;
    font-size: 2rem;
    color: #fda917
}

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

.company {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 5px
}

.company th,
.company td {
    padding: 10px 10px;
    vertical-align: middle
}

.company th {
    text-align: left;
    width: 25%;
    position: relative;
    background: #fda917;
    color: #fff;
    font-weight: 500
}

.company th::after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: #f9f9f9;
    border-width: 10px;
    border-left-color: #fda917;
    margin-top: -10px
}

.company td {
    background: #f9f9f9;
    padding-left: 20px
}

.tbl0 {
    width: 100%
}

.tbl0 th,
.tbl0 td {
    padding: 3px 5px;
    border: 0
}

.tbl0 th {
    padding-left: 0;
    font-weight: normal;
    background: none;
    width: 25%;
    color: #111
}

.tbl0 th:after,
.tbl0 th:before {
    display: none
}

@media all and (max-width: 639px) {
    .tbl0 th {
        width: 40%
    }
}

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

.ggmap iframe,
.ggmap object,
.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.ggmap.youtube {
    padding-bottom: 56.25%
}

@media all and (max-width: 639px) {
    .ggmap {
        padding-bottom: 60%
    }
}

.list_common li {
    padding-bottom: 5px;
    padding-left: 1rem;
    margin-bottom: 5px;
    border-bottom: 1px dotted #cccccc
}

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

.list_policy li {
    font-family: "YakuHanJP", Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.5rem;
    padding: 15px 5px 15px 40px;
    font-weight: 500;
    position: relative
}

.list_policy li:not(:last-child) {
    margin-bottom: 5px;
    border-bottom: 1px solid #eee
}

.list_policy li:before {
    position: absolute;
    content: "";
    width: 25px;
    height: 1px;
    top: 50%;
    left: 0;
    background: #9fd685
}

@media all and (max-width: 900px) {
    .list_policy li {
        font-size: 2rem
    }
}

@media all and (max-width: 639px) {
    .list_policy {
        padding: 15px
    }
    .list_policy li {
        font-size: 1.4rem
    }
}

.list_check.type1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.list_check.type1 li {
    padding: 8px 8px 8px 30px;
    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 8px 8px 30px;
    font-weight: 600;
    position: relative;
    color: #121212;
    margin-bottom: 10px;
    font-size: 1.8rem;
    background: linear-gradient(67deg, #eee 0%, #757575 48%, #eee 71%, #f0f0f0 87%, #f0f0f0 100%)
}

.list_check li span {
    font-weight: normal;
    font-size: 0.9em;
    display: block;
    color: #615A53;
    margin-top: 10px
}

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

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

.list_check2 li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-weight: 900;
    margin-right: 8px;
    color: #193461
}

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

.list_check3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.list_check3 li {
    width: 47%;
    margin-bottom: 15px;
    margin-right: 1.5%;
    padding: 9px 10px;
    background: rgba(255, 255, 255, 0.945);
    border-radius: 5px
}

.list_check3 li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    font-weight: bold;
    margin-right: 6px;
    color: #fda917
}

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

.list-inline2 {
    text-align: center
}

.list-inline2 li {
    display: inline-block;
    margin: 20px 0;
    padding: 4px 15px;
    background: #000000;
    border: 1px solid #fda917;
    font-weight: 500;
    border-radius: 30px
}

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

@media all and (max-width: 639px) {
    .list-inline2 li {
        margin: 11px 0;
        font-size: 1.4rem
    }
}

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

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

@media all and (max-width: 639px) {
    .list-inline li {
        display: block;
        padding: 0
    }
    .list-inline li:before {
        content: "-";
        color: #121212
    }
    .list-inline li:not(:last-of-type):after {
        display: none
    }
}

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

.ol-list.type1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    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;
    color: #615A53;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-weight: 500;
    font-size: 1.7rem
}

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

.ol-list li:before {
    counter-increment: number;
    content: counter(number);
    background: rgba(18, 18, 18, 0.6);
    display: inline-block;
    width: 2em;
    height: 2em;
    text-align: center;
    font-family: "YakuHanJP", Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2rem;
    color: #222;
    margin-right: 10px;
    border-radius: 100%
}

@media all and (max-width: 639px) {
    .ol-list li {
        font-size: 1.3rem
    }
    .ol-list li span {
        font-size: 0.9em
    }
    .ol-list li:before {
        font-size: 1.8rem
    }
}

.list_disc li {
    padding: 3px 0 3px 20px;
    position: relative
}

.list_disc li:not(:last-of-type) {
    margin-bottom: 5px
}

.list_disc li:before {
    position: absolute;
    content: "○";
    top: 50%;
    left: 0;
    font-size: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #121212
}

.list-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.list-btn li {
    width: 32%;
    margin: 0 calc(1.33% + (1.33% / 2)) 10px 0
}

.list-btn li a {
    display: block;
    background: #f1eee7;
    color: #615A53;
    font-weight: 500;
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.list-btn.type1 li a {
    background: #9fd685;
    border: 1px solid #000
}

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

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

#top-blog .pages {
    display: none
}

.blog-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.blog-wrap a {
    display: block;
    width: 32%;
    height: 100%;
    margin: 0 0.5% 20px 0.5%;
    position: relative
}

@media all and (max-width: 1025px) {
    .blog-wrap a {
        width: 49%
    }
}

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

.blog-wrap.no_flex {
    display: block
}

.blog-wrap.no_flex a {
    width: 100%
}

.blog-wrap * {
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.blog-wrap>li {
    width: 32%;
    margin: 0 0.5% 20px 0.5%;
    position: relative;
    background: #fff;
    padding-bottom: 40px;
    overflow: hidden;
    border-radius: 15px
}

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

.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;
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

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

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

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

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

.blog-detail {
    padding: 20px
}

.blog-category {
    display: inline-block;
    padding: 5px;
    line-height: 1.3;
    text-align: center;
    color: #121212;
    background-color: rgba(159, 214, 133, 0.8);
    border-radius: 20px;
    padding: 5px 20px;
    font-size: 12px
}

.blog-date {
    background: #f1eee7;
    width: 90px;
    padding: 5px;
    line-height: 1.3;
    text-align: center;
    display: inline-block;
    color: #615A53;
    border-radius: 30px;
    font-size: 12px
}

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

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

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

.more {
    position: absolute;
    font-size: 1.8rem;
    border: 0.9px solid #ccc;
    color: #ccc;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 30px;
    display: block;
    right: 0;
    bottom: -10px;
    font-weight: 700;
    border-radius: 0 0 20px 0;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in
}

.blog-txt {
    line-height: 1.5;
    color: #121212;
    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: #121212;
    padding: 4px 5px;
    font-size: 12px
}

.category_nav {
    border: 1px solid #dddddd
}

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

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

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

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

.cut {
    overflow: hidden;
    zoom: 1
}

.w300 {
    width: 300px
}

.spbr {
    display: none
}

.pcbr {
    display: block
}

.color1 {
    color: #121212
}

.color2 {
    color: #4D813C
}

.color3 {
    color: #193461
}

.relative {
    position: relative
}

.num {
    font-weight: 500
}

.num a {
    color: #121212;
    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: "\f879";
    font-weight: 900;
    margin-right: 5px
}

.num a:hover {
    color: #fda917
}

.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: 500px;
    margin: 0 auto 30px;
    padding-top: 30px
}

.telbnr li {
    border: 3px solid #121212;
    padding: 10px 10px;
    text-align: center;
    border-radius: 50px
}

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

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

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

.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: 500;
    font-size: 1.8rem;
    color: #615A53;
    margin-top: -30px
}

.telbnr-ttl span {
    background: #f1eee7;
    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;
    text-align: center
}

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

.breadcrumb li a {
    color: #edf1ef
}

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

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

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

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

.form dl dt span {
    color: #fff;
    background: #000;
    border: 1px solid #fda917;
    padding: 5px 8px;
    margin-right: 5px;
    font-size: 11px;
    border-radius: 20px;
    position: relative;
    top: -2px
}

.form dl dt span.nini {
    background: #ffdf2c;
    color: #615A53
}

.form dl dd {
    padding-left: 280px;
    padding-bottom: 20px;
    padding-top: 23px;
    line-height: 1.5;
    border-bottom: 1px dotted #cccccc
}

.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%
}

.form .textarea02:last-child {
    margin-right: 0
}

.form .textarea03 {
    width: 20%;
    margin-right: 1%
}

.form button {
    cursor: pointer;
    display: block;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    border: 1px solid #fda917;
    font-weight: 500;
    padding: 12px 5px;
    margin: 0 auto;
    width: 250px;
    background: #000;
    border-radius: 25px
}

.form button:hover {
    background: #fff;
    color: #121212
}

.form button:before {
    font-weight: normal;
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    font-weight: 900;
    margin-right: 10px
}

.form .select-wrap {
    position: relative;
    overflow: hidden;
    display: inline-block;
    min-width: 192px;
    min-width: 12em;
    background-color: #f0f0f0;
    border: 0;
    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: 15px 35px 15px 15px;
    background: transparent;
    border: 0;
    outline: none;
    line-height: 1.5
}

.form .entypo-down-open-mini:before {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-weight: 900;
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 12px;
    right: 0.75rem;
    margin-top: -8px;
    margin-top: -0.5rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    color: #121212;
    font-weight: 700
}

.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: 3px;
    top: 5px;
    background-color: #121212;
    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;
    -webkit-box-shadow: 20px -1px #fff;
    box-shadow: 20px -1px #fff
}

.form label.radio_text input[type="radio"]:checked {
    -webkit-box-shadow: none;
    box-shadow: none
}

.form label.radio_text input[type="radio"]:focus {
    opacity: 0.2;
    -webkit-box-shadow: 20px -1px #eeebda;
    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 #121212;
    border-bottom: 3px solid #121212;
    -webkit-transform: rotate(45deg);
    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;
    -webkit-box-shadow: 41px 0px #fff;
    box-shadow: 41px 0px #fff;
    z-index: 2;
    margin: 0px;
    padding: 0px
}

.form label.checkbox_text input[type="checkbox"]:checked {
    -webkit-box-shadow: none;
    box-shadow: none
}

.form label.checkbox_text input[type="checkbox"]:checked:focus {
    -webkit-box-shadow: 40px 0px #666;
    box-shadow: 40px 0px #666;
    opacity: 0.1
}

.form label.checkbox_text input[type="checkbox"]:focus {
    -webkit-box-shadow: 41px 0px #eee;
    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 {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        margin-left: -5px
    }
}

.fm-txt {
    font-size: 1.4rem;
    background: rgba(255, 255, 255, 0.5);
    padding: 5px
}

.thanks {
    padding: 40px;
    border: 3px solid #fefefe;
    background-color: #fefefe;
    -webkit-box-shadow: 0 0 0 6px rgba(18, 18, 18, 0.2);
    box-shadow: 0 0 0 6px rgba(18, 18, 18, 0.2);
    max-width: 700px;
    margin: 0 auto;
    border-radius: 20px
}

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

.shadow {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15)
}

.policy {
    padding: 30px;
    background: #B5B5B5
}

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

.mtitle_small {
    position: relative;
    letter-spacing: 0;
    padding-bottom: 4px;
    margin-bottom: 20px;
    color: #72727b;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    color: #232323;
    font-size: 2.3rem
}

.mtitle_small.gray {
    color: #121212
}

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

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

.mtitle_small:before {
    content: "";
    width: 50px;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: 0;
    bottom: -1px
}

.mtitle_small.bg-02_eng:after {
    content: "COMMUNICATION";
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 32px;
    opacity: 0.2;
    font-size: 5rem;
    margin-left: 30px;
    font-family: "Dancing Script", cursive
}

@media all and (max-width: 639px) {
    .mtitle_small.bg-02_eng:after {
        bottom: 25px;
        font-size: 3rem;
        left: -30px
    }
}

.mtitle_small.bg-02_eng2:after {
    content: "CREATIVE CONDITION";
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 32px;
    opacity: 0.2;
    font-size: 5rem;
    margin-left: 30px;
    font-family: "Dancing Script", cursive
}

@media all and (max-width: 639px) {
    .mtitle_small.bg-02_eng2:after {
        bottom: 27px;
        font-size: 3rem;
        left: -30px
    }
}

.mtitle_small2 {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
    font-weight: bold
}

.mtitle_small2:before {
    content: "";
    background-color: #fda917;
    width: 10px;
    height: 4px;
    position: absolute;
    top: 0.6em;
    left: 0
}

.gallery_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -2%
}

@media all and (max-width: 639px) {
    .gallery_ul {
        margin-left: auto;
        margin-right: auto
    }
}

.gallery_ul>li {
    width: 31.33%;
    margin-left: 2%;
    margin-bottom: 4%
}

.gallery_ul>li .photobox-wrap {
    width: 100%;
    height: 240px;
    text-align: center;
    overflow: hidden;
    background: rgba(35, 35, 35, 0.1);
    margin-bottom: 10px
}

.gallery_ul>li .photobox-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit:cover;";
    -o-object-position: 50% 50%;
    object-position: 50% 50%
}

@media all and (max-width: 900px) {
    .gallery_ul>li {
        width: 48%
    }
}

@media all and (max-width: 639px) {
    .gallery_ul>li {
        width: 85%;
        margin: 0 auto 30px
    }
    .gallery_ul>li .photobox-wrap {
        height: 180px
    }
}

.comment {
    font-size: 1.4rem;
    letter-spacing: 0;
    padding: 0 5px;
    color: #615A53
}

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

.gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.gallery li {
    width: 31%;
    margin: 0 calc(2.33% + (2.33% / 2)) 30px 0
}

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

.gallery li a {
    background: rgba(241, 238, 231, 0.2);
    display: block;
    text-align: center;
    padding: 0px;
    height: 230px
}

.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: 900px) {
    .gallery li {
        width: 48%;
        margin: 0 2% 20px 0
    }
    .gallery li:nth-child(3n) {
        margin-right: 2%
    }
    .gallery li:nth-child(2n) {
        margin-right: 0
    }
    .gallery li a {
        height: 120px
    }
    .gallery li p {
        font-size: 12px
    }
}

.list2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.list2.no_cent {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

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

.list2.type1>li,
.list2.type1 .child {
    background: #fefefe;
    padding: 25px
}

@media all and (max-width: 639px) {
    .list2.type1>li,
    .list2.type1 .child {
        padding: 15px
    }
}

.list2>li,
.list2 .child {
    width: 48%;
    margin-top: 50px
}

.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: 25px auto 0
    }
}

.list3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.list3 li,
.list3 .child {
    width: 31%;
    position: relative;
    background: #fefefe;
    padding: 25px;
    margin: 0 calc(2.33% + (2.33% / 2)) 20px 0
}

.list3 li:nth-child(3n),
.list3 .child:nth-child(3n) {
    margin-right: 0
}

@media all and (max-width: 639px) {
    .list3 li,
    .list3 .child {
        width: 95%;
        margin: 0 auto 20px
    }
    .list3 li:nth-child(3n),
    .list3 .child:nth-child(3n) {
        margin-right: auto
    }
}

.list4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.list4 li {
    width: 24%;
    margin: 0 calc(1% + (1% / 3)) 25px 0
}

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

.prv dt {
    color: #121212;
    border-bottom: 1px solid #ccc;
    margin: 10px 0
}

#works:before {
    content: "";
    height: 80px;
    margin-top: -80px;
    display: block;
    visibility: hidden
}

.note {
    padding: 15px;
    margin-top: 10px;
    background: #fffcf5
}

.flow-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

.flow-list li {
    width: 46%;
    margin-right: 4%;
    margin-bottom: 35px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #fefefe;
    border-radius: 10px
}

@media all and (max-width: 639px) {
    .flow-list li {
        width: 100%;
        padding: 14px
    }
}

.flow-list li .flow-num {
    color: #fda917;
    font-size: 3.5rem;
    border-right: 1px solid #fda917;
    padding-right: 15px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    line-height: 1.2;
    font-family: "Cinzel", serif;
    font-weight: 500
}

.flow-list li .flow-num span {
    font-size: 1.3rem;
    display: block;
    text-align: center
}

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

.flow-list li .txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 35px
}

.flow-list li .txt .flow-title {
    color: #543f30;
    border-bottom: 1px solid #d3c184;
    padding-bottom: 4px;
    font-weight: 600;
    font-size: 1.8rem;
    letter-spacing: 0.2rem
}

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

.txt1 {
    padding-left: 10px
}

.fee-box {
    margin: 10px 0 20px;
    font-weight: 500;
    background: lemonchiffon;
    padding: 5px
}

.fee-box span {
    display: block;
    font-weight: normal
}

.blog-month {
    margin-bottom: 10px
}

.blog-month ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.blog-month ul li {
    width: 49%;
    padding: 5px 0;
    margin-bottom: 5px;
    text-align: center;
    letter-spacing: 0;
    background: #333
}

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.list-center li {
    width: 50%
}

@media all and (max-width: 639px) {
    .list-center {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .list-center li {
        width: 100%
    }
}

.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
}

.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: "Dancing Script", cursive
}

.faq-dl .faq-inner dt {
    margin-bottom: 10px;
    font-weight: 500;
    font-weight: 600;
    color: #000
}

.faq-dl .faq-inner dt:before {
    content: "Q";
    color: #121212;
    font-size: 3rem;
    background: rgba(18, 18, 18, 0.2)
}

.faq-dl .faq-inner dd:before {
    content: "A";
    color: #fda917;
    font-size: 3rem;
    background: rgba(255, 223, 44, 0.2)
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 30px !important;
    right: auto;
    background: rgba(18, 18, 18, 0.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(18, 18, 18, 0.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;
    margin: -30px auto 5px;
    line-height: 1;
    color: #111;
    font-family: "Crimson Text", serif;
    font-weight: 400;
    font-size: 5rem;
    border-radius: 100%;
    text-align: center
}

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

.bnr-list {
    text-align: center
}

@media all and (max-width: 900px) {
    .bnr-list li {
        width: 48%;
        margin-right: 4%
    }
    .bnr-list li:nth-child(2n) {
        margin-right: 0
    }
}

.bnr-list a {
    display: block;
    text-align: center;
    background: #fefefe;
    padding: 8px 5px;
    font-size: 1.3rem;
    height: 100%
}

.bnr-list a img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    height: 45px
}

@media all and (max-width: 639px) {
    .bnr-list a {
        font-size: 12px;
        line-height: 1.5
    }
    .bnr-list a img {
        height: 30px
    }
}

.bnr-list li.bnr-txt {
    font-size: 2rem;
    font-weight: 500;
    line-height: 60px;
    background: #fefefe
}

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

.sns-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.sns-list.center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 15px 0
}

.sns-list li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #121212;
    display: block;
    background: #fefefe;
    border-radius: 100%;
    text-align: center;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    position: relative
}

.sns-list li a:hover {
    opacity: 0.7
}

.sns-list li a.btn-facebook {
    background: #1877f2;
    color: #fff
}

.sns-list li a.btn-twitter {
    background: #1da1f2;
    color: #fff
}

.sns-list li a.btn-instagram {
    overflow: hidden;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    color: #fff
}

.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: 900px) {
    .sns-list li:not(:last-child) {
        margin-right: 8px;
        margin-bottom: 0
    }
}

.title01 {
    font-size: 3rem;
    text-align: center;
    line-height: 0.95em;
    font-weight: bold;
    color: transparent;
    background: -webkit-gradient(linear, left bottom, left top, from(#f1c120), color-stop(45%, #f7cb3b), color-stop(70%, #f8ffbd), color-stop(85%, #f7cb3E), color-stop(90%, #f1c120));
    background: linear-gradient(0deg, #f1c120 0%, #f7cb3b 45%, #f8ffbd 70%, #f7cb3E 85%, #f1c120 90% 100%);
    -webkit-background-clip: text;
    margin-bottom: 45px
}

.title01 .eng {
    display: block;
    font-family: "Dancing Script", cursive;
    font-size: 1.8rem
}

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

.title02 {
    margin-bottom: 25px;
    position: relative;
    z-index: 2
}

.title02 span {
    font-weight: 700;
    font-size: 2rem;
    color: dakren(#121212, 10%)
}

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

.title03 {
    margin: 15px 0 20px
}

.title03 span {
    background: #9fd685;
    color: #fff;
    padding: 8px 15px;
    font-weight: 600;
    letter-spacing: 0.15em
}

.slick-prev,
.slick-next {
    background: rgba(255, 255, 255, 0.8);
    width: 35px;
    height: 35px;
    z-index: 20 !important;
    border-radius: 50%;
    border: 1px solid #72727b;
    top: 40%;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in
}

.slick-prev:before,
.slick-next:before {
    color: #72727b
}

.slick-prev:hover,
.slick-next:hover {
    background: #edf1ef
}

.slick-prev {
    left: 0
}

.slick-next {
    right: 0
}

.about-title {
    position: relative;
    background: url(../img/about-bg01.jpg) no-repeat 80% 50%/cover;
    height: 500px
}

.about-title.title02 {
    background-image: url(../img/about-bg02.jpg)
}

@media all and (max-width: 900px) {
    .about-title {
        height: 350px
    }
}

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

.about-lead {
    position: relative;
    padding: 40px 10px 40px 25px;
    margin-bottom: 20px
}

.about-lead .num {
    position: absolute;
    font-size: 16rem;
    line-height: 1;
    font-family: "Crimson Text", serif;
    font-weight: 400;
    color: #121212;
    opacity: 0.2;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    letter-spacing: -3px
}

@media all and (max-width: 639px) {
    .about-lead .num {
        font-size: 10rem
    }
}

.about-lead .txt {
    position: relative;
    z-index: 2;
    font-size: 3rem;
    font-weight: 600;
    color: #615A53;
    letter-spacing: 0.15em;
    text-align: center;
    margin: 0 auto;
    display: block
}

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

.about-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1200px
}

@media all and (max-width: 900px) {
    .about-wrap {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 90%
    }
}

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

.about-wrap .about-img {
    width: 51%
}

@media all and (max-width: 639px) {
    .about-wrap .about-img {
        width: 95%
    }
}

.about-wrap .about-txt {
    padding: 20px;
    width: 45%
}

.about-wrap .about-txt.sentence {
    color: #fff
}

@media all and (max-width: 639px) {
    .about-wrap .about-txt {
        width: 100%
    }
}

.about-box {
    position: relative;
    max-width: 650px;
    padding: 50px 30px 60px;
    background: rgba(254, 254, 254, 0.9);
    font-weight: 600;
    -webkit-box-shadow: 5px 5px 15px rgba(97, 90, 83, 0.2);
    box-shadow: 5px 5px 15px rgba(97, 90, 83, 0.2)
}

.about-box:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 20px;
    right: -20px;
    background: #fda917;
    z-index: -1;
    opacity: 0.1
}

.about-box:nth-of-type(2) {
    margin-left: auto;
    margin-top: -50px
}

.about-box:nth-of-type(3) {
    margin-top: -50px
}

@media all and (max-width: 900px) {
    .about-box {
        max-width: 70%;
        padding: 35px 30px 60px
    }
    .about-box:nth-of-type(2) {
        margin-top: 30px
    }
    .about-box:nth-of-type(3) {
        margin-top: 30px
    }
}

@media all and (max-width: 639px) {
    .about-box {
        max-width: 100%;
        padding: 30px 15px;
        -webkit-box-shadow: 0 0 0 5px rgba(232, 215, 191, 0.2);
        box-shadow: 0 0 0 5px rgba(232, 215, 191, 0.2)
    }
    .about-box:before {
        top: 5px;
        right: -5px
    }
}

.work-category-list li {
    margin-bottom: 8px
}

.work-category-list li a {
    display: block;
    padding: 10px 25px 10px 10px;
    font-weight: 700;
    position: relative;
    background: #fefefe;
    color: #121212;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in
}

.work-category-list li a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-weight: 900;
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.work-category-list li a:hover {
    background: #121212;
    color: #fefefe
}

.img-title {
    text-align: center;
    width: 300px;
    position: absolute;
    left: 50%;
    top: -40px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 3
}

@media all and (max-width: 639px) {
    .img-title {
        width: 60%
    }
}

.txt02 {
    padding: 25px;
    background: #fefefe;
    border-radius: 20px;
    color: #615A53;
    font-weight: 600
}

.flow-txt {
    font-size: 2.2rem;
    text-align: center;
    color: #121212;
    font-family: "YakuHanJP", Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 30px auto;
    font-weight: 700;
    letter-spacing: 0.2rem
}

.flow-txt span {
    font-size: 1.4rem;
    color: #615A53
}

.blogchild {
    display: block;
    width: 100%;
    height: 100%;
    color: #615A53;
    background: #fff;
    border-radius: 20px;
    margin: 0 8px;
    overflow: hidden;
    -webkit-transition: -webkit-box-shadow 0.2s ease-in;
    transition: -webkit-box-shadow 0.2s ease-in;
    transition: box-shadow 0.2s ease-in;
    transition: box-shadow 0.2s ease-in, -webkit-box-shadow 0.2s ease-in;
    position: relative;
    padding-bottom: 40px
}

.blogchild figure {
    width: 100%;
    height: 220px;
    overflow: hidden
}

.blogchild figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    -webkit-transition: -webkit-transform 0.2s ease-in;
    transition: -webkit-transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in
}

.blogchild .inner {
    padding: 20px;
    font-size: 1.4rem
}

@media all and (max-width: 639px) {
    .blogchild .inner {
        font-size: 13px
    }
}

.blogchild:hover {
    -webkit-box-shadow: 0 0 15px rgba(97, 90, 83, 0.05);
    box-shadow: 0 0 15px rgba(97, 90, 83, 0.05)
}

.blogchild:hover figure img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08)
}

.blogtitle {
    color: #121212;
    margin-bottom: 5px;
    font-weight: 600
}

.blogtime {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    border-top: 1px solid #eee;
    padding: 8px;
    text-align: right;
    display: block;
    font-family: "Dancing Script", cursive;
    font-size: 1.4rem;
    color: #121212
}

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

.blogwrap2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.blogwrap2 .child {
    width: 48%;
    padding: 0 20px
}

.blogwrap2 .child:first-of-type {
    border-right: 1px solid #232323
}

@media all and (max-width: 1025px) {
    .blogwrap2 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .blogwrap2 .child {
        width: 90%;
        padding: 20px 10px
    }
    .blogwrap2 .child:first-of-type {
        border-right: 0;
        border-bottom: 1px solid #232323;
        margin-bottom: 30px
    }
}

.top-gallery {
    margin: 30px auto
}

.top-gallery li {
    margin: 0 8px
}

.top-gallery li a {
    display: block;
    width: 100%;
    height: 350px
}

.top-gallery li a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

@media all and (max-width: 639px) {
    .top-gallery li a {
        height: 250px
    }
}

.title-big {
    text-align: center;
    margin: 50px auto
}

.title-big span {
    display: block;
    letter-spacing: 0.3em
}

.title-big .eng {
    font-family: "Dancing Script", cursive;
    font-size: 5rem;
    color: rgba(35, 35, 35, 0.7)
}

.title-big .ja {
    font-size: 3rem;
    color: #fff
}

@media all and (max-width: 639px) {
    .title-big span {
        letter-spacing: 0.2em
    }
    .title-big .eng {
        font-size: 2.6rem
    }
    .title-big .ja {
        font-size: 2rem
    }
}

.vertical-box {
    position: relative
}

.vertical-box .vertical-content {
    margin-left: 150px
}

@media all and (max-width: 639px) {
    .vertical-box .vertical-content {
        margin-left: 70px
    }
}

.column2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.column2.type1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.column2 .child {
    width: 48%;
    margin-bottom: 20px
}

.column2 .child.column2-img {
    max-width: 100%;
    height: 320px;
    overflow: hidden
}

.column2 .child.column2-img img {
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media all and (max-width: 639px) {
    .column2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .column2 .child {
        width: 100%
    }
    .column2 .child.column2-img {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 30px
    }
}

.recruit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.recruit .image {
    width: 62%;
    height: 550px;
    overflow: hidden
}

.recruit .image img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    opacity: 0.8
}

@media all and (max-width: 900px) {
    .recruit {
        display: block
    }
    .recruit .image {
        width: 100%
    }
}

@media all and (max-width: 900px) and (max-width: 639px) {
    .recruit .image {
        height: auto
    }
}

.recruit .recruit_txt {
    position: relative;
    margin-left: -150px;
    width: 43%;
    padding: 30px 40px;
    background-color: #232323
}

@media all and (max-width: 900px) {
    .recruit .recruit_txt {
        margin: 0 auto;
        margin-top: -30%;
        width: 86vw
    }
}

.re_bnr {
    display: block
}

.resp_bnr {
    display: none
}

.works-detail {
    margin-bottom: 20px;
    padding: 0 20px;
    max-width: 840px;
    margin: 0 auto 20px
}

.works-detail .news-bl {
    font-size: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.works-detail .news-bl .inner {
    width: 48%
}

.gallery_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -2%;
    margin-bottom: -4%
}

@media all and (max-width: 639px) {
    .gallery_ul {
        margin-left: auto;
        margin-right: auto
    }
}

.gallery_ul>li {
    width: 31.33%;
    margin-left: 2%;
    margin-bottom: 4%;
    font-weight: 600
}

.gallery_ul>li .photobox-wrap {
    width: 100%;
    height: 220px;
    text-align: center;
    overflow: hidden;
    background: #aaa;
    margin-bottom: 10px
}

.gallery_ul>li .photobox-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit:contain;";
    -o-object-position: 50% 50%;
    object-position: 50% 50%
}

@media all and (max-width: 900px) {
    .gallery_ul>li {
        width: 48%
    }
}

@media all and (max-width: 639px) {
    .gallery_ul>li {
        width: 85%;
        margin: 0 auto 30px
    }
    .gallery_ul>li .photobox-wrap {
        height: 180px
    }
}

.comment {
    font-size: 1.4rem;
    letter-spacing: 0;
    padding: 0 5px;
    color: #615A53
}

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

.slide_list {
    display: none;
    position: relative
}

.slide_list li {
    margin-right: 1%
}

.slide_list li img {
    height: 250px
}

.top-split {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    font-family: "Josefin Sans", sans-serif
}

.top-split .child {
    width: 31%
}

.top-split .child.split-1 {
    background: url(../img/works5.jpg) no-repeat center/cover
}

.top-split .child.split-2 {
    background: url(../img/works3.jpg) no-repeat center/cover
}

.top-split .child.split-3 {
    background: url(../img/works2.jpg) no-repeat center/cover
}

@media all and (max-width: 639px) {
    .top-split .child {
        width: 90%;
        margin: 0 auto 25px
    }
}

@media screen and (max-width: 890px) and (orientation: landscape) {
    .top-split .child {
        width: 90%;
        margin: 0 auto 25px
    }
}

.top-split .child a {
    display: block;
    position: relative;
    height: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.top-split .child a:before {
    position: absolute;
    content: "";
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 2px solid #fff;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in
}

@media all and (max-width: 900px) {
    .top-split .child a {
        height: auto;
        padding: 55px 0
    }
    .top-split .child a:before {
        width: calc(100% - 20px);
        height: calc(100% - 20px);
        border: 2px solid #fff
    }
}

.top-split .child a .inner {
    position: relative;
    z-index: 3;
    text-align: center;
    font-weight: 600
}

.top-split .child a .split-title {
    text-align: center;
    color: #fff;
    margin-bottom: 30px
}

.top-split .child a .split-title .em {
    display: block;
    font-size: 2.5rem;
    letter-spacing: 0.15em;
    font-weight: bold
}

.top-split .child a .split-title .eng {
    display: block;
    line-height: 1.6;
    font-size: 2rem;
    font-family: "Dancing Script", cursive
}

.top-split .child a .split-title .ja {
    font-size: 2rem
}

@media all and (max-width: 639px) {
    .top-split .child a .split-title .eng {
        font-size: 1.4rem
    }
    .top-split .child a .split-title .em {
        font-size: 1.8rem;
        font-weight: bold
    }
    .top-split .child a .split-title .ja {
        font-size: 1.6rem
    }
}

.top-split .child a .split-txt {
    color: #fff;
    max-width: 80%;
    margin: 0 auto
}

@media all and (max-width: 639px) {
    .top-split .child a .split-txt {
        font-size: 1.2rem;
        padding: 0 20px;
        max-width: 90%
    }
}

.top-split .child a .split-more {
    width: 200px;
    padding: 10px 0;
    text-align: center;
    background: #fff;
    color: #111;
    border-radius: 30px;
    margin: 20px auto 0;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in
}

@media all and (max-width: 900px) {
    .top-split .child a .split-more {
        width: 150px;
        font-size: 15px
    }
}

.top-split .child a:hover:before {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px)
}

.top-split .child a:hover .split-more {
    background: #121212;
    color: #fff
}

.point-box {
    position: relative;
    padding: 70px 30px
}

.point-box:before {
    position: absolute;
    content: "";
    right: 0%;
    top: 0%;
    width: 85%;
    height: 100%;
    opacity: .5;
    -webkit-filter: blur(2px);
    filter: blur(2px);
    -webkit-clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    background: url(../img/024.jpg) no-repeat center/cover
}

@media all and (max-width: 639px) {
    .point-box {
        padding: 20px 10px
    }
    .point-box:before {
        width: 100%;
        height: 45%
    }
}

.point-box .line {
    position: relative
}

.point-box .line:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 140px;
    top: -215px;
    left: 50%;
    background: #ffffff;
    z-index: 1
}

@media all and (max-width: 639px) {
    .point-box .line:before {
        top: -115px;
        height: 100px
    }
}

.flex-box_main_l3 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none
}

.flex-box_main_l3 ul li {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-right: -2px;
    border: solid 1px #8b90a0;
    padding-bottom: 10px
}

.flex-box_main_l3 ul li:nth-child(1) {
    background: #44464f;
    color: #ffffff;
    width: 30%
}

.flex-box_main_l3 ul li:nth-child(1) img {
    width: 76.5%;
    border: solid 3px #fff;
    margin-bottom: 10px
}

.flex-box_main_l3 ul li:nth-child(2) {
    background: #ffffff;
    color: #fda917;
    width: 68%
}

.flex-box_main_l3 ul li:nth-child(2) img {
    width: 96%;
    height: 290px;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover
}

@media all and (max-width: 639px) {
    .flex-box_main_l3 ul li:nth-child(1) {
        width: 95%
    }
    .flex-box_main_l3 ul li:nth-child(1) img {
        height: 200px;
        -o-object-fit: cover;
        object-fit: cover
    }
    .flex-box_main_l3 ul li:nth-child(2) {
        width: 95%
    }
    .flex-box_main_l3 ul li:nth-child(2) img {
        height: 220px
    }
    .flex-box_main_l3 ul li p {
        font-size: 1.5rem
    }
}

.form .form-contents {
    padding: 0;
}

.form .form-contents dl {
    margin-bottom: 0;
}

.form .form-contents dd:not(.pattern-exclusion) input.textarea {
    height: 40px;
}

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

.form .form-pattern-2 .submit-btn {
    cursor: pointer;
    display: block;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    border: 1px solid #fda917;
    font-weight: 500;
    padding: 12px 5px;
    margin: 0 auto;
    width: 250px;
    background: #000;
    border-radius: 25px;
}

.form .form-pattern-2 .submit-btn:hover {
    background: #fff;
    color: #121212;
}

.form .form-pattern-2 .submit-btn::before {
    transition: all .2s ease-in-out 0s;
}

.form .form-pattern-2 .submit-btn:hover::before {
    background: #121212;
}