@charset "UTF-8";
/*
会社情報ページ
/profile/
Version: 1.0.0
Update: 2024-03-28
*/
/* トップイメージ画像 */
.content .pageTitle {
  background-image: url(../profile/img/pagetitle-pc.jpg);
}

@media screen and (max-width: 767px) {
  .content .pageTitle {
    background-image: url(../profile/img/pagetitle-mb.jpg);
  }
}

/* 会社概要・沿革 */
.profileTable,
.historyTable {
  overflow: hidden;
  border-bottom: 1px solid #333;
}

.profileTable dt,
.profileTable dd,
.historyTable dt,
.historyTable dd {
  padding: 10px 0;
  border-top: 1px solid #333;
}

.profileTable dt,
.historyTable dt {
  clear: both;
  float: left;
  width: 240px;
  font-weight: bold;
}

.profileTable dd,
.historyTable dd {
  position: relative;
  margin-left: 240px;
}

@media screen and (max-width: 767px) {
  .profileTable dt {
    float: none;
    width: 100%;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .profileTable dd {
    margin-left: 0;
    padding-top: 0;
    border-top-width: 0;
  }
}

.historyTable dt {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .historyTable dt {
    width: 100px;
  }
}

.historyTable dt .year {
  display: block;
  float: left;
  width: 60px;
}

.historyTable dt .month {
  display: block;
  margin-left: 60px;
}

.historyTable dt.sameYear {
  padding-top: 0;
  border-top-width: 0;
}

.historyTable dt.sameYear + dd {
  padding-top: 0;
  border-top-width: 0;
}

@media screen and (max-width: 767px) {
  .historyTable dd {
    margin-left: 100px;
  }
}

.map {
  position: absolute;
  right: 20px;
  bottom: 15px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .map {
    position: static;
    right: auto;
    bottom: auto;
    padding-top: 10px;
  }
}

.content section .pageLink a {
  padding: 10px 40px;
  padding-right: 80px;
}

@media screen and (max-width: 767px) {
  .content section .pageLink a {
    width: 90%;
    padding-right: 40px;
  }
}

.content section .pageLink a::after {
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -4px;
}

@media screen and (max-width: 767px) {
  .content section .pageLink a::after {
    position: static;
    margin-left: 20px;
  }
}

/* 会社紹介動画 */
#profileMovie .movie .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

#profileMovie .movie .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* 会社名の由来 */
#companyName .logoImage {
  padding-top: 40px;
  text-align: center;
}
