﻿body {
    color: #333;
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans Japanese";
    font-size: 1.5rem;
    line-height: 1.8;
    background: #f9f9f9;
    -webkit-font-smoothing: antialiased;
    min-height: 100vh
}

a {
    color: #b91e25;
    text-decoration: none;
    transition: all 0.3s ease
}

a img:hover {
    opacity: 0.8;
    transition: all 0.3s ease
}

img {
    max-width: 100%;
    height: auto
}

.bold {
    font-weight: bold
}

.head-only {
    display: none
}

@keyframes view-zoomin {
    0% {
        opacity: 0;
        transform: scale(0.95)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes view-slideup {
    0% {
        opacity: 0;
        transform: translate(0, 35px)
    }

    100% {
        opacity: 1;
        transform: translate(0, 0)
    }
}

.animation {
    opacity: 0
}

.slideup.on {
    opacity: 1;
    animation: view-slideup 0.65s cubic-bezier(0.2, 1, 0.2, 1)
}

.zoomin.on {
    opacity: 1;
    animation: view-zoomin 0.65s cubic-bezier(0.2, 1, 0.2, 1)
}

.loader {
    align-items: center;
    background: #fff;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999
}

.loader::after {
    animation: loader .5s linear infinite;
    border: 1px solid #ee791b;
    border-radius: 50%;
    border-right: 1px solid rgba(238, 121, 27, 0.2);
    border-top: 1px solid rgba(238, 121, 27, 0.2);
    content: '';
    height: 70px;
    width: 70px
}

@keyframes loader {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes hd-scrolled {
    0% {
        opacity: 0;
        transform: translate(0, -100%)
    }

    100% {
        opacity: 1;
        transform: translate(0, 0)
    }
}

#header {
    background: #fff;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    z-index: 1000
}

#header .inner {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 20px);
    margin: 0 auto 0;
    justify-content: space-between;
    align-items: center
}

#header .head-right {
    display: flex;
    flex-wrap: wrap;
    width: 520px;
    justify-content: flex-end
}

@media all and (max-width: 800px) {
    #header .head-right {
        width: 380px;
        margin-right: 90px
    }
}

@media all and (max-width: 639px) {
    #header .head-right {
        border-top: 1px solid #eee;
        padding-top: 3px;
        width: 100%;
        margin: 0;
        justify-content: center
    }
}

#header .head-comment {
    font-size: 1.3rem;
    color: #555
}

@media all and (max-width: 639px) {
    #header .head-comment {
        font-size: 11px;
        width: 100%;
        text-align: center
    }
}

#header .head-tel,
#header .head-mail {
    font-size: 1.7rem
}

#header .head-tel a,
#header .head-mail a {
    color: #fff;
    display: block;
    max-width: 200px;
    height: 45px;
    font-weight: bold;
    line-height: 45px;
    padding: 0 10px;
    text-align: center;
    background: #8d171c
}

#header .head-tel a:hover,
#header .head-mail a:hover {
    background: #4b0c0f
}

#header .head-tel a:before,
#header .head-mail a:before {
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    margin-right: 5px
}

@media all and (max-width: 800px) {

    #header .head-tel,
    #header .head-mail {
        font-size: 1.5rem
    }
}

@media all and (max-width: 639px) {

    #header .head-tel,
    #header .head-mail {
        font-size: 1.4rem
    }

    #header .head-tel a,
    #header .head-mail a {
        width: 148px
    }
}

#header .head-tel a {
    background: #ee791b
}

#header .head-tel a:before {
    content: "\f095"
}

#header .head-tel a:hover {
    background: #c7610f
}

#header .head-mail a {
    font-size: 1.4rem;
    color: #111
}

#header .head-mail a:before {
    content: "\f0e0"
}

@media all and (max-width: 639px) {
    #header .head-mail a {
        line-height: 1.3;
        padding: 4px 0
    }
}

#header.scrolled {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9997;
    animation: hd-scrolled 0.65s cubic-bezier(0.2, 1, 0.2, 1);
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: contrast(4) blur(20px)
}

#header.scrolled #head-contact {
    display: none
}

#navi ul {
    width: 750px;
    text-align: center;
    display: flex;
    flex-wrap: wrap
}

#navi ul .head-only {
    display: block
}

#navi ul li {
    position: relative;
    flex: 1 0 auto;
    text-align: center;
    padding: 1px 0
}

#navi ul li .ul_child {
    position: absolute;
    top: -1000px
}

#navi ul li .ul_child p a {
    background: #b91e25;
    color: #fff;
    width: 100%;
    text-align: center
}

#navi ul li a {
    display: block;
    position: relative;
    line-height: 1.5;
    font-size: 1.3rem;
    padding: 8px 0;
    color: #ee791b;
    font-weight: bold;
    text-align: center;
    z-index: 2
}

#navi ul li a span {
    display: block;
    font-size: 1.7rem;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    font-family: "Josefin Sans", "Josefin Slab", "arial", sans-serif;
    height: 30px;
    line-height: 35px;
    letter-spacing: 1px
}

#navi ul li.nav-1 a {
    line-height: 1.2;
    padding: 5px 0
}

#navi ul li.nav-2 a span {
    line-height: 1.2;
    font-size: 1.8rem
}

#navi ul li:hover {
    transition: all .3s ease-in;
    background: #b91e25
}

#navi ul li:hover .ul_child {
    width: 100%;
    top: 67px
}

#navi ul li:hover .ul_child p a:hover {
    background: #ee791b
}

#navi ul li:hover a {
    color: #fff
}

#navi ul li:hover a span {
    color: #ffde30
}

#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999
}

#page-top a {
    display: block;
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #ee791b;
    border-radius: 100%;
    text-align: center
}

#page-top a:hover {
    opacity: 0.6
}

.foot_navi {
    border-top: 1px solid #ccc;
    padding: 10px 0 20px
}

.foot_navi ul {
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.foot_navi ul li {
    width: 32%;
    margin: 0 1.5% 4px 0
}

.foot_navi ul li .ul_child {
    display: none
}

.foot_navi ul li:nth-child(3n) {
    margin-right: 0
}

.foot_navi ul li a {
    color: #222;
    font-size: 1.3rem;
    position: relative;
    padding-left: 20px;
    font-weight: bold
}

.foot_navi ul li a span {
    display: none
}

.foot_navi ul li a:before {
    content: "";
    background-color: #b91e25;
    width: 10px;
    height: 4px;
    position: absolute;
    top: .45em;
    left: 0
}

.foot_navi ul li a:hover {
    color: #ee791b
}

#footer {
    color: #111;
    background: #f9f9f9
}

#footer .inner {
    width: 1020px;
    margin: 0 auto;
    padding: 20px 0 30px
}

#footer .inner .address {
    margin-bottom: 10px;
    font-size: 1.2rem
}

#footer .inner .flogo {
    text-align: left
}

.copyright {
    padding: 3px 0;
    background: #555;
    color: #fff;
    font-size: 1.2rem
}

#slideshow {
    width: 100%;
    height: 70vh;
    overflow: hidden;
    position: relative
}

@media all and (max-width: 800px) {
    #slideshow {
        height: 70vh
    }
}

#catch {
    z-index: 1000;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

#catch.catchOn {
    opacity: 1;
    -webkit-transition: 3s;
    -moz-transition: 3s;
    -o-transition: 3s;
    transition: 3s
}

#slider {
    height: 90vh
}

@media all and (max-width: 639px) {
    #slider {
        height: 70vh
    }
}

#mainView {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: 0 auto
}

@media all and (max-width: 639px) {
    #mainView {
        height: 40vh;
        width: 100%
    }
}

.slide0 {
    background-image: url(../bxslider/images/0.jpg);
    background-position: center center
}

.slide1 {
    background-image: url(../bxslider/images/1.jpg);
    background-position: center center
}

.slide2 {
    background-image: url(../bxslider/images/2.jpg);
    background-position: center center
}

.slide3 {
    background-image: url(../bxslider/images/3.jpg);
    background-position: center center
}

.slide0,
.slide1,
.slide2,
.slide3 {
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    background-attachment: scroll;
    padding: 0px 0
}

.slideimg {
    max-width: 1020px;
    height: auto;
    margin: 0 auto
}

@media all and (max-width: 639px) {
    .slideimg {
        height: 45vh
    }
}

.flash_bg {
    position: absolute;
    margin: auto;
    width: 100%;
    height: 120vh;
    background-image: url(../img/flash_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    z-index: 1
}

@media all and (max-width: 639px) {
    .flash_bg {
        background-image: url(../img/flash_bg_sp.png)
    }
}

.svg_wrap {
    position: absolute;
    top: 25%;
    left: 3%;
    margin: auto;
    width: 450px;
    height: 350px;
    z-index: 1
}

@media all and (max-width: 639px) {
    .svg_wrap {
        top: 17%
    }
}

.svg_wrap #svg {
    width: 450px
}

#s4u {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 450px;
    height: 350px
}

@media screen and (max-width: 768px) {
    .svg_wrap {
        width: 100%;
        top: 4%;
        height: 150px;
        left: 0
    }

    .svg_wrap #svg {
        width: 100%
    }

    #s4u {
        width: 100%;
        height: 150px
    }
}

#juicysliderbox {
    position: relative;
    height: 100%;
    padding: 0;
    margin: 0
}

.juicysliderimg {
    position: absolute;
    display: table;
    width: 100%;
    top: 0%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    z-index: 1
}

.juicysliderimg img {
    display: table-cell;
    vertical-align: top;
    text-align: center;
    margin: 0 auto
}

.juicysliderimg2 {
    position: absolute;
    display: table;
    width: 100%;
    top: 30%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    z-index: 1
}

.juicysliderimg2 img {
    display: table-cell;
    vertical-align: top;
    text-align: center;
    margin: 0 auto;
    z-index: 600
}

.juicysliderimg3 {
    position: absolute;
    display: table;
    width: 100%;
    top: 48%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    z-index: 1
}

.juicysliderimg3 img {
    display: table-cell;
    vertical-align: top;
    text-align: center;
    margin: 0 auto;
    z-index: 600
}

.flashimg {
    width: 100%;
    height: 300px;
    margin: 280px auto 250px;
    z-index: 5000;
    position: absolute;
    text-align: center
}

.flashimg {
    width: 960px;
    max-width: 960px;
    height: 170px;
    position: absolute;
    padding: 15px 0;
    text-align: center;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 100
}

.flashimg img {
    margin-bottom: 15px
}

.flashimg span {
    text-shadow: 0 0 1px #ee791b, 0 0 5px #ee791b, 0 0 10px #ee791b, 0 0 15px #ee791b, 0 0 20px #ee791b, 0 0 25px #ee791b, 0 0 30px #ee791b;
    font-size: 2.5rem;
    color: #fff;
    font-weight: bold;
    font-family: "Sawarabi Mincho";
    letter-spacing: 1.2px;
    line-height: 1.5
}

.flashimg span b {
    font-size: 3rem
}

@media screen and (max-width: 1024px) {
    .flashimg span {
        font-size: 1.8rem
    }

    .flashimg span b {
        font-size: 2rem
    }
}

@media screen and (max-width: 768px) {
    .flashimg span {
        font-size: 1.3rem
    }

    .flashimg span b {
        font-size: 1.5rem
    }
}

@media screen and (max-width: 480px) {
    .flashimg span {
        font-size: 1rem
    }

    .flashimg span b {
        font-size: 1.2rem
    }
}

@media screen and (max-width: 330px) {
    .flashimg span {
        font-size: 0.9rem
    }

    .flashimg span b {
        font-size: 1rem
    }
}

@media all and (max-width: 639px) {
    .flashimg {
        max-width: 100%;
        width: 100%;
        height: 60px;
        position: absolute;
        padding: 5px 0;
        text-align: center;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        z-index: 5000
    }

    .flashimg img {
        margin-bottom: 0px
    }
}

.bg_contact {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    background: #eee
}

.contact-wrap {
    display: flex;
    justify-content: space-between;
    font-size: 1.5rem
}

.contact-wrap .contact-left {
    width: 30%;
    font-size: 1.2rem;
    border-right: 1px solid #ccc
}

.contact-wrap .contact-right {
    flex: 1;
    margin-left: 20px
}

@media all and (max-width: 800px) {
    .contact-wrap {
        font-size: 1.3rem;
        flex-direction: column
    }

    .contact-wrap .contact-left {
        width: 100%;
        margin: 0 auto;
        order: 2;
        border-right: 0
    }

    .contact-wrap .contact-right {
        width: 100%;
        margin: auto;
        flex: 0 1 auto;
        text-align: center
    }
}

.contact-txt {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px
}

.contact_bnr li {
    display: inline-block
}

.contact_bnr li .bnr_tel {
    border: 1px solid #ee791b;
    color: #fff;
    background: #ee791b
}

.contact_bnr li .bnr_tel:before {
    content: "\f095"
}

.contact_bnr li .bnr_tel:hover {
    background: #b91e25
}

.contact_bnr li .bnr_fax {
    background: #FFFFFF;
    border: 1px solid #ee791b;
    color: #ee791b
}

.contact_bnr li .bnr_fax:before {
    content: "\f1ac"
}

.contact_bnr li .bnr_mail {
    border: 1px solid #b91e25;
    background: #b91e25;
    color: #fff
}

.contact_bnr li .bnr_mail:before {
    content: "\f0e0"
}

.contact_bnr li .bnr_mail:hover {
    border: 1px solid #ee791b;
    background: #ee791b
}

.contact_bnr li .bnr_map {
    border: 1px solid #555;
    background: #555;
    color: #fff
}

.contact_bnr li .bnr_map:before {
    content: "\f041"
}

.contact_bnr li .bnr_map:hover {
    border: 1px solid #ee791b;
    background: #ee791b
}

.contact_bnr li a,
.contact_bnr li span {
    display: block;
    padding: 8px 5px;
    width: 220px;
    color: #FFFFFF;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center
}

.contact_bnr li a:before,
.contact_bnr li span:before {
    font-family: 'FontAwesome';
    margin-right: 5px
}

.single {
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 0
}

.single02 {
    margin: 0 auto;
    padding: 60px 0
}

.margin-top {
    margin-top: -50px
}

@media all and (max-width: 639px) {
    .margin-top {
        margin-top: -30px
    }
}

.single0 {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden
}

.lsingle2 {
    float: left;
    width: 50%;
    overflow: hidden
}

.rsingle2 {
    float: right;
    width: 50%;
    overflow: hidden
}

.lsingle,
.rsingle {
    width: 48.44%
}

.lsingle {
    float: left
}

.rsingle {
    float: right
}

.mbox_s {
    overflow-y: hidden;
    padding: 20px 180px
}

@media all and (max-width: 639px) {
    .mbox_s {
        padding: 10px
    }
}

.mbox {
    background: rgba(255, 255, 255, 0.95);
    overflow-y: hidden;
    padding: 20px;
    box-shadow: 0 0 20px rgba(238, 121, 27, 0.1)
}

@media all and (max-width: 639px) {
    .mbox {
        padding: 10px
    }
}

.mbox2 {
    text-align: center;
    padding: 10px;
    margin-bottom: 100px
}

.mbox3 {
    padding: 15px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff
}

.mbox4 {
    padding: 10px;
    border: 1px solid #b91e25;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1)
}

.bg01 {
    background: url(../img/bg_body2.jpg)
}

.bg02 {
    background: rgba(238, 121, 27, 0.2);
    padding-bottom: 200px
}

.bg-grid {
    background: #fff;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(95%, transparent), color-stop(50%, rgba(221, 221, 221, 0.3)), to(rgba(221, 221, 221, 0.3))), -webkit-gradient(linear, left bottom, left top, color-stop(95%, transparent), color-stop(50%, rgba(221, 221, 221, 0.3)), to(rgba(221, 221, 221, 0.3)));
    background-image: -o-linear-gradient(left, transparent 95%, rgba(221, 221, 221, 0.3) 50%, rgba(221, 221, 221, 0.3)), -o-linear-gradient(bottom, transparent 95%, rgba(221, 221, 221, 0.3) 50%, rgba(221, 221, 221, 0.3));
    background-image: linear-gradient(90deg, transparent 95%, rgba(221, 221, 221, 0.3) 50%, rgba(221, 221, 221, 0.3)), linear-gradient(0deg, transparent 95%, rgba(221, 221, 221, 0.3) 50%, rgba(221, 221, 221, 0.3));
    background-size: 20px 20px;
    background-repeat: repeat
}

.bg-gray {
    background: #f1edee
}

#main {
    float: left;
    width: 70%;
    min-height: 350px
}

#side {
    float: right;
    width: 26%
}

.mtitle {
    color: #333;
    line-height: 1.9;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
    font-size: 1.7rem
}

.mtitle span {
    display: block;
    font-size: 5rem;
    color: #ee791b;
    position: relative;
    font-weight: bold;
    letter-spacing: .1rem;
    font-family: "Josefin Sans", "Josefin Slab", "arial", sans-serif;
    text-transform: uppercase
}

.mtitle span:after {
    content: "";
    height: 2px;
    width: 20px;
    border-radius: 10px;
    background: #ee791b;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 2px
}

.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.mtitle_left {
    text-align: left
}

.mtitle.mtitle_left span:after {
    left: 0;
    transform: none
}

.mtitle2 {
    font-weight: bold;
    text-align: center;
    font-size: 2.5rem;
    line-height: 1.5
}

.mtitle2 span {
    position: relative;
    display: inline-block;
    min-width: 20%
}

.mtitle2 span:before,
.mtitle2 span:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 2rem;
    background-color: #ee791b
}

.mtitle2 span:before {
    left: -11px;
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg)
}

.mtitle2 span:after {
    right: -11px;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg)
}

.mtitle2.white span:before,
.mtitle2.white span:after {
    background-color: #ffde30
}

@media all and (max-width: 639px) {
    .mtitle2 {
        font-size: 2rem
    }
}

@media all and (max-width: 320px) {
    .mtitle2 span:before {
        left: -3px
    }

    .mtitle2 span:after {
        right: -3px
    }
}

.mtitle3 {
    position: relative;
    z-index: 2;
    font-size: 3.5rem;
    color: #c7610f;
    margin: 65px 0 30px;
    z-index: 10;
    line-height: 1.4;
    padding-left: 10px
}

.mtitle3 span {
    position: absolute;
    z-index: 0;
    color: rgba(238, 121, 27, 0.15);
    font-weight: bold;
    text-shadow: none;
    font-size: 12rem;
    font-family: "Josefin Sans", "Josefin Slab", "arial", sans-serif;
    z-index: -1;
    top: -80px;
    left: -10px;
    text-transform: uppercase
}

@media all and (max-width: 639px) {
    .mtitle3 {
        margin-top: 40px;
        font-size: 1.8rem
    }

    .mtitle3 span {
        font-size: 5rem;
        top: -54px
    }
}

.mtitle-area {
    font-size: 3rem
}

.mtitle-area span {
    background: #ee791b;
    color: #fff;
    padding: 10px 10px 3px;
    margin-right: 15px;
    font-size: 5rem;
    letter-spacing: .1rem;
    font-weight: bold;
    position: relative;
    font-family: "Josefin Sans", "Josefin Slab", "arial", sans-serif;
    text-transform: uppercase
}

@media all and (max-width: 639px) {
    .mtitle-area {
        font-size: 1.8rem
    }

    .mtitle-area span {
        font-size: 3.5rem
    }
}

.mtitle_point {
    margin-bottom: 15px;
    font-size: 1.8rem;
    position: relative;
    text-align: center
}

.mtitle_point:after {
    content: "";
    width: 30px;
    height: 2px;
    background-color: #ee791b;
    display: block;
    margin: 10px auto 0
}

.mtitle-bll {
    font-size: 1.7rem;
    font-weight: bold;
    border-bottom: 2px solid #EEEEEE;
    position: relative;
    margin-bottom: 15px;
    line-height: 1.5;
    color: #333;
    padding-bottom: 5px
}

.mtitle-bll span {
    font-size: 1.4rem;
    margin-left: 5px;
    color: #555
}

.mtitle-bll:before {
    font-family: 'FontAwesome';
    content: "\f105";
    margin-right: 5px;
    color: #ee791b
}

.mtitle-bll:after {
    position: absolute;
    content: "";
    display: block;
    bottom: -2px;
    width: 100px;
    height: 2px;
    background: #ee791b
}

@media all and (max-width: 639px) {
    .mtitle-bll {
        font-size: 1.5rem
    }
}

.mtitle-bll b {
    font-size: 120%
}

.mtitle_sub {
    color: #3a200c;
    line-height: 2.0;
    padding-left: 0.5em;
    font-weight: 600;
    font-size: 1.8rem;
    position: relative;
    border-left: 6px solid #ee791b;
    margin: 8px 0
}

.mtitle_sub:before {
    position: absolute;
    left: -6px;
    bottom: 0;
    content: '';
    width: 6px;
    height: 50%;
    background-color: #b91e25
}

.mtitle_box0 {
    background: #ee791b;
    color: #fff;
    font-size: 1.8rem;
    position: relative;
    padding: 5px 10px;
    margin-bottom: 10px
}

.mtitle_box0 span {
    font-weight: normal;
    font-size: 14px
}

.mtitle_box0:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: '\f30a';
    display: block;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff
}

@media all and (max-width: 639px) {
    .mtitle_box0 {
        font-size: 16px
    }
}

.mtitle_box {
    background-image: linear-gradient(40deg, #cf2229 0%, #8d171c 90%, #771318 100%);
    color: #fff;
    font-size: 2.5rem;
    position: relative;
    padding: 15px 10px 15px 30px;
    font-family: "Josefin Sans", "YakuHanMP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Serif JP", serif;
    margin: 0 0 10px;
    overflow: hidden
}

.mtitle_box span {
    font-weight: normal;
    font-size: 1.5rem
}

.mtitle_box.mapicon:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: '\f3c5';
    display: block;
    font-size: 5.5rem;
    left: 5px;
    top: -15px;
    color: rgba(255, 255, 255, 0.3)
}

.mtitle_box.bsnicon:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: '\f7d9';
    display: block;
    font-size: 5.5rem;
    left: 5px;
    top: -15px;
    color: rgba(255, 255, 255, 0.3)
}

.mtitle_box.secreticon:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: '\f084';
    display: block;
    font-size: 5.5rem;
    left: 5px;
    top: -15px;
    color: rgba(255, 255, 255, 0.3)
}

.mtitle_box:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: '\f1ad';
    display: block;
    font-size: 5.5rem;
    left: 5px;
    top: -15px;
    color: rgba(255, 255, 255, 0.3)
}

@media all and (max-width: 639px) {
    .mtitle_box {
        margin: 0 -10px 30px;
        font-size: 1.8rem;
        line-height: 1.4
    }
}

.mtitle_box2 {
    background: #cf2229;
    color: #fff;
    font-family: "Josefin Sans", "YakuHanMP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Serif JP", serif;
    font-size: 1.8rem;
    position: relative;
    font-weight: bold;
    overflow: hidden;
    padding: 5px 10px;
    margin-bottom: 15px
}

.mtitle_box2 span {
    font-size: 1.5rem;
    font-weight: normal;
    margin-left: 10px
}

.mtitle_box2.b-none {
    margin-bottom: 0px
}

.mtitle_box2 .small-cap {
    font-weight: bold;
    font-size: 14px
}

.mtitle_box2:before {
    background-color: #ee791b;
    content: '';
    display: block;
    transform: rotate(-40deg);
    position: absolute;
    bottom: 0px;
    right: -100px;
    width: 300px;
    height: 280px
}

@media all and (max-width: 639px) {
    .mtitle_box2 {
        font-size: 15px;
        line-height: 1.5;
        padding-right: 40px
    }

    .mtitle_box2 span {
        font-size: 12px
    }

    .mtitle_box2:before {
        width: 215px;
        right: -120px
    }
}

.mtitle-contact {
    text-align: left;
    margin-bottom: 25px;
    position: relative;
    border-bottom: 2px solid rgba(58, 32, 12, 0.5);
    padding-left: 10px;
    line-height: 1.4
}

.mtitle-contact:before {
    position: absolute;
    content: "";
    width: 120px;
    height: 2px;
    background: #b91e25;
    left: 0;
    bottom: -2px
}

.mtitle-contact span {
    font-size: 3.5rem;
    color: #ee791b;
    font-family: "Josefin Sans", "YakuHanMP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Serif JP", serif;
    margin-right: 5px;
    font-weight: bold;
    text-transform: uppercase
}

.mtitle-contact span:first-letter {
    color: #555
}

@media all and (max-width: 639px) {
    .mtitle-contact {
        padding-bottom: 5px
    }

    .mtitle-contact span {
        font-size: 3rem
    }
}

.mtitle-contact.white {
    font-size: 2.2rem;
    border-bottom-color: #fff
}

.mtitle-contact.white span {
    font-size: 2.2rem;
    font-family: "Josefin Sans", "YakuHanMP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Serif JP", serif;
    font-weight: bold;
    color: #fff
}

.mtitle-contact.white:before {
    background: #f2954a
}

.mtitle-contact.white .en {
    font-size: 4.5rem;
    display: block;
    line-height: 1.3;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px
}

.mtitle-contact.white .en:first-letter {
    color: #aaa;
    font-size: 5.5rem
}

@media all and (max-width: 639px) {
    .mtitle-contact.white .en {
        font-size: 2.8rem
    }

    .mtitle-contact.white .en:first-letter {
        color: #d0d0d0;
        font-size: 3.5rem
    }
}

.mtitle-contact2 {
    text-align: left;
    margin-bottom: 25px;
    position: relative;
    font-size: 1.55rem;
    border-bottom: 1px solid rgba(170, 170, 170, 0.5);
    padding-left: 10px;
    line-height: 1.4;
    color: #b91e25
}

.mtitle-contact2:before {
    position: absolute;
    content: "";
    width: 120px;
    height: 3px;
    background: #b91e25;
    left: 0;
    bottom: -2px
}

.mtitle-contact2 span {
    font-size: 2.5rem;
    color: #555;
    font-family: "Josefin Sans", "Josefin Slab", "arial", sans-serif;
    margin-right: 5px;
    font-weight: bold;
    text-transform: uppercase
}

.mtitle-contact2 span:first-letter {
    color: #888
}

@media all and (max-width: 639px) {
    .mtitle-contact2 {
        padding-bottom: 5px
    }

    .mtitle-contact2 span {
        font-size: 2rem
    }
}

.mtext1 {
    font-size: 1.9rem;
    font-weight: bold;
    letter-spacing: 1px
}

.mtext1 span {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4
}

@media all and (max-width: 639px) {
    .mtext1 {
        font-size: 1.5rem
    }

    .mtext1 span {
        font-size: 1.4rem
    }
}

.mtext2 {
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: .1rem
}

.mtext2 span {
    font-weight: bold
}

@media all and (max-width: 639px) {
    .mtext2 {
        font-size: 2rem
    }
}

.mtext3 {
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
    color: #ee791b;
    line-height: 1.4
}

@media all and (max-width: 639px) {
    .mtext3 {
        font-size: 2.5rem
    }
}

.mtitle_bnr {
    font-size: 2rem;
    font-weight: 600;
    color: #ee791b;
    text-align: center;
    margin-bottom: 10px
}

.mtitle_bnr:before {
    font-family: 'FontAwesome';
    font-weight: bold;
    margin-right: 5px
}

.mtitle_bnr.mtitle_bnr_01:before {
    content: "\f015"
}

.mtitle_bnr.mtitle_bnr_02:before {
    content: "\f0ad"
}

.mtitle_category {
    margin-bottom: 15px;
    font-size: 1.8rem;
    font-weight: bold
}

.mtitle_category:before {
    font-family: 'FontAwesome';
    font-weight: bold;
    content: "\f0ca";
    margin-right: 5px;
    color: #ee791b
}

.mtitle_catch {
    font-weight: bold;
    margin: 10px 0;
    color: #c7610f;
    border-bottom: 1px solid #ee791b;
    font-size: 1.8rem;
    background: #f5f5f5
}

.btn01 a {
    background: #ee791b;
    text-align: center;
    width: 270px;
    margin: 0 auto;
    display: block;
    padding: 8px 5px;
    font-weight: bold;
    border: 1px solid #ee791b;
    border-radius: 25px;
    color: #FFFFFF;
    position: relative
}

.btn01 a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: bold;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    transition: all .3s ease-in
}

.btn01 a:hover {
    background: #e4595f
}

.btn01 a:hover:after {
    right: 10px
}

.btn02 {
    width: 300px;
    margin: 20px auto 20px
}

.btn02 a {
    display: block;
    position: relative;
    padding: 15px 0;
    background-color: #333;
    line-height: 24px;
    letter-spacing: .1rem;
    font-size: 1.6rem;
    text-align: center;
    color: #FFFFFF
}

.btn02 a i {
    display: block;
    position: absolute;
    top: 50%;
    right: -10px;
    width: 50px;
    height: 1px;
    background-color: #FFFFFF;
    transition: all 0.3s ease
}

.btn02 a:hover {
    background-color: #ee791b
}

.btn02 a:hover i {
    width: 34px
}

@media all and (max-width: 639px) {
    .btn02 {
        width: 280px
    }
}

.news {
    overflow: hidden
}

.news dt {
    float: left;
    width: 6em;
    padding-top: 10px;
    font-weight: bold
}

.news dd {
    padding: 10px 0 10px 6em;
    border-bottom: 1px dotted #DDDDDD
}

.news dd:last-child {
    border-bottom: none
}

.news-bl {
    overflow: hidden;
    margin: 15px auto
}

.news-bl dt {
    float: left;
    width: 7em;
    padding: 3px 5px;
    line-height: 1.3;
    background: #ee791b;
    color: #fff;
    text-align: center
}

.news-bl dd {
    padding: 0 0 10px 9em;
    line-height: 1.6;
    border-bottom: 1px dotted #DDDDDD;
    margin: 0 0 10px
}

.news-bl dd:last-child {
    margin: 0;
    border-bottom: none
}

.news-bl2 {
    overflow: hidden;
    margin: 0 auto
}

.news-bl2 dt {
    float: left;
    width: 7em;
    padding: 3px 5px;
    line-height: 1.3;
    background: #ee791b;
    color: #fff;
    text-align: center
}

.news-bl2 dd {
    padding: 0 0 10px 9em;
    line-height: 1.6;
    margin: 0px
}

.news-bl2 dd:last-child {
    padding: 0 0 0 9em
}

.bg-greet {
    background: #888;
    background: url(../img/bg-greet.jpg) no-repeat 50%;
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    position: relative;
    z-index: 1
}

.bg-greet:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(0, 0, 0, 0.3)
}

.bg-greet .inner {
    width: 1020px;
    margin: 0 auto;
    padding: 10px;
    padding: 50px 0 20px
}

.bg-greet .inner>.mtitle {
    color: #fff;
    text-shadow: 1px 1px 1px #000, 0 0 5px rgba(0, 0, 0, 0.8);
    font-weight: bold
}

.bg-greet .inner>.mtitle span {
    color: #fefefe
}

@media all and (max-width: 800px) {
    .bg-greet {
        background-attachment: scroll
    }

    .bg-greet .inner {
        width: 99%;
        padding: 5px 0
    }
}

.bg-01 {
    padding: 40px 0;
    position: relative
}

.bg-01:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/bg-01.jpg) no-repeat center left;
    opacity: .7;
    background-size: cover
}

.bg-01 .mbox {
    z-index: 2;
    position: relative
}

@media all and (max-width: 639px) {
    .bg-01:before {
        width: 100%;
        height: 100%
    }
}

.bg-02 {
    background: url(../img/bg-02.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0
}

@media all and (max-width: 639px) {
    .bg-02 {
        background-attachment: scroll
    }
}

.bg-02 .mbox_02 {
    max-width: 750px;
    margin-left: auto;
    background: none;
    margin-top: 100px;
    margin-right: 100px;
    color: #fff;
    position: relative;
    font-size: 1.6rem;
    padding: 30px 20px;
    box-shadow: none;
    background: rgba(51, 51, 51, 0.85)
}

.bg-02 .mbox_02:before {
    position: absolute;
    top: -230px;
    left: 50%;
    content: "";
    width: 1px;
    height: 250px;
    background: #fff;
    transform: translateX(-50%);
    z-index: 1
}

@media all and (max-width: 800px) {
    .bg-02 {
        padding: 40px 0
    }

    .bg-02 .mbox_02 {
        width: 100%;
        margin: 100px auto 0;
        padding: 15px;
        font-size: 1.3rem
    }
}

@media all and (max-width: 639px) {
    .bg-02 .mbox_02 {
        margin-top: 50px
    }

    .bg-02 .mbox_02:before {
        height: 160px;
        top: -160px
    }
}

.bg-gradient {
    background-image: linear-gradient(115deg, rgba(254, 254, 254, 0.5) 0%, rgba(254, 254, 254, 0.5) 50%, rgba(204, 204, 204, 0.2) 50%, rgba(204, 204, 204, 0.1) 100%)
}

.bg-03 {
    background: rgba(136, 136, 136, 0.2)
}

.bg-beige {
    background: rgba(185, 30, 37, 0.5)
}

.bg-04 {
    background: url(../img/bg-03.jpg) no-repeat center/cover
}

.bg-05 {
    background: url(../img/bg-daihyo.jpg) no-repeat center/cover
}

.bg-06 {
    background: url(../img/history.jpg) no-repeat center/cover
}

.bg-07 {
    background: url(../img/solar.jpg) no-repeat center/cover;
    background-attachment: fixed
}

@media all and (max-width: 639px) {
    .bg-07 {
        background-attachment: scroll
    }
}

.bg-08 {
    background: url(../img/rec.jpg) no-repeat center/cover;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    padding: 50px
}

.bg-08:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out
}

@media all and (max-width: 639px) {
    .bg-08 {
        padding: 15px
    }
}

.bg-map {
    padding: 70px 0
}

.bg-map .map-inner {
    width: 450px;
    margin-right: auto;
    padding: 10px
}

@media all and (max-width: 639px) {
    .bg-map {
        background-color: rgba(255, 255, 255, 0.5)
    }

    .bg-map .map-inner {
        width: 100%
    }
}

.article {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.article .article_image {
    width: 60%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.article .article_detail {
    width: 40%;
    padding: 70px 0
}

.article .article_detail .inner {
    margin: 0 auto;
    width: 80%
}

.article .article_detail .inner>.btn01 a {
    background: lemonchiffon;
    font-size: 1.7rem
}

.article .article_detail .inner>.btn01 a:hover {
    background: #333
}

@media all and (max-width: 800px) {
    .article .article_detail .inner {
        width: 90%
    }
}

.article.article_01 {
    background: #ee791b;
    color: #fff
}

.article.article_01 .article_image {
    background-image: url(../img/article-bg.jpg)
}

@media all and (max-width: 639px) {

    .article .article_image,
    .article .article_detail {
        width: 100%
    }

    .article .article_image {
        display: none
    }

    .article .article_detail {
        padding: 30px 0
    }
}

.table_container {
    width: 100%;
    overflow: auto
}

.tbl {
    width: 100%
}

.tbl th,
.tbl td {
    padding: 10px;
    vertical-align: middle;
    border: 1px solid #CCCCCC
}

.tbl th {
    background: #F9F9F9;
    font-weight: 600
}

.tbl th span {
    font-size: 1.4rem
}

.tbl .cell01 {
    width: 25%
}

@media all and (max-width: 639px) {

    .tbl th,
    .tbl td {
        padding: 8px
    }
}

.tbl_new {
    width: 100%
}

.tbl_new tr th,
.tbl_new tr td {
    vertical-align: middle;
    padding: 10px
}

.tbl_new tr th {
    font-weight: 500
}

.tbl_new tr th span {
    font-size: 1.4rem
}

.tbl_new tr:nth-child(odd) th,
.tbl_new tr:nth-child(odd) td {
    background: #f0f0f0
}

.company {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 5px
}

.company th,
.company td {
    padding: 10px;
    vertical-align: middle
}

.company th {
    text-align: center;
    width: 10%;
    position: relative;
    background: #555;
    font-weight: bold;
    color: #fff
}

.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: #555;
    margin-top: -10px
}

.company td {
    background: #F9F9F9;
    padding-left: 20px
}

.tbl0 {
    width: auto
}

.tbl0 th,
.tbl0 td {
    padding: 3px 5px;
    border: 0
}

.tbl0 th {
    padding-left: 0;
    font-weight: bold;
    background: none
}

.tbl0 th:after,
.tbl0 th:before {
    display: none
}

@media all and (max-width: 639px) {
    .tbl0 th {
        width: 35%
    }
}

.ggmap {
    position: relative;
    padding-bottom: 46.25%;
    height: 0;
    overflow: hidden
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.list_common li {
    padding-bottom: 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_check {
    padding: 15px
}

.list_check li {
    background: rgba(185, 30, 37, 0.05);
    font-weight: bold;
    color: #555;
    float: left;
    width: 49%;
    margin-bottom: 10px;
    margin-right: 2%
}

.list_check li:nth-child(2n) {
    margin-right: 0
}

.list_check li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    font-weight: bold;
    margin-right: 5px;
    margin-left: 5px;
    color: #b91e25
}

.list_check li span {
    font-weight: noermal !important;
    color: #b91e25;
    font-size: 80%
}

.list_check li span:before {
    content: "・・・ ";
    margin-left: 5px;
    color: #555
}

@media all and (max-width: 639px) {
    .list_check {
        padding: 10px
    }

    .list_check li {
        font-size: 1.3rem;
        width: 100%;
        margin-right: 0
    }

    .list_check li span {
        font-size: 1.2rem
    }
}

.list_pdf {
    padding: 5px
}

.list_pdf li {
    font-weight: bold;
    border-bottom: dotted 1px #aaa
}

.list_pdf li a {
    color: #555 !important
}

.list_pdf li:last-child {
    border-bottom: none
}

.list_pdf li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f1c1";
    font-weight: bold;
    margin-right: 5px;
    margin-left: 5px;
    color: #b91e25
}

.list_check2 {
    margin-bottom: 0px;
    overflow: hidden;
    line-height: 1.5
}

.list_check2 li {
    padding-left: 1.5em;
    padding-top: 1px;
    padding-bottom: 1px;
    text-indent: -1.5em
}

.list_check2 li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    margin-right: 5px;
    margin-left: 2px;
    color: #b91e25
}

.list_check2 li:first-child {
    padding-top: 0px
}

.corporate li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px
}

.corporate li a {
    text-decoration: underline
}

.corporate li:before {
    content: "●";
    color: #aaa;
    margin-right: 4px
}

.corporate li:not(:last-child):after {
    content: "/";
    margin-left: 8px
}

.ol-list {
    counter-reset: number;
    list-style: none;
    margin: 0;
    padding: 0
}

.ol-list p {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
    margin-left: 2em
}

.ol-list p.linenone {
    border-bottom: 0px solid #ddd;
    margin-bottom: 3px;
    padding-bottom: 3px
}

.ol-list li {
    line-height: 1.8;
    font-weight: bold;
    font-size: 1.8rem
}

.ol-list li .ol-txt {
    font-weight: bold;
    font-size: 1.8rem;
    padding-left: 45px
}

.ol-list li:before {
    counter-increment: number;
    content: counter(number);
    background: #b91e25;
    display: inline-block;
    width: 1.8em;
    height: 1.8em;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    margin-right: .3em
}

@media all and (max-width: 639px) {
    .ol-list {
        font-size: 1.6rem
    }
}

.ol-list2 {
    counter-reset: number;
    list-style-type: none;
    background: #fafafa;
    padding: 15px
}

.ol-list2 li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding: 3px 3px 3px 30px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 10px
}

.ol-list2 li:before {
    position: absolute;
    counter-increment: number;
    content: counter(number);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #b91e25;
    color: #fff
}

.ol-list3 {
    counter-reset: number;
    list-style: none;
    margin: 0;
    padding: 0
}

.ol-list3 li {
    line-height: 1.7;
    font-weight: bold;
    margin-bottom: 7px;
    padding-bottom: 7px
}

.ol-list3 li.btm_bd {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px
}

.ol-list3 li:last-child {
    border-bottom: none
}

.ol-list3 li .ol-txt {
    font-weight: bold;
    padding-left: 45px
}

.ol-list3 li .ol-txt2 {
    font-weight: normal;
    margin-left: 30px;
    margin-top: 5px;
    letter-spacing: 0.8px;
    font-size: 90%
}

.ol-list3 li:before {
    counter-increment: number;
    content: counter(number);
    background: #b91e25;
    display: inline-block;
    width: 1.7em;
    height: 1.7em;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    margin-right: .3em
}

.ol-list4 {
    counter-reset: number;
    list-style: none;
    margin: 0;
    padding: 0
}

.ol-list4 li {
    margin-bottom: 3px;
    padding-bottom: 3px
}

.ol-list4 li:before {
    counter-increment: number;
    content: counter(number);
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    text-align: center;
    color: #ee791b;
    font-weight: bold;
    margin-right: 2px
}

.blog_top_list {
    position: relative;
    margin: 0 0 0px !important;
    padding: 0 !important;
    width: 100% !important;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.blog_top_list .blog_bx {
    transition: .3s ease-in-out;
    width: calc(25% - 20px) !important;
    font-size: 12px;
    margin: 10px;
    border: 1px solid #ccc;
    position: relative;
    padding: 10px 10px 10px;
    background: #fff
}

.blog_top_list .blog_bx a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

.blog_top_list .blog_bx .blog_bx_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.blog_top_list .blog_bx .blog_bx_flex div {
    width: 100%
}

.blog_top_list .blog_bx:hover {
    background: #f2f2f2
}

.blog_top_list .blog_bx figcaption {
    display: block;
    text-align: center;
    width: 100%;
    height: 180px;
    overflow: hidden;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    float: none;
    margin-bottom: 15px
}

.blog_top_list .blog_bx * {
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.blog_top_list .blog_bx p {
    line-height: 1.6em;
    font-size: 13px
}

.blog_top_list .blog_bx img {
    vertical-align: middle;
    height: 100%;
    width: 100%;
    object-fit: cover
}

.blog_top_list .blog_bx:hover img {
    opacity: 1 !important;
    transform: scale(1.1)
}

.blog_top_list .blog_bx .ttl {
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    float: left;
    background: #ee791b;
    padding: 0 15px;
    margin-bottom: 5px
}

.blog_top_list .blog_bx .ttms {
    float: right;
    padding-top: 0px;
    font-size: 13px;
    font-weight: normal
}

.blog_top_list .blog_bx .ttms:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f017";
    margin-right: 5px;
    font-weight: normal
}

.blog_top_list .blog_bx .blog_ttl {
    clear: both;
    font-weight: normal
}

.blog_top_list .blog_bx .blog_text {
    margin-top: 5px
}

@media screen and (max-width: 768px) {
    .blog_top_list .blog_bx {
        width: calc(50% - 10px) !important;
        margin: 0px 5px 20px
    }

    .blog_top_list .blog_bx figcaption {
        height: 100px
    }
}

.blog-wrap {
    display: flex;
    flex-wrap: wrap
}

.blog-wrap * {
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.blog-wrap>li {
    width: 19%;
    margin: 0 0.5% 15px 0.5%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    background: #fff;
    background: #fcfcfc
}

@media all and (max-width: 800px) {
    .blog-wrap>li {
        width: 49%
    }
}

@media all and (max-width: 639px) {
    .blog-wrap>li {
        width: 90%;
        margin: 0 auto 10px
    }
}

.blog-contents {
    padding: 10px 10px 15px
}

.blog-img {
    width: 100%;
    height: 170px;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #eee
}

.blog-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    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-date,
.date2 {
    color: #ee791b;
    font-size: 14px
}

.blog-date:before,
.date2:before {
    font-family: "Font Awesome 5 Free";
    content: "\f017";
    margin-right: 5px
}

@media all and (max-width: 639px) {

    .blog-date,
    .date2 {
        font-size: 12px
    }
}

.blog-title {
    font-weight: bold;
    color: #ee791b;
    line-height: 1.5;
    margin-bottom: 5px
}

.blog-txt {
    font-size: 13px;
    line-height: 1.5;
    color: #3a200c
}

@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;
    margin: 0 20px
}

.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: 'FontAwesome';
    content: "\f0a9";
    margin-right: 5px
}

.category_nav li a:hover {
    background: #f1edee
}

.category_nav li:last-child a {
    border-bottom: none
}

.column2 {
    display: flex;
    border-top: 1px solid rgba(58, 32, 12, 0.5);
    flex-wrap: wrap;
    align-items: center;
    padding-top: 10px
}

.column2 .child1 {
    width: 40%;
    margin-right: 20px
}

.column2 .child2 {
    width: 57%
}

@media all and (max-width: 639px) {

    .column2 .child1,
    .column2 .child2 {
        width: 100%
    }
}

.column3 {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin-bottom: -3%
}

.column3 .child {
    width: 31.3%;
    margin: 0 3% 3% 0;
    position: relative
}

.column3 .child:nth-child(3n) {
    margin: 0 0 3% 0
}

.column3.align-items {
    align-items: center
}

.column4 {
    display: flex;
    justify-content: start;
    flex-wrap: wrap
}

.column4 .child {
    width: 23.5%;
    margin: 0 2% 2% 0;
    position: relative
}

.column4 .child:nth-child(4n) {
    margin: 0 0 2% 0
}

.cut {
    overflow: hidden;
    zoom: 1
}

.pr {
    min-height: 220px;
    background-size: cover
}

.spbr {
    display: none
}

.color1 {
    color: #ee791b
}

.color2 {
    color: #f76740
}

.color3 {
    color: #b91e25
}

.yellow {
    color: #ffde30;
    text-shadow: 0 0 5px rgba(58, 32, 12, 0.5)
}

.telbox {
    max-width: 700px;
    margin: 0 auto 20px;
    padding: 20px;
    background: #eee
}

.telbox .inner {
    background: #fff;
    padding: 10px
}

.sns {
    text-align: center
}

.sns li {
    display: inline-block
}

.sns li a {
    color: #fff;
    display: block;
    font-size: 1.6rem;
    text-align: center;
    position: relative;
    width: 40px;
    height: 37px;
    border-radius: 90%;
    line-height: 37px
}

.sns li a.sns-fb {
    background: #1877f2
}

.sns li a.sns-insta {
    background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat
}

.sns li a.sns-insta:before {
    background: -webkit-linear-gradient(15deg, #ffdb2c, #f9764c 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
    background: linear-gradient(15deg, #ffdb2c, #f9764c 25%, rgba(255, 77, 64, 0) 50%) no-repeat
}

.breadcrumb {
    padding-left: 0;
    font-size: 1.4rem;
    background: rgba(255, 255, 255, 0.8);
    display: inline-block;
    padding: 0px 10px;
    font-weight: bold;
    border-radius: 30px
}

.breadcrumb li {
    display: inline;
    color: #555
}

.breadcrumb li a {
    color: #b91e25
}

.breadcrumb li a:hover {
    color: #aaa
}

.breadcrumb li+li:before {
    margin: 0 10px;
    content: ">"
}

.breadcrumb li .home {
    font-family: 'FontAwesome'
}

.form {
    margin: 0 auto;
    width: 90%
}

.form dl dt {
    float: left;
    width: 280px;
    padding-top: 20px;
    font-weight: bold
}

.form dl dt span {
    color: #fff;
    background: #ff3d3d;
    padding: 0 5px 0;
    margin-right: 5px;
    font-size: 11px;
    border-radius: 2px;
    position: relative;
    top: -2px
}

.form dl dt strong {
    color: #fff;
    background: #555;
    padding: 0 5px 0;
    margin-right: 5px;
    font-size: 11px;
    border-radius: 2px;
    position: relative;
    top: -2px
}

.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: 1px solid #ddd;
    padding: 5px;
    width: 100%;
    border-radius: 0;
    -webkit-appearance: none
}

.form .textarea {
    height: 30px
}

.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: #111;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
    font-family: "-apple-system", BlinkMacSystemFont, "Helvetica Neue", Roboto, "Droid Sans", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 8px 5px;
    margin: 0 auto;
    width: 250px;
    background: #ee791b;
    border: 1px solid #ee791b;
    border-radius: 25px;
    color: #fff
}

.form button:hover {
    background: #fff;
    color: #ee791b
}

.form button:before {
    font-family: 'FontAwesome';
    font-weight: bold;
    content: "\f0e0";
    margin-right: 10px
}

.form .select-wrap {
    position: relative;
    overflow: hidden;
    display: inline-block;
    min-width: 192px;
    min-width: 12em;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    color: #333
}

.form .select-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 2;
    display: block;
    width: 200%;
    width: -webkit-calc(100% + 5em);
    margin: 0;
    padding: 11px 35px 11px 11px;
    padding: .6875rem 2.1875rem .6875rem .6875rem;
    background: transparent;
    border: 0;
    outline: none;
    line-height: 1.5
}

.form .entypo-down-open-mini:before {
    font-family: "FontAwesome";
    content: "\f0ab";
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 12px;
    right: .75rem;
    margin-top: -8px;
    margin-top: -.5rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    color: #ee791b
}

.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: #ee791b;
    z-index: 1
}

.form label.radio_text input[type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px;
    left: -23px;
    top: 0px;
    margin: 0px;
    box-shadow: 20px -1px #fff
}

.form label.radio_text input[type="radio"]:checked {
    box-shadow: none
}

.form label.radio_text input[type="radio"]:focus {
    opacity: 0.2;
    box-shadow: 20px -1px #fff
}

.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 #ee791b;
    border-bottom: 3px solid #ee791b;
    transform: rotate(45deg);
    z-index: 1
}

.form label.checkbox_text input[type="checkbox"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    left: -40px;
    width: 20px;
    height: 20px;
    display: block;
    box-shadow: 41px 0px #FFF;
    z-index: 2;
    margin: 0px;
    padding: 0px
}

.form label.checkbox_text input[type="checkbox"]:checked {
    box-shadow: none
}

.form label.checkbox_text input[type="checkbox"]:checked:focus {
    box-shadow: 40px 0px #666;
    opacity: 0.1
}

.form label.checkbox_text input[type="checkbox"]:focus {
    box-shadow: 41px 0px #EEE
}

.fm-txt {
    font-size: 1.4rem;
    background: rgba(255, 255, 255, 0.5);
    padding: 5px
}

.memo {
    background: rgba(255, 255, 255, 0.7);
    font-size: 1.4rem;
    padding: 10px
}

.bnr {
    display: flex;
    justify-content: space-between
}

.bnr li {
    width: 33.3333333%
}

@media all and (max-width: 639px) {
    .bnr {
        display: block
    }

    .bnr li {
        float: none;
        width: 100%
    }
}

.top_bnr {
    position: relative;
    overflow: hidden;
    min-width: 220px;
    width: 100%;
    background: #000000;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    color: #FFFFFF
}

.top_bnr * {
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out
}

.top_bnr img {
    max-width: 100%;
    position: relative;
    opacity: 0.9
}

.top_bnr figcaption {
    position: absolute;
    top: 45%;
    left: 7%;
    right: 7%;
    bottom: 45%;
    border: 1px solid white;
    border-width: 1px 1px 0
}

.top_bnr .heading {
    overflow: hidden;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    position: absolute;
    bottom: 0;
    width: 100%
}

.top_bnr h2 {
    display: table;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
    text-align: center;
    width: auto;
    font-size: 2.2rem;
    text-transform: uppercase;
    text-shadow: -2px 1px 0 rgba(0, 0, 0, 0.6);
    font-weight: bold
}

.top_bnr h2:before,
.top_bnr h2:after {
    position: absolute;
    display: block;
    width: 1000%;
    height: 1px;
    content: '';
    background: white;
    top: 50%
}

.top_bnr h2:before {
    left: -1000%
}

.top_bnr h2:after {
    right: -1000%
}

.top_bnr p {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    width: 100%;
    padding: 0 20px;
    margin: 0;
    opacity: 0;
    line-height: 1.6em
}

.top_bnr a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1
}

.top_bnr:hover img,
.top_bnr.hover img {
    opacity: 0.25;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.top_bnr:hover figcaption,
.top_bnr.hover figcaption {
    top: 7%;
    bottom: 7%
}

.top_bnr:hover p,
.top_bnr.hover p {
    opacity: 1;
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s
}

.shadow {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15)
}

.gallery {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap
}

.gallery li {
    width: calc((100% - 30px) /3);
    box-sizing: content-box;
    margin: 0 15px 20px 0
}

.gallery li:nth-child(3n) {
    margin-right: 0
}

.gallery li a {
    background: #f2f2f2;
    display: block;
    text-align: center;
    padding: 0px;
    height: 180px
}

.gallery li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}

.gallery li p {
    font-size: 13px;
    margin: 3px 0 10px
}

.gallery.gallery2 li {
    width: calc((100% - 32px) /5);
    box-sizing: content-box;
    margin: 0 8px 20px 0
}

.gallery.gallery2 li:nth-child(5n) {
    margin-right: 0
}

@media all and (max-width: 639px) {
    .gallery.gallery2 li {
        width: calc((100% - 40px) /3);
        box-sizing: content-box;
        margin: 0 6px 10px
    }

    .gallery.gallery2 li:nth-child(3n) {
        margin-right: 0
    }

    .gallery.gallery2 li:nth-child(5n) {
        margin-right: 6px
    }
}

@media screen and (max-width: 800px) {
    .gallery li {
        width: 48%;
        margin: 0 1% 20px
    }

    .gallery li:nth-child(2n) {
        margin-right: 0
    }

    .gallery li:nth-child(3n) {
        margin: 0 1% 20px
    }

    .gallery li a {
        height: 100px
    }
}

.list2 {
    display: flex;
    flex-wrap: wrap
}

.list2 li {
    width: 49%;
    margin: 0 0.5% 15px
}

.list2 li a {
    background: #f2f2f2;
    display: block;
    text-align: center;
    padding: 0px;
    height: 250px
}

.list2 li a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    font-family: 'object-fit: contain;'
}

@media all and (max-width: 639px) {
    .list2 li {
        width: 100%;
        margin: 0 auto 5px
    }

    .list2 li a {
        height: 200px
    }
}

.list3 {
    display: flex;
    flex-wrap: wrap
}

.list3 li {
    width: 32.5%;
    margin-right: 1.25%;
    margin-bottom: 10px
}

.list3 li:nth-child(3n) {
    margin-right: 0
}

@media all and (max-width: 639px) {
    .list3.sp-100 li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px
    }

    .list3.sp-half li {
        width: 49.5%;
        margin-right: 1%;
        margin-bottom: 10px
    }

    .list3.sp-half li:nth-child(2n) {
        margin-right: 0
    }
}

.list4 {
    display: flex;
    flex-wrap: wrap
}

.list4 li {
    width: 24.25%;
    margin-right: 1%;
    margin-bottom: 1%
}

.list4 li:nth-child(4n) {
    margin-right: 0
}

@media all and (max-width: 639px) {
    .list4 li {
        width: 49.5%;
        margin-right: 1%;
        margin-bottom: 1%
    }

    .list4 li:nth-child(2n) {
        margin-right: 0
    }
}

.list5 {
    display: flex;
    flex-wrap: wrap
}

.list5 li {
    width: 19%;
    margin-right: 1.25%;
    margin-bottom: 5px
}

.list5 li:nth-child(5n) {
    margin-right: 0
}

@media all and (max-width: 639px) {
    .list5 li {
        width: 32.5%;
        margin-right: 1.25%;
        margin-bottom: 10px
    }

    .list5 li:nth-child(3n) {
        margin-right: 0
    }
}

.list6 {
    display: flex;
    flex-wrap: wrap
}

.list6 li {
    width: 16%;
    margin-right: 0.8%;
    margin-bottom: 5px
}

.list6 li:nth-child(6n) {
    margin-right: 0
}

@media all and (max-width: 639px) {
    .list6 li {
        width: 32.5%;
        margin-right: 1.25%;
        margin-bottom: 10px
    }

    .list6 li:nth-child(3n) {
        margin-right: 0
    }
}

.prv dt {
    color: #ee791b;
    border-bottom: 1px solid #ccc;
    margin: 10px 0
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto
}

.flex li {
    width: 32%;
    padding: 15px;
    position: relative
}

.flex li .border {
    position: absolute;
    background: none;
    transition: all .3s ease-in-out
}

.flex li .border:nth-of-type(1) {
    top: 0;
    left: 0;
    border-left: 1px solid #b91e25;
    border-top: 1px solid #b91e25;
    width: 50px;
    height: 30px
}

.flex li .border:nth-of-type(2) {
    bottom: 0;
    right: 0;
    border-right: 1px solid #b91e25;
    border-bottom: 1px solid #b91e25;
    width: 50px;
    height: 30px
}

.flex li:hover .border {
    width: 102%;
    height: 105%
}

.flex li:hover .linkbtn-more {
    background: #ee791b;
    color: #fff;
    transition: all 0.55s ease
}

.flex li a {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    -webkit-transition: all 0.55s ease;
    transition: all 0.55s ease
}

.flex li:hover .snip1445 img,
.flex li:hover .snip1445 .hover img {
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: 0.4;
    opacity: 0.4
}

.flex li:hover .snip1445 figcaption:before,
.flex li:hover .snip1445 .hover figcaption:before,
.flex li:hover .snip1445 figcaption:after,
.flex li:hover .snip1445 .hover figcaption:after,
.flex li:hover .snip1445 figcaption div:before,
.flex li:hover .snip1445 .hover figcaption div:before,
.flex li:hover .snip1445 figcaption div:after,
.flex li:hover .snip1445 .hover figcaption div:after {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.flex li:hover .snip1445 figcaption:before,
.flex li:hover .snip1445 .hover figcaption:before,
.flex li:hover .snip1445 figcaption:after,
.flex li:hover .snip1445 .hover figcaption:after {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s
}

.snip1445 {
    position: relative;
    overflow: hidden;
    min-width: 230px;
    max-width: 100%;
    height: 200px;
    width: 100%;
    text-align: center;
    font-size: 13px;
    color: #fff;
    background-color: #111
}

.snip1445 * {
    -webkit-transition: all 0.55s ease;
    transition: all 0.55s ease
}

.snip1445 *:before,
.snip1445 *:after {
    -webkit-transition: all 0.55s ease;
    transition: all 0.55s ease
}

.snip1445 img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    backface-visibility: hidden;
    vertical-align: top
}

.snip1445 figcaption {
    position: absolute;
    bottom: 20px;
    right: 20px;
    padding: 10px 10px 10px
}

.snip1445 figcaption:before,
.snip1445 figcaption:after {
    height: 1px;
    width: 100%;
    position: absolute;
    content: '';
    background-color: #ffffff
}

.snip1445 figcaption:before {
    top: 0;
    left: 0;
    -webkit-transform: translateX(200%);
    transform: translateX(200%)
}

.snip1445 figcaption:after {
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(-250%);
    transform: translateX(-250%)
}

.snip1445 figcaption>div:before,
.snip1445 figcaption>div:after {
    width: 1px;
    height: 300px;
    position: absolute;
    content: '';
    background-color: #ffffff
}

.snip1445 figcaption>div:before {
    top: 0;
    left: 0;
    -webkit-transform: translateY(200%);
    transform: translateY(200%)
}

.snip1445 figcaption>div:after {
    bottom: 0;
    right: 0;
    -webkit-transform: translateY(-250%);
    transform: translateY(-250%)
}

.snip1445 h2,
.snip1445 h4 {
    margin: 0;
    width: 150px;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    color: #ee791b
}

.snip1445 h2 {
    font-size: 1.8rem;
    letter-spacing: 1px
}

.snip1445 .click {
    display: block;
    font-weight: bold;
    width: 150px;
    margin-left: auto;
    background-color: #b91e25;
    padding: 3px 10px;
    color: #111;
    text-shadow: #fff 0px 0px 0px
}

.snip1445 img {
    opacity: 0.9
}

.linkbtn-ttl {
    font-size: 1.8rem;
    color: #ee791b;
    margin-bottom: 10px;
    float: left
}

@media all and (max-width: 639px) {
    .linkbtn-ttl {
        font-size: 1.6rem
    }
}

.linkbtn-more {
    float: right;
    color: #ee791b;
    padding: 3px;
    border: 1px solid #ee791b
}

@media all and (max-width: 639px) {
    .linkbtn-more {
        font-size: 1.2rem
    }
}

@media screen and (max-width: 768px) {
    .flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around
    }

    .flex li {
        width: 80%;
        margin-bottom: 30px
    }

    .snip1445 {
        min-width: 230px;
        max-width: 100%;
        height: 200px
    }

    .snip1445 img {
        opacity: 0.6;
        width: 100%
    }
}

@media screen and (max-width: 480px) {
    .flex li {
        width: 95%
    }
}

.linkbtn-txt {
    color: #111;
    line-height: 1.5;
    margin-top: 10px
}

#works:before {
    content: "";
    height: 80px;
    margin-top: -80px;
    display: block;
    visibility: hidden
}

.topbnr {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto 30px
}

.topbnr li {
    width: 31%;
    margin: 0 1% 0;
    background: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    position: relative
}

.topbnr li:before {
    content: "";
    position: absolute;
    right: 3px;
    bottom: 3px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid #ee791b;
    border-bottom: 5px solid #ee791b;
    z-index: 20
}

.topbnr li:hover {
    box-shadow: 0 0 0 3px #ee791b
}

@media all and (max-width: 639px) {
    .topbnr li {
        width: 95%;
        margin: 0 auto 15px
    }
}

.top-bnr-wrap {
    position: relative;
    background: #fff;
    padding: 10px
}

.top-bnr-wrap a {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    z-index: 10
}

.top-bnr-wrap .top-bnr-title {
    background: #ee791b;
    display: block;
    width: 100%;
    color: #fff;
    font-size: 1.6rem;
    transition: all 0.2s ease;
    padding: 5px 5px 5px 10px;
    margin-bottom: 10px
}

.top-bnr-wrap .top-bnr-title:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0a9";
    margin-right: 5px
}

.top-bnr-wrap:hover a {
    cursor: pointer
}

.top-bnr-wrap:hover .top-bnr-title {
    background: #af550d
}

.name {
    background: rgba(152, 74, 11, 0.8);
    color: #fff;
    padding: 5px 10px;
    max-width: 300px;
    margin: -30px 0 0 auto;
    font-size: 1.8rem;
    position: relative;
    z-index: 3;
    line-height: 1.6
}

.name span {
    display: block;
    font-size: 1.3rem
}

.memo2 {
    background: #ede5d8;
    padding: 10px
}

.memo2 span {
    padding-right: 5px
}

.note {
    border: 3px solid #ddd;
    padding: 10px;
    background: #f4f4f4
}

.flow-dl {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px
}

.flow-dl dt {
    background: #ee791b;
    font-size: 3rem;
    font-family: "YakuHanMP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Serif JP", serif;
    color: #fff;
    width: 50px;
    text-align: center;
    margin-right: 20px
}

.flow-dl dd {
    width: calc(100% - 80px)
}

.txt1 {
    padding-left: 10px
}

.fee-box {
    margin: 10px 0 20px;
    font-weight: bold;
    background: lemonchiffon;
    padding: 5px
}

.fee-box span {
    display: block;
    font-weight: bold
}

.blog-month ul li {
    border: 1px solid #ccc;
    padding: 3px 0;
    margin-bottom: 5px;
    text-align: center;
    background: lemonchiffon
}

.blog-month ul li a {
    color: #3a200c
}

@media all and (max-width: 800px) {
    .blog-month ul {
        display: flex;
        flex-wrap: wrap
    }

    .blog-month ul li {
        width: 49%
    }

    .blog-month ul li:nth-child(odd) {
        margin-right: 2%
    }
}

.blog-month2 ul {
    display: flex;
    flex-wrap: wrap
}

.blog-month2 ul li {
    border-radius: 5px;
    padding: 2px 4px;
    width: 90px;
    display: block;
    border-radius: 5px;
    font-size: 1.2rem;
    text-align: center;
    margin: 0 10px 5px 0;
    background: rgba(45, 177, 236, 0.2)
}

.blog-month3 dt {
    display: none
}

.blog-month3 dd {
    border: 1px solid #ccc;
    padding: 3px 0;
    width: 23%;
    margin: 0.5% 10px;
    text-align: center;
    background: rgba(238, 121, 27, 0.2)
}

.blog-month3 dd a {
    color: #3a200c
}

@media all and (max-width: 639px) {
    .blog-month3 dd {
        width: 44%
    }
}

#flexwrap {
    top: 160px;
    margin: 0 auto;
    position: -webkit-sticky;
    position: sticky;
    float: left
}

#main {
    float: left;
    width: 70%
}

#sidewrap {
    float: right;
    width: 300px;
    z-index: 10
}

#side {
    width: 27%;
    float: right
}

.sttl-1 {
    background: #984a0b;
    color: #fff;
    text-indent: 5px;
    font-size: 1.7rem;
    padding: 5px 0
}

.sttl-1:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0ca";
    margin-right: 5px
}

@media screen and (max-width: 768px) {
    #flexwrap {
        width: 100%;
        margin-bottom: 30px
    }

    #main {
        float: none;
        width: 95%;
        margin: 0 auto 20px
    }

    #side {
        float: none;
        width: 95%;
        margin: 0 auto;
        height: auto;
        padding: 0
    }

    #sidewrap {
        display: none
    }
}

.voice-dl dt {
    position: relative;
    z-index: 2;
    width: 95%;
    padding: 10px;
    background: #333;
    color: #ee791b;
    font-weight: bold
}

.voice-dl dd {
    position: relative;
    z-index: 1;
    width: 97%;
    margin: -15px 0 30px auto;
    padding: 25px 10px 10px;
    background: #f3f3f3
}

.works-wrap {
    display: flex;
    flex-wrap: wrap
}

.works-wrap>li {
    width: 31%;
    margin: 0 1% 15px
}

@media all and (max-width: 639px) {
    .works-wrap li {
        width: 100%;
        margin: 0 auto 15px
    }
}

.works-gallery {
    width: 100%;
    height: 240px;
    line-height: 240px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 10px
}

.works-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    object-position: 50% 50%
}

@media all and (max-width: 639px) {
    .works-gallery {
        height: 150px;
        line-height: 150px
    }
}

.works-detail {
    font-size: 1.4rem
}

.works-detail>.news-bl dt {
    width: 5.5em
}

.works-detail>.news-bl dd {
    padding-left: 6.5em
}

@media all and (max-width: 639px) {
    .works-detail {
        font-size: 1.2rem
    }
}

#a01,
#a02,
#a03,
#a04,
#a05,
#a06 {
    display: block;
    padding-top: 70px;
    margin-top: -70px
}

.category {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px
}

.category li {
    width: 32%;
    margin: 0 0.5% 10px;
    background: lemonchiffon;
    border: 2px solid #aaa;
    text-align: center;
    padding: 5px 0;
    font-weight: bold
}

.category li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    margin-right: 5px
}

@media all and (max-width: 639px) {
    .category li {
        width: 49%
    }
}

.top-halfmenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 1300px;
    margin: 0 auto 20px
}

.top-halfmenu * {
    transition: all .2s ease-in-out
}

.top-halfmenu>li {
    position: relative;
    width: 32%;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
    box-shadow: 0 0 5px rgba(238, 121, 27, 0.2)
}

.top-halfmenu>li a {
    position: absolute;
    z-index: 5;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.top-halfmenu>li .half-left {
    width: 55%;
    overflow: hidden
}

.top-halfmenu>li .half-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}

.top-halfmenu>li .half-right {
    background-image: linear-gradient(to right, #b91e25 0%, #b91e25 25%, #8d171c 25%, #8d171c 50%, rgba(238, 121, 27, 0.5) 50%, rgba(238, 121, 27, 0.5) 100%);
    -webkit-background-size: 200% 100%;
    background-size: 200% 100%;
    background-position: 0 0;
    color: #fff;
    width: 45%;
    padding: 20px
}

.top-halfmenu>li:hover .half-left img {
    transform: scale(1.1)
}

.top-halfmenu>li:hover .half-right {
    background-position: 101% 0
}

.top-halfmenu>li:hover i {
    width: 50px
}

.top-halfmenu>li i {
    position: absolute;
    display: block;
    width: 100px;
    height: 1px;
    background: #fff;
    right: 5px;
    bottom: 20px;
    z-index: 3
}

.top-halfmenu .half-title {
    color: #3a200c;
    font-weight: bold
}

.top-halfmenu .half-title span {
    font-size: 2.8rem;
    display: block
}

@media all and (max-width: 639px) {
    .top-halfmenu li {
        width: 90%;
        margin: 0 auto;
        flex-direction: column
    }

    .top-halfmenu li .half-left,
    .top-halfmenu li .half-right {
        width: 100%
    }

    .top-halfmenu li .half-left {
        height: 170px
    }

    .top-halfmenu li:not(:last-child) {
        margin-bottom: 15px
    }
}

.list-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.list-center.recruit-list {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans Japanese"
}

.list-center.recruit-list li {
    padding: 5px 10px;
    font-weight: bold;
    font-size: 1.8rem;
    color: #fff
}

.list-center.recruit-list li:first-child {
    background: #ee791b
}

.list-center.recruit-list li:last-child {
    background: #f76740
}

@media all and (max-width: 639px) {
    .list-center.recruit-list li {
        width: 90%;
        text-align: center
    }
}

.txt-01 {
    text-align: center;
    font-size: 1.6rem
}

@media all and (max-width: 639px) {
    .txt-01 {
        text-align: left;
        font-size: 1.4rem
    }
}

.snip {
    border-top: 2px solid #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.snip figure.snip1432 {
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
    width: 25%;
    border: 1px solid #fff;
    box-sizing: border-box;
    background: #FFFFFF
}

.snip figure.snip1432 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease
}

.snip figure.snip1432 img {
    opacity: 1;
    width: 100%;
    object-fit: cover;
    height: 100%;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s
}

.snip figure.snip1432 figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.snip figure.snip1432 figcaption>div.one {
    height: 40%;
    overflow: hidden;
    width: 100%;
    position: relative
}

.snip figure.snip1432 figcaption>div.two {
    height: 60%;
    overflow: hidden;
    width: 100%;
    position: relative
}

.snip figure.snip1432 figcaption>div.two h3,
.snip figure.snip1432 figcaption>div.two p {
    position: absolute;
    top: 0;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    display: block
}

.snip figure.snip1432 figcaption>div.two h3 b,
.snip figure.snip1432 figcaption>div.two p b {
    border: 1px solid #fff;
    padding: 5px;
    font-size: 90%
}

.snip figure.snip1432 figcaption>div.two h3 {
    bottom: 0;
    font-size: 1.8rem;
    font-weight: 700;
    text-shadow: 1px 1px 1px #000, 0 0 5px rgba(0, 0, 0, 0.8)
}

.snip figure.snip1432 figcaption>div.two h3 span {
    display: block;
    font-size: 3vw;
    font-family: "Josefin Sans", "Josefin Slab", "arial", sans-serif;
    font-weight: bold;
    line-height: 1.3
}

.snip figure.snip1432 figcaption>div.two p {
    display: none;
    top: 100px
}

.snip figure.snip1432 figcaption>div.two.intern h3 span {
    font-size: 2vw
}

.snip figure.snip1432:hover {
    background: #ee791b
}

.snip figure.snip1432:hover figcaption>div.one {
    height: 25%;
    overflow: hidden;
    width: 100%;
    position: relative
}

.snip figure.snip1432:hover figcaption>div.two {
    height: 75%;
    overflow: hidden;
    width: 100%;
    position: relative
}

.snip figure.snip1432:hover figcaption>div.two p {
    display: block
}

.snip figure.snip1432:hover img {
    opacity: 0.3;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.snip figure.snip1432 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute
}

@media all and (max-width: 800px) {
    .snip figure.snip1432 {
        width: 100%;
        min-height: initial;
        height: auto
    }

    .snip figure.snip1432 figcaption>div.two h3 span {
        font-size: 10vw
    }

    .snip figure.snip1432 figcaption>div.two.intern h3 span {
        font-size: 9vw
    }
}

.point-txt {
    font-weight: bold;
    font-size: 2.2rem;
    color: #fcf050
}

.recruit-txt {
    width: 90%;
    margin: 0 auto;
    border-left: 4px solid #b91e25;
    border-right: 4px solid #b91e25;
    padding: 10px 20px
}

.title-box-wrap {
    position: relative
}

.title-box {
    position: absolute;
    left: 20px;
    top: -110px;
    z-index: 5;
    padding: 30px;
    background: #b91e25;
    box-shadow: 0 0 12px rgba(238, 121, 27, 0.8);
    font-size: 5rem;
    font-weight: bold;
    line-height: 1.5;
    color: #fff
}

.title-box span {
    font-size: 7rem;
    margin: 0 1px
}

@media all and (max-width: 639px) {
    .title-box {
        text-align: center;
        height: auto;
        font-size: 3.5rem;
        padding: 20px;
        width: 80%;
        top: -100px;
        left: 0px;
        right: 0px;
        margin: 0 auto
    }

    .title-box span {
        font-size: 5rem;
        margin: 0 1px
    }
}

.half-wrap {
    position: relative
}

.half-wrap:before {
    position: absolute;
    width: 50%;
    height: 100%;
    background: url(../img/half-bg.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    content: "";
    z-index: 0;
    top: 0;
    left: 0;
    -webkit-filter: brightness(80%);
    -moz-filter: brightness(80%);
    -ms-filter: brightness(80%);
    -o-filter: brightness(80%);
    filter: brightness(80%);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out
}

.half-wrap .half-box {
    width: 50%;
    margin-left: auto;
    padding: 40px 50px;
    position: relative;
    z-index: 2
}

@media all and (max-width: 639px) {
    .half-wrap:before {
        width: 100%;
        top: -200px;
        height: 60%
    }

    .half-wrap .half-box {
        background: #fff;
        width: 100%;
        margin-top: 230px;
        padding: 20px
    }
}

.half-wrap:hover:before {
    -webkit-filter: brightness(100%);
    -moz-filter: brightness(100%);
    -ms-filter: brightness(100%);
    -o-filter: brightness(100%);
    filter: brightness(100%);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out
}

.half-wrap2 {
    position: relative
}

.half-wrap2:before {
    position: absolute;
    width: 50%;
    height: 100%;
    background: url(../img/half-bg2.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    content: "";
    z-index: 0;
    top: 0;
    right: 0;
    -webkit-filter: brightness(80%);
    -moz-filter: brightness(80%);
    -ms-filter: brightness(80%);
    -o-filter: brightness(80%);
    filter: brightness(80%);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out
}

.half-wrap2 .half-box2 {
    width: 50%;
    margin-right: auto;
    padding: 40px 50px;
    position: relative;
    z-index: 2
}

@media all and (max-width: 639px) {
    .half-wrap2:before {
        width: 100%;
        top: -200px;
        height: 40%
    }

    .half-wrap2 .half-box2 {
        background: #fff;
        width: 100%;
        margin-top: 230px;
        padding: 20px
    }
}

.half-wrap2:hover:before {
    -webkit-filter: brightness(100%);
    -moz-filter: brightness(100%);
    -ms-filter: brightness(100%);
    -o-filter: brightness(100%);
    filter: brightness(100%);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out
}

.half-wrap3 {
    position: relative
}

.half-wrap3:before {
    position: absolute;
    width: 50%;
    height: 100%;
    background: url(../img/half-bg3.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    content: "";
    z-index: 0;
    top: 0;
    left: 0;
    -webkit-filter: brightness(80%);
    -moz-filter: brightness(80%);
    -ms-filter: brightness(80%);
    -o-filter: brightness(80%);
    filter: brightness(80%);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out
}

.half-wrap3 .half-box3 {
    width: 50%;
    margin-left: auto;
    padding: 40px 50px;
    position: relative;
    z-index: 2
}

@media all and (max-width: 639px) {
    .half-wrap3:before {
        width: 100%;
        top: -200px
    }

    .half-wrap3 .half-box3 {
        background: #fff;
        width: 100%;
        margin-top: 230px;
        padding: 20px
    }
}

.half-wrap3:hover:before {
    -webkit-filter: brightness(100%);
    -moz-filter: brightness(100%);
    -ms-filter: brightness(100%);
    -o-filter: brightness(100%);
    filter: brightness(100%);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out
}

.half-wrap4 {
    position: relative
}

.half-wrap4:before {
    position: absolute;
    width: 50%;
    height: 100%;
    background: url(../img/half-bg4.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    content: "";
    z-index: 0;
    top: 0;
    right: 0;
    -webkit-filter: brightness(80%);
    -moz-filter: brightness(80%);
    -ms-filter: brightness(80%);
    -o-filter: brightness(80%);
    filter: brightness(80%);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out
}

.half-wrap4 .half-box4 {
    width: 50%;
    margin-right: auto;
    padding: 40px 50px;
    position: relative;
    z-index: 2
}

@media all and (max-width: 639px) {
    .half-wrap4:before {
        width: 100%;
        top: -200px
    }

    .half-wrap4 .half-box4 {
        background: #fff;
        width: 100%;
        margin-top: 230px;
        padding: 20px
    }
}

.half-wrap4:hover:before {
    -webkit-filter: brightness(100%);
    -moz-filter: brightness(100%);
    -ms-filter: brightness(100%);
    -o-filter: brightness(100%);
    filter: brightness(100%);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out
}

.feature dt {
    line-height: 1.4;
    font-size: 2rem;
    font-weight: bold;
    color: #b91e25
}

.feature dt .en {
    font-family: "Josefin Sans", "Josefin Slab", "arial", sans-serif;
    font-size: 3.8rem;
    letter-spacing: .1rem;
    color: #af550d;
    margin-right: 5px;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.1)
}

@media all and (max-width: 639px) {
    .feature dt .en {
        font-size: 2.4rem
    }
}

.feature dd {
    padding-left: 20px;
    font-weight: bold;
    font-size: 1.5rem
}

.feature dd b {
    font-size: 1.7rem
}

.feature dd:not(:last-of-type) {
    margin-bottom: 35px;
    border-bottom: 1px solid #b91e25;
    padding-bottom: 10px
}

@media all and (max-width: 639px) {
    .feature dt {
        font-size: 1.6rem
    }

    .feature dd {
        font-size: 1.4rem
    }

    .feature dd:not(:last-of-type) {
        margin-bottom: 25px
    }
}

.bg-glass {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: contrast(4) blur(20px);
    box-shadow: 0px 0px 30px -21px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    padding: 20px
}

.bg-glass.pos_top {
    position: relative;
    top: -80px;
    z-index: 2;
    margin-bottom: -80px
}

@media all and (max-width: 639px) {
    .bg-glass.pos_top {
        top: -50px;
        margin-bottom: -50px
    }
}

.scrbr {
    width: 100%;
    padding: 0px 0px;
    max-height: 150px;
    overflow-y: scroll;
    overflow-x: hidden
}

.scrbr::-webkit-scrollbar {
    width: 5px
}

.scrbr::-webkit-scrollbar-track {
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1)
}

.scrbr::-webkit-scrollbar-thumb {
    background-color: rgba(50, 50, 50, 0.5);
    border-radius: 10px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3)
}

@media screen and (max-width: 768px) {
    .scrbr {
        width: 100%;
        padding: 2px 0px;
        max-height: 100px;
        overflow-y: scroll;
        overflow-x: hidden
    }
}

.scrbr2 {
    width: 100%;
    padding: 0px 0px;
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden
}

.scrbr2::-webkit-scrollbar {
    width: 5px
}

.scrbr2::-webkit-scrollbar-track {
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1)
}

.scrbr2::-webkit-scrollbar-thumb {
    background-color: rgba(50, 50, 50, 0.5);
    border-radius: 10px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3)
}

@media screen and (max-width: 768px) {
    .scrbr2 {
        width: 100%;
        padding: 2px 0px;
        max-height: 230px;
        overflow-y: scroll;
        overflow-x: hidden
    }
}

.clip_left {
    animation-duration: 0.3s;
    animation-timing-function: linear;
    animation-name: clip_left
}

@keyframes clip_left {
    0% {
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
        background: #ee791b
    }

    100% {
        -webkit-clip-path: inset(0 0% 0 0);
        clip-path: inset(0 0% 0 0);
        background: none
    }
}

@-webkit-keyframes clip_left {
    0% {
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
        background: #ee791b
    }

    100% {
        -webkit-clip-path: inset(0 0% 0 0);
        clip-path: inset(0 0% 0 0);
        background: none
    }
}

@-moz-keyframes clip_left {
    0% {
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
        background: #ee791b
    }

    100% {
        -webkit-clip-path: inset(0 0% 0 0);
        clip-path: inset(0 0% 0 0);
        background: none
    }
}

.clip_left02 {
    animation-duration: 0.4s;
    animation-timing-function: linear;
    animation-name: clip_left02
}

@keyframes clip_left02 {
    0% {
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0)
    }

    100% {
        -webkit-clip-path: inset(0 0% 0 0);
        clip-path: inset(0 0% 0 0)
    }
}

@-webkit-keyframes clip_left02 {
    0% {
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0)
    }

    100% {
        -webkit-clip-path: inset(0 0% 0 0);
        clip-path: inset(0 0% 0 0)
    }
}

@-moz-keyframes clip_left02 {
    0% {
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0)
    }

    100% {
        -webkit-clip-path: inset(0 0% 0 0);
        clip-path: inset(0 0% 0 0)
    }
}

.img_gray {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%)
}

.img_gray:hover {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0)
}

.mini {
    font-weight: normal;
    font-size: 12px;
    color: #777
}

.mintyou {
    font-family: "ヒラギノ明朝 Pro W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", "Sawarabi Mincho", "Kokoro", "Hannari", HGS明朝E, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", メイリオ, Meiryo, serif
}

.tbl_time {
    border-collapse: collapse;
    width: 100%
}

.tbl_time th {
    width: 180px;
    border-bottom: #ee791b 2px solid;
    text-align: left;
    padding: 10px;
    font-weight: bold;
    vertical-align: middle;
    font-weight: bold;
    color: #ee791b
}

.tbl_time td {
    vertical-align: middle;
    border-bottom: 2px solid #fff;
    text-align: left;
    padding: 10px
}

.tbl_time td.his_img {
    text-align: right;
    padding: 0
}

.tbl_time td.his_img img {
    width: 150px;
    margin: 5px 0
}

@media screen and (max-width: 768px) {
    .tbl_time td.his_img {
        text-align: center
    }

    .tbl_time td.his_img img {
        width: 90%
    }
}

@media screen and (max-width: 768px) {
    .last td:last-child {
        border-bottom: solid 2px #ccc;
        width: 100%
    }

    .tbl_time {
        width: 100%
    }

    .tbl_time th,
    .tbl_time td {
        border-bottom: none;
        display: block;
        width: 100%
    }

    .tbl_time th {
        border-bottom: none;
        text-align: center;
        background: #b91e25;
        color: #fff
    }

    .tbl_time td {
        padding: 0;
        border-bottom: none;
        margin-bottom: 15px
    }
}

.bg-sub {
    background: rgba(97, 16, 19, 0.6)
}

.mid {
    line-height: 1.4;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 0 #000, 0 0 5px rgba(0, 0, 0, 0.6)
}

.mid .en {
    font-family: "Josefin Sans", "Josefin Slab", "arial", sans-serif;
    font-size: 3em;
    letter-spacing: .1rem;
    color: #fff;
    margin-right: 5px;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8)
}

@media screen and (max-width: 768px) {
    .mid .en {
        font-size: 2em;
        margin: 0 auto
    }
}

.mtext_big {
    font-size: 5em;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.8);
    line-height: 1.5;
    text-align: center
}

.mtext_big span {
    font-size: 3.5rem;
    display: block
}

@media screen and (max-width: 768px) {
    .mtext_big {
        font-size: 3.5em
    }

    .mtext_big span {
        font-size: 2.3rem
    }
}

.listFlow li {
    margin-bottom: 9px;
    padding-bottom: 9px;
    background: transparent url("../img/bg_listflow.png") 42px 100% no-repeat
}

.listFlow .lastItem {
    margin-bottom: 0;
    padding-bottom: 0;
    background: none
}

.listFlow h4 {
    font-size: 25px;
    color: #ee791b;
    font-weight: bold;
    border-bottom: solid 1px #ccc;
    margin-bottom: 10px;
    overflow: hidden
}

.listFlow dl {
    display: table;
    width: 100%
}

.listFlow dl dt {
    display: table-cell;
    padding: 10px 0;
    border: 1px solid #ee791b;
    width: 100px;
    background: #ee791b;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    line-height: 1.2
}

.listFlow dl dt .num {
    display: block;
    font-size: 3rem
}

.listFlow dl dd {
    display: table-cell;
    padding: 15px 20px;
    border-top: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    vertical-align: middle;
    background-color: white
}

@media screen and (max-width: 800px) {
    .listFlow li {
        background: none
    }

    .listFlow h4 {
        font-size: 18px;
        font-weight: bold;
        border-bottom: solid 1px #ccc;
        margin-bottom: 5px;
        overflow: hidden;
        text-align: center
    }

    .listFlow dl {
        display: block;
        width: 100%
    }

    .listFlow dl dt {
        display: block;
        padding: 5px 0;
        width: 100%;
        border: none
    }

    .listFlow dl dt .num {
        display: block
    }

    .listFlow dl dd {
        display: block;
        padding: 15px 10px;
        border: none
    }
}

.mtitle_fuki {
    position: relative;
    display: inline-block;
    margin: 0 auto 0;
    padding: 7px 20px;
    min-width: 120px;
    max-width: 100%;
    color: #fff;
    font-size: 2.2rem;
    font-weight: bold;
    background: #ee791b;
    letter-spacing: 3px;
    z-index: 100;
    font-family: "Josefin Sans", "YakuHanMP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Serif JP", serif
}

.mtitle_fuki:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #ee791b
}

.mtitle_fuki p {
    margin: 0 auto;
    padding: 0 auto
}

.mtitle_fuki span {
    margin: 0 auto;
    padding: 0 auto;
    font-size: 1.8rem
}

@media all and (max-width: 639px) {
    .mtitle_fuki {
        margin: 0 auto 0.5em;
        padding: 5px 10px;
        font-size: 1.6rem
    }
}

.fuwafuwa {
    -webkit-animation-name: fuwafuwa;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
    -moz-animation-name: fuwafuwa;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease
}

@-webkit-keyframes fuwafuwa {
    0% {
        -webkit-transform: translate(0, 0)
    }

    50% {
        -webkit-transform: translate(0, -10px)
    }

    100% {
        -webkit-transform: translate(0, 0)
    }
}

@-moz-keyframes fuwafuwa {
    0% {
        -moz-transform: translate(0, 0)
    }

    50% {
        -moz-transform: translate(0, -10px)
    }

    100% {
        -moz-transform: translate(0, 0)
    }
}

.cp_box *,
.cp_box *:before,
.cp_box *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.cp_box {
    position: relative
}

.cp_box label {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    height: 140px;
    cursor: pointer;
    text-align: center;
    background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 70%)
}

.cp_box input:checked+label {
    background: inherit
}

.cp_box label:after {
    line-height: 2.5rem;
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 50%;
    width: 16rem;
    font-family: FontAwesome;
    content: """ 続きをよむ";
    transform: translate(-50%, 0);
    letter-spacing: 0.05em;
    color: #ffffff;
    border-radius: 20px;
    background-color: #ee791b
}

.cp_box input {
    display: none
}

.cp_box .cp_container {
    overflow: hidden;
    height: 150px;
    transition: all 0.5s
}

.cp_box input:checked+label:after {
    font-family: FontAwesome;
    content: """ 閉じる"
}

.cp_box input:checked~.cp_container {
    height: auto;
    padding-bottom: 80px;
    transition: all 0.5s
}

a.anchor {
    display: block;
    padding-top: 71px;
    margin-top: -71px
}

@media screen and (max-width: 768px) {
    a.anchor {
        padding-top: 10px;
        margin-top: -10px
    }
}

.lh20 {
    line-height: 2
}

ruby rt {
    font-size: 11px;
    letter-spacing: 0.5px
}

.video-wrapper {
    width: 100%;
    padding-bottom: 45%;
    height: 0px;
    position: relative;
    overflow: hidden
}

@media screen and (max-width: 1400px) {
    .video-wrapper {
        padding-bottom: 56.25%
    }
}

@media all and (max-width: 800px) {
    .video-wrapper {
        padding-bottom: 60%
    }
}

@media all and (max-width: 639px) {
    .video-wrapper {
        padding-bottom: 70%
    }
}

@media screen and (max-width: 500px) {
    .video-wrapper {
        padding-bottom: 77%
    }
}

@media all and (max-width: 320px) {
    .video-wrapper {
        height: 40.5vh
    }
}

video {
    object-fit: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.tcenter_pc {
    text-align: center
}

@media screen and (max-width: 768px) {
    .tcenter_pc {
        text-align: left
    }
}

.normal {
    font-weight: normal
}

.bg-black2 {
    background: rgba(51, 51, 51, 0.7)
}

.mtext1_bg {
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #ee791b;
    transition: all 0.3s ease
}

.mtext1_bg span {
    font-size: 1.3rem
}

@media all and (max-width: 639px) {
    .mtext1_bg {
        font-size: 1.6rem
    }

    .mtext1_bg span {
        font-size: 1.2rem
    }
}

.mtext1_bg:hover {
    background: #b91e25;
    transition: all 0.3s ease
}

.mtext1_bg.hnone:hover {
    background: #ee791b
}

.bhover {
    transition: all 0.3s ease
}

.bhover:hover {
    opacity: 0.7
}

.en_cat {
    display: inline-block;
    background: #b91e25;
    color: #fff;
    font-size: 75%;
    padding: 2px 5px;
    width: 80px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 10px;
    text-align: center
}

@media screen and (max-width: 768px) {
    .en_cat {
        display: block
    }
}

.bnr_onepoint {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.bnr_onepoint li {
    width: calc(100%);
    position: relative;
    overflow: hidden;
    text-align: center;
    font-size: 13px;
    color: #fff;
    background-color: #fff
}

.bnr_onepoint li * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.55s ease;
    transition: all 0.55s ease
}

.bnr_onepoint li *:before,
.bnr_onepoint li *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.55s ease;
    transition: all 0.55s ease
}

.bnr_onepoint li figcaption {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

.bnr_onepoint li a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.bnr_onepoint li:hover img,
.bnr_onepoint li.hover img {
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    opacity: 0.5;
    transform: scale(1.1)
}

@media screen and (max-width: 768px) {
    .bnr_onepoint figcaption {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        padding: 0px;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .bnr_onepoint figcaption img {
        width: 60%
    }
}

.ftxt {
    font-weight: 900;
    font-size: 5rem;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.8) 3px 3px 8px;
    letter-spacing: 2px
}

.ftxt2 {
    font-weight: 900;
    font-size: 3rem;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.8) 3px 3px 8px;
    letter-spacing: 2px
}

@media screen and (max-width: 800px) {
    .ftxt {
        font-size: 2rem;
        letter-spacing: 1px
    }

    .ftxt2 {
        font-size: 1rem;
        letter-spacing: 1px
    }
}

.mtxt {
    font-size: 110%
}

.k-flex {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.k-flex * {
    box-sizing: border-box
}

.k-flex img {
    vertical-align: middle;
    max-width: 100%
}

.k-flex.jc-left {
    justify-content: left
}

.k-flex.jc-center {
    justify-content: center
}

.k-flex.jc-right {
    justify-content: right
}

.k-flex.col-1>.k-fitem {
    width: 100%
}

.k-flex.col-2>.k-fitem {
    width: 50%
}

.k-flex.col-3>.k-fitem {
    width: 33.3333333%
}

.k-flex.col-4>.k-fitem {
    width: 25%
}

.k-flex.col-5>.k-fitem {
    width: 20%
}

.k-flex>.k-fitem.k-w5 {
    width: 5%
}

.k-flex>.k-fitem.k-w10 {
    width: 10%
}

.k-flex>.k-fitem.k-w15 {
    width: 15%
}

.k-flex>.k-fitem.k-w20 {
    width: 20%
}

.k-flex>.k-fitem.k-w25 {
    width: 25%
}

.k-flex>.k-fitem.k-w30 {
    width: 30%
}

.k-flex>.k-fitem.k-w33 {
    width: 33.3333333%
}

.k-flex>.k-fitem.k-w35 {
    width: 35%
}

.k-flex>.k-fitem.k-w40 {
    width: 40%
}

.k-flex>.k-fitem.k-w45 {
    width: 45%
}

.k-flex>.k-fitem.k-w50 {
    width: 50%
}

.k-flex>.k-fitem.k-w55 {
    width: 55%
}

.k-flex>.k-fitem.k-w60 {
    width: 60%
}

.k-flex>.k-fitem.k-w65 {
    width: 65%
}

.k-flex>.k-fitem.k-w70 {
    width: 70%
}

.k-flex>.k-fitem.k-w75 {
    width: 75%
}

.k-flex>.k-fitem.k-w80 {
    width: 80%
}

.k-flex>.k-fitem.k-w85 {
    width: 85%
}

.k-flex>.k-fitem.k-w90 {
    width: 90%
}

.k-flex>.k-fitem.k-w95 {
    width: 95%
}

.k-flex>.k-fitem.k-w100 {
    width: 100%
}

.k-flex>.k-fitem.order1 {
    order: 1
}

.k-flex>.k-fitem.order2 {
    order: 2
}

.k-flex>.k-fitem.order3 {
    order: 3
}

.k-flex>.k-fitem.order4 {
    order: 4
}

@media screen and (max-width: 700px) {
    .k-flex>.k-fitem {
        width: 100% !important
    }

    .k-flex>.k-fitem.order1,
    .k-flex>.k-fitem.order2,
    .k-flex>.k-fitem.order3,
    .k-flex>.k-fitem.order4 {
        order: 0 !important
    }

    .k-flex.col-4>.k-fitem {
        width: 50% !important
    }

    .k-flex.fix.col-1>.k-fitem {
        width: 100% !important
    }

    .k-flex.fix.col-2>.k-fitem {
        width: 50% !important
    }

    .k-flex.fix.col-3>.k-fitem {
        width: 33.3333333% !important
    }

    .k-flex.fix.col-4>.k-fitem {
        width: 25% !important
    }

    .k-flex.fix.col-5>.k-fitem {
        width: 20% !important
    }

    .k-flex.fix>.k-fitem.k-w5 {
        width: 5% !important
    }

    .k-flex.fix>.k-fitem.k-w10 {
        width: 10% !important
    }

    .k-flex.fix>.k-fitem.k-w15 {
        width: 15% !important
    }

    .k-flex.fix>.k-fitem.k-w20 {
        width: 20% !important
    }

    .k-flex.fix>.k-fitem.k-w25 {
        width: 25% !important
    }

    .k-flex.fix>.k-fitem.k-w30 {
        width: 30% !important
    }

    .k-flex.fix>.k-fitem.k-w33 {
        width: 33.3333333% !important
    }

    .k-flex.fix>.k-fitem.k-w35 {
        width: 35% !important
    }

    .k-flex.fix>.k-fitem.k-w40 {
        width: 40% !important
    }

    .k-flex.fix>.k-fitem.k-w45 {
        width: 45% !important
    }

    .k-flex.fix>.k-fitem.k-w50 {
        width: 50% !important
    }

    .k-flex.fix>.k-fitem.k-w55 {
        width: 55% !important
    }

    .k-flex.fix>.k-fitem.k-w60 {
        width: 60% !important
    }

    .k-flex.fix>.k-fitem.k-w65 {
        width: 65% !important
    }

    .k-flex.fix>.k-fitem.k-w70 {
        width: 70% !important
    }

    .k-flex.fix>.k-fitem.k-w75 {
        width: 75% !important
    }

    .k-flex.fix>.k-fitem.k-w80 {
        width: 80% !important
    }

    .k-flex.fix>.k-fitem.k-w85 {
        width: 85% !important
    }

    .k-flex.fix>.k-fitem.k-w90 {
        width: 90% !important
    }

    .k-flex.fix>.k-fitem.k-w95 {
        width: 95% !important
    }

    .k-flex.fix>.k-fitem.k-w100 {
        width: 100% !important
    }

    .k-flex.fix>.k-fitem.order1 {
        order: 1 !important
    }

    .k-flex.fix>.k-fitem.order2 {
        order: 2 !important
    }

    .k-flex.fix>.k-fitem.order3 {
        order: 3 !important
    }

    .k-flex.fix>.k-fitem.order4 {
        order: 4 !important
    }
}

.k-beforeAfter1 {
    position: relative
}

.k-beforeAfter1 * {
    box-sizing: border-box
}

.k-beforeAfter1 .before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40%;
    z-index: 2
}

.k-beforeAfter1 .after {
    padding: 10px 10px 30px 30px
}

.k-beforeAfter1 .before .inner img {
    height: 100px
}

.k-beforeAfter1 .inner {
    position: relative;
    background-color: #fff
}

.k-beforeAfter1 .inner img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border: solid 5px #fff;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8)
}

.k-beforeAfter1 .inner p {
    position: absolute;
    font-weight: 500;
    top: 10px;
    right: 10px;
    letter-spacing: 0.5px;
    background: linear-gradient(90deg, rgba(238, 121, 27, 0.8) 20.5625%, rgba(237, 120, 27, 0.8) 20.5625%, rgba(185, 30, 37, 0.8) 80.5625%);
    border-radius: 5px;
    padding: 5px 8px 0px;
    text-align: right;
    z-index: 3;
    color: #fff;
    font-family: "Josefin Sans", "Josefin Slab", "arial", sans-serif
}

.k-beforeAfter1 .inner a {
    transition: all .3s ease
}

.k-beforeAfter1 .inner a:hover {
    opacity: 0.6
}

@media screen and (max-width: 768px) {
    .k-beforeAfter1 .before {
        width: 50%
    }
}

.k-sns1 {
    width: 100%;
    _display: inline-block
}

.k-sns1 * {
    box-sizing: border-box
}

.k-sns1:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden
}

.k-sns1 .inner-left,
.k-sns1 .inner-right {
    width: 95%;
    display: flex;
    flex-wrap: wrap;
    padding: 20px
}

.k-sns1 .inner-left .k-snsimg,
.k-sns1 .inner-right .k-snsimg {
    width: 15%
}

.k-sns1 .inner-left .k-snsimg>img,
.k-sns1 .inner-right .k-snsimg>img {
    width: 100%;
    border-radius: 100%;
    border: solid thin #999
}

.k-sns1 .inner-left .k-snsimg>figcaption,
.k-sns1 .inner-right .k-snsimg>figcaption {
    text-align: center;
    font-size: 0.8em
}

.k-sns1 .inner-left .k-snsbody,
.k-sns1 .inner-right .k-snsbody {
    position: relative;
    width: 80%;
    padding: 20px;
    border-radius: 20px
}

.k-sns1 .inner-left .k-snsbody:before,
.k-sns1 .inner-left .k-snsbody:after,
.k-sns1 .inner-right .k-snsbody:before,
.k-sns1 .inner-right .k-snsbody:after {
    position: absolute;
    content: ''
}

.k-sns1 .inner-left {
    float: left
}

.k-sns1 .inner-left .k-snsbody {
    margin-left: 5%;
    background: #eee
}

.k-sns1 .inner-left .k-snsbody::before {
    border: 10px solid transparent;
    border-right: solid 10px #eee;
    top: 22px;
    left: -20px
}

.k-sns1 .inner-left .k-snsstamp {
    position: relative;
    width: 20%;
    margin-top: 15px;
    margin-left: 20%
}

.k-sns1 .inner-left .k-snsstamp .stamp-inner {
    overflow: hidden;
    border: solid thin #999;
    border-radius: 20px
}

.k-sns1 .inner-left .k-snsstamp .stamp-inner img {
    width: 100%
}

.k-sns1 .inner-left .k-snsstamp::after {
    width: 4em;
    position: absolute;
    bottom: 0;
    left: calc(100% + 0.8em);
    content: "原文画像";
    font-size: 0.8em
}

.k-sns1 .inner-right {
    float: right
}

.k-sns1 .inner-right .k-snsimg {
    order: 2
}

.k-sns1 .inner-right .k-snsbody {
    margin-right: 5%;
    order: 1;
    background: #9cd6e7
}

.k-sns1 .inner-right .k-snsbody::after {
    border: 10px solid transparent;
    border-left: solid 10px #9cd6e7;
    top: 22px;
    right: -20px
}

@media screen and (max-width: 768px) {
    .k-sns1 {
        font-size: 0.9rem
    }

    .k-sns1 .inner-left,
    .k-sns1 .inner-right {
        width: 100%;
        padding: 5px
    }

    .k-sns1 .inner-left .k-snsstamp,
    .k-sns1 .inner-right .k-snsstamp {
        width: 30%
    }

    .k-sns1 .inner-left .k-snsbody,
    .k-sns1 .inner-right .k-snsbody {
        padding: 15px
    }
}

.pola img {
    width: 100%;
    border: solid 5px #fff;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8)
}

.pola p {
    text-align: center;
    margin: 5px 0 10px
}

.h-p50_pc {
    padding: 50px 0
}

@media screen and (max-width: 768px) {
    .h-p50_pc {
        padding: 0
    }
}

.stepList {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px
}

.stepList>li {
    position: relative;
    width: 100%;
    background: #eee;
    box-sizing: border-box;
    margin-bottom: 1.5em;
    background: #fff;
    border-radius: 15px;
    -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5))
}

.stepList>li:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -30px;
    border: 30px solid transparent;
    border-top: 30px solid #fff
}

.stepList>li:last-child {
    margin-bottom: 0.25em
}

.stepList>li:last-child:before {
    content: none
}

.stepList>li:nth-child(1) {
    z-index: 99
}

.stepList>li:nth-child(2) {
    z-index: 98
}

.stepList>li:nth-child(3) {
    z-index: 97
}

.stepList>li:nth-child(4) {
    z-index: 96
}

.stepList>li:nth-child(5) {
    z-index: 95
}

.stepList>li:nth-child(6) {
    z-index: 94
}

.stepList>li:nth-child(7) {
    z-index: 93
}

.stepList>li:nth-child(8) {
    z-index: 92
}

.stepList>li>.container {
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

@media screen and (max-width: 768px) {
    .stepList>li>.container {
        flex-wrap: wrap
    }
}

.stepList>li .img {
    width: 20%;
    float: right
}

.stepList>li .img img {
    border-radius: 15px 0 0 15px
}

@media screen and (max-width: 768px) {
    .stepList>li .img {
        float: none;
        width: 100%
    }
}

.stepList>li .txt_box {
    padding: 2em;
    width: 80%
}

@media screen and (max-width: 768px) {
    .stepList>li .txt_box {
        padding: 1em;
        width: 100%;
        text-align: justify
    }
}

.stepList>li .txt_box h3 {
    color: #000;
    font-size: 18px;
    letter-spacing: 0.03em;
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, #c62500 0%, #fce804 100%);
    border-image-slice: 1
}

@media screen and (max-width: 768px) {
    .stepList>li .txt_box h3 {
        font-size: 18px;
        letter-spacing: initial;
        margin-bottom: 2px
    }
}

.stepList>li .txt_box h3 span.numbr {
    font-weight: 700;
    margin-right: 10px;
    letter-spacing: initial;
    color: #b91e25
}

.stepList>li .txt_box h3 span.numbr b {
    font-size: 70%
}

.voice {
    margin-top: 20px
}

.voice dt {
    position: relative;
    color: #555;
    background: #ffe9e9;
    font-weight: normal;
    line-height: 1.8;
    margin: 0px 0px;
    padding: 18px 10px;
    border-radius: 5px;
    border: 2px solid #ffe9e9
}

.voice dt:after,
.voice dt:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0
}

.voice dt:after {
    left: 23px;
    border: 8px solid transparent;
    border-top: 11px solid #ffe9e9
}

.voice dt:before {
    left: 20px;
    border: 11px solid transparent;
    border-top: 13px solid #ffe9e9
}

.voice dd {
    font-size: 18px;
    color: #ee791b;
    font-weight: bold;
    margin-bottom: 10px
}

.voice dd:before {
    margin-left: 20px;
    font-family: 'Font Awesome 5 Free';
    content: "\f118";
    font-weight: 900;
    margin-right: 5px;
    color: #ee791b;
    font-size: 30px;
    top: 4px;
    position: relative
}

.voice dd span {
    font-size: 15px;
    margin-left: 5px;
    color: #555
}

.voice dd:last-child {
    margin-bottom: 0px
}

.img95 {
    width: 95%;
    max-width: 700px
}
.form-contents dl dt:not(.pattern-exclusion) span.optional::before {
    padding:0 5px 0;
    margin-right: 5px;
    font-size: 11px;
    border-radius: 2px;
    position: relative;
    top: -2px;
  }
  .form-contents dl dt:not(.pattern-exclusion) span.optional::before {
    content: '任意';
    color: #fff!important;
    background: #7A7A7A!important;
  }

/*# sourceMappingURL=basis.css.map */