/* default settings */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@500;600&display=swap");
/* =================================================================== */
.page-company .list__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.75rem;
  padding-top: 3.75rem;
}
@media (max-width: 767px) {
  .page-company .list__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
    padding-top: 2.75rem;
  }
}
.page-company .list__item {
  width: 24.625rem;
  text-decoration: none;
  color: #000;
  background: #FFF;
  -webkit-box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .page-company .list__item {
    width: 100%;
  }
}
.page-company .list__item-img {
  width: 100%;
  height: 14.375rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-company .list__item-img {
    height: 14.375rem;
  }
}
.page-company .list__item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.page-company .list__item-desc {
  font-size: 1.125rem;
  line-height: 1.8;
  font-weight: bold;
  padding: 1.8125rem 1.3125rem;
  position: relative;
}
@media (max-width: 767px) {
  .page-company .list__item-desc {
    font-size: 1rem;
    padding: 1.1875rem 1.375rem;
  }
}
.page-company .list__item-desc:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.375rem;
  width: 1rem;
  height: 0.75rem;
  background: url("../../common/img/icon_arrow-left-blue.svg") no-repeat center right;
  background-size: contain;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1025px) {
  .page-company .list__item:hover .list__item-img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .page-company .list__item:hover .list__item-desc:before {
    right: 1rem;
  }
}
.page-company .group {
  margin-top: 3.75rem;
}
@media (max-width: 767px) {
  .page-company .group {
    margin-top: 6rem;
  }
}
@media (max-width: 767px) {
  .page-company .group .inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-company .group__box {
  background: #032A65;
  padding: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .page-company .group__box {
    padding: 3.75rem 0.9375rem;
  }
}
.page-company .group .title__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #FFF;
}
@media (max-width: 767px) {
  .page-company .group .title__main {
    font-size: 1.125rem;
    padding-top: 1rem;
  }
}
.page-company .group .title__main::before, .page-company .group .title__main::after {
  background: #FFF;
  width: 1.25rem;
}
.page-company .group .title__main:after {
  left: 1.4375rem;
}
.page-company .group .title__main .txt-en {
  color: #FFF;
  font-size: 1.875rem;
  margin-bottom: 0.25rem;
}
.page-company .group__items {
  width: 51rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .page-company .group__items {
    width: 100%;
    margin-top: 1.5625rem;
    gap: 1.5625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-company .group__item {
  width: 24.625rem;
  background: #FFF;
  color: #000;
  text-decoration: none;
  -webkit-box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .page-company .group__item {
    width: 21.5625rem;
  }
}
.page-company .group__item.--02 .group__item-img img {
  width: 5.5rem;
}
.page-company .group__item-img {
  width: 100%;
  height: 9.5625rem;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #EFEFEF;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.page-company .group__item-img img {
  width: 20.9375rem;
}
@media (max-width: 767px) {
  .page-company .group__item-img img {
    width: 18.375rem;
  }
}
.page-company .group__item-desc {
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: bold;
  padding: 0.3125rem 1.3125rem;
  min-height: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-text-decoration: uppercase;
          text-decoration: uppercase;
}
@media (max-width: 767px) {
  .page-company .group__item-desc {
    font-size: 1rem;
    padding: 0.9375rem 1.25rem;
    min-height: auto;
  }
}
.page-company .group__item-desc:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.375rem;
  width: 1rem;
  height: 0.75rem;
  background: url("../../common/img/icon_arrow-left-blue.svg") no-repeat center right;
  background-size: contain;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1025px) {
  .page-company .group__item:hover .group__item-img {
    opacity: 0.8;
  }
  .page-company .group__item:hover .group__item-desc:before {
    right: 1rem;
  }
}

.page-company-message .intro {
  padding-bottom: 5rem;
}
@media (max-width: 767px) {
  .page-company-message .intro {
    padding-bottom: 4rem;
  }
}
.page-company-message .intro__img {
  width: 60rem;
  height: 32.1875rem;
  position: relative;
  overflow: hidden;
  margin: 3.75rem auto 0;
}
@media (max-width: 767px) {
  .page-company-message .intro__img {
    width: 21.5625rem;
    height: 25.625rem;
    margin-top: 1.875rem;
  }
}
.page-company-message .intro__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page-company-message .intro__content {
  padding: 1.125rem 0;
  max-width: 60rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-company-message .intro__content {
    padding: 1.0625rem 0 0;
  }
}
.page-company-message .intro__content .intro__sttl {
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 1.25rem;
}
@media (max-width: 767px) {
  .page-company-message .intro__content .intro__sttl {
    font-size: 1.125rem;
    margin-bottom: 1.3125rem;
  }
}
.page-company-message .intro__content .intro__txt {
  font-size: 1rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-company-message .intro__content .intro__txt {
    font-size: 0.9375rem;
    line-height: 1.73;
  }
}
.page-company-message .intro__sign {
  margin-top: 1.25rem;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 767px) {
  .page-company-message .intro__sign {
    margin-top: 1.4375rem;
  }
}
.page-company-message .intro__sign-name {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.625rem;
}
.page-company-message .intro__sign img {
  width: 100%;
  max-width: 15.625rem;
}
@media (max-width: 767px) {
  .page-company-message .intro__sign img {
    max-width: 13.125rem;
  }
}
.page-company-message .reason {
  background: #F4F7FB;
  padding: 7.5rem 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-company-message .reason {
    padding: 2.25rem 0;
  }
}
.page-company-message .reason:before {
  content: "";
  position: absolute;
  width: 93.75rem;
  height: 14.375rem;
  background: #E5F0FB;
  top: 12.5rem;
  left: calc(50% - 3.75rem);
  -webkit-transform: rotate(-41deg);
          transform: rotate(-41deg);
}
@media (max-width: 767px) {
  .page-company-message .reason:before {
    display: none;
  }
}
.page-company-message .reason .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7.5rem;
}
@media (max-width: 767px) {
  .page-company-message .reason .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.page-company-message .reason .title__main {
  font-weight: bold;
}
@media (min-width: 768px) {
  .page-company-message .reason .title__main {
    width: 26.25rem;
    font-size: 1.75rem;
  }
}
@media (max-width: 767px) {
  .page-company-message .reason .title__main {
    font-size: 1.125rem;
  }
}
.page-company-message .reason__list {
  width: 42.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .page-company-message .reason__list {
    width: 100%;
  }
}
.page-company-message .reason__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.1875rem;
}
@media (max-width: 767px) {
  .page-company-message .reason__item {
    margin-bottom: 1.5625rem;
  }
}
.page-company-message .reason__item:last-child {
  margin-bottom: 0;
}
.page-company-message .reason__num {
  background-color: #0F5CB5;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.875rem;
  font-weight: bold;
  width: 3.75rem;
  height: 3.75rem;
  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;
  margin-right: 1.375rem;
}
@media (max-width: 767px) {
  .page-company-message .reason__num {
    width: 2.875rem;
    height: 2.875rem;
    font-size: 1.25rem;
    margin: 0.5625rem;
  }
}
.page-company-message .reason__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.25rem;
  font-weight: bold;
  color: #000;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-company-message .reason__text {
    font-size: 1.125rem;
    line-height: 1.6;
  }
}

.page-company-department .department__items {
  padding-top: 3.75rem;
}
.page-company-department .department__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .page-company-department .department__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-company-department .department__item + .department__item {
  margin-top: 3.75rem;
}
.page-company-department .department__item-slider {
  width: 39.375rem;
  min-height: 25.625rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-company-department .department__item-slider {
    width: 100%;
    min-height: 16.875rem;
  }
}
.page-company-department .department__item-slider .slick-list,
.page-company-department .department__item-slider .slick-track {
  height: 100%;
}
.page-company-department .department__item-slider .slick-slide {
  height: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-company-department .department__item-slider img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page-company-department .department__item-img {
  width: 39.375rem;
  min-height: 25.625rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-company-department .department__item-img {
    width: 21.5625rem;
    min-height: 16.875rem;
  }
}
.page-company-department .department__item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page-company-department .department__item-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-block: 3.75rem;
  padding-inline: 3.75rem 3.125rem;
  background: #FFF;
}
@media (max-width: 767px) {
  .page-company-department .department__item-content {
    padding: 1.875rem 0.9375rem;
  }
}
.page-company-department .department__item-sttl {
  min-width: 16.875rem;
  color: #FFF;
  background: #0F5CB5;
  font-size: 1.125rem;
  line-height: 1.6;
  padding: 0.5rem 1.25rem;
  font-weight: bold;
  margin-bottom: 1.25rem;
  display: inline-block;
  text-align: center;
}
@media (max-width: 767px) {
  .page-company-department .department__item-sttl {
    font-size: 0.9375rem;
    padding: 0.375rem 0.9375rem;
    margin-bottom: 1rem;
    min-width: 12.5rem;
  }
}
.page-company-department .department__item-txt {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-company-department .department__item-txt {
    font-size: 0.9375rem;
    line-height: 1.73;
  }
}

.page-company-group .group__anchor {
  padding-top: 3.75rem;
}
.page-company-group .group__anchor-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5rem;
}
@media (max-width: 767px) {
  .page-company-group .group__anchor-list {
    gap: 1.25rem;
  }
}
.page-company-group .group__anchor-item {
  list-style-type: none;
}
.page-company-group .group__items {
  padding-top: 3.75rem;
}
.page-company-group .group__item + .group__item {
  margin-top: 7.5rem;
}
.page-company-group .group__ttl {
  font-size: 1.75rem;
  line-height: 1.4;
  padding-top: 1.0625rem;
  position: relative;
  font-weight: bold;
  color: #171717;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .page-company-group .group__ttl {
    font-size: 1.5rem;
    padding-top: 0.875rem;
  }
}
.page-company-group .group__ttl:before, .page-company-group .group__ttl:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5625rem;
  height: 0.3125rem;
  background: #032A65;
}
.page-company-group .group__ttl:after {
  background: #0F5CB5;
  left: 1.875rem;
}
.page-company-group .group__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .page-company-group .group__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-company-group .group__left {
  width: 27.5rem;
}
@media (max-width: 767px) {
  .page-company-group .group__left {
    width: 100%;
  }
}
.page-company-group .group__left-img {
  width: 100%;
  height: 40rem;
  position: relative;
  overflow: hidden;
  margin-top: 1.625rem;
}
@media (max-width: 767px) {
  .page-company-group .group__left-img {
    width: 21.5625rem;
    height: 30rem;
  }
}
.page-company-group .group__left-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page-company-group .group__left-img.--img-small {
  height: 15.625rem;
}
@media (max-width: 767px) {
  .page-company-group .group__left-img.--img-small {
    height: 12.5rem;
  }
}
.page-company-group .group__left-text {
  font-size: 1rem;
  line-height: 2;
}
.page-company-group .group__right {
  width: 46.25rem;
}
@media (max-width: 767px) {
  .page-company-group .group__right {
    width: 100%;
    margin-top: 3.75rem;
  }
}
.page-company-group .group__right dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  font-size: 1rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .page-company-group .group__right dl {
    font-size: 0.9375rem;
  }
}
.page-company-group .group__right dl dt, .page-company-group .group__right dl dd {
  padding: 1.0625rem 0.9375rem;
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .page-company-group .group__right dl dt, .page-company-group .group__right dl dd {
    padding: 0.625rem 0.5rem;
  }
}
.page-company-group .group__right dl dt {
  width: 14.375rem;
  font-weight: bold;
  background: #F3F9FF;
  font-weight: 500;
}
@media (max-width: 767px) {
  .page-company-group .group__right dl dt {
    width: 8.125rem;
  }
}
.page-company-group .group__right dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #FFF;
  font-weight: 400;
}
.page-company-group .group__right dl dd a {
  color: #0F5CB5;
  text-decoration: underline;
}
@media screen and (min-width: 1025px) {
  .page-company-group .group__right dl dd a:hover {
    text-decoration: none;
  }
}

.page-company-profile .group__item {
  padding: 3.75rem 0;
}
.page-company-profile .group__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 1.875rem;
}
@media (max-width: 767px) {
  .page-company-profile .group__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-company-profile .group__left {
  width: 27.5rem;
}
@media (max-width: 767px) {
  .page-company-profile .group__left {
    width: 100%;
  }
}
.page-company-profile .group__left-img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-company-profile .group__left-img {
    width: 21.5625rem;
  }
}
.page-company-profile .group__right {
  width: 46.25rem;
}
@media (max-width: 767px) {
  .page-company-profile .group__right {
    width: 100%;
    margin-top: 3.75rem;
  }
}
.page-company-profile .group__right dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  font-size: 1rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .page-company-profile .group__right dl {
    font-size: 0.9375rem;
  }
}
.page-company-profile .group__right dl dt, .page-company-profile .group__right dl dd {
  padding: 1.0625rem 0.9375rem;
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .page-company-profile .group__right dl dt, .page-company-profile .group__right dl dd {
    padding: 0.625rem 0.5rem;
  }
}
.page-company-profile .group__right dl dt {
  width: 14.375rem;
  font-weight: bold;
  background: #F3F9FF;
  font-weight: 500;
}
@media (max-width: 767px) {
  .page-company-profile .group__right dl dt {
    width: 8.75rem;
  }
}
.page-company-profile .group__right dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #FFF;
  font-weight: 400;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .page-company-profile .group__right dl dd {
    padding-right: 0;
  }
}
.page-company-profile .title__main {
  font-size: 1.75rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .page-company-profile .title__main {
    font-size: 1.125rem;
  }
}
.page-company-profile .chart {
  background: #F4F7FB;
  padding: 7.5rem 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-company-profile .chart {
    padding: 3.75rem 0;
  }
}
.page-company-profile .chart:before {
  content: "";
  position: absolute;
  width: 156.25rem;
  height: 14.375rem;
  background: #E5F0FB;
  top: 10rem;
  left: calc(50% - 3.75rem);
  -webkit-transform: rotate(-41deg);
          transform: rotate(-41deg);
}
@media (max-width: 767px) {
  .page-company-profile .chart:before {
    display: none;
  }
}
.page-company-profile .chart__img {
  position: relative;
  padding-bottom: 1.25rem;
}
.page-company-profile .chart__img-item {
  width: 71.25rem;
  margin: 1.875rem auto 0;
}
@media (max-width: 767px) {
  .page-company-profile .chart__img-item {
    width: 100%;
  }
}
.page-company-profile .certification {
  padding: 3.75rem 0;
}
.page-company-profile .certification .title__main {
  margin-bottom: 1.875rem;
}
.page-company-profile .certification__block + .certification__block {
  margin-top: 1.875rem;
  padding-top: 1.875rem;
  border-top: 1px solid #E6E6E6;
}
.page-company-profile .certification__ttl {
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 1.25rem;
}
@media (max-width: 767px) {
  .page-company-profile .certification__ttl {
    font-size: 1rem;
  }
}
.page-company-profile .certification__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.75rem;
}
@media (max-width: 767px) {
  .page-company-profile .certification__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.875rem;
  }
}
.page-company-profile .certification__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  margin-bottom: 0.9375rem;
}
@media (max-width: 767px) {
  .page-company-profile .certification__gallery {
    gap: 1.25rem;
    margin-bottom: 0.625rem;
  }
}
.page-company-profile .certification__img {
  width: 17.4375rem;
}
.page-company-profile .certification__link a {
  text-decoration: none;
  color: #0F5CB5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 500;
  text-decoration: underline;
  display: inline-block;
}
@media (max-width: 767px) {
  .page-company-profile .certification__link a {
    font-size: 0.9375rem;
  }
}
.page-company-profile .certification__link a .icon {
  width: 1.125rem;
  height: 1.5rem;
  display: inline-block;
  background: url("../../common/img/icon_pdf.svg") no-repeat center center;
  background-size: contain;
  margin-right: 0.625rem;
  position: relative;
  top: 0.25rem;
}
@media (max-width: 767px) {
  .page-company-profile .certification__link a .icon {
    width: 1rem;
    height: 1.25rem;
    margin-right: 0.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .page-company-profile .certification__link a:hover {
    text-decoration: none;
  }
}
.page-company-profile .map {
  padding: 3.75rem 0 0;
}
@media (max-width: 767px) {
  .page-company-profile .map {
    padding-top: 1.875rem;
  }
}
.page-company-profile .map__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.75rem;
  padding-top: 1.875rem;
}
@media (max-width: 767px) {
  .page-company-profile .map__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.875rem;
  }
}
.page-company-profile .map__iframe {
  width: 46rem;
  height: 31.25rem;
  position: relative;
}
@media (max-width: 767px) {
  .page-company-profile .map__iframe {
    width: 100%;
    height: 15.9375rem;
  }
}
.page-company-profile .map__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.page-company-profile .map__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page-company-profile .map__info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.3125rem;
}
@media (max-width: 767px) {
  .page-company-profile .map__info dl {
    font-size: 0.9375rem;
  }
}
.page-company-profile .map__info dl dt {
  width: 5.625rem;
}
.page-company-profile .map__info dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 400;
}
.page-company-profile .map__info dl dd a {
  text-decoration: none;
  color: #000;
}
@media screen and (min-width: 1025px) {
  .page-company-profile .map__info dl dd a:hover {
    text-decoration: underline;
  }
}
@media (min-width: 768px) {
  .page-company-profile .map__info dl dd a.tel {
    pointer-events: none;
  }
}
@media (max-width: 767px) {
  .page-company-profile .map__info-btn {
    text-align: center;
  }
}
.page-company-profile .map__info-btn .btn__main-content:before {
  content: "";
  width: 1.375rem;
  height: 1.375rem;
  background: url("../../common/img/icon_blank.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}