@charset "UTF-8";
body {
	background: none;
}
body::after {
  content: "";
  width: 100%;
  height: 100vh;
  background: url(/common/img/company/vision/vision_bg.webp) no-repeat center;
  background-size: cover;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
}
img {
  vertical-align: bottom;
}
.footer-wrap {
  margin-top: 0 !important;
}

@media screen and (max-width: 767px) {
  .body::after {
    background-image: url(/common/img/company/vision/vision_bg_sp.webp);
  }
}

.vision {
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  color: #fff;
  position: relative;
}

/* visual-section */
.visual-section {
  text-align: center;
}
.visual-inner {
  max-width: 900px;
  padding: 94px 30px 189px;
  margin: 0 auto;
}
.visual-section-heading {
  margin-bottom: 102px;
}
.visual-section-heading .logo {
  max-width: 160px;
  margin: 0 auto 17px;
}
.visual-section-heading p {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.56;
}
.visual-section-txtarea .lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 73px;
  font-weight: 700;
  line-height: 1;
}
.visual-section-txtarea .lead p:first-child {
  margin-bottom: 38px;
}
.visual-section-txtarea .lead img {
  width: 46px;
  margin: 0 13px 0 18px;
  position: relative;
  top: -8px;
}
.visual-section-txtarea .en {
  font-size: 27px;
  font-weight: 700;
  line-height: 1;
  opacity: 0.2;
  margin-top: 70px;
}

@media screen and (min-width: 768px) {
  .visual-section {
    height: 100vh;
    min-height: 842px;
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .visual-inner {
    padding: 45px 30px;
  }
  .visual-section-heading {
    margin-bottom: 53px;
  }
  .visual-section-heading .logo {
    max-width: 104px;
    margin: 0 auto 5px;
  }
  .visual-section-heading p {
    font-size: 32px;
  }
  .visual-section-txtarea .lead {
    font-size: 34px;
  }
  .visual-section-txtarea .lead p:first-child {
    margin-bottom: 18px;
  }
  .visual-section-txtarea .lead img {
    width: 23px;
    margin: 0 6px 0 8px;
    top: -4px;
  }
  .visual-section-txtarea .en {
    font-size: 17px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 374px) {
  .visual-inner {
    padding: 45px 20px;
  }
  .visual-section-heading .logo {
    max-width: 98px;
  }
  .visual-section-heading p {
    font-size: 28px;
  }
  .visual-section-txtarea .lead {
    font-size: 30px;
  }
  .visual-section-txtarea .lead img {
    width: 18px;
  }
  .visual-section-txtarea .en {
    font-size: 15px;
  }
}

/* message-section */
.message-section {
  padding: 82px 0;
}
.message-inner {
  max-width: 900px;
  padding: 0 30px;
  margin: 0 auto;
}
.message-section-heading h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 26px;
  line-height: 2.25;
  letter-spacing: 2.9px;
  writing-mode: vertical-rl;
}
.message-section-txtarea p:not(:last-child) {
  margin-bottom: 2em;
}

@media screen and (min-width: 768px) {
  .message-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .message-section-heading {
    width: 161px;
    height: 410px;
  }
  .message-section-txtarea {
    width: calc(100% - 230px);
    max-width: 623px;
  }
}

@media screen and (max-width: 767px) {
  .message-section {
    padding: 65px 0 50px;
  }
  .message-section-heading {
    margin-bottom: 45px;
  }
  .message-section-heading h2 {
    width: 245px;
    height: 230px;
    font-size: 22px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 374px) {
  .message-inner {
    padding: 0 20px;
  }
}

/* promise-section */
.promise-section {
  padding: 80px 0 116px;
}
.promise-inner {
  max-width: 1165px;
  margin: 0 auto;
}
.promise-wrap {
  max-width: 643px;
  margin: 83px auto 0;
  counter-reset: num;
}
.promise-wrap-item {
  padding-left: 135px;
  position: relative;
}
.promise-wrap-item:not(:last-child) {
  margin-bottom: 40px;
}
.promise-wrap-item:before {
  content: "PROMISE " counter(num, decimal);
  counter-increment: num;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: 14px;
  left: 10px;
  opacity: 0.5;
}
.promise-wrap-item:after {
  content: "";
  width: 1px;
  height: calc(100% - 16px);
  background: #fff;
  position: absolute;
  left: 102px;
  top: 10px;
}
.promise-wrap-item h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 23px;
}

@media screen and (max-width: 767px) {
  .promise-section {
    padding: 0 0 60px;
  }
  .promise-wrap {
    max-width: 100%;
    margin: 40px auto 0;
    padding: 0 30px;
  }
  .promise-wrap-item {
    padding-left: 0;
    padding-top: 59px;
  }
  .promise-wrap-item:before {
    top: 0;
    left: 0;
  }
  .promise-wrap-item:after {
    width: 25px;
    height: 1px;
    left: 0;
    top: 36px;
  }
  .promise-wrap-item h2 {
    font-size: 20px;
    margin-bottom: 17px;
  }
}

@media screen and (max-width: 374px) {
  .promise-wrap {
    padding: 0 20px;
  }
}

/* ourStance-section */
.ourStance-section {
  padding: 80px 0 195px;
}
.ourStance-inner {
  max-width: 760px;
  padding: 0 30px;
  margin: 0 auto;
}
.ourStance-section-heading {
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-bottom: 60px;
}
.ourStance-section-heading sup {
  display: block;
  font-size: 39px;
  opacity: 0.2;
  margin-bottom: 47px;
}
.ourStance-section-heading h2 {
  font-size: 98px;
}
.ourStance-section-heading h2 span {
  margin: 0 27px;
  opacity: 0.2;
}
.ourStance-section-txtarea {
  max-width: 590px;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
}
.ourStance-section-txtarea p:not(:last-child) {
    margin-bottom: 2em;
}

@media screen and (max-width: 1023px) {
  .ourStance-section-heading h2 {
    font-size: 90px;
  }
}

@media screen and (max-width: 767px) {
  .ourStance-section {
    padding: 76px 0 80px;
  }
  .ourStance-inner {
    max-width: 100%;
  }
  .ourStance-section-heading {
    margin-bottom: 37px;
  }
  .ourStance-section-heading sup {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .ourStance-section-heading h2 {
    font-size: 40px;
  }
  .ourStance-section-heading h2 span {
    margin: 0 11px;
  }
  .ourStance-section-txtarea {
    max-width: 100%;
    font-size: 18px;
  }
}

@media screen and (max-width: 374px) {
  .ourStance-inner {
    padding: 0 20px;
  }
  .ourStance-section-heading h2 {
    font-size: 35px;
  }
  .ourStance-section-heading h2 span {
    margin: 0 8px;
  }
  .ourStance-section-txtarea {
    font-size: 17px;
  }
}
