<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*============================
	parts
============================*/

.link__btn a {
    text-align: center;
    display: block;
    transition: .6s;
}

.link__btn a:hover {
    opacity: .7;
}

html.active {
    overflow: hidden;
}

a {
    transition: .5s;
    cursor: pointer;
}

a:hover {
    opacity: .7;
}

p {
    line-height: 1.8em;
}

.font-en {
    font-family: 'Miriam Libre', sans-serif;
    line-height: 1.8em;
    font-weight: bold;
}

.font-ja {
    font-family:  "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.font-ex {
    font-family: myriad-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.fuchidori {
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.fuchidori_bk {
    text-shadow: 1px 1px 0 #ccc, -1px -1px 0 #ccc, -1px 1px 0 #ccc, 1px -1px 0 #ccc, 0px 1px 0 #ccc, 0-1px 0 #ccc, -1px 0 0 #ccc, 1px 0 0 #ccc;
}

.section__title {
    line-height: 38px;
}
.section__title span{
    font-size: 5rem;
    margin-right: 16px;
    line-height: 1;
    vertical-align: middle;


}

/*伸びる線*/

.stretch_border::after {
    content: "";
    width: 0;
    height: 1px;
    background: #d81626;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .7s;
}

@media screen and (max-width:768px) {}

@media screen and (max-width:599px) {
    .section__title span {
        font-size: 4rem;
    }
}

.no-img{
    width: 268px;
    height: 178px;
    background-color: #bfbfbf;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
}

@media screen and (max-width:768px) {
    .no-img{
        width: 100%;
    }
}

/*============================
	header
============================*/

header {
    height: 180px;
    position: relative;
    z-index: 100;
    background:url(../img/common/hd_line.png)repeat-x top center,#fff;
}
header .inner{
    padding: 0 1%;
}
.header__txt{
    text-align: right;
    padding-top: 20px;
    font-size: 1.2rem;
}
.header__flexwrap{
    padding-bottom: 20px;
}
header h1 {
    width: 220px;
    min-width: 150px;
    padding-left: 10px;
}

.header__flex-right {
    width: 85%;
}


.header__tel.pc {
    font-size: min(3rem, 1.6vw);
    font-weight: bold;
    white-space: nowrap;
    background: url(../img/common/hd_icon_tel.png)no-repeat center left;
    background-size: 15px;
    padding-left: 20px;
    line-height: 40px;
}


.header__contact.pc {
    display: block;
    text-align: center;
    font-size: 1.4rem;
    color: #fff;
    margin: 0 0 0 20px;
    width: 180px;
    height: 40px;
    padding: 0 1% 0 2%;
    line-height: 40px;
    background: #1c7aca;
    white-space: nowrap;
    background: url(../img/common/hd_icon_mail.png)no-repeat center left 10%,#1c7aca;
    border-radius: 20px;

}

/***** g-nav PC ▼*****/

.g-nav__pc {
    text-align: center;
    padding: 0 1% 20px;
}

.g-nav__pc--ul {
    width: 100%;
}
.g-nav__pc ul li{
    border-left: solid 1px #e8e8ed;
    padding: 0 5%;

}
.g-nav__pc ul li:last-child{
    border-right: solid 1px #e8e8ed;
}
.g-nav__pc ul li a {
    font-weight: bold;
    white-space: nowrap;
    font-size: min(1.4rem, 1vw);

    position: relative;
    display: block;
}
.g-nav__pc .current a::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 5px;
    background: #1c7aca;
    left: 50%;
    bottom:-15px;
    border-radius: 2px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
.g-nav__pc ul a:hover span{
    color: #1c7aca;
}
.g-nav__pc span {
    display: block;
    font-size: 1.6rem;
}

/* .g-nav__pc ul li:first-child {
    padding-top: 4px;
    font-weight: bold;
} */


.g-nav__pc ul li a::before{
    content:"";
    position: absolute;
    width: 0;
    height: 5px;
    background: #1c7aca;
    left: 50%;
    bottom:-15px;
    border-radius: 2px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: .5s;
}
.g-nav__pc ul li a:hover:before{
    width: 15px;
}


/***** g-nav ▲*****/

/*
.gnav__contact a {
    border: solid 1px #333;
    padding: 10px 20px 10px 40px;
    background: url(../img/icon_mail.png)no-repeat center left 10px;
}
*/

/***** ハンバーガー ▼*****/

.header__menu {
    font-weight: bold;
    font-size: 1rem;
    z-index: 999;
    padding: 15px 10px;
    width: 52px;
    height: 52px;
    background: #1c7aca;
    transition: .5s;
}

.header__menu.active {
    background: #fff;
}

.header__hamburger {
    width: 30px;
    height: 8px;
    cursor: pointer;
}

.header__hamburger span {
    background: #fff;
    height: 2px;
    width: 100%;
}

.header__menu .header__menu--txt {
    font-size: 1rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
    transition: .5s;
}

.headerColor-default .header__hamburger span {
    background: #fff;
}

.headerColor-default .header__menu--txt {
    color: #fff;
    text-align: center;
    transition: .5s;
}

.header__hamburger.active span {
    background: #1c7aca;
}

.header__gnav--sp.active .header__menu--txt {
    opacity: 0;
}

.header__hamburger--top {
    top: 0;
    transition: .5s;
}

.header__hamburger--middle {
    top: 42.5%;
    transition: .5s;
}

.header__hamburger--bottom {
    bottom: 0;
    transition: .5s;
}

.header__hamburger.active .header__hamburger--top {
    transform: translateY(3px) rotate(30deg);
}

.header__hamburger.active .header__hamburger--middle {
    display: none;
}

.header__hamburger.active .header__hamburger--bottom {
    transform: translateY(-3px) rotate(-30deg);
}

/***** sp nav *****/

.g-nav__bg {
    position: fixed;
    top: 0;
    right: -120%;
    height: 100vh;
    width: 50vw;
    transition: all .5s;
    background: #fff;
    padding: 50px 10%;
    overflow: auto;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 100px;
    margin-top: 52px;
    z-index: 9999;
}

.g-nav__bg.active {
    right: 0;
}

.g-nav__sp-ul {
    margin: 0 0 0 auto;
    font-size: 1.6rem;
    margin-bottom: 50px;
    text-align: center;
}

.g-nav__sp ul li a {
    font-size: 1.6rem;
    height: 100%;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
}
.g-nav__sp .current a::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -3px;
    width: 100%;
    height: 3px;
    background-color: #1c7aca;
}

.g-nav__bg .header__fb {
    margin-bottom: 30px;
}

.g-nav__bg .header__tel {
    font-size: 3rem;
    line-height: 1em;
    margin-bottom: 50px;
    text-align: center;
}

.g-nav__bg .header__contact a {
    display: block;
    text-align: center;
    color: #fff;
    margin: 0;
    width: 100%;
    height: 56px;
    padding: 0 10%;
    line-height: 56px;
    background: url(../img/common/hd_icon_mail.png)no-repeat center left 20%,#1c7aca;
    border-radius: 23px;
    white-space: nowrap;
    font-size: 1.6rem;
}

@media screen and (max-width:768px) {
   .g-nav__pc {
        display: none;
    }
    .g-nav__bg .pc {
        display: block;
    }
    .header__contact.pc{
        display: none;
    }

    header {
        height: 52px;
        position: fixed;
        width: 100%;
        background: #fff;
        box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
        padding: 0;
    }
    header .inner{
        padding: 0;
    }
    .header__txt{
        display: none;
    }
    header h1 {
        width: 180px;
        margin: 10px 0 0 10px;
        padding: 0;
        position: relative;
        z-index: 999;
    }
    .header__flexwrap {
        display: flex;
    }
    .header__flex--right {
        display: none;
    }
    .header__flexright--sp {
        display: flex;
        align-items: center;
    }
    .header__contact {
        font-size: 3rem;
        text-align: center;
        line-height: 1em;
    }
    .header__contact img {
        width: 30px;
        margin-right: 20px;
    }
}

@media screen and (max-width:599px) {
    .header__flex-right {
        width: auto;
    }
    .g-nav__bg {
        width: 100vw;
    }
}

/*============================
	fv
============================*/

.fv__copy {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99;
    top: 40%;
    right: -25%;
    width: 50%;
}
.fv__scroll{
    font-size: 1.4rem;
    font-weight: normal;
    bottom: 10%;
    right: 33%;
    z-index: 99;
}
.fv__scroll::before{
    position: absolute;
    content: "";
    width: 1px;
    height: 100px;
    background:#1b1b1b;
    left: 50%;
    bottom: 30px;
    animation: scrollAnime 2s 0s infinite;
}
@keyframes scrollAnime {
    0% {
        height: 200%;
    }
    50%{
        height: 300%;
    }
    100% {
        height: 200%;
    }
}
/* スライド slick*/

/* .slide-animation {
    animation: fadezoom 8s 0s forwards;
}

@keyframes fadezoom {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
} */

@media screen and (max-width:768px) {
    /* .fv .slick01.pc {
        display: block;
    }
    .fv .slick01.sp {
        display: none;
    } */
    .fv {
        margin-top: 52px;
    }
}

@media screen and (max-width:599px) {
    /* .fv .slick01.pc {
        display: none;
    }
    .fv .slick01.sp {
        display: block;
    } */
    .fv__copy {
        width: 90%;
        right: -45%;
        top: 50%;
    }
    .fv__scroll{
        bottom: 0;
        right: 15%;
    }
}

/* .fv .slick01.sp {
    width: 100%;
} */

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-dots {
    left: -17%;
    bottom: 0;
}
.slick-dots li{
    width: 30px;
}

.slick-dots li button:before {
    content: "";
    width: 20px;
    height: 3px;
    background: #1c7aca;
}

.slick-dots li.slick-active button:before {
    color: #fff;
}

@media screen and (max-width:599px) {
    .slick-dots {
        bottom: 10px;
    }
    .slick-dots li button:before {
        font-size: 2rem;
    }
}

/*============================
	greeting
============================*/

.greeting {
    padding: 60px 1% 100px;
    background: url(../img/top/greeting.jpg)no-repeat top right;
    background-size: 50%;
}

.greeting .inner {
    padding: 0 1%;
}

.greeting .section__title {
    margin-bottom: 30px;
}
.greeting__txt{
    width: 60%;
    margin-bottom: 70px;
}
.greeting .link__btn a{
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: url(../img/common/arw_01.png)no-repeat center bottom 15%,#1c7aca;
    padding: 5%;
    text-align: center;
    color: #fff;
}
.greeting .link__btn img{
    width: 60px;
    margin-top: 20%;
    margin-bottom: 25px;
}
.greeting .link__btn--txt{
    font-size: 2.6rem;
}
.greeting .link__btn--txt span{
    display: block;
    font-size: 1.6rem;
}
@media screen and (max-width:768px) {
    .greeting .link__btn a{
        width: 240px;
        height: 240px;
        background:#1c7aca;
    }
}

@media screen and (max-width:599px) {
    .greeting{
        padding: 60px 0;
    }
    .greeting .inner{
        padding: 0 5%;
    }
    .greeting__txt{
        width: 100%;
    }
    .greeting .link__btn a{
        margin: 0 auto 20px;
    }
}

/*============================
	recruit
============================*/

.recruit__box{
    min-height: 300px;
    width: 100%;
    background: url(../img/top/recruit.png)no-repeat center center;
    background-size: cover;
    padding: 70px 65px 60px;
    position: relative;
}
.recruit .section__title{
    margin-bottom: 34px;
}
.recruit .recruit__txt{
    margin-bottom: 30px;
    font-weight: bold;
    text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF,
    -2px 2px 0 #FFF, 2px -2px 0 #FFF,
    0px 2px 0 #FFF,  0 -2px 0 #FFF,
    -2px 0 0 #FFF, 2px 0 0 #FFF;
}
.recruit .link__btn a{
    margin: 0 auto 0 0;
    width: 200px;
    height: 50px;
    border: solid 2px #1b1b1b;
    border-radius: 10px;
    line-height: 50px;
    text-align: center;
    background: url(../img/common/btn_arw.png)no-repeat center right 10%,#fff;
}
.recruit .link__btn a:hover{
    background-position: center right 5%;
}
@media screen and (max-width:768px) {
}

@media screen and (max-width:599px) {
    .recruit .recruit__txt{
        font-weight: normal;
        text-shadow: none;
    }
    .recruit__box{
        padding: 70px 35px 60px;
        background-position: right;
        z-index: 0;
    }
    .recruit__box::before {
        content: '';
        display: block;
        position: absolute;
        pointer-events: none;
        z-index: -1;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: rgba(256, 256, 256, 0.6);
    }
}

/*============================
	contact
============================*/
.contact{
    margin-top: -100px;

    background: url(../img/top/contact_bg.jpg)no-repeat center center;
    background-size: cover;
}
.contact .inner{
    padding:160px 1% 45px;
}
.contact__flexwrap--left{
    width: 70%;
}
.contact__flexwrap--right{
    width: 30%;
    background: url(../img/top/map.png)no-repeat center bottom;
}
.contact .section__title{
    color: #1c7aca;
    text-align: center;
    margin-bottom: 30px;
}
.contact .section__title span{
    font-size: 4rem;
    display: block;
}
.contact__txt{
    font-size: 1.4rem;
    margin-bottom: 30px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
.contact__tel{
    font-size: 4rem;
    background: url(../img/common/contact_icon_tel.png)no-repeat center left;
    padding-left: 30px;
    margin-right: 36px;
    display: inline-block;
}
.contact__mail{
    width: 300px;
    height: 60px;
    line-height: 60px;
    background: url(../img/common/contact_icon_mail.png)no-repeat center left 10%,#1c7aca;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    display: inline-block;
}
.contact__map--tit{
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 16px;
}
.contact__map--circle{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #efb60a;
    padding: 10% 5% 5%  ;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}


@media screen and (max-width:768px) {
    /* .contact__tel.sp{
        display: none;
    } */
    .contact__txt {
        width: 80%;
        text-align: left;
    }
    .contact__tel {
        margin: 0 auto;
        display: block;
        text-align: center;
        width: fit-content;
        width: -moz-fit-content;
    }
    .contact__mail {
        margin: 0 auto;
        display: block;
    }

}

@media screen and (max-width:599px) {
    .contact__flexwrap--left{
        width: 100%;
        margin-bottom: 60px;
    }
    .contact__flexwrap--right{
        width: 100%;
    }
    .contact__flexwrap--right{
        background-position: right bottom;
    }
    .contact__map--tit{
        margin-left: 15%;
    }
    .contact__map--circle{
        margin-left: 15%;
    }
}


/*============================
	footer
============================*/

footer {
   background: url(../img/common/ft_line.png)repeat-x bottom,#1c7aca;
    color: #fff;
}
footer a {
    color: #fff;
}

.footer__flex-wrap{
    padding: 60px 1% 30px;
}
.footer__flex-left{
    width: 50%;
}
.footer__flex-right {
    width: 50%;
}

.footer__logo {
    width: 220px;
    display: inline-block;
    margin-right: 40px;
}

.footer__adress{
    display: inline-block;
    font-size: 1.2rem;
}

.footer__nav-wrap {
    margin-bottom: 50px;
    padding-right: 20%;
}

.footer__nav {
    font-size: min(1.4vw, 1.4rem);
    font-weight: bold;
    justify-content: flex-end;
}
.footer__nav.top{
    margin-bottom: 20px;
}
.footer__nav.bottom{
    margin-right: 23%;
}

.footer__nav li:not(:first-child) {
    padding-left: 5%;
    border-left: solid 1px #fff ;
}
.footer__nav li:not(:last-child){
    padding-right: 5%;
}

.footer__nav a {
    white-space: nowrap;
}

.footer__copyright {
    font-size: 1.2rem;
    padding-bottom: 20px;
    text-align: center;
}

@media screen and (max-width:768px) {
}

@media screen and (max-width:599px) {
    .footer__flex-wrap{
        padding: 60px 5% 30px;
    }
    .footer__flex-left{
        width: 100%;
    }
    .footer__flex-right{
        width: 100%;
    }
    .footer__logo{
        margin-bottom: 20px;
    }
    .footer__adress{
        margin-bottom: 20px;
    }
    .footer__nav{
        font-size: 1.4rem;
    }
    footer .footer__nav li{
        margin-bottom: 20px;
    }
    .footer__nav li:not(:last-child){
        padding: 0;
        border: none;
    }
    .footer__nav li:not(:first-child){
        padding: 0;
        border: none;
    }
    .footer__nav.bottom{
        margin: 0;
    }

}

/*============================
	page top
============================*/

#page-top a {
    position: fixed;
    bottom: 20px;
    right: 20px;
    opacity: 0;
    white-space: nowrap;
    font-size: 1.2rem;
    text-align: center;
    width: 80px;
    height: 80px;
    border-radius: 5px;
}

#page-top img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

#page-top.active a {
    opacity: 1;
}
#page-top.active a:hover {
    opacity: 0.6;
}


@media screen and (max-width:768px) {
    #page-top a {
        width: 50px;
        height: 50px;
    }
}

/*============================
	tablet / sp
============================*/

@media screen and (max-width:767px) {}

/*============================
	sp only
============================*/

@media screen and (max-width:375px) {}</pre></body></html>