@charset "UTF-8";
/*----------------------------------------------------
  変数セット
----------------------------------------------------*/
.page-title-wrap {
  background-image: url(../images/bg_page_title.jpg);
}
@media screen and (max-width: 767.98px) {
  .page-title-wrap {
    height: 50vh !important;
  }
}

/*----------------------------------------------------
  ごあいさつ
----------------------------------------------------*/
.section-wrap.greeting .row > div[class*=col-] > p {
  font-size: 1.8rem;
  margin-bottom: 2.5em;
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 991.98px) {
  .section-wrap.greeting .row > div[class*=col-] > p {
    font-size: 1.6rem;
  }
}
.section-wrap.greeting .president-name {
  text-align: right;
  margin-top: 8rem;
}
@media screen and (max-width: 991.98px) {
  .section-wrap.greeting .president-name {
    margin-top: 5rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .section-wrap.greeting .president-name img {
    width: 240px;
  }
}
.section-wrap.greeting .image-area {
  flex: 1;
  margin-right: calc(50% - 50vw);
  padding-left: 3rem;
}
@media screen and (max-width: 991.98px) {
  .section-wrap.greeting .image-area {
    flex: none;
    padding-left: 0;
    margin: 0;
    width: 100%;
  }
}
.section-wrap.greeting .image-area img {
  width: 600px;
}
@media screen and (max-width: 991.98px) {
  .section-wrap.greeting .image-area img {
    display: block;
    margin: 0 auto;
  }
}

/*----------------------------------------------------
  会社概要
----------------------------------------------------*/
table.tbl-company {
  width: 100%;
}
table.tbl-company tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  line-height: 1.8;
}
table.tbl-company th, table.tbl-company td {
  padding: 2rem 3rem;
}
@media screen and (max-width: 575.98px) {
  table.tbl-company th, table.tbl-company td {
    padding: 1.5rem 1.2rem;
  }
}
table.tbl-company th {
  border-top: 2px solid #FF7E2A;
  border-bottom: 2px solid #FF7E2A;
  width: 200px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  table.tbl-company th {
    width: 150px;
  }
}
@media screen and (max-width: 575.98px) {
  table.tbl-company th {
    width: 110px;
  }
}

/*----------------------------------------------------
  沿革
----------------------------------------------------*/
ul.timeline {
  list-style: none;
  padding-left: 0;
  width: 650px;
  max-width: 100%;
  margin: 0 auto;
}
ul.timeline > li {
  margin: 0;
  display: flex;
}
@media screen and (max-width: 575.98px) {
  ul.timeline > li {
    display: block;
  }
}
ul.timeline > li p.timeline-date {
  width: 120px;
  padding-top: 20px;
}
@media screen and (max-width: 575.98px) {
  ul.timeline > li p.timeline-date {
    width: auto;
    padding: 0;
    font-weight: 700;
    margin-bottom: 0;
  }
}
ul.timeline > li > div {
  flex: 1;
  border-left: 2px #ccc solid;
  padding-left: 30px;
  padding-top: 20px;
  padding-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 575.98px) {
  ul.timeline > li > div {
    width: auto;
    border: none;
    padding: 0;
    margin-bottom: 2rem;
  }
}
ul.timeline > li > div:before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #FF7E2A;
  position: absolute;
  left: -7px;
  top: 26px;
  border-radius: 100%;
}
@media screen and (max-width: 575.98px) {
  ul.timeline > li > div:before {
    display: none;
  }
}

.section-wrap.access {
  padding-bottom: 0;
}
.section-wrap.access .gmap-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 600px;
}
@media screen and (max-width: 991.98px) {
  .section-wrap.access .gmap-wrap {
    padding-top: 500px;
  }
}
@media screen and (max-width: 575.98px) {
  .section-wrap.access .gmap-wrap {
    padding-top: 350px;
  }
}
.section-wrap.access .gmap-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.nearest-time {
  text-align: center;
}
.nearest-time .inner {
  display: inline-block;
  border: 1px solid #ddd;
  padding: 1em 2em 0;
  margin-bottom: 3rem;
}
@media screen and (max-width: 575.98px) {
  .nearest-time .inner {
    display: block;
    padding: 1em 1em 0;
    margin-bottom: 2rem;
  }
}
.nearest-time .inner dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.8rem;
}
@media screen and (max-width: 767.98px) {
  .nearest-time .inner dl {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 575.98px) {
  .nearest-time .inner dl {
    display: block;
  }
}
.nearest-time .inner dl dt {
  text-align: left;
  width: calc(100% - 8em);
  padding-left: 1em;
  position: relative;
}
.nearest-time .inner dl dt::after {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #222;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 0.7em;
  left: 0.5em;
}
@media screen and (max-width: 575.98px) {
  .nearest-time .inner dl dt {
    width: auto;
    display: block;
  }
}
.nearest-time .inner dl dd {
  text-align: right;
  width: 8em;
  margin-bottom: 1em;
}
@media screen and (max-width: 575.98px) {
  .nearest-time .inner dl dd {
    text-align: left;
    width: auto;
    padding-left: 1em;
  }
}
.nearest-time .inner dl dd span {
  padding: 0 0.4em;
}/*# sourceMappingURL=company.css.map */