@charset "utf-8";
/* 
 * Reset
 * ==================================================================================================== */
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,
img,
ins,
input,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
:before,
:after {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	vertical-align: bottom;
	background-repeat: no-repeat;
	box-sizing: border-box;
	backface-visibility: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
	display: block;
}

html {
	font-size: 62.5%;
	background-color: #fff;
	overflow-y: scroll;
	overflow-x: hidden;
}

::-webkit-scrollbar {
	width: 6px;
	height: 6px;
	background: #fff;
	box-shadow: inset 0 0 4px rgba(0,0,0,.25);
}

::-webkit-scrollbar-thumb {
	background-color: #aeaeae;
	box-shadow: inset 0 0 2px rgba(0,0,0,.25);
	cursor: pointer;
}

.g-body {
	color: #444;
	font-size: 1.6rem;
	font-family: 'Poppins', 'Noto Sans JP';
	font-weight: 400;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: unset;
	-webkit-text-size-adjust: 100%;
	line-height: 1;
	width: 100%;
	margin: 0;
	padding: 0;
	cursor: default;
}

:lang(en) .g-body {
	font-family: 'Noto Sans';
	word-wrap: break-word;
}

.g-body:before {
	content: '';
	width: 100%;
	height: 90px;
	display: block;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

/*
.g-body:lang(en) {
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0;
}
*/

input,
textarea,
button,
select,
option,
textarea {
	font-family: 'Poppins', 'Noto Sans JP';
	margin: 0;
	padding: 0;
	outline: none;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

a:link,
a:before,
a:after,
a img,
a svg,
input[type='image'],
input[type='submit'] {
	color: #eb5c01;
	text-decoration: none;
	transition: .2s cubic-bezier(.8,0,.4,1);
}

a:visited {
	color: #522077;
}

a:hover {
	color: #eb5c01;
	text-decoration: none;
}

a:focus {
	outline: none;
}

.js-Link__invalid,
.js-Link__invalid:hover {
	color: #1e1e1e !important;
	opacity: 1 !important;
	cursor: default;
}

img {
	width: 100%;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
}

svg {
	width: 100%;
	height: auto;
}

button {
	margin:0;
	padding:0;
	border:0;
	background:transparent;
}

sup {
	font-size: 1.1rem;
	line-height: 1;
	letter-spacing: .1em;
	vertical-align: text-top;
}

sub {
	font-size: 1.1rem;
	line-height: 1;
	letter-spacing: .1em;
	vertical-align: 0;
}

strong,
em,
b {
	font-weight: 400;
}

::selection {
	color: #fff;
	background: #eb5c01;
}

.js-scrollClass,
.js-scrollClass:before,
.js-scrollClass:after {
	transition: .5s cubic-bezier(.75,0,.35,1);
}

.u-scrollClass {
	opacity: 0;
	transform: translate(0,30px);
}

.u-scrollClass.is-stateScroll {
	opacity: 1;
	transform: translate(0,0);
}

/* 
* Utility
* ==================================================================================================== */
.u-contents {
	margin: 90px 0 0;
	position: relative;
}

.u-contents:nth-of-type(1) {
	padding-top: 0;
}

/*
.u-content-line {
	width: calc(100% + 4px);
	margin: 0 -2px;
	padding: 0;
	border: none;
	border-top: 1px #eb5c01 solid;
}
*/

.u-inner {
	max-width: 1200px;
	margin: 0 auto;
}

.u-inner--sub {
	padding-right: 105px;
	padding-left: 105px;
}

.u-show__mobile {
	display: none !important;
}

.u-hide__mobile {
	display: block !important;
}

.u-show__tablet {
	display: none !important;
}

.u-hide__tablet {
	display: block !important;
}

.u-cover {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	position: fixed;
	top: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
	transition: .6s cubic-bezier(.8,0,.4,1);
	z-index: 100;
}

.u-transition {
	transition: .2s cubic-bezier(.8,0,.4,1);
}

.u-font-color--black {
	color: #000 !important;
}

.u-font-color--white {
	color: #fff !important;
}

.u-font__poppins {
	font-family: 'Poppins';
}

.u-font__serif {
	font-family: 'Times New Roman', 'Noto Serif JP' !important;
}

.u-font__size-10 { font-size: 1rem !important; }
.u-font__size-11 { font-size: 1.1rem !important; }
.u-font__size-12 { font-size: 1.2rem !important; }
.u-font__size-13 { font-size: 1.3rem !important; }
.u-font__size-14 { font-size: 1.4rem !important; }
.u-font__size-15 { font-size: 1.5rem !important; }
.u-font__size-16 { font-size: 1.6rem !important; }
.u-font__size-17 { font-size: 1.7rem !important; }
.u-font__size-18 { font-size: 1.8rem !important; }
.u-font__size-19 { font-size: 1.9rem !important; }
.u-font__size-20 { font-size: 2rem !important; }
.u-font__size-21 { font-size: 2.1rem !important; }
.u-font__size-22 { font-size: 2.2rem !important; }
.u-font__size-23 { font-size: 2.3rem !important; }
.u-font__size-24 { font-size: 2.4rem !important; }
.u-font__size-25 { font-size: 2.5rem !important; }
.u-font__size-26 { font-size: 2.6rem !important; }
.u-font__size-27 { font-size: 2.7rem !important; }
.u-font__size-28 { font-size: 2.8rem !important; }
.u-font__size-29 { font-size: 2.9rem !important; }
.u-font__size-30 { font-size: 3rem !important; }

.u-font__light {
	font-weight: 300 !important;
}

.u-font__normal {
	font-weight: 400 !important;
}

.u-font__middle {
	font-weight: 500 !important;
}

.u-font__bold {
	font-weight: 700 !important;
}

.u-font__italic {
	font-style: italic;
}

.u-lineheight__none {
	line-height: 1;
}

.u-lineheight__small {
	line-height: 1.35;
}

.u-align__right {
	text-align: right !important;
}

.u-align__center {
	text-align: center !important;
}

.u-align__left {
	text-align: left !important;
}

.u-vertical-align__top {
	vertical-align: top !important;
}

.u-float__right {
	float: right !important;
}

.u-float__left {
	float: left !important;
}

.u-display__block {
	display: block;
}

.u-display__inline-block {
	display: inline-block;
}

.u-display__none {
	display: none;
}

.u-color__white {
	color: #fff !important;
}

.u-color__black {
	color: #000 !important;
}

.u-color__gray {
	color: #666 !important;
}

.u-color__blue {
	color: #294197 !important;
}

.u-color__red {
	color: #dc000c !important;
}

.u-color__orange {
	color: #e1521b !important;
}

.u-image {
	margin-bottom: 1em;
}

.u-text {
	line-height: 2;
}

.u-text + .u-text {
	margin-top: 1em;
}

.u-text--mini {
	font-size: 1.4rem;
}

.u-text .u-link {
	text-decoration: underline;
}

.u-text .u-link:hover {
	text-decoration: none;
}

.u-text-label {
	color: #eb5c01;
	font-weight: 700;
	line-height: 1;
	margin: 0 .35em 0 0;
	padding: .25em .5em .125em;
	display: inline-block;
	border: 1px solid #eb5c01;
	transform: translate(0,-.235em);
}

.u-text mark {
	margin-right: .25em;
	margin-left: .25em;
	padding-right: .25em;
	padding-left: .25em;
	background: #fce1bc;
}



.u-text__indent {
	text-indent: 1em;
}

.u-textdeco__underline {
	text-decoration: underline;
}

.u-textdeco__none {
	text-decoration: none !important;
}

.u-note > * {
	color: #666;
	font-size: 1.4rem;
	line-height: 1.85;
	margin: 1em 0 0;
	padding: 0 0 0 1.5em;
	position: relative;
}

.u-note > *:before {
	content: attr(data)'';
	color: #eb5c01;
	letter-spacing: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.u-note > *.u-note__double {
	padding-left: 2em;
}

.u-note > *.u-note__double:lang(en) {
	padding-left: 3em;
}


.u-list__items {
	margin-top: 1.25em;
	counter-reset: count 0;
}

.u-list__item {
	line-height: 1.75;
	margin: .75em 0 0;
	padding-left: 1em;
	position: relative;
}

.u-list__item:nth-child(1) {
	margin-top: 0;
}

.u-list__item:before {
	content: '';
	width: 8px;
	height: 8px;
	background: #707070;
	border-radius: 50%;
	position: absolute;
	top: .55em;
	left: .15em;
}

.u-list__item--decimal {
	padding-left: 1.75em;
}

.u-list__item--decimal:before {
	content: '(' counter(count) ") ";
	counter-increment: count 1;
	width: auto;
	height: auto;
	background: transparent;
	top: 0;
	left: .15em;
}





/*

.u-list__items--secondary .u-list__item {
	padding-left: 1.5em;
	counter-increment: number;
}

.u-list__items--secondary .u-list__item:before {
	content: counter(number)"）";
	width: auto;
	height: auto;
	background: transparent;
	border-radius: 0;
	top: 0;
	left: 0;
}
*/

.u-list__item .u-icon:after {
	transform: translate(0,-.35em);
}

.u-list__item--line {
	padding-left: 1.5em;
}

.u-list__item--line:before {
	background-color: #707070;
	width: 12px;
	height: 1px;
	top: .65em;
}

.u-icon {
	display: inline-block;
	position: relative;
}

.u-icon:hover {
	color: #000;
}

.u-icon:before {
	position: absolute;
	top: 0;
	left: 0;
}

.u-text .u-icon:after {
	vertical-align: -.225em;
}

.u-icon__arrow--basic {
	padding-left: 1.5em;
}

.u-icon__arrow--basic:before {
	content: '';
	width: 18px;
	height: 12px;
	margin: 0 .35em 0 0;
	display: inline-block;
	background: url("/_assets/img/common/arrow-01@orange.svg") no-repeat center / 100% 100%;
}

.u-icon__arrow--basic--after {
	padding-left: 0;
}

.u-icon__arrow--basic--after:before {
	display: none;
}

.u-icon__arrow--basic--after:after {
	content: '';
	width: 30px;
	height: 23px;
	margin: 0 0 -.15em .35em;
	display: inline-block;
	background: url("/_assets/img/common/arrow-02@orange.svg") no-repeat center / 100% 100%;
}

.u-icon__arrow--basic--after:hover:after {
	background-image: url("/_assets/img/common/arrow-02@black.svg");
}

.u-icon__arrow--basic--down:before {
	transform: rotate(90deg);
}

.u-icon__arrow--basic--small {
	font-size: 1.4rem;
}

.u-icon__arrow--basic--small:before {
	content: '';
	width: 4px;
	height: 8px;
	margin-bottom: .275em;
	background: url("/_assets/img/common/arrow-01@red.svg") no-repeat center / 100% 100%;
	top: .2em;
	left: .6em;
}

.u-icon__pdf,
.u-icon__xls,
.u-icon__xlsx,
.u-icon__excel {
	display: inline-block;
	position: relative;
}

.u-icon__pdf:hover,
.u-icon__xls:hover,
.u-icon__xlsx:hover,
.u-icon__excel:hover {
	color: #000;
}

.u-icon__pdf:hover .u-icon:before,
.u-icon__xls:hover .u-icon:before,
.u-icon__xlsx:hover .u-icon:before,
.u-icon__excel:hover .u-icon:before {
/*
	color: #000;
	border-color: #000;
*/
}

/*
.u-icon__pdf:after,
.u-icon__xlsx:after {
	color: #eb5c01;
	font-size: 1.2rem;
	line-height: 1;
	margin: 0 0 0 .35em;
	padding: .25em .5em;
	background: #fff;
	border: 1px solid #eb5c01;
	display: inline-block;
	transform: scale(.9);
}
*/

.u-icon__pdf .u-icon:before {
	content: 'PDF';
}

.u-icon__xls .u-icon:before {
	content: 'XLS';
}

.u-icon__xlsx .u-icon:before {
	content: 'XLSX';
}

.u-icon__excel .u-icon:before {
	content: 'EXCEL';
}

/*
.g-menu-child__item .u-icon__pdf:after,
.g-menu-child__item .u-icon__xlsx:after {
	font-size: 1rem;
	background: transparent;
}
*/

/*
.u-icon__pdf:after,
.u-icon__xlsx:after {
	display: none;
}
*/

.u-icon__pdf .u-icon:before,
.u-icon__xls .u-icon:before,
.u-icon__xlsx .u-icon:before,
.u-icon__excel .u-icon:before {
	color: #eb5c01;
	font-size: 1.3rem;
	line-height: 1;
	margin-right: .5em;
	margin-bottom: .15em;
	margin-left: .5em;
	padding: .15em .5em;
	display: inline-block;
	position: relative;
	border: 1px solid #eb5c01;
	transition: .2s cubic-bezier(.8,0,.4,1);
}

.u-text .u-icon__pdf .u-icon:before,
.u-text .u-icon__xls .u-icon:before,
.u-text .u-icon__xlsx .u-icon:before,
.u-text .u-icon__excel .u-icon:before {
	transform: translate(0, -.425em);
}

.u-text .u-icon__pdf .u-icon:lang(en):before,
.u-text .u-icon__xls .u-icon:lang(en):before,
.u-text .u-icon__xlsx .u-icon:lang(en):before,
.u-text .u-icon__excel .u-icon:lang(en):before {
	transform: translate(0, -0.25em);
}

.u-list__item .u-icon__pdf .u-icon:before,
.u-list__item .u-icon__xls .u-icon:before,
.u-list__item .u-icon__xlsx .u-icon:before,
.u-list__item .u-icon__excel .u-icon:before {
	transform: translate(0, -0.25em);
}

.u-icon__pdf--singleunit {
	line-height: 1.5;
	padding-left: 1.75em;
	display: inline-block;
}

.u-icon__pdf--singleunit:before {
	margin-top: .05em;
	position: absolute;
	top: 0;
	left: 0;
}

.u-icon__window:hover {
	color: #000;
}

.u-icon__window:after {
	content: '';
	width: 1em;
	height: 1em;
	margin: 0 0 0 .25em;
	display: inline-block;
	position: relative;
	background: url("/_assets/img/common/icon-window-01@orange.svg") no-repeat center / 100% 100%;
}

.u-icon__window:hover:after {
	background-image: url("/_assets/img/common/icon-window-01@black.svg");
}

.u-text .u-icon__window:after {
	transform: translate(0,-.15em);
}

.u-basicButton a {
	padding: .35em 2em;
	background: #fff;
}

.u-title {
	font-feature-settings: 'palt';
}

.u-title--page {
	color: #000;
	font-size: 3.8rem;
	font-weight: 400;
	line-height: 1.35;
	letter-spacing: .075em;
	margin-bottom: 50px;
}

.u-title--hi {
	position: relative;
}

:lang(en) .u-title--hi {
	font-family: 'Poppins';
}

.u-title--hi:after {
	content: '';
	width: calc(50vw - 625px);
	min-width: 30px;
	height: 1.5em;
	min-height: 36px;
	margin: .5em 0 0;
	display: block;
	background: #eb5c01;
	position: absolute;
	top: 0;
	left: -50px;
}

.u-title--hi span {
	display: block;
}

.u-title--hi em {
	color: #000;
	font-size: 4.2rem;
	font-weight: 500;
	line-height: 1.5;
}

.u-title--hi + * {
	margin-top: 80px;
}

.u-title--mid {
	color: #000;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.5;
	padding: 80px 0 0;
	border-top: 1px solid #eb5c01;
}

:lang(en) .u-title--mid {
	font-family: 'Poppins';
}

.u-title--mid + * {
	margin-top: 40px;
}

.u-title--mid--hi {
	color: #7B2F00;
	font-size: 2.6rem;
	font-weight: 500;
	border-top: 0;
	padding-top: 0;
}

.u-title--mid--hi + * {
	margin-top: 20px;
}

.u-title--mid--border-none {
	margin-top: 70px;
	padding-top: 0;
	border-top: 0;
}

.u-title--low {
	color: #000;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 40px;
}

:lang(en) .u-title--low {
	font-family: 'Poppins';
}

.u-title--low + * {
	margin-top: 20px;
}

.u-title--low + .u-title--mini {
	margin-top: 40px;
}

.u-title--mini {
	color: #000;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 40px;
}

.u-title--mini + * {
	margin-top: 5px;
}

.u-title--chart {
	color: #000;
	font-family: 'Poppins';
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 40px;
	padding: 0 0 0 .75em;
	border-left: 6px solid #eb5c01;
}

.u-title--chart + * {
	margin-top: 10px;
}

.u-link-thumb {
	display: block;
}

a.u-link-thumb {
	color: #000;
}

a.u-link-thumb:hover {
	color: #eb5c01 !important;
}

.u-link-thumb figure {
	position: relative;
	overflow: hidden;
}

.u-link-thumb figure:after {
	position: absolute;
	bottom: 15px;
	right: 15px;
	transition: .2s cubic-bezier(.8,0,.4,1);
}

.u-link-thumb figure img {
	transform-origin: center;
	transition: .8s cubic-bezier(.8,0,.4,1);
	will-change: transform;
}

.u-link-thumb:hover .u-title {
	color: #eb5c01;
}

.u-link-thumb:hover figure:after {
	background-image: url("/_assets/img/common/arrow-02@orange.svg");
}

.u-link-thumb:hover figure img {
	transform: scale(1.1);
}

.u-link-thumb figure + .u-text {
	line-height: 1.5;
}


.u-position__center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.u-position__absolute {
	position: absolute;
}

.u-position__fixed {
	position: fixed;
}

.u-position__relative {
	position: relative;
}

.u-flex {
	display: flex;
	flex-wrap: wrap;
}

.u-flex__center {
	justify-content: center;
}

.u-flex__right {
	justify-content: flex-end;
}

.u-flex__middle {
	align-items: center;
}

.u-flex__bottom {
	align-items: flex-end;
}

.u-flex__reverse {
	flex-direction: row-reverse;
}

.u-flex__between {
	justify-content: space-between;
}

.u-flex__column--1-2 > *:nth-child(1) {
	width: calc(100% / 3);
}

.u-flex__column--1-2 > *:nth-child(2) {
	width: calc((100% / 3) * 2);
}

.u-flex__column--2 > * {
	width: calc(100% / 2);
}

.u-flex__column--2-1 > *:nth-child(1) {
	width: calc((100% / 3) * 2);
}

.u-flex__column--2-1 > *:nth-child(2) {
	width: calc(100% / 3);
}

.u-flex__column--3 > * {
	width: calc(100% / 3);
}

.u-flex__column--4 > * {
	width: calc(100% / 4);
}

.u-flex__column--5 > * {
	width: calc(100% / 5);
}

.u-flex__column--6 > * {
	width: calc(100% / 6);
}

.u-flex__column--7 > * {
	width: calc(100% / 7);
}

.u-flex-child-wrap {
	margin-right: -12px;
	margin-left: -12px;
}

.u-flex-child {
	margin-top: 24px;
	padding-right: 12px;
	padding-left: 12px;
}

.u-mgt__125 { margin-top: 125px !important; }
.u-mgt__120 { margin-top: 120px !important; }
.u-mgt__115 { margin-top: 110px !important; }
.u-mgt__110 { margin-top: 110px !important; }
.u-mgt__105 { margin-top: 100px !important; }
.u-mgt__100 { margin-top: 100px !important; }
.u-mgt__95 { margin-top: 95px !important; }
.u-mgt__90 { margin-top: 90px !important; }
.u-mgt__85 { margin-top: 85px !important; }
.u-mgt__80 { margin-top: 80px !important; }
.u-mgt__75 { margin-top: 75px !important; }
.u-mgt__70 { margin-top: 70px !important; }
.u-mgt__65 { margin-top: 65px !important; }
.u-mgt__60 { margin-top: 60px !important; }
.u-mgt__55 { margin-top: 55px !important; }
.u-mgt__50 { margin-top: 50px !important; }
.u-mgt__45 { margin-top: 45px !important; }
.u-mgt__40 { margin-top: 40px !important; }
.u-mgt__35 { margin-top: 35px !important; }
.u-mgt__30 { margin-top: 30px !important; }
.u-mgt__25 { margin-top: 25px !important; }
.u-mgt__20 { margin-top: 20px !important; }
.u-mgt__15 { margin-top: 15px !important; }
.u-mgt__10 { margin-top: 10px !important; }
.u-mgt__5 { margin-top: 5px !important; }
.u-mgt__0 { margin-top: 0 !important; }
.u-mgt__-5 { margin-top: -5px !important; }
.u-mgt__-10 { margin-top: -10px !important; }
.u-mgt__-20 { margin-top: -20px !important; }
.u-mgt__-30 { margin-top: -30px !important; }
.u-mgt__-40 { margin-top: -40px !important; }

.u-pdt__0 { padding-top: 0 !important; }

.u-pdl__1em { padding-left: 1em !important; }
.u-pdl__125em { padding-left: 1.25em !important; }
.u-pdl__15em { padding-left: 1.5em !important; }
.u-pdl__155em { padding-left: 1.55em !important; }
.u-pdl__165em { padding-left: 1.65em !important; }
.u-pdl__175em { padding-left: 1.75em !important; }

.u-width--100 { width: 100%; }
.u-width--95 { width: 95%; }
.u-width--90 { width: 90%; }
.u-width--85 { width: 85%; }
.u-width--80 { width: 80%; }
.u-width--75 { width: 75%; }
.u-width--70 { width: 70%; }
.u-width--65 { width: 65%; }
.u-width--60 { width: 60%; }
.u-width--55 { width: 55%; }
.u-width--50 { width: 50%; }
.u-width--45 { width: 45%; }
.u-width--40 { width: 40%; }
.u-width--35 { width: 35%; }
.u-width--40 { width: 40%; }
.u-width--30 { width: 30%; }
.u-width--25 { width: 25%; }
.u-width--20 { width: 20%; }
.u-width--15 { width: 15%; }
.u-width--10 { width: 10%; }

.u-pdt__large {
	padding-top: 50px !important;
}

.u-pdt__middle {
	padding-top: 25px !important;
}

.u-pdt__small {
	padding-top: 10px !important;
}

.u-image-caption {
	font-size: 1.4rem;
	line-height: 1.5;
	margin-top: .75em;
}

:lang(en) .u-button-basic {
	font-family: 'Poppins';
}

.u-button-basic > * {
	color: #fff !important;
	text-align: center;
	min-width: 25%;
	min-height: 60px;
	padding: 20px 40.1px;
	border-radius: 10em;
	background-color: #EB5C1D;
	display: inline-block;
	position: relative;
}

.u-button-basic--w100 > * { min-width: 100%; }
.u-button-basic--w90 > * { min-width: 90%; }
.u-button-basic--w80 > * { min-width: 80%; }
.u-button-basic--w70 > * { min-width: 70%; }
.u-button-basic--w60 > * { min-width: 60%; }
.u-button-basic--w50 > * { min-width: 50%; }
.u-button-basic--w40 > * { min-width: 40%; }
.u-button-basic--w30 > * { min-width: 30%; }
.u-button-basic--w20 > * { min-width: 20%; }
.u-button-basic--w10 > * { min-width: 10%; }

.u-button-basic > *:after {
	content: '';
	width: 27px;
	height: 11px;
	display: block;
	background: url("/_assets/img/common/arrow-03@orange.svg") no-repeat left center / 100% 100%;
	position: absolute;
	top: 50%;
	left: -11px;
	transform: translate(0,-50%);
}

.u-button-basic > *:hover {
	background: #000;
}

.u-button-basic > *:hover:after {
	background-image: url("/_assets/img/common/arrow-03@black.svg");
}

.u-button-basic > * em {
	font-weight: 500;
	line-height: 1.35;
	width: 100%;
	padding: 0 30px;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
}

.u-button-basic > * em small {
	font-size: 1.2rem;
	margin-top: -.25em;
	display: inline-block;
}

.u-button-basic--white > * {
	color: #777 !important;
	background-color: #fff;
	border: 1px solid #B4B4B4;
}

.u-button-basic--white > *:hover {
	color: #fff !important;
	background: #EB5C01;
	border-color: #EB5C01;
}

.u-button-basic > *.is-focusActive {
	color: #fff !important;
	background: #EB5C01;
	border-color: #EB5C01;
}

.u-button-basic > *.is-focusActive:hover {
	background-color: #EB5C01;
}

.u-button-basic.u-button-basic--pdf a,
.u-button-basic.u-button-basic--xls a,
.u-button-basic.u-button-basic--xlsx a,
.u-button-basic.u-button-basic--excel a {
	padding-right: 60px;
}

.u-button-basic.u-button-basic--pdf a:before,
.u-button-basic.u-button-basic--xls a:before,
.u-button-basic.u-button-basic--xlsx a:before,
.u-button-basic.u-button-basic--excel a:before {
	color: #fff;
	font-size: 1.3rem;
	line-height: 1;
	margin-right: 0.5em;
	margin-bottom: 0.15em;
	margin-left: 0.5em;
	padding: 0.15em 0.5em;
	border: 1px solid #fff;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translate(0,-50%);
}

.u-button-basic.u-button-basic--pdf a:before {
	content: 'PDF'
}

.u-button-basic.u-button-basic--xls a:before {
	content: 'XLS'
}

.u-button-basic.u-button-basic--xlsx a:before {
	content: 'XLSX'
}

.u-button-basic.u-button-basic--excel a:before {
	content: 'EXCEL'
}

.u-button-basic.u-button-basic--window *:before {
	content: '';
	width: 1em;
	height: 1em;
	display: block;
	background: url("/_assets/img/common/icon-window-01@white.svg") no-repeat center / 100% 100%;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translate(0,-50%);
}

/* Template Table */
.u-table-corner table {
	margin-right: -8px;
	margin-left: -8px;
	border-spacing: 8px 0;
}

.u-table-corner table.u-width--100 {
	width: calc(100% + 16px);
}

.u-table-corner--widthauto table {
	width: auto;
}

.u-table-corner th {
	color: #000;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.75;
	text-align: left;
	vertical-align: top;
	padding: 1.5em 1em;
	border-top: 1px solid #B4B4B4;
	background: #F2F2F2;
	position: relative;
}

.u-table-corner td {
	font-size: 1.4rem;
	line-height: 1.75;
	vertical-align: middle;
	padding: 1.5em 1em;
	border-top: 1px solid #B4B4B4;
	position: relative;
}

.u-table-corner td > * {
	margin-top: 0;
}

.u-table-corner-head th {
	background: #F2F2F2;
}

.u-table-corner-head th:first-child {
	border-left: 0;
}



.u-table-corner .border-top-bold {
	border-top: 4px solid #000;
}

.u-table-corner .border-bottom {
	border-bottom: 1px solid #B4B4B4;
}

.u-pointer-event-none {
	pointer-events: none;
}

.u-corner-box {
	margin-right: -50px;
	margin-left: -50px;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 90px;
	background: #F2F2F2;
}

.u-table-corner .u-icon__arrow--basic--after:after {
	vertical-align: -.45em;
	transform-origin: top left;
	transform: scale(.85);
}

.u-box {
	padding: 35px 40px;
	background: #F2F2F2;
}

.u-box > *:nth-child(1) {
	margin-top: 0;
}

.u-box .u-title {
	font-size: 2rem;
}

.u-box--number {
	padding-left: 100px;
	position: relative;
}

.u-box--number:before {
	content: attr(data-number)'';
	color: #000;
	font-size: 2rem;
	position: absolute;
	top: calc(30px + .5em);
	left: 40px;
}

.u-box--number:after {
	content: '';
	width: 1px;
	height: calc(100% - 80px);
	background: #B4B4B4;
	display: block;
	position: absolute;
	top: 40px;
	left: 70px;
}

.u-box--white {
	padding: 35px 40px;
	background: #fff;
	border: 1px solid #C9C9C9;
}

.u-anchor-menu__items {
	margin: -12px -12px 0;
	display: flex;
	flex-wrap: wrap;
}

.u-anchor-menu__item {
	padding: 12px 12px 0;
}

:lang(en) .u-anchor-menu__item {
	font-family: 'Poppins';
}

.u-anchor-menu__item a {
	color: #000;
	font-weight: 700;
	line-height: 1.5;
	padding: 15px 40px 15px 20px;
	border-top: 4px solid #000;
	display: block;
	position: relative;
}

.u-anchor-menu__item a:hover {
	color: #eb5c01;
	border-top-color: #eb5c01;
}

.u-anchor-menu__item .u-icon__arrow--basic:before {
	position: absolute;
	top: 20px;
	right: 5px;
	left: auto;
}


/* TabPanel */
.u-tab__group {
	position: relative;
}

.u-tab__panel {
	display: none;
}

.u-tab__panel.is-show {
	display: block;
}

.u-tabButton {
	width: 100%;
}

.u-tabButton__items {
	margin: 0 -4px;
}

/*
.u-tabButton__items--bottom {
	margin-top: 60px;
}
*/

.u-tabButton__item {
	text-align: center;
	padding: .75em 0;
	transition: .2s cubic-bezier(.8,0,.4,1);
	position: relative;
	cursor: pointer;
}

.u-tabButton__item:after {
	content: '';
	width: calc(100% - 8px);
	height: 1px;
	background: #B4B4B4;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
	transition: .2s cubic-bezier(.8,0,.4,1);
}

.u-tabButton__items--bottom .u-tabButton__item:after {
	top: 0;
	bottom: auto;
}

.u-tabButton__item em {
	color: #777;
	font-family: 'Poppins', 'Noto Sans JP';
	font-weight: 500;
	transition: .2s cubic-bezier(.8,0,.4,1);
}

.u-tabButton__item.is-activeTab em {
	color: #000;
}

.u-tabButton__item.is-activeTab,
.u-tabButton__item.is-activeTab em {
	color: #eb5c01;
}

.u-tabButton__item.is-activeTab:after,
.u-tabButton__item:hover:after {
	height: 4px;
	background: #eb5c01;
}

.u-tabButton__item:hover em {
	color: #eb5c01;
}

.u-acpanel__item {
	margin: 8px 0 0;
	background: #F2F2F2;
}

.u-acpanel__title {
	color: #000;
	font-size: 1.6rem;
	font-weight: 500;
	width: 100%;
	padding: 35px 40px;
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
	transition: .2s cubic-bezier(.8,0,.4,1);
}

.u-acpanel__title:hover {
	color: #eb5c01;
}

.u-acpanel__title .u-text {
	line-height: 1.75;
	max-width: calc(100% - 60px);
}

.u-acpanel__title span {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: absolute;
	top: 50%;
	right: 40px;
	transform: translate(0,-50%);
}

.u-acpanel__title span i {
	width: 20px;
	height: 20px;
	background: #eb5c01;
	display: block;
	border-radius: 50%;
	position: relative;
}

.u-acpanel__title span i:before,
.u-acpanel__title span i:after {
	content: '';
	width: 10px;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: .2s cubic-bezier(.8,0,.4,1);
	
}

.u-acpanel__title span i:after {
	transform: translate(-50%,-50%) rotate(90deg);
}

.u-acpanel__title.is-active span i:after {
	transform: translate(-50%,-50%) rotate(180deg);
}

.u-acpanel__panel {
	position: relative;
	display: none;
}

.u-acpanel__panelInner {
	padding: 35px 40px;
}

.u-acpanel__panelInner > .u-text:first-child {
	margin-top: 0;
}

.u-acpanel__panelInner .u-text {
	line-height: 2;
}

/*
.u-acpanel__panel:after {
	content: '';
	width: calc(100% - 80px);
	display: block;
	border-top: 1px dashed #B4B4B4;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
}
*/

.u-news-lists {
	margin: 15px 0 0;
	border-top: 1px solid #B4B4B4;
}

.u-acpanel .u-news-lists {
	margin-top: -35px;
}

.u-news-list__item {
	line-height: 1;
	min-height: 64px;
	border-bottom: 1px solid #B4B4B4;
	display: block;
}

.u-news-list__item--link-none > div {
	color: #000;
	width: 100%;
	min-height: 64px;
	padding: 1.25em 60px 1.15em 320px;
	display: inline-block;
	position: relative;
}

.u-news-list__item a {
	color: #000;
	width: 100%;
	min-height: 64px;
	padding: 1.25em 60px 1.15em 320px;
	display: inline-block;
	position: relative;
}

.u-news-list__item--category-none a {
	padding-left: 160px;
}

.u-news-list__item a:lang(en) {
	padding-left: 300px;
}

.u-news-list__item--category-none a:lang(en) {
	padding-left: 150px;
}

.u-news-list__item .u-icon__arrow--basic--after:after {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translate(0,-50%);
}

.u-news-list__item a:hover .u-icon__pdf:after {
	color: #444;
	border-color: #eb5c01;
}

.u-news-list__item .js-fileSize .u-icon__pdf {
	font-size: 1.2rem;
	padding-left: 4em;
	transform: translate(0,-.35em);
}

.u-news-list__item .u-icon__pdf .u-icon:before,
.u-news-list__item .u-icon__xls .u-icon:before,
.u-news-list__item .u-icon__xlsx .u-icon:before,
.u-news-list__item .u-icon__excel .u-icon:before {
	margin-bottom: .2em;
}

.u-news-list__item .u-icon__pdf:hover .u-icon:before,
.u-news-list__item .u-icon__xls:hover .u-icon:before,
.u-news-list__item .u-icon__xlsx:hover .u-icon:before,
.u-news-list__item .u-icon__excel:hover .u-icon:before {
/*	border-color: #000;*/
}

.u-news-list__data {
	margin: 0 0 1em;
	display: block;
}

.u-news-list__update {
	font-weight: 900;
	width: 160px;
	padding: 0 0 0 20px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
}

.u-news-list__update:lang(en) {
	width: 140px;
}

.u-news-list__category {
	color: #fff;
	font-size: 1.3rem;
	font-feature-settings: 'palt';
	text-align: center;
	line-height: 1;
	letter-spacing: .05em;
	width: 140px;
	padding: .4em 0 .5em;
	display: flex;
	align-items: center;
	border-radius: 10em;
	background: #000;
	position: absolute;
	top: 50%;
	left: 160px;
	transform: translate(0,-50%);
}

.u-news-list__category:lang(en) {
	font-family: 'Poppins';
	font-size: 1.2rem;
	line-height: 1;
	letter-spacing: -.025em;
	width: 160px;
	left: 130px;
}

.u-news-list__category span {
	width: 100%;
	display: block;
}

.u-news-list__text {
	transition: color .2s cubic-bezier(.8,0,.4,1);
}

.u-news-list__text,
.u-news-list__text + .u-icon {
	line-height: 1.5;
}

.u-news-list__text + .u-icon {
	transition: .2s cubic-bezier(.8,0,.4,1);
}

.u-news-list__item a:hover .u-news-list__text,
.u-news-list__item a:hover .u-news-list__text + .u-icon {
	color: #eb5c01;
}

.u-news-list__item a:hover .u-news-list__text + .u-icon:before {
	color: #eb5c01;
	border-color: #eb5c01 !important;
}

.l-news-list .u-tabButton__item {
	margin-right: 3px;
	margin-left: 3px;
	padding-right: .85em;
	padding-left: .85em;
}

.l-news-list .u-tabButton__item:after {
	width: 100%;
}

.l-news-list .u-tabButton__item em {
	font-size: 1.4rem;
}

.l-news-list .u-tabButton__item.is-activeTab,
.l-news-list .u-tabButton__item.is-activeTab em {
	color: #000;
}

.l-news-list .u-tabButton__item:hover em {
	color: #000;
}

.l-news-list .u-tabButton__item.is-activeTab:after,
.l-news-list .u-tabButton__item:hover:after {
	background-color: #000;
}

.l-news-list-year-menu {
	margin: 80px 0 0;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}

.l-news-list-year-menu__rss img {
	width: 50px;
}

.l-news-list-year-menu__year-select {
	margin: 0 0 0 20px;
	background: #F2F2F2;
	position: relative;
}

.l-news-list-year-menu__year-select:after {
	content: '';
	width: .5em;
	height: .5em;
	border-right: 1px solid #EB5C01;
	border-bottom: 1px solid #EB5C01;
	position: absolute;
	top: calc(50% - .15em);
	right: 1em;
	transform: translate(0,-50%) rotate(45deg);
}

.l-news-list-year-menu__year-select select {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1;
	min-width: 210px;
	padding: .725em;
	background: transparent;
	border: 1px solid #B4B4B4;
	position: relative;
	z-index: 10;
}

.l-news-list-year-menu__year-select option {
	background: #F2F2F2;
}




















/*
 * Layout
 * ==================================================================================================== */
.g-wrapper {
	padding: 150px 50px 180px;
	background: #fff;
	position: relative;
}

.g-container {
	margin: 40px 0 0;
}

.g-main {
}

/*
 * Breadcrumb
 * ------------------------------------------------------------------------------------------------ */
.g-breadcrumb {
	width: 100%;
	margin-right: -50px;
	margin-left: -50px;
	padding: 0 50px;
	position: absolute;
	z-index: 10;
}

.g-breadcrumb__items {
/*
	display: flex;
	align-items: center;
*/
}

.g-breadcrumb__item {
	padding: 0 1.5em 0 0;
	display: inline-block;
	position: relative;
}

.g-breadcrumb__item:after {
	content: '';
	width: .35em;
	height: .35em;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translate(0,-.185em) rotate(45deg);
}

.g-breadcrumb__item:last-child {
	padding-right: 0;
}

.g-breadcrumb__item:last-child:after {
	display: none;
}

.g-breadcrumb__item a {
	color: #999;
}

.g-breadcrumb__item:last-child a {
	color: #000;
}

.g-breadcrumb__item:last-child a:hover {
	color: #eb5c01;
}

.g-breadcrumb__name {
	font-size: 1.2rem;
	line-height: 1.35;
}

.g-breadcrumb--white .g-breadcrumb__item,
.g-breadcrumb--white .g-breadcrumb__item a {
	color: #fff;
}

.g-breadcrumb--white .g-breadcrumb__item a:hover {
	color: #fff;
	opacity: .8;
}


/*
* Header
* ==================================================================================================== */
.g-header {
	width: 100%;
	height: 90px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
	transition: .2s .6s;
}

.g-header-logo {
	width: 170px;
	position: absolute;
	top: 50%;
	left: 40px;
	transform: translate(0,-50%);
}

.g-header-logo a:hover {
	opacity: .6;
}

.g-header-menu {
	margin: 29px 0 0;
	position: absolute;
	top: 0;
	right: 40px;
}

.g-header-menu__items {
	height: 100%;
	display: flex;
	justify-content: flex-end;
}

.g-header-menu__item {
	height: 60px;
	margin: 0 0 0 20px;
	position: relative;
}

.g-header-menu__item > * {
	width: 30px;
	padding: 100% 0 0;
	display: block;
	position: relative;
	transition: .5s cubic-bezier(.8,0,.4,1);
	cursor: pointer;
}

.g-header-menu__item svg {
	fill: #eb5c01;
	position: absolute;
	top: 0;
	left: 0;
	transition: .2s cubic-bezier(.8,0,.4,1);
}

.g-header-menu__item > *:hover {
	opacity: 1;
}

.g-header-menu__item > *:hover svg {
	fill: #000;
}

.g-header-mobile-menu {
	position: fixed;
	top: 19px;
	right: 25px;
	z-index: 300;
	opacity: 0;
	visibility: hidden;
}





.g-navi {
	width: calc(100% - 435px);
	height: 90px;
	position: fixed;
	top: 90px;
	left: 250px;
	z-index: 300;
	transform: translate(0,-100%);
}

.g-navi * {
	font-feature-settings: 'palt';
}

.g-naviMenu__items {
	display: flex;
	justify-content: flex-end;
}

.g-naviMenu__item {
	height: calc(90px - 15px);
	margin: 17px -1px 0;
	padding: 15px 17px 0;
}

:lang(en) .g-naviMenu__item {
	font-family: 'Poppins';
	padding: 15px 10px 0;
}

.g-naviMenu__item a {
	color: #000;
	padding: 5px 0;
	display: block;
	position: relative;
	z-index: 10;
}

.g-naviMenu__item a:after {
	content: '';
	width: 100%;
	height: 5px;
	display: block;
	background: #eb5c01;
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform-origin: center bottom;
	transform: translate(-50%,0) scaleX(0);
	transition: .5s .5s cubic-bezier(.8,0,.4,1);
}

.g-naviMenu__item a.is-focusActive:after,
.g-naviMenu__item.is-active a:after,
.g-naviMenu__item:hover a:after {
	transform: translate(-50%,0) scaleX(1);
}

.g-naviMenu__name {
	font-size: 1.5rem;
	font-weight: 700;
	white-space: nowrap;
	transition: color .3s cubic-bezier(.8,0,.4,1);
}

.g-naviPulldown {
	color: #fff;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	transform: translate(0,90px);
	z-index: 250;
}

.g-naviPulldown:after {
	content: '';
	width: 880px;
	height: 2px;
	display: block;
	background: #eb5c01;
	position: absolute;
	top: 60px;
	left: 50%;
	transform: translate(-600px,0);
	visibility: hidden;
	opacity: 0;
	transition: .2s .2s cubic-bezier(.8,0,.4,1);
}

.g-naviPulldown * {
	font-feature-settings: 'palt';
}

.g-naviPulldown a {
	color: #fff;
}

.g-naviPulldown a:hover {
	color: #eb5c01;
}

.g-naviPulldown a .u-icon {
	margin: -.1em 0 0 .25em;
	transform-origin: left bottom;
	transform: scale(.7);
}

.g-naviPulldown .u-icon__arrow--basic:before {
	transform: translate(0,.25em);
}

.g-naviPulldown .u-icon__arrow--basic.u-pointer-event-none:before {
	display: none;
}

.g-naviPulldown .u-icon__window:after {
	width: 1.4rem;
	height: 1.4rem;
	transform: translate(0,-.25em);
}

.g-naviPulldown .u-icon__window:hover:after {
	background-image: url("/_assets/img/common/icon-window-01@orange.svg");
}

.g-naviPulldown__inner {
	width: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
	display: none;
}

.g-naviPulldown__inner-child {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

.g-naviPulldown__button-close {
	width: 30px;
	height: 30px;
	border: 2px solid #fff;
	border-radius: 50%;
	position: fixed;
	top: 100px;
	right: 40px;
	cursor: pointer;
	visibility: hidden;
	opacity: 0;
	transition: .2s cubic-bezier(.8,0,.4,1);
	z-index: 300;
}

.g-naviPulldown__button-close:hover {
	border-color: #eb5c01;
}

.g-naviPulldown__button-close:before,
.g-naviPulldown__button-close:after {
	content: '';
	width: 12px;
	height: 2px;
	border-radius: 1em;
	display: block;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(45deg);
	transition: .2s cubic-bezier(.8,0,.4,1);
}

.g-naviPulldown__button-close:hover:before,
.g-naviPulldown__button-close:hover:after {
	background-color: #eb5c01;
}

.g-naviPulldown__button-close:after {
	transform: translate(-50%,-50%) rotate(-45deg);
}

.g-naviBase {
	width: 100%;
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 120;
	transition: padding .6s .2s cubic-bezier(0,.8,.4,1);
	will-change: auto;
}



.g-menu__title {
	margin: 90px 0 0;
}

.g-menu__titleName > * {
	font-size: 2.4rem;
	line-height: 1;
	position: relative;
}

.g-menu__titleName > *:after {
	content: '';
	width: 38px;
	height: 28px;
	background: url("/_assets/img/common/arrow-02@white.svg") no-repeat center / 100% 100%;
	position: absolute;
	top: 50%;
	right: -12px;
	transform: translate(100%,-50%);
}

.g-menu__titleName > *:hover:after {
	background-image: url("/_assets/img/common/arrow-02@orange.svg");
	right: -17px;
}

.g-menu__inner {
	display: flex;
}

.g-menu_wrap {
	width: calc(100% - 320px);
	margin: 0 60px 0 0;
	padding: 40px 0 60px;
	display: flex;
	flex-wrap: wrap;
}

.g-menu__items {
	width: calc(100% / 4);
	padding: 0 10px 0 0;
}

.g-menu__items--3 {
	width: calc(100% / 3);
}

.g-menu__item {
	position: relative;
	margin: 20px 0 0;
}

.g-menu__item--footer-show {
	display: none;
}

.g-navi__name {
	font-size: 1.4rem;
	line-height: 1.5;
}

.g-menu-child__items {
	margin: 15px 0 0;
	padding: 0 0 .25em 1.5em;
}

.g-menu-child__item {
	margin: 14px 0 0;
}

.g-menu-child__item a {
	color: #B9B9B9;
	font-size: 1.2rem;
	line-height: 1.35;
	display: inline-block;
	position: relative;
}

.g-menu-banner {
	width: 260px;
}

.g-menu-banner__item {
	background: #000;
}

.g-menu-banner__item:not(:first-child) {
	margin: 12px 0 0;
}

.g-navi-banner {
	padding: 60px 0;
	position: fixed;
	top: 0;
	left: 50%;
	transform: translate(340px,0);
	transition: .2s .1s cubic-bezier(.8,0,.4,1);
	visibility: hidden;
	opacity: 0;
	overflow: hidden;
}

@media all and (-ms-high-contrast:none){
	.g-navi-banner {
		padding-top: 150px;
	}
}

.g-navi-banner ul {
	width: 260px;
}

/*
.g-menu-banner__item a:hover,
.g-menu-banner__item a:hover img{
	opacity: .6;
}
*/

.is-gnaviPulldown-active ::-webkit-scrollbar {
	background: #666;
	box-shadow: none;
}

.is-gnaviPulldown-active {
	overflow-y: auto;
}

.is-gnaviPulldown-active .u-cover {
	opacity: 1;
	visibility: visible;
}

.is-gnaviPulldown-active .g-naviPulldown:after {
/*	width: 880px;*/
	visibility: visible;
	opacity: 1;
	transition: .2s .2s;
}

.is-gnaviPulldown-search .g-naviPulldown:after {
	width: 0;
	opacity: 0;
}

.is-gnaviPulldown-active .g-naviPulldown__button-close {
	visibility: visible;
	opacity: 1;
}

.is-gnaviPulldown-active .g-naviPulldown__button-close:before,
.is-gnaviPulldown-active .g-naviPulldown__button-close:after {
}

.is-gnaviPulldown-active .g-naviMenu__item a {
	color: #fff;
}

.is-gnaviPulldown-active .g-naviMenu__item.is-focusActive a:after {
	transform: translate(-50%,0) scaleX(0);
}

.is-gnaviPulldown-active .g-naviMenu__item.is-focusActive.is-active a:after {
	transform: translate(-50%,0) scaleX(1);
}

.is-gnaviPulldown-active .g-header-menu__item svg {
	fill: #fff;
}

.is-gnaviPulldown-active .g-header-menu__item.is-active svg {
	fill: #eb5c01;
}

.no-touch.is-gnaviPulldown-active .g-header-menu__item > *:hover svg {
	fill: #eb5c01;
}

.is-gnaviPulldown-active .g-naviBase {
	transform: translate(0,0);
}

.is-gnaviPulldown-active .g-navi-banner {
	width: 260px;
	opacity: 1;
	visibility: visible;
	transition: .4s .2s;
}

.is-gnaviPulldown-search .g-navi-banner {
	width: 0;
	opacity: 0;
}

.is-gnavi-scroll {
	overflow: hidden;
}

.is-gnavi-scroll .g-naviPulldown {
	height: calc(100vh - 90px);
	overflow-y: scroll;
	transition: 0s;
}

.is-gnavi-scroll .g-naviPulldown::-webkit-scrollbar-thumb {
	background: rgba(255,255,255,.25);
}

.is-gnavi-scroll .g-naviPulldown__inner-child {
/*	height: calc(100vh - 90px);*/
}







/* 検索 プルダウン内 */
.g-naviPulldown-search__title {
	font-size: 2.4rem;
	text-align: center;
	margin: 40px 0 0;
	display: block;
}

.g-naviPulldown-search__inner {
	max-width: 850px;
	margin: 20px auto 90px;
	position: relative;
}

.mt-site-search > div > form {
	background-color: #fff;
	display: flex;
}

.g-naviPulldown-search__inner .mt-site-search-form__query {
	color: #000;
	font-size: 2rem;
	width: calc(100% - 70px);
	height: 60px;
	margin: 0 10px 0 0;
	padding: .85em 0 .85em 1em;
	border: 0;
	cursor: pointer;
}

.g-naviPulldown-search__inner .mt-site-search-form__button {
	color: transparent;
	font-size: 0;
	width: 60px;
	height: 60px;
	margin-left: 0;
	background: #eb5c01 url("/_assets/img/common/icon-search-01@white.svg") no-repeat center / 20px 20px;
	position: relative;
	transition: .2s cubic-bezier(.8,0,.4,1);
}

.g-naviPulldown-search__inner .mt-site-search-form__button:hover {
	background-color: #eb5c01;
	opacity: .6;
}

.mt-site-search-filter-directories {
	opacity: 0;
	position: absolute;
	z-index: -1;
}



/*
* Footer
* ==================================================================================================== */
.g-footer {
	color: #999;
	padding: 0 50px 46px;
	background: #000;
	position: relative;
	overflow: hidden;
}

.g-footer * {
	font-feature-settings: 'palt';
}

.g-footer a {
	color: #fff;
}

.g-footer a:hover {
	color: #eb5c01;
}

.g-footer-menu {
	margin-top: 100px;
	display: flex;
}

.g-footer-menu__list {
	width: 77.5%;
	padding: 0 20px 0 0;
	display: flex;
	flex-wrap: wrap;
}

.g-footer-menu__items {
	width: calc(100% / 3);
	padding: 0 40px 0 0;
}

.g-footer-menu__item {
	border-top: 2px solid #eb5c01;
}

.g-footer-menu__item:not(:nth-child(1)) {
	margin-top: 55px;
}

.g-footer-menu__item .g-menu-banner {
	display: none;
}

.g-footer-menu__item .g-menu__title {
	margin-top: 12px;
	margin-bottom: 15px;
	position: relative;
	top: auto;
	left: auto;
}

.g-footer-menu__item .g-menu__titleName > * {
	font-size: 1.6rem;
	line-height: 1.5;
}

.g-footer-menu__item .g-menu__titleName > *:after {
	display: none;
}

.g-footer-menu__item .g-menu__inner {
	display: block;
}

.g-footer-menu__item .g-menu_wrap {
	width: 100%;
	margin-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	display: block;
	border-top: 0;
}

.g-footer-menu__item .g-menu__items {
	width: 100%;
	padding-left: 0;
}

.g-footer-menu__item .g-menu__item {
	margin-top: 8px;
}

.g-footer-menu__item .g-menu__item--footer-hide {
	display: none;
}

.g-footer-menu__item .g-menu__item--footer-show {
	display: block;
}

.g-footer-menu__item .g-menu__item a {
	color: #B9B9B9;
}

.g-footer-menu__item .g-menu__item a:hover {
	color: #eb5c01;
}

.g-footer-menu__item .g-menu__item .g-navi__name {
	font-size: 1.3rem;
}

.g-footer-menu__item .g-menu__item i.u-icon {
	margin: 0 0 0 .25em;
	transform-origin: bottom left;
	transform: scale(.7) translate(0,-.25em);
}

.g-footer-menu__item .u-icon__arrow--basic {
	padding-left: 0;
}

.g-footer-menu__item .u-icon__arrow--basic:before {
	display: none;
}

.g-footer-menu__item .u-icon__window:after {
	width: .85em;
	height: .85em;
	margin: 0 0 0 0.15em;
	transform: translate(0,-0.25em);
}

.g-footer-menu__item .u-icon__window:hover:after {
	background-image: url(/_assets/img/common/icon-window-01@orange.svg);
}


.g-footer .g-menu-child__items {
	margin-top: 0;
	padding-left: 0;
	padding-bottom: 0;
}

.g-footer .g-menu-child__item {
	display: none;
}

.g-footer .g-menu-child__item.g-menu-child__item--footer-show {
	margin-top: 8px;
	display: block;
}

.g-footer .g-menu-child__item.g-menu-child__item--footer-show a {
	font-size: 1.3rem;
}




.g-footer-menu__banner {
	width: calc(100% - 77.5%);
	padding: 0 0 0 18px;
	border-left: 1px solid #696969;
}







.g-footer-bottom {
	margin: 120px 0 0;
	display: flex;
	align-items: flex-end;
}

.g-footer-bottom__logo {
	width: 170px;
}

.g-footer-bottom__logo a:hover {
	opacity: .6;
}

.g-footer-bottom__copyright {
	font-size: 1.2rem;
	padding: 0 0 0 40px;
}


.g-pagetop {
	right: 20px;
	z-index: 90;
	opacity: 0;
	transform: translate(0,-20px);
	transition: .2s cubic-bezier(.8,0,.4,1);
}

.g-pagetop.is-active {
	opacity: 1;
}

.g-pagetop a {
	width: 40px;
	height: 40px;
	background: #000;
	display: block;
	position: relative;
}

.g-pagetop a:hover {
	opacity: .6;
}

.g-pagetop a:after {
	content: '';
	width: 16px;
	height: 10px;
	display: block;
	background: url("/_assets/img/common/arrow-01@white.svg") no-repeat center / 100% 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(-90deg);
}



.c-modal-half {
	width: 100%;
	padding: 30px 0 50px;
	background: #000;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 100;
	box-shadow: 0 0 30px 0 rgba(255,255,255,.4);
}

.c-modal-half:after {
	content: '';
	width: 100%;
	height: 1px;
	display: block;
	background: rgba(255,255,255,.1);
	position: absolute;
	top: -1px;
	left: 0;
}

.c-modal-half a:hover {
	color: #eb5c01;
	text-decoration: underline;
}

.c-modal-half a:visited {
	color: #eb5c01
}

.c-modal-half .u-icon__window:hover:after {
	background-image: url(/_assets/img/common/icon-window-01@orange.svg);
}

.c-modal-half__inner {
	max-width: 1200px;
	margin: 0 auto;
}

.c-modal-half__text {
	color: #fff;
	line-height: 1.5;
	margin: 1em 0 0;
}


.c-modal-half--cookie {
	transition: .6s cubic-bezier(.8,0,.4,1);
	transform: translateY(110%);
	z-index: 300;
}

.c-modal-half--cookie.active {
	transform: translateY(0);
}

.c-modal-half--cookie .c-modal-half__inner {
	display: flex;
	align-items: center;
}

.c-modal-half--cookie .c-modal-half__inner > *:nth-child(1) {
	width: 70%;
}

.c-modal-half--cookie .c-modal-half__inner > *:nth-child(2) {
	text-align: center;
	width: calc(100% - 70%);
	padding: 0 0 0 60px;
}

.c-modal-half--cookie .u-button-basic > * {
	font-size: 1.8rem;
	font-weight: 700;
	width: 100%;
	transition: .2s cubic-bezier(.8,0,.4,1);
}

.c-modal-half--cookie .u-button-basic > *:hover {
	background: #EB5C1D;
	opacity: .8;
}

.c-modal-half--cookie .u-button-basic > *:hover:after {
	background-image: url(/_assets/img/common/arrow-03@orange.svg);
}






/*
* Parts
* ==================================================================================================== */


/* カテゴリートップ MV */
.u-indexmv {
	margin-top: -101px;
	margin-right: -30px;
	margin-left: -30px;
	position: relative;
}

.u-indexmv .u-title__page {
	position: absolute;
	top: 50%;
	left: 80px;
	transform: translate(0,-50%);
	z-index: 10;
}

.u-indexmv .u-title__page--white {
	color: #fff;
}

.u-indexmv + * {
	margin-top: 60px;
}



.u-indexcorner {
	margin-right: -30px;
	margin-left: -30px;
}

.u-indexcorner__image {
	padding: 50% 0 0;
	position: relative;
	overflow: hidden;
}

.u-indexcorner--laerge .u-indexcorner__image {
	padding-top: 34%;
}

.u-indexcorner__image img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: .2s cubic-bezier(.8,0,.4,1);
}

.u-indexcorner__image img:hover {
	transform: translate(-50%,-50%) scale(1.05);
}

.u-indexcorner__inner {
	display: flex;
	flex-wrap: wrap;
}

.u-indexcorner__inner--sub {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

.u-indexcorner--medium .u-indexcorner__child {
	width: calc(100% / 2);
}

.u-indexcorner--minimum .u-indexcorner__child {
	width: calc(100% / 3);
}

.u-indexcorner__title {
	font-size: 2rem;
	padding: 20px 0 20px 50px;
	position: relative;
}

.u-indexcorner--medium + .u-indexcorner--medium {
	margin-top: 20px;
}

.u-indexcornerlist {
	margin: 0 30px;
	padding: 0 0 50px;
	border-top: 1px solid #E6E6E6;
}

.u-indexcornerlist__wrap {
	margin-right: -10px;
	margin-left: -10px;
	display: flex;
	flex-wrap: wrap;
}

.u-indexcornerlist__items {
	width: calc(100% / 2);
}

.u-indexcornerlist__item {
	padding: 0 10px;
}

.u-indexcornerlist__item a {
	line-height: 1.5;
	padding: 1.15em 3.25em 1.15em 1.15em;
	border-bottom: 1px solid #E6E6E6;
	display: block;
	position: relative;
}

.u-indexcorner__title:after,
.u-indexcornerlist__item a:after {
	content: '';
	width: 32px;
	height: 32px;
	border: 1px solid #DC000C;
	background: url(/_assets/img/common/arrow-01@red.svg) no-repeat center / 6px 10px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 50px;
	transform: translate(0,-50%) rotate(.005deg);
	transition: .2s cubic-bezier(.8,0,.4,1);
}

.u-indexcornerlist__item a:after {
	width: 18px;
	height: 18px;
	right: 27px;
	background-size: 4px 6px;
}

.u-indexcorner a:hover .u-indexcorner__title:after {
	background-color: #DC000C;
	background-image: url(/_assets/img/common/arrow-01@white.svg);
}



.u-category-index-list__items {
	margin: -24px -12px 0;
}

.u-category-index-list__item {
	width: calc((100% / 3) - 24px);
	margin: 24px 12px 0;
	background: #fff;
}

.u-category-index-list__item a {
	color: #000;
	height: 100%;
	min-height: 128px;
	border-top: 4px solid #000;
	padding: 25px 60px 20px 20px;
	display: block;
	position: relative;
}

.u-category-index-list__item a:hover {
	color: #EB5C1D;
	border-color: #EB5C1D;
}

.u-category-index-list__item .u-icon__arrow--basic--after:after {
	position: absolute;
	top: 25px;
	right: 20px;
}

.u-category-index-list__item .u-icon__arrow--basic--after:hover:after {
	background-image: url(/_assets/img/common/arrow-02@orange.svg);
}

.u-category-index-list__item .u-icon__arrow--basic--after.u-pointer-event-none:after {
	display: none;
}

.u-category-index-list .u-title {
	font-size: 1.8rem;
	line-height: 1.35;
}

:lang(en) .u-category-index-list .u-title {
	font-family: 'Poppins';
}

.u-category-index-list .u-text {
	color: #444;
	font-size: 1.4rem;
	line-height: 1.75;
	margin: 5px 0 0;
	transition: .2s cubic-bezier(.8,0,.4,1);
}

.u-category-index-list__item a:hover .u-text {
	color: #EB5C1D;
}

.u-category-index-list__items--sub {
	margin-top: 0;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 1em;
	padding-bottom: 2em;
	border-top: 1px solid #B4B4B4;
}

.u-category-index-list__item--sub {
	width: 100%;
	margin-top: 1em;
	margin-right: 0;
	margin-left: 0;
}

.u-category-index-list__item--sub a {
	line-height: 1.35;
	margin: 0 !important;
	padding: 0 0 0 1.5em !important;
	border-top: 0;
	display: inline-block;
	position: relative;
}

.u-category-index-list__item--sub a:before {
	content: '';
	width: 1em;
	height: .75em;
	margin: .25em 0 0;
	background: url("/_assets/img/common/arrow-01@orange.svg") no-repeat center / 100% 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.u-category-index-list__item--sub .u-icon:before {
	margin-bottom: .15em !important;
}



/*
* Slick Plugin - Reset
* ==================================================================================================== */
.slick-dots {
	position: absolute;
	bottom: 0;
	z-index: 10;
}




.l-emphasis-num > * {
	margin-top: 25px;
}

.u-title + .l-emphasis-num {
	margin-top: 5px;
}

.l-emphasis-num .u-box {
	display: flex;
	justify-content: space-between;
}

.l-emphasis-num .u-box .u-note {
	position: absolute;
}

.l-emphasis-num__num {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}

.l-emphasis-num__num em {
	color: #F39B23;
	font-size: 8.7rem;
	font-weight: 500;
	margin: -.1em 0;
	display: inline-block;
}

:lang(en) .l-emphasis-num__num em {
	font-family: 'Poppins';
	font-size: 6.7rem;
}

.l-emphasis-num__num em:after {
	content: attr(data)'';
	color: #000;
	font-size: 2.9rem;
	font-weight: 700;
	margin: 0 0 0 .15em;
	display: inline-block;
	transform: translate(0,-.4em);
}

:lang(en ) .l-emphasis-num__num em:after {
	font-size: 2rem;
}

.l-emphasis-num__num small {
	color: #000;
	font-size: 1.8rem;
	font-weight: 700;
	transform: translate(0,-.25em);
}

:lang(en) .l-emphasis-num__num small {
	font-size: 1.4rem;
}

.u-flex__column--3.l-emphasis-num .u-box {
	display: block;
}

.u-flex__column--3.l-emphasis-num .u-box > * {
	width: 100%;
}

.u-flex__column--3.l-emphasis-num .u-title {
	line-height: 1.25;
	min-height: 2em;
}

.u-flex__column--3.l-emphasis-num .u-title:lang(en) {
	min-height: 3em;
}

.u-flex__column--3.l-emphasis-num .u-box .u-note {
	transform: translate(0,-.5em);
}

.u-title + .l-graph-list {
	margin-top: 10px;
}

.l-genre-menu__items {
	margin: 0 -4px;
	display: flex;
	justify-content: center;
}

.l-genre-menu__item {
	padding: 0 4px;
}

.l-genre-menu__item a {
	min-width: 282px;
}

.l-genre-menu__item a:after {
	display: none;
}





/*
* 扉ページ
* ==================================================================================================== */
.category-top-page .g-breadcrumb {
	margin-top: 10px;
}

.l-category-top-mv {
	margin: -100px 0 0;
	position: relative;
}

.l-category-top-mv-title {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	z-index: 10;
}

.l-category-top-mv-image {
	margin-right: -50px;
	margin-left: -50px;
}

.l-category-top-mv-button {
	position: absolute;
	bottom: 40px;
	right: -50px;
	z-index: 10;
}

.l-category-top-mv-button a {
	color: #000;
	padding: 25px 30px;
	display: flex;
	align-items: center;
	background: #fff;
	border-radius: 10px 0 0 10px;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.3);
}

.l-category-top-mv-button a:hover {
	color: #fff;
	background: #EB5C01;
}

.l-category-top-mv-button a svg {
	fill: #eb5c01;
}

.l-category-top-mv-button a:hover svg {
	fill: #fff;
}

.l-category-top-mv-button a em {
	font-size: 1.8rem;
	font-weight: 700;
	padding: 0 2.5em 0 1.5em;
}

.l-category-top-mv-button--ir .icon-category {
	width: 36px;
}

.l-category-top-mv-button--ir .icon-window {
	width: 18px;
}

.l-category-top-main-list__item {
	margin-top: 50px;
}

.l-category-top-main-list__title {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.35;
	margin: 10px 0 0;
	display: inline-block;
}

.l-category-top-main-list__title:lang(en) {
	font-family: 'Poppins', 'Noto Sans JP';
}

.l-category-top-main-list__item a {
	color: #000;
	display: block;
}

.l-category-top-main-list__item a:hover {
	color: #eb5c01;
}

.l-category-top-main-list__title + .u-icon {
	transform: translate(0,-.225em);
}

.l-category-top-main-list__title + .u-icon:hover {
	color: #eb5c01;
}

.l-category-top-main-list__title + .u-icon:before {
	color: #eb5c01;
	margin-bottom: 0 !important;
}

.l-category-top-main-list__title:after {
	vertical-align: -.1em;
	transition: .2s cubic-bezier(.8,0,.4,1);
}

.l-category-top-main-list__item a:hover .l-category-top-main-list__title:after {
	background-image: url(/_assets/img/common/icon-window-01@black.svg);
}

.l-category-top-main-list__item figure {
	position: relative;
}

.l-category-top-main-list__item figure:after {
	content: '';
	width: 30px;
	height: 23px;
	margin: 0 0 -0.15em 0.35em;
	display: inline-block;
	background: url(/_assets/img/common/arrow-02@orange.svg) no-repeat center / 100% 100%;
	position: absolute;
	bottom: 12px;
	right: 10px;
}

.l-category-top-ir-news__inner {
	display: flex;
	justify-content: space-between;
}

.l-category-top-ir-news-title {
	color: #000;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1;
	display: block;
}

.l-category-top-ir-news-title:lang(en) {
	color: transparent;
	font-size: 0;
}

.l-category-top-ir-news-title:before {
	content: attr(data-en)'';
	color: #EB5C01;
	font-family: 'Poppins', 'Noto Sans JP';
	font-size: 4.6rem;
	font-weight: 200;
	margin: 0 0 10px;
	display: block;
	transform-origin: bottom left;
	transform: translate(-.05em) skewX(-10deg);
}

.l-category-top-ir-news-button-more {
	float: right;
	transform: translate(0,-100%);
}

.l-category-top-ir-news-list {
	width: 74%;
	padding: 0 30px 0 0;
}

.l-category-top-ir-news-list .u-news-lists {
	margin-top: 15px;
	padding: 1.5em 0 0;
	border-top: 1px solid #c9c9c9;
	background: transparent;
}

.l-category-top-ir-news-list .u-news-list__item {
	min-height: 0;
	padding: .25em 0;
	border-bottom: 0;
}

.l-category-top-ir-news-list .u-news-list__item a {
	color: #444;
	min-height: 0;
	padding: .25em 0 .25em 300px;
}

.l-category-top-ir-news-list .u-news-list__item a:after {
	display: none;
}

.l-category-top-ir-news-list .u-news-list__update {
	color: #000;
	text-align: left;
	width: 140px;
	padding-left: 0;
}

.l-category-top-ir-news-list .u-news-list__category {
	left: 140px;
}

.l-category-top-ir-news-list .u-news-list__category:lang(en) {
	left: 110px;
}









.l-category-top-ir-news-latest {
	width: calc(100% - 74%);
}

.l-category-top-ir-news-latest__inner {
	padding: 20px;
	background: #F3F3F3;
}

.l-category-top-ir-news-latest-title {
	color: #000;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	padding: .5em 0 .45em;
	background: #fff;
	border-radius: 10em;
}

.l-category-top-ir-news-latest-button-bunch {
	padding: 1em 0 1em .75em;
}

.l-category-top-ir-news-latest-button-bunch a {
	color: #000;
}

.l-category-top-ir-news-latest-button-bunch a:hover {
	color: #eb5c01;
}

.l-category-top-ir-news-latest-button-bunch a:after {
	content: '';
	width: 21px;
	height: 17px;
	margin: 0 0 .1em .5em;
	display: inline-block;
	background: url("/_assets/img/common/icon-dl-01.svg") no-repeat center / 100% 100%;
}

.l-category-top-ir-news-latest__items {
	padding: .25em 0 0;
	border-top: 1px solid #C9C9C9;
}

.l-category-top-ir-news-latest__item {
	font-size: 1.4rem;
	margin: .75em 0 0;
}

.l-category-top-ir-news-latest__item .u-icon:before {
	margin-bottom: -0.15em !important;
	background: #fff;
}

.u-category-index-list-title {
	color: #000;
	font-size: 2.2rem;
	font-weight: 500;
	text-align: center;
	padding: 90px 0 0;
}

.u-category-index-list-title + * {
	margin-top: 50px;
}

.u-category-index-list__item--large a {
	height: auto;
	min-height: 0;
	padding-right: 20px;
	padding-left: 20px;
}

.u-category-index-list__mark {
	max-width: 60px;
	min-height: 60px;
	margin: 0 auto;
	position: relative;
}

.u-category-index-list__mark img {
	max-height: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

a:hover .u-category-index-list__mark img {
	transform: translate(-50%,-50%) scale(1.1);
}

.u-category-index-list__item--large .u-title {
	text-align: center;
	margin: 10px 0 0;
}

.u-category-index-list__item--large .u-icon__arrow--basic--after:after {
	top: 50%;
	transform: translate(0,-50%);
}

.u-form-label-require {
	color: #fff;
	font-size: 1.4rem;
	font-weight: 700;
	margin: 0 .25em 0 0;
	padding: .15em .5em;
	background: #c73b3b;
	border-radius: 4px;
}

.c-faq-list {
	padding: 24px 20px 16px 20px;
	border-bottom: 1px solid #B4B4B4;
}

.c-faq-list:first-child {
	border-top: 1px solid #B4B4B4;
}

.c-faq-list-title {
	color: #000;
	font-size: 1.8rem;
	font-size: 700;
	line-height: 1.5;
	padding: 0 0 0 1.5em;
	position: relative;
}

.c-faq-list-title:before {
	content: 'Q.';
	font-size: 2rem;
	margin: 0 .25em 0 0;
	display: inline-block;
	position: absolute;
	top: -.1em;
	left: 0;
}

.c-faq-list-title + * {
	margin-top: 10px;
}



.l-docment-box__item {
	height: 100%;
	padding: 40px;
	background: #F2F2F2;
}

.l-docment-box__title {
	line-height: 1.35;
	width: calc(100% - 130px);
}

.l-docment-box__title em {
	color: #000;
	font-size: 2rem;
	font-weight: 700;
	margin: 0 0 .5em;
	display: block;
}

.l-docment-box__title small a {
	color: #EB5C01;
	font-weight: 400;
}

.l-docment-box__thumb {
	width: 130px;
}

.l-docment-box .u-icon__pdf .u-icon:before,
.l-docment-box .u-icon__xls .u-icon:before,
.l-docment-box .u-icon__xlsx .u-icon:before,
.l-docment-box .u-icon__excel .u-icon:before {
	background-color: #fff;
}

/* modal window */
.active-modal {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.active-modal .u-cover {
	opacity: 1;
	visibility: visible;
	z-index: 300;
}

.l-video-player {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	overflow-y: scroll;
	opacity: 0;
	visibility: hidden;
	transition: .3s .3s cubic-bezier(.75,0,.35,1);
	transform: scale(1.05);
}

.active-modal .l-video-player {
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}

.l-video-player_wrapper {
	width: calc(100% - 240px);
	max-width: 1200px;
	padding: 10px;
	background: #000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 10;
}

.l-video-player__inner {
	padding: 56.25% 0 0;
	position: relative;
	overflow: hidden;
}

.l-video-player iframe,
.l-video-player video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.l-video-player-close {
	text-align: center;
	padding: 15px 0 5px;
}

.l-video-player-close__button {
	color: #ccc;
	font-weight: 700;
	transition: .2s cubic-bezier(.8,0,.4,1);
}

.l-video-player-close__button:hover {
	color: #fff;
}

.search-page .mt-site-search-result-item {
	line-height: 1.5;
	margin: 2em 0 0;
}

.search-page .mt-site-search-result-item__label {
	font-size: 1.8rem;
	font-weight: 700;
}

.search-page .mt-site-search-result-item__url {
	font-size: 1.2rem;
}

.search-page .mt-site-search-result-item__excerpt {
	font-size: 1.6rem;
}

.search-page .mt-site-search__pagination {
	margin: 60px 0 0;
}

.search-page .mt-site-search__pagination ul {
	display: flex;
	justify-content: center;
}

.search-page .mt-site-search__pagination ul li {
	padding: .5em 1em;
	display: inline-block;
}









