@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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: 'Noto Sans JP', 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: #174E9D;
    text-decoration: none;
}
a:visited {
    color: #174E9D;
}
a:hover {
    color: #174E9D;
}
a:active {
    color: #174E9D;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
    min-width: 1180px;
    color: #174E9D;
    font-size: 1.5rem;
    line-height: 2.33;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    background-color: #FFF;
    font-feature-settings: "palt";
}
#container {
    padding-top: 178px;
    text-align: left;
}
#main {
    margin-bottom: 90px;
}
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;
}
body.fixed {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
}
#container {
    padding-top: 52px;
}
#main {
    margin-bottom: 50px;
}
a:hover, a:hover img {
    opacity: 1 !important;
}
.pc {
    display: none !important;
}
a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    margin: 0 auto;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    background-color: #fff;
}
#gHeader .hBox {
    margin: 0 auto 16px;
    padding-left: 119px;
    max-width: 1200px;
    height: 86px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    justify-content: space-between;
}
#gHeader .hBox h1 {
    width: 282px;
    line-height: 1;
}
#gHeader .hBox .hLinkList {
    width: 170px;
    display: flex;
}
#gHeader .hBox .hLinkList li {
    width: calc(100% / 2);
    display: flex;
    text-align: center;
    box-sizing: border-box;
}
#gHeader .hBox .hLinkList li img {
    width: 31px;
}
#gHeader .hBox .hLinkList .list01 a {
    padding: 36px 10px 16px;
    background-color: #174E9D;
}
#gHeader .hBox .hLinkList .list01 img {
    width: 54px;
}
#gHeader .hBox .hLinkList li a {
    padding: 33px 10px 19px;
    width: 100%;
    box-sizing: border-box;
    background-color: #DC9643;
}
#gNavi {
    text-align: center;
}
#gNavi li {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
#gNavi li img {
    height: 18px;
}

#gNavi li .en {
    padding: 0 22px 25px;
	display: block;
	line-height: 1.4;
}
#gNavi .naviUl > li > a {
    padding: 0 22px 25px;
    display: block;
    position: relative;
	line-height: 1.4;
}
#gNavi .naviUl > li.current .en,
#gNavi .naviUl > li.current a {
	color : #DC9643;
}
#gNavi .naviUl > li > a:hover {
    opacity: 0.7;
}
#gNavi li .subList {
    padding: 52px 0 50px;
    width: 1140px;
    position: absolute;
    left: calc(50% + 177px);
    top: 71px;
    font-size: 0;
    text-align: center;
    box-sizing: border-box;
    transform: translateX(-50%);
    background-color: rgba(255,255,255,0.9);
    display: none;
}
#gNavi li .subList a {
    display: block;
}
#gNavi li .on ul {
    display: block;
}
#gNavi li .subList li {
    margin: 0;
    padding: 0 45px;
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    box-sizing: border-box;
    border-right: 1px solid rgba(23,78,157,0.3);
}
#gNavi li .subList li:nth-of-type(3n) {
    border-right: none;
}
#gNavi li .subList li:nth-of-type(2n) {
    margin-right: 0;
}
#gNavi li .subList li .txtBox {
    margin-bottom: 12px;
}
#gNavi li .subList li .text {
    margin-bottom: 12px;
    color: #000;
    font-size: 1.3rem;
    font-weight: 500;
}
#gNavi li .subList li .text span {
    margin-right: 10px;
    padding: 0 5px;
    display: inline-block;
    border: 2px solid #000;
    line-height: 1.4;
}
#gNavi li .subList li .title {
    line-height: 1.95;
    font-size: 1.3rem;
}
#gNavi li .subList li .title span {
    display: block;
}
#gNavi li .subList li .title span img {
    height: 25px;
}
#gNavi li .subList li .pho {
    width: 280px;
}
#gNavi li .subList li .pho img {
    height: auto;
}
#gNavi li .subList a:hover {
    opacity: 0.7;
}
#gNavi li .txt {
	margin-top: 6px;
	display: block;
	font-size: 1.4rem;
	font-weight: 700;
}
@media all and (min-width: 897px) and (max-width: 1160px) {
    #gNavi li .subList {
        padding: 50px 0 40px;
        width: 100vw;
    }
    #gNavi li .subList li {
        margin: 0!important;
        padding: 0 15px;
        width: 32.6%;
    }
    #gNavi li .subList li .pho {
        width: auto;
    }
}
@media all and (min-width: 897px) and (max-width: 970px) {
	#gNavi .naviUl > li > a {
		padding: 0 15px 25px;
	}
}
@media all and (min-width: 897px) {
#gHeader .hBox .hLinkList li a:hover {
    opacity: 0.7;
}
#gNavi li.hoverItem:hover::after {
    width: 10px;
    height: 15px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: url(../../img/common/icon02.png) no-repeat center center / cover;
    content: '';
}
    #gNavi li .subList {
        border: 1px solid rgba(23,78,157,0.3);
    }
}

@media all and (max-width: 896px) {
    #gHeader .hBox {
        margin: 0 50px 0 18px;
		padding: 2px 0 0;
        max-width: inherit;
        height: 51px;
        padding-left: 0;
    }
    #gHeader .hBox h1 {
        width: 206px;
    }
    #gHeader .hBox .hLinkList {
        width: 100px;
    }
    #gHeader .hBox .hLinkList li a {
        padding: 15px 5px !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #gHeader .hBox .hLinkList li img {
        width: 25px;
    }
    #gHeader .hBox .hLinkList .list01 img {
        width: 35px;
    }
    #gNavi {
        padding: 80px 0 200px;
        width: 100%;
        height: 100vh;
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        box-sizing: border-box;
        background-color: rgba(255, 255, 255, 067);
        overflow: auto;
    }
    #gNavi li {
        border-bottom: 1px solid #174E9D;
        margin: 0 15px;
        display: block;
        position: relative;
        text-align: left;
    }
    #gNavi li .en {
        padding: 20px 10px 7px;
        display: block;
    }
    #gNavi .naviUl > li > a {
        padding: 20px 10px 7px;
    }
    #gNavi .naviUl > li.hoverItem .subBtn {
        display: inline-block;
        width: 50px;
        height: 54px;
        position: absolute;
        right: 0;
        top: 0;
    }
    #gNavi .naviUl > li.hoverItem .subBtn::after {
        width: 10px;
        height: 6px;
        position: absolute;
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
        transition: 0.3s;
        background: url(../../img/common/icon03.png) no-repeat center center / cover;
        content: '';
    }
    #gNavi .naviUl > li.hoverItem .on.subBtn::after {
        top: 24px;
        transform: rotate(180deg);
    }
    #gNavi li:first-of-type {
        border-top: 1px solid #174E9D;
    }
    #gNavi li:last-of-type {
        margin-bottom: 0;
    }
    #gNavi li .subList {
        padding: 0;
        width: auto;
        position: static;
        transform: translateX(0);
    }
    #gNavi li .on ul {
        display: block;
    }
    #gNavi li .subList::before {
        width: 100%;
        height: 1px;
        top: 50%;
        left: 0;
        transform: translateX(0);
    }
    #gNavi li .subList li {
        margin: 0;
        padding: 10px 0 20px;
        width: auto;
        display: block;
        text-align: left;
        border-bottom: none;
        border-right: none;
    }
    #gNavi li .subList li::after {
        display: none;
    }
    #gNavi li .subList li:last-of-type {
        margin-bottom: 0;
    }
    #gNavi li .subList li .txtBox {
        margin-bottom: 12px;
    }
    #gNavi li .subList li .pho {
        margin: 0 auto;
        width: auto;
    }
    #gNavi li .subList li .pho img {
        width: 100%;
    }
    #gHeader .menu, #gHeader .menu span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }
    #gHeader .menu {
        width: 50px;
        height: 48px;
        position: absolute;
        top: 2px;
        right: 13px;
        z-index: 999;
    }
    #gHeader .menu span {
        margin-left: -16px;
        position: absolute;
        left: 50%;
        width: 32px;
        height: 2px;
        background-color: #174E9D;
        border-radius: 4px;
    }
    #gHeader .menu span:nth-of-type(1) {
        top: 12px;
    }
    #gHeader .menu span:nth-of-type(2) {
        top: 23px;
    }
    #gHeader .menu span:nth-of-type(3) {
        bottom: 12px;
    }
    #gHeader .menu.on span:nth-of-type(1) {
        transform: translateY(11px) rotate(-45deg);
    }
    #gHeader .menu.on span:nth-of-type(2) {
        opacity: 0;
    }
    #gHeader .menu.on span:nth-of-type(3) {
        transform: translateY(-11px) rotate(45deg);
    }
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    position: relative;
    overflow: hidden;
}
#gFooter .pageTop {
    position: fixed;
    right: 20px;
    bottom: 50px;
    z-index: 99;
}
#gFooter .pageTop a {
    display: block;
    width: 50px;
}
#gFooter .fList {
    margin: 0 auto;
    width: 820px;
    display: flex;
}
#gFooter .fList > li {
    padding: 23px 0;
    width: 50%;
    display: flex;
    position: relative;
    box-sizing: border-box;
}
#gFooter .fList > li::before {
    width: 99999px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #DC9543;
    content: '';
    z-index: -1;
}
#gFooter .fList > li:nth-of-type(2n)::before {
    right: auto;
    left: 0;
    background-color: #174E9E;
}
#gFooter .fList .fNavi li {
    display: inline-block;
}
#gFooter .fList .fNavi li a {
    padding: 0 5px;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1;
    display: block;
    border-right: 1px solid #fff;
}
#gFooter .fList .fNavi li:last-of-type a {
    border: none;
}
#gFooter .fList .list01 {
    text-align: right;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#gFooter .fList .list01 img {
    height: 12px;
}
@media all and (min-width: 897px) {
    #gFooter .fList .fNavi li a:hover {
        text-decoration: underline;
    }
    #gFooter .pageTop a:hover {
        opacity: 0.7;
    }
}
@media all and (max-width: 896px) {
	#gFooter .pageTop {
		right: 10px;
	}
	#gFooter .pageTop a {
		width: 40px;
	}
	#gFooter .fList {
		margin: 0;
		width: auto;
		display: block;
	}
	#gFooter .fList > li {
		padding: 23px 0;
		width: auto;
		line-height: 1;
		text-align: center;
		display: block;
	}
	#gFooter .fList .fNavi li a {
		padding: 0 9px 0 5px
	}
	#gFooter .fList .list01 {
		text-align: center;
		display: block;
	}
}
