@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@300;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, figcaption, figure, footer, header, main, section, nav {
	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: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
	display: block;
}
ol, ul {
	list-style: none;
	box-sizing: border-box;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
a, a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
}
a:hover {
	color: #333;
}
a:active {
	color: #333;
}
chrome_annotation {
	border: none !important;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1260px;
	color: #333;
	font-size: 1.4rem;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	background-color: #FFF;
}
#container {
	padding-top: 158px;
	text-align: left;
}
#main {
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 767px) {
	body {
		min-width: inherit;
	}
	body.fixed {
		position: fixed;
		width: 100%;
		height: 100%;
	}
	#container {
		padding-top: 68px;
	}
	a:hover, a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader .hWrap {
	margin: 0 auto;
	padding: 0 5px;
	width: 1210px;
	max-width: 100%;
	display: flex;
	justify-content: space-between;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
	box-sizing: border-box;
}
#gHeader .hBox .logo {
	width: 145px;
}
#gHeader.scroll .hWrap {
	padding: 0;
}
#gHeader.scroll .hBox .logo {
	width: 80px;
}
@media all and (min-width: 768px) {
	#gHeader {
		width: 100%;
		position: fixed;
		left: 0;
		top: 0;
		box-sizing: border-box;
		background: #fff;
		z-index: 100;
	}
}
@media all and (max-width: 767px) {
	#gHeader .hWrap {
		margin: 0;
		padding: 0;
		width: auto;
		display: block;
	}
	#gHeader .hBox .logo {
		width: 96px;
		height: 68px;
		display: flex;
		align-items: center;
		background: #026736;
	}
	#gHeader .hBox .logo a {
		display: block;
	}
	#gHeader.scroll .hBox .logo {
		width: 96px;
	}
	#gHeader .hBox {
		width: 100%;
		position: fixed;
		left: 0;
		top: 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
		z-index: 100;
		background: #fff;
	}
	#gHeader .hBtnList {
		margin: 0 -3px 2px auto;
		display: flex;
		position: relative;
		z-index: 1;
	}
	#gHeader .hBtnList li {
		margin-left: 5px;
	}
	#gHeader .hBtnList li a {
		display: block;
	}
	#gHeader .hBtnList li a img {
		max-height: 32px;
	}
	.menu {
		width: 68px;
		height: 68px;
		position: relative;
		cursor: pointer;
	}
	.menu span {
		width: 24px;
		height: 2px;
		position: absolute;
		top: 20px;
		left: 22px;
		background: #0D6736;
	}
	.menu span:nth-child(2) {
		top: 32px;
	}
	.menu span:nth-child(3) {
		top: 44px;
	}
	.menuBox {
		width: 100%;
		height: 100%;
		display: block;
		position: fixed;
		left: 0;
		top: 0;
		overflow-y: auto;
		background: #fff;
		z-index: 110;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition: 0.4s;
	}
	.menuBox.on {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
#gNavi ul {
	display: flex;
	justify-content: flex-end;
	box-sizing: border-box;
}
#gNavi li a {
	display: block;
	font-weight: 700;
}
#gNavi .naviList {
	width: 100%;
	order: 1;
}
#gNavi .naviList li {
	margin-left: 44px;
	position: relative;
	z-index: 1;
}
#gNavi .naviList li.pulldown::after {
	width: 150px;
	height: 50px;
	position: absolute;
	left: -18px;
	top: 10px;
	content: '';
	z-index: -1;
}
#gNavi .naviList li span {
	padding-right: 15px;
	display: block;
	position: relative;
	font-weight: 700;
	cursor: pointer;
	background: url("../img/common/icon01.png") no-repeat right center / 9px;
	z-index: 1;
}
#gNavi .naviList li a:hover,
#gNavi .naviList li.active span,
#gNavi .naviList li span:hover {
	text-decoration: none;
	color: #1C774B;
}
#gNavi .naviList li .subList {
	box-sizing: border-box;
	margin: 0;
	width: auto;
	min-width: 150px;
	padding: 5px 0 8px;
	position: absolute;
	left: -18px;
	top: 50px;
	display: none;
	background: #fff;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
	z-index: 1;
}
#gNavi .naviList li .subList li {
	margin: 0;
	padding: 0;
}
#gNavi .naviList li .subList li a {
	padding: 9px 17px 10px;
	display: block;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	white-space: nowrap;
}
#gNavi .naviList li .subList li a:hover {
	color: #1C774B;
}
#gNavi .hdTtl {
	margin: 0.5em 1em 0;
	max-width: 245px;
	font-size: 1.4rem;
	font-weight: 700;
}
#gNavi .hLinkList {
	margin-bottom: 50px;
	align-items: center;
}
#gNavi .hLinkList .tel {
	margin-left: 0;
}
#gNavi .hLinkList .link01 {
	margin-left: 1px;
}
#gNavi .hLinkList .link02 {
	margin-left: 27px;
	order: 1;
}
#gNavi .hLinkList .link03 {
	margin-left: 1px;
}
#gNavi .hLinkList li a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.scroll #gNavi {
	padding: 13px 0;
	align-items: center;
}
.scroll #gNavi .naviList {
	padding: 6px 43px 0 0;
	width: auto;
	order: 0;
}
.scroll #gNavi .hdTtl {
	margin: 0;
	text-indent: -100000px;
}
.scroll #gNavi .hLinkList {
	margin: 0;
}
.scroll #gNavi .hLinkList .link01 a {
	width: 55px;
	height: 51px;
	background: url("../img/common/btn02.png") no-repeat center center / 100%;
}
.scroll #gNavi .hLinkList .link01 a img {
	display: none;
}
.scroll #gNavi .hLinkList .tel,
.scroll #gNavi .hLinkList .link02 {
	display: none;
}
.scroll #gNavi .hLinkList .link03 {
	display: none;
}
@media all and (min-width: 768px) and (max-width: 1199px) {
	#gNavi .hdTtl {
		max-width: 20.417vw;
		font-size: 1.167vw;
	}
	#gNavi .hLinkList {
		max-width: 57.75vw;
	}
	#gNavi .hLinkList .link02 {
		margin-left: 1vw;
		flex-shrink: 0;
		font-size: 1.333vw;
		word-break: keep-all;
	}
	#gNavi .naviList li {
		margin-left: 3.667vw;
	}
	.scroll #gNavi .naviList {
		padding: 0.5vw 3.583vw 0 0;
	}
}
@media all and (min-width: 768px) and (max-width: 1160px) {
	#gNavi .naviList li {
		margin-left: 3vw;
	}
}
@media all and (min-width: 768px) and (max-width: 1100px) {
	.scroll #gNavi .naviList {
		padding-right: 3vw;
	}
	.scroll #gNavi .naviList li {
		margin-left: 2.5vw;
	}
}
@media all and (min-width: 768px) and (max-width: 1050px) {
	#gNavi .naviList li {
		margin-left: 2vw;
		font-size: 1.524vw;
	}
	#gNavi .hLinkList li {
		font-size: 1.524vw;
	}
	#gNavi .hLinkList .tel img {
		width: 17.143vw;
	}
	#gNavi .hLinkList .link01 img {
		width: 16.476vw;
	}
	#gNavi .hLinkList .link03 img {
		width: 23.429vw;
	}
	.scroll #gNavi .naviList {
		padding-right: 2vw;
	}
}
@media all and (min-width: 768px) and (max-width: 1000px) {
	#gNavi .hdTtl {
		margin-right: 0.5em;
	}
	#gNavi .hLinkList {
		max-width: 55vw;
	}
	.scroll #gNavi .hLinkList .link01 a {
		width: 5.5vw;
	}
	.scroll #gNavi .naviList li {
		margin-left: 2vw;
	}
}
@media all and (max-width: 767px) {
	#gNavi {
		padding: 75px 15px 37px;
		width: 100%;
		min-height: 100%;
		display: flex;
		flex-wrap: wrap;
		align-content: flex-start;
		align-items: flex-start;
		box-sizing: border-box;
		font-family: "M PLUS 1p", sans-serif;
		font-size: 1.5rem;
		font-weight: 500;
	}
	#gNavi .logo {
		margin: 0 auto 54px;
		width: 93.5%;
		text-align: left;
	}
	#gNavi ul {
		margin: 0 auto;
		width: 87.1%;
		display: block;
	}
	#gNavi li a {
		padding: 11px 0 11px 22px;
		position: relative;
		letter-spacing: 0.08em;
		line-height: 1.53;
	}
	#gNavi li a::before {
		width: 14px;
		height: 1px;
		position: absolute;
		left: 0;
		top: 22px;
		background: #707070;
		content: "";
	}
	#gNavi .naviList {
		padding: 0;
		width: 87.1%;
		order: 0;
	}
	#gNavi .naviList li {
		margin: 0;
	}
	#gNavi .naviList li.pulldown::after {
		display: none;
	}
	#gNavi .naviList li a:hover {
		color: #333;
	}
	#gNavi .naviList li span {
		padding: 11px 0 11px 22px;
		position: relative;
		letter-spacing: 0.08em;
		line-height: 1.54;
		background: none;
	}
	#gNavi .naviList li span::before {
		width: 14px;
		height: 1px;
		position: absolute;
		left: 0;
		top: 22px;
		background: #707070;
		content: "";
	}
	#gNavi .naviList li span::after {
		margin-left: 5px;
		width: 8px;
		height: 7px;
		display: inline-block;
		vertical-align: middle;
		background: url(../img/common/icon02.png) no-repeat center center / 100%;
		content: '';
	}
	#gNavi .naviList li span:hover {
		color: #333;
	}
	#gNavi .naviList li .subList {
		margin-left: 24px;
		padding: 0;
		min-width: inherit;
		width: auto;
		position: static;
		box-shadow: none;
		background: transparent;
	}
	#gNavi .naviList li .subList li a {
		padding: 11px 0 11px 20px;
		font-size: 1.5rem;
		font-weight: 500;
	}
	#gNavi .naviList li .subList li a::before {
		width: 13px;
	}
	#gNavi .naviList li .subList li a:hover {
		color: #333;
	}
	#gNavi .hLinkList {
		margin: 0 auto;
	}
	#gNavi .hLinkList li {
		margin: 0 !important;
	}
	#gNavi .close {
		margin-top: 58px;
		width: 100%;
		text-align: center;
	}
	#gNavi .close a {
		padding-top: 43px;
		display: inline-block;
		color: #0D6736;
		font-weight: 300;
		font-size: 1.7rem;
		letter-spacing: 0.08em;
		background: url("../img/common/close.png") no-repeat center top / 35px;
	}
	#gNavi .hdTtl {
		margin: 0;
		text-indent: -100000px;
	}
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	margin-bottom: 59px;
	text-align: right;
	font-size: 1.6rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	color: #888;
	letter-spacing: 0.04em;
}
#pagePath li {
	display: inline;
}
#pagePath li a {
	margin-right: 2px;
	color: #888;
}
#pagePath li a:hover {
	text-decoration: underline;
}
@media all and (max-width: 767px) {
	#pagePath {
		margin: 0 13px;
		font-size: 1.2rem;
	}
	#pagePath li:not(:last-child) {
		margin-right: 3px;
	}
	#pagePath li a {
		margin-right: 4px;
	}
	#pagePath li a:hover {
		text-decoration: none;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 0 20px 83px;
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
}
#gFooter .fSnsList {
	margin-bottom: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#gFooter .fSnsList li {
	margin: 0 23px;
}
#gFooter .fSnsList li a {
	display: block;
}
#gFooter .fSnsList li a:hover {
	opacity: 0.7;
}
#gFooter .fNaviList {
	margin-bottom: 55px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	font-size: 1.6rem;
	font-weight: 700;
	gap: 10px 0;
}
#gFooter .fNaviList li {
	margin: 0 14px;
	position: relative;
	z-index: 1;
}
#gFooter .fNaviList li.pulldown {
	z-index: 2;
}
#gFooter .fNaviList li.pulldown::after {
	width: 90px;
	height: 25px;
	left: -14px;
	top: 10px;
	position: absolute;
	content: '';
}
#gFooter .fNaviList li a {
	display: block;
	position: relative;
	z-index: 2;
}
#gFooter .fNaviList li a:hover {
	color: #1C774B;
	text-decoration: none;
	opacity: 1;
}
#gFooter .fNaviList li span {
	padding-right: 15px;
	display: block;
	cursor: pointer;
	letter-spacing: 0.08em;
	background: url(../img/common/icon01.png) no-repeat right center / 9px;
	position: relative;
	z-index: 2;
}
#gFooter .fNaviList li.active span,
#gFooter .fNaviList li span:hover {
	color: #1C774B;
}
#gFooter .fNaviList li .subList {
	box-sizing: border-box;
	padding: 5px 0 9px;
	min-width: 150px;
	position: absolute;
	left: -14px;
	top: calc(100% + 10px);
	background: #fff;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
	display: none;
	z-index: 3;
}
#gFooter .fNaviList li .subList li {
	margin: 0;
}
#gFooter .fNaviList li .subList li a {
	padding: 10px 17px 9px;
	display: block;
	text-align: left;
	font-size: 1.4rem;
	letter-spacing: 0.08em;
	white-space: nowrap;
}
#gFooter .fNaviList li .subList li a:hover {
	color: #1C774B;
}
#gFooter .fLogo {
	margin-bottom: 31px;
}
#gFooter .fBtnBox {
	margin: 0 0 32px 21px;
	display: flex;
	justify-content: center;
}
#gFooter .fBtnBox a:hover {
	opacity: 0.7;
}
#gFooter .fBtnBox a {
	display: inline-block;
	vertical-align: top;
}
#gFooter .fBtnBox .fBtn {
	margin-left: 1px;
}
#gFooter .fBtnBox .sub01 {
	margin: 0 0 0 1px;
}
#gFooter address {
	font-style: normal;
	font-size: 1.2rem;
	font-weight: 400;
}
@media all and (max-width: 767px) {
	#gFooter {
		padding: 0 15px 42px;
	}
	#gFooter .fSnsList {
		margin-bottom: 49px;
	}
	#gFooter .fNaviBox {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#gFooter .fNaviList {
		margin: 0 auto 36px;
		max-width: 320px;
		font-size: 1.2rem;
		font-weight: 400;
		order: 1;
		gap: 0;
	}
	#gFooter .fNaviBox .fNaviList {
		margin: 0 -9px 36px;
		max-width: 320px;
	}
	#gFooter .fNaviList li {
		margin: 0 9px;
		line-height: 2.9;
	}
	#gFooter .fNaviList li a:hover {
		color: #333;
	}
	#gFooter .fNaviList li span {
		display: none;
	}
	#gFooter .fNaviList li .subList {
		padding: 0;
		min-width: inherit;
		position: static;
		background: transparent;
		box-shadow: none;
		display: flex !important;
	}
	#gFooter .fNaviList li .subList li {
		margin: 0;
	}
	#gFooter .fNaviList li .subList li + li {
		margin-left: 16px;
	}
	#gFooter .fNaviList li .subList li a {
		padding: 0;
		font-size: 1.2rem;
		font-weight: 400;
		letter-spacing: 0;
		white-space: normal;
	}
	#gFooter .fNaviList li .subList li a:hover {
		color: #333;
	}
	#gFooter .fLogo {
		margin-bottom: 27px;
		width: 100%;
	}
	#gFooter .fLogo img {
		width: 289px;
	}
	#gFooter .fBtnBox {
		display: none;
	}
	#gFooter address {
		font-size: 1rem;
	}
}
/* fBnrList */
#gFooter .fBnrList {
	margin: 0 auto 170px;
	width: 1000px;
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 30px 4.85%;
	box-sizing: border-box;
}
#gFooter .fBnrList li {
	width: 30.1%;
}
#gFooter .fBnrList li a {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.3125;
	background: #03361D;
}
#gFooter .fBnrList li a:hover {
	opacity: 0.7;
}
#gFooter .fBnrList li.item02 a {
	background: #09567B;
}
#gFooter .fBnrList li.item03 a {
	background: #40220F;
}
#gFooter .fBnrList li .pho img {
	width: 100%;
}
#gFooter .fBnrList li .txtBox {
	padding: 15px;
	display: flex;
	align-items: center;
	text-align: left;
}
#gFooter .fBnrList li .txtBox p {
	margin: -10px 5px;
	flex: 1;
}
#gFooter .fBnrList li .txtBox .btn {
	width: 100px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #000;
	font-weight: 700;
	font-size: 1.3rem;
	letter-spacing: 0.03em;
	background: #fff url(../img/common/icon03.png) no-repeat right 12px top 55% / 6px;
}
#gFooter .fBnrList li .txtBox .btn span {
	padding: 0 20px;
}
@media all and (max-width: 767px) {
	#gFooter .fBnrList {
		margin-bottom: 40px;
		width: 86%;
		max-width: initial;
		display: block;
	}
	#gFooter .fBnrList li {
		margin-bottom: 20px;
		width: auto;
	}
	#gFooter .fBnrList li:last-child {
		margin-bottom: 0;
	}
	#gFooter .fBnrList li a {
		display: flex;
		font-size: 1.1rem;
		line-height: 1.272;
	}
	#gFooter .fBnrList li .pho {
		width: 81px;
		display: flex;
	}
	#gFooter .fBnrList li .pho img {
		height: 100%;
		object-fit: cover;
	}
	#gFooter .fBnrList li .txtBox {
		padding: 10px;
		flex: 1;
		box-sizing: border-box;
	}
	#gFooter .fBnrList li .txtBox p {
		margin: -5px 5px;
		flex: 1;
	}
	#gFooter .fBnrList li .txtBox .btn {
		width: 72px;
		height: 25px;
		font-size: 0.8rem;
		background-size: 4px;
		background-position: right 9px center;
	}
	#gFooter .fBnrList li .txtBox .btn span {
		padding: 0 10px;
	}
}
@media all and (max-width: 374px) {
	#gFooter .fBnrList li a {
		font-size: 2.933vw;
	}
	#gFooter .fBnrList li .txtBox p {
		margin-left: 0;
	}
	#gFooter .fBnrList li .txtBox .btn {
		width: 17vw;
		background-position: right 6px center;
	}
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
.clearfix::after {
	content: '';
	display: block;
	clear: both;
}
/* flex */
.flex, .flexA, .flexB, .flexC {
	display: flex;
	flex-wrap: wrap;
}
.flexA {
	justify-content: space-around;
}
.flexB {
	justify-content: space-between;
}
.flexC {
	justify-content: center;
}
.center {
	text-align: center;
}
/* #topicPath */
#topicPath {
	margin-bottom: 20px;
	display: block;
	position: relative;
	height: auto;
	overflow: hidden;
	line-height: normal;
}
#topicPath li {
	margin-right: 15px;
	padding-left: 25px;
	height: 17px;
	display: inline;
	float: left;
	letter-spacing: 0.05em;
	line-height: 19px;
	background: url(../img/linkArrow_topicPath.png) no-repeat 0% 50%;
}
#topicPath li a:link,
#topicPath li a:visited {
	text-decoration: none;
	color: #484848;
}
#topicPath li a:hover {
	display: block;
	text-decoration: underline;
}
#topicPath li.firstChild {
	padding-left: 20px;
	background: url(../img/bg_topicPath.png) no-repeat 0% 50%;
}
#topicPath li.firstChild a:link,
#topicPath li.firstChild a:visited {
	color: #333333;
	text-decoration: none;
}
#topicPath li.firstChild a:hover {
	text-decoration: underline;
}
/* パンくずリスト
----------------------------------------- */
.topic-path {
	margin: 12px 0 25px;
}
.topic-path li {
	display: inline-block;
}
.topic-path li a {
	color: #010101;
}
.topic-path li a:after {
	content: '>';
	padding-left: 5px;
	display: inline-block;
}
@media all and (max-width: 767px) {
	.topic-path,
	#topicPath {
		display: none;
	}
}
/* bannerfix */
.bannerfix {
	position: fixed;
	right: 70px;
	bottom: 30px;
	width: 200px;
	z-index: 100;
}
.bannerfix img {
	width: 100%;
}
.bannerfix a:hover {
	opacity: 0.6;
}
@media all and (max-width: 767px) {
	.bannerfix {
		display: none;
	}
}

.bannerfix02 {
	position: fixed;
	right: 70px;
	bottom: 230px;
	width: 200px;
	z-index: 100;
}
.bannerfix02 img {
	width: 100%;
}
.bannerfix02 a:hover {
	opacity: 0.6;
}
@media all and (max-width: 767px) {
	.bannerfix02 {
		display: none;
	}
}
/* tabrowjFix */
.tabrowjFix {
	position: fixed;
	right: 0;
	bottom: 0;
	width: 50px;
	z-index: 2;
}
.tabrowjFix li img {
	width: 100%;
	vertical-align: top;
}
.tabrowjFix li:nth-child(2) {
	margin-top: -0px
}
.tabrowjFix li:nth-child(3) {
	margin-top: -0px
}
.tabrowjFix li:nth-child(4) {
	margin-top: -0px
}
.tabrowjFix li a {
	display: block;
}
.tabrowjFix li a:hover {
	opacity: 0.7;
}
@media all and (max-width: 767px) {
	.tabrowjFix {
		display: none;
	}
}
/* page top
----------------------------------------- */
.page-top {
	position: relative;
	bottom: -20px;
	width: 1000px;
	max-width: 100%;
	margin: 0 auto 40px;
	text-align: right;
}
.goTop {
	text-align: right;
	clear: both;
}
.goTop a:hover,
.page-top a:hover {
	opacity: 0.6;
}
.absmiddle {
	vertical-align: middle;
	display: inline-block;
}
@media all and (max-width: 767px) {
	.page-top,
	.goTop {
		display: none;
	}
}
@charset "utf-8";
/*------------------------------------------------------------
	fujiiderasawada
------------------------------------------------------------*/
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}
.content {
	margin: 0 auto;
	width: 1000px;
}
#pagePath {
	margin: 0 auto 12px;
	max-width: 1200px;
}
#main {
	margin-bottom: 100px;
	font-size: 1.6rem;
}
#main .pageTitle {
	margin-bottom: 50px;
	position: relative;
}
#main .pageTitle .fvImg {
  padding-top: 120px;
	text-align: center;
}
#main .pageTitle .fvImg img {
	width: 1366px;
}
#main .pageTitle .h1Ttl {
	position: absolute;
	left: 50%;
	top: 77px;
	text-align: center;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.34;
	letter-spacing: 0.04em;
	transform: translateX(-50%);
}
#main .pageTitle .h1Ttl span {
	margin-top: 3px;
	display: block;
	font-size: 1.9rem;
	letter-spacing: 0.04em;
}
#main .h2Ttl01 {
	margin-bottom: 37px;
	color: #0D6736;
	font-weight: 700;
	font-size: 3rem;
	line-height: 1.4;
	letter-spacing: 0.04em;
}
#main p {
	line-height: 2;
	letter-spacing: 0.04em;
}
#main .sec01 {
	margin-bottom: 95px;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}
#main .sec01 .photo {
	width: 429px;
	order: 1;
}
#main .sec01 .photo img {
	width: 100%;
}
#main .sec01 .textBox {
	box-sizing: border-box;
	margin-top: 1px;
	width: 565px;
}
#main .sec01 .textBox p {
	max-width: 430px;
}
#main .sec02 {
	margin-bottom: 111px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#main .sec02 .photo {
	margin-left: 1px;
	width: 429px;
}
#main .sec02 .photo img {
	width: 100%;
}
#main .sec02 .textBox {
	margin-top: 18px;
	width: 501px;
}
#main .map {
	margin-bottom: 81px;
	width: 100%;
	height: 425px;
	position: relative;
	border: 1px solid #707070;
	background: #ccc;
	box-sizing: border-box;
}
#main .map iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
#main .sec03 {
	margin-bottom: 197px;
}
#main .sec03 .h2Ttl01 {
	margin-bottom: 40px;
}
#main .sec03 .infoBox {
	margin: 0 33px;
}
#main .sec03 .infoBox .infoList {
	width: 352px;
}
#main .sec03 .infoBox .infoList01 {
	width: 533px;
}
#main .sec03 .infoBox .infoList dt {
	margin-bottom: 4px;
	font-weight: 700;
}
#main .sec03 .infoBox .infoList dt span {
	box-sizing: border-box;
	padding: 0 10px 1px;
	min-width: 80px;
	display: inline-block;
	text-align: center;
	color: #fff;
	letter-spacing: 0.04em;
	line-height: 1.7;
	border-radius: 30px;
	background: #0D6736;
}
#main .sec03 .infoBox .infoList dd {
	margin: 0 0 25px 14px;
}
#main .sec03 .infoBox .infoList dd:last-child {
	margin-bottom: 0;
}
#main .sec03 .infoBox .infoList dd li {
	display: flex;
	justify-content: space-between;
}
#main .sec04 {
	margin-bottom: 71px;
}
#main .sec04 .h2Ttl01 {
	margin-bottom: 40px;
	position: relative;
	z-index: 1;
}
#main .sec04 .imgBox .photoBox {
	margin: -53px -73px 0 0;
	width: 652px;
	order: 1;
}
#main .sec04 .imgBox .textBox {
	width: 392px;
}
#main .sec05 {
	margin-bottom: 55px;
}
#main .sec05 .h2Ttl01 {
	margin-bottom: 47px;
}
#main .sec05 .imgBox {
	margin-bottom: 18px;
}
#main .sec05 .imgBox .photo {
	margin: -69px 0 0 80px;
	width: 323px;
	float: right;
}
#main .sec05 p {
	margin-bottom: 15px;
}
#main .sec05 p:last-child {
	margin-bottom: 0;
}
#main .sec05 .note {
	margin-bottom: 63px;
	color: #0D6736;
	font-size: 1.4rem;
	line-height: 1.714;
}
#main .sec05 .photo {
	margin: 0 auto;
	width: 795px;
	text-align: center;
}
#main .sec06 {
	margin-bottom: 150px;
}
#main .sec06 .h2Ttl01 {
	margin-bottom: 81px;
	text-align: center;
}
#main .sec06 .imgList {
	margin-bottom: 95px;
	gap: 76px 53px;
}
#main .sec06 .imgList li {
	width: 298px;
}
#main .sec06 .imgList li .photo {
	margin-bottom: 23px;
}
#main .sec06 .imgList li .photo01 {
	margin-left: -11px;
}
#main .sec06 .imgList li .photo img {
	width: 100%;
}
#main .sec06 .imgList li .ttl {
	margin: 0 -10px 20px 0;
	color: #0D6736;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.04em;
}
#main .sec06 .imgList li p {
	letter-spacing: 0.02em;
}
#main .sec06 .btn {
	margin: 0 auto;
	width: 620px;
}
#main .sec06 .btn a {
	padding: 27px 20px 29px;
	display: block;
	position: relative;
	color: #fff;
	text-align: center;
	font-size: 2.3rem;
	background: #0D6736;
}
#main .sec06 .btn a:hover {
	opacity: 0.7;
}
#main .sec06 .btn a::before {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	border: 1px solid #fff;
	box-sizing: border-box;
	content: '';
}
#main .sec06 .btn a span {
	position: relative;
	z-index: 1;
}
#main .form-content-tab .h2Ttl01 {
	text-align: center;
	color: #333;
}
#main .sec07 {
	padding: 140px 0 109px;
	border-top: 1px solid #0D6736;
}
#main .sec07 .h2Ttl01 {
	margin-bottom: 64px;
	text-align: center;
}
#main .sec07 .subTtl {
	margin-bottom: 56px;
	padding: 17px 0 20px;
	text-align: center;
	color: #0D6736;
	font-size: 2.6rem;
	font-weight: 700;
	background: rgba(13, 103, 53, 0.05);
	border-top: 1px solid #0D6736;
	border-bottom: 1px solid #0D6736;
}
#main .sec07 .imgBox {
	margin-bottom: 98px;
	display: flex;
	justify-content: space-between;
}
#main .sec07 .imgBox .colBox01 {
	width: 424px;
}
#main .sec07 .imgBox .colBox01 p {
	margin-bottom: 48px;
}
#main .sec07 .imgBox .colBox01 .photo {
	margin: 0 auto 61px;
	width: 294px;
}
#main .sec07 .imgBox .colBox01 .tableBox {
	margin-bottom: 20px;
}
#main .sec07 .imgBox .colBox01 .tableBox table {
	width: 100%;
	border-collapse: collapse;
}
#main .sec07 .imgBox .colBox01 .tableBox th,
#main .sec07 .imgBox .colBox01 .tableBox td {
	vertical-align: middle;
	text-align: center;
}
#main .sec07 .imgBox .colBox01 .tableBox th {
	padding: 8px 0 4px;
	color: #fff;
	font-size: 1.7rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	border: 1px solid #0D6736;
	background: #0D6736;
}
#main .sec07 .imgBox .colBox01 .tableBox td {
	padding: 9px 10px 5px;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	border: 1px solid #707070;
}
#main .sec07 .imgBox .colBox01 .tableBox td.tdStyle {
	width: 55.5%;
	font-weight: 700;
	color: #0D6736;
	background: rgba(13, 103, 53, 0.05);
}
#main .sec07 .imgBox .colBox01 .text01 {
	margin: 0;
	padding: 2px 0 4px;
	text-align: center;
	color: #fff;
	font-size: 1.7rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	background: #0D6736;
}
#main .sec07 .imgBox .colBox02 {
	width: 520px;
}
#main .sec07 .imgBox .colBox02 .photo {
	margin: -14px -65px 32px -46px;
}
#main .sec07 .pho img {
	width: 100%;
}
#main .sec08 {
	margin-bottom: 91px;
	padding-bottom: 106px;
	border-bottom: 1px solid #0D6736;
}
#main .sec08 .h2Ttl01 {
	margin-bottom: 15px;
	position: relative;
	z-index: 1;
}
#main .sec08 .subTtl {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	position: relative;
	z-index: 1;
}
#main .sec08 .subTtl span {
	padding: 1px 15px 3px;
	display: inline-block;
	color: #fff;
	background: #0D6736;
}
#main .sec08 .photo01 {
	margin: -90px -83px 105px -88px;
}
#main .sec08 .imgList {
	gap: 55px 53px;
}
#main .sec08 .imgList li {
	width: 298px;
}
#main .sec08 .imgList li .photo {
	margin-bottom: 20px;
	position: relative;
}
#main .sec08 .imgList li .photo .count {
	width: 26px;
	height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.6rem;
	letter-spacing: 0.04em;
	background: #0D6736;
}
#main .sec08 .imgList li p {
	margin-right: -0.5em;
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: 0.02em;
}
@media all and (max-width: 767px) {
	.content {
		margin: 0 7.1%;
		width: auto;
	}
	#pagePath {
		margin: 0 9px;
		padding-top: 20px;
		max-width: initial;
		position: relative;
		z-index: 1;
	}
	#main {
		margin-bottom: 20px;
		overflow: hidden;
	}
	#main .pageTitle {
		margin: -38px 0 71px;
	}
	#main .pageTitle .fvImg {
		text-align: center;
    padding-top: 0px;
	}
	#main .pageTitle .fvImg img {
		width: 100%;
		object-fit: contain;
		object-position: left 45% top 50%;
		aspect-ratio: 1.4/1;
	}
	#main .pageTitle .h1Ttl {
		margin-top: -16px;
		position: relative;
		left: auto;
		top: auto;
		font-size: 2.6rem;
		line-height: 1.269;
		transform: none;
	}
	#main .pageTitle .h1Ttl span {
		margin-top: 16px;
		font-size: 1.7rem;
	}
	#main .h2Ttl01 {
		margin-bottom: 26px;
		text-align: center;
		font-size: 2.6rem;
		line-height: 1.384;
	}
	#main .sec01 {
		margin-bottom: 81px;
		display: block;
	}
	#main .sec01 .photo {
		margin-bottom: 16px;
		width: auto;
	}
	#main .sec01 .textBox {
		margin-top: 0;
		width: auto;
	}
	#main .sec01 .textBox p {
		max-width: initial;
	}
	#main .sec02 {
		margin-bottom: 49px;
		display: block;
	}
	#main .sec02 .h2Ttl01 {
		margin-bottom: 37px;
	}
	#main .sec02 .photo {
		margin: 0 auto 41px;
		width: 80.95%;
	}
	#main .sec02 .textBox {
		margin-top: 0;
		width: auto;
	}
	#main .map {
		margin-bottom: 51px;
		border-left: none;
		border-right: none;
	}
	#main .sec03 {
		margin-bottom: 97px;
	}
	#main .sec03 .h2Ttl01 {
		margin-bottom: 38px;
		text-align: left;
	}
	#main .sec03 .infoBox {
		margin: 0 -2px;
		display: block;
	}
	#main .sec03 .infoBox .infoList {
		margin-bottom: 32px;
		width: auto;
	}
	#main .sec03 .infoBox .infoList01 {
		margin-bottom: 0;
		width: auto;
	}
	#main .sec03 .infoBox .infoList dt {
		margin-bottom: 3px;
	}
	#main .sec03 .infoBox .infoList dd {
		margin: 0 0 32px 14px;
	}
	#main .sec03 .infoBox .infoList dd:last-child {
		margin-bottom: 0;
	}
	#main .sec04 {
		margin-bottom: 97px;
	}
	#main .sec04 .h2Ttl01 {
		margin: 0 -5px 0 0;
		text-align: left;
	}
	#main .sec04 .imgBox {
		display: block;
	}
	#main .sec04 .imgBox .photoBox {
		margin: -10px -8.28% 16px;
		width: auto;
	}
	#main .sec04 .imgBox .textBox {
		width: auto;
	}
	#main .sec05 {
		margin-bottom: 100px;
	}
	#main .sec05 .h2Ttl01 {
		margin-bottom: 26px;
		text-align: left;
	}
	#main .sec05 .imgBox {
		margin-bottom: 26px;
	}
	#main .sec05 .imgBox .photo {
		margin: 4px 10px 0 -8px;
		width: 181px;
		float: left;
	}
	#main .sec05 .imgBox .textBox {
		display: inline;
	}
	#main .sec05 p {
		margin-bottom: 26px;
	}
	#main .sec05 p .sub {
		display: block;
		margin-bottom: 2.2em;
	}
	#main .sec05 p:last-child {
		margin-bottom: 0;
	}
	#main .sec05 .note {
		margin-bottom: 26px;
	}
	#main .sec05 .photo {
		margin: 0 -8.4%;
		width: auto;
	}
	#main .sec05 .photo img {
		width: 100%;
	}
	#main .sec06 {
		margin-bottom: 100px;
	}
	#main .sec06 .h2Ttl01 {
		margin-bottom: 56px;
	}
	#main .sec06 .imgList {
		margin-bottom: 73px;
		display: block;
	}
	#main .sec06 .imgList li {
		margin-bottom: 66px;
		width: auto;
	}
	#main .sec06 .imgList li:last-child {
		margin-bottom: 0;
	}
	#main .sec06 .imgList li .photo {
		margin-bottom: 24px;
	}
	#main .sec06 .imgList li .photo01 {
		margin-left: 0;
	}
	#main .sec06 .imgList li .ttl {
		margin: 0 0 19px;
	}
	#main .sec06 .btn {
		margin: 0 -2.8%;
		width: auto;
	}
	#main .sec06 .btn a {
		padding: 17px 10px 21px;
		font-size: 1.6rem;
	}
	#main .sec06 .btn a::before {
		top: 7px;
		right: 7px;
		bottom: 7px;
		left: 7px;
	}
	#main .sec07 {
		padding: 70px 0 61px;
	}
	#main .sec07 .content {
		margin: 0;
	}
	#main .sec07 .h2Ttl01 {
		margin-bottom: 60px;
	}
	#main .sec07 .subTtl {
		margin-bottom: 26px;
		padding: 28px 0 28px;
		font-size: 2.2rem;
		line-height: 1.636;
	}
	#main .sec07 .imgBox {
		margin: 0 0 25px;
		display: block;
	}
	#main .sec07 .imgBox .colBox01 {
		margin-bottom: 30px;
		width: auto;
	}
	#main .sec07 .imgBox .colBox01 p {
		margin: 0 7.1% 48px;
	}
	#main .sec07 .imgBox .colBox01 .photo {
		margin: 0 auto 29px;
		width: 260px;
	}
	#main .sec07 .imgBox .colBox01 .tableBox {
		margin: 0 9px 20px;
	}
	#main .sec07 .imgBox .colBox01 .tableBox th {
		font-size: 1.6rem;
	}
	#main .sec07 .imgBox .colBox01 .tableBox td {
		font-size: 1.5rem;
	}
	#main .sec07 .imgBox .colBox01 .tableBox td.tdStyle {
		background: transparent;
	}
	#main .sec07 .imgBox .colBox01 .text01 {
		margin: 0 9px;
		padding: 3px 3px 4px;
		font-size: 1.6rem;
	}
	#main .sec07 .imgBox .colBox02 {
		width: auto;
	}
	#main .sec07 .imgBox .colBox02 .photo {
		margin: 0 0 26px;
	}
	#main .sec07 .imgBox .colBox02 p {
		margin: 0 7.1%;
	}
	#main .sec08 {
		margin-bottom: 44px;
		padding-bottom: 100px;
	}
	#main .sec08 .content {
		margin: 0;
	}
	#main .sec08 .h2Ttl01 {
		margin-bottom: 50px;
	}
	#main .sec08 .subTtl {
		margin-bottom: 37px;
		text-align: center;
	}
	#main .sec08 .photo01 {
		margin: 0 11px 45px;
		text-align: center;
	}
	#main .sec08 .imgList {
		margin: 0 7.1%;
		display: block;
	}
	#main .sec08 .imgList li {
		margin-bottom: 48px;
		width: auto;
	}
	#main .sec08 .imgList li:last-child {
		margin-bottom: 0;
	}
	#main .sec08 .imgList li .photo img {
		width: 100%;
	}
	#main .sec08 .imgList li p {
		margin-right: 0;
	}
}
/* forms*/
.form-content-tab {
	padding: 26px 0 56px;
	color: #333;
	word-wrap: break-word;
	word-break: break-all;
}
.form-content-tab h2 {
	margin-bottom: 46px;
	text-align: center;
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: 0.04em;
}
.form-section {
	padding: 10px 0 0 37px;
}
.form-section .note {
	margin-left: 1em;
}
.errorMsg li {
	color: #FF0000;
}
.required {
	margin-left: 5px;
	font-size: 1.4rem;
	color: #FF0000;
	font-weight: 700;
}
.form-group {
	display: table;
	width: 100%;
	line-height: 1.6;
}
.form-group.border {
	border-bottom: 1px dotted #222;
	margin-bottom: 20px;
}
.form-label {
	display: table-cell;
	padding-left: 20px;
	width: 27.9%;
	background: url(../img/fujiiderasawada/icon-form-label.png) no-repeat left 7px / 14px;
	vertical-align: top;
}
.form-input {
	padding: 0 0 13px 15px;
	line-height: 1.55;
}
/* form elements size */
input,
textarea {
	color: #333;
	font-size: 1.6rem;
	line-height: 1.75;
}
button, label {
	cursor: pointer;
}
button {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	background: none;
}
button[disabled] {
	cursor: default;
	opacity: 0.3;
}
textarea {
	height: 207px;
}
.form-input input[type=text],
.form-input input[type=email],
.form-input input[type=number],
.form-input input[type=tel],
.form-input textarea {
	padding: 0 5px;
	box-sizing: border-box;
}
.form-input input[type=checkbox] {
	margin: 0;
}
.checkbox {
	display: inline-block;
	vertical-align: top;
	line-height: 1.15;
}
.full {
	width: 556px;
}
.w10 {
	width: 12%;
}
.w30 {
	width: 32%;
}
.w70 {
	width: 72%;
}
.form-buttons {
	padding: 35px 0 0;
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
	gap: 5px;
	text-align: center;
}
.form-buttons input {
	margin: 0;
	padding: 0;
	width: 400px;
	height: 80px;
	text-align: center;
	color: #fff;
	font-size: 2rem;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 500;
	box-sizing: border-box;
	border-radius: 0;
	border: none;
	background: #0D6736;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
}
.form-buttons input:hover {
	opacity: 0.7;
}
.form-buttons input[disabled] {
	cursor: default;
	opacity: 0.3;
}
#confirmForm .form-buttons {
	gap: 0 5%;
}
#confirmForm .form-buttons input {
	width: 45%;
}
.g-recaptcha {
	width: 304px;
	text-align: center;
	display: block;
	margin: 0 auto 50px;
}
.center {
	text-align: center;
}
.grecaptcha-badge {
	visibility: hidden;
}
.googleTxt {
	text-align: center;
	margin-top: 2em;
}
.googleTxt a {
	text-decoration: underline;
}
.googleTxt a:hover {
	text-decoration: none;
}
@media all and (max-width: 767px) {
	.form-content-tab {
		padding: 55px 0 45px;
	}
	.form-content-tab h2 {
		font-size: 2.6rem;
		margin-bottom: 40px;
	}
	.form-section {
		padding: 0;
		font-size: 1.3rem;
	}
	.form-group {
		margin-bottom: 27px;
		display: block;
	}
	.form-group.border {
		border-bottom: 1px dotted #222;
		margin-bottom: 20px;
	}
	.form-group .note {
		font-size: 1.5rem;
		margin-top: 5px;
		line-height: 1.7;
	}
	.form-label {
		display: block;
		padding: 0 17px;
		width: auto;
		font-weight: 700;
		font-size: 1.5rem;
		background: none;
	}
	.form-input {
		margin: 8px 0;
		padding: 0;
	}
	.form-input .method {
		margin-top: 8px;
		display: block;
	}
	/* form elements size */
	input:not([type=checkbox]),
	textarea {
		width: 100% !important;
		height: 36px;
		box-sizing: border-box;
		border: 1px solid #d7d7d7;
		border-radius: 0;
	}
	textarea {
		height: 120px;
	}
	.full {
		width: 100%;
	}
	.w10:not([type=checkbox]) {
		width: 22% !important;
	}
	.form-buttons {
		gap: 14px;
	}
	.form-buttons input {
		padding: 5px 5px 3px;
		width: calc(50% - 7px);
		height: 36px;
		font-size: 1.3rem;
		border-radius: 5px;
		color: #000;
		background: #fff;
		border: 1px solid #130b12 !important;
	}
	.form-buttons input:hover {
		opacity: 1;
	}
	.bottom-fixed-button {
		position: fixed;
		bottom: 0;
		width: 100%;
		z-index: 10;
	}
	.bottom-fixed-button img {
		width: 100%;
	}
	.back a:hover {
		text-decoration: underline;
	}
}
.repobnr {
	margin: 100px auto;
}
.repobnr img {
	width: 600px;
}
@media all and (max-width: 767px) {
	.repobnr {
		margin: 20px auto;
		width: 90%;
		text-align: center;
	}
	.repobnr img {
		width: 100%;
	}
}
.thanks {
	margin-bottom: 30px;
	text-align: center;
}
.back {
	text-align: center;
}
.back a {
	font-weight: bold;
	text-decoration: underline;
}
.back a:hover {
	text-decoration: none;
}
@media all and (max-width: 427px) {
	#main {
		font-size: 3.738vw;
	}
	#main .h2Ttl01,
	.form-content-tab h2 {
		font-size: 6.075vw;
	}
	#main .sec05 .imgBox .photo {
		margin: 0.935vw 2.336vw 0 -1.869vw;
		width: 42.29vw;
	}
	#main .sec06 .btn a {
		font-size: 3.738vw;
	}
	.form-section {
		font-size: 3.037vw;
	}
	.form-label {
		font-size: 3.505vw;
	}
	.form-group .note {
		font-size: 3.505vw;
	}
	#main .sec07 .imgBox .colBox01 .text01 {
		font-size: 3.738vw;
	}
}
@media all and (max-width: 374px) {
	#main .sec07 .subTtl {
		font-size: 5.867vw;
	}
	#main .sec07 .imgBox .colBox01 .tableBox th {
		font-size: 4.267vw;
	}
	#main .sec07 .imgBox .colBox01 .tableBox td {
		font-size: 4vw;
	}
}
#container {
	position: relative;
}
.pageTop {
	width: 62px;
	position: absolute;
	right: 60px;
	bottom: 32px;
	z-index: 10;
}
.pageTop a {
	display: block;
}
.pageTop a:hover {
	opacity: 0.7;
}
@media all and (max-width: 767px) {
	.pageTop {
		width: 47px;
		right: 15px;
		bottom: 20px;
	}
	.pageTop a {
		width: 47px;
		height: 47px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #004d29;
		border-radius: 50%;
	}
	.pageTop a img {
		width: 19px;
	}
	#gFooter {
		padding-bottom: 70px;
	}
}