@charset "utf-8";

/* 
ポイントカラー赤：#AF0107;
背景うすいグレー：#F3F3F3;
*/



/* ------------------------
代表挨拶
---------------------------*/
.rep-text {
  text-align: right;
}

.rep-name {
  font-size: 2.4rem;
}

/* ------------------------
/ 代表挨拶
---------------------------*/

/* ------------------------
創業者のゆかりの場所
---------------------------*/
.company-place-flexbox {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .company-place-flexbox {
    display: block;
  }
}

.company-place-child01 {
  width: calc(100% - 37rem);
}
@media screen and (max-width: 767px) {
  .company-place-child01 {
    width: 100%;
  }
}

.company-place-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .company-place-title {
    font-size: 2rem;
  }
}

.company-place-child02 {
  width: 32rem;
}
@media screen and (max-width: 767px) {
  .company-place-child02 {
    width: 100%;
  }
}

.company-place-imgbox {

}
@media screen and (max-width: 767px) {
  .company-place-imgbox {
    margin-bottom: 1.6rem;
  }
}

.company-place-imgbox img {
  width: 100%;
  vertical-align: bottom;
  border-radius: 2px;
}

/* パターン02 */
.section-company-place02 {
  padding: 14.4rem 7.2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-company-place02 {
    padding: 4.8rem 5%;
  }
}

.section-company-place02-bgimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/company/company-onaribridge.jpg);
  filter: brightness(80%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 20%;
  z-index: 1;
}

.company-place02-title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  position: relative;
  line-height: 1.8;
  margin-bottom: 2.4rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .company-place02-title {
    font-size: 2rem;
  }
}

.company-place02-desc {
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  position: relative;
  z-index: 2;
}
/* ------------------------
/ 創業者のゆかりの場所
---------------------------*/


/* ------------------------
沿革
---------------------------*/
.table01-th.company-history-th {
  width: 28rem;
}
@media screen and (max-width: 767px) {
  .table01-th.company-history-th {
    width: 100%;
  }
}

.table01-td.company-history-td {
  width: calc(100% - 28rem);
}
@media screen and (max-width: 767px) {
  .table01-td.company-history-td {
    width: 100%;
  }
}

.company-histry-flexbox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .company-histry-flexbox {
    display: block;
  }
}

.company-histry-child01 {
  width: 33%;
}
@media screen and (max-width: 767px) {
  .company-histry-child01 {
    width: 100%;
    margin-bottom: 3.2rem;
  }
}

.company-histry-child02 {
  width: 61%;
}
@media screen and (max-width: 767px) {
  .company-histry-child02 {
    width: 100%;
    margin-bottom: 3.2rem;
  }
}

.company-histry-imgbox01 {
  
}
@media screen and (max-width: 767px) {
  .company-histry-imgbox01 {
    width: 100%;
    max-width: 19rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.company-histry-imgbox01 img {
  width: 100%;
  vertical-align: bottom;
}

.company-histry-imgbox02 {

}

.company-histry-imgbox02 img {
  width: 100%;
  vertical-align: bottom;
}

.company-histry-desc {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  height: 7rem;
}
@media screen and (max-width: 767px) {
  .company-histry-desc {
    /* width: 100%; */
    height: auto;
  }
}

/* ------------------------
/ 沿革
---------------------------*/

/* ------------------------
アクセス
---------------------------*/
.access-mapbox iframe {
  width: 100%;
  height: 40rem;
}
@media screen and (max-width: 767px) {
  .access-mapbox iframe {
    height: 25rem;
  }
}

.access-mapbox-externalbtn {
  margin-left: auto;
  margin-right: auto;
}

/* ------------------------
/ アクセス
---------------------------*/
