html {
	font-size: 62.5%;
	width: 100%;
	height: 100%;
}

html.is-fixed {
	position: fixed;
}

html.is-windows.is-fixed {
	overflow-y: scroll;
}

::-webkit-scrollbar {
	width: 7px;
	height: 7px;
}

::-webkit-scrollbar-track {
	background-color: #a2a2a2;
}

::-webkit-scrollbar-thumb {
	border-radius: 2px;
	background-color: #ee7800;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
}

body {
	opacity: 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings: 'palt';
	letter-spacing: 2px;
	font-size: 1.6rem;
	font-weight: 400;
	color: #20222c;
	background: #fff;
	line-height: 1.5;
	width: 100%;
	height: 100%;
	margin: 0;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
	transition: all 1s ease-out;
	-webkit-font-feature-settings: 'palt';
	-moz-font-feature-settings: 'palt';
}

html[lang="en"] body{
	letter-spacing: 0 !important;
}

body.is-show {
	opacity: 1;
}

* {
	box-sizing: border-box;
	outline: 0px !important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
	vertical-align: bottom;
	width: 100%;
}

video {
	vertical-align: bottom;
	/* width: 100%; */
}

sup {
	font-size: 60%;
	vertical-align: top;
}

sub {
	font-size: 60%;
	vertical-align: baseline;
}

input {
	font-size: 16px;
}

textarea {
	font-size: 16px;
}

a {
	transition: all 0.2s ease-out;
	backface-visibility: hidden;
}

a * {
	transition: all 0.2s ease-out;
	backface-visibility: hidden;
}

a *::before {
	transition: all 0.2s ease-out;
	backface-visibility: hidden;
}

a *::after {
	transition: all 0.2s ease-out;
	backface-visibility: hidden;
}

a::before {
	transition: all 0.2s ease-out;
	backface-visibility: hidden;
}

a::after {
	transition: all 0.2s ease-out;
	backface-visibility: hidden;
}

.pc {
	display: inline;
}

.mv-pc {
	display: block;
}

.mv-sp {
	display: none;
}

.tb {
	display: none;
}

.animate {
	opacity: 0;
	transition: all 0.5s ease-out;
}

.animate.animated {
	transform: translate3d(0, 0, 0) !important;
	opacity: 1;
}

.l-wrap {
	width: 100%;
	min-width: 1024px;
	position: relative;
}

.over-h {
	overflow: hidden;
}

.p-mv {
	width: 82%;
	position: relative;
	transition: all 0.2s ease-out;
	left: 18%;
	border-top-left-radius: 50px;
	overflow: hidden;
	z-index: 1;
}

.l-header-pc {
	width: 18%;
	position: fixed;
	top: 50%;
	left: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
	transform: translateY(-50%);
}

.p-header-pc {
	width: 100%;
	padding-left: 20%;
}

.p-header-pc__logo {
	width: 165px;
	margin: 0 0 48px;
	line-height: 1;
}

.p-header-pc__logo a {
	display: block;
}

.p-header-pc__lang {
	display: flex;
	align-items: center;
}

ul.p-header-pc__list {
	margin: 0 0 48px;
	padding: 0;
	list-style: none;
}

@media all and (max-width: 1200px) {
	ul.p-header-pc__list {
		font-size:1.5rem;
	}
}

ul.p-header-pc__list li {
	margin-bottom: 24px;
	position: relative;
}

html[lang="en"] ul.p-header-pc__list li {
	padding-right: 38px;
}

ul.p-header-pc__list li a {
	color: #2b2f38;
	font-weight: 700;
	text-decoration: none;
	position: relative;
	display: inline-block;
}

ul.p-header-pc__list li a[target$='_blank']::after {
	content: '';
	display: block;
	position: absolute;
	background-image: url(../images/common/icon_opentap.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 13px;
	height: 13px;
	right: -25px;
	top: 50%;
	transform: translateY(-50%);
}

ul.p-header-pc__list li a:hover::before {
	/* 	width: 100%; */
}

ul.p-header-pc__list li a[target$='_blank']:hover::before {
	width: calc(100% + 25px);
}

ul.p-header-pc__list li .submenu {
	position: absolute;
	left: calc(100% - 20px);
	width: 100%;
	min-width: 406px;
	padding: 40px;
	background-color: rgba(248, 139, 29, 0.9);
	top: 50%;
	transform: translateY(-50%);
}

html[lang="en"] ul.p-header-pc__list li .submenu {
	min-width: 450px;
}

@media all and (max-width: 500px) {

html[lang="en"] ul.p-header-pc__list li .submenu {
	min-width: inherit;
}

}

ul.p-header-pc__list li .submenu::after {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	left: -20px;
	top: 50%;
	transform: translateY(-50%) rotate(0deg);
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #f88b1d;
	z-index: 10;
	opacity: 0.9;
}

ul.p-header-pc__list li .submenu li:last-of-type {
	margin-bottom: 0;
}

html.is-pc ul.p-header-pc__list li .submenu li:first-of-type {
	display: none;
}

.s-mv {
	/* width: 80%; */
	overflow: unset;
	background-color: #edf0f5;
}

.s-mv .c-mv {
	margin-top: 46px;
}

.s-mv .img-mv {
	width: calc(100% + 30px);
	transform: translateX(-30px);
	margin-top: 60px;
}

.s-mv .img-mv img {
	width: 100%;
}

.s-mv .title-smv {
	padding-left: 80px;
}

.s-mv .title-smv .txt-en {
	display: block;
	font-size: 10rem;
}

.s-mv .title-smv .txt-jp {
	display: block;
	font-size: 2.4rem;
}

@media screen and (max-width: 1399px) {
}

@media only screen and (min-width: 1025px) {
	ul.p-header-pc__list li .submenu {
		left: calc(90% - 1.4vw);
		visibility: hidden;
		opacity: 0;
		transition: visibility 0.3s ease, opacity 0.2s linear 0.1s;
	}

	ul.p-header-pc__list li .submenu li a::before {
		background-color: #2b2f38;
		content: '';
	}

	ul.p-header-pc__list li:hover > .submenu {
		visibility: visible;
		opacity: 1;
	}
}

@media only screen and (max-width: 1399px) {
	ul.p-header-pc__list li .submenu {
		left: 100%;
	}

	.s-mv .img-mv {
		width: 100%;
		transform: translateX(0);
		margin-top: 30px;
	}

	.s-mv .img-mv img {
		width: 100%;
		max-width: 100%;
	}
}

@media only screen and (max-width: 1024px) {
	ul.p-header-pc__list li ul.p-header-pc__list li a::before {
		background-color: transparent;
	}

	ul.p-header-pc__list li a[target$='_blank']::after {
		background-image: url(../images/common/ico_arrow_blank.svg);
	}

	ul.p-header-pc__list li .submenu {
		position: relative;
		left: 0;
		min-width: 1px;
		padding: 10px;
		background-color: transparent;
		margin-top: 15px;
		top: 0;
		transform: translateY(0);
	}

	ul.p-header-pc__list li .submenu a {
		width: auto;
		display: inline;
		position: relative;
		text-decoration: underline;
	}

	ul.p-header-pc__list li .submenu::after {
		display: none;
	}

	ul.p-header-pc__list li .submenu li {
		margin-bottom: 15px;
		border-bottom: 0;
		padding: 3px 0;
	}

	ul.p-header-pc__list li .submenu li:first-of-type {
		border-top: 0;
	}

	.s-mv {
		width: 100%;
		margin-top: 60px;
		margin-bottom: -34px;
	}

	.s-mv .c-mv {
		margin-top: 0;
	}

	.s-mv .title-smv {
		padding-left: 20px;
	}

	.s-mv .title-smv .txt-en {
		font-size: 4.8rem;
	}

	.s-mv .title-smv .txt-jp {
		font-size: 2.2rem;
	}
}

ul.p-header-pc__list li.is-current a {
	color: #ee7800;
	/* 	pointer-events: none; */
	position: relative;
}

ul.p-header-pc__list li.is-current a::before {
	content: '\25CF';
	color: inherit;
	position: absolute;
	top: 50%;
	left: -10px;
	transform: translate(-50%, -50%);
	font-size: 0.7rem;
}

ul.p-header-pc__list li.is-current .submenu a {
	color: #2b2f38;
	pointer-events: auto;
}

ul.p-header-pc__list li.is-current .submenu a::after {
	background-color: transparent;
}

.p-header-pc__lang__icon {
	width: 16px;
	height: 16px;
	background: url(../images/common/icon_lang.svg) no-repeat center center/100% auto;
	margin-right: 20px;
}

.p-header-pc__lang__link {
	margin-right: 20px;
}

.p-header-pc__lang__link:last-of-type {
	margin-right: 0;
}

.p-header-pc__lang__link a {
	font-family: 'Barlow', sans-serif;
	color: #20222c;
	font-weight: 700;
	text-decoration: none;
	display: inline-block;
	line-height: 1;
	padding-bottom: 2px;
	opacity: 0.5;
	border-bottom: solid 1px #20222c;
	transition: ease 0.3s;
}

.p-header-pc__lang__link a:hover {
	opacity: 1;
	border-bottom: 0;
}

.p-header-pc__lang__link.is-current a {
	pointer-events: none;
	opacity: 1;
	border-bottom: none;
}

.c-pagetop {
	display: none;
	width: 80px;
	height: 80px;
	position: fixed;
	bottom: 50px;
	right: 40px;
	background: #2b2f38;
	border-radius: 100%;
	cursor: pointer;
	z-index: 999;
}

.c-pagetop:hover::before {
	transform: scale3d(1, 1, 1);
}

.c-pagetop:hover .c-pagetop__txt {
	transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 0, 0deg);
	opacity: 1;
}

.c-pagetop::after {
	content: '';
	display: block;
	width: 12px;
	height: 16px;
	background: url(../images/common/pagetop.svg) no-repeat center center/100% auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	transition: all 0.2s ease-out;
	backface-visibility: hidden;
}

.c-pagetop .c-pagetop__txt {
	width: 110px;
	height: 110px;
	position: absolute;
	top: 20%;
	left: 47%;
	background: url(../images/common/pagetop_txt.svg) no-repeat center center/50% auto;
	transform-origin: center;
	transform: translate3d(-70%, -40%, 0) rotate3d(0, 0, 1, -60deg);
	opacity: 0;
	transition: all 0.2s ease-out;
	backface-visibility: hidden;
	pointer-events: none;
}

.c-pagetop::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: #ee7800;
	border-radius: 100%;
	transform-origin: center;
	transform: scale3d(0, 0, 1);
	transition: all 0.2s ease-out;
	backface-visibility: hidden;
}

_:-ms-fullscreen {
	transform: scale(0);
	transform: scale(1);
	transform: translate(-50%, -50%) rotate(-90deg);
	transform: translate3d(-50%, -50%) rotate(0deg);
	transform: scale(0);
	transform: scale(1);
	transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(0deg);
}

_:root .c-pagetop::before {
	transform: scale(0);
}

_:root .c-pagetop:hover::before {
	transform: scale(1);
}

_:root .c-pagetop:hover .c-pagetop__txt {
	transform: translate3d(-50%, -50%) rotate(0deg);
}

_:root .c-pagetop .c-pagetop__txt {
	transform: translate(-50%, -50%) rotate(-90deg);
}

_:root .c-btn .c-btn__arrow::before {
	transform: scale(0);
}

_:root .c-btn .c-btn__arrow::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

_:root .c-btn:hover .c-btn__arrow::before {
	transform: scale(1);
}

_:root .c-btn:hover .c-btn__arrow::after {
	transform: translate(-50%, -50%) rotate(0deg);
}

.c-pdf .p-news__dd::after {
	content: 'PDF';
	font-family: 'Barlow', sans-serif;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 700;
	display: inline-block;
	line-height: 1;
	background-color: #20222c;
	padding: 6px 9px;
	border-radius: 12px;
	margin-left: 5px;
}

.c-btn {
	font-size: 1.6rem;
	line-height: 1;
	font-weight: 700;
	border-bottom: solid 1px #20222c;
	display: inline-block;
	transition: all 0.2s ease-out;
	cursor: pointer;
	position: relative;
}

.c-btn:hover {
	border-bottom: solid 1px rgba(32, 34, 44, 0);
}

.c-btn:hover .c-btn__arrow::before {
	transform: scale3d(1, 1, 1);
}

.c-btn:hover .c-btn__arrow::after {
	transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 0deg);
}

.c-btn a {
	color: #20222c;
	text-decoration: none;
}

.c-btn .c-btn__arrow {
	position: absolute;
	width: 60px;
	height: 60px;
	background-color: #ee7800;
	border-radius: 100%;
	top: 50%;
	left: calc(100% + 16px);
	right: 0;
	transform: translate(0, -50%);
}

.c-btn .c-btn__arrow::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: #20222c;
	border-radius: 100%;
	transform-origin: center;
	transform: scale3d(0, 0, 1);
	transition: all 0.2s ease-out;
	backface-visibility: hidden;
}

.c-btn .c-btn__arrow::after {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background: url(../images/common/ico_arrow_right.svg) no-repeat center center/100% auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform-origin: center;
	transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg);
	transition: all 0.2s ease-out;
	backface-visibility: hidden;
}

.c-btn.c-btn--white {
	border-bottom: solid 1px white;
}

.c-btn.c-btn--white:hover {
	border-bottom: solid 1px rgba(255, 255, 255, 0);
}

.c-btn.c-btn--white a {
	color: #fff;
}

.footer {
	width: 100%;
	background-color: #edf0f5;
	padding-top: 118px;
	padding-bottom: 76px;
	display: flex;
	align-items: center;
	justify-content: center;
	/* 	height: 100vh; */
	min-height: 100vh;
	position: relative;
}

.footer .p-footer__inner {
	padding: 0px 20px;
}

.footer .footer-list {
	padding-bottom: 108px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: calc(100% - 100px);
	max-width: max(calc(100% - 100px), 1040px);
}

.footer .footer-item {
	width: 16.2%;
	border-top: 1px solid #dddddd;
	padding-top: 20px;
}

.footer-item .b_top {
	border-top: 1px solid #dddddd;
	padding-top: 20px;
	margin-top: 60px;
}


html[lang="en"] .footer .footer-item,
html[lang="zh"] .footer .footer-item{
/* 	width: 32%; */
	width: 24%;
}

.footer .footer-item .n-items {
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 1.6rem;
}

@media all and (max-width: 1500px) {
	.footer .footer-item .n-items {
		font-size: 1.4rem;
	}
}

@media all and (max-width: 1200px) {
	.footer .footer-item .n-items {
		font-size: 1.2rem;
	}
}

@media all and (max-width: 1024px) {
	.footer .footer-item .n-items {
		font-size: 1.5rem;
	}
	.footer-item .b_top {
		border-top: none;
		padding-top: 0;
		margin-top: 0;
	}
}


.footer .footer-item li {
	font-size: 1.3rem;
	line-height: 1.4;
	padding-bottom: 13px;
}

@media all and (max-width: 1200px) {
	.footer .footer-item li {
		font-size: 1.2rem;
	}
}

.footer .footer-item li a:hover {
	opacity: 0.6;
}

.footer .footer-bis {
	width: 100%;
	position: relative;
	border-top: 1px solid #dddddd;
	padding-top: 35px;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}

.footer .footer-bis .copyright {
	font-size: 1.2rem;
	color: #a0a0a0;
	letter-spacing: -0.28px;
	width: calc(100% - 150px);
}

.footer .footer-bis .footer-link {
	font-size: 1.3rem;
	margin-bottom: 10px;
	padding-right: 22px;
	margin-top: 6px;
}

.footer .footer-bis .txt-link {
	line-height: 1.8;
	position: relative;
	text-decoration: underline;
}

.footer .footer-bis .txt-link:hover {
	opacity: 0.6;
	text-decoration: none;
}

.footer .othercopyright {
	font-size: 1rem;
	color: #a0a0a0;
	letter-spacing: -0.28px;
}

.footer a[target='_blank'] {
	position: relative;
}

.footer a[target='_blank']::after {
	content: '';
	position: absolute;
	width: 12px;
	height: 13px;
	right: -23px;
	top: 52%;
	transform: translateY(-50%);
	background-image: url('../images/top/icon_link.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.footer-item > * a[target='_blank']::after {
	display: inline-block;
	position: relative;
	top: 2px;
	right: auto;
	transform: none;
	right: -6px;
}

.btn-menu {
	display: none;
	position: relative;
	width: 28px;
	height: 28px;
	background-image: linear-gradient(0deg, #ee7800 0%, #ee7800 100%);
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: 100% 2px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.btn-menu::after {
	content: 'MENU';
	position: absolute;
	color: #ee7800;
	font-size: 1.1rem;
	font-weight: 700;
	left: 50%;
	bottom: -3px;
	transform: translate(-50%, 4px);
	-webkit-transform: translate(-50%, 4px);
	-moz-transform: translate(-50%, 4px);
	-ms-transform: translate(-50%, 4px);
	-o-transform: translate(-50%, 4px);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.btn-menu::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #ee7800;
	top: 2px;
	left: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.btn-menu.active {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.btn-menu.active::after {
	opacity: 0;
}

.btn-menu.active::before {
	transform: translate(0, 11px) rotate(-90deg);
	-webkit-transform: translate(0, 11px) rotate(-90deg);
	-moz-transform: translate(0, 11px) rotate(-90deg);
	-ms-transform: translate(0, 11px) rotate(-90deg);
	-o-transform: translate(0, 11px) rotate(-90deg);
}

.sps {
	display: none;
}

.cpc {
	display: block;
}

.p-news__inner {
	width: 82%;
	padding: 131px 120px 120px 27px;
	margin-left: auto;
}

.s-menu {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	z-index: -2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #20222c;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.c-topic {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	padding-top: 55px;
	position: relative;
	z-index: 2;
}

.c-topic ul {
	display: flex;
}

.c-topic ul a {
	margin-right: 73px;
	position: relative;
}

.c-topic ul a::after {
	content: '';
	width: 8px;
	height: 8px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: -39px;
	top: 5px;
	font-size: 1.8rem;
	line-height: 1;
	font-weight: 400;
	border-top: 2px solid #666666;
	border-right: 2px solid #666666;
	transform: rotate(45deg);
}

.c-topic ul li {
	font-size: 1.2rem;
	font-weight: 700;
}

.c-topic ul li:last-child a {
	margin-right: 40px;
}

.c-topic ul li:last-child a::after {
	display: none;
}

.c-topic ul li:last-child span:before {
	display: none;
}

.c-topic ul li span {
	margin-right: 55px;
	position: relative;
}

.c-topic ul li span:before {
	content: '';
	background-image: url('../images/common/icon_arrow.png');
	width: 10px;
	height: 10px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: -28px;
	top: 5px;
	font-size: 1.8rem;
	line-height: 1;
	font-weight: 400;
}

.j-mv {
	position: relative;
	overflow: visible;
}

.mvs {
	position: absolute;
	content: '';
	width: 100vw;
	height: 100vh;
	background-color: #edf0f5;
	right: 0;
	top: 0;
	z-index: -1;
}

.j-mv .img-mv {
	position: relative;
}

.j-mv .img-mv img {
	border-top-left-radius: 50px;
	object-fit: cover;
}

.j-mv .img-mv .img-mv-copyright {
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #fff;
	font-size: 1rem;
	line-height: 1.4;
	letter-spacing: -0.28px;
	padding: 1em;
	text-align: right;
}

.j-mv .c-mv {
	width: 100%;
	position: relative;
	height: 100%;
	z-index: 2;
	margin-top: 48px;
}

.j-mv .c-mv .d-mv {
	/* padding-left: 30px; */
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 15vh;
}

.j-mv .c-mv .en {
	width: 100%;
	font-size: 2.4rem;
	color: #ee7800;
	font-weight: 700;
}

.j-mv .c-mv .jp {
	width: 100%;
	font-size: 5.6rem;
	font-weight: 700;
}

.p-footer__inner {
	width: 82%;
	padding: 191px 120px 160px 28px;
	margin-left: auto;
	position: relative;
	z-index: auto;
}

.s-mv .spc {
	display: none;
}

@media all and (max-width: 1366px) {
	.p-header-pc__logo {
		width: 130px;
	}

	.p-header-pc {
		padding-left: 25px;
	}
}

@media all and (max-width: 1024px) {
	.pc {
		display: none;
	}
}

@media all and (max-width: 576px) {
	.l-wrap {
		min-width: auto;
	}

	.c-pagetop {
		right: 10px;
	}

	.c-pagetop .c-pagetop__txt {
		width: 100px;
		height: 100px;
	}
}

@media screen and (max-width: 1399px) {
	.j-mv {
		width: 81%;
	}

	.j-mv .img-mv img {
		height: 46vw;
	}
}

@media screen and (max-width: 1024px) {
	.s-mv {
		width: 100%;
		margin-top: 60px;
	}

	.s-mv .spc {
		display: block;
	}

	.s-mv .c-topic {
		padding-top: 40px;
	}

	.c-topic {
		padding-top: 100px;
	}

	.j-mv {
		height: 100%;
	}

	.mvs {
		height: 100%;
		min-height: auto;
	}

	.j-mv figure {
		height: auto;
	}

	.j-mv .img-mv {
		bottom: -50px;
		margin-left: 20px;
	}

	.j-mv .img-mv01 {
		margin-left: 0;
	}

	.j-mv .img-mv01 img {
		border-top-left-radius: 0 !important;
	}

	.j-mv .c-mv {
		margin-top: 0;
		width: 100%;
	}

	.j-mv .c-mv .d-mv {
		padding-bottom: 0;
	}

	.j-mv .c-mv .jp {
		font-size: 4rem;
	}

	.j-mv .img-mv img {
		border-top-left-radius: 30px;
	}

	.l-wrap {
		min-width: 100%;
	}

	.p-mv {
		width: 100%;
		left: 0;
		margin-bottom: 84px;
	}

	.p-header-pc__lang__icon {
		width: 24px;
		height: 24px;
		background: url(../images/common/icon_lang-sp.png) no-repeat center center/100% auto;
		margin-right: 40px;
	}

	.p-header-pc__lang {
		justify-content: center;
	}

	.p-header-pc__lang__link {
		margin-right: 25px;
	}

	.p-header-pc__lang__link.is-current a {
		text-decoration: unset;
	}

	.p-header-pc__lang__link a {
		color: #fff;
		text-decoration: underline;
	}

	.s-menu.active {
		opacity: 0.6;
		visibility: visible;
	}

	ul.p-header-pc__list {
		margin: 0 0 60px;
		padding: 0 20px;
	}

	ul.p-header-pc__list li {
		margin-bottom: 0;
		padding: 17.5px 20px;
		border-bottom: 1px solid #454655;
	}

	ul.p-header-pc__list li:first-of-type {
		border-top: 1px solid #454655;
	}

	ul.p-header-pc__list li.is-current a {
		pointer-events: unset;
	}

	ul.p-header-pc__list li.is-current .submenu a {
		color: #fff;
	}

	ul.p-header-pc__list li a {
		position: relative;
		color: #fff;
		width: 100%;
		display: block;
	}

	ul.p-header-pc__list li a.has-submenu::after {
		content: '';
		position: absolute;
		width: 8px;
		height: 6px;
		background-image: url(../images/common/icon_arrow-menu.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		right: 0;
		top: 50%;
		transform: translate(0, -50%) rotate(180deg);
	}

	ul.p-header-pc__list li a.has-submenu.has-submenu.active::after {
		transform: translate(0, -50%) rotate(0deg);
	}

	.p-news__inner {
		width: 100%;
		padding: 0 20px;
	}

	.footer {
		width: 100%;
		background-color: #edf0f5;
		padding-top: 76px;
		padding-bottom: 40px;
	}

	.footer .p-footer__inner {
		width: 100%;
		padding: 0 20px;
	}

	.footer .footer-list {
		padding-bottom: 108px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		max-width: 100%;
	}

	.footer .footer-item,
	html[lang="en"] .footer .footer-item,
	html[lang="zh"] .footer .footer-item{
		/* width: 49%; */
		width: 100%;
		border-top: 0;
		padding-top: 0;
	}

	/* 	.footer .footer-item:nth-of-type(1) {
	order: 1;
}

	.footer .footer-item:nth-of-type(2) {
	order: 2;
}

	.footer .footer-item:nth-of-type(3) {
	order: 3;
}

	.footer .footer-item:nth-of-type(4) {
	order: 1;
}

	.footer .footer-item:nth-of-type(5) {
	order: 2;
} */

	.footer .footer-item .n-items {
		margin-bottom: 13px;
	}

	.footer .footer-item li {
		display: none;
	}

	.footer .footer-item li.n-items {
		display: block;
	}

	.footer .footer-bis {
		border-top: 0;
	}

	.footer .footer-bis::after {
		background-color: transparent;
	}

	.l-header-pc {
		width: 100%;
		display: block;
		top: 0;
		transform: translateY(0);
	}

	.l-header-pc .p-header-pc {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-left: 20px;
		padding-top: 0;
		padding-right: 16px;
		height: 60px;
		background-color: #fff;
		position: fixed;
		top: 0;
		z-index: 1;
	}

	.l-header-pc .p-header-pc .p-header-pc__logo {
		width: 96px;
		margin: 0;
		display: flex;
	}

	.l-header-pc .p-header-pc.active {
		background-color: #20222c;
	}

	.l-header-pc .p-header-pc.active .s-menu {
		opacity: 0.6;
		visibility: visible;
	}

	.l-header-pc .p-header-pc.active .p-header-pc__logo {
		display: none;
		width: 96px;
	}

	.l-header-pc.active .p-header-pc {
		background-color: #20222c;
	}

	.l-header-pc.active .p-header-pc .cpc {
		display: none;
	}

	.l-header-pc.active .p-header-pc .sps {
		display: block;
	}

	.f-menu {
		padding-top: 40px;
		position: fixed;
		top: 60px;
		right: 0;
		z-index: -1;
		width: 100%;
		height: 100vh;
		max-width: 100vw;
		background-color: #20222c;
		transition: all 0.3s;
		opacity: 0;
		visibility: hidden;
		transform: translate(0, -100%);
		-webkit-transform: translate(0, -100%);
		-moz-transform: translate(0, -100%);
		-ms-transform: translate(0, -100%);
		-o-transform: translate(0, -100%);
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
	}

	.f-menu.active {
		overflow: auto;
		opacity: 1;
		height: calc(100vh - 60px);
		padding-bottom: 50px;
		visibility: visible;
		transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
	}

	.header {
		width: 100%;
		padding-left: 20px;
		padding-top: 0;
		padding-right: 16px;
		height: 60px;
		background-color: #fff;
	}

	.header .logo img {
		width: 96px;
	}

	.header.active {
		background-color: #20222c;
	}

	.header.active .s-menu {
		opacity: 0.6;
		visibility: visible;
	}

	.header.active .logo img {
		display: none;
		width: 96px;
	}

	.header.active .logo .sp {
		display: block;
	}

	.btn-menu {
		display: block;
	}

	.c-btn .c-btn__arrow {
		position: absolute;
		width: 50px;
		height: 50px;
		background-color: #ee7800;
		border-radius: 100%;
		top: 50%;
		left: calc(100% + 7px);
		right: 0;
		transform: translate(0, -50%);
	}
}

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

	.mv-sp {
		display: block;
	}

	.c-topic ul {
		display: none;
	}

	.j-mv figure {
		height: auto;
	}

	.j-mv .img-mv img {
		height: auto;
	}

	.j-mv .c-mv .en {
		font-size: 1.6rem;
	}

	.j-mv .c-mv .jp {
		font-size: 3rem;
	}

	.j-mv .c-mv .d-mv {
		padding-top: 0;
	}

	.j-mv .j-mv figure {
		padding-left: 20px;
	}

	.footer .footer-bis {
		flex-direction: column-reverse;
		padding-top: 0;
	}

	.footer {
		height: auto;
	}
}
