@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, button, textarea, select, option {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	color: inherit;
	font: inherit;
	text-decoration: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, main, footer, header, hgroup, menu, nav, section, form {
	display: block;
}
html, body {
	position: absolute;
	width: 100%;
	height: 100%;

	-webkit-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
	        text-size-adjust: 100%;
}
html {
	font-size: 62.5%;
}
body {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
	line-height: 1;
}
ol, ul, li {
	display: block;
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, q:before, blockquote:after, q:after {
	content: "";
	content: none;
}
strong {
	font-weight: bold;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
input, button, textarea, select, option {
	border-radius: 0;
	background-color: rgba(255,255,255,0);
	color: inherit;

	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}
img {
	width: 100%;
	vertical-align: bottom;
}
a, button, input[type="button"], input[type="submit"], label.hoverAction {
	cursor: pointer;
	-webkit-transition: opacity 0.3s;
	   -moz-transition: opacity 0.3s;
	    -ms-transition: opacity 0.3s;
	     -o-transition: opacity 0.3s;
	        transition: opacity 0.3s;
}
a:hover, button:hover, input[type="button"]:hover, input[type="submit"]:hover, label.hoverAction:hover {
	opacity: 0.6;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	    filter: alpha(opacity=60);
}
* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	line-height: 1;
}
.lang_en {
	font-family: "Poppins", sans-serif;
}
.lang_ja {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.lang_mix {
	font-family: "Poppins", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 768px) {
	.util_pc {
		display: none;
	}
}
@media screen and (min-width: 769px) {
	.util_sp {
		display: none;
	}
}
@media screen and (min-width: 375px) {
	.util_max374 {
		display: none;
	}
}
.clearfix:after {
	display: block;
	clear: both;
	content: "";
}
::-webkit-input-placeholder {
	color: #999;
}
:-ms-input-placeholder {
	color: #999;
}
::placeholder {
	color: #999;
}
#wrapper {
	overflow: hidden;
	min-height: 100%;
	background-color: #e0e2e3;
	background-image: url("../images/global/limestoneBg.png");
	background-position: center;
}
@media screen and (min-width: 769px) {
	#wrapper {
		padding-left: 80px;
		-webkit-background-size: 576px;
		   -moz-background-size: 576px;
		        background-size: 576px;
	}
}
@media screen and (max-width: 768px) {
	#wrapper {
		padding-top: 60px;
		-webkit-background-size: 375px;
		   -moz-background-size: 375px;
		        background-size: 375px;
	}
}
#headerTop {
	display: -webkit-box;
	display:    -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         box;
	display:         flex;
}
#headerLogoLink {
	display: block;
}
#headerLeft {
	background-color: #fff;
}
#headerLeftNavList .headerLeftNavListItem {
	font-weight: 600;
	letter-spacing: 0.1em;
}
#headerLeftNavList .headerLeftNavListItemLink[target="_blank"]:after {
	display: inline-block;
	width: 1.4rem;
	height: 1.4rem;
	margin: 0 0 0.8rem 1rem;
	background-image: url("../images/global/link_external.svg");
	-webkit-background-size: 100%;
	   -moz-background-size: 100%;
	        background-size: 100%;
	vertical-align: bottom;
	content: "";
}
#header .headerNavBtn {
	display: block;
	position: fixed;
	z-index: 10000;
}
#header .headerNavBtnBar {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	-webkit-transition: -webkit-transform 0.3s ease-out;
	   -moz-transition:    -moz-transform 0.3s ease-out;
	    -ms-transition:     -ms-transform 0.3s ease-out;
	     -o-transition:      -o-transform 0.3s ease-out;
	        transition:         transform 0.3s ease-out;
}
#header .headerNavBtnBarContainer {
	position: relative;
	-webkit-transition: -webkit-transform 0.3s ease-out;
	   -moz-transition:    -moz-transform 0.3s ease-out;
	    -ms-transition:     -ms-transform 0.3s ease-out;
	     -o-transition:      -o-transform 0.3s ease-out;
	        transition:         transform 0.3s ease-out;
}
#header .headerNavBtnText {
	font-size: 1rem;
	text-align: center;
	text-align: 0.05em;
	letter-spacing: 0.05em;
}
#header.menuOpened .headerNavBtnBar {
	-webkit-transform: rotate(-180deg);
	   -moz-transform: rotate(-180deg);
	    -ms-transform: rotate(-180deg);
	     -o-transform: rotate(-180deg);
	        transform: rotate(-180deg);
}
#header.menuOpened .headerNavBtnBarContainer {
	-webkit-transform: rotate(90deg);
	   -moz-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	     -o-transform: rotate(90deg);
	        transform: rotate(90deg);
}
@media screen and (min-width: 769px) {
	#headerTop {
		padding: 40px 0;

		-webkit-box-pack: center;
		   -moz-box-pack: center;
		     -o-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		        justify-content: center;
	}
	#headerLogo {
		width: 80px;
	}
	#headerLeft {
		position: fixed;
		z-index: 9999;
		top: 0;
		left: 0;
		width: 80px;
		height: 100%;
	}
	#headerLeftNav {
		overflow-y: scroll;
		width: 420px;
		max-height: 100%;
		margin-right: -20px;
	}
	#headerLeftNavContainer {
		display: -webkit-box;
		display:    -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         box;
		display:         flex;
		overflow: hidden;
		position: absolute;
		top: 0;
		right: 0;
		width: 400px;
		height: 100%;
		background-color: #fff;
		-webkit-transition: right 0.3s ease-out;
		   -moz-transition: right 0.3s ease-out;
		    -ms-transition: right 0.3s ease-out;
		     -o-transition: right 0.3s ease-out;
		        transition: right 0.3s ease-out;
		-webkit-transform: translate3d(0, 0, 0);
		   -moz-transform: translate3d(0, 0, 0);
		    -ms-transform: translate3d(0, 0, 0);
		     -o-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0);

		-webkit-align-items: center;
		        align-items: center;
		-webkit-box-align: center;
		   -moz-box-align: center;
		     -o-box-align: center;
		-ms-flex-align: center;
		will-change: right;
	}
	#headerLeftNavList {
		padding: 40px 0;
	}
	#headerLeftNavList .headerLeftNavListItem {
		padding: 20px 80px 20px 110px;
		font-size: 1.8rem;
		line-height: 2.5rem;
	}
	#header .headerNavBtn {
		top: 50%;
		left: 25px;
		width: 30px;
		-webkit-transform: translateY(-50%);
		   -moz-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		     -o-transform: translateY(-50%);
		        transform: translateY(-50%);
	}
	#header .headerNavBtnBar {
		height: 1px;
	}
	#header .headerNavBtnBarContainer {
		height: 19px;
		margin-bottom: 16px;
	}
	#header .headerNavBtnBar.top {
		top: 0;
	}
	#header .headerNavBtnBar.middle {
		top: 9px;
	}
	#header .headerNavBtnBar.bottom {
		bottom: 0;
	}
	#header .headerNavBtnText {
		font-size: 1rem;
	}
	#header.menuOpened #headerLeftNavContainer {
		right: -320px;
	}
}
@media screen and (max-width: 768px) {
	#headerTop {
		position: fixed;
		z-index: 9999;
		top: 0;
		left: 0;
		width: 100%;
		height: 60px;
		padding: 0 20px;
		background-color: #fff;
	}
	#headerLogo {
		display: -webkit-box;
		display:    -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         box;
		display:         flex;
		width: 60px;
		height: 100%;

		-webkit-align-items: center;
		        align-items: center;
		-webkit-box-align: center;
		   -moz-box-align: center;
		     -o-box-align: center;
		-ms-flex-align: center;
	}
	#headerLeft {
		visibility: hidden;
		overflow-y: scroll;
		position: fixed;
		z-index: 9999;
		top: 60px;
		left: 0;
		width: 100%;
		height: calc(100% - 60px);
		opacity: 0;
		-webkit-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
		   -moz-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
		    -ms-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
		     -o-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
		        transition: opacity 0.3s ease-out, visibility 0.3s ease-out;

		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		    filter: alpha(opacity=0);
	}
	#headerLeftNav {
		padding: 40px 0;
	}
	#headerLeftNavList .headerLeftNavListItem + .headerLeftNavListItem {
		margin-top: 3.2rem;
	}
	#headerLeftNavList .headerLeftNavListItemLink {
		display: block;
		font-size: 2.4rem;
		text-align: center;
		line-height: 3rem;
	}
	#header .headerNavBtn {
		top: 21px;
		right: 20px;
		width: 32px;
		height: 18px;
	}
	#header .headerNavBtnBar {
		height: 2px;
	}
	#header .headerNavBtnBarContainer {
		height: 18px;
		margin-bottom: 16px;
	}
	#header .headerNavBtnBar.top {
		top: 0;
	}
	#header .headerNavBtnBar.middle {
		top: 8px;
	}
	#header .headerNavBtnBar.bottom {
		bottom: 0;
	}
	#header.menuOpened #headerLeft {
		visibility: visible;
		opacity: 1;

		-ms-filter: none;
		    filter: none;
	}
}
@media screen and (min-width: 769px) {
	#main {
		padding-top: 32px;
	}
	#mainInner {
		max-width: 1840px;
		margin: 0 auto;
		padding-right: 80px;
		padding-left: 80px;
	}
}
@media screen and (max-width: 768px) {
	#main {
		padding-top: 60px;
	}
	#mainInner {
		padding: 0 20px;
	}
}
#mainHeading {
	font-weight: 700;
	text-align: center;
}
#mainHeading > div {
	padding-left: 0.1em;
	letter-spacing: 0.1em;
}
#mainHeading .mainHeading_en span {
	display: inline-block;
	margin: 0 0.15em;
}
@media screen and (min-width: 769px) {
	#mainHeading .mainHeading_en {
		margin-bottom: 25px;
		font-size: 5.6rem;
	}
	#mainHeading .mainHeading_en span {
		display: inline-block;
		margin: 0 0.15em;
	}
	#mainHeading .mainHeading_ja {
		font-size: 2rem;
	}
}
@media screen and (max-width: 768px) {
	#mainHeading .mainHeading_en {
		margin-bottom: 12px;
		padding: 0.6rem;
		font-size: 3.5rem;
		line-height: 4.4rem;
	}
	#mainHeading .mainHeading_ja {
		font-size: 1.6rem;
	}
}
#footer {
	position: relative;
}
#footer .footerNavListItem {
	margin-bottom: 1em;
	font-size: 1.6rem;
}
#footer .footerNavListItemLink {
	font-weight: 500;
	text-indent: 0.1em;
	line-height: 2rem;
	letter-spacing: 0.1em;
}
#footerBottomLogoList {
	display: -webkit-box;
	display:    -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         box;
	display:         flex;
}
#footerBottomLogoList .footerBottomLogoLink {
	display: block;
}
#footerBottomLogoList .footerBottomLogoLink img {
	width: auto;
}
#footerBottomList {
	display: -webkit-box;
	display:    -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         box;
	display:         flex;
	letter-spacing: 0.1em;

	-webkit-box-pack: center;
	   -moz-box-pack: center;
	     -o-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
}
#footerBottomList .privacyPolicy {
	border-right: 1px solid;
	font-weight: 600;
}
#footerPageTop {
	position: absolute;
	bottom: 0;
	left: 0;
	padding-right: 50px;
	font-weight: 600;
	line-height: 2rem;
	white-space: nowrap;
	letter-spacing: 0.12em;
	-webkit-transform: rotate(-90deg);
	   -moz-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	     -o-transform: rotate(-90deg);
	        transform: rotate(-90deg);
	-webkit-transform-origin: bottom left;
	   -moz-transform-origin: bottom left;
	    -ms-transform-origin: bottom left;
	     -o-transform-origin: bottom left;
	        transform-origin: bottom left;
}
#footerPageTop:hover:after {
	-webkit-transform: translateX(8px);
	   -moz-transform: translateX(8px);
	    -ms-transform: translateX(8px);
	     -o-transform: translateX(8px);
	        transform: translateX(8px);
}
#footerPageTop:after, #footerPageTopContainer {
	position: absolute;
}
#footerPageTop:after {
	display: block;
	position: absolute;
	right: 0;
	bottom: 48%;
	background-image: url("../images/global/arrow.svg");
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	        background-size: cover;
	content: "";
	-webkit-transition: -webkit-transform 0.3s;
	   -moz-transition:    -moz-transform 0.3s;
	    -ms-transition:     -ms-transform 0.3s;
	     -o-transition:      -o-transform 0.3s;
	        transition:         transform 0.3s;
}
@media screen and (min-width: 769px) {
	#footer {
		padding-bottom: 30px;
	}
	#footerInner {
		padding: 0 80px;
	}
	#footerNav {
		margin-bottom: 10px;
	}
	#footerNavList {
		display: -webkit-box;
		display:    -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         box;
		display:         flex;

		-webkit-box-lines: multiple;
		   -moz-box-lines: multiple;
		     -o-box-lines: multiple;
		-webkit-box-pack: center;
		   -moz-box-pack: center;
		     -o-box-pack: center;
		-ms-flex-pack: center;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
		-webkit-justify-content: center;
		        justify-content: center;
	}
	#footer .footerNavListItem {
		padding: 0 25px;
	}
	#footerBottom {
		display: -webkit-box;
		display:    -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         box;
		display:         flex;

		-webkit-align-items: flex-end;
		        align-items: flex-end;
		-webkit-box-align: end;
		   -moz-box-align: end;
		     -o-box-align: end;
		-webkit-box-lines: multiple;
		   -moz-box-lines: multiple;
		     -o-box-lines: multiple;
		-webkit-box-pack: center;
		   -moz-box-pack: center;
		     -o-box-pack: center;
		-ms-flex-align: end;
		-ms-flex-pack: center;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
		-webkit-justify-content: center;
		        justify-content: center;
	}
	#footerBottom > * {
		margin: 0 16px 25px;

		-webkit-flex-shrink: 0;
		        flex-shrink: 0;
	}
	#footerBottomLogoList .footerBottomLogo + .footerBottomLogo {
		margin-left: 32px;
	}
	#footerBottomLogoList .footerBottomLogoLink img {
		height: 36px;
	}
	#footerBottomList {
		font-size: 1.4rem;
		line-height: 2rem;
	}
	#footerBottomList .privacyPolicy {
		margin-right: 30px;
		padding-right: 30px;
	}
	#footerPageTop {
		font-size: 1.2rem;
	}
	#footerPageTop:after {
		width: 42px;
		height: 8px;
	}
	#footerPageTopContainer {
		bottom: 55px;
		left: calc(100% - 40px);
	}
}
@media screen and (max-width: 768px) {
	#footer {
		padding: 40px 0;
		border-top: 1px solid #bbb;
	}
	#footerInner {
		padding: 0 20px;
	}
	#footerNav {
		margin-bottom: 20px;
		text-align: center;
	}
	#footer .footerNavListItem {
		line-height: 2.2rem;
	}
	#footer .footerNavListItem + .footerNavListItem {
		margin-top: 20px;
	}
	#footerBottomLogoList {
		margin-bottom: 20px;

		-webkit-box-pack: center;
		   -moz-box-pack: center;
		     -o-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		        justify-content: center;
	}
	#footerBottomLogoList .footerBottomLogo {
		margin: 0 16px;
	}
	#footerBottomLogoList .footerBottomLogoLink img {
		height: 36px;
	}
	#footerBottomList {
		font-size: 1.2rem;
		line-height: 1.6rem;
	}
	#footerBottomList .privacyPolicy {
		margin-right: 20px;
		padding-right: 20px;
	}
	#footerPageTop {
		font-size: 1.4rem;
	}
	#footerPageTop:after {
		width: 30px;
		height: 6px;
	}
	#footerPageTopContainer {
		top: 175px;
		left: calc(100% - 15px);
	}
}
#pager {
	display: -webkit-box;
	display:    -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         box;
	display:         flex;
}
#pager .pagerItem.ellipsis {
	opacity: 0.5;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	    filter: alpha(opacity=50);
}
#pager .pagerItem:not(.ellipsis) > .pagerItemNum {
	border-bottom: 1px solid;
}
#pager .pagerItem > .pagerItemNum {
	opacity: 1;

	-ms-filter: none;
	    filter: none;
}
#pager .pagerItemNum {
	font-weight: 700;
	text-align: center;
}
#pager .pagerItemLink {
	display: block;
	opacity: 0.5;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	    filter: alpha(opacity=50);
}
#pager .pagerItemLink:hover {
	opacity: 1;

	-ms-filter: none;
	    filter: none;
}
@media screen and (min-width: 769px) {
	#pager {
		-webkit-box-pack: center;
		   -moz-box-pack: center;
		     -o-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		        justify-content: center;
	}
	#pager .pagerItem {
		margin: 0 5px;
	}
	#pager .pagerItem:not(.ellipsis) > .pagerItemNum {
		padding-bottom: 6px;
	}
	#pager .pagerItemNum {
		width: 3rem;
		padding-bottom: 7px;
		font-size: 2.4rem;
		line-height: 3.2rem;
	}
}
@media screen and (max-width: 768px) {
	#pager {
		-webkit-box-pack: distribute;
		   -moz-box-pack: distribute;
		     -o-box-pack: distribute;
		-ms-flex-pack: distribute;
		-webkit-justify-content: space-around;
		        justify-content: space-around;
	}
	#pager .pagerItem:not(.ellipsis) > .pagerItemNum {
		padding-bottom: 12px;
	}
	#pager .pagerItemNum {
		width: 2.5rem;
		padding-bottom: 13px;
		font-size: 1.8rem;
		line-height: 2.5rem;
	}
}
