@charset "UTF-8";
.page-title-wrap {
  background-image: url(../images/bg_page_title.jpg);
}

/*----------------------------------------------------
  メッセージ
----------------------------------------------------*/
.message-area {
  display: flex;
}
@media screen and (max-width: 767.98px) {
  .message-area {
    display: block;
  }
}
.message-area .image {
  flex: 0 0 230px;
  padding-right: 5rem;
}
@media screen and (max-width: 767.98px) {
  .message-area .image {
    padding-right: 0;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .message-area .image img {
    width: 180px;
  }
}
.message-area .image .name {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767.98px) {
  .message-area .image .name {
    font-size: 1.2rem;
  }
}
.message-area .image .name span {
  font-size: 1.8em;
  display: block;
}
.message-area .text {
  flex: 1;
}
.message-area .text p {
  line-height: 2.2;
  font-size: 2rem;
  margin-bottom: 2em;
}
@media screen and (max-width: 767.98px) {
  .message-area .text p {
    font-size: 1.6rem;
  }
}

/*----------------------------------------------------
  経営理念
----------------------------------------------------*/
.section-wrap .company-inner {
  display: flex;
}
@media screen and (max-width: 767.98px) {
  .section-wrap .company-inner {
    display: block;
  }
}
.section-wrap .company-inner > .title {
  width: 300px;
}
@media screen and (max-width: 991.98px) {
  .section-wrap .company-inner > .title {
    width: 200px;
  }
}
@media screen and (max-width: 767.98px) {
  .section-wrap .company-inner > .title {
    width: auto;
  }
}
.section-wrap .company-inner > .contents {
  width: calc(100% - 300px);
}
@media screen and (max-width: 991.98px) {
  .section-wrap .company-inner > .contents {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 767.98px) {
  .section-wrap .company-inner > .contents {
    width: auto;
  }
}

.philosophy-area img {
  width: 330px;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767.98px) {
  .philosophy-area img {
    width: 280px;
    margin-bottom: 3rem;
  }
}
.philosophy-area p {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.7em;
}
@media screen and (max-width: 767.98px) {
  .philosophy-area p {
    font-size: 2rem;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 575.98px) {
  .philosophy-area p {
    font-size: 1.8rem;
  }
}

/*----------------------------------------------------
  会社概要
----------------------------------------------------*/
table.tbl-company {
  width: 100%;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767.98px) {
  table.tbl-company {
    margin-bottom: 3rem;
    display: block;
  }
}
table.tbl-company tr {
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767.98px) {
  table.tbl-company tr {
    float: left;
    width: 100%;
  }
}
table.tbl-company th, table.tbl-company td {
  padding: 1.5rem 3rem;
}
@media screen and (max-width: 767.98px) {
  table.tbl-company th, table.tbl-company td {
    padding: 1.2rem 1.5rem;
    display: block;
    width: 100% !important;
  }
}
table.tbl-company th {
  font-weight: 400;
  width: 180px;
}
@media screen and (max-width: 767.98px) {
  table.tbl-company th {
    padding-bottom: 0;
    font-weight: 600;
  }
}
@media screen and (max-width: 767.98px) {
  table.tbl-company td {
    padding-top: 0.5rem;
  }
}
table.tbl-company ul {
  list-style: none;
  padding-left: 0;
}

.exterior-area {
  display: flex;
}
.exterior-area .image {
  flex: 1;
  padding-right: 5rem;
}
@media screen and (max-width: 767.98px) {
  .exterior-area .image {
    padding-right: 3rem;
  }
}
@media screen and (max-width: 575.98px) {
  .exterior-area .image {
    padding-right: 2rem;
  }
}
.exterior-area .text {
  width: 240px;
}
@media screen and (max-width: 767.98px) {
  .exterior-area .text {
    width: 180px;
  }
}
@media screen and (max-width: 575.98px) {
  .exterior-area .text {
    width: 160px;
  }
}
.exterior-area .text p.title {
  font-size: 2rem;
  margin-bottom: 1.4em;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .exterior-area .text p.title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 575.98px) {
  .exterior-area .text p.title {
    font-size: 1.4rem;
  }
}
.exterior-area .text p:not(.title) {
  margin-bottom: 1em;
  line-height: 1.8;
}

/*----------------------------------------------------
  アクセス
----------------------------------------------------*/
.access {
  background: none;
}
.access .map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 30vw;
}
@media screen and (max-width: 991.98px) {
  .access .map {
    padding-top: 50vw;
  }
}
@media screen and (max-width: 767.98px) {
  .access .map {
    padding-top: 90vw;
  }
}
.access .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=company.css.map */