@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
  display: block;
}

body, html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before {
  content: "";
  content: none;
}

q:after, q:before {
  content: "";
  content: none;
}

a img {
  border: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=button], input[type=text], input[type=tel], input[type=email], input[type=submit], input[type=image], textarea {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

button,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

input[type=radio] {
  display: none;
}

input[type=radio]:checked + label {
  background: #5f5f5f;
}

select::-ms-expand {
  display: none;
}

/* MEDIA QUERY */
@media screen and (max-width: 641px) {
  .lt-sp {
    display: none !important;
  }
}

@media screen and (min-width: 642px) {
  .st-sp {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .lt-tblt {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .st-tblt {
    display: none !important;
  }
}

/* Text Color */
/* border */
/* FONT FAMILY */
/* FONT SIZE */
/* FONT SET */
/*******************************

    accodion

*******************************/
/*******************************

    mainte-list

*******************************/
@media screen and (max-width: 1024px) and (min-width: 642px) {
  :has(.kvTop) #wrap {
    padding-top: 80px;
  }
}

.kvTop.is-mov {
  background: #242424;
  background: var(--pcposter) center center no-repeat;
  background-size: cover;
  position: relative;
  height: auto !important;
  min-height: auto !important;
  max-height: none !important;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 641px) {
  .kvTop.is-mov {
    aspect-ratio: 1/1;
    background: var(--spposter);
    background-size: cover;
  }
}
.kvTop.is-mov video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
.kvTop.is-mov .kvTop__ttl {
  position: absolute;
  left: 4rem;
  bottom: 4rem;
  line-height: 1.2;
  color: #242424;
}
@media screen and (max-width: 1024px) {
  .kvTop.is-mov .kvTop__ttl {
    left: 2.5rem;
  }
}
@media screen and (max-width: 641px) {
  .kvTop.is-mov .kvTop__ttl {
    bottom: 2.5rem;
    left: 0;
  }
}
.kvTop.is-mov .kvTop__ttl span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  padding: 1.7rem 2rem;
}
@media screen and (max-width: 641px) {
  .kvTop.is-mov .kvTop__ttl span {
    padding: 1rem 1.25rem;
  }
}
.kvTop.is-mov .kvTop__ttl span + span {
  margin-top: 1rem;
}
@media screen and (max-width: 641px) {
  .kvTop.is-mov .kvTop__ttl span + span {
    margin-top: 0.5rem;
  }
}
.kvTop.is-mov .kvTop__ttl-ja {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 641px) {
  .kvTop.is-mov .kvTop__ttl-ja {
    font-size: 1.8rem;
  }
}
.kvTop.is-mov .kvTop__ttl-en {
  font-family: acumin-pro-condensed, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: 700;
  margin-top: 1rem;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 641px) {
  .kvTop.is-mov .kvTop__ttl-en {
    font-size: 1rem;
    letter-spacing: 0.2em;
    margin-top: 0.5rem;
  }
}

.topState-copy {
  background: #fff;
  padding: 3rem;
  left: 0 !important;
}
@media screen and (max-width: 641px) {
  .topState-copy {
    padding: 2rem;
    max-width: 80%;
  }
}
.topState-copy-txt {
  margin-bottom: 0 !important;
  font-size: 1.8rem;
}
@media screen and (max-width: 641px) {
  .topState-copy-txt {
    font-size: 1.25rem !important;
  }
}
.topState-copy-txt span {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.topState-cont-head_ttl-jp img {
  display: block;
  width: 20.3rem;
}
@media screen and (max-width: 641px) {
  .topState-cont-head_ttl-jp img {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 641px) {
  .aboutpage .topState-copy {
    bottom: auto !important;
    top: 3rem !important;
  }
}
.aboutpage .topState-copy-txt {
  font-weight: 500 !important;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.aboutpage .message__subttl {
  text-align: center;
  margin-bottom: 6rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.2em;
  font-size: 2.4rem;
}
@media screen and (max-width: 641px) {
  .aboutpage .message__subttl {
    margin-bottom: 3rem;
    font-size: 1.6rem;
  }
}
.aboutpage .message__subttl span {
  display: block;
  color: #e60012;
  margin-top: 1em;
  font-size: 1.4rem;
  font-family: acumin-pro-semi-condensed, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 641px) {
  .aboutpage .message__subttl span {
    font-size: 1.2rem;
  }
}
.aboutpage .message-concept {
  background: url(../img/about/message-img01.jpg) center center no-repeat;
  background-size: cover;
  padding: 6rem;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 10rem;
}
@media screen and (min-width: 1025px) {
  .aboutpage .message-concept {
    width: calc(100% - 10rem * 2);
    margin-left: 10rem;
    margin-right: 10rem;
  }
}
@media screen and (max-width: 1024px) {
  .aboutpage .message-concept {
    width: calc(100% - 2.5rem * 2);
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}
@media screen and (max-width: 641px) {
  .aboutpage .message-concept {
    width: calc(100% - 1.5rem * 2);
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .aboutpage .message-concept {
    margin-bottom: 8.5rem;
  }
}
@media screen and (max-width: 641px) {
  .aboutpage .message-concept {
    margin-bottom: 5rem;
    margin-right: 2rem;
    margin-left: 2rem;
    width: calc(100% - 4rem);
  }
}
@media screen and (max-width: 768px) {
  .aboutpage .message-concept {
    padding: 6rem 2rem;
  }
}
@media screen and (max-width: 641px) {
  .aboutpage .message-concept {
    background: url(../img/about/message-img01.jpg) bottom left 30% no-repeat;
    background-size: cover;
    padding: 3rem 0 20rem 0;
  }
}
.aboutpage .message-concept-item {
  background: #fff;
  padding: 5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 641px) {
  .aboutpage .message-concept-item {
    padding: 3rem 2rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.aboutpage .message-concept__ttl {
  display: block;
  width: 19rem;
  font-size: 2.8rem;
}
@media screen and (max-width: 641px) {
  .aboutpage .message-concept__ttl {
    width: 13.3rem;
  }
}
.aboutpage .message-concept__txtbox {
  display: block;
  width: 34.3rem;
  font-size: 1.4rem;
  margin-top: 2em;
}
@media screen and (max-width: 641px) {
  .aboutpage .message-concept__txtbox {
    width: 24.01rem;
  }
}
.aboutpage .message-ceo {
  margin-bottom: 10rem;
}
@media screen and (min-width: 1025px) {
  .aboutpage .message-ceo {
    width: calc(100% - 10rem * 2);
    margin-left: 10rem;
    margin-right: 10rem;
  }
}
@media screen and (max-width: 1024px) {
  .aboutpage .message-ceo {
    width: calc(100% - 2.5rem * 2);
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}
@media screen and (max-width: 641px) {
  .aboutpage .message-ceo {
    width: calc(100% - 1.5rem * 2);
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .aboutpage .message-ceo {
    margin-bottom: 8.5rem;
  }
}
@media screen and (max-width: 641px) {
  .aboutpage .message-ceo {
    margin-bottom: 5rem;
    margin-right: 2rem;
    margin-left: 2rem;
    width: calc(100% - 4rem);
  }
}
.aboutpage .message-ceo-item {
  max-width: 1000px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 6rem 48rem;
  grid-template-columns: 1fr 48rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .aboutpage .message-ceo-item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 641px) {
  .aboutpage .message-ceo-item {
    gap: 3rem;
  }
}
.aboutpage .message-ceo-item .txtbox p + p {
  margin-top: 1.5em;
}
.aboutpage .message-ceo-item .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .aboutpage .message-ceo-item .info {
    max-width: 48rem;
    margin: 0 auto;
  }
}
.aboutpage .message-ceo-item .info img {
  display: block;
  width: 100%;
  margin-bottom: 3rem;
}
@media screen and (max-width: 641px) {
  .aboutpage .message-ceo-item .info img {
    margin-bottom: 1.5rem;
  }
}
.aboutpage .message-ceo-item .name {
  font-size: 2.4rem;
}
@media screen and (max-width: 641px) {
  .aboutpage .message-ceo-item .name {
    font-size: 1.6rem;
  }
}
.aboutpage .message-ceo-item .name span {
  display: block;
  font-size: 1.4rem;
}
@media screen and (max-width: 641px) {
  .aboutpage .message-ceo-item .name span {
    font-size: 1.2rem;
  }
}
.aboutpage .message-ceo-item .name em {
  display: block;
  font-style: normal;
  margin-top: 0.5em;
}
.aboutpage .message-solution {
  margin-bottom: 10rem;
}
@media screen and (min-width: 1025px) {
  .aboutpage .message-solution {
    width: calc(100% - 10rem * 2);
    margin-left: 10rem;
    margin-right: 10rem;
  }
}
@media screen and (max-width: 1024px) {
  .aboutpage .message-solution {
    width: calc(100% - 2.5rem * 2);
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}
@media screen and (max-width: 641px) {
  .aboutpage .message-solution {
    width: calc(100% - 1.5rem * 2);
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .aboutpage .message-solution {
    margin-bottom: 8.5rem;
  }
}
@media screen and (max-width: 641px) {
  .aboutpage .message-solution {
    margin-bottom: 5rem;
    margin-right: 2rem;
    margin-left: 2rem;
    width: calc(100% - 4rem);
  }
}
.aboutpage .message-solution-item {
  background: #F5F5F5;
  max-width: 1000px;
  margin: 0 auto;
  padding: 6rem 5.5rem;
}
@media screen and (max-width: 768px) {
  .aboutpage .message-solution-item {
    padding: 6rem 4rem;
  }
}
@media screen and (max-width: 641px) {
  .aboutpage .message-solution-item {
    padding: 3rem 2rem;
  }
}
.aboutpage .message-solution .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.4rem;
}
@media screen and (max-width: 641px) {
  .aboutpage .message-solution .list {
    gap: 3rem;
  }
}
.aboutpage .message-solution .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.aboutpage .message-solution .list li .num {
  width: 11rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #e60012;
  font-family: acumin-pro-condensed, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .aboutpage .message-solution .list li .num {
    width: 9rem;
  }
}
@media screen and (max-width: 641px) {
  .aboutpage .message-solution .list li .num {
    width: 6.5rem;
  }
}
.aboutpage .message-solution .list li .num > span {
  display: block;
  width: 5.5rem;
  text-align: center;
}
@media screen and (max-width: 641px) {
  .aboutpage .message-solution .list li .num > span {
    width: 4.5rem;
  }
}
.aboutpage .message-solution .list li .num > span em {
  font-style: normal;
  display: block;
  font-size: 6rem;
  margin-top: -0.25em;
}
@media screen and (max-width: 641px) {
  .aboutpage .message-solution .list li .num > span em {
    font-size: 5rem;
  }
}
.aboutpage .message-solution .list li .num > span span {
  font-size: 1.2rem;
}
@media screen and (max-width: 641px) {
  .aboutpage .message-solution .list li .num > span span {
    letter-spacing: -0.01em;
  }
}
.aboutpage .message-solution .list li .cont {
  padding-left: 5rem;
  border-left: 2px solid #D9D9D9;
}
@media screen and (max-width: 768px) {
  .aboutpage .message-solution .list li .cont {
    padding-left: 3.5rem;
  }
}
@media screen and (max-width: 641px) {
  .aboutpage .message-solution .list li .cont {
    padding-left: 2rem;
  }
}
.aboutpage .message-solution .list li .cont .ttl {
  font-size: 1.8rem;
  line-height: 1.25;
  letter-spacing: 0.2em;
  margin-bottom: 1em;
}
@media screen and (max-width: 641px) {
  .aboutpage .message-solution .list li .cont .ttl {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
}
.aboutpage .message-solution .list li .cont .txt {
  line-height: 1.5;
}
.aboutpage .message-point {
  margin-bottom: 10rem;
}
@media screen and (min-width: 1025px) {
  .aboutpage .message-point {
    width: calc(100% - 10rem * 2);
    margin-left: 10rem;
    margin-right: 10rem;
  }
}
@media screen and (max-width: 1024px) {
  .aboutpage .message-point {
    width: calc(100% - 2.5rem * 2);
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}
@media screen and (max-width: 641px) {
  .aboutpage .message-point {
    width: calc(100% - 1.5rem * 2);
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .aboutpage .message-point {
    margin-bottom: 8.5rem;
  }
}
@media screen and (max-width: 641px) {
  .aboutpage .message-point {
    margin-bottom: 5rem;
    margin-right: 2rem;
    margin-left: 2rem;
    width: calc(100% - 4rem);
  }
}
.aboutpage .message-point-item {
  max-width: 1000px;
  margin: 0 auto;
}
.aboutpage .message-point .list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .aboutpage .message-point .list {
    gap: 2rem;
  }
}
@media screen and (max-width: 641px) {
  .aboutpage .message-point .list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.aboutpage .message-point .list li {
  position: relative;
  background: #F5F5F5;
}
.aboutpage .message-point .list li .ttl {
  position: absolute;
  left: 0;
  top: 0;
  background: #e60012;
  color: #fff;
  height: 4rem;
  padding: 0 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 641px) {
  .aboutpage .message-point .list li .ttl {
    padding: 0 2rem;
    font-size: 1.4rem;
    height: 3rem;
  }
}
.aboutpage .message-point .list li img {
  width: 100%;
}
.aboutpage .message-point .list li .txt {
  padding: 3rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .aboutpage .message-point .list li .txt {
    padding: 3rem 2rem;
  }
}
@media screen and (max-width: 641px) {
  .aboutpage .message-point .list li .txt {
    padding: 2rem 2rem 3rem;
  }
}
.aboutpage .message-point .list li .txt span {
  padding-left: 2rem;
  border-left: 2px solid #e60012;
  display: block;
}
/*# sourceMappingURL=screen-renew.css.map */