@charset "utf-8";
/*
Theme Name:岐北ライン2021
Author:JIMOTOPAGE
Author URI:http://jimotopage.com/
*/
/*------------------------------------------------------------
     common
------------------------------------------------------------ */
/* webfont */
.webfont_os {
  font-family: 'Open Sans', sans-serif;
}
.webfont_nc {
  font-family: 'News Cycle', sans-serif;
  font-weight: 400;
}
/* table */
table.table01 {
  width: 100%;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
table.table01 th, table.table01 td {
  padding: 20px 30px;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
table.table01 th {
  width: 180px;
  background-color: #EBF3ED;
  text-align: center;
}
/* page top */
#pageTop {
  position: fixed;
  bottom: 64px;
  right: 48px;
  z-index: 500
}
/* header
------------------------------------------------------------ */
#header {
  padding: 15px 0 20px;
  background-color: #EEE;
  position: relative;
}
/* logo */
#header .logo {
  margin-bottom: 30px;
}
/* nav */
#nav {
  text-align: center;
  font-size: 0;
}
#nav ul {
  margin: auto -12px;
}
#nav ul li {
  display: inline-block;
  margin: auto 8px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 900;
  letter-spacing: .1em;
}
#nav ul li a {
  display: block;
  padding: 18px 25px;
}
#nav ul li.current a, #nav ul li a:hover {
  background-color: #38874E;
  color: #FFF;
  opacity: 1.0;
}
/* container
------------------------------------------------------------ */
.container {
  width: 94%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
/* side
------------------------------------------------------------ */
/* footer
------------------------------------------------------------ */
/* 電話バナー */
.banner_tel {
  padding: 10px 0;
  background-color: #8FF44E;
}
.banner_tel .ment {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.banner_tel .tel {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 0.05em;
}
.banner_tel .tel i {
  margin-right: 5px;
  margin-left: -15px;
}
/* 汎用お問い合わせ */
.common_contact {
  padding: 40px 0 45px;
  background-image: url("img/common/bg_img.jpg");
  background-position: center;
  background-size: cover;
}
.common_contact .ment {
  text-align: center;
  color: #FFF;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.common_contact .add, .common_contact .tel, .common_contact .contact_btn {
  display: inline-block;
  vertical-align: bottom;
}
.common_contact .add {
  vertical-align: middle;
  text-align: left;
  color: #FFF;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.714;
  letter-spacing: 0.05em;
  margin-right: 10px;
}
.common_contact .add span {
  display: block;
  margin-bottom: 10px;
}
.common_contact .tel, .common_contact .contact_btn {
  margin-bottom: 24px;
}
.common_contact .tel {
  text-align: left;
  color: #FFF;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-right: 3.24%;
}
.common_contact .tel a {
  color: #FFF;
}
.common_contact .tel span {
  display: block;
  width: 92px;
  padding: 5px;
  border-radius: 12px;
  background-color: #38874E;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 15px;
}
.common_contact .contact_btn a {
  display: block;
  width: 200px;
  padding: 10.5px;
  background-color: #38874E;
  color: #FFF;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-bottom: 3px;
}
.common_contact .contact_btn a i {
  font-size: 14px;
  margin-right: 14px;
  margin-left: -10px;
}
#footer .pagetop a {
  display: block;
  padding: 5px 3% 17px;
  background-color: #000;
  text-align: center;
  color: #FFF;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.2em;
}
#footer .pagetop a i {
  display: block;
  font-size: 36px;
  font-size: 3.6rem;
}
#footer .copy {
  padding: 10.5px 3%;
  background-color: #38874E;
  text-align: center;
  color: #FFF;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
/*------------------------------------------------------------
     index
------------------------------------------------------------ */
/* main image */
.main_image img {
  width: 100%;
}
/* 岐阜の運営会社　岐北ライン */
.top_about {
  padding: 20px 0 40px;
}
.top_about h2 {
  margin-bottom: 25px;
}
.top_about h3 {
  margin-bottom: .5em;
  color: #38874E;
  font-size: 40px;
  font-size: 4.0rem;
  font-weight: 700;
  letter-spacing: 0;
}
.top_about .ment {
  margin-bottom: .5em;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.833;
}
.top_about .phones {
  padding: 35px 4% 30px;
  background-color: #38874E;
  font-size: 0;
}
.top_about .phones a {
  color: #FFF;
}
.top_about .phones .row {
  margin: auto -10px;
}
.top_about .phones dl {
  display: inline-block;
  margin: auto 30px;
  color: #FFF;
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1.2;
}
.top_about .phones dl dt, .top_about .phones dl dd {
  display: inline-block;
  vertical-align: middle;
}
.top_about .phones dl dt {
  margin-right: 20px;
  font-size: 75%;
}
.top_about .phones dl dt.phone-title {
  display: block;
  padding: .2em;
  background-color: #FFF;
  border-radius: 6px;
  margin: auto;
  text-align: center;
  color: #38874E;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 700;
  letter-spacing: .05em;
}
.top_about .phone-text {
  margin-top: .5em;
  color: #FFF;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .05em;
}
@media screen and (max-width: 1180px) {
  .vehicle_list dl dt {
    width: 500px;
  }
}
/* 新着情報 */
.top_information {
  padding: 20px 0 80px;
}
.top_information .container {
  position: relative;
}
.top_information h2 {
  margin-bottom: 30px;
}
.top_information .more {
  position: absolute;
  top: 25px;
  right: 0;
  text-align: center;
}
.top_information .more a {
  display: inline-block;
}
.top_information ul li {
  padding: 3%;
  border: 1px solid #666;
}
.top_information ul li + li {
  margin-top: 30px;
}
.top_information ul li .title {
  padding: 10px 0 10px 20px;
  border-bottom: 1px dotted #666;
  margin-bottom: 10px;
  position: relative;
}
.top_information ul li .title::before {
  content: "";
  display: block;
  width: 5px;
  height: 70%;
  background-color: #38874E;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.top_information ul li h3 {
  float: left;
  color: #38874E;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.top_information ul li h3 a {
  color: #38874E;
}
.top_information ul li .more-article {
  float: right;
}
.top_information ul li .more-article a {
  display: block;
  min-width: 60px;
  padding: 4px;
  background-color: #38874E;
  text-align: center;
  color: #FFF;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.top_information ul li .ment {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
/*------------------------------------------------------------
     kasou
------------------------------------------------------------ */
/* common
------------------------------------------------------------ */
/* kasou title */
.kasou_title {
  padding: 0 2%;
  background-size: cover;
  background-position: center;
  background-color: #224F2E;
}
.kasou_title h1 {
  text-align: center;
  line-height: 400px;
}
.kasou_title.kasou_title_s h1 {
  line-height: 275px;
}
.kasou_title h1 img {
  vertical-align: middle;
}
.kasou_title.company {
  background-image: url("img/kasou/kt_company.jpg");
}
.kasou_title.vehicle {
  background-image: url("img/kasou/kt_vehicle.jpg");
}
.kasou_title.recruit {
  background-image: url("img/kasou/kt_recruit.jpg");
}
/* pankuzu */
.pankuzu_wrap {
  padding: 6px 0;
  background-color: #38874E;
  margin-bottom: 40px;
}
#pankuzu {
  width: 94%;
  max-width: 1080px;
  color: #FFF;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1.7;
  margin: auto;
}
#pankuzu a {
  color: #FFF;
  text-decoration: underline;
}
/* company
------------------------------------------------------------ */
/* 代表挨拶 */
.message {
  padding-bottom: 60px;
}
.message h2 {
  margin-bottom: 55px;
}
.message .ment {
  margin-bottom: 30px;
}
.message .daihyo {
  text-align: right;
}
/* 会社概要 */
.profile {
  padding-bottom: 60px;
}
.profile h2 {
  margin-bottom: 30px;
}
.profile table {
  width: 100%;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.profile table th, .profile table td {
  padding: 20px 30px;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
.profile table th {
  width: 180px;
  background-color: #EBF3ED;
  text-align: center;
}
/* アクセス */
.access {
  padding-bottom: 80px;
}
.access h2 {
  margin-bottom: 25px;
}
.access-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.access-section + .access-section {
  margin-top: 60px;
}
.access-section .access-data,
.access-section .access-map {
  width: 50%;
}
.access-section .access-data {
  padding-right: 20px;
}
.access-data .access-text {
  margin-bottom: 1em;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}
.access-image.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: auto -9px;
}
.access-image.row .col-6 {
  width: 50%;
  padding: 0 9px;
}
.access-image img {
  width: 100%;
}
.access-map iframe {
  width: 100%;
}
/* vethicle
------------------------------------------------------------ */
.vehicle-contents {
  padding-bottom: 50px;
}
.vehicle-contents .ment {
  margin-bottom: 1em;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: .05em;
}
.vehicle_list {
  display: table;
  width: 100%;
}
.vehicle_list dl {
  display: table-row;
}
.vehicle_list dl dt, .vehicle_list dl dd {
  display: table-cell;
  padding: 28px 0;
  vertical-align: middle;
}
.vehicle_list dl dd {
  text-align: right;
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: bold;
  line-height: 1.6;
}

/* recruit
------------------------------------------------------------ */
/* about */
.recruit_about {
  padding-bottom: 60px;
}
.recruit_about h2 {
  margin-bottom: 20px;
}
.recruit_about .ment {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 2;
}
.recruit_about .ment::after {
  content: "";
  display: block;
  clear: both;
}
.recruit_about .ment img {
  float: right;
  max-width: 40%;
}
/* 募集要項 */
.essential_point {
  padding-bottom: 80px;
}
.essential_point h2 {
  padding: 6px 4%;
  border: 3px solid #38874E;
  margin-bottom: 15px;
  color: #38874E;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.666;
}
.essential_point #post {
  margin-bottom: auto;
}
.essential_point .recruit_form {
  margin-top: 60px;
}
.essential_point .recruit_form h2 {
  margin-bottom: 35px;
}
/* contact
------------------------------------------------------------ */
.contact_form {
  padding: 40px 0 80px;
}
/*table*/
.form_table {
  font-size: 15px;
  font-size: 1.5rem;
  width: 100%; /*変更しない*/
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  border-collapse: collapse;
  margin-bottom: 55px;
}
.form_table th, .form_table td {
  padding: 15px;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
.form_table th {
  background-color: #EBF3ED;
  text-align: center;
  width: 180px;
}
.form_table td {
  background-color: #fff;
}
.form_table .textarea th {
  vertical-align: top;
}
/*入力エリア*/
.form_table input[type="text"], .form_table textarea, .form_table select, .form_table input[type="email"] {
  padding: 5px;
  border: 1px solid #CCC;
  border-radius: 3px;
  font-size: 1.5rem;
}
.form_table input[type="text"]:focus, .form_table textarea:focus {
  background-image: none;
}
.form_table input[type="text"], .form_table input[type="email"], .form_table select {
  width: 100%;
}
.form_table input[type="text"].zip {
  width: 80px;
}
.email_confirm_error {
  color: #FF0004;
  margin-left: 10px;
  display: none;
}
.form_table textarea {
  display: block;
  height: 120px;
  width: 100%;
  font-size: 14px;
}
.form_table input[type="radio"], .form_table input[type="checkbox"] {
  vertical-align: text-top;
}
/* 必須・任意 */
.form_table th span {
  padding: 0 5px;
  display: block;
  float: right;
}
.form_table .required { /* 必須 */
  color: #fff;
  background-color: #38874E;
}
.form_table .any { /* 任意 */
  color: #fff;
  background-color: #333;
}
/* 送信ボタン */
.submit {
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  border: none;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  /* 変更 */
  color: #fff;
  background-color: #38874E;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.2em;
  width: 213px;
  padding-top: 23px;
  padding-bottom: 23px;
}
.submit:hover {
  opacity: .8;
}
/* archive
------------------------------------------------------------ */
.archive {
  padding-bottom: 80px;
}
.archive .h2_title {
  margin-bottom: 50px;
}
.archive ul li {
  padding: 3%;
  border: 1px solid #666;
}
.archive ul li + li {
  margin-top: 30px;
}
.archive ul li .title {
  padding: 10px 0 10px 20px;
  border-bottom: 1px dotted #666;
  margin-bottom: 10px;
  position: relative;
}
.archive ul li .title::before {
  content: "";
  display: block;
  width: 5px;
  height: 70%;
  background-color: #38874E;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.archive ul li h2 {
  float: left;
  color: #38874E;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.archive ul li h2 a {
  color: #38874E;
}
.archive ul li .more {
  float: right;
}
.archive ul li .more a {
  display: block;
  min-width: 60px;
  padding: 4px;
  background-color: #38874E;
  text-align: center;
  color: #FFF;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.archive ul li .ment {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.wp-pagenavi {
  margin-top: 30px;
  margin-left: -10px;
  margin-bottom: -10px;
}
.wp-pagenavi span, .wp-pagenavi a {
  display: inline-block;
  min-width: 30px;
  line-height: 28px;
  padding: 0 5px;
  border: 1px solid #38874E;
  text-align: center;
  font-family: 'News Cycle', sans-serif;
  font-weight: 700;
  color: #38874E;
  font-size: 14px;
  font-size: 1.4rem;
  margin-left: 10px;
  margin-bottom: 10px;
}
.wp-pagenavi .current, .wp-pagenavi a:hover {
  background-color: #38874E;
  color: #FFF;
  opacity: 1.0;
}
/* 404
------------------------------------------------------------ */
.page404 {
  padding: 50px 0 150px;
}
.page404 h1 {
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
.page404 p {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.page404 p a {
  color: blue;
}