@charset "utf-8";

/* トップページ共通スタイル
=================================*/
main {
	width: 100%;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:-webkit-box;
	display: flex;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
    -webkit-align-items: center;
	align-items: center;
}
@media screen and (max-width: 699px) {
main {
	padding-bottom: 16px;
}
}/*@media*/

/*印刷用スタイル*/
@media print{
	main {
		display: inherit;
		margin: 0 auto;
	}
}

main > div,
main > section {
	margin: 0 0 80px;
}

section h1 {
	font-size: 28rem;
	margin: 0 0 24px;
}
@media screen and (max-width: 899px) {
section h1 {
	font-size: 20rem;
	margin: 0 0 16px;
}
}/*@media*/





/* メインビジュアルエリア
=================================*/
.importantNews {
	color: #FFF;
	font-size: 14rem;
	background: #1F1F1F;
	padding: 16px;
	margin-bottom: 0;
	width: 100%;
}

.importantNews h2 {
}

.importantNews h2 a {
	color: #FFF;
	font-size: 16rem;
	margin: 0 0 12px;
	display: inline-block;
}

.importantNews h2 a:hover {
	text-decoration: underline;
}

.importantNews h2 span {
	font-size: 12rem;
	color: #FFF;
	background: #e40112;
	padding: 4px;
	border-radius: 1px;
	margin: 0 4px 0 0;
	vertical-align: middle;
}


/* メインビジュアルエリア
=================================*/
.secVisual {
	position: relative;
	max-width: 1360px;
	/*min-width: 1000px;*/
	width: 100%;
	margin: 0 auto 40px;
	opacity: 1;

	-webkit-transition:  0.2s ease-in-out;
	-moz-transition:  0.2s ease-in-out;
	-o-transition:  0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}


/*----------スライダー---------- */
.secVisual .slider {
	margin: 0 auto;
}

.secVisual section {
	position: relative;
	height: 500px;
	border: none;
	border-radius: 0;
}
@media screen and (max-width: 899px) {
.secVisual section {
	height: 440px;
}
}/*@media*/
@media screen and (max-width: 599px) {
.secVisual section {
	height: 60vh;
}
}/*@media*/

.secVisual .slick-list{
	overflow: inherit;
}

.secVisual .slick-prev {
    right: 95%;
}
@media screen and (max-width: 899px) {
.secVisual .slick-prev {
    right: inherit;
    left: 4%;
}
}/*@media*/

.secVisual .slick-next {
    left: 95%;
}
@media screen and (max-width: 899px) {
.secVisual .slick-next {
    left: inherit;
    right: 4%;
}
}/*@media*/

.secVisual .slick-prev, .secVisual .slick-next {
    top: 48%;
    width: 40px;
    height: 40px;
}
@media screen and (max-width: 899px) {
.secVisual .slick-prev, .secVisual .slick-next {
    display: block !important;
}
}/*@media*/

.secVisual .slick-prev:before,
.secVisual .slick-next:before {
	width: 40px;
	height: 40px;
	border-top-color: #FFF;
	border-right-color: #FFF;
    box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.3);
}

.secVisual .slick-dots {
	bottom: -38px;
}
@media screen and (max-width: 899px) {
.secVisual .slick-dots {
	bottom: -35px;
}
}/*@media*/

/*slick-slide slick-current slick-active slick-center*/
.secVisual .slick-dots li.slick-active button:before{
    color: #8EC300 !important;
}

.secVisual section.slick-center::after {
	content: "";
	position: absolute;
	bottom: 0;
	z-index: 2;
	width: 100%;
	height:100%;
}

.secVisual section:not(.slick-center)::after {
	content: "";
	position: absolute;
	bottom: 0;
	z-index: 10;

	width: 100%;
	height:100%;
	background: rgba(0,0,0,0.5);
}

.secVisual h1 {
	position: absolute;
	z-index: 3;
    color: #000;
    width: 100%;
    text-shadow: none;
}
@media screen and (max-width: 599px) {
.secVisual h1 {
	width: 100%;
	bottom: 20%;
	margin:  0;
	text-align: center;
}
}/*@media*/

.secVisual h1 p {
	font-size: 14px;
}
.secVisual h1 p.slideTime{
    justify-content: center;
    margin-top: 8px;
}
@media screen and (max-width: 599px) {
.secVisual h1 p{
	font-size: 13px;
}
}/*@media*/

.secVisual h1 a{
	display: inline-block;
	color: #FFF;
	text-align: center;
	font-family: "游ゴシック", YuGothic, Yu Gothic, "YuGothic M", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 20rem;
	/* font-weight: normal; */
	/* font-style: italic; */
	text-shadow: 0 2px 2px rgba(0,0,0,0.6);
	padding: 8px 0;
	margin: 24px 0 0 8px;
	width: 100%;
	background: #1A005D;
	box-shadow: 0 2px 2px rgba(0,0,0,0.5);
	border: 1px solid #1A005D;
	border-radius: 2px;
}
@media screen and (max-width: 599px) {
.secVisual h1 a{
	font-size: 10rem;
	margin: 12px 0 0;
	height: 32px;
	box-shadow:  none;
}
}/*@media*/

.secVisual h1 a:hover{
	box-shadow: none;
	text-shadow: 0 2px 2px rgba(0,0,0,0.25);
	background: #453679;
	border-color: rgba(0, 0, 0, 0.10);
}

.secVisual h1 a::after{
	content: ">";
	display:inline-block;
	margin-left: 5px;
}

.secVisual h1 span.mvLogo {
	display: block;
	position: absolute;
	width: 240px;
	margin-top: 100px;
	right: 0;
}

.secVisual h1 span.mvLogo img {
	width: 100%;
}

@media screen and (max-width: 1024px) {
.secVisual h1 span.mvLogo {
	width: 200px;
}
}/*@media*/

@media screen and (max-width: 899px) {
.secVisual h1 span.mvLogo {
	width: 180px;
}
}/*@media*/

@media screen and (max-width: 599px) {
.secVisual h1 span.mvLogo {
	width: 140px;
}
}/*@media*/

/* slide1 */
.secVisual section.slide1 {
	background : url("/img/top/mainimg01.jpg?20241004") right top no-repeat transparent;
	background-size : cover;
}

@media screen and (max-width: 1200px) {
.secVisual section.slide1 {
	background : url("/img/top/mainimg01.jpg?20241004") right -60px top no-repeat transparent;
	background-size : cover;
}
}/*@media*/

@media screen and (max-width: 1024px) {
.secVisual section.slide1 {
	background : url("/img/top/mainimg01_tb.jpg") center top no-repeat transparent;
	background-size : cover;
}
}/*@media*/

@media screen and (max-width: 899px) {
.secVisual section.slide1 {
	background : url("/img/top/mainimg01_tb.jpg") center top -30px no-repeat transparent;
	background-size : cover;
}
}/*@media*/

@media screen and (max-width: 720px) {
.secVisual section.slide1 {
	background : url("/img/top/mainimg01_tb.jpg") center top 0 no-repeat transparent;
	background-size : cover;
}
}/*@media*/


@media screen and (max-width: 599px) {
.secVisual section.slide1 {
	background : url("/img/top/mainimg01_sp.jpg?20241004") center no-repeat transparent;
	background-size : cover;
}
}/*@media*/

.secVisual .slide1 h1 p:nth-of-type(1) img{
    margin: 0;
}
@media screen and (max-width: 900px) {
	.secVisual .slide1 h1 p:nth-of-type(1) img{
		display: none;
	}
	.secVisual .slide1 h1 p:nth-of-type(1)::before{
		display: inline-block;
	    content: "運ぶこと。それは、新しい未来をつくろうとするお客様の思いを実現すること。\Aだから、どんなときでも、ただ一つの最善の方法を見つけ出し、必ずやり遂げる。\Aこのような、私たちの強い意志と自信を、このメッセージに込めています。";
	}
}
@media screen and (min-width: 900px) {
.secVisual .slide1 h1{
	top: 130px;
	right: 5%;
	width: 520px;
	text-align: right;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	/* background: rgba(0, 54, 128, 0.88); */
}

.secVisual .slide1 h1 img {
	width: 100%;
}

}
@media screen and (min-width: 600px) and (max-width: 899px) {
.secVisual .slide1 h1{
	top: inherit;
	bottom: 6%;
	right: 4%;
	width: 50%;
}

.secVisual .slide1 h1 img {
	width: 100%;
}

}

@media screen and (max-width: 899px) {
.secVisual section.slide1::after {
	display: none;
}
}

@media screen and (max-width: 768px) {
.secVisual .slide1 h1 img {
	width: 100%;
}

.secVisual section.slide1::after {
	display: none;
}
}/*@media*/

@media screen and (max-width: 599px) {
.secVisual .slide1 h1{
	width: 80%;
	right: 10%;
	top: inherit;
    bottom: 0px;
    height: 270px;
}

.secVisual .slide1 h1 img {
	width: 100%;
}

.secVisual .slide1 h1 span.mvLogo {
	margin-top: 12px;
	right: calc(50% - 70px);
}

}/*@media*/
.secVisual h1 .slideTime .w20{
	margin: 0;
}
@media screen and (max-width: 899px) {
	.secVisual h1 .slideTime .w20{
		width: 80px !important;
	}
}
.secVisual h1 a.videoPlayIc::after{
	content: "";
  display: inline-block;
  position: relative;
  top: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 14px solid #ffffff;
  border-right: 0;
  padding: 0 ;
  margin-left: 10px;
}
@media screen and (max-width: 899px) {
	.secVisual h1 a.videoPlayIc::after{
	  top: 10%;
	  border-top: 5px solid transparent;
	  border-bottom: 5px solid transparent;
	  border-left: 8px solid #ffffff;
  	margin-left: 6px;
	}
}


/* slide2 */
.secVisual section.slide2 {
	background : url("/img/top/mainimg02.jpg") center top no-repeat transparent;
	background-size : cover;
}
@media screen and (max-width: 599px) {
.secVisual section.slide2 {
	background : url("/img/top/mainimg02_sp.jpg") center -28px no-repeat transparent;
	background-size : cover;
}
}
.secVisual .slide2 h1 p:nth-of-type(1) img{
    margin: 0;
}
@media screen and (max-width: 900px) {
	.secVisual .slide2 h1 p:nth-of-type(1) img{
		display: none;
	}
	.secVisual .slide2 h1 p:nth-of-type(1)::before{
		display: inline-block;
	    content: "運ぶこと。それは、新しい未来をつくろうとするお客様の思いを実現すること。\Aだから、どんなときでも、ただ一つの最善の方法を見つけ出し、必ずやり遂げる。\Aこのような、私たちの強い意志と自信を、このメッセージに込めています。";
	}
}
@media screen and (min-width: 900px) {
.secVisual .slide2 h1{
	top: 130px;
	right: 5%;
	width: 520px;
	text-align: right;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	/* background: rgba(0, 54, 128, 0.88); */
}

.secVisual .slide2 h1 img {
	width: 100%;
}

}
@media screen and (min-width: 600px) and (max-width: 899px) {
.secVisual .slide2 h1{
	top: inherit;
	bottom: 6%;
	right: 4%;
	width: 50%;
}

.secVisual .slide2 h1 img {
	width: 100%;
}

}

@media screen and (max-width: 899px) {
.secVisual section.slide2::after {
	display: none;
}
}

@media screen and (max-width: 768px) {
.secVisual .slide2 h1 img {
	width: 100%;
}

.secVisual section.slide1::after {
	display: none;
}
}/*@media*/

@media screen and (max-width: 599px) {
.secVisual .slide2 h1{
	width: 80%;
	right: 10%;
	top: inherit;
    bottom: 0px;
    height: 270px;
}

.secVisual .slide2 h1 img {
	width: 100%;
}

.secVisual .slide2 h1 span.mvLogo {
	margin-top: 12px;
	right: calc(50% - 70px);
}

}/*@media*/


/* slide3 */
.secVisual section.slide3 {
	background : url("/img/top/mainimg05.jpg?20210510") center top no-repeat transparent;
	background-size : cover;
}
@media screen and (max-width: 599px) {
.secVisual section.slide3 {
	background : url("/img/top/mainimg05_sp.jpg?20210510") center no-repeat transparent;
	background-size : cover;
}
}/*@media*/

.secVisual .slide3 h1 {
	line-height: 1;
}

@media screen and (min-width: 900px) {
.secVisual .slide3 h1{
	top: 95px;
	right: 5%;
	width: 100%;
	text-align: right;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	/* background: rgba(0, 54, 128, 0.88); */
}

.secVisual .slide3 h1 span.ttl{
	margin-right: -20px;
	font-size: 60rem;
}

.secVisual h1 span > span{
	margin: 0 0 8px;
	padding: 0 0 0 16px;
	display: inline-block;
	/* background: rgba(9, 12, 14, 0.6); */
}

.secVisual .slide3 h1 a{
	width: 40%;
	margin: 24px 0 0 auto;
	display: block;
}
}/*@media*/

@media screen and (min-width: 600px) and (max-width: 899px) {
.secVisual .slide3 h1{
	top: 95px;
	right: 4%;
	width: 80%;
}

.secVisual .slide3 h1 span.ttl{
    margin-right: -36px;
	font-size: 38rem;
}

.secVisual .slide3 h1 span > span {
	text-align: right;
}

.secVisual .slide3 h1 a{
	position:  relative;
	top: 16px;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 50%;
	padding: 8px;
}

.secVisual section.slide3::after {
	display: none;
}
}/*@media*/

@media screen and (max-width: 899px) {
.secVisual h1 span > span{
	display: block;
}

.secVisual .slide3 h1 a{
	margin-top: 8px;
}
}/*@media*/

@media screen and (max-width: 599px) {
.secVisual .slide3 h1{
	font-size: 28rem;
}

.secVisual section.slide3::after {
	display: none;
}

.secVisual .slide3 h1 span.mvLogo {
	margin-top: 32px;
	top: 0;
	right: calc(50% - 70px);
}

}/*@media*/


/* slide4 */
.secVisual section.slide4 {
	background : url("/img/top/mainimg06.jpg?20210528") center top no-repeat transparent;
	background-size : cover;
}
@media screen and (max-width: 1360px) {
.secVisual section.slide4 {
	background : url("/img/top/mainimg06_tb.jpg?20210528") center no-repeat transparent;
	background-size : cover;
}
}
@media screen and (max-width: 899px) {
.secVisual section.slide4 {
	background : url("/img/top/mainimg06_tb.jpg?20210528") center top no-repeat transparent;
	background-size : cover;
}
}
@media screen and (max-width: 599px) {
.secVisual section.slide4 {
	background : url("/img/top/mainimg06_sp.jpg?20210528") center no-repeat transparent;
	background-size : cover;
}
}/*@media*/

@media screen and (min-width: 1025px) {
.secVisual .slide4 h1{
	top: 95px;
	right: 10%;
	width: 400px;
	font-size: 70rem;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	text-shadow: 0 3px 3px rgba(0,0,0,0);
}

.secVisual .slide4 img{
	max-width: 100%;
	margin: 0;
}
}/*@media*/

@media screen and (max-width: 1024px) {
.secVisual .slide4 h1{
	top: 130px;
	right: 5%;
	width: 280px;
}

.secVisual .slide4 h1 span{
	margin-left: 20px;
}

.secVisual .slide4 img{
	max-width: 100%;
}
}/*@media*/

@media screen and (max-width: 899px) {
.secVisual section.slide4::after {
	display: none;
}
}/*@media*/

@media screen and (max-width: 768px) {
.secVisual .slide4 h1{
	top: 110px;
	width: 220px;
}
}/*@media*/
@media screen and (min-width: 599px) {
	.secVisual .slide4 h1 img.sp {
		display: none!important;
	}
}
@media screen and (max-width: 599px) {
.secVisual .slide4 h1{
	top: 40px;
	width: 100%;
	right: 0;
}

}/*@media*/

.topSlidebtnWrap{	
  -webkit-transition: .15s;
  transition: .15s;
  position: absolute;
  left: 54%;
  transform: translate(-50%, 0);
  z-index: 1000;
}
@media screen and (max-width: 899px) {
	.topSlidebtnWrap{
	  left: 62%;
	}
}/*@media*/

.topSlidebtn {
  width: 28px;
  height: 28px;
  background-color: #1A005D;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  -webkit-transition: .15s;
  transition: .15s;
}
.topSlidebtn:hover {
  background-color: #453679;
}
.topSlidebtn::after {
  content: '';
  width: 10px;
  height: 13px;
  border-width: 0 3px 0 3px;
  border-color: transparent #fff transparent #fff;
  border-style: solid;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.topSlidebtn.playback::after {
	left: 15px;
  width: 0;  
  height: 0; 
  border-width: 7px 0px 7px 11px;
  border-color: transparent transparent transparent #fff;
}
/*読み込み対策*/
.topSlide {
    opacity: 0;
    transition: opacity .5s linear;
}
.topSlide.slick-initialized {
     opacity: 1;
}

/*----------スライダー下部検索エリア---------- */
.secVisualBtm {
	position: relative;
	z-index: 1;
	margin: 30px auto 0;
}
@media screen and (max-width: 899px) {
.secVisualBtm {
	margin-top: 50px;
}
}/*@media*/

.secVisualBtm nav ul {
	margin: 0 0 24px;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:-webkit-box;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
@media screen and (max-width: 899px) {
.secVisualBtm nav ul {
	text-shadow: none;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
}/*@media*/

.secVisualBtm nav li {
	width: calc(100% / 6 - 24px);
	background: #f0eff5;
	/* height: 120px; */
	border: 1px solid transparent;
	border-radius: 2px;
	box-shadow: 0 2px 2px rgba(14,0,52,0.8);
	display:-ms-flexbox;
	display: -webkit-flex;
	display:-webkit-box;
	display: flex;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
@media screen and (max-width: 899px) {
.secVisualBtm nav li {
	width: calc(100% / 3 - 8px);
	margin: 0 0 8px;
	background: #f0eff5;
	border: 1px solid transparent;
	border-radius: 2px;
	box-shadow: none;
}
}/*@media*/

.secVisualBtm nav li a {
	font-family: "游ゴシック", YuGothic, Yu Gothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 18rem;
	display: block;
	text-align: center;
	width: 100%;
	padding: 8px 0;
}
@media screen and (max-width: 899px) {
.secVisualBtm nav li a {
	font-size: 13rem;
}
}/*@media*/

.secVisualBtm nav li a:hover {
	background: rgba(255,255,255,0.1);
}

.secVisualBtm nav li a img {
	margin: 0 auto 12px;
	width: 56px;
	display: block;
}

.secVisualBtm nav li a span::after {
	font-family: 'icomoon' !important;
	content: "\e909";
	display: inline-block;
	margin: 0 0 0 4px;
}

.secVisualBtm nav li:hover {
	position: relative;
	top: 2px;
	left: 2px;
	border: 1px solid #ccc;
	box-shadow: 0 1px 1px rgba(0,0,0,0);
}
@media screen and (max-width: 899px) {
.secVisualBtm nav li:hover {
	top: 0px;
	left: 0px;
	border: 0px;
}
}/*@media*/

.secVisualBtm nav li:hover a {
	text-decoration: none;
}

/*---------------------------*/

.oneVisual{
	position: relative;
	line-height: 0;
	}
.oneVisual::before{
    content: "";
    position: absolute;
    background-color: #fff;
    top: 0;
    left: -50vw;
    width: 150vw;
    height: 100%;
    z-index: -1;
}
.oneVisual::after{
    content: "";
    position: absolute;
    bottom: 0;
	left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    /*background: linear-gradient(to bottom, rgba(0,0,0,0) 48%,rgba(0,0,0,0.6) 64%);*/
}	
.oneVisual .oneVisualTxt{
    position: absolute;
    top: 35%;
    right: 1%;
    width: 42%;
	line-height: 1.6;
    z-index: 3;
}
.oneVisual .oneVisualTxt p{
	color: #1A005D;
	font-weight: bold;
	text-align: center;
    margin-bottom: 16px;
}
.oneVisual .oneVisualTxt a{
	display: inline-block;
	font-size: 20px;
	color: #fff;
	background-color: #1A005D;
	padding: 6px 56px 6px 16px;
	margin-top: 20px;
}
.oneVisual .oneVisualTxt a:hover{
	opacity: 0.7;
}
.oneVisual img{
	width: 100%;
	height: auto;
}
.oneVisual img.pc-tab{
	position: relative;
	left: -10%;
}
.btnDesign2D a.video-open{
	position: relative;
}
.btnDesign2D a.video-open::before ,
.btnDesign2D a.video-open::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  right: 4%;
  transform: translate(0%, -50%);
}
.btnDesign2D a.video-open::before {
  background: #fff;
  border-radius: 16px;
  width: 26px;
  height: 26px;
}
.btnDesign2D a.video-open::after {
  border-style: solid;
  border-color: transparent transparent transparent #1A005D;
  border-width: 8px 4px 8px 13px;
}
.modaal-video-wrap {
    margin: auto 0px;
}
@media screen and (max-width: 425px){
	.modaal-inner-wrapper{
	    padding: 80px 0px;
	}
}
@media screen and (max-width: 1400px){
.oneVisual .oneVisualTxt{
    top: 10vw;
    right: 2%;
    width: 45vw;
}
.oneVisual .oneVisualTxt p{
	font-size: 1.2vw;
}
.oneVisual .oneVisualTxt a{
	font-size: 1.6vw;
	margin-top: 0px;
}
}
@media screen and (max-width: 899px){
.oneVisual{
    padding: 0 0 8px;
}
.oneVisual::before,
.oneVisual::after{
	content: none;
	}
}
@media screen and (max-width: 699px){	
.oneVisual {
    margin: 0 0 8px;
	padding: 0;
    height: 60vh;
    overflow: hidden;
}
.oneVisual .oneVisualTxt{
    top: 30vh;
    width: 90vw;
    right: 5vw;
}
.oneVisual .oneVisualTxt p{
	font-size: 10px;
    margin-bottom: 8px;
}
.oneVisual .oneVisualTxt img{
    width: 80%;
}
.oneVisual .oneVisualTxt a{
	font-size: 12px;
    margin-top: 0px;
}
}
@media screen and (max-width: 430px){
.oneVisual img.sp {
    position: absolute;
    width: auto;
    height: 116%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
}
@media screen and (max-width: 320px){
.oneVisual img.sp {
    height: 110%;
}
}

/*---------------------------*/

.listInfo {
	margin: 0 0 36px;
	color:#FFF;
}

.listInfo li {
	color: #121212;
	border-top: none;
	border-bottom: 1px solid #CCC;
}

.listInfo li a,
.listInfo li a.txtLink2::after {
	color: #121212;
}

.listInfo li a:nth-of-type(1):hover,
.listInfo li a:nth-of-type(1):hover::after {
	text-decoration: underline;
	color: #8EC300;
}

.listInfo li a:nth-last-of-type(1):hover,
.listInfo li a:nth-last-of-type(1):hover::after {
	color: #8EC300;
}

.listInfo li a:nth-of-type(1) {
	border-right: 1px solid #CCC;
	font-weight: bold;
}


/* 輸送状況検索
=================================*/
@media screen and (max-width: 899px) {
.searchBoxDesign1.clm3 {
	display: inherit;
}

.searchBoxDesign1.clm3 > * {
	width: 100%!important;
}

.searchBoxDesign1.clm3 .searchBox3 {
	display: none;
}
}/*@media*/


/* 目的からサービスを探す、タブスタイル
=================================*/
.secTab {
	margin: 0 0 80px;
}
@media screen and (max-width: 899px) {
.secTab {
	display: none;
}
}/*@media*/

/*印刷用スタイル*/
@media print{
	.secTab {
		margin: 0 auto 80px;
	}
}

.secTab .pws_tabs_container {
	border-radius: 2px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.8);
	background: url("/img/top/bg_service.jpg?202101") center top no-repeat;
	background-size: contain;
}

.secTab .pws_tabs_controll li {
	width: 25%;
}

.secTab .pws_tabs_controll a {
	position: relative;
	font-size: 16rem;
	padding: 16px 24px;
	background: rgba(26, 0, 96, 0.8);
}

@media screen and (max-width: 1150px) {
	.secTab .pws_tabs_controll a {
		font-size: 14rem;
	}
}

.secTab .pws_tabs_controll a:hover {
	background: rgba(26, 0, 96, 0.9);
}


.secTab .pws_tabs_controll a::after {
	content: "";
	display: block;

	position: absolute;
	top: 0;
	bottom: 0;
	right: 16px;

	margin: auto;
	width: 12px;
	height: 12px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.secTab .pws_tabs_controll a.pws_tab_active {
	background: rgba(255, 255, 255, 0.8);
	color: inherit;
	border-top: 4px solid #8EC300;
}

.secTab .pws_tabs_controll a.pws_tab_active::after {
	border-color: #121212;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.secTab .pwstabs {
	position: relative;
}

.secTab .pwstabs::before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.8)
}

.secTab .pwstabs ul {
	padding: 16px;
}

.clmDesign7 li .ttl1 + p {
  font-size: 14rem;
}































/*
=================================*/
.secOther {
	font-size: 10rem!important;
	width: 100%;
	padding: 30px 0;
	margin: 0 0 40px;
	background: url("/img/top/bg01.jpg?202101") center top no-repeat;
	background-size: cover;
	background-attachment: fixed;

	display:-ms-flexbox;
	display: -webkit-flex;
	display:-webkit-box;
	display: flex;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
  -webkit-align-items: center;
	align-items: center;
}
@media screen and (max-width: 599px) {
.secOther {
	display: none;
}
}/*@media*/

.secOther .clm2.clmDesign1 a:hover {
	text-decoration: none;
}

.secOther .clm2.clmDesign1 img {
	width: 100%;
}

.secOther .clm2.clmDesign1 dl {
	padding: 12px 16px;
}

.secOther .clm2.clmDesign1 dt p {
	font-size: 18rem;
}

.secOther .clm2.clmDesign1 dt::after {
	font-family: 'icomoon' !important;
	content: "\e909";
	margin-left: 8px;
}



/* ニュースリリース
=================================*/
.infoWrap {
	font-size: 15rem;
}
@media screen and (max-width: 599px) {
.infoWrap {
	font-size: 13rem;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}
}/*@media*/

.secNews {
	-ms-flex: 2 0 auto;
	-webkit-flex: 2 0 auto;
	flex: 2 0 auto;
	margin-right: 40px;
}

.secNews dl {
	display:-ms-flexbox;
	display: -webkit-flex;
	display:-webkit-box;
	display: flex;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	border-top: 1px solid #CCC;
	padding: 8px;
	font-weight: bold;
}

.secNews dl:nth-last-of-type(1) {
	border-bottom: 1px solid #CCC;
	margin: 0 0 6px;
}

.secNews dt {
	font-weight: normal;
	margin: 0 0 2px;
	color: #3F3F3F;
}

.secNews dd a {
	font-weight: normal;
	color: #002790;
}

.secNews dd a:hover {
	color: #ed1c24;
}

.secInfo {
	-ms-flex: 1 0 auto;
	-webkit-flex: 1 0 320px;
	flex: 1 0 320px;
}
@media screen and (max-width: 699px){
.secInfo {
	-ms-flex: 1 0 auto;
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto;
}
}/*@media*/
.secInfo li {
	border-top: 1px solid #CCC;
	padding: 8px;
	font-weight: bold;
}

.secInfo li:nth-last-of-type(1) {
	border-bottom: 1px solid #CCC;
	margin: 0 0 8px;
}

.secInfo li a {
	font-weight: normal;
	color: #002790;
}

.secInfo li a:hover {
	color: #ed1c24;
}

.secInfo li span.icon-exclamation {
	font-size: 18rem;
	vertical-align: top;
}


.infoWrap .btnMore {
	text-align: right;
	font-weight: bold;
}
@media screen and (max-width: 899px) {
.infoWrap .btnMore {
	font-size: 10rem;
}
}/*@media*/

/* モーダル
=================================*/
.modaal-close {
  color: #000;
  border-radius: 0;
}
.modaal-close:after, .modaal-close:before {
  top: 11px;
  width: 2px;
  height: 30px;
  border-radius: 0px;
	background: #fff;
}
.modaal-close:focus, .modaal-close:hover{
  background: #000 !important;
}
.modaal-close:hover:after, .modaal-close:hover:before {
	background: #ffffff !important;
}
@media screen and (max-width: 899px){	
.modaal-close{
    top: 60px;
}
.modaal-overlay{
    /* ヘッダーのz-indexは 88888888;*/
    z-index: 99999999;
}
.modaal-wrapper{
    z-index: 999999999;
}
}