@charset "UTF-8";
/**
* rem変換 ※375以下ではvwとする
* $number 数値
* 例) 32pxをremに変換 (32);
*/
.about_head {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  line-height: 1.44;
  position: relative;
}
@media screen and (960px <= width) {
  .about_head {
    font-size: 3.2rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.about_head::before {
  content: "";
  display: block;
  background-color: #151515;
  height: max(0.1rem, 1px);
  width: 4.85rem;
  position: absolute;
  left: 0;
  bottom: -1.05rem;
}
@media screen and (960px <= width) {
  .about_head::before {
    height: 0.5rem;
    width: 6.25rem;
    bottom: -3rem;
  }
}
.about_head.__large {
  font-size: 3.2rem;
}
@media screen and (960px <= width) {
  .about_head.__large {
    font-size: 3.5rem;
  }
}
.about_head.__white {
  color: #FFF;
}
.about_head.__white::before {
  background-color: #FFF;
}
.about_head.__center {
  text-align: center;
}
.about_head.__center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.about_message {
  margin-top: 4rem;
}
@media screen and (960px <= width) {
  .about_message {
    margin-top: 6.2rem;
  }
}

.about_nameWrap {
  text-align: right;
  margin-top: 3.1rem;
}
@media screen and (960px <= width) {
  .about_nameWrap {
    margin-top: 4rem;
  }
}
.about_nameWrap_small {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0em;
  line-height: 1;
}
@media screen and (960px <= width) {
  .about_nameWrap_small {
    font-size: 1.8rem;
  }
}
.about_nameWrap_name {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0em;
  line-height: 1.4583333333;
}
@media screen and (960px <= width) {
  .about_nameWrap_name {
    font-size: 3rem;
  }
}

.about_value {
  color: #FFF;
}
.about_value.__pt {
  margin-top: 9rem;
}
@media screen and (960px <= width) {
  .about_value.__pt {
    margin-top: 12rem;
  }
}
.about_value_subHead {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.4444444444;
}
@media screen and (960px <= width) {
  .about_value_subHead {
    font-size: 2.5rem;
    position: relative;
    left: 1rem;
    top: 1rem;
  }
}
.about_value_head {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 5.1rem;
  letter-spacing: 0em;
  line-height: 1.2156862745;
  font-style: italic;
  margin-top: 0.55rem;
  padding-bottom: 1.29rem;
}
@media screen and (960px <= width) {
  .about_value_head {
    font-size: 8.9rem;
    padding-bottom: 0;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.78rem;
  }
}
@media screen and (960px <= width) {
  .about_value_head::after {
    content: "";
    display: block;
    background-color: #FFF;
    height: 0.5rem;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.about_value_head.__container {
  padding-left: 2rem;
}
@media screen and (960px <= width) {
  .about_value_head.__container {
    margin-inline: auto;
    width: 89.7435897436%;
    padding-left: 0;
    max-width: 96.3rem;
  }
}
@media screen and (960px <= width) and (960px <= width) {
  .about_value_head.__container {
    width: 115rem;
  }
}
.about_value_vision {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  line-height: 1.4090909091;
  padding-top: 4.3rem;
  border-top: max(0.1rem, 1px) solid #FFF;
}
@media screen and (width < 960px) {
  .about_value_vision {
    white-space: nowrap;
  }
}
@media screen and (960px <= width) {
  .about_value_vision {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 3rem;
    letter-spacing: 0.1em;
    line-height: 1.8333333333;
    border-top: 0;
    padding-top: 3.49rem;
    white-space: nowrap;
  }
}
.about_value_philosophyList {
  border-top: max(0.1rem, 1px) solid #FFF;
  padding-top: 5.4rem;
  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.2rem;
}
@media screen and (960px <= width) {
  .about_value_philosophyList {
    border-top: 0;
    gap: 5.2rem;
    padding-left: 1rem;
  }
}
.about_value_philosophy_head {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  line-height: 2.0454545455;
  padding-left: 1.6rem;
  border-left: max(0.2rem, 2px) solid #FFF;
}
@media screen and (960px <= width) {
  .about_value_philosophy_head {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 3rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
    padding-left: 3rem;
  }
}
.about_value_philosophy_text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0em;
  line-height: 1.2666666667;
  padding-left: 1.6rem;
  margin-top: 1.59rem;
}
@media screen and (960px <= width) {
  .about_value_philosophy_text {
    margin-top: 2.2rem;
    padding-left: 3rem;
  }
}
.about_value_philosophy_text.__lg {
  font-size: 2rem;
}
@media screen and (960px <= width) {
  .about_value_philosophy_text.__lg {
    font-size: 2.8rem;
  }
}
.about_value_philosophy_text.__philosophy {
  line-height: 23/15;
  padding-left: 3.3rem;
}
.about_value_philosophy_row {
  position: relative;
  display: block;
  width: 100%;
}
.about_value_philosophy_row:nth-of-type(n + 2) {
  margin-top: 2rem;
}
@media screen and (960px <= width) {
  .about_value_philosophy_row:nth-of-type(n + 2) {
    margin-top: 0.5rem;
  }
}
.about_value_philosophy_row span {
  position: absolute;
  left: -3.3rem;
  top: 0.5rem;
}
@media screen and (960px <= width) {
  .about_value_philosophy_row span {
    position: static;
    padding-right: 0.8rem;
  }
}

.about_img {
  height: 28.6rem;
  width: 100%;
}
@media screen and (960px <= width) {
  .about_img {
    height: 40.5rem;
  }
}
.about_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (960px <= width) {
  .about_outlineWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.about_outline {
  margin-top: 5.9rem;
}
@media screen and (960px <= width) {
  .about_outline {
    width: calc(100% - 32.5rem);
    margin-top: 0;
  }
}
@media screen and (960px <= width) {
  .about_outline .about_head {
    width: 32.5rem;
  }
}
.about_outline_row {
  padding-block: 1.4rem 1.45rem;
  border-bottom: max(0.1rem, 1px) solid #707070;
}
@media screen and (960px <= width) {
  .about_outline_row {
    padding-block: 2.85rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
  }
}
.about_outline_row:first-of-type {
  border-top: max(0.1rem, 1px) solid #707070;
}
.about_outline_head {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0em;
  line-height: 1.7142857143;
}
@media screen and (960px <= width) {
  .about_outline_head {
    font-size: 1.5rem;
    min-width: 8rem;
  }
}
.about_outline_txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0em;
  line-height: 1.7142857143;
  margin-top: 0.65rem;
}
@media screen and (960px <= width) {
  .about_outline_txt {
    font-size: 1.5rem;
    margin-top: 0;
  }
}

.about_access {
  color: #FFF;
}
@media screen and (960px <= width) {
  .about_access {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4.6rem;
    margin-top: 8.6rem;
  }
}
.about_access_textWrap {
  margin-top: 7.72rem;
}
@media screen and (960px <= width) {
  .about_access_textWrap {
    width: calc(100% - 4.6rem - 41.9rem);
    margin-top: 0;
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.about_access_text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (960px <= width) {
  .about_access_text {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    line-height: 1.6666666667;
  }
}
.about_access_head {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  letter-spacing: 0em;
  line-height: 1;
  margin-top: 2rem;
}
@media screen and (960px <= width) {
  .about_access_head {
    font-size: 2.7rem;
    margin-top: 0;
  }
}
.about_access_access {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 0.8rem;
}
@media screen and (960px <= width) {
  .about_access_access {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    line-height: 1.7333333333;
    margin-top: 1.4rem;
  }
}
.about_access_map {
  aspect-ratio: 351/229.49;
  border-radius: 1rem;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-top: 3.05rem;
}
@media screen and (960px <= width) {
  .about_access_map {
    width: 41.9rem;
    height: 26rem;
    margin-top: 0;
  }
}
.about_access_map iframe {
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=about.css.map */