@charset "UTF-8";
@keyframes contactGradMove {
	0% {
		background-position: 0% 0;
	}
	100% {
		background-position: -200% 0;
	}
}
.gHeaderWrap {
	height: 110px;
}
.gHeader {
	box-shadow: inset 0 -1px 0 var(--color-gray-light);
	overflow: hidden;
	background-color: var(--color-white);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}
.gHeader-home {
	box-shadow: inset 0 -1px 0 rgba(238, 238, 238, 0.0);
	background-color: rgba(255, 255, 255, 0);
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gHeader-scrolled {
	background-color: var(--color-white);
}
.gHeader_inner {
	max-width: 1320px;
}
.gHeader_cols {
	display: flex;
}
.gHeader_col {}
.gHeader_col-title {
	width: 352px;
}
.gHeader_title {
	height: 100%;
}
.gHeader_title > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	height: 100%;
	align-items: center;
	transition-duration: .3s;
	transition-property: opacity;
}
.gHeader_title_img {}
.gHeader_col-menu {
	width: calc(100% - 362px);
	margin-left: auto;
}
.gMenuBtn {
	display: none;
}
.gMenuBtn_barWrap {}
.gMenuBtn_bar {}
.gMenuBtn_bar-no1 {}
.gMenuBtn_bar-no2 {}
.gMenuBtn_bar-no3 {}
.gNav {}
.gNav_inner {
	display: flex;
	flex-wrap: wrap;
	padding-top: 19px;
	justify-content: flex-end;
}
.gNav_lang {}
.gNav_langList {
	list-style: none;
	display: flex;
	font-size: 14px;
	color: var(--font-poppins);
}
.gNav_langList > li {}
.gNav_langList > li > a {
	text-decoration: none;
	color: inherit;
	position: relative;
	padding: 0 9px;
	display: flex;
	height: 35px;
	align-items: center;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gNav_langList > li > a[aria-current="true"] {
	font-weight: bold;
	color: var(--color-white);
}
.gNav_langList > li > a::before {
	content: "";
	display: block;
	width: 23px;
	height: 23px;
	background-color: var(--color-text);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
}
.gNav_langList > li > a[aria-current="true"]:before {
	opacity: 1;
}
.gNav_langList_text {
	display: block;
	position: relative;
	z-index: 1;
}
.gNav_hr {
	display: block;
	width: 1px;
	height: 13px;
	background-color: currentColor;
	transform: scale(1.5, 1);
	align-self: center;
	margin-left: 24px;
}
.gNav_info {
	display: flex;
	margin-left: 21px;
}
.gNav_subLink {}
.gNav_subLink > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	font-size: 14px;
	font-weight: 500;
	height: 35px;
	align-items: center;
	padding: 0 30px;
	transition-duration: .3s;
	transition-property: background-color, color;
	position: relative;
}
.gNav_subLink > a > .icon {
	display: none;
}
.gNav_link {
	width: 142px;
}
.gNav_link > a {
	text-decoration: none;
	color: var(--color-white);
	background-color: var(--color-tomato);
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	border-radius: 35px;
	font-size: 13px;
	font-weight: 600;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gNav_main {
	width: 100%;
}
.gNav_list {
	list-style: none;
	font-size: 14px;
	font-weight: 500;
	display: flex;
	justify-content: flex-end;
	margin-right: -18px;
	max-width: 731px;
	margin-left: auto;
}
.gNav_list > li {
	flex-grow: 1;
}
.gNav_list > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
	padding: 0 5px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gNav_list > li > a > .icon {
	display: none;
}
.gNav_list_text {
	display: flex;
	height: 56px;
	align-items: center;
	position: relative;
	padding: 0 2px;
	justify-content: center;
	line-height: 1.2;
	text-align: center;
}
.gNav_list_text::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: var(--color-emerald);
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity;
}
.gNav_subLink_text {
	display: block;
	height: 26px;
	position: relative;
}
.gNav_subLink_text::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: var(--color-emerald);
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity;
}
.gFooter {
	padding-top: 83px;
	background-color: var(--color-white);
}
.gFooter_head {}
.gFooter_head_inner {
	max-width: 1132px;
}
.gFooter_cols {
	display: flex;
}
.gFooter_col {}
.gFooter_col-logo {
	width: 353px;
}
.gFooter_logo {}
.gFooter_logo > a {
	text-decoration: none;
	color: inherit;
	display: block;
	transition-duration: .3s;
	transition-property: opacity;
	padding: 16px 0;
}
.gFooter_logo > a > img {
	display: block;
}
.gFooter_col-nav {
	margin-left: auto;
	max-width: 382px;
	width: calc(100% - 368px);
}
.gFooter_list {
	list-style: none;
	display: grid;
	grid-template-columns: 1fr auto;
	column-gap: 15px;
}
.gFooter_list > li {}
.gFooter_list > li > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	min-height: 50px;
	align-items: center;
	font-weight: 500;
	font-size: 14px;
	position: relative;
	padding-left: 1em;
}
.gFooter_list > li > a > .icon {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.gFooter_foot {
	background-color: var(--color-mint-white);
	color: var(--color-olive-dark);
	margin-top: 99px;
	box-shadow: 0 100vh 0 100vh var(--color-mint-white);
}
.gFooter_foot_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1299px;
}
.gFooter_link {}
.gFooter_link > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	height: 35px;
	font-size: 12px;
	align-items: center;
}
.gFooter_copyright {
	font-family: var(--font-ubuntu);
	font-size: 10px;
}
.gContact {
	position: relative;
	color: var(--color-white);
	background-color: #84bdaf;
}
.gContact_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.gContact_bg_mask {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: linear-gradient(97.74deg, #66BC8E 1.07%, #68B29A 23.42%, #6AAD9F 49.13%, #6AAD9F 50.87%, #68B29A 76.58%, #66BC8E 98.93%);
	opacity: .8;
	background-size: 200% 100%;
	background-position: 0% 0;
	animation-name: contactGradMove;
	animation-fill-mode: backwards;
	animation-iteration-count: infinite;
	animation-duration: 3s;
}
.gContact_bg_image {}
.gContact_bg_image > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gContact_inner {
	position: relative;
	z-index: 2;
	max-width: 1130px;
}
.gContact_cols {
	display: flex;
	height: 350px;
	align-items: center;
}
.gContact_col {}
.gContact_col-txt {}
.gContact_title {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1;
	margin-bottom: 14px;
}
.gContact_subTitle {
	font-size: 68px;
	font-family: var(--font-ubuntu);
	line-height: 1;
	font-weight: normal;
	margin-bottom: 44px;
}
.gContact_text {
	font-weight: 600;
	line-height: 1.9375;
}
.gContact_col-icon {
	width: 100px;
	margin-left: auto;
}
.gContact_icon {
	position: relative;
	height: 100px;
}
.gContact_icon_inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
	z-index: 0;
	background-color: var(--color-mint);
	mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100"><circle cx="50" cy="50" r="48" fill="none" stroke="black" stroke-width="2" /></svg>');
}
.gContact_icon_circle {
	position: absolute;
	top: 0;
	height: 100%;
	width: 50%;
	background-color: var(--color-white);
	transform: scale(1, 0);
	transition-duration: .15s;
	transition-property: transform;
	transition-timing-function: linear;
}
.gContact_icon_circle-left {
	left: 0;
	transform-origin: left top;
}
.gContact_icon_circle-right {
	right: 0;
	transform-origin: right bottom;
	transition-delay: .15s;
}
.gContact_icon_arrow {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.gContact_icon_arrow_item {
	display: block;
	width: 42px;
	height: 42px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2px;
}
.gContact > a {
	display: block;
	text-decoration: none;
	color: inherit;
}
.gBody {
	padding-bottom: 120px;
	overflow: hidden;
}
.gBody-sticky {
	overflow: visible;
}
.gPankuzu {
	margin-bottom: 75px;
	padding: 14px 0;
}
.gPankuzu_inner {
	max-width: 1326px;
}
.gPankuzu_oList {
	list-style: none;
	display: flex;
	font-size: 12px;
	flex-wrap: wrap;
	line-height: 16px;
	row-gap: 3px;
}
.gPankuzu_oList > li {
	display: flex;
	align-items: center;
}
.gPankuzu_oList > li:last-child {
	display: block;
}
.gPankuzu_oList > li:nth-last-child(n + 2)::after {
	content: "›";
	color: var(--color-gray-medium);
	display: block;
	margin: 0 7px;
}
.gPankuzu_oList > li > a {
	text-decoration: none;
	color: var(--color-gray-medium);
	display: flex;
	align-items: center;
}
.gHead {
	margin-bottom: 77px;
}
.gHead_inner {
	max-width: 1220px;
}
.gHead_areaText {
	display: flex;
	line-height: 1;
	align-items: center;
	column-gap: 14px;
}
.gHead_subTitle {
	font-size: 42px;
	font-weight: 500;
	color: var(--color-forest);
	font-family: var(--font-ubuntu);
}
.gHead_title {
	color: var(--color-emerald);
	font-size: 16px;
	font-weight: 600;
	transform: translateY(-6%);
	letter-spacing: 0.1em;
}
.gHead_text {
	font-weight: 500;
	margin-top: 32px;
	letter-spacing: 0.04em;
}
.gBody_inner {}
.gBody-bgGray {
	background-color: var(--color-mint-white);
}
.gHead_inner-narrow {
	max-width: 1110px;
}
.gBody-home {
	overflow: visible;
	padding-top: 12px;
}
.gHead_subTitle-large {
	font-size: 54px;
}
.gHead_ttlLarge {
	font-weight: 600;
	font-size: 42px;
	line-height: 48px;
	color: var(--color-forest);
}
[lang="en-US"] .gHead_title {
	display: none;
}

@media screen and (max-width: 1099px) {
.gNav_list{
	margin-right: -7px;
}
}
	
@media screen and (min-width:1000px) and (hover:hover) {
	.gContact > a:hover {}
	.gPankuzu_oList > li > a:hover {
		text-decoration: underline;
	}
	.gHeader_title > a:hover {
		opacity: .7;
	}
	.gMenuBtn:hover {}
	.gNav_langList > li > a[aria-current="true"]:hover {
		color: var(--color-white);
	}
	.gNav_langList > li > a:hover {
		color: var(--color-gray-medium);
	}
	.gNav_subLink > a:hover {
		color: var(--color-gray-medium);
	}
	.gNav_link > a:hover {
		background-color: var(--color-crimson);
	}
	.gNav_list > li > a:hover {
		color: var(--color-gray-medium);
	}
	a:hover .gNav_list_text::before {
		opacity: 1;
	}
	a:hover .gNav_subLink_text::before {
		opacity: 1;
	}
	.gFooter_logo > a:hover {
		opacity: .7;
	}
	.gFooter_list > li > a:hover {
		text-decoration: underline;
	}
	.gFooter_link > a:hover {
		text-decoration: underline;
	}
	a:hover .gContact_icon_circle-left {
		transform: scale(1, 1);
		transition-delay: 0s;
		transform-origin: left bottom;
	}
	a:hover .gContact_icon_circle-right {
		transform: scale(1, 1);
		transition-delay: .15s;
		transform-origin: right top;
	}
}
@media screen and (max-width: 999px) {
	.gHeaderWrap {}
	.gHeader {}
	.gHeader_inner {}
	.gHeader_cols {}
	.gHeader_col {}
	.gHeader_col-title {
		width: 220px;
	}
	.gHeader_title {}
	.gHeader_title > a {}
	.gHeader_title_img {}
	.gHeader_col-menu {
		width: calc(100% - 235px);
	}
	.gMenuBtn {}
	.gMenuBtn_barWrap {}
	.gMenuBtn_bar {}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {}
	.gMenuBtn_bar-no3 {}
	.gNav {}
	.gNav_inner {}
	.gNav_lang {}
	.gNav_langList {}
	.gNav_langList > li {}
	.gNav_langList > li > a {}
	.gNav_langList > li > a[aria-current="true"] {}
	.gNav_langList > li > a::before {}
	.gNav_langList > li > a[aria-current="true"]:before {}
	.gNav_langList_text {}
	.gNav_hr {}
	.gNav_info {
    margin-left: 15px;
}
	.gNav_subLink {}
	.gNav_subLink > a {}
	.gNav_link {}
	.gNav_link > a {}
	.gNav_main {}
	.gNav_list {
		margin-right: 0;
		max-width: 478px;
	}
	.gNav_list > li {}
	.gNav_list > li > a {}
	.gNav_list_text {
		padding: 0;
	}
	.gNav_list_text::before {}
	.gNav_subLink_text {}
	.gNav_subLink_text::before {}
	.gFooter {}
	.gFooter_head {}
	.gFooter_head_inner {}
	.gFooter_cols {}
	.gFooter_col {}
	.gFooter_col-logo {
    width: 290px;
}
	.gFooter_logo {}
	.gFooter_logo > a {}
	.gFooter_logo > a > img {}
	.gFooter_col-nav {
		max-width: 300px;
		width: calc(100% - 330px);
	}
	.gFooter_list {}
	.gFooter_list > li {}
	.gFooter_list > li > a {}
	.gFooter_list > li > a > .icon {}
	.gFooter_foot {}
	.gFooter_foot_inner {}
	.gFooter_link {}
	.gFooter_link > a {}
	.gFooter_copyright {}
	.gContact {}
	.gContact_bg {}
	.gContact_bg_mask {}
	.gContact_bg_image {}
	.gContact_bg_image > img {}
	.gContact_inner {}
	.gContact_cols {}
	.gContact_col {}
	.gContact_col-txt {}
	.gContact_title {}
	.gContact_subTitle {}
	.gContact_text {}
	.gContact_col-icon {}
	.gContact_icon {}
	.gContact_icon_inner {}
	.gContact_icon_circle {}
	.gContact_icon_circle-left {}
	.gContact_icon_circle-right {}
	.gContact_icon_arrow {}
	.gContact_icon_arrow_item {}
	.gContact > a {}
	.gBody {
		padding-bottom: 100px;
	}
	.gPankuzu {}
	.gPankuzu_inner {}
	.gPankuzu_oList {}
	.gPankuzu_oList > li {}
	.gPankuzu_oList > li:last-child {}
	.gPankuzu_oList > li:nth-last-child(n + 2)::after {}
	.gPankuzu_oList > li > a {}
	.gHead {
		margin-bottom: 60px;
	}
	.gHead_inner {}
	.gHead_areaText {}
	.gHead_subTitle {}
	.gHead_title {}
	.gHead_text {}
	.gBody_inner {}
	.gBody-bgGray {}
	.gHead_inner-narrow {}
	.gBody-home {}
	.gHead_subTitle-large {}
	.gHead_ttlLarge {
		font-size: 36px;
		line-height: 42px;
	}
}
@media screen and (max-width: 767px) {
	.gHeaderWrap {
		height: 60px;
	}
	.gHeader {}
	.gHeader_inner {}
	.gHeader_cols {
		display: block;
	}
	.gHeader_col {
		width: auto;
		max-width: none;
		margin: 0;
	}
	.gHeader_col-title {
		width: 165px;
	}
	.gHeader_title {}
	.gHeader_title > a {
		height: 60px;
	}
	.gHeader_title_img {}
	.gHeader_col-menu {}
	.gMenuBtn {
		display: block;
		position: absolute;
		top: 0;
		z-index: 1001;
		right: 0;
		width: 74px;
		height: 60px;
	}
	.gMenuBtn::before {
		content: "";
		width: 34px;
		height: 34px;
		display: block;
		background-color: var(--color-mint-white);
		border-radius: 50%;
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 0;
		transform: translate(-50%, -50%);
	}
	.gMenuBtn_barWrap {
		display: block;
		width: 12px;
		margin: 0 auto;
		position: relative;
		z-index: 2;
	}
	.gMenuBtn_bar {
		height: 1px;
		background-color: currentColor;
		display: block;
		border-radius: 1px;
		transition-duration: .3s;
		transition-property: transform;
	}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {
		margin: 3px auto;
	}
	.gMenuBtn_bar-no3 {}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no1 {
		transform: translateY(4px) rotate(45deg);
	}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no2 {
		transform: scale(0, 1);
	}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no3 {
		transform: translateY(-4px) rotate(-45deg);
	}
	.gNav {
		position: fixed;
		top: 60px;
		left: 0;
		width: 100%;
		height: calc(100% - 60px);
		background-color: rgba(255, 255, 255, 0.98);
		overflow: auto;
		padding-bottom: 50px;
		box-sizing: border-box;
		padding-top: 20px;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition-property: opacity, visibility;
		transition-duration: .5s;
	}
	.gNav.isShow {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
	.gNav_inner {
		flex-direction: column;
		padding: 0;
	}
	.gNav_lang {
		order: 0;
		padding: 0 15px;
	}
	.gNav_langList {}
	.gNav_langList > li {}
	.gNav_langList > li > a {}
	.gNav_langList > li > a[aria-current="true"] {}
	.gNav_langList > li > a::before {}
	.gNav_langList > li > a[aria-current="true"]:before {}
	.gNav_langList_text {}
	.gNav_hr {
		display: none;
	}
	.gNav_info {
		order: 2;
		display: block;
	}
	.gNav_subLink {
		position: relative;
	}
	.gNav_subLink::before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 20px;
		width: calc(100% - 40px);
		height: 1px;
		background-color: var(--color-gray-light);
		pointer-events: none;
	}
	.gNav_subLink > a {
		height: 56px;
		padding: 0 40px;
		font-size: 15px;
	}
	.gNav_subLink > a > .icon {
		display: block;
		position: absolute;
		top: 50%;
		right: 28px;
		color: var(--color-emerald);
		transform: translateY(-50%);
		font-size: 18px;
	}
	.gNav_link {
		width: calc(100% - 40px);
		margin: 18px auto 0;
	}
	.gNav_link > a {
		height: 60px;
		font-size: 14px;
	}
	.gNav_main {
		order: 1;
		margin-top: 18px;
	}
	.gNav_list {
		display: block;
		max-width: none;
		font-size: 15px;
	}
	.gNav_list > li {
		position: relative;
	}
	.gNav_list > li::before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 20px;
		width: calc(100% - 40px);
		height: 1px;
		background-color: var(--color-gray-light);
		pointer-events: none;
	}
	.gNav_list > li > a {
		padding: 0 40px;
		position: relative;
	}
	.gNav_list_text {
		justify-content: flex-start;
	}
	.gNav_list > li > a > .icon {
		display: block;
		position: absolute;
		top: 50%;
		right: 28px;
		color: var(--color-emerald);
		transform: translateY(-50%);
		font-size: 18px;
	}
	.gNav_list_text::before {}
	.gNav_subLink_text {}
	.gNav_subLink_text::before {}
	.gFooter {
		padding-top: 40px;
	}
	.gFooter_head {}
	.gFooter_head_inner {}
	.gFooter_cols {
		display: block;
	}
	.gFooter_col {
		width: auto;
	}
	.gFooter_col-logo {
		max-width: 209px;
		margin: 0 auto 20px;
	}
	.gFooter_logo {}
	.gFooter_logo > a {
		padding: 0;
	}
	.gFooter_logo > a > img {}
	.gFooter_col-nav {
		margin-right: auto;
	}
	.gFooter_list {}
	.gFooter_list > li {}
	.gFooter_list > li > a {}
	.gFooter_list > li > a > .icon {}
	.gFooter_foot {
		margin-top: 39px;
		padding-bottom: 12px;
	}
	.gFooter_foot_inner {
		display: block;
	}
	.gFooter_link {}
	.gFooter_link > a {
		justify-content: center;
		height: 40px;
	}
	.gFooter_copyright {
		line-height: 1;
		text-align: center;
	}
	.gContact {}
	.gContact_bg {}
	.gContact_bg_mask {}
	.gContact_bg_image {}
	.gContact_bg_image > img {}
	.gContact_inner {}
	.gContact_cols {
		flex-direction: column;
		height: 290px;
		justify-content: center;
		box-sizing: border-box;
		padding-bottom: 7px;
	}
	.gContact_col {}
	.gContact_col-txt {
		text-align: center;
	}
	.gContact_title {
		font-size: 14px;
		margin-bottom: 9px;
	}
	.gContact_subTitle {
		font-size: 30px;
		margin-bottom: 14px;
	}
	.gContact_text {
		font-size: 14px;
		text-align: center;
		line-height: 1.85;
	}
	.gContact_col-icon {
		width: 70px;
		margin-right: auto;
		margin-top: 24px;
	}
	.gContact_icon {
		height: 70px;
	}
	.gContact_icon_inner {
		mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="70" height="70"><circle cx="35" cy="35" r="33" fill="none" stroke="black" stroke-width="2" /></svg>');
	}
	.gContact_icon_circle {}
	.gContact_icon_circle-left {}
	.gContact_icon_circle-right {}
	.gContact_icon_arrow {}
	.gContact_icon_arrow_item {
		width: 30px;
		height: 30px;
	}
	.gContact > a {}
	.gBody {
		padding-bottom: 60px;
	}
	.gBody-home {
		padding-top: 0;
	}
	.gPankuzu {
		margin-bottom: 22px;
		padding: 15px 0;
	}
	.gPankuzu-mbS {
		margin-bottom: 15px;
	}
	.gPankuzu_inner {}
	.gPankuzu_oList {
		font-size: 10px;
		line-height: 14px;
	}
	.gPankuzu_oList > li {}
	.gPankuzu_oList > li:last-child {}
	.gPankuzu_oList > li:nth-last-child(n + 2)::after {}
	.gPankuzu_oList > li > a {}
	.gHead {
		margin-bottom: 30px;
	}
	.gHead_inner {}
	.gHead_areaText {
		display: block;
	}
	.gHead_subTitle {
		font-size: 28px;
	}
	.gHead_title {
		font-size: 14px;
		margin-top: 10px;
	}
	.gHead_text {
		font-size: 14px;
		font-weight: inherit;
		margin-top: 12px;
	}
	.gBody_inner {}
	.gBody-bgGray {}
	.gHead_inner-narrow {}
	.gBody-home {}
	.gHead_subTitle-large {}
	.gHead_ttlLarge {
		font-size: 24px;
		line-height: 30px;
	}
}
@media screen and (max-width:374px) {}
