@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;600;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&amp;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;
	font-weight: 400;
}
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: #1b1b1b;
	text-decoration: none;
}
a:visited {
	color: #1b1b1b;
}
a:hover {
	color: #1b1b1b;
}
a:active {
	color: #1b1b1b;
}
*/
a, a img {
	-webkit-transition: .3s;
	transition: .3s;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #1b1b1b;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
	overflow: hidden;
}
#main {
	position: relative;
}
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.25rem;
	}
	body.fixed {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	box-sizing: border-box;
}
#gHeader .hBox {
	padding: 0 23px 0 66px;
	display: flex;
	justify-content: space-between;
}
#gHeader .logo {
	width: 182px;
	position: relative;
	z-index: 10;
}
#gHeader .logo a {
	padding: 0;
	width: 169px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background-color: #fff;
	box-sizing: border-box;
	-webkit-transition: 0s;
	transition: 0s;
}
#gHeader .logo img {
	width: 100%;
}
#gHeader .logo .over {
	display: none;
}
#gHeader .rightBox {
	padding-top: 25px;
	flex: 1;
	display: flex;
	justify-content: flex-end;
}
#gHeader .snsBtn {
	margin: -1px 0 0 18px;
}
#gHeader .snsBtn .over {
	display: none;
}
#gHeader .menu {
	margin-top: 25px;
}
#gHeader .menu .over {
	display: none;
}
#gHeader.fix {
	background-color: #fff;
}
#gHeader.fix .snsBtn .over {
	display: inline-block;
}
#gHeader.fix .snsBtn .out {
	display: none;
}
#gHeader.fix .logo a {
	padding: 18px 0 10px;
	width: 182px;
}
#gHeader.fix .logo .over {
	display: inline-block;
}
#gHeader.fix .logo .out {
	display: none;
}
#gHeader.fix .menu .over {
	display: inline-block;
}
#gHeader.fix .menu .out {
	display: none;
}
@media all and (min-width: 1161px) and (max-width: 1500px) {
	#gHeader .hBox {
		padding: 0 20px;
	}
	#gHeader .naviUl > li > a {
		padding-bottom: 32px;
		font-size: 1.3rem;
	}
	#gHeader .naviUl > li {
		margin-left: 30px;
	}
}
@media all and (min-width: 897px) {
	#gHeader .snsBtn a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 1160px) {
	#gHeader {
		height: 74px;
	}
	#gHeader .logo {
		width: 85px;
	}
	#gHeader .hBox {
		padding: 0 20px 0 20px;
	}
	#gHeader.fix .logo {
		margin-top: 7px;
		width: 134px;
	}
	#gHeader .pc {
		display: none !important;
	}
	#gHeader .sp {
		display: block !important;
	}
	#gHeader .logo a {
		width: 84px;
	}
	#gHeader.fix .logo a {
		padding: 13px 0 10px;
		width: 134px;
	}
}
@media all and (max-width: 374px) {
	#gHeader .hBox {
		padding: 0 20px 0 13px;
	}
	#gHeader.fix .logo {
		margin-top: 6px;
		width: 122px;
	}
}



/*  */
.naviUl {
	display: flex;
	justify-content: flex-end;
}
.naviUl > li {
	margin-left: 36px;
}
.naviUl > li:first-child {
	margin-left: 0;
}
.naviUl > li > a {
	padding-bottom: 28px;
	color: #fff;
	font-size: 1.8rem;
	font-weight: normal;
	position: relative;
	display: inline-block;
	-webkit-transition: 0s;
	transition: 0s;
	letter-spacing: 0.05em;
}
.naviUl > li > a::after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	width: 0;
	top: auto;
	bottom: 25px;
	left: auto;
	right: 0;
	background-color: #fff;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-ms-transition-duration: 0.5s;
	-ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	　-moz-transition-duration: 0.5s;
	-moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	pointer-events: none;
}
.naviUl > li > a.on::after {
	width: 100%;
	right: auto;
	left: 0;
}
.fix .naviUl > li > a {
	color: #000;
}
.fix .naviUl > li > a::after {
	background-color: #000;
}
.naviUl .downBox {
	padding: 62px 0;
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: rgba(255,255,255,0.85);
	display: none;
}
.naviUl .linkUl {
	margin: -30px auto 0;
	max-width: 790px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.naviUl .linkUl li {
	margin-top: 30px;
	width: 380px;
}
.naviUl .linkUl a {
	width: 100%;
	height: 140px;
	color: #fff;
	font-weight: normal;
	font-size: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../../img/common/nav_img01.jpg) no-repeat center center;
	background-size: cover;
	box-sizing: border-box;
	letter-spacing: 0.05em;
	position: relative;
}
.naviUl .linkUl a .line {
	margin-top: -3px;
	width: 23px;
	padding-top: 5px;
	height: 1px;
	position: absolute;
	top: 50%;
	right: 27px;
	overflow: hidden;
	display: block;
}
.naviUl .linkUl a .line span {
	position: relative;
	display: block;
	width: 23px;
	height: 1px;
	background: #fff;
	transition: transform 0.5s;
}
.naviUl .linkUl a .line span:before {
	width: 6px;
	height: 1px;
	position: absolute;
	right: 0;
	bottom: 3px;
	transform: rotate(30deg);
	transform-origin: left bottom;
	background: #fff;
	content: '';
}
.naviUl .linkUl a .line span.left {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateX(-200%);
}
.naviUl .linkUl .img01 a {
	background-image: url(../../img/common/nav_img01.jpg);
}
.naviUl .linkUl .img02 a {
	background-image: url(../../img/common/nav_img02.jpg);
}
.naviUl .linkUl .img03 a {
	background-image: url(../../img/common/nav_img03.jpg);
}
.naviUl .linkUl .img04 a {
	background-image: url(../../img/common/nav_img04.jpg);
}
.naviUl .linkUl .img05 a {
	background-image: url(../../img/common/nav_img05.jpg);
}
.naviUl .linkUl .img06 a {
	background-image: url(../../img/common/nav_img06.jpg);
}
.naviUl .linkUl .img07 a {
	background-image: url(../../img/common/nav_img07.jpg);
}
@media all and (min-width: 897px) and (max-width: 1400px) {
	.naviUl > li > a {
		font-size: 1.3rem;
	}
}
@media all and (min-width: 897px) {
	.naviUl .linkUl a:hover {
		opacity: 0.7;
	}
	.naviUl > li > a:hover::after {
		width: 100%;
		right: auto;
		left: 0;
	}
	.naviUl .linkUl a:hover .line span {
		transform: translateX(200%);
	}
	.naviUl .linkUl a:hover .line span.left {
		transform: translateX(0);
	}
}

.languageUl {
	margin: 1px 0 0 24px;
}
.languageUl li {
	margin-left: 21px;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0.08em;
	position: relative;
}
.languageUl li:first-child {
	margin-left: 0;
}
.languageUl li::after {
	color: #fff;
	position: absolute;
	top: 0;
	right: -16px;
	content: "/";
}
.languageUl li:last-child::after {
	display: none;
}
.languageUl a {
	color: #fff;
	font-size: 1.6rem;
	position: relative;
	display: inline-block;
	-webkit-transition: 0s;
	transition: 0s;
}
.languageUl a::after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	width: 0;
	top: auto;
	bottom: -1px;
	left: auto;
	right: 0;
	background-color: #fff;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-ms-transition-duration: 0.5s;
	-ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-moz-transition-duration: 0.5s;
	-moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	pointer-events: none;
}
.languageUl a.on {
	pointer-events: none;
}
.languageUl a.on::after {
	width: 100%;
	right: auto;
	left: 0;
}
.fix .languageUl a {
	color: #000;
}
.fix .languageUl a::after {
	background-color: #000;
}
.fix .languageUl li::after {
	color: #000;
}
@media all and (min-width: 897px) {
	.languageUl a:hover::after {
		width: 100%;
		right: auto;
		left: 0;
	}
}

/* menuBox */
@media all and (min-width: 1161px) {
	.menuBox {
		display: none !important;
	}
}
.menuBox {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0.95);
	overflow-y: auto;
	z-index: 99999;
	display: none;
}
.menuBox .headerBox {
	padding: 6px 23px 19px 20px;
	background-color: #fff;
	display: flex;
}
.menuBox .headerBox .rightBox {
	margin-top: 17px;
	flex: 1;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
}
.menuBox .headerBox .logo {
	margin-top: 14px;
	width: 134px;
}
.menuBox .languageUl {
	margin: 2px 36px 0 0;
}
.menuBox .languageUl a {
	color: #000;
	font-size: 1.25rem;
}
.menuBox .languageUl li {
	margin-left: 18px;
}
.menuBox .languageUl li::after {
	color: #000;
	right: -13px;
}
.menuBox .languageUl a::after {
	background-color: #000;
}
.menuBox .comNavi02 {
	padding: 19px 30px 74px;
}
.menuBox .comNavi02 .snsBtn {
	padding-top: 9px;
}
@media all and (max-width: 374px) {
	.menuBox .headerBox .logo {
		width: 122px;
	}
	.menuBox .headerBox {
		padding: 6px 18px 7px 13px;
	}
	.menuBox .languageUl {
		margin: 2px 24px 0 0;
	}
	.menuBox .comNavi02 {
		padding: 19px 15px 74px;
	}
	.menuBox .comNavi02 li {
		width: 49%;
	}
	.menuBox .comNavi .innerUl > li > a {
		padding: 17px 15px 17px;
	}
	.menuBox .comNavi .innerUl ul {
		padding: 22px 26px 25px;
	}
}
@media all and (max-width: 1160px) {
	.menuBox .comNavi {
		display: block;
		font-size: 1.4rem;
		max-width: inherit;
	}
	.menuBox .comNavi > li {
		margin-right: 0;
		width: auto;
	}
	.menuBox .comNavi .innerUl ul {
		padding: 22px 46px 25px;
		background-color: #ebebeb;
		display: none;
	}
	.menuBox .comNavi .innerUl > li > a {
		padding: 17px 30px 17px;
		border-bottom: none;
	}
	.menuBox .comNavi .innerUl ul li a {
		padding-left: 17px;
		font-size: 1.25rem;
	}
	.menuBox .comNavi .innerUl ul li {
		margin-bottom: 9px;
	}
	.menuBox .comNavi .innerUl ul li:last-child {
		margin-bottom: 0;
	}
	.menuBox .comNavi .innerUl ul li a::after {
		width: 6px;
	}
	.menuBox .comNavi .innerUl > li {
		margin-bottom: 0;
	}
	.menuBox .comNavi .drop::after {
		margin-top: -6px;
		width: 13px;
		height: 13px;
		position: absolute;
		top: 50%;
		right: 29px;
		background: url(../../img/common/icon03.png) no-repeat left top;
		background-size: 13px auto;
		content: "";
	}
	.menuBox .comNavi .drop.on::after {
		background-image: url(../../img/common/icon04.png);
	}
	.menuBox .comNavi02 {
		padding: 37px 30px 74px;
		display: flex;
		flex-wrap: wrap;
		text-align: left;
		font-size: 1.1rem;
		justify-content: space-between;
	}
	.menuBox .comNavi02 li {
		margin: 11px 0 0 0;
		width: 46%;
		box-sizing: border-box;
	}
}


#pagePath {
	margin-bottom: 66px;
	padding: 14px 0;
}
#pagePath ul {
	margin: 0 auto;
	max-width: 1200px;
	display: flex;
	justify-content: flex-end;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
}
#pagePath ul a {
	color: #3EA1F2;
}
#pagePath ul li {
	margin-left: 37px;
	position: relative;
}
#pagePath ul li:first-child {
	margin-left: 0;
}
#pagePath ul li::after {
	margin-top: -10px;
	font-size: 2rem;
	color: #999999;
	position: absolute;
	top: 50%;
	right: -25px;
	content: ">";
	line-height: 1;
}
#pagePath ul li:last-child::after {
	display: none;
}
@media all and (max-width: 896px) {
	#pagePath {
		margin-bottom: 40px;
		padding: 21px 25px;
	}
	#pagePath ul {
		font-size: 1rem;
	}
	#pagePath ul li {
		margin-left: 31px;
	}
	#pagePath ul li::after {
		margin-top: -8px;
		font-size: 1.5rem;
		right: -20px;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
/*#gFooter {
	background-color: #282828;
}
#gFooter .fBox {
	padding: 239px 0 90px;
	background-color: #f5f5f5;
}
#gFooter .btmBox {
	margin: 0 auto;
	padding: 42px 20px 41px;
	max-width: 1643px;
	color: #fff;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	position: relative;
}
#gFooter .btmBox .copyright {
	padding: 40px 115px 0 0;
	font-size: 1.3rem;
	font-weight: 300;
	flex: 1;
	font-style: inherit;
	text-align: right;
	letter-spacing: 0.08em;
}
#gFooter .btmBox a {
	color: #fff;
}
#gFooter .leftBox {
	width: 1100px;
	display: flex;
	justify-content: space-between;
}
#gFooter .leftBox .txt {
	margin: 17px 0 0 39px;
	font-size: 1.5rem;
	flex: 1;
	letter-spacing: 0.05em;
	font-weight: 300;
}
#gFooter .leftBox .txt span {
	margin-bottom: 12px;
	font-size: 2.2rem;
	display: block;
}
#gFooter .snsBtn {
	margin: -10px 0 0 11px;
	display: inline-block;
	vertical-align: top;
}
#gFooter .pageTop {
	position: fixed;
	bottom: 20px;
	transform: translateY(150%);
	transition: transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
	z-index: 100;
}
#gFooter .pagetop img {
	position: relative;
	z-index: 10;
}
#gFooter .pageTop.active {
	position: absolute;
	top: 59px;
	bottom: auto;
	right: 5px !important;
	transform: translateY(0);
}
#gFooter .pageTop a {
	position: relative;
	display: block;
	overflow: hidden;
}
#gFooter .pageTop a .white {
	display: none;
}
#gFooter .pageTop.show {
	transform: translateY(0);
}
#gFooter .pageTop.change a .white {
	display: block;
}
#gFooter .pageTop.change a .black {
	display: none;
}
#gFooter .pageTop a:before,
#gFooter .pageTop a:after {
	width: 100%;
	height: 100%;
	background: url(../../img/common/pegetop_ico04.svg) no-repeat center center;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	transition: transform 0s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#gFooter .pageTop.change a:before,
#gFooter .pageTop.change a:after {
	background-image: url(../../img/common/pegetop_ico02.svg);
}
#gFooter .pageTop a:after {
	transform: translateY(100%);
	transition-delay: 0.2s;
}
#gFooter .fLogo {
	width: 103px;
}
#gFooter .fLogo img {
	width: 100%;
}
@media all and (min-width: 897px) and (max-width: 1400px) {
	#gFooter .leftBox .txt {
		margin-left: 20px;
		font-size: 1.3rem;
	}
	#gFooter .leftBox .txt span {
		font-size: 2rem;
	}
	#gFooter .btmBox .copyright {
		padding-right: 78px;
		font-size: 1.2rem;
	}
}
@media all and (min-width: 897px) {
	#gFooter .pageTop a:hover {
		opacity: 0.7;
	}
	#gFooter .snsBtn:hover {
		opacity: 0.7;
	}
	#gFooter .pageTop a:hover:before {
		transform: translateY(-100%);
		transition-duration: 0.5s;
	}
	#gFooter .pageTop a:hover:after {
		transform: translateY(0);
		transition-duration: 0.5s;
	}
	#gFooter .bgBox {
		background-color: #313131;
	}
	#gFooter .bgBox .comNavi02 {
		margin: 0 auto;
		max-width: 1064px;
		text-align: left;
	}
	#gFooter .bgBox .comNavi02 li {
		margin: 0 85px 0 0;
	}
	#gFooter .bgBox .comNavi02 li:last-child {
		margin-right: 0;
	}
}
@media all and (max-width: 896px) {
	#gFooter .fBox {
		padding: 124px 0 3px;
	}
	#gFooter .btmBox {
		margin: -41px auto 0;
		padding: 0 0 35px;
		display: block;
	}
	#gFooter .leftBox {
		margin-bottom: 67px;
		width: auto;
		display: block;
		justify-content: space-between;
		text-align: center;
		position: relative;
	}
	#gFooter .leftBox::after {
		width: 34px;
		height: 1px;
		position: absolute;
		bottom: -34px;
		left: 50%;
		transform: translateX(-50%);
		background-color: #fff;
		content: "";
	}
	#gFooter .leftBox .txt {
		margin: 0;
		font-size: 1.025rem;
	}
	#gFooter .btmBox .copyright {
		padding: 0;
		font-size: 0.8rem;
		text-align: center;
		letter-spacing: 0.08em;
	}
	#gFooter .leftBox .txt span {
		margin-bottom: 9px;
		font-size: 1.55rem;
	}
	#gFooter .fLogo a {
		margin: 0 auto;
		padding: 10px 14px;
		width: 86px;
		height: 86px;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 50%;
		overflow: hidden;
		box-sizing: border-box;
		background-color: #fff;
	}
	#gFooter .fLogo {
		margin-bottom: 22px;
		width: auto;
	}
	#gFooter .pageTop {
		top: auto;
		right: 19px;
		width: 40px;
		bottom: 20px;
	}
}
-*/


@media (min-width: 320px) and (max-width: 600px)  {

#gHeader {
		height: 1px;
	}


}

