@charset "utf-8";
@import url(//use.fontawesome.com/releases/v5.0.11/css/all.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/*--------------------------------------------
	 BASE
--------------------------------------------*/
/* ---- MOUSE OVER STYLE ---- */
.over {
    transition: 0.3s;
}

@media screen and (min-width : 768px) {
    .over:hover {
        opacity: 0.6;
    }
}

.ios .over:hover,
.ios .over:active,
.ios .over:link,
.ios .over:visited,
.ios .over::focus {
    opacity: 1;
}

.cf:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

:root .cf::after {
    /* IE9 */
    content: "" \9;
    clear: both\9;
    display: block\9;
    height: 0\9;
}

.ggmap,
.youtube {
    position: relative;
    padding-bottom: 58%;
    padding-top: 10px;
    height: 0;
    overflow: hidden;
}

.ggmap iframe,
.ggmap #ggmap object,
.ggmap #ggmap embed,
.youtube iframe,
.youtube #ggmap object,
.youtube #ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-width : 768px) {
    .for_sp {
        display: none;
    }
}

body,
html {
    font-family: "游ゴシック", "YuGothic", "游ゴシック体", "Hiragino Sans", 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic Pro, Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
}

body {
    width: 100%;
    min-width: 1250px;
    height: auto;
    color: #222222;
    font-size: 16px;
    line-height: 1.9;
    background: #fff;
    box-sizing: border-box;
}

#wrapper {
    text-align: center;
}

a {
    text-decoration: none;
    color: #000;
    display: inline-block;
    transition: 0.4s;
}

@media screen and (min-width : 768px) {
    a:hover {
        color: #000;
        text-decoration: none;
    }
}

table {
    width: 100%;
}

/*--------------------------------------------
	GLOBAL CSS
--------------------------------------------*/
.nolink {
    pointer-events: none;
}

/*--------------------------------------------
	HEADER
--------------------------------------------*/

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .logoArea {
    padding: 0 0 0 30px;
}

header .rightArea {
    display: flex;
}

header .hdrLink {
    width: 170px;
}

header .hdrLink a {
    background: #0071C1;
    color: #fff;
    font-family: "Noto Sans Japanese";
    padding: 44px 0 45px;
    display: block;
}

header .hdrLink span {
    display: block;
    font-size: 12px;
}

/*hover*/
header .logoArea img:hover {
    opacity: 0.7;
}

header .hdrLink a:hover {
    background: #00B2D6;
    letter-spacing: 2px;
}

/*--------------------------------------------
	NAVI
--------------------------------------------*/

nav.hNavi {
    /* width: 650px; */
    width: 820px;
}

nav.hNavi ul {
    display: flex;
}

nav.hNavi li {
    width: 25%;
    position: relative;
}

nav.hNavi>ul>li>a:before {
    content: "";
    background: url(../Image/common/navi01.png) no-repeat center center;
    display: block;
    padding-top: 45px;
    margin-bottom: 0;
    transition-duration: 0.3s;
}

nav.hNavi>ul>li:nth-child(2) a:before {
    background: url(../Image/common/navi02.png) no-repeat center center;
}

nav.hNavi>ul>li:nth-child(3) a:before {
    background: url(../Image/common/navi03.png) no-repeat center center;
}

nav.hNavi>ul>li:nth-child(4) a:before {
    background: url(../Image/common/navi04.png) no-repeat center center;
}

nav.hNavi li span {
    display: block;
    font-size: 12px;
    color: #878787;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
}

nav.hNavi li a {
    font-family: "Noto Sans Japanese";
    font-size: 16px;
    font-weight: 800;
    line-height: 1.4;
    padding: 29px 0;
    display: block;
}

/*dropdown*/

nav.hNavi ul li .service {
    position: absolute;
    top: 141px;
    left: -21px;
    z-index: 100;
    display: block;
}

nav.hNavi ul li .service li {
    visibility: hidden;
    overflow: hidden;
    width: 200px;
    height: 0;
    background: #e1002a;
    padding: 0;
}

nav.hNavi ul li:nth-child(2) .service li {
    background: #FCC800;
}

nav.hNavi ul .drop:hover .service li {
    visibility: visible;
    overflow: visible;
    height: 65px;
    z-index: 10;
    border-bottom: 1px solid #fff;
}

nav.hNavi ul .drop:hover .service li:last-child {
    border: none;
}

nav.hNavi .service {
    width: 200px;
    padding: 0px;
}

nav.hNavi .service li a {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding: 22px 0;
    vertical-align: middle;
    display: block;
    background: none;
}

nav.hNavi .service li a::before,
nav .service li a::after {
    display: block;
    position: absolute;
    bottom: 0px;
    width: 0;
    content: "";
    border-bottom: solid 2px #fff;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

nav.hNavi .service li a::before {
    left: 50%;
}

nav.hNavi .service li a::after {
    right: 50%;
}

nav.hNavi .service li a:hover::before,
nav.hNavi .service li a:hover::after {
    width: 50%;
    background: none;
}

nav.hNavi * {
    transition: 0.5s;
}

/*hover*/
nav.hNavi>ul li span::before,
nav li span::after {
    display: block;
    position: absolute;
    bottom: 0px;
    width: 0;
    content: "";
    border-bottom: solid 3px #E1002A;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

nav.hNavi>ul li:first-child span::before,
nav ul>li:first-child span::after,
nav.hNavi>ul li:nth-child(2) span::before,
nav ul>li:nth-child(2) span::after {
    border: none;
}

nav.hNavi>ul li:nth-child(3) span::before,
nav ul>li:nth-child(3) span::after {
    border-bottom: solid 3px #006C6A;
}

nav.hNavi>ul li:nth-child(4) span::before,
nav ul>li:nth-child(4) span::after {
    border-bottom: solid 3px #83A80B;
}

nav.hNavi>ul li span::before {
    left: 50%;
}

nav.hNavi>ul li span::after {
    right: 50%;
}

nav.hNavi>ul li a:hover span::before,
nav.hNavi>ul li a:hover span::after {
    width: 50%;
}

nav.hNavi>ul>li a:hover::before {
    background-position: top;
}

/*--------------------------------------------
	FOOTER
--------------------------------------------*/
footer {
    border-top: 2px solid #c5c5be;
}

#ftrInner .snsArea {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#ftrInner .snsArea .lBox {
    width: 400px;
    line-height: 1.6;
}

#ftrInner .snsArea .lBox .ttl {
    font-family: "Noto Sans Japanese";
    font-size: 30px;
    font-weight: bold;
    color: #0071c1;
    margin-bottom: 3px;
}

#ftrInner .snsArea .lBox p {
    font-weight: bold;
}

#ftrInner .snsArea ul {
    max-width: 700px;
    display: flex;
}

#ftrInner .snsArea li {
    position: relative;
    transition-duration: 0.3s;
}

#ftrInner .snsArea li:before {
    content: "";
    background: url(../Image/common/icon_fb.png) no-repeat;
    position: absolute;
    top: -36px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 50px;
    height: 52px;
    transition-duration: 0.2s;
}

#ftrInner .snsArea li:nth-child(2):before {
    background: url(../Image/common/icon.twitter.png) no-repeat;
}

#ftrInner .snsArea li:nth-child(3):before {
    background: url(../Image/common/icon_insta.png) no-repeat;
}

#ftrInner .snsArea li:nth-child(4):before {
    background: url(../Image/common/icon_line.png) no-repeat;
}

#ftrInner .snsArea li a {
    padding: 33px 43px;
}

#ftrInner .snsArea li p {
    font-family: "Noto Sans Japanese";
    font-weight: bold;
    color: #3b5998;
    position: relative;
    padding: 49px 0 0 0;
}

#ftrInner .snsArea li:nth-child(2) p {
    color: #55ACEE;
}

#ftrInner .snsArea li:nth-child(3) p {
    color: #514040;
}

#ftrInner .snsArea li:nth-child(4) p {
    color: #00C300;
}

/*hover*/
@media only screen and (min-width:768px) {
    #ftrInner .snsArea li:hover:before {
        top: -50px;
    }
}

#ftrInner .snsArea li a::before,
#ftrInner .snsArea li a::after {
    display: block;
    position: absolute;
    bottom: 0px;
    width: 0;
    content: "";
    border-bottom: solid 3px #3B5998;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

#ftrInner .snsArea li:nth-child(2) a::before,
#ftrInner .snsArea li:nth-child(2) a::after {
    border-bottom: solid 3px #55ACEE;
}

#ftrInner .snsArea li:nth-child(3) a::before,
#ftrInner .snsArea li:nth-child(3) a::after {
    border-bottom: solid 3px #514040;
}

#ftrInner .snsArea li:nth-child(4) a::before,
#ftrInner .snsArea li:nth-child(4) a::after {
    border-bottom: solid 3px #00C300;
}

#ftrInner .snsArea li a::before {
    left: 50%;
}

#ftrInner .snsArea li a::after {
    right: 50%;
}

#ftrInner .snsArea li a:hover::before,
#ftrInner .snsArea li a:hover::after {
    width: 50%;
}

#ftrInner .shopArea {
    clear: both;
    background: url(../Image/common/bg_shop.png) no-repeat center;
    background-size: cover;
}

#ftrInner .shopArea .inner {
    max-width: 1200px;
    margin: auto;
    padding: 30px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

#ftrInner .shopArea .lBox {
    width: 790px;
    background: #fff;
    padding: 31px;
    box-sizing: border-box;
    display: flex;
}

#ftrInner .shopArea .lBox .box {
    width: 330px;
    text-align: left;
}

#ftrInner .shopArea .lBox .box .shopName {
    font-size: 26px;
    font-family: "Noto Sans Japanese";
    font-weight: bold;
}

#ftrInner .shopArea .lBox .box .adressArea {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 7px;
}

#ftrInner .shopArea .lBox .box .telArea {
    color: #0071c1;
    font-family: montserrat, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.3;
}

#ftrInner .shopArea .lBox .box .telArea span {
    font-size: 14px;
    color: #fff;
    background: #0071c1;
    padding: 2px 6px;
    margin-right: 5px;
    vertical-align: middle;
}

#ftrInner .shopArea .lBox ul {
    width: 350px;
    text-align: left;
    padding: 46px 0 0 0;
    margin-bottom: 1em;
}

#ftrInner .shopArea .lBox li {
    display: flex;
}

#ftrInner .shopArea .lBox .lItem {
    width: 30%;
    font-weight: bold;
}

#ftrInner .shopArea .lBox .rItem {
    width: 70%;
}

#ftrInner .shopArea .lBox .r_cont {
    text-align: left;
}

#ftrInner .shopArea .lBox .r_cont .ttl {
    line-height: 1;
    margin-bottom: 0.5em;
    display: flex;
    align-items: center;
}

#ftrInner .shopArea .lBox .r_cont span {
    background: #0071c1;
    color: #fff;
    padding: 0.3em;
    display: inline-block;
    margin-right: 0.5em;
}

#ftrInner .shopArea .lBox .r_cont em {
    font-family: montserrat, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    color: #0071c1;
}

#ftrInner .shopArea .rBox {
    width: 357px;
}

#ftrInner .shopArea .rBox iframe {}

#ftrInner .fLink {
    clear: both;
    max-width: 1200px;
    margin: auto;
    padding: 45px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#ftrInner .fLink .lBox {
    width: 40%;
}

#ftrInner .fLink .rBox {
    width: 60%;
    font-size: 14px;
}

#ftrInner .fLink .rBox ul {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}

#ftrInner .fLink .copy {
    text-align: right;
}

.totop {
    position: fixed;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    right: 5%;
    bottom: 5%;
    background: #00b2d6;
    text-align: center;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    transition: .4s ease;
    transform: scale(0);
    z-index: 200;
    color: #fff;
}

.totop.visible {
    transform: scale(1);
}

.totop i {
    font-size: 30px;
    line-height: 60px;
    animation: bounce 3.6s ease infinite;
}

@media only screen and (min-width:768px) {
    #ftrInner .fLink .rBox li a:hover {
        font-weight: bold;
        color: #0071C1;
        transition-duration: 0.3s;
        letter-spacing: 1px;
    }

    #footer .snsList li a:hover {
        transform: translateY(-10px);
    }

    #footer #ftrBnr a:hover {
        opacity: 0.5;
    }

    #footer .snsList li a:hover {
        transform: translateY(-10px);
    }

    #footer #ftrBnr a:hover {
        opacity: 0.5;
    }
}

.totop:hover {
    background: #0071BF;
    color: #fff;
}

.totop:before {
    content: "";
    background: url(../Image/common/icon_top.png) no-repeat center center;
    width: 100%;
    height: 100%;
    display: block;
}

.recruit_bnr {
    width: min(75%, 800px);
    margin: 0 auto;
    padding: 4rem 0;
    transition: all 0.4s ease;
}

@media screen and (max-width:768px) {
    .recruit_bnr {
        padding: 1.5rem 0;
    }
}

.recruit_bnr:hover {
    opacity: 0.6;
}

.recruit_bnr img {
    width: 100%;
}