@charset "UTF-8";
/* ========================================
  トップページ - hero
========================================= */
#l-hero {
  width: 100%;
  height: 688px;
  overflow: hidden;
}
.p-hero__bg {
  width: 100%;
  height: 100%;
  background-image: url("../images/mv_bg2.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-backface-visibility: hidden;
  -webkit-animation: imageAnimation 12s linear 1 0s;
  animation: imageAnimation 12s linear 1 0s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop, .p-hero__bg {
    -webkit-animation: imageAnimation 0s linear 0s;
    animation: imageAnimation 0s linear 0s;
  }
}
@media all and (-ms-high-contrast:none) {
  .p-hero__bg {
    -webkit-animation: imageAnimation 0s linear 0s;
    animation: imageAnimation 0s linear 0s;
    animation: imageAnimation 0s linear 0s;
  } /* IE10 */
}
@-webkit-keyframes imageAnimation {
  0% {
    -webkit-animation-timing-function: ease-in;
  }
  50% {
    -webkit-transform: scale(1.05);
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: scale(1.1);
  }
}
.p-hero__bg {}
.p-hero__catch {
  width: 90%;
  max-width: 800px;
}
.p-hero__catch img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #l-hero {
    width: 100%;
    height: 288px;
  }
  .p-hero__catch {
    width: 300px;
  }
}
/* ========================================
  トップページ - 事業内容
========================================= */
#l-home__service {
  padding-top: 30px;
}
.p-home__servDetail {}
.p-home__servDetail__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0 0;
}
.p-home__servDetail__item {
  width: 33.3333%;
  background-color: #ecf0f3;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #eee;
}
.p-home__servDetail__item:first-child {
  border-left: none;
}
.p-home__servDetail__thumb {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative;
  display: block;
  height: 375px;
}
.p-home__servDetail__thumb--01 {
  background-image: url("../images/service_01.jpg");
}
.p-home__servDetail__thumb--02 {
  background-image: url("../images/service_02.jpg");
}
.p-home__servDetail__thumb--03 {
  background-image: url("../images/service_03b.jpg");
}
.p-home__servDetail__thumb h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 1em;
  font-size: 26px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: underline;
  text-align: center;
}
.p-home__servDetail__thumb .s_num {
  color: #ecf0f3;
  font-size: 60px;
  font-weight: bold;
  position: absolute;
  bottom: -4px;
  left: 20px;
  font-family: 'Ubuntu', sans-serif;
  line-height: 0.8em;
}
.p-home__servDetail__thumb a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.p-home__servDetail__content {
  padding: 25px 25px;
  position: relative;
}
.p-home__servDetail__content h3 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
.p-home__servDetail__content ul {
  padding: 0 0 0 5px;
  margin: 0 0 20px;
}
.p-home__servDetail__content ul li {
  padding-left: 1em;
  margin-bottom: 10px;
  text-indent: -1em;
  color: #595757;
  line-height: 1.25;
  font-size: 16px;
  list-style: none;
}
.p-home__servDetail__content ul li::before {
  content: "・";
  margin-right: 0.5em;
}
.p-home__servDetail__more a {
  display: block;
  height: 60px;
  width: auto;
  border: 1px solid rgba(89, 87, 87, 0.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #3e3a39;
  line-height: 60px;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #l-home__service {
    padding-top: 20px;
  }
  .p-home__servDetail {}
  .p-home__servDetail__container {
    display: block;
    margin: 20px 0 0;
  }
  .p-home__servDetail__item {
    width: 100%;
    border-left: none;
  }
  .p-home__servDetail__item:first-child {
    border-left: none;
  }
  .p-home__servDetail__thumb {
    height: 280px;
  }
  .p-home__servDetail__thumb h2 {
    font-size: 22px;
  }
  .p-home__servDetail__content {
    height: auto;
    padding: 25px 30px;
  }
  .p-home__servDetail__content h3 {
    font-size: 18px;
    line-height: 1em;
  }
  .p-home__servDetail__content ul {
    padding: 0;
  }
  .p-home__servDetail__content ul li {}
}
/* ========================================
  トップページ - ニュース一覧
========================================= */
#l-home__news {
  padding: 50px 0;
}
#l-home__news h2 {
  margin-bottom: 25px;
  font-size: 34px;
  font-weight: bold;
  color: #0079c1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #l-home__news {
    padding: 30px 0;
  }
  #l-home__news h2 {
    margin-bottom: 15px;
    font-size: 22px;
  }
}
/* ========================================
  トップページ - 会社概要
========================================= */
#l-home__about {
  margin-bottom: 50px;
}
#l-home__about h2 {
  height: 240px;
  margin-bottom: 40px;
  background-image: url("../images/tds02.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative;
  display: block;
  line-height: 240px;
  color: #FFFFFF;
  text-align: center;
  font-size: 34px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #l-home__about {}
  #l-home__about h2 {
    height: 170px;
    margin-bottom: 20px;
    line-height: 170px;
    font-size: 22px;
  }
}
/* 本社img */
.p-about__office {
  margin: 0 0 50px 0;
}
/* 表 */
.p-glance {
  margin-bottom: 20px;
}
.p-glance table {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #707070;
  font-size: 16px;
  line-height: 2;
}
.p-glance tr {
  border-top: 1px solid rgba(89, 87, 87, 0.3);
  vertical-align: top;
}
.p-glance tr:nth-of-type(1) {
  border-top: 1px solid #595757;
}
.p-glance th {
  padding: 2px 10px;
  font-weight: bold;
  text-align: left;
}
.p-glance td {
  padding: 2px 10px;
}
@media screen and (max-width: 768px) {
  .p-glance {
    margin-bottom: 20px;
  }
  .p-glance table {
    border-bottom: 1px solid #ccc;
    font-size: 14px;
  }
  .p-glance tr {
    border-top: 1px solid #ccc;
  }
  .p-glance tr:nth-of-type(1) {
    border-top: 1px solid #ccc;
  }
  .p-glance th {
    display: block;
    width: 100%;
    padding: 5px 10px;
    background: #efefef;
  }
  .p-glance td {
    display: block;
    width: 100%;
    padding: 10px;
  }
}
/* ========================================
  トップページ - 沿革
========================================= */
.l-home__history {
  margin-bottom: 50px;
}
.p-history {
  margin-bottom: 60px;
}
.p-history table {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #595757;
  font-size: 16px;
  line-height: 2;
  table-layout: fixed;
}
.p-history tr {
  border-top: 1px solid rgba(89, 87, 87, 0.3);
}
.p-history tr:nth-of-type(1) {
  border-top: 1px solid #595757;
}
.p-history th {
  width: 85px;
  padding: 2px 10px;
  font-weight: bold;
  vertical-align: top;
  text-align: left;
}
.p-history td {
  width: 100%;
  padding: 2px 10px;
}
.p-history td dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.p-history td dt {
  width: 50px;
  padding: 0;
  margin: 0;
  font-weight: bold;
}
.p-history td dd {
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  width: calc(100% - 50px);
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-history {
    margin-bottom: 20px;
  }
  .p-history table {
    border-bottom: 1px solid rgba(89, 87, 87, 0.3);
    font-size: 14px;
  }
  .p-history th {
    width: 65px;
    padding: 5px;
  }
  .p-history td {
    padding: 5px;
  }
  .p-history td dt {
    width: 35px;
  }
  .p-history td dd {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
  }
}
/* ========================================
  トップページ - 理念
========================================= */
#l-home__philosophy {
  margin: 0 auto 50px;
}
/* ========================================
  トップページ - 取引実績
========================================= */
#l-home__deal {}
.p-deal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  font-size: 14px;
}
.p-deal ul {
  width: 33.333%;
  padding: 0;
  margin: 0 0 0 20px;
  line-height: 1.4;
}
.p-deal li {
  padding-bottom: 10px;
  list-style: none;
}
.p-deal__note {
  text-align: right;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .p-deal {
    padding: 10px 0 5px;
    overflow: auto;
    white-space: nowrap;
    overflow-x: scroll;
  }
  .p-deal ul {
    width: auto;
    padding-right: 25px;
    margin-left: 10px;
  }
  .p-deal li {
    padding-bottom: 10px;
    margin: 0;
  }
}
/* ========================================
  トップページ - MAP
========================================= */
#l-home__map {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #l-home__map {}
}
/* ========================================
  トップページ - 問い合わせ
========================================= */
#l-home__contact {
  padding-bottom: 80px;
}
#l-home__contact h2 {
  height: 240px;
  margin-bottom: 40px;
  background-image: url("../images/contact_ttl_bg.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative;
  display: block;
  color: #FFFFFF;
  text-align: center;
  line-height: 240px;
  font-size: 34px;
  font-weight: bold;
}
#l-home__contact p {
  margin: 0 auto 25px;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #l-home__contact h2 {
    height: 170px;
    margin-bottom: 20px;
    line-height: 170px;
    font-size: 22px;
  }
  #l-home__contact p {
    font-size: 14px;
  }
}

/* ========================================
  googlemap API用
========================================= */
#map {
  width: 100%;
  height: 560px;
}
@media screen and (max-width: 768px) {
  #map {
    height: 300px;
  }
}