@charset "UTF-8";
/* Reset */
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	font-weight: inherit;
	font-size: inherit;
	font-style: inherit;
	-webkit-tap-highlight-color: transparent;
}
*::before, *::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	font-weight: inherit;
	font-size: inherit;
	font-style: inherit;
	-webkit-tap-highlight-color: transparent;
}

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

ul, ol {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote::before, blockquote::after {
	content: none;
}

q::before, q::after {
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

button {
	font-family: inherit;
}

/*----------
	vars
----------*/
:root {
	/* color */
	--color-key: #00A0E6;
	--color-white: #FFFFFF;
	--color-main: #1F79B9;
	--color-txt: #2A2A2A;
	--color-bg: #F2F3F7;
	--color-border: #DCDCDC;
	--color-caution: #BB3200;
	--color-caution-bg: #FDEDE8;
	--color-red: #E6002D;
	--color-txt-caption: #666;
	--color-key-rgb: 0, 160, 230;
	--color-white-rgb: 255, 255, 255;
	--color-main-rgb: 31, 121, 185;
	--color-txt-rgb: 42, 42, 42;
	--color-bg-rgb: 242, 243, 247;
	--color-border-rgb: 220, 220, 220;
	--color-caution-rgb: 187, 50, 0;
	--color-caution-bg-rgb: 253, 237, 232;
	--color-red-rgb: 230, 0, 45;
	--color-txt-caption-rgb: 102, 102, 102;
	/* font family */
	--font-din: "DIN Next W01 Bold";
	--font-sans: "Noto Sans JP", "ヒラギノ角ゴシック", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", Hiragino Sans, "メイリオ", Meiryo, sans-serif;
	--font-serif: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	/* line height */
	--line-height-s: 1.4;
	--line-height-m: 1.6;
	--line-height-l: 1.8;
	/* icons */
	--icon-arrow03-b: "";
	--icon-arrow1-b: "";
	--icon-arrow1-l: "";
	--icon-arrow1-r: "";
	--icon-arrow1-t: "";
	--icon-arrow_01-r: "";
	--icon-arrow_02-b: "";
	--icon-arrow_02-r: "";
	--icon-blank: "";
	--icon-circle: "";
	--icon-download: "";
	--icon-minus: "";
	--icon-pdf: "";
	--icon-plus: "";
	--icon-plussearch: "";
	--icon-search: "";
	--icon-zip: "";
}

/*----------
	base
----------*/
html {
	width: 100%;
	font-size: 62.5%;
	background-color: #fff;
}
html.is-locked {
	position: absolute;
	overflow: hidden;
}

body {
	font-size: 1.6rem;
	line-height: 1.8;
	font-family: Verdana, Arial, Helvetica, "Noto Sans JP", "ヒラギノ角ゴシック", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", Hiragino Sans, "メイリオ", Meiryo, sans-serif;
	letter-spacing: 0;
	color: #666;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;
	overflow-wrap: anywhere;
	word-break: normal;
	line-break: strict;
}
@media (max-width: 767px) {
	body {
		font-size: 1.5rem;
	}
}
@media print {
	body {
		min-width: 1280px;
		zoom: 0.8;
	}
}

a {
	text-decoration: none;
	color: #666;
}
@media (min-width: 768px), print {
	a:hover {
		text-decoration: none;
	}
}

img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

sup {
	vertical-align: top;
	font-size: 0.7em;
}

sub {
	vertical-align: baseline;
	font-size: 0.7em;
}

input[type=text],
textarea,
select {
	font-family: inherit;
	font-size: 1.6rem;
}

/*----------
	header
----------*/
@media print {
	header {
		display: none;
	}
}

.l-header {
	position: sticky;
	top: 0;
	background: #fff;
	z-index: 90;
}

.l-header__inner {
	width: 100%;
	height: 80px;
	position: relative;
}

.l-header__logo {
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translate(0, -50%);
}

.l-header__logolink {
	display: block;
	width: 100px;
	height: 30px;
}

.l-header__nav {
	display: none;
}

.l-header__spmenulink.is-active .c-icon--menu::before {
	opacity: 0;
}
.l-header__spmenulink.is-active .c-icon--menu::after {
	opacity: 1;
}

@media (max-width: 767px), print {
	.l-header__search {
		position: absolute;
		top: 50%;
		right: 110px;
		transform: translate(0, -50%);
	}
	.l-header__spmenu {
		position: absolute;
		top: 50%;
		right: 30px;
		transform: translate(0, -50%);
	}
	.l-header__spmenu::before {
		position: absolute;
		top: -3px;
		left: -32px;
		width: 2px;
		height: 25px;
		content: "";
		background: #DCDCDC;
	}
	.l-header__nav {
		position: absolute;
		top: 80px;
		left: 0;
		width: 100%;
		max-height: calc(100vh - 80px);
		padding-bottom: 70px;
		overflow-y: scroll;
		background: #fff;
		border-top: solid 1px #979797;
		z-index: 100;
	}
	.l-header__navlink {
		display: flex;
		align-items: center;
		width: 100%;
		height: 70px;
		padding: 0 50px 0 30px;
		background: #F2F3F7;
		border-bottom: solid 1px #979797;
		font-size: 1.8rem;
		color: #666;
		position: relative;
	}
	.l-header__navlink::before {
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translate(0, -50%);
		width: 15px;
		height: 15px;
		content: "";
		background: url(/en/assets/img/common/icon_arrow.svg) no-repeat center center/contain;
	}
	.js-childnav .l-header__navlink::before {
		background: url(/en/assets/img/common/icon_arrow2_b.svg) no-repeat center center/contain;
	}
	.js-childnav .l-header__navlink.is-active::before {
		transform: translate(0, -50%) rotate(-180deg);
	}
	.l-header__gclink {
		display: flex;
		align-items: center;
		width: 100%;
		height: 70px;
		padding: 0 50px 0 30px;
		background: #fff;
		border-bottom: solid 1px #979797;
		font-size: 1.8rem;
		color: #666;
		position: relative;
	}
	.l-header__gclink.js-hasfgc {
		background: #F2F3F7;
	}
	.l-header__gclink::before {
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translate(0, -50%);
		width: 15px;
		height: 15px;
		content: "";
		background: url(/en/assets/img/common/icon_arrow.svg) no-repeat center center/contain;
	}
	.l-header__gclink.js-hasfgc::before {
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translate(0, -50%);
		width: 15px;
		height: 15px;
		content: "";
		background: url(/en/assets/img/common/icon_arrow2_b.svg) no-repeat center center/contain;
	}
	.l-header__gclink.js-hasfgc.is-active::before {
		transform: translate(0, -50%) rotate(-180deg);
	}
	.l-header__fgclink {
		display: flex;
		align-items: center;
		width: 100%;
		height: 70px;
		padding: 0 50px 0 40px;
		border-bottom: solid 1px #979797;
		font-size: 1.8rem;
		color: #666;
		position: relative;
	}
	.l-header__fgclink::before {
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translate(0, -50%);
		width: 15px;
		height: 15px;
		content: "";
		background: url(/en/assets/img/common/icon_arrow.svg) no-repeat center center/contain;
	}
	.l-header__langlink {
		display: flex;
		align-items: center;
		width: 100%;
		height: 70px;
		padding: 0 50px 0 30px;
		background: #F2F3F7;
		border-bottom: solid 1px #979797;
		font-size: 1.8rem;
		color: #666;
		position: relative;
	}
	.l-header__langlink::before {
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translate(0, -50%);
		width: 15px;
		height: 15px;
		content: "";
		background: url(/en/assets/img/common/icon_arrow2_b.svg) no-repeat center center/contain;
	}
	.l-header__langlink.is-active::before {
		transform: translate(0, -50%) rotate(-180deg);
	}
	.l-header__langitemlink {
		display: flex;
		align-items: center;
		width: 100%;
		height: 70px;
		padding: 0 50px 0 40px;
		border-bottom: solid 1px #979797;
		font-size: 1.8rem;
		color: #666;
		position: relative;
	}
	.l-header__langitemlink::before {
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translate(0, -50%);
		width: 15px;
		height: 15px;
		content: "";
		background: url(/en/assets/img/common/icon_arrow.svg) no-repeat center center/contain;
	}
	.l-header__langinner--pc {
		display: none;
	}
	.l-header__langinner--sp, .l-header__nav.is-active {
		display: block;
	}
	.l-header__childnav, .l-header__fgclist, .l-header__langlist {
		height: 0;
		opacity: 0;
		overflow: hidden;
	}
	.l-header__childnav.is-active, .l-header__fgclist.is-active, .l-header__langlist.is-active {
		height: 100%;
		opacity: 1;
		overflow: visible;
		transition: all 0.8s;
	}
}
@media (min-width: 768px), print {
	.l-header {
		padding: 0 40px;
	}
	.l-header__inner {
		width: 1200px;
	}
	.l-header__logo {
		left: 0;
		z-index: 2;
	}
	.l-header__logolink {
		width: 116px;
	}
	.l-header__search {
		position: absolute;
		top: 50%;
		right: 71px;
		transform: translate(0, -50%);
		width: 20px;
		height: 20px;
	}
	.l-header__searchlink {
		display: block;
		width: 20px;
		height: 20px;
		line-height: 1;
	}
	.l-header__spmenu {
		display: none;
	}
	.l-header__nav {
		display: block;
		position: absolute;
		top: 0;
		right: 180px;
		width: 1020px;
		height: 80px;
		z-index: 1;
	}
	.l-header__navlist {
		display: flex;
		justify-content: flex-end;
	}
	.l-header__navitem {
		height: 80px;
		display: flex;
		align-items: center;
		margin-right: 30px;
	}
	.l-header__navitem:last-child {
		margin-right: 0;
	}
	.l-header__navlink {
		display: flex;
		align-items: center;
		width: 100%;
		height: 80px;
		font-size: 1.4rem;
		line-height: 1.5;
		color: #666;
		position: relative;
		transition: all 0.3s;
	}
	.l-header__navlink::before {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 0;
		height: 5px;
		content: "";
		background: #00A0E6;
		transition: all 0.3s;
	}
	.l-header__navitem.is-on .l-header__navlink,
	.l-header__navlink:hover {
		color: #1F79B9;
	}
	.l-header__navitem.is-on .l-header__navlink::before,
	.l-header__navlink:hover::before {
		width: 100%;
	}
	.l-header__navitem.is-current .l-header__navlink {
		color: #1F79B9;
	}
	/*
		.l-header__navitem:hover .l-header__navlink {
			color: #1F79B9;
		}
		.l-header__navitem:hover .l-header__navlink::before { 
			width: 100%;
		}
	*/
	.l-header__navitem .l-header__navinner {
		display: inline-block;
		padding-right: 18px;
		position: relative;
	}
	.l-header__navitem .l-header__navinner::before {
		position: absolute;
		top: 50%;
		right: 0;
		transform: translate(0, -50%);
		width: 12px;
		height: 12px;
		content: "";
		background: url(/en/assets/img/common/icon_arrow2_b.svg) no-repeat center center/contain;
	}
	.l-header__childnav {
		position: absolute;
		top: 80px;
		left: 0;
		width: 100vw;
		padding: 80px 40px 100px;
		background: #F2F3F7;
		display: none;
	}
	.l-header__childnavclose {
		display: none;
	}
	.is-touch .l-header__childnavclose {
		display: block;
		position: absolute;
		top: 20px;
		left: 40px;
		width: 40px;
		height: 40px;
	}
	.l-header__childnavcloselink {
		display: flex;
		width: 40px;
		height: 40px;
		border: solid 1px #1F79B9;
		border-radius: 8px;
		align-items: center;
	}
	.l-header__childnavcloseicon {
		width: 40px;
		height: 20px;
		font-size: 20px;
		line-height: 1;
		position: relative;
	}
	.l-header__childnavcloseicon::before {
		position: absolute;
		top: 0;
		left: 9px;
		width: 20px;
		height: 20px;
		content: "";
		background: url(/en/assets/img/common/icon_close.svg) no-repeat center center/contain;
	}
	.l-header__childnavilist {
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		gap: 40px;
	}
	.l-header__childnavitem {
		width: calc((100% - 120px) / 4);
	}
	.l-header__gclink {
		display: flex;
		align-items: center;
		border-top: solid 1px #DCDCDC;
		border-bottom: solid 1px #DCDCDC;
		height: 64px;
		font-size: 1.6rem;
		color: #666;
		position: relative;
	}
	.l-header__gclink::before {
		position: absolute;
		top: 0;
		left: 0;
		width: 0;
		height: 100%;
		content: "";
		background: #fff;
		transition: all 0.3s;
	}
	.l-header__gcinner {
		width: 100%;
		position: relative;
		padding: 0 40px 0 20px;
	}
	.l-header__gcicon {
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translate(0, -50%);
		width: 20px;
		height: 20px;
		transition: all 0.3s;
	}
	.l-header__gcicon::before {
		position: absolute;
		top: 0;
		left: 0;
		width: 20px;
		height: 20px;
		content: "";
		background: url(/en/assets/img/common/icon_arrow.svg) no-repeat center center/contain;
	}
	.l-header__gclink:hover::before {
		width: 100%;
	}
	.l-header__gclink:hover .l-header__gcicon {
		right: 10px;
	}
	.l-header__gclink.l-header__gclink--nolink {
		pointer-events: none;
		cursor: default;
	}
	.l-header__gclink.l-header__gclink--nolink .l-header__gcicon {
		display: none;
	}
	.l-header__fgclist {
		margin-left: 20px;
		margin-top: 20px;
	}
	.l-header__fgclist--sp {
		display: none;
	}
	.l-header__fgcitem {
		margin-top: 6px;
	}
	.l-header__fgclink {
		display: inline-block;
		font-size: 1.4rem;
		line-height: 1.3;
		color: #666;
		position: relative;
		transition: all 0.3s;
	}
	.l-header__fgclink::before {
		position: absolute;
		top: calc(100% + 2px);
		left: 0;
		width: 0;
		height: 2px;
		content: "";
		background: #1F79B9;
		transition: all 0.3s;
	}
	.l-header__fgclink:hover {
		color: #1F79B9;
	}
	.l-header__fgclink:hover::before {
		width: 100%;
	}
	.l-header__lang {
		display: block;
		position: absolute;
		top: 0;
		right: -180px;
		width: 37px;
		height: 80px;
	}
	.l-header__lang::after {
		position: absolute;
		top: 27px;
		left: -18px;
		width: 2px;
		height: 25px;
		content: "";
		background: #DCDCDC;
	}
	.l-header__lang::before {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 0;
		height: 5px;
		content: "";
		background: #00A0E6;
		transition: all 0.3s;
	}
	.l-header__langlink {
		display: block;
		height: 80px;
		font-size: 1.4rem;
		line-height: 80px;
		color: #1F79B9;
		position: relative;
	}
	.l-header__lang:hover::before {
		width: 100%;
	}
	.l-header__langlink::before {
		position: absolute;
		top: 50%;
		right: 0;
		transform: translate(0, -50%);
		width: 12px;
		height: 12px;
		content: "";
		background: url(/en/assets/img/common/icon_arrow2_b.svg) no-repeat center center/contain;
	}
	.l-header__langlist {
		display: none;
		position: fixed;
		top: 80px;
		right: 20px;
		padding: 20px;
		background: #fff;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
		font-size: 1.4rem;
		line-height: 1;
	}
	.l-header__langitem + .l-header__langitem {
		margin-top: 30px;
	}
	.l-header__langitemlink {
		display: inline-block;
		font-size: 1.4rem;
		line-height: 1;
		color: #666;
		transition: all 0.3s;
		position: relative;
	}
	.l-header__langitemlink::before {
		position: absolute;
		top: calc(100% + 2px);
		left: 0;
		width: 0;
		height: 2px;
		content: "";
		background: #1F79B9;
		transition: all 0.3s;
	}
	.l-header__langitemlink:hover {
		color: #1F79B9;
	}
	.l-header__langitemlink:hover::before {
		width: 100%;
	}
	.l-header__langitemlink.is-active {
		color: #DDD;
		pointer-events: none;
		cursor: default;
	}
	.l-header__langinner--pc {
		display: block;
	}
	.l-header__langinner--sp {
		display: none;
	}
}
@media (min-width: 768px) and (max-width: 1280px), print {
	.l-header {
		width: 1280px;
	}
	.l-header__childnav {
		position: absolute;
		top: 100%;
		left: -40px;
		width: 1280px;
	}
	.l-header__langlist {
		position: absolute;
		right: -20px;
		white-space: nowrap;
	}
}
@media (min-width: 1281px), print {
	.l-header__inner {
		width: 1200px;
		margin-left: calc((100vw - 1280px) / 2);
	}
	.l-header__childnav {
		position: absolute;
		top: 100%;
		left: calc((1200px - 100vw) / 2);
		width: 100vw;
	}
	.l-header__langlist {
		position: absolute;
		right: -20px;
		white-space: nowrap;
	}
}
/* headermodal */
.l-headermodal {
	display: none;
	opacity: 0;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #F2F3F7;
	width: 100%;
	max-width: 820px;
	padding: 160px 100px;
	z-index: 102;
	transition: opacity 0.7s;
}
.l-headermodal.is-active {
	display: block;
	opacity: 1;
}

.l-headermodal__close {
	position: absolute;
	top: 40px;
	right: 40px;
	width: 60px;
	height: 60px;
	z-index: 10;
}

.l-headermodal__closelink {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.l-headermodal__title {
	position: absolute;
	top: 90px;
	left: 100px;
	font-family: "DIN Next W01 Bold";
	font-size: 4.8rem;
	line-height: 1.25;
	color: #666666;
}
.l-headermodal__title.l-headermodal__title--type01 {
	left: 265px;
}

.l-headermodal__cts {
	display: flex;
	justify-content: center;
	margin-left: -20px;
	margin-right: -20px;
}
.l-headermodal__cts.l-headermodal__cts--type01 {
	width: 330px;
	margin: 0 auto;
	flex-wrap: wrap;
}

.l-headermodal__item {
	width: 50%;
	padding: 0 20px;
}

.l-headermodal__cts.l-headermodal__cts--type01 .l-headermodal__item {
	width: 100%;
}

.l-headermodal__link {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 20px 0 20px 20px;
	border-top: solid 1px #DCDCDC;
	border-bottom: solid 1px #DCDCDC;
	height: 64px;
	font-size: 1.6rem;
	line-height: 20px;
	color: #666;
	position: relative;
}

.l-headermodal__cts.l-headermodal__cts--type01 .l-headermodal__item + .l-headermodal__item .l-headermodal__link {
	border-top: none;
}

.l-headermodal__link::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	content: "";
	background: #fff;
	transition: all 0.3s;
	z-index: -1;
}

.l-headermodal__linkinner {
	width: 100%;
	position: relative;
	padding-left: 50px;
}
.l-headermodal__linkinner.l-headermodal__linkinner--01::before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	width: 35px;
	height: 36px;
	content: "";
	background: url(/en/assets/img/common/icon_faq.svg) no-repeat center center/contain;
}
.l-headermodal__linkinner.l-headermodal__linkinner--02::before {
	position: absolute;
	top: 50%;
	left: 2px;
	transform: translate(0, -50%);
	width: 30px;
	height: 30px;
	content: "";
	background: url(/en/assets/img/common/icon_mail.svg) no-repeat center center/contain;
}
.l-headermodal__linkinner.l-headermodal__linkinner--03::before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	width: 35px;
	height: 35px;
	content: "";
	background: url(/en/assets/img/common/icon_network.svg) no-repeat center center/contain;
}

.l-headermodal__linkicon {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translate(0, -50%);
	width: 20px;
	height: 20px;
	transition: all 0.3s;
}
.l-headermodal__linkicon::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: "";
	background: url(/en/assets/img/common/icon_arrow.svg) no-repeat center center/contain;
}

.l-headermodal__link:hover::before {
	width: 100%;
}
.l-headermodal__link:hover .l-headermodal__linkicon {
	right: 10px;
}

.l-headermodal__chidnavlist {
	padding: 20px 20px 0 20px;
}

.l-headermodal__childnavitem {
	padding: 8px 0;
}

.l-headermodal__childlink {
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1.3;
	position: relative;
}
.l-headermodal__childlink::before {
	position: absolute;
	top: calc(100% + 2px);
	left: 0;
	width: 0;
	height: 2px;
	content: "";
	background: #1F79B9;
	transition: all 0.3s;
}
.l-headermodal__childlink:hover {
	color: #1F79B9;
}
.l-headermodal__childlink:hover::before {
	width: 100%;
}

@media (max-width: 767px) {
	.l-headermodal {
		max-width: calc(100% - 40px);
		padding: 30px;
	}
	.l-headermodal.is-active {
		display: block;
		opacity: 1;
	}
	.l-headermodal__close {
		position: absolute;
		top: 20px;
		right: 20px;
		width: 40px;
		height: 40px;
	}
	.l-headermodal__title {
		position: relative;
		top: initial;
		font-size: 2.4rem;
		margin-bottom: 10px;
	}
	.l-headermodal__title.l-headermodal__title--type01 {
		left: initial;
	}
	.l-headermodal__cts.l-headermodal__cts--type01 {
		width: 100%;
	}
	.l-headermodal__item {
		padding: 0;
	}
}
/*----------
	footer
----------*/
.l-footer {
	background: #fff;
	padding: 80px 30px 60px;
}

.l-footer__logolink {
	display: block;
	width: 175px;
	height: 28px;
}

.l-footer__logobottom {
	margin-top: 30px;
	width: 271px;
	height: 16px;
}

.l-footer__middle {
	margin-top: 34px;
	display: flex;
}

.l-footer__toglobal {
	font-size: 1.4rem;
	line-height: 1;
	padding: 3px 0 0 0;
}

.l-footer__togloballink {
	font-size: 1.4rem;
	line-height: 1;
	color: #666;
}
.l-footer__togloballink i {
	margin-left: 0.5em;
}

.l-footer__youtube {
	margin-left: 25px;
	padding-left: 25px;
	position: relative;
}
.l-footer__youtube::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 20px;
	content: "";
	background: #dcdcdc;
}

.l-footer__youtubelink {
	display: block;
	width: 90px;
	height: 20px;
}

.l-footer__youtubeicon {
	display: inline-block;
	width: 90px;
	height: 20px;
	position: relative;
}
.l-footer__youtubeicon::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 90px;
	height: 20px;
	content: "";
	background: url(/en/assets/img/common/icon_youtube.svg) no-repeat center center/contain;
}

.l-footer__nav {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	margin-left: -8px;
	margin-right: -8px;
}

.l-footer__navitem {
	width: 50%;
	padding: 0 8px;
}
.l-footer__navitem:nth-of-type(n+3) {
	margin-top: 30px;
}

.l-footer__navlink {
	font-size: 1.4rem;
	line-height: 1;
	color: #666;
}

.l-footer__copyright {
	margin-top: 110px;
	margin-left: 15px;
	font-size: 1rem;
	line-height: 1;
	color: #666;
}

@media (min-width: 768px), print {
	.l-footer {
		padding: 60px 40px;
	}
	.l-footer__inner {
		width: 1200px;
		margin: 0 auto;
		position: relative;
	}
	.l-footer__logo {
		margin-left: 40px;
	}
	.l-footer__logolink {
		display: block;
		width: 187px;
		height: 30px;
	}
	.l-footer__logobottom {
		margin-top: 20px;
	}
	.l-footer__middle {
		position: absolute;
		top: 50%;
		left: 337px;
		transform: translate(0, -50%);
		margin-top: 0;
	}
	.l-footer__toglobal {
		padding: 4px 0 0 25px;
	}
	.l-footer__toglobal::before {
		position: absolute;
		top: 0;
		left: 0;
		width: 1px;
		height: 20px;
		content: "";
		background: #dcdcdc;
	}
	.l-footer__togloballink {
		transition: all 0.3s;
		position: relative;
	}
	.l-footer__togloballink::before {
		position: absolute;
		top: calc(100% + 2px);
		left: 0;
		width: 0;
		height: 2px;
		content: "";
		background: #1F79B9;
		transition: all 0.3s;
	}
	.l-footer__togloballink:hover {
		color: #1F79B9;
	}
	.l-footer__togloballink:hover::before {
		width: 100%;
	}
	.l-footer__nav {
		position: absolute;
		top: 50%;
		right: 0;
		transform: translate(0, -50%);
		margin-top: 0;
		width: 440px;
	}
	.l-footer__navitem:nth-of-type(n+3) {
		margin-top: 6px;
	}
	.l-footer__navlink {
		transition: all 0.3s;
		position: relative;
	}
	.l-footer__navlink::before {
		position: absolute;
		top: calc(100% + 2px);
		left: 0;
		width: 0;
		height: 2px;
		content: "";
		background: #1F79B9;
		transition: all 0.3s;
	}
	.l-footer__navlink:hover {
		color: #1F79B9;
	}
	.l-footer__navlink:hover::before {
		width: 100%;
	}
	.l-footer__copyright {
		margin-left: 40px;
		margin-top: 40px;
	}
}
/*----------
	main
----------*/
.l-main {
	padding: 0 30px;
	overflow-x: hidden;
}
.l-main__inner {
	width: 100%;
}
@media (min-width: 768px), print {
	.l-main {
		padding: 0 40px;
	}
	.l-main__inner {
		width: 1200px;
		margin: 0 auto;
	}
}
@media (min-width: 768px) and (max-width: 1280px), print {
	.l-main {
		width: 1280px;
		overflow-x: hidden;
	}
	.l-main__inner {
		width: 1200px;
	}
}
.l-structure--double .l-structure__side {
	margin-top: 40px;
	margin-bottom: 60px;
}
.l-structure--double .l-structure__main {
	flex: 1;
	margin-bottom: 80px;
}
@media (min-width: 768px), print {
	.l-structure--double {
		display: flex;
		gap: 0 60px;
	}
	.l-structure--double .l-structure__main {
		flex: 1;
		margin-bottom: 150px;
	}
	.l-structure--double .l-structure__side {
		width: 23.1666666667%;
		margin-top: 0;
		margin-bottom: 0;
		padding: 0;
	}
}

.l-sidenav {
	border-left: 1px solid var(--color-border);
	border-right: 1px solid var(--color-border);
}
.l-sidenav__items {
	border-top: 1px solid var(--color-border);
	border-bottom: 1px solid var(--color-border);
}
.l-sidenav__title {
	border-top: 1px solid var(--color-border);
	line-height: 1.2;
}
.l-sidenav__title > a {
	display: block;
	color: inherit;
	padding: 22px 20px;
}
.l-sidenav__title > span,
.l-sidenav__title > a > span {
	display: block;
}
.l-sidenav__title.is-active {
	background-color: #00A0E6;
	color: #fff;
}
.l-sidenav__item {
	line-height: 1.2;
}
.l-sidenav__item:not(:last-child) {
	border-bottom: 1px solid var(--color-border);
}
.l-sidenav__item > a {
	display: block;
	color: inherit;
	padding: 22px 20px;
}
.l-sidenav__item > span,
.l-sidenav__item > a > span {
	display: block;
}
.l-sidenav__item.is-active {
	background-color: #00A0E6;
	color: #fff;
}
@media (min-width: 768px), print {
	.l-sidenav__title:not(.is-active) > a,
	.l-sidenav__title:not(.is-active) > a > span, .l-sidenav__item:not(.is-active) > a,
	.l-sidenav__item:not(.is-active) > a > span {
		transition: color 0.2s;
	}
	.l-sidenav__title:not(.is-active) > a:hover,
	.l-sidenav__title:not(.is-active) > a > span:hover, .l-sidenav__item:not(.is-active) > a:hover,
	.l-sidenav__item:not(.is-active) > a > span:hover {
		color: #00A0E6;
	}
}

.l-breadcrumb {
	padding: 15px 0;
	width: 100%;
}
.l-breadcrumb__inner {
	overflow-x: scroll;
	font-size: 1.1rem;
	line-height: 1.2;
}
.l-breadcrumb__inner::-webkit-scrollbar {
	display: none;
}
.l-breadcrumb__list {
	display: inline-flex;
	flex-wrap: nowrap;
	white-space: nowrap;
	word-break: keep-all;
	font-size: 1.1rem;
	line-height: 1.2;
}
.l-breadcrumb__list > li {
	display: block;
}
.l-breadcrumb__list > li > a {
	text-decoration: none;
	color: #666;
}
.l-breadcrumb__list > li + li::before {
	content: ">";
	display: inline-block;
	margin: 0 8px;
}
.l-breadcrumb__list > li:last-child > a {
	pointer-events: none;
	font-weight: 700;
	color: #666;
}
@media (max-width: 767px) {
	.l-breadcrumb__inner {
		width: auto;
		margin-left: auto;
		overflow-x: scroll;
	}
}
@media (min-width: 768px), print {
	.l-breadcrumb {
		padding: 28px 0;
	}
	.l-breadcrumb__inner {
		text-align: right;
	}
	.l-breadcrumb__list {
		white-space: normal;
		font-size: 1.2rem;
	}
	.l-breadcrumb__list > li {
		display: inline;
	}
	.l-breadcrumb__list > li > a {
		transition: all 0.3s;
	}
	.l-breadcrumb__list > li > a:hover {
		color: #1F79B9;
	}
}

/*----------
	linklist
----------*/
.l-linklist {
	margin: 0 -30px;
}

.l-linklist__navlink {
	display: flex;
	align-items: center;
	width: 100%;
	height: 70px;
	padding: 0 50px 0 30px;
	background: #F2F3F7;
	border-bottom: solid 1px #979797;
	font-size: 1.8rem;
	color: #666;
	position: relative;
}
.l-linklist__navlink::before {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translate(0, -50%);
	width: 15px;
	height: 15px;
	content: "";
	background: url(/en/assets/img/common/icon_arrow.svg) no-repeat center center/contain;
}

.js-childnav .l-linklist__navlink::before {
	background: url(/en/assets/img/common/icon_arrow2_b.svg) no-repeat center center/contain;
}
.js-childnav .l-linklist__navlink.is-active::before {
	transform: translate(0, -50%) rotate(-180deg);
}

.l-linklist__gclink {
	display: flex;
	align-items: center;
	width: 100%;
	height: 70px;
	padding: 0 50px 0 30px;
	background: #fff;
	border-bottom: solid 1px #979797;
	font-size: 1.8rem;
	color: #666;
	position: relative;
}
.l-linklist__gclink.js-hasfgc {
	background: #F2F3F7;
}
.l-linklist__gclink::before {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translate(0, -50%);
	width: 15px;
	height: 15px;
	content: "";
	background: url(/en/assets/img/common/icon_arrow.svg) no-repeat center center/contain;
}
.l-linklist__gclink.js-hasfgc::before {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translate(0, -50%);
	width: 15px;
	height: 15px;
	content: "";
	background: url(/en/assets/img/common/icon_arrow2_b.svg) no-repeat center center/contain;
}
.l-linklist__gclink.js-hasfgc.is-active::before {
	transform: translate(0, -50%) rotate(-180deg);
}

.l-linklist__fgclink {
	display: flex;
	align-items: center;
	width: 100%;
	height: 70px;
	padding: 0 50px 0 40px;
	border-bottom: solid 1px #979797;
	font-size: 1.8rem;
	color: #666;
	position: relative;
}
.l-linklist__fgclink::before {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translate(0, -50%);
	width: 15px;
	height: 15px;
	content: "";
	background: url(/en/assets/img/common/icon_arrow.svg) no-repeat center center/contain;
}

.l-linklist__langlink {
	display: flex;
	align-items: center;
	width: 100%;
	height: 70px;
	padding: 0 50px 0 30px;
	background: #F2F3F7;
	border-bottom: solid 1px #979797;
	font-size: 1.8rem;
	color: #666;
	position: relative;
}
.l-linklist__langlink::before {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translate(0, -50%);
	width: 15px;
	height: 15px;
	content: "";
	background: url(/en/assets/img/common/icon_arrow2_b.svg) no-repeat center center/contain;
}
.l-linklist__langlink.is-active::before {
	transform: translate(0, -50%) rotate(-180deg);
}

.l-linklist__langitemlink {
	display: flex;
	align-items: center;
	width: 100%;
	height: 70px;
	padding: 0 50px 0 40px;
	border-bottom: solid 1px #979797;
	font-size: 1.8rem;
	color: #666;
	position: relative;
}
.l-linklist__langitemlink::before {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translate(0, -50%);
	width: 15px;
	height: 15px;
	content: "";
	background: url(/en/assets/img/common/icon_arrow.svg) no-repeat center center/contain;
}

.l-linklist__langinner--pc {
	display: none;
}

.l-linklist__langinner--sp, .l-linklist__nav.is-active {
	display: block;
}

.l-linklist__childnav, .l-linklist__fgclist, .l-linklist__langlist {
	/*	height: 0;
		opacity: 0;
		overflow: hidden;*/
}
.l-linklist__childnav.is-active, .l-linklist__fgclist.is-active, .l-linklist__langlist.is-active {
	height: 100%;
	opacity: 1;
	overflow: visible;
	transition: all 0.8s;
}

/*----------
	components default margin
	コンポーネント間デフォルトマージン設定
----------*/
.l-default-margin > [class^=c-],
.l-default-margin > [class^=g-] {
	margin-top: 40px;
}
@media (min-width: 768px), print {
	.l-default-margin > [class^=c-],
	.l-default-margin > [class^=g-] {
		margin-top: 60px;
	}
}
.l-default-margin > .c-separator {
	margin-top: 50px;
	margin-bottom: 50px;
}
@media (min-width: 768px), print {
	.l-default-margin > .c-separator {
		margin-top: 60px;
		margin-bottom: 60px;
	}
}
.l-default-margin .c-text + .c-text {
	margin-top: 1.8rem;
}
.l-default-margin .c-qa + .c-qa {
	margin-top: 0;
}
.l-default-margin .c-accordion + .c-accordion {
	margin-top: 0;
}
.l-default-margin > .l-pagetitle.l-pagetitle--kv {
	margin-bottom: 60px;
}
@media (min-width: 768px), print {
	.l-default-margin > .l-pagetitle.l-pagetitle--kv {
		margin-bottom: 100px;
	}
}
.l-default-margin .l-title01 {
	margin-top: 80px;
	margin-bottom: 30px;
}
@media (min-width: 768px), print {
	.l-default-margin .l-title01 {
		margin-top: 120px;
		margin-bottom: 40px;
	}
}
.l-default-margin .l-title02 {
	margin-top: 60px;
	margin-bottom: 30px;
}
@media (min-width: 768px), print {
	.l-default-margin .l-title02 {
		margin-top: 80px;
		margin-bottom: 40px;
	}
}
.l-default-margin .l-title03 {
	margin-top: 40px;
	margin-bottom: 30px;
}
@media (min-width: 768px), print {
	.l-default-margin .l-title03 {
		margin-top: 60px;
		margin-bottom: 40px;
	}
}

section.l-default-margin:last-of-type {
	margin-bottom: 80px;
}
@media (min-width: 768px), print {
	section.l-default-margin:last-of-type {
		margin-bottom: 120px;
	}
}

.l-main > .c-billboard {
	margin-bottom: 40px;
}
@media (min-width: 768px), print {
	.l-main > .c-billboard {
		margin-bottom: 80px;
	}
}

/*----------
	margin
----------*/
/* 画像用枠線 */
.u-img-border {
	border: 1px solid var(--color-border);
	box-sizing: border-box;
}
.u-img-border + .u-img-border {
	border-top: none;
}

/* 汎用マージン */
.u-mt-xs {
	margin-top: 10px !important;
}
@media (min-width: 768px), print {
	.u-mt-xs {
		margin-top: 20px !important;
	}
}

.u-mt-s {
	margin-top: 20px !important;
}
@media (min-width: 768px), print {
	.u-mt-s {
		margin-top: 30px !important;
	}
}

.u-mt-m {
	margin-top: 30px !important;
}
@media (min-width: 768px), print {
	.u-mt-m {
		margin-top: 40px !important;
	}
}

.u-mt-l {
	margin-top: 50px !important;
}
@media (min-width: 768px), print {
	.u-mt-l {
		margin-top: 60px !important;
	}
}

.u-mt-xl {
	margin-top: 68px !important;
}
@media (min-width: 768px), print {
	.u-mt-xl {
		margin-top: 120px !important;
	}
}

.u-mt-xxl {
	margin-top: 80px !important;
}
@media (min-width: 768px), print {
	.u-mt-xxl {
		margin-top: 120px !important;
	}
}

.u-mt-none {
	margin-top: 0 !important;
}
@media (min-width: 768px), print {
	.u-mt-none {
		margin-top: 0 !important;
	}
}

.u-mb-none {
	margin-bottom: 0 !important;
}
@media (min-width: 768px), print {
	.u-mb-none {
		margin-bottom: 0 !important;
	}
}

/*----------
	display
----------*/
@media (max-width: 767px) {
	.u-pc-v {
		display: none;
	}
}

@media (min-width: 768px), print {
	.u-sp-v {
		display: none;
	}
}

/*----------
	text
----------*/
@media (max-width: 767px) {
	.u-pcbr {
		display: none;
	}
}

@media (min-width: 768px), print {
	.u-spbr {
		display: none;
	}
}

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

@media (min-width: 768px), print {
	.u-txt-pccenter {
		text-align: center !important;
	}
}

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

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

.u-txt-normal {
	font-weight: normal !important;
}

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

.u-txt-bold {
	font-weight: bold !important;
}

.u-txt-strike {
	text-decoration: line-through !important;
}

.u-text-indent {
	text-indent: -3em;
	padding-left: 3em;
}

.u-txt-marker {
	font-weight: bold;
	background-image: linear-gradient(transparent 80%, #FFF7A6 80%);
}

.u-txt-prim {
	color: var(--color-key) !important;
}

.u-txt-seco {
	color: var(--color-seco) !important;
}

.u-txt-default {
	color: var(--color-txt) !important;
}

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

.u-txt-red {
	color: var(--color-red) !important;
}

.u-txt-blue {
	color: var(--color-main) !important;
}

.u-txt-blue--v2 {
	color: var(--color-key) !important;
}

.u-font-din {
	font-family: var(--font-din);
}

.u-txt-caution {
	color: var(--color-caution) !important;
}

/* 文中リンク */
.u-txt-link {
	text-decoration: underline;
	color: var(--color-main);
}
@media (min-width: 768px), print {
	.u-txt-link {
		transition: color 0.2s;
	}
	.u-txt-link:hover {
		color: var(--color-main-rgb);
	}
}

/* 文字サイズ */
@media (min-width: 768px), print {
	.u-pc-fz-10 {
		font-size: 1rem !important;
	}
}
@media (max-width: 767px) {
	.u-sp-fz-10 {
		font-size: 1rem !important;
	}
}
@media (min-width: 768px), print {
	.u-pc-fz-11 {
		font-size: 1.1rem !important;
	}
}
@media (max-width: 767px) {
	.u-sp-fz-11 {
		font-size: 1.1rem !important;
	}
}
@media (min-width: 768px), print {
	.u-pc-fz-12 {
		font-size: 1.2rem !important;
	}
}
@media (max-width: 767px) {
	.u-sp-fz-12 {
		font-size: 1.2rem !important;
	}
}
@media (min-width: 768px), print {
	.u-pc-fz-13 {
		font-size: 1.3rem !important;
	}
}
@media (max-width: 767px) {
	.u-sp-fz-13 {
		font-size: 1.3rem !important;
	}
}
@media (min-width: 768px), print {
	.u-pc-fz-14 {
		font-size: 1.4rem !important;
	}
}
@media (max-width: 767px) {
	.u-sp-fz-14 {
		font-size: 1.4rem !important;
	}
}
@media (min-width: 768px), print {
	.u-pc-fz-15 {
		font-size: 1.5rem !important;
	}
}
@media (max-width: 767px) {
	.u-sp-fz-15 {
		font-size: 1.5rem !important;
	}
}
@media (min-width: 768px), print {
	.u-pc-fz-16 {
		font-size: 1.6rem !important;
	}
}
@media (max-width: 767px) {
	.u-sp-fz-16 {
		font-size: 1.6rem !important;
	}
}
@media (min-width: 768px), print {
	.u-pc-fz-17 {
		font-size: 1.7rem !important;
	}
}
@media (max-width: 767px) {
	.u-sp-fz-17 {
		font-size: 1.7rem !important;
	}
}
@media (min-width: 768px), print {
	.u-pc-fz-18 {
		font-size: 1.8rem !important;
	}
}
@media (max-width: 767px) {
	.u-sp-fz-18 {
		font-size: 1.8rem !important;
	}
}
@media (min-width: 768px), print {
	.u-pc-fz-19 {
		font-size: 1.9rem !important;
	}
}
@media (max-width: 767px) {
	.u-sp-fz-19 {
		font-size: 1.9rem !important;
	}
}
@media (min-width: 768px), print {
	.u-pc-fz-20 {
		font-size: 2rem !important;
	}
}
@media (max-width: 767px) {
	.u-sp-fz-20 {
		font-size: 2rem !important;
	}
}
@media (min-width: 768px), print {
	.u-pc-fz-21 {
		font-size: 2.1rem !important;
	}
}
@media (max-width: 767px) {
	.u-sp-fz-21 {
		font-size: 2.1rem !important;
	}
}
@media (min-width: 768px), print {
	.u-pc-fz-22 {
		font-size: 2.2rem !important;
	}
}
@media (max-width: 767px) {
	.u-sp-fz-22 {
		font-size: 2.2rem !important;
	}
}
@media (min-width: 768px), print {
	.u-pc-fz-23 {
		font-size: 2.3rem !important;
	}
}
@media (max-width: 767px) {
	.u-sp-fz-23 {
		font-size: 2.3rem !important;
	}
}
@media (min-width: 768px), print {
	.u-pc-fz-24 {
		font-size: 2.4rem !important;
	}
}
@media (max-width: 767px) {
	.u-sp-fz-24 {
		font-size: 2.4rem !important;
	}
}
@media (min-width: 768px), print {
	.u-pc-fz-25 {
		font-size: 2.5rem !important;
	}
}
@media (max-width: 767px) {
	.u-sp-fz-25 {
		font-size: 2.5rem !important;
	}
}
@media (min-width: 768px), print {
	.u-pc-fz-26 {
		font-size: 2.6rem !important;
	}
}
@media (max-width: 767px) {
	.u-sp-fz-26 {
		font-size: 2.6rem !important;
	}
}
@media (min-width: 768px), print {
	.u-pc-fz-27 {
		font-size: 2.7rem !important;
	}
}
@media (max-width: 767px) {
	.u-sp-fz-27 {
		font-size: 2.7rem !important;
	}
}
@media (min-width: 768px), print {
	.u-pc-fz-28 {
		font-size: 2.8rem !important;
	}
}
@media (max-width: 767px) {
	.u-sp-fz-28 {
		font-size: 2.8rem !important;
	}
}
@media (min-width: 768px), print {
	.u-pc-fz-29 {
		font-size: 2.9rem !important;
	}
}
@media (max-width: 767px) {
	.u-sp-fz-29 {
		font-size: 2.9rem !important;
	}
}
@media (min-width: 768px), print {
	.u-pc-fz-30 {
		font-size: 3rem !important;
	}
}
@media (max-width: 767px) {
	.u-sp-fz-30 {
		font-size: 3rem !important;
	}
}
@media (min-width: 768px), print {
	.u-pc-fz-31 {
		font-size: 3.1rem !important;
	}
}
@media (max-width: 767px) {
	.u-sp-fz-31 {
		font-size: 3.1rem !important;
	}
}
@media (min-width: 768px), print {
	.u-pc-fz-32 {
		font-size: 3.2rem !important;
	}
}
@media (max-width: 767px) {
	.u-sp-fz-32 {
		font-size: 3.2rem !important;
	}
}
/*# sourceMappingURL=common.css.map */
