@charset "UTF-8";
.gHeaderWrap {
	height: 82px;
}
.gHeader {
	position: fixed;
	z-index: 1000;
	width: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
}
.gHeader_inner {
	max-width: 1081px;
}
.gHeader_cols {
	display: flex;
	justify-content: space-between;
}
.gHeader_col {}
.gHeader_col-no1 {
	width: 228px;
}
.gHeader_title {}
.gHeader_title > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	height: 82px;
	align-items: center;
	color: #a2d3d5;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gHeader_title > a::before {
	content: "";
}
.gHeader_title > a::after {
	content: "";
}
.gHeader_title_img {
	display: block;
	width: 228px;
	height: 30px;
}
.gHeader_title_img > use {}
.gHeader_col-no2 {
	width: calc(100% - 248px);
}
.gNav {
	max-width: 793px;
	margin-left: auto;
}
.gNav_inner {}
.gNav_list {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-size: 88.9%;
}
.gNav_list > li {
	flex-grow: 1;
}
.gNav_list > li.-privacy {
	display: none;
}
.gNav_list > li:first-child {}
.gNav_list > li:last-child {}
.gNav_list > li:nth-child(2n+1) {}
.gNav_list > li:nth-child(n+3) {}
.gNav_list > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	height: 82px;
	justify-content: center;
	align-items: center;
	padding: 0 10px;
	transition-duration: .3s;
	transition-property: background-color, color;
	padding-bottom: 6px;
	box-sizing: border-box;
}
.gNav_list > li > a > b {
	display: block;
	font-weight: inherit;
	position: relative;
	z-index: 1;
	line-height: 1;
}
.gNav_list > li > a > b::after {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	background-color: #00B3D4;
	border-radius: 2px;
	position: absolute;
	z-index: 1;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 100%;
	margin-top: 8px;
	transition-duration: .3s;
	transition-property: width;
}
.p-privacy .gNav_list > li > a.-privacy > b::after,
.p-home .gNav_list > li > a.-home > b::after,
.p-business .gNav_list > li > a.-business > b::after,
.p-vision .gNav_list > li > a.-vision > b::after,
.p-recruit .gNav_list > li > a.-recruit > b::after,
.p-contact .gNav_list > li > a.-contact > b::after,
.p-privacy policy .gNav_list > li > a.-privacy > b policy::after,
.p-news .gNav_list > li > a.-news > b::after {
	width: 100%;
}
.gNav_list > li > a::before {
	content: "";
}
.gNav_list > li > a::after {
	content: "";
}
.gMenuBtn {
	display: none;
}
.gMenuBtn::before {
	content: "";
}
.gMenuBtn::after {
	content: "";
}
.gMenuBtn_bar {}
.gMenuBtn_bar-no1 {}
.gMenuBtn_bar-no2 {}
.gMenuBtn_bar-no3 {}
.gBody {
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding-bottom: 85px;
}
.gVisual {
	background-image: url(/assets/img/common/pt-main-contact@2x.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #f8f8f8;
	margin-bottom: 100px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.gVisual-home {
	background-image: url(/assets/img/common/pt-main-home@2x.jpg);
}
.gVisual-business {
	background-image: url(/assets/img/common/pt-main-business@2x.jpg?date=210122b);
}
.gVisual-vision {
	background-image: url(/assets/img/common/pt-main-vision@2x.jpg?date=210122b);
}
.gVisual-recruit {
	background-image: url(/assets/img/common/pt-main-recruit@2x.jpg?date=210122);
	background-position: top center;
}
.gVisual-contact {
	background-image: url(/assets/img/common/pt-main-contact@2x.jpg?date=210122);
}
.gVisual-privacy {
	background-image: url(/assets/img/common/pt-main-privacy@2x.jpg);
}
.gVisual-news {
	background-image: url(/assets/img/common/pt-main-news@2x.jpg);
}
.gVisual_inner {}
.gVisual_title {
	width: 50%;
	height: 342px;
	margin-left: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	line-height: 1;
	position: relative;
	z-index: 1;
}
.gVisual_title::after {
	content: "";
	display: block;
	width: 50vw;
	height: 100%;
	background-color: rgba(0, 179, 212, 0.70);
	top: 0;
	left: 0;
	position: absolute;
}
.gVisual_title > small {
	display: block;
	position: relative;
	z-index: 2;
	font-size: 28px;
	font-weight: 300;
	margin-bottom: 31px;
}
.gVisual_title > b {
	display: block;
	position: relative;
	z-index: 2;
	font-size: 42px;
	font-weight: 500;
}
.gBody_inner {}
.gPageTop {}
.gPageTop_button {
	display: block;
	margin: 0 auto;
	width: 100%;
	padding: 10px 0;
	line-height: 1;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gPageTop_button::before {
	content: "";
}
.gPageTop_button::after {
	content: "";
}
.gPageTop_button > .icon {
	display: block;
	font-size: 30px;
	top: 0;
	transition-duration: .3s;
	transition-property: top;
}
.gPageTop_button > b {
	display: block;
	font-size: 14px;
	font-weight: normal;
	margin-top: 15px;
}
.gFooter {
	padding: 50px 0 50px;
}
.gFooter_inner {}
.gFooter_copyright {}
.gFooter_copyright > small {
	display: block;
	font-size: 12px;
	text-align: center;
}
.gContact {}
.gContact > a {
	justify-content: space-between;
	padding: 0 67px;
	padding-right: 50px;
}
.gContact > a::before {}
.gContact > a::after {}
.gContact_text {
	display: flex;
	align-items: center;
	color: #1DB3DC;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gContact_text > b {
	color: #333333;
	font-weight: 300;
	font-size: 28px;
	margin-right: 44px;
	transition-duration: .3s;
	transition-property: color, background-color;
	display: block;
}
.gContact_text > small {
	display: block;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.1em;
}
.gContact_text > svg {
	display: block;
	width: 343px;
	height: 32px;
	fill: currentColor;
}
.gContact_more {
	display: flex;
	color: #333333;
	align-items: center;
	transition-duration: .3s;
	transition-property: color, background-color;
}
.gContact_more > b {
	display: block;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
	margin-right: 15px;
	letter-spacing: 0.1em;
}
.gContact_more > .icon {
	display: block;
	transition-duration: .3s;
	transition-property: transform;
	font-size: 30px;
}
.gContact_more > .icon-blank {
	font-size: 18px;
}
.p-home .gHeaderWrap {
	height: auto;
	position: sticky;
	z-index: 2;
	margin-top: -46px;
	top: 0;
}
.p-home .gHeader {
	position: static;
	background-color: rgba(255, 255, 255, 0);
}
.p-home .gHeader_inner {
	max-width: 1160px;
}
.p-home .gHeader_cols {
	display: block;
	background-color: #fff;
	border-radius: 20px;
}
.p-home .gHeader_col-no1 {
	display: none;
}
.p-home .gHeader_col-no2 {
	width: auto;
}
.p-home .gNav {
	max-width: 970px;
	margin-right: auto;
}
.p-home .gNav_list > li > a {
	height: 100px;
}
.gFooter_link {
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}
.gFooter_link > a {
	display: block;
}
.gFooter_link > a::before {
	content: "";
}
.gFooter_link > a::after {
	content: "";
}
.popCookie {
	position: fixed;
	z-index: 999;
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: rgba(152, 205, 207, 0.94);
	font-size: 14px;
	line-height: 1.43;
	padding: 10px 0;
	box-sizing: border-box;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: center top;
	transform-origin: center top;
	opacity: 0;
	transition-property: opacity, transform, -webkit-transform;
	transition-duration: .5s, 0s, 0s;
	transition-delay: 0s, .5s, .5s;
	pointer-events: none;
}
.popCookie_inner {
	max-width: 812px;
}
.popCookie_cols {
	display: flex;
	align-items: center;
}
.popCookie_cols::before {
	content: "";
	display: block;
	width: 1px;
	height: 90px;
	margin-right: -1px;
}
.popCookie_col {}
.popCookie_col-no1 {
	width: calc(100% - 180px);
}
.popCookie_text {}
.popCookie_col-no2 {
	width: 167px;
	margin-left: auto;
}
.popCookie_btn {
	display: block;
	background-color: #fff;
	height: 43px;
	border-radius: 43px;
	font-weight: normal;
	width: 100%;
	transition-duration: .3s;
	transition-property: background-color, color;
	color: #000;
}
.popCookie_btn::before {
	content: "";
}
.popCookie_btn::after {
	content: "";
}
.popCookie.isShow {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	transition-delay: 0s, 0s, 0s;
	pointer-events: auto;
}
.popCookie_closeBtn {
	display: block;
	width: 18px;
	height: 18px;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	color: #000;
	border: 10px solid rgba(255, 255, 255, 0);
	background-clip: content-box;
	box-sizing: content-box;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.popCookie_closeBtn::before {
	content: "";
	display: block;
	width: 10px;
	height: 2px;
	background-color: currentColor;
	border-radius: 1px;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}
.popCookie_closeBtn::after {
	content: "";
	display: block;
	width: 10px;
	height: 2px;
	background-color: currentColor;
	border-radius: 1px;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
}
.gFooter_linkOuter {
	display: flex;
	justify-content: center;
}
.gFooter_linkWrap {
	position: relative;
	z-index: 1;
}
.gFooter_linkWrap_img{
    display: flex;
    justify-content: center;
    align-items: center;
}
.gFooter_image {
	position: absolute;
	z-index: 1;
	width: 86px;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
	margin-left: 26px;
	margin-top: -10px;
}
.gFooter_image > a {
	display: block;
	text-decoration: none;
	color: inherit;
	transition-duration: .3s;
	transition-property: opacity;
}
.gFooter_image > a > img {
	display: block;
}

.gFooter_linkWrap_img .gFooter_image{
    position: static;
    transform: none;
    margin:0 20px 30px;
}
.gFooter_linkWrap_img .gFooter_image_isms {
	position: static;
    transform: none;
    margin:0 20px 30px;
}
.gFooter_image_isms > a {
	display: block;
	text-decoration: none;
	color: inherit;
	transition-duration: .3s;
	transition-property: opacity;
}
.gFooter_image_isms > a > img {
	display: block;
}

.gVisual_title-narrow > b {
	line-height: 1.38;
	margin-left: -10px;
	margin-right: -10px;
	font-feature-settings: "palt";
	font-size: 39px;
}
.gFooter_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	margin-left: -10px;
	margin-right: -10px;
	font-feature-settings: "palt";
	justify-content: center;
}
.gFooter_list > li {}
.gFooter_list > li > a {
	display: block;
	text-decoration: none;
	padding: 0 10px;
}
.gFooter_list > li > a:not([target]) {
	font-size: 12px;
	color: #444;
}
.gFooter_list > li > a > .icon {
	margin-left: 4px;
}
.gFooter_linkOuter-privacy {
	align-items: center;
	margin-top: 40px;
}
.gFooter_linkOuter-privacy::before {
	content: "";
	display: block;
	width: 1px;
	height: 86px;
	margin-right: -1px;
}
@media screen and (min-width:1000px) {
	.gFooter_image > a:hover {
		opacity: .7;
	}
	.gFooter_list > li > a:hover {
		text-decoration: underline;
	}
	.popCookie_closeBtn:hover {
		background-color: #000;
		color: #fff;
	}
	.popCookie_btn:hover {
		background-color: #000;
		color: #fff;
	}
	.gFooter_link > a:hover {}
	.gHeader_title > a:hover {
		color: #00b3d4;
	}
	.gNav_list > li > a:hover > b::after {
		width: 100%;
	}
	.gNav_list > li > a:hover {
		color: #00b3d4;
	}
	.gMenuBtn:hover {}
	.gPageTop_button:hover {
		color: #00B3D4;
	}
	.gPageTop_button:hover > .icon {
		top: -10px;
	}
	.gContact > a:hover {}
	a:hover .gContact_text > b {
		color: #fff;
	}
	a:hover .gContact_more {
		color: #fff;
	}
	a:hover .gContact_more > .icon {
		transform: translateX(6px);
	}
	a:hover .gContact_more > .icon-blank {
		transform: none;
	}
	a:hover .gContact_text {
		color: #fff;
	}
}
@media screen and (max-width: 999px) {
	.gHeaderWrap {
		height: 60px;
	}
	.gHeader {}
	.gHeader_inner {}
	.gHeader_cols {
		display: block;
	}
	.gHeader_col {
		width: auto;
	}
	.gHeader_col-no1 {}
	.gHeader_title {
		display: flex;
	}
	.gHeader_title > a {
		height: 60px;
	}
	.gHeader_title > a::before {}
	.gHeader_title > a::after {}
	.gHeader_title_img {}
	.gHeader_title_img > use {}
	.gHeader_col-no2 {}
	.gNav {
		position: fixed;
		z-index: 1001;
		top: 60px;
		left: 0;
		width: 100%;
		height: calc(100% - 60px);
		background-color: #F7FCFC;
		box-sizing: border-box;
		overflow: auto;
		padding: 60px 0;
		-webkit-transform: scale(1, 0);
		transform: scale(1, 0);
		-webkit-transform-origin: center top;
		transform-origin: center top;
		opacity: 0;
		transition-property: opacity, transform, -webkit-transform;
		transition-duration: .5s, 0s, 0s;
		transition-delay: 0s, .5s, .5s;
		pointer-events: none;
		max-width: none;
	}
	.gNav.isShow {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
		transition-delay: 0s, 0s, 0s;
		pointer-events: auto;
	}
	.gNav_inner {}
	.gNav_list {
		display: block;
	}
	.gNav_list > li {}
	.gNav_list > li.-privacy {
		display: block;
	}
	.gNav_list > li:first-child {}
	.gNav_list > li:last-child {}
	.gNav_list > li:nth-child(2n+1) {}
	.gNav_list > li:nth-child(n+3) {}
	.gNav_list > li > a {
		height: 60px;
		padding-bottom: 0;
	}
	.gNav_list > li > a > b {}
	.gNav_list > li > a > b::after {}
	.gNav_list > li > a::before {}
	.gNav_list > li > a::after {}
	.gMenuBtn {
		display: block;
		position: fixed;
		z-index: 1001;
		top: 0;
		right: 0;
		width: 60px;
		height: 60px;
	}
	.gMenuBtn::before {}
	.gMenuBtn::after {}
	.gMenuBtn_bar {
		display: block;
		width: 30px;
		height: 2px;
		background-color: #00b3d4;
		margin: 0 auto;
		position: relative;
		z-index: 1;
		top: 0;
		left: 0;
		transition-duration: .3s;
		transition-property: top, left, width, background-color, -webkit-transform;
		transition-property: transform, top, left, width, background-color;
		transition-property: transform, top, left, width, background-color, -webkit-transform;
		box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.70);
	}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {
		margin: 7px auto;
	}
	.gMenuBtn_bar-no3 {}
	.isShow .gMenuBtn_bar {
		box-shadow: none;
	}
	.isShow .gMenuBtn_bar-no1 {
		top: 9px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.isShow .gMenuBtn_bar-no2 {
		width: 32px;
		left: 0;
		-webkit-transform: scale(0, 1);
		transform: scale(0, 1);
	}
	.isShow .gMenuBtn_bar-no3 {
		top: -9px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.gBody {
		padding-bottom: 70px;
	}
	.gVisual {
		margin-bottom: 70px;
	}
	.gVisual_inner {}
	.gVisual_title {
		height: 280px;
	}
	.gVisual_title::after {}
	.gVisual_title > small {
		font-size: 24px;
	}
	.gVisual_title > b {
		font-size: 36px;
	}
	.gBody_inner {}
	.gPageTop {}
	.gPageTop_button {}
	.gPageTop_button::before {}
	.gPageTop_button::after {}
	.gPageTop_button > .icon {}
	.gPageTop_button > b {}
	.gFooter {}
	.gFooter_inner {}
	.gFooter_copyright {}
	.gFooter_copyright > small {}
	.gContact {}
	.gContact > a {
		padding: 0 40px;
	}
	.gContact > a::before {}
	.gContact > a::after {}
	.gContact_text {}
	.gContact_text > b {
		font-size: 24px;
		margin-right: 20px;
	}
	.gContact_text > small {
		font-size: 20px;
	}
	.gContact_text > svg {
		width: 300px;
		height: 28px;
	}
	.gContact_more {}
	.gContact_more > b {}
	.gContact_more > .icon {
		font-size: 22px;
	}
	.gContact_more > .icon-blank {
		font-size: 14px;
	}
	.p-home .gHeaderWrap {
		margin-top: 0;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 1000;
	}
	.p-home .gHeader {
		transition-duration: .3s;
		transition-property: background-color, color;
	}
	.p-home .isShow .gHeader {
		background-color: #fff;
	}
	.p-home .gHeader_inner {}
	.p-home .gHeader_cols {
		border-radius: 0;
		background-color: rgba(255, 255, 255, 0);
	}
	.p-home .gHeader_col-no1 {
		display: block;
		opacity: 0;
		pointer-events: none;
		transition-duration: .3s;
		transition-property: opacity;
	}
	.p-home .isShow .gHeader_col-no1 {
		opacity: 1;
		pointer-events: auto;
	}
	.p-home .gHeader_col-no2 {}
	.p-home .gNav {}
	.p-home .gNav_list > li > a {
		height: 60px;
	}
	.gFooter_link {}
	.gFooter_link > a {}
	.gFooter_link > a::before {}
	.gFooter_link > a::after {}
	.popCookie {}
	.popCookie_inner {}
	.popCookie_cols {}
	.popCookie_cols::before {}
	.popCookie_col {}
	.popCookie_col-no1 {}
	.popCookie_text {}
	.popCookie_col-no2 {}
	.popCookie_btn {}
	.popCookie_btn::before {}
	.popCookie_btn::after {}
	.popCookie_closeBtn {}
	.popCookie_closeBtn::before {}
	.popCookie_closeBtn::after {}
	.gFooter_linkOuter {}
	.gFooter_linkWrap {}
	.gFooter_image {}
	.gFooter_image > a {}
	.gFooter_image > a > img {}
	.gVisual_title-narrow > b {
		font-size: 29px;
		margin-right: -20px;
	}
	.gFooter_list {
		margin-left: auto;
		margin-right: auto;
		max-width: 400px;
	}
	.gFooter_list > li {}
	.gFooter_list > li > a {}
	.gFooter_list > li > a > .icon {}
	.gFooter_linkOuter-privacy {}
	.gFooter_linkOuter-privacy::before {}
}
@media screen and (max-width:767px) {
	.gHeaderWrap {
		height: 50px;
	}
	.gHeader {}
	.gHeader_inner {}
	.gHeader_cols {}
	.gHeader_col {}
	.gHeader_col-no1 {}
	.gHeader_title {}
	.gHeader_title > a {
		height: 50px;
	}
	.gHeader_title > a::before {}
	.gHeader_title > a::after {}
	.gHeader_title_img {
		width: 150px;
		height: 20px;
	}
	.gHeader_title_img > use {}
	.gHeader_col-no2 {}
	.gNav {
		top: 50px;
		height: calc(100% - 50px);
		padding-top: 20px;
	}
	.gNav_inner {}
	.gNav_list {
		font-size: inherit;
	}
	.gNav_list > li {}
	.gNav_list > li:first-child {}
	.gNav_list > li:last-child {}
	.gNav_list > li:nth-child(2n+1) {}
	.gNav_list > li:nth-child(n+3) {}
	.gNav_list > li > a {
		height: 50px;
	}
	.gNav_list > li > a > b {}
	.gNav_list > li > a > b::after {}
	.gNav_list > li > a::before {}
	.gNav_list > li > a::after {}
	.gMenuBtn {
		width: 50px;
		height: 50px;
	}
	.gMenuBtn::before {}
	.gMenuBtn::after {}
	.gMenuBtn_bar {
		width: 20px;
		height: 1px;
		left: 0;
	}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {
		margin: 5px auto;
	}
	.gMenuBtn_bar-no3 {}
	.isShow .gMenuBtn_bar-no1 {
		top: 6px;
	}
	.isShow .gMenuBtn_bar-no2 {
		width: 20px;
	}
	.isShow .gMenuBtn_bar-no3 {
		top: -6px;
	}
	.gBody {
		padding-bottom: 56px;
	}
	.gVisual {
		margin-bottom: 50px;
	}
	.gVisual_inner {}
	.gVisual_title {
		height: 134px;
		width: auto;
	}
	.gVisual_title::after {
		width: 100vw;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		min-width: 320px;
	}
	.gVisual_title > small {
		font-size: 14px;
		margin-bottom: 8px;
	}
	.gVisual_title > b {
		font-size: 21px;
	}
	.gBody_inner {}
	.gPageTop {}
	.gPageTop_button {}
	.gPageTop_button::before {}
	.gPageTop_button::after {}
	.gPageTop_button > .icon {
		font-size: 20px;
	}
	.gPageTop_button > b {
		font-size: 12px;
		margin-top: 10px;
	}
	.gFooter {
		padding-top: 35px;
	}
	.gFooter_inner {}
	.gFooter_copyright {}
	.gFooter_copyright > small {
		font-size: 10px;
	}
	.gContact {
		margin-left: -20px;
		margin-right: -20px;
	}
	.gContact > a {
		height: 180px;
		border-left: none;
		border-right: none;
		box-shadow: none;
		flex-direction: column;
		justify-content: center;
		padding: 0 20px;
	}
	.gContact > a::before {}
	.gContact > a::after {}
	.gContact_text {
		display: block;
		margin-bottom: 20px;
	}
	.gContact_text > b {
		font-size: 18px;
		margin-bottom: 10px;
		margin-right: 0;
	}
	.gContact_text > small {
		font-size: 22px;
	}
	.gContact_text > svg {
		width: 280px;
		height: 26px;
	}
	.gContact_more {}
	.gContact_more > b {
		font-size: 12px;
		margin-right: 8px;
	}
	.gContact_more > .icon {
		font-size: 16px;
	}
	.p-home .gHeaderWrap {}
	.p-home .gHeader {}
	.p-home .gHeader_inner {}
	.p-home .gHeader_cols {}
	.p-home .gHeader_col-no1 {
		display: block;
	}
	.p-home .gHeader_col-no2 {}
	.p-home .gNav {}
	.p-home .gNav_list > li > a {
		height: 50px;
	}
	.gFooter_link {}
	.gFooter_link > a {}
	.gFooter_link > a::before {}
	.gFooter_link > a::after {}
	.popCookie {
		font-size: 12px;
		line-height: 1.17;
		padding: 8px 0;
	}
	.popCookie_inner {
		padding-left: 15px;
		padding-right: 25px;
	}
	.popCookie_cols {
		display: block;
	}
	.popCookie_cols::before {
		display: none;
	}
	.popCookie_col {
		width: auto;
	}
	.popCookie_col-no1 {}
	.popCookie_text {}
	.popCookie_col-no2 {
		max-width: 118px;
		margin: 10px auto 0;
	}
	.popCookie_btn {
		font-size: 12px;
		height: 30px;
		border-width: 1px;
	}
	.popCookie_btn::before {}
	.popCookie_btn::after {}
	.popCookie_closeBtn {
		border-width: 5px;
	}
	.popCookie_closeBtn::before {}
	.popCookie_closeBtn::after {}
	.gFooter_linkOuter {
		display: block;
	}
	.gFooter_linkWrap {
		position: static;
	}

	.gFooter_image {
		position: relative;
		top: 0;
		width: auto;
		margin-left: 0;
		margin-top: 0;
		transform: none;
		left: 0;
		max-width: 66px;
		margin: 18px auto 16px;
	}
	.gFooter_image > a {}
	.gFooter_image > a > img {}
    
    
    .gFooter_image_isms {
		position: relative;
		top: 0;
		width: auto;
		margin-left: 0;
		margin-top: 0;
		transform: none;
		left: 0;
		max-width: 112px;
		margin: 18px auto 16px;
	}
	.gFooter_image_isms > a {}
	.gFooter_image_isms > a > img {}
    
	.gVisual_title-narrow > b {
		margin-left: 0;
		margin-right: 0;
	}
	.gFooter_list {
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		max-width: none;
	}
	.gFooter_list > li {}
	.gFooter_list > li > a {
		padding: 8px 10px;
	}
	.gFooter_list > li > a > .icon {}
	.gFooter_linkOuter-privacy {
		margin-top: 30px;
	}
	.gFooter_linkOuter-privacy::before {
		display: none;
	}
}
