body {
    color: #323232;
    font-family: "YakuHanMP", "Noto Serif JP", serif;
    font-size: 1.5rem;
    line-height: 1.8;
    background: url(../img/grid2.png);
    -webkit-font-smoothing: antialiased
}

a {
    color: #1597e1;
    text-decoration: none;
    transition: all 0.3s ease
}

img {
    max-width: 100%;
    height: auto
}

.bold {
    font-weight: bold
}

@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 #3caded;
    border-radius: 50%;
    border-right: 1px solid rgba(60, 173, 237, 0.2);
    border-top: 1px solid rgba(60, 173, 237, 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: url(../img/wood.jpg) repeat-x left top, #fff;
    width: 100%;
    padding-top: 10px;
    position: fixed;
    left: 0;
    top: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    z-index: 1000
}

#header .inner {
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1000px
}

#header .inner #logo {
    width: 320px;
    margin-top: 10px;
    padding-left: 10px
}

#header .inner #head-right {
    margin-left: auto
}

#header.scrolled {
    animation: hd-scrolled 0.65s cubic-bezier(0.2, 1, 0.2, 1)
}

#header.scrolled .inner #logo {
    float: left
}

#navi {
    padding: 10px 0 3px;
    margin-right: 5px
}

#navi ul {
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-wrap: wrap
}

#navi ul li {
    position: relative;
    padding: 5px 15px
}

#navi ul li a {
    display: block;
    letter-spacing: .1rem;
    position: relative;
    line-height: 1.4;
    font-size: 1.6rem;
    color: #111;
    text-shadow: rgba(255, 255, 255, 0.7) 1px 1px 2px;
    padding-bottom: 10px;
    font-weight: bold;
    text-align: center
}

#navi ul li a span {
    display: block;
    font-size: 1.2rem;
    color: #3caded;
    font-weight: normal
}

#navi ul li a:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #3caded;
    content: '';
    transition: all 0.3s ease-in-out 0s
}

#navi ul li a:hover:before {
    width: 100%
}

#navi ul li:before {
    position: absolute;
    content: '/';
    left: 0;
    top: 50%;
    transform: translate3D(0, -50%, 0)
}

#navi ul li:first-child:before {
    display: none
}

#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999
}

#page-top a {
    display: block;
    background: #ccc;
    box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
    color: #111;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    font-family: 'FontAwesome';
    font-size: 1.2rem;
    text-align: center
}

#page-top a:hover {
    opacity: 0.6
}

.foot_navi {
    padding: 20px 0;
    background: #FFFFFF;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD
}

.foot_navi ul {
    margin: 0 auto;
    width: 1000px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.foot_navi ul li {
    flex: 1 0 auto;
    text-align: center
}

.foot_navi ul li a {
    color: #323232;
    position: relative;
    padding-left: 20px
}

.foot_navi ul li a:before {
    content: "";
    background-color: #3caded;
    width: 10px;
    height: 4px;
    position: absolute;
    top: .45em;
    left: 0
}

.foot_navi ul li a:hover {
    color: #ccc
}

#footer {
    background: url(../img/wood.jpg) repeat-x left bottom, #3caded;
    font-size: 1.2rem;
    color: #fff
}

#footer .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 30px 0
}

#footer .inner .flogo {
    width: 300px;
    float: right
}

#footer .inner .address {
    margin-bottom: 10px
}

.slideshow {
    position: relative;
    margin-top: 85px
}

.slideshow #catch,
.slideshow .catch {
    position: absolute;
    z-index: 999;
    width: 100%;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media all and (max-width: 800px) {
    .slideshow {
        margin-top: 67px
    }
}

.swiper-slide {
    padding: 35rem 0
}

@media all and (max-width: 639px) {
    .swiper-slide {
        padding: 200px 0
    }
}

.slide01 {
    background: url(../img/bg_slide01.jpg) no-repeat center;
    background-size: cover
}

.slide02 {
    background: url(../img/bg_slide02.jpg) no-repeat center 60%;
    background-size: cover
}

.slide03 {
    background: url(../img/bg_slide03.jpg) no-repeat center 80%;
    background-size: cover
}

.slide04 {
    background: url(../img/bg_slide04.jpg) no-repeat center;
    background-size: cover
}

.slide05 {
    background: url(../img/bg_slide05.jpg) no-repeat center;
    background-size: cover
}

.slide06 {
    background: url(../img/bg_slide06.jpg) no-repeat center;
    background-size: cover
}

.top-scroll a {
    display: block;
    position: absolute;
    z-index: 400;
    left: 0;
    right: 0;
    top: auto;
    bottom: 5%;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    padding-top: 18px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    text-align: center;
    font-size: 1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.top-scroll a:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: auto;
    bottom: 12px;
    width: 8px;
    height: 8px;
    margin: 0 auto;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg)
}

@media all and (max-width: 800px) {
    .top-scroll a {
        display: none
    }
}

.bg_contact {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    background: url(../img/bg_contact.jpg) no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover
}

.bg_contact .single {
    padding: 30px 0
}

@media all and (max-width: 639px) {
    .bg_contact .single {
        padding: 20px 0
    }
}

.contact-txt {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px
}

.contact_bnr {
    text-align: center
}

.contact_bnr li {
    display: inline-block;
    margin: 0 15px
}

.contact_bnr li .bnr_tel {
    border: 1px solid #3caded;
    color: #FFFFFF;
    letter-spacing: .1em;
    background: #3caded
}

.contact_bnr li .bnr_tel:before {
    content: "\f095"
}

.contact_bnr li .bnr_tel:hover {
    background: #6bc1f1;
    color: #FFFFFF
}

.contact_bnr li .bnr_fax {
    background: #FFFFFF;
    border: 1px solid #3caded;
    color: #3caded
}

.contact_bnr li .bnr_fax:before {
    content: "\f1ac"
}

.contact_bnr li .bnr_mail {
    border: 1px solid #ccc;
    background: #fff;
    color: #111
}

.contact_bnr li .bnr_mail:before {
    content: "\f0e0"
}

.contact_bnr li .bnr_mail:hover {
    background: #b3b3b3
}

.contact_bnr li a,
.contact_bnr li span {
    display: block;
    padding: 8px 5px;
    width: 250px;
    color: #FFFFFF;
    font-size: 1.7rem;
    font-weight: bold;
    border-radius: 25px
}

.contact_bnr li a:before,
.contact_bnr li span:before {
    font-family: 'FontAwesome';
    margin-right: 5px
}

.single {
    margin: 0 auto;
    padding: 40px 0
}

.single02 {
    margin: 0 auto;
    padding: 40px 0
}

.margin-top {
    margin-top: -40px
}

@media all and (max-width: 639px) {
    .margin-top {
        margin-top: -30px
    }
}

.mbox {
    box-sizing: border-box;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.9);
    padding: 20px
}

@media all and (max-width: 639px) {
    .mbox {
        padding: 10px
    }
}

.mbox2 {
    box-sizing: border-box;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    border: 1px solid #3caded;
    padding: 10px
}

.bg01 {
    background: url(../img/bg_body2.jpg)
}

.bg02 {
    background: rgba(60, 173, 237, 0.2)
}

.bg-grid {
    background: rgba(255, 255, 255, 0.9);
    background-image: -webkit-linear-gradient(transparent 95%, rgba(136, 136, 136, 0.2) 50%, rgba(136, 136, 136, 0.2)), -webkit-linear-gradient(0deg, transparent 95%, rgba(136, 136, 136, 0.2) 50%, rgba(136, 136, 136, 0.2));
    background-size: 20px 20px;
    background-repeat: repeat
}

.bg-map {
    background: url(../img/map.png) no-repeat right bottom
}

@media all and (max-width: 639px) {
    .bg-map {
        -webkit-background-size: auto 200px;
        background-size: auto 200px;
        background-position: right top
    }
}

#body-wrap {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

@media all and (max-width: 800px) {
    #body-wrap {
        width: 100%;
        justify-content: center
    }
}

#main {
    order: 2;
    flex: 1
}

#side {
    order: 1;
    width: 230px;
    margin-right: 20px;
    box-sizing: border-box;
    padding: 20px 0;
    border: 1px solid #eee;
    background: rgba(255, 255, 255, 0.7)
}

@media all and (max-width: 800px) {
    #side {
        display: none
    }
}

#side-nav li {
    box-sizing: border-box;
    border-bottom: 1px solid #ccc
}

#side-nav li a {
    display: block;
    width: 100%;
    font-weight: bold;
    letter-spacing: .1rem;
    background: #fff;
    position: relative;
    box-sizing: border-box;
    padding: 10px 5px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1) inset
}

#side-nav li a:after {
    position: absolute;
    content: "";
    width: 40px;
    height: 100%;
    right: 0px;
    top: 0;
    background: #eee;
    transition: all .3s ease-in-out
}

#side-nav li a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    margin-right: 5px
}

#side-nav li a:hover {
    background: lemonchiffon
}

#side-nav li a:hover:after {
    width: 30px;
    background-image: linear-gradient(to right, rgba(60, 173, 237, 0.9) 0%, rgba(60, 173, 237, 0.6) 100%)
}

.side-bnr li {
    margin-bottom: 5px
}

.mtitle {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    color: #3caded;
    line-height: 1.9;
    font-weight: normal;
    margin-bottom: 30px;
    text-align: center;
    font-size: 1.8rem
}

.mtitle span {
    display: block;
    font-size: 4rem;
    color: #3a200c;
    font-weight: bold;
    position: relative
}

.mtitle span:after {
    content: "";
    width: 36px;
    height: 2px;
    border-radius: 10px;
    background: url(../img/wood.jpg);
    position: absolute;
    left: 50%;
    bottom: 2px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.mtitle.white {
    color: #fff
}

.mtitle.white span {
    color: #fff
}

.mtitle.white span:after {
    background-color: #eee
}

.mtitle.mtitle_left {
    text-align: left
}

.mtitle.mtitle_left span:after {
    left: 0;
    transform: none
}

.mtitle_point {
    margin-bottom: 15px;
    font-size: 1.7rem;
    position: relative;
    text-align: center
}

.mtitle_point:after {
    content: "";
    width: 30px;
    height: 2px;
    background-color: #3caded;
    display: block;
    margin: 10px auto 0
}

.mtitle-bll {
    font-size: 1.8rem;
    font-weight: normal;
    border-bottom: 2px solid #EEEEEE;
    position: relative;
    margin-bottom: 15px;
    text-indent: 1.8rem
}

.mtitle-bll:after {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f105";
    display: block;
    border-bottom: 2px solid #3caded;
    bottom: -2px;
    width: 100px;
    text-indent: 2px;
    color: #AAAAAA
}

.mtitle_box {
    background: #3caded;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.8rem;
    position: relative;
    padding: 5px 10px;
    margin-bottom: 10px
}

.mtitle_box span {
    font-weight: normal;
    font-size: 14px
}

.mtitle_box:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: '\f30a';
    display: block;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff
}

.mtext1 {
    font-size: 2.2rem;
    font-weight: bold;
    color: lemonchiffon;
    font-family: "YakuHanMP", "Noto Serif JP", serif
}

.mtext2 {
    font-size: 3.5rem;
    font-weight: normal;
    font-family: "YakuHanMP", "Noto Serif JP", serif;
    text-align: center;
    letter-spacing: .1rem
}

.mtitle_bnr {
    font-size: 2rem;
    font-weight: 600;
    color: #3caded;
    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: normal
}

.mtitle_category:before {
    font-family: 'FontAwesome';
    font-weight: normal;
    content: "\f0ca";
    margin-right: 5px;
    color: #3caded
}

.mtitle_catch {
    margin-bottom: 20px;
    background: #f1edee;
    padding: 14px 15px 10px;
    font-size: 1.8rem;
    font-weight: normal
}

.btn01 a {
    background: #FFFFFF;
    text-align: center;
    width: 250px;
    margin: 0 auto;
    display: block;
    padding: 8px 5px;
    font-weight: bold;
    border: 1px solid #3caded;
    border-radius: 25px
}

.btn01 a:hover {
    background: #3caded;
    color: #FFFFFF
}

.news {
    overflow: hidden
}

.news dt {
    float: left;
    width: 8em;
    padding-top: 10px;
    font-weight: normal
}

.news dd {
    padding: 10px 0 10px 8em;
    border-bottom: 1px dotted #DDDDDD
}

.news dd:last-child {
    border-bottom: none
}

.news-bl {
    overflow: hidden;
    margin: 15px auto 30px
}

.news-bl dt {
    float: left;
    width: 7em;
    padding: 3px 5px;
    line-height: 1.3;
    background: #3caded;
    color: #FFFFFF;
    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
}

.bg-greet {
    background: url(../img/bg-greet.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%
}

.bg-greet .inner {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 10px
}

@media all and (max-width: 800px) {
    .bg-greet .inner {
        width: 100%
    }
}

.bg-greet.pageTitle {
    padding-top: 150px
}

@media all and (max-width: 800px) {
    .bg-greet.pageTitle {
        padding-top: 120px
    }
}

.bg-01 {
    background: url(../img/bg-greet.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover
}

.article {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.article .article_image {
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.article .article_detail {
    width: 50%;
    box-sizing: border-box;
    padding: 100px 0
}

.article .article_detail .inner {
    margin: 0 auto;
    width: 80%
}

@media all and (max-width: 800px) {
    .article .article_detail .inner {
        width: 90%
    }
}

.article.article_01 {
    background: rgba(60, 173, 237, 0.8);
    color: #fff
}

.article.article_01 .article_image {
    background-image: url(../img/article_image_01.jpg);
    background-position: left top
}

@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
    }
}

.tbl {
    width: 100%
}

.tbl th,
.tbl td {
    padding: 10px;
    vertical-align: middle;
    border: 1px solid #CCCCCC
}

.tbl th {
    background: #F9F9F9;
    font-weight: bold
}

.tbl th span {
    font-size: 1.4rem
}

.tbl .cell01 {
    width: 25%
}

.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: left;
    width: 25%;
    position: relative;
    background: #3caded;
    color: #FFFFFF;
    font-weight: normal
}

.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: #3caded;
    margin-top: -10px
}

.company td {
    background: #F9F9F9;
    padding-left: 20px
}

.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: 10px;
    padding-left: 1rem;
    margin-bottom: 10px;
    border-bottom: 1px dotted #CCCCCC
}

.list_common li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

.list_policy li {
    font-size: 1.8rem;
    border-left: solid 10px rgba(60, 173, 237, 0.5);
    background: #f1f8ff;
    margin-bottom: 10px;
    padding: 0.8rem;
    font-style: italic
}

.list_policy li span {
    font-size: 2rem;
    color: #1597e1;
    margin-right: 5px
}

@media all and (max-width: 639px) {
    .list_policy li {
        font-size: 1.4rem;
        line-height: 1.6
    }
}

.list_check li:before {
    font-family: 'FontAwesome';
    content: "\f14a";
    margin: 0 5px 0 -1.5em;
    color: #3caded
}

.ol-list {
    counter-reset: number;
    list-style: none;
    margin: 0;
    padding: 0
}

.ol-list li {
    line-height: 2;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px
}

.ol-list li:before {
    counter-increment: number;
    content: counter(number);
    background: #3caded;
    display: inline-block;
    width: 2em;
    height: 2em;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    margin-right: .3em
}

.point-wrap {
    border-bottom: 1px soldi #ccc;
    padding: 10px 0;
    margin-bottom: 5px
}

.point-wrap dt {
    position: relative;
    overflow: hidden;
    padding-left: 90px;
    font-size: 1.8rem;
    color: #3caded;
    border-bottom: 1px dashed #3caded;
    margin-bottom: 5px
}

.point-wrap dt span {
    position: absolute;
    display: block;
    width: 80px;
    height: 80px;
    background: #1597e1;
    font-size: 4rem;
    color: #fff;
    left: 0;
    bottom: -30px;
    text-align: center
}

.point-wrap dd {
    padding: 5px
}

@media all and (max-width: 639px) {
    .point-wrap dt {
        font-size: 1.6rem;
        line-height: 1.6;
        overflow: visible;
        padding-left: 70px
    }

    .point-wrap dt span {
        width: 60px;
        height: 40px;
        line-height: 40px;
        bottom: 0;
        font-size: 2rem
    }
}

.blog_list {
    display: flex;
    justify-content: space-between
}

.blog_list .blog_img {
    width: 35%;
    overflow: hidden
}

.blog_list .blog_img img {
    transition: all 0.4s ease
}

.blog_list .blog_detail {
    width: 60%
}

.blog_list .blog_detail .blog_ttl {
    font-weight: 500;
    color: #3caded;
    margin-bottom: 5px
}

.blog {
    display: block;
    padding: 15px;
    background: #FFFFFF;
    box-sizing: border-box;
    color: #323232
}

.blog:hover .blog_img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.date {
    display: block;
    font-size: 1.2rem;
    margin-bottom: 5px
}

.date.date_02 {
    margin-bottom: 15px
}

.date:before {
    font-family: 'FontAwesome';
    content: "\f017";
    margin-right: 5px
}

.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;
    justify-content: start;
    flex-wrap: wrap;
    margin-bottom: -3%
}

.column2 .child {
    width: 48.44%;
    margin: 0 3% 3% 0;
    position: relative
}

.column2 .child:nth-child(2n) {
    margin: 0 0 3% 0
}

@media all and (max-width: 639px) {
    .column2 .child {
        width: 100%;
        margin: 0 auto 10px
    }
}

.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
}

.flickSlider {
    margin: 0 auto;
    text-align: left;
    display: none
}

.flickSlider .flickView {
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden
}

.flickSlider .flickView ul {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    overflow: hidden
}

.flickSlider .flickView ul li {
    width: 100%;
    float: left;
    display: inline;
    overflow: hidden
}

.flickSlider .flickView ul li img {
    width: 100%
}

.flickSlider .flickThumb {
    width: 100%;
    overflow: hidden
}

.flickSlider .flickThumb ul {
    width: 110%
}

.flickSlider .flickThumb ul li {
    float: left;
    cursor: pointer;
    display: inline
}

.flickSlider .flickThumb ul li img {
    width: 100%
}

.flickSlider .flickThumb ul li.active {
    filter: alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important
}

.flickSlider .btnPrev,
.flickSlider .btnNext {
    top: 0;
    width: 5%;
    height: 100%;
    position: absolute;
    cursor: pointer
}

.flickSlider .btnPrev {
    left: 0;
    background: url(../img/btnPrev.png) no-repeat center center #000
}

.flickSlider .btnNext {
    right: 0;
    background: url(../img/btnNext.png) no-repeat center center #000
}

.cut {
    overflow: hidden;
    zoom: 1
}

.w300 {
    width: 300px
}

.spbr {
    display: none
}

.num {
    color: #FF0000;
    font-weight: bold;
    margin-right: 5px
}

.breadcrumb {
    margin-bottom: 30px;
    padding-left: 0;
    font-size: 1.3rem
}

.breadcrumb li {
    display: inline
}

.breadcrumb li+li:before {
    margin: 0 10px;
    content: ">"
}

.breadcrumb li .home {
    font-family: 'FontAwesome'
}

@media all and (max-width: 800px) {
    .breadcrumb {
        background: rgba(255, 255, 255, 0.7);
        margin-bottom: 0;
        padding-left: 10px
    }
}

.form {
    margin: 0 auto;
    width: 90%
}

.form dl dt {
    float: left;
    width: 220px;
    padding-top: 20px
}

.form dl dt span {
    color: #fff;
    background: #FF4F4F;
    padding: 0 5px 0;
    margin-right: 5px;
    font-size: 11px;
    border-radius: 2px;
    position: relative;
    top: -2px
}

.form dl dd {
    padding-left: 220px;
    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;
    box-sizing: border-box
}

.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: #ccc;
    border: 1px solid #ccc;
    border-radius: 25px;
    color: #111
}

.form button:hover {
    background: #c67900;
    color: #fff
}

.form button:before {
    font-family: 'FontAwesome';
    font-weight: normal;
    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: #3caded
}

.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: #3caded;
    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 #f5f5f5
}

.form label.radio_text input[type="radio"]:checked {
    box-shadow: none
}

.form label.radio_text input[type="radio"]:focus {
    opacity: 0.2;
    box-shadow: 20px -1px #eeebda
}

.form label.checkbox_text {
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin: 0 20px 5px 0;
    overflow: hidden;
    display: inline-block;
    box-sizing: border-box
}

.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;
    box-sizing: border-box
}

.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 #3caded;
    border-bottom: 3px solid #3caded;
    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
}

.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-box-sizing: border-box;
    box-sizing: border-box;
    -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 15px rgba(0, 0, 0, 0.3)
}

.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;
    vertical-align: middle
}

.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%;
        box-sizing: border-box;
        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 {
    box-sizing: border-box;
    width: 49%;
    margin: 0 0.5% 15px
}

.list2 li a {
    background: #f2f2f2;
    display: block;
    text-align: center;
    padding: 0px;
    height: 250px;
    vertical-align: middle
}

.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 15px
    }

    .list2 li a {
        height: 200px
    }
}

.prv dt {
    color: #3caded;
    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: 10px;
    position: relative;
    box-sizing: border-box;
    background: lemonchiffon
}

.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 #ccc;
    border-top: 1px solid #ccc;
    width: 50px;
    height: 30px
}

.flex li .border:nth-of-type(2) {
    bottom: 0;
    right: 0;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 50px;
    height: 30px
}

.flex li:hover .border {
    width: 102%;
    height: 105%
}

.flex li:hover .linkbtn-more {
    background: #3caded;
    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;
    max-width: 100%;
    height: 180px;
    width: 100%;
    text-align: center;
    font-size: 13px;
    color: #fff;
    background-color: #111
}

.snip1445 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.55s ease;
    transition: all 0.55s ease
}

.snip1445 *:before,
.snip1445 *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -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: #3caded
}

.snip1445 h2 {
    font-size: 1.8rem;
    letter-spacing: 1px
}

.snip1445 .click {
    display: block;
    font-weight: bold;
    width: 150px;
    margin-left: auto;
    background-color: #ccc;
    padding: 3px 10px;
    color: #111;
    text-shadow: #fff 0px 0px 0px
}

.snip1445 img {
    opacity: 0.9
}

.linkbtn-ttl {
    font-size: 1.8rem;
    color: #3caded;
    margin-bottom: 10px;
    float: left
}

@media all and (max-width: 639px) {
    .linkbtn-ttl {
        font-size: 1.6rem
    }
}

.linkbtn-more {
    float: right;
    background: #fff;
    color: #3caded;
    padding: 3px;
    border: 1px solid #3caded
}

@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
}

.note {
    padding: 5px;
    background: lemonchiffon;
    font-weight: bold
}

.mtext3 {
    background: #3caded;
    padding: 10px;
    font-weight: bold;
    font-size: 1.7rem;
    color: #fff
}

.txt-bg {
    display: inline-block;
    max-width: 300px;
    background: lemonchiffon;
    padding: 5px
}

#a01:before,
#a02:before,
#a03:before,
#a04:before {
    content: "";
    height: 90px;
    margin-top: -90px;
    display: block;
    visibility: hidden
}
.form-pattern-1 {
    background:none!important;
}

/*# sourceMappingURL=basis.css.map */