/* default settings */
@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;
}

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

@media (min-width: 769px) {
  .company-profile .inner {
    width: 100%;
    max-width: 63.125rem;
    margin-inline: auto;
  }
}
@media (max-width: 768px) {
  .company-profile .inner {
    padding-inline: 2.5rem;
  }
}
.company-profile .__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) {
  .company-profile .__title {
    font-size: 1.25rem;
    letter-spacing: 0.01em;
    padding-bottom: 0.3125rem;
    margin-bottom: 3rem;
  }
}
.company-profile .__title::before, .company-profile .__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
.company-profile .__title::before {
  width: 100vw;
  height: 1px;
  background-color: #707070;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.company-profile .__title::after {
  width: 100%;
  height: 1px;
  background-color: #707070;
}
@media (min-width: 769px) {
  .company-profile .__title {
    margin-bottom: 3.5rem;
  }
}
@media (max-width: 768px) {
  .company-profile .__title {
    margin-bottom: 3rem;
  }
}
.company-profile__table {
  border-bottom: 1px solid rgba(190, 190, 190, 0.5);
  padding-bottom: 5.875rem;
}
@media (min-width: 769px) {
  .company-profile__table {
    padding-left: 6.5625rem;
  }
}
@media (max-width: 768px) {
  .company-profile__table {
    padding-bottom: 2.9375rem;
  }
}
@media (min-width: 769px) {
  .company-profile__table .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.company-profile__table .row:not(:last-child) {
  margin-bottom: 2.875rem;
}
@media (max-width: 768px) {
  .company-profile__table .row:not(:last-child) {
    margin-bottom: 1.5625rem;
  }
}
.company-profile__table .row__title {
  border: 1px solid #BEBEBE;
  width: 7.5rem;
  text-align: center;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  padding: 0 0.3125rem;
  line-height: 2.2142857143;
}
@media (max-width: 768px) {
  .company-profile__table .row__title {
    font-size: 0.75rem;
    width: 6rem;
    padding-block: 0.1875rem;
    line-height: 2.1666666667;
  }
}
.company-profile__table .row__text {
  font-size: 1rem;
  line-height: 2.1875;
}
@media (min-width: 769px) {
  .company-profile__table .row__text {
    letter-spacing: 0.08em;
    width: calc(100% - 7.5rem);
    padding-left: 2.5rem;
  }
}
@media (max-width: 768px) {
  .company-profile__table .row__text {
    line-height: 2;
    margin-top: 0.5rem;
    letter-spacing: -0.01em;
  }
}

.company-office {
  padding-top: 7.5rem;
}
@media (max-width: 768px) {
  .company-office {
    padding-top: 5rem;
  }
}
@media (min-width: 769px) {
  .company-office .inner {
    width: 100%;
    max-width: 80rem;
    margin-inline: auto;
  }
}
@media (min-width: 769px) {
  .company-office__item:nth-child(odd) .wrap {
    padding-left: 8.4375rem;
  }
  .company-office__item:nth-child(odd) .infor {
    margin-top: -0.625rem;
  }
  .company-office__item:nth-child(even) .wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-right: 7.1875rem;
  }
  .company-office__item:nth-child(even) .infor {
    width: 30.3125rem;
    margin-top: -1rem;
  }
  .company-office__item:nth-child(even) .infor__link {
    padding-right: 1.25rem;
  }
}
.company-office__item:not(:last-child) {
  padding-bottom: 10.8125rem;
}
@media (max-width: 768px) {
  .company-office__item:not(:last-child) {
    padding-bottom: 3.3125rem;
  }
}
.company-office__item .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 769px) {
  .company-office__item .wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .company-office__item .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (min-width: 769px) {
  .company-office__item .infor {
    width: 29.0625rem;
  }
}
@media (max-width: 768px) {
  .company-office__item .infor {
    margin-top: 2.6875rem;
    padding-inline: 2.5rem;
  }
}
.company-office__item .infor__title {
  font-size: 1.625rem;
  font-weight: 300;
  margin: 0;
  line-height: 1.8461538462;
}
@media (max-width: 768px) {
  .company-office__item .infor__title {
    font-size: 1.25rem;
    letter-spacing: 0.01em;
    line-height: 2.4;
  }
}
.company-office__item .infor__adress {
  margin-top: 2.25rem;
}
@media (max-width: 768px) {
  .company-office__item .infor__adress {
    margin-top: 1.5rem;
  }
}
.company-office__item .infor__adress .adress:not(:first-child) {
  margin-top: 2.1875rem;
}
@media (max-width: 768px) {
  .company-office__item .infor__adress .adress:not(:first-child) {
    margin-top: 2.125rem;
  }
}
.company-office__item .infor__adress .adress__title {
  font-weight: 300;
  margin: 0;
  font-size: 1.3125rem;
  letter-spacing: 0.01em;
  line-height: 1.7619047619;
}
@media (max-width: 768px) {
  .company-office__item .infor__adress .adress__title {
    font-size: 1.125rem;
    line-height: 2.0555555556;
  }
}
.company-office__item .infor__adress .adress__title.en {
  font-weight: 400;
}
@media (min-width: 769px) {
  .company-office__item .infor__adress .adress__title.en {
    letter-spacing: 0.05em;
  }
}
@media (max-width: 768px) {
  .company-office__item .infor__adress .adress__title.en {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.company-office__item .infor__adress .adress__desc {
  line-height: 2.1875;
  font-size: 1rem;
}
@media (min-width: 769px) {
  .company-office__item .infor__adress .adress__desc {
    letter-spacing: 0.08em;
  }
}
@media (max-width: 768px) {
  .company-office__item .infor__adress .adress__desc {
    margin-top: 0.4375rem;
    line-height: 1.875;
  }
}
.company-office__item .infor__adress .adress__desc.en {
  line-height: 2;
  margin-top: 0.5rem;
  letter-spacing: 0.05em;
}
.company-office__item .infor__adress .adress__contact {
  letter-spacing: 0.08em;
  line-height: 1.875;
  margin-top: 0.5625rem;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .company-office__item .infor__adress .adress__contact {
    margin-top: 0.75rem;
  }
}
.company-office__item .infor__adress .adress__child {
  margin-top: 1.75rem;
}
@media (max-width: 768px) {
  .company-office__item .infor__adress .adress__child {
    margin-top: 1.5625rem;
  }
}
.company-office__item .infor__adress .adress__child .item:not(:last-child) {
  margin-bottom: 1.6875rem;
}
@media (max-width: 768px) {
  .company-office__item .infor__adress .adress__child .item:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.company-office__item .infor__adress .adress__child .item__title {
  font-size: 1rem;
  margin: 0;
  letter-spacing: 0.05em;
}
@media (min-width: 769px) {
  .company-office__item .infor__adress .adress__child .item__title {
    line-height: 2;
  }
}
@media (max-width: 768px) {
  .company-office__item .infor__adress .adress__child .item__title {
    font-size: 1.125rem;
    letter-spacing: 0.01em;
  }
}
.company-office__item .infor__adress .adress__child .item__andress {
  font-size: 1rem;
  line-height: 2;
}
@media (min-width: 769px) {
  .company-office__item .infor__adress .adress__child .item__andress {
    letter-spacing: 0.05em;
  }
}
@media (max-width: 768px) {
  .company-office__item .infor__adress .adress__child .item__andress {
    line-height: 1.875;
    margin-top: 0.3125rem;
  }
}
.company-office__item .infor__adress .adress__child .item__contact {
  font-size: 1rem;
  margin-top: 0.8125rem;
  letter-spacing: 0.08em;
  line-height: 1.875;
}
@media (max-width: 768px) {
  .company-office__item .infor__adress .adress__child .item__contact {
    margin-top: 0.75rem;
  }
}
.company-office__item .infor__adress .adress.--child {
  margin-top: 1.125rem;
}
@media (max-width: 768px) {
  .company-office__item .infor__adress .adress.--child {
    margin-top: 1.25rem;
  }
}
.company-office__item .infor__adress .adress.--child .adress__title {
  font-size: 1rem;
  line-height: 2.1875;
}
@media (max-width: 768px) {
  .company-office__item .infor__adress .adress.--child .adress__title {
    line-height: 1.875;
  }
}
.company-office__item .infor__adress .adress.--child .adress__desc {
  margin-top: 0;
}
.company-office__item .infor__link {
  margin-top: 2.375rem;
  text-align: right;
}
@media (max-width: 768px) {
  .company-office__item .infor__link {
    margin-top: 1.375rem;
  }
}
.company-office__item .infor__link .link {
  position: relative;
  font-size: 0.875rem;
  padding-left: 5.375rem;
}
@media (min-width: 769px) {
  .company-office__item .infor__link .link:hover {
    opacity: 0.5;
  }
}
.company-office__item .infor__link .link__arr {
  position: absolute;
  left: 0;
  bottom: 0.125rem;
  width: 4.375rem;
  height: 1px;
  background-color: #707070;
}
.company-office__item .infor__link .link__arr:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 1px;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  width: 1px;
  height: 1.125rem;
  background-color: #707070;
  -webkit-transform: rotateZ(-46deg);
          transform: rotateZ(-46deg);
}
.company-office__item .infor__link.--pdl {
  padding-left: 3.75rem;
}
.company-office__item .image__item {
  height: 14.625rem;
}
@media (min-width: 769px) {
  .company-office__item .image__item {
    width: 21.875rem;
  }
}
@media (max-width: 768px) {
  .company-office__item .image__item {
    height: 24.375rem;
  }
}
.company-office__item .image__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 769px) {
  .company-office__item .image__item.--w485 {
    height: 10.125rem;
    width: 30.3125rem;
  }
}
@media (min-width: 769px) {
  .company-office__item .image__item.--w505 {
    height: 21.0625rem;
    width: 31.5625rem;
  }
}
@media (min-width: 769px) {
  .company-office__item .image__item:not(:last-child) {
    margin-bottom: 5rem;
  }
}
@media (min-width: 769px) {
  .company-office__item.--item01 .infor__link {
    padding-right: 3.75rem;
  }
}
@media (min-width: 769px) {
  .company-office__item.--item04 {
    padding-left: 8.4375rem;
  }
}