@charset "UTF-8";

/* -----------------------------------------------
 [トップページ　CSS]
-------------------------------------------------- */
#l-main{
	/*margin-bottom: 165px;*/
}
@media (max-width: 767px){
	#l-main{
		/*margin-bottom: 90px;*/
	}
}
.box-main-visual {
	position: relative;
	overflow: hidden;
}
.box-main-visual,
.box-main-visual .owl-item .js-fullbg,
.box-main-visual span {
	height: 770px;
}

.box-main-visual .owl-dots {
	position: absolute;
	bottom: 35px;
	left: 0;
	right: 0;
}
.owl-nav {
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	margin: auto;
	z-index: 10;
	box-sizing: border-box;
	pointer-events: none;
}
.owl-nav div {
	background: #fff;
	border-radius: 50%;
	width: 55px;
	height: 55px;
	color: #00479d;
	text-align: center;
	transition: all 0.3s ease;
	pointer-events: auto;
}
.owl-nav div i:before {
	line-height: 55px;
	margin: 0;
}
.owl-nav div:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.owl-nav .owl-prev {
	float: left;
	margin-left: 30px;
}
.owl-nav .owl-next {
	float: right;
	margin-right: 30px;
}
.box-main-visual__text {
	position: absolute;
	z-index: 3;
	text-align: center;
	top: 107px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 63.4285714%;
}
.box-main-visual__slide {
	height: 100%;
}
.box-main-visual__slide a,
.box-main-visual__slide span {
	display: block;
}
.box-main-visual__slide a {
	transition: all 0.3s ease;
}
.box-main-visual__slide a:hover {
	opacity: 0.7;
}
.box-main-visual__video a {
	position: relative;
}
.box-main-visual__video a:before,
.box-main-visual__video a:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	transition: all 0.3s ease;
}
.box-main-visual__video a:hover {
	opacity: 1;
}
.box-main-visual__video a:hover:before,
.box-main-visual__video a:hover:after {
	opacity: 1;
}
.box-main-visual__video a:before {
	background: rgba(0,0,0,0.3);
}
.box-main-visual__video a:after {
	background: url("/common/images/pct-button-play01.png") no-repeat center;
	transform: scale(0.8);
}
.box-main-visual__video a:hover:after {
	transform: scale(1);
}
.box-main-visual__link {
	position: relative;
}
.box-main-visual__link .btn {
	position: absolute;
	bottom: 140px;
	right: 60px;
  display: block;
  margin: 0 auto;
  max-width: 450px;
  padding: 35px 20px;
  color: #fff;
  background-color: #00479d;
  text-align: center;
  text-decoration: none;
  border-radius: 80px;
  margin-top: 25px;
  font-size: 15px;
  letter-spacing: 0.12em;
  transition: all 0.5s;
	box-shadow: none;
}
@media(max-width: 887px){
	.box-main-visual__text {
		padding: 0 35px 0 45px;
		top: 84px;
	}
}
@media(max-width: 767px){
	.box-main-visual,
	.box-main-visual .js-fullbg {
		height: 430px;
	}
	.box-main-visual .owl-dots {
		bottom: 30px;
	}
	.owl-nav div {
		background: #fff;
		border-radius: 50%;
		width: 28px;
		height: 28px;
		color: #00479d;
		text-align: center;
		transition: all 0.3s ease;
	}
	.owl-nav div i:before {
		line-height: 28px;
		margin: 0;
		font-size: 8px;
	}
	.owl-nav .owl-prev {
		margin-left: 7px;
	}
	.owl-nav .owl-next {
		margin-right: 7px;
	}
	.box-main-visual__text {
		max-width: 687px;
	}
	.box-main-visual__video a:after{
		background-size: 58px auto;
		background-position: center bottom 128px;
	}
}


/*list pickup*/
.box-pickup{
	max-width: 1025px;
	margin: 0 auto;
	padding: 200px 20px 200px;
	overflow: hidden;
}
.box-pickup .hdg-lv2{
	font-size: 28px;
	letter-spacing: 0.2em;
	margin: 0;
	padding-bottom: 35px;
}
.box-pickup .hdg-lv2 .txt-english{
	letter-spacing: 0.14em;
	margin-bottom: 0;
}
.lst-pickup li{
	text-align: center;
	padding: 17px;
	box-sizing: border-box;
}
.lst-pickup__image{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 50%;
	font-size: 0;
}
.lst-pickup li .lst-pickup__image img{
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
}
.lst-pickup li:hover .lst-pickup__image img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.lst-pickup__text span{
	display: block;
}
.lst-pickup__text a{
	text-decoration: none;
}
.lst-pickup li:hover a{
	color:#00479d;
}
.lst-pickup__text span:first-child{
	font-size: 15px;
	margin: 25px 0 10px;
}
.lst-pickup__text span:last-child{
	font-size: 18px;
}
@media(max-width: 1020px){
	.box-pickup{
		padding: 40px 20px 50px;
	}
}
@media(max-width: 767px){
	.box-pickup{
		padding: 65px 25px 55px;
		margin: 5px 0 0;
	}
	.box-pickup .hdg-lv2{
		font-size: 20px;
	}
	.box-pickup .hdg-lv2 span{
		margin-bottom: 0;
	}
	.box-pickup .hdg-lv2 .txt-english{
		font-size: 13px;
	}
	.lst-pickup__text{
		margin: 0 -10px;
	}
	.lst-pickup__text span:first-child{
		font-size: 11px;
		margin: 5px 0 2px;
	}
	.lst-pickup__text span:last-child{
		font-size: 14px;
	}
	.lst-pickup__text span:last-child img{
		width: 138px;
		height: auto;
	}
	.lst-pickup li{
		padding: 12px 20px;
	}
	.lst-pickup__image{
		margin-bottom: 10px;
	}
	.lst-pickup li:hover .lst-pickup__image img{
		transform:none;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		-ms-transform: none;
	}
}
@media(max-width: 374px){
	.box-pickup{
		padding: 65px 20px 55px;
	}
}

/*advertisement*/
.box-advertisement .hdg-lv2 span {
	text-transform: uppercase;
}
.box-advertisement__top{
	position: relative;
	padding-bottom: 43.9%;
	min-height: 47px;
}
.box-advertisement__top .hdg-lv2{
	color: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -30px;
}
.box-slider-advertisement{
	max-width: 1074px;
	margin: -125px auto 0;
}
.lst-advertisement{
	max-width: 944px;
	margin: 0 auto;
	z-index: 1;
}
.lst-advertisement.owl-carousel .owl-stage-outer{
	z-index: 3;
}
.lst-advertisement .owl-nav{
	margin: -40px auto 0;
	z-index: 2;
}
.lst-advertisement .owl-dots{
	margin-top: 45px;
}
.lst-advertisement .owl-nav div{
	background: #00479d;
	color: #fff;
	width: 47px;
	height: 47px;
}
.lst-advertisement .owl-nav div i:before{
	line-height: 47px;
}
.lst-advertisement .owl-dots .owl-dot.active span {
	background: #00479d;
}
.lst-advertisement .owl-dots .owl-dot span{
	background: #cdd2d7;
}
.lst-advertisement .owl-nav .owl-prev{
	margin-left: -65px;
}
.lst-advertisement .owl-nav .owl-next{
	margin-right: -65px;
}
.slide-overlay{
	background: #fff;
	border-radius: 5px;
}
.owl-carousel .owl-item img{
	transition: all 0.3s;
}
.owl-carousel .owl-item img:hover{
	opacity: 0.8;
}
@media(max-width: 1110px) and (min-width: 768px){
	.box-slider-advertisement{
		max-width: 620px;
		margin-top: -77px;
	}
	.lst-advertisement .owl-nav .owl-prev{
		margin-left: -58px;
	}
	.lst-advertisement .owl-nav .owl-next{
		margin-right: -58px;
	}
}
@media(max-width: 767px){
	.box-slider-advertisement{
		max-width: 240px;
		margin-top: -48px;
	}
	.lst-advertisement .owl-nav{
		margin-top: -30px;
	}
	.lst-advertisement .owl-nav div{
		width: 24px;
		height: 24px;
		font-size: 0;
	}
	.lst-advertisement .owl-nav div i{
		line-height: 24px;
	}
	.lst-advertisement .owl-nav div i:before{
		line-height: 25px;
		margin: 0;
		font-size: 8px;
	}
	.lst-advertisement .owl-dots{
		margin-top: 25px;
	}
	.lst-advertisement .owl-nav .owl-prev{
		margin-left: -30px;
	}
	.lst-advertisement .owl-nav .owl-next{
		margin-right: -30px;
	}
}
/* section information*/
.section-information{
	margin-bottom: 165px;
}
.section-information .lst-information{
	margin-bottom: 30px;
}
.section-information__btn{
	text-align: right;
	position: relative;
}
.section-information__btn a{
	display: inline-block;
	background-color: #00479d;
	font-size: 16px;
	text-decoration: none;
	width: 240px;
	padding: 13px 20px 15px 40px;
	text-align: center;
	box-sizing: border-box;
	border-radius: 25px;
	position: relative;
	box-shadow: none;
	transition: all 0.3s;
}
.section-information__btn a:hover {
	opacity: 0.7;
	box-shadow: none;
}
.section-information__btn a span {
	color: #fff;
}
.section-information__btn .icn{
	margin-left: 14px;
	display: inline-block;
	vertical-align: top;
}
@media (max-width: 767px){
	.section-information{
		margin-bottom: 90px;
	}
}