@media screen and (max-width: 480px) {
  .layout-pc {
    display: none;
  }
}
/*------------------*/
.section-mv {
  margin-bottom: 150px;
}
@media screen and (min-width: 769px) {
  .page-history .common_mv .mv_bg {
    background: url("../../images/company/mv_enkaku.jpg")no-repeat center center/cover;
  }
}
@media screen and (max-width: 768px) {
  .page-history .common_mv {
    background: url("../../images/company/mv_enkaku.jpg")no-repeat center center/cover;
  }
}
@media screen and (max-width: 820px) {
  .section-mv {
    margin-bottom: 100px;
  }
}
.section-mv > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-left: 20px;
}
.section-mv > .container > .page-title {
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 0.3em;
  line-height: 1.5;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  margin-right: 96px;
  padding-bottom: 32px;
}
@media screen and (max-width: 1400px) {
  .section-mv > .container > .page-title {
    font-size: 2.9vw;
  }
}
@media screen and (max-width: 768px) {
  .section-mv > .container > .page-title {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 480px) {
  .section-mv > .container > .page-title {
    font-size: 1.75rem;
    margin-right: 48px;
  }
}
.section-mv > .container > .page-title > .english {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 1.25rem;
  font-style: italic;
  letter-spacing: 0;
  margin-top: 6px;
}
@media screen and (max-width: 1400px) {
  .section-mv > .container > .page-title > .english {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  .section-mv > .container > .page-title > .english {
    font-size: 0.875rem;
  }
}
.section-mv > .container > .box-image {
  max-width: 1460px;
  width: 100%;
  height: 600px;
}
@media screen and (max-width: 820px) {
  .section-mv > .container > .box-image {
    height: 420px;
  }
}
@media screen and (max-width: 768px) {
  .section-mv > .container > .box-image {
    height: 390px;
  }
}
.section-mv > .container > .box-image > img {
  height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right;
  object-position: right;
}
@media screen and (max-width: 820px) {
  .section-mv > .container > .box-image > img {
    height: 420px;
  }
}
@media screen and (max-width: 768px) {
  .section-mv > .container > .box-image > img {
    height: 390px;
  }
}
@media screen and (max-width: 480px) {
  .section-mv > .container > .box-image > img {
    -o-object-position: center;
    object-position: center;
  }
}
.section-profile {
  padding: 0 20px 120px;
}
@media screen and (max-width: 480px) {
  .section-profile {
    padding: 0 15px 100px;
  }
}
.section-profile > .container {
  max-width: 1220px;
  margin: 0 auto;
}
.section-profile > .container > .text-lead {
  font-size: 1.25rem;
  line-height: 2;
  max-width: 990px;
  margin: 0 auto 84px;
}
@media screen and (max-width: 768px) {
  .section-profile > .container > .text-lead {
    font-size: 1rem;
    margin: 0 auto 32px;
    padding: 0 20px;
  }
}
.section-profile > .container > .table > tbody > .cell {
  border-bottom: 1px solid #e5e5e5;
}
.section-profile > .container > .table > tbody > .cell > .label, .section-profile > .container > .table > tbody > .cell > .contents {
  line-height: 2.5;
  letter-spacing: 0.1em;
  padding: 24px 48px;
}
@media screen and (max-width: 820px) {
  .section-profile > .container > .table > tbody > .cell > .label, .section-profile > .container > .table > tbody > .cell > .contents {
    padding: 20px 16px;
  }
}
@media screen and (max-width: 768px) {
  .section-profile > .container > .table > tbody > .cell > .label, .section-profile > .container > .table > tbody > .cell > .contents {
    font-size: 0.875rem;
    line-height: 1.8;
    padding: 16px 12px;
  }
}
.section-profile > .container > .table > tbody > .cell > .label {
  border-right: 1px solid #e5e5e5;
  font-weight: 300;
  text-align: right;
  min-width: 122px;
}
.section-profile > .container > .table > tbody > .cell > .contents > .contents-list > .content {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 30px;
}