﻿@charset "utf-8";

/* Original CSS */

/*-----------------------*/
/*　全ページ共通         */
/*-----------------------*/

/*---- tag:a ----*/

a {
  color: #fff;
}
a:hover,
a:focus,
a:active,
a.active {
  color: #fff;
}
/*---- //tag:a ----*/


/*---- footer ----*/
footer.ext-footer {
  color: #fff;
  line-height:200%;
  background-color:#000024;
}

/*---- //footer ----*/


/*---- navigation ----*/
.ext-navbar-default {
  background-color:#fff;
}

/* Toggle */
.navbar-custom .ext-navbar-toggle {
  background-color: #0C4DA2;
  border-color: #0C4DA2;
}

.navbar-custom .ext-navbar-toggle:hover,
.navbar-custom .ext-navbar-toggle:focus {
  background-color: #0C4DA2;
  color: #FFFFFF;
}
/* //Toggle */


/* Toggle after Open */
.navbar-custom .ext-nav li a {
  color: #000;
}

.navbar-custom .ext-nav li a:hover,
.navbar-custom .ext-nav li a:focus {
  background-color: #0C4DA2;
  color: #FFF;
}
/* //Toggle after Open */


/* Toggle on Active */
.navbar-custom .ext-navbar-nav > .active > a {
  color: white;
  background-color: #0C4DA2;
}

.navbar-custom .ext-navbar-nav > .active > a:hover,
.navbar-custom .ext-navbar-nav > .active > a:focus {
  color: white;
  background-color: #0C4DA2;
}
/* Toggle on Active */

/* Menu Logo */

.ext-navbar-brand {
  width:140px;
  margin:0;
  padding:0;
}

.ext-navbar-brand img {
  width: 100%;
  padding-left:1em;
  padding-right:0px;

}

/* //Menu Logo */

/* media query */
@media (min-width: 768px) {
  .ext-navbar-default {
    background-color: rgba(0,0,0,0.4);
  }

  /* Toggle after Open */
  .navbar-custom .ext-nav li a {
    color: #FFF;
  }

  .navbar-custom .ext-nav li a:hover,
  .navbar-custom .ext-nav li a:focus {
    border-radius: 10px;
  }

  /* //Toggle after Open */

  /* Toggle on Active */
  .navbar-custom .ext-navbar-nav > .active > a:hover,
  .navbar-custom .ext-navbar-nav > .active > a:focus {
    border-radius: 10px;
  }
  /* //Toggle on Active */

  /* Menu Logo */
  .ext-navbar-brand {
    width: 100%;
    margin:0;
    padding:0;
  }

  .ext-navbar-brand img {
    position: relative;
    top: -10px;
    padding-top:0;
  }

  /* //Menu Logo */

  /* After Fix */
  .navbar-custom.affix {
    background-color: #FFF;
  }

  .navbar-custom.affix .nav li a {
    color: #000;
  }

  .navbar-custom.affix .nav li a:hover,
  .navbar-custom.affix .nav li a:focus {
    background-color: #0C4DA2;
    border-radius: 5px;
    color: #FFF;
  }

  .navbar-custom.affix .navbar-nav > .active > a {
    color: white;
    background-color: #0C4DA2;
  }

  .navbar-custom.affix .navbar-nav > .active > a:hover,
  .navbar-custom.affix .navbar-nav > .active > a:focus {
    color: white;
    background-color: #0C4DA2;
  }

  /* //After Fix */

}

/* //media query */

/*---- //navigation ----*/

/*---- Original Contents ----*/
p.my-subtitle {
  position: relative;
  top: -20px;

  font-weight: bold;
  font-size: 1.4em;
}

p.my-content {
	width: 90%;
	margin: 0 auto;
  line-height: 250%;
/*  font-weight: bold; */
  font-size: 1em;
}

p.my-content2 {
	width: 90%;
	margin: 0 auto;
  line-height: 250%;
/*  font-weight: bold; */
  font-size: 1em;
}

/* media query */
@media (min-width: 768px) {
  p.my-content {
  	width: 60%;
  }

	p.my-content2 {
    margin-top:1em;
		width: 95%;
	}

}
/* //media query */

img.more_link {
	padding-top: 2em;
	width: 30%;
  max-width: 80px;
}



/*-----------------------*/
/*　TOPページ            */
/*-----------------------*/

/*---- header ----*/
header .ext-intro-lead-in {
  display: none;
}

header .intro-text .ext-intro-heading {
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	font-size: 30px;
}

header .ext-btn,.ext-btn:hover,.ext-btn:focus,.ext-btn:active {
	background-color: #0C4DA2;
	border-color: #0C4DA2;
}

/* media query */
@media (min-width: 768px) {
	header .intro-text .ext-intro-heading {
		font-size: 70px;
	}
  
}
/* //media query */

/*---- //header ----*/

/*---- service ----*/
section.ext-service {
	background-image: url("../img/service-bg.jpg");
	background-repeat:none;
	background-attachment:scroll;
	background-position:center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	-o-background-size:cover;
}

/*---- //service ----*/

/*---- fleet ----*/
section.ext-fleet {
	background-image: url("../img/fleet-bg.jpg");
	background-repeat:none;
	background-attachment:scroll;
	background-position:center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	-o-background-size:cover;
}
/*---- //fleet ----*/

/*---- about ----*/
.ext-about-list dt {
  line-height:200%;
}

.ext-about-list dd {
  line-height:200%;
  margin-bottom: 1em;
}

/* media query */
@media (min-width: 768px) {
	.ext-about-list {
    margin-left:11em;
    margin-top: 3em;
  }

  .ext-about-list dt {
    clear: left;
    float:left;
    margin-right:3em;
  }

  .ext-about-list dd {
    float: left;
    text-align: left;
    line-height:200%;
    margin-bottom: 1em;
  }
  
}
/* //media query */


/*---- //about ----*/

/*---- news ----*/
section.ext-news {
	background-color: #ccc;
}

.ext-news-date {
  font-weight: bold;
}

/*---- //news ----*/

/*-----------------------*/
/*　業務案内             */
/*-----------------------*/

.service-header {
  margin-bottom: -50px;
}

section h2.h2-ext-section-heading {
	font-size:2em;
	line-height: 180%;
}

section h4.h4-ext-section-heading {
	border-bottom: 3px solid #6D6858;
	padding-bottom: 0.5em;
  margin-top: 1em;
  margin-bottom: 1em;
	font-size:2em;
}


section#sub_section1 {
	background-image: url("../img/service-bg.jpg");
	background-repeat:none;
	background-attachment:scroll;
	background-position:center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	-o-background-size:cover;
}

section#sub_section2 {
	background-image: url("../img/fleet-bg.jpg");
	background-repeat:none;
	background-attachment:scroll;
	background-position:center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	-o-background-size:cover;
}


/* media query */
@media (min-width: 768px) {
	.service-header {
	  max-height: 300px;

	  margin-bottom: -100px;
	}

	.ext-heading {
	  position: relative;
	  top:-200px;
	}

}
/* //media query */


/*-----------------------*/
/*　保有車両             */
/*-----------------------*/
.ext-fleet-table {
  background-color:#fff;
}

.ext-fleet-table a {
	color: #0C4DA2;
}



/*-----------------------*/
/*　会社情報             */
/*-----------------------*/
.ext-about-table {
  background-color:#fff;
  margin-top: 2em;
}

.ext-about-table a {
	color: #0C4DA2;
}

.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*-----------------------*/
/*　求人情報             */
/*-----------------------*/
.ext-recruit-table {
  background-color:#fff;
	max-width: 800px;
  margin: 2em auto 0 auto;

}

.ext-recruit-table tr th {
	width: 20%;
}

.ext-recruit-table tr td ul {
	margin-left: 1.5em;
	margin-bottom: 0.5em;
	
	padding:0;
}

.ext-recruit-table tr td ul.sub_list {
	margin-top: 3em;
	list-style:square;
}

.ext-recruit-table tr td ul li {
	margin-bottom: 1em;
}

.ext-recruit-table tr td p {
	border: 1px solid #ccc;
	padding: 0.5em;
}

.ext-recruit-table tr td dl {
	margin-left: 1.5em;
	margin-top: 1em;
	margin-bottom: 0.5em;
	
	padding:0;
}

.ext-recruit-table tr td a {
	color: #215FE6;
}


.ext-recruit-table tr td dl dd {
	margin-left: 0.5em;
}

.img-circle2 {
	border-radius: 100px;
}

.contact_space {
	background-color: #FFF;
	padding: 3em 0.5em;
	font-size: 1.5em;
	text-align:center;
}

.contact_space p {
	font-size: 1.8em;
	padding: 3em 0.5em 1em 0.5em;
}


span.add_new {
	background-color: #F74346;
	color: #fff;
	padding: 0.5em;
	margin: 0.5em 0.8em 0.5em 0.5em;
	font-size: 0.6em;
	border-radius: 20%;
}

img.slide-img {
  margin-bottom: 0.5em;
}

.my-job-btn {
  display: block;
  margin: 2em auto;
  padding: 1em 0;
  border: 1px solid #2204cc;
  background-color: #2204cc;
  max-width: 750px;
  width: 90%;
  border-radius: 20px;
}


.my-big-font {
  font-size: 1.5em;
  color: #ffffff;
}
.my-small-font {
  font-size: 0.6em;
}

/* 社名変更のお知らせ */
.info-contents-container {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 50px;
  width: 100%;
  background-color: rgb(40, 51, 153);
}
.info-contents-container > p {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  width: 65%;
  margin: 0 auto;
  padding-bottom: 15px;
}

.info-contents-container > dl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  width: 65%;
  margin: 0 auto;
}

.info-contents-container > dl > dt {
  width: 15%;
  margin-bottom: 30px;
}

.info-contents-container > dl > dd {
  width: 85%;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .info-contents-container {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
  .info-contents-container > p {
    width: 98%;
  }
  .info-contents-container > dl {
    width: 98%;
    flex-direction: column;
  }
  .info-contents-container > dl > dt {
    width: 100%;
    margin-bottom: 5px;
    font-size: 1.4rem;
  }
  .info-contents-container > dl > dd {
    width: 100%;
    margin-bottom: 20px;
    font-size: 1.2rem;
  }
    
}

/*** 求人情報バナー */
/*== PC 用 ==*/
.recruit-box {
  position: absolute;
  width: 240px;
  height: 200px;
  bottom: 50px;
  right: 0;
  background-color: #000;
}

.recruit-box-sp {
  display: none;
}


@media (max-width: 768px) {
.recruit-box {
  display: none;
}

.recruit-box-sp {
  display: block;
  width: 100%;
  max-width: 180px;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
}


}

/*** Youtube Section ***/

.youtube-container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.youtube-container-heading {
  display: flex;
  align-items: center;
  gap: 0 0.5em;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .youtube-container-heading {
    flex-direction: column;
    margin-bottom: 1em;
  }
}


.youtube-contents-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 2em;
  margin: 0 auto 2em;
  max-width: 1200px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .youtube-contents-wrapper {
    width: 100%;
    flex-direction: column;
    gap: 3em 0;
    padding-left: 1em;
    padding-right: 1em;
  }
}

.youtube-contents {
  width: 100%;
  margin-top: 2em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}


.youtube-contents-title {
  font-size: 1.6em;
  font-weight: bold;
}

.youtube-contents-item {
  width: 100%;
  max-width: 560px;
  aspect-ratio: 16/9;
}

.youtube-contents-item > iframe {
  width: 100%;
  height: 100%;
}

.youtube-contents-description {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 1em;
}

/* 改行 */

/* スマホでは改行する */
br.spNone {
  display: none;
}
@media screen and (max-width: 768px) {
  br.spNone {
    display: block;
  }
}
