@charset "UTF-8";
/*
変数関係をまとめたファイル
 */
/*
ブレイクポイントに関して記述しているファイル
下のブレイクポイントの設定を変更するときは必ずPMに一声かける
 */
.large-facility-page > .section-mv {
  padding: 0 20px;
  margin-top: 161px;
}
@media screen and (max-width: 1024px) {
  .large-facility-page > .section-mv {
    margin-top: 120px;
  }
}
@media screen and (max-width: 480px) {
  .large-facility-page > .section-mv {
    margin-top: 110px;
  }
}
.large-facility-page > .section-mv > .container {
  max-width: 90vw;
  margin: 0 auto;
}
.large-facility-page > .section-mv > .container > .box-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
}
@media screen and (max-width: 820px) {
  .large-facility-page > .section-mv > .container > .box-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.large-facility-page > .section-mv > .container > .box-title > .page-title {
  font-size: 2.9vw;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-right: 48px;
}
@media screen and (max-width: 820px) {
  .large-facility-page > .section-mv > .container > .box-title > .page-title {
    font-size: 3.9vw;
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .large-facility-page > .section-mv > .container > .box-title > .page-title {
    font-size: 8.6vw;
  }
}
.large-facility-page > .section-mv > .container > .box-title > .page-title > .english {
  display: block;
  color: #939393;
  font-size: 1vw;
  letter-spacing: 0.1em;
  margin-bottom: 22px;
}
@media screen and (max-width: 1024px) {
  .large-facility-page > .section-mv > .container > .box-title > .page-title > .english {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 820px) {
  .large-facility-page > .section-mv > .container > .box-title > .page-title > .english {
    font-size: 1.55vw;
  }
}
@media screen and (max-width: 480px) {
  .large-facility-page > .section-mv > .container > .box-title > .page-title > .english {
    font-size: 3vw;
  }
}
.large-facility-page > .section-mv > .container > .image {
  max-width: 100%;
  height: 370px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 820px) {
  .large-facility-page > .section-mv > .container > .image {
    height: 230px;
  }
}
@media screen and (max-width: 480px) {
  .large-facility-page > .section-mv > .container > .image {
    height: 158px;
  }
}
.large-facility-page > .section-message {
  padding: 0 20px;
  margin-top: 81px;
}
@media screen and (max-width: 1024px) {
  .large-facility-page > .section-message {
    margin-top: 51px;
  }
}
@media screen and (max-width: 820px) {
  .large-facility-page > .section-message {
    margin-top: 32px;
  }
}
.large-facility-page > .section-message > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 90vw;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  .large-facility-page > .section-message > .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.large-facility-page > .section-message > .container > .box-text {
  max-width: 30.6vw;
  width: 100%;
  margin-right: 10%;
}
@media screen and (max-width: 820px) {
  .large-facility-page > .section-message > .container > .box-text {
    max-width: 100%;
    margin-right: 0;
  }
}
.large-facility-page > .section-message > .container > .box-text > .title {
  font-size: 2.35vw;
  margin-bottom: 33px;
}
@media screen and (max-width: 820px) {
  .large-facility-page > .section-message > .container > .box-text > .title {
    font-size: 2.95vw;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  .large-facility-page > .section-message > .container > .box-text > .title {
    font-size: 6.35vw;
    line-height: 1.7;
    margin-bottom: 16px;
  }
}
.large-facility-page > .section-message > .container > .box-text > .text {
  font-size: 1vw;
  line-height: 2.8;
  margin-bottom: 38px;
}
@media screen and (max-width: 1024px) {
  .large-facility-page > .section-message > .container > .box-text > .text {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 820px) {
  .large-facility-page > .section-message > .container > .box-text > .text {
    font-size: 1.7vw;
    line-height: 2.3;
  }
}
@media screen and (max-width: 480px) {
  .large-facility-page > .section-message > .container > .box-text > .text {
    font-size: 3.5vw;
  }
}
.large-facility-page > .section-message > .container > .box-image {
  max-width: 52.2vw;
  width: 100%;
}
@media screen and (max-width: 820px) {
  .large-facility-page > .section-message > .container > .box-image {
    max-width: 100%;
  }
}
.large-facility-page > .section-message > .container > .box-image > .image {
  width: 100%;
  height: 470px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 26px;
}
@media screen and (max-width: 820px) {
  .large-facility-page > .section-message > .container > .box-image > .image {
    height: 250px;
  }
}
@media screen and (max-width: 480px) {
  .large-facility-page > .section-message > .container > .box-image > .image {
    height: 226px;
  }
}
.large-facility-page > .section-feature {
  padding: 0 20px;
  margin-top: 81px;
}
@media screen and (max-width: 820px) {
  .large-facility-page > .section-feature {
    margin-top: 24px;
  }
}
.large-facility-page > .section-feature > .container {
  max-width: 90vw;
  margin: 0 auto;
}
.large-facility-page > .section-feature > .container > .section-title {
  margin-right: 20px;
}
.large-facility-page > .section-feature > .container > .list-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.large-facility-page > .section-feature > .container > .list-feature > .feature {
  position: relative;
  background-color: #f6f6f6;
  max-width: 44vw;
  width: 100%;
  margin-bottom: 24px;
  padding: 24px 10px 32px;
}
@media screen and (max-width: 1024px) {
  .large-facility-page > .section-feature > .container > .list-feature > .feature {
    max-width: 43vw;
    padding: 14px 1s0px 24px;
  }
}
@media screen and (max-width: 820px) {
  .large-facility-page > .section-feature > .container > .list-feature > .feature {
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .large-facility-page > .section-feature > .container > .list-feature > .feature {
    max-width: 100%;
  }
}
.large-facility-page > .section-feature > .container > .list-feature > .feature:nth-child(odd) {
  margin-right: 24px;
}
@media screen and (max-width: 480px) {
  .large-facility-page > .section-feature > .container > .list-feature > .feature:nth-child(odd) {
    margin-right: 0;
  }
}
.large-facility-page > .section-feature > .container > .list-feature > .feature > .image {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90%;
}
@media screen and (max-width: 1024px) {
  .large-facility-page > .section-feature > .container > .list-feature > .feature > .image {
    width: 100%;
  }
}
.large-facility-page > .section-feature > .container > .list-feature > .feature > .number {
  position: absolute;
  top: -11px;
  left: -6px;
  background-color: #ffffff;
  border-radius: 50px;
  width: 59px;
  height: 59px;
}
@media screen and (max-width: 480px) {
  .large-facility-page > .section-feature > .container > .list-feature > .feature > .number {
    width: 49px;
    height: 49px;
  }
}
.large-facility-page > .section-feature > .container > .list-feature > .feature > .number > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #939393;
  font-size: 1.5vw;
}
@media screen and (max-width: 480px) {
  .large-facility-page > .section-feature > .container > .list-feature > .feature > .number > span {
    font-size: 4.3vw;
  }
}
.large-facility-page > .section-feature > .container > .list-feature > .feature > .label {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
  z-index: 1;
  font-size: 2.05vw;
  padding-left: 35%;
}
@media screen and (max-width: 1024px) {
  .large-facility-page > .section-feature > .container > .list-feature > .feature > .label {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 480px) {
  .large-facility-page > .section-feature > .container > .list-feature > .feature > .label {
    font-size: 5.35vw;
    margin-bottom: 0;
  }
}
.large-facility-page > .section-feature > .container > .list-feature > .feature > .text {
  font-size: 1vw;
  padding-left: 35%;
}
@media screen and (max-width: 1024px) {
  .large-facility-page > .section-feature > .container > .list-feature > .feature > .text {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 480px) {
  .large-facility-page > .section-feature > .container > .list-feature > .feature > .text {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 480px) {
  .large-facility-page > .section-feature > .container > .list-feature > .feature > .text {
    font-size: 3.1vw;
  }
}
.large-facility-page > .section-reasons {
  background-color: #f6f6f6;
  padding: 64px 20px;
  margin-top: 84px;
}
@media screen and (max-width: 820px) {
  .large-facility-page > .section-reasons {
    margin-top: 34px;
  }
}
@media screen and (max-width: 480px) {
  .large-facility-page > .section-reasons {
    padding: 48px 20px;
  }
}
.large-facility-page > .section-reasons > .container {
  max-width: 90vw;
  margin: 0 auto;
}
.large-facility-page > .section-reasons > .container > .english {
  color: #939393;
  font-size: 0.95vw;
  text-align: center;
  margin-bottom: 42px;
}
@media screen and (max-width: 1024px) {
  .large-facility-page > .section-reasons > .container > .english {
    font-size: 1.45vw;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 820px) {
  .large-facility-page > .section-reasons > .container > .english {
    font-size: 1.75vw;
  }
}
@media screen and (max-width: 480px) {
  .large-facility-page > .section-reasons > .container > .english {
    font-size: 3.15vw;
  }
}
.large-facility-page > .section-reasons > .container > .title {
  font-size: 2.3vw;
  line-height: 1.9;
  text-align: center;
  margin-bottom: 42px;
}
@media screen and (max-width: 1024px) {
  .large-facility-page > .section-reasons > .container > .title {
    font-size: 2.6vw;
  }
}
@media screen and (max-width: 820px) {
  .large-facility-page > .section-reasons > .container > .title {
    font-size: 3vw;
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 480px) {
  .large-facility-page > .section-reasons > .container > .title {
    font-size: 7.5vw;
    line-height: 1.6;
    margin-bottom: 32px;
  }
}
.large-facility-page > .section-reasons > .container > .box-overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 56px;
}
@media screen and (max-width: 820px) {
  .large-facility-page > .section-reasons > .container > .box-overview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 38px;
  }
}
@media screen and (max-width: 480px) {
  .large-facility-page > .section-reasons > .container > .box-overview {
    margin-bottom: 45px;
  }
}
.large-facility-page > .section-reasons > .container > .box-overview > .title {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  background-color: #007f41;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  color: #ffffff;
  font-size: 2.25vw;
  text-align: center;
  padding: 18px 22px 10px;
  margin-right: 8%;
  max-width: 18.6vw;
  width: 100%;
}
@media screen and (max-width: 820px) {
  .large-facility-page > .section-reasons > .container > .box-overview > .title {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 480px) {
  .large-facility-page > .section-reasons > .container > .box-overview > .title {
    font-size: 6.15vw;
    padding: 11px 22px 6px;
  }
}
.large-facility-page > .section-reasons > .container > .box-overview > .title > span {
  display: block;
  font-size: 1.25vw;
}
@media screen and (max-width: 820px) {
  .large-facility-page > .section-reasons > .container > .box-overview > .title > span {
    font-size: 1.65vw;
  }
}
@media screen and (max-width: 480px) {
  .large-facility-page > .section-reasons > .container > .box-overview > .title > span {
    font-size: 3.55vw;
  }
}
.large-facility-page > .section-reasons > .container > .box-overview > .text {
  max-width: 63.9vw;
}
@media screen and (max-width: 820px) {
  .large-facility-page > .section-reasons > .container > .box-overview > .text {
    max-width: 100%;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 480px) {
  .large-facility-page > .section-reasons > .container > .box-overview > .text {
    font-size: 3.25vw;
  }
}
@media screen and (max-width: 820px) {
  .large-facility-page > .section-reasons > .container > .box-overview > .box-root {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.large-facility-page > .section-reasons > .container > .box-overview > .box-root > .type {
  position: relative;
  border-radius: 50px;
  width: 85px;
  height: 85px;
  margin: 0 20px;
}
@media screen and (max-width: 480px) {
  .large-facility-page > .section-reasons > .container > .box-overview > .box-root > .type {
    width: 75px;
    height: 75px;
    margin: 0 16px;
  }
}
.large-facility-page > .section-reasons > .container > .box-overview > .box-root > .type:nth-child(2):before, .large-facility-page > .section-reasons > .container > .box-overview > .box-root > .type:last-child:before {
  content: "";
  position: absolute;
  left: -22px;
  top: 48%;
  border-right: 1px solid #727171;
  border-top: 1px solid #727171;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
@media screen and (max-width: 480px) {
  .large-facility-page > .section-reasons > .container > .box-overview > .box-root > .type:nth-child(2):before, .large-facility-page > .section-reasons > .container > .box-overview > .box-root > .type:last-child:before {
    left: -19px;
  }
}
.large-facility-page > .section-reasons > .container > .box-overview > .box-root > .type > .label {
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
}
.large-facility-page > .section-reasons > .container > .box-overview > .box-root > .type > .number {
  position: absolute;
  top: 13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  color: #ffffff;
  font-size: 42px;
}
@media screen and (max-width: 480px) {
  .large-facility-page > .section-reasons > .container > .box-overview > .box-root > .type > .number {
    font-size: 9.2vw;
  }
}
.large-facility-page > .section-reasons > .container > .box-overview > .box-root > .type.one {
  background-color: #939393;
}
.large-facility-page > .section-reasons > .container > .box-overview > .box-root > .type.two {
  background-color: #727171;
}
.large-facility-page > .section-reasons > .container > .box-overview > .box-root > .type.three {
  background-color: #007f41;
}
.large-facility-page > .section-reasons > .container > .list-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 820px) {
  .large-facility-page > .section-reasons > .container > .list-feature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.large-facility-page > .section-reasons > .container > .list-feature > .feature {
  position: relative;
  background-color: #ffffff;
  max-width: 25vw;
  padding: 25px;
}
@media screen and (max-width: 1024px) {
  .large-facility-page > .section-reasons > .container > .list-feature > .feature {
    padding: 25px 18px;
  }
}
@media screen and (max-width: 820px) {
  .large-facility-page > .section-reasons > .container > .list-feature > .feature {
    max-width: 590px;
  }
}
.large-facility-page > .section-reasons > .container > .list-feature > .feature:first-child, .large-facility-page > .section-reasons > .container > .list-feature > .feature:nth-child(2) {
  margin-right: 8.4%;
}
@media screen and (max-width: 820px) {
  .large-facility-page > .section-reasons > .container > .list-feature > .feature:first-child, .large-facility-page > .section-reasons > .container > .list-feature > .feature:nth-child(2) {
    margin-right: 0;
    margin-bottom: 32px;
  }
}
.large-facility-page > .section-reasons > .container > .list-feature > .feature:first-child:before, .large-facility-page > .section-reasons > .container > .list-feature > .feature:nth-child(2):before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 69px;
  left: 88%;
  width: 60%;
  height: 20px;
  z-index: 30;
}
@media screen and (max-width: 820px) {
  .large-facility-page > .section-reasons > .container > .list-feature > .feature:first-child:before, .large-facility-page > .section-reasons > .container > .list-feature > .feature:nth-child(2):before {
    content: none;
  }
}
.large-facility-page > .section-reasons > .container > .list-feature > .feature:first-child:before {
  background-image: url(../../../assets/imgs/large-facility/arrow-light.svg);
}
.large-facility-page > .section-reasons > .container > .list-feature > .feature:nth-child(2):before {
  background-image: url(../../../assets/imgs/large-facility/arrow-deep.svg);
}
.large-facility-page > .section-reasons > .container > .list-feature > .feature:nth-child(2):after, .large-facility-page > .section-reasons > .container > .list-feature > .feature:last-child:after {
  content: "";
  position: absolute;
  right: 110%;
  top: 50%;
  border-right: 1px solid #727171;
  border-top: 1px solid #727171;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
@media screen and (max-width: 820px) {
  .large-facility-page > .section-reasons > .container > .list-feature > .feature:nth-child(2):after, .large-facility-page > .section-reasons > .container > .list-feature > .feature:last-child:after {
    content: none;
  }
}
.large-facility-page > .section-reasons > .container > .list-feature > .feature > .type {
  position: relative;
  border-radius: 50px;
  width: 85px;
  height: 85px;
  margin: 0 auto 22px;
}
@media screen and (max-width: 1024px) {
  .large-facility-page > .section-reasons > .container > .list-feature > .feature > .type {
    width: 79px;
    height: 79px;
  }
}
@media screen and (max-width: 820px) {
  .large-facility-page > .section-reasons > .container > .list-feature > .feature > .type {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
  }
}
.large-facility-page > .section-reasons > .container > .list-feature > .feature > .type > .label {
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
}
.large-facility-page > .section-reasons > .container > .list-feature > .feature > .type > .number {
  position: absolute;
  top: 13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  color: #ffffff;
  font-size: 42px;
}
@media screen and (max-width: 1024px) {
  .large-facility-page > .section-reasons > .container > .list-feature > .feature > .type > .number {
    top: 7px;
  }
}
@media screen and (max-width: 480px) {
  .large-facility-page > .section-reasons > .container > .list-feature > .feature > .type > .number {
    font-size: 11.2vw;
  }
}
.large-facility-page > .section-reasons > .container > .list-feature > .feature > .type.one {
  background-color: #939393;
}
.large-facility-page > .section-reasons > .container > .list-feature > .feature > .type.two {
  background-color: #727171;
}
.large-facility-page > .section-reasons > .container > .list-feature > .feature > .type.three {
  background-color: #007f41;
}
.large-facility-page > .section-reasons > .container > .list-feature > .feature > .text {
  font-size: 1vw;
  margin-bottom: 26px;
  height: 84px;
}
@media screen and (max-width: 1024px) {
  .large-facility-page > .section-reasons > .container > .list-feature > .feature > .text {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 820px) {
  .large-facility-page > .section-reasons > .container > .list-feature > .feature > .text {
    display: inline-block;
    vertical-align: middle;
    max-width: 70%;
    height: auto;
    font-size: 1.8vw;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 480px) {
  .large-facility-page > .section-reasons > .container > .list-feature > .feature > .text {
    max-width: 63%;
    font-size: 3.25vw;
  }
}
.large-facility-page > .section-reasons > .container > .list-feature > .feature > .list-assets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 820px) {
  .large-facility-page > .section-reasons > .container > .list-feature > .feature > .list-assets {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.large-facility-page > .section-reasons > .container > .list-feature > .feature > .list-assets > .asset {
  max-width: 29%;
  margin-right: 17px;
  margin-bottom: 17px;
}
@media screen and (max-width: 1024px) {
  .large-facility-page > .section-reasons > .container > .list-feature > .feature > .list-assets > .asset {
    margin-right: 14px;
  }
}
@media screen and (max-width: 820px) {
  .large-facility-page > .section-reasons > .container > .list-feature > .feature > .list-assets > .asset {
    max-width: 75px;
  }
}
.large-facility-page > .section-reasons > .container > .list-feature > .feature > .list-assets > .asset:nth-child(3), .large-facility-page > .section-reasons > .container > .list-feature > .feature > .list-assets > .asset:last-child {
  margin-right: 0;
}
@media screen and (max-width: 820px) {
  .large-facility-page > .section-reasons > .container > .list-feature > .feature > .list-assets > .asset:nth-child(3), .large-facility-page > .section-reasons > .container > .list-feature > .feature > .list-assets > .asset:last-child {
    margin-right: 17px;
  }
}
.large-facility-page > .section-knowhow {
  background-color: #f6f6f6;
  padding: 64px 20px;
}
@media screen and (max-width: 820px) {
  .large-facility-page > .section-knowhow {
    padding: 24px 20px;
  }
}
@media screen and (max-width: 480px) {
  .large-facility-page > .section-knowhow {
    padding: 24px 20px 12px;
  }
}
.large-facility-page > .section-knowhow > .container {
  max-width: 90vw;
  margin: 0 auto;
}
.large-facility-page > .section-knowhow > .container > .english {
  color: #939393;
  font-size: 0.95vw;
  text-align: center;
  margin-bottom: 42px;
}
@media screen and (max-width: 1024px) {
  .large-facility-page > .section-knowhow > .container > .english {
    font-size: 1.45vw;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 820px) {
  .large-facility-page > .section-knowhow > .container > .english {
    font-size: 1.75vw;
  }
}
@media screen and (max-width: 480px) {
  .large-facility-page > .section-knowhow > .container > .english {
    font-size: 2.95vw;
  }
}
.large-facility-page > .section-knowhow > .container > .title {
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-size: 2.3vw;
  line-height: 1.9;
  text-align: center;
  margin-bottom: 42px;
}
@media screen and (max-width: 1024px) {
  .large-facility-page > .section-knowhow > .container > .title {
    font-size: 2.6vw;
  }
}
@media screen and (max-width: 820px) {
  .large-facility-page > .section-knowhow > .container > .title {
    font-size: 3vw;
  }
}
@media screen and (max-width: 480px) {
  .large-facility-page > .section-knowhow > .container > .title {
    font-size: 7.5vw;
    line-height: 1.6;
    margin-bottom: 32px;
  }
}
.large-facility-page > .section-knowhow > .container > .list-knowhow > .knowhow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .large-facility-page > .section-knowhow > .container > .list-knowhow > .knowhow {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 820px) {
  .large-facility-page > .section-knowhow > .container > .list-knowhow > .knowhow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 60px;
  }
}
.large-facility-page > .section-knowhow > .container > .list-knowhow > .knowhow > .box-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  width: 100%;
  margin-right: 4%;
}
@media screen and (max-width: 820px) {
  .large-facility-page > .section-knowhow > .container > .list-knowhow > .knowhow > .box-text {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 590px;
    margin-right: 0;
    margin-bottom: 36px;
  }
}
.large-facility-page > .section-knowhow > .container > .list-knowhow > .knowhow > .box-text > .number {
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-size: 9.6vw;
  margin-right: 12%;
}
@media screen and (max-width: 820px) {
  .large-facility-page > .section-knowhow > .container > .list-knowhow > .knowhow > .box-text > .number {
    margin-right: 5%;
    line-height: 1;
  }
}
@media screen and (max-width: 480px) {
  .large-facility-page > .section-knowhow > .container > .list-knowhow > .knowhow > .box-text > .number {
    font-size: 31.2vw;
  }
}
.large-facility-page > .section-knowhow > .container > .list-knowhow > .knowhow > .box-text > .text {
  font-size: 1.2vw;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media screen and (max-width: 1024px) {
  .large-facility-page > .section-knowhow > .container > .list-knowhow > .knowhow > .box-text > .text {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 820px) {
  .large-facility-page > .section-knowhow > .container > .list-knowhow > .knowhow > .box-text > .text {
    font-size: 2vw;
  }
}
@media screen and (max-width: 480px) {
  .large-facility-page > .section-knowhow > .container > .list-knowhow > .knowhow > .box-text > .text {
    font-size: 3.8vw;
  }
}
.large-facility-page > .section-knowhow > .container > .list-knowhow > .knowhow > .box-text > .text > .green {
  background-color: #007f41;
  color: #ffffff;
  padding: 2px 4px;
  margin-right: 2px;
}
.large-facility-page > .section-knowhow > .container > .list-knowhow > .knowhow > .image {
  max-width: 48%;
}
@media screen and (max-width: 1024px) {
  .large-facility-page > .section-knowhow > .container > .list-knowhow > .knowhow > .image {
    max-width: 43.9vw;
  }
}
@media screen and (max-width: 820px) {
  .large-facility-page > .section-knowhow > .container > .list-knowhow > .knowhow > .image {
    max-width: 580px;
  }
}
.large-facility-page > .section-voice {
  position: relative;
  padding: 20px;
  margin-top: 81px;
  margin-bottom: 81px;
}
.large-facility-page > .section-voice > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 90vw;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .large-facility-page > .section-voice > .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .large-facility-page > .section-voice > .container > .box-overview {
    margin-bottom: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  .large-facility-page > .section-voice > .container > .box-overview {
    margin-bottom: 70px;
  }
}
.large-facility-page > .section-voice > .container > .box-overview > .section-title {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .large-facility-page > .section-voice > .container > .box-overview > .section-title > .english {
    font-size: 1.45vw;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 480px) {
  .large-facility-page > .section-voice > .container > .box-overview > .section-title > .english {
    font-size: 3vw;
  }
}
.large-facility-page > .section-voice > .container > .box-overview > .overview {
  font-size: 1vw;
}
@media screen and (max-width: 1024px) {
  .large-facility-page > .section-voice > .container > .box-overview > .overview {
    font-size: 1.45vw;
  }
}
@media screen and (max-width: 820px) {
  .large-facility-page > .section-voice > .container > .box-overview > .overview {
    font-size: 1.75vw;
  }
}
@media screen and (max-width: 480px) {
  .large-facility-page > .section-voice > .container > .box-overview > .overview {
    font-size: 3.55vw;
  }
}
.large-facility-page > .section-voice > .container > .list-voice {
  max-width: 61.8vw;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .large-facility-page > .section-voice > .container > .list-voice {
    max-width: 100%;
  }
}
.large-facility-page > .section-voice > .container > .list-voice .slick-num {
  position: absolute;
  left: -307px;
  bottom: 9px;
  color: #727171;
  font-size: 0.9vw;
}
@media screen and (max-width: 1024px) {
  .large-facility-page > .section-voice > .container > .list-voice .slick-num {
    left: 88px;
    bottom: -55px;
  }
}
@media screen and (max-width: 820px) {
  .large-facility-page > .section-voice > .container > .list-voice .slick-num {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 100%;
    font-size: 1.55vw;
  }
}
@media screen and (max-width: 480px) {
  .large-facility-page > .section-voice > .container > .list-voice .slick-num {
    font-size: 3.25vw;
    bottom: 101%;
  }
}
.large-facility-page > .section-voice > .container > .list-voice .slick-num > .now-count {
  color: #000000;
  font-size: 1.5vw;
}
@media screen and (max-width: 820px) {
  .large-facility-page > .section-voice > .container > .list-voice .slick-num > .now-count {
    font-size: 3vw;
  }
}
@media screen and (max-width: 480px) {
  .large-facility-page > .section-voice > .container > .list-voice .slick-num > .now-count {
    font-size: 5.6vw;
  }
}
.large-facility-page > .section-voice > .container > .list-voice .slide-arrow {
  width: 40px;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  .large-facility-page > .section-voice > .container > .list-voice .slide-arrow {
    bottom: -60px;
  }
}
@media screen and (max-width: 820px) {
  .large-facility-page > .section-voice > .container > .list-voice .slide-arrow {
    bottom: 100%;
  }
}
.large-facility-page > .section-voice > .container > .list-voice .slide-arrow.prev-arrow {
  left: -400px;
}
@media screen and (max-width: 1024px) {
  .large-facility-page > .section-voice > .container > .list-voice .slide-arrow.prev-arrow {
    left: 0px;
  }
}
.large-facility-page > .section-voice > .container > .list-voice .slide-arrow.next-arrow {
  left: -200px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media screen and (max-width: 1024px) {
  .large-facility-page > .section-voice > .container > .list-voice .slide-arrow.next-arrow {
    left: 170px;
  }
}
@media screen and (max-width: 820px) {
  .large-facility-page > .section-voice > .container > .list-voice .slide-arrow.next-arrow {
    left: auto;
    right: 0;
  }
}
.large-facility-page > .section-voice > .container > .list-voice .voice > .box-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 820px) {
  .large-facility-page > .section-voice > .container > .list-voice .voice > .box-flex {
    border-top: 1px solid #dfdfdf;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-top: 48px;
    margin-top: 32px;
  }
}
.large-facility-page > .section-voice > .container > .list-voice .voice > .box-flex > .image {
  max-width: 26.6vw;
  margin-right: 43px;
}
@media screen and (max-width: 820px) {
  .large-facility-page > .section-voice > .container > .list-voice .voice > .box-flex > .image {
    max-width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 820px) {
  .large-facility-page > .section-voice > .container > .list-voice .voice > .box-flex > .box-text {
    margin-bottom: 24px;
  }
}
.large-facility-page > .section-voice > .container > .list-voice .voice > .box-flex > .box-text > .title {
  position: relative;
  font-size: 1.3vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .large-facility-page > .section-voice > .container > .list-voice .voice > .box-flex > .box-text > .title {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 820px) {
  .large-facility-page > .section-voice > .container > .list-voice .voice > .box-flex > .box-text > .title {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 480px) {
  .large-facility-page > .section-voice > .container > .list-voice .voice > .box-flex > .box-text > .title {
    font-size: 4.8vw;
    margin-bottom: 12px;
  }
}
.large-facility-page > .section-voice > .container > .list-voice .voice > .box-flex > .box-text > .title:before, .large-facility-page > .section-voice > .container > .list-voice .voice > .box-flex > .box-text > .title:after {
  content: "";
  position: absolute;
  background-image: url(../../../assets/imgs/recruit/comment.png);
  width: 29px;
  height: 21px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: -1;
}
.large-facility-page > .section-voice > .container > .list-voice .voice > .box-flex > .box-text > .title:before {
  top: 3px;
  left: -18px;
}
@media screen and (max-width: 820px) {
  .large-facility-page > .section-voice > .container > .list-voice .voice > .box-flex > .box-text > .title:before {
    left: 0;
  }
}
.large-facility-page > .section-voice > .container > .list-voice .voice > .box-flex > .box-text > .title:after {
  bottom: 1px;
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.large-facility-page > .section-voice > .container > .list-voice .voice > .box-flex > .box-text > .name {
  color: #727171;
  font-size: 0.85vw;
  margin-bottom: 26px;
}
@media screen and (max-width: 1024px) {
  .large-facility-page > .section-voice > .container > .list-voice .voice > .box-flex > .box-text > .name {
    font-size: 1.35vw;
  }
}
@media screen and (max-width: 820px) {
  .large-facility-page > .section-voice > .container > .list-voice .voice > .box-flex > .box-text > .name {
    font-size: 1.75vw;
  }
}
@media screen and (max-width: 480px) {
  .large-facility-page > .section-voice > .container > .list-voice .voice > .box-flex > .box-text > .name {
    font-size: 2.95vw;
    margin-bottom: 12px;
  }
}
.large-facility-page > .section-voice > .container > .list-voice .voice > .box-flex > .box-text > .text {
  font-size: 0.9vw;
  line-height: 2.2;
}
@media screen and (max-width: 1024px) {
  .large-facility-page > .section-voice > .container > .list-voice .voice > .box-flex > .box-text > .text {
    font-size: 1.35vw;
  }
}
@media screen and (max-width: 820px) {
  .large-facility-page > .section-voice > .container > .list-voice .voice > .box-flex > .box-text > .text {
    font-size: 1.75vw;
  }
}
@media screen and (max-width: 480px) {
  .large-facility-page > .section-voice > .container > .list-voice .voice > .box-flex > .box-text > .text {
    font-size: 3.25vw;
  }
}