﻿
@font-face {
  font-family: "SeravekL";
  src: url("../font/Seravek-l.woff") format("woff");
}
@font-face {
  font-family: "SeravekR";
  src: url("../font/Seravek-r.woff") format("woff");
}
/* ===========================================
  会社情報
=========================================== */
/* ------------------------
* billboard
*/
@media screen and (max-width: 767px) {
  .cmnBillboard {
    background-image: url(../image/billboard_back-sp24.jpg);
  }
}
@media print, screen and (min-width: 768px) {
  .cmnBillboard {
    background-image: url(../image/billboard_back-pc26.jpg);
  }
}

/* ------------------------
*	section
*/
.section {
  position: relative;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .section {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .section {
    margin-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  .section ~ .section {
    margin-top: 35px;
  }
}
@media print, screen and (min-width: 768px) {
  .section ~ .section {
    margin-top: 90px;
  }
}
.section_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #047599;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .section_head {
    min-height: 80px;
    padding-left: 40px;
    padding-right: 25px;
  }
}
@media print, screen and (min-width: 768px) {
  .section_head {
    height: 69px;
    padding: 5px 20px 5px 25px;
  }
}
.section_head--txt {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .section_head--txt {
    font-size: 1.7rem;
    letter-spacing: 0.025em;
  }
}
@media print, screen and (min-width: 768px) {
  .section_head--txt {
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
}

/* ------------------------
*	table
*/
.company-table th {
  color: #047599;
  background-color: #B4D6E0;
  letter-spacing: 0.05em;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .company-table th {
    width: 132px;
    line-height: 1.75;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .company-table th {
    width: 200px;
    font-size: 1.7rem;
  }
}
.company-table td {
  background-color: #fff;
  text-align: left;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .company-table td {
    padding: 20px 15px;
    line-height: 1.75;
    font-size: 1.4rem;
    letter-spacing: 0.025em;
  }
}
@media print, screen and (min-width: 768px) {
  .company-table td {
    padding-left: 45px;
    line-height: 1.6;
    font-size: 1.8rem;
    letter-spacing: 0.075em;
  }
}
.company-table a {
  text-decoration: none;
}
.company-dl dt {
  float: left;
  width: 13.5em;
}
@media screen and (max-width: 767px) {
  .company-dl dt {
    width: 7.5em;
  }
}
.company-dl dd {
  margin-left: 13.5em;
}
@media screen and (max-width: 767px) {
  .company-dl dd {
    margin-left: 8.5em;
  }
}

.accordion {
  cursor: pointer;
}
.accordion + div {
  display: none;
}
.accordion--icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .accordion--icon {
    width: 25px;
    height: 25px;
  }
}
@media print, screen and (min-width: 768px) {
  .accordion--icon {
    width: 30px;
    height: 30px;
  }
}
.accordion--icon::before, .accordion--icon::after {
  position: absolute;
  top: 19px;
  right: 10px;
  z-index: 2;
  display: block;
  width: 14px;
  height: 2px;
  background-color: #047599;
  content: "";
}
@media screen and (max-width: 767px) {
  .accordion--icon::before, .accordion--icon::after {
    top: 11px;
    left: 5px;
  }
}
@media print, screen and (min-width: 768px) {
  .accordion--icon::before, .accordion--icon::after {
    top: 14px;
    left: 8px;
  }
}
.accordion--icon::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.accordion-open .accordion--icon::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/* ------------------------
*	map
*/
.map {
  max-width: 703px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .map {
    margin-top: 35px;
    padding: 0 10%;
  }
}
@media print, screen and (min-width: 768px) {
  .map {
    margin-top: 75px;
  }
}
@media screen and (max-width: 767px) {
  .map ~ .map {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .map ~ .map {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .map-address {
    margin-bottom: 10px;
    line-height: 1.75;
    font-size: 1.4rem;
    letter-spacing: 0.025em;
  }
}
@media print, screen and (min-width: 768px) {
  .map-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    line-height: 1.6;
    font-size: 1.8rem;
    letter-spacing: 0.075em;
  }
}
.map-address-head {
  color: #047599;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .map-address-head {
    margin-right: 1em;
  }
}
.map-gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.map .map-gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/* ------------------------
*	Point 03
*/
@media screen and (max-width: 767px) {
  .point03 {
    padding: 50px 10% 0;
  }
}
@media print, screen and (min-width: 768px) {
  .point03 {
    padding-top: 100px;
  }
}
.point03-table {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .point03-table {
    width: 800px;
    margin-top: 35px;
  }
}
@media print, screen and (min-width: 768px) {
  .point03-table {
    width: 1024px;
    margin: 0 auto;
  }
}
.point03-table tbody th {
  white-space: nowrap;
  width: 12%;
}

.genkaku-l {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .genkaku-l {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .genkaku-l {
    margin-top: 30px;
  }
}

.tel {
  color: inherit;
}
@media screen and (max-width: 767px) {
  .tel {
    text-decoration: underline;
  }
}
@media print, screen and (min-width: 768px) {
  .tel {
    text-decoration: none;
  }
}/*# sourceMappingURL=top.css.map */