@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Oswald:wght@400;500;600;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-weight: 400;
    font-style: normal;
	font-family: tbudgothic-std, 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;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
    opacity: 0.7;
}
a:active {
	color: #000;
}
.en {
    font-family: alternate-gothic-no-1-d, sans-serif;
    font-weight: 400;
    font-style: normal;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	font-size: 1.3rem;
    font-weight: 400;
    font-style: normal;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
    overflow: hidden;
}
#main {
}
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;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    position: relative;
    z-index: 100;
    background-color: #FFF;
}
#gHeader h1 {
    padding: 10px 20px 8px;
    color: #FFF;
    font-size: 1.4rem;
    background-color: #119252;
}
#gHeader h1 a:hover {
    opacity: 1;
}
#gHeader h1 span {
    margin: 0 auto;
    display: block;
    max-width: 1754px;
    letter-spacing: 0.05em;
}
#gHeader .hBox {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1754px;
    position: relative;
}
#gHeader .logo {
    width: 63px;
    position: absolute;
    left: 20px;
    top: 13px;
}
#gNavi {
    padding: 35px 0 39px;
}
#gNavi li {
    margin: 0 2.8%;
    text-align: center;
}
#gNavi li a {
    display: block;
    color: #119252;
    font-size: 1.4rem;
    letter-spacing: 0.075em;
}
#gNavi li .en {
    margin-bottom: -5px;
    display: block;
    font-size: 2.2rem;
    font-weight: 500;
    letter-spacing: 0;
}
#gHeader .rBox {
    width: 6.2%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 5px solid #FFF;
    box-sizing: border-box;
    background-color: #0e6fa6;
}
#gHeader .rBox::before {
    width: 34px;
    height: 34px;
    position: absolute;
    left: -18px;
    bottom: -18px;
    border-radius: 50%;
    background-color: #FFF;
    
    content: "";
}
#gHeader .rBox::after {
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: -3px;
    background-color: #FFF;
    
    content: "";
}
#gHeader .rBox li {
    margin-bottom: 5px;
    text-align: center;
}
#gHeader .rBox li:last-of-type {
    margin-bottom: 0;
}
#gHeader .rBox li img {
    width: 21px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
#gHeader .rBox li:first-of-type img {
    margin: 0 auto;
    width: 14px;
}
@media all and (min-width: 897px) and (max-width: 1100px) {
    #gHeader .logo {
        left: 20px;
    }
    #gHeader .hBox {
        padding: 0 calc(6.2% + 30px) 0 113px;
    }
    #gNavi ul {
        /* justify-content: space-between; */
    }
    #gNavi li {
        margin: 0 2.2%;
    }
}
@media all and (min-width: 897px) {
    #gHeader .menuBox {
        display: none !important;
    }
}
@media all and (max-width: 896px) {
    #gHeader .hBox {
        padding: 0;
        max-width: inherit;
    }
    #gHeader .logo {
        padding: 9px 13px 5px;
        width: 245px;
        position: static;
        left: auto;
        top: auto;
    }
    #gHeader .menu {
        width: 60px;
        position: absolute;
        right: 0;
        top: 0;
    }
    #gNavi {
        display: none;
    }
    #gHeader .rBox {
        display: none;
    }
    #gHeader .menuBox {
        width: 100%;
        display: none;
        position: absolute;
        left: 0;
        top: 0;
        background: #FFF;
    }
    #gHeader .menuBox h1 {
        padding: 22px 25px 17px;
        position: relative;
        background: none;
    }
    #gHeader .menuBox h1 img {
        width: 268px;
    }
    #gHeader .menuBox h1::after {
        width: 49px;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        border-left: 4px solid #FFF;
        box-sizing: border-box;
        background: #f19601;
        
        content: "";
    }
    #gHeader .menuBox .close {
        width: 20px;
        position: absolute;
        right: 14px;
        top: 15px;
    }
    #gHeader .menuBox .naviBox {
        margin-bottom: 5px;
        padding: 22px 45px 23px;
        position: relative;
        background-color: #119452;
    }
    #gHeader .menuBox .naviBox::before {
        width: 20px;
        height: 20px;
        position: absolute;
        right: 37px;
        top: -10px;
        z-index: 1;
        border-radius: 50%;
        background-color: #FFF;
        
        content: "";
    }
    #gHeader .menuBox .naviBox .rBox {
        padding: 60px 0 0 0;
        width: 49px;
        height: 100%;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        border-left: 4px solid #FFF;
        box-sizing: border-box;
        background: #f19601;
    }
    #gHeader .menuBox .naviBox .rBox::after {
        display: none;
    }
    #gHeader .rBox::before {
        width: 20px;
        height: 20px;
        left: -12px;
        bottom: -12px;
    }
    #gHeader .menuBox .naviBox .rBox li {
        margin-bottom: 6px;
        text-align: center;
    }
    #gHeader .menuBox .naviBox .rBox li:first-of-type img {
        width: 9px;
    }
    #gHeader .menuBox .naviBox li {
        margin-bottom: 10px;
    }
    #gHeader .menuBox .naviBox li a {
        display: block;
        color: #FFF;
        font-size: 1.1rem;
    }
    #gHeader .menuBox .naviBox li .en {
        margin-bottom: -8px; 
        display: block;
        font-size: 2.2rem;
    }
    #gHeader .menuBox .naviBox .liStyle01 {
        margin-bottom: -8px; 
    }
    #gHeader .menuBox .naviBox .liStyle01 a .en {
        margin: 0 5px 0 0;
        display: inline-block;
    }
    #gHeader .menuBox .naviBox .liStyle02 a .en {
        font-size: 1.4rem;
    }
    #gHeader .menuBox .contactUs {
        padding: 22px 45px 23px;
        color: #FFF;
        background-color: #0070bc;
    }
    #gHeader .menuBox .contactUs .ttl {
        margin-bottom: 10px;
        font-size: 1.1rem;
    }
    #gHeader .menuBox .contactUs .ttl .en {
        margin-bottom: -5px;
        display: block;
        font-size: 2.2rem;
    }
    #gHeader .menuBox .contactUs p {
        margin-bottom: 2px;
        font-size: 1.1rem;
    }
    #gHeader .menuBox .contactUs .mail {
        font-size: 1rem;
        white-space: nowrap;
    }
    #gHeader .menuBox .contactUs .mail a {
        margin-right: 23px;
        display: inline-block;
        color: #FFF;
        letter-spacing: 0;
        font-size: 2.2rem;
    }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    padding: 23px 0;
    color: #119252;
    text-align: center;
}
#gFooter .copyright {
    margin-bottom: 5px;
    font-size: 1.5rem;
    font-weight: 500;
}
#gFooter .address {
    margin-bottom: 4px;
    font-size: 1.3rem;
}
#gFooter .tel {
    font-size: 1.5rem;
}
#gFooter .tel a {
    color: #119252;
    font-weight: 500;
}
@media all and (max-width: 896px) {
    #gFooter {
        padding: 10px 0;
    }
}