@charset "utf-8";
/*------------------------------------------------------------
    デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 1em;
}
html {
    font-size: 62.5%;
}
body, table, input, textarea, select, option {
    font-family: Meiryo UI, "メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro," ＭＳ Ｐゴシック", MS PGothic," sans-serif";
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
:focus {
    outline: 0;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
}
a,
a:link {
    color: #000;
    text-decoration: none;
    transition: 0.3s;
}
a:visited {
    color: #000;
}
a:hover {
    color: #000;
}
a:active {
    color: #000;
}
/*------------------------------------------------------------
    レイアウト
------------------------------------------------------------*/
body {
    min-width: 1280px;
    color: #000;
    font-size: 1.8rem;
    line-height: 1.5;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    background-color: #FFF;
}
#container {
    text-align: left;
}
#main {
    min-height: calc(100vh - 200px);
    margin-bottom: 140px;
}
a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
}
@media all and (min-width: 897px) {
    .sp {
        display: none !important;
    }
}
@media all and (max-width: 896px) {
    body {
        min-width: inherit;
        font-size: 1.2rem;
    }
    a:hover,
    a:hover img {
        opacity: 1 !important;
    }
    #main {
        margin-bottom: 80px;
    }
    .pc {
        display: none !important;
    }
    a[href^="tel:"] {
        cursor: pointer;
        pointer-events: auto;
    }
}
/*------------------------------------------------------------
    ヘッダー
------------------------------------------------------------*/
#gHeader {
    position: relative;
    z-index: 10000;
}
#gHeader h1 {
    text-align: center;
}
@media all and (max-width: 896px) {
    #gHeader {
        position: relative;
    }
    #gHeader h1 {
        padding: 10px;
    }
   
}
/*------------------------------------------------------------
    フッター
------------------------------------------------------------*/
.pageTop {
    position: fixed;
    right: 30px;
    bottom: 55px;
}
.pageTop a:hover {
    opacity: 0.7;
}
#gFooter .copyright {
    padding: 12px 9px;
    color: #FFF;
    font-size: 1.6rem;
    text-align: center;
    background-color: #040203;
}
@media all and (max-width: 896px) {
    #gFooter .copyright {
        font-size: 1.3rem;
    }
    .pageTop {
        width: 30px;
        right: 15px;
    }
}

/*------------------------------------------------------------
    汎用スタイル
------------------------------------------------------------*/
/* clearfix */  
.clearfix:after {content: "";display: block;clear: both;}
/* flex */  
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
    common
------------------------------------------------------------*/
.content {
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1200px;
}
/* mainVisual */

/* fadeInUp */
.fadeInUp {
	opacity: 0;
    transform: translateY(40px);
    transition: all ease .5s;
}
.fadeInUp.on {
	opacity: 1;
    transform: none;
}
.fadeInRight {
	opacity: 0;
    transform: translateX(-101%);
    transition: all ease 1s;
}
.fadeInRight.on {
	opacity: 1;
    transform: none;
}
.fadeInLeft {
	opacity: 0;
    transform: translateX(101%);
    transition: all ease 1s;
}
.fadeInLeft.on {
	opacity: 1;
    transform: none;
}

.mainVisual {
	margin-bottom: 75px;
    height: 250px;
	display: flex;
	align-items: center;	
    background: url(img/main_visual_bg01.png) no-repeat left top,url(img/main_visual_bg02.png) no-repeat right top,#0162B1;
}
.mainVisual h2 {
    width: 100%;
    color: #FFF;
    font-size: 3.6rem;
    text-align: center;
    letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
	.mainVisual {
		padding: 0 10px;
	}
	.mainVisual h2 {
		font-size: 2.5rem;
		letter-spacing: 0;
	}
}
.linkList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.linkList li {
    width: 580px;
}
.linkList h3 {
    margin-bottom: 50px;
    text-align: center;
    font-size: 2.4rem;
    font-weight: normal;
}
.linkList .image a {
    position: relative;
    display: block;
}
.linkList .image span {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
@media all and (min-width: 897px) {
    .linkList .image a:hover span {
        background-color: #0162B1;
    }
}
@media all and (max-width: 896px) {
    .mainVisual {
        margin-bottom: 50px;
        height: 180px;
        background-size: auto 180px,auto 180px;
        background-position: left -150px top 0,right -100px top 0;
    }
    .mainVisual h2 {
        font-size: 2rem;
    }
    .linkList li {
        width: 100%;
    }
    .linkList li:not(:last-child) {
        margin-bottom: 30px;
    }
    .linkList h3 {
        margin-bottom: 10px;
        font-size: 1.8rem;
    }
    .linkList .image span img {
        width: 150px;
    }
}