@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. モジュール

******************************************************************************* */
.r3Main {
	overflow: hidden;
}
/* ==

　01. モジュール

=============================================================================== */
/* 地図
------------------------------------------------------------------------------- */
.gCanvas {
	max-width: 100%;
	height: 680px;
	margin: 0 auto;
}
#globalMap {
	margin: 120px 0 0;
}
.nWorld {
	min-width: 950px;
	margin: -1px 0 60px;
	padding: 0 0 60px;
	background: url(/global/common/images/parts/map_bg01.jpg) center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.nWorld .glHeading01 {
	line-height: 1.5;
	margin: 0;
	padding: 80px 0 0;
	color: #fff;
	font-size: 267%;
	font-weight: 700;
	text-align: center;
}
/* 世界地図
------------------------------------------------------------------------------- */
#globalMap .gKyoten_devTbl,
#globalMap .gKyoten_devSmp {
	display: none !important;
}
#globalMap .gKyoten {
	position: relative;
	min-height: 500px;
	padding: 60px 0 60px;
	transition: height 0.1s ease-in;
	z-index: 1;
	overflow: hidden;
}
#globalMap .gKyoten_world {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1300px;
	height: 100%;
	margin: 0 0 0 -650px;
	transition: opacity 0.4s;
	opacity: 0;
}
#globalMap .gKyoten_world-show {
	opacity: 1;
}
#globalMap .gKyoten_country {
	position: relative;
	display: none;
	width: 100%;
	max-width: 1300px;
	height: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}
.gLoading {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.gLoading::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90px;
	height: 90px;
	margin: -45px 0 0 -45px;
	background: url(/global/common/images/parts/loading.svg) center center no-repeat;
	background-size: 90px 90px;
}
/* フキダシ
------------------------------------------------------------------------------- */
#globalMap .gCountrys_item {
	position: absolute;
}
#globalMap .gCountrys_item-korea {
	top: 261px;
	left: 507px;
}
#globalMap .gCountrys_item-china {
	top: 269px;
	left: 444px;
}
#globalMap .gCountrys_item-hongkong {
	top: 308px;
	left: 458px;
}
#globalMap .gCountrys_item-taiwan {
	top: 303px;
	left: 487px;
}
#globalMap .gCountrys_item-philippines {
	top: 343px;
	left: 499px;
}
#globalMap .gCountrys_item-vietnam {
	top: 334px;
	left: 444px;
}
#globalMap .gCountrys_item-singapore {
	top: 379px;
	left: 426px;
}
#globalMap .gCountrys_item-malaysia {
	top: 374px;
	left: 460px;
}
#globalMap .gCountrys_item-indonesia {
	top: 410px;
	left: 453px;
}
#globalMap .gCountrys_item-thailand {
	top: 331px;
	left: 418px;
}
#globalMap .gCountrys_item-myanmar {
	top: 317px;
	left: 399px;
}
#globalMap .gCountrys_item-india {
	top: 310px;
	left: 348px;
}
#globalMap .gCountrys_item-srilanka {
	top: 357px;
	left: 359px;
}
#globalMap .gCountrys_item-qatar {
	top: 294px;
	left: 252px;
}
#globalMap .gCountrys_item-uae {
	top: 296px;
	left: 269px;
}
#globalMap .gCountrys_item-america {
	top: 247px;
	left: 958px;
}
#globalMap .gCountrys_item-mexico {
	top: 303px;
	left: 956px;
}
#globalMap .gCountrys_item-peru {
	top: 414px;
	left: 1047px;
}
#globalMap .gCountrys_item-australia {
	top: 470px;
	left: 531px;
}
#globalMap .gCountrys_item-newzealand {
	top: 545px;
	left: 655px;
}
#globalMap .gCountrys_item-kenya {
	top: 382px;
	left: 212px;
}
#globalMap .gCountrys_item-unitedkingdom {
	top: 190px;
	left: 75px;
}
#globalMap .gCountrys_item-belgium {
	top: 203px;
	left: 95px;
}
#globalMap .gCountrys_item-netherlands {
	top: 190px;
	left: 102px;
}
#globalMap .gCountrys_item-germany {
	top: 193px;
	left: 117px;
}
#globalMap .gCountrys_item-bangladesh {
	top: 301px;
	left: 381px;
}
/* 国マップ
------------------------------------------------------------------------------- */
#globalMap .gMarker_img {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1300px;
	margin: 0 0 0 -650px;
}
#globalMap .gCountrys_pin {
	display: block;
	position: relative;
	width: 12px;
	height: 12px;
	z-index: 2;
	cursor: pointer;
}
#globalMap .gCountrys_pin::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background-color: #fa0046;
	transition: transform 0.4s, opacity 0.4s;
	cursor: pointer;
}
#globalMap .gCountrys_pin::after {
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 3px;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background-color: #fa0046;
	transition: transform 0.2s, opacity 0.2s;
	transform: scale(1.85) translate3d(0,0,0);
	opacity: 0;
}
#globalMap .gCountrys_pin-active::before {
	transform: scale(1.85) translate3d(0,0,0);
	opacity: 0.2;
}
#globalMap .gCountrys_pin-active::after {
	transform: scale(1) translate3d(0,0,0);
	opacity: 1;
}
#globalMap .gCountrys_info {
	display: none;
	position: absolute;
	left: 50%;
	bottom: 28px;
	width: 172px;
	height: 172px;
	border: 2px solid #fa0046;
	border-radius: 100%;
	background-color: #fff;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 1;
	color: #000;
	animation: infoHide .3s ease-out 0s forwards;
	box-sizing: border-box;
}
#globalMap .gCountrys_info-open {
	display: table;
	animation: infoShow .3s ease-out 0s forwards;
	z-index: 3;
	cursor: pointer;
}
#globalMap .gCountrys_in {
	display: table-cell;
	position: relative;
	padding: 6px 10px;
	vertical-align: middle;
	text-align: center;
}
#globalMap .gCountrys_in::before {
	display: block !important;
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: -14px;
	width: 0;
	height: 0;
	margin: 0 0 0 -7px;
	border-style: solid;
	border-width: 14px 7px 0 7px;
	border-color: #fa0046 transparent transparent transparent;
}
#globalMap .gCountrys_in::after {
	display: block !important;
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: -10px;
	width: 0;
	height: 0;
	margin: 0 0 0 -5px;
	border-style: solid;
	border-width: 11px 5px 0 5px;
	border-color: #fff transparent transparent transparent;
}
#globalMap .gCountrys_tit {
	line-height: 1.3;
	color: #fa0046;
	font-size: 159%;
	font-weight: bold;
}
#globalMap .gCountrys_en {
	line-height: 1.25;
	margin: 7px 0 0;
	font-size: 117%;
}
@keyframes infoShow {
	from {
		opacity: 0;
		margin-bottom: 10px;
	}
	to {
		opacity: 1;
		margin-bottom: 0;
	}
}
@keyframes infoHide {
	from {
		margin-bottom: 0;
	}
	to {
		opacity: 0;
		margin-bottom: 10px;
	}
}
#globalMap  .gPins {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 610px;
}
#globalMap  .gPins_item {
	position: absolute;
}
#globalMap  .gPins_item::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 6px;
	height: 6px;
	margin: -3px 0 0 -2px;
	border-radius: 100%;
	background-color: #d2d2d2;
}
#globalMap  .gPins_item-n1 {
	top: 39.672%;
	left: 38.23%;
}
#globalMap  .gPins_item-n2 {
	top: 40.983%;
	left: 36.692%;
}
#globalMap  .gPins_item-n3 {
	top: 45.409%;
	left: 37.692%;
}
#globalMap  .gPins_item-n4 {
	top: 46.065%;
	left: 37.923%;
}
#globalMap  .gPins_item-n5 {
	top: 47.213%;
	left: 37.769%;
}
#globalMap  .gPins_item-n6 {
	top: 51.475%;
	left: 33.692%;
}
#globalMap  .gPins_item-n7 {
	top: 51.967%;
	left: 33.923%;
}
#globalMap  .gPins_item-n8 {
	top: 55.409%;
	left: 37.692%;
}
#globalMap  .gPins_item-n9 {
	top: 54.262%;
	left: 31.384%;
}
#globalMap  .gPins_item-n10 {
	top: 54.59%;
	left: 31.076%;
}
#globalMap  .gPins_item-n11 {
	top: 56.229%;
	left: 32.384%;
}
#globalMap  .gPins_item-n12 {
	top: 56.393%;
	left: 32.769%;
}
#globalMap  .gPins_item-n13 {
	top: 57.704%;
	left: 34.153%;
}
#globalMap  .gPins_item-n14 {
	top: 57.868%;
	left: 33.846%;
}
#globalMap  .gPins_item-n15 {
	top: 62.295%;
	left: 32.846%;
}
#globalMap  .gPins_item-n16 {
	top: 67.54%;
	left: 34.076%;
}
#globalMap  .gPins_item-n17 {
	top: 67.868%;
	left: 34.461%;
}
#globalMap  .gPins_item-n18 {
	top: 49.016%;
	left: 27.153%;
}
#globalMap  .gPins_item-n19 {
	top: 56.557%;
	left: 27.23%;
}
#globalMap  .gPins_item-n20 {
	top: 78.852%;
	left: 38%;
}
#globalMap  .gPins_item-n21 {
	top: 82.786%;
	left: 44.461%;
}
#globalMap  .gPins_item-n22 {
	top: 84.918%;
	left: 44.846%;
}
#globalMap  .gPins_item-n23 {
	top: 85.409%;
	left: 51.692%;
}
#globalMap  .gPins_item-n24 {
	top: 64.098%;
	left: 16.307%;
}
#globalMap  .gPins_item-n25 {
	top: 36.229%;
	left: 69.153%;
}
#globalMap  .gPins_item-n26 {
	top: 42.786%;
	left: 69.769%;
}
#globalMap  .gPins_item-n27 {
	top: 43.934%;
	left: 71.461%;
}
#globalMap  .gPins_item-n28 {
	top: 45.901%;
	left: 74.615%;
}
#globalMap  .gPins_item-n29 {
	top: 51.475%;
	left: 74.153%;
}
#globalMap  .gPins_item-n30 {
	top: 51.967%;
	left: 74.615%;
}
#globalMap  .gPins_item-n31 {
	top: 39.508%;
	left: 77.307%;
}
#globalMap  .gPins_item-n32 {
	top: 43.442%;
	left: 78.076%;
}
#globalMap  .gPins_item-n33 {
	top: 38.688%;
	left: 81.769%;
}
#globalMap  .gPins_item-n34 {
	top: 40.655%;
	left: 81%;
}
#globalMap  .gPins_item-n35 {
	top: 41.147%;
	left: 80.615%;
}
#globalMap  .gPins_item-n36 {
	top: 42.295%;
	left: 80.307%;
}
#globalMap  .gPins_item-n37 {
	top: 69.672%;
	left: 80.692%;
}
#globalMap  .gPins_item-n38 {
	top: 51.639%;
	left: 74.461%;
}
#globalMap  .gPins_item-n39 {
	top: 42.622%;
	left: 39.692%;
}
#globalMap .gMarker {
	position: absolute;
	top: -6px;
	right: 0;
	left: 0;
	width: 100%;
	max-width: 950px;
	height: 100%;
	margin: 0 auto;
	z-index: 1;
}
#globalMap .gMarker_item {
	position: absolute;
	width: 26px;
	height: 47px;
	z-index: 2;
}
#globalMap .gMarker_item span {
	display: block;
	position: absolute;
	bottom: 47px;
	left: -16px;
	width: 31px;
	height: 47px;
	line-height: 28px;
	font-size: 14px;
	text-align: center;
	transition: transform 0.6s;
	transform-origin: bottom center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	cursor: pointer;
	box-sizing: border-box;
}
#globalMap .gMarker_item-type1 {
	color: #bc9f51;
}
#globalMap .gMarker_item-type2 {
	color: #3289ca;
}
#globalMap .gMarker_item-type3 {
	color: #57c664;
}
#globalMap .gMarker_item-type1 span {
	background-image: url(/global/common/images/parts/pin_ico04.png);
}
#globalMap .gMarker_item-type2 span {
	background-image: url(/global/common/images/parts/pin_ico05.png);
}
#globalMap .gMarker_item-type3 span {
	background-image: url(/global/common/images/parts/pin_ico06.png);
}
.d_hover #globalMap .gMarker_item span:hover {
	transform: scale(1.5) translate3d(0,0,0) rotate(0.1deg);
}
.d_hover #globalMap .gMarker_item span:hover {
	transform: scale(1.5) translate3d(0,0,0) rotate(0.1deg);
}
#globalMap .gMarker_note {
	position: absolute;
	right: 10px;
	bottom: -40px;
	color: #fff;
	font-size: 117%;
	z-index: 1;
	text-align: right;
}

.iGroup {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -62px -20px 0;
	padding: 0 0 80px;
}
.iGroup_item {
	width: -webkit-calc(50% - 40px);
	width: calc(50% - 40px);
	margin: 64px 20px 0;
}
.iGroup_img {
	display: block;
}
.iGroup_img img {
	width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
}
.iGroup_tit {
	line-height: 1.5;
	font-size: 200%;
}
.iGroup_tit a {
	color: #fff;
	text-decoration: none;
	transition: opacity 0.6s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.d_hover .iGroup_tit a:hover {
	opacity: 0.7;
}
.iGroup_img + .iGroup_info .iGroup_tit {
	margin: 15px 0 0;
}
.iGroup_tag {
	line-height: 1.5;
	margin: 15px 0 0;
	font-size: 117%;
}
.iGroup_txt {
	line-height: 1.5;
	margin: 15px 0 0;
	font-size: 117%;

}
/* ボタン掲載
------------------------------------------------------------------------------- */
.gBtns {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	position: relative;
	max-width: 980px;
	line-height: 1.6;
	margin: 0 auto 0;
	padding: 0 20px;
	z-index: 1;
}
.topicsBlock .gBtns {
	padding: 0;
}
.gBtns_item {
	font-size: 159%;
}
.gBtns_item a {
	display: block;
	position: relative;
	padding: 13px 80px 13px;
	border: 1px solid #aaa;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: background 0.3s;
}
.d_hover .gBtns_item a:hover {
	background-color: rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.2);
}
.gBtns_item a[target='_blank']::after {
	content: '';
	display: inline-block;
	width: 11px;
	height: 8px;
	margin: 0 0 0 10px;
	background: url(/common/images/rn04/svg/blank_ico02.svg) left top no-repeat;
	background-size: contain;
	vertical-align: 0.1em;
}
.gBtns_item a::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 22px;
	height: 12px;
	margin: -6px 0 0;
	background: url(/common/images/rn04/svg/arw_ico02.svg) left top no-repeat;
	background-size: contain;
}
/* 見出し
------------------------------------------------------------------------------- */
.glHeading01 {
	line-height: 1.5;
	margin: 80px 0 55px;
	font-size: 267%;
	font-weight: 700;
	text-align: center;
}
.glHeading01-mt1 {
	margin-top: 120px;
}
/* リード
------------------------------------------------------------------------------- */
.glLead01 {
	padding: 70px 15px 70px;
	background-color: #fff;
}
.glLead01_in {
	max-width: 950px;
	margin: 0 auto;
}
.glLead01_txt {
	line-height: 2;
	margin: 0;
	font-size: 134%;
	font-weight: 500;
	text-align: center;
}
/* レイアウト
------------------------------------------------------------------------------- */
.glBlock01 {
	margin: 40px 0;
	padding: 60px 20px;
	background-color: #f7f7f7;
}
.glBlock01_in {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	max-width: 950px;
	margin: 0 auto;
}
.glBlock01_in-reverse {
	flex-direction: row-reverse;
}
.glBlock01_info {
	display: -webkit-box;
	display: flex;
	align-items: center;
	width: 325px;
	box-sizing: border-box;
}
.glBlock01_tit {
	line-height: 1.5;
	margin: -5px 0 14px;
	font-size: 200%;
	font-weight: 700;
}
.glBlock01_txt {
	line-height: 2;
	margin: 0;
	color: #333;
	font-size: 134%;
	font-weight: 400;
}
.glBlock01_note {
	line-height: 1.5;
	margin: 10px 0 0;
	color: #333;
	font-size: 117%;
	font-weight: 400;
}
.glBlock01_img {
	display: block;
	width: 50%;
}
.glBlock01_caption {
	line-height: 1.5;
	margin: 10px 0 0;
	font-size: 125%;
	font-weight: 400;
}
/* プロジェクト
------------------------------------------------------------------------------- */
.glProject01 {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}
.glProject01_loading {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	margin: -40px 0 0 -40px;
	background: url(/common/images/rn04/svg/loading_ico01.svg) center center no-repeat;
	background-size: contain;
	z-index: 2;
}
.glProject01_in {
	opacity: 0;
	transition: opacity .3s;
	overflow: hidden;
}
.glProject01_in-show {
	opacity: 1;
}
.glProject01_list-1n,
.glProject01_list-2n,
.glProject01_list-3n {
	justify-content: center;
}
.glProject01_item {
	width: 240px;
}
.glProject01_wrap {
	display: block;
	text-decoration: none;
	cursor: pointer;
}
.glProject01_img {
	display: block;
}
.glProject01_tag {
	line-height: 1.75;
	margin: 20px 0 0;
	font-size: 100%;
	font-weight: 500;
}
.glProject01_tag span {
	display: inline-block;
	line-height: 22px;
	padding: 0 15px 2px;
	background-color: #333;
	color: #fff;
}
.glProject01_txt {
	position: relative;
	line-height: 1.75;
	margin: 8px 0 0;
	padding: 0 35px 0 0;
	font-size: 134%;
	font-weight: 400;
	text-decoration: underline;
}
.glProject01_txt::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0.6em;
	right: 0;
	width: 22px;
	height: 12px;
	background: url(/common/images/rn04/svg/arw_ico02.svg) left top no-repeat;
	background-size: contain;
}
.glProject01_btn {
	display: inline-block;
	position: absolute;
	top: 123px;
	width: 34px;
	height: 34px;
	margin: 0;
	background-color: #fff;
	border-radius: 100%;
	z-index: 2;
	cursor: pointer;
	transition: opacity .5s;
	letter-spacing: normal;
	opacity: 0;
}
.glProject01_btn-prev {
	left: -58px;
}
.glProject01_btn-next {
	right: -58px;
}
.glProject01_btn-show {
	opacity: 1;
}
.glProject01_btn::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 34px;
	height: 34px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.glProject01_btn-prev::before {
	background-image: url(../../common/images/svg/arw_ico03.svg);
}
.glProject01_btn-next::before {
	background-image: url(../../common/images/svg/arw_ico04.svg);
}
.glProject01_btn.swiper-button-disabled {
	opacity: .2;
}
@media only screen and (max-width: 1360px) {
	.glProject01 {
		padding-right: 65px;
		padding-left: 65px;
	}
	.glProject01_btn-prev {
		left: 15px;
	}
	.glProject01_btn-next {
		right: 15px;
	}
}
/* 国導線
------------------------------------------------------------------------------- */
.glCountry01_in {
	background: #212121;
	overflow: hidden;
}
.glCountry01_in-c1 {
	max-width: 720px;
	margin: 0 auto;
}
.glCountry01_block {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 100%;
}
.glCountry01_item {
	width: 50%;
}
.glCountry01_in-c1 .glCountry01_item {
	width: 	auto;
}
.glCountry01_item a {
	display: block;
	position: relative;
	height: 380px;
	color: #fff;
	overflow: hidden;
	text-decoration: none;
}
.glCountry01_item img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.glCountry01_item a:hover img {
	transform: scale(1.05, 1.05);
}
.glCountry01_pos {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: -8px auto 0;
	z-index: 5;
}
.glCountry01_title {
	line-height: 24px;
	font-size: 200%;
	font-weight: 700;
	text-align: center;
}
.glCountry01_title span {
	display: inline-block;
	padding: 0 0 4px;
}
.d_hover a:hover .glCountry01_title span {
	color: #fff;
	border-bottom:solid 3px #fa0046;
}
.glCountry01_layer {
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	width: 100%;
	height: 100%;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
}
a:hover .glCountry01_layer {
	opacity: 0.3;
	filter: alpha(opacity=30);
}
/* ボタン
------------------------------------------------------------------------------- */
.glBtn01 {
	margin: 60px 0 0;
	text-align: center;
}
.glBtn01 a {
	display: inline-block;
	position: relative;
	line-height: 1.5;
	padding: 15px 75px 18px;
	background-color: #000;
	color: #fff;
	font-size: 150%;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
}
.glBtn01 a::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 22px;
	height: 12px;
	margin: -6px 0 0;
	background: url(/common/images/rn04/svg/arw_ico02.svg) left top no-repeat;
	background-size: contain;
}
/* ナビ
------------------------------------------------------------------------------- */
.glNav01 {
	padding: 25px 0 30px;
	background-color: #f7f7f7;
}
.glNav01_in {
	max-width: 950px;
	margin: 0 auto;
}
.glNav01_tit {
	line-height: 1;
	margin: 0 0 20px;
	font-size: 167%;
	font-weight: 700;
}
.glNav01_tit a {
	display: inline-block;
	position: relative;
	padding: 0 50px 0 0;
	text-decoration: none;
}
.glNav01_tit a::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 22px;
	height: 12px;
	margin: -5px 0 0;
	background: url(/common/images/rn04/svg/arw_ico02.svg) left top no-repeat;
	background-size: contain;
}
.glNav01_list {
	display: -webkit-box;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	line-height: 1.3;
	margin: -14px 0 0;
	font-size: 117%;
	font-weight: 400;
}
.glNav01_list li {
	width: 23.578%;
	margin: 14px 1.894% 0 0;
}
.glNav01_list li:nth-child(4n) {
	margin-right: 0;
}
.glNav01_list a {
	display: block;
	padding: 6px 0 13px;
	border-bottom: 1px solid #ccc;
	position: relative;
	text-decoration: none;
}
.glNav01_list a::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 22px;
	height: 12px;
	margin: -7px 0 0;
	background: url(/common/images/rn04/svg/arw_ico02.svg) left top no-repeat;
	background-size: contain;
}
.glNav02 {
	margin: 0 0 120px;
}
.glNav02_in {
	max-width: 950px;
	margin: 0 auto;
}
.glNav02_list {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 100%;
}
.glNav02_list-c4 .glNav02_item {
	width: 23.579%;
	max-width: 224px;
}
.glNav02_list-c3 .glNav02_item {
	width: 30.316%;
	max-width: 288px;
}
.glNav02_wrap {
	display: block;
	text-decoration: none;
}
.glNav02_img {
	display: block;
}
.glNav02_txt {
	position: relative;
	line-height: 1.6875;
	margin: 18px 0 0;
	padding: 0 35px 0 0;
	font-size: 134%;
	font-weight: 500;
	text-decoration: underline;
}
.glNav02_txt::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0.6em;
	right: 0;
	width: 22px;
	height: 12px;
	background: url(/common/images/rn04/svg/arw_ico02.svg) left top no-repeat;
	background-size: contain;
}
/* ビジュアル
------------------------------------------------------------------------------- */
.glVisual02 {
	position: relative;
	color: #fff;
}
.glVisual02_in {
	height: 680px;
	opacity: 0;
	transition: opacity .3s;
}
.glVisual02_in-show {
	opacity: 1;
}
.glVisual02_tit {
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 160px;
	left: 0;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	z-index: 1;
}
.glVisual02_tit h1,
.glVisual02_tit span:nth-child(1) {
	display: inline-block;
	margin: 0 15px 0 0;
	font-size: 64px;
	font-weight: 700;
	vertical-align: middle;
}
.glVisual02_tit > p,
.glVisual02_tit span:nth-child(2) {
	display: inline-block;
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	vertical-align: -1.5em;
}
.glVisual02_loading {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	margin: -40px 0 0 -40px;
	background: url(/common/images/rn04/svg/loading_ico01.svg) center center no-repeat;
	background-size: contain;
	z-index: 2;
}
.glVisual02_item {
	position: relative;
	padding: 0;
	color: #fff;
}
.glVisual02_item img {
  object-fit: cover;
  width: 100%;
  height: 100%
}
.glVisual02_page {
	position: absolute;
	right: 0;
	bottom: 28px;
	left: 0;
	line-height: 8px;
	letter-spacing: -0.5em;
}
.glVisual02_page.swiper-pagination {
	z-index: 9;
}
.glVisual02_page .swiper-pagination-bullet {
	display: inline-block;
	width: 65px;
	height: 4px;
	margin: 0 5px;
	border-radius: 0;
	background: #fff;
	opacity: 1;
	letter-spacing: normal;
}
.glVisual02_page .swiper-pagination-bullet-active {
	background: #ff0046;
}
/* モーダル
------------------------------------------------------------------------------- */
/* Magnific Popup CSS */
.mfp-wrap .mfp-iframe-holder .mfp-content{max-width:99%;width:7in;height:390px;border:1px solid #959593;padding:0}.mfp-wrap .mfp-iframe-scaler iframe{box-shadow:none;background:#fff}.mfp-bg{z-index:1;overflow:hidden;background:#0b0b0b;opacity:.8;filter:alpha(opacity=80)}.mfp-bg,.mfp-wrap{top:0;left:0;width:100%;height:100%;position:fixed}.mfp-wrap{z-index:2;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:4}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:3}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:5;-webkit-box-shadow:none;box-shadow:none}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;filter:alpha(opacity=65);padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1;filter:alpha(opacity=100)}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:9pt;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;filter:alpha(opacity=65);margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1;filter:alpha(opacity=100)}.mfp-arrow .mfp-a,.mfp-arrow .mfp-b,.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow .mfp-a,.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow .mfp-b,.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left .mfp-a,.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left .mfp-b,.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right .mfp-a,.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right .mfp-b,.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure,img.mfp-img{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:9pt;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-height:300px),screen and (max-width:800px) and (orientation:landscape){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0 0;transform-origin:0 0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}.mfp-bg,.mfp-wrap{z-index:1102!important}.mfp-content{margin:5px 0 0;padding:50px 0 0}button.mfp-close{right:0;background:url(/lab/common/images/svg/close_ico02.png) center center no-repeat;background-size: 12px 12px;opacity:1;filter:alpha(opacity=100);padding:0;font-size:0;text-indent:-9999px;overflow:hidden}.mfp-iframe-holder .mfp-close{top:-54px;right:0;padding-right:0}.mfp-iframe-holder .mfp-close:active{top:-53px}
/* モーダル調整
------------------------------------------------------------------------------- */
.mfp-content .mfp-close {
	top: -80px;
	height: 80px;
	padding: 0;
	opacity: 1;
	cursor: pointer;
	box-sizing: border-box;
}
.mfp-content .mfp-close:active {
	top: -80px;
}
.mfp-content .mfp-close::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 23px;
	width: 2px;
	height: 70px;
	background-color: #fff;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.mfp-content .mfp-close::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 23px;
	width: 2px;
	height: 70px;
	background-color: #fff;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.mfp-container {
	min-width: 900px;
	padding-right: 30px;
	padding-left: 30px;
}
.mfp-wrap .mfp-iframe-holder .mfp-content {
	width: 650px;
	height: 370px;
	border: none;
	margin: 0;
}
.mfp-inline-holder .mfp-content {
	width: 100%;
	max-width: 950px;
	margin: 100px auto 0;
	padding: 22px 0 0;
	color: #fff;
}
.winIn {
	display: table;
	width: 100%;
	max-width: 950px;
	table-layout: fixed;
}
.colThumb {
	display: table-cell;
	width: 51.6%;
	vertical-align: top;
}
.colThumb img {
	width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
}
.colTxt {
	display: table-cell;
	position: relative;
	width: 48.5%;
	padding: 0 0 0 36px;
	vertical-align: top;
}
.infoTit {
	line-height: 1.5;
	margin: 0 0 48px;
	font-size: 200%;
}
.infoTit a {
	color: #fff;
	text-decoration: none;
	transition: opacity 0.5s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.d_hover .infoTit a:hover {
	opacity: 0.7;
}
.colTxt-type1 .infoTit {
	margin-bottom: 35px;
}
.infoTag {
	line-height: 2;
	margin: 0 0 30px;
	font-size: 117%;
}
.infoTit + .infoTag {
	margin: -24px 0 32px;
}
.infoTxt {
	line-height: 2;
	font-size: 117%;
}
.infoTxt sup {
	font-size: 10px;
}
.infoTxt_head {
	display: block;
	float: left;
}
.infoTxt_body {
	display: block;
	overflow: hidden;
}
.infoTxt::after { content: ''; display: block; clear: both; height: 0; }
.infoBtn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 15px -10px 0;
	font-size: 16px;
}
.infoBtn_item {
	width: -webkit-calc(50% - 21px);
	width: calc(50% - 21px);
	margin: 20px 10px 0;
}
.infoBtn-w {
	margin: 37px -10px 0;
	font-size: 20px;
}
.infoBtn-w .infoBtn_item {
	width: 100%;
	margin: 0 10px;
}
.infoBtn a {
	display: block;
	line-height: 62px;
	background-color: #4d4d4f;
	color: #fff;
	text-decoration: none;
	text-align: center;
	transition: opacity 0.6s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.d_hover .infoBtn a:hover {
	opacity: 0.7;
}
/* 最新情報
------------------------------------------------------------------------------- */
.idxNews01 {
  margin: 120px 0;
}
.idxNews01_in {
  max-width: 950px;
  margin: 0 auto;
}
.idxNews01_tit {
  line-height: 1.5;
  margin: 0 0 50px;
  font-size: 267%;
  font-weight: 700;
  text-align: center;
}
.idxNews01_list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 100%;
}
.idxNews01_item {
  width: 288px;
}
.idxNews01_wrap {
  display: block;
  text-decoration: none;
}
.idxNews01_img {
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 192px;
}
.idxNews01_tag {
  line-height: 1.75;
  margin: 20px 0 0;
  font-size: 100%;
  font-weight: 500;
}
.idxNews01_tag span {
  display: inline-block;
  line-height: 22px;
  padding: 0 15px 2px;
  background-color: #333;
  color: #fff;
}
.idxNews01_date {
  line-height: 1.5;
  margin: 10px 0 0;
  color: #999;
  font-size: 117%;
  font-weight: 400;
  text-decoration: none;
}
.idxNews01_txt {
  position: relative;
  line-height: 1.6875;
  margin: 8px 0 0;
  padding: 0 35px 0 0;
  font-size: 134%;
  font-weight: 400;
  text-decoration: underline;
}
.idxNews01_txt::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0.6em;
  right: 0;
  width: 22px;
  height: 12px;
  background: url(/common/images/rn04/svg/arw_ico02.svg) left top no-repeat;
  background-size: contain;
}
.idxNews01_btn {
  display: block;
  position: relative;
  max-width: 400px;
  line-height: 58px;
  margin: 60px auto 0;
  padding: 0 0 2px;
  background-color: #000;
  color: #fff;
  font-size: 150%;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
.idxNews01_btn::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 22px;
  height: 12px;
  margin: -6px 0 0;
  background: url(/common/images/rn04/svg/arw_ico02.svg) left top no-repeat;
  background-size: contain;
}

/* 関連キーワード
------------------------------------------------------------------------------- */
.glRelatedKeywords{
	margin: 120px 0;
	padding: 0 20px;
}
.glRelatedKeywords .glHeading01{
	margin: 0 0 25px;
}
.glRelatedKeywords_in{
	max-width: 950px;
	margin: 0 auto;
	background-color: #f7f7f7;
	padding: 40px 80px 50px;
	box-sizing: border-box;
}
.glRelatedKeywords ul{
	font-size: 135%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.glRelatedKeywords ul li{
	margin: 2px 0;
}
.glRelatedKeywords ul li::after{
	content: "、";
}
.glRelatedKeywords ul li:last-child::after{
	display: none;
}
