@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&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: #242121;
	text-decoration: none;
    transition: .3s;
	-webkit-transition: .3s;
}
a:visited {
	color: #242121;
}
a:hover {
	color: #242121;
}
a:active {
	color: #242121;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 897px;
	color: #242121;
    font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.5;
	background-color: #FFF;
}
#container {
	padding-top: 128px;
	text-align: left;
}
#main {
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: #fff;
    z-index: 1000;
}
#gHeader .hBox {
    padding: 6px 12px 8px;
    color: #fff;
    background: #232220;
}
#gHeader .hBox h1 {
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.04em;
}
#gHeader .lBox {
    padding-top: 13px;
    width: 700px;
}
#gHeader .hInner {
    padding: 22px 32px 0;
    flex-wrap: nowrap;
}
#gHeader .logo {
    padding-right: 79px;
    float: left;
}
#gHeader .btn {
    width: 192px;
}
#gHeader .btn a {
    padding: 11px 10px 13px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    display: block;
    box-sizing: border-box;
    border-radius: 5px;
    background: #30B2CD;
	border: 1px solid #30B2CD;
}
#gHeader .btn .sub {
	padding-left: 28px;
    display: inline-block;
	background: url("../../img/common/icon01.png") no-repeat left 6px;
	background-size: 16px;
}
#gHeader .btn a:hover {
	color: #30B2CD;
	background-color: #FFF;
}
#gHeader .btn a:hover .sub {
	background-image: url("../../img/common/icon01_on.png");
}
#gNavi li {
    font-family: 'Roboto', sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    float: left;
}
#gNavi li a {
    padding: 0 23px 37px;
    position: relative;
    display: block;
    letter-spacing: 0.04em;
}
#gNavi li .on,
#gNavi li a:hover {
	color: #30B2CD;
}
#gNavi li a:before {
    position: absolute;
    top: 10px;
    right: -3px;
    width: 2px;
    height: 8px;
    content: "";
    background: #B8B8B8;
}
#gNavi li:last-child a:before {
    display: none;
}
.infoMenu {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	text-align: center;
	background: #686868;
}
.infoMenu {
	padding: 52px 0;
}
.infoMenu li {
    margin: 0 19px;
	display: inline-block;
    float: none !important;
	vertical-align: top;
}
.infoMenu li a {
	padding: 0 0 0 20px !important;
	color: #fff;
	font-size: 1.4rem;
	display: inline-block;
	background: url("../../img/common/icon07.png") no-repeat left center;
	background-size: 9px auto; 
    letter-spacing: 0.04em;
}
.infoMenu li a:before {
	display: none;
}
@media all and (min-width: 897px) and (max-width: 1000px) {
    #gHeader .logo {
        padding-right: 64px;
    }
}
/*------------------------------------------------------------
    pagePath
------------------------------------------------------------*/
#pagePath {
    max-width: 1026px;
    padding: 0 15px;
    margin: 0 auto 56px;
}
#pagePath li {
    margin-right: 7px;
    font-family: 'Roboto', sans-serif;
    color: #B8B8B8;
    font-size: 1.4rem;
    display: inline;
}
#pagePath li a {
    margin-right: 15px;
}
#pagePath li a:hover {
	color: #30B2CD;
    text-decoration: none;
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
.pageTop {
    padding: 30px 0 31px;
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
}
.pageTop a {
    padding: 33px 0 0;
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    background: url("../../img/common/icon03.png") no-repeat center top;
    background-size: 21px 17px; 
    letter-spacing: 0.12em;
}
.pageTop a:hover {
    color: #30B2CD;
}
#gFooter {
    padding: 35px 0 26px;
    background: #F0F0F0;
}
#gFooter .btn a {
    padding: 15px 10px 17px;
    color: #242121;
    width: 322px;
    margin: 0 auto;
    font-size: 2.2rem;
    text-align: center;
    font-weight: 500;
    display: block;
    border: 2px solid #30B2CD;
    box-sizing: border-box;
	background-color: #FFF;
}
#gFooter .btn .sub {
	padding-left: 50px;
	background: url("../../img/common/icon04.png") no-repeat left center;
	background-size: 30px;
}
#gFooter .btn a:hover {
	color: #FFF;
	background-color: #30B2CD;
}
#gFooter .btn a:hover .sub {
	background-image: url("../../img/common/icon04_on.png");
}
#gFooter .fBox {
    margin-bottom: 19px;
    padding: 0 0 5px 2px;
    align-items: flex-end;
    border-bottom: 1px solid #B8B8B8;
}
#gFooter .fBox .fLogo {
    padding-bottom: 4px;
}
#gFooter .fNavi li {
    font-size: 1.4rem;
    letter-spacing: 0.12em;
    display: inline-block;
    vertical-align: top;
}
#gFooter .fNavi li a {
    display: inline-block;
    padding: 0 24px;
}
#gFooter .fNavi li a:hover {
	color: #30B2CD;
}
#gFooter .title {
    margin-bottom: 4px;
    font-size: 2.6rem;
    font-weight: 700;
}
#gFooter .add {
    margin-bottom: 38px;
    font-size: 1.4rem;
    line-height: 1.45;
}
#gFooter .add .top {
    margin-bottom: 4px;
    display: block;
    font-weight: 500;
    font-size: 1.6rem;
}
#gFooter .copyright {
    font-size: 1.2rem;
    letter-spacing: 0.12em;
    text-align: center;
}