/* default settings */
.--page-mt {
  padding-top: 5rem;
}
@media (max-width: 768px) {
  .--page-mt {
    padding-top: 2.5rem;
  }
}

.sec-1 .inner {
  position: relative;
}
@media (min-width: 769px) {
  .sec-1 .inner {
    max-width: 63.125rem;
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 769px) {
  .sec-1 .block-1 {
    min-height: 33.8125rem;
  }
}
@media (max-width: 768px) {
  .sec-1 .block-1 {
    min-height: 0;
  }
}
@media (min-width: 769px) {
  .sec-1 .block-1 .__content {
    max-width: 32.6875rem;
  }
}
@media (max-width: 768px) {
  .sec-1 .block-1 .__content {
    padding: 0 2.5rem;
  }
}
.sec-1 .block-1 .__title {
  font-size: 1.625rem;
  letter-spacing: 0.01em;
  line-height: 1;
  color: #161f20;
  position: relative;
  display: inline-block;
  padding-bottom: 0.9375rem;
  font-weight: 300;
  margin: 0 0 3.5rem;
}
@media (max-width: 768px) {
  .sec-1 .block-1 .__title {
    font-size: 1.25rem;
    letter-spacing: 0.01em;
    padding-bottom: 0.3125rem;
    margin-bottom: 3rem;
  }
}
.sec-1 .block-1 .__title::before, .sec-1 .block-1 .__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
.sec-1 .block-1 .__title::before {
  width: 100vw;
  height: 1px;
  background-color: #707070;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.sec-1 .block-1 .__title::after {
  width: 100%;
  height: 1px;
  background-color: #707070;
}
.sec-1 .block-1 .__text {
  letter-spacing: 0.01em;
  line-height: 1.6666666667;
  color: #161f20;
  margin: 0;
  font-size: 1.3125rem;
}
@media (max-width: 768px) {
  .sec-1 .block-1 .__text {
    font-size: 1.125rem;
    line-height: 1.7777777778;
  }
}
@media (min-width: 769px) {
  .sec-1 .block-1 .__img {
    width: 25rem;
    height: 31.25rem;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 2.5625rem;
    right: 0;
  }
}
@media (max-width: 768px) {
  .sec-1 .block-1 .__img {
    position: relative;
    margin-top: 2.5625rem;
  }
}
.sec-1 .block-1 .__img::before {
  content: "";
  padding: 0 0 125%;
  display: block;
}
@media (max-width: 768px) {
  .sec-1 .block-1 .__img::before {
    padding: 0 0 100%;
  }
}
.sec-1 .block-1 .__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-1 .data__list {
  padding: 0;
  gap: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 769px) {
  .sec-1 .data__list {
    max-width: 63.125rem;
    margin: 0 auto;
    margin-top: 5rem;
  }
}
@media (max-width: 768px) {
  .sec-1 .data__list {
    gap: 0.625rem;
    margin-top: 3.5rem;
    margin-inline: 2.5rem;
  }
}
.sec-1 .data__list dl {
  background-color: #f6f6f6;
  margin: 0;
  padding: 1.4375rem 2rem;
}
@media (min-width: 769px) {
  .sec-1 .data__list dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .sec-1 .data__list dl {
    padding: 1.5rem 1.5rem 1.5625rem;
  }
}
.sec-1 .data__list dl dt, .sec-1 .data__list dl dd {
  letter-spacing: 0.05em;
  text-align: left;
  color: #161f20;
  position: relative;
  margin: 0;
}
.sec-1 .data__list dl dt {
  font-family: "Inter", "AotoGothicStdN", sans-serif;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 769px) {
  .sec-1 .data__list dl dt {
    padding-top: 0;
    -webkit-box-flex: 15.3125rem;
        -ms-flex: 15.3125rem 0 0px;
            flex: 15.3125rem 0 0;
    line-height: 2.1875rem;
  }
}
@media (max-width: 768px) {
  .sec-1 .data__list dl dt {
    line-height: 2;
  }
}
.sec-1 .data__list dl dd {
  line-height: 2.1875;
  text-align: justify;
}
@media (max-width: 768px) {
  .sec-1 .data__list dl dd {
    margin-top: 0.5rem;
    line-height: 2;
    letter-spacing: 0;
  }
}
.sec-1 .data__list dl dt::after {
  content: "";
  display: inline-block;
  width: 0.5625rem;
  height: 1px;
  background-color: #707070;
  position: absolute;
  top: 1rem;
  left: 0;
}
.sec-1 .data__list dl dt::before {
  content: attr(data-index);
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  color: #707070;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3.25rem;
          flex: 0 0 3.25rem;
  padding-right: 1.1875rem;
  text-align: right;
}
@media (min-width: 769px) {
  .sec-1 .data__list dl dt::before {
    line-height: 2.1875rem;
  }
}
@media (max-width: 768px) {
  .sec-1 .data__list dl dt::before {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 2.625rem;
            flex: 0 0 2.625rem;
    font-size: 0.6875rem;
    padding-right: 0.625rem;
    line-height: 2rem;
  }
}
@media (min-width: 769px) {
  .sec-1 .data__list dl.-item2 dd {
    letter-spacing: 0.02em;
  }
}
@media (min-width: 769px) {
  .sec-1 .data__list dl.-item4 dt {
    letter-spacing: 0;
  }
  .sec-1 .data__list dl.-item4 dd {
    letter-spacing: 0.03em;
  }
}
.sec-1 .card {
  position: relative;
  background-color: #F6F6F6;
}
@media (min-width: 769px) {
  .sec-1 .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    max-width: 63.125rem;
    margin: 0 auto;
    margin-top: 5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (max-width: 768px) {
  .sec-1 .card {
    margin-top: 3.5rem;
  }
}
.sec-1 .card > .__content {
  padding: 3.75rem 4.5rem;
  position: relative;
}
@media (min-width: 769px) {
  .sec-1 .card > .__content {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .sec-1 .card > .__content {
    padding: 4.75rem 2.5rem 6.5rem;
  }
}
.sec-1 .card > .__content > .__title {
  font-size: 1.625rem;
  letter-spacing: 0.01em;
  color: #161f20;
  margin: 0;
  font-weight: 300;
}
@media (max-width: 768px) {
  .sec-1 .card > .__content > .__title {
    font-size: 1.25rem;
    letter-spacing: 0.01em;
  }
}
.sec-1 .card > .__content > .__text {
  text-align: justify;
  line-height: 2;
  color: #161f20;
  margin: 1.125rem 0 0;
}
@media (min-width: 769px) {
  .sec-1 .card > .__content > .__text {
    letter-spacing: 0.05em;
  }
}
@media (max-width: 768px) {
  .sec-1 .card > .__content > .__text {
    line-height: 2;
    margin-top: 1.75rem;
  }
}
.sec-1 .card > .__content .__arrow {
  display: inline-block;
  height: 0.9375rem;
  cursor: pointer;
  overflow: hidden;
  text-align: left;
  margin: 0;
  margin-top: 4rem;
  position: relative;
  padding-left: 5.375rem;
  font-family: "Inter", "AotoGothicStdN", sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1;
  text-align: left;
  color: #161f20;
  text-decoration: none;
}
@media (min-width: 769px) {
  .sec-1 .card > .__content .__arrow {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .sec-1 .card > .__content .__arrow:hover {
    opacity: 0.5;
  }
}
@media (max-width: 768px) {
  .sec-1 .card > .__content .__arrow {
    height: 0.9375rem;
    font-size: 0.75rem;
    line-height: 0.9375rem;
    margin-top: 4rem;
    padding-left: 4.8125rem;
  }
}
.sec-1 .card > .__content .__arrow::before {
  content: "";
  background: url("/assets/img/page-company-philosophy/icon-seemore-no-text.svg") no-repeat right bottom;
  background-size: 100% auto;
  display: inline-block;
  width: 4.375rem;
  height: 0.8125rem;
  position: absolute;
  left: 0;
  bottom: 0.125rem;
}
@media (max-width: 768px) {
  .sec-1 .card > .__content .__arrow::before {
    width: 4.375rem;
    height: 0.8125rem;
    bottom: 0.1875rem;
  }
}
.sec-1 .card > .__content .__arrow--white {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.sec-1 .card > .__content .__arrow .__text-container {
  position: relative;
  display: block;
}
.sec-1 .card > .__content .__arrow .__text-container > .__hover-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
@media (min-width: 769px) {
  .sec-1 .card > .__content .__arrow:hover .__default-text {
    opacity: 0;
    visibility: hidden;
  }
  .sec-1 .card > .__content .__arrow:hover .__hover-text {
    display: block;
  }
}
.sec-1 .card > .__content .__arrow {
  position: absolute;
  bottom: 3rem;
}
@media (min-width: 769px) {
  .sec-1 .card > .__content .__arrow {
    left: 4.5rem;
  }
}
@media (max-width: 768px) {
  .sec-1 .card > .__content .__arrow {
    right: 2.6875rem;
    bottom: 3.5625rem;
  }
}
@media (min-width: 769px) {
  .sec-1 .card > .__img {
    min-height: 21.0625rem;
    width: 50%;
  }
}

@media (min-width: 769px) {
  .relative-banner .inner {
    max-width: 67.125rem;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}
.relative-banner .__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .relative-banner .__list {
    padding-inline: 2.5rem;
    gap: 0.5rem;
  }
}
@media (min-width: 769px) {
  .relative-banner .__list > li {
    width: 21.375rem;
  }
}
@media (max-width: 768px) {
  .relative-banner .__list > li {
    width: 100%;
  }
}
.relative-banner .__list > li .banner {
  height: 10.6875rem;
  overflow: hidden;
  position: relative;
}
@media (min-width: 769px) {
  .relative-banner .__list > li .banner:hover > .__img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .relative-banner .__list > li .banner:hover > .__overlay {
    background-color: rgba(112, 112, 112, 0.1);
  }
}
@media (max-width: 768px) {
  .relative-banner .__list > li .banner {
    height: 9.6875rem;
  }
}
.relative-banner .__list > li .banner > .__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 769px) {
  .relative-banner .__list > li .banner > .__img img {
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
.relative-banner .__list > li .banner > .__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(112, 112, 112, 0.7);
  mix-blend-mode: multiply;
}
@media (min-width: 769px) {
  .relative-banner .__list > li .banner > .__overlay {
    -webkit-transition: background-color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out;
  }
}
.relative-banner .__list > li .banner > .__text {
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  margin: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  font-family: "Inter", "AotoGothicStdN", sans-serif;
  font-weight: 500;
}
@media (max-width: 768px) {
  .relative-banner .__list > li .banner > .__text {
    font-size: 1.25rem;
    line-height: 2.75rem;
  }
}
.relative-banner .__list > li .banner > .__arrow {
  display: block;
  position: absolute;
  bottom: 0.9375rem;
  right: 1rem;
  width: 2.5625rem;
  height: 1px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .relative-banner .__list > li .banner > .__arrow {
    width: 2.5625rem;
    bottom: 0.875rem;
    right: 1rem;
  }
}
.relative-banner .__list > li .banner > .__arrow:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 1px;
  width: 1px;
  height: 0.6875rem;
  background-color: #fff;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transform: rotateZ(-42deg);
          transform: rotateZ(-42deg);
}
@media (max-width: 768px) {
  .relative-banner .__list > li .banner > .__arrow:after {
    height: 0.625rem;
  }
}
.relative-banner .__list > li .banner {
  width: 100%;
  background: no-repeat center center;
  background-size: cover;
}
.relative-banner .__list > li .banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}