﻿body {
    color: #333;
    font-family: "YakuHanJP", Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.5rem;
    line-height: 1.8;
    background: #fefefe;
    -webkit-font-smoothing: antialiased;
    min-height: 100vh
}

a {
    color: #23325e;
    text-decoration: none;
    transition: all 0.3s ease
}

img {
    max-width: 100%;
    height: auto
}

.bold {
    font-weight: bold
}

@font-face {
    font-family: font01;
    src: url("../font/PRINC___.TTF")
}

.font01 {
    font-family: font01;
    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: 9999
}

.loader::after {
    animation: loader .5s linear infinite;
    border: 1px solid #23325e;
    border-radius: 50%;
    border-right: 1px solid rgba(35, 50, 94, 0.2);
    border-top: 1px solid rgba(35, 50, 94, 0.2);
    content: '';
    height: 70px;
    width: 70px
}

.loader.off {
    display: none
}

@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)
    }
}

.pgttl {
    background: #23325e
}

.pgttl p {
    color: #fff;
    padding: 2px 10px;
    font-size: 13px;
    letter-spacing: 1.2px;
    text-align: center
}

@media screen and (max-width: 768px) {
    .pgttl {
        display: none
    }
}

#header {
    background: #fff;
    width: 100%;
    border-top: 4px solid #23325e;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    z-index: 1000
}

#header #head-contact .inner {
    display: flex;
    flex-wrap: wrap;
    width: 1020px;
    margin: 0 auto 0;
    align-items: center
}

#header #head-contact .inner #logo {
    margin-top: 0px !important
}

#header .head-cmt {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 1.4rem;
    letter-spacing: 1px
}

@media all and (max-width: 800px) {
    #header .head-cmt {
        display: none
    }
}

#header .head-logo {
    margin-right: auto
}

#header .head-right {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    width: 520px;
    justify-content: flex-end;
    font-family: "YakuHanJP", "Josefin Sans", "Barlow Condensed", "Noto Sans Japanese", "sans-serif"
}

@media all and (max-width: 800px) {
    #header .head-right {
        width: 380px;
        margin-right: 90px;
        display: none
    }
}

@media all and (max-width: 639px) {
    #header .head-right {
        border-top: 1px solid #eee;
        padding-top: 3px;
        width: 100%;
        margin: 0;
        justify-content: center;
        display: none
    }
}

#header .head-right.top0 {
    margin-top: 0px
}

#header .head-right0 {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    width: 650px;
    justify-content: flex-end;
    font-family: "YakuHanJP", "Josefin Sans", "Barlow Condensed", "Noto Sans Japanese", "sans-serif"
}

@media all and (max-width: 800px) {
    #header .head-right0 {
        width: 380px;
        margin-right: 90px;
        display: none
    }
}

@media all and (max-width: 639px) {
    #header .head-right0 {
        border-top: 1px solid #eee;
        padding-top: 3px;
        width: 100%;
        margin: 0;
        justify-content: center;
        display: none
    }
}

#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-tel2,
#header .head-sns,
#header .head-mail {
    font-size: 1.5rem;
    margin: 2px
}

#header .head-tel a,
#header .head-tel2 a,
#header .head-sns a,
#header .head-mail a {
    color: #fff;
    display: block;
    max-width: 200px;
    height: 45px;
    font-weight: bold;
    line-height: 45px;
    padding: 0 15px;
    text-align: center;
    background: #5a8ac7;
    border-radius: 10px
}

#header .head-tel a:hover,
#header .head-tel2 a:hover,
#header .head-sns a:hover,
#header .head-mail a:hover {
    background: #80a5d4
}

#header .head-tel a:before,
#header .head-tel2 a:before,
#header .head-sns 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-tel2,
    #header .head-sns,
    #header .head-mail {
        font-size: 1.5rem
    }
}

@media all and (max-width: 639px) {

    #header .head-tel,
    #header .head-tel2,
    #header .head-sns,
    #header .head-mail {
        font-size: 1.4rem
    }

    #header .head-tel a,
    #header .head-tel2 a,
    #header .head-sns a,
    #header .head-mail a {
        width: 148px
    }
}

#header .head-tel a {
    background: #23325e;
    letter-spacing: 1.5px
}

#header .head-tel a:before {
    content: "\f095";
    font-size: 80%
}

#header .head-tel a:hover {
    background: #3c70b2
}

#header .head-tel2 a {
    background: #151e39
}

#header .head-tel2 a:before {
    content: "\f10b"
}

#header .head-tel2 a:hover {
    background: #070a14
}

#header .head-tel3 {
    font-size: 1.5rem;
    line-height: 1.2
}

#header .head-tel3 a {
    font-size: 3rem;
    color: #23325e;
    display: block;
    font-weight: bold
}

#header .head-tel3 a:hover {
    color: #5a8ac7
}

#header .head-tel3 a:before {
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    margin-right: 5px;
    content: "\f098"
}

@media all and (max-width: 800px) {
    #header .head-tel3 a {
        font-size: 2.5rem
    }
}

@media all and (max-width: 639px) {
    #header .head-tel3 a {
        font-size: 1.6rem
    }
}

#header .head-sns a {
    font-weight: normal
}

#header .head-sns a:hover {
    background: #3f5aa8
}

#header .head-mail a {
    background: #151e39;
    font-size: 1.4rem
}

#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 .inner {
    width: 1020px;
    margin: 0 auto;
    position: relative
}

#header .inner #logo {
    margin-top: 10px
}

#header .inner #head-right {
    margin-left: auto
}

#header.scrolled {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    animation: hd-scrolled 0.65s cubic-bezier(0.2, 1, 0.2, 1)
}

#header.scrolled .inner #logo {
    float: left
}

#navi {
    width: 650px;
    float: right
}

#navi ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end
}

#navi li {
    transition: all 0.3s ease;
    list-style: none;
    transform: skewX(170deg);
    background: #fff;
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 1.4rem;
    font-weight: normal;
    white-space: nowrap;
    box-sizing: border-box;
    width: calc(750px / 6);
    height: 90px;
    overflow: hidden
}

#navi li.point {
    background: #23325e;
    position: relative
}

#navi li.point a {
    color: #fff
}

#navi li.point a span {
    color: #ffda2d
}

#navi li.point:hover {
    background: #5a8ac7
}

#navi li.point:hover a {
    color: #fff
}

#navi li.point:hover span {
    color: #eee
}

#navi li a {
    width: 100%;
    transform: skewX(-170deg);
    box-sizing: border-box;
    line-height: 1.3;
    display: block;
    text-align: center;
    font-weight: 500;
    padding: 20px 0;
    border: none;
    position: relative;
    cursor: pointer;
    color: #000
}

#navi li a span {
    color: #23325e;
    display: block;
    font-size: 15px
}

#navi li a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: bold;
    display: block
}

#navi li:hover {
    background: #5a8ac7
}

#navi li:hover a {
    color: #fff
}

#navi li:hover span {
    color: #eee
}

#navi * {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999
}

#page-top a {
    display: block;
    background: #23325e;
    box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
    color: #fff;
    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: 10px 0
}

.foot_navi ul {
    margin: 0 auto;
    width: 1020px;
    display: flex;
    flex-wrap: wrap
}

.foot_navi ul li {
    flex: 1 0 auto;
    margin-bottom: 4px
}

.foot_navi ul li a {
    color: #111;
    font-size: 1.4rem;
    position: relative;
    padding-left: 20px
}

.foot_navi ul li a span {
    display: none
}

.foot_navi ul li a:before {
    content: "";
    background-color: #5a8ac7;
    width: 10px;
    height: 4px;
    position: absolute;
    top: .45em;
    left: 0
}

.foot_navi ul li a:hover {
    color: #23325e
}

#footer {
    font-size: 1.2rem;
    color: #111
}

#footer .inner {
    width: 1020px;
    margin: 0 auto;
    padding: 15px 0
}

#footer .inner .address {
    margin-bottom: 10px
}

.copyright {
    padding: 3px 0;
    background: #eee;
    color: #333
}

#slideshow {
    width: 100%;
    height: 70vh;
    overflow: hidden;
    position: relative
}

#slideshow #catch {
    position: absolute;
    z-index: 998;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    animation: fadeIn 6s ease 0s 1 normal;
    -webkit-animation: fadeIn 6s ease 0s 1 normal
}

@media all and (max-width: 800px) {
    #slideshow {
        height: 70vh
    }
}

#catch01 {
    z-index: 1000;
    margin-bottom: 2rem
}

#catch02 {
    z-index: 1000;
    font-size: 3rem;
    -webkit-text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
    -moz-text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
    -ms-text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3)
}

#catch01.catch01On,
#catch02.catch02On {
    opacity: 1;
    -webkit-transition: 3s;
    -moz-transition: 3s;
    -o-transition: 3s;
    transition: 3s
}

#flash {
    background: url(../bxslider/images/0.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
    position: relative
}

@media all and (max-width: 639px) {
    #flash {
        height: 70vh
    }
}

.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: 70vh
    }
}

.flashimg {
    width: 960px;
    max-width: 960px;
    height: 320px;
    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
}

@media all and (max-width: 639px) {
    .flashimg {
        max-width: 100%;
        width: 100%;
        height: 120px;
        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: 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;
    font-family: "YakuHanJP", "Josefin Sans", "Barlow Condensed", "Noto Sans Japanese", "sans-serif";
    letter-spacing: 1.5px
}

.contact_bnr li {
    display: inline-block;
    margin: 0 15px
}

.contact_bnr li .bnr_tel {
    border: 1px solid #23325e;
    color: #fff;
    background: #23325e
}

.contact_bnr li .bnr_tel:before {
    content: "\f095"
}

.contact_bnr li .bnr_tel:hover {
    background: #314683
}

.contact_bnr li .bnr_sp {
    background: #FFFFFF;
    border: 1px solid #23325e;
    color: #23325e
}

.contact_bnr li .bnr_sp:before {
    content: "\f10b"
}

.contact_bnr li .bnr_sp:hover {
    background: #a3b2dd
}

.contact_bnr li .bnr_fax {
    background: #FFFFFF;
    border: 1px solid #23325e;
    color: #23325e
}

.contact_bnr li .bnr_fax:before {
    content: "\f1ac"
}

.contact_bnr li .bnr_mail {
    border: 1px solid #5a8ac7;
    background: #5a8ac7;
    color: #fff
}

.contact_bnr li .bnr_mail:before {
    content: "\f0e0"
}

.contact_bnr li .bnr_mail:hover {
    background: #2f588c
}

.contact_bnr li a,
.contact_bnr li span {
    display: block;
    padding: 8px 5px;
    width: 250px;
    color: #FFFFFF;
    font-size: 1.8rem;
    font-weight: bold;
    border-radius: 25px
}

@media all and (max-width: 639px) {

    .contact_bnr li a,
    .contact_bnr li span {
        width: 100%
    }
}

.contact_bnr li a:before,
.contact_bnr li span:before {
    font-family: 'FontAwesome';
    margin-right: 5px
}

.single {
    width: 1020px;
    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
    }
}

.lsingle,
.rsingle {
    width: 48.44%
}

.lsingle {
    float: left
}

.rsingle {
    float: right
}

.mbox {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.95);
    padding: 20px
}

@media all and (max-width: 639px) {
    .mbox {
        padding: 10px
    }
}

.mbox2 {
    text-align: center;
    padding: 10px;
    margin-bottom: 100px
}

.mbox3 {
    padding: 10px;
    background: rgba(255, 255, 255, 0.2)
}

.mbox4 {
    padding: 10px;
    border: 1px solid #5a8ac7;
    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(35, 50, 94, 0.2);
    padding-bottom: 200px
}

.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
    }
}

.bg-area {
    background: url(../img/area.png) no-repeat right center;
    padding: 0px 0 150px
}

@media all and (max-width: 639px) {
    .bg-area {
        padding: 10px 0;
        -webkit-background-size: auto 150px;
        background-size: auto 150px;
        background-position: center center
    }
}

#main {
    float: left;
    width: 70%
}

#side {
    float: right;
    width: 26%
}

.mtitle {
    color: #555;
    line-height: 1.9;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
    font-size: 1.8rem;
    letter-spacing: 1.5px
}

.mtitle span {
    letter-spacing: 0.5px;
    display: block;
    font-size: 4rem;
    color: #23325e;
    position: relative;
    font-weight: bold;
    font-family: "YakuHanJP", "Josefin Sans", "Barlow Condensed", "Noto Sans Japanese", "sans-serif"
}

.mtitle span:after {
    content: "";
    height: 2px;
    width: 20px;
    border-radius: 10px;
    background: #23325e;
    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 !important;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.2) !important
}

.mtitle.white span:after {
    background-color: #eee
}

.mtitle.mtitle_left {
    text-align: left
}

.mtitle.mtitle_left span:after {
    left: 0;
    transform: none
}

.mtitle2 span {
    background: #070a14;
    color: #fff;
    padding: 4px 10px
}

.mtitle3 {
    position: relative;
    z-index: 2;
    font-size: 2.8rem;
    color: #151e39;
    margin: 40px 0 30px;
    z-index: 10;
    line-height: 1.4;
    padding-left: 10px
}

.mtitle3 span {
    position: absolute;
    z-index: 0;
    color: rgba(90, 138, 199, 0.2);
    font-weight: bold;
    text-shadow: none;
    font-size: 8rem;
    z-index: -1;
    top: -75px;
    left: -10px
}

@media all and (max-width: 639px) {
    .mtitle3 {
        margin-top: 40px;
        margin-left: 10px;
        font-size: 2.2rem
    }

    .mtitle3 span {
        font-size: 5rem;
        top: -50px
    }
}

.mtitle-area {
    font-size: 2.2rem
}

.mtitle-area span {
    background: #23325e;
    color: #fff;
    padding: 4px 10px;
    margin-right: 15px;
    font-size: 4.2rem;
    letter-spacing: .1rem;
    position: relative
}

.mtitle_point {
    margin-bottom: 15px;
    font-size: 1.7rem;
    position: relative;
    text-align: center
}

.mtitle_point:after {
    content: "";
    width: 30px;
    height: 2px;
    background-color: #23325e;
    display: block;
    margin: 10px auto 0
}

.mtitle-bll {
    font-size: 1.7rem;
    font-weight: bold;
    border-bottom: 2px solid #EEEEEE;
    position: relative;
    margin-bottom: 10px;
    line-height: 1.5;
    color: #333
}

.mtitle-bll:before {
    font-family: 'FontAwesome';
    content: "\f105";
    margin-right: 5px;
    color: #23325e
}

.mtitle-bll:after {
    position: absolute;
    content: "";
    display: block;
    bottom: -2px;
    width: 100px;
    height: 2px;
    background: #23325e
}

@media all and (max-width: 639px) {
    .mtitle-bll {
        font-size: 1.6rem
    }
}

.mtitle_sub {
    color: #3a200c;
    line-height: 2.0;
    padding-left: 0.5em;
    font-weight: 600;
    position: relative;
    border-left: 6px solid #5a8ac7;
    margin: 8px 0
}

.mtitle_sub:before {
    position: absolute;
    left: -6px;
    bottom: 0;
    content: '';
    width: 6px;
    height: 50%;
    background-color: #ccc
}

.mtitle_box {
    background: #5a8ac7;
    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
}

@media all and (max-width: 639px) {
    .mtitle_box {
        font-size: 16px
    }
}

.mtitle_box2 {
    background: #2a3c71;
    color: #fff;
    font-size: 1.8rem;
    position: relative;
    font-weight: bold;
    overflow: hidden;
    padding: 5px 10px;
    margin-bottom: 15px
}

.mtitle_box2 .small-cap {
    font-weight: normal;
    font-size: 14px
}

.mtitle_box2:before {
    background-color: #5a8ac7;
    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: 16px;
        line-height: 1.5;
        padding-right: 40px
    }

    .mtitle_box2 span {
        font-size: 12px
    }

    .mtitle_box2:before {
        width: 215px;
        right: -120px
    }
}

.mtitle_box3 {
    color: #fff;
    font-size: 1.8rem;
    position: relative;
    padding: 5px 10px;
    margin-bottom: 10px;
    background: #5a8ac7
}

.mtitle_box3.col1 {
    background: #23325e
}

.mtitle_box3.col2 {
    background: #5a8ac7
}

.mtitle_box3:before {
    font-family: "Font Awesome 5 Free";
    content: '\f138';
    color: #fff;
    margin-right: 3px;
    font-size: 90%
}

@media all and (max-width: 639px) {
    .mtitle_box3 {
        font-size: 16px
    }
}

.mtext1 {
    font-size: 1.7rem;
    font-weight: bold
}

@media all and (max-width: 639px) {
    .mtext1 {
        font-size: 1.5rem;
        font-weight: normal
    }
}

.mtext2 {
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    letter-spacing: .1rem
}

@media all and (max-width: 639px) {
    .mtext2 {
        font-size: 1.8rem
    }
}

.mtext3 {
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
    font-family: "YakuHanJP", "Noto Sans Japanese";
    color: #23325e;
    line-height: q 0.4
}

.mtext3:before {
    font-family: "Font Awesome 5 Free";
    content: "\f4df";
    font-weight: bold;
    margin-right: 5px
}

@media all and (max-width: 639px) {
    .mtext3 {
        font-size: 2.8rem
    }
}

.mtitle_bnr {
    font-size: 2rem;
    font-weight: 600;
    color: #23325e;
    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: #23325e
}

.mtitle_catch {
    font-weight: bold;
    margin: 10px 0;
    color: #151e39;
    border-bottom: 1px solid #23325e;
    font-size: 1.8rem;
    background: #f5f5f5
}

.btn01 a {
    background: #FFFFFF;
    text-align: center;
    width: 250px;
    margin: 0 auto;
    display: block;
    padding: 8px 5px;
    font-weight: bold;
    border: 1px solid #23325e;
    border-radius: 25px
}

.btn01 a:hover {
    background: #23325e;
    color: #FFFFFF
}

.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 i {
    width: 34px
}

@media all and (max-width: 639px) {
    .btn02 {
        width: 250px
    }
}

.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
}

.news-bl dt {
    float: left;
    width: 7em;
    padding: 3px 5px;
    line-height: 1.3;
    background: #23325e;
    color: #fff;
    text-align: center;
    font-family: "YakuHanJP", "Josefin Sans", "Barlow Condensed", "Noto Sans Japanese", "sans-serif"
}

.news-bl dd {
    letter-spacing: 1.2px;
    padding: 0 0 10px 8em;
    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-01.jpg) no-repeat 50%;
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    position: relative;
    z-index: 1
}

.bg-greet.auto {
    background: url(../img/auto-bg.jpg) no-repeat 80% 60%;
    -webkit-background-size: cover;
    background-size: cover
}

.bg-greet:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(0, 0, 0, 0.2)
}

.bg-greet .inner {
    width: 1020px;
    margin: 0 auto;
    padding: 50px 0 20px
}

@media all and (max-width: 800px) {
    .bg-greet {
        background-attachment: scroll
    }

    .bg-greet .inner {
        width: 99%;
        padding: 38px 0 5px
    }
}

.bg-01 {
    background: url(../img/bg-01.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover
}

.bg-02 {
    background: url(../img/bg-02.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover
}

.bg-gradient {
    background-image: linear-gradient(to left bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(238, 238, 238, 0.5) 50%, rgba(238, 238, 238, 0.5) 100%)
}

.bg-gradient2 {
    background-image: radial-gradient(#ffffff 20%, rgba(0, 0, 0, 0) 0%), radial-gradient(#ffffff 20%, rgba(0, 0, 0, 0) 0%);
    background-position: 0 0, 95px 95px;
    background-size: 10px 10px
}

.bg-recruit {
    background: url(../img/bg-recruit.jpg) no-repeat center;
    padding: 20px 0
}

.bg-recruit .inner {
    max-width: 750px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.8);
    padding: 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3)
}

.top-sec1 {
    position: relative;
    z-index: 2
}

.top-sec1:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 48%;
    background-image: linear-gradient(to bottom, rgba(35, 50, 94, 0.4) 0%, rgba(255, 255, 255, 0.5) 100%);
    top: 0;
    right: -60px;
    transform: skewX(-20deg);
    z-index: -1
}

@media all and (max-width: 800px) {
    .top-sec1 {
        overflow-x: hidden
    }

    .top-sec1:before {
        right: -30px;
        width: 60%
    }
}

.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: #23325e;
    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
    }
}

.tbl {
    width: 100%
}

.tbl th,
.tbl td {
    padding: 10px;
    vertical-align: middle;
    border: 1px solid #CCCCCC
}

.tbl th {
    background: #F9F9F9;
    font-weight: 500
}

.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 {
    background: #fafafa
}

.tbl_new tr th,
.tbl_new tr td {
    vertical-align: middle;
    padding: 10px
}

.tbl_new tr th {
    font-weight: 600
}

.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: #777;
    color: #fff;
    font-weight: bold
}

.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: #777;
    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: normal;
    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 {
    border: 3px solid #5a8ac7;
    padding: 15px;
    border-radius: 10px;
    background: rgba(90, 138, 199, 0.3)
}

.list_check li {
    font-weight: bold;
    font-size: 1.8rem
}

.list_check li:not(:last-child) {
    border-bottom: 1px dotted #CCCCCC;
    margin-bottom: 10px;
    padding-bottom: 8px
}

.list_check li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f4df";
    font-weight: bold;
    margin-right: 5px;
    color: #8bc57b
}

@media all and (max-width: 639px) {
    .list_check {
        padding: 10px
    }

    .list_check li {
        font-size: 1.6rem
    }
}

.list-check {
    overflow: hidden;
    line-height: 1.5
}

.list-check li {
    padding-left: 1.5em;
    padding-top: 8px;
    padding-bottom: 8px;
    text-indent: -1.5em;
    border-bottom: dotted 1px #aaa
}

.list-check li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f14a";
    margin-right: 5px;
    color: #23325e
}

.list-check li:last-child {
    border-bottom: dotted 0px #aaa
}

.list-check2 {
    overflow: hidden;
    line-height: 1.5
}

.list-check2 li {
    padding-left: 1.5em;
    padding-top: 3px;
    padding-bottom: 3px;
    text-indent: -1.5em
}

.list-check2 li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0a9";
    margin-right: 5px;
    color: #5a8ac7
}

.list-check2 li:last-child {
    padding-bottom: 0
}

.ol-list {
    counter-reset: number;
    list-style: none;
    margin: 0;
    padding: 0
}

.ol-list li {
    line-height: 1.8;
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 1.8rem
}

.ol-list li:before {
    counter-increment: number;
    content: counter(number);
    background: #a6c0e1;
    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 li {
        line-height: 1.6;
        margin-bottom: 5px;
        padding-bottom: 5px;
        font-size: 1.6rem
    }

    .ol-list li:before {
        width: 1.6em;
        height: 1.6em
    }
}

.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: 32%;
    margin: 0 0.5% 15px 0.5%;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 10px;
    background: #fff;
    border: 1px solid #ccc
}

@media all and (max-width: 639px) {
    .blog-wrap>li {
        width: 90%;
        margin: 0 auto 10px
    }
}

.blog-img {
    width: 100%;
    height: 180px;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #ccc
}

.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 {
    color: #23325e;
    font-size: 14px
}

.blog-date:before {
    font-family: "Font Awesome 5 Free";
    content: "\f017";
    margin-right: 5px
}

.blog-txt {
    font-size: 14px;
    line-height: 1.5;
    color: #23325e
}

@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
}

.blog_card {
    padding: 5px
}

.blog_card li {
    padding: 5px;
    border-bottom: 1px dashed #ccc;
    box-sizing: border-box;
    margin-bottom: 10px
}

.blog_card li .blog-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.blog_card li .blog_dt {
    display: block;
    font-weight: bold;
    font-size: 14px;
    color: #280000
}

.blog_card li .blog_dt:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f017";
    margin-right: 5px;
    font-weight: normal
}

.blog_card li .blog_img {
    width: 100px;
    text-align: center
}

.blog_card li .blog_img img {
    max-width: 100%
}

.blog_card li .blog_right {
    flex: 1;
    margin-left: 10px
}

.blog_card li .blog_title {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 5px
}

.blog_card li .blog_body {
    line-height: 1.2;
    font-size: 12px
}

.blog_card li img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.blog_card li:last-child {
    border-bottom: none
}

.column2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center
}

.column2 .child1 {
    width: 30%
}

.column2 .child2 {
    width: 40%
}

@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
}

.w300 {
    width: 300px
}

.spbr {
    display: none
}

.color1 {
    color: #23325e
}

.color2 {
    color: #c8210b
}

.color3 {
    color: #5a8ac7
}

.num {
    color: #c00;
    font-weight: bold;
    font-size: 2.5rem;
    text-align: center
}

.num:before {
    font-family: "Font Awesome 5 Free";
    content: "\f095";
    margin-right: 5px
}

.telbox {
    max-width: 700px;
    margin: 0 auto 20px;
    padding: 20px;
    background: #eee
}

.telbox .inner {
    background: #fff;
    padding: 10px
}

.breadcrumb {
    margin-bottom: 30px;
    padding-left: 0;
    font-size: 1.4rem
}

.breadcrumb li {
    font-weight: bold;
    display: inline;
    color: #333;
    text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff
}

.breadcrumb li a {
    color: #3c70b2
}

.breadcrumb li a:hover {
    color: #5a8ac7
}

.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: #ff6256;
    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 .form-contents {
    padding: 0 0 10px;
}

.form .form-contents dl {
    margin-bottom: 0;
}

.form button,
.form .form-pattern-1 .submit-btn {
    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: #23325e;
    border: 1px solid #23325e;
    border-radius: 25px;
    color: #fff
}

.form button:hover,
.form .form-pattern-1 .submit-btn:hover {
    background: #fff;
    color: #23325e
}

.form .form-pattern-1 .submit-btn::before {
    transition: all .2s ease-in-out 0s;
}

.form .form-pattern-1 .submit-btn:hover::before {
    background: #23325e;
}

.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: #23325e
}

.form label.radio_text {
    cursor: pointer;
    position: relative;
    margin-right: 20px;
    overflow: hidden;
    padding-left: 20px;
    display: inline-block
}

.form label.radio_text:before {
    position: absolute;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    border-radius: 50%;
    left: 0px;
    top: 2px;
    content: '';
    z-index: 3
}

.form label.radio_text:after {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    left: 2px;
    top: 4px;
    background-color: #23325e;
    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 #23325e;
    border-bottom: 3px solid #23325e;
    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;
    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;
    text-align: center
}

.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;
    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
    }
}

.list3 {
    display: flex;
    flex-wrap: wrap
}

.list3 li {
    width: 32%;
    margin: 0 0.5% 15px
}

.list3 li a {
    background: #f2f2f2;
    display: block;
    text-align: center;
    padding: 0px;
    height: 250px;
    vertical-align: middle
}

.list3 li a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    font-family: 'object-fit: contain;'
}

@media all and (max-width: 639px) {
    .list3 li {
        width: 100%;
        margin: 0 auto 15px
    }

    .list3 li a {
        height: 200px
    }
}

.prv dt {
    color: #23325e;
    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 #5a8ac7;
    border-top: 1px solid #5a8ac7;
    width: 50px;
    height: 30px
}

.flex li .border:nth-of-type(2) {
    bottom: 0;
    right: 0;
    border-right: 1px solid #5a8ac7;
    border-bottom: 1px solid #5a8ac7;
    width: 50px;
    height: 30px
}

.flex li:hover .border {
    width: 102%;
    height: 105%
}

.flex li:hover .linkbtn-more {
    background: #23325e;
    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: #23325e
}

.snip1445 h2 {
    font-size: 1.8rem;
    letter-spacing: 1px
}

.snip1445 .click {
    display: block;
    font-weight: bold;
    width: 150px;
    margin-left: auto;
    background-color: #5a8ac7;
    padding: 3px 10px;
    color: #111;
    text-shadow: #fff 0px 0px 0px
}

.snip1445 img {
    opacity: 0.9
}

.linkbtn-ttl {
    font-size: 1.8rem;
    color: #23325e;
    margin-bottom: 10px;
    float: left
}

@media all and (max-width: 639px) {
    .linkbtn-ttl {
        font-size: 1.6rem
    }
}

.linkbtn-more {
    float: right;
    color: #23325e;
    padding: 3px;
    border: 1px solid #23325e
}

@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 #23325e;
    border-bottom: 5px solid #23325e;
    z-index: 20
}

.topbnr li:hover {
    box-shadow: 0 0 0 3px #23325e
}

@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: #23325e;
    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: #0e1426
}

.name {
    background: rgba(7, 10, 20, 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: lemonchiffon
}

.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: #23325e;
    font-size: 3rem;
    font-family: "YakuHanJP", "Noto Sans Japanese", sans-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: normal
}

.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 li {
        width: 44%
    }
}

.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(35, 50, 94, 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: #070a14;
    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: #23325e;
    font-weight: bold
}

.voice-dl dd {
    position: relative;
    z-index: 1;
    width: 97%;
    margin: -15px 0 30px auto;
    padding: 25px 10px 10px;
    background: #f3f3f3
}

.message {
    background: rgba(2, 52, 139, 0.1);
    position: relative;
    padding: 25px 10px 10px;
    margin-top: 15px;
    font-weight: bold
}

.message:before {
    content: "メッセージ";
    font-weight: bold;
    position: absolute;
    display: inline-block;
    background: #02348b;
    color: #fff;
    padding: 3px 5px;
    top: -10px;
    left: 0
}

.top-works li {
    overflow: hidden
}

.top-works li a {
    height: 200px;
    overflow: hidden;
    background: #000;
    display: block;
    border: 2px solid #fff
}

.top-works li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    transition: all .2s
}

.top-works li a:hover img {
    transform: scale(1.1)
}

#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: 48%;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
    box-shadow: 0 0 5px rgba(35, 50, 94, 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: 60%;
    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, #23325e 0%, #23325e 25%, #1c284b 25%, #1c284b 50%, #5a8ac7 50%, #5a8ac7 100%);
    -webkit-background-size: 200% 100%;
    background-size: 200% 100%;
    background-position: 0 0;
    color: #fff;
    width: 40%;
    padding: 20px 20px 35px
}

.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:hover i:before {
    right: 55px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

.top-halfmenu>li i {
    position: absolute;
    display: block;
    width: 100px;
    height: 1px;
    background: #fff;
    right: 5px;
    bottom: 20px;
    z-index: 3
}

.top-halfmenu>li i:before {
    content: "More";
    font-family: "YakuHanJP", "Josefin Sans", "Barlow Condensed", "Noto Sans Japanese", "sans-serif";
    color: #fff;
    position: absolute;
    top: -18px;
    right: 105px;
    font-size: 18px
}

.top-halfmenu .half-title span {
    font-size: 1.9rem;
    display: block;
    font-weight: bold;
    letter-spacing: 2px
}

@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
    }
}

.top-3menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 1300px;
    margin: 0 auto 20px
}

.top-3menu * {
    transition: all .2s ease-in-out
}

.top-3menu>li {
    position: relative;
    width: 32%;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
    box-shadow: 0 0 5px rgba(35, 50, 94, 0.2)
}

.top-3menu>li a {
    position: absolute;
    z-index: 5;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.top-3menu>li .half-left {
    width: 60%;
    overflow: hidden
}

.top-3menu>li .half-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}

.top-3menu>li .half-right {
    background-image: linear-gradient(to right, #23325e 0%, #23325e 25%, #1c284b 25%, #1c284b 50%, #5a8ac7 50%, #5a8ac7 100%);
    -webkit-background-size: 200% 100%;
    background-size: 200% 100%;
    background-position: 0 0;
    color: #fff;
    width: 40%;
    padding: 20px 10px
}

.top-3menu>li:hover .half-left img {
    transform: scale(1.1)
}

.top-3menu>li:hover .half-right {
    background-position: 101% 0
}

.top-3menu>li:hover i {
    width: 50px
}

.top-3menu>li i {
    position: absolute;
    display: block;
    width: 100px;
    height: 1px;
    background: #fff;
    right: 5px;
    bottom: 20px;
    z-index: 3
}

.top-3menu .half-title span {
    font-size: 3rem;
    display: block;
    font-family: "YakuHanJP", "Josefin Sans", "Barlow Condensed", "Noto Sans Japanese", "sans-serif"
}

@media all and (max-width: 639px) {
    .top-3menu li {
        width: 90%;
        margin: 0 auto;
        flex-direction: column
    }

    .top-3menu li .half-left,
    .top-3menu li .half-right {
        width: 100%
    }

    .top-3menu li .half-left {
        height: 170px
    }

    .top-3menu 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", "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: #23325e
}

.list-center.recruit-list li:last-child {
    background: #ff5c03
}

@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
    }
}

.tcenter_pc {
    text-align: center
}

@media all and (max-width: 639px) {
    .tcenter_pc {
        text-align: left
    }
}

.news-lb {
    margin: 15px 0;
    line-height: 1.8
}

.news-lb dt {
    float: left;
    width: 7em;
    border-right: #23325e 3px solid;
    padding: 5px 0px;
    text-align: center;
    font-weight: bold
}

.news-lb dd {
    padding-left: 8em;
    padding-top: 7px;
    padding-bottom: 15px;
    margin: 0px 0 15px;
    border-bottom: 1px solid #ccc
}

.news-lb dd:last-child {
    border-bottom: 0px
}

.bg-white2 {
    background: rgba(255, 255, 255, 0.6)
}

.mttl_uline2 {
    position: relative;
    padding-left: 25px;
    margin-bottom: 20px;
    font-size: 2.3rem
}

.mttl_uline2:before {
    position: absolute;
    content: '';
    bottom: -3px;
    left: 0;
    width: 0;
    height: 0;
    border: none;
    border-left: solid 15px transparent;
    border-bottom: solid 15px #5a8ac7
}

.mttl_uline2:after {
    position: absolute;
    content: '';
    bottom: -3px;
    left: 10px;
    width: 190px;
    border-bottom: solid 3px #5a8ac7
}

@media all and (max-width: 639px) {
    .mttl_uline2 {
        font-size: 1.8rem
    }

    .mttl_uline2:after {
        width: 150px
    }
}

.w250 {
    width: 250px
}

@media all and (max-width: 639px) {
    .w250 {
        width: 100%
    }
}

.hover:hover {
    opacity: 0.8;
    transition: all 0.5s ease-in-out 0s
}

.b-m0 {
    margin-bottom: 0 !important
}

.mtxt {
    font-size: 18px;
    font-weight: bold
}

@media all and (max-width: 639px) {
    .mtxt {
        font-size: 15px
    }
}

.mtitle_fuki {
    position: relative;
    display: inline-block;
    padding: 10px;
    width: 100%;
    text-align: center;
    background: #23325e;
    color: #FFFFFF;
    box-sizing: border-box
}

.mtitle_fuki:before {
    content: "";
    position: absolute;
    top: 99%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #23325e
}

.mtitle_fuki b {
    letter-spacing: 2px
}

.mtitle_fuki2 {
    position: relative;
    display: inline-block;
    padding: 10px;
    width: 100%;
    text-align: center;
    background: #23325e;
    color: #FFFFFF;
    box-sizing: border-box
}

.mtitle_fuki2:before {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #23325e
}

.mtitle_fuki2 b {
    letter-spacing: 2px
}

.scr_tblarea {
    margin: 30px auto;
    border: 1px solid #eee;
    height: 400px
}

.scr_tbl {
    width: 100%;
    margin: 0
}

.scrbr2 {
    width: 100%;
    height: 400px;
    overflow-x: hidden;
    overflow-y: scroll
}

.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)
    }
}

.mtitle_line {
    border-bottom: 2px solid #00b7fd;
    position: relative;
    margin-bottom: 10px;
    font-size: 2rem;
    display: inline-block
}

.mtitle_line:after {
    position: absolute;
    content: "";
    display: block;
    border-bottom: 2px solid #5a8ac7;
    bottom: -2px;
    width: 20px;
    color: #aaa
}

.tel a {
    font-family: "YakuHanJP", "Josefin Sans", "Barlow Condensed", "Noto Sans Japanese", "sans-serif";
    letter-spacing: 1.5px;
    font-weight: bold;
    color: #23325e;
    font-size: 1.8rem
}

.tel a:before {
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    margin-right: 5px;
    content: "\f098";
    font-size: 90%
}

.tel a:hover {
    color: #80a5d4
}

.top-works-wrap {
    position: relative
}

.top-works-title {
    position: absolute;
    background: rgba(35, 50, 94, 0.7);
    bottom: 0;
    z-index: 20;
    display: block;
    width: 100%;
    color: #fff;
    padding: 3px 5px;
    box-sizing: border-box
}

.bg_maru {
    text-align: center;
    position: relative;
    font-size: 1.7rem;
    font-weight: bold;
    margin: 30px 0
}

.bg_maru:before {
    content: "";
    position: absolute;
    background: #23325e;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1
}

@media all and (max-width: 639px) {
    .bg_maru {
        margin: 15px 0
    }
}

.ls15 {
    letter-spacing: 1.5px
}

.ttl_bg {
    text-align: center;
    background: #23325e;
    color: #fff;
    width: 200px;
    margin: 0 auto -50px;
    padding-top: 8px;
    padding-bottom: 12px;
    letter-spacing: 1.5px;
    font-size: 90%;
    position: relative;
    top: -70px;
    line-height: 1.2
}

.ttl_bg span {
    font-size: 3rem;
    font-family: "YakuHanJP", "Josefin Sans", "Barlow Condensed", "Noto Sans Japanese", "sans-serif";
    display: block
}

.bg-grid2 {
    background: #f8f8f8
}

.grid {
    position: relative;
    margin: 0 0 30px !important;
    padding: 0 !important;
    width: 100% !important;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.grid-item {
    transition: .3s ease-in-out;
    width: calc(33.3% - 7px) !important;
    font-size: 12px;
    background: #fff;
    padding: 10px 10px 10px;
    margin-right: 10px;
    margin-bottom: 15px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 0px 1px
}

.grid-item .gallery {
    background: #f2f2f2;
    width: 100%;
    height: 200px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    margin-bottom: 10px
}

.grid-item:nth-child(3n) {
    margin-right: 0px
}

.grid-item a {
    display: block;
    text-align: center;
    width: 100%;
    height: 200px;
    margin-bottom: 10px;
    overflow: hidden;
    background-color: #fff;
    background-image: url(../img/pgb.png);
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: rgba(0, 0, 0, 0.4) 0 0 1px 1px
}

.grid-item * {
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.grid-item h5 {
    font-size: 1.6rem;
    text-align: center;
    color: #23325e
}

.grid-item dt {
    float: left;
    width: 7em;
    background: #23325e;
    padding: 5px 0px;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    margin: 2px 0 0;
    font-weight: bold;
    border-radius: 5px
}

.grid-item dd {
    padding-left: 8em;
    padding-top: 5px;
    padding-bottom: 10px;
    line-height: 1.6;
    border-bottom: dotted 1px #aaa;
    margin: 5px 0
}

.grid-item dd:last-child {
    border-bottom: 0px
}

.grid-item p {
    line-height: 1.6em;
    font-size: 13px
}

.grid-item img {
    vertical-align: middle;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.grid-item a:hover img {
    opacity: 0.1;
    transform: scale(1.2)
}

@media all and (max-width: 639px) {
    .grid-item {
        transition: .3s ease-in-out;
        width: calc(100% - 0px) !important;
        font-size: 12px;
        background: #fff;
        padding: 10px 10px 10px;
        margin-right: 0;
        box-shadow: rgba(0, 0, 0, 0.3) 0 0 0px 1px
    }
}

.mttl_bl {
    background: #eee;
    color: #23325e;
    text-indent: 0.8em;
    font-size: 1.8rem;
    overflow: hidden;
    font-weight: bold;
    border-left: 2px solid #23325e;
    margin: 10px 0;
    padding: 5px 0
}

.tellink a {
    font-size: 2rem !important;
    color: #314683 !important;
    font-weight: bold
}

.tellink a:hover {
    color: #5a8ac7
}

.tellink a:before {
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    margin-right: 5px;
    content: "\f098"
}

.concept-wrap {
    position: relative;
    padding: 50px 0;
    margin-bottom: 50px
}

.concept-wrap .bg-back {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/bg_01.jpg);
    background-repeat: repeat;
    background-position: center;
    width: 50%;
    height: 100%
}

.concept-wrap .concept-inner {
    position: relative;
    display: table;
    margin: 0 auto;
    width: 100%;
    max-width: 1020px
}

.concept-wrap .figure {
    position: absolute;
    top: 0;
    right: 0;
    display: table-cell;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    width: 60%;
    height: 100%
}

.concept-wrap .fig01 {
    background-image: url("../img/fig_01.jpg")
}

.concept-wrap .in-wrap {
    position: relative;
    float: left;
    width: 530px;
    padding: 50px 0
}

.concept-wrap .in-wrap .concept-box {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.95);
    width: 800px;
    padding: 50px 30px
}

.concept-wrap .in-wrap .concept-box .conts-ttl {
    width: 250px;
    margin: 0 auto 20px
}

.concept-wrap .in-wrap .concept-box .conts-sub_ttl {
    font-size: 2.5rem;
    color: #23325e;
    margin-bottom: 15px
}

@media all and (max-width: 639px) {
    .concept-wrap {
        margin-bottom: 20px;
        padding: 0
    }

    .concept-wrap .figure {
        width: 100%;
        background-position: center
    }

    .concept-wrap .bg-back {
        display: none
    }

    .concept-wrap .concept-inner {
        margin: 0 auto !important
    }

    .concept-wrap .concept-inner .in-wrap {
        float: none;
        width: 95%;
        margin: 0 auto
    }

    .concept-wrap .concept-inner .in-wrap .concept-box {
        background-color: rgba(255, 255, 255, 0.8);
        width: 100%;
        padding: 5%;
        margin: auto;
        box-sizing: border-box
    }

    .concept-wrap .concept-inner .in-wrap .concept-box .conts-ttl {
        font-size: 2rem
    }
}

.mtitle_ballon {
    font-size: 2.2rem;
    padding-left: 15px;
    line-height: 1.5
}

.mtitle_ballon b {
    font-size: 2.5rem;
    letter-spacing: 1.5px
}

.mtitle_ballon span {
    color: #111;
    display: inline-block;
    position: relative;
    font-size: 1.8rem;
    font-weight: bold
}

.mtitle_ballon span:before,
.mtitle_ballon span:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 13px;
    background-color: #252729
}

.mtitle_ballon span:before {
    left: -11px;
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg)
}

.mtitle_ballon span:after {
    right: -11px;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg)
}

@media all and (max-width: 639px) {
    .mtitle_ballon {
        font-size: 1.5rem;
        padding-left: 10px
    }

    .mtitle_ballon b {
        font-size: 1.5rem;
        letter-spacing: 1px
    }

    .mtitle_ballon span {
        font-size: 1.3rem
    }
}

.triple {
    display: flex;
    justify-content: space-between
}

.triple .child {
    width: 33.3%
}

.snip {
    margin-bottom: 50px
}

.snip figure.snip1432 {
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
    min-width: 230px;
    max-width: 50%;
    width: 100%;
    background: #000000
}

.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: 0.8;
    width: 100%;
    vertical-align: top;
    -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;
    width: 100%;
    text-align: center
}

.snip figure.snip1432 figcaption>div.two h3 {
    bottom: 0;
    font-family: "YakuHanJP", Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.4rem;
    font-weight: bold
}

.snip figure.snip1432 figcaption>div.two h3 span {
    display: block;
    font-family: "YakuHanJP", "Josefin Sans", "Barlow Condensed", "Noto Sans Japanese", "sans-serif";
    font-size: 1.5rem
}

.snip figure.snip1432 figcaption>div.two p {
    display: none;
    top: 100px
}

.snip figure.snip1432:hover {
    background: #23325e
}

.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: 639px) {
    .snip figure.snip1432 figcaption>div.one {
        height: 25%
    }

    .snip figure.snip1432 figcaption>div.two h3 {
        font-size: 2.2rem
    }

    .snip figure.snip1432 figcaption>div.two h3 span {
        font-size: 1.4rem
    }

    .snip figure.snip1432 figcaption>div.two p {
        top: 65px
    }

    .snip {
        margin-bottom: 0
    }

    .snip figure.snip1432 {
        margin-bottom: 0px;
        min-width: 100%
    }

    .half,
    .triple {
        display: block;
        margin-bottom: 40px
    }

    .half .child,
    .triple .child {
        width: 100%
    }
}

.dl_fuki {
    margin: 20px 0;
    text-align: center
}

.dl_fuki dt {
    position: relative;
    color: #fff;
    font-weight: bold;
    float: left;
    clear: both;
    padding: 10px 15px;
    width: 35%;
    background: #555
}

.dl_fuki dd {
    padding: 10px 30px;
    display: inline-block;
    background-color: #F8F8F8;
    margin: 0 0 10px;
    width: 65%
}

.dl_fuki dt::after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-width: 10px;
    margin-top: -10px;
    border-left-color: #555
}

/*# sourceMappingURL=basis.css.map */