@charset "UTF-8";
/* common
========================================== */
/*
body {
	overflow-x: hidden;
}
*/

body * {
	box-sizing: border-box;
}

#footer,
#main {
	max-width: 1200px;
	width: 78.2%;
	width: 78.2vw;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.w-full {
	width: calc(100vw - calc(100vw - 100%));
	width: 100vw;
	margin-left: -10.9vw;
	margin-left: calc((100vw - 78.2vw) / -2);
	overflow: hidden;
	margin-top: 58px !important;
}
.w-full figure img,
img.w-full {
	width: 100%;
	margin-left: 0;
}
@media only screen and (min-width: 1530px) {
	.w-full {
		margin-left: calc((100vw - 1200px) / -2);
	}
}

/*PC Layout
-------------------*/
@media only screen and (min-width: 951px) {
	html {
		overflow-y: visible;
	}
	body {
		overflow-x: hidden;
    width: 100%;
	}

	html.is-fixed body {
		height: 100%;
		overflow-y: scroll;
		position: fixed;
		width: 100%;
	}
	body:after {
		content: "";
		opacity: 0;
		position: fixed;
		height: 0;
		top: 0;
		left: 0;
		width: 0;
		z-index: 98;
	}
	html.is-fixed body:after {
		opacity: 1;
		height: 100vh;
		width: 100%;
	}

}


/*SPLayout
-------------------*/
@media only screen and (max-width: 950px) {
	body {
		background-size: 58.8vw 58vw;
		background-position: right -23vw top -22vw;
		background-position: right -86px top -86px;
		overflow-x: auto;
	}
	#footer,
	#main {
		width: 100%;
		padding-right: 9%;
		padding-left: 9%;
		position: relative;
	}
	.w-full {
		margin-left: -9vw;
	}
	html.is-fixed,
	html.is-fixed body {
		/* overflow: hidden; */
	}
	/*
	html.is-fixed body {
		position: fixed;
	}
	*/


	/*
	html {
		overflow-y: visible;
	}
	body {
		overflow-x: hidden;
    width: 100%;
	}
	html.is-fixed body {
		height: 100%;
		overflow-y: scroll;
		position: fixed;
		width: 100%;
	}
	body:after {
		content: "";
		opacity: 0;
		position: fixed;
		height: 0;
		top: 0;
		left: 0;
		width: 0;
		z-index: 98;
	}
	html.is-fixed body:after {
		opacity: 1;
		height: 100vh;
		width: 100%;
	}
	*/


}


/* header
========================================== */
.header {
	height: 136px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 101;
	/*transition: 0.2s ease-in-out;*/
}
.header *,
.header *:before,
.header *:after {
	/*transition: 0.2s ease-in-out;*/
}
.header.scroll {
	height: 82px;
	position: fixed;
}
.header-inner {
	background-color: #fff;
	display:flex;
	align-items: flex-end;
	padding: 73px 72px 29px;
	height: 100%;
	width: 100%;
	/*transition: 0.2s ease-in-out;*/
}
.header-inner .icon-bg {
	background-image: url(/common/images/bg-head.svg);
	background-size: 100%;
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	height: 390px;
	position: absolute;
	right: -147px;
	top: -158px;
	width: 394px;
	transition: 0s ease-in-out;
	z-index: 2;
}
@media only screen and (min-width: 951px) {
	body:not(.home) .header-inner .icon-bg {
		transform: rotate(-17deg);
		right: -142px;
	}
	body:not(.home) .header.pc.scroll .header-inner .icon-bg {
		margin-top: -45px;
	}
}
@media only screen and (min-width: 951px) and (max-width: 1200px) {
	.header-inner {
		padding-left: 6vw;
		padding-right: 5vw;
	}
	body:not(.home) .header-inner .icon-bg {
		right: inherit !important;
		left: 80vw;
		transition: 0s;
	}
	.header .logo {
		margin-right: 6.5vw;
		width: 11.5vw !important;
	}
	.header .logo img {
		width: 100%;
	}
	.header .header-menu.pc {
		width: calc(100% - 18vw) !important;
	}
	.gNav .nav-level01 > li {
		margin-right: 2.2vw !important;
	}
}
@media only screen and (min-width: 951px) and (max-width: 1030px) {
	.header-inner {
		padding-right: 4vw;
	}
	.header .logo {
		margin-right: 6vw;
	}
}

.header.scroll .header-inner {
	padding-top: 30px;
}
.header .logo {
	width: 216px;
}
.header .gNav {
	width: calc(100% - 100px);
	position: relative;
	z-index: 2;
}
html[lang="en"] .header .gNav {
	width: calc(100% - 160px);
}
.gNav .nav-level01 > li {
	display: inline-block;
	margin-right: 29px;
}
/*
html[lang="ja"] .gNav .nav-level01 > li:nth-child(3) {
	width: 7.2em;
}
*/
html[lang="en"] .gNav .nav-level01 > li:nth-child(1) {
	width: 5.2em;
}
html[lang="en"] .gNav .nav-level01 > li:nth-child(2) {
	width: 8em;
}
html[lang="en"] .gNav .nav-level01 > li:nth-child(3) {
	width: 6em;
}
.gNav .nav-level01 > li:last-child {
	margin-right: 0;
}
.gNav .nav-level01 li a {
	color: #000;
	font-size: 1.4rem;
	/*text-align: center;*/
	position: relative;
	white-space: nowrap;
}
.gNav .nav-level01 > li > a.active,
.gNav .nav-level01 > li > a:hover {
	font-weight: 700;
	text-decoration: none;
}
.gNav .nav-level01 > li > a:not(.nomenu):hover:after,
.gNav .nav-level01 > li > a.active:after {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	border-right: 2px solid #5AAFE1;
	border-bottom: 2px solid #5AAFE1;
	transform: rotate(45deg);
	position: absolute;
	bottom: -16px;
	left: 50%;
	margin-left: -5px;
}

.gNav .nav-level01 .sub-menu {
	color: #fff;
	background-color: #5AAFE1;
	width: 100%;
	/*
	width: 100vw;
	margin-left: calc((216px + 72px ) / -1);
	padding-left: calc((100vw - 1200px) / 2);
	*/
	padding-left: calc((100vw - 78.2vw) / 2);
	display: flex;
	height: 0;
	/*position: absolute;*/
	position: fixed;
	left: 0;
	right: 0;
	/*top: 56px;*/
	top: 134px;
  opacity: 0;
  visibility: hidden;
	transition: 0.2s ease-in-out;
}
.header.is-scroll .gNav .nav-level01 .sub-menu,
.header.scroll .gNav .nav-level01 .sub-menu {
	top: 82px;
}
@media only screen and (min-width: 1918px) {
	.gNav .nav-level01 .sub-menu {
		padding-left: calc((100vw - 1200px) / 2);
	}
}
.header.scroll .gNav .nav-level01 .sub-menu {
	/*top: 93px;*/
}
.gNav .nav-level01 .sub-menu.open {
	padding-top: 70px;
	padding-bottom: 100px;
	height: auto;
	opacity: 1;
  visibility: visible;
}
.gNav .nav-level01 .sub-menu a {
	color: #fff;
	font-size: 1.6rem;
}
.gNav .nav-level01 .sub-menu .btn-close {
	line-height: 1;
	display: block;
	padding: 3px 0;
	padding-left: 40px;
	position: absolute;
	right: 72px;
	right: 4.5%;
	top: 40px;
}
.gNav .nav-level01 .sub-menu .btn-close:before,
.gNav .nav-level01 .sub-menu .btn-close:after {
	content: '';
	background-color: #fff;
	display: block;
	height: 24px;
	width: 1px;
	position: absolute;
	left: 10px;
	top: 0;
	transform: rotate(-45deg);
}
.gNav .nav-level01 .sub-menu .btn-close:after {
	transform: rotate(45deg);
}
.gNav .nav-level01 .sub-menu dl {
	width: 337px;
	margin-right: 90px;
}
.gNav .nav-level01 .sub-menu dl dt {
	font-size: 4rem;
	line-height: 1.4;
}
.gNav .nav-level01 .sub-menu dl dt > a {
	font-size: 4rem;
}
.gNav .nav-level01 .sub-menu dl dt span {
	font-size: 2.2rem;
	display: block;
	margin-top: .2em;
	margin-top: .5em;
}
.gNav .nav-level01 .sub-menu dl dd {
	margin-top: 40px;
}
.gNav .nav-level01 .sub-menu .nav-level02 {
	padding-top: 10px;
	width: 237px;
	position: relative;
}
.gNav .nav-level01 .sub-menu .nav-level02:after {
	content: '';
	background-color: #fff;
	display: block;
	height: calc(100% - 30px);
	width: 1px;
	position: absolute;
	right: -1px;
	top: 20px;
}
.gNav .nav-level01 .sub-menu .nav-level02 li a {
	line-height: 1.2;
	display: block;
	padding: 10px 0;
	padding-right: 20px;
	position: relative;
}
.gNav .nav-level01 .sub-menu .nav-level02 > li.arrow:hover > a:after,
.gNav .nav-level01 .sub-menu .nav-level02 > li.arrow > a.active:after {
	content: '';
	display: block;
	height: 7px;
	width: 7px;
	border-top: solid #fff 1px;
	border-right: solid #fff 1px;
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -5px;
	transform: rotate(45deg);
}
.gNav .nav-level01 .sub-menu .nav-level03 {
	height: 100%;
	padding-top: 10px;
	width: 307px;
	/*padding-left: 70px;*/
	position: absolute;
	left: 237px;
	top: 0;
  opacity: 0;
  visibility: hidden;
}
.gNav .nav-level01 .sub-menu .nav-level03 li a {
	padding-left: 70px;
}
.gNav .nav-level01 .sub-menu .nav-level02 > li:hover .nav-level03,
.gNav .nav-level01 .sub-menu .nav-level02 > li .nav-level03.focused {
	opacity: 1;
  visibility: visible;
}
.gNav .nav-level01 .sub-menu .nav-level03.news {
	width: calc(70px + 5em);
}
.gNav .nav-level01 .sub-menu .nav-level03.news a {
	padding-right: 0;
}
.gNav .nav-level01 .sub-menu .nav-level03.news.second {
	left: calc(237px + 70px + 5em);
}
.gNav .nav-level01 .sub-menu .nav-level03.news.second a {
	padding-left: 20px;
}

.header .other {
	display: flex;
	width: 100px;
	justify-content: flex-end;
	align-items: flex-start;
	align-items: center;
	position: relative;
	z-index: 3;
}
html[lang="en"] .header .other {
	width: 115px;
}
.header .other .search-area {
	margin-right: 35px;
	/*padding-top: 10px;*/
}
.header .other .search-area img {
	vertical-align: middle;
}
.header .other .search-area .search-box {
	color: #fff;
	background-color: #5AAFE1;
	text-align: center;
	width: 100%;
	/*width: 100vw;
	margin-left: calc((100px + 4.5vw) - 100vw);
	position: absolute;*/
	position: fixed;
	left: 0;
	top: 134px;
	/*top: 57px;*/
	height: 0;
  opacity: 0;
  visibility: hidden;
	transition: 0.2s ease-in-out;
}
.header.is-scroll .other .search-area .search-box,
.header.scroll .other .search-area .search-box {
	top: 82px;
}
.header .other .search-area .search-box.open {
	padding-top: 65px;
	padding-bottom: 55px;
	height: auto;
	opacity: 1;
  visibility: visible;
}
.header .search-area .search-box * {
	opacity: 0;
}
.header .search-area .search-box.open * {
	opacity: 1;
}
.header .search-area .search-box .input-keyword {
	color: #fff;
	font-size: 2.2rem;
	line-height: 1.1;
	background-color: #5AAFE1;
	vertical-align: top;
	width: 8em;
	height: 1.4em;
	padding: 0;
	margin-left: 10px;
	position: relative;
	top: 0;
	border: none;
	outline: none;
}
.header .search-area .search-box .input-keyword::placeholder {
	color: #fff;
}
.header .search-area .search-box .btn-close {
	color: #fff;
	padding-left: 2.5em;
	margin-top: 30px;
	height: 1.5em;
	position: relative;
	display: block;
}
.header .search-area .search-box .btn-close:before,
.header .search-area .search-box .btn-close:after {
	content: '';
	background-color: #fff;
	display: block;
	width: 1.2em;
	height: 1px;
	position: absolute;
	top: 55%;
	left: 50%;
	margin-left: -2em;
	transform: rotate(-45deg);
}
.header .search-area .search-box .btn-close:after {
	transform: rotate(45deg);
}
.header .search-area .search-box .btn-search {
	color: #5AAFE1;
	font-size: 1.8rem;
	background-color: #fff;
	width: 10em;
	padding: .8em;
	border-radius: 2.5em;
	margin-top: 30px;
	cursor: pointer;
}
.header .search-option .select-cat ul {
	margin-top: 20px;
	padding-top: 40px;
	border-top: 1px solid #fff;
	display: inline-block;
}
.header .search-option .select-cat ul li {
	display: inline-block;
}
.header .search-option .select-cat ul li + li {
	margin-left: 15px;
}
.header .search-option .select-cat li input {
	height: 0;
	width: 0;
	opacity: 0;
	visibility: hidden;
}
.header .search-option .select-cat li label {
	font-size: 1.4rem;
	display: block;
	text-align: center;
	padding: .8em 1.5em;
	border: 1px solid #fff;
	border-radius: 2.6em;
	cursor: pointer;
}
.header .search-option .select-cat li label.check {
	background-color: #000;
	background-color: rgba(255, 255, 255, 0.2);
}
.header .search-option .select-type {
	margin-top: 35px;
	position: relative;
	z-index: 1;
}
.header .search-option .select-type ul li {
	display: inline-block;
}
.header .search-option .select-type ul li + li {
	margin-left: 10px;
}
.header .search-option .select-type li label input + span:before {
	background-color: #5AAFE1;
	margin-right: 8px;
	height: 15px;
	width: 15px;
	border: 1px solid #fff;
	box-sizing: border-box;
	position: relative;
	top: -1px;
}
.header .search-option .select-type li label input:checked + span:before {
	border: 3px solid #fff;
}
.header .search-option .select-type li label input:checked + span {
	font-weight: 700;
}
.header .search-option .select-type li label input:checked + span:after {
	display: none;
}

.header .other .link-en {
	color: #fff;
	font-size: 1.4rem;
	display: block;
	line-height: 1;
	transition: 0s ease-in-out;
}
.header .other.scroll .link-en {
	color: #000;
}

/*PC Layout
-------------------*/
@media only screen and (min-width: 951px) {
	.gNav .nav-level01 .sub-menu.open {
		max-height: calc(100vh - 135px);
		/*overflow-y: scroll;*/
		overflow-x: hidden;
	}
	.header.scroll .gNav .nav-level01 .sub-menu.open {
		max-height: calc(100vh - 82px);
	}
	.gNav .nav-level01 .sub-menu .nav-level02 {
		height: 100%;
	}
	.gNav .nav-level01 .sub-menu .nav-level03.news {
		padding-bottom: 70px;
	}
	.gNav .nav-level01 > li.news .nav-level02 {
		margin-bottom: 100px;
	}

	/*
	.header #btn-menu {
		display: none;
	}
	*/
	.header .header-menu.pc {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		width: calc(100% - 216px);
	}
	.header .header-menu.sp {
		display: none;
	}
	.gNav .nav-level01 li a.is-current {
		font-weight: 700;
	}
}

/*SPLayout
-------------------*/
/*@media only screen and (max-width: 768px) {*/
@media only screen and (max-width: 950px) {
	.header,
	.header.scroll {
		height: 80px;
	}
	.header-inner {
		display:block;
		padding: 35px 4.5% 0;
	}
	/*.header-inner .icon-bg {
		width: 58.8vw;
		height: 58vw;
		right: -86px;
		top: -86px;
	}*/
	.header-inner .icon-bg {
		width: 235px;
		height: 232px;
		right: -123px;
		top: -89px;
	}
	.header.scroll .header-inner {
		padding-top: 35px;
	}
	.header .logo {
		width: 102px;
	}

	.header #btn-menu {
		background-color: transparent;
		width: 28px;
		height: 12px;
		position: absolute;
		top: 40px;
		right: 5vw;
		right: 20px;
		z-index: 10;
	}
	.header #btn-menu.active {
		right: 25px;
	}
	.header #btn-menu:before,
	.header #btn-menu:after {
		content: '';
		display: block;
		background-color: #fff;
		height: 2px;
		width: 100%;
		position: absolute;
		left: -10px;
		top: 0;
		transition: 0.2s ease-in-out;
	}
	.header #btn-menu.scroll:before,
	.header #btn-menu.scroll:after {
		background-color: #000;
	}
	.header #btn-menu:after {
		content: '';
		display: block;
		background-color: #fff;
		height: 2px;
		width: 100%;
		position: absolute;
		left: 0;
		top: 12px;
	}
	.header #btn-menu.active:before,
	.header #btn-menu.active:after {
		left: 0;
		top: 0;
		transform: rotate(45deg);
	}
	.header #btn-menu.active:after {
		left: 0;
		top: 0;
		transform: rotate(-45deg);
	}

	.header .gNav {
		color: #fff;
		background-color: #5AAFE1;
		padding: 9vw;
		position: absolute;
		top: 80px;
		right: 0;
		overflow: auto;
		max-height: calc(100vh - 80px);
		height: 0;
		width: 0;
		width: 91vw;
		opacity: 0;
		visibility: hidden;
		transition: 0.2s ease-in-out;
	}
	.header .gNav.open {
		height: auto;
		opacity: 1;
		visibility: visible;
	}
	.header .nav-level01 {
		/*margin-top: 9vw;*/
		margin-top: 40px;
	}
	.gNav .nav-level01 > li {
		display: block;
		margin-right: 0;
		margin-top: 20px;
	}
	html[lang="ja"] .gNav .nav-level01 > li:nth-child(3),
	html[lang="en"] .gNav .nav-level01 > li:nth-child(1),
	html[lang="en"] .gNav .nav-level01 > li:nth-child(2),
	html[lang="en"] .gNav .nav-level01 > li:nth-child(3) {
	width: auto;
	}
	.gNav .nav-level01 > li:last-child {
	margin-right: 0;
	}
	.gNav .nav-level01 > li:first-child {
		margin-top: 0;
	}
	.gNav .nav-level01 li a {
		color: #fff;
		font-size: 1.6rem;
		display: block;
		position: relative;
	}

	.gNav .nav-level01 .sub-menu {
		width: 100%;
		margin-left: 0;
		padding-left: 9vw;
		display: block;
		position: relative;
		left: auto;
		top: auto;
		height: auto;
		opacity: 1;
		visibility: visible;
		display: none;
		transition: 0s ease-in-out;
	}
	.header.scroll .gNav .nav-level01 .sub-menu {
		top: auto;
		display: none;
	}
	.gNav .nav-level01 .sub-menu .btn-close {
		display: none;
	}
	.gNav .nav-level01 .sub-menu dl {
		display: none;
	}
	.gNav .nav-level01 .sub-menu .nav-level02 {
		padding-top: 10px;
		width: auto;
		position: relative;
	}
	.gNav .nav-level01 .sub-menu .nav-level02:after {
		display: none;
	}
	.gNav .nav-level01 .sub-menu .nav-level02 li a {
		font-size: 1.4rem;
		padding-right: 0;
		width: calc(100% - 10vw);
	}
	.gNav .nav-level01 > li.arrow,
	.gNav .nav-level01 .sub-menu .nav-level02 > li.arrow {
		position: relative;
	}
	.gNav .nav-level01 > li.arrow .level01-trigger,
	.gNav .nav-level01 .sub-menu .nav-level02 > li.arrow .level03-trigger {
		display: block;
		height: 30px;
		width: 30px;
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -5px;
		top: 0;
		margin-top: 0;
	}
	.gNav .nav-level01 .sub-menu .nav-level02 > li.arrow .level03-trigger {
		/*top: 10px;
		margin-top: 0;*/
	}
	/*.gNav .nav-level01 > li.arrow > a:after,*/
	.gNav .nav-level01 > li.arrow .level01-trigger:after,
	.gNav .nav-level01 .sub-menu .nav-level02 > li.arrow .level03-trigger:after {
		content: '';
		display: block;
		height: 7px;
		width: 7px;
		border-top: solid #fff 2px;
		border-right: solid #fff 2px;
		position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -7px;
		transform: rotate(135deg);
	}
	/*.gNav .nav-level01 > li.arrow > a.active:after,*/
	.gNav .nav-level01 > li.arrow .level01-trigger.active:after,
	.gNav .nav-level01 .sub-menu .nav-level02 > li.arrow .level03-trigger.active:after {
		border-top: solid #fff 2px;
		border-right: solid #fff 2px;
		position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -2px;
		transform: rotate(-45deg);
	}
	.gNav .nav-level01 .sub-menu .nav-level02 > li.arrow:hover > a:after {
		transform: rotate(45deg);
		display: none;
	}
	.gNav .nav-level01 .sub-menu .nav-level03 {
		height: auto;
	}
	.gNav .nav-level01 .sub-menu .nav-level03,
	.gNav .nav-level01 .sub-menu .nav-level03.news,
	.gNav .nav-level01 .sub-menu .nav-level03.news.second {
		padding-top: 0px;
		width: auto;
		padding-left: 5vw;
		position: relative;
		left: auto;
		top: auto;
		opacity: 1;
		visibility: visible;
		display: none;
		transition: 0s ease-in-out;
	}
	.gNav .nav-level01 .sub-menu .nav-level03 li a,
	.gNav .nav-level01 .sub-menu .nav-level03.news.second a {
		padding-left: .8em;
	}

	/*.gNav .nav-level01 .sub-menu .nav-level03.news {
		width: calc(70px + 5em);
	}
	.gNav .nav-level01 .sub-menu .nav-level03.news a {
		padding-right: 0;
	}
	.gNav .nav-level01 .sub-menu .nav-level03.news.second {
		left: calc(237px + 70px + 5em);
	}
	.gNav .nav-level01 .sub-menu .nav-level03.news.second a {
		padding-left: 20px;
	}*/
	.gNav .nav-level01 .sub-menu .nav-level02 li .icon-win {
		top: 3px;
		width: 14px;
	}

	.header .search-area {
		/*padding-bottom: 9vw;*/
		padding-bottom: 40px;
	}
	.header .search-area.search-open {
		padding-bottom: 0;
	}
	.header .search-area .btn-searchbox {
		display: block;
		width: 100%;
		padding: 5px 0;
		height: 30px;
		position: relative;
	}
	.header .search-area .btn-searchbox.active {
		pointer-events: none;
	}
	.header .search-area .btn-searchbox:after {
		content: '';
		background-color: #fff;
		display: block;
		width: 50%;
		width: 100%;
		height: 1px;
		position: absolute;
		left: 0;
		bottom: -10px;
	}
	.header .search-area .btn-searchbox.active:after {
		width: 180px;
	}
	.header .search-area .search-box {
		width: calc(100% - 30px);
		width: 100%;
		margin-top: -30px;
		position: relative;
		z-index: 5;
		height: 0;
		opacity: 0;
		visibility: hidden;
		transition: 0.2s ease-in-out;
	}
	.header .search-area .search-box.open {
		height: auto;
		opacity: 1;
		visibility: visible;
		/*top: 93px;*/
	}

	.header .search-area .search-box .input-keyword {
		font-size: 1.6rem;
		width: 150px;
		margin-left: 25px;
		top: 5px;
	}
	.header .search-area .search-box .btn-close {
		padding-left: 1.5em;
		margin-top: 0;
		height: 1.5em;
		position: absolute;
		top: 0;
		right: 0;
	}
	.header .search-area .search-box .btn-close:before,
	.header .search-area .search-box .btn-close:after {
		height: 2px;
		top: 60%;
		left: 0;
		margin-left: 0;
	}
	.header .search-area .search-box .btn-search {
		color: #000;
		font-size: 1.6rem;
		width: 35%;
		padding: .5em;
		position: absolute;
		bottom: 0;
		right: 0;
		border-radius: 1.5em;
		opacity: 0;
		display: none;
	}
	.header .search-area .search-box.open .btn-search {
		opacity: 1;
		display: block;
		z-index: 5;
	}
	.header .search-option {
		/*margin-top: 9vw;
		margin-top: 13vw;*/
		margin-top: 60px;
		display: flex;
		justify-content: space-between;
		position: relative;
		z-index: 1;
	}
	.header .search-option .select-cat {
		width: 55%;
	}
	.header .search-option .select-cat ul {
		margin-top: 0;
		padding-top: 0;
		border-top: none;
		display: block;
	}
	.header .search-option .select-cat ul li {
		display: block;
	}
	.header .search-option .select-cat ul li + li {
		margin-top: 15px;
		margin-left: 0;
	}
	.header .search-option .select-cat li label {
		padding: .4em 0;
		border-radius: 1.5em;
	}
	.header .search-option .select-type {
		width: 35%;
		margin-top: 0;
	}
	.header .search-option .select-type ul li {
		display: block;
	}
	.header .search-option .select-type ul li + li {
		margin-left: 0;
	}
	.header .search-option .select-type li label input + span:before {
		background-color: #5AAFE1;
		margin-right: 5px;
		height: 14px;
		width: 14px;
		border: 1px solid #fff;
	}

	.header .gNav .link-en {
		color: #fff;
		font-size: 1.2rem;
		display: block;
		margin-top: 20px;
		padding-top: 20px;
		border-top: 1px solid #fff;
	}

	.header .header-menu.pc {
		display: none;
	}
}

/*
@media only screen and (min-width: 769px) and (max-width: 1068px) {
	.header.pc .header-inner {
		align-items: center;
	}
	.header.pc .other .link-en {
		color: #000 !important;
	}
	.header.pc .search-area .btn-searchbox,
	.header.pc .search-area .btn-searchbox img {
		transition: 0s !important;
	}
	.header.pc .search-area .btn-searchbox {
		background-image: url(/common/images/icon-search-b.svg);
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: 18px auto;
		display: inline-block;
		vertical-align: middle;
		height: 20px;
		width: 18px;
	}
	.header.pc .search-area .btn-searchbox > img {
		visibility: hidden;
	}
}
*/

/*PC Layout
-------------------*/
@media only screen and (min-width: 951px) {
  .header.pc {
		display: block !important;
	}
  .header.sp {
		display: none !important;
	}
  .header.is-scroll {
    height: 82px;
		position: fixed;
  }
  .header.is-scroll .header-inner {
    padding-top: 30px;
  }
  .header.is-scroll .gNav .nav-level01 .sub-menu.open {
    max-height: calc(100vh - 82px);
  }
  .header.is-scroll .icon-bg {
		opacity: 0;
	}
	.header.is-scroll .other .link-en {
		color: #000;
	}
	.header.is-scroll .search-area .btn-searchbox,
	.header.is-scroll .search-area .btn-searchbox img {
		transition: 0s !important;
	}
	.header.is-scroll .search-area .btn-searchbox {
		background-image: url(/common/images/icon-search-b.svg);
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: 18px auto;
		display: inline-block;
		vertical-align: middle;
		height: 20px;
		width: 18px;
	}
	.header.is-scroll .search-area .btn-searchbox > img {
		visibility: hidden;
	}
	.header .search-area .btn-searchbox.open img {
		opacity: .6;
	}
	.header .search-area .btn-searchbox.open:hover img {
		opacity: 1 !important;
	}
	#overlay {
		opacity: 0;
		height: calc(100vh - 136px);
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: -1;
	}
	.header.scroll ~ #overlay,
	.header.is-scroll ~ #overlay {
		height: calc(100vh - 80px);
	}
	#overlay.is-block {
		opacity: 1;
		z-index: 100;
	}
}
/*SPLayout
-------------------*/
@media only screen and (max-width: 950px) {
  .header.pc {
		display: none !important;
	}
  .header.sp {
		display: block !important;
		position: fixed !important;
	}
  .header.is-scroll {
    height: 80px;
  }
	.header.is-scroll .header-inner {
		padding-top: 35px;
	}
	.header.is-scroll .gNav .nav-level01 .sub-menu {
		top: auto;
		display: none;
	}
	/*
	#overlay {
		display: none !important;
	}
	*/
	/*
	#overlay {
		opacity: 0;
		height: calc(100vh - 80px) !important;
		overflow: hidden;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: -1;
	}
	html.is-fixed #overlay {
		opacity: 1;
		z-index: 100;
	}
	*/
}


/* footer
========================================== */
#footer {
	margin-top: 70px;
	padding-bottom: 100px;
}
#footer .link-row,
#footer .last-row {
	display: flex;
	justify-content: space-between;
}
#footer .link-row .link-list {
	display: flex;
	flex-wrap: wrap;
}
#footer .link-row .link-list li {
	margin-right: 34px;
}
#footer .link-row .link-list li:last-child {
	margin-right: 0;
}
#footer .link-row .link-list li a {
	font-size: 1.2rem;
	color: #000;
	vertical-align: top;
}
#footer .link-row .link-sns {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-right: 40px;
	width: 45%;
}
#footer .link-row .link-sns li {
	margin-right: 26px;
}
#footer .link-row .link-sns li:last-child {
	margin-right: 0;
}
#footer .last-row {
	margin-top: 80px;
	align-items: flex-end;
}
#footer .last-row .logo img {
	width: 122px;
}
#footer .last-row .copyright {
	font-size: 1.2rem;
}
#footer .link-row .link-row-right{
display: flex;
justify-content: flex-end;
align-items: center;
}
#footer .link-row .link-row-right .logo-ja{
width: 45%;
}

/*PC Layout
-------------------*/
@media only screen and (min-width:768px)and (max-width:1369px) {
#footer .link-row{
flex-flow: column;
}
#footer .link-row-right{
justify-content: flex-end;
    margin-top: 80px;
}
#footer .link-row .link-row-right .logo-ja {
    width: auto; 
}
}

/*PC Layout
-------------------*/
@media only screen and (min-width: 769px) {
}

/*Tablet Layout
-------------------*/
@media only screen and (max-width: 950px) {
#footer .link-row .link-sns li {
margin-right: 10px;
}
#footer .link-row .link-sns {
padding-right: 20px;
	}
}

/*SPLayout
-------------------*/
@media only screen and (max-width: 768px) {
#footer {
margin-top: 50px;
padding-bottom: 65px;
}
#footer .link-row,
#footer .last-row {
display: block;
justify-content: space-between;
}
#footer .link-row {
padding-top: 30px;
border-top: 1px solid #888888;
}
#footer .link-row .link-list {
display: block;
}
#footer .link-row .link-list li {
margin-right: 1em;
display: inline-block;
}
#footer .link-row .link-list li:nth-child(n+3) {
margin-top: 20px;
}
#footer .link-row .link-sns {
margin-top: 0;
padding-right: 0;
width: 100%;
margin-bottom: 30px;
}
#footer .link-row .link-sns li {
margin-right: 20px;
}
#footer .last-row {
margin-top: 35px;
display: flex;
justify-content: space-between;
align-items: flex-end;
}
#footer .last-row .logo img {
vertical-align: bottom;
width: 90px;
}
#footer .last-row .copyright {
font-size: 1rem;
}
#footer .link-row .link-row-right{
margin-top: 50px;
display: flex;
justify-content: right;
flex-wrap: wrap;
}
#footer .link-row .link-row-right .logo-ja{
display: flex;
justify-content: flex-end;
width: 100%;
margin-bottom: 7px;
}
#footer .link-row .link-row-right .logo-ja img{
width: 45%;
	}
}

/* main
========================================== */
#main {
	/*padding-top: calc(136px + 55px);*/
	padding-top: calc(136px + 70px);
	position: relative;
	z-index: 50;
}
#main * + section {
	margin-top: 160px;
}
#main * + section * + section {
	/*margin-top: 36px;*/
	margin-top: 80px;
}
#main > * > * + section {
	/*margin-top: 160px;*/
	margin-top: 145px;
}
#main .heading01 + .w-full + section {
	margin-top: 128px;
}
#main section p:not([class]) {
	line-height: 2;
}
#main section * + p:not([class]) {
	/*margin-top: 1.5em;*/
	margin-top: 3em;
}
.indent-blc {
	padding-left: 80px;
}
.indent-blc02 {
	padding-left: 30px;
}
.indent-blc03 {
	padding-left: 1em;
}

#main .foot-logo {
	text-align: right;
	margin-top: 160px;
}
#main .foot-logo img {
	width: 618px;
}

#main .breadcrumb {
	margin-top: 80px;
	padding: 50px 0;
	border-top: 1px solid #888888;
	border-bottom: 1px solid #888888;
}
#main .breadcrumb ul li {
	font-size: 1.4rem;
	display: inline-block;
	margin-right: -4px;
}
#main .breadcrumb ul li + li {
	margin-left: 1.8em;
}
#main .breadcrumb ul li + li:before {
	content: '';
	display: inline-block;
	background-color: #fff;
	width: 5px;
	height: 5px;
	margin-right: 1.8em;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	position: relative;
	top: -2px;
	left: 0;
	transform: rotate(-135deg);
}
#main .breadcrumb ul li span {
	font-weight: 500;
}

#main .link-sns {
	margin-top: 1em;
	text-align: right;
}
#main .link-sns li {
	display: inline-block;
	margin-left: 1em;
}

/*PC Layout
-------------------*/
@media only screen and (min-width: 769px) {
	#main .heading01 + .w-full {
		margin-top: 60px !important;
	}
}

/*SPLayout
-------------------*/
@media only screen and (max-width: 768px) {
	#main {
		padding-top: 110px;
	}
	#main * + section {
		/*
		margin-top: 2.5em;
		margin-top: 40px;
		*/
		margin-top: 128px;
	}
	#main > * > * + section {
		/*margin-top: 4em;*/
		margin-top: 128px;
	}
	#main .heading01 + .w-full {
		margin-top: 42px !important;
	}
	#main .heading01 + .w-full + section {
		margin-top: 52px;
	}
	.indent-blc {
		padding-left: 0;
	}
	.indent-blc02 {
		padding-left: 0;
	}
	.indent-blc-sp {
		padding-left: 1em;
	}

	#main .foot-logo {
		margin-top: 128px;
	}
	#main .foot-logo img {
		width: 100%;
	}
}


/* parts
========================================== */
/* heading
-------------------------------- */
[class*="heading"] {
	font-weight: 500;
	line-height: 1.5;
}
[class*="heading"] + [class*="heading"] {	/* パーツリスト用 */
	margin-top: 90px;
	margin-top: 30px;
}
[class*="heading"] + * {
	margin-top: 2em !important;
	/*margin-top: 40px !important;*/
}
.heading01 {
	font-size: 4rem;
}
.index .heading01:not([class*="underline-"]) {
	font-size: 7.2rem !important;
}
.index .heading01 span {
	font-size: 2.4rem;
	font-weight: 300;
	display: block;
}
.heading02 {
	font-size: 3.7rem;
}
.heading03 {
	font-size: 3.2rem;
}
.heading04 {
	font-size: 2.8rem;
}
.heading05 {
	font-size: 2.4rem;
}
.heading06 {
	font-size: 2rem;
}
.heading07 {
	font-size: 1.6rem;
}
[class*="underline-"] {
	padding-bottom: 1em;
	padding-bottom: .7em;
	position: relative;
}
[class*="underline-"]:after {
	content: '';
	height: 2px;
	width: 5em;
	width: 240px;
	position: absolute;
	bottom: 0;
	bottom: -2px;
	left: 0;
}
.heading01[class*="underline-"] {
	padding-bottom: .7em;
}
.heading01[class*="underline-"]:after {
	width: 5em;
}
.underline-blue {
	border-bottom: 1px solid #5AAFE1;
}
.underline-blue:after {
	background-color: #5AAFE1;
}
.underline-black {
	border-bottom: 1px solid #888888;
}
.underline-black:after {
	display: none;
}
[class*="heading"] .subtext {
	color: #888;
	font-weight: 300;
	font-size: 2rem;
}
.heading06 .subtext,
.heading07 .subtext {
	font-size: 1.6rem;
}
.under-short {
	border-bottom: none;
}
.inline {
	display: inline-block;
	margin-top: 0;	/* パーツリスト用 */
}
[class*="heading"].inline + .inline {
	margin-left: 58px;
}
.heading05 + *,
.heading06 + *,
.heading07 + * {
	margin-top: 1.5em !important;
}

/*PC Layout
-------------------*/
@media only screen and (min-width: 769px) {
	.index .heading01 {
		margin-top: -1.2rem;
	}
	.heading01:not([class*="underline-"]) {
		font-size: 4.8rem;
	}
}

/*SPLayout
-------------------*/
@media only screen and (max-width: 768px) {
	.heading01 {
		font-size: 1.5rem;
		font-size: 2.8rem;
	}
	/*
	h1.heading01 + * {
		margin-top: 40px !important;
	}
	*/
	.index .heading01:not([class*="underline-"]) {
		font-size: 4rem !important;
	}
	.index .heading01 span {
		font-size: 1.4rem;
		font-weight: 400;
	}
	.heading01:not([class*="underline-"]) {
		font-size: 2.4rem;
	}
	.heading02 {
		font-size: 2.8rem;
	}
	.heading02:not([class*="underline-"]) {
		font-size: 2.7rem;
		line-height: 1.3;
	}
	.heading03 {
		font-size: 2.4rem;
	}
	.heading04 {
		font-size: 2.4rem;
	}
	.heading05 {
		font-size: 2rem;
	}
	.heading06 {
		font-size: 1.6rem;
	}
	.heading07 {
		font-size: 1.4rem;
	}
	[class*="heading"] + * {
		/*margin-top: 2em !important;*/
		margin-top: 32px !important;
	}
	[class*="underline-"]:after {
		width: 120px;
	}
	[class*="heading"] .subtext {
		font-size: 1.8rem;
	}
	.heading05 + *,
	.heading06 + *,
	.heading07 + * {
		margin-top: 1.5em !important;
	}
	.heading05 .subtext,
	.heading06 .subtext,
	.heading07 .subtext {
		font-size: 1.4rem;
	}
	.heading05[class*="underline-"] {
		font-size: 2.4rem;
	}
	.heading05.underline-black {
		font-size: 2rem;
	}
	.inline {
		display: inline-block;
		margin-top: 0;	/* パーツリスト用 */
	}
	[class*="heading"].inline + .inline {
		margin-left: 58px;
	}
}


/* layout
-------------------------------- */
* + [class*="-wrap"],
[class*="-wrap"] + * {
	margin-top: 80px !important;
}
.flex-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
}
.flex-wrap[data-col="2"] > * {
	width: calc((100% - 7.5%) / 2);
	margin-right: 7.5%;
}
.flex-wrap[data-col="3"] > * {
	width: calc((100% - 15%) / 3);
	margin-right: 7.5%;
}
.flex-wrap[data-col="4"] > * {
	width: calc((100% - 22.5%) / 4);
	margin-right: 7.5%;
}
.flex-wrap[data-col="2"] > *:nth-child(2n),
.flex-wrap[data-col="3"] > *:nth-child(3n),
.flex-wrap[data-col="4"] > *:nth-child(4n) {
	margin-right: 0;
}
.flex-wrap[data-col="2"] > *:nth-child(n+3),
.flex-wrap[data-col="3"] > *:nth-child(n+4),
.flex-wrap[data-col="4"] > *:nth-child(n+5) {
	/*margin-top: 7.5%;*/
	margin-top: 70px;
}
.flex-wrap.img-fit img {
	width: 100%;
	height: auto;
}
@media only screen and (min-width: 1069px) {
	.flex-wrap > * > .link-more {
		margin-top: 4.3rem;
	}
}

.col-wrap > * {
	/*background-color: chocolate;	コーディング確認*/
	width: calc((100% - 15%) / 3);
}
.col-wrap.large-l > * {
	float: left;
}
.col-wrap > *:first-child {
	width: calc(100% - ((100% - 15%) / 3) - 7.5%);
}
.col-wrap > *:nth-child(n+3) {
	margin-top: 7.3%;
}
.col-wrap.large-l > *:first-child {
	margin-right: 7.5%;
}
.col-wrap.large-r > * {
	float: right;
}
.col-wrap.large-r > *:first-child {
	margin-left: 7.5%;
}

[class*="float-"] {
	margin-bottom: 1em;
	width: auto;
}
* + [class*="float-"] {
	margin-top: 2em !important;
}
.float-r {
	float: right;
	margin-left: 3.75%;
}
.float-l {
	float: left;
	margin-right: 3.75%;
}


/*PC Layout
-------------------*/
@media only screen and (min-width: 769px) {
	.flex-wrap.flex-row {
		justify-content: space-between;
		flex-direction: row-reverse;
	}
	.flex-wrap.flex-row[data-col="2"] > *:nth-child(2n+1),
	.flex-wrap.flex-row[data-col="3"] > *:nth-child(3n+1),
	.flex-wrap.flex-row[data-col="4"] > *:nth-child(4n+1) {
		margin-right: 0;
	}
}

/*SPLayout
-------------------*/
@media only screen and (max-width: 768px) {
	* + [class*="-wrap"],
	[class*="-wrap"] + * {
		margin-top: 50px !important;
	}
	.flex-wrap[data-spcol="1"] {
		display: block;
	}
	.flex-wrap[data-spcol="1"] > * {
		width: 100%;
		margin-right: 0;
	}
	.flex-wrap[data-spcol="1"] > * + * {
		margin-top: 3em !important;
	}
	.col-wrap > * {
		width: 100%;
	}
	.col-wrap.large-l > *,
	.col-wrap.large-r > * {
		float: none;
	}
	.col-wrap > *:first-child {
		width: 100%;
	}
	.col-wrap > *:nth-child(n+3),
	.col-wrap > * + *  {
		margin-top: 2em;
	}
	.col-wrap.large-l > *:first-child {
		margin-right: 0;
	}
	.col-wrap.large-r > *:first-child {
		margin-left: 0;
	}

	[class*="float-"] {
		margin-bottom: 1em;
		width: auto;
	}
	* + [class*="float-"] {
		margin-top: 2em !important;
	}
	.float-r,
	.float-l  {
		float: none;
		margin-left: 0;
	}
}


/* list parts
-------------------------------- */
body {counter-reset: numList;}
.start01 {counter-reset: numList 0 !important;}
.start02 {counter-reset: numList 1 !important;}
.start03 {counter-reset: numList 2 !important;}
.start04 {counter-reset: numList 3 !important;}
.start05 {counter-reset: numList 4 !important;}
.start06 {counter-reset: numList 5 !important;}
.start07 {counter-reset: numList 6 !important;}
.start08 {counter-reset: numList 7 !important;}
.start09 {counter-reset: numList 8 !important;}
.start10 {counter-reset: numList 9 !important;}

.normal-list01,
.number-list01 {
	line-height: 2;
}
.normal-list01 > li {
	padding: 0 0 0 1em;
	position: relative;
}
.normal-list01 > li:before {
	content: "・";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.normal-list01 > li {
	padding-left: 15px;
}
.normal-list01 > li > * {
	padding-left: 1em;
	margin-top: .5em;
}


[class*="number-list"] {
	counter-reset: numList;
}
[class*="number-list"] > li {
	padding: 0 0 0 1.8em;
	padding: 0 0 0 2.2em;
	position: relative;
}
[class*="number-list"] > li:before {
	font-size: 1.8rem;
	font-weight: 500;
	content: "";
	content: counter(numList,decimal) "．";
	counter-increment: numList;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 1.8;
}
[class*="number-list"].lower-roman > li:before {
	font-size: 1.8rem;
	font-weight: 500;
	content: "";
	content: counter(numList,lower-roman) "．";
	counter-increment: numList;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
[class*="number-list"] > li > [class*="number-list01"] {
	margin-top: 0.5em;
}
[class*="number-list"] > li > * {
	margin-left: -.5em;
	margin-left: -.8em;
}
[class*="number-list"] > li .heading {
	font-size: 1.8rem;
	font-weight: 500;
	margin-left: -.3em;
}
.number-list02 > li .heading,
.number-list02 > li:before {
	font-size: 1.6rem;
}
[class*="number-list"] > li:nth-child(n+2),
[class*="number-list"] > li:nth-child(n+2) {
	margin-top: 2em;
}
[class*="number-list"].mt-none > li:nth-child(n+2),
[class*="number-list"].mt-none > li:nth-child(n+2) {
	margin-top: 0;
}
.notice {
	padding-left: 1em;
	text-indent: -1em;
}
.notice:before {
	content: '※';
}

.past-list {
	border-bottom: 1px solid #DCDCDC;
}
.past-list dt {
	font-size: 1.8rem;
	font-weight: 500;
	padding: 30px 0;
	border-top: 1px solid #DCDCDC;
	position: relative;
}
.past-list dt:before,
.past-list dt:after {
	content: '';
	background-color: #000;
	display: block;
	width: 12px;
	height: 2px;
	position: absolute;
	top: 50%;
	right: 35px;
	margin-top: -1px;
	transition: 0.2s ease-in-out;
}
.past-list dt:after {
	transform: rotate(90deg);
}
.past-list dt.active:after {
	background-color: #fff;
	width: 0;
	height: 0;
}
.past-list dd {
	padding-bottom: 30px;
	display: none;
}

/*SPLayout
-------------------*/
@media only screen and (max-width: 768px) {
	.normal-list01 > li:before {
		left: -5px;
	}
	.normal-list01 > li {
		padding-left: 15px;
	}
	.normal-list01 > li > * {
		padding-left: 1em;
		margin-top: .5em;
	}
	.normal-list01.mt-none > li > * {
		padding-left: 0;
	}

	[class*="number-list"] > li {
		padding: 0 0 0 2.2em;
		padding: 0 0 0 1.8em;
	}
	[class*="number-list"] > li:before {
		line-height: 2;
	}
	.number-list01 > li {
		font-size: 1.7rem;
	}
	.number-list01 > li > * {
		margin-left: -1.2em;
		margin-left: -1em;
		/*margin-top: .5em;*/
	}
	[class*="number-list"] > li .heading {
		font-size: 1.7rem;
		margin-left: 0;
	}
	.normal-list01 > li:nth-child(n+2),
	.number-list01 > li:nth-child(n+2) {
		margin-top: 1.5em;
	}
	.normal-list01.mt-none > li:nth-child(n+2),
	.number-list01.mt-none > li:nth-child(n+2) {
		margin-top: 0;
	}
	.past-list dt {
		/*font-size: 1.6rem;*/
	}
	.past-list dt:before,
	.past-list dt:after {
		right: 0;
	}
}
.p-policy .normal-list01 a, .meeting .normal-list01 a{
	color: #2179C7 !important;
	text-decoration: underline !important;
}
.p-policy .normal-list01 a:hover, .meeting .normal-list01 a:hover{
	text-decoration: none !important;
}
.p-policy a{
	color: #2179C7 !important;
	text-decoration: underline !important;
}
.p-policy a:hover{
	text-decoration: none !important;
}

/* definition list
-------------------------------- */
[class*="definition-list"] dt {
	font-weight: 500;
}
.definition-list01 dd {
	font-size: 1.4rem;
	background-color: #FAFAFA;
	border: 1px solid #707070;
	padding: 20px;
	margin-top: 1em;
}
.definition-list02 {
	font-size: 1.4rem;
	background-color: #FAFAFA;
	padding: 20px;
}
.definition-list02 dt,
.definition-list02 dd {
	font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
	.definition-list01 dt {
		font-size: 1.7rem;
	}
	.definition-list01 dd {
		font-size: 1.6rem;
		padding: 30px;
	}
}


/* link
-------------------------------- */
.link-more {
	font-size: 1.5rem;
	font-weight: 500;
	text-align: right;
	margin-top: 3em;
	line-height: 1;
}
.link-more:before {
	content: '';
	background-repeat: no-repeat;
	background-image: url(/common/images/arrow01.svg);
	background-size: contain;
	display: inline-block;
	width: 73px;
	height: 8px;
	/*margin-top: 70px;*/
	margin-right: 35px;
	position: relative;
	top:0;
}
.link-rss {
	margin-left: 35px;
	position: relative;
	top: .7em;
}

@media only screen and (max-width: 768px) {
	.link-more {
		font-size: 1.4rem;
	}
	.link-more:before {
		background-size: auto 100%;
		background-position: bottom right;
		width: 44px;
		height: 7px;
		margin-right: 20px;
	}
	.link-rss {
		margin-left: 20px;
		top: .6em;
	}
}



/* btn
-------------------------------- */
.btn-list.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.btn-list.flex > .btn-link {
	margin-top: 72px;
	margin-right: 40px;
}
.btn-link {
	border: 1px solid #000 !important;
	display: table;
}
* + .btn-link {
	margin-top: 65px;
}
[class*="heading"] + .btn-link {
	margin-top: 72px !important;
}
.btn-link a {
	display: flex;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 28px 130px 28px 36px;
	position: relative;
	text-decoration: none !important;
	color:#000 !important;
}
.btn-link a:after {
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	content: "";
	position: absolute;
	top: 50%;
	right: 36px;
	transform: translateY(-50%);
}
.btn-link a:hover {
	text-decoration: underline !important;
}
.btn-link a .icon-pdf:hover ,
.btn-link a .icon-win:hover {
	text-decoration: none !important;
}
/*.btn-link a[target="_blank"]:after {
	background-image: url(/common/images/icon-blank.svg);
	height: 15px;
	width: 18px;
}
.btn-link a[href$=".pdf"]:after {
	background-image: url(/common/images/icon-pdf.svg);
	height: 23px;
	width: 28px;
}*/

.btn-link a .icon-pdf,
.btn-link a .icon-win {
	height: 2.2em;
	top: 5px;
	left: 9.5em;
	margin-left: -3em;
}
.btn-link a .icon-win {
	top: 10px;
}
.btn-link a:hover .icon-pdf {
	text-decoration: none;
}

@media only screen and (max-width: 768px) {
	.btn-list.flex {
		display: block;
	}
	.btn-list.flex > .btn-link {
		margin-top: 45px;
		margin-right: 0;
	}
	* + .btn-link {
		margin-top: 45px;
	}
	[class*="heading"] + .btn-link {
		margin-top: 45px !important;
	}
	.btn-link a {
		/*font-size: 1.4rem;*/
		/*padding: 14px 60px 14px 18px;*/
		padding-right: 60px;
	}
	.btn-link a:after {
		right: 18px;
	}
	.btn-link a[target="_blank"]:after {
		height: 11px;
		width: 11px;
	}
	.btn-link a[href$=".pdf"]:after {
		height: 17px;
		width: 20px;
	}
	.btn-link a .icon-pdf,
	.btn-link a .icon-win {
		/*
		top: 2px;
		left: 4.5em;
		margin-left: -3em;
		*/
		margin-left: 0;
		position: absolute;
		top: 50%;
		left: inherit;
		right: 22px;
		transform: translateY(-50%);
	}

}



/* news-list
-------------------------------- */
* + [class*="news-list"] {
	margin-top: 60px;
}
.archive-link + [class*="news-list"] {
	margin-top: 30px;
}
/*[class*="news-list"] li {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
}*/
[class*="news-list"] li a {
	color: #000;
}
.history .news-list02 a, .person .news-list02 a, .link-business a{
	color: #2179C7 !important;
    text-decoration: underline;
}
.history .news-list02 a:hover, .person .news-list02 a:hover, .link-business a:hover, .trajectory .news-list02 a:hover{
    text-decoration: none;
}
[class*="news-list"] li .entry-title a {
	font-weight: 500;
	padding-left: 2em;
	display: inline-block;
	/*display: block;*/
}
[class*="news-list"] li > * {
	margin-top: 0 !important;
}
[class*="news-list"] li > *:first-child {
	color: #777777;
	/*width: 15.5em;*/
}
[class*="news-list"] li > *:first-child span,
[class*="news-list"] li .txt-col span[class*="entry-"] {
	display: inline-block;
	margin-right: 2em;
}
[class*="news-list"] li > *:first-child span:last-child,
[class*="news-list"] li .txt-col span[class*="entry-"]:last-child {
	margin-right: 0;
}
[class*="news-list"] li > *:first-child span.entry-corp {
	font-weight: 500;
}
[class*="news-list"] li > *:first-child span.entry-cat,
[class*="news-list"] li .txt-col span.entry-cat {
	color: #5AAFE1;
	font-weight: 500;
}
/*[class*="news-list"] li > *:nth-child(2) {
	width: calc(100% - 15.5em);
}*/
.news-list01 * + li  {
	margin-top: 60px;
	margin-top: 45px;
}
/*.news-list02 {
	border-bottom: 1px solid #707070;
}*/
.news-list02 > li {
	padding: 30px 0;
	border-bottom: 1px solid #DCDCDC;
}
.news-list02 * + li {
	margin-top: 0;
}
.news-list02.flex {
	border-top: 1px solid #DCDCDC;
}
.news-list02.flex > li {
	display: flex;
	flex-wrap: nowrap;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.news-list02.flex > li p:first-child{
	width: 9em;
}
.news-list02.flex > li p:last-child{
	width: calc(100% - 9em);
}
.news-list02.flex > li p.entry-title a {
	padding-left: 0;
}
.news-list02.flex > li p.entry-title span {
	display: inline-block;
}
.news-list02.flex > li p.entry-title * + span {
	margin-left: 2.5em;
}
.past-list dd .entry-title a {
	font-weight: 500;
}
[class*="news-list"] .is-hide {
	display: none !important;
}

.icon-pdf,
.icon-win {
	font-size: 1rem;
	font-weight: 500;
	font-style: normal;
	line-height: 2rem;
	padding: 0 .4em;
	display: inline-block;
	margin-left: 1em;
	border: #000 solid 1px;
	position: relative;
	top: -2px;
	color: #000;
}
.icon-win {
	border: none;
	height: 15px;
	width: 18px;
	padding: 0;
	margin-left: .5em;
	top: 0;
}
a:hover .icon-pdf {
	text-decoration: none;
}

.yearly-archive dt {
	display: none;
}
.yearly-list {
	padding-bottom: 35px;
	border-bottom: 1px solid #5AAFE1;
}
.yearly-list li {
	display: inline-block;
}
.yearly-list li + li {
	margin-left: 2em;
}
.yearly-list li .current {
	font-weight: 700;
}

.pagenate-list {
	margin-top: 120px;
	margin-top: 80px;
	text-align: center;
}
.pagenate-list li {
	display: inline-block;
}
.pagenate-list li + li {
	margin-left: 30px;
}
.pagenate-list li a,
.pagenate-list li button {
	text-align: center;
	display: block;
	line-height: 60px;
	border: 1px solid #dcdcdc;
	width: 60px;
}
.pagenate-list li.current a {
	border: 2px solid #5AAFE1;
	pointer-events: none;
}
.pagenate-list li.prev a,
.pagenate-list li.next a,
.pagenate-list li button {
	font-size: 1.6rem;
	color: #000;
	width: auto;
	border: none;
	cursor: pointer;
}
.pagenate-list li.disabled a,
.pagenate-list li.disabled button,
.pagenate-list li.current + .next {
	opacity: .5;
	pointer-events: none;
}

.pagenate-list li.prev a:after,
.pagenate-list li.next a:before,
.pagenate-list li.prev button:after,
.pagenate-list li.next button:before {
	content: '';
	background-repeat: no-repeat;
	background-image: url(/common/images/arrow01.svg);
	background-size: auto 100%;
	background-position: bottom right;
	display: inline-block;
	width: 73px;
	height: 7px;
	margin-right: 16px;
	position: relative;
	top:0;
}
.pagenate-list li.prev a:after,
.pagenate-list li.prev button:after {
	margin-right: 0;
	margin-left: 16px;
	transform: scale(-1, 1);
}

.pagenate-list .no-archive {
	font-size: 2.8rem;
	margin-top: 100px;
	text-align: left;
}
.pagenate-list .no-archive + ul {
	display: none !important;
}

.tab-wrap .tab-menu {
	position: relative;
	margin-top: 80px;
}
.tab-wrap .tab-menu li {
	display: inline-block;
}
.tab-wrap .tab-menu li + li {
	margin-left: 20px;
	margin-left: 70px;
}
.tab-wrap .tab-menu li a {
	color: #C8C8C8;
	font-size: 2.4rem;
	font-weight: 500;
	text-align: center;
	display: block;
	padding-bottom: 17px;
	border-bottom: 2px solid #C8C8C8;
	text-decoration: none !important;
	position: relative;
}
.news .tab-wrap .tab-menu li a:hover{
	color: #000;
border-bottom: 4px solid #5AAFE1;
}
.tab-wrap .tab-menu li a:active:after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    border-right: 3px solid #5AAFE1;
    border-bottom: 3px solid #5AAFE1;
    transform: rotate(45deg);
    position: absolute;
    bottom: -28px;
    left: 50%;
    margin-left: -8px;
}
.tab-wrap .tab-menu li.select a {
	color: #000;
	border-bottom: 4px solid #5AAFE1;
	pointer-events: none;
}
.tab-wrap .tab-menu li.select a:after  {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    border-right: 3px solid #5AAFE1;
    border-bottom: 3px solid #5AAFE1;
    transform: rotate(45deg);
    position: absolute;
    bottom: -28px;
    left: 50%;
    margin-left: -8px;
}
.tab-wrap .tab-contents {
	transition: 0.2s ease-in-out;
	display: none;
	margin-top: 100px;
	margin-top:70px;
	margin-top:36px;
}
.tab-wrap .tab-contents.select {
	display: block;
}

.tab-wrap .archive-link {
	display: inline-block;
	margin-top: 65px;
	margin-top: 28px;
	position: relative;
}
.tab-wrap .archive-link.category {
	min-width: 13.5em;
}
.tab-wrap .archive-link.corpname {
	min-width: 11em;
}
.tab-wrap .archive-link +  .archive-link {
	margin-left: 35px;
}
.tab-wrap .archive-link dt {
	font-size: 2rem;
	font-weight: 500;
	cursor: pointer;
}
.tab-wrap .archive-link dt:after {
	content: '';
	display: inline-block;
	background-color: #fff;
	width: 8px;
	height: 8px;
	margin-left: 1em;
	border-left: 2px solid #000;
	border-bottom: 2px solid #000;
	position: relative;
	top: -4px;
	left: 0;
	transform: rotate(-45deg);
}
.tab-wrap .archive-link dt.active:after {
	transform: rotate(135deg);
	top: 0px;
}
.tab-wrap .archive-link dd {
	background-color: #fff;
	min-width: 100%;
	padding: 25px 23px;
	position: absolute;
	top: 3em;
	left: 0;
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.16);
	z-index: 99;
}
.accordion-menu > dt {
	cursor: pointer;
}
.archive-link.accordion-menu > dd {
	display: none;
}
.tab-wrap .archive-link dd ul li + li {
	margin-top: .7em;
}
.tab-wrap .archive-link dd ul li a {
	display: block;
	/*padding: 5px 0;*/
}
.tab-wrap .archive-link dd input[type=radio] {
	visibility: hidden;
	width: 0;
	padding:0;
}
.tab-wrap .archive-link dd label {
	display: block;
	cursor: pointer;
	white-space: nowrap;
}
.tab-wrap .archive-link dd label.checked {
	text-decoration: underline;
	opacity: .8;
}
.tab-wrap .archive-link dd label:hover {
	text-decoration: underline;
}

/*SPLayout
-------------------*/
@media only screen and (max-width: 768px) {
	* + [class*="news-list"] {
		margin-top: 60px;
	}
	[class*="news-list"] > li {
		display: block;
		padding-top: 20px;
	}
	[class*="news-list"] li > *:nth-child(2) {
		width: 100%;
		margin-top: 1em;
	}
	[class*="news-list"] li .entry-title {
		font-size: 1.8rem;
	}
	[class*="news-list"] li .entry-title a {
		padding-left: 0em;
	}
	.news-list01 * + li  {
		margin-top: 3em;
	}
	.news-list02 > li {
		padding-bottom: 27px;
	}
	.news-list02 > li .entry-title {
		font-size: 1.7rem;
	}
	.news-list02 > li * + .entry-title {
		margin-top: 10px !important;
	}

	.yearly-archive {
		position: relative;
	}
	.yearly-archive + * {
		margin-top: 2em;
	}
	.yearly-archive dt {
		font-size: 1.8rem;
		font-weight: 500;
		display: block;
		position: relative;
	}
	.yearly-archive dt:after {
		content: '';
		display: inline-block;
		background-color: #fff;
		width: 12px;
		height: 12px;
		margin-left: 1em;
		border-left: 1px solid #000;
		border-bottom: 1px solid #000;
		position: relative;
		top: -4px;
		left: 0;
		transform: rotate(-45deg);
		pointer-events: none;
	}
	.yearly-archive dt.active:after {
		transform: rotate(135deg);
		top: 5px;
	}
	.yearly-archive dd {
		background-color: #fff;
		padding: 5px 15px 10px 0;
		position: absolute;
		top: 2em;
		left: 0;
		display: none;
	}
	.yearly-list {
		padding-bottom: 0;
		border-bottom: none;
	}
	.yearly-list li {
		display: block;
	}
	.yearly-list li + li {
		margin-left: 0;
		margin-top: .5em;
	}

	.pagenate-list {
		margin-top: 40px;
		padding-bottom: 64px;
		position: relative;
	}
	.pagenate-list li {
		width: calc((100% - 26.8%) / 5);
		margin-right: -4px;
	}
	.pagenate-list li + li {
		margin-left: 6.7%;
		margin-left: calc(6.7% - 2px);
		margin-top: calc(6.7% - 2px)
	}
	.pagenate-list li:nth-child(2),
	.pagenate-list li:last-child {
		margin-left: 0;
	}
	.pagenate-list li a {
		font-size: 1.4rem;
		line-height: 45px;
		width: 100%;
	}
	.pagenate-list li.current a {
		border: 2px solid #5AAFE1;
	}
	.pagenate-list li.prev,
	.pagenate-list li.next {
		width: 40%;
		width: auto;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.pagenate-list li.next {
		left: auto;
		right: 0;
		right: 6px;
	}
	.pagenate-list li.prev a,
	.pagenate-list li.next a,
	.pagenate-list li button {
		font-size: 1.4rem;
	}
	.pagenate-list li.prev a:after,
	.pagenate-list li.next a:before,
	.pagenate-list li.prev button:after,
	.pagenate-list li.next button:before{
		background-size: auto 100%;
		background-position: bottom right;
		width: 44px;
		height: 7px;
		margin-right: 20px;
		position: relative;
		top:0;
	}
	.pagenate-list li.prev a:after {
		margin-right: 0;
		margin-left: 20px;
	}

	.pagenate-list .no-archive {
		font-size: 2rem;
		margin-top: 70px;
	}

	.tab-wrap .tab-menu {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-end;
		/*margin-top: 3em;*/
		margin-top: 60px;
	}
	.tab-wrap .tab-menu li {
		margin: 0 !important;
		width: 45.7%;
	}
	.tab-wrap .tab-menu li a {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		height: 100%;
		line-height: 1.5;
		width: 100%;
	}
	/*
	.tab-wrap .tab-menu li {
		display: block;
		padding-right: 35px;
		height: 0;
		opacity: 0;
		visibility: hidden;
		transition: 0.2s ease-in-out;
	}
	.tab-wrap .tab-menu li.select,
	.tab-wrap .tab-menu.active li {
		height: auto;
		opacity: 1;
		visibility: visible;
	}
	.tab-wrap .tab-menu li + li {
		margin-left: 0;
	}
	.tab-wrap .tab-menu li a {
		color: #000;
		font-size: 1.8rem;
		text-align: left;
		padding: 0;
		min-width:initial;
		display: block;
		border-bottom: none !important;
	}
	.tab-wrap .tab-menu li.select a:after,
	.tab-wrap .archive-link dt:after{
		content: '';
		display: inline-block;
		background-color: #fff;
		width: 12px;
		height: 12px;
		margin-left: 1em;
		border-left: 1px solid #000;
		border-bottom: 1px solid #000;
		position: relative;
		top: -4px;
		left: 0;
		transform: rotate(-45deg);
		pointer-events: none;
	}
	.tab-wrap .tab-menu.active li.select a:after {
		transform: rotate(135deg);
		top: 5px;
	}
	*/
	.tab-wrap .tab-contents {
		margin-top: 0em;
	}

	.tab-wrap .archive-link {
		width: 100%;
	}
	/*
	.tab-wrap .archive-link {
		margin-top: 0px;
	}
	*/
	.tab-wrap .archive-link + .archive-link {
		/*margin-top: 36px !important;*/
		margin-top: 24px !important;
		margin-left: 0px;
	}
	.tab-wrap .archive-link dt {
		font-size: 1.8rem;
	}
	.tab-wrap .archive-link dd {
		min-width: inherit;
	}
	/*.tab-wrap .archive-link dt:after {
		content: '';
		display: inline-block;
		background-color: #fff;
		width: 8px;
		height: 8px;
		margin-left: 1em;
		border-left: 2px solid #000;
		border-bottom: 2px solid #000;
		position: relative;
		top: -4px;
		left: 0;
		transform: rotate(-45deg);
		}*/
}



/* table
-------------------------------- */
.table-area table {
	border-collapse:collapse;
	width: 100%;
}
.table-area table caption {
	visibility: hidden;
	height: 0;
}
.table-area table th,
.table-area table td {
	font-weight: 300;
	text-align: left;
	padding: 30px 40px;
	vertical-align: top;
	border: 1px #DCDCDC solid;
}
.table-area table th {
	background-color: #FAFAFA;
}
.table-area table td {
}

@media only screen and (max-width: 768px) {
	.table-area {
		width: 100%;
		overflow-x: scroll;
		position: relative;
		padding-bottom: 10px;
	}
	.table-area table {
		width: 200%;
	}

	.table-area table th,
	.table-area table td {
		padding: 8px;
	}
}



/* index
-------------------------------- */
/*.index .first-row .col:nth-child(2) {
	margin-top: 220px;
}*/
.index .first-row {
	flex-wrap: nowrap;
}
.index .flex-wrap figcaption {
	font-size: 2.8rem;
	font-weight: 500;
	text-align: center;
	margin-top: 2em;
}

@media only screen and (max-width: 768px) {
	/*.index .first-row .col:nth-child(2) {
		margin-top: 50px;
	}*/
	.index .flex-wrap figcaption {
		font-size: 1.8rem;
		/*margin-top: .8em;*/
		margin-top: 1.55em;
	}
	.index .flex-wrap[data-spcol="1"] > .col:nth-of-type(n+2) {
		margin-top: 54px;
	}
}



/* margin
-------------------------------- */
* + .number-list01 {
	/*margin-top: 4em;*/
	margin-top: 48px;
}
[class*="number-list"] > li .heading + * {
	margin-top: 1.25em !important;
}
* + [class*="definition-list"] {
	margin-top: 1em;
}
* + .notice {
	margin-top: 1em;
}

/*
[class*="heading"] + *:not(section) {
	margin-top: 1.25em !important;
}
*/
h1.heading01 + * {
	margin-top: 60px !important;
}
h1.heading01 + section,
h1.heading01 + div:not(.w-full) {
	margin-top: 90px !important;
}

@media only screen and (max-width: 768px) {
	h1.heading01 + *,
	h1.heading01 + section,
	h1.heading01 + div:not(.w-full) {
		margin-top: 42px !important;
	}
}


/* Clearfix
========================================== */
.col-wrap:after,
.img-wrap:after {
	content: "";
	display: block;
	clear: both;
}



/* 2022.01.28 追加
========================================== */
body {
	position: relative;
	overflow-x: hidden;
}
body > .icon-bg {
	position: fixed;
	display: block;
	width: 500px;
	height: 495px;
	right: -147px;
	top: -158px;
	pointer-events: none;
}
body.home > .icon-bg {
	width: 1222px;
	height: 1206px;
	right: -673px;
	top: -240px;
}
.header {
	background-color: #ffffff;
}
.header-inner {
	background-color: transparent;
}
.header .logo {
	position: relative;
	z-index: 2;
	margin-top: 0 !important;
}
/*
.header .icon-bg-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: none;
	pointer-events: none;
}
*/
.header .icon-bg {
	background-image: none !important;
}
body > .icon-bg span,
.header .icon-bg span {
	position: relative;
	display: block;
	height: 100%;
	transition: none;
	transform-origin: 50% 50%;
}
body > .icon-bg span .blur,
.header .icon-bg span .blur {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	background-image: url(/common/images/bg-head_blur.svg);
	background-size: 100%;
	background-position: left top;
	background-repeat: no-repeat;
	opacity: 0;
}
body > .icon-bg span .shape,
.header .icon-bg span .shape {
	background-image: url(/common/images/bg-head.svg);
	background-size: 100%;
	background-position: left top;
	background-repeat: no-repeat;
}

/*SPLayout
-------------------*/
@media only screen and (max-width: 950px) {
	body > .icon-bg {
		width: 235px;
		height: 232px;
		right: -123px;
		top: -89px;
	}
	body.home > .icon-bg {
		width: 370px;
		height: 365px;
		right: -190px;
		/*top: -152px;*/
		top: -96px;
	}
	body > .icon-bg > span,
	.header .icon-bg > span {
		transform-origin: 20% 40%;
	}
}

@media only screen and (min-width: 951px) {
  body > .icon-bg.sp {
		display: none !important;
	}
}
@media only screen and (max-width: 950px) {
  body > .icon-bg.pc {
		display: none !important;
	}
}



/* 2022.11.11 追加
========================================== */

.press-notice {
	line-height: 2;
	margin-bottom: 138px;
}

@media only screen and (max-width: 950px) {
	.press-notice {
		margin-bottom: 68px;
	}
}

/* ↑↑
========================================== */
.link-notice a{
     color: #2179C7;
    text-decoration: underline;
}
.link-notice a:hover{
    text-decoration: none;
}
/* infomationsecurity
========================================== */
.infomationsecurity .content-box{
border: solid 1px #888;
    padding: 7.5%;
}
@media only screen and (max-width: 768px) {
.infomationsecurity .ml15-sp{
    margin-left: 15px;
}
}

/*external-transmission-tool
========================================== */
.external-transmission-tool >section{
	margin-top: 90px !important;
}

/*external_transmission_list
========================================== */
@media only screen and (max-width: 768px) {
.external_transmission_list .table-area{
    overflow-x: scroll;
}
}
.external_transmission_list table {
            width: 100%;
   			 table-layout: fixed;
    		font-size: 1.3rem;
}
.external_transmission_list table th{
        background-color: #FAFAFA;
		text-align: center;
		font-weight: 500;	
		vertical-align: middle;
}
.external_transmission_list table td,
.external_transmission_list table th{
    border: 1px #DCDCDC solid;
    padding: 30px 10px;
    word-wrap: break-word;
}
@media only screen and (max-width: 768px){	
.external_transmission_list table td,	
.external_transmission_list table th{	
padding: 8px;	
}	
}

.external_transmission_list table th:first-child{
        width: 10%;
}
.external_transmission_list table th:nth-child(6){
    width: 30%;
}
@media only screen and (max-width: 768px){
.external_transmission_list table {
   	width: 900px;
}
}
@media only screen and (max-width: 768px){
.external_transmission_list table .sp-none {
   	display: none;
}
}
.accordion-menu-br-sp {	
display: none;	
}
@media only screen and (max-width: 390px){	
.accordion-menu-br-sp {
display: block;	
}
}

.external_transmission_list  dt a{
color: #000 !important;
    text-decoration: none !important;
}
.dx-strategy .enactment-date, .dx-strategy .normal-list01{
    margin-top: 3em !important;
}
.dx-strategy [class*="number-list"] > li b{
    padding: 0 0 0 0.6em;
}
@media only screen and (max-width: 768px) {
.dx-strategy .ml1em-sp{
	    margin-left: 1em;
}
}