/* site chrome + shared navigational UI */

/* footer */
.main-footer {
	background-color: #1b1b1b;
}

.main-footer__contents {
	border-bottom: 1px solid #2b2b2b;
}

.main-footer__contents--list {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	width: 74.37vw;
	padding: 40px 0;
}

.main-footer__contents--list li {
	width: calc(250 / 1090 * 100%);
}

.main-footer__contents--list li a {
	display: block;
	position: relative;
	overflow: hidden;
}

.main-footer__contents--list li img {
	width: 100%;
	height: auto;
	display: block;
}

@media (hover: hover) and (pointer: fine) {
	.main-footer__promo {
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}

	.main-footer__promo img {
		transition: transform 0.45s ease;
		transform-origin: center center;
	}

	.main-footer__promo:hover {
		transform: translateY(-2px);
		box-shadow: 0 16px 32px rgba(0, 0, 0, 0.22);
	}

	.main-footer__promo:hover img {
		transform: scale(1.04);
	}
}

@media (prefers-reduced-motion: reduce) {
	.main-footer__promo,
	.main-footer__promo img {
		transition: none;
	}
}

.main-footer__contents--two-panels {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	width: 80vw;
	max-width: var(--wp-container-default);
}

.main-footer__contents--two-panels li {
	width: 49%;
}

.main-footer__contents--two-panels li img {
	width: 100%;
	height: 100%;
	border-radius: 5px;
	border: 1px solid #efefef;
}

.main-footer__contents--three-panels {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	width: 80vw;
	padding: 20px 0 0;
	max-width: var(--wp-container-default);
}

.main-footer__contents--three-panels li {
	width: 32%;
}

.main-footer__contents--three-panels li img {
	width: 100%;
	height: 100%;
	border-radius: 5px;
	border: 1px solid #efefef;
}

.main-footer__contents--three-panels--sc-tc {
	padding-bottom: 0;
}

.main-footer__inner {
	display: flex;
	margin: 0 auto;
	border-bottom: 1px solid #2b2b2b;
	padding: 30px calc((100vw - 74.37vw) / 2) 40px;
}

.main-footer__inner a {
	color: #fff;
}

.main-footer__inner li img,
.main-footer__inner a img {
	vertical-align: middle;
}

.main-footer__logo {
	flex: 25 0;
}

.main-footer__logo img {
	width: 65px;
}

.main-footer__navigation {
	display: flex;
	flex: 55 0;
	margin: 0 1vw;
}

.main-footer__navigation-title {
	margin-bottom: 40px;
	font-weight: bold;
	color: #fff;
}

.main-footer__navigation-list {
	flex: 1 0;
	margin-right: 30px;
}

.main-footer__navigation-list:last-of-type {
	margin-right: 0;
}

.main-footer__navigation-list li {
	margin-bottom: 12px;
	font-size: 14px;
	line-height: 1.3;
}

.main-footer__navigation-list li:last-child {
	margin-bottom: 0;
}

.main-footer__banner {
	flex: 25 0;
	display: flex;
	text-align: center;
	align-items: flex-start;
	flex-direction: column;
}

.main-footer__banner img {
	width: 200px;
	display: block;
	height: auto;
	margin-left: auto;
}

.main-footer__banner p {
	color: #fff;
	width: 100%;
	text-align: right;
	padding-top: 10px;
	font-size: 12px;
}

.main-footer__sns {
	border-bottom: 1px solid #2b2b2b;
	padding: 30px 0;
}

.main-footer__sns--list {
	display: flex;
	margin: 0 auto;
	width: 74.37vw;
}

.main-footer__sns--list li {
	margin-right: 15px;
}

.main-footer__sns--list li:last-child {
	margin-right: 0;
}

@media screen and (max-width: 767px) {
	.main-footer__contents--list {
		width: 100%;
		padding: 30px;
		flex-wrap: wrap;
	}

	.main-footer__contents--list li {
		width: calc(530 / 1090 * 100%);
	}

	.main-footer__contents--list li:nth-child(n + 3) {
		margin-top: 10px;
	}

	.main-footer__contents--two-panels {
		width: 100%;
		flex-wrap: wrap;
	}

	.main-footer__contents--two-panels li {
		width: 100%;
		height: 100%;
		margin: 15px 15px 0;
	}

	.main-footer__contents--three-panels {
		width: 100%;
		flex-wrap: wrap;
		padding: 0 0 30px;
	}

	.main-footer__contents--three-panels li {
		width: 100%;
		height: 100%;
		margin: 15px 15px 0;
	}

	.main-footer__contents--three-panels--sc-tc {
		padding-bottom: 0;
	}

	.main-footer__inner {
		flex-direction: column;
		padding: 30px;
	}

	.main-footer__logo {
		width: 100%;
		margin-bottom: 30px;
	}

	.main-footer__navigation {
		flex-direction: column;
		margin-bottom: 30px;
	}

	.main-footer__navigation-list {
		width: 100%;
		margin-bottom: 30px;
		margin-left: 0;
	}

	.main-footer__banner {
		/* width: 200px; */
		width: 100%;
		display: block;
		align-items: initial;
	}

	.main-footer__banner img {
		/* width: 100%; */
		width: 200px;
		margin-left: 0;
	}

	.main-footer__banner p {
		text-align: left;
	}

	.main-footer__sns--list {
		width: 100%;
		padding: 30px 40px;
	}
}

.sub-footer {
	background-color: #1b1b1b;
}

.sub-footer__inner {
	display: flex;
	margin: 0 auto;
	padding: 20px 0;
	width: 74.37vw;
	color: #666;
	font-weight: normal;
	justify-content: space-between;
}

.sub-footer__inner a {
	color: #fff;
}

.sub-footer__navigation {
	width: 70%;
}

.sub-footer__navigation li {
	display: inline-block;
	margin-right: 10px;
}

.sub-footer__sns--list {
	display: flex;
	margin: 0 auto;
}

.sub-footer__sns--list li {
	margin-right: 15px;
}

.sub-footer__sns--list li:last-child {
	margin-right: 0;
}

.sub-footer__language {
	display: flex;
	flex: 1 0;
	justify-content: flex-end;
	align-items: center;
}

.sub-footer .language-icon {
	display: flex;
	color: #fff;
	justify-content: flex-end;
}

.sub-footer__language form {
	display: flex;
	text-align: left;
	justify-content: flex-end;
}

.sub-footer__language .language-selector {
	border: none;
	padding: 3px 24px 3px 0.5rem;
	background: #1b1b1b url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M0.5 0.5 L5 5.5 L9.5 0.5' stroke='%23ffffff' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 8px center;
	color: #fff;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
}

.sub-footer__language .language-selector__fallback {
	margin: 8px 0 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.sub-footer__language .language-selector__fallback a {
	color: #fff;
	text-decoration: underline;
}

@media screen and (max-width: 767px) {
	.sub-footer__inner {
		flex-direction: column;
	}

	.sub-footer__navigation {
		width: 100%;
		margin-bottom: 20px;
	}

	.sub-footer__language {
		width: 100%;
		justify-content: center;
	}

	.sub-footer__language .language-selector__fallback {
		justify-content: center;
	}

	.sub-footer__sns--list {
		width: 70%;
		margin: 0 auto 20px;
		justify-content: center;
	}
}

/* download-stores
***************************************/
.badges {
	display: flex;
	justify-content: center;
	width: 100%;
	list-style: none;
}

.badge {
	cursor: pointer;
	margin: 0 30px 0 0;
}

.badge:last-child {
	margin-right: 0;
}

.app-store {
	display: block;
	width: 144px;
	height: 50px;
	background: url('../img/badge_app-store-us_black.png') no-repeat center;
	background-size: 144px 50px;
}

html[lang='ja'] .app-store {
	background-image: url('../img/badge_app-store-jp_black.png');
}

html[lang='zh'] .app-store,
html[lang='zh-CN'] .app-store {
	background-image: url('../img/badge_app-store-us_black.png');
}

html[lang='zh-TW'] .app-store,
html[lang='zh-HK'] .app-store {
	background-image: url('../img/badge_app-store-us_black.png');
}

.google-play {
	display: block;
	width: 170px;
	height: 50px;
	background: url('../img/badge_google-play_black.png') no-repeat center;
	background-size: 170px 50px;
}

html[lang='ja'] .google-play {
	background-image: url('../img/badge_google-play_black.png');
}

html[lang='zh'] .google-play,
html[lang='zh-CN'] .google-play {
	background-image: url('../img/badge_google-play_black.png');
}

html[lang='zh-TW'] .google-play,
html[lang='zh-HK'] .google-play {
	background-image: url('../img/badge_google-play_black.png');
}

.baidu-store {
	display: block;
	border: solid 1px #ccc;
	border-radius: 6px;
	width: 170px;
	height: 50px;
	background: #1b1b1b url('../img/badge_baidustore.png') no-repeat center;
	background-size: 140px 30px;
}

@media screen and (max-width: 767px) {
	.badges {
		flex-wrap: wrap;
	}

	.badge {
		margin: 0 15px 15px 0;
	}

	.app-store {
		width: 125px;
		height: 40px;
		background-size: 125px 40px;
	}

	.google-play {
		width: 135px;
		height: 40px;
		background-size: 135px 40px;
	}

	.baidu-store {
		display: block;
		border: solid 1px #aaa;
		border-radius: 7px;
		width: 125px;
		height: 40px;
		background: #1b1b1b url('../img/baidustore.png') no-repeat center;
		background-size: 105px 24px;
	}
}

.section-title {
	margin-bottom: 15px;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
}

.section-title__box {
	margin-bottom: 80px;
}

.section-title__note {
	margin-bottom: 15px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	color: #666;
}

/* inner page title */
.page-name {
	background-color: #fafafafa;
	border-bottom: 1px solid #eee;
	margin-bottom: 80px;
}

.page-name--corp {
	background: #f5f5f5;
}

.page-name--corp .page-name__title {
	color: #1b1b1b;
}

@media screen and (max-width: 767px) {
	.page-name {
		margin-bottom: 50px;
	}
}

.page-name__br {
	display: none;
}

.page-name__inner {
	width: min(100%, var(--wp-container-default));
	margin: 0 auto;
	box-sizing: border-box;
	padding: 80px 0;
}

.page-name__inner--form {
	padding: 200px 30px 150px;
}

.page-name__inner--career {
	padding: 100px 30px;
}

.page-name__inner--career .page-name__caption {
	font-size: 18px;
}

.page-name__inner--company-profile .page-name__title:lang(en) {
	font-size: 32px;
}

.page-name__inner--company-profile .page-name__title:lang(ja) {
	font-size: 32px;
}

.page-name__inner--company-profile .page-name__title:lang(zh-CN) {
	font-size: 32px;
}

.page-name__inner--company-profile .page-name__title:lang(zh-TW) {
	font-size: 32px;
}

.page-name__inner--company-profile .page-name__caption:lang(en) {
	font-size: 14px;
}

.page-name__inner--company-profile .page-name__caption:lang(ja) {
	font-size: 14px;
}

.page-name__inner--company-profile .page-name__caption:lang(zh-CN) {
	font-size: 14px;
}

.page-name__inner--company-profile .page-name__caption:lang(zh-TW) {
	font-size: 14px;
}

.page-name__inner--fullscreen {
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 1440px;
	height: 100vh;
	margin: -140px auto 0;
	padding: 0 20px;
}

.page-name__title {
	padding-bottom: 5px;
	font-size: 30px;
	font-weight: bold;
}

.page-name__title--form {
	font-size: 35px;
	padding-bottom: 30px;
	text-align: center;
	line-height: 1.5;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	.page-name__title--form {
		font-size: 25px;
	}
}

.page-name__title--form--reset-padding {
	padding-bottom: 0;
}

.page-name__subtitle {
	padding-top: 40px;
	margin-bottom: -40px;
	text-align: center;
	line-height: 1;
	font-size: 40px;
	font-weight: bold;
}

.page-name__subtitle:lang(ja) {
	font-size: 40px;
}

.page-name__subtitle:lang(zh-CN) {
	font-size: 40px;
}

.page-name__subtitle:lang(zh-TW) {
	font-size: 40px;
}

.page-name__caption {
	font-size: 12px;
	color: #666;
}

.page-name__caption:lang(zh-CN) {
	font-size: 18px;
}

.page-name__caption:lang(zh-TW) {
	font-size: 18px;
}

@media screen and (max-width: 767px) {
	.page-name__br {
		display: block;
	}

	.page-name__inner {
		padding: 50px 15px;
	}

	.page-name__inner--career {
		padding: 15vw 30vw;
	}

	.page-name__title {
		padding-bottom: 15px;
		font-size: 30px;
		line-height: 1.3;
	}

	.page-name__caption:lang(ja) {
		font-size: 3.5vw;
	}

	.page-name__caption:lang(zh-CN) {
		font-size: 3.5vw;
	}

	.page-name__caption:lang(zh-TW) {
		font-size: 3.5vw;
	}
}

.common-hero {
	position: relative;
	height: 400px;
	overflow: hidden;
	margin-bottom: 80px;
}

.common-hero__img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	position: relative;
	z-index: 1;
}

.common-hero__txt {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
}

.common-hero__txt h1 {
	color: #fff;
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	padding: 0 15px;
}

@media only screen and (max-width: 959px) {
	.common-hero {
		height: 200px;
	}

	.common-hero__img {
		height: 200px;
	}

	.common-hero__txt h1 {
		font-size: 34px;
	}
}

@media screen and (max-width: 767px) {
	.common-hero {
		margin-bottom: 50px;
	}
}

.corporate-top-news .news__list .blog-articles__item-body {
	margin-bottom: 0;
}

.corporate-top-news .news__list .blog-articles__item {
	display: grid;
	grid-template-columns: 200px 1fr;
	grid-template-rows: auto auto;
	gap: 0 20px;
	padding: 20px;
	border-radius: 20px;
	margin-bottom: 15px;
	width: 100%;
	background: #fff;
}

.corporate-top-news .news__list .blog-articles__item .blog-articles__item-thumb {
	grid-column: 1;
	grid-row: 1 / 3;
	width: 100%;
	margin: 0;
}

.corporate-top-news .news__list .blog-articles__item .blog-articles__item-thumb img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	object-fit: cover;
	display: block;
}

.corporate-top-news .news__list .blog-articles__item .blog-articles__item-header {
	grid-column: 2;
	grid-row: 1;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 8px;
	margin-bottom: 8px;
}

.corporate-top-news .news__list .blog-articles__item .blog-articles__item-category,
.blog-recommend__header-cate {
	background: #efefef;
	color: #1a1a1a;
	width: 100px;
	height: 20px;
	display: flex;
	border-radius: 10px;
	justify-content: center;
	align-items: center;
	font-size: 12px;
}

.blog-recommend__header-cate:hover {
	background: #b8a86f;
}

.corporate-top-news .news__list .blog-articles__item .blog-articles__item-body {
	grid-column: 2;
	grid-row: 2;
	margin-bottom: 0;
}

.blog-articles__meta {
	display: flex;
	flex-wrap: wrap;
}

.blog-articles__meta-item {
	background: #efefef;
	padding: 0 12px;
	margin-right: 10px;
	border-radius: 13px;
	margin-bottom: 10px;
}

.blog-articles__meta-link {
	color: #1b1b1b;
	font-size: 12px;
}

.blog-articles__meta-link::before {
	content: '#';
	margin-right: 2px;
}

.wp-next-pagination {
	padding: 50px 0;
}

.wp-next-pagination__mobile {
	display: none;
}

.wp-next-pagination__desktop {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.wp-next-pagination__item {
	min-width: 44px;
	min-height: 44px;
	padding: 0 14px;
	border: 1px solid #2b2b2b;
	border-radius: 12px;
	background: #fff;
	color: #2b2b2b;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 600;
	font-variant-numeric: tabular-nums;
	line-height: 1;
	text-decoration: none;
}

.wp-next-pagination__item:hover {
	background: #2b2b2b;
	color: #fff;
}

.wp-next-pagination__item:focus-visible,
.wp-next-pagination__mobile-link:focus-visible {
	outline: none;
	box-shadow: 0 0 0 3px #b8a86f;
}

.wp-next-pagination__item--current {
	background: #2b2b2b;
	border-color: #2b2b2b;
	color: #fff;
}

.wp-next-pagination__item--direction {
	min-width: 52px;
}

.wp-next-pagination__ellipsis {
	min-width: 24px;
	min-height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #5a5a5a;
	font-size: 22px;
	line-height: 1;
}

.wp-next-pagination__arrow {
	display: inline-flex;
	font-size: 24px;
	line-height: 1;
}

@media (hover: hover) and (pointer: fine) {
	.blog-recommend__thumb img,
	.blog-articles__item-thumb img {
		transition: transform 0.45s ease;
		transform-origin: center center;
	}

	.blog-recommend__item:hover .blog-recommend__thumb img,
	.blog-articles__item:hover .blog-articles__item-thumb img {
		transform: scale(1.06);
	}

	.page-app-top .section-news .blog-recommend__item {
		transition: transform 0.3s ease;
		transform: translateY(0);
	}

	.corporate-top-news .news__list .blog-articles__item {
		transition: transform 0.3s ease, box-shadow 0.3s ease;
		transform: translateY(0);
	}

	.page-app-top .section-news .blog-recommend__item:hover {
		transform: translateY(-3px);
	}

	.corporate-top-news .news__list .blog-articles__item:hover {
		transform: translateY(-3px);
		box-shadow: 0 18px 36px rgba(17, 24, 39, 0.12);
	}

	.blog-articles__link::after,
	.blog-recommend__readmore::after {
		transition: transform 0.25s ease;
	}

	.blog-articles__link:hover::after,
	.blog-recommend__readmore:hover::after {
		transform: translateX(4px);
	}
}

@media (prefers-reduced-motion: reduce) {
	.blog-recommend__thumb img,
	.blog-articles__item-thumb img,
	.page-app-top .section-news .blog-recommend__item,
	.corporate-top-news .news__list .blog-articles__item,
	.blog-articles__link::after,
	.blog-recommend__readmore::after {
		transition: none;
	}
}

@media screen and (max-width: 767px) {
	.corporate-top-news .news__list .blog-articles__item {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto auto;
		gap: 0 12px;
		padding: 15px;
		margin-bottom: 15px;
		width: 100%;
	}

	.corporate-top-news .news__list .blog-articles__item .blog-articles__item-thumb {
		grid-column: 1;
		grid-row: 1 / 3;
		width: 100%;
		margin: 0;
	}

	.corporate-top-news .news__list .blog-articles__item .blog-articles__item-thumb img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
	}

	.corporate-top-news .news__list .blog-articles__item .blog-articles__item-header {
		grid-column: 2;
		grid-row: 1;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		gap: 8px;
		margin-bottom: 8px;
	}

	.corporate-top-news .news__list .blog-articles__item .blog-articles__item-category,
	.blog-recommend__header-cate {
		background: #efefef;
		color: #1a1a1a;
		width: 100px;
		height: 20px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.corporate-top-news .news__list .blog-articles__item .blog-articles__item-body {
		grid-column: 2;
		grid-row: 2;
		margin-bottom: 0;
		font-size: 14px;
	}

	.corporate-top-news .news__list .blog-articles__item .blog-articles__item-body--inner a {
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

@media (max-width: 769px) {
	.wp-next-pagination {
		padding: 32px 0 20px;
	}

	.wp-next-pagination__desktop {
		display: none;
	}

	.wp-next-pagination__mobile {
		display: grid;
		grid-template-columns: 108px minmax(0, 1fr) 108px;
		align-items: center;
		gap: 10px;
	}

	.wp-next-pagination__mobile-link {
		min-height: 40px;
		padding: 0 10px;
		border: 1px solid #2b2b2b;
		border-radius: 10px;
		background: #fff;
		color: #2b2b2b;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 2px;
		font-size: 12px;
		font-weight: 600;
		line-height: 1;
		text-decoration: none;
		width: 100%;
	}

	.wp-next-pagination__mobile-link--next {
		justify-self: stretch;
	}

	.wp-next-pagination__mobile-link--disabled {
		opacity: 0.35;
	}

	.wp-next-pagination__summary {
		margin: 0;
		color: #2b2b2b;
		font-size: 13px;
		font-weight: 600;
		font-variant-numeric: tabular-nums;
		line-height: 1.2;
		text-align: center;
		justify-self: center;
		white-space: nowrap;
	}

	.wp-next-pagination__mobile .wp-next-pagination__arrow {
		font-size: 20px;
	}
}

.section-name {
	font-size: 45px;
	color: #1b1b1b;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
	.section-name {
		font-size: 4.5vw;
		margin-bottom: 8vw;
	}
}

.section-name::after {
	content: '';
	display: block;
	width: 45px;
	height: 2px;
	background: #1b1b1b;
	margin: 50px auto 0;
}

@media screen and (max-width: 767px) {
	.section-name::after {
		width: 4vw;
		height: 0.2vw;
		margin: 3vw auto 0;
	}
}

.section-name__brPc {
	display: block;
}

@media screen and (max-width: 767px) {
	.section-name__brPc {
		display: none;
	}
}

.section-name__brSp {
	display: none;
}

@media screen and (max-width: 767px) {
	.section-name__brSp {
		display: block;
	}
}

/* Material Icons
***************************************/
.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	/* Preferred icon size */
	display: inline-flex;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	vertical-align: middle;
	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;
	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;
	/* Support for IE. */
	font-feature-settings: 'liga';
}

.md-18 { font-size: 18px; }
