@import url(https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;800&display=swap);
@charset "utf-8";
@charset "UTF-8"



.tab_container{
	padding-bottom:1em;background-color:#fff;
	width:85vw;
	max-width:1000px;
	margin:0 auto;
}
.tab_item{
	width:calc(100%/2);
	padding:15px 0;
	border:2px solid #00a3d8;
	border-radius:5px;
	background-color:#FFF;
	text-align:center;
	color:#00a3d8;
	display:block;
	float:left;
	text-align:center;
	font-size:1.3em;
	letter-spacing:.24em;
	transition:all 0.2s ease;
	font-family:'M PLUS Rounded 1c',sans-serif;
}
.tab_item:hover{
	opacity:.75;
}
input[name="tab_item"]{display:none;}

.tab_content{
	display:none;
	padding:1em 0;
	clear:both;
	overflow:hidden;
}
#tab1:checked~#tab1_content,
#tab2:checked~#tab2_content{display:block}

.tab_container input:checked+.tab_item{
	background-color:#00a3d8;
	color:#fff;
}

.youtube{
	position:relative;
	max-width:1000px;
	aspect-ratio:16 / 9;
	margin-bottom:2em;
}
.youtube iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	margin-bottom:10em;
}

.con_title{
	border-left:5px solid #2aa3d8;
	padding-left:1em;
	margin-bottom:1em;
	color:#2aa3d8;
	font-size:1.5em;
	font-weight:700;
	font-family:'M PLUS Rounded 1c',sans-serif;
}


/* ===========
追加
@media all and (min-width: 768px) {}
@media all and (max-width: 767px) {}
============== */
.top3{margin-top: 3rem;}
.top15{margin-top: 15px;}
.top40{margin-top: 40px;}
.top60{margin-top: 60px;}
.top80{margin-top: 80px;}
.under70{margin-bottom: 70px;}
.center{text-align: center;}

.cate_title{
	color: #FFF;
	padding: 1.5rem 2rem;
	font-size: 1.5rem;
	letter-spacing: .24em;
	background-color: #00a0e9;
	margin-bottom: 2rem;
	font-weight: 500;
	font-family: 'ヒラギノ角ゴシック','Hiragino Sans','ＭＳ ゴシック',sans-serif;
}
.t_txt{
	font-size: 1.2rem;
    letter-spacing: 0.2em;
    line-height: 2.2;
    margin-bottom: 2.5rem;
}
.t_txt strong{
	color: #00a0e9;
	font-size: 1.3rem;
	font-weight: 500;
}



.c_title{
	border-left:5px solid #2aa3d8;
	padding-left: 1rem;
	color: #2aa3d8;
	font-size: 1.5em;
}

.border_non{border: none;}

@media all and (min-width: 768px) {
.b_logo{
	width: 30%;
	height: auto;
}
}
@media all and (max-width: 767px) {
.b_logo{
	width: 100%;
	height: auto;
}
}

/*目次*/
.toc{
    color: #00a3d8;/*文字色*/
    background: #FFF;
    border: solid 3px #00a3d8;/*線*/
    border-radius: 20px;/*角の丸み*/
	font-family: 'ヒラギノ角ゴシック','Hiragino Sans','ＭＳ ゴシック',sans-serif;
}
@media all and (min-width: 768px) {
.toc{
	display: flex;
	flex-wrap: wrap;
	padding: 10px 5%;
}
}
@media all and (max-width: 767px) {
.toc{
	display: block;
	padding: 15px 10px;
}
}

@media all and (min-width: 768px) {
.toc .toc_con{
	width: 40%;
	padding: 1em 0;
	margin: 0 auto;
}
}
@media all and (max-width: 767px) {
.toc .toc_con{
	width: 100%;
	padding: 1em 0;
	text-align: center;
}
}

.toc_con a{
	color:#00a3d8;
	text-decoration: none;
}
.toc_con a:hover{
	color:#5cc8eb;
	text-decoration: none;
}

.toc .midashi{
	font-size: 1.4rem;
	line-height: 2em;
	letter-spacing: .14em;
	font-family: 'ヒラギノ角ゴシック','Hiragino Sans','ＭＳ ゴシック',sans-serif;
}
.toc .txt{
	font-size: 1.1rem;
	line-height: 1.4em;
	letter-spacing: .15em;
	font-family: 'ヒラギノ角ゴシック','Hiragino Sans','ＭＳ ゴシック',sans-serif;
}
@media all and (min-width: 768px) {
	.toc .txt{
	border-left: solid 2px #00a3d8;
	padding-left: 1em;
	}
}
@media all and (max-width: 767px) {
	.toc .txt{
		border-left: solid 2px #00a3d8;
		padding-left: 1em;
		margin-left: 2.8em;
		text-align: left;
	}
}



.se_midashi {
  color: #007ab2;/*文字色*/
	margin-bottom: 1.4em;
  background: #cfebff;/*背景色*/
  vertical-align: middle;
	font-weight: bold;
}

.se_midashi:before {
  content: '';
  border-left: solid 4px #007ab2;
	margin-right: 8px;
}
@media all and (min-width: 768px) {
.se_midashi{
	padding: 0.6em;/*文字周りの余白*/
	font-size: 1.5rem;
	  line-height: 1.5;/*行高*/
	letter-spacing: 0.2em;
}
}
@media all and (max-width: 767px) {
.se_midashi{
	padding:0.5em 1em;/*文字周りの余白*/
	font-size: 1.4rem;
	  line-height: 1.2;/*行高*/
	letter-spacing: 0.1em;
}
}



@media all and (min-width: 768px) {
.re_midashi{
	width: 70%;
	margin: 0 auto;
	text-align: center;
}
}
@media all and (max-width: 767px) {
.re_midashi{
	width: 100%;
	text-align: center;
}
}
.yellow{
	background-color: #fff4b6;
	padding: 0.5em;
	margin-bottom: 1em;
	text-align: left;
	font-size: 1.1rem;
}


.band_midasi_blue {
  position: relative;
	display: inline-block;
  padding: 0.8em 1em;
  margin-bottom: 1.5em;
  background: #cfebff;
  color: #4fa3df;
  letter-spacing: 0.1em;
	font-size: 1.1rem;
	font-weight: bold;
}
.band_midasi_blue::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #4fa3df;
}

.band_midasi_orange {
  position: relative;
	display: inline-block;
  padding: 0.8em 1em;
  margin-bottom: 1.5em;
  background: #ffe5ac;
  color: #ff7600;
  letter-spacing: 0.2em;
}
.band_midasi_orange::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #ff7600;
}



.split3to1 {
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
.split3to1 {
    margin-bottom: 15vw;
  }
}
@media screen and (min-width: 768px) {
.split3to1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
.split3to1 .txt {
    width: 56%;
  }
}
@media screen and (max-width: 767px) {
.split3to1 .txt {
    margin-bottom: 5vw;
  }
}

.split3to1 .txt h4 {
  color: #28a6dd;
  font-size: 1.142rem;
  letter-spacing: 0.24em;
  margin-bottom: 1rem;
	font-family: 'ヒラギノ角ゴシック','Hiragino Sans','ＭＳ ゴシック',sans-serif;
}

@media screen and (min-width: 768px) {
.split3to1 .slider {
    width: 38%;
  }
}
.split3to1 .slider .b3slider .slick-list {
  border-radius: 0.357rem;
}

.split3to1 .slider .b3slider .b3sItem figure img,
.split3to1 .txt .b3slider .b3sItem figure img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
	border-radius: 0.357rem;
}



.split2to2 {
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
.split2to2 {
    margin-bottom: 15vw;
  }
}
@media screen and (min-width: 768px) {
.split2to2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
.split2to2 .txt {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
.split2to2 .txt {
    margin-bottom: 5vw;
  }
}
.split2to2 .txt .yellow{
	padding: 1.5rem;
	background-color:#fff4b6;
	border-radius: 0.357rem;
}
.split2to2 .txt .yellow h4 {
	margin-bottom: 1rem;
	color: #ff7600;
	font-size: 1.5rem;
	letter-spacing: 0.2em;
	font-family: 'ヒラギノ角ゴシック','Hiragino Sans','ＭＳ ゴシック',sans-serif;
}
.split2to2 .txt .yellow p {
	letter-spacing: 0.2em;
	line-height: 1.5;
	font-size: 1.1rem;
	font-weight: 300;
}


@media screen and (min-width: 768px) {
.split2to2 .slider {
    width: 48%;
  }
}
.split2to2 .slider .b3slider .slick-list {
  border-radius: 0.357rem;
}

.split2to2 .slider .b3slider .b3sItem figure img,
.split2to2 .txt .b3slider .b3sItem figure img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
	border-radius: 0.357rem;
}












.split3 {
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
.split3 {
    margin-bottom: 15vw;
  }
}
@media screen and (min-width: 768px) {
.split3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
.split3 .slider {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
.split3 .slider {
    margin-bottom: 5vw;
  }
}
.split3 .slider h4 {
  color: #28a6dd;
  font-size: 1.5rem;
  margin: 1rem 0rem;
	line-height: 2rem;
	text-align: center;
	font-family: 'ヒラギノ角ゴシック','Hiragino Sans','ＭＳ ゴシック',sans-serif;
}
.split3 .slider .b3slider .slick-list {
  border-radius: 0.357rem;
}

.split3 .slider .b3slider .b3sItem figure img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
	border-radius: 0.357rem;
}







/*ボタン*/
.B_btn_akisapo{
	position: relative;
    display: inline-block;
    padding: 0.5em 1em;
	margin-top: 20px;
    text-decoration: none;
    color: #FFF;
    background: #f18d00;
    border-radius: 0 20px 20px 0;
    transition: .4s;
}
.B_btn_akisapo:hover {
	color: #FFF;
	background:#ffb852;
}
@media all and (max-width: 767px) {
.B_btn_akisapo{
	width: 100%;
	text-align: center;
	font-size: 1.4rem;
}
}

.B_btn_mypl{
	position: relative;
    display: inline-block;
    padding: 0.5em 1em;
	margin-top: 20px;
    text-decoration: none;
    color: #FFF;
    background: #f6ab00;
    border-radius: 0 20px 20px 0;
    transition: .4s;
}
.B_btn_mypl:hover {
	color: #FFF;
	background:#FFC107;
}
@media all and (max-width: 767px) {
.B_btn_mypl{
	width: 100%;
	text-align: center;
	font-size: 1.4rem;
}
}

/*表*/
.list table{
	width: 100%;
}

.list table th{
	padding: 0.5em;
	color: #FFF;
	letter-spacing: .15em;
	font-size: 1.1rem;
	border: 1px solid #FFF;
}
.list table .midashi1{
	background: #63c9ec;
}
.list table .midashi2{
	background: #4db5ca;
}
.list table .blue{
	background: #00a0e9;
	font-size: 1.4rem;
	text-align: center;
}
.list table td{
	padding: 0.5em;
	background:#eaeaea;
	font-size: 1.1rem;
	border: 1px solid #FFF;
}


/*ロゴ*/
@media all and (min-width: 768px) {
img.jfe_logo{
	width: 30%;
	vertical-align: middle;
}
}
@media all and (max-width: 767px) {
img.jfe_logo{
	width: 90%;
	vertical-align: middle;
}
}
img.client_logo{
	width: 100%;
}


/*所有車両*/
.car_list{
	padding: 2em 0em;
	display: flex;
	justify-content: space-between;
}

.car_item{
	width: calc((100% / 5) - 1.5rem);
}
.car_item .photo{
	margin-bottom: 1rem;
}
.car_item .photo img{
	width: 100%;
	height: auto;
}
.car_item .text{
}
.car_item .text > .title{
	margin-bottom: 1rem;
	font-size: 1.2rem;
	font-weight: bold;
}
.car_item .text > .letter{
	font-size: 1.1rem;
	line-height: 2rem;
	letter-spacing: 0.2em;
}

@media all and (max-width: 767px) {
.car_list{
	padding: 1em 0em;
	flex-flow:column;
}
.car_item{
	width: 100%;
}
.car_item .photo{
	margin: 2rem 0 1rem 0;
}
.car_item .photo img{
	width: 100%;
	height: auto;
}
.car_item .text{

}
.car_item .text > .title{
	font-size: 1.5rem;
	font-weight: bold;
}
.car_item .text > .letter{
	font-size: 1.2rem;
	line-height: 2rem;
}
}


/*スライドメニューバナー*/
.gnav_site .banner{
	width: 100%;
	height: 20%;
}


/*top 下部ミカタくんスライドの動き*/
#topIllust1{
	&.pos0{
		left: 5%;
		-ms-animation:12s ease-in-out 5s infinite normal forwards ill1;
		animation:12s ease-in-out 5s infinite normal forwards ill1;
		animation-play-state:running;
	}
	&.pos1{
		left: 17.5%;
		-ms-animation:12s ease-in-out 5s infinite normal forwards ill2;
		animation:12s ease-in-out 5s infinite normal forwards ill2;
		animation-play-state:running;
		@include mq-tb{
			left: 15%;
		};
		@include mq-sp{
			left: 15%;
		};
	}
	&.pos2{
		left: 30%;
		-ms-animation:12s ease-in-out 5s infinite normal forwards ill1;
		animation:12s ease-in-out 5s infinite normal forwards ill1;
		animation-play-state:running;
		@include mq-tb{
			left: 25%;
		};
		@include mq-sp{
			left: 25%;
		};
	}
	&.pos3{
		left: 42.5%;
		-ms-animation:12s ease-in-out 5s infinite normal forwards ill2;
		animation:12s ease-in-out 5s infinite normal forwards ill2;
		animation-play-state:running;
		@include mq-tb{
			left: 35%;
		};
		@include mq-sp{
			left: 35%;
		};
	}
	&.pos4{
		left: 55%;
		-ms-animation:12s ease-in-out 5s infinite normal forwards ill1;
		animation:12s ease-in-out 5s infinite normal forwards ill1;
		animation-play-state:running;
		@include mq-tb{
			left: 45%;
		};
		@include mq-sp{
			left: 45%;
		};
	}
	&.pos5{
		left: 67.5%;
		-ms-animation:12s ease-in-out 5s infinite normal forwards ill2;
		animation:12s ease-in-out 5s infinite normal forwards ill2;
		animation-play-state:running;
		@include mq-tb{
			left: 55%;
		};
		@include mq-sp{
			left: 55%;
		};
	}
	&.pos6{
		left: 80%;
		-ms-animation:12s ease-in-out 5s infinite normal forwards ill1;
		animation:12s ease-in-out 5s infinite normal forwards ill1;
		animation-play-state:running;
		@include mq-tb{
			left: 65%;
		};
		@include mq-sp{
			left: 65%;
		};
	}
	&.hide{
		opacity: 0;
		pointer-events: none;
	}
}


/*  問い合わせボタン  */
@media all and (min-width: 768px) {
	#footerBtn_B {
  background-color: #fff;
	max-width: 1400px;
	width: 90vw;
  padding: 60px 0 60px;
	margin: 0 auto;
	display: flex;
	-webkit-box-pack:justify;
	justify-content: space-between;
	}
}

@media screen and (max-width: 767px) {
  #footerBtn_B {
  background-color: #fff;
	width: 90vw;
  padding: 30px 0 ;
	margin: 0 auto;
　}
}
@media all and (min-width: 768px) {
	#footerBtn_B .item {
	width: 48%;
	}
}
@media all and (max-width: 767px) {
	#footerBtn_B .item {
	width: 100%;
	}
}

#footerBtn_B a:hover {
  opacity: .6;
}

/*  問い合わせボタン_end  */

/*  会社概要 MV動画埋め込み  */
.about_movie{
	padding-top: 31.5%;
	width: 100%;
	position: relative;
}

.about_movie video{
	width: 100%;
	height:auto;
	position: absolute;
	top: 0px;
	left: 0px;
}

.about_movie span{
	position: relative;
	z-index: 15;
	margin-top: -5%;
	padding: 1.2%;
	display: inline-block;
	width: 75%;
	max-width: 300px;
	color: #28a6dd;
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
	letter-spacing: .2rem;
	border-radius: .5rem;
	border: 2px solid #28a6dd;
	background-color: #fff;
}


@media screen and (max-width: 767px) {
    .brand_features_page #features .item .itemImg img {
        width: 100%;
        margin-left: 0;
    }
}

.toggleBox h2{
	display: flex;
	justify-content: space-between;
}

.toggleBox h2 span{
	font-size: 1.0rem;
	margin-top: 0.7rem;
	margin-right: 5rem;
	letter-spacing: 0.3rem;
}

@media screen and (max-width: 767px) {
    .toggleBox h2 span{
	font-size: 1.0rem;
	margin-top: 0.3rem;
	margin-right: 2.2rem;
		margin-left: 1rem;
		letter-spacing: 0.1rem;
		text-align: right;
		width: 14rem;
}
}


/*電話番号*/
.tel-box-wrap {
  display: flex;
  flex-direction: column;
  gap: 50px;
  text-align: center;
  margin: 20px 0;
}

.tel-block {
  text-align: center;
}

.tel-title {
  margin-bottom: 8px;
  font-size: 1.5rem;
  color: #55bcd8;
}

.tel-box {
  background-color: #55bcd8;
  border-radius: 30px;
  padding: 10px 20px;
  min-width: 180px;
  font-size: 1.5rem;
}

.tel-box a {
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  display: block;
  letter-spacing: 0.1em;
}

/* PC表示で横並び */
@media (min-width: 768px) {
  .tel-box-wrap {
    flex-direction: row;
    justify-content: center;
  }
}

/* 事業紹介レスポンシブ */
@media all and (min-width: 768px) {
.figure-j{
	width: 60%;
	height: auto;
	margin: auto;
}
}
@media all and (max-width: 767px) {
.figure-j{
	width: 100%;
	height: auto;
}
}


















