@charset "UTF-8";
/*----------------------------------------

	index CSS

	- common
	- main
	- land

-----------------------------------------*/

/*----------------------------------------
	common
-----------------------------------------*/
#header .h_box01 #lang {
	--lang-color: #fff;
}
#headtitle.tit_bg .headtitle_bg {
	background-image: url(../img/i_titbg01s.jpg);
	color: #fff;
}
/* pc  768 - # */
@media print, screen and (min-width:768px) {
	#headtitle.tit_bg .headtitle_bg {
		background-image: url(../img/i_titbg01.jpg);
	}
}
@media screen and (min-width:768px) and (-webkit-min-device-pixel-ratio: 2),
	   screen and (min-width:768px) and (-o-min-device-pixel-ratio: 2/1),
	   screen and (min-width:768px) and (min-resolution: 2dppx){
	#headtitle.tit_bg .headtitle_bg {
		background-image: url(../img/i_titbg01@2x.jpg);
	}
}

/*----------------------------------------
	main
-----------------------------------------*/
#s_main {
	margin-top: 50px;
	margin-bottom: 50px;
}
#s_main h2 {
	margin-bottom: 20px;
	line-height: 1.8;
	letter-spacing: 0.4rem;
}
#s_main #mv_slide {
	margin-bottom: 14px;
	padding-bottom: 32px;
}
#s_main #mv_slide .slick-track {
	margin-left: 0;
}
#s_main #mv_slide>.slide .slick-slide figure {
	position: relative;
	margin: 0 -8%;
}
#s_main #mv_slide>.slide .slick-slide figure figcaption {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 3.46666vw;
	text-align: center;
	line-height: 2;
}
#s_main #mv_slide>.slide .slick-slide figure figcaption span {
	width: 58%;
}
#s_main #mv_slide>.slide .slick-slide dl {
	padding: 14px 5.3% 12px;
}
#s_main #mv_slide>.slide .slick-slide dl>dt {
	display: table;
	margin-bottom: 6px;
	padding-bottom: 2px;
}
#s_main #mv_slide .thum {
	position: relative;
	width: 100%;
}
#s_main #mv_slide .thum-scroll {
	width: 100%;
	font-size: 0;
	overflow: auto;
	letter-spacing: 0;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
#s_main #mv_slide .thum-scroll::-webkit-scrollbar {
	display:none;
}
#s_main #mv_slide .thum-list {
	white-space: nowrap;
}
#s_main #mv_slide .thum-list>figure {
	position: relative;
	display: inline-block;
	width: calc(25% - 1px);
	margin-right: 1px;
	padding: 5px 0;
	cursor: pointer;
}
#s_main #mv_slide .thum-list>figure:last-child {
	margin-right: 0;
}
#s_main #mv_slide .thum-list>figure:before,
#s_main #mv_slide .thum-list>figure:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
#s_main #mv_slide .thum-list>figure:before {
	border: 5px solid transparent;
}
#s_main #mv_slide .thum-list>figure:after {
	border: 2px solid transparent;
}
#s_main #mv_slide .thum-list>figure.is-active:before {
	border-color: #fff;
}
#s_main #mv_slide .thum-list>figure.is-active:after {
	border-color: #000c30;
}
#s_main #mv_slide .thum-list>figure>figcaption {
	display: none;
}
#s_main #mv_slide .thum-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    background-color: rgba(255,255,255,0.5);
}
#s_main #mv_slide .thum-arrow:hover {
	color: transparent;
	outline: none;
	opacity: 0.7;
}
#s_main #mv_slide .thum-arrow::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 5px;
	height: 5px;
	border-top: 1px solid #111111;
	border-right: 1px solid #111111;
	transform-origin: 0 0;
	opacity: 1;
}
#s_main #mv_slide .thum-prev {
	left: 0;
}
#s_main #mv_slide .thum-prev::before {
	transform: rotate(-135deg) translate(-50%,-50%);
}
#s_main #mv_slide .thum-next {
	right: 0;
}
#s_main #mv_slide .thum-next::before {
	transform: rotate(45deg) translate(-50%,-50%);
}
#s_main #mv_map {
	background: url(../img/i_main_bg01.png) center bottom no-repeat;
	background-size: 100% 135px;
}
#s_main #mv_map>div {
	position: relative;
}
#s_main #mv_map>div>ul>li {
	position: absolute;
}
#s_main #mv_map>div>ul>li:before,
#s_main #mv_map>div>ul>li:after {
	content: '';
	position: absolute;
}
#s_main #mv_map>div>ul>li>a {
	position: absolute;
	display: block;
	width: 122px;
	padding: 11px 24px 11px 4px;
	color: #fff;
	line-height: 1.2;
	white-space: nowrap;
	background-color: #000c30;
}
#s_main #mv_map>div>ul>li>a>span:before,
#s_main #mv_map>div>ul>li>a>span:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	-webkit-transform-origin: center center;
	    -ms-transform-origin: center center;
	        transform-origin: center center;
}
#s_main #mv_map>div>ul>li>a>span:before {
	right: 14px;
	width: 4px;
	height: 4px;
	margin: -3px 0 0;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: translate(0,-50%) rotate(135deg);
	    -ms-transform: translate(0,-50%) rotate(135deg);
	        transform: translate(0,-50%) rotate(135deg);
}
#s_main #mv_map>div>ul>li>a>span:after {
	right: 13px;
	width: 7px;
	height: 7px;
	border-bottom: 1px solid #fff;
	-webkit-transform: translate(0,-50%);
	    -ms-transform: translate(0,-50%);
	        transform: translate(0,-50%);
}
#s_main #mv_map>div>ul>li>a[target="_blank"]>span:before {
	content: none;
}
#s_main #mv_map>div>ul>li>a[target="_blank"]>span:after {
	right: 8px;
	width: 14px;
	height: 14px;
	border: none;
	background: url(/asset/img/cmn/c_link01.png) center top no-repeat;
	background-size: 13px 13px;
	-webkit-transform: translate(0,-50%) rotate(0);
	    -ms-transform: translate(0,-50%) rotate(0);
	        transform: translate(0,-50%) rotate(0);
}
#s_main #mv_map>div>ul>li:nth-child(1) {
	left: 77%;
	bottom: 57%;
}
#s_main #mv_map>div>ul>li:nth-child(1)>a {
	bottom: 25px;
	-webkit-transform: translate(-50%,0);
	    -ms-transform: translate(-50%,0);
	        transform: translate(-50%,0);
}
#s_main #mv_map>div>ul>li:nth-child(1):after {
	bottom: 0;
	left: 50%;
	height: 25px;
	border-right: 1px solid #000c30;
}
#s_main #mv_map>div>ul>li:nth-child(2) {
	bottom: 34%;
	right: 61%;
}
#s_main #mv_map>div>ul>li:nth-child(2)>a {
	right: 50%;
	bottom: 18px;
}
#s_main #mv_map>div>ul>li:nth-child(2):after {
	bottom: 0;
	right: 16px;
	height: 18px;
	border-right: 1px solid #000c30;
}
#s_main #mv_map>div>ul>li:nth-child(3) {
	bottom: 44%;
	right: 50%;
}
#s_main #mv_map>div>ul>li:nth-child(3)>a {
	bottom: 64px;
	right: 16px;
}
#s_main #mv_map>div>ul>li:nth-child(3):before {
	bottom: 82px;
	right: 0;
	width: 18px;
	border-top: 1px solid #000c30;
}
#s_main #mv_map>div>ul>li:nth-child(3):after {
	bottom: 0;
	right: 0;
	height: 82px;
	border-right: 1px solid #000c30;
}
/* pc  768 - # */
@media print, screen and (min-width:768px) {
	#s_main {
		margin-top: 92px;
		margin-bottom: 84px;
	}
	#s_main h2 {
		margin-bottom: 32px;
		line-height: 2;
	}
	#s_main #mv_slide {
		max-width: 1200px;
		margin-bottom: 40px;
		padding-bottom: 0;
	}
	#s_main #mv_slide>.slide .slick-slide figure {
		margin: 0;
	}
	#s_main #mv_slide>.slide .slick-slide figure figcaption {
		font-size: 1.73rem;
	}
	#s_main #mv_slide>.slide .slick-slide figure figcaption span {
		width: 90%;
	}
	#s_main #mv_slide>.slide .slick-slide dl {
		display: table;
		padding: 20px 0 32px;
	}
	#s_main #mv_slide>.slide .slick-slide dl>dt,
	#s_main #mv_slide>.slide .slick-slide dl>dd {
		display: table-cell;
		vertical-align: middle;
	}
	#s_main #mv_slide>.slide .slick-slide dl>dt {
		margin: 0;
		padding: 2px 0;
	}
	#s_main #mv_slide>.slide .slick-slide dl>dd {
		padding-left: 20px;
	}
	#s_main #mv_slide>.slide .slick-arrow {
		top: 230px;
	}
	#s_main #mv_slide .thum-list>figure {
		width: calc(12.5% - 1px);
	}
	#s_main #mv_slide .thum-arrow {
		width: 44px;
		height: 44px;
	}
	#s_main #mv_slide .thum-arrow::before {
		width: 6px;
		height: 6px;
	}
	#s_main #mv_map {
		overflow: hidden;
		background-size: 100% 270px;
	}
	#s_main #mv_map>div {
		width: 750px;
		margin: 0 auto -20px;
	}
	#s_main #mv_map>div>ul>li>a {
		width: 158px;
		padding: 14px 26px 15px 4px;
	}
	#s_main #mv_map>div>ul>li>a>span:before {
		right: 12px;
		width: 6px;
		height: 6px;
	}
	#s_main #mv_map>div>ul>li>a>span:after {
		right: 11px;
		width: 9px;
		height: 9px;
	}
	#s_main #mv_map>div>ul>li>a[target="_blank"]>span:after {
		right: 10px;
	}
	#s_main #mv_map>div>ul>li:nth-child(1) {
		left: 72.2%;
		bottom: 59.5%;
	}
	#s_main #mv_map>div>ul>li:nth-child(1)>a {
		bottom: 30px;
		left: 22px;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
	}
	#s_main #mv_map>div>ul>li:nth-child(1):before {
		bottom: 47px;
		left: 0;
		width: 22px;
		border-top: 1px solid #000c30;
	}
	#s_main #mv_map>div>ul>li:nth-child(1):after {
		left: 0;
		height: 47px;
	}
	#s_main #mv_map>div>ul>li:nth-child(2) {
		bottom: 33%;
		right: 66.5%;
	}
	#s_main #mv_map>div>ul>li:nth-child(2)>a {
		bottom: 56px;
		right: 54px;
	}
	#s_main #mv_map>div>ul>li:nth-child(2):before {
		bottom: 74px;
		right: 0;
		width: 54px;
		border-top: 1px solid #000c30;
	}
	#s_main #mv_map>div>ul>li:nth-child(2):after {
		right: 0;
		height: 74px;
	}
	#s_main #mv_map>div>ul>li:nth-child(3)>a {
		bottom: 130px;
		right: 24px;
	}
	#s_main #mv_map>div>ul>li:nth-child(3):before {
		bottom: 148px;
		width: 24px;
	}
	#s_main #mv_map>div>ul>li:nth-child(3):after {
		height: 148px;
	}
}
/* pc  960 - # */
@media print, screen and (min-width:960px) {
	#s_main #mv_slide>.slide .slick-arrow {
		top: 24vw;
	}
}
/* pc  1200 - # */
@media print, screen and (min-width:1200px) {
	#s_main #mv_slide>.slide .slick-arrow {
		top: 300px;
	}
}

/*----------------------------------------
	land
-----------------------------------------*/
#s_land {}
#s_land [class^="box"] {
	padding-top: 20px;
}
#s_land [class^="box"]+[class^="box"] {
	margin-top: 50px;
}
#s_land [class^="box"]>h3 {
	margin-bottom: 8px;
	letter-spacing: 0.4rem;
}
#s_land [class^="box"]>h3+p {
	margin-bottom: 20px;
	line-height: 2;
}
#s_land [class^="box"]>div>p {
	width: 84%;
}
#s_land [class^="box"]>div>p+p {
	margin-top: -5%;
}
#s_land [class^="box"]>.c_btn01s {
	margin-top: 36px;
}
#s_land .box01>div>p:nth-child(1) {
	margin-left: auto;
}
#s_land .box02>div>p:nth-child(1) {
	position: relative;
}
#s_land .box02>div>p:nth-child(2) {
	margin-left: auto;
}
#s_land .box03>div>p:nth-child(1) {
	margin-left: auto;
}
/* pc  768 - # */
@media print, screen and (min-width:768px) {
	#s_land {
		max-width: 1200px;
	}
	#s_land [class^="box"] {
		padding-top: 40px;
	}
	#s_land [class^="box"]+[class^="box"] {
		margin-top: 54px;
	}
	#s_land [class^="box"]>h3 {
		margin-bottom: 20px;
	}
	#s_land [class^="box"]>h3+p {
		margin-bottom: 32px;
	}
	#s_land [class^="box"]>.c_btn01s {
		width: 160px;
		margin-top: 20px;
	}
	#s_land [class^="box"]>.c_btn01s>a {
		padding: 15px 20px;
	}
	#s_land [class^="box"]>div {
		display: table;
		table-layout: fixed;
		padding-bottom: 30px;
	}
	#s_land [class^="box"]>div>p {
		display: table-cell;
		vertical-align: top;
		width: 50%;
	}
}