@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%;
}
a,
a:link {
	color: #222;
	text-decoration: none;
}
a:visited {
	color: #222;
}
a:hover {
	color: #222;
}
a:active {
	color: #222;
}
a, a img {
	color: #222;
	-webkit-transition: .3s;
	transition: .3s;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #222;
	font-size: 1.6rem;
	line-height: 1.75;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
	position: relative;
}
#main {
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
/* #gNavi{
margin-top: 80px;
} */
#gHeader {
position: fixed;
top: 0px;
width: 100%;
margin-top: 0px;
background-color: #FFFFFF;
z-index: 10000;

}
.rightBox{
margin-right: 80px;
}
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	body.fix {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
	}
	#container {
		padding-top: 60px;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 0 31px 0 30px;
}
#gHeader .logo {
	margin-top: 9px;
	font-weight: 500;
}
#gHeader .logo a {
	margin: -8px 21px 0 0;
	vertical-align: middle;
	display: inline-block;
}
#gHeader .hBox {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
#gHeader .hBox .rightBox {
	display: flex;
	justify-content: flex-end;
}
#gHeader .hBox .innerBox {
	margin-bottom: -25px;
	background-color: #fff;
}
#gHeader .tel {
	margin-left: 29px;
	width: 270px;
}
#gHeader .tel span {
	margin-top: 2px;
	font-size: 1.4rem;
	display: block;
}
#gHeader .linkUl {
	display: flex;
	justify-content: flex-end;
}
#gHeader .linkUl li {
	margin-left: 10px;
}
#gHeader .linkUl li:first-child {
	margin-left: 0;
}
#gHeader .linkUl a {
	padding: 19px 12px 18px;
	width: 220px;
	color: #fff;
	font-weight: bold;
	display: block;
	border-radius: 40px;
	text-align: center;
	background-color: #2F4858;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	border-radius : 0px 0px 20px 20px;
}
#gHeader .linkUl span {
	position: relative;
	z-index: 10;
}
#gHeader .linkUl .ico {
	margin-right: 13px;
	display: inline-block;
	vertical-align: -5px;
}
#gHeader .linkUl a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: #222222;
	transition: all .25s ease-out;
	will-change: width;
}
#gHeader .linkUl .link02 a {
	background-color: #222222;
}
#gHeader .linkUl .link02 a:after {
	background: #ED7700;
}
#gHeader .linkUl .link03 {
	margin: 10px 30px 0 0;
}
#gHeader .linkUl .link03 a {
	padding: 14px 5px 13px;
	background-color: #EB4F57;
	border-radius: 30px;
	width: 240px;
}
#gHeader .linkUl .link03 a:after {
	background: #222222;
}
@media all and (min-width: 897px) {
	#gHeader .linkUl a:hover::after {
		width: 100%;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		width: 100%;
		padding: 0;
		border-bottom: none;
		position: fixed;
		top: 0;
		left: 0;
		box-sizing: border-box;
		background-color: #fff;
        z-index: 200;
	}
	#gHeader .hBox {
		display: block;
	}
	#gHeader .linkUl a {
		padding: 11px 12px 12px;
		width: 100%;
		height: 100%;
		font-size: 1.55rem;
		border-radius: 0;
	}
	#gHeader .linkUl li {
		margin: 0;
		width: 50%;
	}
	#gHeader .hBox .rightBox {
		display: block;
	}
	#gHeader .linkUl {
		margin-top: 0;
	}
	#gHeader .logo {
		margin: 15px 0 0 15px;
		width: 235px;
		float: left;
		font-size: 0.8rem;
		display: flex;
		font-feature-settings: "palt";
		-moz-font-feature-settings: "palt";
	}
	#gHeader .logo a {
		margin: 0 13px 0 0;
	}
	#gHeader .logo img {
		width: 120px;
	}
	#gHeader .logo span {
		margin-top: 2px;
		display: inline-block;
	}
	#gHeader .spLink {
		float: right;
		display: flex;
	}
}
@media all and (max-width: 374px) {
	#gHeader .logo img {
		width: 98px;
	}
	#gHeader .logo span {
		margin-top: 0;
	}
	#gHeader .logo {
		width: 210px;
		margin: 12px 0 0 7px;
		font-size: 0.7rem;
	}
	#gHeader .spLink img {
		width: 48px;
	}
	#gHeader .linkUl a {
		font-size: 1.25rem;
	}
}
@media all and (min-width: 897px) and (max-width: 1320px) { 
	#gHeader .logo a {
		display: block;
	}
	#gHeader .logo span {
		display: block;
	}
}
@media all and (min-width: 897px) and (max-width: 1200px) {
	
	#gHeader .rightBox {
		margin-right: 40px;
	}
	#gHeader .linkUl a {
		width: 180px !important;
	}
	#gHeader .linkUl .link03 {
		margin-right: 10px !important;
	}
}
/* gNavi */
#gNavi {
	padding: 26px 50px 25px;
	text-align: center;
}
#gNavi ul {
	justify-content: flex-end;
}
#gNavi li {
	margin: 0 30px;
	display: inline-block;
}
#gNavi a {
	font-weight: bold;
}
@media all and (min-width: 897px) {
	#gNavi a:hover {
		text-decoration: underline;
	}
	#gNavi {
		display: block !important;
	}
}
@media all and (max-width: 896px) {
	#gNavi {
		width: 100%;
		height: calc(100% - 60px);
		padding: 0;
		text-align: left;
		position: fixed;
		top: 60px;
		left: 0;
		box-sizing: border-box;
		background-color: #fff;
		z-index: 10000;
		display: none;
		overflow-y: auto;
	}
	#gNavi ul {
		padding: 30px 20px;
		display: block;
	}
	#gNavi li {
		margin: 0;
		display: block;
	}
	#gNavi li a {
		padding: 8px 5px;
		display: block;
		text-align: center;
		border-bottom: 1px solid #2f4858;
	}
}
@media all and (max-width: 374px) {
	#gNavi {
		height: calc(100% - 92px);
		top: 92px;
	}
}
@media all and (min-width: 897px) and (max-width: 1200px) {
	#gNavi li {
		margin: 0 10px;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 63px 0 50px;
	position: relative;
}
#gFooter .box {
	position: relative;
}
#gFooter .pageTop {
	position: absolute;
	bottom: -19px;
	right: 30px;
}
#gFooter .pageTop a {
	display: block;
	border-radius: 50%;
	overflow: hidden;
}
#gFooter .fBox {
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
}
#gFooter .fLogo {
	margin-bottom: 55px;
	text-align: center;
	font-weight: bold;
}
#gFooter .fLogo span {
	margin-bottom: 19px;
	display: block;
}
#gFooter .fLogo img {
	width: 244px;
}
#gFooter .copyright {
	text-align: center;
	font-size: 1.4rem;
}
#gFooter .fNavi {
	position: absolute;
	bottom: 2px;
	right: 0;
	font-size: 1.4rem;
}
#gFooter .fNavi li {
	margin-left: 25px;
	display: inline-block;
}
#gFooter .fNavi li:first-child {
	margin-left: 0;
}
#gFooter .fNavi li a {
	padding-left: 16px;
	display: inline-block;
	position: relative;
}
#gFooter .fNavi li a::before {
	width: 8px;
	height: 17px;
	position: absolute;
	top: 7px;
	left: 0;
	background: url(../../img/common/icon01.png) no-repeat left top;
	background-size: 8px auto;
	content: "";
}
#gFooter .bannerUl {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	justify-content: space-between;
	display: flex;
}
#gFooter .bannerUl li {
	width: 50%;
}
#gFooter .bannerUl li a {
	padding: 8px 10px;
	color: #fff;
	font-weight: bold;
	display: block;
	text-align: center;
	background-color: #00C300;
}
#gFooter .bannerUl li:nth-child(2) a {
	background-color: #885B3A;
}
#gFooter .bannerUl li:last-child a {
	background-color: #4048cb;
}
@media all and (min-width: 897px) and (max-width: 1400px) {
	#gFooter .pageTop {
		right: 15px;
	}
	#gFooter .pageTop img {
		width: 50px;
	}
}
@media all and (min-width: 897px) {
	#gFooter .fNavi li a:hover {
		text-decoration: underline;
	}
	#gFooter .pageTop a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#gFooter .fNavi {
		margin-bottom: 36px;
		position: relative;
		bottom: auto;
		right: auto;
		text-align: center;
		font-size: 1.3rem;
	}
	#gFooter .pageTop {
		width: 50px;
		height: 50px;
		bottom: -33px;
		right: 16px;
	}
	#gFooter .copyright {
		font-size: 1.3rem;
	}
	#gFooter {
		padding: 44px 0 49px;
	}
	#gFooter .fNavi li a::before {
		top: 5px;
	}
	#gFooter .fNavi li a {
		padding-left: 12px;
	}
	#gFooter .fNavi li {
		margin-left: 27px;
	}
	#gFooter .fLogo {
		margin-bottom: 30px;
	}
	#gFooter .fLogo img {
		width: 230px;
	}
	#gFooter .fLogo span {
		margin-bottom: 15px;
	}
}
@media all and (max-width: 374px) {
	#gFooter .pageTop {
		width: 42px;
		height: 42px;
		bottom: -42px;
		right: 10px;
	}
}

.inset {
	display: inline-block;
	background-color: #FFF;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 0px;

}
.outset {
	display: inline-block;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-size: cover;

}
