@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: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.yumincho {
    font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",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: #0B193D;
	text-decoration: none;
    transition: all ease 0.3s;
}
a:visited {
	color: #0B193D;
}
a:hover {
	color: #0B193D;
}
a:active {
	color: #0B193D;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #0B193D;
	font-size: 2rem;
    font-weight: 500;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
}
#main {
    margin-bottom: 90px;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 768px) {
	.sp {
		display: none !important;
	}
    .menuBox {
        display: none !important;
    }
}
@media all and (max-width: 767px) {
	body {
		min-width: 320px;
		font-size: 1.3rem;
	}
    body.fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
    #main {
        margin-bottom: 96px;
    }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    right: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    transition: all ease 0.3s;
}
#gHeader:before {
	width: 100%;  
	height: 100%;
    background: rgba(0,0,0,0.5);
	position: absolute;  
	top: 0;
	left: 0;  
	content: ""; 
}
#gHeader .hInner {
    max-width: 1140px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
}
#gHeader .hBox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px 10px;
    min-height: 112px;
    transition: all ease 0.3s;
}
#gHeader h1 {
    width: 29.2%;
}
#gHeader .rBox {
    width: 70.8%;
}
#gHeader h1 a {
    font-size: 3rem;
    color: white;
    letter-spacing: 0.34em;
    transition: all ease 0.3s;
    font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;
}
#gHeader .naviUl {
    flex: 1;
    padding: 6px 34.3% 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#gHeader .naviUl li {
    flex: 1;
    min-height: 45px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
#gHeader .naviUl li:first-child {
    margin-left: 0;
}
#gHeader .naviUl a {
    display: inline-block;
    font-size: 1.8rem;
    color: white;
    letter-spacing: 0.131em;
}
#gHeader .naviUl .txtSpan {
    padding-bottom: 2px;
    margin-bottom: 3px;
    display: block;
    border-bottom: 1px solid rgba(255,255,255,0);
    transition: all ease 0.3s;
}
#gHeader .naviUl .txtSpan02 {
    transition: all ease 0.3s;
}
#gHeader .link {
	width: 177px;
	top: 0;
	right: 3px;
	position: absolute;
	overflow: hidden;
}
#gHeader .link a {
    word-break:break-all;
	padding-bottom: 26%;
	display: block;
	font-size: 1.8rem;
	color: white;
	text-align: center;
	letter-spacing: 0.131em;
	position: relative;
}
#gHeader .link a .subSpan {
	padding: 38px 5px 29px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
    transition: all ease 0.3s;
}
#gHeader .link .subSpan:after {
	width: 100%;  
	height: 100%;
	background: linear-gradient(45deg, #003872 10%, #5C7285 80%);
	position: absolute;  
	bottom: 0;
	left: 0; 
	content: "";
	z-index: -1;
	transform: skew(0,-13deg);
	transform-origin: left bottom;
}
#gHeader .link .txtSpan {
    margin-bottom: 5px;
    display: block;
    border-bottom: 1px solid rgba(255,255,255,0);
    transition: all ease 0.3s;
}
#gHeader.fixed h1 a {
    font-size: 2.3rem;
}
#gHeader.fixed .naviUl .txtSpan02 {
    display: none;
}
#gHeader.fixed .link .txtSpan02 {
    display: none;
}
#gHeader.fixed .hBox {
    min-height: 50px;
}
#gHeader.fixed .link a .subSpan {
    padding: 23px 5px 1px;
}
#gHeader.fixed .link a {
    padding-bottom: 31%;
}
@media all and (max-width: 767px) {
    #gHeader .hBox {
        display: block;
        width: auto;
        min-height: inherit !important;
        padding: 32px 20px;
    }
    #gHeader h1 {
        width: auto;
        text-align: center;
    }
    #gHeader h1 a {
        font-size: 2.17rem !important;
    }
    #gHeader .rBox {
        display: none;
    }
    #gHeader .link {
        display: none;
    }
    .menu {
        position: fixed;
        top: 20px;
        right: 10px;
        z-index: 1001;
        transition: all 0.3s;
    }
    .menu a {
        display: block;
        padding: 15px;
        border-left: 1px solid white;
    }
    .menu.on a {
        background: url("../../img/common/close.png") no-repeat left top 12px;
        background-size: 30px auto;
        border-left-color: rgba(255,255,255,0);
    }
    .menu.on a img {
        visibility: hidden;
    }
    .menu.on {
        right: 281px;
    }
    .menuBox {
        top: 0;
        position: fixed;
        width: 281px;
        right: -281px;
        background-color: white;
        max-height: 100%;
        overflow-y: auto;
        z-index: 1001;
        transition: all 0.3s;
    }
    .menuBox.on {
        right: 0;
    }
    .menuBox .ttl {
        margin: 37px 20px 34px;
        font-size: 2rem;
        color: #606060;
        font-weight: bold;
        letter-spacing: 0.34em;
        text-align: right;
    }
    .menuUl {
        margin: 0 25px 45px 31px;
    }
    .menuUl li {
        margin-bottom: 15px;
    }
    .menuUl a {
        padding: 18px 5px 14px;
        font-size: 1.95rem;
        color: white;
        font-weight: bold;
        letter-spacing: 0.34em;
        display: block;
        text-align: center;
        background-color: #959595;
    }
    .menuUl .liStyle a {
        padding: 33px 5px;
    }
    .cover {
        position: fixed;
        right: -100%;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 101;
        background-color: rgba(0,0,0,0.6);
    }
    .cover.on {
        right: 0;
    }
    .wrap {
        width: 100%;
        transition: all 0.3s;
    }
    .wrap.on {
        transform: translateX(-281px);
    }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    padding-bottom: 25px;
}
#gFooter .fInner {
    padding: 90px 0 124px;
    color: white;
    text-align: center;
    position: relative;
    background: linear-gradient(80deg, #003872 9.78%, #3C6380 69.5%, #5C7285 100%);
}
.pageTop {
    position: absolute;
    bottom: 65px;
    right: 0;
    z-index: 100;
    width: 77px;
}
.pageTop a {
    padding: 35px 25px 30px;
    color: white;
    font-weight: bold;
    display: block;
    background-color: rgba(49,73,131,0.6);
}
.pageTop a:hover {
    opacity: 0.7;
}
.pageTop a span {
    padding-top: 40px;
    display: block;
    background: url("../../img/common/pagetop.png") no-repeat center top;
    background-size: 27px auto;
}
#gFooter .fLogo {
    margin-bottom: 34px;
}
#gFooter .fLogo a {
    color: white;
    font-size: 3.2rem;
    font-weight: bold;
    letter-spacing: 0.34em;
    font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;
}
#gFooter .fInner p {
    margin-bottom: 58px;
    letter-spacing: 0.12em;
    line-height: 1.625;
}
#gFooter .fInner p a {
    color: white;
}
#gFooter .email img {
    transition: all ease 0.3s;
}
#gFooter .naviUl {
    margin-bottom: 25px;
    padding: 17px 0 14px;
    background-color: #E8E2DD;
    text-align: center;
}
#gFooter .naviUl li {
    margin: 0 13px;
    display: inline-block;
    font-size: 1.5rem;
    letter-spacing: 0.04em;
}
#gFooter .naviUl a:hover {
    opacity: 0.7;
}
#gFooter address {
    font-size: 1.2rem;
    text-align: center;
    font-style: normal;
    letter-spacing: 0.12em;
}
@media all and (max-width: 767px) {
    #gFooter {
        padding-bottom: 0;
    }
    #gFooter .fInner {
        padding: 65px 0 65px;
        background: linear-gradient(45deg, #003872 9.78%, #3C6380 69.5%, #5C7285 100%);
    }
    #gFooter .fLogo a {
        font-size: 2.32rem;
    }
    #gFooter .fInner p {
        margin-bottom: 42px;
        font-size: 1.45rem;
    }
    #gFooter .fLogo {
        margin-bottom: 25px;
    }
    #gFooter .email img {
        width: 68px;
    }
    #gFooter .naviUl {
        display: none;
    }
    #gFooter address {
        font-size: 0.87rem;
        padding: 29px 0;
    }
    .pageTop {
        display: none;
    }
}

@media all and (min-width: 768px) {
    #gFooter .email a:hover img {
        transform:scale(1.2); 
    }
    #gHeader .naviUl a:hover .txtSpan {
        padding-bottom: 10px;
        border-color: white;
    }
    #gHeader .link a:hover .txtSpan {
        padding-bottom: 10px;
        border-color: white;
    }
}

@media all and (-ms-high-contrast:none){
    #gHeader .hBox {
        min-height: inherit;
        height: 112px;
    }
    #gHeader .link a .subSpan {
/*
        min-height: inherit;
        height: 127px;
*/
    }
    #gHeader.fixed .hBox {
        height: 50px;
    }
    #gHeader .naviUl li {
        height: 45px;
    }
}

@media all and (min-width: 768px) and (max-width: 900px) {
    #gHeader .naviUl a {
        font-size: 1.5rem;
    }
    #gHeader h1 a {
        font-size: 2.7rem;
    }
    #gHeader .naviUl {
        padding-right: 40%;
    }
}


