@charset "UTF-8";
/*
変数関係をまとめたファイル
 */
/*
ブレイクポイントに関して記述しているファイル
下のブレイクポイントの設定を変更するときは必ずPMに一声かける
 */
.company-page > .section-mv {
  padding: 174px 20px 105px 0;
}
@media screen and (max-width: 1024px) {
  .company-page > .section-mv {
    padding: 150px 20px 64px 0;
  }
}
@media screen and (max-width: 820px) {
  .company-page > .section-mv {
    padding: 110px 20px 24px 0;
  }
}
.company-page > .section-mv > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.company-page > .section-mv > .container > .page-title {
  font-size: 2.5vw;
  font-weight: 400;
  letter-spacing: 0.3em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .company-page > .section-mv > .container > .page-title {
    font-size: 38px;
  }
}
@media screen and (max-width: 1024px) {
  .company-page > .section-mv > .container > .page-title {
    padding-left: 20px;
  }
}
@media screen and (max-width: 640px) {
  .company-page > .section-mv > .container > .page-title {
    font-size: 30px;
    margin-left: 14px;
  }
}
@media screen and (max-width: 480px) {
  .company-page > .section-mv > .container > .page-title {
    font-size: 25px;
  }
}
.company-page > .section-mv > .container > .page-title > .english {
  font-size: 13px;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 480px) {
  .company-page > .section-mv > .container > .page-title > .english {
    font-size: 11px;
  }
}
.company-page > .section-mv > .container > .image {
  max-width: 70%;
}
@media screen and (max-width: 1024px) {
  .company-page > .section-mv > .container > .image {
    max-width: 818px;
  }
}
@media screen and (max-width: 820px) {
  .company-page > .section-mv > .container > .image {
    max-width: 80%;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
@media screen and (max-width: 480px) {
  .company-page > .section-mv > .container > .image {
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
  }
}
.company-page > .section-contents {
  padding: 0 20px;
  margin-bottom: 150px;
}
@media screen and (max-width: 820px) {
  .company-page > .section-contents {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 480px) {
  .company-page > .section-contents {
    margin-bottom: 50px;
  }
}
.company-page > .section-contents > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 820px) {
  .company-page > .section-contents > .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.company-page > .section-contents > .container > .list-information {
  max-width: 736px;
  width: 100%;
  margin-right: 64px;
}
@media screen and (max-width: 820px) {
  .company-page > .section-contents > .container > .list-information {
    margin-right: 0;
    margin-bottom: 32px;
  }
}
.company-page > .section-contents > .container > .list-information > .information {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ffffff;
  padding: 32px 0;
}
@media screen and (max-width: 820px) {
  .company-page > .section-contents > .container > .list-information > .information {
    padding: 20px 0;
  }
}
.company-page > .section-contents > .container > .list-information > .information:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #ffffff;
  width: 85px;
  height: 4px;
}
@media screen and (max-width: 480px) {
  .company-page > .section-contents > .container > .list-information > .information:before {
    width: 64px;
  }
}
@media screen and (max-width: 1024px) {
  .company-page > .section-contents > .container > .list-information > .information > .label,
  .company-page > .section-contents > .container > .list-information > .information > .data {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .company-page > .section-contents > .container > .list-information > .information > .label,
  .company-page > .section-contents > .container > .list-information > .information > .data {
    font-size: 12px;
  }
}
.company-page > .section-contents > .container > .list-information > .information > .label > a,
.company-page > .section-contents > .container > .list-information > .information > .data > a {
  color: #000000;
}
.company-page > .section-contents > .container > .list-information > .information > .label {
  width: 90px;
  color: #818181;
  margin-right: 50px;
}
@media screen and (max-width: 820px) {
  .company-page > .section-contents > .container > .list-information > .information > .label {
    margin-right: 30px;
  }
}
@media screen and (max-width: 480px) {
  .company-page > .section-contents > .container > .list-information > .information > .label {
    width: 70px;
    margin-right: 19px;
  }
}
.company-page > .section-contents > .container > .box-map {
  max-width: 510px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .company-page > .section-contents > .container > .box-map {
    max-width: 48%;
  }
}
@media screen and (max-width: 820px) {
  .company-page > .section-contents > .container > .box-map {
    max-width: 100%;
    height: 250px;
  }
}
.company-page > .section-contents > .container > .box-map > iframe {
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}